@font-face {
  font-family: 'iconfont';
  /* project id 517070 */
  src: url('http://at.alicdn.com/t/font_517070_uhb9gcfm4ns.eot');
  src: url('http://at.alicdn.com/t/font_517070_uhb9gcfm4ns.eot?#iefix') format('embedded-opentype'), url('http://at.alicdn.com/t/font_517070_uhb9gcfm4ns.woff') format('woff'), url('http://at.alicdn.com/t/font_517070_uhb9gcfm4ns.ttf') format('truetype'), url('http://at.alicdn.com/t/font_517070_uhb9gcfm4ns.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 18px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  color: #666;
}
.ms_title {
  text-align: center;
  padding: 55px 0 30px;
}
.ms_title h2 {
  font-size: 36px;
  color: #333;
  font-weight: normal;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.ms_title h2 span {
  width: 60px;
  height: 2px;
  background: #006fd0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
}
.ms_title h3 {
  font-size: 14px;
  color: #666;
  font-weight: normal;
}
.ms_btn {
  width: 108px;
  line-height: 38px;
  display: block;
  margin: 0 auto;
  border: 1px solid #f8bd98;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  color: #666;
  padding-right: 40px;
  position: relative;
  overflow: hidden;
}
.ms_btn:hover b {
  width: 100%;
}
.ms_btn:hover span {
  color: #fff;
}
.ms_btn span {
  position: relative;
  z-index: 2;
  transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
}
.ms_btn .iconfont {
  font-size: 18px;
  right: 10px;
  top: 0;
  color: #fff;
  position: absolute;
  z-index: 2;
}
.ms_btn b {
  width: 39px;
  height: 38px;
  background: #f5833a;
  position: absolute;
  top: 0;
  right: 0;
  transition: width 0.4s;
  -moz-transition: width 0.4s;
  -o-transition: width 0.4s;
  -webkit-transition: width 0.4s;
}
.ms_btns {
  width: 88px;
  line-height: 22px;
  font-size: 12px;
  text-align: center;
  border: 1px solid #f5833a;
  color: #f5833a;
  border-radius: 6px;
  display: block;
}
.ms_btns:hover {
  background: #f5833a;
  color: #fff;
}
.ms_sectionl {
  width: 1200px;
  float: left;
}
.ms_sectionlc {
  width: 800px;
  float: left;
}
.ms_sectionlb {
  width: 1200px;
  float: left;
}
.ms_sectionr {
  width: 380px;
  float: right;
}
.main_banner {
  margin-bottom: 12px;
}
.main_banner .container {
  position: relative;
}
.main_banner .container:hover .arrow-left,
.main_banner .container:hover .arrow-right {
  display: block;
}
.main_banner .swiper-container {
  width: 100%;
  height: 420px;
}
.main_banner .swiper-slide a,
.main_banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.main_banner .arrow-left,
.main_banner .arrow-right {
  width: 34px;
  text-align: center;
  font-size: 26px;
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 50%;
  margin-top: -28px;
  z-index: 2;
  display: none;
  background: rgba(0, 0, 0, 0.4);
  line-height: 56px;
}
.main_banner .arrow-left {
  left: 300px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.main_banner .arrow-right {
  right: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.main_banner .pagination {
  position: absolute;
  width: 400px;
  right: 20px;
  bottom: 10px;
  text-align: right;
  z-index: 2;
}
.main_banner .swiper-pagination-switch {
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  border-color: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  background: #fff;
  margin: 0 5px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4);
}
.main_banner .swiper-active-switch {
  border-color: rgba(0, 0, 0, 0.4);
  transition: width 0.2s;
  -moz-transition: width .02s;
  -webkit-transition: width 0.2s;
  -o-transition: width 0.2s;
  background: rgba(255, 255, 255, 0.4);
  background: #ccc\9;
}
.main_banner .main_form {
  width: 240px;
  height: 345px;
  padding: 37px 30px 38px;
  background: rgba(0, 0, 0, 0.35);
  background-color: #0e2031 \9;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.main_banner .main_form h2 {
  font-size: 22px;
  text-align: center;
}
.main_banner .main_form .pt {
  padding-top: 10px;
}
.main_banner .main_form h3 {
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
}
.main_banner .main_form p {
  font-size: 12px;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}
.main_banner .main_form p .iconfont {
  font-size: 14px;
  color: #f5833a;
  margin-right: 5px;
}
.main_banner .main_form .item {
  width: 220px;
  background: #fff;
  margin-bottom: 10px;
  position: relative;
  border-radius: 4px;
  padding: 0 10px;
}
.main_banner .main_form .item span {
  position: absolute;
  right: 10px;
  top: 0;
  color: #f5833a;
  font-size: 12px;
  line-height: 35px;
}
.main_banner .main_form .item label {
  display: inline-block;
  font-size: 12px;
  color: #afafaf;
  *vertical-align: 8px;
}
.main_banner .main_form .item input {
  width: 200px;
  line-height: 35px;
  height: 35px;
  *line-height: 33px;
  *height: 33px;
  font-size: 14px;
  display: inline-block;
  color: #999;
}
.main_banner .main_form .item .toggle {
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 40px;
  color: #999999;
  font-size: 14px;
  cursor: pointer;
}
.main_banner .main_form .item .city,
.main_banner .main_form .item .test {
  cursor: pointer;
}
.main_banner .main_form .item .list {
  position: absolute;
  left: 0;
  top: 37px;
  width: 238px;
  height: 182px;
  background: #fff;
  z-index: 2;
  border: 1px solid #e6e6e6;
  display: none;
  border-radius: 4px;
}
.main_banner .main_form .item .list li {
  padding-left: 3%;
  font-size: 12px;
  color: #999;
  line-height: 30px;
  height: 30px;
  cursor: pointer;
}
.main_banner .main_form .item .list li:hover {
  background: #e6e6e6;
}
.main_banner .main_form .item i.iconfont {
  position: absolute;
  line-height: 35px;
  right: 5px;
  cursor: pointer;
}
.main_banner .main_form .radio_item {
  padding: 4px 0 10px;
}
.main_banner .main_form .radio_item input[type="radio"] {
  display: none;
}
.main_banner .main_form .radio_item label {
  height: 18px;
  display: inline-block;
  background: url(../img/form_radio.png) no-repeat left 3px;
  padding-left: 18px;
  margin-right: 15px;
}
.main_banner .main_form .radio_item .checked {
  background-position: left -16px;
}
.main_banner .main_form .lq {
  width: 100%;
  line-height: 40px;
  *line-height: 38px;
  background: #f5833a;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.main_banner .main_form .site-gg {
  font-size: 12px;
  margin-top: 10px;
}
.main_banner .main_form .site-gg .iconfont {
  color: #bcbcbc;
  font-size: 12px;
  margin-right: 5px;
}
.home_adver .right_list {
  float: right;
}
.home_adver .right_list li {
  float: left;
  width: 216px;
  height: 160px;
  margin-left: 8px;
}
.home_adver .right_list li:hover {
  box-shadow: 0 2px 14px 0px #999999;
}
.home_adver .right_list li a,
.home_adver .right_list li img {
  display: block;
  width: 100%;
  height: 100%;
}
.ms_mentors {
  padding-bottom: 90px;
}
.ms_mentors .ms_title {
  padding-bottom: 10px;
}
.ms_mentors .mentors_tab {
  padding: 0 342px 20px;
}
.ms_mentors .mentors_tab li {
  float: left;
  *width: 100px;
  text-align: center;
  font-size: 16px;
  color: #333;
  padding: 0 10px 12px;
  margin: 0 12px;
  cursor: default;
}
.ms_mentors .mentors_tab li.cur {
  color: #006fd0;
  border-bottom: 2px solid #006fd0;
}
.ms_mentors .mentors_box {
  display: none;
}
.ms_mentors .info {
  float: left;
  width: 300px;
  margin-top: 20px;
}
.ms_mentors .info h3 {
  font-size: 152px;
  color: #f0f0f0;
  font-weight: bold;
}
.ms_mentors .info h4 {
  font-size: 36px;
  color: #006fd0;
  font-weight: normal;
  margin-top: -84px;
  letter-spacing: -2px;
}
.ms_mentors .info h5 {
  font-size: 32px;
  color: #006fd0;
  font-weight: normal;
}
.ms_mentors .info em {
  width: 80px;
  height: 2px;
  display: block;
  background: #006fd0;
  margin: 10px 0;
}
.ms_mentors .info p {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  letter-spacing: 2px;
  height: 180px;
}
.ms_mentors .info .ms_btn {
  margin: 25px 0 0 0;
  width: 130px;
}
.ms_mentors .info .tips {
  font-size: 12px;
  color: #666;
  letter-spacing: normal;
}
.ms_mentors .mentors_per {
  float: right;
  width: 697px;
}
.ms_mentors .mentors_per li {
  float: left;
  width: 220px;
  height: 330px;
  margin-left: 12px;
}
.ms_mentors .mentors_per li .per_box {
  width: 220px;
  height: 260px;
  background: url(../img/mentors_bg.jpg) no-repeat center center;
  position: relative;
  overflow: hidden;
}
.ms_mentors .mentors_per li .per_box:hover .text {
  opacity: 1;
}
.ms_mentors .mentors_per li img {
  display: block;
  width: 220px;
  height: auto;
  position: absolute;
  top: 10px;
  left: 0;
}
.ms_mentors .mentors_per li .line {
  width: 140px;
  height: 10px;
  background: #006fd0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ms_mentors .mentors_per li .text {
  position: absolute;
  left: 0;
  top: 0;
  padding: 50px 20px;
  width: 180px;
  height: 160px;
  background: url(../img/mentors_text.png) no-repeat center center;
  color: #fff;
  opacity: 0;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.ms_mentors .mentors_per li .text h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.ms_mentors .mentors_per li .text span {
  width: 24px;
  height: 1px;
  background: #f5833a;
  display: block;
  margin: 6px auto 0;
}
.ms_mentors .mentors_per li .text h4 {
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  padding: 10px 0;
}
.ms_mentors .mentors_per li .text p {
  font-size: 14px;
  line-height: 24px;
}
.ms_mentors .mentors_per li .text .chat {
  width: 108px;
  line-height: 28px;
  border: 1px solid #999999;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  display: block;
  margin: 15px auto 0;
}
.ms_mentors .mentors_per li h5 {
  font-size: 18px;
  color: #444444;
  font-weight: normal;
  padding: 5px 0;
}
.ms_mentors .mentors_per li h6 {
  font-size: 14px;
  color: #666;
  font-weight: normal;
}
.ms_mentors .exclusive_box .exclusive_per {
  margin-top: 30px;
  width: 743px;
  height: 318px;
  border: 1px solid #eeeeee;
  float: left;
}
.ms_mentors .exclusive_box .exclusive_per .left,
.ms_mentors .exclusive_box .exclusive_per .right {
  width: 33px;
  line-height: 23px;
  display: block;
  border: 1px solid #f8bd98;
  text-align: center;
  color: #f5833a;
  position: absolute;
  top: 140px;
  z-index: 2;
  cursor: pointer;
}
.ms_mentors .exclusive_box .exclusive_per .left:hover,
.ms_mentors .exclusive_box .exclusive_per .right:hover {
  background: #f5833a;
  color: #fff;
}
.ms_mentors .exclusive_box .exclusive_per .right {
  right: 20px;
}
.ms_mentors .exclusive_box .exclusive_per .left {
  right: 60px;
}
.ms_mentors .exclusive_box .exclusive_per .img_box {
  width: 700px;
  height: 320px;
  overflow: hidden;
  position: relative;
  margin: -30px 0 0 30px;
}
.ms_mentors .exclusive_box .exclusive_per .per_img {
  height: 130px;
  padding-top: 190px;
  position: absolute;
  left: 0;
  top: 0;
}
.ms_mentors .exclusive_box .exclusive_per .per_img li {
  float: left;
  width: 100px;
  height: 130px;
  background: url(../img/ex_bg.jpg) no-repeat center center;
  background-size: 100%;
  position: relative;
  margin-right: 15px;
  overflow: hidden;
}
.ms_mentors .exclusive_box .exclusive_per .per_img li img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.ms_mentors .exclusive_box .exclusive_per .per_img .first {
  width: 240px;
  height: 320px;
  margin-top: -190px;
}
.ms_mentors .exclusive_box .exclusive_per .per_img .first img {
  width: 260px;
  left: 50%;
  margin-left: -130px;
}
.ms_mentors .exclusive_box .exclusive_per .per_info {
  width: 435px;
  height: 120px;
  position: absolute;
  left: 260px;
  top: 50px;
}
.ms_mentors .exclusive_box .exclusive_per .per_info li {
  display: none;
}
.ms_mentors .exclusive_box .exclusive_per .per_info h3 {
  font-size: 24px;
  color: #333;
  font-weight: normal;
  margin-bottom: 5px;
}
.ms_mentors .exclusive_box .exclusive_per .per_info h3 span {
  font-size: 16px;
  margin-left: 10px;
}
.ms_mentors .exclusive_box .exclusive_per .per_info p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
}
.ms_mentors .exclusive_box .exclusive_per .per_info .zx {
  width: 88px;
  line-height: 22px;
  font-size: 12px;
  text-align: center;
  border: 1px solid #f5833a;
  border-radius: 6px;
  display: block;
  color: #f5833a;
  position: absolute;
  right: 0;
  bottom: 0;
}
.ms_mentors .exclusive_box .exclusive_per .per_info .zx:hover {
  background: #f5833a;
  color: #fff;
}
.ms_mentors .exclusive_box .info {
  width: 260px;
  float: right;
  margin-top: -12px;
}
.ms_mentors .exclusive_box .info h3 {
  font-size: 122px;
  letter-spacing: 6px;
}
.ms_mentors .exclusive_box .info h4 {
  font-size: 24px;
  margin-top: -70px;
}
.ms_mentors .exclusive_box .info p {
  font-size: 16px;
  height: auto;
}
.ms_mentors .exclusive_box .info .tips {
  font-size: 12px;
}
.ms_lc {
  background: url(../images/lc_bg.jpg) no-repeat center center;
  height: 379px;
  margin-top:40px;
}
.ms_lc .ms_title {
  padding-bottom: 15px;
}
.ms_lc .ms_title h2 {
  color: #fff;
}
.ms_lc .ms_title h2 span {
  background: #fff;
}
.ms_lc ul {
  width: 500px;
  position: relative;
  z-index: 2;
  float: left;
}
.ms_lc li {
  width: 74px;
  height: 47px;
  padding: 15px 17px;
  border: 1px solid #ffffff;
  font-size: 14px;
  color: #fff;
  cursor: default;
  float: left;
  margin: 0 13px 20px 0;
}
.ms_lc li .iconfont {
  color: #f5833a;
  font-size: 24px;
}
.ms_lc li.cur {
  background: #fff;
  color: #484848;
}
.ms_lc .lc_info {
  width: 520px;
  color: #fff;
  float: left;
  display: none;
}
.ms_lc .lc_info h2 {
  width: 90px;
  height: 65px;
  background: url(../img/lc_all.png) no-repeat left bottom;
  margin-top: -5px;
}
.ms_lc .lc_info h3 {
  font-size: 28px;
  font-weight: normal;
  margin: -45px 0 6px;
}
.ms_lc .lc_info p {
  font-size: 14px;
  line-height: 24px;
}
.ms_lc .ms_btn {
  color: #fff;
  margin: 10px 0 0 50px;
  float: right;
}
.top_adver {
  height: 100px;
}
.top_adver a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.ms_header {
  margin-bottom: 12px;
}
.ms_header .top_nav {
  line-height: 36px;
  background: #f8f8f8;
  font-size: 12px;
}
.ms_header .top_nav .left {
  float: left;
}
.ms_header .top_nav .left li {
  float: left;
  position: relative;
  z-index: 9;
}
.ms_header .top_nav .left .item {
  display: block;
  padding: 0 10px;
  float: left;
}
.ms_header .top_nav .left .item .iconfont {
  font-size: 12px;
  color: #7a7a7a;
  margin-right: 4px;
}
.ms_header .top_nav .left .item:hover,
.ms_header .top_nav .left .item.cur {
  background: #ececec;
  color: #006fd0;
}
.ms_header .top_nav .left .item:hover .iconfont,
.ms_header .top_nav .left .item.cur .iconfont {
  color: #006fd0;
}
.ms_header .top_nav .left .others_country {
  position: absolute;
  left: -10px;
  top: 24px;
  width: 118px;
  height: 203px;
  background: url(../img/others_country.png) no-repeat top left;
  z-index: 9;
  padding-top: 14px;
  display: none;
}
.ms_header .top_nav .left .others_country a {
  display: block;
  text-align: center;
  color: #4a4a4a;
  line-height: 38px;
  font-size: 14px;
  width: 100%;
  position: relative;
}
.ms_header .top_nav .left .others_country a:hover {
  color: #005aa8;
}
.ms_header .top_nav .left .company {
  position: absolute;
  top: 25px;
  left: 0;
  width: 315px;
  height: 90px;
  padding: 20px 15px 0;
  background: url(../img/company.png) no-repeat left top;
  display: none;
  z-index: 2;
}
.ms_header .top_nav .left .company a {
  color: #4a4a4a;
  width: 78px;
  display: block;
  text-align: center;
  line-height: 15px;
  float: left;
  margin: 5px 0;
}
.ms_header .top_nav .left .company a:hover {
  color: #005aa8;
}
.ms_header .top_nav .left .company span {
  width: 1px;
  height: 14px;
  background: #c0c0c0;
  display: block;
  float: left;
  margin: 5px 0;
}
.ms_header .top_nav .right {
  float: right;
}
.ms_header .top_nav .right li {
  float: left;
  position: relative;
  margin-left: 5px;
}
.ms_header .top_nav .right .iconfont {
  font-size: 19px;
  vertical-align: -2px;
}
.ms_header .top_nav .right img {
  position: absolute;
  width: 118px;
  height: 126px;
  top: 26px;
  left: 50%;
  margin-left: -59px;
  display: none;
  z-index: 1;
}
.ms_header .top_nav .right .wechat:hover {
  color: #00d30c;
}
.ms_header .top_nav .right .sina:hover {
  color: #e6162d;
}
.ms_header .top_bar {
  height: 70px;
  padding: 15px 0;
  background: #fff;
}
.ms_header .top_bar .logo {
  float: left;
  display: block;
}
.ms_header .top_bar .logo img {
  display: block;
}
.ms_header .top_bar .tel {
  float: right;
  height: 36px;
  margin-top:15px;
}
.ms_header .top_bar .tel .iconfont {
  font-size: 27px;
  float: left;
  width: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #5c5c5c;
  border-radius: 50%;
  margin-right: 5px;
  color: #006fd0;
}
.ms_header .top_bar .tel span {
  font-size: 14px;
  color: #2379bb;
  float: left;
  margin-top: -3px;
}
.koihao{
	float:left;
	margin-top:10px;
	font-size:18px;
	padding-left:15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-left:20px;
}
.ms_header .top_bar .tel span b {
  font-weight: bold;
  font-size: 18px;
}
.ms_header .top_bar .top_search {
  float: right;
  position: relative;
  width: 360px;
  margin-top:15px;
  margin-right: 30px;
}
.ms_header .top_bar .top_search .search {
  width: 279px;
  line-height: 40px;
  height: 40px;
  padding-left: 10px;
  border: 1px solid #c7c7c7;
  border-right: none;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  font-size: 12px;
  display: block;
  color: #b6b6b6;
}
.ms_header .top_bar .top_search .button {
  width: 70px;
  line-height: 42px;
  text-align: center;
  background: #f6594e;
  color: #fff;
  font-size: 16px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  cursor: pointer;
}
.ms_header .top_bar .top_search .button:hover {
  background: #f2843e;
}
.ms_header .main_nav {
  background: #2670b5;
  height: 52px;
}
.ms_header .main_nav li {
  float: left;
  width: 120px;
  position: relative;
}
.ms_header .main_nav .index {
  width: 100px;
}
.ms_header .main_nav a {
  font-size: 16px;
  color: #fff;
  display: block;
  line-height: 52px;
  text-align: center;
}
.ms_header .main_nav a:hover,
.ms_header .main_nav a.cur {
  background: #005aa8;
}
.ms_footer {
  background: url(../img/footer_bg.jpg) no-repeat center center;
  height: 470px;
  padding: 60px 0;
}
.ms_footer .hw {
  padding-left: 284px;
  background-image: url(../img/helloworld.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-color: rgba(0, 0, 0, 0.5);
  background-color: #0e2031 \9;
  width: 700px;
  height: 470px;
}
.ms_footer .hw form {
  width: 620px;
  padding: 10px 40px 0;
}
.ms_footer .hw h3 {
  font-size: 16px;
  color: #fff;
  margin: 20px 0 10px;
}
.ms_footer .hw .option_box,
.ms_footer .hw .fill_box {
  margin: 0 -20px 0 0;
}
.ms_footer .hw .option,
.ms_footer .hw .fill_in {
  width: 140px;
  float: left;
  border-bottom: 1px solid #a4aab5;
  margin: 0 20px 10px 0;
  position: relative;
  line-height: 36px;
}
.ms_footer .hw .option input,
.ms_footer .hw .fill_in input {
  font-size: 14px;
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: none;
  color: #fff;
  display: block;
  margin: 0;
}
.ms_footer .hw .option .iconfont,
.ms_footer .hw .fill_in .iconfont {
  position: absolute;
  right: 5px;
  top: 0;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.ms_footer .hw .option span,
.ms_footer .hw .fill_in span {
  position: absolute;
  right: 0;
  top: 0;
  color: #f5833a;
  font-size: 12px;
}
.ms_footer .hw .option input {
  cursor: pointer;
}
.ms_footer .hw .option .list {
  display: none;
  position: absolute;
  left: 0;
  top: 36px;
  background: #192939;
  width: 100%;
  color: #fff;
  height: 220px;
  overflow-x: hidden;
  overflow-y: auto;
}
.ms_footer .hw .option .list li {
  padding-left: 4%;
  cursor: pointer;
}
.ms_footer .hw .option .list li:hover {
  background: #273645;
}
.ms_footer .hw .qq,
.ms_footer .hw .wechat {
  width: 220px;
}
.ms_footer .hw .name,
.ms_footer .hw .tell {
  width: 300px;
}
.ms_footer .hw .result {
  width: 240px;
  line-height: 46px;
  display: block;
  text-align: center;
  font-size: 20px;
  color: #fff;
  border-radius: 6px;
  background: #f5833a;
  margin: 20px auto 10px;
  cursor: pointer;
}
.ms_footer .hw p {
  color: #fff;
  text-align: center;
}
.ms_footer .hw p span {
  color: #f5833a;
}
.success_alert {
  width: 500px;
  height: 230px;
  padding: 30px 0;
  border-radius: 5px;
  background: #fff;
  position: fixed;
  left: 50%;
  top: 25%;
  margin-left: -250px;
  text-align: center;
  z-index: 9;
  display: none;
}
.success_alert h2 {
  font-size: 23px;
  color: #333;
  line-height: 50px;
}
.success_alert p {
  font-size: 16px;
  line-height: 24px;
  color: #565656;
}
.success_alert .sure {
  width: 140px;
  line-height: 36px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  display: block;
  border-radius: 5px;
  margin: 20px auto 0;
  background: #f5833a;
  box-shadow: 0 2px 10px 0px rgba(245, 131, 58, 0.4);
}
.fail_alert {
  width: 500px;
  height: 160px;
  padding: 55px 0;
  border-radius: 5px;
  background: #fff;
  position: fixed;
  left: 50%;
  top: 25%;
  margin-left: -250px;
  text-align: center;
  z-index: 9;
  display: none;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.fail_alert img {
  display: block;
  width: 60px;
  height: auto;
  margin: 0 auto;
}
.fail_alert h2 {
  font-size: 23px;
  color: #333;
  line-height: 50px;
}
.fail_alert .sure {
  width: 140px;
  line-height: 36px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  display: block;
  border-radius: 5px;
  margin: 10px auto 0;
  background: #f5833a;
  box-shadow: 0 2px 10px 0px rgba(245, 131, 58, 0.4);
}
.ms_link {
  background: #2c2c2c;
  padding-top: 30px;
}
.ms_link .left {
  float: left;
  width: 560px;
  border-right: 1px solid #9c9c9c;
  margin-right: 30px;
}
.ms_link h3 {
  font-size: 18px;
  color: #929292;
  font-weight: normal;
  margin-bottom: 20px;
}
.ms_link a {
  font-size: 14px;
  color: #929292;
  display: block;
  margin-top: 10px;
}
.ms_link a .iconfont {
  font-size: 12px;
  vertical-align: 2px;
}
.ms_link a:hover {
  color: #dcdcdc;
}
.ms_link li {
  float: left;
  width: 100px;
  padding-left: 30px;
}
.ms_link .right {
  width: 500px;
  float: left ;
}
.weixin{float:right;}
.weixin p{text-align:center; color:#FFFFFF;}
.ms_link .right a {
  display: inline-block;
  margin-right: 5px;
}
.ms_link .right .tel {
  height: 36px;
  margin-top: 10px;
}
.ms_link .right .tel .iconfont {
  font-size: 34px;
  float: left;
  width: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #9c9c9c;
  border-radius: 50%;
  margin-right: 5px;
  color: #9c9c9c;
}
.ms_link .right .tel span {
  font-size: 20px;
  color: #9c9c9c;
  float: left;
  margin-top: -3px;
}
.ms_link .right .tel span b {
  font-weight: bold;
  font-size: 28px;
}
.ms_link .copyright {
  line-height: 40px;
  font-size: 12px;
  margin-top: 30px;
  border-top: 1px solid #565656;
  text-align: center;
}
.ms_link .copyright a {
  color: #666666;
  display: inline;
  font-size: 12px;
}
.lxwd h3 {
  font-size: 20px;
  font-weight: normal;
  line-height: 43px;
  color: #333;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
  overflow: hidden;
}
.lxwd h3 .more_news {
  float: right;
  *margin-top: -43px;
  font-size: 14px;
}
.lxwd h3 .more_news .iconfont {
  font-size: 12px;
}
.lxwd h3 .more_news:hover {
  color: #f5833a;
}
.lxwd h3 .more_news:hover .iconfont {
  color: #f5833a;
}
.lxwd li {
  position: relative;
  border-bottom: 1px solid #dbdbdb;
  height: 37px;
  *height: 35px;
  margin-bottom: 17px;
}
.lxwd li p {
  position: relative;
  display: block;
  font-size: 14px;
  color: #666;
  padding: 0 0 17px;
}
.lxwd li p span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #666666;
  display: inline-block;
  vertical-align: 2px;
  *vertical-align: 6px;
  margin-right: 4px;
}
.lxwd li a {
  display: block;
}
.lxwd li .iconfont {
  font-size: 12px;
  width: 24px;
  line-height: 24px;
  display: block;
  border: 1px solid #999999;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.lxwd li img {
  display: block;
  width: 100%;
  height: 170px;
  display: none;
  margin-bottom: 17px;
}
.lxwd li.cur {
  height: 224px;
  *height: 220px;
}
.lxwd li.cur img {
  display: block;
}
.channel_class {
  padding-bottom: 40px;
}
.channel_class ul {
  margin: 0 -8.5px;
}
.channel_class li {
  width: 298px;
  height: 80px;
  padding: 24px 15px 24px;
  float: left;
  background: #fff;
  border: 1px solid #efefef;
  margin: 0 8.5px 20px;
}
.channel_class li:hover {
  box-shadow: 4px 4px 10px -2px rgba(0, 0, 0, 0.2);
}
.channel_class li img {
  float: left;
  margin-right: 15px;
}
.channel_class li .text {
  float: left;
  width: 200px;
  font-size: 12px;
  line-height: 18px;
}
.channel_class li .text h3 {
  font-size: 16px;
  color: #006fd0;
}
.channel_class li .text span {
  height: 0;
  width: 35px;
  border-top: 1px solid #006fd0;
  display: block;
  margin: 10px 0;
  transition: all 1s;
  -moz-transition: all 1s;
  /* Firefox 4 */
  -webkit-transition: all 1s;
  /* Safari 和 Chrome */
  -o-transition: all 1s;
  /* Opera */
}
.channel_class li .text p {
  font-size: 14px;
  line-height: 18px;
}
.channel_class li:hover .text span {
  width: 182px;
}
.ms_bread {
  padding-bottom: 10px;
}
.video_box {
  width: 900px;
  height: 540px;
  position: fixed;
  left: 50%;
  margin-left: -450px;
  top: 50%;
  margin-top: -280px;
  background: #000;
  z-index: 9;
  padding-top: 20px;
  display: none;
}
.video_box .iconfont {
  border-radius: 50%;
  width: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #eee;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  z-index: 9;
}
.video_box .iconfont:hover {
  color: #fff;
  background: red;
}
/*招聘*/
.zhaopin_banner{
  background: url(../img/zhaopin_banner.jpg) no-repeat center top;
  height: 600px;
  margin-top: -12px;
}
.zhaopin_banner h3{
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  line-height: 100px;
  margin-left: 20px;
}
.zhaopin_banner h2{
  color: #fff;
  font-size: 70px;
  text-align: center;
  margin-top: 50px;
}
.zhaopin_list{
  padding-bottom: 60px;
}
.zhaopin_list .zhaopin{
  background-color: #fff;
  box-shadow:  0 5px 30px 0 #ebebeb;
  margin-left: -32px;
  margin-top: -130px;
}
.zhaopin_list .zhaopin h2{
  color: #333;
  font-size: 30px;
  text-align: center;
  padding-top: 55px;
}
.zhaopin_list .zhaopin .zhaopin_search{
  margin: 0 auto;
  width: 800px;
  margin-top: 20px;
  position: relative;
  margin-bottom: 5px;
}
.zhaopin_list .zhaopin .zhaopin_search .search{
  width: 735px;
    line-height: 45px;
    height: 43px;
    padding-left: 10px;
    border: 1px solid #c7c7c7;
    border-right: none;
    font-size: 18px;
    display: block;
    color: #b6b6b6;
}
.zhaopin_list .zhaopin .zhaopin_search .button{
  width: 65px;
    line-height: 45px;
    text-align: center;
    background: #f6a16b;
    color: #fff;
    font-size: 18px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: url(../img/zhaopin_button.png) no-repeat center top;
}
.zhaopin_list .zhaopin .zhaopin_search .sheng{
  margin-top: 10px;
  font-size: 16px;
  color: #333;
}
.zhaopin_list .zhaopin .zhaopin_search .sheng a{
  padding: 0 5px;
}
.zhaopin_list .zhaopin ul li{
  overflow: hidden;
  position: relative;
  height: 55px;
  width: 800px;
  margin: 0 auto;
  border-bottom: 1px solid #eaeaea;
}
.zhaopin_list .zhaopin ul h2{
  position: absolute;
  font-size: 18px;
  top: 25px;
  padding-top: 0;
}
.zhaopin_list .zhaopin ul .tt{
  background: url(../img/zhaopin_h2.png) no-repeat left bottom;
  padding-left: 40px;
  left: 0;
}
.zhaopin_list .zhaopin ul .chakan{
  background: url(../img/zhaopin_ck.png) no-repeat left bottom;
  right: 0px;
  padding-left: 25px;
}
.zhaopin_list .zhaopin ul .dizhi{
  background: url(../img/zhaopin_dz.png) no-repeat left bottom;
  right:80px;
  padding-left: 25px;
}
.zhaopin_list .zhaopin ul p{
  position: absolute;
  top: 60px;
}
.zhaopin_show{
  padding-bottom: 50px;
}
.zhaopin_show .zhaopin h2{
  text-align: left;
   color: #333;
  font-size: 30px;
  padding-top: 55px;
  margin-left: 55px;
}
.zhaopin_show .zhaopin .yaoqiu{
  box-shadow:  0 5px 30px 0 #ebebeb;
  width: 910px;
  margin: 0 auto;
  margin-top: 30px;
  padding: 20px;
  position: relative;
  line-height: 26px;
}
.zhaopin_show .zhaopin .yaoqiu h3{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #fbb838;
}
.zhaopin_show .zhaopin .yaoqiu h5{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}
.zhaopin_show .zhaopin .yaoqiu .lianxi{
  font-size: 12px;
  font-weight: normal;
  margin-top: 30px;
}
.zhaopin_show .zhaopin .yaoqiu a{
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  height: 30px;
  width: 173px;
  display: block;
  text-align: center;
  position: absolute;
  right: 30px;
  bottom: 20px;
  background: url(../img/zhaopin_a.png) no-repeat center center;
}
.zhaopin_show .zhaopin .yaoqiu .dizhi{
  position: absolute;
  background: url(../img/zhaopin_dz.png) no-repeat left bottom;
  right:30px;
  padding-left: 25px;
  font-size: 18px;
  top: 20px; 
}
.zhaopin_show .zhaopin ul span{
  font-size: 24px;
  margin-left: 64px;
  margin-top: 40px;
  margin-bottom: 30px;
  display: block;
}
.zhaopin_show .zhaopin ul li{
  overflow: hidden;
  position: relative;
  height: 65px;
  width: 950px;
  margin: 0 auto;
  box-shadow:  0 5px 30px 0 #ebebeb;
  margin-bottom: 15px;
}
.zhaopin_show .zhaopin ul h2{
  font-size: 24px;
  top: 25px;
  padding-top: 0;
}
.zhaopin_show .zhaopin ul .tt{
  margin-top: 20px;
}
.zhaopin_show .zhaopin ul .dizhi{
  background: url(../img/zhaopin_dz.png) no-repeat left bottom;
  right:80px;
  position: absolute;
  padding-left: 25px;
  top: 20px;
  right: 30px;
}
.zhaopin_show .zhaopin{
  background-color: #fff;
  box-shadow:  0 5px 30px 0 #ebebeb;
  margin-left: -32px;
  margin-top: -130px;
  padding-bottom: 20px;
}
