body {
  background: #fff;
}
.animated {
  animation-duration: .3s;
  animation-fill-mode: both;
}
#prompts {
  background-color: #fff;
  line-height: 34px;
}
#prompts #zjw_location {
  width: auto;
  position: relative;
}
#prompts #zjw_location .location_tips {
  width: 800px;
  line-height: 34px;
  color: #90969f;
}
#prompts #zjw_location .location_tips span {
  display: inline-block;
  float: left;
  font-size: 12px;
}
#prompts #now_city {
  padding-left: 16px;
  background: url('../img/zjw_icon.png') no-repeat;
  background-position: 0px 10px;
  color: #d94421;
  font-size: 16px;
  font-weight: 600;
}
#prompts #change_city {
  cursor: pointer;
}
#prompts #change_city:hover {
  color: #666;
}
#prompts #weather {
  margin-left: 16px;
}
#prompts #weather img {
  vertical-align: middle;
}
#prompts #address {
  position: absolute;
  top: 35px;
  left: 0;
  width: 386px;
  transition: all 0.3s ease-out;
  border: 1px solid #dadada;
  background-color: #fff;
  padding-bottom: 10px;
  z-index: 2000;
}
#prompts #address p {
  width: 343px;
  margin: 0 auto;
  padding-top: 8px;
  line-height: 40px;
  font-size: 14px;
  color: #666666;
  border-bottom: 1px solid #dadada;
  margin-bottom: 20px;
}
#prompts #address .line {
  padding-left: 6px;
}
#prompts #address .line span {
  display: inline-block;
  width: 57px;
  line-height: 26px;
  text-align: center;
  float: left;
  margin-left: 4px;
  color: #676869;
  cursor: pointer;
  border: 2px solid transparent;
  border-bottom: none;
}
#prompts #address .line span:hover {
  color: #2187cf;
}
#prompts #address .line .on {
  border-color: #d94421;
  background-color: #f5f5f5;
  border-bottom-color: transparent ;
}
#prompts #address .city_list {
  width: 100%;
  border: 2px solid #d94421;
  margin-top: -2px;
  background-color: #f5f5f5;
  padding-left: 16px;
  padding-bottom: 4px;
}
#prompts #address .city_list span {
  line-height: 20px;
  padding: 2px 6px;
  margin-top: 6px;
  display: block;
  text-align: center;
  float: left;
  color: #676869;
  cursor: pointer;
  border: 2px solid transparent;
}
#prompts #address .city_list span:hover {
  background-color: #2187cf;
  color: #fff;
}
#prompts #address .city_list .on {
  background-color: #2187cf;
  color: #fff;
}
#prompts .right li {
  display: inline-block;
  font-size: 12px;
  color: #52575e;
}
#prompts .right li a {
  color: #52575e;
}
#prompts .right li a:hover {
  color: #1989e7;
}
#prompts .right .middle_li {
  padding: 0 10px;
}
#search_area {
  height: 176px;
  background-color: #edf0f3;
  box-shadow: 0px 1px 26px #cdcdcd;
}
#search_area .left {
  height: 132px;
  width: 458px;
  background: url("../img/search_logo.png") no-repeat center;
  background-position-x: 1px;
}
#search_area .right {
  margin-top: 46px;
  height: 42px;
  background-color: #fff;
  position: relative;
}
#search_area .right .item_con .item1 {
  border: 1px solid #d94421;
  border-right: none;
  padding-left: 14px;
  font-size: 14px;
  color: #636879;
  height: 41px;
  line-height: 41px;
  width: 108px;
  background: url("../img/icon_1.png") no-repeat center;
  background-position-x: 82px;
  cursor: pointer;
}
#search_area .right .item_con .item2 input {
  height: 41px;
  width: 240px;
  border: none;
  border-top: 1px solid #d94421;
  border-bottom: 1px solid #d94421;
  color: #b1b6bf;
}
#search_area .right .item_con .item3 {
  cursor: pointer;
  width: 110px;
  text-align: center;
  height: 44px;
  line-height: 44px;
  background: url("../img/search_bg.png") no-repeat;
  color: #fff;
  font-size: 16px;
}
#search_area .right .item_list {
  display: none;
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 99;
}
#search_area .right .item_list li {
  background-color: #1E9FFF;
  line-height: 36px;
  min-width: 108px;
  padding-left: 16px;
  border-bottom: 1px solid #fff;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
