﻿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: 132px;
  background-color: #edf0f3;
}
#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 .banner {
  width: 100%;
  height: 518px;
  position: relative;
  box-shadow: 0px 2px 16px #888888;
}
#nav .banner .list {
  width: 100%;
}
#nav .banner .list li:first-child {
  display: block;
}
#nav .banner .list li {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#nav .banner .list .on {
  display: block;
}
#nav .banner .list img {
  display: block;
  width: 100%;
  height: 518px;
  margin: 0 auto;
}
#nav .banner .list .on {
  display: block;
}
#nav .banner #btn_sub {
  position: absolute;
  height: 20px;
  bottom: 10px;
  left: 50%;
  margin-left: -100px;
}
#nav .banner #btn_sub li {
  z-index: 1000;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  float: left;
  margin: 0 5px;
  transition: all 0.2s ease-out;
  cursor: pointer;
  background-color: #fff;
}
#nav .banner #btn_sub li:hover {
  background-color: #ef510e;
}
#nav .banner #btn_sub .on {
  background-color: #ef510e;
}
#nav .content {
  width: 100%;
  height: 42px;
  position: absolute;
  top: 0;
  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 {
  display: none;
  height: 100%;
  position: relative;
}
#nav .content .service .service_list .list_ul ._list {
  height: 95px;
  background-color: rgba(0, 0, 0, 0.5);
  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: 780px;
  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 {
    line-height: normal;
    float: left;
}
#nav .service_con .top span {
 	display: block;
    font-size: 16px;
    color: #ffffff;
    /* padding-top: 20px; */
    background-color: #3d85e7;
    cursor: default;
    padding: 7px;
    margin-top: 10px;
}
#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: 518px;
  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: 52px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}
