@charset "UTF-8";
body{background: url(../images/bg.jpg) 0 800px; }
.clearfix:after {    
content: ".";      
display: block;       
clear: both;          
visibility: hidden;   
line-height: 0;      
height: 0;          
font-size:0;         
}
/*在类名为"clearfix"的元素内最后面加入内容；内容为"."就是一个英文的句号而已。也可以不写;加入的这个元素转换为块级元素;清除左右两边浮动;可见度设为隐藏。注意它和display:none;是有区别的。visibility:hidden; 仍然占据空间，只是看不到而已；高度为0；字体大小为0； */

.clearfix { *zoom:1;} 
.partner .bx-wrapper .bx-controls-direction a {
  margin-top: -26px; }

.bx-wrapper {
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.banner .bx-wrapper .bx-pager-item {
  margin-bottom: 10px;
  display: block; }

.banner .bx-wrapper .bx-pager.bx-default-pager a {
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: 0 0;
  color: #fff;
  font-size: 14px;
  line-height: 14px; }

.banner .bx-wrapper .bx-pager.bx-default-pager a.active, .banner .bx-wrapper .bx-pager.bx-default-pager a:focus, .banner .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: 0 0; }

.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
  border: none;
  text-indent: 0; }

.banner .bx-wrapper .bx-controls-direction a {
  background: 0 0;
  text-indent: 0;
  margin: 0 0 0 -15px;
  left: 50%; }

.banner .bx-wrapper .bx-controls-direction a.bx-prev {
  top: 0px; }

.banner .bx-wrapper .bx-controls-direction a.bx-next {
  top: 30px; }

.banner .bx-wrapper .bx-controls-direction a i {
  color: #efefef;
  font-size: 30px;
  opacity: .7; }

.banner .bx-wrapper .bx-controls-direction a i:hover {
  opacity: 1; }

.container {
  width: 100%;
  max-width: 1900px;
  margin: 0 auto; }

.m-auto {
  max-width: 1295px;
  width: 94%;
  margin-left: auto;
  margin-right: auto; }

.title-1 {
  text-align: center;
  margin-top: 30px; }

.title-1 h3 {
  font-size: 30px;
  color: #333333;
  letter-spacing: 4px;
  margin-bottom: 10px; }

.title-1 p {
  font-size: 12px;
  color: #888888;
  letter-spacing: 8px;
  text-transform: uppercase; }

.head {
  width: 100%;
  height: 168px;
  color: #fff;
  font-size: 16px;
  line-height: 159px;
  position: absolute;
  top:0;
  left: 0;
  background:url(../images/logo.png) center;
  background-size: cover;
  z-index: 100; }

.head .nav {
  text-align: center;
  margin: 0 auto;
  position: relative;
  width: 1200px; }

.head .nav > ul img {
  vertical-align: middle; }

.head .nav > ul > li {
  position: relative;
  display: inline-block;
  width: 120px;
  z-index: 2; 
  line-height: 37px;
  height: 50px;
  background: url(../images/navbj.png) no-repeat; background-size: 100%;}

.head .nav > ul > li.on, .head .nav li:hover {
  background: url(../images/navbj_hover.png) no-repeat; background-size: 100%;
  color: #d60d0d; }

/*.head .nav > ul > li.on::before {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: red;
  left: 50%;
  margin-left: -20px;
  bottom: 20px; }*/

.head .nav > ul > li.logo {
   width: 192px;
   position: absolute;
   top: 0;
   left: 50%;
   margin-left: -107px; background: none; }
.head .nav > ul > li.nav-likong{width: 200px; background: none;}
.head-job {
  overflow: hidden;
  height: 80px;
  background-color: #fff;
  font-size: 14px; }

.head-job .content {
  width: 1200px !important;
  margin: 0 auto !important; }

.head-job .nav {
  float: right;
  margin-top: 30px;
  text-align: center; }

.head-job .nav li {
  position: relative;
  float: left;
  width: 150px; }

.head-job .nav li.on {
  color: #df1316; }

.head-job .nav li + li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #eee;
  content: ''; }

.head-job .logo {
  float: left;
  margin-top: 16px; }

.index .banner .slide-box {
  position: relative; }

@-webkit-keyframes down {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0; }
  to {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 1; } }

@keyframes down {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0; }
  to {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 1; } }


.index .container {
  padding-top: 80px; }

.title-box {
  position: relative;
  height: 55px;
  line-height: 55px;
  font-size: 50px;
  color: #ae0413;
  margin-bottom: 64px;
   }

.title-box span {
  display: block;
  position: absolute;
  width: 15.789%;
  height: 1px;
  top: 27px; }