#search_area .right .item_list li:hover {
  background-color: #4E5465;
}
#nav {
  position: relative;
}
#nav .content {
  width: 100%;
  height: 42px;
  position: absolute;
  top: -42px;
  left: 0;
}
#nav .content .service {
  width: 150px;
  height: 42px;
  line-height: 42px;
  background-color: #2795f2;
  color: #fff;
  cursor: pointer;
}
#nav .content .service b {
  padding-left: 14px;
  font-size: 13px;
}
#nav .content .service span {
  font-size: 16px;
  padding-left: 16px;
}
#nav .content .service .service_list {
  z-index: 99;
  display: none;
  height: 100%;
  position: relative;
}
#nav .content .service .service_list .list_ul ._list {
  height: 95px;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-left: 5px solid transparent;
}
#nav .content .service .service_list .list_ul ._list i {
  font-style: normal;
  display: block;
  height: 100%;
  width: 130px;
  margin: 0 auto;
  border-bottom: 1px solid #42435b;
  text-align: left;
  line-height: 94px;
  font-size: 16px;
  color: #fff;
  padding-left: 6px;
}
#nav .content .service .service_list .list_ul ._list .service_con {
  display: none;
  opacity: 0;
  width: 1050px;
  height: 475px;
  position: absolute;
  left: 150px;
  top: 0px;
  color: #0C0C0C;
  transition: all 0.2s ease-out;
  background-color: #fff;
}
#nav .content .service .service_list .list_ul ._list:hover {
  border-left: 5px solid #fe4c2d;
  background-color: #43435d;
}
#nav .content .service .service_list .list_ul ._list:hover .service_con {
  opacity: 1;
  display: block;
}
#nav .content .service:hover .service_list {
  display: block;
}
#nav .content .layui-nav {
  width: 1050px;
  height: 42px;
  background-color: #fff;
}
#nav .content .layui-nav .layui-nav-item {
  line-height: 42px;
  height: 45px;
  position: relative;
}
#nav .content .layui-nav .layui-nav-item a {
  color: #39393a;
  font-size: 16px;
  padding: 0px 15px;
}
#nav .content .layui-nav .layui-nav-item span {
  display: none;
  position: absolute;
  bottom: 3px;
  left: 0;
  height: 2px;
  background-color: #1E9FFF;
  width: 100%;
}
#nav .content .layui-nav .on span {
  display: block;
}
#nav .service_con {
  padding-left: 30px;
}
#nav .service_con .top {
  width: 988px;
  height: 76px;
  border-bottom: 1px solid #ededed;
  font-size: 16px;
  color: #f72221;
  line-height: normal;
}
#nav .service_con .top span {
  display: block;
  padding-top: 50px;
  background-color: #fff;
  cursor: default;
}
#nav .service_con .bottom ul {
  margin-top: 14px;
}
#nav .service_con .bottom li {
  display: block;
  float: left;
  line-height: 28px;
  padding: 0 6px;
  color: #999999;
  margin-bottom: 10px;
}
#nav .service_con .bottom li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  font-size: 16px;
  color: #999999;
  background-color: transparent;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
#nav .service_con .bottom li a:hover {
  background-color: #1E9FFF;
  color: #fff;
}
#nav .link {
  width: 270px;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
}
#nav .link .service_call {
  line-height: 42px;
  background-color: #e84825;
  color: #fff;
  box-shadow: -1px 4px 17px #888888;
}
#nav .link .service_call ._call1 {
  padding-left: 20px;
}
#nav .link .service_call ._call2 {
  padding-left: 16px;
  font-size: 16px;
}
#nav .link .aptitude_call {
  border-bottom: 2px solid #ff4f2e;
  color: #fff;
  line-height: 42px;
  background: #ed1f1c;
  background: -webkit-linear-gradient(#d94321, #f30a1a);
  background: -o-linear-gradient(#d94321, #f30a1a);
  background: -moz-linear-gradient(#d94321, #f30a1a);
  background: linear-gradient(#d94321, #f30a1a);
}
#nav .link .aptitude_call ._call1 {
  padding-left: 20px;
}
#nav .link .aptitude_call ._call2 {
  padding-left: 16px;
  font-size: 16px;
}
#nav .link .form {
  position: relative;
  width: 100%;
  height: 432px;
  background: #586172;
}
#nav .link .form .title {
  line-height: 72px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