#nav .link .form .title span {
  width: 107px;
  display: inline-block;
  cursor: pointer;
}
#nav .link .form .title .bot_p3 {
  border-bottom: 3px solid #e64824;
}
#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;
}
#project {
  height: 164px;
  background-color: #ffffff;
}
#project .con {
  height: 100%;
  background: url("../img/project.png") no-repeat center;
  background-position-x: 0px;
}
#project .pro {
  width: 248px;
  height: 102px;
  float: left;
  margin-left: 16px;
  margin-top: 30px;
  transition: all 0.2s ease-out;
}
#project .pro a {
  display: block;
  width: 100%;
  height: 100%;
}
#project .pro:hover {
  box-shadow: 0px 4px 25px #cdcdcd;
  transform: translateY(-3px);
}
#project .pro1 {
  margin-left: 160px;
  background: url("../img/project1.png") no-repeat center;
}
#project .pro2 {
  background: url("../img/project2.png") no-repeat center;
}
#project .pro3 {
  background: url("../img/project3.png") no-repeat center;
}
#project .pro4 {
  background: url("../img/project4.png") no-repeat center;
}
.search_p3 {
  height: 120px;
  background: #22235b;
}
.search_p3 .search_a {
  width: 1200px;
  margin: 0 auto;
  height: 120px;
  padding-top: 29px;
}
.search_p3 .search_a .search_a1 {
  float: left;
}
.search_p3 .search_a .search_a1 p {
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.search_p3 .search_a .search_a1 .district {
  color: #9199a6;
}
.search_p3 .search_a .search_a1 .district .selelct {
  width: 100px;
  height: 30px;
  float: left;
}
.search_p3 .search_a .search_a1 .district .layui-form-select {
  width: 100px;
  float: left;
  margin-right: 20px;
}
.search_p3 .search_a .search_a1 .district .layui-form-select .layui-select-title {
  width: 100px;
}
.search_p3 .search_a .search_a1 .district .layui-form-select .layui-select-title .layui-input {
  height: 30px;
  width: 100px;
  padding-right: 20px;
  color: #757575;
}
.search_p3 .search_a .search_a1 .district .layui-form-select .layui-edge {
  top: 52%;
}
.search_p3 .search_a .search_a2 {
  float: left;
}
.search_p3 .search_a .search_a2 p {
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.search_p3 .search_a .search_a2 .district {
  color: #9199a6;
}
.search_p3 .search_a .search_a2 .district .selelct {
  width: 120px;
  height: 30px;
  float: left;
}
.search_p3 .search_a .search_a2 .district .layui-form-select {
  width: 120px;
  float: left;
  margin-right: 20px;
}
.search_p3 .search_a .search_a2 .district .layui-form-select .layui-select-title {
  width: 120px;
}
.search_p3 .search_a .search_a2 .district .layui-form-select .layui-select-title .layui-input {
  height: 30px;
  width: 120px;
  padding-right: 20px;
  color: #757575;
}
.search_p3 .search_a .search_a2 .district .layui-form-select .layui-edge {
  top: 52%;
}
.search_p3 .search_a .search_a6 {
  float: left;
  margin-right: 20px;
}
.search_p3 .search_a .search_a6 p {
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.search_p3 .search_a .search_a6 .layui-input {
  height: 30px;
  width: 120px;
}
.search_p3 .search_a .search_a7 {
  float: left;
}
.search_p3 .search_a .search_a7 .layui-btn {
  margin-top: 30px;
  width: 120px;
  height: 47px;
  background: url(../img/li_p3.png) no-repeat center;
}
.business {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
  background: #e6ebee;
  margin-bottom: 90px;
}
.business .business_left {
  width: 228px;
  float: left;
  margin-right: 20px;
  border: 1px solid #edf0f3;
  background: #ffffff;
  height: auto;
}
.business .business_left .busin_tit {
  border-left: 4px solid #525252;
  height: 80px;
  background: #f8fafb;
  padding-top: 15px;
  padding-left: 20px;
  background:#e3e3e3;
}
.business .business_left .busin_tit span {
  display: block;
  font-size: 20px;
  color: #525252;
  padding-left: 9px;
  font-weight: bold;
}
.business .business_left .busin_tit span i {
  font-size: 12px;
  color: #ffffff;
  font-style: normal;
}
.business .business_left ul li {
  height: auto;
  line-height: 45px;
  font-size: 16px;
  color: #333333;
  border-bottom: 1px solid #edf0f3;
  text-align: right;
  overflow: hidden;
}
.business .business_left ul li .dj {
  width: 80%;
  display: inline-block;
}
.business .business_left ul li ul {
  height: 0px;
}
.business .business_left ul li ul li {
  font-size: 14px;
  line-height: 40px;
}
.business .business_left ul li ul li ol {
  height: 0px;
}
.business .business_left ul li ul li ol li {
  padding-right: 10px;
  font-size: 14px;
  line-height: 40px;
}
.business .business_left ul li ul li span {
  margin-right: 0px;
}
.business .business_left ul li ul li span i {
  margin-left: 0px;
}
.business .business_left ul li i {
  margin-left: 27px;
  color: #e2e2e2;
}
.business .business_left ul li:hover {
  color: #2795f2;
  background: #f8fafb;
}
.business .business_left ul li:hover i {
  color: #2795f2;
}
.business .business_left ul .bus_co {
  color: #2795f2;
  background: #f8fafb;
}
.business .business_left ul .bus_co i {
  color: #2795f2;
}
.business .business_right {
  border: 1px solid #d5d5d5;
  background: #ffffff;
  width: 948px;
  float: left;
}
.business .business_right .layui-tab {
  margin: 0;
}
.business .business_right .layui-tab .layui-tab_p{
	height: 80px;
	line-height: 80px;
	padding-left: 40px;
}
.business .business_right .layui-tab .layui-tab_p span{
	font-size: 18px;
  	color: #6b6b6b;
}
.business .business_right .layui-tab .layui-tab_p .layui-tab_spanc{
	font-size: 18px;
  	color: #646464;
   	font-weight: bold;	
}
.business .business_right .layui-tab .layui-tab-title {
  height: 53px;
  background: #f8fafb;
  left: auto;
  background: #e6ebee;
}
.business .business_right .layui-tab .layui-tab-title li {
  width: 120px;
  line-height: 53px;
  font-size: 16px;
  color: #333333;
  margin-right: 4px;
}
.business .business_right .layui-tab .layui-tab-title .layui-this {
  height: 53px;
  border-top: 1px solid #498ee4;
  background: #ffffff;
  color: #498ee4;
  border-radius: 2px 2px 0 0;
}
.business .business_right .layui-tab .layui-tab-title .layui-this a {
  color: #498ee4;
}
.business .business_right .layui-tab .layui-tab-title .layui-this:after {
  height: 53px;
  border-top: 0;
}
.business .business_right .layui-tab .layui-tab-title .biao {
  display: none;
}
.business .business_right .layui-tab .lay_tab {
  padding: 0;
  margin-top: 32px;
}
.business .business_right .layui-tab .lay_tab .layui_tab_a {
  margin-bottom: 40px;
}
.business .business_right .layui-tab .lay_tab .layui_tab_a .layui_tab_tlt {
  height: 54px;
  background: url(../img/p_list.png) no-repeat center;
  line-height: 54px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding-left: 34px;
  border-left: 2px solid #498ee4;
}
.business .business_right .layui-tab .lay_tab .layui_tab_a .layui_tab_tlt i {
  font-style: normal;
  color: #ffffff;
  font-size: 30px;
}
.business .business_right .layui-tab .lay_tab .layui_tab_a .layui_tab_tlt span {
  color: #949393;
  font-size: 14px;
}
.business .business_right .layui-tab .lay_tab .layui_tab_a .layui_tab_b {
  height: auto;
}
.business .business_right .layui-tab .lay_tab .layui_tab_a .layui_tab_b .layui_tab_b1 {
  background: #fafafa;
  width: 940px;
  padding: 15px 30px;
  display: none;
}
.business .business_right .layui-tab .lay_tab .layui_tab_a .layui_tab_b .layui_tab_b1 ul {
  line-height: 35px;
}
.business .business_right .layui-tab .lay_tab .layui_tab_a .layui_tab_b .layui_tab_b1 ul li {
  color: #666666;
  font-size: 14px;
}
.business .business_right .layui-tab .lay_tab .layui_tab_a .layui_tab_b .layui_tab_b1 ul li span {
  color: #ffffff;
  background:  url(../img/layui_tab_b1.png) no-repeat center;
  display: inline-block;
  text-align: center;
  line-height: 17px;
  width: 28px;
  height: 17px;
}
.business .business_right .layui-tab .lay_tab .business_ti {
  height: 54px;
  background: url(../img/p_list.png) no-repeat center;
  line-height: 54px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding-left: 34px;
  border-left: 2px solid #498ee4;
}
.business .business_right .layui-tab .lay_tab .business_ti p a{
  color: #ffffff;
  font-size: 20px;
}
.business .business_right .layui-tab .lay_tab .business_ul {
  padding-top: 37px;
  padding-left: 32px;
  margin-bottom: 70px;
}
.business .business_right .layui-tab .lay_tab .business_ul ul li {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
}
.business .business_right .layui-tab .lay_tab .business_ul .text_in li {
  text-indent: 25px;
}
.business .business_right .layui-tab .lay_tab .business_tu {

}
.business .business_right .layui-tab .lay_tab .company_strength {
  position: relative;
  height: 442px;
}
.business .business_right .layui-tab .lay_tab .company_strength .img {
  height: 343px;
  width: 865px;
  background: url("../img/company_strength_1.png?v=1.0.0.0") no-repeat;
 margin: 0 auto;
}
.business .business_right .layui-tab .lay_tab .team {
  height: 308px;
  margin-bottom: 36px;
}
.business .business_right .layui-tab .lay_tab .team  .img{
	width: 871px;
	overflow: hidden;
	margin: 0 auto;
}
.business .business_right .layui-tab .lay_tab .team .team1,
.business .business_right .layui-tab .lay_tab .team .team2,
.business .business_right .layui-tab .lay_tab .team .team3 {
  margin-top: 30px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  width: 277px;
  height: 227px;
  float: left;
  border: 1px solid #d5dbe1;
  border-top: 4px solid #2795f2;
}
.business .business_right .layui-tab .lay_tab .team .team1 .left,
.business .business_right .layui-tab .lay_tab .team .team2 .left,
.business .business_right .layui-tab .lay_tab .team .team3 .left {
  width: 154px;
  height: 100%;
}
.business .business_right .layui-tab .lay_tab .team .team1 .left .zx,
.business .business_right .layui-tab .lay_tab .team .team2 .left .zx,
.business .business_right .layui-tab .lay_tab .team .team3 .left .zx {
  margin-top: 30px;
}
.business .business_right .layui-tab .lay_tab .team .team1 .left .na,
.business .business_right .layui-tab .lay_tab .team .team2 .left .na,
.business .business_right .layui-tab .lay_tab .team .team3 .left .na {
  width: 80px;
  height: 26px;
  line-height: 26px;
  background-color: #2795f2;
  color: #fff;
  text-align: center;
}
.business .business_right .layui-tab .lay_tab .team .team1 .left .nb,
.business .business_right .layui-tab .lay_tab .team .team2 .left .nb,
.business .business_right .layui-tab .lay_tab .team .team3 .left .nb {
  width: 72px;
  height: 26px;
  line-height: 26px;
  color: #888888;
  text-align: center;
  border: 1px solid #dfe2e6;
}
.business .business_right .layui-tab .lay_tab .team .team1 .left p,
.business .business_right .layui-tab .lay_tab .team .team2 .left p,
.business .business_right .layui-tab .lay_tab .team .team3 .left p {
  margin-top: 20px;
  padding-left: 10px;
  color: #313131;
  line-height: 24px;
}
.business .business_right .layui-tab .lay_tab .team .team1 .left p b,
.business .business_right .layui-tab .lay_tab .team .team2 .left p b,
.business .business_right .layui-tab .lay_tab .team .team3 .left p b{
	font-size: 16px;
	color: #ef510e;
}
.business .business_right .layui-tab .lay_tab .team .team1 .right,
.business .business_right .layui-tab .lay_tab .team .team2 .right,
.business .business_right .layui-tab .lay_tab .team .team3 .right {
  width: 108px;
  height: 100%;
  margin-right: 2px;
}
.business .business_right .layui-tab .lay_tab .team .team1 .right img,
.business .business_right .layui-tab .lay_tab .team .team2 .right img,
.business .business_right .layui-tab .lay_tab .team .team3 .right img {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
.business .business_right .layui-tab .lay_tab .team .team1 .right a,
.business .business_right .layui-tab .lay_tab .team .team2 .right a,
.business .business_right .layui-tab .lay_tab .team .team3 .right a {
  display: block;
  width: 102px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background-color: #ef510e;
  color: #fff;
  margin-top: 14px;
}
.business .business_right .layui-tab .lay_tab .team .team1 .right p,
.business .business_right .layui-tab .lay_tab .team .team2 .right p,
.business .business_right .layui-tab .lay_tab .team .team3 .right p {
  margin-top: 12px;
  padding-left: 11px;
  line-height: 18px;
  background: url("../img/team_pho.png") no-repeat;
  background-position: 0px 1px;
  color: #ef510e;
}
.business .business_right .layui-tab .lay_tab .team .team1 {
  margin-left: 20px;
  margin-right: 20px;
}
.business .business_right .layui-tab .lay_tab .team .team1:hover {
  box-shadow: 0px 4px 25px #cdcdcd;
  transform: translateY(-3px);
}
.business .business_right .layui-tab .lay_tab .team .team2:hover {
  box-shadow: 0px 4px 25px #cdcdcd;
  transform: translateY(-3px);
}
.business .business_right .layui-tab .lay_tab .team .team3:hover {
  box-shadow: 0px 4px 25px #cdcdcd;
  transform: translateY(-3px);
}
.business .business_right .layui-tab .lay_tab #tips .con {
  height: 180px;
  width: 940px;
  background: url("../img/tips.png") no-repeat center;
  margin-top: 20px;
}
#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;
}
/*<!--金牌项目-->*/
.project_in{
	width: 100%;
	background: #FFFFFF;
	height: 344px;
}
.project_index{
	width: 1200px;
	margin: 0 auto;
}
.project_index .project_a{
	width: 180px;
	margin: 0 auto;
	padding-top: 60px;
}
.project_tit{
	text-align: center;
	font-size: 30px;
	color: #3c3c3c;
	font-weight: bold;
	margin-bottom: 15px;
}
.project_index ul{
	/*overflow: hidden;*/
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
}
.project_index ul li{
	width: 240px;
	height: 100px;
	float: left;
	cursor: pointer;
	transition: all 0.2s ease-out;
}
.project_index ul li:hover{
	box-shadow: 0px 4px 25px #f4f4f4;
    transform: translateY(-4px);
}