@import 'common.css';
@font-face {
  font-family: "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
  src: url('syht.css');
}
body {
  padding-top: 50px;
  font-family: "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
}
@media (max-width: 992px) {
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block!important;
  }
  .collapsing {
    overflow: hidden!important;
  }
}
/*

* 媒体查询

*/
@media screen and (max-width: 768px) {
  /*超小屏幕*/
  .container {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  /*小屏幕*/
  .container {
    width: 750px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  /*大屏幕*/
  .container {
    width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  /*超大屏幕*/
  .container {
    width: 1200px;
  }
}
@media (max-width: 1800px) {
  .sidebar {
    display: none;
  }
}
@media (max-width: 1800px) {
  #topding {
    display: none;
  }
}
@media (max-width: 992px) {
  .logohide {
    display: block;
    margin-right: -15px !important;
  }
}
@media (min-width: 992px) {
  /*大屏幕*/
}
@media (max-width: 992px) {
  #nav .submenu {
    position: static !important;
    top: 0px !important;
  }
}
.navbar {
  margin-bottom: 0;
}
#nav {
  background: #1a46b9;
  width: 100%;
  height: 52px;
  z-index: 998;
  /* 以下开始利用hover选择器实现鼠标悬停时显示下拉菜单 */
  /* 顺便给hover对象也加个效果 */
}
#nav .nav-img {
  position: relative;
  top: 24px;
  left: 15px;
  transform: translateY(-50%);
}
#nav .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}
#nav .navbar-nav .nav-color {
  background: #1a46b9;
}
#nav .navbar-nav .nav-color a {
  width: 100%;
  font-size: 16px;
  color: #f4f4f4;
}
#nav .navbar-nav .nav-color a:hover {
  color: #fff;
}
#nav .navbar-nav .nav-color a span {
  display: block;
  height: 100%;
}
#nav .clear {
  clear: both;
}
#nav .a-b {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  background: #1a46b9;
}
#nav .submenu {
  display: none;
  position: absolute;
  top: 50px;
}
#nav .mj_menu_pro_main {
  width: 143px;
  margin-left: 20px;
  padding: 0px;
  border-left: 1px solid #1a46b9;
  border-right: 1px solid #1a46b9;
  border-bottom: 1px solid #1a46b9;
}
#nav .mj_menu_pro_li {
  padding: 0;
  margin: 0;
  background: #1a46b9;
}
#nav .ul-inline {
  background: #1a46b9 !important;
}
#nav .ul-inline li {
  float: left;
  background: #1a46b9 !important;
}
#nav .ul-inline li a font {
  color: #fff;
  font-size: 14px;
}
#nav .ul-inline:hover {
  display: block !important;
}
#nav .mj_menu_li_txt {
  font-size: 12px;
  color: #696969;
}
#nav .submenu li {
  padding: 0;
  background: none;
  height: 40px;
  line-height: 40px;
  border-bottom: dotted 0px #BEBEBE;
  width: 143px;
}
#nav .submenu li a {
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 15px;
}
#nav hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
@media (max-width: 992px) {
  #nav .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
#nav .navbar-right li {
  background: #1a46b9;
  padding-right: 20px;
}
#nav .navbar-right li .login .dropdown-toggle {
  height: 51px;
  line-height: 51px;
}
#nav .navbar-right li .dropdown-menu {
  min-width: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
}
#nav .navbar-right li .dropdown-menu li a:hover {
  background: #1a46b9 !important;
}
#nav .navbar-right li a {
  font-size: 16px;
  color: #f4f4f4;
}
#nav .navbar-right li a:hover {
  color: #fff;
}
#nav .drop-menu {
  display: inline-block;
  /* 使菜单形成自然宽度而不会撑满屏幕 */
  /* 其他的关于整体的样式控制 */
  width: 100px;
}
#nav .hover-btn {
  height: 51px;
  line-height: 51px;
  cursor: pointer;
  /* hover时鼠标的变化提示 */
  /* 其他的关于hover对象的样式控制 */
  width: 100%;
}
#nav .hover-btn img {
  width: 30px;
  height: 30px;
}
#nav .hover-btn .logins {
  color: #fff;
  font-size: 16px;
}
#nav .drop-content {
  display: none;
  /* 默认不显示菜单 */
  z-index: 1;
  /* 保证菜单在最上层，不被其他元素覆盖 */
  /* 其他的关于下拉菜单的样式控制 */
}
#nav .drop-content a {
  width: 100%;
  display: inline-block;
  padding-left: 10px ;
}
#nav .drop-menu:hover .drop-content {
  display: block;
  /* 悬停时变为显示 */
  background: #1a46b9;
  color: #fff;
}
#nav .drop-menu:hover .hover-btn {
  /* 悬停时hover对象的样式控制 */
}
#nav .drop-content {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  width: 100%;
  padding: 0 10px;
}
#nav .drop-menu:hover .drop-content {
  visibility: visible;
  opacity: 1;
}
#nav .hover-btn {
  transition: 0.5s;
}
.gsl-home .gsl-content .seachbar {
  margin: 80px 0;
  margin-bottom: 50px;
  text-align: center;
}
.gsl-home .gsl-content .seachbar .gsl-searchbar__description {
  font-size: 30px;
  margin-bottom: 50px;
  color: #3c4455;
}
.gsl-home .gsl-content .seachbar .gsl-searchbar__description {
  line-height: 40px;
}
@media (max-width: 992px) {
  .gsl-home .gsl-content .seachbar .seachbox {
    display: flex;
    color: #909399;
    width: 100% !important;
    margin: 0 auto;
  }
  .gsl-home .gsl-content .seachbar .seachbox .menu {
    width: 130px;
    position: relative;
  }
  .gsl-home .gsl-content .seachbar .seachbox .menu h3 {
    width: 100%;
    background-color: #f5f7fa;
    border: 1px solid #dcdfe6;
    font-size: 14px;
    line-height: 40px;
    display: flex;
    justify-content: space-around;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .gsl-home .gsl-content .seachbar .seachbox .menu h3 i {
    line-height: 40px;
  }
  .gsl-home .gsl-content .seachbar .seachbox .menu h3:hover ul {
    display: block;
  }
  .gsl-home .gsl-content .seachbar .seachbox .menu ul {
    position: absolute;
    display: none;
    left: 0px;
    top: 40px;
    width: 100%;
    border: 1px solid #dcdfe6;
    z-index: 999;
  }
  .gsl-home .gsl-content .seachbar .seachbox .menu ul li {
    font-size: 14px;
    line-height: 40px;
    width: 100%;
    background-color: #f5f7fa;
    color: #909399;
  }
  .gsl-home .gsl-content .seachbar .seachbox .menu ul li:hover {
    background: #1a46b9;
  }
  .gsl-home .gsl-content .seachbar .seachbox .menu ul li:hover a {
    color: #fff !important;
  }
  .gsl-home .gsl-content .seachbar .seachbox .menu ul li:first-child a {
    color: #3498db;
    font-weight: 600;
  }
  .gsl-home .gsl-content .seachbar .seachbox .menu ul li a {
    color: #909399;
  }
  .gsl-home .gsl-content .seachbar .seachbox .input_searder {
    flex: 1;
    display: flex;
  }
  .gsl-home .gsl-content .seachbar .seachbox .input_searder input {
    height: auto;
  }
  .gsl-home .gsl-content .seachbar .seachbox .input_searder button {
    width: 58px;
  }
  .gsl-home .gsl-content .seachbar .seachbox .input_searder button i {
    font-size: 20px;
  }
}
.gsl-home .gsl-content .seachbar .seachbox {
  display: flex;
  color: #909399;
  width: 70%;
  margin: 0 auto;
}
.gsl-home .gsl-content .seachbar .seachbox .menu {
  width: 130px;
  position: relative;
}
.gsl-home .gsl-content .seachbar .seachbox .menu h3 {
  width: 100%;
  background-color: #f5f7fa;
  border: 1px solid #dcdfe6;
  font-size: 14px;
  line-height: 40px;
  display: flex;
  justify-content: space-around;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.gsl-home .gsl-content .seachbar .seachbox .menu h3 i {
  line-height: 40px;
}
.gsl-home .gsl-content .seachbar .seachbox .menu h3:hover ul {
  display: block;
}
.gsl-home .gsl-content .seachbar .seachbox .menu ul {
  position: absolute;
  display: none;
  left: 0px;
  top: 40px;
  width: 100%;
  border: 1px solid #dcdfe6;
  z-index: 999;
}
.gsl-home .gsl-content .seachbar .seachbox .menu ul li {
  font-size: 14px;
  line-height: 40px;
  width: 100%;
  background-color: #f5f7fa;
  color: #909399;
}
.gsl-home .gsl-content .seachbar .seachbox .menu ul li:hover {
  background: #1a46b9;
}
.gsl-home .gsl-content .seachbar .seachbox .menu ul li:hover a {
  color: #fff !important;
}
.gsl-home .gsl-content .seachbar .seachbox .menu ul li:first-child a {
  color: #3498db;
  font-weight: 600;
}
.gsl-home .gsl-content .seachbar .seachbox .menu ul li a {
  color: #909399;
}
.gsl-home .gsl-content .seachbar .seachbox .input_searder {
  flex: 1;
  display: flex;
}
.gsl-home .gsl-content .seachbar .seachbox .input_searder input {
  height: auto;
}
.gsl-home .gsl-content .seachbar .seachbox .input_searder button {
  width: 58px;
}
.gsl-home .gsl-content .seachbar .seachbox .input_searder button i {
  font-size: 20px;
}
.gsl-home .gsl-content .seachbar .gsl-searchbar__recommend {
  width: 100%;
  margin-top: 30px;
}
.gsl-home .gsl-content .seachbar .gsl-searchbar__recommend .gsl_a {
  margin: 0 auto;
}
.gsl-home .gsl-content .seachbar .gsl-searchbar__recommend .gsl_a a {
  margin: 10px 0;
  display: inline-block;
  width: 114px;
  text-align: center;
  font-size: 16px;
  color: #3c4455;
  background: #5bc0de;
  padding: 4px 6px;
  border-radius: 4px;
  color: #fff;
  transition: all 0.3s;
  border: 1px solid #5bc0de;
}
.gsl-home .gsl-content .seachbar .gsl-searchbar__recommend .gsl_a a:hover {
  background: #fff;
  border: 1px solid #5bc0de;
  color: #5bc0de;
}
.blockshow {
  display: block !important;
}
@media (max-width: 992px) {
  .gsl-contentList {
    width: 100%;
    padding: 40px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.15);
  }
  .gsl-contentList nav {
    text-align: center;
  }
  .gsl-contentList .table th {
    width: 100% !important;
  }
  .gsl-contentList .table th:nth-child(7) {
    width: 90px !important;
  }
  .gsl-contentList .table td {
    width: 100% !important;
  }
  .gsl-contentList .table td:nth-child(7) {
    width: 90px !important;
  }
}
.gsl-contentList {
  width: 100%;
  margin-bottom: 200px;
  padding: 40px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.15);
}
.gsl-contentList nav {
  text-align: center;
}
.gsl-contentList .table .info {
  display: flex;
  height: 60px;
}
.gsl-contentList .table .info th {
  font-size: 14px;
  font-weight: 600px;
  text-align: left;
  vertical-align: middle;
}
.gsl-contentList .table .info td {
  text-align: left;
  vertical-align: middle ;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gsl-contentList .table .info .info_two {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gsl-contentList .table th:nth-child(1) {
  width: 150px;
}
.gsl-contentList .table th:nth-child(3) {
  width: 110px;
}
.gsl-contentList .table th:nth-child(4) {
  width: 110px;
}
.gsl-contentList .table th:nth-child(5) {
  width: 50px;
}
.gsl-contentList .table th:nth-child(6) {
  width: 110px;
}
.gsl-contentList .table th:nth-child(7) {
  width: 110px;
}
.gsl-contentList .table td:nth-child(1) {
  width: 150px;
}
.gsl-contentList .table td:nth-child(3) {
  width: 110px;
}
.gsl-contentList .table td:nth-child(4) {
  width: 110px;
}
.gsl-contentList .table td:nth-child(5) {
  width: 50px;
}
.gsl-contentList .table td:nth-child(6) {
  width: 110px;
}
.gsl-contentList .table td:nth-child(7) {
  width: 110px;
}
.list_content {
  display: none;
}
.list_content.active {
  display: block;
}
.navbar-default {
  z-index: 999;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg)
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(359deg)
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg)
    }

    to {
        -o-transform: rotate(359deg)
    }
}
@keyframes rotation {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}
.fade.in {
    filter: alpha(opacity=100);
}
.fade.in {
   /*  opacity: 1; */
}
.fade {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
    .fade.in .spinner, .fade.in .spinner-small {
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
}
.spinner{
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px -20px 0 0;
    border: 2px solid #fff;
    border-top: 2px solid #24B498;
    border-radius: 100%;
}
        #page-loader.fade.in {
    display: block;
}
#page-loader.fade {
    display: none;
        background: rgba(255,255,255,0.8);
    z-index: 999;
}
#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #E6E8EC;
}