#nav .link .form .layui-input {
  display: block;
  margin: 0 auto;
  margin-bottom: 14px;
  width: 230px;
  height: 34px;
  outline: none;
  color: #757575;
}
#nav .link .form .district {
  color: #9199a6;
}
#nav .link .form .district .selelct {
  width: 105px;
  height: 34px;
  float: left;
  margin-left: 20px;
}
#nav .link .form .district .layui-form-select {
  width: 105px;
  float: left;
  margin-left: 20px;
}
#nav .link .form .district .layui-form-select .layui-select-title {
  width: 105px;
}
#nav .link .form .district .layui-form-select .layui-select-title .layui-input {
  width: 105px;
  padding-right: 20px;
  color: #757575;
}
#nav .link .form .district .layui-form-select .layui-edge {
  top: 39%;
}
#nav .link .form #classify {
  position: relative;
}
#nav .link .form #classify input {
  cursor: pointer;
}
#nav .link .form #classify i {
  font-style: normal;
  position: absolute;
  top: 9px;
  right: 28px;
  color: #c2c2c2;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#nav .link .form #classify .on {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
#nav .link .form textarea {
  width: 230px;
  height: 76px;
  margin: 0 auto;
  color: #757575;
  margin-bottom: 20px;
}
#nav .link .form .layui-btn {
  display: block;
  width: 230px;
  height: 35px;
  background: url("../img/shenqing.png") no-repeat;
  margin: 0 auto;
  box-shadow: 0px 4px 16px #eb261d;
}
#nav .link .form .tab_con {
  display: none;
  width: 600px;
  height: 180px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 20px;
}
#nav .link .form .tab_con .title {
  position: relative;
}
#nav .link .form .tab_con .title .ul1 {
  border-bottom: 1px solid #ededed;
  height: 42px;
}
#nav .link .form .tab_con .title .ul1 .on {
  color: #fe4a2d;
}
#nav .link .form .tab_con .title .ul1 .on span {
  background-color: #fe4a2d;
}
#nav .link .form .tab_con .title .ul1 li {
  line-height: 42px;
  float: left;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 14px;
  color: #999999;
  position: relative;
  cursor: pointer;
}
#nav .link .form .tab_con .title .ul1 li span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
}
#nav .link .form .tab_con .title #tabClose {
  position: absolute;
  top: 13px;
  right: 20px;
  z-index: 8888;
  height: 20px;
  width: 20px;
  line-height: normal;
  cursor: pointer;
  color: #9f9f9f;
}
#nav .link .form .tab_con .tabCon {
  display: none;
  background-color: #fff;
  position: absolute;
  top: 43px;
  left: 0;
  width: 600px;
  height: 138px;
  overflow-y: auto;
  padding-top: 18px;
  padding-left: 8px;
}
#nav .link .form .tab_con .tabCon li {
  float: left;
  line-height: 26px;
  padding-right: 12px;
  padding-left: 12px;
  cursor: pointer;
  color: #666;
}
#nav .link .form .tab_con .tabCon li:hover {
  background-color: #2795f2;
  color: #fff;
}
#nav .link .form .tab_con .tabCon .on {
  background-color: #2795f2;
  color: #fff;
}
#consult .title {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}
#consult .title a {
  color: #666;
}
#consult .title span {
  padding-left: 5px;
}
#consult .con_detail .left {
  width: 610px;
  height: 477px;
  border: 1px solid #f5f5f5;
}
#consult .con_detail .right {
  width: 550px;
  height: 477px;
}
#consult .con_detail .right .type_name {
  font-size: 30px;
  color: #333;
}
#consult .con_detail .right .price {
  margin-top: 10px;
  height: 44px;
  width: 100%;
  background-color: #f5f5f5;
}
#consult .con_detail .right .price ._l {
  width: 110px;
  text-align: right;
  font-size: 16px;
  color: #333;
  padding-top: 15px;
}
#consult .con_detail .right .price ._r {
  padding-left: 6px;
  width: 300px;
  text-align: left;
  line-height: 44px;
  font-size: 26px;
  color: #fe492d;
}
#consult .con_detail .right .type {
  margin-top: 20px;
  width: 100%;
}
#consult .con_detail .right .type ._l {
  width: 110px;
  line-height: 44px;
  text-align: right;
  font-size: 16px;
  color: #333;
}
#consult .con_detail .right .type ._r {
  padding-left: 6px;
  width: 440px;
  height: 90px;
}
#consult .con_detail .right .type ._r ul {
  padding-top: 1px;
}
#consult .con_detail .right .type ._r ul li {
  float: left;
  width: 120px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #dadada;
  margin-right: 20px;
  margin-bottom: 20px;
  color: #666666;
  cursor: pointer;
  transition: background-color 0.2s;
}
#consult .con_detail .right .type ._r ul .on {
  color: #fff;
  background-color: #2795f2;
  border: none;
}
#consult .con_detail .right .type ._r ul li:hover {
  color: #fff;
  background-color: #2795f2;
  border: none;
}
#consult .con_detail .right .classify {
  margin-top: 10px;
  width: 100%;
}
#consult .con_detail .right .classify ._l {
  width: 110px;
  line-height: 44px;
  text-align: right;
  font-size: 16px;
  color: #333;
}
#consult .con_detail .right .classify ._r {
  padding-left: 6px;
  width: 440px;
  height: 44px;
  line-height: 44px;
}
#consult .con_detail .right .classify ._r select {
  width: 400px;
  height: 36px;
  border: 1px solid #ededed;
  padding-left: 10px;
  font-size: 16px;
  color: #666;
}
#consult .con_detail .right .major {
  margin-top: 10px;
  width: 100%;
}
#consult .con_detail .right .major ._l {
  width: 110px;
  line-height: 44px;
  text-align: right;
  font-size: 16px;
  color: #333;
}
#consult .con_detail .right .major ._r {
  padding-left: 6px;
  width: 440px;
  height: 44px;
  line-height: 44px;
}
#consult .con_detail .right .major ._r span {
  display: inline-block;
  width: 72px;
  text-align: right;
  font-size: 16px;
  color: #333;
}
#consult .con_detail .right .major ._r select {
  width: 160px;
  height: 36px;
  border: 1px solid #ededed;
  padding-left: 10px;
  font-size: 16px;
  color: #666;
}
#consult .con_detail .right .major ._r input {
  width: 160px;
  height: 36px;
  border: 1px solid #ededed;
  padding-left: 10px;
  font-size: 14px;
  color: #999;
}
#consult .con_detail .right .major ._r button {
  width: 400px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #fff;
  background: url("../img/con_detail.png") no-repeat;
  border: none;
  cursor: pointer;
  box-shadow: 0px 4px 16px #eb261d;
  margin-top: 4px;
}
#main_part {
  margin-top: 30px;
}
#main_part ._l {
  width: 240px;
  height: auto;
  border: 1px solid #edf0f3;
  border-bottom: none;
}
#main_part ._l .title {
  height: 54px;
  background: url("../img/all_p.png") no-repeat center;
  background-position-x: 20px;
  background-color: #f8fafb;
  border-bottom: 1px solid #edf0f3;
}
#main_part ._l ul li {
  display: block;
  line-height: 45px;
  height: 45px;
  padding-left: 34px;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #edf0f3;
  cursor: pointer;
}
#main_part ._l ul li span {
  display: inline-block;
  float: right;
  font-size: 13px;
  font-weight: 600;
  margin-right: 20px;
}
#main_part ._l ul li:hover {
  background-color: #f8fafb;
  color: #2795f2;
}
#main_part ._l ul .on {
  background-color: #f8fafb;
  color: #2795f2;
}
#main_part ._r {
  position: relative;
  width: 940px;
}
#main_part ._r .title {
  height: 50px;
  width: 100%;
  background-color: #f8fafb;
  padding-left: 20px;
  padding-top: 16px;
}
#main_part ._r .title p {
  font-size: 18px;
  color: #333;
  border-left: 4px solid #2795f2;
  height: 17px;
  line-height: 18px;
  padding-left: 10px;
}
#main_part ._r #titleNav {
  height: 50px;
  line-height: 50px;
  width: 100%;
  background-color: #f8fafb;
}
#main_part ._r #titleNav li {
  height: 50px;
  float: left;
  width: 140px;
  text-align: center;
  font-size: 16px;
  color: #333;
  border-top: 3px solid #f8fafb;
  background-color: #f8fafb;
}
#main_part ._r #titleNav li a {
  color: #333;
}
#main_part ._r #titleNav li:hover {
  background-color: #fff;
  border-color: #fe4a2d;
}
#main_part ._r #titleNav li:hover a {
  color: #fe4a2d;
}
#main_part ._r #titleNav .on {
  background-color: #fff;
  border-color: #fe4a2d;
}
#main_part ._r #titleNav .on a {
  color: #fe4a2d;
}
#main_part ._r .zj_tab {
  background-color: #fff;
}
#main_part ._r .zj_tab ._tab {
  width: 100%;
  height: auto;
  position: absolute;
  top: 84px;
  left: 0;
  display: none;
}
#main_part ._r .zj_tab .tab_item1 {
  display: none;
}
#main_part ._r .zj_tab .tab_item1 .serve_introduce .fenlei {
  border: 1px solid #fe9988;
  background-color: #fff8f7;
  padding: 0 20px;
  padding-bottom: 2px;
}
#main_part ._r .zj_tab .tab_item1 .serve_introduce .fenlei .title_name {
  text-align: center;
  line-height: 70px;
  font-size: 24px;
  color: #333;
  font-weight: 600;
}
#main_part ._r .zj_tab .tab_item1 .serve_introduce .fenlei ul li {
  display: block;
  float: left;
  margin-bottom: 18px;
  font-size: 16px;
  color: #666;
  line-height: 16px;
  padding-right: 20px;
}
#main_part ._r .zj_tab .tab_item1 .serve_introduce .require {
  margin-top: 40px;
  margin-bottom: 30px;
}
#main_part ._r .zj_tab .tab_item1 .serve_introduce .require .details {
  margin-top: 30px;
}
#main_part ._r .zj_tab .tab_item1 .serve_introduce .require .details .attention {
  line-height: 44px;
  background-color: #fff8f7;
  color: #fe4a2d;
  font-size: 16px;
  padding-left: 20px;
}
#main_part ._r .zj_tab .tab_item1 .serve_introduce .require .details div {
  padding-top: 10px;
  color: #666;
  line-height: 40px;
  padding-left: 20px;
}
#main_part ._r .zj_tab .tab_item1 .training_process {
  padding-bottom: 30px;
}
#main_part ._r .zj_tab .tab_item1 .training_process img {
  display: block;
  margin-top: 48px;
}
#main_part ._r .tab_item2 {
  display: block;
}
#main_part ._r .tab_item2 .serve_introduce {
  margin-bottom: 30px;
}
#main_part ._r .tab_item2 .serve_introduce .fenlei .title_name {
  text-align: center;
  line-height: 70px;
  font-size: 24px;
  color: #333;
  font-weight: 600;
}
#main_part ._r .tab_item2 .serve_introduce .fenlei table {
  border: 1px solid #ededed;
}
#main_part ._r .tab_item2 .serve_introduce .fenlei table tr {
  border: 1px solid #ededed;
}
#main_part ._r .tab_item2 .serve_introduce .fenlei table tr ._a {
  border: 1px solid #ededed;
  width: 132px;
  line-height: 40px;
  text-align: center;
  color: #666;
}
#main_part ._r .tab_item2 .serve_introduce .fenlei table tr ._b {
  border: 1px solid #ededed;
  width: 808px;
  color: #666666;
}
#main_part ._r .tab_item2 .serve_introduce .fenlei table tr ._b li {
  float: left;
  display: block;
  line-height: 40px;
  margin-left: 20px;
}
#main_part ._r .tab_item2 .training_process {
  padding-bottom: 30px;
}
#main_part ._r .tab_item2 .training_process img {
  display: block;
  margin-top: 48px;
}
#main_part ._r .tab_item3 {
  display: none;
}
#main_part ._r .tab_item3 .serve_introduce .fenlei {
  border: 1px solid #fe9988;
  background-color: #fff8f7;
  padding: 0 20px;
  padding-bottom: 2px;
}
#main_part ._r .tab_item3 .serve_introduce .fenlei .title_name {
  text-align: center;
  line-height: 70px;
  font-size: 24px;
  color: #333;
  font-weight: 600;
}
#main_part ._r .tab_item3 .serve_introduce .fenlei ul li {
  display: block;
  float: left;
  margin-bottom: 18px;
  font-size: 16px;
  color: #666;
  line-height: 16px;
  padding-right: 20px;
}
#main_part ._r .tab_item3 .serve_introduce .require {
  margin-top: 40px;
  margin-bottom: 30px;
}
#main_part ._r .tab_item3 .serve_introduce .require .details {
  margin-top: 30px;
}
#main_part ._r .tab_item3 .serve_introduce .require .details .attention {
  line-height: 44px;
  background-color: #fff8f7;
  color: #fe4a2d;
  font-size: 16px;
  padding-left: 20px;
}
#main_part ._r .tab_item3 .serve_introduce .require .details div {
  padding-top: 10px;
  color: #666;
  line-height: 40px;
  padding-left: 20px;
}
#main_part ._r .tab_item3 .training_process {
  padding-bottom: 30px;
}
#main_part ._r .tab_item3 .training_process img {
  display: block;
  margin-top: 48px;
}
#main_part ._r .tab_item4 {
  display: none;
}
#main_part ._r .tab_item4 .serve_introduce .fenlei {
  border: 1px solid #fe9988;
  background-color: #fff8f7;
  padding: 0 20px;
  padding-bottom: 2px;
}
#main_part ._r .tab_item4 .serve_introduce .fenlei .title_name {
  text-align: center;
  line-height: 70px;
  font-size: 24px;
  color: #333;
  font-weight: 600;
}
#main_part ._r .tab_item4 .serve_introduce .fenlei ul li {
  display: block;
  float: left;
  margin-bottom: 18px;
  font-size: 16px;
  color: #666;
  line-height: 16px;
  padding-right: 20px;
}
#main_part ._r .tab_item4 .serve_introduce .require {
  margin-top: 40px;
  margin-bottom: 30px;
}
#main_part ._r .tab_item4 .serve_introduce .require .details {
  margin-top: 30px;
}
#main_part ._r .tab_item4 .serve_introduce .require .details .attention {
  line-height: 44px;
  background-color: #fff8f7;
  color: #fe4a2d;
  font-size: 16px;
  padding-left: 20px;
}
#main_part ._r .tab_item4 .serve_introduce .require .details div {
  padding-top: 10px;
  color: #666;
  line-height: 40px;
  padding-left: 20px;
}
#main_part ._r .tab_item4 .training_process {
  padding-bottom: 30px;
}
#main_part ._r .tab_item4 .training_process img {
  display: block;
  margin-top: 48px;
}
#main_part ._r .tab_item5 {
  display: none;
}
#main_part ._r .tab_item5 .serve_introduce .fenlei {
  border: 1px solid #fe9988;
  background-color: #fff8f7;
  padding: 0 20px;
  padding-bottom: 2px;
}
#main_part ._r .tab_item5 .serve_introduce .fenlei .title_name {
  text-align: center;
  line-height: 70px;
  font-size: 24px;
  color: #333;
  font-weight: 600;
}
#main_part ._r .tab_item5 .serve_introduce .fenlei ul li {
  display: block;
  float: left;
  margin-bottom: 18px;
  font-size: 16px;
  color: #666;
  line-height: 16px;
  padding-right: 20px;
}
#main_part ._r .tab_item5 .serve_introduce .require {
  margin-top: 40px;
  margin-bottom: 30px;
}
#main_part ._r .tab_item5 .serve_introduce .require .details {
  margin-top: 30px;
}
#main_part ._r .tab_item5 .serve_introduce .require .details .attention {
  line-height: 44px;
  background-color: #fff8f7;
  color: #fe4a2d;
  font-size: 16px;
  padding-left: 20px;
}
#main_part ._r .tab_item5 .serve_introduce .require .details div {
  padding-top: 10px;
  color: #666;
  line-height: 40px;
  padding-left: 20px;
}
#main_part ._r .tab_item5 .training_process {
  padding-bottom: 30px;
}
#main_part ._r .tab_item5 .training_process img {
  display: block;
  margin-top: 48px;
}
#main_part ._r .tab_item6 {
  display: none;
}
#main_part ._r .tab_item6 .serve_introduce .fenlei {
  border: 1px solid #fe9988;
  background-color: #fff8f7;
  padding: 0 20px;
  padding-bottom: 2px;
}
#main_part ._r .tab_item6 .serve_introduce .fenlei .title_name {
  text-align: center;
  line-height: 70px;
  font-size: 24px;
  color: #333;
  font-weight: 600;
}
#main_part ._r .tab_item6 .serve_introduce .fenlei ul li {
  display: block;
  float: left;
  margin-bottom: 18px;
  font-size: 16px;
  color: #666;
  line-height: 16px;
  padding-right: 20px;
}
#main_part ._r .tab_item6 .serve_introduce .require {
  margin-top: 40px;
  margin-bottom: 30px;
}
#main_part ._r .tab_item6 .serve_introduce .require .details {
  margin-top: 30px;
}
#main_part ._r .tab_item6 .serve_introduce .require .details .attention {
  line-height: 44px;
  background-color: #fff8f7;
  color: #fe4a2d;
  font-size: 16px;
  padding-left: 20px;
}
#main_part ._r .tab_item6 .serve_introduce .require .details div {
  padding-top: 10px;
  color: #666;
  line-height: 40px;
  padding-left: 20px;
}
#main_part ._r .tab_item6 .training_process {
  padding-bottom: 30px;
}
#main_part ._r .tab_item6 .training_process img {
  display: block;
  margin-top: 48px;
}
#main_part ._r .company_strength {
  position: relative;
  height: 442px;
}
#main_part ._r .company_strength .img {
  height: 343px;
  width: 1000px;
  background: url("../img/company_strength.png?v=1.0.0.0") no-repeat;
  position: absolute;
  left: -20px;
  top: 70px;
}
#main_part ._r .team {
  height: 308px;
  margin-bottom: 36px;
}
#main_part ._r .team .team1,
#main_part ._r .team .team2,
#main_part ._r .team .team3 {
  margin-top: 30px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  width: 300px;
  height: 224px;
  float: left;
  border: 1px solid #d5dbe1;
  border-top: 4px solid #2795f2;
}
#main_part ._r .team .team1 .left,
#main_part ._r .team .team2 .left,
#main_part ._r .team .team3 .left {
  width: 184px;
  height: 100%;
}
#main_part ._r .team .team1 .left .zx,
#main_part ._r .team .team2 .left .zx,
#main_part ._r .team .team3 .left .zx {
  margin-top: 30px;
}
#main_part ._r .team .team1 .left .na,
#main_part ._r .team .team2 .left .na,
#main_part ._r .team .team3 .left .na {
  width: 94px;
  height: 26px;
  line-height: 26px;
  background-color: #2795f2;
  color: #fff;
  text-align: center;
}
#main_part ._r .team .team1 .left .nb,
#main_part ._r .team .team2 .left .nb,
#main_part ._r .team .team3 .left .nb {
  width: 72px;
  height: 26px;
  line-height: 26px;
  color: #888888;
  text-align: center;
  border: 1px solid #dfe2e6;
}
#main_part ._r .team .team1 .left p,
#main_part ._r .team .team2 .left p,
#main_part ._r .team .team3 .left p {
  margin-top: 20px;
  padding-left: 10px;
  color: #313131;
  line-height: 24px;
}
#main_part ._r .team .team1 .right,
#main_part ._r .team .team2 .right,
#main_part ._r .team .team3 .right {
  width: 112px;
  height: 100%;
  margin-right: 2px;
}
#main_part ._r .team .team1 .right img,
#main_part ._r .team .team2 .right img,
#main_part ._r .team .team3 .right img {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
#main_part ._r .team .team1 .right a,
#main_part ._r .team .team2 .right a,
#main_part ._r .team .team3 .right a {
  display: block;
  width: 102px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background-color: #ef510e;
  color: #fff;
  margin-top: 14px;
}
#main_part ._r .team .team1 .right p,
#main_part ._r .team .team2 .right p,
#main_part ._r .team .team3 .right p {
  margin-top: 12px;
  padding-left: 12px;
  line-height: 18px;
  background: url("../img/team_pho.png") no-repeat;
  background-position: 0px 1px;
  color: #ef510e;
}
#main_part ._r .team .team2 {
  margin-left: 20px;
  margin-right: 20px;
}
#main_part ._r .team .team1:hover {
  box-shadow: 0px 4px 25px #cdcdcd;
  transform: translateY(-3px);
}
#main_part ._r .team .team2:hover {
  box-shadow: 0px 4px 25px #cdcdcd;
  transform: translateY(-3px);
}
#main_part ._r .team .team3:hover {
  box-shadow: 0px 4px 25px #cdcdcd;
  transform: translateY(-3px);
}
#main_part ._r #tips .con {
  height: 192px;
  width: 100%;
  background: url("../img/tips.png") no-repeat;

  margin-top: 20px;
}
#find {
  margin-top: 60px;
  height: 306px;
  background-color: #f8fafb;
}
#find .nb {
  margin-top: 40px;
  margin-right: 2px;
  height: 230px;
  width: 198px;
  float: left;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
