/*******************
Blocks Styles
********************/
/**
Header Styles
*/
@media only screen and (min-width: 772px){
  .hiSlider-wrap li.hiSlider-item img {
      width: 100%;
      height: 300px;
  }
  }

.top_1{float:left;width: 45px;position: absolute;}
.top_2{float:left;width: 160px;}
.top_3{float:left;width: 980px; }
.top_3_xb{float:left;width: 680px; }
/*顶部搜索框*/
/* vivo-head */
#vivo-head{z-index:1;position:relative;}
.search-user b{background:url(../images/vivo-head-ico.png) no-repeat;_background-image:url(../images/vivo-head-ico.gif) ;}

#vivo-head{border-bottom:1px #e7e7e7 solid;border-bottom:1px rgba(0,0,0,0) solid;z-index:999999999;position:relative;}
#vivo-head .vivo-nav{height:60px;right:0;top:0;position:relative;z-index:999;text-align: right}

.vivo-nav .search-user{float:;height:60px;}
.search-user a{width:42px;height:42px;display:inline-block;position:relative;top:10px;border:1px #e7e7e7 solid;
	background:#fff;overflow:hidden;-webkit-border-radius:50%;
	-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%;-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out;
	-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
.search-user a:hover,.search-user a.current{border:1px #008cd6 solid;background:#008cd6;}
.search-user a b{width:42px;height:42px;display:block;position:absolute;top:0;left:0;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition-delay:.1s;-moz-transition-delay:.1s;-ms-transition-delay:.1s;transition-delay:.1s;}
.search-user a.search b{background-position:0 0;}
.search-user a.search:hover b,.search-user a.search.current b{background-position:0 -43px;}
.search-user a.user b{background-position:-43px 0;}
.search-user a.user b img{width:42px;height:42px;}
.search-user a.user:hover b,.search-user a.user.current b{background-position:-43px -43px;}
#vivo-head .vivo-search{width:1200px;background:#666;position:absolute;z-index:9999;display:none;margin-top: 60px;left:-987px;}
.vivo-search .search-box{width:700px;height:40px;position:absolute;top:30px;left:50%;margin-left:-350px;background:;
	/*-webkit-box-shadow:0 1px 2px rgb(0,0,0);-moz-box-shadow:0 1px 2px rgb(0,0,0);-ms-box-shadow:0 1px 2px rgb(0,0,0);
	ox-shadow:0 1px 2px rgb(0,0,0);*/position:relative;z-index:9999;}
.vivo-search .search-box input{width:550px;height:40px;padding:10px 20px;font-size:14px;color:#555;border:none;background:#fff;overflow:hidden;vertical-align:middle;}
.vivo-search .search-box button{width:110px;height:40px;overflow:hidden;text-align:center;font-size:14px;color:#fff;border:none;overflow:hidden;vertical-align:middle;background:#008cd6;outline:none;cursor:pointer;-webkit-transition:background .2s ease-in-out;-moz-transition:background .2s ease-in-out;-ms-transition:background .2s ease-in-out;transition:background .2s ease-in-out;}
.vivo-search .search-box button:hover{background:#0074b2;}
.vivo-search .search-box button:active{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.3) inset;-moz-box-shadow:0 1px 2px rgba(0,0,0,.3) inset;-ms-box-shadow:0 1px 2px rgba(0,0,0,.3) inset;box-shadow:0 1px 2px rgba(0,0,0,.3) inset;}
.vivo-search .search-box a.close{width:24px;height:24px;position:absolute;top:8px;right:5px;background:url(../images/vivo-head-ico.png) -86px 0 no-repeat;_background-image:url(../images/vivo-head-ico.gif);}
.vivo-search .search-box a.close:hover{background-position:-86px -25px;}
/*顶部搜索框*/
.sb-search {
	position: relative;
	line-height: 42px;
	width: 0%;
	min-width: 42px;
	height: 42px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}
.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	height: 42px;
	margin: 0;
	z-index: 10;
	padding: 20px 65px 20px 20px;
	font-family: inherit;
	font-size: 20px;
	color: #2c3e50;
	border-radius: 50%;
}



.sb-icon-search,
.sb-search-submit  {
	border: 1px solid #e7e7e7;
	width: 42px;
	height: 42px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin-top: 0;
	text-align: center;
	cursor: pointer;
	z-index: 1000;
	background: #fff;
	font-size: 13px;
	color: #666;
	vertical-align:center;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%;-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out;
	-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);
}

.sb-icon-search:hover {
	background: #008cd6;
	color:#fff;
	border: none;

}
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot');
	src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff') format('woff'),
		url('../fonts/icomoon/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
.sb-icon-search {
	color: #666;
	z-index: 90000000;
	font-size: 18px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}
.sb-icon-search:before {
	content: "\e000";
}

/* Open state */
.sb-search.sb-search-open,
.no-js {
	width: 100%;
	height: 42px;
	border-radius:25px;
	font-size: 14px;
	border: 1px solid #CCC;

}

.column {
	float: right;
	width: 350px;
	padding: 0 0.5em;
	min-height: 40px;
	position: relative;
}
.txt-tm{padding-top:0px;display: block; margin-bottom: 0px;width: 100%;-webkit-text-align:justify;
            text-align:justify;
            -webkit-text-align-last:justify;
            text-align-last:justify;
}
.txt-tm-s{ padding-top: 0px; width: 100%}
.left-line-txt{ padding-left: 30px; border-left: 2px solid #ccc; }


.mobile-inner_xb p{
  color: #676767;
  line-height: 25px;
  font-size: 16px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  margin:0px;
}
/*顶部搜索框*/
/* Header Top Styles */
.header {position: relative;z-index:999; }
.header__top {background:url(../images/gqt_bg.png) top center no-repeat;}
.header__top__inner {display: -webkit-box;display: -webkit-flex;display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  max-height:150px;
}

.header__top__button .cr-btn::before {
  display: none; }

.header__top__button .cr-btn:hover {
  border-color: #00AC1F; }

.header__top__info {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .header__top__info li {
    display: inline-block;
    padding: 0 30px;
    vertical-align: middle;
    line-height: 1; }
    .header__top__info li:not(:last-child) {
      border-right: 1px solid rgba(255, 255, 255, 0.6); }
    .header__top__info li:first-child {
      padding-left: 0; }
    .header__top__info li:last-child {
      padding-right: 0; }
    .header__top__info li a {
      color: #fff;
      font-size: 15px;
      font-weight: 300;
      line-height: 1;
      vertical-align: middle; }
      .header__top__info li a i {
        padding-right: 7px; }
      .header__top__info li a:hover {
        color: #00AC1F; }

/* Header Bottom Styles */
.header__bottom__inner_gqt{
  width: 1200px;
  /* background: #fafafa; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.header__logo a {
  display: inline-block;
  padding: 20px 0; }

/* Sticky Header */
.header__bottom_gqt{ background:#ffd30e;box-shadow: 0 4px 4px rgba(0,0,0,.1);}
.sticky--header.is-sticky .header__bottom_gqt {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(255, 211, 13, 1);
  -webkit-animation: slideInDown 0.5s ease-in-out 1 both;
  -moz-animation: slideInDown 0.5s ease-in-out 1 both;
  -ms-animation: slideInDown 0.5s ease-in-out 1 both;
  -o-animation: slideInDown 0.5s ease-in-out 1 both;
  animation: slideInDown 0.5s ease-in-out 1 both;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

.sticky--header.is-sticky .header__logo a {
  padding: 15px 0; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__top__info li {
    padding: 0 18px; }
  .sticky--header {
    position: relative; } }

@media only screen and (max-width: 767px) {
  .header__top__inner {
      display: none;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 20px 0; }
  .header__top__info {
    margin-bottom: 15px;
    text-align: center; }
    .header__top__info li {
      padding: 0 20px; }
      .header__top__info li:first-child {
        padding-left: 20px; }
      .header__top__info li:last-child {
        padding-right: 20px; }
  .sticky--header {

    position: relative; } }

@media only screen and (max-width: 575px) {
  .mean-container .mean-nav {
    width: 100%; } }

/**
Navigation Styles
*/
.main-navigation_gqt {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .main-navigation_gqt > ul > li:hover > a {
    color: #fff; }
  .main-navigation_gqt ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width:100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0; 

  }
    .main-navigation_gqt ul li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-self: stretch;
      -moz-align-self: stretch;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      padding: 20px 10px;
      /* background:#eaeaea;} */}
      .main-navigation_gqt ul li.active a{   color:#fff;}
      .main-navigation_gqt ul li.active{
  
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-self: stretch;
        -moz-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        padding: 20px 9px;
        background:#c53002;
     
        /* Dropdown Menu Styles */
        /* Last Element */ }
   
      /* Dropdown Menu Styles */
      /* Last Element */ }
          .main-navigation_gqt ul li:hover {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-self: stretch;
      -moz-align-self: stretch;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      padding: 20px 10px;
      background:#c53002;
      /* Dropdown Menu Styles */
      /* Last Element */ }
      .main-navigation_gqt ul li:first-child {
        padding-left: 10px; }
      /* .main-navigation_gqt ul li:last-child {
        padding-right: 0px; } */
        .main-navigation_gqt ul li a:hover{}
      .main-navigation_gqt ul li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-self: stretch;
        -moz-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        color: #323232;
        font-weight: 700;
        font-size: 18px;
        text-transform: uppercase; }
      .main-navigation_gqt ul li.cr-dropdown {
        position: relative; }
        .main-navigation_gqt ul li.cr-dropdown > a:after {
          content: "\f107";
          font-family: fontAwesome;
          margin-left: 5px;
          line-height: 26px;
          display: inline-block; }
        .main-navigation_gqt ul li.cr-dropdown .cr-dropdown-menu {
          position: absolute;
          left: 0;
          top: 100%;
          width: 160px;
          background: #ffffff;
          visibility: hidden;
          -webkit-transform: scaleY(0);
          -moz-transform: scaleY(0);
          -ms-transform: scaleY(0);
          -o-transform: scaleY(0);
          transform: scaleY(0);
          -webkit-transform-origin: 0 0;
          -moz-transform-origin: 0 0;
          -ms-transform-origin: 0 0;
          -o-transform-origin: 0 0;
          transform-origin: 0 0;
          -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          -webkit-transition: all 0.3s ease-in-out 0s;
          -moz-transition: all 0.3s ease-in-out 0s;
          -ms-transition: all 0.3s ease-in-out 0s;
          -o-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s;
          z-index: 99; }
          .main-navigation_gqt ul li.cr-dropdown .cr-dropdown-menu li {
            display: block;
            padding: 0;
            position: relative;
            /* Sub Dropdown Menu */ }
            .main-navigation_gqt ul li.cr-dropdown .cr-dropdown-menu li a {
              display: block;
              font-size: 16px;
              height: 50px;
              background: #ffffff;
              color: #454545;
              padding: 0px 20px;
              line-height: 50px;
              position: relative;
              font-weight: 600; }
            .main-navigation_gqt ul li.cr-dropdown .cr-dropdown-menu li:hover > a {
              background: #ffd30e;
              color: #ffffff; }
            .main-navigation_gqt ul li.cr-dropdown .cr-dropdown-menu li.cr-dropdown-sub > a {
              position: relative; }
              .main-navigation_gqt ul li.cr-dropdown .cr-dropdown-menu li.cr-dropdown-sub > a:after {
                content: "\f105";
                font-family: fontAwesome;
                position: absolute;
                right: 15px;
                top: 50%;
                height:40px;
                line-height: 50x;
                margin-top: -15px;
                font-size: 14px; }
            .main-navigation_gqt ul li.cr-dropdown .cr-dropdown-menu li ul {
              position: absolute;
              left: 100%;
              top: 0;
              width: 200px;
              -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
              -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
              -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
              -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
              z-index: 2;
              -webkit-transition: all 0.3s ease-in-out 0s;
              -moz-transition: all 0.3s ease-in-out 0s;
              -ms-transition: all 0.3s ease-in-out 0s;
              -o-transition: all 0.3s ease-in-out 0s;
              transition: all 0.3s ease-in-out 0s;
              -webkit-transform: scaleY(0);
              -moz-transform: scaleY(0);
              -ms-transform: scaleY(0);
              -o-transform: scaleY(0);
              transform: scaleY(0);
              -webkit-transform-origin: 0 0;
              -moz-transform-origin: 0 0;
              -ms-transform-origin: 0 0;
              -o-transform-origin: 0 0;
              transform-origin: 0 0;
              background: #fff; }
            .main-navigation_gqt ul li.cr-dropdown .cr-dropdown-menu li:hover ul {
              visibility: visible;
              -webkit-transform: scaleY(1);
              -moz-transform: scaleY(1);
              -ms-transform: scaleY(1);
              -o-transform: scaleY(1);
              transform: scaleY(1); }
      .main-navigation_gqt ul li:hover a:before {
        width: 100%; }
      .main-navigation_gqt ul li:hover .cr-dropdown-menu {
        visibility: visible;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1); }
      .main-navigation_gqt ul li.last-elements .cr-dropdown-menu {
        right: 0;
        left: auto; }
        .main-navigation_gqt ul li.last-elements .cr-dropdown-menu .cr-sub-dropdown-menu {
          left: auto;
          right: 100%;
          background: #fff; }
    .main-navigation_gqt ul ul {
      display: block;
      background: #fff; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-navigation_gqt ul li {
    padding: 0 17px; } }

    /**
Banner2 Styles  系部
*/
.banner-area-xb {
  margin-top: 0 !important; }

.banner-xb {
  position: relative; }

.banner__single_gqt {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 50vh; }
  .banner__single-xb_list {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height:280px; }
  .banner__single-xb:focus, .banner__single-xb:active {
    outline: 0; }

.banner__single__content-xb {
  padding: 55px 0 70px 0;
  color: #fff; }
  .banner__single__content-xb h5 {
    margin-bottom: 20px; }
  .banner__single__content-xb h1 {
    font-size: 52px;
    line-height: 62px;
    font-weight: 700;
    margin-bottom: 20px; }
  .banner__single__content-xb p {
    font-size: 17px;
    margin-bottom: 20px; }
  .banner__single__content-xb .cr-btn {
    margin-top: 20px; }
  .banner__single__content-xb.color--black {
    color: #303030; }

.banner-slider-active-xb .banner__single__content-xb {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: all 0.6s ease-in 0.2s;
  -o-transition: all 0.6s ease-in 0.2s;
  transition: all 0.6s ease-in 0.2s; }

.banner-slider-active-xb .slick-current-xb .banner__single__content-xb {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__single__content-xb h1 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 15px; }
  .banner__single__content-xb a.cr-btn {
    margin-top: 15px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner__single-xb {
    margin-top: 0 !important; }
  .banner__single__content-xb {
    text-align: center; }
    .banner__single__content-xb h1 {
      font-size: 42px;
      line-height: 48px; } }

@media only screen and (max-width: 767px) {
  .banner__single-xb {
    margin-top: 0 !important; }
  .banner__single__content-xb {
    text-align: center; }
    .banner__single__content-xb h3 {
      font-size: 18px; }
    .banner__single__content-xb h1 {
      font-size: 32px;
      line-height: 48px;
      margin-bottom: 15px; }
    .banner__single__content-xb p {
      font-size: 16px;
      margin-bottom: 15px; }
    .banner__single__content-xb a.cr-btn {
      margin-top: 15px; } }

@media only screen and (max-width: 575px) {
  .banner__single__content-xb h1 {
    font-size: 28px;
    line-height: 38px; } }

/* Slider Arrow Style */
.banner-slider-active-xb {
  position: relative;}
  .banner-slider-active-xb .cr-slick-arrow {
    position: absolute; 
    top: 50%;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    outline: none;
    border: none;
    display: inline-block;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 30px;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .banner-slider-active-xb .cr-slick-arrow i {
      line-height: 58px; }
    .banner-slider-active-xb .cr-slick-arrow:hover {
      background: #00AC1F; }
    .banner-slider-active-xb .cr-slick-arrow.cr-slick-prev {
      left: 0; }
    .banner-slider-active-xb .cr-slick-arrow.cr-slick-next {
      right: 0; }
  .banner-slider-active-xb:hover .cr-slick-arrow {
    visibility: visible;
    opacity: 1; }
    .banner-slider-active-xb:hover .cr-slick-arrow.cr-slick-prev {
      left: 2%; }
    .banner-slider-active-xb:hover .cr-slick-arrow.cr-slick-next {
      right: 2%; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-slider-active-xb .cr-slick-arrow {
    top: auto;
    bottom: 25px;
    height: 50px;
    width: 50px;
    font-size: 24px; }
    .banner-slider-active-xb .cr-slick-arrow i {
      line-height: 48px; }
    .banner-slider-active-xb .cr-slick-arrow.cr-slick-prev {
      left: auto;
      right: 50%; }
    .banner-slider-active-xb .cr-slick-arrow.cr-slick-next {
      right: auto;
      left: 50%; }
  .banner-slider-active-xb:hover .cr-slick-arrow.cr-slick-prev {
    left: auto;
    right: calc(50% + 15px); }
  .banner-slider-active-xb:hover .cr-slick-arrow.cr-slick-next {
    right: auto;
    left: calc(50% + 15px); } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-slider-active-xb .cr-slick-arrow {
    height: 42px;
    width: 42px;
    font-size: 20px;
    top: auto;
    bottom: 25px; }
    .banner-slider-active-xb .cr-slick-arrow i {
      line-height: 40px; }
    .banner-slider-active-xb .cr-slick-arrow.cr-slick-prev {
      left: auto;
      right: 50%; }
    .banner-slider-active-xb .cr-slick-arrow.cr-slick-next {
      right: auto;
      left: 50%; }
  .banner-slider-active-xb:hover .cr-slick-arrow.cr-slick-prev {
    left: auto;
    right: calc(50% + 15px); }
  .banner-slider-active-xb:hover .cr-slick-arrow.cr-slick-next {
    right: auto;
    left: calc(50% + 15px); } }

@media only screen and (max-width: 767px) {
  .banner-slider-active-xb .cr-slick-arrow {
    height: 36px;
    width: 36px;
    font-size: 18px;
    top: auto;
    bottom: 20px; }
    .banner-slider-active-xb .cr-slick-arrow i {
      line-height: 34px; }
    .banner-slider-active-xb .cr-slick-arrow.cr-slick-prev {
      left: auto;
      right: 50%; }
    .banner-slider-active-xb .cr-slick-arrow.cr-slick-next {
      right: auto;
      left: 50%; }
  .banner-slider-active-xb:hover .cr-slick-arrow.cr-slick-prev {
    left: auto;
    right: calc(50% + 10px); }
  .banner-slider-active-xb:hover .cr-slick-arrow.cr-slick-next {
    right: auto;
    left: calc(50% + 10px); } }

.main_bg_gqt{}
.no-js {background-image: url(../images/gqt_bg.png) top center no-repeat;}

.list-group-item span{color: #ccc;float: right;}
.list-group-item a{color:#222222;font-size: 16px}
.list-group-item a:hover{color:#008cd6;}
.section-title h3 a{color:#222222;}
 .section-title h3 a:hover{color:#008cd6;}
.xb_index_img span{font-weight: 600;}
h3 span.h3{font-size: 16px;line-height: 33px;margin-bottom: 0 !important}
/*.xb_index_img img{max-height: 168px}*/
/**/
.xb-top{ width: 100%;display: block; margin-top: -225px;background:rgba(34,34,34,.5);position:inherit;}
.info_xb{
  width: 100%;
display: block;
 margin:0 auto 0 auto;
 background: rgba(0,140,214,1);
 padding: 20px 15px 6px 15px;
}
.info_xb p{color:#fff;font-size: 16px;text-indent: 2em}
.info_xb{min-height: 226px;}
.info_xb p .cr-btn{float: right; margin-top:30px;background: #222;padding-left: 0;font-size: 16px;font-weight: none}
.xbjj-title img{display: block; min-height: 226px}
.xbjj-title span{width:60%;position: absolute; background:rgba(0,140,214,.8);height: 80px;left:20%;right:0;top:30%;font-size: 30px;color: #fff;padding: 20px;height: 40%}
/*幻灯焦点*/

/*系部模板2*/
/* focus */
#focus{width:100%;height:280px;overflow:hidden;position:relative;}
#focus ul{height:380px;position:absolute;}
#focus ul li{float:left;width:100%;height:280px;overflow:hidden;position:relative;background:#000;}
#focus ul li div{position:absolute;overflow:hidden;}
#focus .btnBg{position:absolute;width:800px;height:20px;left:0;bottom:0;background:#000;}
#focus .btn{position:absolute;width:780px;height:10px;padding:5px 10px;right:0;bottom:0;text-align:right;}
#focus .btn span{display:inline-block;_display:inline;_zoom:1;width:25px;height:10px;_font-size:0;margin-left:5px;cursor:pointer;background:#fff;}
#focus .btn span.on{background:#fff;}
#focus .preNext{width:45px;height:100px;position:absolute;top:90px;background:url(../images/sprite.png) no-repeat 0 0;cursor:pointer;}
#focus .pre{left:0;}
#focus .next{right:0;background-position:right top;}
/*系部模板左边图片右边文字*/
.scroll-box {MARGIN: 0px auto; OVERFLOW: hidden; WIDTH: 800px; POSITION: relative}
.scroll-box .imgcon {WIDTH: 3200px; POSITION: relative}
.scroll-box .imgcon LI {DISPLAY: block; FLOAT: left}
.box {BACKGROUND: url(../images/vindex_03.png) repeat-x; WIDTH: 100%; POSITION: relative; HEIGHT: 300px}
.arrow-img {CURSOR: pointer; POSITION: absolute}
.imgcon LI {DISPLAY: none; POSITION: relative}
.tit-area-bg {RIGHT: 0px; BACKGROUND: #000; FILTER: alpha(opacity=75); WIDTH: 185px; POSITION: absolute; TOP: 0px; HEIGHT: 350px; opacity: .75; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"
}
.tit-area {RIGHT: 0px; BACKGROUND: none transparent scroll repeat 0% 0%; WIDTH: 175px; POSITION: absolute; TOP: 0px; HEIGHT: 350px}
.tit-area p{ padding-bottom:10px; width:100%;}
.mctit{MARGIN-TOP: 65px; FONT-WEIGHT: bold; FONT-SIZE: 20px; MARGIN-BOTTOM: 10px; COLOR: #fff; TEXT-ALIGN: left}
.mctit a{ color:#fff;}
.tit-area P {MARGIN: 0px; COLOR: #3abce9; LINE-HEIGHT: 20px; TEXT-ALIGN: left}
.imgcon .on {DISPLAY: block}
.imgmenu {MARGIN: 0px auto; WIDTH: 200px}
.imgmenu LI {BACKGROUND: url(../images/vindex_20.png) no-repeat; FLOAT: left; MARGIN-LEFT: 3px; WIDTH: 18px; CURSOR: pointer; HEIGHT: 13px}
.xb_info_bot a{margin-left:10px;padding: 8px 8px;margin-top: 6px;font-size: 16px;color:#fafafa;border:#fff 1px solid;border-radius: 4px;}
.xb_info_bot a:hover{background:#181616;color: #fafafa}
/*  */
/*列表页 { margin-bottom:20px; }*/
.info_list{}
.info_list li a{color: #222}
 .info_list li { clear:both; overflow:hidden; border-bottom:#eee 1px solid; margin-bottom:30px;}
 .info_list ._img { width:100%; float:left; }
 .info_list ._img img{ -moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;transition: all .5s ease 0s;max-height:180px }
 .info_list ._intro { overflow:hidden; }
 .info_list ._title { display:block; height:32px; line-height:32px; font-size:18px; font-weight:normal; margin-bottom:5px; color:#333333; white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
 .info_list ._info { height:20px; line-height:20px; color:#999999; margin-bottom:10px; }
 .info_list ._info a{  text-decoration:none; color: #000}
 .info_list ._text { line-height:1.8em; height:3.6em; overflow:hidden; font-size:16px; margin-bottom:15px;}
 .info_list ._more { display:inline-block; white-space:nowrap; width:auto; height:36px; line-height:32px; background-color:#fff; color:#555; padding:0 20px; border:1px solid #bababa;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
 .info_list li:hover ._title { color:#c53002;  font-weight:bold;}
 .info_list li:hover ._more {border:1px solid #c53002; background-color:#c53002; color:#fff;}
 .info_list li:hover ._img img { transform: scale(1.05);-moz-transform: scale(1.05);-webkit-transform: scale(1.05);}
 /* .info_list li:hover ._text { color:#c53002;} */
 .info_list_title .inthis{background-color:#c53002;}

 .info_list_title_top{top:0;
  left: 0;
  background:#ffd30e;
  line-height: 50px;
  position: relative;}
  .info_list_title_top .cur{background-color:#008cd6;color:#fff}.cur a{color:#fff}
.info_list_title_top .cur-in{font-size: 20px;line-height: 50px;  margin-bottom: 0;padding:0 10px 0 10px;}
.info_list_title_top .inthis{background-color:#008cd6;}
/* .info_list_title .inthis3{background-color:#333;} */
.info_list_title_top h1.inthis a{color:#fff}
.info_list_title_top .cur-in a{color:#333}
.info_list_title_top .title26{font-size: 20px;line-height: 50px;  margin-bottom: 0;padding:0 10px 0 10px;
 color:#fff;display:inline-block;}
.info_list_title_top h1:hover{font-size: 20px;line-height: 50px;  margin-bottom: 0;padding:0 10px 0 10px ;background:#28d8f0;
 display:inline-block}
 .info_list_title_top h1:hover a{color:#fff;}
.info_list_title_top .cur{background-color:#c53002;color:#fff}.cur a{color:#fff}
.info_list_title_top a{display: }
.posi{text-align: right;float: right;padding-right:10px}
.info_list_title_top h1{display: inline-block;}

.info_list_title_list .cur{background-color:#c53002;color:#fff}.cur a{color:#fff}
.info_list_title_list{left:0;background:#ffd30e;line-height: 50px;height: 50px; }
.news_list_dh{position: fixed;top:0;width: 100%;z-index:9999;background:#ffd30e;}

.nd_part1{ margin-bottom:40px; }
.nd_part1 li{min-height: 330px;}
.nd_part1  ul>li{position: relative;}
.nd_part1 .txt_area{position: absolute;bottom: 0;;background:rgba(255, 255, 255, 1); left:10px;right:10px;}
.nd_part1 .txt_box{padding: 25px 30px;border: 1px solid;border-color: transparent transparent #DEDEDE transparent}
.nd_part1 .txt_box .li_tit{font-size: 16px;font-weight: bold;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;margin-bottom: 20px}
.nd_part1 .txt_box .li_dec{font-size: 14px;margin-bottom: 0px;line-height: 1.6;height: 0em;overflow: hidden;transition: 0.3s all ease}
.nd_part1 li:hover .txt_area{background:#c53002;background-repeat:repeat;}
.nd_part1 li:hover .li_dec{margin-bottom: 20px;height: 3.2em;color: #ffffff}
.nd_part1 li:hover .li_tit{color: #ffffff;font-size: 18px}
.nd_part1 li:hover .li_riqi{color: #ffffff}
.nd_part1 li:hover li{background:#fafafa}

.info_list_title{bottom:50px;left:0;background: rgba(255,255,255,.8);line-height: 50px; position: relative;}

.posi{text-align: right;float: right;padding-right:10px}

.info_list_title h1.inthis a{color:#fff}
.info_list_title .cur-in a{color:#333}
.info_list_title .cur-in{font-size: 20px;line-height: 50px;  margin-bottom: 0;padding:0 10px 0 10px;}
.info_list_title .title26{font-size: 20px;line-height: 50px;  margin-bottom: 0;padding:0 10px 0 10px;display:inline-block;background-color: #c53002;}
.info_list_title h1:hover{font-size: 20px;line-height: 50px;  margin-bottom: 0;padding:0 10px 0 10px ;background:#ffd30e;
 display:inline-block}
 .info_list_title h1:hover a{color:#fff;}
.info_list_title .cur{background-color:#c53002;color:#fff}.cur a{color:#fff}
.info_list_title a{display: }
.posi{text-align: right;float: right;padding-right:10px}
.info_list_title h1{display: inline-block;}
.info_list li.list_no_line{padding-bottom: 30px}


._detailPage_bot ._mark {font-weight: bold; float: left; margin-right: 10px; }
._detailPage_bot ._title {font-size: 14px;  float: left; width: 68%;}
._detailPage_bot ._title:hover {color: #c53002;}
._detailPage_bot ._time { float: right;}
._detailPage_bot {border-top: 1px solid #cccccc; margin-top:50px}
._detailPage_bot li {line-height: 30px; overflow: hidden; height: 30px;  padding: 0 10px; border-bottom: 1px solid #cccccc; }
.main_content h1{    font-size: 2em}
.main_content { line-height:2; min-height:200px; font-size:16px; color:#555555; margin-top:20px; }
.main_content  img{height:auto;}
.main_content a:hover{ color: #ccc }
._head h1{ padding-bottom: 10px;font-size: 2em;font-family: inherit; font-weight: 500;line-height: 1.5;color: inherit;}
._tool{ float:; line-height: 20px; font-size: 14px; padding-bottom: 10px; color:#999;}

.box01{ padding:15px; background-color:#f4f4f4; display:block;}
.box01 ._t{ font-size:20px; font-weight:bold; color:#000; margin-bottom:10px;}
.box01 ._p{ margin-top:15px; color:#444141;}
.box01 .more_btn{display:block; width:100px; line-height:35px; padding:0 15px; border:1px solid  #008cd6; color:#008cd6; overflow:hidden;color:#008cd6; margin-top:20px;position:relative;}
.box01 .more_btn:hover{background: #c53002; color:#fff; }
.box01 .more_btn em{position:absolute; top:0px; right:15px;}
.chanr-link{ background:#f6f6f6; padding:15px; margin-bottom:20px;}
.chr-quick-link{ margin-bottom:15px;}
.chr-quick-link a._img { display: block; height: 0; overflow: hidden; padding-bottom: 45%; position: relative; }
.chr-quick-link a._img img { height: auto; left: 0; position: absolute; top: 0; width: 100%; }
.chr-quick-link ._cover{ background:url(../img/black.6.png) repeat; background:rgba(0,0,0,.5); display:block; position:absolute; bottom:0; left:0; width:100%; height:32px; line-height:32px; text-indent:15px; color:#fff; font-size:12px;}
.chr-quick-link ._cover ._title{  font-size:12px;}
.chr-quick-link ._cover ._line{ display:none; width:0; height:100%; vertical-align:middle;}
.chan-sublant{ font-size:20px; color:#333; margin-bottom:10px; font-weight:bold}


.info_list2 li {margin-bottom:40px;}
.info_list2 li .data{ font-family:Arial;border:1px #ccc solid; }
/* .info_list2 li .data img{ width:190px; height:130px;} */
.info_list2 li .data span{ display:block; text-align:center;}
.info_list2 li .data .day{ font-size:30px; font-weight:bold; background-color:#ccc;line-height: 60px; color: #fff;}
.info_list2 li .data .month{ font-size:0.77em; color:#565656; line-height:40px;background: #fafafa}
/* .info_list2 ._img{float:left;width: 15%;margin-right:2%;}
.info_list2 ._img img{height:100%;} */
.info_list2 ._t{font-size:22px;margin-bottom:10px;color:#000;font-weight:normal; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.info_list2 ._p{line-height:30px;height:70px;overflow:hidden;padding-top:10px; margin-top:5px; color:#333;border-top:#ccc 1px dotted;}
/* .info_list2 ._p1{line-height:23px;height:23px;color:#ccc; } */
/* .info_list2 ._i{overflow:hidden;*zoom:1;margin-top: 25px;}
.info_list2 ._i span,.info_list2 ._i a{line-height:26px;padding:0 10px;}
.info_list2 ._i ._more{background:#06c;color:#fff;}
.info_list2 ._i ._date{background:#ededed;color:#999;} */
.info_list2 li:hover ._t{color: #c53002;}
.info_list2 li:hover span{color:#c53002;}
.info_list2 li:hover ._i ._more{background-color:#ffd30e;}
.info_list2 li:hover .data{border-color:#c53002;}
.info_list2 li:hover .data .day{background-color:#ffd30e;}

.info_list3 .list_infonews{border-bottom: 1px #eaeaea solid;width: 100%}
.info_list3 .list_infonews:first-child{border-top: 1px #eaeaea solid;width: 100%}
.info_list3 li{line-height:60px;font-size: 16px;}
.info_list3 li:hover{background:#fafafa; cursor: pointer;}
.info_list3 li ._title{overflow: hidden;   text-overflow: ellipsis;
  white-space: nowrap;}
.info_list3 li ._date{text-align: right;color:#999999}




.selected-solution{height:450px;top:-270px;position: relative;}
.selected-solution>div{position:relative;width:1270px;margin:0 auto}
.selected-solution .swiper-container{height:450px;width:1200px;margin-top: 50px}
.selected-solution .layer-title{color:#393b40;padding:50px 0 30px;text-align:center;font-size:30px;letter-spacing:1.09px}
/*主体列表*/
.selected-solution .solution-cardlist{max-width:1200px;margin:20px auto 0}
.swiper-slide,.swiper-wrapper{!important}
.selected-solution .solution-cardlist .col-sm-4{padding:0 10px;top:0;transition:all .15s linear;box-sizing:border-box}
.selected-solution .solution-cardlist .col-sm-4 .solution-card{height:360px;background:#fff;border-radius:6px;text-align:left;overflow:hidden;transition:all .15s linear}
.selected-solution .solution-cardlist .col-sm-4:hover{position:relative;top:-20px;transition:all .25s linear}
.selected-solution .solution-cardlist .col-sm-4:hover .solution-card{height:400px;box-shadow:0 10px 40px 0 rgba(0,0,0,.1);transition:all .2s linear}
.selected-solution .solution-cardlist .col-sm-4 .solution-card img{width:auto;height:200px;transition:all .2s linear}
.selected-solution .solution-cardlist .col-sm-4 .solution-card h3{margin:20px 30px 10px;font-size:18px;color:#252b3a;letter-spacing:.65px;text-align:left}
.selected-solution .solution-cardlist .col-sm-4 .solution-card p{margin:0 30px;padding-bottom:10px;font-size:14px;color:#666a75;letter-spacing:.51px}
.selected-solution .solution-cardlist .col-sm-4 .solution-card dl{margin:0 30px;overflow:visible}
.cf:after,.cf:before{content:" ";display:table;line-height:0}
.cf:after{clear:both}
.selected-solution .solution-cardlist .col-sm-4 .solution-card dl dt{margin-bottom:20px;font-size:14px;color:#252b3a;letter-spacing:.51px;line-height:19px;position:relative}
.selected-solution .solution-cardlist .col-sm-4 .solution-card dl dt:before{position:absolute;display:inline-block;left:-8px;top:7px;content:'';vertical-align:middle;width:4px;height:4px;border-radius:50%;background:#252b3a}
.selected-solution .solution-cardlist .col-sm-4 .solution-card dl dd{float:left;width:50%;margin-bottom:6px;font-size:12px;color:#a0a2a8;letter-spacing:.44px;line-height:20px}
.selected-solution .solution-cardlist .col-sm-4 .solution-card>span{margin:10px 30px 0;font-size:14px;display:inline-block;color:#666a75;letter-spacing:.51px;line-height:22px;opacity:0;transition:opacity .15s linear}
.selected-solution .solution-cardlist .col-sm-4:hover .solution-card>span{opacity:1;transition:opacity .2s linear 50ms}
/*了解更多*/
.selected-solution .solution-cardlist .col-sm-4 .solution-card>span a span{display:inline-block;vertical-align:middle}
.selected-solution .solution-cardlist .col-sm-4 .solution-card>span a span.arrow-f{width:13px;height:13px;background:url(../images/marketplace-selected-arrow0.svg);display:inline-block;vertical-align:middle;margin-left:5px;position:relative;transition:.3s ease-out}
.selected-solution .solution-cardlist .col-sm-4 .solution-card>span a:hover{color:#e6c16c}
.selected-solution .solution-cardlist .col-sm-4 .solution-card>span a:hover span.arrow-f{transform:translate(4px,0);background:url(../images/marketplace-selected-arrow2.svg)}
/*重置swiper*/
.swiper-container-horizontal>.swiper-pagination-bullets.solution-pagination{bottom:15px}
.solution-pagination .swiper-pagination-bullet{width:24px;height:4px;border-radius:100px;overflow:hidden;background:#dfe1f1;border:none;cursor:pointer;content:'';display:inline-block;box-sizing:border-box;opacity:1;vertical-align:middle}
.solution-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#f66f6a;box-sizing:border-box}
.swiper-container-solution .swiper-button-prev{left:0;width:14.5px;height:30px;margin-top:1;background-image:url(../images/marketplace-home-arrow_big.svg);background-size:cover;transition:background-image .15s}
.swiper-container-solution .swiper-button-next{right:0;width:14.5px;height:30px;margin-top:1;background-image:url(../images/marketplace-home-arrow_big.svg);transform:rotate(180deg);background-size:cover;transition:background-image .15s}
.swiper-container-solution .swiper-button-next:hover,.swiper-container-solution .swiper-button-prev:hover{background-image:url(../images/marketplace-home-arrow_big_hover.svg);transition:background-image .2s}


/* g滚动banner上 */
/* jquery.hiSlider.css */
.hiSlider-pages,
.hiSlider-title{
    position: absolute;
    z-index: 3;
}

.hiSlider-btn-prev,
.hiSlider-btn-next{
    position: absolute;
    z-index: 5;
    top: 50%;
    height: 30px;
    width: 30px;
    background:  url(../images/hislider-arrow.png) no-repeat;
    margin-top: -15px;
    text-indent: -200px;
    overflow: hidden;
    opacity: .6;
    filter:alpha(opacity:60);
}
.hiSlider-btn-prev{
    left: 10px;
}
.hiSlider-btn-next{
    right: 10px;
    background-position: -30px 0;
}
.hiSlider-btn-prev:hover,
.hiSlider-btn-next:hover{
    opacity: 1;
    filter:alpha(opacity:100);
}
.hiSlider-title{
    bottom: 15px;
    width: 100%;
    padding: 6px 0;
    color: #fff;
    text-indent: 10px;
    background: rgba(0,0,0,.6);
    z-index: 2;
    overflow: hidden;/*超出部分隐藏*/
    text-overflow:ellipsis;/* 超出部分显示省略号 */
    white-space: nowrap;/*规定段落中的文本不进行换行 */
}
.hiSlider-pages{
    bottom: 20px;
    right: 10px;
    text-align: right;
}
.hiSlider-pages a{
    height: 12px;
    width: 12px;
    margin: 0 6px;
    display: inline-block;
    overflow: hidden;
    text-indent: -100px;
    font-size: 0;
    border-radius: 50%;
    background: #ddd;
}
.hiSlider-pages a.active{
    background: #5472BF;
}
#wrap{

   width: 100%;
    margin: 0px 0 auto 0px;
}
.hiSlider{
    overflow: hidden;
    height: auto;
    width: 100%;
    background: #eee;
}
.hiSlider-item{
    float: left;
}
.gqt_jc img{min-height: 256px}
/* .gqt_jc_1 img{min-height: 300px} */
.gqt_title span {margin-left:10px;}
.gqt_focus{margin-top:30px;padding-bottom:30px}
.gqt_focus_r li{ width:100%; margin-bottom:1px;  }
.gqt_focus_r li a{ display:block; padding:18px 2%; background:#f6f6f6;overflow:hidden;color:inherit}
.gqt_focus_r li ._date{ width:10%; float:left; font-size:12px; color:#666;}
.gqt_focus_r li ._nr{width: 88%;float: left;padding-left: 2%}
.gqt_focus_r li ._date span{ display:block; font-size:40px; border-bottom:1px solid #ccc; line-height:40px; padding-bottom:5px; margin-bottom:5px;}
.gqt_focus_r li ._title,.gqt_focus_r li ._sum{ width:100%; float:right; color:#666;}
.gqt_focus_r li ._title{ font-size:16px; font-weight:normal; color:#000; margin-bottom:3px;}
.gqt_focus_r li ._sum{ line-height:24px; height:24px; word-break:break-all; overflow:hidden;}
.gqt_focus_r li a:hover{ background:rgb(255, 220, 23);}
.gqt_focus_r li h2{display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;}
.gqt-area{padding: 30px 0 30px 0;background: #fafafa}
.gqt-jctj{padding: 30px 0 30px 0;}
.box{
    position: relative;
    perspective: 1000px;
}
.box .box-img{
    transform: rotateY(0);
    transition: all 0.50s ease-in-out 0s;
}
.box:hover .box-img{
    transform: rotateY(-90deg);
}
.box .box-img img{
    width: 100%;
   
    min-width: 200px;
}
.box .box-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 60px 20px;
    text-align: center;
    background: rgba(0,0,0,0.7);
    transform: rotateY(90deg);
    transition: all 0.50s ease-in-out 0s;
}
.box:hover .box-content{
    transform: rotateY(0);
}
.box .title{
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}
.box .description{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.box .title:after,
.box .description:after{
    content: "";
    width: 80%;
    display: block;
    border-bottom: 1px solid #fff;
    margin: 15px auto;
}
.box .social-links{
    margin: 0;
    padding: 0;
    list-style: none;
}
.box .social-links li{
    display: inline-block;
    margin: 0 10px;
}
.box .social-links li a{
    font-size: 20px;
    color: #a6a6a6;
}
.box .social-links li a:hover{
    text-decoration: none;
    color: #fff;
}
@media only screen and (max-width: 990px) {
    .box{  margin-bottom:20px; }
}
@media only screen and (max-width: 479px) {
    .box .box-content{ padding: 20px; }
}

 .single-widget {
  margin-top: 0px;
  width: 100%; }
   .single-widget > h6 {
    color: #303030;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px; }
     .single-widget > h6:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      height: 2px;
      width: 100%;
      background: #f1f1f1; }
     .single-widget > h6:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      height: 2px;
      width: 50px;
      background: #6d6d6d; }
   .single-widget > ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0; }
     .single-widget > ul li {
      padding-bottom: 25px; }
       .single-widget > ul li:last-child {
        padding-bottom: 0; }
         .widget-recentpost ul {
          padding-left: 0;
          list-style: none;
          margin-bottom: 0; }
           .widget-recentpost ul li {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            padding-bottom: 15px; }
             .widget-recentpost ul li:last-child {
              margin-bottom: 0; }
         .widget-recentpost .widget-recentpost__thumb {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100px;
          -moz-box-flex: 0;
          -moz-flex: 0 0 100px;
          -ms-flex: 0 0 100px;
          flex: 0 0 100px;
          width: 200px;
          display: inline-block;
          position: relative;
          -webkit-align-self: flex-start;
          -moz-align-self: flex-start;
          -ms-flex-item-align: start;
          align-self: flex-start; }
          .widget-recentpost .widget-recentpost__thumb img{width:200px}
           .widget-recentpost .widget-recentpost__thumb:before {
            content: "";
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background: rgba(25, 25, 25, 0.65);
            position: absolute;
            z-index: 1;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all 0.3s ease-in-out 0s;
            -moz-transition: all 0.3s ease-in-out 0s;
            -ms-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s; }
           .widget-recentpost .widget-recentpost__thumb:after {
            content: "\f0c1";
            font-family: fontAwesome;
            left: 50%;
            top: 50%;
            height: 40px;
            width: 40px;
            text-align: center;
            line-height: 40px;
            margin-left: -20px;
            position: absolute;
            z-index: 2;
            color: #d7d7d7;
            font-size: 18px;
            margin-top: 0;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all 0.3s ease-in-out 0s;
            -moz-transition: all 0.3s ease-in-out 0s;
            -ms-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s; }
           .widget-recentpost .widget-recentpost__thumb:hover:before {
            visibility: visible;
            opacity: 1; }
           .widget-recentpost .widget-recentpost__thumb:hover:after {
            visibility: visible;
            opacity: 1;
            margin-top: -20px; }
         .widget-recentpost .widget-recentpost__content {
          padding-left: 17px;
          -webkit-flex-shrink: 100;
          -moz-flex-shrink: 100;
          -ms-flex-negative: 100;
          flex-shrink: 100;
          margin-top: -8px; }
           .widget-recentpost .widget-recentpost__content span.date {
            color: #454545;
            font-size: 14px;
            font-weight: 400;
            text-transform: uppercase; }
           .widget-recentpost .widget-recentpost__content h6 {
            font-weight: 600;
            text-transform: uppercase;
            color: #2b2b2b;
            line-height: 1.4;
            margin-bottom: 0; }
             .widget-recentpost .widget-recentpost__content h6 a {
              display: inline-block;
              color: #2b2b2b; }
               .widget-recentpost .widget-recentpost__content h6 a:hover {
                color: #00AC1F; }


/* 教师风采 */

/* effect-1 css */
.port-1{float: left; width: 100%; position: relative; overflow: hidden; text-align: left; border:0px solid rgba(9, 117, 206, 0.9);cursor: pointer;margin-bottom:40px;}
.port-1 .text-desc{ top: -100%; transition: 0.5s; color: #000; padding: 45px 20px 20px; border-radius: none}
.port-1 img{transition: 0.5s;height: 408px;width: 100%;}
.port-1 img.rect{transition: 0.5s;height:280px;width: 100%;}
.port-1:hover img{transform: scale(1.2);}
.port-1.effect-2 .text-desc{top: auto; bottom: -100%; }
.port-1.effect-2:hover .text-desc{bottom: 0;}
/* effect-1 css end */
.port-1.effect-2:hover span{display: none}
.text-desc{position: absolute; left: 0; top: 0; background:rgba(255,211,14,1); height: 100%; opacity: 0; width: 100%; padding: 0 20px 20px 20px;}
 .image-box span{position: absolute;bottom: 0;left:0;width: 100%;height: auto;line-height:50px;background:#c53002;font-size: 18px;font-weight: 400;text-align: center;color:#fff;}
.btn1{display: inline-block; padding: 5px 10px; font-size: 14px; color: #fff; border: 2px solid #c53002; background-color: #c53002; text-decoration: none; transition: 0.4s;}
.btn1:hover{background-color: transparent; color: #000; transition: 0.4s;}
.btn1 {border-radius: 0.25rem;transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}

figure.effect-julia .imghove {
  background: #ffe987;
  height: 100%;
}