#myModal {
  padding-right: 0px !important;
}
.modal-dialog {
  margin: 0px auto !important;
  float: right;
}
.modal-content {
  height: 100vh;
  background: #fff !important;
}
.modal-content .modal-header h4 a {
  font-size: 18px;
  color: #3498db !important;
}
.modal-content .modal-header h4 a img {
  width: 32px;
  height: 32px;
}
.modal-content #myTab {
  margin-top: 40px;
}
.modal-content #myTab li {
  font-size: 16px;
  font-weight: 600;
}
.modal-content #myTab li a {
  color: #1a46b9;
}
.modal-content .modal-body {
  background: #fff;
  margin-top: 0.75em;
}
.modal-content .modal-body #ul_list li {
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
}
.modal-content .modal-body #ul_list li a:first-child {
  float: left;
}
.modal-content .modal-body #ul_list li a:last-child {
  float: right;
  font-weight: 600;
}
.modal-content .modal-body #ul_list li .wanzhang {
  color: #3498db;
}
.modal-content .modal-body .caption {
  font-size: 16px;
  margin-top: 0.75em;
  line-height: 36px;
}
.modal-content .modal-body .caption .caption_title a {
  font-weight: 600;
}
.modal-content .modal-body .caption .caption_title  {
    font-weight: 600;
}
.modal-content .modal-body .caption .cap p {
  font-size: 16px;
  line-height: 30px;
}
.modal-content .modal-body .tab-content .tab-pane p {
  line-height: 46px;
  font-size: 16px;
}
.modal-content .modal-body .tab-content .tab-pane .list_box {
  min-height: 150px;
}
.modal-content .modal-body .tab-content .tab-pane .list_box li {
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
}
.modal-content .modal-body .tab-content .tab-pane .list_box li .icon_box {
  float: left;
}
.modal-content .modal-body .tab-content .tab-pane .list_box li .icon_box i {
  font-size: 24px;
  margin-right: 10px;
  vertical-align: inherit;
}
.modal-content .modal-body .tab-content .tab-pane .list_box li span {
  float: right;
  font-size: 16px;
}
.modal-content .modal-body .tab-content .tab-pane .list_box li span i {
  font-size: 20px;
  color: #3498db;
}
.modal-content .modal-body .tab-content .tab-pane .yellow_box {
  margin: .75em 0;
  padding: 15px 10px;
  border-radius: 6px;
  font-size: 16px;
  background: #fff8e1;
}
.modal-content .modal-body .tab-content .tab-pane .yellow_box h4 {
  font-weight: 600;
}
.modal-content .modal-body .tab-content .tab-pane .yellow_box ul {
  padding-left: 10px;
}
.modal-content .modal-body .tab-content .tab-pane .yellow_box ul li {
  line-height: 30px;
}
.modal-content .modal-body .tab-content .tab-pane .button_box {
  margin-top: 30px;
 /*  display: flex; */
  justify-content: space-around;
}
.modal-content .modal-body .tab-content .tab-pane .button_box button {
  line-height: 36px;
}

