@charset "UTF-8";
a {
  color: #555;
  text-decoration: none;
  transition: all ease 0.25s;
}
a:hover,
a:focus {
  opacity: 1;
  color: #1264b8;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
body {
  overflow-x: hidden;
  height: 100%;
  margin: 0 auto;
  font-family: PingFangSC-Regular, "Microsoft YaHei", '微软雅黑', sans-serif;
  color: #555;
}
.container {
  *zoom: 1;
}
.img-box {
  overflow: hidden;
}
.img-box:hover img {
  transform: scale(1.05);
}
.img-box img {
  width: auto;
  max-width: 100%;
  transition: all ease 0.25s;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.top-search {
  background: rgba(31, 52, 85, 0.6);
  padding-top: 30px;
  padding-bottom: 40px;
  position: relative;
  z-index: 999;
  display: none;
}
.top-search .search-cont {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.top-search .s-inp {
  border: none;
  line-height: 50px;
  height: 50px;
  border-bottom: 1px solid #D2D2D2;
  width: 100%;
  color: #fff;
}
.s-inp::-webkit-input-placeholder {
  color: #fff;
}
.top-search .s-btn {
  background: url("btn_search_ined.png") no-repeat center center;
  width: 24px;
  height: 24px;
  border: none;
  position: absolute;
  right: 0;
  top: 13px;
}
.other header {
  position: initial;
  background: #0880df;
  min-height: 100px;
}
.other header .top-logo {
  margin-top: 0;
  /* padding-top: 15px; */
}
.other header.scroll {
  position: initial;
  background: #0880df;
  min-height: 100px;
}
.other header .header-btn a {
  font-size: 16px;
  padding: 0 5px;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  min-height: 150px;
  background: url(bg_header_crea.png) top center no-repeat;
}
header.scroll {
  background: #0880df;
  position: fixed;
  min-height: 100px;
  top: 0;
  left: 0;
}
header .top-logo {
  margin-top: 15px;
}
header .logo-box {
  display: block;
  float: left;
}
header .header-btn {
  float: right;
  line-height: 73px;
}
header .header-btn a {
  color: #fff;
  font-size: 18px;
  line-height: 36px;
}
header .header-btn .search-trigger {
  width: 36px;
  height: 36px;
  display: inline-block;
  background: #1264b8;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  margin: 0 15px;
  cursor: pointer;
}
header .header-btn .switch-trigger{
  color: #fff;
  font-size: 18px;
  margin-right: 15px;
}
header .header-btn .switch-trigger img{
  width: 36px;
}
header .header-btn .search-trigger img {
  width: 24px;
  height: 24px;
}
header .header-btn .menu-trigger {
  cursor: pointer;
}
header .navbar {
  margin-bottom: 0;
  position: fixed;
  right: -100%;
  top: 0;
  width: 25%;
  height: 100%;
  border-radius: 1px;
  background: rgba(0, 0, 0, 0.4);
  transition: all ease 1s;
  border: none;
  z-index: 9;
}
header .navbar .nav-box {
  padding: 40px 40px 20px 20px;
  position: relative;
}
header .navbar .nav-box .menu-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  display: inline-block;
  cursor: pointer;
}
header .navbar .nav > li {
  float: none;
  /*padding: 0 15px;*/
}
header .navbar .nav > li.dropdown > a {
  background: url(icon_right_crea.png) right center no-repeat;
  transition: all ease 0.25s;
}
header .navbar .nav > li.dropdown .dropdown-menu {
  width: 100%;
  background: #000;
  border-radius: 0;
  position: relative;
  margin: 0;
}
header .navbar .nav > li.dropdown .dropdown-menu li > a {
  padding: 15px;
  font-size: 18px;
  color: #fff;
}
header .navbar .nav > li.dropdown .dropdown-menu li > a:hover,
header .navbar .nav > li.dropdown .dropdown-menu li > a:focus {
  background: rgba(0, 0, 0, 0.1);
  color: #1264b8;
}
header .navbar .nav > li.dropdown > a:hover {
  background: url(icon_bottom_crea.png) right center no-repeat;
}
header .navbar .nav > li > a {
  padding: 0;
  font-size: 20px;
  color: #fff;
  padding: 15px;
}
header .navbar .nav > li:hover {
  background: none;
  color: #1264b8;
  background: rgba(0, 0, 0, 0.3);
}
header .navbar .nav > li > a:hover {
  background: none;
  color: #1264b8;
}
.banner-img{
  text-align:center;
}
.banner-img img{
  width: 100%;
}
main .banner_swiper {
  position: relative;
}
main .banner_swiper .swiper-box .swiper-news-wrap {
  position: relative;
}
main .banner_swiper .swiper-box .swiper-news-wrap .swiper-news-box {
  position: absolute;
  left: 0;
  top: -450px;
  width: 555px;
  padding: 30px 20px;
  border: solid 2px #ffffff;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
main .swiper-box{
  text-align: center;
}
main .banner_swiper .swiper-box .swiper-news-wrap .swiper-news-box .tit {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 36px;
}
main .banner_swiper .swiper-box .swiper-news-wrap .swiper-news-box .tit:hover {
  color: #1264b8;
}
main .banner_swiper .swiper-box .swiper-news-wrap .swiper-news-box .des {
  margin-top: 27px;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}
main .banner_swiper .swiper-box .swiper-news-wrap .swiper-news-box .more {
  display: block;
  text-align: right;
  text-decoration: underline;
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
}
main .banner_swiper .swiper-box .swiper-news-wrap .swiper-news-box .more:hover {
  color: #1264b8;
}
main .banner_swiper .swiper-box .swiper-box {
  position: relative;
}
main .banner_swiper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #fff;
  opacity: 1;
}
main .banner_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1c77d4;
}
main .banner_swiper .swiper-pagination {
  bottom: 100px;
}
main .main-nav {
  position: relative;
}
main .main-nav .news-box {
  position: relative;
}
main .main-nav .main-nav-box {
  width: 100%;
  left: 0;
  top: -75px;
  z-index: 98;
}
main .main-nav .main-nav-box .main-nav-list {
  width: 20%;
  padding: 15px;
  text-align: center;
  height: 180px;
  float: left;
  background: #1264b8;
  transition: all ease 0.25s;
}
main .main-nav .main-nav-box .main-nav-list .img-box {
  border-bottom: 1px solid #fff;
  padding-bottom: 18px;
  margin-top: 10px;
  max-height: 82px;
  min-height: 82px;
}
main .main-nav .main-nav-box .main-nav-list .tit {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-top: 15px;
}
main .main-nav .main-nav-box .main-nav-list:nth-child(1) {
  background: #1264b8;
}
main .main-nav .main-nav-box .main-nav-list:nth-child(2) {
  background: #338fed;
}
main .main-nav .main-nav-box .main-nav-list:nth-child(3) {
  background: #43a0ff;
}
main .main-nav .main-nav-box .main-nav-list:nth-child(4) {
  background: #82c0ff;
}
main .main-nav .main-nav-box .main-nav-list:hover {
  background: #2c77c3;
}
main .what {
  padding-top: 90px;
  padding-bottom: 100px;
}
main .what .what-box .tit {
  font-size: 48px;
  font-weight: 700;
}
main .what .what-box .what-cont {
  width: 100%;
  padding-right: 380px;
}
main .what .what-box .what-cont p {
  line-height: 30px;
  font-size: 20px;
  color: #444;
  margin-top: 30px;
  padding-left: 50px;
  position: relative;
}
main .what .what-box .what-cont p:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #444;
  position: absolute;
  top: 13px;
  left: 15px;
}
main .headline {
  background: #e2ebf5;
  padding: 40px 0 50px 0;
}
main .headline .head-wrap .tit {
  font-size: 36px;
  color: #444;
  font-weight: 700;
}
main .headline .head-wrap .headlind-top {
  margin-top: 40px;
}
main .headline .head-wrap .headlind-top a {
  overflow: hidden;
}
main .headline .head-wrap .headlind-top a:nth-child(2) .headline-cont:before{
  right: -16px;
  left: auto;
  z-index: 9;
  transform: rotateY(180deg);
}
main .headline .head-wrap .headlind-top a .img-box {
  float: left;
  width: 50%;
  max-height: 250px;
}
main .headline .head-wrap .headlind-top a .headline-cont {
  float: left;
  width: 50%;
  height: 250px;
  background: #1264b8;
  position: relative;
  padding: 20px 25px;
}
main .headline .head-wrap .headlind-top a .headline-cont:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 16px solid #1264b8;
  border-bottom: 15px solid transparent;
  position: absolute;
  left: -16px;
  top: 32px;
}
main .headline .head-wrap .headlind-top a .headline-cont .small {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
main .headline .head-wrap .headlind-top a .headline-cont .tit {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 36px;
  margin: 14px 0;
}
main .headline .head-wrap .headlind-top a .headline-cont .des {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}
main .headline .head-wrap .headlind-top a .headline-cont .time {
  font-size: 14px;
  color: #fff;
  margin-top: 12px;
}
main .headline .head-wrap .headline-bottom a {
  width: 50%;
  display: block;
  float: left;
}
main .headline .head-wrap .headline-bottom a .headline-cont {
  height: 150px;
  background: #338fed;
}
main .headline .head-wrap .headline-bottom a .headline-cont:before {
  top: 16px;
  left: -10px;
  border-right: 10px solid #338fed;
  border-top: 11px solid transparent;
  border-bottom: 10px solid transparent;
}
main .headline .head-wrap .headline-bottom a .headline-cont .tit {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}
main .headline .feren-item {
  margin-top: 30px;
}
main .headline .feren-item .feren-box {
  display: block;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 2px;
}
main .headline .feren-item .feren-box .feren-info {
  padding: 20px 20px 30px 20px;
}
main .headline .feren-item .feren-box .feren-info .des {
  font-size: 24px;
  line-height: 36px;
  color: #444444;
  transition: all ease 0.25s;
}
main .headline .feren-item .feren-box .feren-info .des:hover {
  color: #0880df;
}
main .headline .feren-item .feren-box .feren-info .time {
  font-size: 24px;
  line-height: 36px;
  color: #777777;
  margin-top: 20px;
}
main .product {
  padding: 45px 0;
  background: url(bg_product_crea.png) center center no-repeat;
  background-size: cover;
  position: relative;
}
main .product .swiper-button-prev,
main .product .swiper-button-next {
  width: 54px;
  height: 54px;
}
main .product .swiper-button-prev:after,
main .product .swiper-button-next:after {
  content: '';
  width: 54px;
  height: 54px;
  background-size: cover;
}
main .product .swiper-button-next {
  background: url(right_icon.png) center center no-repeat;
  right: 300px;
}
main .product .swiper-button-prev {
  left: 300px;
  background: url(left_icon.png) center center no-repeat;
}
main .product .product-wrap {
  position: relative;
  overflow: hidden;
}
main .product .product-wrap .tit {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}
main .product .product-wrap .more {
  text-align: center;
  margin-top: 40px;
}
main .product .product-wrap .more a {
  background: #fff;
  display: inline-block;
  padding: 9px 25px;
  font-size: 20px;
  line-height: 30px;
  color: #0554a5;
}
main .product .product-wrap .more a:hover {
  color: #fff;
  background: #0554a5;
}
main .product .product-wrap a {
  display: block;
  background: #fff;
}
main .product .product-wrap a .wrap {
  /* min-height: 195px; */
}
main .product .product-wrap a .img-box {
  width: 100%;
  min-height: 270px;
}
main .product .product-wrap a .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #444444;
  padding: 15px 15px;
  transition: all ease 0.25s;
  min-height: 90px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
main .product .product-wrap a .title:hover {
  color: #1264b8;
}
main .product .product-wrap a .des {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  padding: 0 15px 20px 15px;
}
main .overview {
  padding: 45px 0;
}
main .overview .tit {
  font-size: 36px;
  color: #000;
  font-weight: 700;
  margin-bottom: 30px;
}
main .overview .overview-wrap {
  overflow: hidden;
}
main .overview .overview-wrap .overview-list {
  float: left;
  margin-bottom: 40px;
}
main .overview .overview-wrap .overview-list .over-box {
  padding: 10px;
  border: 1px solid #ddd;
}
main .main-box .aside-box {
  transform: translateY(-25px);
}
main .main-box .aside-box .aside-tit {
  background: url(bg_aside_crea.png) center center no-repeat;
  font-size: 26px;
  color: #ffffff;
  width: 295px;
  padding: 30px 0 30px 30px;
  background-size: cover;
}
main .main-box .aside-box .aside-item {
  width: 100%;
}
main .main-box .aside-box .aside-item li {
  color: #444444;
  border-left: 5px solid transparent ;
  transition: all ease 0.25s;
  border-bottom: 1px solid #ececec;
}
main .main-box .aside-box .aside-item li:hover {
  border-left: 5px solid #449af3 ;
}
main .main-box .aside-box .aside-item li a {
  display: inline-block;
  width: 100%;
  padding: 20px 18px;
  font-size: 18px;
}
main .main-box .aside-box .aside-item li.active {
  border-left: 5px solid #449af3 ;
  background: url(aside01_icon.png) right center no-repeat;
}
main .main-box .aside-box .aside-item li.active a {
  font-weight: 700;
}
main .main-box .right-box {
  margin-bottom: 60px;
}
main .main-box .right-box .cont-top-info {
  overflow: hidden;
  padding: 18px 0;
  border-bottom: 2px solid #157ee9;
}
main .main-box .right-box .cont-top-info .channel-tit {
  float: left;
  font-size: 24px;
  font-weight: 700;
  color: #1974d2;
  padding-right: 20px;
  border-right: 4px solid #ff8a00;
}
main .main-box .right-box .cont-top-info .breadnav a.active {
  color: #0880df;
}
main .main-box .right-box .content {
  box-shadow: 0px 0px 9px 1px rgba(130, 151, 195, 0.2);
  background: #fff;
  min-height: 50vh;
  padding: 20px;
}
main .main-box .right-box .content .TRS_Editor{
  overflow-x:scroll;
} 
main .main-box .right-box .content .member-box {
  display: block;
  width: 100%;
  box-shadow: 0px 0px 9px 1px rgba(130, 151, 195, 0.2);
  overflow: hidden;
  padding: 18px ;
  margin-bottom: 30px;
}
main .main-box .right-box .content .member-box .img-box {
  float: left;
  width: 140px;
  max-height: 190px;
  overflow: hidden;
}
main .main-box .right-box .content .member-box .img-box img {
  transition: all ease 0.25s;
}
main .main-box .right-box .content .member-box .img-box:hover img {
  transform: scale(1.05);
}
main .main-box .right-box .content .member-box .member-info {
  float: left;
  width: 190px;
  padding-left: 18px;
}
main .main-box .right-box .content .member-box .member-info .name {
  font-size: 18px;
  font-weight: 700;
  color: #444444;
}
main .main-box .right-box .content .member-box .member-info .name:hover {
  color: #1264b8;
}
main .main-box .right-box .content .member-box .member-info .des {
  font-size: 16px;
  line-height: 24px;
  color: #444444;
  margin-top: 20px;
}
main .main-box .right-box .content .exper-top {
  background: #0880df;
  padding: 20px;
  overflow: hidden;
}
main .main-box .right-box .content .exper-top .img-box {
  width: 215px;
  max-height: 310px;
  float: left;
  overflow: hidden;
}
main .main-box .right-box .content .exper-top .img-box:hover img {
  transform: scale(1.05);
}
main .main-box .right-box .content .exper-top .img-box img {
  width: 100%;
  transition: all ease 0.25s;
}
main .main-box .right-box .content .exper-top .exper-info {
  padding-left: 235px;
}
main .main-box .right-box .content .exper-top .exper-info .name {
  font-size: 36px;
  color: #ffffff;
}
main .main-box .right-box .content .exper-top .exper-info .des {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  margin: 25px 0;
}
main .main-box .right-box .content .exper-top .exper-info .exper-item {
  overflow: hidden;
}
main .main-box .right-box .content .exper-top .exper-info .exper-item li {
  float: left;
  width: 50%;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  font-weight: 700;
}
main .main-box .right-box .content .exper-top .exper-info .exper-item li span {
  font-weight: 400;
}
main .main-box .right-box .content .other-info {
  margin-top: 35px;
}
main .main-box .right-box .content .other-info .title {
  background: #f0f8ff;
  padding: 20px;
  color: #0880df;
}
main .main-box .right-box .content .other-info .other-cont {
  padding: 20px;
}
main .main-box .right-box .content .other-info .other-cont p {
  font-size: 18px;
  line-height: 30px;
  color: #444444;
}
main .main-box .right-box .content .news-box {
  box-shadow: 0px 0px 9px 1px rgba(130, 151, 195, 0.2);
  background: #fff;
  margin-bottom: 30px;
}
main .main-box .right-box .content .news-box .img-box {
  display: block;
  margin-bottom: 60px;
  border-bottom: 1px solid #efefef;
}
main .main-box .right-box .content .news-box .news-other {
  position: relative;
  padding: 0px 20px 20px 20px;
}
main .main-box .right-box .content .news-box .news-other .keyword {
  position: absolute;
  background: rgba(8, 128, 223, 0.7);
  font-size: 20px;
  font-weight: 700;
  padding: 15px;
  color: #fff;
  top: -80px;
  left: 0;
}
main .main-box .right-box .content .news-box .news-other .des {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
main .main-box .right-box .content .news-box .news-other .more {
  text-align: right;
}
main .main-box .right-box .content .news-box .news-other .more a {
  text-decoration: underline;
  font-size: 16px;
  line-height: 24px;
  color: #0880df;
}
main .main-box .right-box .content .news-box .news-other .more a:hover {
  color: #444;
}
main .main-box .right-box .content .wenzi-item {
  border-bottom: 1px solid #ececec;
  margin-bottom: 30px;
}
main .main-box .right-box .content .wenzi-item .wenzi-list {
  margin: 20px 0;
  background: url(icon08_crea.png) left center no-repeat;
}
main .main-box .right-box .content .wenzi-item .wenzi-list:hover a {
  color: #1264b8;
}
main .main-box .right-box .content .wenzi-item .wenzi-list a {
  font-size: 16px;
  color: #666666;
  padding-left: 20px;
}
main .main-box .right-box .content .news-item {
  margin-bottom: 30px;
}
main .main-box .right-box .content .news-item .news-list {
  padding: 16px 30px 16px 18px;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0px 0px 9px 1px rgba(130, 151, 195, 0.2);
  transition: all ease 0.25s;
}
main .main-box .right-box .content .news-item .news-list:hover {
  box-shadow: 0px 0px 9px 1px rgba(130, 151, 195, 0.5);
}
main .main-box .right-box .content .news-item .news-list:hover .middle-cont {
  background: url(icon10_crea.png) right center no-repeat;
}
main .main-box .right-box .content .news-item .news-list .time {
  width: 92px;
  height: 92px;
  border: 1px solid #eee;
  float: left;
  text-align: center;
  padding: 12px;
}
main .main-box .right-box .content .news-item .news-list .time span {
  display: block;
}
main .main-box .right-box .content .news-item .news-list .time span sup {
  font-size: 60%;
  position: absolute;
  top: 5px;
  right: -5px;
}
main .main-box .right-box .content .news-item .news-list .time span.time-top {
  font-size: 18px;
  line-height: 24px;
  color: #777777;
  position: relative;
}
main .main-box .right-box .content .news-item .news-list .time span.time-bottom {
  font-size: 24px;
  line-height: 24px;
  color: #777777;
  margin-top: 15px;
}
main .main-box .right-box .content .news-item .news-list .middle-cont {
  float: left;
  width: 90%;
  padding-right: 50px;
  padding-left: 20px;
  background: url(icon09_crea.png) right center no-repeat;
}
main .main-box .right-box .content .news-item .news-list .middle-cont .tit {
  font-size: 18px;
  font-weight: 700;
  color: #444444;
  transition: all ease 0.25s;
}
main .main-box .right-box .content .news-item .news-list .middle-cont .tit:hover {
  color: #0880df;
}
main .main-box .right-box .content .news-item .news-list .middle-cont .des {
  font-size: 16px;
  line-height: 24px;
  color: #777777;
  margin-top: 15px;
}
main .main-box .right-box .content .content-top .tit {
  font-size: 24px;
  font-weight: 700;
  color: #444444;
  text-align: center;
}
main .main-box .right-box .content .content-top .time {
  text-align: center;
  font-size: 16px;
  color: #777777;
  margin: 20px 0 15px 0;
}
main .main-box .right-box .content #conts {
  padding: 0 15px;
  word-break: break-all;
}
main .main-box .right-box .content #conts p {
  font-size: 16px;
  line-height: 30px;
  color: #444444;
  margin-bottom: 20px;
}
.content #pages {
  text-align: center;
  margin-top: 15px;
  padding-bottom: 20px;
}
.content #pages #more {
  width: 100%;
  background: #0880df;
  color: #fff;
  padding: 10px 0;
}
.content #pages span,
.content #pages a {
  display: inline-block;
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  border-radius: 2px;
}
.content #pages span {
  background: #0880df;
  color: #fff;
}
.content #pages a {
  background: #eff8ff;
  color: #0880df;
}
.content #pages a:hover {
  background: #0880df;
  color: #fff;
}
.footer .footer-top {
  background: #0880df;
}
.footer .footer-top .aboutUs {
  overflow: hidden;
  width: 100%;
}
.footer .footer-top .aboutUs li {
  float: left;
  line-height: 90px;
}
.footer .footer-top .aboutUs li.tit {
  font-size: 24px;
  color: #ffffff;
  margin-right: 38px;
}
.footer .footer-top .aboutUs li.tel {
  font-size: 18px;
  color: #ffffff;
  padding-left: 50px;
  background: url(about_tel_crea.png) left center no-repeat;
}
.footer .footer-top .aboutUs li.email {
  font-size: 18px;
  color: #ffffff;
  padding-left: 50px;
  margin-left: 80px;
  background: url(icon_email_crea.png) left center no-repeat;
}
.footer .footer-top .aboutUs li.add {
  font-size: 18px;
  color: #ffffff;
  padding-left: 40px;
  margin-left: 80px;
  background: url(icon_add_crea.png) left center no-repeat;
}
.footer footer {
  background: #214eb3;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  padding: 25px 0;
}
.footer footer p {
  width: 80%;
  margin: 0 auto;
}
