@charset "utf-8";
/* CSS Document */
/*基本设置*/
*{ padding:0; margin:0}
html,div,ul,li,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,img,form,embed,label,ol{margin:0;padding:0;border:0; font-size:12px; font-weight:normal;font-family:"微软雅黑",Arial, Helvetica, sans-serif;}
img{border:none}
ul,ul li,ol,ol li,menu li{list-style:none;}
a,a:visited,a:active{ color:#525252; text-decoration:none;}
body{ margin:0px; padding:0px; font-size:12px; color:#4D4D4D; font-family:"微软雅黑";}
a,a:visited,a:hover,a:active{text-decoration:none;}
address, em, i {
    font-style: normal;
}
input,select{
  box-shadow:none; /*去除阴影*/
  outline: none;/*聚焦input的蓝色边框*/
  resize: none; /*textarea 禁止拖拽*/
  border: none; /*去除边框*/
  -webkit-appearance: none;/*常用于IOS下移除原生样式*/
  -webkit-tap-highlight-color: rgba(0,0,0,0); /*点击高亮的颜色*/
}
/*------------------------------------首页-----------------------------------------*/
body{
    padding:0!important;
}
/*引入字体*/
@font-face { 
  font-family:'AkzidenzGrotesk-BoldCondAlt'; 
  src:url('../fonts/akzidenzgrotesk-boldcondalt.woff') format('woff'); 
  font-weight: normal; 
  font-style: normal;
}
/*---------------------------------------------首页------------------------------------------*/
/*首页-banner图*/
.ban_box{
  height:780px;
  width:100%;
  background: url(../image/ban_bj.jpg) center no-repeat;
}
.ban_con{
  width:1200px;
  height:710px;
  margin:0 auto;
  padding:70px 0 0 0;
  text-align: center;
  position: relative;
}
.ban_con .ban_p1{
  display: inline-block;
  font-size:50px;
  color:#fff;
  margin:158px 0 16px 0;
}
.ban_con .ban_p2{
  font-size:50px;
  color:#fff;
}
.ban_con .ban_p3{
  font-size:24px;
  color:#fff;
  margin:20px 0 0 0;
}
.ban_con .ban_dicon{
  position: absolute;
  left: 50%;
  width:54px;
  height: 54px;
  margin-left: -22px;
  border: 1px solid #fff;
  border-radius: 100%;
  overflow: hidden;
  cursor: pointer;
  margin-top:60px;
}
.ban_con .ban_dicon .ban_span1{
  position: absolute;
  display: block;
  margin:0 auto;
  width:54px;
  height:54px;
  background: url(../image/icon_row1.png) no-repeat center center;
  cursor:pointer;
  animation: downico 1.5s ease-out infinite;
}
/*箭头的动画*/
@keyframes downico {
    0% {
        top: 0;
        opacity: 1;
    }
    35% {
        top: 50%;
        opacity: 0;
    }
    65% {
        top: -50%;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}
.ban_con ul{
  width:1200px;
  position:absolute;
  height: 162px;
  background: #fff;
  bottom:0;
  left:0;
}
.ban_con ul li{
  width:320px;
  padding:0 0 0 80px;
  float: left;
  text-align: left;
  margin: 37px 0 0 0;
}
.ban_con ul li .banul_p1{
  color:#1a1a1a;
  font: normal 70px/1 'AkzidenzGrotesk-BoldCondAlt'!important;
}
.ban_con ul li p span{
  font-size:42px;
  color:#1a1a1a;
  font-weight: bold;
}
.ban_con ul li .banul_p2{
  font-size:16px;
  color:#666666;
}
/*首页-业务板块*/
.ibus_box{
  width:100%;
  background: #fafafa;
}
.ibus_con{
  width:1200px;
  margin:0 auto;
}
.index_tit{
  padding:50px 0 40px 0;
  overflow:hidden;
  position: relative;
}
.index_tit .ibtit_dou1{
  font-size:70px;
  line-height: 50px;
  font-family:Helvetica;
  color:#000;
}
.index_tit .ibtit_p1{
  font-size:36px;
  line-height: 1;
  font-weight: bold;
  color:#222;
  margin-bottom:20px;
}
.index_tit .ibtit_p2{
  width:685px;
  font-size:14px;
  line-height: 26px;
  color:#666;
}
.index_tit .ibtit_dou2{
  font-size:70px;
  line-height: 70px;
  font-family:Helvetica;
  color:#000;
  display: table;
  position:absolute;
  right:0;
  top:150px;
}
.index_tit .ibtit_dou2 span{
  width:300px;
  height: 2px;
  background: #222;
  display: inline-block;
  position: absolute;
  top:9px;
  right:65px;
}
.ibus_neir{
  overflow:hidden;
  padding-bottom:50px;
}
.ibus_neir .ibus_left{
  width:286px;
  height:580px;
  background: #fff;
  float: left;
  padding:24px;
  box-sizing:border-box;
  position: relative;
}
.ibus_neir .ibus_left .ibus_p1{
  font-size:20px;
  color:#1a1a1a;
  padding:0 0 20px 0;
  border-bottom:1px solid #e5e5e5;
}
.ibus_neir .ibus_left .ibus_p2{
  font-size:14px;
  line-height: 28px;
  color:#666666;
  margin:20px 0 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp:11;
  overflow: hidden; 
} 
.ibus_neir .ibus_left img{
  position: absolute;
  bottom:20px;
  left:20px;
  width:240px;
  height: 162px;
}
.ibus_rig{
  float:right;
}
.ibus_rig ul{
  overflow:hidden;
  margin:0 -15px 0 0;
  width:910px;
}
.ibus_rig ul li{
  width:288px;
  height:180px;
  float:left;
  background: #fff;
  position: relative;
  margin:0 15px 20px 0;
  overflow:hidden;
}
.ibus_rig ul li .ibusr_img{
  width:100%;
  padding:14px 0px 10px 24px;
  text-align:left;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.ibus_rig ul li:hover .ibusr_img{
  background: linear-gradient(68deg, #e0171b 0%, #c31114 100%);
  transform: translateY(-68px);
  -moz-transform: translateY(-68px);
  -o-transform: translateY(-68px);
  -webkit-transform: translateY(-68px);
}
.ibus_rig ul li .ibusr_img img{
  width:115px;
  height:52px;
}
.ibus_rig ul li .ibusr_con{
  position: absolute;
  top:80px;
  bottom:0;
  width:auto;
  background: #fff;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.ibus_rig ul li:hover .ibusr_con{
  top: 30px;
}
.ibus_rig ul li .ibusr_p1{
  font-size:20px;
  color:#333;
  padding:10px  0px 0px 24px;
}
.ibus_rig ul li .ibusr_p2{
  font-size:16px;
  color:#333;
  padding:10px  0px 10px 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp:1;
  overflow: hidden; 
}
.ibusr_more{
  width:200px;
  height:40px;
  background: linear-gradient(90deg, #e0171b 0%, #ec7779 100%);
  border-radius: 4px;
  margin:20px 44px 0 44px; 
  display: none;
}
.ibusr_more a span{
  display: inline-block;
  color:#fff;
}
.ibus_rig ul li:hover .ibusr_more{
  display: block;
}
.ibusr_more a{
  color:#fff;
  font-size:14px;
  letter-spacing: 0;
  line-height: 40px;
  width:100%;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
}
/*首页-我们的布局*/
.ilay_box{
  width:100%;
  background:url(../image/ind_bj2.jpg) center no-repeat;
  background-size:cover;
}
.ilay_box .ilay_con{
  width:1200px;
  margin:0 auto;
}
.index_tit_bai .ibtit_dou1{
  color: #fafafa;
}
.index_tit_bai .ibtit_p1{
  color: #fafafa;
}
.index_tit_bai .ibtit_p2{
  color: #fafafa;
}
.index_tit_bai .ibtit_dou2{
  color: #fafafa;
}
.index_tit_bai .ibtit_dou2 span{
  background:rgba(250,250,250,.8);
}
.ilay_map{
  width:1200px;
  overflow:hidden;
}
.ilay_map .imap_left{
  float: left;
  margin-top:70px;
}
.imap_left .imap_tit{
  font-size:16px;
  color:#fff;
  line-height: 30px;
  height: 30px;
  margin:0 0 16px 0;
}
.imap_left .imap_tit span{
  display: inline-block;
  width:22px;
  height:28px;
  float: left;
  background: url(../image/imap_icon.png) center no-repeat;
  margin-right:24px;
}
.imap_left ul li{
  width:148px;
  height:40px;
  background:#c51114;
  margin-bottom:10px;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.imap_left ul li:after{
  content: "";
  width: 100%;
  height: 100%;
  background:rgba(150,18,26,7);
  position: absolute;
  display: block;
  top: 0;
  right: 100%;
  z-index: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.imap_left ul li:hover:after {
  right: 0;
}
.imap_left ul li a{
  color:#fff;
  font-size:16px;
  line-height:40px;
  z-index: 1;
  display: inline-block;
  position: absolute;
  width:100%;
  height: 100%;
  top:0;
  left:0;
}
.imap_rig{
  float: right;
  width:516px;
  height:490px;
}
.imap_rig img{
  width:100%; 
  height: 100%;
}
/*首页-公司咨询*/
.inew_box{
  width:100%;
  background: url(../image/ilay_bj.jpg) center no-repeat;
  height: 826px;
  background-size:cover;
}
.inew_con{
  width:1200px;
  margin:0 auto;
}
.inew_over{
  overflow:hidden;
}
.inew_over .inew_left{
  float:left;
  width:500px;
}
.inew_left .inew_ltp{
  width:500px;
  height:300px;
  overflow:hidden;
}
.inew_left .inew_ltp img{
  width:100%;
  height: 100%;
  -webkit-transition: -webkit-transform 3s;
  transition: -webkit-transform 3s;
  transition: transform 3s;
  will-change: transform;
  transition: transform 3s,-webkit-transform 3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.inew_left:hover .inew_ltp img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.inew_left .inew_lp1{
  font-size:18px;
  color:#333333;
  margin:34px 0 18px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp:1;
  overflow: hidden; 
}
.inew_left:hover .inew_lp1{
  color:#c51114;
}
.inew_left .inew_lp2{
  font-size:14px;
  color:#999999;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp:2;
  overflow: hidden; 
}
.inew_rig{
  width:614px;
  float: right;
}
.inew_rig ul li{
  padding:0 0 30px 0;
  border-bottom:1px solid #e5e5e5;
  margin:0 0 30px 0;
  position: relative;
}
.inew_rig ul li .inew_line{
  position: absolute;
  width:2px;
  height:2px;
  background:#e5e5e5;
  bottom:-1px;
  left:0;
}
.inew_rig ul li:hover .inew_line{
  width:100%;
  background: #c51114;
  transition: all 0.9s ease;
}
.inew_rig ul li .inew_rp1{
  font-size:18px;
  color:#333;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp:1;
  overflow: hidden; 
  margin:0 0 18px 0;
}
.inew_rig ul li:hover .inew_rp1{
  color:#c51114;
}
.inew_rig ul li .inew_rp2{
  font-size:14px;
  color:#999;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp:2;
  overflow: hidden; 
}
.inew_more{
  position:relative;
  overflow:hidden;
  z-index: 1;
  width:48px;
  height: 48px;
  border:1px solid #d1d1d1;
  border-radius:100%;
  color:#e0e0e0;
  text-align: center;
  line-height: 48px;
  display: block;
  margin:20px auto 0 auto;
  font-size:12px;
  -o-transition: all 1.7s ease;
  -moz-transition: all 1.7s ease;
  transition: all 1.7s ease;
  -webkit-mask-image: radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
}
.inew_more:hover{
  background: #e00012;
  color: #fff;
  border: 1px solid #e00012;
}
.inew_more i{
  display: block;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  width: 100%;
  height: 100%;
  background: -moz-radial-gradient(#e00012, #f00,#e00012,#f00,#e00012,#f00,#e00012,#f00,#e00012);
  background: -o-radial-gradient(#e00012, #f00,#e00012,#f00,#e00012,#f00,#e00012,#f00,#e00012);
  background: radial-gradient(#e00012, #f00,#e00012,#f00,#e00012,#f00,#e00012,#f00,#e00012);
  opacity: 0;
  -o-transition: 1.2s, opacity 1.8s;
  -moz-transition: 1.2s, opacity 1.8s;
  transition: 1.2s, opacity 1.8s;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.inew_more:hover i{
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -o-transform: scale(10);
  transform: scale(10);
  opacity: 1;
  -o-transition: 3s, opacity .3s;
  -moz-transition: 3s, opacity .3s;
  transition: 3s, opacity .3s;
}
.dot2 span, .dot1 span{
  position: absolute;
  color: #d1d1d1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%)translateY(-50%);
  -moz-transform: translateX(-50%)translateY(-50%);
  -o-transform: translateX(-50%)translateY(-50%);
  transform: translateX(-50%)translateY(-50%);
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.dot1 span{
  color: #d1d1d1;
}
.dot1 span:nth-child(1) {
  -o-transition: all 0.4s .5s ease, color .3s;
  -moz-transition: all 0.4s .5s ease, color .3s;
  transition: all 0.4s .5s ease, color .3s;
  left: 30%;
}
.inew_more:hover .dot1 span:nth-child(1){
  left: 120%;
  -o-transition: all 0.4s .2s ease, color .3s;
  -moz-transition: all 0.4s .2s ease, color .3s;
  transition: all 0.4s .2s ease, color .3s;
  color: #fff;
}
.inew_more:hover .dot1 span:nth-child(2){
  left: 120%;
  -o-transition: all 0.4s .1s ease, color .3s;
  -moz-transition: all 0.4s .1s ease, color .3s;
  transition: all 0.4s .1s ease, color .3s;
  color: #fff;
}
.inew_more:hover .dot1 span:nth-child(3){
  left: 120%;
  -o-transition: all 0.4s 0s ease, color .3s;
  -moz-transition: all 0.4s 0s ease, color .3s;
  transition: all 0.4s 0s ease, color .3s;
  color: #fff;
}
.dot1 span:nth-child(2) {
    -o-transition: all 0.4s .4s ease, color .3s;
    -moz-transition: all 0.4s .4s ease, color .3s;
    transition: all 0.4s .4s ease, color .3s;
    left: 50%;
}
.dot1 span:nth-child(3) {
    -o-transition: all 0.4s .3s ease, color .3s;
    -moz-transition: all 0.4s .3s ease, color .3s;
    transition: all 0.4s .3s ease, color .3s;
    left: 70%;
}
.dot2 span:nth-child(1) {
    left: -20%;
    -o-transition: all 0.4s .2s ease, color .3s;
    -moz-transition: all 0.4s .2s ease, color .3s;
    transition: all 0.4s .2s ease, color .3s;
    color: #d1d1d1;
}
.inew_more:hover .dot2 span:nth-child(1){
  left: 30%;
  -o-transition: all 0.4s .5s ease, color .3s;
  -moz-transition: all 0.4s .5s ease, color .3s;
  transition: all 0.4s .5s ease, color .3s;
  color: #fff;
}
.dot2 span:nth-child(2) {
    left: -20%;
    -o-transition: all 0.4s .1s ease, color .3s;
    -moz-transition: all 0.4s .1s ease, color .3s;
    transition: all 0.4s .1s ease, color .3s;
    color: #d1d1d1;
}
.inew_more:hover .dot2 span:nth-child(2){
  left: 50%;
  -o-transition: all 0.4s .4s ease, color .3s;
  -moz-transition: all 0.4s .4s ease, color .3s;
  transition: all 0.4s .4s ease, color .3s;
  color: #fff;
}
.dot2 span:nth-child(3) {
  left: -20%;
  -o-transition: all 0.4s 0s ease, color .3s;
  -moz-transition: all 0.4s 0s ease, color .3s;
  transition: all 0.4s 0s ease, color .3s;
  color: #d1d1d1;
}
.inew_more:hover .dot2 span:nth-child(3){
  left: 70%;
  -o-transition: all 0.4s .3s ease, color .3s;
  -moz-transition: all 0.4s .3s ease, color .3s;
  transition: all 0.4s .3s ease, color .3s;
  color: #fff;
}
/*首页-我们的发展历程*/
.igrow_box{
  width:100%;
  height:690px;
  background: url(../image/gro_bj.jpg) center no-repeat;
  background-size:cover;
}
.igrow_con{
  width:1200px;
  margin:0 auto;
}
.igrow_list{
  overflow:hidden;
}
.igrow_list ul::before,.igrow_list ul::after{
  content: '';
  display: block;
  line-height: 1.2em;
  box-sizing: border-box;
  border-top: 1px dashed #fff;
  float: left;
  width: 10%;
  height: 0;
  padding: 0;
}
.igrow_list ul{
  overflow:visible;
  margin:160px auto 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transition: all .8s;
  transition: all .8s;
  padding-bottom:150px;
}
.igrow_list ul li{
  display: block;
  line-height:28px;
  box-sizing: border-box;
  border-top: 1px dashed #fff;
  float: left;
  width:10%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 0;
  padding: 20px 0 0 0;
  margin: 0;
  clear: none;
  position: relative;
  color:#fff;
}
.igrow_list ul li:first-child::after{
  width: 12px;
  height: 12px;
  margin-left: -6px;
  margin-top: -6px;
  background: #c51114;
}
.igrow_list ul li:first-child::before{
  width: 18px;
  height: 18px;
  margin-left: -9px;
  margin-top: -9px;
  background: rgba(197,17,20,0.5);
}
.igrow_list ul li::before{
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  background: rgba(255,255,255,0.2);
  position: absolute;
  left: 50%;
  margin-left: -4.5px;
  top: 0px;
  margin-top: -4.5px;
  border-radius: 50%;
}
.igrow_list ul li::after{
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: white;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 0px;
  margin-top: -3px;
  border-radius: 50%;
}
.igrow_list ul li .igrow_text{
  position: absolute;
  text-align: center;
} 
.igrow_list ul li:nth-child(2n+1) .igrow_text{
  bottom:50px;
  cursor: pointer;
}
.igrow_list ul li:nth-child(2n) .igrow_text{
  top:40px;
}
.igrow_text .igrow_tsp1{
  font-size: 24px;
  font-weight: bold;
  word-break: keep-all;
  line-height: 30px;
}
.igrow_text .igrow_tsp2{
  font-size:14px;
  line-height: 22px;
  margin:8px 0 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp:3;
  overflow: hidden; 
  opacity: .8;
}
.igrow_list ul li:last-child::after{
  content: '2020';
  display: block;
  width: 46px;
  height: 46px;
  background: white;
  position: absolute;
  left: 50%;
  margin-left: -23px;
  top: 0px;
  margin-top: -23px;
  border-radius: 50%;
  color: #c51114;
  text-align: center;
  line-height: 46px;
  font-size: 14px;
  font-weight: bold;
}
/*首页-奥商内刊*/
.iasnk_box{
  width:100%;
  background:url(../image/nk_bj.jpg) center no-repeat;
  background-size:cover;
  height:840px;
}
.iasnk_con{
  width:1200px;
  margin:0 auto;
}
.iasnk_con ul{
  overflow:hidden;
  margin:0 -40px 0 -20px;
  padding:0 0 30px 20px;
  display: table;
}
.iasnk_con ul li{
  width:273px;
  height: 450px;
  float: left;
  margin:0 37px 0 0;
  background: #fff;
  transition: all ease .5s;
}
.iasnk_con ul li:hover{
  box-shadow: 0 0 1rem 0 rgba(0,0,0,.1);
}
.ink_imgbox{
  width:273px;
  height:370px;
  position: relative;
}
.ink_img{
  width:273px;
  height:370px;
  overflow:hidden;
}
.ink_img img{
  width:100%;
  height: 100%;
  -webkit-transition: -webkit-transform 3s;
  transition: -webkit-transform 3s;
  transition: transform 3s;
  will-change: transform;
  transition: transform 3s,-webkit-transform 3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.ink_img img:hover{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.ink_span1{
  width:62px;
  height:62px;
  background: url(../image/pdf.png) center no-repeat;
  position: absolute;
  bottom:0;
  right:0;
}
.iasnk_con ul li .ink_p1{
  text-align: center;
  font-size:16px;
  color:#4c4c4c;
  margin:16px 0 6px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp:1;
  overflow: hidden; 
}
.iasnk_con ul li .ink_p2{
  text-align: center;
  font-size:14px;
  color:#666;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp:1;
  overflow: hidden; 
}
/*首页-公司招聘*/
.ijoin_box{
  width:100%;
  height:470px;
  background: url(../image/join_bj.jpg) center no-repeat;
  background-size:cover;
}
.ijoin_box .ijoin_con{
  width:1200px;
  margin:0 auto;
  text-align: center;
} 
.ijoin_box .ijoin_con .ijoin_tit{
  display: inline-block;
  padding:170px 0 10px 0;
  font-size:36px;
  color:#fff;
  font-weight: bold;
  border-bottom:1px solid #fafafa;
}
.ijoin_div{
  width:1080px;
  overflow:hidden;
}
.ijoin_div .ijoin_p1{
  float:left;
  width:910px;
  font-size:18px;
  color:#f0f0f0;
  border-bottom:1px solid #fafafa;
  text-align: left;
  padding:60px 0 10px 0;
  position: relative;
}
.ijoin_div .ijoin_p1 i{
  position: absolute;
  width:2px;
  height: 1px;
  background: #e5e5e5;
  bottom:-1px;
  left:0;
}
.ijoin_div:hover .ijoin_p1 i{
  background: #c51114;
  width:100%;
  transition: all 0.9s ease;
}
.ijoin_div .ijoin_a1{
  display: inline-block;
  float: right;
  width:117px;
  height:51px;
  border-radius:26px;
  border:1px solid #e5e5e5;
  margin:42px 0 0 0;
  transition: all ease .5s;
}
.ijoin_div:hover .ijoin_a1{
  background: #c51114;
  border:1px solid #c51114;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.ijoin_div:hover .ijoin_a1 i{
  opacity:.8;
}
.ijoin_div .ijoin_a1 i{
  display:inline-block;
  width:32px;
  height: 18px;
  margin:16px 0 0 0;
  background:url(../image/icon_row2.png) center no-repeat;
  transition: all ease .5s;
}
/*首页-重要合作伙伴*/
.ipar_box{
  width:100%;
  background: url(../image/ipar_bj.jpg) center no-repeat;
  background-size:cover;
}
.ipar_con{
  width:1200px;
  margin:0 auto;
  text-align: center;
}
.ipar_con .ipar_ptit1{
  font-size:36px;
  color:#333333;
  font-weight: bold;
  padding:50px 0 20px 0;
}
.ipar_con .ipar_ptit2{
  display: inline-block;
  font-size:14px;
  color:#666;
  width: 500px;
  line-height: 26px;
}
.ipar_con .ipar_ptit3{
  margin:30px auto 40px auto;
  width:120px;
  height:40px;
  background:#c51114;
  line-height:40px;
  color:#fff;
  text-align: center;
  font-size:14px;
  border-radius: 30px;
}
.ipar_img1{
  width:1200px;
  height:110px;
  background: url(../image/ipar_img1.png) center no-repeat;
  background-size:cover;
}
.ipar_ul{
  display: inline-block;
  margin:26px 0 0 -20px;
  padding:0 0 60px 0;
}
.ipar_ul li{
  float: left;
  margin:20px 0 0 20px;
  border:1px solid #e5e5e5;
  background: #fff;
  display: table-cell;
  width:182px;
  height: 72px;
  vertical-align: middle;
  box-sizing: border-box;
  cursor: pointer;
}
.ipar_ul li:hover{
  box-shadow: 0 0 1rem 0 rgba(0,0,0,.1);
}
.ipar_ul li img{
  display: inline-block;
  height: 100%;
  width: 100%;
}
.ibot_box{
  width:100%;
  background:#0c1423;
}
.ibot_box .ibot_con{
  width:1200px;
  margin:0 auto;
  display: table;
  padding:50px 0 0 0;
}
.ibot_czl{
  overflow:hidden;
  border-bottom:1px solid rgba(143,161,181,.5);
}
.ibot_czl .iczl_left{
  float: left;
  width:300px;
  padding:0 0 30px 0;
}
.iczl_llogo{
  width:106px;
  height:35px;
  margin:0 0 40px 0;
}
.iczl_llogo img{
  width:100%;
  height: 100%;
}
.ibot_czl .iczl_left .iczl_pcon{
  font-size:14px;
  color:#8fa1b5;
  line-height: 36px;
}
.ibot_czl .iczl_left .iczl_pcon span{
  display: inline-block;
  margin-right:6px;
  width:15px;
  background: url(../image/iczl_icon.png) center no-repeat;
}
.ibot_czl .iczl_left .iczl_p1 span{
  height:13px;
  background-position: 0 0;
}
.ibot_czl .iczl_left .iczl_p2 span{
  height:12px;
  background-position: 0 -13px;
}
.ibot_czl .iczl_left .iczl_p3 span{
  height:16px;
  background-position: 0 -26px;
}
.ibot_czl .iczl_left .iczl_p4 span{
  height:14px;
  background-position: 0 -42px;
}
.iczl_code{
  width:120px;
}
.iczl_code .iczlc_img{
  width:120px;
  height: 120px;
  margin:20px 0 10px 0;
}
.iczl_code .iczlc_wz{
  font-size:14px;
  color:#8fa1b5;
}
.iczl_right{
  float: right;
}
.iczl_right dl{
  float: left;
  margin:0 0 0 100px;
}
.iczl_right dl dt{
  font-size:18px;
  color:#fff;
  margin:0 0 40px 0;
}
.iczl_right dl dd a{
  font-size:14px;
  color:#8fa1b5;
  line-height:34px;
}
.ibot_yqlj{
  clear: both;
  padding:20px 0 10px 0;
  border-bottom:1px solid rgba(143,161,181,.5);
}
.ibot_yqlj .ibot_tit{
  font-size:14px;
  color:#ffffff;
  line-height: 24px;
  margin:0 20px 0 0;
  width:70px;
}
.ibot_yqlj ul{
  width:1106px;
  display: inline-block;
  vertical-align: top;
}
.ibot_yqlj ul li{
  float: left;
}
.ibot_yqlj ul li a{
  display: inline-block;
  color:#8fa1b5;
  margin:0 30px 10px 0;
  line-height: 24px;
  font-size:14px;
}
.ibot_botcon{
  width:1200px;
  overflow:hidden;
  padding:45px 0;
}
.ibot_botcon .botc_left{
  float: left;
  font-size:14px;
  color:#8fa1b5;
}
.ibot_botcon .botc_rig{
  float:right;
  font-size:14px;
  color:#8fa1b5;
}

/*首页-浮层-联系方式*/
.fix{
  z-index: 9;
  position:fixed;
  right:30px;
  top:30%; 
  width: 60px;
  overflow:hidden;
  border-radius:30px;
  transition: all .4s;
  transform: translateX(95px);
  -webkit-transform: translateX(95px);
  -moz-transform: translateX(95px);
  /*background: #c51114;*/
  transform: none;
  opacity: 1;
}
.fix:hover{
  width: 215px;
  opacity: 1;
  transform: none;
}
.fix li{
  position: relative;
  height: 60px;
  background: #c51114;
  overflow:hidden;
}
.fix:hover li{
  overflow:inherit;
  border-bottom:1px solid rgba(255,255,255,.3);
  box-sizing: border-box;
}
.fix:hover li:last-child{
  border-bottom: none;
}
.fix li i{
  z-index: 10;
  position: absolute;
  right: 0;
  transition: all .4s;
  width: 60px;
  height: 60px;
  display: block; 
  border-top-left-radius: 30px;
  -moz-border-top-left-radius: 30px;
  -webkit-border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  -moz-border-top-right-radius: 30px;
  -webkit-border-top-right-radius: 30px;
}
.fix li:hover i{
  opacity: .5;
}
.fix .fixp1{
  position: absolute;
  top:0;
  right:-135px;
  display:block;
  width: 115px;
  padding:0 15px 0 30px;
  font: normal 16px/60px 'gotham-medium';
  background: #c51114;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
  transition: all .4s;
  overflow:hidden;
}
.fix:hover .fixp1{
  right:60px;
}
.fix li:hover .fixp1{
  opacity: .5;
}
.fix .g3 i{
  background: #c51114 url(../image/fix-icon1.png) no-repeat  center;
}
.fix .g4 i{
  background: #c51114 url(../image/fix-icon2.png) no-repeat  center;
}
.fix .g5 i{
  background: #c51114 url(../image/fix-icon3.png) no-repeat center;
}




/*-----------------------------------------------------公司信息-发展历程--------------------------------------------------*/
.page_ban{
  display: inline-block;
  width:100%;
  height:388px;
}
.page_ban1{
  background: url(../image/gsxx_ban.jpg) center center no-repeat;
  background-size:cover;
}
.pban_con{
  width:1200px;
  margin:0 auto;
  text-align: center;
}
.pban_con .pban_tit1{
  font-size:38px;
  color:#fff;
  font-weight: bold;
  padding:180px 0 12px 0;
}
.pban_con .pban_tit2{
  font-size:18px;
  color:#fff;
}
.page_nav{
  width:100%;
  height:56px;
  background:#fff;
  /*-webkit-box-shadow: 0 0 40px #d2dce5;
  box-shadow: 0 0 40px #d2dce5;*/
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.page_nav ul{
  width:1200px;
  margin:0 auto;
  overflow:hidden;
}
.page_nav ul li{
  width:10.5%;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  line-height: 56px;
}
.page_nav ul li.active{
  background: #fafafa;
  border-bottom:3px solid #c51114;
}
.page_nav ul li a{
  display: inline-block;
  font-size:16px;
}
.page_nav ul li.active a{
  color:#c51114;
  line-height: 53px;
}
.path_box{
  width:100%;
}
.path_con{
  width:1200px;
  margin:0 auto;
  padding:50px 0 0 0;
}
.path_cc{
  padding:0;
  margin-left:176px;
}
.path_cctop{
  height: 66px;
  width:1px;
  background: url(../image/path_line.png) center no-repeat;
}
.path_ctime{
  position: relative;
  padding-bottom:60px;
}
.path_ctime .icon_circle{
  position: absolute;
  left:-10px;
  width:18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background: url(../image/path_dot.png) center no-repeat;
} 
.path_ctime .line{
  position: absolute;
  top:22px;
  height: calc(100% - 22px);
  background-color:#ccc;
  width:1px;
}
.path_ctime .year{
  font-size:22px;
  font-weight: bold;
  line-height: 24px;
  color:#313131;
  position: absolute;
  left:24px;
  bottom:0;
  top:0;
}
.path_ctime .month{
  font-size:14px;
  line-height:24px;
  color:#999;
  margin-left:107px;
  width:115px;
  display: inline-block;
  text-align: right;
  vertical-align:top;
}
.path_ctime .days{
  display: inline-block;
  width: -webkit-calc(100% - 200px);
  width: -moz-calc(100% - 200px);
  width: calc(90% - 200px);
  margin-left:20px;
}
.path_ctime .days .content{
  font-size:14px;
  color:#4c4c4c;
  line-height: 24px;
  text-align:justify;
  padding-bottom:10px;
}
/*--------------------------------------------公司信息-管理团队----------------------------------*/
.team_box{
  width:100%;
}
.team_con{
  width:1200px;
  margin:0 auto;
  padding:50px 0 30px 0;
}
.team_box ul{
  margin:0 -42px 0 0;
  overflow:hidden;
}
.team_box ul li{
  float: left;
  width:373px;
  height: 523px;
  background:#f7f7f7;
  text-align: center;
  margin:0 41px 40px 0;
  padding:0 30px;
  position: relative;
  transition: all 0.36s ease;
  box-sizing: border-box;
}
.team_box ul li .team_img{
  display: inline-block;
  width:206px;
  height:206px;
  border-radius: 50%;
  margin:50px 0;
}
.team_box ul li .team_img img{
  width:100%;
  height: 100%;
  border-radius: 50%;
}
.team_box ul li .team_p1{
  font-size:16px;
  color:#333333;
  font-weight: bold;
}
.team_box ul li .team_p2{
  font-size:16px;
  color:#808080;
  margin:10px 0 24px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp:1;
  overflow: hidden; 
}
.team_box ul li .team_p3{
  font-size:14px;
  color:#666666;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp:2;
  overflow: hidden; 
}
.team_box ul li .team_icon{
  display: inline-block;
  width:0;
  height:10px;
  background: url(../image/team_row.png) right center no-repeat;
  margin:30px 0 0 0;
  transition: all ease .3s;
}
.team_box ul li:hover{
  background: #b7b9bd;
}
.team_box ul li:hover .team_p1{
  color:#fff;
}
.team_box ul li:hover .team_p2{
  color:#fff;
}
.team_box ul li:hover .team_p3{
  color:#fff;
}
.team_box ul li:hover .team_icon{
  width:48px;
}
/*--------------------------------------------公司信息-管理团队-详情---------------------------------*/
.teamxq_box{
  width:100%;
  background: #ffffff;
}
.teamxq_con{
  width:1200px;
  margin:0 auto;
  overflow:hidden;
  padding:150px 0 0 0;
} 
.xqte_left{
  float: left;
  width:380px;
  height: 380px;
}
.xqte_left img{
  width:100%;
  height: 100%;
  border-radius: 50%;
}
.xqte_rig{
  float: right;
  width:720px;
  padding:0 0 80px 0;
}
.xqte_rig .xqrig_tit1{
  font-size:28px;
  color:#1a1a1a;
}
.xqte_rig .xqrig_tit2{
  font-size:14px;
  color:#666;
  padding:10px 0 20px 0;
  border-bottom:1px solid #e5e5e5;
}
.xqte_rig .xqrig_wz{
  margin:50px 0 0 0;
}
.xqte_rig .xqrig_wz p{
  font-size:14px;
  color:#4c4c4c;
  line-height: 32px;
}
/*---------------------------------------------公司信息-合作伙伴-------------------------------*/
.par_box{
  width:100%;
}
.par_box .par_con{
  width:1200px;
  margin:0 auto;
  padding:50px 0 60px 0;
}
/*----------------------------------------------公司信息-集团简介--------------------------------*/
.comp_box{
  width:100%;
}
.comp_box .comp_con{
  width:1200px;
  margin:0 auto;
  padding:50px 0 0 0;
}
.comp_con .comp_tit1{
  font-size:28px;
  color:#333333;
  text-align: center;
  padding:20px 0 10px 0;
}
.comp_con .comp_tit2{
  font-size:16px;
  color:#808080;
  text-align: center;
  padding:0 0 50px 0;
}
.comp_con .comp_wz p{
  font-size:14px;
  color:#808080;
  line-height:30px;
  padding:0 100px 20px 100px;
}
.comp_ul{
  overflow:hidden;
  padding:0 0 40px 0;
}
.comp_ul li{
  width:300px;
  text-align: center;
  float: left;
}
.comp_ul li .comp_up1{
  font-size:44px;
  color:#080000;
  padding:20px 0 8px 0;
  font-weight:bold;
}
.comp_ul li .comp_up2{
  font-size:16px;
  color:#54585a;
}
.comp_surr{
  width:100%;
  height:1170px;
  background: url(../image/comp_img1.jpg) top no-repeat;
  background-size:contain;
}
.comp_surr .comp_surcon{
  width:1200px;
  margin:0 auto;
  position: relative;
}
.comp_surcon .comp_simg1{
  width:687px;
  height: 443px;
  position:absolute;
  top:178px;
  left:0;
}
.comp_surcon .comp_simg2{
  position: absolute;
  top:621px;
  left:0;
  width:687px;
  height:365px;
}
.comp_simg3{
  position: absolute;
  width:513px;
  height:374px;
  top:489px;
  left:687px;
}
.comp_wzbox{
  background: #fff;
  width:513px;
  height:404px;
  padding:30px 40px;
  box-sizing: border-box;
  position: absolute;
  left:687px;
  top:85px;
}
.comp_wzbox .comp_sp1{
  font-size:44px;
  color:#333333;
  margin:0 0 30px 0;
}
.comp_wzbox .comp_sp2{
  font-size:16px;
  color:#999;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp:8;
  overflow: hidden; 
}
.comp_sp3{
  position: absolute;
  left:687px;
  top:863px;
}
.comp_sp3 .comp_sp3_p{
  font-size:68px;
  color:#e8e8e8;
  padding:0 40px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 122px;
}
/*-------------------------------------公司信息-企业资质页面------------------------------------*/
.zizhi_box{
  width:100%;
  margin:0 auto;
}
.zizhi_con{
  width:1200px;
  margin:0 auto;
  padding:50px 0 0 0;
}
.zizhi_con ul{
  overflow:hidden;
  margin:0 -60px 60px 0;
}
.zizhi_con ul li{
  float: left;
  width:360px;
  height:340px;
  border:1px solid #e5e5e5;
  padding:20px;
  box-sizing: border-box;
  margin:0 60px 40px 0;
}
.zizhi_con ul li:hover .zzhui_bj{
  background:#c51114;
}
.zizhi_con ul li .zzhui_bj{
  width:320px;
  height:250px;
  background:#f0f0f0;
  transition: all ease .5s;
}
.zizhi_con ul li .zzhui_bj .zzimg_box{
  width:280px;
  height: 210px;
  margin:20px;
  border:5px solid rgba(255,255,255,.4);
  display: inline-block;
  box-sizing: border-box;
  border-radius: 5px;
}
.zizhi_con ul li .zzhui_bj .zzimg_box img{
  width:100%;
  height: 100%;
}
.zizhi_con ul li .zzwz_p1{
  font-size:16px;
  color:#4c4c4c;
  text-align: center;
  margin:12px 0 0 0;
}
/*-------------------------------------------公司信息-综合实力----------------------------------*/
.zhsl_box{
  width:100%;
}
.zhsl_box .zhsl_con{
  width:1200px;
  margin:0 auto;
  padding:50px 0 0 0;
}
.zhsl_box .zhsl_con ul{
  overflow:hidden;
  margin:0 -60px 60px 0;
}
.zhsl_box .zhsl_con ul li{
  width:360px;
  height:369px;
  margin:0 60px 40px 0;
  border:1px solid #e5e5e5;
  box-sizing: border-box;
  text-align: center;
  float: left;
}
.zhsl_box .zhsl_con ul li:hover .zhsl_p1{
  background: #c51114;
  color:#fff;
}
.zhsl_box .zhsl_con ul li .zhsl_img{
  width:auto;
  height:240px; 
  margin:32px 0;
  display: inline-block; 
}
.zhsl_box .zhsl_con ul li .zhsl_img img{
  width:100%;
}
.zhsl_box .zhsl_con ul li .zhsl_p1{
  font-size:16px;
  color:#333;
  background: #e6e6e6;
  line-height:63px;
  height:63px;
  transition: all ease .5s;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp:1;
  overflow: hidden; 
}
/*---------------------------------------奥商动态-奥商公益--------------------------------*/
.page_ban2{
  background: url(../image/asdt_ban.jpg) center center no-repeat;
  background-size:cover;
}
.asgy_box{
  width:100%;
  background:#fafafa;
  padding:50px 0 0 0;
}
.asgy_con{
  width:1200px;
  margin:0 auto;
  overflow:hidden;
  padding:0 0 60px 0;
}
.asgy_con .asgy_list{
  width:850px;
  float: left;
  background: #fff;
  padding:0 0 30px 0;
}
.asgy_con .asgy_list ul{
  padding:10px 40px 0 40px;
}
.asgy_con .asgy_list ul li{
  overflow:hidden;
  padding:30px 0;
  border-bottom:1px solid #e5e5e5;
  position: relative;
}
.asgy_left{
  width:174px;
  height:130px;
  border-right:1px solid #e5e5e5;
  padding:40px 0 0 24px;
  box-sizing: border-box;
  float: left;
}
.asgy_left .asl_flot{
  float:left;
  font-size:44px;
  color:#10142c;
}
.asgy_left .asr_flot{
  float: left;
  margin:0 0 0 10px;
}
.asgy_left .asr_flot .asr_mon{
  color:#313131;
  font-size:14px;
  margin:10px 0 4px 0;
}
.asgy_left .asr_flot .asr_year{
  color:#313131;
  font-size:14px;
}
.asgy_rig{
  width:558px;
  float: left;
  position: absolute;
  left:200px;
  box-sizing: border-box;
  transition: all ease .5s;
}
.asgy_list ul li:hover .asgy_rig{
  left:210px;
}
.asgy_rig .asgy_rp1{
  font-size:20px;
  color:#313131;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp:1;
  overflow: hidden; 
  transition: all ease .5s;
}
.asgy_list ul li:hover .asgy_rig .asgy_rp1{
  color:#c51114;
}
.asgy_rig .asgy_rp2{
  color:#666666;
  font-size:14px;
  line-height:28px;
  height: 56px;
  margin:10px 0 14px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp:2;
  overflow: hidden; 
}
.asgy_rig .asgy_ra1{
  display:inline-block;
  color:#c51114;
  font-size:14px;
}
.pag_box{
  text-align: center;
  padding:22px 0;
}
.pag_box .layui-laypage a,.pag_box .layui-laypage span{
  padding:0 22px;
  height: 40px;
  line-height:40px;
  font-size:14px;
}
.pag_box .layui-laypage .layui-laypage-curr .layui-laypage-em{
  background-color:#c51114;
}
.pag_box .layui-laypage a:hover{
  color:#c51114;
}
.tuijian_rig{
  float: right;
  width:312px;
}
.asgy_tuijian{
  float:right;
  width:312px;
  margin:0 0 0 38px;
  background: #fff;
  padding:40px 30px 0 30px;
  box-sizing: border-box;
}
.asgy_tuijian .gytj_tit1{
  font-size:18px;
  color:#313131;
  padding:0 0 30px 0;
  margin:0 0 24px 0;
  border-bottom:1px solid #e5e5e5;
}
.asgy_tuijian ul li .gytj_p1{
  font-size:16px;
  color:#333333;
  line-height: 28px;
  transition: all ease .5s;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp:2;
  overflow: hidden; 
}
.asgy_tuijian ul li:hover .gytj_p1{
  color:#c51114;
}
.asgy_tuijian ul li .gytj_p2{
  font-size:14px;
  color:#999;
  margin:16px 0 40px 0;
}
/*---------------------------------------奥商动态-奥商活动-------------------------------------*/
.ashd_left{
  float:left;
  width:194px;
  height: 116px;
  margin:0 30px 0 0;
  overflow:hidden;
}
.ashd_left img{
  width:100%;
  height: 100%;
  -moz-transition:all .8s ease 0s; 
  -ms-transition:all .8s ease 0s; 
  -o-transition: all .8s ease 0s; 
  transition:all .8s ease 0s;
}
.asgy_list ul li:hover .ashd_left img{
  transform: scale(1.1); 
  -moz-transform: scale(1.1); 
  -webkit-transform: scale(1.1);
}
.ashd_rig{
  float: left;
  width:546px;
}
.ashd_rig .ashd_rp1{
  font-size:20px;
  color:#313131;
  margin:0 0 20px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp:1;
  overflow: hidden; 
  transition: all ease .5s;
}
.ashd_rig .ashd_rp2{
  font-size:14px;
  color:#666666;
  line-height: 26px;
  height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp:2;
  overflow: hidden; 
}
.ashd_rig .ashd_rzz1{
  overflow:hidden;
  margin:10px 0 0 0;
}
.ashd_rzz1 .ashd_rimg{
  width:26px;
  height:26px;
  float: left;
}
.ashd_rzz1 .ashd_rimg img{
  width:100%;
  height: 100%;
  border-radius: 50%;
}
.ashd_rzz1 .ashd_rp3{
  font-size:14px;
  color:#666666;
  float: left;
  line-height: 26px;
  margin:0 8px 0 10px;
}
.ashd_rzz1 .ashd_rp4{
  color:#999999;
  font-size:14px;
  line-height:28px;
  float: left;
}
.ashd_rzz1 .ashd_rp5{
  float: right;
  font-size:14px;
  color:#999999;
}
.ashd_rzz1 .ashd_rp5 span{
  display: inline-block;
  margin:0 12px 0 0;
  width:16px;
  height:12px;
  background: url(../image/ashd_img7.jpg) center no-repeat;
}
.asgy_list ul li:hover .ashd_rp1{
  color:#c51114;
}
/*------------------------------------------------奥商动态-奥商内刊页面-------------------------------*/
.asnk_box{
  width:100%;
  background: #fafafa;
}
.asnk_con{
  width:1200px;
  margin:0 auto;
}
.asnk_con ul{
  overflow:hidden;
  background: #fff;
  padding:60px 0 60px 0;
  margin:50px 0 60px 0;
  display: inline-block;
  box-sizing: border-box;
}
.asnk_con ul li{
  float: left;
  width:530px;
  height: 235px;
  padding:20px 20px 0 20px;
  margin:0 0 40px 45px;
  background: #f4f8fb;
  box-sizing: border-box;
}
.asnk_con ul li .nklist_img{
  float: left;
  width:138px;
  height:194px;
  overflow:hidden;
}
.nklist_img img{
  width:100%;
  height: 100%;
  -webkit-transition: -webkit-transform 3s;
  transition: -webkit-transform 3s;
  transition: transform 3s;
  will-change: transform;
  transition: transform 3s,-webkit-transform 3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.asnk_con ul li:hover .nklist_img img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.nklist_wz{
  float: left;
  margin:0 0 0 20px;
  max-width:326px;
}
.nklist_wz .nkwz_p1{
  font-size:22px;
  color:#333333;
  margin:0 0 12px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp:1;
  overflow: hidden; 
}
.nklist_wz .nkwz_p2{
  font-size:14px;
  color:#808080;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp:1;
  overflow: hidden; 
}
.nklist_wz .nkwz_p2 i{
  display: inline-block;
  width:4px;
  height: 4px;
  background: url(../image/nk_img5.jpg) center no-repeat;
  margin:0 10px 0 0;
  vertical-align:middle;
}
.nklist_wz .nkwz_xiaz{
  display: inline-block;
  width:94px;
  height:30px;
  line-height:30px; 
  color:#4cc59c;
  background: #fff;
  text-align: center;
  margin:20px 0 0 0;
}
/*----------------------------------------------奥商动态-奥商日记页面-------------------------------------------*/
.asrj_box{
  width:100%;
  background: #fafafa;
}
.asrj_con{
  width:1200px;
  margin:0 auto;
  padding:50px 0 60px 0;
  overflow:hidden;
}
.asrj_con .asrj_left{
  width:850px;
  background:#fff;
  float: left;
}
.asrj_left ul li{
  overflow:hidden;
  border-bottom:1px solid #fafafa;
  padding:58px 50px 58px 0;
  height:221px;
  box-sizing: border-box;
  transition: all .6s;
}
.rjli_l{
  float: left;
  width:220px;
  text-align:center;
}
.rjli_l .asrj_p1{
  font-size:20px;
  color:#313131;
}
.rjli_l .asrj_p2{
  font-size:44px;
  color:#10142c;
  font-weight: bold;
  margin:10px 0 0 0;
}
.rjli_r{
  float:left;
  width:580px;
  position: relative;
}
.rjli_r .asrj_p3{
  font-size:18px;
  color:#313131;
  padding:0 0 40px 0;
  border-bottom:1px solid #e5e5e5;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp:1;
  overflow: hidden; 
}
.rjli_r .asrj_icon1{
  position:absolute;
  width:62px;
  height:3px;
  display: inline-block;
  left:0;
  background:#554c43;
  margin-top:-2px;
}
.rjli_r .asrj_a1{
  display: inline-block;
  font-size:14px;
  color:#4c4c4c;
  margin:20px 0 0 0;
  transition: all .5s;
}
.rjli_r .asrj_a1 .asrj_icon2{
  display: inline-block;
  width:0;
  height: 10px;
  background: url(../image/asrj_icon1.png) center center no-repeat;
  transition: all .5s;
  opacity: 0;
}
.asrj_left ul li:hover .rjli_r .asrj_a1 .asrj_icon2{
  width:21px;
  opacity: 1;
  margin-right:10px;
}
.asrj_left ul li:hover{
  box-shadow: 0 15px 15px rgba(0,0,0,.1);
  background: #bbbbbb29;
  border-bottom:1px solid #bbbbbb29;
}
/*---------------------------------奥商动态-奥商新闻-详情页面---------------------------------*/
.bnav_box{
  padding:0 0 40px 0;
}
.bnav_box .bnav_a1{
  font-size:14px;
  color:#b2b2b2;
}
.bnav_box .bnav_icon{
  font-size:14px;
  color:#b2b2b2;
  padding:0 10px;
}
.newxq_box{
  width:1200px;
  overflow:hidden;
}
.newxq_con{
  width: 850px;
  box-sizing: border-box;
  float: left;
  background: #fff;
  padding: 0 40px 30px 40px;
}
.newxq_con .newxq_tit{
  font-size:24px;
  color:#333;
  margin:50px 0 20px 0;
}
.newxq_con .newxq_time{
  overflow:hidden;
  padding:0 0 30px 0;
  border-bottom:1px solid #e5e5e5;
}
.newxq_time .nxq_tx{
  float: left;
  width:26px;
  height:26px;
  margin:0 10px 0 0;
}
.newxq_time .nxq_tx img{
  width:100%;
  height: 100%;
}
.newxq_time .nxq_span1{
  font-size:14px;
  color:#666666;
  line-height: 26px;
  display: inline-block;
}
.newxq_time .nxq_span2{
  padding:0 10px;
  display: inline-block;
  color:#a9a9a9;
}
.newxq_time .nxq_span3{
  font-size:14px;
  color:#999999;
  line-height: 26px;
  display: inline-block;
}
.newxq_con .newxq_wz{
  padding:30px 0 0 0;
}
.newxq_con .newxq_wz p{
  font-size:14px;
  color:#666666;
  line-height: 28px;
  margin:0 0 30px 0;
}
.newxq_con .newxq_wz img{
  width:100%;
  height: auto;
  margin:0 0 30px 0;
}
.newxq_ul{
  overflow:hidden;
  padding:20px 0 30px 0;
}
.newxq_ul li{
  float: left;
  width:382px;
  height:120px;
  line-height: 120px;
  background: #f5f5f5;
  transition: all ease .5s;
}
.newxq_ul li .nul_span{
  float: left;
  display: inline-block;
  width:8px;
  height:14px;
  background: url(../image/newxq_4.png) center no-repeat;
  margin:52px 30px 0 30px;
}
.newxq_ul li .nul_span1{
  background-position:-1px -1px;
}
.newxq_ul li .nul_span2{
  background-position:-11px -1px;
}
.newxq_ul li .nul_i1{
  display: inline-block;
  float: left;
  width:1px;
  height:22px;
  background: #e5e5e5;
  margin:47px 0 0 30px;
}
.newxq_ul li .nul_p1{
  float: left;
  width:216px;
  font-size:16px;
  color:#666666;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp:1;
  overflow: hidden; 
  margin:0 30px 0 30px;
}
.newxq_ul li:hover{
  background: #c51114;
}
.newxq_ul li:hover .nul_p1{
  color:#fff;
}
.newxq_ul li:hover .nul_span1{
  background-position: -1px -16px;
}
.newxq_ul li:hover .nul_span2{
  background-position: -11px -16px;
}
.tj_sign{
  float: right;
  width: 312px;
  margin: 0 0 20px 38px;
  background: #fff;
  padding: 40px 30px 0 30px;
  box-sizing: border-box;
}
.tj_sign .tjsi_tit1{
  font-size: 18px;
  color: #313131;
  padding: 0 0 30px 0;
  margin: 0 0 24px 0;
  border-bottom: 1px solid #e5e5e5;
}
.tj_sign ul{
  overflow:hidden;
  padding:0 0 30px 0;
}
.tj_sign ul li{
  padding:0 9px;
  float: left;
  border:1px solid #e5e5e5;
  border-radius: 3px;
  height:35px;
  line-height:35px;
  margin:0 8px 8px 0;
  transition: all ease .5s;
}
.tj_sign ul li a{
  display:inline-block;
  color:#666;
  font-size:14px;
}
.tj_sign ul li:hover{
  background: #c51114;
  border:1px solid #c51114;
}
.tj_sign ul li:hover a{
  color:#fff;
}
.tj_att{
  float: right;
  width: 312px;
  margin: 20px 0 20px 38px;
  background: #fff;
  padding: 40px 30px 30px 30px;
  box-sizing: border-box;
}
.tj_att .att_tit{
  font-size: 18px;
  color: #313131;
  padding: 0 0 30px 0;
  margin: 0 0 24px 0;
  border-bottom: 1px solid #e5e5e5;
}
.tj_att .att_con{
  overflow:hidden;
}
.tj_att .att_con .att_img{
  float: left;
  width:84px;
  height:84px;
}
.tj_att .att_con .att_img img{
  width:100%;
  height: 100%;
}
.tj_att .att_con .att_wz{
  float: left;
  margin:0 0 0 10px;
}
.tj_att .att_con .att_wz .att_wzp1{
  font-size:14px;
  color:#333;
  margin:16px 0 10px 0;
}
.tj_att .att_con .att_wz .att_wzp2{
  font-size:14px;
  color:#999999;
}
/*------------------------------------奥商文化-企业文化页面--------------------------*/
.page_ban3{
  background: url(../image/aswh_ban.jpg) center center no-repeat;
  background-size:cover;
}
.pban_con .pban_tit2{
  text-transform:uppercase;
}
.qywh_box{
  width:100%;
}
.qywh_con{
  width:1200px;
  margin:0 auto;
  overflow:hidden;
}
.qywh_con .wh_jzgl{
  float: left;
  width:680px;
  margin:60px 0 60px 0;
}
.qywh_con .wh_jzgl .jzgl_p1{
  font-size:24px;
  color:#4c4c4c;
  font-weight: bold;
}
.qywh_con .wh_jzgl .jzgl_i1{
  display: inline-block;
  margin:32px 0;
  width:17px;
  height:4px;
  background: #656565;
}
.qywh_con .wh_jzgl .jzgl_p2{
  font-size:14px;
  color:#808080;
  line-height: 30px;
  margin:0 0 20px 0;
}
.qywh_con .wh_jzgr{
  float: right;
  width:520px;
  margin:60px 0 0 0;
  position: relative;
}
.wh_jzgr .jzgr_img{
  width:412px;
  height:362px;
}
.wh_jzgr .jzgr_img img{
  width:100%;
  height: 100%;
}
.wh_jzgr .jzgr_wz{
  position: absolute;
  text-align: center;
}
.wh_jzgr .jzgr_wz1{
  top:82px;
  left:121px;
}
.wh_jzgr .jzgr_wz2{
  top:206px;
  left:41px;
}
.wh_jzgr .jzgr_wz3{
  top:224px;
  left:259px;
}
.wh_jzgr .jzgr_wz .jzgr_p1{
  font-size:22px;
  font-weight: bold;
  color:#fff;
  text-transform:uppercase;
}
.wh_jzgr .jzgr_wz .jzgr_p2{
  font-size:16px;
  color:#fff;
}
.wh_jzgr .jzgr_wz2 .jzgr_p1,.wh_jzgr .jzgr_wz3 .jzgr_p1{
  color:#666666;
}
.wh_jzgr .jzgr_wz2 .jzgr_p2,.wh_jzgr .jzgr_wz3 .jzgr_p2{
  color:#666666;
}
.gsbz_box{
  width:100%;
  background: #f8f8f8;
}
.gsbz_con{
  width:1200px;
  margin:0 auto;
  padding:60px 0;
  overflow:hidden;
}
.gsbz_con .gsbz_img{
  float: left;
  width:452px;
  height:323px;
  margin:0 58px 0 0;
}
.gsbz_con .gsbz_img img{
  width:100%;
  height: 100%;
}
.gsbz_con .gsbz_wz{
  width:690px;
  float: left;
}
.gsbz_con .gsbz_wz .gsbz_wzp1{
  font-size:16px;
  color:#666666;
}
.gsbz_con .gsbz_wz .gsbz_wzi1{
  display: inline-block;
  margin:36px 0;
  width:16px;
  height:4px;
  background:#676767;
}
.gsbz_con .gsbz_wz .gsbz_wzp2{
  font-size:14px;
  color:#808080;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp:8;
  overflow: hidden; 
}
.gsyj_box{
  width:100%;
}
.gsyj_con{
  width:1200px;
  margin:0 auto;
  overflow:hidden;
  padding:60px 0 80px 0;
}
.gsyj_con .gsyj_left{
  float: left;
  width:666px;
  padding:0 50px;
  box-sizing: border-box;
  background: #4a4a4a;
  height:390px;
}
.gsyj_con .gsyj_left .gsyj_lp1{
  font-size:16px;
  color:#fff;
  padding:60px 0 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp:7;
  overflow: hidden; 
}
.gsyj_con .gsyj_left .gsyj_li1{
  width:16px;
  height:4px;
  background: #fff;
  margin:35px 0;
  display: inline-block;
}
.gsyj_con .gsyj_left .gsyj_lp2{
  font-size:14px;
  color:#fff;
  line-height: 30px;
}
.gsyj_con .gsyj_rig{
  float: left;
  width:534px;
  height:390px;
  overflow:hidden;
}
.gsyj_con .gsyj_rig img{
  width:100%;
  height: 100%;
  -webkit-transition: -webkit-transform 3s;
  transition: -webkit-transform 3s;
  transition: transform 3s;
  will-change: transform;
  transition: transform 3s,-webkit-transform 3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.gsyj_con .gsyj_rig img:hover{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/*---------------------------------------奥商文化-人文奥商页面-------------------------------------*/
.rwas_box{
  width:100%;
}
.rwas_con{
  width:1200px;
  margin:0 auto;
  padding:0 0 40px 0;
}
.rwas_con ul{
  display: table;
  padding:20px 0 0 0;
}
.rwas_con ul li{
  width:1200px;
  border-bottom:1px solid #e5e5e5;
  padding:40px 0;
  transition: all ease .5s;
}
.rwas_con ul li:last-child{
  border-bottom:none;
}
.rwas_con ul li a{
  display: inline-block;
  overflow:hidden;
  transition: all ease .5s;
}
.rwas_con ul li:hover a{
  box-shadow: 0 0 1rem 0 rgba(0,0,0,.1);
}
.rwas_con ul li .rwas_img{
  float: left;
  width:250px;
  height:156px;
  overflow:hidden;
  margin:0 40px 0 0;
}
.rwas_con ul li .rwas_img img{
  width:100%;
  height:100%;
  -webkit-transition: -webkit-transform 3s;
  transition: -webkit-transform 3s;
  transition: transform 3s;
  will-change: transform;
  transition: transform 3s,-webkit-transform 3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.rwas_con ul li:hover .rwas_img img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.rwas_con ul li .rwas_wz{
  float: left;
  width:736px;
  height: 156px;
  padding:0 100px 0 0;
  box-sizing: border-box;
}
.rwas_wz .rwas_wz1{
  font-size:16px;
  color:#4c4c4c;
  padding:10px 0 0 0;
  transition: all ease .5s;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp:1;
  overflow: hidden; 
}
.rwas_con ul li:hover .rwas_wz .rwas_wz1{
  color:#c51114;
}
.rwas_wz .rwas_wz2{
  font-size:14px;
  color:#999999;
  line-height: 30px;
  margin:16px 0 20px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp:2;
  overflow: hidden; 
}
.rwas_wz .rwas_wz3{
  font-size:14px;
  color:#b2b2b2;
} 
.rwas_wz .rwas_wz3 i{
  display: inline-block;
  margin:0 20px;
}
.rwas_con ul li .rwas_time{
  width: 174px;
  padding:0 0 0 24px;
  box-sizing: border-box;
  float: left;
  height:66px;
  margin:20px 0 0 0;
  border-left:1px solid #e5e5e5;
}
.rwas_time .rwas_tp1{
  font-size:18px;
  color:#b2b2b2;
}
.rwas_time .rwas_tspan1{
  width:10px;
  height:18px;
  background: url(../image/rwas_2.png) center no-repeat;
  display: inline-block;
  margin:20px 0 0 0;
}
/*--------------------------------奥商文化-员工风采----------------------------*/
.ygfc_box{
  width:100%;
}
.ygfc_con{
  width:1200px;
  margin:0 auto;
  padding:0 0 40px 0;
}
.ygfc_con ul{
  display: table;
  margin:0 -24px 0 0;
  padding:60px 0 0 0;
}
.ygfc_con ul li{
  float: left;
  width:384px;
  margin:0 24px 30px 0;
  box-shadow: 0 0 1rem 0 rgba(0,0,0,.1);
}
.ygfc_con ul li .ygfc_img{
  width:384px;
  height:234px;
  overflow:hidden;
  text-align: center;
}
.ygfc_con ul li .ygfc_img img{
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: -webkit-transform 3s;
  transition: -webkit-transform 3s;
  transition: transform 3s;
  will-change: transform;
  transition: transform 3s,-webkit-transform 3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.ygfc_con ul li:hover .ygfc_img img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.ygfc_con ul li .ygfc_p1{
  font-size:18px;
  color:#333333;
  height:90px;
  line-height:90px;
  text-align:center;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp:1;
  overflow: hidden; 
}
/*-------------------------------------奥商文化-总裁致辞--------------------------------*/
.zczc_box{
  width: 100%;
}
.zczc_con{
  width:1200px;
  margin:0 auto;
  overflow:hidden;
  padding:60px 0 80px 0;
}
.zczc_con .zczc_left{
  float: left;
  width:296px;
  margin:0 83px 0 0;
}
.zczc_con .zczc_left .zczc_limg{
  width:296px;
  height:419px;
  overflow:hidden;
}
.zczc_con .zczc_left .zczc_limg img{
  width:100%;
  height: 100%;
  -webkit-transition: -webkit-transform 3s;
  transition: -webkit-transform 3s;
  transition: transform 3s;
  will-change: transform;
  transition: transform 3s,-webkit-transform 3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.zczc_con .zczc_left:hover .zczc_limg img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.zczc_con .zczc_left .zczc_lp1{
  font-size:18px;
  color:#666666;
  font-weight: bold;
  text-align:center;
  margin:20px 0 0 0;
}
.zczc_con .zczc_rig{
  float: left;
  width:821px;
}
.zczc_con .zczc_rig p{
  font-size:14px;
  color:#808080;
  line-height:30px;
}
/*---------------------------------------奥商学院页面------------------------------------*/
.page_ban4{
  background: url(../image/asxy_1.jpg) center center no-repeat;
  background-size:cover;
}
.pban_con .pban_span1{
  width:79px;
  height:107px;
  display: inline-block;
  background:url(../image/asxy_2.png) center center no-repeat;
  background-size:cover;
  margin:130px 0 12px 0;
}
.pban_con .pban_tit3{
  font-size: 38px;
  color: #fff;
  font-weight: bold;
} 
.asjj_box{
  width: 100%;
  position: relative;
  height: 450px;
}
.asjj_bj{
  width:100%;
  height: 325px;
  background: #f9f9fd;
  margin:215px 0 0 0;
}
.asjj_pocon{
  width:1200px;
  margin:0 auto;
  padding:60px 0;
  position: relative;
}
.asjj_nr{
  position: absolute;
  width:1200px;
  top:-150px;
  left:0;
  text-align:center;
}
.asjj_nr .asjj_tit{
  text-align:center;
  margin:0 0 60px 0;
}
.asjj_tit .asjj_tp1{
  font-size:24px;
  color:#333333;
  margin:0 0 20px 0;
}
.asjj_tit .asjj_ts1{
  display: inline-block;
  width:81px;
  height:3px;
  background: #c51114;
}
.asjj_over{
  overflow:hidden;
}
.asjj_over .asjj_left{
  float: left;
  width:668px;
  margin:90px 150px 0 0;
  text-align:left;
}
.asjj_left .asjj_lp1{
  font-size:24px;
  color:#333333;
  margin:0 0 25px 0;
}
.asjj_left .asjj_lp2{
  font-size:16px;
  color:#666666;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp:6;
  overflow: hidden; 
}
.asjj_over .asjj_right{
  width:381px;
  height:422px;
  float: left;
}
.asjj_over .asjj_right img{
  width:100%;
  height: 100%;
}
.asxx_box{
  width:100%;
}
.asxx_con{
  width:1200px;
  margin:0 auto;
  text-align:center;
}
.asxx_tit .asxx_tp1{
  font-size:24px;
  color:#333333;
  margin:0 0 20px 0;
}
.asxx_tit .asxx_ts1{
  display: inline-block;
  width:81px;
  height:3px;
  background: #c51114;
}
.asxx_con ul{
  overflow:hidden;
  margin:60px -30px 60px 0;
}
.asxx_con ul li{
  float: left;
  width:216px;
  height: 256px;
  border:1px solid #e5e5e5;
  margin:0 30px 0 0;
  padding:0 20px;
  box-sizing: border-box;
}
.asxx_con ul li .asxx_licon{
  width:53px;
  height: 41px;
  display: inline-block;
  background: url(../image/asxy_4.png) center no-repeat;
  margin:26px 0;
}
.asxx_con ul li .asxx_lp1{
  border-top:1px solid #e5e5e5;
  padding:20px 0 0 0;
  font-size:22px;
  color:#4c4c4c;
  text-align:left;
}
.asxx_con ul li .asxx_lp1 span{
  display: inline-block;
  width:32px;
  height:1px;
  background: #e5e5e5;
  vertical-align: middle;
  margin:0 0 0 6px;
}
.asxx_con ul li .asxx_lp2{
  font-size:16px;
  color:#4c4c4c;
  text-align:left;
  margin:30px 0 0 0;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp:3;
  overflow: hidden; 
}
.ashg_box{
  width:100%;
}
.ashg_con{
  width:1200px;
  margin:0 auto;
  text-align:center;
}
.ashg_con .ashg_tit .ashg_tp1{
  font-size:24px;
  color:#333333;
  margin:0 0 20px 0;
}
.ashg_con .ashg_tit .ashg_ts1{
  display: inline-block;
  width:81px;
  height:3px;
  background: #c51114;
}
.ashg_con ul{
  display: table;
  margin:60px -60px 80px 0;
}
.ashg_con ul li{
  width:360px;
  float: left;
  margin:0 60px 20px 0;
  box-shadow: 0 0 1rem 0 rgba(0,0,0,.1);
}
.ashg_con ul li .ashg_img{
  width:360px;
  height: 197px;
  overflow:hidden;
}
.ashg_con ul li .ashg_img img{
  width:100%;
  height: 100%;
  -webkit-transition: -webkit-transform 3s;
  transition: -webkit-transform 3s;
  transition: transform 3s;
  will-change: transform;
  transition: transform 3s,-webkit-transform 3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.ashg_con ul li:hover .ashg_img img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.ashg_con ul li .ashg_wz{
  width:360px;
  height:111px;
  background: #fff;
  position: relative;
}
.ashg_con ul li .ashg_wz .ashg_wp1{
  text-align:left;
  font-size:16px;
  color:#4c4c4c;
  padding:20px 0 0 20px;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp:2;
  overflow: hidden; 
  line-height: 28px;
}
.ashg_con ul li .ashg_wz .ashg_wp2{
  position: absolute;
  right:0;
  width:94px;
  height:26px;
  line-height: 26px;
  color:#fff;
  font-size:14px;
  bottom:20px;
  text-align:center;
  background: #c51114;
  border-radius:50px 0 0 50px;
}
.ashg_con ul li .ashg_wz .ashg_wp3{
  background: #4b93ff;
}
/*----------------------------------------------奥商学院-详情-------------------------------------*/
.asxyx_box{
  width:100%;
}
.asxyx_con{
  width:1200px;
  margin:0 auto;
  padding:70px 0;
}
.xyxq_tit .xyxq_p1{
  font-size:30px;
  color:#4c4c4c;
}
.xyxq_tit .xyxq_p2{
  font-size:14px;
  color:#999999;
  margin:30px 0;
}
.xyxq_tit .xyxq_i1{
  display: inline-block;
  width:60px;
  height:5px;
  background:#c51114;
}
.xyxq_tp{
  display: table;
  margin:60px 0 0 0;
}
.xyxq_tp .xyxq_img{
  width:716px;
  height:391px;
  overflow:hidden;
  float: left;
}
.xyxq_tp .xyxq_img img{
  width:100%;
  height: 100%;
  -webkit-transition: -webkit-transform 3s;
  transition: -webkit-transform 3s;
  transition: transform 3s;
  will-change: transform;
  transition: transform 3s,-webkit-transform 3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.xyxq_tp .xyxq_img img:hover{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.xyxq_xg{
  float: left;
  padding:0 20px;
  box-sizing: border-box;
  margin:0 0 0 25px;
  width:459px;
  height: 391px;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0,0,0,.08);
}
.xyxq_xg .xyxq_p3{
  font-size:18px;
  color:#333333;
  margin:12px 0 20px 0;
}
.xyxq_xg .xyxq_p4{
  width:100%;
  height:78px;
  line-height: 78px;
  background: #f7fbfe;
  font-size:14px;
  color:#666666;
  cursor:pointer;
}
.xyxq_xg .xyxq_p4 .xyxq_sp1{
  display: inline-block;
  width:40px;
  height: 40px;
  background: url(../image/asxy_7.png) center center no-repeat;
  margin:20px 20px 0 16px;
  float: left;
}
.xyxq_xg .xyxq_sp2{
  display: inline-block;
  width:96px;
  height:96px;
  background: url(../image/newxq_5.png) center center no-repeat;
  background-size:cover;
  margin:102px 0 0 0;
}
.xyxq_xg .xyxq_p5{
  font-size:14px;
  color:#c51114;
  margin:10px 0 0 0;
}
.xyxq_js{
  overflow:hidden;
  margin:60px 0 0 0;
}
.xyxq_js .xyxq_nr{
  width:726px;
  float:left;
}
.xyxq_js .xyxq_nr .xyxq_nrp1{
  font-size:18px;
  color:#4c4c4c;
  padding:0 0 20px 0;
  border-bottom:1px solid #e5e5e5;
}
.xyxq_js .xyxq_nr .xyxq_nri1{
  display: inline-block;
  width:84px;
  height: 1px;
  background: #c51114;
  margin:-1px;
}
.xyxq_js .xyxq_nr .xyxq_nrp2{
  width:100%;
  padding:30px 34px;
  height: 292px;
  background:#f7fbfe;
  font-size:14px;
  color:#4c4c4c;
  line-height:28px;
  box-sizing: border-box;
  margin:20px 0 0 0;
}
.xyxq_bzr{
  float: left;
  margin:0 0 0 20px;
  width:454px;
}
.xyxq_bzr .xyxq_bzp1{
  font-size:18px;
  color:#4c4c4c;
  padding:0 0 20px 0;
  border-bottom:1px solid #e5e5e5;
}
.xyxq_bzr .xyxq_bzi1{
  display: inline-block;
  width:84px;
  height: 1px;
  background: #c51114;
  margin:-1px;
}
.xyxq_bzcon{
  width:100%;
  padding:30px 34px;
  height: 292px;
  background:#f7fbfe;
  font-size:14px;
  color:#4c4c4c;
  line-height:28px;
  box-sizing: border-box;
  margin:20px 0 0 0;
}
.xyxq_bzcon .xyxq_bztx{
  overflow:hidden;
}
.xyxq_bztx .bztx_img{
  width:90px;
  height:90px;
  float: left;
  margin:0 20px 0 0;
}
.xyxq_bztx .bztx_img img{
  width:100%;
  height:100%;
  border-radius:50%;
}
.xyxq_bztx .bztx_wz{
  float: left;
  width:270px;
}
.xyxq_bztx .bztx_wz .bztx_wzp1{
  font-size:16px;
  color:#4c4c4c;
  margin:18px 0 0 0;
}
.xyxq_bztx .bztx_wz .bztx_wzp2{
  font-size:14px;
  color:#4c4c4c;
}
.xyxq_bzcon .bztx_wzp3{
  font-size:14px;
  color:#808080;
  line-height:28px;
  margin:16px 0 0 0;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:5;
  overflow:hidden;
}
.xyxq_hg{
  margin:60px 0 0 0;
}
.xyxq_hg .xyxq_hgp1{
  font-size:18px;
  color:#4c4c4c;
  padding:0 0 20px 0;
  border-bottom:1px solid #e5e5e5;
}
.xyxq_hg .xyxq_hgi1{
  display: inline-block;
  width:84px;
  height: 1px;
  background: #c51114;
  margin:-1px;
}
.xyxq_hg ul{
  display: inline-block;
  margin:60px -60px 20px 0;
}
.xyxq_hg ul li{
  width:360px;
  margin:0 60px 20px 0;
  display: table;
  float: left;
  box-shadow: 0 0 1rem 0 rgba(0,0,0,.1);
}
.xyxq_hg ul li .hgli_img{
  width:360px;
  height: 197px;
  overflow:hidden;
}
.xyxq_hg ul li .hgli_img img{
  width:100%;
  height: 100%;
  -webkit-transition: -webkit-transform 3s;
  transition: -webkit-transform 3s;
  transition: transform 3s;
  will-change: transform;
  transition: transform 3s,-webkit-transform 3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.xyxq_hg ul li:hover .hgli_img img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.xyxq_hg ul li .hgli_wz{
  width: 100%;
  height:111px;
  background: #fff;
  position: relative;
}
.xyxq_hg ul li .hgli_wz .hgli_p1{
  text-align:left;
  font-size:16px;
  color:#4c4c4c;
  padding:20px 0 0 20px;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp:2;
  overflow: hidden; 
  line-height: 28px;
}
.xyxq_hg ul li .hgli_wz .hgli_p2{
  position: absolute;
  right:0;
  width:94px;
  height:26px;
  line-height: 26px;
  color:#fff;
  font-size:14px;
  bottom:20px;
  text-align:center;
  background: #c51114;
  border-radius:50px 0 0 50px;
}
.xyxq_hg ul li .hgli_wz .hgli_p3{
  background: #4b93ff;
}
/*-----------------------------------产品体系页面----------------------------*/
.page_ban5{
  background: url(../image/pro_ban.jpg) center center no-repeat;
  background-size:cover;
}
.pro_box{
  width:100%;
}
.pro_con{
  width:1200px;
  margin:0 auto;
  padding:60px 0;
}
.pro_con .pro_ul1 li{
  width:100%;
  display: table;
  position: relative;
  height: 378px;
  margin:0 0 50px 0;
}
.pro_con .pro_ul1 li .proli_left{
  float:left;
  left: 13px;
}
.pro_con .pro_ul1 li .proli_rig{
  float:right;
  left:-13px;
}
.pro_con .pro_ul1 li .pro_img{
  width:480px;
  height: 365px;
  overflow:hidden;
}
.pro_con .pro_ul1 li .pro_img img{
  width:100%;
  height: 100%;
  -webkit-transition: -webkit-transform 3s;
  transition: -webkit-transform 3s;
  transition: transform 3s;
  will-change: transform;
  transition: transform 3s,-webkit-transform 3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.pro_con .pro_ul1 li:hover .pro_img img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.pro_con .pro_ul1 li .pro_neir{
  width:707px;
  height:365px;
  border:1px solid #e5e5e5;
  padding:0 66px;
  box-sizing: border-box;
  position: relative;
  background: #fff;
}
.pro_neir .pnr_p1{
  font-size:28px;
  color:#1a1a1a;
  margin:58px 0 0 0;
}
.pro_neir .pnr_sp1{
  display: inline-block;
  width:20px;
  height: 2px;
  background: #b3b3b3;
  margin:17px 0 38px 0;
}
.pro_neir .pnr_p2{
  font-size:18px;
  color:#1a1a1a;
  margin:0 0 16px 0;
}
.pro_neir .pnr_p3{
  font-size:16px;
  color:#53585a;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp:3;
  overflow: hidden; 
}
.pro_neir .pnr_p4{
  width:262px;
  height:59px;
  background: #c51114;
  position: absolute;
  right:-1px
  bottom:-1px;
  text-align:center;
  overflow:hidden;
}
.pro_neir .pnr_p4 .pnr_a1{
  font-size:16px;
  color:#fff;
  line-height: 59px;
  z-index: 1;
  display: inline-block;
  position: absolute;
  width:100%;
  height: 100%;
  top:0;
  left:0;
}
.pro_neir .pnr_p4:after{
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(150,18,26,7);
  position: absolute;
  display: block;
  top: 0;
  right: 100%;
  z-index: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pro_con .pro_ul1 li:hover .pro_neir .pnr_p4:after{
  right:0;
}
.pro_neir .pnr_a1 .pnr_sp2{
  display: inline-block;
  width:29px;
  height:14px;
  background: url(../image/pro_10.png) center center no-repeat;
  vertical-align: middle;
  margin:0 0 0 10px;
}
.pro_i{
  position:absolute;
  width:705px;
  height:365px;
  background: #f2f2f2;
  display: inline-block;
  right:0;
  bottom:0;
}
.pro_i2{
  left:0;
}
.pro_con .pro_ul2 li{
  display: table;
  width:100%;
  border:1px solid #e5e5e5;
  margin:0 0 50px 0;
}
.pro_con .pro_ul2 li .pul2_img{
  float: left;
  width:233px;
  height: 200px;
  overflow:hidden;
  border-right:1px solid #e5e5e5;
}
.pro_con .pro_ul2 li .pul2_img img{
  width:100%;
  height:100%;
  -webkit-transition: -webkit-transform 3s;
  transition: -webkit-transform 3s;
  transition: transform 3s;
  will-change: transform;
  transition: transform 3s,-webkit-transform 3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.pro_con .pro_ul2 li:hover .pul2_img img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.pro_con .pro_ul2 li .pul2_wz{
  width:966px;
  float: left;
  padding:0 70px;
  box-sizing: border-box;
}
.pul2_wz .pul2_p1{
  font-size:28px;
  color:#1a1a1a;
  font-weight: bold;
  margin:22px 0 14px 0;
}
.pul2_wz .pul2_p2{
  font-size:16px;
  color:#53585a;
  line-height:30px;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp:2;
  overflow: hidden; 
}
.pul2_wz .pul2_p3{
  display: inline-block;
  width:183px;
  height:42px;
  text-align:center;
  background: #c51114;
  margin:10px 0 0 0;
  position: relative;
  overflow:hidden;
} 
.pul2_wz .pul2_p3 span{
  font-size:16px;
  color:#fff;
  line-height: 42px;
  z-index: 1;
  display: inline-block;
  position: absolute;
  width:100%;
  height: 100%;
  top:0;
  left:0;
}
.pul2_wz .pul2_p3:after{
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(150,18,26,7);
  position: absolute;
  display: block;
  top: 0;
  right: 100%;
  z-index: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pro_con .pro_ul2 li:hover .pul2_wz .pul2_p3:after{
  right:0;
}
/*------------------------------------产品体系-奥商家服-详情--------------------------------------*/
.proxq_box{
  width:100%;
  background: #fafafa;
}
.proxq_con{
  width:1200px;
  margin:0 auto;
  padding:60px 0;
}
.proxq_colu1{
  background: #fff;
  display: inline-block;
  padding:40px;
  box-sizing: border-box;
  width:1200px;
}
.proxq_colu1 .pxqc1_img{
  width:351px;
  height: 310px;
  float: left;
  border:1px solid #e5e5e5;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proxq_colu1 .pxqc1_img img{
  width:85%;
 
}
.proxq_colu1 .pxqc1_wz{
  float: left;
  width:768px;
  padding:0 40px;
  box-sizing: border-box;
}
.proxq_colu1 .pxqc1_wz .pxqc1_p1{
  font-size:28px;
  color:#1a1a1a;
  font-weight: bold;
  margin:30px 0 0 0;
}
.proxq_colu1 .pxqc1_wz .pxqc1_sp1{
  display: inline-block;
  width:20px;
  height:2px;
  background: #b3b3b3;
  margin:17px 0 39px 0;
}
.proxq_colu1 .pxqc1_wz .pxqc1_p2{
  font-size:18px;
  color:#1a1a1a;
  margin:0 0 10px 0;
}
.proxq_colu1 .pxqc1_wz .pxqc1_p3{
  font-size:16px;
  color:#808080;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp:3;
  overflow: hidden; 
}
.proxq_colu1 .pxqc1_wz .pxqc1_a1{
  display: inline-block;
  border-radius:50px;
  width:148px;
  height: 48px;
  text-align:center;
  line-height: 48px;
  border:1px solid #e5e5e5;
  margin:16px 0 0 0;
  font-size:16px;
  color:#1a1a1a;
}
.proxq_colu2{
  width:1200px;
  background: #fff;
  padding:40px;
  box-sizing: border-box;
  margin:20px 0 0 0;
}
.pxqc2_p1{
  font-size:28px;
  color:#1a1a1a;
  font-weight: bold;
}
.pxqc2_sp1{
  width:20px;
  height:2px;
  background:#b3b3b3;
  display: inline-block;
  margin:17px 0 39px 0;
}
.proxq_colu2 .pxqc2_con img{
  width:100%;
  margin:0 0 20px 0;
}
.proxq_colu2 .pxqc2_con p{
  font-size:16px;
  color:#808080;
  line-height: 32px;
  margin:0 0 20px 0;
  text-indent: 2em;
}
.proxq_colu3{
  width:1200px;
  background: #fff;
  padding:40px;
  box-sizing: border-box;
  margin:20px 0 0 0;
}
.proxq_colu3 .pxqc3_con img{
  width:100%;
  margin:0 0 20px 0;
}
.proxq_colu3 .pxqc3_con p{
  font-size:16px;
  color:#808080;
  line-height: 32px;
  margin:0 0 20px 0;
  text-indent: 2em;
}
.proxq_colu4{
  width:1200px;
  background: #fff;
  padding:40px;
  box-sizing: border-box;
  margin:20px 0 0 0;
}
.pxqc4_con{
  overflow:hidden;
}
.pxqc4_con .pxqc4_lx{
  float: left;
  width:990px;
}
.pxqc4_con .pxqc4_lx .pxqc4_p1{
  font-size:16px;
  color:#808080;
  margin:0 0 10px 0;
}
.pxqc4_con .pxqc4_code{
  float: left;
  width:104px;
}
.pxqc4_con .pxqc4_code .pxcode_img{
  display: inline-block;
  width:102px;
  height: 102px;
  border:1px solid #e5e5e5;
  background: url(../image/pro_14.jpg) center no-repeat;
  background-size:cover;
}
.pxqc4_con .pxqc4_code .pxcode_wz{
  text-align: center;
  font-size:14px;
  color:#1a1a1a;
  margin:8px 0 0 0;
}
/*------------------------------------加入奥商-福利待遇---------------------------------------*/
.page_ban6{
  background:url(../image/jras_ban.jpg) center center no-repeat;
  background-size:cover;
}
.fldy_box{
  width:100%;
}
.fldy_box .fldy_con{
  width:1200px;
  margin:0 auto;
  padding:60px 0;
}
.fldy_box .fldy_wz{
  padding:0 50px;
}
.fldy_box .fldy_wz .dywz_p1{
  font-size:14px;
  color:#4c4c4c;
  line-height: 29px;
  margin:0 0 40px 0;
}
.fldy_box .fldy_wz .dywz_p1 span{
  display: inline-block;
  height:29px;
  background: url(../image/jras_1.png) center no-repeat;
  vertical-align: middle;
  margin:0 30px 0 0;
}
.fldy_box .fldy_wz .dywz_p1 .p1_span1{
  width:29px;
  background-position:0 0;
}
.fldy_box .fldy_wz .dywz_p1 .p1_span2{
  width:30px;
  background-position:-30px 0;
}
.fldy_box .fldy_wz .dywz_p1 .p1_span3{
  width:30px;
  background-position:-59px 0;
}
.fldy_box .fldy_wz .dywz_p1 .p1_span4{
  width:30px;
  background-position:-88px 0;
}
.fldy_box .fldy_wz .dywz_p1 .p1_span5{
  width:30px;
  background-position:-118px 0;
}
.fldy_box .fldy_wz .dywz_p1 .p1_span6{
  width:30px;
  background-position:-150px 0;
}
.fldy_tp{
  overflow:hidden;
  margin:60px 0;
}
.fldy_tp .fldy_tp1{
  width:584px;
  height: 383px;
  float: left;
  overflow:hidden;
}
.fldy_tp .fldy_tp1 img{
  width:100%;
  height: 100%;
  -webkit-transition: -webkit-transform 3s;
  transition: -webkit-transform 3s;
  transition: transform 3s;
  will-change: transform;
  transition: transform 3s,-webkit-transform 3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.fldy_tp .fldy_tp1:hover img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.fldy_tp .fldy_tp2{
  width:275px;
  height: 383px;
  float: left;
  margin:0 33px;
  overflow:hidden;
}
.fldy_tp .fldy_tp2 img{
  width:100%;
  height: 100%;
  -webkit-transition: -webkit-transform 3s;
  transition: -webkit-transform 3s;
  transition: transform 3s;
  will-change: transform;
  transition: transform 3s,-webkit-transform 3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.fldy_tp .fldy_tp2:hover img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.fldy_tp .fldy_tp3{
  width:275px;
  height: 383px;
  float: left;
  overflow:hidden;
}
.fldy_tp .fldy_tp3 img{
  width:100%;
  height: 100%;
  -webkit-transition: -webkit-transform 3s;
  transition: -webkit-transform 3s;
  transition: transform 3s;
  will-change: transform;
  transition: transform 3s,-webkit-transform 3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.fldy_tp .fldy_tp3:hover img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/*---------------------------------加入奥商-关爱员工-----------------------------*/
.gayg_box{
  width:100%;
  padding:60px 0;
  background: #fafafa;
}
.gayg_con{
  width:1200px;
  background: #fff;
  margin:0 auto;
  padding:60px 80px;
  box-sizing: border-box;
}
.gayg_con .gayg_p1{
  font-size:22px;
  font-weight: bold;
  color:#1a1a1a;
  margin:0 0 30px 0;
}
.gayg_con .gayg_p2{
  font-size:14px;
  color:#383838;
  margin:0 0 50px 0;
}
/*员工图集-轮播 start*/
.region{ 
  width:100%; 
  position:relative;
}
.region .region_border{
  width: 910px; 
  margin: 0px auto;
}
.thumbpic{
  margin:30px auto 0px;
  width:900px; 
  height:140px;
  overflow: hidden;
  position: relative;
}
#piclist{
  width:767px;
  float:left;
  overflow:hidden;
  height:120px;
  position: absolute;
  left: 50%;
  margin-left: -384px;
}  
#piclist ul{
  margin:0;
  padding:0;
  list-style:none;
  overflow:hidden;
  width:20000px;
  position:relative;
}
#piclist ul li{
  float:left;
  cursor:pointer;
  position:relative;
  height:116px;
  border:3px solid #e5e5e5;
  width: 180px;
  margin:0 4px;
  box-sizing: border-box;
}
#piclist ul li img{
  height:100%;
  width:100%;
}
#piclist .hover{
  border:3px solid #dc7072;
}
.thumbpic a.bntprev,.thumbpic a.bntnext{
  width:35px;
  height:106px;
  position: absolute;
  top: 29%;
  margin-top: -36px;
  display:block;
  outline:none;
  background-repeat: no-repeat;
  background-image: url(../image/jras_9.png);
  margin-left:10px; 
  margin-right:10px; 
}
.thumbpic a.bntprev{
  background-position:0px 0px;
}
.thumbpic a.bntprev:hover{
  left:0px;
  background-position:0px -106px;
}
.thumbpic a.bntnext{
  right:0px;
  background-position:-35px 0px;
}
.thumbpic a.bntnext:hover{
  background-position:-35px -106px;
}
#originalpic{
  overflow:hidden;
  zoom:1;
  height:100%;
  clear:both;
  text-align:center;
  width: 900px; 
  margin: 0 auto;
}
#originalpic img{
  display:none;
  position:relative;
  max-width:900px;
  width:900px;
  height:585px;
}
#aPrev,#aNext{
  position:absolute;
  z-index:10;
  cursor: pointer;
  display:block;
  top:346px; 
  width: 38px; 
  height: 105px;
  opacity: .5; 
  filter:alpha(opacity=70);
}
#aPrev:hover,#aNext:hover{
  opacity: .3;
  filter:alpha(opacity=50);
}
#aPrev{
  left:0px;
  background:#aeaeae url(../image/jras_10.png) no-repeat center center;
}
#aNext{
  right:0px; 
  background:#aeaeae url(../image/jras_11.png) no-repeat center center;
}
/*员工图集-轮播 end*/
/*-----------------------------------加入奥商-人才培训-------------------------------*/
.peix_box{
  width:100%;
  background: #fafafa;
  padding:60px 0;
}
.peix_con{
  width:1200px;
  margin:0 auto;
  background:#f2f2f2;
}
.peix_con .peix_col1{
  background:#383838;
  width:1200px;
  height: 394px;
}
.peix_col1 .peix_c1p1{
  font-size:30px;
  color:#fee1ae;
  text-align:center;
  font-weight: bold;
  padding:30px 0 20px 0;
}
.peix_col1 .peix_c1p2{
  width:818px;
  line-height: 30px;
  font-size:14px;
  color:#fafafa;
  margin:0 auto;
  opacity: .5;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp:3;
  overflow: hidden; 
  text-align: center;
}
.peix_col2{
  width:1120px;
  background: #fff;
  padding:80px 40px;
  box-sizing: border-box;
  margin:-160px auto 0 auto;
  border-radius: 10px;
}
.peix_col2 h1{
  font-size:22px;
  color:#1a1a1a;
  font-weight: bold;
  margin:20px 0 20px 0;
}
.peix_col2 p{
  font-size:14px;
  color:#383838;
  line-height: 28px;
  margin:0 0 20px 0;
}
.peix_col3 .pxcl3_h1{
  font-size:22px;
  color:#1a1a1a;
  font-weight: bold;
  margin: 60px auto 50px auto;
  width: 1020px;
}
.peix_col3{
  width:1200px;
  margin:0 auto;
  overflow:hidden;
  padding:0 0 60px 0;
  position: relative;
}
.peix_col3 .pxc3_ul{
  width:1020px;
  margin:0 auto;
  overflow:hidden;
}
.peix_col3 ul li{
  width:320px;
  height: 208px;
  margin:0 30px 0 0;
}
.peix_col3 ul li .pxc3_img{
  width:320px;
  height: 208px;
}
.peix_col3 ul li .pxc3_img img{
  width:100%;
  height: 100%;
}
.peix_col3 .swiper_btn{
  position: absolute;
  top:240px;
  width:54px;
  height: 54px;
}
.peix_col3 .swiper-button-prev{
  left:20px;
  background: url(../image/jras_14.png) center no-repeat;
}
.peix_col3 .swiper-button-next{
  right: 20px;
  background: url(../image/jras_15.png) center no-repeat;
}
.peix_col3 .swiper-button-next:after,.peix_col3 .swiper-button-prev:after{
  content:none;
}
/*---------------------------------加入奥商-升职空间页面-----------------------------------------*/
.szkj_box{
  width:100%;
  background:#f5f5f5;
  display: inline-block;
}
.szkj_con{
  width:1200px;
  margin:60px auto 60px auto;
  background: #fff;
  padding:60px 50px;
  box-sizing: border-box;
}
.szkj_con .szkj_p1 p{
  font-size:14px;
  color:#4c4c4c;
  line-height: 28px;
}
.szkj_tit{
  padding:50px 0;
  overflow:hidden;
}
.szkj_tit .szkj_tp1{
  font-size:22px;
  color:#c51114;
  float: left;
}
.szkj_tit .szkj_tp2{
  margin:0 0 0 20px;
  font-size:16px;
  color:#000000;
  float: left;
  line-height: 31px;
}
.szkj_tit .szkj_tp3{
  display: inline-block;
  float: left;
  line-height: 31px;
}
.szkj_tit .szkj_tp3 .szkj_s1{
  width:9px;
  height:9px;
  background:#c51114;
  border-radius: 50%;
  display: inline-block;
  margin: 12px 10px 0 20px;
}
.szkj_tit .szkj_tp3 .szkj_s2{
  display: inline-block;
  border-bottom:1px dashed #e5e5e5;
  width:780px;
}
.szkj_img1{
  padding:50px 0;
  overflow:hidden;
}
.szkj_img1 img{
  width:467px;
  height:365px;
  margin:0 20px 0 0;
  float: left;
}
.szkj_p2{
  margin:0 0 50px 0;
}
.szkj_p2 p{
  font-size:16px;
  color:#333333;
  line-height:28px;
  margin:0 0 20px 0;
}
.szkj_img2{
  overflow:hidden;
}
.szkj_img2 img{
  float: left;
  width:549px;
  height:448px;
}
/*------------------------------------加入奥商-用人理念页面--------------------------------------*/
.yrln_box{
  width:100%;
  background: #fafafa;
  display: inline-block;
}
.yrln_con{
  width:1200px;
  margin:60px auto 60px auto;
}
.yrln_c1{
  overflow:hidden;
  background: #fff;
  height: 441px;
  margin:0 0 60px 0;
}
.yrln_c1 .yrln_wz1{
  float: left;
  width:775px;
  padding:84px 0 0 50px;
  box-sizing: border-box;
}
.yrln_c1 .yrln_wz1 .yrln_p1{
  font-size:42px;
  color:#4c4c4c;
  font-weight: bold;
  margin:0 0 60px 0;
}
.yrln_c1 .yrln_wz1 .yrln_p2{
  font-size:14px;
  color:#4c4c4c;
  line-height: 30px;
}
.yrln_img1{
  width:425px;
  height: 442px;
  float: left;
}
.yrln_img1 img{
  width:100%;
  height: 100%;
}
.yrln_c2{
  overflow:hidden;
  background: #fff;
  height: 491px;
  margin:0 0 60px 0;
}
.yrln_c2 .yrln_img2{
  width:425px;
  height:442px;
  float: left;
  margin:20px 0 0 60px;
}
.yrln_c2 .yrln_img2 img{
  width:100%;
  height: 100%;
}
.yrln_c2 .yrln_wz2{
  float: left;
  margin:140px 0 0 150px;
}
.yrln_c2 .yrln_wz2 .yrln_p3{
  font-size:42px;
  color:#4c4c4c;
  font-weight: bold;
  margin:0 0 60px 0;
}
.yrln_c2 .yrln_wz2 .yrln_p4{
  font-size:14px;
  color:#4c4c4c;
  line-height: 30px;
}
/*--------------------------------------加入奥商-招聘信息页面--------------------------------*/
.zpxx_box{
  width:100%;
}
.zpxx_box .zpxx_con{
  width:1200px;
  margin:60px auto 0 auto;
  overflow:hidden;  
}
.zpxx_con .zpxx_left{
  float:left;
  width:163px;    
  overflow:hidden;   
  background: #fff;                  
}
.zpxx_con .zpxx_left ul{
  border:1px solid #e5e5e5;
  border-radius: 3px;
  margin:0 0 60px 0;
  height: auto;
}
.zpxx_con .zpxx_left ul li{
  height:56px;
  display: block;
  line-height: 56px;
  padding:0;
  text-align:center;
  font-size:16px;
  color:#4c4c4c;
  box-sizing: border-box;
  width:163px;
}

.zpxx_con .zpxx_left .layui-tab-title .layui-this:after{
  height:56px;
  border-width: 0;
  border-radius: 0;
}
.zpxx_con .layui-tab-content{
  float: right;
  padding: 0;
}
.zpxx_con .zpxx_left ul li.layui-this{
  background: #c51114;
  color:#fff;
  border-radius:3px 3px 0 0;
}
.zpxx_rig{
  width:1009px;
  margin:0 0 0 27px;
  float: left;
}
.zpxx_rig ul li{
  margin:0 0 20px 0;
  cursor: pointer;
}
.zpxx_rig ul li .r_zpxs{
  background: #fcfafa;
  height:78px;
  overflow:hidden;
  padding:0 50px;
  line-height: 78px;
}
.r_zpxs{
  overflow:hidden;
}
.r_zpxs .r_zpp1{
  float:left;
  font-size:14px;
  color:#c51114;
}
.r_zpxs .r_zpp1 span{
  display:inline-block;
  width:18px;
  height:18px;
  margin:0 16px 0 0;
  background: url(../image/zpxx_1.png) center no-repeat;
  vertical-align: middle;
}
.r_zpxs .r_zpp2{
  font-size:14px;
  color:#c51114;
  margin:0 0 0 40px;
  float:left;
}
.r_zpxs .r_zpp3{
  float:right;
  font-size:14px;
  color:#c51114;
}
.r_zpxs .r_zpp3 span{
  width:14px;
  height:20px;
  display: inline-block;
  background: url(../image/zpxx_2.png) center no-repeat;
  vertical-align: middle;
  margin:0 0 0 20px;
}
.r_zpyc{
  padding:30px 50px 20px 50px;
  background: #fcfafa;
  border-top:1px solid #e5e5e5;
  position: relative;
}
.r_zpyc .r_ycp1{
  font-size:14px;
  color:#4c4c4c;
  font-weight: bold;
}
.r_zpyc .r_ycp1 span{
  display: inline-block;
  width:8px;
  height:12px;
  background:url(../image/zpxx_3.png) center no-repeat;
  margin:0 10px 0 0;
}
.r_zpyc .r_ycp2 p{
  font-size:14px;
  color:#666666;
  margin:10px 0 26px 0;
  line-height: 28px;
}
.r_zpyc .r_code{
  width:140px;
  height:120px;
  position: absolute;
  right:50px;
  bottom:50px;
  text-align: center;
}
.r_zpyc .r_code .r_code_img{
  width:82px;
  height:82px;
  margin:0 auto;
}
.r_zpyc .r_code .r_code_img img{
  width:100%;
  height: 100%;
  border:1px solid #e5e5e5;
}
.r_zpyc .r_code .r_code_wz{
  font-size:14px;
  color:#666666;
  margin:8px 0 0 0;
}
/*--------------------------------------------联系我们-------------------------------------*/
.page_ban7{
  background:url(../image/cont_ban.jpg) center center no-repeat;
  background-size:cover;
}
.cont_box{
  width:100%;
}
.cont_con{
  width:1200px;
  margin:0 auto;
  padding:60px 0;
}
.cont_com1 ul{
  display: table;
}
.cont_com1 ul li{
  width:400px;
  float:left;
  text-align: center;
  padding:0 50px;
  box-sizing: border-box;
}
.cont_com1 ul li .cont_img{
  width:120px;
  height:120px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 1rem 0 rgba(0,0,0,.1);
  margin:0 auto;
}
.cont_com1 ul li .cont_img img{
  width:100%;
  height: 100%;
}
.cont_com1 ul li .cont_p1{
  font-size:18px;
  color:#999999;
  margin:30px 0 20px 0;
}
.cont_com1 ul li .cont_p2{
  font-size:18px;
  color:#666666;
  margin:0 0 10px 0;
}
.cont_com2 ul{
  margin:80px auto 80px auto;
}
.cont_code{
  border-radius: 10px;
  width:1200px;
  height: 215px;
  padding:50px 30px 0 30px;
  box-sizing: border-box;
  overflow:hidden;
  border:1px solid #e5e5e5;
}
.cont_code .ccode_icon{
  width:54px;
  height:54px;
  display: inline-block;
  margin:0 30px 0 0;
  float: left;
  background: url(../image/cont_6.png) center no-repeat;
}
.cont_code .ccode_wz{
  float: left;
  width:600px;
}
.cont_code .ccode_wz .ccode_p1{
  font-size:22px;
  color:#1a1a1a;
  margin:0 0 10px 0;
}
.cont_code .ccode_wz .ccode_p2{
  font-size:16px;
  color:#4c4c4c;
  line-height: 32px;
}
.cont_code .ccode_wz .ccode_p2 span{
  color:#3d64b9;
}
.cont_code .ccode_img{
  width:112px;
  height:120px; 
  float: right;
  text-align: center;
}
.cont_code .ccode_img span{
  display: inline-block;
  width:90px;
  height:90px;
  border:5px solid #f2f2f2;
  border-radius: 3px;
  background: url(../image/newxq_5.png) center no-repeat;
  background-size:cover;
}
.cont_code .ccode_img p{
  font-size:14px;
  color:#808080;
  margin:10px 0 0 0;
} 
.cont_map{
  width:1200px;
  height:392px;
  margin:60px 0 60px 0;
}






