.modal-content .modal-body .tab-content .fade_li .list_box {
  min-height: 150px;
}
.modal-content .modal-body .tab-content .fade_li .list_box li {
  overflow: hidden;
  font-size: 16px;
  line-height: 36px;
}
.modal-content .modal-body .tab-content .fade_li .list_box li .icon_box {
  float: left;
}
.modal-content .modal-body .tab-content .fade_li .list_box li .icon_box i {
  font-size: 24px;
  margin-right: 10px;
  vertical-align: inherit;
}
.modal-content .modal-body .tab-content .fade_li .list_box li span {
  float: right;
  font-size: 20px;
}
.modal-content .modal-body .tab-content .fade_li .list_box li span i {
  font-size: 20px;
  color: #3498db;
}
.modal-content .modal-body .tab-content #ios .list_box li {
  padding: 20px 0px;
}
.modal-content .modal-body .tab-content #ios .list_box li .media .media-left a img {
  margin: 0 auto;
  width: 42px;
  height: 42px;
}
.modal-content .modal-body .tab-content #ios .list_box li .media .media-body {
  padding-left: 20px;
}
.modal-content .modal-body .tab-content #ios .list_box li .media .media-body h4 a {
  color: #3498db;
  font-size: 18px;
}
.modal-content .modal-body .tab-content #ios .list_box li .media .media-body p {
  font-size: 13px;
