@font-face {
  font-family: 'Rising Sun Bold';
  src: url('../fonts/RisingSun-Bold.sfd.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RisingSun-Regular';
  src: url('../fonts/RisingSunRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'RisingSun-Regular';
  max-width: 1920px;
  margin: 0 auto;
}
.over {
  overflow: hidden;
}
.trans {
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.imgZoom img {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.imgZoom img:hover {
    transform: rotate(180deg);
}
.hoverBtn:hover {
  background-color: #f15422 !important;
  color: #fff !important;
}
.leo-6 {
  width: 50%;
  float: left;
}
.leo-row {
  width: 100%;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.home-header {
  padding: 15px 0;
  background-color: #fff;
}
.home-header .contact-us-ul {
  font-family: 'RisingSun-Regular';
}
.home-header .contact-us-ul li {
  display: table;
  float: left;
  margin-right: 14px;
  font-size: 16px;
  color: #777;
}
.home-header .contact-us-ul li > div {
  display: table-cell;
  vertical-align: middle;
}
.home-header .contact-us-ul li .icon {
  padding-right: 15px;
}
.home-header .contact-us-ul li .icon img {
  max-width: 50px;
}
.home-header .contact-us-ul li .name {
  font-size: 16px;
  color: #666666;
}
.top_search {
  display: none;
  float: right;
  margin-top: 12px;
}
.top_search .email_span {
  margin-left: 6px;
  margin-right: 6px;
}
.header-logo {
  float: left;
  line-height: 100px;
}
.header-right {
  float: right;
}
.header-logo .logo {
  display: inline-block;
}

.header-logo img {
  vertical-align: middle;
}
.header-logo p {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  margin-left: 18px;
  padding-left: 18px;
  line-height: 24px;
  vertical-align: middle;
  font-weight: bold;
  font-family: 'Rising Sun Bold';
}
.header-logo p::after {
  content: '';
  display: block;
  width: 1px;
  height: 80%;
  background-color: #eee;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#header {
  position: sticky;
  top: 0;
  box-sizing: border-box;
  width: 100%;
  z-index: 99;
  padding: 0 100px;
  background-color: #f15422;
}
#header .auto-container {
  width: auto ;
}
#header .navlist {
  padding-left: 0;
}
#header .navlist .hasdrop {
  float: left;
  position: relative;
}
#header .navlist .hasdrop.active a span{
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
}
#header .navlist .hasdrop > a {
  text-decoration: none;
  display: block;
  padding: 0 25px;
  font-size: 18px;
  line-height: 90px;
  letter-spacing: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Rising Sun Bold';
}
#header .navlist .hasdrop > a:hover span{
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
}


#header .navlist .hasdrop > a .mobile-navbtn {
  position: absolute;
  top: 0;
  right: 10px;
  margin: auto;
  font-size: 20px;
  width: 20px;
  height: 20px;
  transition: 0.3s;
}
#header .navlist .hasdrop > a .mobile-navbtn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: rotate(45deg);
}
#header .navlist .hasdrop > a .mobile-navbtn.open {
  transform: rotate(90deg);
}
#header .navlist .s-menu {
  position: absolute;
  top: 100px;
  display: none;
  background-color: #fff;
}
#header .navlist .s-menu > .hasdrop {
  position: relative;
  padding: 10px 0px;
  float: none;
}
#header .navlist .s-menu > .hasdrop > a {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  display: block;
  text-decoration: none;
  font-size: 16px;
  padding-right: 35px;
  line-height: 24px;
}
#header .navlist .s-menu > .hasdrop > a .mobile-navbtn{
    display: block !important;
}
#header .navlist .s-menu > .hasdrop > a .mobile-navbtn:before{
    transform: rotate(-45deg);
}
#header .navlist .s-menu > .hasdrop > a:hover {
  background-color: transparent;
  color: #f15422;
}
#header .navlist .s-menu .t-menu {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #fff;
  display: none;
  border-left: 2px solid #eee;
}
#header .navlist .s-menu .t-menu > .hasdrop {
  padding: 10px 20px;
  width: 100%;
}
#header .navlist .s-menu .t-menu > .hasdrop > a {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  display: block;
  text-decoration: none;
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
  line-height: 24px;
}
#header .navlist .s-menu .t-menu > .hasdrop > a:hover {
  background-color: transparent;
  color: #f15422;
}
#header .f-menu {
  float: left;
}
#header.scrollHead {
  background-color: #f15422;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 0 100px;
}
#header.scrollHead .header-logo p {
  color: #fff;
}
#header .navlist .s-menu > .hasdrop > a{
    color: #222;
}
#header.scrollHead .navlist .hasdrop > a:hover span{
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
}

