@charset "UTF-8";
@keyframes menu-5 {
  0% {
    opacity: 0;
    transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    opacity: 1;
  }
  90% {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

html,
body {
  padding: 0;
  border: 0;
  margin: 0 auto;
  vertical-align: baseline;
  background: #fff;
  vertical-align: baseline;
  font-family: STHeitiSC-Light, STHeitiSC;
    max-width: 1920px;
    overflow-x: hidden;

}

body {
  font-size: 14px;
  color: #000;
  min-width: 1281px;
  background: #fff;
  position: relative;
}

img {
  border: none;
  max-width: 100%;
}

ul,
ol,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
p {
  margin: 0;
  padding: 0;
}

input,
textarea,
select {
  font-family: "微软雅黑";
  outline: none;
}

a {
  text-decoration: none;
  color: #666;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  color: #e96812;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.clear {
  clear: both;
}

.float_l {
  float: left;
}

.float_r {
  float: right;
}

/*flex布局居中*/

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
}

.flex-center1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: -webkit-flex-start;
  justify-content: flex-start;
  align-items: center;
}
.flex-start1{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: -webkit-flex-start;
  justify-content: flex-start;

}
.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: -webkit-flex-end;
  justify-content: flex-end;
  align-items: center;
}

.flex-space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.flex-space-between1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex-space-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content:space-around ;
  justify-content: space-around;
  align-items: center;
}
.ell3{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ell2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ell1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
/**header***/
.header {
  height: 70px;
  background: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header .naver {
  width: 1200px;
  margin: 0 auto;
}

.header .naver li {
  width: 14%;
  text-align: center;
  position: relative;
  height: 70px;
  line-height: 70px;
}
.line{
  line-height: 85px !important;
}
.header .naver li:hover a {
  color: #fff;
}
.header .naver li:hover a span {
  color: #b6c1d6;
}

.header .naver li:hover .xiala {
  display: block;
}

.header .naver li.act a {
  color: #E78720;
}

.header .naver li .xiala {
  position: absolute;
  top: 70px;
  left: 33px;
  width: 100px;
  z-index: 9999;
  display: none;
}

.header .naver li .xiala a {
  width: 100px;
  font-size: 16px;
  font-family: STHeitiSC-Light, STHeitiSC;
  font-weight: 300;
  color: #FFFFFF;
  height:40px;
  line-height: 40px;
  overflow: hidden;
  display: block;
  color: #fff;
  background:rgba(0, 0, 0, 0.5);
}

.header .naver li .xiala a:hover {
  background: #E78720;
}

.header .naver li a {
  display: block;
font-size: 16px;
font-family: STHeitiSC-Light, STHeitiSC;
font-weight: 300;
color: #FFFFFF;
}

.xiala a:nth-child(1) {
  -webkit-animation: menu-5 150ms forwards ease-in-out;
  -moz-animation: menu-5 150ms forwards ease-in-out;
  -ms-animation: menu-5 150ms forwards ease-in-out;
  -o-animation: menu-5 150ms forwards ease-in-out;
  animation: menu-5 150ms forwards ease-in-out;
}

.xiala a:nth-child(2) {
  -webkit-animation: menu-5 300ms forwards ease-in-out;
  -moz-animation: menu-5 300ms forwards ease-in-out;
  -ms-animation: menu-5 300ms forwards ease-in-out;
  -o-animation: menu-5 300ms forwards ease-in-out;
  animation: menu-5 300ms forwards ease-in-out;
}

.xiala a:nth-child(3) {
  -webkit-animation: menu-5 450ms forwards ease-in-out;
  -moz-animation: menu-5 450ms forwards ease-in-out;
  -ms-animation: menu-5 450ms forwards ease-in-out;
  -o-animation: menu-5 450ms forwards ease-in-out;
  animation: menu-5 450ms forwards ease-in-out;
}

.xiala a:nth-child(4) {
  -webkit-animation: menu-5 600ms forwards ease-in-out;
  -moz-animation: menu-5 600ms forwards ease-in-out;
  -ms-animation: menu-5 600ms forwards ease-in-out;
  -o-animation: menu-5 600ms forwards ease-in-out;
  animation: menu-5 600ms forwards ease-in-out;
}

.xiala a:nth-child(5) {
  -webkit-animation: menu-5 750ms forwards ease-in-out;
  -moz-animation: menu-5 750ms forwards ease-in-out;
  -ms-animation: menu-5 750ms forwards ease-in-out;
  -o-animation: menu-5 750ms forwards ease-in-out;
  animation: menu-5 750ms forwards ease-in-out;
}

.xiala a:nth-child(6) {
  -webkit-animation: menu-5 900ms forwards ease-in-out;
  -moz-animation: menu-5 900ms forwards ease-in-out;
  -ms-animation: menu-5 900ms forwards ease-in-out;
  -o-animation: menu-5 900ms forwards ease-in-out;
  animation: menu-5 900ms forwards ease-in-out;
}

.xiala a:nth-child(7) {
  -webkit-animation: menu-5 1050ms forwards ease-in-out;
  -moz-animation: menu-5 1050ms forwards ease-in-out;
  -ms-animation: menu-5 1050ms forwards ease-in-out;
  -o-animation: menu-5 1050ms forwards ease-in-out;
  animation: menu-5 1050ms forwards ease-in-out;
}

.xiala a:nth-child(8) {
  -webkit-animation: menu-5 1200ms forwards ease-in-out;
  -moz-animation: menu-5 1200ms forwards ease-in-out;
  -ms-animation: menu-5 1200ms forwards ease-in-out;
  -o-animation: menu-5 1200ms forwards ease-in-out;
  animation: menu-5 1200ms forwards ease-in-out;
}

.xiala a:nth-child(9) {
  -webkit-animation: menu-5 1350ms forwards ease-in-out;
  -moz-animation: menu-5 1350ms forwards ease-in-out;
  -ms-animation: menu-5 1350ms forwards ease-in-out;
  -o-animation: menu-5 1350ms forwards ease-in-out;
  animation: menu-5 1350ms forwards ease-in-out;
}

.xiala a:nth-child(10) {
  -webkit-animation: menu-5 1500ms forwards ease-in-out;
  -moz-animation: menu-5 1500ms forwards ease-in-out;
  -ms-animation: menu-5 1500ms forwards ease-in-out;
  -o-animation: menu-5 1500ms forwards ease-in-out;
  animation: menu-5 1500ms forwards ease-in-out;
}
.xiala a:nth-child(11) {
  -webkit-animation: menu-5 1650ms forwards ease-in-out;
  -moz-animation: menu-5 1650ms forwards ease-in-out;
  -ms-animation: menu-5 1650ms forwards ease-in-out;
  -o-animation: menu-5 1650ms forwards ease-in-out;
  animation: menu-5 1650ms forwards ease-in-out;
}
.xiala a:nth-child(12) {
  -webkit-animation: menu-5 1800ms forwards ease-in-out;
  -moz-animation: menu-5 1800ms forwards ease-in-out;
  -ms-animation: menu-5 1800ms forwards ease-in-out;
  -o-animation: menu-5 1800ms forwards ease-in-out;
  animation: menu-5 1800ms forwards ease-in-out;
}
.xiala a:nth-child(13) {
  -webkit-animation: menu-5 1950ms forwards ease-in-out;
  -moz-animation: menu-5 1950ms forwards ease-in-out;
  -ms-animation: menu-5 1950ms forwards ease-in-out;
  -o-animation: menu-5 1950ms forwards ease-in-out;
  animation: menu-5 1950ms forwards ease-in-out;
}
@keyframes menu-5 {
  0% {
    opacity: 0;
    transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    opacity: 1;
  }
  90% {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

.fanhui {
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
}

/**footer**/
.footer .fottop {
  padding: 64px 0 42px 0;
  background: #000000;
}
.footer .fottop .lists .box{
  padding: 0 140px;
  margin-top: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.footer .fottop .lists .box:nth-child(1){
  border-right: 1px solid #DDDDDD;
}
.footer .fottop .lists .box:nth-child(2){
  width: 428px;
  height: 74px;
  padding: 0 91px;
  border-right: 1px solid #DDDDDD;
}
.footer .fottop .box span{
  width: 243px;
font-size: 12px;
font-family: STHeitiSC-Light, STHeitiSC;
font-weight: 300;
color: #FFFFFF;
margin-bottom: 9px;

display: block;
}
.footer .fottop .box span:nth-child(2){
    margin-bottom: 0;
}
/* 
.footer .fottop .fotopbox {
  float: left;
  padding-left: 40px;
  min-width: 107px;
  position: relative;
}

.footer .fottop .fotopbox .line {
  width: 1px;
  height: 160px;
  position: absolute;
  right: 0;
  top: 0;
  background: #4d5665;
}

.footer .fottop .fotopbox h3 {
  margin-bottom: 14px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

.footer .fottop .fotopbox a {
  color: #fff;
  font-size: 14px;
  opacity: 0.6;
  display: block;
  margin-bottom: 8px;
}

.footer .fottop .fotopbox a:hover {
  opacity: 1;
}

.footer .fottop .fotopbox1 {
  float: left;
  padding-left: 40px;
  min-width: 107px;
  position: relative;
}

.footer .fottop .fotopbox1 h3 {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

.footer .fottop .fotopbox1 .phone {
  color: #fff;
  font-size: 26px;
}

.footer .fottop .fotopbox1 a.kf {
  display: block;
  width: 155px;
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
  margin: 10px 0;
  height: 33px;
  text-align: right;
  line-height: 33px;
  background: #1a3a75;
}

.footer .fottop .fotopbox1 a.kf img {
  float: left;
  margin-top: 7px;
}

.footer .fottop .fotopbox1 .enjoy {
  color: #fff;
  font-size: 14px;
}

.footer .fottop .fotopbox1 .enjoy a {
  display: inline-block;
  position: relative;
  top: 6px;
  margin-right: 4px;
}

.footer .fottop .fotopbox1 .enjoy a:hover {
  opacity: 0.7;
}

.footer .fottop .fotopbox2 {
  float: right;
  width: 300px;
}

.footer .fottop .fotopbox2 .box {
  display: inline-block;
  text-align: center;
  margin-left: 18px;
  color: #fff;
}

.footer .fottop .fotopbox2 .box img {
  display: block;
  margin: 0 auto;
  margin-bottom: 6px;
} */

.footer .fotbot {
  text-align: center;
  padding: 18px 0;
  background: #000000;
}

.footer .fotbot a {
  color: #fff;
  font-size: 14px;
}

.footer .fotbot a:hover {
  opacity: 0.7;
}

.footer .fotbot .js {
  float: right;
}

.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}



.banner .swiper-slide img {
  display: block;
  margin: 0 auto;
}

.banner .swiper-pagination {
  bottom: 34px;
  text-align: center;
  width: 100%;
  left: 36%;
}

.banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  background: none;
  margin: 0 10px;
  opacity: 1;
  border-radius: 50%;
  background-color:rgba(250, 250, 250,0.5);


}
.banner .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color:rgba(250, 250, 250);
}

.swiper-left-right{
  width: 90px;
  position: absolute;
  right: 152px;
  bottom: 70px;
}
.banner .swiper-button-prev {
  position: static;
  width: 34px;
  height: 34px;
  background-image: url(../images/left.png)  !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size:6px 13px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner .swiper-button-next {
  position: static;
  width: 34px;
  height: 34px;
  background-image: url(../images/right.png)!important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 6px 13px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tiyanswiper{
  position: relative;
}
.tiyanswiper .swiper-left-right{
  width: 370px;
}
.tiyanswiper .swiper-slide a{
  display: block;
  width: 100%;
  height: 100%;
}
.tiyanswiper .swiper-left-right .swiper-button-prev{
  position: static;
  width: 34px;
  height: 34px;
  background-image: url(../images/left.png)!important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 6px 13px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tiyanswiper .swiper-left-right .swiper-button-next{
  position: static;
  width: 34px;
  height: 34px;
  background-image: url(../images/right.png)!important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 6px 13px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tiyanswiper .swiper-left-right  .swiper-pagination{
  position: static;
  height: 34px;
} 
.tiyanswiper .swiper-left-right .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  margin: 0 5px;
}
.tiyanswiper .swiper-left-right{
  position: static;
  margin:  0 auto;
  margin-top: 50px;
}
.tiyanswiper .swiper-left-right .swiper-pagination-bullet-active{
  width: 34px;
  height: 16px;
  background: #FFFFFF;
  border-radius: 12px;
}
.audi{
  width: 876px;
  margin:73px auto 109px auto;
  height: 240px;
  position: relative;
}
.audi a img{
  margin-bottom: 15px;
}
.audi a{
  position: absolute;
  left: 0;
}
.audi a:nth-child(2){
  position: absolute;
  left: 212px;
}
.audi a:nth-child(3){
  position: absolute;
  left: 427px;
}
.audi a:nth-child(4){
  position: absolute;
  left: 645px;
}

.audi a{
  width: 238px;
  height: 238px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  margin-left: -28px;
  font-size: 16px;
  font-family: STHeitiSC-Light, STHeitiSC;
  font-weight: 300;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.audi a:hover{
  width: 455px;
  background: #E78720;
  color: #fff;
  height: 240px;
  border-radius: 189px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.audi a:nth-child(4):hover{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 385px;
}
.video{
  width: 100%;
  height: 400px;
}
.part1 {
  position: relative;
  background: url(../images/bg.jpg) no-repeat center center;
  background-size: 100% 100%;
  min-height: 1920px; 
  width: 100%;
}
.part1 .container {
  width: 1200px;
  position: relative;
  z-index: 99;
  margin:  0 auto;
}

.part1 .pa11con {
  position: relative;
  margin-top: 70px;
  flex-wrap: wrap;
}

.part1 .pa11con .pa1box2 {
  width: 380px;
  height: 300px;
  margin: 0 30px 50px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.part1 .pa11con .pa1box2:nth-child(3n){
  margin: 0 0 50px 0;
}

.part1 .pa11con .pa1box2:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.part1 .pa11con .pa1box2:hover .tit {
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.part1 .pa11con .pa1box2:hover .bgimg3{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.part1 .pa11con .pa1box2:hover .tit .ttc {
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.part1 .pa11con .pa1box2:hover  .info{
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
}
.part1 .pa11con .pa1box2:hover  .infos{
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  top: 45%;
  color: #fff;
}
.part1 .pa11con .pa1box2:hover .tit .ttc span {
  opacity: 1;
  color: #fff;
  font-size: 16px;
  color: #FFFFFF;
}

.part1 .pa11con .pa1box2 a {
  display: block;
  position: relative;
}

.part1 .pa11con .pa1box2 a .indeximg1 {
  display: block;
  width: 1200px;
  height: 300px;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.part1 .pa11con .pa1box2:hover  a .indeximg1{ 
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.part1 .pa11con .pa1box2 .tit {
  position: absolute;
  bottom:4px;
  width: 380px;
  text-align: center;
  color: #fff;
  height: 300px;
  font-size: 16px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.logolocation{
  margin: 0 auto;
}
.part1 .pa11con .pa1box2 .tit .ttc {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 18px 0 25px 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.part1 .pa11con .pa1box2 .tit span {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  width: 143px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  font-family: STHeitiSC-Light, STHeitiSC;
  font-weight: 300;
  color: #FFFFFF;
  opacity: 0.9;
  margin: 0 auto;
  margin-top: 15px;
}


.part1 .pa11con .pa1box1 {
  width: 570px;
  height: 300px;
  margin: 0 40px 40px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.part1 .pa11con .pa1box1:nth-child(even){
  margin: 0 0 40px 0;

}

/* 项目 */
.part4{
  margin-top: 72px;
}
.part4 .pa35con {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 103px;
}

.part4 .pa35con .pa36box {
  /* width: 580px; */
  width: calc(100%/2 - 20px);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.part4 .pa35con .pa36box:nth-child(2n){
  margin: 129px 0 0 40px;
}
.part4 .pa35con .pa36box:hover {
  /* background: #5373a6; */
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.part4 .pa35con .pa36box:hover .pa3b .date {
  color: #fff;
}

.part4 .pa35con .pa36box:hover .pa3b h3 {
  color: #fff;
}

.part4 .pa3con .pa36box:hover .pa3b .con {
  color: #fff;
}

.part4 .pa35con .pa36box:hover .pa3b .line1 {
  background: url(../images/icon6.png) no-repeat center center;
}

.part4 .pa35con .pa36box:hover .pa3b .line2 {
  width: 100%;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.part4 .pa35con .pa36box:hover .img img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.part4 .pa35con .pa36box a {
  display: block;
}

.part4 .pa35con .pa36box .img {
  width: 580px;
  height: 400px;
  overflow: hidden;
}

.part4 .pa35con .pa36box .img img {
  width: 580px;
  height: 400px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.part4 .pa35con .pa36box .pa3b {
  padding: 26px 0;
  position: relative;
  border-top: none;
}

.part4 .pa35con .pa36box .pa3b .date {
  color: #666666;
  font-size: 14px;
}

.part4 .pa35con .pa36box .pa3b h3 {
  width: 198px;
  font-size: 22px;
  font-family: STHeitiSC-Light, STHeitiSC;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 23px;
  
}

.height1{
padding-right: 10px;
}
.part4 .pa35con .pa36box .pa3b .con {
  color: #666666;
  font-size: 14px;
  line-height: 26px;
}

.part4 .pa35con .pa36box .pa3b .line1 {
  width: 28px;
  height: 12px;
  background: url(../images/icon5.png) no-repeat center center;
  background-size: 100% 100%;
}

.part4 .pa35con .pa36box .pa3b .line2 {
  position: absolute;
  bottom: -10;
  left: 0;
  width: 0;
  height: 4px;
  background: #E78720;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

/* 项目结束 */
/* 案例 */
.pc-slide {
	width: 1200px;
	height: 500px;
  padding: 100px 0;
  
}

.view .swiper-container {
	width: 1200px;
}
.view .swiper-slide a{
  display: block;
  text-align: center;
}
.view .swiper-slide a span{
  margin:  26px  auto 33px auto;
  font-size: 22px;
  font-family: STHeitiSC-Light, STHeitiSC;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 23px;
  text-align: center;
  display: block;
}
.top-swiper-left-right{
    position: absolute;
    bottom: -0;
    width: 250px;
    left: 475px;
    height: 34px;
  }
.view .arrow-left {
	background: url(../images/left.png) no-repeat left bottom;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -9px;
	width: 28px;
	height: 34px;
	z-index: 10;
}
.top-swiper-left-right .swiper-pagination-bullet{
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  margin: 0 5px;
}
.top-swiper-left-right .swiper-pagination{
  position: absolute;
  top: 26px;
  left: 30px;
}
.top-swiper-left-right .swiper-pagination-bullet-active{
  width: 34px;
height: 16px;
background: #FFFFFF;
border-radius: 12px;
}
.view .arrow-right {
	background: url(../images/right.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
	width: 28px;
	height: 34px;
	z-index: 10;
}

.preview {
	width: 1080px;
	margin: 181px auto 0 auto;
	position: relative;
}
.view{
  position: relative;
}
.preview .swiper-container {
	width: 100%;
	height: 160px;
}

.preview .swiper-slide {
  width: 200px;
	height: 160px;
  cursor:pointer;
  
}
.preview .swiper-slide a img{
  width: 100%;
  height: 100%;
}
.preview .slide6 {
	width: 200px;
}

.preview .arrow-left {
	background: url(../images/left.png) no-repeat left top;
	position: absolute;
	left: -30px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview .arrow-right {
	background: url(../images/right.png) no-repeat left bottom;
	position: absolute;
	right: -30px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview img {
	padding: 1px;
}

.preview .active-nav img {
	padding: 0;
	border: 1px solid #F00;
}
.swiper-slide{

}
/* 案例结束 */





.part1 .pa11con .pa1box1:hover {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.part1 .pa11con .pa1box1:hover .tit {
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.bgimg3{
  /*width: 570px;*/
  /*height: 300px;*/
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.part1 .pa11con .pa1box1:hover .bgimg3{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.part1 .pa11con .pa1box1:hover .tit .ttc {
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.part1 .pa11con .pa1box1:hover  .info{
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
}
.part1 .pa11con .pa1box1:hover  .infos{
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  top: 45%;
  color: #fff;
}
.part1 .pa11con .pa1box1:hover .tit .ttc span {
  opacity: 1;
  color: #fff;
  font-size: 16px;
  color: #FFFFFF;
}

.part1 .pa11con .pa1box1 a {
  display: block;
  position: relative;
}

.part1 .pa11con .pa1box1 a .indeximg1 {
  display: block;
  width: 1200px;
  height: 600px;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.part1 .pa11con .pa1box1:hover  a .indeximg1{ 
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.part1 .pa11con .pa1box1 .tit {
  position: absolute;
  bottom:4px;
  width: 570px;
  text-align: center;
  color: #fff;
  height: 300px;
  font-size: 16px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.logolocation{
  margin: 0 auto;
}
.part1 .pa11con .pa1box1 .tit .ttc {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 18px 0 25px 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.part1 .pa11con .pa1box1 .tit span {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  width: 143px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  font-family: STHeitiSC-Light, STHeitiSC;
  font-weight: 300;
  color: #FFFFFF;
  opacity: 0.9;
  margin: 0 auto;
  margin-top: 15px;
}








.part1 .pa1con .pa1box {
  width: 1200px;
  height: 600px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.part1 .pa1con .pa1box:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.part1 .pa1con .pa1box:hover .tit {
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.part1 .pa1con .pa1box:hover .tit .ttc {
  position: absolute;
  bottom: 20%;
  margin-bottom: -55px;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.part1 .pa1con .pa1box:hover  .info{
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
}
.part1 .pa1con .pa1box:hover  .infos{
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  top: 45%;
  color: #fff;
}
.part1 .pa1con .pa1box:hover .tit .ttc span {
  opacity: 1;
  background: #E78720;
  color: #fff;
  border: 1px solid #E78720;
}

.part1 .pa1con .pa1box a {
  display: block;
  position: relative;
}

.part1 .pa1con .pa1box a .indeximg1 {
  display: block;
  width: 1200px;
  height: 600px;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.part1 .pa1con .pa1box:hover  a .indeximg1{ 
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.part1 .pa1con .pa1box .tit {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  height: 600px;
  font-size: 16px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.logolocation{
  margin: 0 auto;
}
.part1 .pa1con .pa1box .tit .ttc {
  position: absolute;
  bottom: 42%;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 18px 0 25px 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.part1 .pa1con .pa1box .tit span {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  width: 143px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  font-family: STHeitiSC-Light, STHeitiSC;
  font-weight: 300;
  color: #FFFFFF;
  opacity: 0.9;
  margin: 0 auto;
  margin-top: 15px;
}
.part1 .info{
  position: absolute;
  right: 68px;
  bottom: 43px;
  z-index: 999;
  font-size: 16px;
  font-family: SourceHanSerifCN-Bold, SourceHanSerifCN;
  font-weight: bold;
  color: #E78720;
  line-height: 23px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.part1 .infos{
  position: absolute;
  width: 100%;
  text-align: center;
  top: -50%;
  z-index: 999;
  font-size: 16px;
  font-family: SourceHanSerifCN-Bold, SourceHanSerifCN;
  font-weight: bold;
  color: #E78720;
  line-height: 23px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.line2{
  display: block;
  margin: 15px auto 27px auto;
  width: 24px;
  height: 3px;
  background: #FFFFFF;
  border-radius: 2px;
}
.title{
  font-size: 28px;
  font-family: STHeitiSC-Light, STHeitiSC;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 29px;
  padding: 108px 0 104px 0;
}
.title>span{
  margin-top: 18px;
  font-size: 14px;
  font-family: STHeitiSC-Light, STHeitiSC;
  font-weight: 300;
  color: #ffffff;
  line-height: 14px;
}
.part2swiper{
  margin-top: 100px;
  position: relative;
  height: 488px;
}
.part2swiper .container .left .titles{
  font-size: 28px;
  font-weight: 300;
  color: #FFFFFF;
}
.part2swiper .container .left .title_en{
  margin-top: 18px;
  font-size: 14px;
  font-weight: 300;
  color: #FFFFFF;
}
.title_detail{
/*  position: absolute;*/
top: 88px;
left: 0;
/*  width: 509px;*/
font-size: 14px;
/*font-family: STHeitiSC-Light, STHeitiSC;*/
/*font-weight: 300;*/
/*color: #FFFFFF;*/
position: absolute;
    top: 169px;
    left: -596px;
    width: 510px;
    /*font-size: 14px;*/
    /*font-family: STHeitiSC-Light, STHeitiSC;*/
    /*font-weight: 300;*/
    z-index: 999;
    color: #FFFFFF;
    line-height: 2;
    letter-spacing: 1px;
}
.part2swiper .container .left{
  width: 509px;
  margin-top: 42px;
}
.part2swiper .container .right{
  width: 599px;
  position: relative;
}
.right .swiper-slide{
  width: 600px !important;
}
.right .swiper-slide a{
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-icon-left-right{
  position: absolute;
  left: -580px;
  width: 80px;
  height: 34px;
  z-index: 9;
  bottom: 29px;
}

.swiper-icon-left-right .swiper-button-prev{
  background-image: url(../images/rg.png) !important;
  background-size: 100% 100%;
  position: static;
  width: 34px;
  height: 34px;
  margin-top: 0;
  transform: rotate(-180deg);
}
.swiper-icon-left-right .swiper-button-next{
  background-image: url(../images/rg.png) !important;
  background-size: 100% 100%;
  position: static;
  width: 34px;
  height: 34px;
  margin-top: 0;
}

.right .swiper-slide a .name_en{
  margin-top: 24px;
  font-size: 16px;
  font-family: STHeitiSC-Light, STHeitiSC;
  font-weight: 300;
  color: #FFFFFF;
}
.right .swiper-slide a .name{
font-size: 12px;
font-family: STHeitiSC-Light, STHeitiSC;
font-weight: 300;
color: #FFFFFF;
line-height: 12px;
margin-top: 10px;

}
.bg1{
  position: absolute;
  bottom: 0;
  left: 0;
  background: #222222;
  width: 100%;
  height: 320px;
}
.titleright{
  width: 578px;
letter-spacing: 1px;
font-size: 14px;
font-family: STHeitiSC-Light, STHeitiSC;
font-weight: 300;
color: #FFFFFF;
line-height: 2;
}
.part1top:hover{
  cursor: pointer;
}

.part2 {
  position: relative;
  background: #5373a6 url(../images/bg1.jpg) no-repeat center center;
  overflow: hidden;
}

.part2 .pa2r {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 70%;
  margin-right: -50%;
  z-index: 9;
  background: #f0f0f8;
}

.part2 .container {
  position: relative;
  z-index: 99;
}

.part2 .title {
  color: #fff;
}

.part2 .title span {
  color: #fff;
}

.part2 .title .ms {
  font-size: 16px;
  color: #fff;
  float: right;
  font-weight: normal;
}

.pa4rt .container .left{
    position: relative;
  margin-top: 80px;
  width: 550px;
  height: 300px;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.pa4rt .container .left img{
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  position: relative;
}
.pa4rt .container .left:hover .hover1{
  bottom: 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  background:rgba(0, 0, 0, 0);
}
.hover1{
  position: absolute;
  left: 0;
  bottom: 0;
  background:rgba(0, 0, 0, 0.1);
  width: 550px;
  height: 300px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.pa4rt .container .left:hover img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);  
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.pa4rt .container .left:hover .font{
  opacity: 1;
  transform:rotate(360deg);
  -ms-transform:rotate(360deg); 	/* IE 9 */
  -moz-transform:rotate(360deg); 	/* Firefox */
  -webkit-transform:rotate(360deg); /* Safari 和 Chrome */
  -o-transform:rotate(360deg);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.font{
display: block;
    width: 200px;
    /*height: 100px;*/
    position: absolute;
    top: 60%;
    left: 51%;
    margin-left: -100px;
    margin-top: -50px;
  font-size: 22px;
  font-family: SourceHanSerifCN-Bold, SourceHanSerifCN;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 31px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.text{
  width: 100%;
  text-align: right;
font-size: 28px;
font-family: STHeitiSC-Light, STHeitiSC;
font-weight: 300;
color: #FFFFFF;
line-height: 29px;
margin-top: 50px;
}
.text_con{
  margin-top: 24px;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: STHeitiSC-Light, STHeitiSC;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 2;
}

a.animated-button:link, a.animated-button:visited {
  margin-top: 69px;
  width: 168px;
  height: 45px;
  border: 1px solid #E78720;
  text-align: center;
  font-size: 16px;
  font-family: SourceHanSerifCN-Bold, SourceHanSerifCN;
  font-weight: bold;
  color: #E78720;
  line-height: 45px;
  float: right;


	position: relative;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	border-radius: 0;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
a.animated-button:link:after, a.animated-button:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}
a.animated-button:link:hover, a.animated-button:visited:hover {
	color: #FFF;
	text-shadow: none;
}
a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
	height: 450%;
}
a.animated-button:link, a.animated-button:visited {
  margin-top: 69px;
  width: 168px;
  height: 45px;
  border: 1px solid #E78720;
  text-align: center;
  font-size: 16px;
  font-family: SourceHanSerifCN-Bold, SourceHanSerifCN;
  font-weight: bold;
  color: #E78720;
  line-height: 45px;
  float: right;
	position: relative;
	display: block;
	border-radius: 0;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
a.animated-button.victoria-two {
	border: 2px solid #E78720;
}
a.animated-button.victoria-two:after {
	background: #E78720;
	-moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	transform: translateX(-50%) translateY(-50%) rotate(25deg);
}
.part2 .pa2con {
  position: relative;
  background: #f0f0f8;
}
.pa4rt .container  .right{
  width: 535px;
}
.part2 .pa2con .pic {
  width: 1200px;
  height: 520px;
  position: relative;
  z-index: 999;
}
.part2 .pa2con .pic ul li {
  list-style: none;
  width: 125px;
  height: 520px;
  float: left;
}

.part2 .pa2con .pic ul li.act {
  width: 695px;
  position: relative;
}

.part2 .pa2con .pic ul li.act .p1 {
  display: none;
}

.part2 .pa2con .pic ul li.act .txt {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
}

.part2 .pa2con .pic ul li.act .con {
  bottom: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.part2 .pa2con .pic ul li a {
  display: block;
  height: 520px;
  width: 100%;
}

.part2 .pa2con .txt {
  width: 125px;
  height: 520px;
  position: relative;
  background: #000;
  filter: alpha(opacity=30);
  background: rgba(0, 0, 0, 0.3);
}

.part2 .pa2con .con {
  position: absolute;
  bottom: -100%;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  background: #000;
  filter: alpha(opacity=30);
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.part2 .pa2con .con h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}

.part2 .pa2con .txt p {
  color: #fff;
  font-family: "微软雅黑";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -42px;
}

.part2 .pa2con .txt .p1 {
  font-size: 16px;
  width: 17px;
}

.part3 {
  margin-bottom: 65px;
}
.part3 .pa3con {
  position: relative;
  padding: 0 40px;
  display: flex;  
  flex-wrap: wrap;
  height: 1229px;
}
.part3 .pa3con .pa3box {
  width:500px;
  height: 358px;
  margin-top: 72px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.part3 .pa3con .pa3box:nth-child(2){
  margin-top: 231px;
  margin-left: 120px;
}
.part3 .pa3con .pa3box:nth-child(3){
  margin-top: -72px;
}
.part3 .pa3con .pa3box:nth-child(4){
  margin-top: 72px;
  margin-left: 120px;
}
.part3 .pa3con .pa3box:hover {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.part3 .pa3con .pa3box:hover .pa3b h3 {
  color: #fff;
}
.part3 .pa3con .pa3box:hover .img img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.part3 .pa3con .pa3box a {
  display: block;
}

.part3 .pa3con .pa3box .img {
  width: 500px;
  height: 300px;
  overflow: hidden;
}

.part3 .pa3con .pa3box .img img {
  width: 500px;
  height: 300px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.part3 .pa3con .pa3box .pa3b {
  padding: 22px 0;
  position: relative;
  border-top: none;
}
.part3 .pa3con .pa3box .pa3b h3 {
  font-size: 22px;
  font-family: STHeitiSC-Light, STHeitiSC;
  font-weight: 300;
  color: #FFFFFF;
  text-align: left;
}
.part3 .pa3con .pa3box .pa3b .line1 {
  margin-top: 20px;
  margin-bottom: 50px;
  width: 78px;
  height: 10px;
  background: url(../images/icon5.png) no-repeat center center;
}

.part3 .pa3con .pa3box .pa3b .line2 {
  position: absolute;
  bottom: -21px;
  left: 0;
  width: 42px;
  height: 4px;
  background: #E78720;
  border-radius: 3px;
 	transition:width 0.6s;
	-webkit-transition:width 0.6s; /* Safari */
}
.part3 .pa3con .pa3box:hover .pa3b  .line2{
  width: 100px;
}
.jion{
  background: url(../images/bgbg1.png) no-repeat;
  width: 100%;
  height: 300px;
  background-size: 100% 100%;
}
.jion a{
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.jion a>span{
font-size: 22px;
font-family: STHeitiSC-Light, STHeitiSC;
font-weight: 300;
color: #FFFFFF;
line-height: 23px;

}
.about{
  margin-top: 72px;
  background: url(../images/aboutbg.png) no-repeat;
  background-size: 100% 100%;
  padding: 33px 73px;
}
.about .left{
  width: 432px;
}
.about .right{
  width: 436px;
}
.abouttitle{
font-size: 22px;
font-family: SourceHanSerifCN-SemiBold, SourceHanSerifCN;
font-weight: 600;
color: #FFFFFF;
line-height: 31px;
}
.abouttitle_en{
  margin-top: 19px;
  font-size: 16px;
  font-family: SourceHanSerifCN-SemiBold, SourceHanSerifCN;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 23px;
  }
  .abouttitle_tips{
    margin-top: 46px;
    width: 432px;
    height: 16px;
    font-size: 16px;
    font-family: STHeitiSC-Light, STHeitiSC;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 16px;
    }
.ints{
      border-bottom: 2px solid #fff;
      padding-top: 34px;
      padding-bottom: 13px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      align-items: center;
}
.ints label{
      font-size: 16px;
      font-family: STHeitiSC-Light, STHeitiSC;
      font-weight: 300;
      color: #FFFFFF;
      line-height: 16px;
}
.ints input{
    border: 0;
    font-size: 16px;
    font-family: STHeitiSC-Light, STHeitiSC;
    font-weight: 300;
    color: #FFFFFF;
    background: none;
}
.ints select{
  width: 75%;
  border: 0;
  font-size: 16px;
  font-family: STHeitiSC-Light, STHeitiSC;
  font-weight: 300;
  color: #FFFFFF;
  background: none;
}
.intbot{
height: 23px;
font-size: 16px;
font-family: SourceHanSerifCN-Bold, SourceHanSerifCN;
font-weight: bold;
color: #E78720;
line-height: 23px;
border: 0;
background: none;
}
.intput{
  margin-top: 30px;
  display: block;
  float: right;
}
/* 
.product .produtop .protl {
  float: left;
}

.product .produtop .protl img {
  width: 467px;
  height: 491px;
  display: block;
}

.product .produtop .protr {
  float: right;
  background: #f0f0f8;
  width: 650px;
  min-height: 441px;
  padding: 25px 30px;
}

.product .produtop .protr .con {
  color: #666666;
  font-size: 14px;
  line-height: 26px;
  height: 355px;
  overflow-y: scroll;
}

.product .produtop .protr .cont {
  margin-top: 20px;
}

.product .produtop .protr .cont a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  margin-right: 8px;
}

.product .produtop .protr .cont a img {
  margin-right: 10px;
  position: relative;
  top: 8px;
}

.product .produtop .protr .cont .a1 {
  background: #5373a6;
}

.product .produtop .protr .cont .a1:hover {
  background: #3d619b;
}

.product .produtop .protr .cont .a2 {
  background: #f6cb15;
}

.product .produtop .protr .cont .a2:hover {
  background: #ddb50e;
}

.product .produbot h3 {
  padding: 20px 0;
  color: #444444;
  font-size: 22px;
}

.product .produbot table {
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
}

.product .produbot table th {
  background: #5373a6;
  border: 1px solid #fff;
  padding: 13px 0;
  font-size: 14px;
  color: #fff;
  border-bottom: none;
  font-weight: normal;
}

.product .produbot table td {
  text-align: center;
  color: #666666;
  font-size: 14px;
  padding: 12px 0;
  background: #f1f1f1;
  border: 1px solid #d8d8d8;
  border-bottom: none;
} */
.levelbanner a{
  display: block;
}
.levelbanner a img{
  display: block;
}
/* 
.product h3 {
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
}

.product .cplb {
  margin-top: 40px;
}

.product .cplb a {
  float: left;
  color: #fff;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  font-size: 16px;
  margin-right: 1px;
  width: 170px;
  text-align: center;
  background: rgba(0, 0, 0, 0.34);
}

.product .cplb a:hover {
  background: #1a3a75;
}

.product .cplb a.act {
  background: #1a3a75;
}


.product .part1 .pa1box {
  float: left;
  width: 570px;
  height: 300px;
} */

/* .paging a {
  float: right;
  width: 70px;
  height: 70px;
}

.paging .prev {
  background: #f6cb15 url(../images/left3.png) no-repeat center center;
}

.paging .prev:hover {
  background: #ddb50e url(../images/left3.png) no-repeat center center;
}

.paging .next {
  background: #5373a6 url(../images/right3.png) no-repeat center center;
}

.paging .next:hover {
  background: #3d619b url(../images/right3.png) no-repeat center center;
} */
.pa1contit{
  padding: 108px 0 32px 0;
 border-bottom: 1px solid #ddd;
 font-size: 28px;
 font-family: STHeitiSC-Light, STHeitiSC;
 font-weight: 300;
 color: #FFFFFF;
}
.titleTopen{
font-size: 14px;
font-family: STHeitiSC-Light, STHeitiSC;
font-weight: 300;
color: #FFFFFF;
line-height: 14px;
margin-top: 18px;
}
.contact .contacbot .title {
  padding: 25px 0;
}

.contact .contacbot .cobot {
  width: 980px;
  margin: 0 auto;
}
.titless{
     padding: 108px 0 72px 0;

font-size: 28px;
font-family: STHeitiSC-Light, STHeitiSC;
font-weight: 300;
color: #FFFFFF;
line-height: 29px;
text-align: center;

}
.contact .contacbot .cobot form{flex-wrap: wrap;width: 980px;}
.contact .contacbot .cobot .box {
  width: 438px;
  margin-bottom: 74px;
  margin-right:101px;
  
}
.contact .contacbot .cobot .box:nth-child(even){
  margin-right: 0;
}

.contact .contacbot .cobot .box label {
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 16px;
  display: block;
}

.contact .contacbot .cobot .box input {
  height: 40px;
  width: 100%;
  line-height: 40px;
  border: none;
  background: none;
  color: #666666;
  font-size: 14px;
  border-bottom: 2px solid #FFFFFF;
}
.contact .contacbot .cobot .sub {
  margin-top: 18px;
}
.contact .contacbot .cobot .sub .inp1 {
  width: 984px;
  height: 50px;
  margin: 0  auto;
  background: #E78720;
  font-size: 16px;
  font-family: SourceHanSerifCN-SemiBold, SourceHanSerifCN;
  font-weight: 600;
  color: #FFFFFF;
  display: block;
  border: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contact .contacbot .cobot .sub .inp1:hover {
  background: #c2a00b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.contact .contacbot .cobot .sub .inp2 {
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-right: 20px;
  background: #8d8e8e;
  height: 45px;
  padding: 0 60px;
  cursor: pointer;
  line-height: 45px;
  border: none;
  width: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.contact .contacbot .cobot .sub .inp2:hover {
  background: #c2a00b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}


.pian {
  padding-top: 30px;
}

.pian .pianl {
  float: left;
  width: 970px;
}

.pian .pianl li {
  padding: 15px 0;
  color: #666666;
  font-size: 14px;
  font-weight: bold;
}

.pian .pianl li:hover a {
  color: #e1b707;
}

.pian .pianl li.act {
  border-bottom: 1px solid #d8d8df;
}

.pian .pianl li a {
  font-weight: normal;
}

.pian .pianr {
  float: right;
  width: 230px;
  text-align: right;
  padding-top: 22px;
}

.pian .pianr a {
  display: inline-block;
  padding: 0 50px;
  background: #5373a6;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 14px;
}

.pian .pianr a:hover {
  background: #375c98;
}

.prozs {
  margin-top: 25px;
  padding: 15px;
  position: relative;
  background: #fff url(../images/icon21.png) no-repeat 98% 95%;
}

.prozs .bol {
  float: left;
  width: 450px;
}

.prozs .bol img {
  display: block;
}

.prozs .bor {
  float: right;
  width: 675px;
  margin-right: 24px;
}

.prozs .bor h3 {
  color: #5373a6;
  font-size: 26px;
  padding-top: 0;
}

.prozs .bor .ms {
  color: #444444;
  font-size: 16px;
  margin: 14px 0;
}

.prozs .bor .con {
  color: #666666;
  font-size: 14px;
  line-height: 30px;
  min-height: 160px;
}

.prozs .bor .more {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  width: 142px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #f6cb15;
}

.prozs .swiper-button-prev {
  right: 65px;
  top: -43px;
  z-index: 999;
  left: initial;
  width: 65px;
  height: 65px;
  background: #f6cb15 url(../images/left3.png) no-repeat center center;
}

.prozs .swiper-button-next {
  right: 0;
  top: -43px;
  z-index: 999;
  width: 65px;
  height: 65px;
  background: #5373a6 url(../images/right3.png) no-repeat center center;
}

.news .pa3box {
  float: left;
  width: 33.33%;
  margin-top: 32px;
}


@media screen and (max-width: 1400px) {
  .header .logo {
    width: 20%;
  }
  .header .naver {
    width: 55%;
  }
  .header .headr {
    width: 25%;
  }
  .header .headr .phone {
    width: 45%;
  }
}
.introduceTop{
  margin-top: 42px;
}
.introduceTop span{
  font-size: 14px;
  letter-spacing: 1px;
  font-family: STHeitiSC-Light, STHeitiSC;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 2;
}
.introduceTop img{
  margin-top: 22px;
}
.introduceList a .introduceLeft{
  width: 385px;
  font-size: 14px;
  font-family: STHeitiSC-Light, STHeitiSC;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 2;
  letter-spacing: 2px;
}
.introduceList{
  margin-top: 72px;
}
.introduceList a{
  margin-bottom: 70px;
}
.introduceList a .introduceLeftTop{
  margin-bottom: 35px;
  font-size: 22px;
  font-family: STHeitiSC-Light, STHeitiSC;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 23px;
  width: 100%;
  text-align: right;
}
.introduceRight{
  margin-left: 40px;
}

.line3{
  margin-top: 52px;
  width: 30px;
  height: 4px;
  background: #E78720;
  border-radius: 4px;
  display: block;
  float: right;
}
.introduceList a:nth-child(2) .line3{
  float: left;
}
.cooperativeList{
  flex-wrap: wrap;
  margin-top: 72px;
}
.cooperativeList a{
  width: 20%;
  height: 80px;
  margin-bottom: 142px;
  display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: -webkit-end;
    justify-content: end;
    align-items: center;
}
.cooperativeList a img{
    width: 120px;
    height: 40px;
    margin: 0 auto;
}
.abouts{
  width: 980px;
  margin: 0 auto;
}
.aboutst{
  /* width: 980px;
  margin: 0 auto; */
  margin-top: 72px;
}
.aboutst-left{
  width: 220px;
  margin-right: 211px;
  height: 180px;
  flex-wrap: wrap;
}
.aboutst-left a{
  margin-bottom: 40px;
  margin-left: 40px;
  flex-wrap: wrap; 
  width: 60px;
  height: 60px;
}
.aboutst-left a:nth-child(2n){
  margin-right: 0;
}
.aboutst-right{
  flex-wrap: wrap;
  width: 530px;
  height: 140px;
}

.aboutst-right a{
  width: 205px;
  padding: 5px 17px;
  background: #222222;
  margin-right: 25px;
  margin-bottom: 40px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: -webkit-space-between;
  justify-content: space-between;
  align-items: center;
}
.aboutst-right a .lj{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.aboutst-right a span{
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 16px;
  margin-left: 10px;
}
.aboutst-right a:nth-child(2n){
  margin-right: 0;
}