#find .nb a {
  display: block;
  width: 100%;
  height: 100%;
}
#find .nb:hover {
  box-shadow: 0px 4px 25px #cdcdcd;
  transform: translateY(-3px);
}
#find ._nb1 {
  background: url("../img/find.png") no-repeat;
  background-position: 20px 8px;
  background-color: #fff;
}
#find ._nb2 {
  background: url("../img/find.png") no-repeat;
  background-position: -185px 8px;
  background-color: #fff;
}
#find ._nb3 {
  background: url("../img/find.png") no-repeat;
  background-position: -397px 8px;
  background-color: #fff;
}
#find ._nb4 {
  background: url("../img/find.png") no-repeat;
  background-position: -602px 8px;
  background-color: #fff;
}
#find ._nb5 {
  background: url("../img/find.png") no-repeat;
  background-position: -805px 8px;
  background-color: #fff;
}
#find ._nb6 {
  background: url("../img/find.png") no-repeat;
  background-position: -1012px 8px;
  background-color: #fff;
}
#partner {
  margin-bottom: 30px;
}
#partner .nx {
  position: relative;
  margin-top: 10px;
}
#partner .nx .title {
  position: absolute;
  top: 28px;
  left: 0px;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  font-weight: 700;
  border-left: 5px solid #2795f2;
  padding-left: 10px;
}
#partner .nx .layui-tab-brief > .layui-tab-title .layui-this {
  color: #2795f2;
}
#partner .nx .layui-tab-brief > .layui-tab-title .layui-this:after,
#partner .nx .layui-tab-brief > .layui-tab-more li.layui-this:after {
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #2795f2;
}
#partner .nx .layui-tab-brief[overflow] > .layui-tab-title .layui-this:after {
  top: -1px;
}
#partner .nx .layui-tab {
  width: 1200px;
  height: 168px;
  position: relative;
}
#partner .nx .layui-tab .layui-tab-title {
  padding-top: 20px;
  border: none;
  font-size: 18px;
  float: right;
}
#partner .nx .layui-tab .layui-tab-title li {
  line-height: 30px;
  font-size: 18px;
  color: #333;
}
#partner .nx .layui-tab .layui-tab-content {
  height: 118px;
  width: 100%;
  overflow: hidden;
  background-color: #f8fafb;
  position: absolute;
  top: 61px;
  left: 0;
  padding: 20px;
}
#partner .nx .layui-tab .layui-tab-content li {
  width: 290px;
  display: block;
  float: left;
  margin-bottom: 14px;
}
#partner .nx .layui-tab .layui-tab-content li a {
  color: #666666;
}
#partner .nx .layui-tab .layui-tab-content li a:hover {
  color: #2795f2;
}
/*自定义动画样式*/
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