.Home-banner {
  position: relative;
  left: 0;
}
.Home-banner .swiper-banner .item img {
  width: 100%;
}
.Home-banner{position:relative;left:0}
.Home-banner .swiper-banner .item img{width:100%}
.Home-banner .swiper-banner .banner-page{bottom:25px}
.Home-banner .swiper-banner .swiper-pagination-bullet{width:auto;height:auto;border-radius:0;box-sizing:border-box;opacity:1;color:#fff;font-size:18px;  font-family: 'Rising Sun Bold';background:0 0;margin:0 12px;text-align:center}
.Home-banner .swiper-banner .swiper-pagination-bullet-active{font-size:26px;border-bottom:1px solid #fff}
.Home-banner .here-an {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  text-align: center;
  z-index: 9;
  font-size: 30px;
  color: #fff;
  z-index: 1;
}
.Home-banner .here-an .yinbot1 {
  display: block;
  animation: ani-svg 0.85s linear 0s alternate infinite;
  -webkit-animation: ani-svg 0.85s linear 0s alternate infinite;
  margin-left: -12px;
}
.home_title {
  text-align: center;
}
.home_title div {
  font-size: 46px;
  line-height: 1;
  color: #222;
  font-family: 'Rising Sun Bold';
}
.home_title div span {
  color: #f15422;
}
.home_title p {
  font-size: 16px;
  color: #666;
}
@keyframes ani-svg {
  0% {
    opacity: 0.4;
    transform: translateY(-20px);
  }
  15% {
    opacity: 0.65;
    transform: translateY(-15px);
  }
  25% {
    opacity: 0.8;
    transform: translateY(-10px);
  }
  50% {
    opacity: 1;
    transform: translateY(0px);
  }
  65% {
    opacity: 0.8;
    transform: translateY(5px);
  }
  75% {
    opacity: 0.65;
    transform: translateY(10px);
  }
  100% {
    opacity: 0.4;
    transform: translateY(15px);
  }
}
@-webkit-keyframes ani-svg {
  0% {
    opacity: 0.4;
    -webkit-transform: translateY(-20px);
  }
  15% {
    opacity: 0.65;
    -webkit-transform: translateY(-15px);
  }
  25% {
    opacity: 0.8;
    -webkit-transform: translateY(-10px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  65% {
    opacity: 0.8;
    -webkit-transform: translateY(5px);
  }
  75% {
    opacity: 0.65;
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 0.4;
    -webkit-transform: translateY(15px);
  }
}
@-moz-keyframes ani-svg {
  0% {
    opacity: 0.4;
    -moz-transform: translateY(-20px);
  }
  15% {
    opacity: 0.65;
    -moz-transform: translateY(-15px);
  }
  25% {
    opacity: 0.8;
    -moz-transform: translateY(-10px);
  }
  50% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
  65% {
    opacity: 0.8;
    -moz-transform: translateY(5px);
  }
  75% {
    opacity: 0.65;
    -moz-transform: translateY(10px);
  }
  100% {
    opacity: 0.4;
    -moz-transform: translateY(15px);
  }
}
@-webkit-keyframes xia {
  0% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes xia {
  0% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.index_title_row {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.index_title_row .home_title {
  text-align: left;
}
.index_title_row .case_t_r {
  position: relative;
}
.index_title_row .case_t_r a {
  font-size: 16px;
  color: #222222;
}
.index_title_row .case_t_r a img {
  margin-left: 15px;
}
.index_title_row .case_t_r a:hover {
  color: #f15422;
}
.index_title_row .case_t_r a:hover img:first-child {
  display: none;
}
.index_title_row .case_t_r a:hover img:last-child {
  display: inline-block;
}
.index_title_row .case_t_r a img:first-child {
  display: inline-block;
}
.index_title_row .case_t_r a img:last-child {
  display: none;
}
.index_title_row .case_t_r .pages_r {
  height: 40px;
  color: #666666;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
}
.index_title_row .case_t_r .pages_r span {
  margin: 0 5px;
}
.index_title_row .case_t_r .pages_r .cur {
  color: #f15422;
}
.index_title_row .case_Arrows {
  width: 51px;
  height: 50px;
  background-image: url(/img/common/arr-btn.png);
  background-size: 100%;
  z-index: 1;
}
.index_title_row .case_Arrows:hover {
  background-image: url(/img/common/arr-highlight.png);
  border-color: #f15422;
}
.index_title_row .case_Arr_L {
  left: auto;
  right: 63px;
}
.index_title_row .case_Arr_R {
  right: 0;
  transform: rotate(180deg);
}
.index_title_row .video_Arr_L {
  left: auto;
  right: 63px;
}
.index_title_row .video_Arr_R {
  right: 0;
  transform: rotate(180deg);
}
.zy_media .dec_play::after {
  border-color: transparent transparent transparent #f15422;
}
.container1200 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.video {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
}
.video .videoBox {
  width: 80%;
  height: 60vh;
  position: fixed;
  z-index: 60;
  top: 20%;
  left: 10%;
}
.video .videoBox iframe {
  width: 100%;
  height: 100%;
}
.video .zy_media {
  z-index: 60;
}
.pop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.prdtcase {
  display: none;
}
.prdtcase.prdctnow {
  display: block;
}
.footer {
  position: relative;
  z-index: 3;
  background-color: #fff;
  border-top:1px solid #ddd;
}
.footer .footer_content {
  padding-top: 68px;
  padding-bottom: 54px;
}
.footer .link {
  max-width: 425px;
}
.footer dl {
  position: relative;
  transition: all 0.3s ease 0s;
  padding-right: 4%;
  box-sizing: content-box;
  float: left;
  color: #fff;
}
.footer dl dt {
    position: relative;
    margin-bottom: 22px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Rising Sun Bold';
    border-left: 2px solid #f15422;
    padding-left: 10px;
    font-size: 18px;
    color: rgb(241, 84, 34);
}
.footer dl dd {
  line-height: 32px;
  font-size: 16px;
  color: #222;
}
.footer dl dd a {
  font-weight: normal;
  color: #222;
  font-size: 16px;
  text-decoration: none;
  line-height: 36px;
  display: inline-block;
}
.footer dl dd a:hover {
  color: #f15422;
}
.footer .foot_add {
  max-width: 415px;
  float: right;
  padding-right: 0;
}
.footer .foot_add dd {
  margin-bottom: 10px;
  position: relative;
  line-height: 28px;
}
.footer .foot_add dd > img {
  position: absolute;
  left: 0;
  top: 8px;
  max-width: 26px;
}
.footer .foot_add .jk_div {
  margin-bottom: 5px;
  padding-left: 40px;
  line-height: 30px;
  font-family: 'Rising Sun Bold';
  font-size: 20px;
}
.footer .foot_add .jk_div a{
    font-size:20px;
}
.footer .contact-form-box {
  width: 345px;
  padding-left: 0;
  float: left;
}
.footer .contact-form-box:after {
  display: none;
}
.footer .contact-form-box dd {
  line-height: 24px;
  margin-bottom: 20px;
}
.footer .contact-form-box .salesman .img{
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}
.footer .contact-form-box .salesman .img img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.footer .contact-form-box .salesman p:nth-child(2){
    font-family: 'Rising Sun Bold';
    line-height: 22px;
}
.footer .contact-form-box .salesman .salesman-share{
    margin: 10px 0;
    position: relative;
}
.footer .contact-form-box .salesman .salesman-share a img{
    margin-right: 10px;
}
.footer .contact-form-box .salesman .salesman-share .code{
    position: absolute;
    display: none;
    top: -120px;
    bottom: 0;
    right: 145px;
}

.footer .contact-form-box .salesman .salesman-share .code .code_img{
    width: 110px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 2px;
    background-color: #ffffff;
    height: 105px;
}
.footer .contact-form-box .salesman .salesman-share .code .code_icon{
    position: absolute;
    bottom: 41px;
    left: 0;
    right: 0;
    margin: auto;
}
.footerbar {
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    background-color: #e9ecf3;
  }
  .footerbar .copyright {
    float: left;
    line-height: 60px;
  }
  .footerbar .copyright a {
    color: #666;
    margin-right: 34px;
  }
  .footerbar .links a {
    color: #222;
    font-family: 'Rising Sun Bold';
    text-transform: uppercase;
  }
.shape {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid #ddd;
  font-size: 16px;
  color: #222;
}
.shape a {
  margin-right: 5px;
  text-decoration: none;
}
.shape a img {
  vertical-align: middle;
}
.link_box {
  display: inline-block;
  position: relative;
  margin-left: 10px;
}
.link_box span {
    width: 200px;
    display: inline-block;
    line-height: 60px;
    box-sizing: border-box;
    padding-left: 14px;
    padding-right: 20px;
    background-image: url(/img/common/top-arr.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-color: #bdc0c8;
    cursor: pointer;
    color: #222;
    font-size: 16px;
    text-align: left;
}
.link_box .Friendlink {
  display: none;
  min-width: 85%;
  width: 230px;
  position: absolute;
  right: 0;
  bottom: 40px;
  z-index: 10;
  background-color: #dfe1e4;
}
.link_box .Friendlink li {
  padding: 10px;
  line-height: 26px;
  text-align: left;
  background-color: #dfe1e4;
  border-bottom: 1px solid #ebebeb;
}
.link_box .Friendlink li a {
  color: #222222;
  font-size: 14px;
}
.link_box .Friendlink li a:hover {
  color: #e60012;
}
.search-procuct {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  margin-left: 20px;
  margin-top: 0px;
  border-radius: 20px;
  overflow: hidden;
  background-color: rgb(255, 255, 255,.3);
}
.search-procuct input {
  height: 40px;
  box-shadow: 0 0 0 transparent !important;
  border: 0;
  background-color: transparent;
  font-size: 16px;
  color: #ffffff;
}
.search-procuct input::placeholder {
  color: #ffffff;
}
.search-procuct button {
  border: 1px solid #eee !important;
  box-shadow: 0 0 0 transparent !important;
  outline: none !important;
  border: 0!important;
  background-color: transparent!important;
}
.search-procuct button img{
    width: 33px;
    padding-right: 10px;
}
.ico_email {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.ico_email a {
  position: relative;
  display: block;
  padding-left: 10px;
  padding-right: 24px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  background-color: #eee;
  font-size: 16px;
  color: #777;
  font-weight: normal;
}
.ico_email a:hover {
  background-color: #e4e4e4;
}
.ico_email .tipsNum {
  position: absolute;
  right: -6px;
  top: -6px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #e60012;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 14px;
}
.language_head {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #777;
  position: relative;
  font-weight: bold;
}
.language_head .cn {
  display: block;
  padding-right: 18px;
  background: url(/img/common/jt1.png) no-repeat right center;
}
.language_head .aBox {
  border: 1px solid #dfdfdf;
  text-align: center;
  opacity: 0;
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 80%;
  background: #fff;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: opacity 0.3s, margin 0.3s;
  -webkit-transition: opacity 0.3s, margin 0.3s;
  -ms-transition: opacity 0.3s, margin 0.3s;
  -moz-transition: opacity 0.3s, margin 0.3s;
  -o-transition: opacity 0.3s, margin 0.3s;
}
.language .list {
  position: absolute;
  z-index: 999;
  top: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  width: 132px;
  padding-top: 4px;
  text-align: center;
  display: none;
}
.language .list {
  top: 22px;
}
.language ul {
  background: #fff;
  border-radius: 4px;
  position: relative;
  box-shadow: 3.3px 3.5px 15px 6px rgba(0, 0, 0, 0.08);
  opacity: .7;
}
.language li a {
  height: 40px;
  line-height: 40px;
  display: block;
  font-size: 14px;
  color: #333;
  /*text-indent:18px;*/
  text-align: center;
}
.language li a:hover {
  color: #fff;
  background: #f15422;
}
.language_head .aBox::before {
  position: absolute;
  left: 0;
  bottom: 100%;
  content: "";
  width: 100%;
  height: 5px;
  background: url(/img/common/jt4.png) no-repeat center;
}
.language_head .aBox a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #888888;
  padding: 7px 10px;
  white-space: nowrap;
}
.language_head:hover .aBox {
  margin-top: 0;
  opacity: 1;
  z-index: 2;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.M_search {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  height: 58px;
  background-color: red;
  box-sizing: border-box;
}
.M_search .mInp1 {
  width: 100%;
  height: 100%;
  border: 0;
  box-sizing: border-box;
  outline: none;
  padding: 10px;
  padding-right: 74px;
  font-size: 15px;
  color: #666;
}
.M_search .mInp1::placeholder {
  color: #999;
}
.M_search .m_search_btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 60px;
  background-color: #f15422;
  border: 0;
  outline: none;
  text-align: center;
  cursor: pointer;
}
.M_search .m_search_btn img {
  display: inline-block;
}
.top-search-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #666666;
  z-index: 100;
  opacity: 0.8;
  display: none;
}
#showopen .top_search .search_con2 {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale3d(1, 1, 1);
}
#showopen .head .navBar {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale3d(0, 0, 0);
}
#showopen .head .top_search span {
  opacity: 0;
  filter: alpha(opacity=0);
}
.section_about {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background: url('/img/common/index_about_bg.png');
}
.section_about .about-left {
  width: 50%;
  float: left;

}
.section_about .about-right {
  position: relative;
  width: 46%;
  float: right;
  box-sizing: border-box;
}
.section_about .about-right .video_cover{
    position: relative;
}
.section_about .about_left_text {
  padding-right: 0;
  color: #222;
  padding-top: 24px;

}
.section_about .about_left_text .home_title {
  text-align: left;
  padding-bottom: 38px;
  position: relative;
}
.section_about .about_left_text .home_title .icon img{
    max-width: 100%;
}
.section_about .about_left_text .home_title .icon{
    margin-bottom: 10px;
}
.home_title div{
    margin-bottom: 10px;
}
.section_about .about_left_text .t {
  margin-top: 70px;
  margin-bottom: 0px;
  font-size: 36px;
}
.section_about .about_left_text .t span {
  color: #f15422;
}
.section_about .about_left_text .info {
  margin-bottom: 80px;
  padding-right: 80px;
}
.section_about .about_left_text .info p {
  line-height: 26px;
  font-size: 16px;
}
.section_about .about_left_text .c-btn-move {
  margin-top: 70px;
}
.section_about .about_left_text .c-btn-move i {
  background-color: #eeeeee;
  color: #777;
}
.section_about .video-contral {
  position: relative;
  cursor: pointer;
  z-index: 2;
}
.section_about .video-contral .cover {
  vertical-align: middle;
  max-width: 100%;
}
.section_about .video-contral .text {
    position: absolute;
    top: 15%;
    left: 43%;
    color: #fff;
    text-align: center;
}
.section_about .video-contral .text p {
    margin-top: 10px;
    font-size: 20px;
    font-family: 'Rising Sun Bold';
}
.section_about .video-contral .text img {
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.section_about .right_data_box {
  margin-bottom: 88px;
}
.section_about .right_data_box ul {
  position: relative;
  z-index: 2;
}
.section_about .right_data_box li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  box-sizing: content-box;
  color: #222;
  font-size: 16px;
  padding-right: 40px;
}
.section_about .right_data_box li:first-child{
    max-width: 120px;
}
.section_about .right_data_box li:nth-child(2){
    max-width: 170px;
    padding-left: 40px;
}
.section_about .right_data_box li:last-child {
  padding-right: 0;
  margin-right: 0;
  padding-left: 40px;
}
.section_about .right_data_box li:last-child::after {
  display: none;
}
.section_about .right_data_box li::after {
  content: '';
  display: block;
  width: 1px;
  height: 78px;
  background-color: #dddddd;
  position: absolute;
  right: 0;
  top: 20px;
}
.section_about .right_data_box li .num,
.section_about .right_data_box li .percent {
  font-size: 36px;
  font-family: 'Rising Sun Bold';
}
.section_about .right_data_box li .text-white {
  color: #fff;
}
.readmore {
  display: inline-block;
  width: 184px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #f15422;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  color: #fff;
  background-color: #f15422;
  font-family: 'Rising Sun Bold';
}
.readmore img {
  margin-left: 18px;
}
.readmore img:nth-child(2) {
  display: inline-block;
}
.readmore img:last-child {
  display: none;
}
.readmore:hover {
  border-color: #f15422;
  color: #f15422;
  background-color: unset;
}
.readmore:hover img:nth-child(2) {
  display: none;
}
.readmore:hover img:last-child {
  display: inline-block;
}
.flex-title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-title-box .home_title {
  text-align: left;
}
.section_service {
  padding-bottom: 0;
  position: relative;
}
.section_service .img-box img{
    max-width: 100%;
}
.section_service .home_title {
    padding-top: 55px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.section_service .home_title div{
    color: #ffffff;
}
.section_service .home_title p{
    color: #ffffff;
}
.section_service .server-list {
  margin-top: 32px;
  position: absolute;
    bottom: 0;
}
.section_service .server-list li {
    width: 20%;
    float: left;
    border: 1px solid rgba(255,255,255,.35);
}

.section_service .server-list li .panel-img-box {
  padding: 0 2.5px;
}



.section_service .server-list li:hover{
    background-color: #f15422;
}
.section_service .panel-img-box {
  overflow: hidden;
  position: relative;
}
.section_service .panel-img-box a {
    color: #fff;
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
    height: 100%;
    padding: 28px 10px;
}
.section_service .panel-img-box a:hover .mask {
  visibility: visible;
}
.section_service .panel-img-box a:hover .text-box {
  bottom: 0px;
}
.section_service .panel-img-box a:hover .text-box .text {
  opacity: 1;
}
.section_service .panel-img-box .mask {
  visibility: hidden;
  opacity: 1;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  top: auto;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
.section_service .panel-img-box .img-box {
  position: relative;
}
.section_service .panel-img-box .img-box img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  width: 100%;
  height: 100%;
}
.section_service .panel-img-box .text-box {
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 14px;
}
.section_service .panel-img-box .text-box .name {
    font-size: 18px;
    display: inline-block;
    font-family: 'Rising Sun Bold';
    width: 55%;
    float: right;
    height: 60px;
    display: flex;
    align-items: center;
}
.section_service .panel-img-box .text-box img {
    margin-left: 15%;
}
.section_why {
  padding-top: 70px;
  padding-bottom: 60px;
}
.section_why .why-list {
  display: flex;
  margin-top: 60px;
}
.section_why .why-list li {
  width: 33.33%;
  float: left;
  padding: 0 16px;
  box-sizing: border-box;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.section_why .why-list li .panel-text-upDown {
    height: 100%;
    padding: 50px 30px 20px 30px;
    border: 6px solid rgb(234, 234, 234);
    border-radius: 5px;
}
.section_why .why-list li:hover {
  transform: translateY(-3px);
}
.section_why .why-list li:hover .panel-text-upDown {
  border-color: #f15422;
}
.section_why .why-list li:hover .panel-text-upDown .text .t2 {
  color: #f15422;
}
.section_why .panel-text-upDown {
  position: relative;
}
.section_why .panel-text-upDown .num {
    position: absolute;
    top: -10px;
    right: 10px;
    font-family: 'Rising Sun Bold';
    font-size: 100px;
    color: #eaeaea;
}
.section_why .panel-text-upDown .divImg {
  text-align: left;
}
.section_why .panel-text-upDown .text {
  text-align: center;
}
.section_why .panel-text-upDown .text .t1 {
    margin-top: 20px;
    font-size: 30px;
    color: #222222;
    font-family: 'Rising Sun Bold';
    text-align: left;
}
.section_why .panel-text-upDown .text .t2 {
  margin-top: 10px;
  font-size: 26px;
  color: #222;
  font-family: 'Rising Sun Bold';
}
.section_why .panel-text-upDown .text p {
    margin-top: 20px;
    font-size: 18px;
    color: #666;
    font-size: 18px;
    line-height: 1.444;
    text-align: left;
}
.section_why .panel-text-upDown .text p span{
    color: #f15422;
}
.section_why .why-text{
    text-align: center;
    margin-top: 40px;
    font-size: 24px;
}
.section_case {
  padding-top: 90px ;
  padding-bottom: 90px ;
}
.section_case .caseBody {
  position: relative;
  margin-top: 32px;
}
.section_case .caseBody .swiper-container {
  margin: 0 auto;
  overflow: hidden;
}
.section_case .caseBody .case-next,
.section_case .caseBody .case-prev {
  width: 50px;
  height: 50px;
  background: url(/img/common/arrow.png) no-repeat center;
  background-size: 100%;
  font-size: 0;
  z-index: 1;
}
.section_case .caseBody .case-next::after,
.section_case .caseBody .case-prev::after {
  display: none;
}
.section_case .caseBody .case-next:hover,
.section_case .caseBody .case-prev:hover {
  background-image: url(/img/common/arrow-hover.png);
}
.section_case .caseBody .case-next {
  right: -80px;
  transform: rotate(180deg);
}
.section_case .caseBody .case-prev {
  left: -80px;
}
.section_case .panel-img-box {
  overflow: hidden;
}
.section_case .panel-img-box a {
  color: #fff;
  text-decoration: none;
  display: block;
  overflow: hidden;
  height: 100%;
}
.section_case .panel-img-box a:hover .text-box {
}
.section_case .panel-img-box a:hover .img-box {
}
.section_case .panel-img-box a:hover .img-box img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.section_case .panel-img-box .img-box {
}
.section_case .panel-img-box .img-box img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  max-width: 100%;
  height:350px;
}
.section_case .panel-img-box .text-box {
    width: 100%;
    height: auto;
    color: #222222;
    text-align: left;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 4;
    font-size: 14px;
    padding-right: 20px;
    padding-top: 30px;
}
.section_case .panel-img-box .text-box .category {
  margin-bottom: 12px;
  font-size: 16px;
  color: #f15422;
}
.section_case .panel-img-box .text-box .name {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Rising Sun Bold';
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    word-break: break-all;
    min-height: 50px;
    margin-bottom: 20px;
}
.section_news {
  padding-top: 64px;
  padding-bottom: 175px;
  background: url(/img/common/news-bg.png)right top/cover no-repeat;
}
.section_news .newsBody {
  position: relative;
  margin-top: 66px;
}
.section_news .newsBody .news-button {
    position: absolute;
    width: 185px;
    height: 50px;
    right: 0;
    bottom: -85px;
    margin: auto;
    left: 0;
}
.section_news .newsBody .news-button .swiper-num{
    text-align: center;
    margin-top: 18px;
    font-size: 16px;
    color: #666666;
}
.section_news .newsBody .news-next,
.section_news .newsBody .news-prev {
  width: 50px;
  height: 50px;
  background: url(/img/common/arrow.png) no-repeat center;
  background-size: 100%;
  font-size: 0;
  z-index: 1;
}
.section_news .newsBody .news-next::after,
.section_news .newsBody .news-prev::after {
  display: none;
}
.section_news .newsBody .news-next:hover,
.section_news .newsBody .news-prev:hover {
  background-image: url(/img/common/arrow-hover.png);
}
.section_news .newsBody .news-next {
  right: 0px;
  transform: rotate(180deg);
}
.section_news .newsBody .news-prev {
  left: 0px;
}
.section_news .flexbox {
    width: 93.5%;
    margin: auto;
}
.section_news .l-r-text {
    background-color: #fff;
    display: block;
    padding: 30px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    position: relative;
    top: 0;
    left: 0;
}
.section_news .flexbox:hover{
    background-color: #d6d6d6;
}
.section_news .newsBody .swiper-news{
    padding-top: 10px;
}
.section_news .flexbox:hover .l-r-text{
    position: relative;
    top: -10px;
    left: -11px;

}
.section_news .l-r-text .time {
  margin-bottom: 20px;
  font-size: 14px;
  color: #999;
  width: 50%;
  float: left;
  background-color: #eeeeee;
  padding: 10px;
  border-radius: 5px;
}
.section_news .l-r-text .time img,.section_news .l-r-text .view img{
    margin-right: 10px;
    margin-top: -3px;
}
.section_news .l-r-text .view{
    margin-bottom: 20px;
    font-size: 14px;
    color: #999;
    width: 30%;
    float: left;
    background-color: #eeeeee;
    margin-left: 5%;
    padding: 10px;
    border-radius: 5px;
}
.section_news .l-r-text h3 {
    margin-bottom: 16px;
    font-size: 18px;
    color: #000000;
    line-height: 26px;
    font-family: 'Rising Sun Bold';
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    min-height: 78px;
}
.section_news .l-r-text p {
    font-size: 16px;
    color: #666;
    line-height: 26px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    min-height:52px;
}
.section_news .l-r-text .more {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  color: #f15422;
}
.section_news .l-r-text .more img {
  margin-left: 24px;
}
.section_ship {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: #eeeeee;

}
.section_ship .auto-container{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.section_ship .img-box img{
    max-width: 100%;
}
.section_ship .home_title {
    padding-top: 55px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.section_ship .product_wrapper{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.section_ship .product_wrapper .list_filter{
    margin-top: 0;
    top: 15px;
}
.section_ship .home_title div,.section_ship .home_title p{
    color: #fff;
}
.list_filter {
  position: relative;
  z-index: 2;
  margin-top: 54px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.list_filter .filter_item_box{
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.list_filter .filter_item {
    display: inline-block;
    padding: 15px 0px;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    color: #222;
    font-family: 'Rising Sun Bold';
    position: relative;
    width: 20%;
}

.list_filter .filter_item::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #dddddd;
    position: absolute;
    right: 0;
    top: 0;
}
.list_filter .filter_item span {
  max-width: 165px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  line-height: 20px;
}
.list_filter .filter_item.active{
  background-color: #e0e0e0;
}
.list_filter .filter_item.active::after{
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e0e0e0;
    position: absolute;
    bottom: -100px;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    background-color: unset;
}
.list_filter .filter_item img {
  margin-right: 10px;
}
.list_filter .filter_item img:nth-child(1) {
  display: inline-block;
}
.list_filter .filter_item img:nth-child(2) {
  display: none;
}
.product_wrapper .product_body .product_item {
  display: none;
  z-index: 2;
  margin-top: 10px;
}
.product_wrapper .product_body .product_item .video_l {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.product_wrapper .product_body .product_item .video_l img {
  max-width: 100%;
}
.product_wrapper .product_body .product_item .video_l_box {
  width: 960px;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.product_wrapper .product_body .product_item .info_r {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  padding-right: 94px;
  box-sizing: border-box;
  padding-top: 80px;
}
.product_wrapper .product_body .product_item .info_r .child-box{
    display: none;
}
.product_wrapper .product_body .product_item .info_r .info_readmore{
    background-color: #fff;
    color: #222222;
    display: inline-block;
    width: 184px;
    height: 50px;
    border-radius: 5px;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    font-family: 'Rising Sun Bold';
    margin-top: 50px;
}
.product_wrapper .product_body .product_item .about_c .img {
  margin-bottom: 18px;
}
.product_wrapper .product_body .product_item .about_c .img img {
  width: 140px;
}
.product_wrapper .product_body .product_item .about_c .t {
  font-size: 26px;
  color: #333;
}
.product_wrapper .product_body .product_item .about_c h4 {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.product_wrapper .product_body .product_item .about_c div{
    font-size: 30px;
    font-family: 'Rising Sun Bold';
    color: #fff;
}
.product_wrapper .product_body .product_item .about_c p {
    margin-top: 34px;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
}
.product_wrapper .product_body .product_item .about_c .more_about {
  display: block;
  margin-top: 40px;
  line-height: 44px;
  font-size: 16px;
  font-weight: bold;
  color: #222;
}
.product_wrapper .product_body .product_item .about_c .more_about:hover {
  color: #f15422;
}
.product_wrapper .product_body .product_item .about_c .more_about:hover img:nth-child(1) {
  display: none;
}
.product_wrapper .product_body .product_item .about_c .more_about:hover img:nth-child(2) {
  display: inline-block;
}
.product_wrapper .product_body .product_item .about_c .more_about img {
  margin-left: 4px;
}
.product_wrapper .product_body .product_item .about_c .more_about img:nth-child(1) {
  display: inline-block;
}
.product_wrapper .product_body .product_item .about_c .more_about img:nth-child(2) {
  display: none;
}
.product_wrapper .product_body .product_item .about_c .btn_group {
  margin-top: 36px;
}
.product_wrapper .product_body .product_item .about_c button {
  line-height: 46px;
  color: #fff;
  background-color: #888888;
  border-radius: 6px;
  padding: 0 24px;
  border: none;
  font-size: 16px;
  margin-right: 5px;
  margin-bottom: 6px;
}
.section_partner {
  padding-top: 30px;
  padding-bottom: 70px;
}
.section_partner .flex_partner {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}
.section_partner .flex_partner .home_title{
    width: 40%;
    text-align: left;
}
.section_partner .flex_partner .home_title div{
    font-size: 32px;
    line-height: 40px;
    color: #ffffff;
    margin-bottom: 15px;
}
.section_partner .flex_partner .home_title p{
    color: #ffffff;
}
.section_partner .partner_img {
  width: 60%;

}
.section_partner .partner_img img{
    max-width: 100%;
}
.home_msg_bg {
  position: relative;
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
  box-sizing: border-box;
  background: url(/img/common/mssg.jpg) no-repeat center top;
  background-size: cover;
}
.home_msg_bg .auto-container {
  width: 818px;
}
.home_msg_bg .Home_title {
  font-size: 30px;
  text-align: center;
}
.home_msg_bg .Home_title .t {
  font-size: 30px;
  color: #fff;
  font-family: 'Rising Sun Bold';
}

.msg_form {
	margin-top: 40px;
}

.msg_form .row >* {
	padding: 2px !important;
	margin: 0 !important;
}

.msg_form .row{
	margin-bottom:20px;
}

.msg_form > div {
	padding: 0 5px 0 0;
}

.msg_form input {
	width: 100%;
	padding:0 20px;
	background-color: #e9ecf3;
	outline: none;
	border: none;
	line-height: 50px;
	color: #666666;
	font-size: 16px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.msg_form input::-webkit-input-placeholder {
  color: #666;
}

.msg_form textarea {
	width: 100%;
	height: 96px;
	padding:0 20px;
	background-color: #e9ecf3;
	outline: none;
	border: none;
	color: #666666;
	font-size: 16px;
	resize: none;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.msg_form textarea::-webkit-input-placeholder {
  color: #666;
}
.msg_form .btn_group {
  margin-top: -15px;
}
.msg_form .submit-btn {
	display: block;
	height: 46px;
	border: 0;
	outline: 0;
	box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	border-radius: 5px;
	background-color: rgb(241, 84, 34);
	width: 110px;
	font-weight: bold;
}
.msg_form .submit-btn img {
  margin-left: 16px;
  filter: brightness(100);
}
.msg_form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666;
}
.msg_form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.msg_form :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.msg_form :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
/*客服*/
.additional-features {
  position: fixed;
  right: 0;
  bottom: 35%;
  z-index: 200;
  /* width: 80px;*/
  box-sizing: border-box;
  /*  display:none;*/
  border-bottom: 0;
}
.additional-features.show {
  display: block;
}
.additional-features li {
position: relative;
    margin-bottom: 10px;
    line-height: 1;
    transition: all 0.2s linear;
}
.additional-features li img{
    width: 60px;
}
.additional-features li:first-child {

}
.additional-features li:last-child {

}
/*.additional-features li.kf{
  background-color: #00b43c;
}
.additional-features li.kf:hover{
  background-color: #009632;
}*/
/*.additional-features li.db {
  padding-top:16px;
  height:68px;
}*/
.additional-features li.xx .xx-dot {
  position: absolute;
  display: block;
  top: 13px;
  right: 13px;
  width: 7px;
  height: 7px;
  background-color: #ff1e00;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.additional-features li.rx .revi-hotline-wrapper {
  display: none;
  position: absolute;
  left: -252px;
  bottom: 12px;
  width: 238px;
  height: 60px;
}
.additional-features li.rx.active .revi-hotline-wrapper {
  display: block;
}
.additional-features li.rx .revi-hotline {
  position: absolute;
  left: 0;
  width: 238px;
  height: 60px;
  background-color: #fff;
  border: 1px solid #ddd;
  cursor: text;
  text-align: center;
}
.additional-features li.rx .revi-hotline.wechat{
        width: 100px;
    height: auto;
    left: 140px;
    top: 0;
}
.additional-features li.rx .revi-hotline.wechat img{
    width: 90px;
}
.additional-features li.rx .revi-hotline::after {
  content: '';
  width: 15px;
  height: 11px;
  background: url(/img/common/slide_arr.png) no-repeat center;
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
}
.additional-features li.rx .revi-hotline h3 {
  font-size: 16px;
  margin: 20px 0 ;
}
.additional-features li.rx .revi-hotline h4 {
  font-weight: normal;
  font-size: 13px;
}
.additional-features li.xz .xz-ewm {
  display: none;
  position: absolute;
  top: -55px;
  left: -180px;
  width: 188px;
  height: 174px;
}
.additional-features li.xz.active .xz-ewm {
  display: block;
}
.additional-features li p {
  font-size: 14px;
  color: #666666;
  text-align: center;
}
.additional-features li .additional-icon {
  margin: 0 auto ;
  width: 36px;
  height: 36px;
  /*  background: url("/img/common/tiny-icon.png");
  background: url("/img/common/tiny-icon@1x.png")\9;
  background-size: 72px 591px;*/
}
.additional-features li .additional-icon.icon1 {
  background: url(/img/common/right_pic1.png) center center no-repeat;
}
.additional-features li.active .additional-icon.icon1 {
  background-image: url(/img/common/right_pic1_on.png);
}
.additional-features li .additional-icon.icon2 {
  background: url(/img/common/right_pic2.png) center center no-repeat;
}
.additional-features li.active .additional-icon.icon2 {
  background-image: url(/img/common/right_pic2_on.png);
}
.additional-features li .additional-icon.icon3 {
  background: url(/img/common/right_pic3.png) center center no-repeat;
}
.additional-features li.active .additional-icon.icon3 {
  background-image: url(/img/common/right_pic3_on.png);
}
.additional-features li .additional-icon.icon4 {
  background: url(/img/common/right_pic4.png) center center no-repeat;
}
.additional-features li.active .additional-icon.icon4 {
  background-image: url(/img/common/right_pic4_on.png);
}
.additional-features li .additional-icon.icon5 {
  background: url(/img/common/right_pic5.png) center center no-repeat;
}
.additional-features li.active .additional-icon.icon5 {
    background-image: url(/img/common/right_pic5_on.png);
}
.additional-features li .additional-icon.icon6 {
    background: url(/img/common/right_pic6.png) center center no-repeat;
  }
  .additional-features li.active .additional-icon.icon6 {
      background-image: url(/img/common/right_pic6_on.png);
  }
  .additional-features li .additional-icon.icon7 {
    background: url(/img/common/right_pic7.png) center center no-repeat;
  }
  .additional-features li.active .additional-icon.icon7 {
      background-image: url(/img/common/right_pic7_on.png);
  }
.additional-features li.active {

}
.additional-features li.active span {
  display: none;
}
.additional-features li.active p {
  color: #fff;
}
.additional-features li.opa-0 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  display: none;
}
@media screen and (max-width: 1440px) {
  /*客服*/
  .additional-features li .additional-icon {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
    .additional-features{
        bottom: 20%;
        right: 5px;
    }
}
.language{
	position:relative;
    display: inline-block;
    border: 1px solid #ffffff;
    border-radius: 6px;
  margin: 30px 20px auto 20px;
  height:30px;
  padding:0 5px;
}
.language > div,.language > a{
    color: #ffffff;
    font-size: 16px;
    font-family: 'Rising Sun Bold';
    display: block;
    cursor: pointer;
    width: auto;
    text-align: center;
    padding: 3px;
}
.language > div > a{
    display: block;
    color: #ffffff;
}
.language .list{
	position:absolute;
    top: 31px;
    padding: 0;
    margin: 0;
}
.language li a{
    padding: 3px 8px;
}