/*   color: #444; */
  line-height: 26px ;
}
.modal-content .modal-body .tab-content #ios .list_box li .media .media-body p a {
  color: #3498db;
}

#myModal a{
	text-decoration: underline !important; 
    color:  #3498db;
}
.list_box li span i{
	line-height: 30px;
}
.spanle{
	float: right;
	font-weight: 600;
}
.list_box span a{
	font-size: 14px
}
.tab-pane p{
	font-weight: 600;
}

button{
	padding: 0px 10px;
}
.btnright{
	float: right;
}
#myModal > div > div > div.modal-body > div.caption > div.cap > p:nth-child(1){
    margin-bottom: 20px;
}

#ios strong{
	    padding-right: 5px;
}
#ios > ul > li > div > div.media-body > p:nth-child(3){
	color: rgb(144,144,144);
}
#ios > ul > li > div > div.media-body > p:nth-child(4){
	
}
.modal-content .modal-body .tab-content #ios .list_box li .media .media-body p:eq(1){
	color:red;
}
#ios > ul > li > div > div.media-body > h4 > span{
	cursor: pointer;
}
.modal-content .modal-body .tab-content .tab-pane .button_box button {
  line-height: 36px;
  background-color: #5bc0dc;
  color: #fff;
}

#home,#ios ,#jmeter{
	position: relative;
    min-height: 314px;
}
.button_box{
	bottom: 0px;
}
.button_box button {
	line-height: 36px;
	color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
#home > div > button.btn.btnright,#ios > div > button.btn.btnright,#jmeter > div > button.btn.btnright{
	margin-left: 359px;
}

body > div.container > div > div.col-xs-12.col-sm-12.col-md-12.list_content.active > div > table > tbody > tr:nth-child(1) > th.info_two.hidden-xs > span{
	margin-left: 360px;
	cursor: pointer;
}
.cap{
	min-height: 170px;
}