.title-box span::before {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  background-color: #ae0413;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.title-box em{position: relative;z-index: 100;color: #cca10a;}
.title-box i {
  display: block;
  font-size: 56px;
  color: #5a241c;
  letter-spacing: 2px;
  position: absolute;
  bottom: 62px;
  z-index: 0; }

.title-box.title-left span {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#ae0413));
  background: -webkit-linear-gradient(left, #fff, #ae0413);
  background: -o-linear-gradient(left, #fff, #ae0413);
  background: linear-gradient(to right, #fff, #ae0413);
  left: 20px; }

.title-box.title-right span {
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(#ae0413));
  background: -webkit-linear-gradient(right, #fff, #ae0413);
  background: -o-linear-gradient(right, #fff, #ae0413);
  background: linear-gradient(to left, #fff, #ae0413);
  right: 20px; }

.title-box.title-left span::before {
  right: -10px; }

.title-box.title-right span::before {
  left: -10px; }

.title-box.title-left i {
  left: 19.368%; }

.title-box.title-right i {
  right: 19.368%; }

.title-box.title-left {
  padding-left: 19.368%; }

.title-box.title-right {
  padding-right: 19.368%;
  text-align: right; }

.index .txt {
  font-size: 16px;
  color: #eaeaea;
  line-height: 2;
  letter-spacing: 2px; }

.index .txt-1 {
  
  width: 1200px;
  margin: 0 auto; 
  float:left;
}

.index .txt-1 p {
  min-height: 78px;
  letter-spacing: 2px;
  font-weight: bold;
 }

.index .txt-1 a {
  display: inline-block;
  padding: 4px 70px;
  color: #fff;
  font-size: 16px;
  background:#ccc;
  background:url(../images/more.png); }

.index .txt-1 a i {
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  display: inline-block; }

.index .txt-1 a:hover i {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px); }



a.more {
  display: inline-block;
  padding: 8px 75px;
  margin-top: 44px;
  color: #fff;
  font-size: 16px;
  background:#ccc;
  background:url(../images/more.png) center no-repeat; }

a.more i {
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  display: inline-block; }

a.more:hover i {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px); }


/* 控制按钮的样式 */
.control-box {
  background-color: red;
  width: 200px;
  height: 80px;
  border-radius: 4px; }

.control-box div {
  background: 0 0;
  text-indent: 0;
  top: 0;
  position: absolute;
  width: 50%;
  text-align: center;
  height: 100%;
  line-height: 80px; }

.control-box div.wine-prev {
  left: 0; }

.control-box div.wine-next {
  right: 0; }

.control-box div i {
  color: rgba(255, 255, 255, 0.7);
  font-size: 36px; }

.control-box div:hover i {
  color: #fff; }

.partner-box {
  height: 520px;
  background: url("../imgs/partner-bg.png") left center no-repeat;
  margin-top: 60px; }

.partner-box .box {
  width: 89.473%;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 100%; }

.partner-box .right-pic {
  width: 40%;
  right: 0;
  height: 79%;
  background: url("../imgs/partner-bg-s.jpg") center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0; }

.partner-slide-box {
  max-width: 1295px;width: 94%;
  height: 150px;
  background-color: #fff;
  background-color: rgba(255,255,255,0.8);
  position: relative;
  margin: 0 auto;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
  border-radius: 5px; }

.partner-slide-box .left-div {
  width: 870px;
  height: 100%; }

.partner-slide-box .control-box {
  float: right;
  position: relative;
  margin: 20px 40px 0 0; }

.partner-slide-box .bx-wrapper {
  padding: 0 20px; }

.partner-slide-box li {
  height: 120px;
  display: table;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }

.partner-slide-box li:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px); }

.partner-slide-box li a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%; }

.partner-slide-box li img {
  display: inline-block;
  vertical-align: middle;
  text-align: center; }

.index .pic-box-1 {
  margin-top: 30px;
   }

.index .pic-box-1 div {
  width: 100%;
  height: 280px;
  background: url("../imgs/index-pic-1.jpg") center center no-repeat; padding-left: 46%; }
.index .pic-box-1 div .cptitimg{width: 749px; margin-top: 10px;}
.index .txt-2 {
  width: 553px;
  text-align: right;
  margin-left: 310px; }

.wine-slide-box {
  margin: 146px auto 100px;
  height: auto;
  width: 1300px;
  position: relative; }

.wine-slide-box .slide-left {
  width: 400px;
  margin-top: -70px;
  padding-top: 70px;
  position: relative;
  z-index: 1; }

.wine-slide-box .slide-left .top {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -40px;
  left: 50%;
  margin-left: -40px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 0 0 30px #eee;
  box-shadow: 0 0 30px #eee; }

.wine-slide-box .slide-left .top2 {
  width: 60px;
  height: 60px;
  background-color: #b00411;
  position: absolute;
  z-index: 3;
  left: 50%;
  margin-left: -30px;
  top: -30px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  text-align: center; }

.wine-slide-box .slide-left .top3 {
  text-align: center;
  position: absolute;
  z-index: 4;
  height: 60px;
  width: 100%;
  left: 0;
  top: -34px; }

.wine-slide-box .slide-left .top3 i {
  color: #fff;
  font-size: 60px;
  display: inline-block; }

.wine-slide-box .slide-left .top3::before {
  display: block;
  content: '';
  width: 1px;
  height: 93px;
  bottom: 60px;
  background: -webkit-gradient(linear, left bottom, left top, from(red), to(#fff));
  background: -webkit-linear-gradient(bottom, red, #fff);
  background: -o-linear-gradient(bottom, red, #fff);
  background: linear-gradient(to top, red, #fff);
  position: absolute;
  left: 50%; }

.wine-slide-box .slide-left::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0; }

.wine-slide-box .slide-right {
  margin-left: 400px;
  height: 100%;
  position: relative;
  z-index: 2; }

.wine-slide-box .slide-right li {
  height: 520px;
  background: url("../imgs/slide-right-1.jpg") center center no-repeat;
  background-size: cover; }

.wine-slide-box .control-box {
  position: absolute;
  left: 300px;
  bottom: 50px;
  z-index: 99; }

.bottle-box {
  height: auto;
  width: 100%;
 }

.bottle-box li {
  text-align: center; 
    width: 310px;
    height: 406px;
    margin:0 7px;
    margin-bottom: 60px;
    background: url(../images/probg.png) ;
    float: left;
    position: relative;
    z-index: 1;
    border: 14px solid #b4b4b4;
    border-radius: 5px;
}
.bottle-box li:hover{ border-color:#c00d22;}
.proimg{width: 34%; position: absolute; top:-50px; left: 50%;margin-left: -56px;;}
/*.bottle-box li:nth-child(4n){ margin-right: 0;}*/
.bottle-box li .pic {
  height: 320px; }

.bottle-box li .pic img {
  width:100%;
  height: 316px;
  display: block;
  margin: 0 auto; }

.bottle-box li p {
  height: 50px;
  line-height: 50px;
  font-size: 16px; }

.go-top {
  text-align: center;
  width: 990px;
  color: #555555;
  font-size: 16px;
  position: relative;
  margin: 0 auto 30px;
  cursor: pointer;
  height: 24px;
  line-height: 24px; }

.go-top span {
  display: block;
  width: 42%;
  height: 1px;
  position: absolute;
  top: 11px; }

.go-top span::before {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  background-color: red;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.go-top span.l {
  background: -webkit-gradient(linear, right top, left top, from(red), to(#fff));
  background: -webkit-linear-gradient(right, red, #fff);
  background: -o-linear-gradient(right, red, #fff);
  background: linear-gradient(to left, red, #fff);
  left: 0; }

.go-top span.r {
  background: -webkit-gradient(linear, left top, right top, from(red), to(#fff));
  background: -webkit-linear-gradient(left, red, #fff);
  background: -o-linear-gradient(left, red, #fff);
  background: linear-gradient(to right, red, #fff);
  right: 0; }

.go-top span.l::before {
  right: -10px; }

.go-top span.r::before {
  left: -10px; }

.footer {
  height: 230px;
  background-color: #f9f9f9;
  padding-top: 22px;
  color: #555555;
  }

.footer .pc-right ul {
  width: 500px;
  margin-bottom: 10px; }

.footer .pc-right li {
  float: left;
  width: 80px;
  margin-bottom: 10px;
  text-align: center; }
.footer .pc-right li a{color: #fff; font-size: 14px; display: block; margin-bottom: 10px;}
.footer .pc-right li a:hover{ color:#e9c734;}
.footer .pc-right p {
  text-align: right; }

.footer .pc-left p {
  float: left; }

.footer .pc-left img {
  width: 150px; }

.footer .share {
  margin-top: 13px;
  float: left;
  margin-left: 20px; }

.footer .share li {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #555;
  float: left;
  border-radius: 50%;
  position: relative; }

.footer .share li + li {
  margin-left: 18px; }

.footer .share li img {
  display: block;
  opacity: 0;
  width: 140px;
  height: 140px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 40px; }

.footer .share li:hover img {
  opacity: 1; }

.page .banner {
  height: 400px;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden; }

.page .banner .pic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 150px;
  background: url(../imgs/aboutUs_banner.jpg) no-repeat top center;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out; }

.page .banner .pic.init {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.page .banner .line {
  display: inline-block;
  margin-bottom: 20px;
  width: 5pc;
  height: 2px;
  background-color: #fff; }

.page .banner p {
  margin-bottom: 20px;
  letter-spacing: 2px;
  font-size: 16px; }

.page .banner h3 {
  font-size: 48px; }

.partner.page .banner {
  height: 450px; }

/* 关于我们 */
.about .content {
  width: 83%;
  margin: 0 auto; }

.about .content .row {
  margin: 140px 0; }

.about .content .row-1 {
  height: 600px; }

.about .content .col {
  height: 100%; }

.about .content .row-1 .layout-left {
  margin-right: 40%; }

.about .content .text-box .vertical-div {
  width: 70%; }

.about .content .text-box h3 {
  margin-bottom: 10px;
  color: #152d5e;
  font-weight: 400;
  font-size: 30px; }

.about .content .text-box p.info {
  margin-bottom: 20px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px; }

.about .content .text-box .line {
  display: block;
  margin-bottom: 36px;
  width: 26px;
  height: 2px;
  background-color: #e21f27; }

.about .content .text-box .text {
  color: #292929;
  font-size: 14px;
  line-height: 2; }

.about .content .row-1 .layout-right {
  width: 40%; }

.about .overflow_h {
  -webkit-box-shadow: 0 0 50px rgba(26, 26, 26, 0.2);
  box-shadow: 0 0 50px rgba(26, 26, 26, 0.2); }

.about .content .img {
  height: 100%;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-transform: scale(1); }

.about .content .img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -ms-transform: scale(1.2); }

.about .row-3, .about .row-4, .about .row-5 {
  height: 525px; }

.about .row-3 .layout-left {
  width: 36.1538%; }

.about .row-3 .layout-right {
  margin-left: 36.1539%; }

.about .row-3 .layout-right .vertical-div {
  width: 90%; }

.about .row-3 .layout-right li {
  position: relative;
  margin-bottom: 20px;
  min-height: 50px;
  padding-left: 50px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: 300;
  font-size: 14px;
  line-height: 50px; }

.about .row-3 .layout-right li.on {
  background-color: #fff;
  -webkit-box-shadow: 10px 0 50px rgba(26, 26, 26, 0.1);
  box-shadow: 10px 0 50px rgba(26, 26, 26, 0.1); }

.about .row-3 .layout-right li:before {
  position: absolute;
  top: 0;
  left: -94px;
  display: block;
  width: 94px;
  height: 100%;
  background-color: #e21f27;
  content: '';
  opacity: 0; }

.about .row-3 .layout-right li.on:before {
  opacity: 1; }

.about .content .row-4 .layout-left {
  width: 36%; }

.about .content .row-4 .layout-right {
  margin-left: 40%; }

.about .content .row-5 .layout-left {
  margin-right: 40%; }

.about .content .row-5 .layout-right {
  width: 36%; }

.about .wish {
  height: 771pt;
  background: url(../imgs/about_bg.jpg) no-repeat top center;
  background-size: cover; }

.wish-box {
  position: relative;
  height: 908px; }

.wish-box .center {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-top: -150px;
  margin-left: -150px;
  width: 300px;
  height: 300px;
  outline: 1px solid rgba(21, 88, 179, 0.3);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg); }

.wish-box .center .border {
  position: absolute;
  top: 35px;
  left: 35px;
  width: 230px;
  height: 230px;
  border: 10px solid #143064; }

.wish-box .center img {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  -ms-transform: rotate(-45deg); }

.wish-box .center-box {
  position: absolute;
  top: 0;
  left: 50%;
  width: 430px;
  height: 100%;
  -webkit-transform: translateX(-215px);
  transform: translateX(-215px);
  -ms-transform: translateX(-215px); }

.wish-box .line-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.wish-box .line-box .line {
  position: absolute;
  display: block;
  width: 300px;
  height: 1px;
  background-color: #1558b3;
  opacity: .3; }

.wish-box .line-box .line:nth-child(1) {
  top: 50%;
  left: 50%;
  margin-top: 0;
  margin-left: -500px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -ms-transform: rotate(0); }

.wish-box .line-box .line:nth-child(2) {
  top: 50%;
  right: 50%;
  margin-top: -348px;
  margin-right: -159px; }

.wish-box .line-box .line:nth-child(2), .wish-box .line-box .line:nth-child(3) {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg); }

.wish-box .line-box .line:nth-child(3) {
  bottom: 0;
  left: 50%;
  margin-bottom: -199px;
  margin-left: -161px; }

.wish-box .line-box .line:nth-child(4) {
  right: 0;
  bottom: 0;
  margin-right: -354px;
  margin-bottom: 154px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -ms-transform: rotate(0); }

.wish-box .text-box {
  position: absolute;
  width: 340px;
  text-align: center; }

.wish-box .text-box .icon-box {
  position: relative;
  margin: 0 auto 30px;
  width: 74px;
  height: 74px; }

.wish-box .text-box .icon-box .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  background-color: #152d5e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg); }

.wish-box .text-box .icon-box .icon {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 74px; }

.wish-box .text-box .icon-box .icon i {
  color: #fff;
  font-size: 2pc; }

.wish-box .center-box .text-box h4 {
  margin-bottom: 20px;
  color: #152d5e;
  font-weight: 300;
  font-size: 24px; }

.wish-box .center-box .text-box p {
  color: #152d5e;
  font-weight: 300;
  font-size: 20px; }

.wish-box .text-box-1 {
  top: 228px;
  left: -380px; }

.wish-box .text-box-2 {
  top: 228px;
  right: -380px; }

.wish-box .text-box-3 {
  bottom: 70px;
  left: 50%;
  margin-left: -170px; }

/* 新闻 */
.news-list .content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px; }

.news-list .list li {
  height: 220px;
  padding: 37px 50px;
  color: #333333; }

.news-list .list li:hover {
  background-color: #fff; }

.news-list .list li a {
  display: block;
  width: 100%;
  height: 100%; }

.news-list .list li .pc-left {
  width: 360px;
  height: 145px; }

.news-list .list li .pc-left img {
  width: 360px;
  height: 145px; }

.news-list .list li .pc-right {
  width: 700px;
  padding-top: 10px; }

.news-list .list li .line {
  display: block;
  width: 50px;
  height: 1px;
  background-color: #e21f27; }

.news-list .list li h3 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px; }

.news-list .list li .info {
  font-size: 14px;
  line-height: 2;
  margin-top: 20px;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.page-box {
  text-align: center;
  height: 60px;
  line-height: 60px;
  margin: 60px 0 30px; }

.page-box .btn {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-color: #888888;
  cursor: pointer; }

.page-box .btn i {
  font-size: 14px; }

.page-box .btn:hover {
  background-color: #e21f27; }

.page-box ul {
  display: inline-block;
  padding: 0 30px; }

.page-box ul li {
  display: inline-block;
  width: 30px;
  font-size: 14px;
  cursor: pointer; }

.page-box ul li.on {
  color: #e21f27; }

.news-details .content {
  padding-top: 100px; }

.news-details .side {
  width: 350px;
  float: right; }

.news-details .news-box {
  margin-right: 400px;
  color: #888888; }

.news-details h1 {
  color: #333333;
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center; }

.news-details .time {
  text-align: center;
  font-size: 12px;
  margin-bottom: 40px; }

.news-details .line {
  margin: 0 auto;
  width: 1px;
  height: 40px;
  background-color: #e21f27; }

.news-details .text {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 40px; }

.news-details .text p {
  margin-bottom: 30px; }

.news-details .text img {
  width: 100%;
  max-width: 100%; }

.news-details .side .box {
  padding: 30px 24px;
  background-color: #f5f8fa; }

.news-details .side h3 {
  text-align: right;
  color: #333333;
  margin-bottom: 30px; }

.news-details .side h3 div {
  text-align: left;
  float: left;
  font-size: 18px; }

.news-details .side h3 i {
  font-size: 20px; }

.news-details .side .news li {
  position: relative;
  padding-left: 20px;
  height: 40px;
  line-height: 40px; }

.news-details .side .news li::before {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #888888;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px; }

.news-details .side .news li a {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }

.news-details .side .news li a:hover {
  /*transform: scale(1.05);*/
  text-indent: 20px; }

.news-details .side .tj li {
  float: left;
  width: 90px;
  height: 150px;
  overflow: hidden; }

.news-details .side .tj li + li {
  margin-left: 15px; }

.control {
  border-top: 1px solid #ccc;
  padding-top: 28px;
  font-size: 14px;
  margin-bottom: 30px; }

.control .back {
  display: inline-block; }

.control div {
  cursor: pointer; }

.network .content {
  padding: 80px 0 80px;
  background: url("../imgs/network-bg.png") center bottom no-repeat; }

.map {
  margin-right: 350px;
  position: relative; }

.map svg {
  width: 850px;
  height: 714px; }

.map circle {
  fill: #fff;
  pointer-events: none;
  opacity: 0; }

.branch-area {
  width: 60px;
  height: 60px;
  background-color: white;
  border-radius: 100%;
  position: absolute;
  z-index: 10;
  margin: -30px 0 0 -30px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

.branch-area.on {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.branch-area:before {
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  top: -10px;
  left: -10px;
  z-index: -1; }

.branch-area .number {
  font-size: 22px;
  color: #e6130a; }

.branch-area .name {
  margin-top: 5px; }

#jianli {
  display: none; }


@-webkit-keyframes wine {
  from {
    height: 0; }
  to {
    height: 100%; } }

@keyframes wine {
  from {
    height: 0; }
  to {
    height: 100%; } }

.page.partner .banner .pic {
  padding-top: 80px; }

.page .banner .list {
  width: 1022px;
  margin: 270px auto 0;
  background: none;
  position: relative; }

.banner .item {
  float: left;
  width: 115px;
  text-align: center;
  color: #fff;
  position: relative;
  cursor: pointer; }


.partner-bottom {
  height: 644px; }

.partner-bottom .layout-left {
  height: 286px;
  color: #fff;
  background-color: #e21f27;
  width: 360px;
  float: left;
  padding: 90px 40px 0; }

.partner-bottom .layout-left h4 {
  font-size: 30px;
  letter-spacing: 2px; }

.partner-bottom .layout-left p {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase; }

.partner-bottom .layout-left a {
  text-align: right;
  display: block; }

.partner-bottom .layout-left a i {
  font-size: 30px;
  -webkit-transition: font-size .4s;
  -o-transition: font-size .4s;
  transition: font-size .4s; }

.partner-bottom .layout-left a:hover i {
  font-size: 36px; }

.partner-bottom .layout-right {
  padding-top: 64px;
  float: left;
  width: 840px; }

.partner-bottom .layout-right h2 {
  font-size: 48px;
  color: #152d5e;
  font-family: "Arial Black";
  padding-left: 76px; }

.partner-bottom .layout-right .line {
  width: 70px;
  height: 1px;
  background-color: #152d5e;
  margin-left: 76px; }

.partner-bottom .layout-right h3 {
  font-size: 22px;
  color: #292929;
  font-family: "ping fang";
  padding-left: 76px;
  margin: 30px 0; }

.partner-bottom .layout-right img {
  width: 840px;
  height: 410px; }

/*honor*/
.honor .list {
  padding-top: 50px; }

.honor .list li {
  width: 520px;
  margin-bottom: 40px; }

.honor .list li h2 {
  color: #e7e7e7;
  font-size: 48px;
  padding-left: 15px; }

.honor .list li h3 {
  color: #555555;
  font-size: 18px;
  padding-left: 15px;
  margin: 30px 0 20px;
  height: 54px; }

.honor .list li:nth-child(odd) {
  float: left; }

.honor .list li:nth-child(even) {
  float: right; }

.honor .list li div {
  width: 520px;
  height: 295px;
  overflow: hidden;
  border: 15px solid #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.03); }

.honor .list li div:hover {
  cursor: url(../imgs/honor/hover.png), -webkit-zoom-in;
  cursor: url(../imgs/honor/hover.png), -moz-zoom-in;
  cursor: url(../imgs/honor/hover.png), zoom-in; }

.honor .list li img {
  width: 490px;
  height: 265px; }

.partner-detail .top-box {
  height: 700px;
  background: url("../imgs/partner-detail/top-bg.jpg") center center no-repeat; }

.partner-detail .top-box .tt {
  width: 320px;
  height: 100px;
  background-color: #e21f27;
  color: #fff;
  margin-left: 280px;
  font-size: 16px;
  font-family: "ping fang";
  text-align: center;
  padding-top: 14px; }

.partner-detail .top-box .tt h3 {
  font-size: 30px; }

.partner-detail .top-box .tt p {
  text-transform: uppercase; }

.partner-detail .top-box .cc {
  height: 500px;
  position: relative; }

.partner-detail .top-box .cc > div {
  width: 50%;
  height: 100%; }

.partner-detail .top-box .cc .layout-left {
  float: left;
  padding-top: 100px; }

.partner-detail .top-box .cc .video {
  width: 600px;
  height: 400px; }
  .partner-detail .top-box .cc .video video {
    width: 600px;
    height: 400px; }

.partner-detail .top-box .cc .layout-right {
  padding: 90px 80px 0;
  font-size: 14px;
  line-height: 2;
  float: right;
  background-color: #f8f8f8; }

.partner-detail .top-box .cc > p {
  width: 128px;
  height: 128px;
  background: url(../imgs/logo-bg.png);
  position: absolute;
  bottom: -64px;
  left: 50%;
  margin-left: -64px;
  text-align: center;
  vertical-align: middle;
  line-height: 128px; }

.partner-detail .top-box .cc > p img {
  vertical-align: middle; }

.history-box {
  background-color: #f0f4f7;
  height: 950px;
  padding-top: 30px; }

.history-box .m-auto {
  margin-top: 170px; }

.history-box .text {
  width: 1000px;
  height: 560px;
  background: #fff url("../imgs/partner-detail/text-bg.jpg") left bottom no-repeat;
  position: relative; }

.history-box .text .pic {
  position: absolute;
  width: 450px;
  height: 100%;
  right: -200px;
  top: -140px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.history-box .text .logo {
  position: absolute;
  width: 90px;
  height: 90px;
  right: -45px;
  bottom: 95px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.history-box .text-box {
  width: 700px;
  padding: 80px 0 0 80px; }

.history-box .text-box h3 {
  font-size: 24px;
  color: #22273a;
  margin-bottom: 65px; }

.history-box .text-box p {
  font-size: 14px;
  color: #888888;
  line-height: 2;
  height: 336px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical; }

.maidian-box {
  height: 900px;
  padding-top: 30px;
  background: url("../imgs/partner-detail/maidian-bg.jpg") center center no-repeat;
  background-size: cover; }

.maidian-box .m-auto {
  margin-top: 30px; }

.maidian-box .maidian-top .pic {
  float: right;
  width: 370px;
  height: 246px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.maidian-box .text {
  width: 710px;
  height: 350px;
  background-color: #162544;
  color: #fff;
  margin-top: 30px;
  position: relative;
  padding: 60px 50px 0 60px; }

.maidian-box .text::before {
  content: '';
  display: block;
  position: absolute;
  width: 90px;
  height: 90px;
  background-color: #e21f27;
  top: -45px;
  left: -45px; }

.maidian-box .text::after {
  content: '';
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  background-color: #162544;
  top: 0;
  left: 0; }

.maidian-box .text li {
  line-height: 2;
  position: relative;
  font-size: 14px; }

.maidian-box .text li::before {
  content: '';
  display: block;
  position: absolute;
  background-color: #fff;
  width: 6px;
  height: 6px;
  left: -14px;
  top: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.xilie-box .m-auto {
  margin-top: 80px;
  height: 560px;
  margin-bottom: 100px; }

.xilie-box .bx-wrapper {
  background: none; }

.xilie-box .m-auto .layout-left {
  width: 950px;
  float: left;
  height: 100%;
  background: url("../imgs/partner-detail/xilie-bg.jpg") center bottom no-repeat;
  background-size: cover;
  position: relative; }

.xilie-box .m-auto .layout-left .page {
  position: absolute;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  bottom: 50px;
  right: 70px; }

.xilie-box .m-auto .layout-left .page div {
  width: 50%;
  height: 100%;
  float: left;
  color: #162544; }

.xilie-box .m-auto .layout-left .page div:hover {
  cursor: pointer;
  color: #35425d; }

.xilie-box .m-auto .layout-left li {
  padding-top: 70px;
  height: 840px;
  position: relative; }

.xilie-box .m-auto .layout-left li .price {
  width: 80px;
  height: 80px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #df1316;
  padding-top: 15px; }

.xilie-box .m-auto .layout-left li .price h5 {
  font-size: 14px;
  margin-bottom: 0px; }

.xilie-box .m-auto .layout-left li .pic-box {
  width: 300px;
  text-align: center;
  margin-left: 110px;
  float: left; }

.xilie-box .m-auto .layout-left li .pic-box h3 {
  font-size: 20px;
  color: #162544; }

.xilie-box .m-auto .layout-left li .pic-box img {
  width: 231px;
  height: 428px;
  margin: 0 auto;
  margin-top: -40px; }

.xilie-box .m-auto .layout-left li .text-box {
  float: left;
  width: 540px;
  height: 100%;
  padding: 0 30px 0 110px; }

.xilie-box .m-auto .layout-left li .text-box .list {
  position: relative; }

.xilie-box .m-auto .layout-left li .text-box .list::before {
  content: '';
  display: block;
  position: absolute;
  background-color: #12498c;
  width: 6px;
  height: 6px;
  left: -100px;
  top: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.xilie-box .m-auto .layout-left li .text-box .list::after {
  content: '';
  display: block;
  position: absolute;
  background-color: #12498c;
  width: 60px;
  height: 1px;
  left: -94px;
  top: 12px; }

.xilie-box .m-auto .layout-left li p {
  color: #888888;
  font-size: 12px;
  margin-bottom: 5px; }

.xilie-box .m-auto .layout-left li .tt {
  color: #12498c;
  font-size: 14px;
  padding-right: 10px; }

.xilie-box .m-auto .layout-left .li {
  width: 60px;
  height: 60px;
  overflow: hidden;
  float: left;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 30px; }

.xilie-box .m-auto .layout-left .li + .li {
  margin-left: 45px; }

.xilie-box .m-auto .layout-left .li div {
  width: 85px;
  height: 85px;
  margin: -12px 0 0 -12px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* 发展历程*/
body.history {
  background-color: #fff; }

.time-line {
  position: relative;
  margin-top: 40px; }

.time-line .overflow_h {
  width: 1000px;
  margin: 0 auto;
  height: 120px;
  position: relative; }

.time-line .overflow_h::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  bottom: 20px;
  left: 0; }

.time-line ul {
  position: relative;
  left: 0;
  top: 90px;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms; }

.time-line li {
  position: relative;
  float: left;
  width: 200px;
  height: 20px; }

.time-line li::before {
  display: block;
  content: '';
  height: 20px;
  top: 0;
  width: 1px;
  background-color: #ccc;
  left: 50%;
  position: absolute; }

.time-line li span {
  font-size: 18px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  text-align: center;
  top: -60px;
  cursor: pointer;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  color: #ccc;
  background-color: #fff; }

.time-line li.on span {
  color: red;
  font-weight: bold;
  font-size: 30px;
  top: -80px; }

.time-line li.on::before {
  background-color: red; }

.time-line .btn {
  width: 100px;
  text-align: center;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  z-index: 999; }

.time-line .btn i {
  font-size: 24px;
  color: #ccc; }

.time-line .btn.prev {
  left: 0; }

.time-line .btn.next {
  right: 0; }

.time-line .red-line {
  width: 1px;
  height: 760px;
  background-color: red;
  position: absolute;
  left: 50%;
  top: -21px; }

.time-line .icon-icon-down {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -61px;
  color: red;
  font-size: 40px; }

.tow-box {
  height: 500px;
  width: 900px;
  margin: 80px auto 80px;
  position: relative; }

.tow-box .layout-left {
  width: 450px;
  height: 400px;
  background-color: #f5f8fa;
  overflow: hidden;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
  padding: 40px;
  line-height: 2;
  font-size: 14px;
  position: relative;
  z-index: 2; }

.tow-box .layout-left h3 {
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 1; }

.tow-box .layout-right {
  width: 450px;
  height: 400px;
  left: 450px;
  top: 100px;
  position: absolute;
  overflow: hidden;
  z-index: 1; }

.tow-box li {
  width: 600px;
  height: 400px; }

.tow-box .layout-right li {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.tow-box .bx-wrapper {
  background: none; }

.job-box {
  width: 1000px;
  margin: 0 auto; }

.job-box table {
  width: 100%;
  text-align: center;
  border: 1px solid #eee;
  font-size: 14px; }

.job-box table tr {
  border-bottom: 1px solid #eee;
  height: 50px;
  line-height: 50px; }

.job-box table thead {
  background-color: #555555;
  color: #fff;
  font-size: 18px;
  font-weight: normal; }

.job-box table .btn {
  display: inline-block;
  background-color: red;
  color: #fff;
  cursor: pointer;
  text-align: center;
  width: 40px;
  height: 26px;
  line-height: 26px; }

.job-box .choose {
  padding: 60px 0; }

.job-box .select {
  cursor: pointer;
  font-size: 18px;
  width: 200px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #eee;
  float: left;
  margin-left: 40px;
  position: relative; }

.job-box .select dl {
  width: 100%; }

.job-box .select dt {
  position: relative;
  padding-left: 20px; }

.job-box .select dd {
  position: absolute;
  z-index: 99;
  top: 38px;
  left: -1px;
  width: inherit;
  color: #5c5c5c;
  background-color: white;
  display: none;
  height: 200px;
  overflow: hidden;
  overflow-y: auto;
  border: 1px solid #eee; }

.job-box .select dd li {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px dashed #eee; }

.job-box .select dt i {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center; }

.job-box .select dt.on i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.job-box .select input {
  width: 100%;
  height: 100%;
  border: none;
  display: block; }

.job-box .select.search {
  color: #fff;
  background-color: #e6130a;
  text-align: center; }

.cover {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  display: none; }

.alert-box {
  width: 800px;
  background-color: #fff;
  position: fixed;
  left: 50%;
  top: 20%;
  z-index: 9999;
  margin-left: -400px;
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  @media screen and (max-width: 1366px) {
    .alert-box {
      top: 6%; } }

.alert-box.on {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.alert-box h3 {
  width: 80%;
  margin: 0 auto;
  border-bottom: 1px solid #eee;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px; }

.alert-box .close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer; }

.alert-box .cc {
  width: 78%;
  margin: 20px auto 0;
  height: 400px;
  overflow-y: scroll; }

.alert-box h4 {
  font-size: 16px;
  margin-bottom: 20px; }

.alert-box .info {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 2; }

.alert-box .tel {
  margin-top: 20px;
  color: #e6130a;
  font-size: 17px; }

.alert-box .link {
  padding: 40px 20px 30px; }

.alert-box .link .btn {
  width: 100px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: block;
  float: left;
  margin-right: 20px;
  color: #fff;
  background-color: #0d458f; }

.alert-box .link label.btn {
  background-color: #e6130a; }

.ewm-div {
  position: fixed;
  bottom: 300px;
  right: 0; }

.ewm-div img {
  width: 179.2px;
  height: 205.8px; }

.job .banner .slide-box {
  position: relative; }

.job .banner .slide-box li {
  position: relative;
  overflow: hidden;
  height: 750px; }

.job .banner .slide-box li .img-div {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-size: auto 100% \9;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
  -ms-transform: scale(1.12); }

.job .banner .slide-box li.on .img-div {
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-transform: scale(1); }

.job .bx-wrapper .bx-pager {
  bottom: 20px;
  left: 50px; }

.job .select-div {
  width: 260px;
  height: 340px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 10%;
  top:0;
  bottom:0;
  margin:auto;
  color: #fff;
  padding: 30px 20px; }

.job .select-div h3 {
  font-size: 24px; }

.job .select {
  cursor: pointer;
  font-size: 14px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  margin-top: 20px; }

.job .select dt {
  position: relative;
  padding-left: 20px; }

.job .select dd {
  position: absolute;
  top: 38px;
  left: -1px;
  width: 220px;
  color: #5c5c5c;
  background-color: white;
  display: none;
  height: 200px;
  overflow: hidden;
  overflow-y: auto;
  border: 1px solid #eee;
  z-index: 9; }

.job .select dd li {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px dashed #eee; }

.job .select dt i {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center; }

.job .select dt.on i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.job .select input {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  background: none;
  color: #fff; }

.job .select input::-webkit-input-placeholder {
  color: #fff; }

.job .select.search {
  color: #fff;
  background-color: #e6130a;
  text-align: center; }

.job .go-search {
  text-align: center; }

.job .go-search:hover {
  border-radius: 8px; }

.fuli .content {
  width: 1000px;
  margin: 30px auto; }

.fuli .content .title-1 h3 {
  color: #152d5e; }

.fuli .fuli-list {
  margin-top: 40px; }

.fuli .fuli-list li {
  width: 25%;
  float: left;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #555555;
  margin-bottom: 30px; }

.fuli .fuli-list li div {
  width: 90%;
  height: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  cursor: pointer; }

.fuli .fuli-list li div:hover {
  background-color: #df1316;
  color: #fff; }

.fuli .fuli-list li div i {
  position: absolute;
  display: block;
  bottom: -10px;
  left: 27px;
  font-size: 50px;
  color: #f2f2f2; }

.fuli .fuli-list li div:hover i {
  color: #e54245; }

.zy-list {
  margin-top: 40px;
  margin-bottom: 40px; }

.zy-list li {
  width: 33.333%;
  float: left;
  height: 240px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }

.zy-list li .item {
  margin: 0 auto;
  width: 96%;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }

.zy-list li:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.zy-list li .pic {
  width: 100%;
  height: 200px;
  background: url("../imgs/job/peixun-1.jpg") center center no-repeat;
  background-size: cover; }

.zy-list li h3 {
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  font-size: 16px; }

.jili-list {
  margin-top: 40px;
  margin-bottom: 70px; }

.jili-list li {
  width: 50%;
  float: left;
  height: 300px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }

.jili-list li:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.jili-list li .item {
  width: 96%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }

.jili-list li .pic {
  width: 100%;
  height: 260px;
  background: url("../imgs/job/peixun-1.jpg") center center no-repeat;
  background-size: cover; }

.jili-list li h3 {
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  font-size: 16px; }

.side-box {
  position: fixed;
  top: 400px;
  width: 60px;
  height: 180px;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px #eee;
  box-shadow: 0 0 10px #eee;
  z-index: 9999999; }

.side-box > div i {
  font-size: 30px; }

.side-box > div {
  height: 60px;
  text-align: center;
  line-height: 59px;
  cursor: pointer;
  position: relative; }

.side-box > div + div {
  border-top: 1px dashed #eee; }

.side-box > div ul {
  position: absolute;
  right: 60px;
  background-color: #e21f27;
  width: 190px;
  top: 0;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  -o-transition: transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  min-height: 60px; }

.side-box > div ul li {
  width: 50%;
  float: left;
  color: #fff;
  height: 40px;
  line-height: 40px; }

.side-box > div ul li a {
  display: block;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.side-box > div.on ul {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.side-box > div.on {
  color: red; }

.side-box > div span {
  position: absolute;
  left: -4px;
  color: red;
  top: 5px;
  display: none; }

.side-box > div:hover span {
  display: block; }

.life-list {
  text-align: center;
  margin-top: 40px; }

.life-list h3 {
  color: #152d5e;
  font-size: 30px;
  margin-bottom: 15px; }

.life-list p {
  font-size: 16px;
  color: #888888; }

.life-list > div {
  margin: 20px 0 0; }

.posterTvGrid {
  position: relative;
  height: 310px; }

.posterTvGrid img {
  max-width: none;
  max-height: none;
  border: 0 none;
  background: #888; }

.posterTvGrid .contentHolder {
  position: relative;
  overflow: hidden; }

.posterTvGrid .contentHolderUnit {
  cursor: pointer;
  position: absolute;
  width: 640px;
  height: 270px; }

.posterTvGrid .contentHolderUnit a.elementLink {
  display: block;
  overflow: hidden;
  z-index: 3;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.posterTvGrid .contentHolderUnit img {
  width: 100%;
  height: 100%; }

.posterTvGrid .contentHolderUnit .elementOverlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0; }

.posterTvGrid .contentHolderUnit .leftShadow {
  position: absolute;
  top: 23px;
  left: -174px;
  width: 174px;
  height: 224px;
  background: url(../imgs/life/leftShadow.png) no-repeat; }

.posterTvGrid .contentHolderUnit .rightShadow {
  position: absolute;
  top: 23px;
  right: -174px;
  width: 174px;
  height: 224px;
  background: url(../imgs/life/rightShadow.png) no-repeat; }

.posterTvGrid .leftNav, .posterTvGrid .rightNav {
  cursor: pointer;
  z-index: 10;
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  margin-top: -43px; }

.posterTvGrid .leftNav {
  left: 7px;
  background: url("../imgs/life/1.png") no-repeat;
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/slide_prev_btn.png"); }

.posterTvGrid .rightNav {
  right: 7px;
  background: url("../imgs/life/2.png") no-repeat;
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/slide_next_btn.png"); }

.posterTvGrid .bottomNav {
  z-index: 140;
  position: absolute;
  width: 100%;
  height: 10px;
  margin-top: 270px;
  padding: 10px 0 0;
  text-align: center; }

.posterTvGrid .bottomNavButtonOFF {
  cursor: pointer;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  vertical-align: top;
  border-radius: 5px;
  background: #c3c3c3; }

.posterTvGrid .bottomNavButtonOFF:hover {
  background: #aaa; }

.posterTvGrid .bottomNavButtonON,
.posterTvGrid .bottomNavButtonON:hover {
  background: #69aaec; }

.sort-d {
  width: 800px;
  height: 80px;
  line-height: 80px;
  margin: -40px auto 30px;
  background-color: #fff;
  font-size: 24px;
  color: #152d5e;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }

.sort-d a.on {
  background-color: #f13f45;
  color: #fff; }

.sort-d a {
  display: block;
  float: left;
  width: 50%;
  height: 100%; }

.tt-div {
  height: 60px;
  width: 100%;
  margin-top: -60px;
  background-color: #fff;
  position: relative; }

.tt-div a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #f13f45;
  color: #fff;
  text-align: center;
  display: block; }

.tt-div a i {
  font-size: 22px; }

.recommend_detail h1 {
  font-size: 24px;
  text-align: center; }

.recommend_detail .info {
  font-size: 14px;
  line-height: 2;
  text-align: center;
  margin: 40px auto;
  width: 600px; }

.recommend_detail .info img {
  max-width: 100%;
  margin: 20px auto; }

.gotop {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 50px;
  font-size: 30px;
  cursor: pointer; }

.gotop:hover {
  color: #e21f27; }
  .head .nav li ul.childNav {
     display: none;
    position: absolute;
    padding: 20px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 120%;
    background-color: #d11f37;
    top: 46px;}
.head .nav li:hover .childNav{ display: block;}
  .head .nav li .childNav > i {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #d11f37 transparent;
    top: -15px;
    left: 25%; }
  .head .nav li .childNav > li {
    height: 40px;
    line-height: 40px; }
  .head .nav li .childNav > li > a {
    color: #ededed;
    color: rgba(255, 255, 255, 0.7);
    text-align: left;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    position: relative; }
  .head .nav li .childNav > li:hover > a {
    color: #d60d0d; } }
/* 针对PC端 */
@media screen and (min-width: 800px) {
  .banner .item:hover {
    color: #e21f27; }
  .partner-top-slide .less4 li {
    width: 180px !important;
    float: left; }
  .index .banner .slide-box .tip {
    position: absolute;
    width: 70px;
    left: 50%;
    margin-left: -35px;
    bottom: 70px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    font-size: 14px;
    letter-spacing: 2px; }
  .index .banner .slide-box .tip i {
    font-size: 30px;
    display: block;
    -webkit-animation: down 2s ease-in-out forwards infinite;
    animation: down 2s ease-in-out forwards infinite; }
  .side-box > div:hover ul {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .side-box > div:hover {
    color: red; }
  .xilie-box .m-auto .layout-right {
    width: 250px;
    float: right;
    background-color: #162544;
    color: #fff;
    height: 100%; }
  .xilie-box .m-auto .layout-right li {
    height: 80px;
    position: relative;
    padding-left: 70px;
    font-size: 18px;
    line-height: 80px;
    cursor: pointer; }
  .xilie-box .m-auto .layout-right li a {
    display: block;
    width: 100%;
    height: 100%; }
  .xilie-box .m-auto .layout-right li:hover,
  .xilie-box .m-auto .layout-right li.on {
    background: url("../imgs/partner-detail/li-bg.jpg") center center no-repeat;
    background-size: cover; }
  .xilie-box .m-auto .layout-right li::before {
    content: '';
    display: block;
    position: absolute;
    background-color: #fff;
    width: 6px;
    height: 6px;
    left: 34px;
    top: 50%;
    margin-top: -3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .head .nav li ul.childNav {
     display: none;
    position: absolute;
    padding: 20px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 120%;
    background-color: #d11f37;
    top: 46px;}
.head .nav li:hover .childNav{ display: block;}
  .head .nav li .childNav > i {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #d11f37 transparent;
    top: -15px;
    left: 25%; }
  .head .nav li .childNav > li {
    height: 40px;
    line-height: 40px; }
  .head .nav li .childNav > li > a {
    color: rgba(255, 255, 255, 0.7);
    text-align: left;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    position: relative; }
  .head .nav li .childNav > li:hover > a {
    color: #d60d0d; } }

/*移动端和PC端区分样式*/
@media screen and (max-width: 800px) {
  .only-pc {
    display: none; } }

@media screen and (min-width: 800px) {
  .only-phone {
    display: none; }
  .icon-menu1 {
    display: none; } }




/*# sourceMappingURL=../maps/style.css.map */
