@charset "utf-8";
body{
  margin:0px;
  padding:0px;
  font-family:"微软雅黑","Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei";
  color:#555555;
  font-size:14px;
}
a{
  margin:0px;
  padding:0px;
  text-decoration:none;
  color:#555555;
  font-size:13px;
  transition:all 0.5s ease 0s;
  -webkit-transform:all 0.5s ease 0s;
}
a:hover{
  text-decoration:none;
  transition:all 0.5s ease 0s;
  -webkit-transform:all 0.5s ease 0s;
}
*{
  padding:0px;
  margin:0px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.clear{
  zoom:1;
}
.clear:after{
  content:"";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
img{
  vertical-align:middle;
}
button:focus{
  outline:none;
}
div,p,table,td,ul,li,span,a,ol,input,label{
  padding:0px;
  margin:0px;
}
li{
  list-style:none;
}
video::-internal-media-controls-download-button{
  display:none;
}
video::-webkit-media-controls-enclosure{
  overflow:hidden;
}
video::-webkit-media-controls-panel{
  width:calc(100% + 30px);
}
.mo_down{
  height:0px;
  overflow:hidden
}
.mo_down.on{
  height:auto;
}
.fl{
  float:left;
}
.fr{
  float:right;
}
.rtecenter{
  text-align:center
}

.jianbian2{
  height:200px;
  background:-webkit-linear-gradient(to right,blue,yellow);
  background:-o-linear-gradient(to right,blue,yellow);
  background:-moz-linear-gradient(to right,blue,yellow);
  background:linear-gradient(to right,white,yellow);
}
.gray{
  -webkit-filter:grayscale(100%);
  -moz-filter:grayscale(100%);
  -ms-filter:grayscale(100%);
  -o-filter:grayscale(100%);
  filter:grayscale(100%);
  filter:gray;
  transition:all 0.5s ease 0s;
  -webkit-transform:all 0.5s ease 0s;
  cursor:pointer;
}
.radius5{
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px;
}
.radius10{
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -ms-border-radius:10px;
  -o-border-radius:10px;
  border-radius:10px;
}
.tra{
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  filter:scale(1);
  filter:transform;
  transition:all 0.5s ease 0s;
  -webkit-transform:all 0.5s ease 0s;
}
.tra:hover{
  -webkit-transform:scale(1.15);
  -moz-transform:scale(1.15);
  -ms-transform:scale(1.15);
  -o-transform:scale(1.15);
  filter:scale(1.15);
  filter:transform;
  transition:all 0.5s ease 0s;
  -webkit-transform:all 0.5s ease 0s;
}
.opacity5{
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity:0.5;
  opacity:0.5;
}
.shadow1{
  -webkit-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;
  -moz-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;
  -ms-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;
  -o-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;
  box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;
}
.shadow1_1{
  -webkit-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
  -moz-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
  -ms-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
  -o-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
  box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
  transition:all 0.3s ease 0s;
  -webkit-transform:all 0.3s ease 0s;
}
.shadow2{
  transition:all 0.3s ease 0s;
  -webkit-transform:all 0.3s ease 0s;
}
.shadow2:hover{
  -webkit-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;
  -moz-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;
  -ms-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;
  -o-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;
  box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;
  transition:all 0.3s ease 0s;
  -webkit-transform:all 0.3s ease 0s;
}
.shadow5{
  transition:all 0.3s ease 0s;
  -webkit-transform:all 0.3s ease 0s;
}
.shadow5:hover{
  -webkit-box-shadow:rgba(0,0,0,0.05) 5px 10px 10px;
  -moz-box-shadow:rgba(0,0,0,0.05) 5px 10px 10px;
  -ms-box-shadow:rgba(0,0,0,0.05) 5px 10px 10px;
  -o-box-shadow:rgba(0,0,0,0.05) 5px 10px 10px;
  box-shadow:rgba(0,0,0,0.05) 5px 10px 10px;
  transition:all 0.3s ease 0s;
  -webkit-transform:all 0.3s ease 0s;
}
.shadow6{
  -webkit-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
  -moz-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
  -ms-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
  -o-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
  box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
  transition:all 0.5s ease 0s;
  -webkit-transform:all 0.5s ease 0s;
}
.shadow7{
  transition:all 0.3s ease 0s;
  -webkit-transform:all 0.3s ease 0s;
}
.shadow7:hover {
  -webkit-box-shadow:rgba(0,0,0,0.2) 0px 0px 10px;
  -moz-box-shadow:rgba(0,0,0,0.2) 0px 0px 10px;
  -ms-box-shadow:rgba(0,0,0,0.2) 0px 0px 10px;
  -o-box-shadow:rgba(0,0,0,0.2) 0px 0px 10px;
  box-shadow:rgba(0,0,0,0.2) 0px 0px 10px;
  transition:all 0.3s ease 0s;
  -webkit-transform:all 0.3s ease 0s;
}
.shadow8 {
  -webkit-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
  -moz-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
  -ms-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
  -o-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
  box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
  transition:all 0.5s ease 0s;
  -webkit-transform:all 0.5s ease 0s;
}
.shadow10 {
  -webkit-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px;
  -moz-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px;
  -ms-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px;
  -o-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px;
  box-shadow:rgba(0,0,0,0.13) 0px 0px 10px;
}
.center {
  -webkit-align-items:center;
  display:-webkit-flex;
  -webkit-justify-content:star;
}
.vertical {
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:-moz-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -moz-box-align:center;
  -ms-flex-pack:center;
  -webkit-justify-content:center;
  -moz-justify-content:center;
  justify-content:center;
  -webkit-box-pack:center;
  -ms-flex-align:center;
  -moz-box-pack:center;
  -webkit-align-items:center;
  -moz-align-items:center;
  align-items:center;
}
.flip{
  -webkit-transform:rotate(0deg);
  -moz-transform:rotate(0deg);
  -ms-transform:rotate(0deg);
  -o-transform:rotate(0deg);
  transform:rotate(0deg);
  transition:all 0.3s ease;
  -webkit-transform:all 0.3s ease;
}
.flip:hover{
  -webkit-transform:rotateY(360deg);
  -moz-transform:rotateY(360deg);
  -ms-transform:rotateY(360deg);
  -o-transform:rotateY(360deg);
  transform:rotateY(360deg);
  transition:all 0.3s ease;
  -webkit-transform:all 0.3s ease;
  cursor:pointer;
}
.table {
  width:100%;
  max-width:100%;
  margin-bottom:17px;
}
.table-bordered {
  border:1px solid #ddd;
}
.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
  border: 1px solid #ddd;
}
.block {
  background:#f6f6f6;
}
.block .section {
  max-width:1500px;
  margin:0 auto;
  padding:75px 0px;
}
.block .section>.title {
  text-align:center;
  padding-bottom:55px;
}
.block .section>.title dd {
  font-size:30px;
  color:#333333;
  text-transform:uppercase;
}
.block .section>.title dt {
  font-size:16px;
  color:#999999;
  margin-top:12px;
   line-height:28px;
}
.owl-theme .owl-controls .owl-nav{
  display:none !important;
}

@-webkit-keyframes rotation{
  from{
    -webkit-transform:rotate(0deg);
  }
  to{
    -webkit-transform:rotate(360deg);
  }
}
@keyframes scale{
  0%{
    transform:scale(1);
  }
  50%,75%{
    transform:scale(2.5);
  }
  78%,100%{
    opacity:0;
  }
}
@-webkit-keyframes pulse{
  0%{
    -webkit-transform:translate(0,0);
    transform:translate(0,0);
  }
  50%{
    -webkit-transform:translate(0,10px);
    transform:translate(0,10px);
  }
  100%{
    -webkit-transform:translate(0,0);
    transform:translate(0,0);
  }
}
@keyframes pulse{
  0%{
    -webkit-transform:translate(0,0);
    transform:translate(0,0);
  }
  50%{
    -webkit-transform:translate(0,10px);
    transform:translate(0,10px);
  }
  100%{
    -webkit-transform:translate(0,0);
    transform:translate(0,0);
  }
}
@keyframes ServiceAppScale{
  0%{
    transform:scale(1);
  }
  50%,75%{
    transform:scale(1.3);
  }
  78%,100%{
    opacity:0;
  }
}
@keyframes animtran{
  from{
    transform:rotateZ(0deg);
  }
  to{
    transform:rotateZ(360deg);
  }
}

.header {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  border-bottom:1px solid rgba(255,255,255,0.25);
  height:88px;
  z-index:50;
  transition:all 0.5s ease;
  -webkit-transform:all 0.5s ease;
}
.header .container {
  max-width:1500px;
   margin:0 auto;
}
.header .logo {
  display:inline-block;
  line-height:88px;
}
.header .right .menu li{
  padding:0 20px;
   text-transform:uppercase
}
.header .right .menu li a.title{
  font-size:16px;
  color:#fff;
  display:inline-block;
  line-height:88px;
  position:relative;
  text-align:center;
}
.header .right .menu li:hover .drop .close{
  color:#fff;
  font-size:28px;
  position:absolute;
  right:10px;
  top:10px;
  display:none;
}
.header .right .menu li:hover .drop{
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  filter:scale(1);
  filter:transform;
  transition:all 0.5s ease 0s;
  -webkit-transform:all 0.5s ease 0s;
  cursor:pointer;
  opacity:1;
}
.header .right .menu li .drop{
  position:absolute;
  width:100%;
  left:0;
  background:rgba(0,0,0,0.3);
  -webkit-transform:scale(0);
  -moz-transform:scale(0);
  -ms-transform:scale(0);
  -o-transform:scale(0);
  filter:scale(0);
  filter:transform;
  transition:all 0.5s ease 0s;
  -webkit-transform:all 0.5s ease 0s;
  cursor:pointer;
  opacity:0;
}
.header .right .menu li .drop.on{
  -webkit-transform:scale(1) !important;
  -moz-transform:scale(1) !important;
  -ms-transform:scale(1) !important;
  -o-transform:scale(1) !important;
  filter:scale(1) !important;
  filter:transform;
  transition:all 0.3s ease 0s;
  -webkit-transform:all 0.3s ease 0s;
  cursor:pointer;
  opacity:1;
}
.header .right .menu li .drop.in{
  -webkit-transform:scale(0) !important;
  -moz-transform:scale(0) !important;
  -ms-transform:scale(0) !important;
  -o-transform:scale(0) !important;
  filter:scale(0) !important;
  filter:transform;
  transition:all 0.3s ease 0s;
  -webkit-transform:all 0.3s ease 0s;
  cursor:pointer;
  opacity:0;
}
.header .right .menu li .drop .submenu{
  max-width:1500px;
  margin:0 auto;
}
.header .right .menu li .drop a:last-child{
  border:0px;
}
.header .right .menu li .drop a{
  display:inline-block;
  width:20%;
  color:#fff;
  font-size:14px;
  text-align:center;
  padding:20px 0px;
  border-right:1px solid rgba(255,255,255,0.2);
  transition:all 0.5s ease;
  -webkit-transform:all 0.5s ease;
}
.header .right .menu li .drop a.on i{
  color:#ff7019;
}
.header .right .menu li .drop a i{
  height:32px;
  width:32px;
  font-size:30px;
  margin:0 auto;
  margin-bottom:10px;
  display:block
}
.header .right .menu li .drop a:hover i{
  color:#ff7019;
  transition:all 0.5s ease;
  -webkit-transform:all 0.5s ease;
}
.header .right .menu li a.title:before{
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  display:inline-block;
  height:1px;
  background:#ff7019;
  opacity:0;
  transition:all 0.5s ease;
  -webkit-transform:all 0.5s ease;
}
.header .right .menu li.on a.title:before{
  opacity:1;
  transition:all 0.5s ease;
  -webkit-transform:all 0.5s ease;
}
.header .right .menu li:hover a.title:before{
  opacity:1;
  transition:all 0.5s ease;
  -webkit-transform:all 0.5s ease;
}
.header .right .menu li:hover a.title{
  color:#ff7019;
}
.header .right .menu li.on .title{
  color:#ff7019;
}
.header .right .lang{
  display: block;
  width: 75px;
  text-align: center;
  margin: 28px 30px;
  padding: 3px 10px;
  border: solid 2px #fff;
  border-radius: 15px;
}
.header .right .lang a{
  color:#fff;
  font-size:10px !important;
}

.dream {
  background-color: #f4f8f7;
  padding: 81px 0 63px 0
}
.dream .section-subtitle {
  line-height:56px
}
.dream .d-item {
  min-height: 200px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 20px 0 #dddddd8c;
  box-shadow: 0 0 20px 0 #dddddd8c;
  border-radius: 20px 20px 0 20px;
  padding: 30px 25px 40px;
  position: relative;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  background-color: #fff;
  display: block
}
.dream .d-item:hover {
  -webkit-transform: translate(0,-10px);
  transform: translate(0,-10px);
  border-radius: 0;
  color: #444
}
.dream .d-item h3 {
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 1.4
}
.dream .d-item:hover h3 {
  color: #ff6015
}
.dream .d-item p {
  margin-bottom: 20px;
  color: #757575;
  height: 48px
}
.dream .d-item h4 {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500
}
.dream .d-item h4 span {
  color: #ff6015;
  margin-right: 3px
}
.dream .d-item .sub-span {
  display: inline-block;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #302c51;
  background-color: #e5e6ff;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-weight: 600
}

.digital {
  max-width:1920px;
}
.digital .item{
  padding-top:72px;
  padding-left:32px;
  height:532px;
  margin-left:4%;
}
.digital .item h3{
  font-size:56px;
  color:#fff;
  font-family:"Impact";
  position:relative;
  padding-bottom:15px;
  margin-bottom:25px;
}
.digital .item h3:before{
  content:"";
  position:absolute;
  display:inline-block;
  width:40px;
  height:1px;
  background:#ff7019;
  left:0;
  bottom:0px;
}
.digital .item p{
  font-size:15px;
  color:#fff;
  margin-bottom:5px;
}

.p_banner {
  height:470px;
  background:-webkit-linear-gradient(to right,#828fff,#191c32);
  background:-o-linear-gradient(to right,#828fff,#191c32);
  background:-moz-linear-gradient(to right,#828fff,#191c32);
  background:linear-gradient(to top,#828fff,#191c32);
}
.p_banner .bg {
  background-position:center 0;
  background-size:cover;
  background-repeat:no-repeat;
  position:relative;
  height:100%;
  position:relative
}
.p_banner .pb-content {
  margin: 0 0 0 auto;
  max-width: 640px;
  padding-top: 15%;
}
.p_banner .pb-content span {
  display: inline-block;
  font-weight: 600;
  color: #302c51;
  background: #fff;
  border-radius: 20px;
  padding: 5px 20px;
  margin-bottom: 20px;
  font-size: 22px;
}
.p_banner .pb-content h4 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 20px;
  text-align: right;
  color:#fff;
}
.p_banner .pb-content h1 {
  font-size: 36px;
  margin-bottom: 20px;
  color:#fff;
}
.p_banner .pb-content p {
  font-size: 16px;
  text-align: right;
  margin: 0;
  color:#fff;
}

.content {
  margin: 0;
  padding: 80px 0;
  background:#fff
}
.content h2 {
  font-size:30px;
  margin-bottom:30px;
  line-height:1.4;
  font-weight: normal;
  text-align: center;
}
.content h2.title {
  text-align: left;
}
.content h3 {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.4;
  text-align: center;
  color: #222;
  font-weight: normal;
}
.content h3.offer {
  text-align: left;
}
.content h4 {
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
  color: #555;
  font-weight: 400
}
.content ul.bread {
  margin-bottom:10px;
  padding:0
}
.content ul.bread li{
  list-style-type:none;
  display:inline-block;
  margin-right:20px;
  font-size:13px;
}
.content ul.bread li:last-child{
  margin-right:0
}
.content ul.bread li i{
  display:inline-block;
  font-size:16px;
  color:#ff6015;
  font-weight:bold;
  margin-right:3px;
  position:relative;
  top:2px;
}
.content ul.bread li a{
  display:inline-block;
  color:#757575
}
.content ul.bread li a:hover{
  color:#ff6015
}
.content .text {
  margin-top: 30px;
}
.content .infomation {
  padding:0;
  vertical-align: top;
}
.content .text p,
.content .infomation p {
  color: #666;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.content .text img,
.content .infomation img {
  width:80%;
}
.content .photo,
.content .infomation {
  display:inline-block
}
.content .photo {
  margin-bottom:20px;
  padding:0 60px 0 0;
  text-align:center;
  vertical-align: top;
}
.content .photo img{
  margin:0;
  width:100%
}
.content h3.offer {
  font-size:16px;
  margin-bottom:10px;
  line-height:1.4;
  font-weight:400;
  color:#06b
}
.content .paper {
  margin: 10px 0;
}
.content .paper em {
  line-height: 1.8;
  font-size: 15px;
  margin: 0;
}

.partner {
  min-height: 600px;
  padding:81px 0 63px 0;
}
.partner .row {
  margin: 0;
}
.partner .section-subtitle {
  line-height:56px;
}
.partner .group-title {
  line-height:48px;
  margin: 10px 0 0;
}
.partner .group-title span {
  font-size: 18px;
  padding-right: 5px;
  border-bottom: solid 2px #ff7019;
  text-transform: uppercase;
}
.partner .p-item {
  display: inline-block;
  width: 199px;
  height: 79px;
  vertical-align: middle;
  -webkit-transition:.5s all ease;
  transition:.5s all ease;
  padding: 0;
  margin-left: -1px;
}
.partner .p-item a {
  display: table-cell;
  width: 191px;
  height: 80px;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  line-height: 78px;
}
.partner .p-item img {
  max-width: 90%;
  max-height: 90%;
}
.partner .p-item:hover{
  -webkit-transform:translate(0,-10px);
  transform:translate(0,-10px)
}

.guest {
  padding: 81px 0 63px 0;
}
.guest .section-subtitle {
  line-height:56px;
}
.guest .g-item {
  margin-bottom:30px;
  border-radius:15px 15px 0 15px;
  -webkit-transition:.5s all ease;
  transition:.5s all ease;
  -webkit-box-shadow:0 0 20px 0 #dddddd;
  box-shadow:0 0 20px 0 #dddddd;
}
.guest .g-item .top a {
  display: flex;
  height: 300px;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius:15px 15px 0 0px;
  -webkit-transition:.5s all ease;
  transition:.5s all ease;
}
.guest .g-item .top a img {
  min-width: 100%;
  min-height: 300px;
  max-height: 300px;
}
.guest .g-item .bottom {
  padding:10px 15px 15px;
}
.guest .g-item .bottom h3 {
  margin-bottom:10px;
}
.guest .g-item .bottom h3 a {
  color:#302c51;
  font-size:16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.guest .g-item .bottom h3 a:hover {
  color:#ff6015;
}
.guest .g-item .bottom p {
  margin-bottom:5px;
  color: #757575;
  font-size:13px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
}
.guest .g-item .bottom .b-btn {
  display:inline-block;
  font-weight:600;
  color:#ff6015;
}
.guest .g-item .bottom .b-btn:hover {
  color:#ff6015;
}
.guest .g-item:hover {
  -webkit-transform:translate(0,-10px);
  transform:translate(0,-10px);
  border-radius:0;
  background-color:#302c51;
}
.guest .g-item:hover .bottom h3 a {
  color:#ff6015;
  font-weight:bold;
}
.guest .g-item:hover .top a {
  border-radius:0;
}
.guest .g-item:hover .bottom li,
.guest .g-item:hover .bottom a,
.guest .g-item:hover .bottom p {
  color:#fff;
}

.news {
  padding: 81px 0 63px 0;
}
.news .section-subtitle {
  line-height:56px;
}
.news .n-item {
  margin-bottom:30px;
  border-radius:20px 20px 0 20px;
  -webkit-transition:.5s all ease;
  transition:.5s all ease;
  -webkit-box-shadow:0 0 20px 0 #dddddd;
  box-shadow:0 0 20px 0 #dddddd;
}
.news .n-item:hover {
  -webkit-transform:translate(0,-10px);
  transform:translate(0,-10px);
  border-radius:0;
  background-color:#302c51;
}
.news .n-item:hover .top a img {
  border-radius:0;
}
.news .n-item:hover .bottom li,
.news .n-item:hover .bottom p {
  color:#fff;
}
.news .n-item:hover .bottom h3 a {
  color:#ff6015;
}
.news .n-item .top a {
  display:block;
   max-height:365px;
   overflow:hidden;
}
.news .n-item .top a img {
  width:100%;
  border-radius:20px 20px 0 0;
  -webkit-transition:.5s all ease;
  transition:.5s all ease;
}
.news .n-item .bottom {
  padding:25px 25px 28px;
}
.news .n-item .bottom li {
  list-style-type:none;
  display:inline-block;
  margin-right:15px;
  font-size:13px;
  color: #757575;
}
.news .n-item .bottom li:last-child {
  margin-right:0;
}
.news .n-item .bottom li i {
  color:#ff6015;
  display:inline-block;
  margin-right:5px;
  position:relative;
  font-weight:bold;
  font-size:15px;
}
.news .n-item .bottom li span {
  display:inline-block;
}
.news .n-item .bottom h3 {
  font-size:22px;
  margin-bottom:10px;
}
.news .n-item .bottom h3 a {
  color:#302c51;
  font-size:16px;
}
.news .n-item .bottom h3 a:hover {
  color:#ff6015}
.news .n-item .bottom p {
  margin-bottom:12px;
  color: #757575;
}
.news .n-item .bottom .b-btn {
  display:inline-block;
  font-weight:600;
  color:#ff6015;
}
.news .n-item .bottom .b-btn:hover {
  color:#ff6015;
}

.more a{
  background:#ff6015;
  display:inline-block;
  width:185px;
  line-height:64px;
  text-transform:capitalize;
  font-size:16px;
  color:#fff;
  font-weight:bolder;
  position:relative;
}
.more a:hover{
  color:#fff;
}
.more a:hover:before{
  opacity:1;
  width:100%;
  height:100%;
  border-radius:inherit;
  background:rgba(41,44,81,1);
  transition:all 0.5s ease 0s;
  -webkit-transform:all 0.5s ease 0s;
}
.more a:before{
  content:"";
  position:absolute;
  display:inline-block;
  width:50px;
  height:50px;
  background:rgba(41,44,81,0);
  border-radius:100%;
  left:50%;
  opacity:0;
  top:50%;
  -webkit-transform:all 0.5s ease 0s;
  transform:translateX(-50%) translateY(-50%);
  transition:all 0.5s ease 0s;
}
.more a span {
  position:relative;
  z-index:1;
}

.el-pagination {
  justify-content: center;
  margin: 0 0 30px 0;
}
.el-pagination .el-pagination__total {
  margin: 0 15px
}

.footer {
  position:relative;
  background:#000000;
}
.footer .bottom {
  position:absolute;
  z-index:-999;
  opacity:.2;
}
.footer .footer_wrap {
  position:relative;
  height:300px;
  padding:60px 0 40px 0;
}
.footer .footer_wrap .books .item {
  display:inline-block;
}
.footer .footer_wrap .books .item .title {
  font-size:15px;
  color:#fff;
  margin-bottom:20px;
  text-transform: uppercase;
}
.footer .footer_wrap .books .item .inner a{
  font-size:14px;
  color:#fff;
}
.footer .footer_wrap .books .item .inner a{
  font-size:12px;
  color:#999;
  display: inline-block;
  width:100%;
  margin-bottom:12px;
}
.footer .footer_wrap .books .item .inner a:hover{
  color:#fff;
}
.footer .footer_wrap .books .item .inner a:last-child{
  margin-bottom:0px;
}
.footer .footer_wrap .book {
  display:inline-block;
  padding-left:0;
}
.footer .footer_wrap .book .title {
  font-size:16px;
  color:#fff;
  margin-bottom:20px;
  text-transform: uppercase;
}
.footer .footer_wrap .book .inner p {
  color:#888;
   font-size:14px;
   margin-bottom:15px;
  }
.footer .footer_wrap .book .inner p i{
  position:relative;
   line-height:20px;
   margin-right:15px;
  }
.footer .footer_wrap .share .inner{
  margin-top:30px;
  }
.footer .footer_wrap .share .inner div {
  color:#888;
  font-size:14px;
  margin:0;
  font-style:normal;
  line-height:28px;
}
.footer .footer_wrap .share .inner dd a {
  width:50px !important;
  height:50px !important;
  margin:0px 0px !important;
  padding-left:0px !important;
  text-align:center;
  color:#fff;
  font-size:20px;
  line-height:50px;
  border:1px solid #363636;
  margin-right:-1px !important;
}
.footer .footer_wrap .share .inner dd a:hover {
  background:#252525 !important;
  opacity:1 !important;
  color:#fb6a19;
}
.footer .copyright {
  padding:24px 0px;
  text-align:center;
  border-top:1px solid #313131;
}

.floating {
  position:fixed;
  right:0;
  z-index:550;
  top:30%;
  width:72px;
}
.floating a {
  width:100%;
  display:inline-block;
  position:relative;
  margin-bottom:10px;
  background:rgba(0,0,0,0.5);
}
.floating a:hover{
  background:#ec6d1f;
}
.floating a>div {
  text-align:center;
  border:1px solid #ec6d1f;
  padding:10px;
  color:#fff;
}
.floating a>div i {
  font-size:28px;
}
.floating a>div span {
  font-size:12px;
  margin-top:3px;
  display:block;
}
.floating a .bounce{
  position:absolute;
  background:#ec6d1f;
  width:248px;
  line-height:69px;
  font-size:16px;
  text-align:center;
  left:-175px;
  top:0;
  padding: 0;
  display:none;
}
.floating a:nth-child(3):hover .bounce {
  display:block;
}
.floating a:nth-child(3):hover div:nth-child(1) {
  visibility: hidden
}

.flash {
  padding: 20px 0;
  background-color:#ffb885
}
.flash h2{
  margin-bottom:10px;
  font-size:22px;
  text-align:center
}
.flash h2 a{
  font-size:26px;
  color:#ff3015
}
.flash h2 a:hover{
  letter-spacing:5px
}
.flash p{
  color:#fff;
  text-align:center
}

.swiper {
  height: 100%;
}

@media(min-width:1920px) {
  .partner .p-item, .media .p-item {
    width: 249px;
    height: 131px;
  }
  .partner .p-item a, .media .p-item a {
    width: 250px;
    height: 132px;
    line-height: 130px;
  }
}

@media screen and (max-width:1440px) {
  .page .all,
  .block .all,
  .digital .all,
  .footer .content,
  .header .section {
    max-width:1200px;
  }
  .header .right .menu li {
    padding: 0 10px;
  }
  .guest .g-item .top a{
    height:205px;
  }
  .guest .g-item .top a img{
    min-height: 205px;
    max-height: 205px;
  }
}

@media screen and (max-width:1200px){
  .floating {
    top: 85%;
    z-index: 3;
  }
  .floating a {
    display: none;
  }
  .floating a:last-child{
    display: block;
  }
  /*底部*/
  .footer .footer_wrap{
    display:none;
  }
  .footer {
    height:auto;
  }
  .footer #bottom{
    display:none;
  }
  .footer .copyright{
    padding:20px 2%;
  }
  .guest .g-item .top a{
    height:180px;
  }
  .guest .g-item .top a img{
    min-height: 180px;
    max-height: 180px;
  }
  .index_ourys .index_ourys_nei .ourys_nei_wen{
    display:none;
  }
  .all{
    width:96%;
    margin:0 auto;
    height:auto;
    overflow:hidden;
  }
  .slick-next,.slick-prev{
    display:none !important;
  }
  .slick-dots li{
    width:15px !important;
    height:1px !important;
    margin:0px 4px !important;
  }
}

@media screen and (max-width:1065px) {
  .owl-theme .owl-controls .owl-nav{
    display:block !important;
  }
  .page li a{
    width:35px;
    height:35px;
    line-height:35px;
  }
  div.burger{
    z-index:500;
    height:36px;
    width:26px;
    position:relative;
    cursor:pointer
  }
  div.x,div.y,div.z{
    position:absolute;
    margin:auto;
    top:0;
    bottom:0;
    background:#ff7019;
    border-radius:2px;
    -webkit-transition:all 200ms ease-out;
    -moz-transition:all 200ms ease-out;
    -ms-transition:all 200ms ease-out;
    -o-transition:all 200ms ease-out;
    transition:all 200ms ease-out
  }
  div.x,div.y,div.z{
    height:2px;
    width:20px
  }
  div.y{
    top:14px;
    width:16px;
  }
  div.z{
    top:28px;
  }
  div.collapse{
    top:20px;
    background:#ff7019;
    -webkit-transition:all 70ms ease-out;
    -moz-transition:all 70ms ease-out;
    -ms-transition:all 70ms ease-out;
    -o-transition:all 70ms ease-out;
    transition:all 70ms ease-out
  }
  div.rotate30{
    -ms-transform:rotate(30deg);
    -webkit-transform:rotate(30deg);
    transform:rotate(30deg);
    -webkit-transition:all 50ms ease-out;
    -moz-transition:all 50ms ease-out;
    -ms-transition:all 50ms ease-out;
    -o-transition:all 50ms ease-out;
    transition:all 50ms ease-out
  }
  div.rotate150{
    -ms-transform:rotate(150deg);
    -webkit-transform:rotate(150deg);
    transform:rotate(150deg);
    -webkit-transition:all 50ms ease-out;
    -moz-transition:all 50ms ease-out;
    -ms-transition:all 50ms ease-out;
    -o-transition:all 50ms ease-out;
    transition:all 50ms ease-out
  }
  div.rotate45{
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    -webkit-transition:all 100ms ease-out;
    -moz-transition:all 100ms ease-out;
    -ms-transition:all 100ms ease-out;
    -o-transition:all 100ms ease-out;
    transition:all 100ms ease-out
  }
  div.rotate135{
    -ms-transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg);
    -webkit-transition:all 100ms ease-out;
    -moz-transition:all 100ms ease-out;
    -ms-transition:all 100ms ease-out;
    -o-transition:all 100ms ease-out;
    transition:all 100ms ease-out
  }
  div.navbar{
    height:73px;
    background:#385e97
  }
  div.circle{
    z-index:50;
    background:#fff;
    width:0;
    height:0;
    position:fixed;
    top:10px;
    right:16px;
    -webkit-transition:all 300ms cubic-bezier(0,.995,.99,1);
    -moz-transition:all 300ms cubic-bezier(0,.995,.99,1);
    -ms-transition:all 300ms cubic-bezier(0,.995,.99,1);
    -o-transition:all 300ms cubic-bezier(0,.995,.99,1);
    transition:all 300ms cubic-bezier(0,.995,.99,1)
  }
  div.circle.expand{
    opacity:0.88;
    width:100%;
    height:100%;
    top:0px;
    right:0;
    -webkit-transition:all 400ms cubic-bezier(0,.995,.99,1);
    -moz-transition:all 400ms cubic-bezier(0,.995,.99,1);
    -ms-transition:all 400ms cubic-bezier(0,.995,.99,1);
    -o-transition:all 400ms cubic-bezier(0,.995,.99,1);
    transition:all 400ms cubic-bezier(0,.995,.99,1)
  }
  div.open{
    position:fixed;
    right:2%;
  }
  .header {
    background:#fff;
    height:50px;
    position:inherit;
  }
  .header .container {
    width:96%;
    margin:0 auto;
    position:relative;
  }
  .header .logo{
    line-height:50px;
  }
  .header .logo img{
    width:90px;
  }
  .header .right {
    position:absolute;
    left:0;
    z-index:210;
    width:100%;
  }
  .header .right .lang{
    display:none;
  }
  .header .right .menu{
    width:100%;
    padding:50px 100px;
  }
  .header .right .menu li.animate{
    -webkit-transition:all 150ms cubic-bezier(0,.995,.99,1);
    -moz-transition:all 150ms cubic-bezier(0,.995,.99,1);
    -ms-transition:all 150ms cubic-bezier(0,.995,.99,1);
    -o-transition:all 150ms cubic-bezier(0,.995,.99,1);
    transition:all 150ms cubic-bezier(0,.995,.99,1)
  }
  .header .right .menu li{
    width:100%;
    height:0px;
    overflow:hidden;
    list-style:none;
    text-align:center;
    -webkit-transition:all 70ms cubic-bezier(0,.995,.99,1);
    -moz-transition:all 70ms cubic-bezier(0,.995,.99,1);
    -ms-transition:all 70ms cubic-bezier(0,.995,.99,1);
    -o-transition:all 70ms cubic-bezier(0,.995,.99,1);
    transition:all 70ms cubic-bezier(0,.995,.99,1)
  }
  .header .right .menu li a{
    color:#ff7019;
    width:100%;
    font-size:16px;
    display:inline-block;
    text-transform:uppercase;
    text-decoration:none;
    letter-spacing:3px
  }
  .header .right .menu li:last-child a{
    border-bottom:0px;
  }
  .header .right .menu li a.title{
    width:100%;
    line-height:44px;
    color:#ff7019;
    font-weight:bolder;
  }
  .header .right .menu li a.title:before{
    display:none;
  }
  .header .right .menu.on li{
    height:auto;
  }
  .header .right .menu li .drop{
    background:none;
    opacity:1;
    top:0;
    position:relative;
    -webkit-transform:scale(1) !important;
    -moz-transform:scale(1) !important;
    -ms-transform:scale(1) !important;
    -o-transform:scale(1) !important;
    filter:scale(1) !important;
    filter:transform;
    transition:all 0.3s ease 0s;
    -webkit-transform:all 0.3s ease 0s;
  }
  .header .right .menu li .drop .submenu{
    width:100%;
  }
  .header .right .menu li .drop .submenu a {
    width: 100%;
    padding: 0;
    line-height: 28px;
    text-align: center;
    color: #ff7019;
  }
  .header .right .menu li .drop .submenu a i {
    display:none;
  }

  .slick-slider .slick-list,.banner,.slick-hero-slider .image-bg{
    height:95vh !important;
  }
  .page_banner {
    height:95vh;
  }
}

@media only screen and (max-width:991px) {
  .col-sm-6, .offset-sm-3, .offset-lg-0, .col-lg-2 {
    margin: 0;
  }
  .partner .p-item, .media .p-item {
    width: 181px;
  }
  .guest .g-item {
    margin-left: 10px;
    margin-right: 10px;
  }
  .guest .g-item .top a{
    height:50vh;
  }
  .guest .g-item .top a img{
    min-height: 50vh;
    max-height: 50vh;
  }
  .content .photo {
    padding: 0;
  }
}

@media screen and (max-width:767px){
    /*首页*/
  .block .section {
    padding:30px 0px;
  }
  .block .section>.title{
    padding-bottom:25px;
  }
  .block .section>.title dd{
    font-size:18px;
  }
  .block .section>.title dt{
    line-height:22px;
    font-size:14px;
    margin-top:8px;
  }
  .guest .g-item .top a{
    height:300px;
  }
  .guest .g-item .top a img{
    min-height: 300px;
    max-height: 300px;
  }

  .digital .item {
    width:100%;
    height:auto;
    padding:0px;
    margin-right:0%;
    margin-left:0px;
    background:none !important;
    margin-bottom:25px;
  }
  .digital .item:last-child {
    margin-bottom:0px;
  }
  .digital .item .title{
    font-size:40px;
    padding-bottom:5px;
    margin-bottom:10px;
    text-align:center;
  }
  .digital .item .text{
    font-size:13px;
    text-align:center;
  }
  .digital .item .title:before{
    left:0;
    right:0;
    margin:0 auto;
  }
  .digital .section{
    padding:4% 2%;
  }
  .partner .p-item, .media .p-item {
    width: 168px;
  }
}

@media screen and (max-width:575px){
  .banner img {
    width: 100%;
  }
  .guest .g-item .top a{
    height:50vh;
  }
  .guest .g-item .top a img{
    min-height: 50vh;
    max-height: 50vh;
  }
  .partner .p-item, .media .p-item {
    width: 46.5vw;
  }
  .partner .p-item a, .media .p-item a {
    width: 46.5vw;
  }
}

@media screen and (max-width:375px){
  .guest .content .item .img img{
    height:121px;
  }
  .partner .p-item, .media .p-item {
    width: 46vw;
  }
}

._orange{
  background:-webkit-linear-gradient(to right,#bd7427,#192025);
  background:-o-linear-gradient(to right,#bd7427,#192025);
  background:-moz-linear-gradient(to right,#bd7427,#192025);
  background:linear-gradient(to top,#bd7427,#192025);
}
._yellow{
  background:-webkit-linear-gradient(to right,#d8da4a,#192025);
  background:-o-linear-gradient(to right,#d8da4a,#192025);
  background:-moz-linear-gradient(to right,#d8da4a,#192025);
  background:linear-gradient(to top,#d8da4a,#192025);
}
._green{
  background:-webkit-linear-gradient(to right,#296e36,#192025);
  background:-o-linear-gradient(to right,#296e36,#192025);
  background:-moz-linear-gradient(to right,#296e36,#192025);
  background:linear-gradient(to top,#296e36,#192025);
}
._cyan{
  background:-webkit-linear-gradient(to right,#3eb4c6,#192025);
  background:-o-linear-gradient(to right,#3eb4c6,#192025);
  background:-moz-linear-gradient(to right,#3eb4c6,#192025);
  background:linear-gradient(to top,#3eb4c6,#192025);
}
._blue{
  background:-webkit-linear-gradient(to right,#1a85c3,#192025);
  background:-o-linear-gradient(to right,#1a85c3,#192025);
  background:-moz-linear-gradient(to right,#1a85c3,#192025);
  background:linear-gradient(to top,#1a85c3,#192025);
}
._violet{
  background:-webkit-linear-gradient(to right,#9100DE,#192025);
  background:-o-linear-gradient(to right,#9100DE,#192025);
  background:-moz-linear-gradient(to right,#9100DE,#192025);
  background:linear-gradient(to top,#9100DE,#192025);
}