body{
  background: #fff;
}
.main_conten_bg{
  background-color: #fff;
}
.header_box.transparent_st{
  background:none;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  transition: all 0.5s;
  box-shadow: none;
}
.header_box.transparent_st .main-function_box{
  margin-top: 20px;
}
.main-function_box{
  margin-top: 15px;
}
.header_box{
  display: block;
  transition: all 0.5s;
  padding-left: 20px !important;
  padding-right: 20px !important;
  box-shadow: 0px 0px 15px #00000080;
  background-color: #fff;
}
.moblie_logo{
  padding: 10px;
  margin: 0px;
  width: 120px;
}
.moblie_logo img{
  width: 100%;
}
.mobile-header-bar{
  display: none;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 800;
  background: #fff;
  box-shadow: 0px 0px 15px #00000080;
}
.video_listBox{
  padding: 15px;
}
@media (max-width: 960px) {
  .video_listBox{
    margin-bottom: 30px;
  }
}

@media (max-width: 960px) {
  .header_box{
    display: none;
  }
  .mobile-header-bar{
    display: block;
  }
}
.mobile_menu_btn{
  color: rgb(0 0 0 / 58%);
  border: none;
  background: none;
  padding: 15px;
  font-size: 30px;
  margin-top: 7px;
  outline:none;
}
.mobile_close_btn{
  color: rgb(0 0 0 / 58%);
  border: none;
  background: none;
  padding: 0px;
  font-size: 26px;
  outline:none;
  margin-top: 10px;
}
.mobile_menu_btn:hover,.mobile_menu_btn:focus{
  color: #111;
  border: none;
  outline:none;
}
.header_box .logo{
  margin: 0px 10px 10px 10px;
  position: relative;
  width: 160px;
}
.header_box .logo img{
  width: 65%;
}
.header_box .logo .title_st{
  font-size: 13px;
  color: #111;
  position: absolute;
  left: 0px;
  bottom: -20px;
  display: block;
  line-height: initial;
  font-weight: bold;
  letter-spacing:3px;
}
.header_box.transparent_st .logo .title_st{
  color: #fff;
}
.time_out_text{
  color: rgb(133, 133, 133);
}
.time_out_time{
  color: #07ceff;
}
.header_box.transparent_st .time_out_text{
  color: #bbb;
}
.main_banner{
  margin-top: -71px;
  width: 100%;
  height: 914px;
  background: url('../images/banner.png') no-repeat center;
  position: relative;
}
@media (max-width: 960px) {
  .main_banner{
    height: 500px;
    background-size: cover;
  }
}
.main-nav:after{
  clear: both;
  content: "";
  display: block;
}
.main-nav>li{
  float: left;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0px;
}
.main-nav li a{
  font-size: 16px;
  color: #555;
  display: block;
  padding: 10px 0px;
  width: 100%;
  margin-top: 8px;
  line-height: 30px;
  position: relative;
  margin-bottom: 8px;
}
.main-nav>li>a{
  font-weight: bold;
  color: #555;
}
.main-nav>li:hover>a{
  color: #222;
}
.header_box.transparent_st .main-nav>li>a{
  color: rgba(255, 255, 255, 0.801);
}
.header_box.transparent_st .main-nav>li:hover>a{
  color: #fff;
}
.main-nav li a::before{
  width: 80%;
  left: 10%;
  height: 2px;
  display: block;
  content: "";
  position: absolute;
  opacity: 0;
  bottom: 15px;
  transition: all 0.5s;
}
.main-nav li:hover a:before{
  width: 100%;
  bottom: 8px;
  left: 0px;
  opacity: .3;
  background-color: #25eeff;
}
.main-nav li>ul{
  /* border-radius: 6px; */
  /* overflow: hidden; */
  position: absolute;
  top: 50px;
  left: 0px;
  background: #fff;
  width: 260px;
  visibility: hidden;
  transition: all 0.1s;
  opacity: 0;
}
.main-nav li:hover>ul{
  top: 67px;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
  /* border-radius: 3px; */
  /* border-left: solid 1px #fff; */
  z-index: 8;
  /* background: none; */
}
.main-nav li>ul>li{
  width: 100%;
  cursor: pointer;
  position: relative;
  margin: 0px;
  padding: 0px;
  /* border-bottom: solid 1px #ddd; */
  /* background: #111; */
  /* border-radius: 5px; */
}
.main-nav li>ul>li:hover{background-color: #dbf0ff;}
.main-nav li>ul>li:after{
  clear: both;
  content: "";
  display: block;
}
.main-nav li>ul>li .list_link {
 float: left;
 padding: 15px 15px;
 font-size: 15px;
 line-height: 21px;
}
.main-nav li>ul>li .arrow {
 float: right;
 padding: 15px 15px;
}
.listitem .arrow:after {
  border-color: transparent transparent transparent #111;
  border-style: solid solid solid solid;
  border-width: 4px 6px;
  height: 0px;
  width: 0px;
  content: "";
  display: inline-block;
}
.main-nav li>ul>li a{
    padding: 10px;
    margin: 0px;
}
.main-nav li>ul>li>ul{
  top:0px;
  left: 253px;
}
.main-nav li>ul>li:hover>ul{
  top:0px;
  left: 260px;
  border: solid 1px #d8e9ff;
}
.main-nav li>ul>li>ul a{
  color: #555;

}
.main-nav li>ul>li>ul a::before{
  display: none;
}
.header_box.transparent_st .btn.btn_hollow{
  border-radius: 20px;
  background: #02235069;
  border: solid 1px #ffffff52;
  color: #ffffffb7;
}
.header_box.transparent_st .btn.btn_hollow:hover{
  border-radius: 20px;
  background: #022350a2;
  border: solid 1px #022350a2;
  color: #ffffff;
}
.btn.btn_hollow{
  border-radius: 20px;
  background: none;
  border: solid 1px #0d96d2;
  color: #0d97d2;
}
.btn.btn_hollow:hover{
  background-color: #081d6d;
  border: solid 1px #081d6d;
  color: #fff;
}
.btn.btn_language{
  border-radius: 50%;

}

/**font size**/
.fs15{
  font-size: 15px;
}
/****/
.main_conten_bg{
  padding-top: 70px;
}
.link_box_list{
  margin-bottom: 30px;
}
.link_box_list .link_icon{
  margin: 0px auto 15px;
  border: solid 1px rgb(211, 211, 211);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  padding-top: 18px;
  transition: all 0.5s;
}
.link_box_list a:hover .link_icon{
  border: solid 1px #03a9f4;
  line-height: 110px;
  width: 110px;
  height: 110px;
  margin-top: -10px;
}
.link_box_list a:hover .link_icon svg path{
  fill: url(#linear-gradient-h) !important;
}
.link_box_list a{
  display: block;
  color: #555;
  text-align: center;
}
.link_box_list a:hover .link_title{
  color: #111;
}
.link_title{
  font-size: 24px;
  color: #555;
  font-weight: bold;
}
.link_sub_title{
  font-size: 14px;
  color: #555;
  font-weight: bold;
}
.link_contant{
  margin: 15px 0px;
  font-size: 14px;
}
.link_box_list .btn_apply{
  margin-top: 30px;
  margin-bottom: 0px;
  transition: all 0.5s;
}
.link_box_list a:hover .btn_apply{
  margin-top: 25px;
  margin-bottom: 5px;
}
.btn.btn_apply{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0947c4+0,007af4+100 */
  background: #0947c4; /* Old browsers */
  background: -moz-linear-gradient(top,  #05328b 0%, #007af4 100%) !important; /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #05328b 0%,#007af4 100%) !important; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #05328b 0%,#007af4 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05328b', endColorstr='#007af4',GradientType=0 ) !important; /* IE6-9 */
  padding: 7px 15px !important;
  color: #fff;
  border-radius: 30px;
  transition: all 0.5s;
}
.btn.btn_apply:hover{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0947c4+0,007af4+100 */
  background: #0947c4; /* Old browsers */
  background: -moz-linear-gradient(top,  #007af4 0%, #05328b 100%) !important; /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #007af4 0%,#05328b 100%) !important; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #007af4 0%,#05328b 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007af4', endColorstr='#05328b',GradientType=0 ) !important; /* IE6-9 */

}
.video_box{
  padding-top: 45px;
  padding-bottom: 45px;
  background: url(../images/radiobg.png) no-repeat center top #001d45;
}
.news_box{
  background-color: #f7f9fa;
  padding: 30px 0px;
}
.news_box_list:nth-child(odd) .news_pic_box{
  float: right;
}
.news_pic_box{
  float: left;
  width: 50%;
  padding: 20px;
}
@media (max-width: 960px) {
  .news_pic_box{
    padding-bottom: 0px;
    width: 100%;

  }
}
.news_content{
  float: left;
  width: 50%;
  padding: 20px;
}
@media (max-width: 960px) {
  .news_content{
    padding-top: 10px;
    width: 100%;

  }
}
.news_pic{
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
}
.news_pic img{
  width: 100%;
  transition: all 0.3s;
}
.news_box_list:hover .news_pic img{
  width: 106%;
  margin-top: -3%;
  margin-left: -3%;
}
.news_more{
    color: #979798;
    font-size: 14px;
    cursor: pointer;
}
.news_box_list{
  display: block;
}
.news_box_list:hover h3.news_title{
  color: #111;
}
.news_box_list:hover .news_more img{
  margin-right: 5px;
}
.news_box_list:hover .news_more img{
  animation: mymove 1s;
  animation-iteration-count:10;
}

@keyframes mymove {
  from {
    margin-right: 5px;
    margin-left: 0px;
  }
  to {
    margin-right: 0px;
    margin-left: 5px;
  }
}

h2.sub_title{
  color: #111;
  display: inline-block;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 30px;
}

h2.sub_title:after{
  width: 1px;
  height: 18px;
  display: inline-block;
  margin-left: 30px;
  content: "";
  background-color: #111;
}
h2.sub_title::before{
  width: 1px;
  height: 18px;
  display: inline-block;
  margin-right: 30px;
  content: "";
  background-color: #111;
}
h2.sub_title.white{
  color: #fff;

}
h2.sub_title.white::after{
  background-color: #fff;

}
h2.sub_title.white::before{
  background-color: #fff;
}
h3.news_title{
  font-size: 20px;
  color:#333;
  font-weight: bold;
}
.news_content p {
  color:#555;
  line-height: 24px;
}
.hollow_label{
  border-radius: 20px;
  border: solid 1px #f76e19;
  color: #f76e19;
  padding: 5px 10px;
  text-align: center;
  display: inline-block;
}
.hollow_label.white_st{
  border: solid 1px #fff;
  color: #fff;
}
.video_title{
  color: #3796f5;
}
.video_title a{
  display: block;
  color: #3796f5;
}
.video_title a:hover{
  color: #50e6ff;
}
.technical_support_box{
  padding-top: 30px;
}
.technical_support_list{
  border: solid 1px #e0e0e0;
  border-radius: 6px;

}
.technical_support_list a{
  display: block;
  padding-top: 21px;
  padding-bottom: 18px;
  width: 100%;
  min-height: 150px;
}
@media (max-width: 960px) {
  .technical_support_list a{padding-top: 13px;min-height: 100px;padding-bottom: 0px;}
}
.technical_support_list.qa_st{
  background: url(../images/qa-h.png) scroll no-repeat center;
  background-size: 103%;
	-webkit-transition: background-size 0.5s linear;
	-moz-transition: background-size 0.5s linear;
	-o-transition: background-size 0.5s linear
	-ms-transition: background-size 0.5s linear;
	transition: background-size 0.5s linear;
}
.technical_support_list.contact_st{
  background: url(../images/contact-h.png)  scroll no-repeat center;
  background-size: 103%;
	-webkit-transition: background-size 0.5s linear;
	-moz-transition: background-size 0.5s linear;
	-o-transition: background-size 0.5s linear
	-ms-transition: background-size 0.5s linear;
	transition: background-size 0.5s linear;
}
.technical_support_list.contact_2_st{
  background: url(../images/contact_2-h.png)  scroll no-repeat center;
  background-size: 103%;
	-webkit-transition: background-size 0.5s linear;
	-moz-transition: background-size 0.5s linear;
	-o-transition: background-size 0.5s linear
	-ms-transition: background-size 0.5s linear;
	transition: background-size 0.5s linear;
}
.technical_support_list:hover{
  background-size: 120%;
}
.technical_support_line{
    width: 30px;
    height: 3px;
    margin: 10px auto;
    background: #1e1a96;
}
.technical_support_subtitle{

}
.footer{
  background: url(../images/footerbg.png) scroll no-repeat top center #1e1996;
  padding-top: 50px;
  margin-top: 50px;
}

.footer_sTitle{
  float: left;
  color: #fff;
  line-height: 49px;
  margin-right: 15px;
}
.footer_link_logo{
  float: left;
  height: 47px;
  margin: 10px;
}
.footer_link_logo img{
  width: auto;
  height: 100%;
}
.copyright{
  width: 100%;
  background: #0f1627;
  color: #fff;
  text-align: center;
  padding: 15px;
}
.copyright a{
  color: #4a8a8a;
}

/****/
.mobile-sticky-sidebar-overlay{
  display: none;
}
@media (max-width: 960px) {
  .mobile-sticky-sidebar-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
    background-color: rgba(0,0,0,.3);
    display: block;
    z-index: 888;
  }
  .mobile-sticky-sidebar-overlay.active{

    opacity: 1;
    visibility: visible;
    background-color: rgba(0,0,0,.3);

  }
}
.mobile-nav_box{
  display: none;
}
@media (max-width: 960px) {
  .mobile-nav_box{
    padding: 5px 15px;
    position: fixed;
    top: 0;
    right:-280px;
    width: 280px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
    background-color: #fff;
    display: block;
    z-index: 999;
  }
  .mobile-nav_box.active{
    opacity: 1;
    right: 0px;
    visibility: visible;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
.mobile-nav{
  padding: 0px;
}
.mobile-nav>li{width: 100%;padding: 15px 10px 0px;}

.mobile-nav>li>a{
  display: block;
  width: 100%;
  padding: 0px 0px 10px;
  border-bottom: solid 2px #ececec;
  font-size: 20px;
  color: #808080;
}
.mobile-nav>li>a .mobile_sub_title{font-size: 20px;margin: 0px;color: #555;}
.mobile_sub_title{
  font-size: 18px;
  float: left;
  margin-bottom: 5px;
  color: #9c9c9c;
}
.mobile_sub_close_btn{
  float: right;
  font-size: 20px;
  color: #a9a9a9;
}

.mobile-nav>li>ul{
  display: none;
  padding-left: 10px;
}
.mobile-nav>li>ul>li{


}
.mobile-nav>li>ul>li{
  padding: 10px 0px 0px;
  font-size: 15px;
}

.mobile-nav>li>ul>li a{
  display: block;
  padding: 8px 0px 8px 0px;
  font-size: 14px;
  color: #2a6e9e;
  /* background: #def7ff; */
  margin-bottom: 1px;
  border-bottom: solid 1px #f1f1f1;
}
.mobile-nav>li>ul{
  display: none;
}
.mobile-nav>li.open>ul{
  display: block;
}
.mobile-nav>li.open>ul>li>ul{
  display: none;
}
.mobile-nav>li.open>ul>li.open>ul{
  display: block;
  margin-bottom: 5px;
}
/* .mobile-nav>li.open .mobile_sub_close_btn{
  display: block;
}
.mobile-nav>li.open>ul>li .mobile_sub_close_btn{
  display: none;
}
.mobile-nav>li.open>ul>li.open .mobile_sub_close_btn{
  display: block;
} */
.scroll_arrow_text{
  position: absolute;
  top: auto;
  bottom: 160px;
  left: 50%;
  color: #ffffff82;
  margin-left: -30px;
}
.scroll_arrow{
  position: absolute;
  top: auto;
  bottom: 135px;
  left: 50%;
  transform: translate(-50%,-50%);
}
.scroll_arrow span{
  display: block;
  width: 15px;
  height: 15px;
  border-bottom: 3px solid #3fb5f5;
  border-right: 3px solid #3fb5f5;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}
.scroll_arrow span:nth-child(2){
  animation-delay: -0.2s;
}
.scroll_arrow span:nth-child(3){
  animation-delay: -0.4s;
}
@keyframes animate {
  0%{
      opacity: 0;
      transform: rotate(45deg) translate(-20px,-20px);
  }
  50%{
      opacity: 1;
  }
  100%{
      opacity: 0;
      transform: rotate(45deg) translate(20px,20px);
  }
}

/**news**/
#news{
  margin: 40px 0px 0px 0px;

  padding: 40px 0px;
  text-align:center;
}
input[type=text].search-input {
  width: 100%;
  padding: 10px 10px 10px 30px !important;
  height: 46px !important;
}
.search-inputBox {
  position: relative;
  max-width: 368px;
  width: 100%;
  box-shadow: 0px 1px 5px 0px #7b7b7b;
}

.bgC_orange {
    background-color: #efa61d;
}
.search-icon {
  position: absolute;
  top: 10px;
  left: 10px;
}
.news_listBox{
  text-align:left;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.news_listBox li{
  background: #fff;
  box-shadow: 0px 2px 3px rgba(0,0,0,0.40);
  padding: 10px 20px;
  border: solid 1px #e6e6e6;
  transition: 0.5s;
  margin-bottom: 15px;
}
.news_listBox li:hover{
  box-shadow: 0px 4px 12px rgba(0,0,0,0.40);
}
.news_listBox li:hover{
  /* background: #111; */
}
.news_listBox li>a{
  display: block;
}
.news_title{
  font-size: 20px;
  font-weight: 700;
  line-height: 45px;
  color: rgba(0,0,0,.87);
}
.news_time{
  font-size: 14px;
  font-style: italic;
}
#news_detail{
  text-align: left;
  background: var(--main-bg) ;
  padding-top: 24px;
}
.news_detail_title{
  color: rgba(0,0,0,.87);
  font-weight: 700;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 0px;
  margin-bottom: 24px;
  font-size: 34px;
}
.news_detail_date{
  font-style: italic;
  color: #757575;
  caret-color: #757575;
  margin-right: 45px;
}
.news_detail_date i{
  font-size: 24px;
  margin-right: 5px;
}
.news_detail_content{
  margin-top: 30px;
  padding-bottom: 30px;
}
.news_detail_content img{
  max-width: 100%;
}
.new_control {
  padding-bottom: 25px;
}
.new_control a{
  font-size: 18px;
  display: inline-block;
  background: #3aaac3;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
}
.new_control a:hover{
  background: #145868;
}
.new_control a i{
  padding-right: 10px;
}

/**新版修正**/
.project_appliction_form{
  /* padding-top: 20px; */
  padding-bottom: 0px;
}
.page_big_conten{
  padding-bottom: 0px;
}


/**舊iservice搬過來**/
.news_label {
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  padding: 4px 10px;
  margin: 10px 10px 10px 0px;
}
.login_box_st2 .button.other_2 {
  position: relative;
  background-image: url(../images/digitimes.png);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#637aad", endColorstr="#5972a7", GradientType=0);
  background-color: #ffffff;
  border: 1px solid #b7b7b7;
  /* text-shadow: 0 1px 0 #a9a9a9; */
  line-height: 45px;
  color: #000;
  font-size: 17px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-align: center;
  border-radius: 3px;
  height: 47px;
  cursor: pointer;
  background-size: 85%;
  background-repeat: no-repeat;
  background-position: center;
}
.login_box_st2 .button.other_1 {
  position: relative;
  background: linear-gradient(180deg, #f9f9f9 5%, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#637aad", endColorstr="#5972a7", GradientType=0);
  background-color: #ffffff;
  border: 1px solid #b7b7b7;
  /* text-shadow: 0 1px 0 #a9a9a9; */
  line-height: 45px;
  color: #000;
  font-size: 17px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
}
.pagination ul>li{
  display: inline-block;
  padding-left: 0;
}

