@font-face {
  font-family: "iconfont";
  src: url('./fonts/iconfont.eot');
  /* IE9*/
  src: url('./fonts/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('./fonts/iconfont.woff') format('woff'), /* chrome, firefox */ url('./fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('./fonts/iconfont.svg#iconfont') format('svg');
  /* iOS 4.1- */
}
body.page {
  background: #f1f1f1;
}
body {
  margin: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
ul,
ol {
  list-style: none;
}
ul,
ol,
p {
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
input,
select,
textarea {
  outline: none;
  border: none;
  background: none;
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.ver-wrap {
  display: table;
  height: 100%;
  min-height: 100%;
}
.ver-inner {
  display: table-cell;
  vertical-align: middle;
}
.imgfull {
  width: 100%;
}
.imgauto {
  width: auto;
  max-width: 100%;
}
.rel {
  position: relative;
}
.contain-1200 {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 2100;
}
.big-container {
  position: relative;
  width: 94%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.big-container .logo {
  display: block;
  width: 338px;
  margin-top:36px;  
  float:left;
}
.big-container .logo img {
  width: 100%;
  height: auto;
}
.nav-wrapper {
  position: relative;
  margin-left:358px;
  margin-top:40px;
  height: 50px;
  width:auto;
  background: #f5f5f5;
  border-radius: 50px;
}
.toggle-nav {
  position: absolute;
  right: 50px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #00baff;
  bottom:0;
  z-index: 2100;
  display: none;
}
.toggle-nav .icon {
  position: absolute;
  width: 20px;
  height: 1px;
  background: #fff;
  left: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.toggle-nav .icon1 {
  top: 14px;
}
.toggle-nav .icon2 {
  top: 20px;
}
.toggle-nav .icon3 {
  top: 26px;
}
.toggle-nav.active .icon1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
}
.toggle-nav.active .icon3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
}
.phone-nav-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 2000;
  overflow: auto;
  padding-top: 120px;
  display: none;
}
.phone-nav {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.phone-nav > li > a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
.phone-nav .phone-sub {
  display: none;
}
.phone-nav .phone-sub a {
  display: block;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  color: #666;
}
.pc-nav {
  height: 40px;
  position: absolute;
  width: 100%;
  bottom: 10px;
  right: 0;
  float: left;
  padding-right: 180px;
  text-align: right;
}
.pc-nav > li {
  position: relative;
  width: 13%;
  text-align: center;
  padding: 0;
}
.pc-nav > li:hover > a,
.pc-nav > li.active > a {
  border-bottom: 2px solid #00baff;
}
.pc-nav > li.active > a {
  border-bottom: 2px solid #00baff;
}
.pc-nav > li > a {
  display: inline-block;
  height: 40px;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.pc-nav > li:nth-child(5) .pc-subnav {
  right: 0;
  left: auto;
}
.pc-nav > li:nth-child(6) .pc-subnav {
  right: 0;
  left: auto;
}
.pc-subnav {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 420px;
  height: auto;
  padding: 10px;
  background: #fff;
  box-shadow: 2px 2px 8px 0 #ccc;
  *zoom: 1;
}
.pc-subnav:before,
.pc-subnav:after {
  display: table;
  content: "";
}
.pc-subnav:after {
  clear: both;
}
.pc-subnav .left-list {
  float: left;
}
.pc-subnav .left-list a {
  display: block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  color: #666;
}
.pc-subnav .left-list a:hover {
  color: #00baff;
}
.pc-subnav .right-pic {
  float: right;
  width: 250px;
}
.oa-link {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  width: 180px;
  text-align: center;
  color: #fff;
  background: #00baff;
  border-radius: 50px;
  font-size: 16px;
  letter-spacing: 4px;
}
.oa-link:focus{
  color:#fff;
}
.oa-link .iconfont {
  font-size: 20px;
  margin-right: 5px;
}
.oa-link:hover {
  color: #fff;
  background: #00a6eb;
}
.header.page {
  position: inherit;
  background: #fff;
}

/*footer*/
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 80px;
}
.copyright {
  color: #666;
  font-size: 12px;
  line-height: 26px;
}
.copyright a {
  color: #666;
}
.copyright a:hover {
  color: #00baff;
}
.copyright span {
  margin-right: 10px;
}
.indexNews {
  position: absolute;
  right: 0;
  bottom:35px;
  width: 480px;
  height: 40px;
  padding-left: 90px;
  border-radius: 40px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.indexNews .tip {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  display: table;
  height: 100%;
  min-height: 100%;
  text-align: center;
  font-weight: bold;
  background: #ddd;
  color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.indexNews .tip p {
  display: table-cell;
  vertical-align: middle;
}
.indexNews .spread-btn {
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  color: #333;
  cursor: pointer;
}
.indexNews-list {
  background: #f5f5f5;
  padding: 0 55px 0 15px;
}
.indexNews-list li {
  height: 41px;
  line-height: 41px;
  border-bottom: 1px solid #ddd;
}
.indexNews-list li .date {
  display: inline-block;
  float: left;
  width: 100px;
  color: #333;
  font-family: "Arial";
}
.indexNews-list li .title {
  display: inline-block;
  float: left;
  width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #00baff;
  font-weight: bold;
}
.indexNews-list li .title:hover {
  color: #00a6eb;
}
#nextBtn {
  position: fixed;
  bottom: 5%;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  background: #00baff;
  color: #fff;
  font-size: 46px;
  cursor: pointer;
  z-index: 2000;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  animation: btnMove 2s ease-in-out infinite alternate;
}
@keyframes btnMove {
  from {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  to {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
  }
}
/*内页公共*/
.page-cont {
  padding-bottom: 60px;
  margin-top: -60px;
}
.page-banner {
  height: 360px;
  padding-top: 120px;
  color: #fff;
}
.page-banner h2 {
  font-size: 36px;  
  margin: 0;
  letter-spacing: 4px;
}
.page-banner .en {
    font-size: 20px;
    font-family:arial;
  }
.page-nav {
  padding: 0 20px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.page-nav .item {
  position: relative;
  display: inline-block;
  min-width: 120px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #333;
  font-size: 16px;
  margin:0 2px;
}
.propage .page-nav .item{
  min-width: 180px;
}
.page-nav .item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #00baff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-nav .item:hover:after,
.page-nav .item.active:after {
  left: 15%;
  width: 70%;
}
.page-title {
  position: relative;
  margin-bottom: 40px;
}
.page-title .en {
  font-size: 80px;
  color: #e5e5e5;
  font-weight: bold;
  line-height: 80px;
}
.page-title .ch {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
.page-title.no-clip .ch {
  position: inherit;
  margin-top: 15px;
}
.page-foot {
  position: relative;
  background: #222;
}
.page-foot .item {
  color: #999;
  text-align: center;
  padding: 50px 0 25px;
}
.page-foot .item .iconfont {
  font-size: 30px;
}
.page-foot .item p {
  line-height: 26px;
  margin-top: 10px;
}
.page-foot .backTop {
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 60px;
  color: #fff;
  background: #00baff;
  border-radius: 60px;
  left: 50%;
  top: 0;
  margin-left: -30px;
  margin-top: -30px;
  cursor: pointer;
  z-index: 2;
}
.page-foot .page-copyright {
  padding: 10px;
  line-height: 26px;
  text-align: center;
  border-top: 1px solid #333;
  color:#999;
}
.page-foot .page-copyright span {
  display: inline-block;
}
.page-foot .page-copyright a {
  color: #999;
}
.page-foot .page-copyright a:hover {
  color: #00baff;
}
/*新闻类详情页*/
.article-cont {
  padding: 50px 40px;
  background: #fff;
}
.article-detail .title {
  font-size: 22px;
  color: #333;
  font-weight: bold;
  margin: 0 0 20px;
  text-align: center;
}
.article-detail .date {
  font-size: 14px;
  color: #999;
  text-align: center;
  margin-bottom: 10px;
}
.article-detail .content {
  padding: 10px;
}
.article-detail .content p {
  text-indent: 2em;
  font-size: 14px;
  line-height: 26px;
  color: #666;
  text-align: justify;
  margin-bottom: 10px;
}
.article-detail .content img {
  display: block;
  width: auto;
  max-width: 80%;
  margin: 0 auto 10px;
}
.article-detail .content .img-desc {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
}

/*分页*/
.pagination{
  text-align:center;
}
.pagination .l_r .current,
.pagination .l_r a{
  display:inline-block;
  padding:5px 10px;
  border:1px solid #ddd;
  margin:0 3px;
  color:#555;
}
.pagination .l_l{
  margin-bottom:10px;
}
.pagination .l_r .current{
  color:#fff;
  background:#00baff;
  border-color:#00baff;
}
.next_prev{
  color:#00baff;
  margin-top:10px;
}
.next_prev .l_l{
  margin-bottom:10px;
}
.next_prev a{
  color:#00baff;
}
/*video frame*/
.video-wraper{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;  
  z-index:12000;
  overflow-y:auto;
  background:rgba(0,0,0,.6);
  display:none;
}
.video-block{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.video-block .bg{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:125;
}
.video-wraper .ver-wrap{
  width:100%;
}
.video-part{
  width:800px;
  height:auto;
  margin:0 auto;
  background:#f5f5f5;
  position:relative;
  border-radius:10px;
  z-index:130;
}
#index-video{
  width:100%;
  height:400px;
}

/*底部浮框*/
.bottom-ban{
  position:absolute;
  width:100%;
  bottom:0;
  left:0;
  z-index:2000;
}
.bottom-ban img{
  width:100%;
}
.bottom-ban #close-bottom{
  width:30px;
  height:30px;
  background:url(../imgs/bottom-close.png) no-repeat center center;
  position:absolute;
  top:0;
  right:12%;
  cursor:pointer;
}
/*面包屑导航*/
.breadnav{
  background:#fff;
  padding:40px 50px 0;
  color:#989898;
}
.breadnav a{
  color:#989898;
  text-decoration: underline;
}
.breadnav a:hover{
  color:#333;
}
.breadnav span{
  color:#00baff;
  text-decoration: underline;
}
.jop-page .breadnav{
  padding-bottom:10px;
}

@media screen and (max-width:1600px){
  .header{
    height:90px;
  }
  .big-container .logo{
    width:282px;
    margin-top:27px;
  }
  .nav-wrapper{
    margin-left:302px;
    margin-top:32px;
    height:40px;
  }
  .pc-nav{
    bottom:5px;
  }
  .pc-nav > li > a{
    height:40px;
    line-height:50px;
    font-size:14px;
  }
  .oa-link{
    width:160px;
    height:40px;
    line-height:40px;
    font-size:14px;
  }
  .oa-link .iconfont{
    font-size:18px;
  }
}

@media screen and (max-width: 1439px) {
  .header{
    height:75px;
  }
  .big-container .logo{
    margin-top:16px;
  }
  .nav-wrapper{
    margin-top:20px;
  }
  .page-banner {
    height: 270px;
    padding-top:83px;
  }
}

@media screen and (max-width: 1279px) {
  .nav-wrapper {
    background:transparent;
  }
  .pc-nav {
    display: none;
  }
  .toggle-nav {
    display: block;
  }
  .oa-link {
    height: 40px;
    line-height: 40px;
    width: 40px;
    letter-spacing: 0px;
    bottom: 0;
  }
  .oa-link .iconfont {
    font-size: 22px;
    margin-right: 0;
  }
  .oa-link .t {
    display: none;
  }
  .page-banner {
    text-align: center;
  }
}
@media screen and (max-width: 1100px) {
  .footer {
    height: 80px;
  }
  .indexNews {
    bottom: 26px;
    width: 450px;
  }
  .indexNews-list li .date {
    width: 90px;
  }
  .indexNews-list li .title {
    width: 189px;
  }
  #nextBtn {
    bottom: 2%;
  }
}
@media screen and (max-width: 1023px) {
  .footer {
    height: 40px;
  }
  .footer .big-container {
    width: 100%;
  }
  .copyright {
    display: none;
  }
  .indexNews {
    width: 100%;
    bottom: 0;
    border-radius: 0;
  }
  .indexNews-list li {
    position: relative;
    padding-left: 90px;
  }
  .indexNews-list li .date {
    position: absolute;
    top: 0;
    left: 0;
  }
  .indexNews-list li .title {
    width: 100%;
  }
  #nextBtn {
    bottom: 46px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    font-size: 30px;
    z-index: 900;
  }
  .page-nav {
    padding: 0 10px;
  }
  .page-title {
    margin-bottom: 20px;
  }
  .article-cont {
    padding: 30px 10px;
  }
  .video-part{width:600px;}
  .breadnav {
      padding: 20px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  #nextBtn {
    display: none;
  }
  .header {
    background: rgba(255, 255, 255, 0.9);
  }
  .video-part{width:590px;}
}
@media screen and (max-width: 600px) {
  .big-container .logo {
    width:200px;
    margin-top:20px;
  }
  .nav-wrapper{
    margin-top:12px;
    margin-left:200px;
  }
  .oa-link {
    height: 30px;
    line-height: 30px;
    width: 30px;
  }
  .oa-link .iconfont {
    font-size: 18px;
  }
  .toggle-nav {
    width: 30px;
    height: 30px;
    right:40px;
    border-radius: 30px;
  }
  .toggle-nav .icon {
    position: absolute;
    width: 14px;
    left: 8px;
  }
  .toggle-nav .icon1 {
    top: 10px;
  }
  .toggle-nav .icon2 {
    top: 15px;
  }
  .toggle-nav .icon3 {
    top: 20px;
  }
  .toggle-nav.active .icon1 {
    top: 15px;
  }
  .toggle-nav.active .icon3 {
    top: 15px;
  }
  .indexNews {
    padding-left: 50px;
    font-size: 12px;
  }
  .indexNews .tip {
    width: 50px;
  }
  .indexNews-list {
    padding: 0 55px 0 10px;
  }
  .indexNews-list li {
    padding-left: 70px;
  }
  .indexNews-list li .date {
    width: 70px;
  }

  .page-nav .item {
    min-width: 74px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .propage .page-nav .item{
    min-width:110px;
  }
  .page-title {
    margin-bottom: 10px;
  }
  .page-title .en {
    font-size: 60px;
    line-height: 54px;
  }
  .page-title .ch {
    font-size: 22px;
  }
  .page-foot {
    padding-top: 40px;
  }
  .page-foot .item {
    width: 100%;
    padding: 10px 0;
  }
  .page-foot .item p {
    margin-top: 5px;
  }
  .page-foot .backTop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    border-radius: 40px;
    margin-left: -20px;
    margin-top: -20px;
  }
  .page-cont {
    padding-bottom: 40px;
    margin-top: -40px;
  }
  .page-banner {
    height: 190px;
    padding-top: 55px;
  }
  .page-banner h2 {
    font-size: 28px;
  }
  .article-cont {
    padding: 10px;
  }
  .article-detail .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .article-detail .content {
    padding: 10px 0;
  }
  .article-detail .content img {
    max-width: 100%;
  }
  .video-part{width:480px;}
  #index-video{height:200px;}
  .bottom-ban #close-bottom{width:15px;height:15px;background-size:100% 100%;}
  .breadnav {
      padding: 10px 5px 0;
      font-size:12px;
  }
}
@media screen and (max-width: 380px) {
.video-part{width:310px;}
}
@media screen and (max-width: 380px) {
  .page-cont {
    margin-top: -40px;
    padding-bottom: 40px;
  }
  .page-nav {
    padding: 0 5px;
  }
  .page-nav .item {
    min-width: 54px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
  .propage .page-nav .item{
    min-width: 85px;
  }
  .page-banner {
    height: 120px;
    padding-top: 30px;
  }
  .page-banner h2 {
    font-size: 22px;
  }
}
