﻿@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("./fonts/icomoon.eot?1z9v6x");
  src: url("./fonts/icomoon.eot?1z9v6x#iefix") format("embedded-opentype"), url("./fonts/icomoon.ttf?1z9v6x") format("truetype"), url("./fonts/icomoon.woff?1z9v6x") format("woff"), url("./fonts/icomoon.svg?1z9v6x#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
:root {
  --main-color-one: #2685f9;
  --secondary-color: #111d5c;
  --heading-color: #0a1121;
  --paragraph-color: #666666;
  --heading-font:'Microsoft YaHei', sans-serif;
  --body-font: 'Microsoft YaHei', sans-serif;
  filter:none; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: var(--body-font);
  font-size: 16px; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */ }

body {
  margin: 0;
  color: var(--paragraph-color);
  overflow-x: hidden;
  font-family: var(--body-font); 
  font-size: 14px;
  background-color: #fff;}

h1 {
  font-size: 48px;
  line-height: 1.0833333333333333; }

h2 {
  font-size: 36px;
  line-height: 1.4444444444444444; }

h3 {
  font-size: 24px;
  line-height: 1.0833333333333333; }

h4 {
  font-size: 20px;
  line-height: 1.2380952380952381; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font); }

p {
  color: var(--paragraph-color);
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-bottom: 10px; }

a {
  color: inherit;
  text-decoration: none;
  color: var(--paragraph-color); }

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  /* color: inherit;  */
}

pre {
  word-break: break-word; }

a i {
  padding: 0 2px; }

img {
  max-width: 100%; }

ol {
  counter-reset: counter;
  padding-left: 0; }

ol li {
  list-style: none;
  margin-bottom: 1rem; }

/* ol li:before {
  counter-increment: counter;
  content: counter(counter);
  font-weight: 500;
  margin-right: 10px; } */

  ul,li{
    list-style: none;
    
  }
  ul{
    padding: 0px;
  }
  .searchinput::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
  }
  
  .searchinput::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
  }
  
  .searchinput::-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
  }   
/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* border: 1px solid #ddd; */
 }

code {
  color: #faa603; }

.dark-bg {
  background-color: #111d5c; }

.section-bg-1 {
  background-color: #f4f7fc; }

.check-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .check-list li {
    display: block;
    padding-left: 20px;
    position: relative;
    z-index: 0; }
    .check-list li:after {
      position: absolute;
      left: 0;
      top: 0;
      font-family: 'fontawesome';
      content: "\f105";
      color: var(--main-color-one); }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  clear: both; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a,
.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in; }

.comment-navigation .nav-previous:hover > a,
.posts-navigation .nav-previous:hover > a,
.post-navigation .nav-previous:hover > a,
.comment-navigation .nav-next:hover > a,
.posts-navigation .nav-next:hover > a,
.post-navigation .nav-next:hover > a {
  color: var(--main-color-one); }


/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.padding-left-0 {
  padding-left: 0; }

.padding-right-0 {
  padding-left: 0; }
.padding-left-5 {
    padding-left: 5; }

.gray-bg {
  background-color: #f8f8f8; }
.padding-left-15 {
    padding-left: 15px; }
.padding-top-10 {
  padding-top: 10px; }
  .padding-top-15 {
    padding-top: 15px; }

.padding-top-20 {
  padding-top: 20px; }

.padding-top-30 {
  padding-top: 30px; }

.padding-top-40 {
  padding-top: 40px; }

.padding-top-50 {
  padding-top: 50px; }

.padding-top-60 {
  padding-top: 60px; }

.padding-top-70 {
  padding-top: 70px; }

.padding-top-80 {
  padding-top: 80px; }

.padding-top-90 {
  padding-top: 90px; }

.padding-top-95 {
  padding-top: 95px; }

.padding-top-100 {
  padding-top: 100px; }

.padding-top-105 {
  padding-top: 105px; }

.padding-top-110 {
  padding-top: 110px; }

.padding-top-115 {
  padding-top: 115px; }

.padding-top-120 {
  padding-top: 120px; }

.padding-bottom-10 {
  padding-bottom: 10px; }

.padding-bottom-20 {
  padding-bottom: 20px; }

.padding-bottom-30 {
  padding-bottom: 30px; }

.padding-bottom-40 {
  padding-bottom: 40px; }

.padding-bottom-50 {
  padding-bottom: 50px; }

.padding-bottom-60 {
  padding-bottom: 60px; }

.padding-bottom-65 {
  padding-bottom: 65px; }

.padding-bottom-70 {
  padding-bottom: 70px; }

.padding-bottom-80 {
  padding-bottom: 80px; }

.padding-bottom-85 {
  padding-bottom: 85px; }

.padding-bottom-90 {
  padding-bottom: 90px; }

.padding-bottom-95 {
  padding-bottom: 95px; }

.padding-bottom-100 {
  padding-bottom: 100px; }

.padding-bottom-110 {
  padding-bottom: 110px; }

.padding-bottom-105 {
  padding-bottom: 105px; }

.padding-bottom-115 {
  padding-bottom: 115px; }

.padding-bottom-120 {
  padding-bottom: 120px; }

.padding-bottom-130 {
  padding-bottom: 130px; }

.padding-bottom-135 {
  padding-bottom: 135px; }

.padding-120 {
  padding-top: 120px;
  padding-bottom: 120px; }

.padding-110 {
  padding-top: 110px;
  padding-bottom: 110px; }

.padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.padding-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.padding-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.padding-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.padding-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.padding-60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.padding-70 {
  padding-top: 70px;
  padding-bottom: 70px; }

.padding-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.padding-90 {
  padding-top: 90px;
  padding-bottom: 90px; }

.padding-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.margin-top-10 {
  margin-top: 10px; }
  .margin-top-15 {
    margin-top: 15px; }
.margin-top-20 {
  margin-top: 20px; }

.margin-top-30 {
  margin-top: 30px; }

.margin-top-40 {
  margin-top: 40px; }

.margin-top-50 {
  margin-top: 50px; }

.margin-top-55 {
  margin-top: 55px; }

.margin-top-60 {
  margin-top: 60px; }

.margin-top-70 {
  margin-top: 70px; }

.margin-top-80 {
  margin-top: 80px; }

.margin-top-90 {
  margin-top: 90px; }

.margin-top-100 {
  margin-top: 100px; }

.margin-bottom-0 {
  margin-bottom: 0px !important; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-bottom-15 {
  margin-bottom: 15px; }

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

.margin-bottom-25 {
  margin-bottom: 25px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-bottom-40 {
  margin-bottom: 40px; }

.margin-bottom-50 {
  margin-bottom: 50px; }

.margin-bottom-55 {
  margin-bottom: 55px; }

.margin-bottom-60 {
  margin-bottom: 60px; }

.margin-bottom-70 {
  margin-bottom: 70px; }

.margin-bottom-80 {
  margin-bottom: 80px; }

.margin-bottom-90 {
  margin-bottom: 90px; }

.margin-top-100 {
  margin-bottom: 100px; }

.margin-top-120 {
  margin-top: 120px; }
.margin-top-35{
  margin-top:35px;
}

.min-height-600 {
  min-height: 600px; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  clear: both;
  margin-right: 20px; }

.alignright {
  float: right;
  clear: both;
  margin-left: 20px; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em; }

.alignfull {
  margin: 1.5em 0;
  max-width: 100%; }

.alignwide {
  max-width: 1100px; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*-------------------------
     返回顶部 Css
---------------------------*/
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background-color:#2b63ea;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  z-index: 99;
  font-size: 25px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  display: none; }

  /*----------------------------
    头部
----------------------------*/
.probootstrap-header{
  background: #1b478e;
  border-bottom: 4px solid #a38143;
}
.info-bar-area{
  background: #fff;
  
}
.info-bar-area.style-three .info-bar-inner {
  padding: 10px 0 18px 0; }
.info-bar-area.style-three .info-bar-inner .social-icon {
    margin-top: 15px; }

.info-bar-area.style-two .info-bar-inner {
  padding: 0; }

.info-bar-area .social-icon .title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0;
  color: var(--heading-color); }

.info-bar-inner {
  height: 78px;
 }
  .info-bar-inner div {
    display: inline-block; }

  .info-bar-inner .logo-wrapper .logo {
    margin-top: 25px;
    display: block; }
  .info-bar-inner .logo-wrapper .site-title {
    font-size: 35px;
    font-weight: 700;
    margin-top: 10px; }
  .info-bar-inner .right-content {
    display: inline-block;
    float: right; }
    .info-bar-inner .right-content {
      display: inline-block;
      float: right;
      position: relative; }
.searchbox{
  height: 30px;
  width: 216px;
  border: 1px solid #fff;
  background: transparent;
  overflow: hidden;
  margin-top: 15px;
  float: right;

}
.searchinput{
  height: 28px;
  line-height: 28px;
  border: 0px;
  width: 180px;
  color: #fff;
  background-color: transparent; 
  font-size: 0.8rem;
  display: inline-block;
  text-indent: 0.5rem;
}
.searchbtn{
  display: inline-block;
  border: 0px;
  width: 28px;
  height: 28px;
  border-left: 1px solid #fff;
  background: #2b876e;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 28px;
}
.searchbtn:hover{
  background: #188067;
}
.searchbtn:focus{
  outline: none;
}
.userlogin{
  font-size: 0.8rem;
  color: #fff;
  position: absolute;
  right: 0px;
  top: -20px;
}
.probootstrap-burger-menu {
  position: absolute;
top: 0rem;
right: 0rem;
display: inline-block;
width: 3rem;
height: 3rem;
color: #fff;
font-size: 1.5rem;
cursor: pointer;
text-decoration: none;
line-height: 3rem;
text-align: center;
}
a.probootstrap-burger-menu:hover{
  color: #fff !important;
}
.probootstrap-mobile-menu-active.show .mobile-menu-overlay {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-overlay {
  z-index: 99;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.probootstrap-mobile-menu-active .probootstrap-nav {
  text-align: left;
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  height: 100vh;
  width: 300px;
  background: #1b478e;
  padding: 1.5rem;
  /* -webkit-transition: .3s all ease-out;
  transition: .3s all ease-out;
  -webkit-transform: translateX(350px);
  transform: translateX(350px); */
  display: none;
}
.probootstrap-mobile-menu-active.show .probootstrap-nav {
  /* -webkit-transform: translateX(0);
  transform: translateX(0); */
  display: block !important;
}
.probootstrap-nav {
  width: 100%;
  
}
.probootstrap-main-nav{
  padding: 0px;
  margin: 0rem;
}
.probootstrap-main-nav li{
  width: 20%;
  float: left;
  font-size: 18px;
  text-align: center;
color: #fff;
 
}
.probootstrap-main-nav li a{
  color: #fff;
}
.probootstrap-main-nav li.active{

}
.first-li a{
  display: block;
  width: 100%;
}
.probootstrap-main-nav li.first-li:hover {
  background: #9e7f46;
}
.probootstrap-main-nav .second-ul li:hover{
  background: #896b35;
}
#zhuce{
  background: #2b63ea;
  color: #fff;
}
#zhuce:hover{
  border-bottom: 0px;
  font-weight: bold;
  background-color: #3f76fb;
}
.probootstrap-main-nav li ul{
  display: none;
  padding: 0px;
}
.probootstrap-main-nav li:hover ul{
  display: block;
  border-radius: 4px;
}
.probootstrap-main-nav li ul li{float: left; width: 100%;} 
.probootstrap-header .content{
  height: 100%;
}
.bannerslider{
  height: auto;
  overflow: hidden;
}

/* Flexslider override style */



.lead {
  font-size: 20px;
}

.flexslider {
  position: relative;
  z-index: 2;
  background: none;
  border: none;
  margin: 0 0 0;
  border-radius: 0px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 10px;
}

.flexslider .probootstrap-heading {
  color: #ffffff;
  font-weight: 300;
  font-size: 70px;
  line-height: 60px;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.flexslider .probootstrap-heading a {
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.flexslider .probootstrap-heading a:hover {
  border-bottom: 2px solid white;
}

.flexslider .probootstrap-sub-wrap {
  max-width: 700px;
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
}

.flexslider .probootstrap-sub-wrap a {
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.flexslider .probootstrap-sub-wrap a:hover {
  border-bottom: 2px solid white;
}

.flexslider .text-center .probootstrap-sub-wrap {
  margin: 0 auto;
  text-align: center;
}

.flexslider .probootstrap-slider-text {
  margin-top: 300px;
}

.flexslider .slides > li {
  background-size: cover;
  background-position: center center;
  background-repeat: none;
}

.flexslider .slides > li.overlay:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.flexslider .flex-control-paging {
  position: absolute;
  bottom: 10px;
  z-index: 20;
}

.flexslider.probootstrap-inner {
  height: 500px;
}

.flexslider.probootstrap-inner .probootstrap-slider-text {
  margin-top: 150px;
}

.flexslider .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid rgba(0, 180, 255, 0.9);
  border-radius: 50%;
  padding: 30px;
}

.flexslider .flex-direction-nav a:hover, .flexslider .flex-direction-nav a:active, .flexslider .flex-direction-nav a:focus {
  outline: none;
}

.flexslider .flex-direction-nav a:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\e929";
  -webkit-transition: .3s all;
  transition: .3s all;
  font-size: 30px;
  display: inline-block;
  color: rgb(0,180,255);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.flexslider .flex-direction-nav a.flex-next:before {
  content: "\e92a";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.flex-direction-nav .flex-prev {
  left: 50px;
}

.flex-direction-nav .flex-next {
  right: 50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 60px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover,
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
  background: rgba(0, 180, 255, 0.3);
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 60px;
}

.flex-control-paging li a {
  width: 45px;
height: 5px;
display: block;
background: rgba(255, 255, 255, 0.8);
cursor: pointer;
text-indent: -9999px;
-webkit-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
-webkit-transition: .3s all;
transition: .3s all;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 180, 255, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #fe9f3a;
  cursor: default;
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
img {
  max-width: 100%;
}

.latest-news{
  overflow: hidden;

}
.latest-news .firstbox{
  background-color: #fff;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
  position: relative;
}

.latest-news .borderright{
 border-right: 1px solid #eee;
}
.latest-news .newstitle{
  width: 100%;
  color: #0082ca;
  font-size: 1rem;
  font-weight: bold;
  overflow: hidden;                
  white-space: nowrap;                 
  text-overflow: ellipsis;
  
}
.latest-news .newstime{
  font-size: 0.9rem;
  color: #999999;
}
.latest-news .newstext{
  font-size: 14px;
  color: #666666;
  width: 100%;
  height: 3rem;
  line-height: 1.5rem;
  overflow:hidden;
  text-overflow:ellipsis; 
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.titleimg{
  display: block;
  margin: 0px auto;
}
.second-ul li{
  font-size: 0.9rem;
}
.desktop-center {
  text-align: center;
}
.lamumore{
border: 1px solid #2b63ea;
color: #fff;
background-color:#2b63ea;
font-size: 1rem;
padding: 1rem 2rem;
margin: 3.5rem auto;
display: block;
width: 200px;
-webkit-transition: .3s all ease-out;
transition: .3s all ease-out;
}
.lamumore img{
  float: right;
}
.lamumore:hover{
  border: 1px solid #3f76fb;
color: #fff;
background-color:#3f76fb;
}
.fabu{
  border: 1px solid #2b63ea;
  color: #fff;
  background-color:#2b63ea;
  font-size: 1rem;
  padding: 1rem 2rem;
  display: block;
  width: 130px;
  text-align: center;
  -webkit-transition: .3s all ease-out;
  transition: .3s all ease-out;
  }
  .fabu:hover{
    border: 1px solid #3f76fb;
  color: #fff;
  background-color:#3f76fb;
  }
  .fabu:focus{
    color: #fff;
  }
.this-event{
  background-image: url("../Images/event_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.institutions{
  background-image: url("../Images/institutions_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
/*----------------------------
    Icon Box One
----------------------------*/
.icon-box-one{
  position: relative;
}
.icon-box-one-title{
  position: absolute;
padding: 0.5rem 2rem;
background-color: #fff;
width: 80%;
text-align: center;
left: 50%;
margin-left: -40%;
top: 85%;
-webkit-box-shadow: 0px 0px 10px 0 rgba(0,0,0,.2);
box-shadow: 0px 0px 10px 0 rgba(0,0,0,.2);
color: #000;
font-size: 1rem;
line-height: 1.5rem;
}
.icon-box-one img{
  width: 100%;
}
.elegance_a:hover .icon-box-one-title{
  color: #2b63ea;
}
.icon-box-one .content{
  float: left;
  width: 82%;
}
  .icon-box-one .content .title {
    color: var(--heading-color); }
  .icon-box-one .content p {
    color:#6c757d; 
  float: left;}
    .date{
      margin-top: 10px;
    }
    .icon-box-one .content .title {
      font-size: 1.2rem;
      line-height: 1.5rem;
      font-weight: bold; 
      margin-top: 0px;}
    .icon-box-one .content p {
      margin-bottom: 0; }
    .icon-box-one  .zcdate{
      background-color: #188067;
      padding: 5px 10px;
      text-align: center;
      width: 12%;
      float: left;
      margin-right: 1rem;
    }
    .icon-box-one .zcdate p{
      color: #fff;
      margin-bottom: 0px;
      font-size: 0.7rem;
    }
    .icon-box-one .zcdate p:first-child{
      font-size: 1.25rem;
      font-weight: bold;
    }
.shadow-bg{
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 20px 10px;
}
.icon-box-two {
    background-color: #fff;
    border-radius: 3px;
    padding: 8px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    text-align: center;
}
.icon-box-two .icon {
  width: 100%;
  float: left;
  height: 100%;
}
.eventmore{
  float: right;
  margin-bottom: 0.5rem;
}
.icon-box-two .icon img{
  width: 100%;
}
.icon-box-two .content {
float: left;
width: 100%;
}
.icon-box-two .content p{
  margin-bottom: 0px;
  color: #6c757d;
  line-height: 1.5rem;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.icon-box-two .content .title {
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin-top: 0px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.icon-box-two:hover::after {
  visibility: visible;
  opacity: 1;
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.icon-box-two::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 5px;
  width: 100%;
  background-color:#2b63ea;
  content: '';
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  visibility: hidden;
  opacity: 0;
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.icon-box-two:hover .content .title {
  color: #2b63ea;
}
.bg-green{
  background-color: #e4f4ef;
}
.header-two{
  overflow: hidden;
  padding: 20px 0px;
}
.header-two h4{
  font-size: 1.7rem;
  font-style: italic;
  color: var(--heading-color);
  float: left;
}
.header-two .more{
  width: 2.2rem;
  height: 2.2rem;
  float: right;
  margin: 10px 0px;
}
.right-content-area{
  background: #2b63ea url("../Images/fenzhi-bg.png") no-repeat right 50px;
  color: #fff;
}

.policy-document {
  padding-bottom: 30px;
}
.right-content-area{
  padding: 3rem;
}
.fenzhiul{
  font-size: 1.1rem;
  line-height: 2.8rem;
}
.owl-carousel .owl-item img{
  border:1px solid #e0e0e0;
}
.footer-area{
  background: #1b478e;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.5rem;
  text-align: center;
}
.footerjishu{
  font-size: 1rem;
}
.footertext{
  font-size: 1rem;
line-height: 2rem;
}
.copyright{
  background-color: #222222;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
}

.left-content-area a:hover .title{
  color: #fff;
}
a.latest-newslink:hover h4{
  color: #2b876e;
}
.probootstrap-logo{
  color: #fff;
  font-size: 30px;
}
.probootstrap-logo:hover{
  color: #fff;
}
.biaotione{
  text-align: center;
}
.biaotione .titleen{
  font-size: 18px;
  color: #aaa;
}
.biaotione .titlecn{
  font-size: 30px;
  color: #2b63ea;
}
.biaotitwo{
  text-align: center;
}
.biaotitwo .titleen{
  font-size: 18px;
  color: #fff;
}
.biaotitwo .titlecn{
  font-size: 30px;
  color: #fff;
}
.timelinebox{
  height: 68px;
  position: relative;
}
.jiedianbox{
  text-align: center;
}
.timelineday{
  font-size: 1.2rem;
  line-height: 2rem;
}
.timelinepoint{
  font-size: 1.4rem;
  color: #2b63ea;
  line-height: 3rem;
}
.point{
  width: 33.33%;
  float: left;

}
.point img{
  display: block;
  margin: 0px auto;
}
.linebox{
position: absolute;
left: 0px;
right: 0px;
height: 7px;
border-radius: 7px;
overflow: hidden;
top: 45%;
background:url(../Images/timeline.png) center no-repeat;
z-index: -1;
}
.newsul{
  margin-top: 15px;
}
.newsul .date{
  color: #2b63ea;
  font-weight: bold;
  margin-right: 15px;
}
.newsul  li{
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsultwo{
  margin-bottom: 0px;}
.newsultwo li{
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsultwo a:hover{
  color:#2b63ea ;
}
.newsultwo  li:last-child{
  margin-bottom: 0px;}
.datebox{
  width: 68px;
  float: left;
}
.datebox .day{
  color: #fe9f3a;
  font-size: 38px;
  line-height: 40px;
  margin-bottom: 5px;
}
.datebox .year{
  color: #999;
  font-size: 12px;
}
.newsbox{
  padding-left: 68px;
  text-align: left;
}
.titlethree{
  font-weight: bold;
  color: #000;
}
.newsbox .titlethree{
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.icon-box-two:hover .titlethree{
  color:#2b63ea ;
}
.login{
  color: #fff;
}
.login:hover{
  color: #fff;
}
/*登录*/
.errorone {
  color: #ec0000;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  width: 100%;
  visibility: hidden;
  text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
  -webkit-text-shadow: #fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
  -moz-text-shadow: #fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
}
.error {
  color: #ec0000;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  width: 100%;
  padding-left: 40px;
  visibility: hidden;
  text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
  -webkit-text-shadow: #fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
  -moz-text-shadow: #fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
}
.f-l {
  float: left;
}
.usernameinput {
  height: 40px;
  width: 100%;
  background-color: #fff;
  padding-left: 40px;
  background-image: url(../images/admin.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
}
.pwdinput {
  height: 40px;
  width: 100%;
  background-color: #fff;
  padding-left: 40px;
  background-image: url(../images/pwd.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
}
.yzminput {
  height: 40px;
  width: 48%;
  background-color: #fff;
  padding-left: 40px;
  background-image: url(../images/safe.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
}
.yzm {
  width: 48%;
  height: 40px;
  background: #e6e6e6;
  overflow: hidden;
  margin-left: 4%;
}
.logininput {
  height: 40px;
  width: 100%;
  background-color: #2b63ea;
  color: #fff;
  text-align: center;
  border: 0px;
  font-size: 16px;
}
.radius-8 {
  border-radius: 8px;
}
.visible {
  visibility: visible;
}
.text-c {
  text-align: center;
}
.loginmodal .modal-content{
  border-radius: 0px;

}
.loginmodal .modal-header{
  color: #fff;
  background-color: #fe9f3a;
  border-bottom: 0px;
}
.loginmodal .modal-header .close {
  margin-top: 2px;
  opacity: 1;
}
.loginmodal  .modal-body{
  background-color: #f5f5f5;
}
.selectline {
  height: 2px;
  padding: 0px;
  border-bottom: 1px solid #e2e2e2;
  background-color: #fafafa;
}
.rolebtn{
  font-size: 1rem;
  line-height: 2rem;
  cursor: pointer;
}
.selected .selectline {
  background-color: #fe9f3a;
  border-bottom: 1px solid #fe9f3a;
}
.selected{
  color: #fe9f3a;
}
.newstitle a{
  color: #2b63ea;
}
a:focus, a:hover{
  color: #1b478e;
}
.gray-bg {
  background-color: #f9f9f9;
  padding: 15px;
}
.titleonebox{
  width: 100%;
border-bottom: 1px solid #1b478e;
position: relative;
height: 30px;
margin-bottom: 10px;
}
.titletwobox{
  width: 100%;
border-bottom: 1px solid #9e7f46;
position: relative;
height: 30px;
}

.titleoneline{
  position: absolute;
  width: 80px;
  height: 3px;
  background-color: #9e7f46;
  bottom: -1px;
}
.titleonetxt{
  font-size: 20px;
  float: left;
}
.titleonea{
  display: block;
  float: right;
  font-size: 12px;
  background-color:#1b478e;
  color: #fff;
  padding: 2px 8px;
  margin-top: 9px;
}
.titleonea:hover{
  color: #fff;
}
.titletwobox{
  overflow: hidden;
}
.titletwotxt{
  font-size: 18px;
  float: left;
  color: #158e4e;
}
.titletwoa{
  display: block;
  float: right;
  font-size: 14px;
  color: #158e4e;
}
.errorone {
  color: #ec0000;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  width: 100%;
  visibility: hidden;
  text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
  -webkit-text-shadow: #fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
  -moz-text-shadow: #fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
  *filter: Glow(color=#fff, strength=1);
}
.visible {
  visibility: visible;
}
.error {
  color: #ec0000;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  width: 100%;
  padding-left: 40px;
  visibility: hidden;
  text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
  -webkit-text-shadow: #fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
  -moz-text-shadow: #fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
  *filter: Glow(color=#fff, strength=1);
}
.f-l {
  float: left;
}
.usernameinput {
  height: 40px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  padding-left: 40px;
  background-image: url(../Images/admin.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
}
.pwdinput {
  height: 40px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  padding-left: 40px;
  background-image: url(../Images/pwd.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
}
.radius-8 {
  border-radius: 8px;
}
.yzminput {
  height: 40px;
  width: 48%;
  background-color: #fff;
  border: 1px solid #ddd;
  padding-left: 40px;
  background-image: url(../Images/safe.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
}
.yzm {
  width: 48%;
  height: 40px;
  background: #e6e6e6;
  overflow: hidden;
  margin-left: 4%;
}
.logininput {
  height: 40px;
  width: 100%;
  background-color: #9e7f46;
  color: #fff;
  text-align: center;
  border: 0px;
  font-size: 16px;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
}
.logininput:hover{
  background-color: #8d6e35;
}
.visible {
  visibility: visible;
}
.loginbox{
  background-color: #fff;
  padding: 15px 15px 25px 15px;
  overflow: hidden;
  margin-top: 15px;
}
.f-blue{
  color: #1b478e;
  font-weight: bold;
}
.jishu{
  font-size: 14px;
  line-height: 20px;
}
.changebtn{
  font-size: 16px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  padding: 0px 20px;
  margin-top: 15px;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
  display: inline-block;
  line-height: 30px;
}
.changebtn:hover{
  background-color: #9e7f46;
  border: 1px solid #9e7f46;
  color: #fff;
}
.btnactive {
  background-color: #9e7f46;
  border: 1px solid #9e7f46;
  color: #fff;
}
.listone{
  font-size: 16px;
}
.listone img{
  margin-right: 15px;
}
.overflow{
  overflow: hidden;
}
.kaoshi{
  display: block;
  background-color: #1b478e;
  height: 40px;
  line-height: 40px;
  border-radius: 8px;
  margin: 20px auto;
    width: 30%;
    max-width: 288px;

    color: #fff;
    text-align: center;
    border: 0px;
    font-size: 16px;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}
.kaoshi:hover{
  background-color: #0d377a;
  color: #fff;
}
.resultform label {
  font-weight: normal;
  color: #6c6c6c;
  line-height: 30px;
  width: 100%;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .container {
    width: 100%;
}
  .logo-img{
    margin-top: 33px;
    margin-right: 10px;
    float: left;
    height: 30px;
    
  }
  .probootstrap-main-nav{
    width: 50%;
  }
  .probootstrap-logo{
    font-size: 20px;
    font-weight: bold;
  }
  .probootstrap-main-nav li{
    font-size: 14px;
  }
  .probootstrap-main-nav .second-ul li{
    font-size: 14px;
    line-height: 3rem;
  }
  .slider-height, .flexslider, .flexslider .slides > li {
    height: 500px;
    overflow: hidden;
  }
  .visible-xs {
    display: none !important;
   }
  .visible-max {
    display: block !important;
   }
  .probootstrap-header{
    color: #000;
font-size: 1.2rem;
line-height: 96px;
height: 96px;
   }
   .probootstrap-nav{
     /* position: relative; */
   }
   .probootstrap-main-nav{
    position: absolute;
    width: 50%;
    z-index: 1000;
    top: 0px;
    right: 0px;;
   }
   .left-content-area ,.right-content-area{
    height: 410px;
  }
  .icon-box-two .content .title,  .icon-box-one .content .title{
    font-size: 16px;
  }
  .footerjishu{
    text-align: right;
    margin-top: 100px;
  }
  .single-news-grid-01 .thumb{
    height: 310px;
  }
  .single-news-grid-02 .thumb{
    height: 136px;
  }
  .modal-dialog{
    width: 380px;
  }
  
}

@media only screen and (max-width: 768px) {

 
  .logo-img{
    margin-top: 8px;margin-right: 10px;float: left;
  }
  .timelineday{
    font-size: 14px;
  }
  .probootstrap-logo{
    font-size: 18px !important;
    display: block;
    line-height: 3rem;
    font-weight: bold;
  }
  body {
    font-size: 14px;
  }
  .slider-height, .flexslider, .flexslider .slides > li {
    height: inherit;
    height: 300px;
  }
  .probootstrap-header{
    background-color: #1b478e;
  }

  .visible-xs {
    display: block !important;
  }
  .visible-max {
    display: none !important;
  }
  .container{
    max-width: none;
  }
  .logo-mobile{
    width: 60%;
    padding: 1rem 0rem;
  }
  .show  .probootstrap-nav .probootstrap-main-nav li{
    width: 100%;
    color: #fff;
    line-height: 3rem;
    font-size: 1rem;
    border-left:0px;
  }
  .probootstrap-main-nav li{
    text-align: left;
  }
  .probootstrap-main-nav li i{
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .show  .probootstrap-nav .probootstrap-main-nav li a{
    text-align: left;
    text-indent: 0.2rem;
    color: #fff;
    display: block;
  }

  .show  .probootstrap-nav .probootstrap-main-nav li.first-li{
    border-bottom: 1px solid #9e7f46;
    position: relative;

  }
  .show  .probootstrap-nav .probootstrap-main-nav li:hover{
    background-color: #9e7f46;
  }
  .first-li a{
    display: inline-block;
    width: auto;
  }
  .first-li i{
    float: right;
    line-height: 3rem;
    width: 3rem;
  }
  .probootstrap-main-nav li:hover i{
    transform-origin:center center;
    -webkit-transition: .3s all ease-out;
  transition: .3s all ease-out;
transform:rotate(90deg);
-ms-transform:rotate(90deg);
-moz-transform:rotate(90deg); 
-webkit-transform:rotate(90deg);
-o-transform:rotate(90deg); 
  }
  .panelclose{
    width: 3rem;
height: 3rem;
display: block;
z-index: 10000;
background: url(../Images/close.png) no-repeat center;
top: 0.5rem;
right: 0.5rem;
position: absolute;
  }
  .probootstrap-main-nav{
    padding: 0px;
    margin: 0rem;
    margin-top: 2.5rem;
    /* overflow: hidden; */
    float: left;
  }
  .mobile{
    margin-top: 2rem;
width: 100%;
height: 3rem;
  }
  .mobile .searchinput{
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem;
  }
  .mobile .searchbtn{
    width: 3rem;
    height: 3rem;
    float: right;
    font-size: 1rem;
  }
  .userlogin-mibile{
    height: 3rem;
    color: #fff;
    text-align: center;
    line-height: 3rem;
    background-color: #1a8068;
    width: 300px;
    position: absolute;
    bottom: 1.5rem;
  }
  .userlogin-mibile:hover{
    color: #fff;
    font-weight: bold;
  }
  .userlogin-mibile:focus{
    color: #fff
  }
  .second-ul{
    text-indent: 1rem;
  }

  .left-content-area ,.right-content-area{
    height: auto;
  }

  .icon-box-one  .zcdate{
    width: 17%;
  }
  .icon-box-one .content {
    width: 76%;
}
.fenzhiul{
  font-size: 1.2rem;

}
.footer-area{
  font-size: 1rem;
  line-height: 2rem;
}
.single-news-grid-02 .thumb{
  max-width: none;
  width: 100%;
}

}
@media only screen and (min-width: 1000px) {
  
  .latest-news .titleone {
    padding: 1.5rem 2rem;
    background-color: #2b63ea;
    color: #fff;
    font-size: 36px;
    line-height: 45px;
    float: left;
    width: 140px;
}
  .latest-news-text-box{
    width: 100%;
    float: left;
    padding-left: 140px;
    height: 140px;
  
  }
  .titleone{
    height: 140px;
    position: absolute;
  }
  .newsmore{
    width: 70px;
float: right;
background-color: #fe9f3a;
color: #fff;
font-size: 1rem;
text-align: center;
vertical-align: middle;
height: 140px;
padding: 2rem 27px 0px 27px;
position: absolute;
right: 0px;
background-image: url("../Images/newsmore.png");
background-position: bottom right;
background-repeat: no-repeat;
  }
  .latest-news-left{
    width: 100%;
    float: left;
    padding-right: 70px;
  }
  .newsitem{
    height: 140px;
    padding-top: 15px;
  }
  .newsmore img{
    display: none;
  }
  .aboutusbox:before {
    float: left;
    content: '';
    display: block;
    height: 100%;
    width: 422px;
    height: 480px;;
}
.aboutusbox{
  position: relative;
}
.link_thumb{
  float: right;
    padding-right: 0;
    padding-left: 422px;
    margin-left: -422px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    position: relative;
    padding-top: 56px;
    width: 100%;
    text-decoration: none;
}
.img_thumb{
  padding: 1rem;
  background: -moz-linear-gradient(left top,  #2b63ea 0%, #5aa6fa 100%);
  background: -webkit-gradient(linear, left top, color-stop(0%,#2b63ea), color-stop(100%,#5aa6fa));
  background: -webkit-linear-gradient(left top,  #2b63ea 0%,#5aa6fa 100%);
  background: -o-linear-gradient(left top,  #2b63ea 0%,#5aa6fa 100%) ;
  background: -ms-linear-gradient(left top,  #2b63ea 0%,#5aa6fa 100%) ;
  background: linear-gradient(left top,  #2b63ea 0%,#5aa6fa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b63ea', endColorstr='#5aa6fa',GradientType=1 );
}
.blue-box{
  -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #2b63ea;
    height: 157px;
    color: #fff;
    width: 157px;
    padding-top: 20px;
    padding-left: 1.2rem;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 40px;
    font-size: 1.5rem;
    background-image: url(../Images/aboutmore.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}
/* .is-js-hover:hover .img_thumb{
  -webkit-box-shadow: 4px 4px 16px 0 rgba(0,0,0,.2);
  box-shadow: 4px 4px 16px 0 rgba(0,0,0,.2);
} */
.link_white{
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 378px;
  width: 60%;
  position: absolute;
  left: 0px;
  right: auto;
  bottom: 0;
  right: 0;
  text-decoration: none;
}
.white_box{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.box-bg{
    left: 2.9rem;
    font-weight: 700;
    letter-spacing: .02em;
    color: #eee;
    font-size: 3.3rem;
    line-height: 1;
    position: absolute;
    top: 0;
    white-space: nowrap;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.about_title{
  width: 65%;
  overflow: hidden; 
  padding-left: 5rem;  
  padding-top: 2.5rem;
}
.about_text{
  width: 100%;
  overflow: hidden; 
  padding-left: 5rem;  
  padding-top: 1rem;
  padding-right: 5rem;
  line-height: 1.5rem;
}
.white_box a.newsa{
  color: #2b63ea;
  font-size: 1rem;
  line-height: 24px;
  position: absolute;
right: 2rem;
bottom: 2rem;
}
}
@media only screen and (max-width: 1000px) {
  .firstbox{
    margin-left: 0px;
margin-right: 0px;
  }
  .latest-news .titleone {
    background-color: #2b63ea;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    float: left;
    width: 100%;
    height: 5rem;
    line-height: 5rem;
    margin-bottom: 1rem;
}
.latest-news .newsitem{
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
  border-right: 0px;
}
  .latest-news-text-box{
    width: 100%;
    float: left;
  }
  .newsmore{
    width: 100%;
    float: left;
    text-align: center;
    vertical-align: middle;
    background-color: #fe9f3a;
    line-height: 3rem;
    color: #fff;
    
  }
  .latest-news-left{
    width: 100%;
    float: left;
  }
  .aboutusbox:before {
    float: left;
    content: '';
    display: block;
    width: 0px;
    height: 480px;
}
.aboutusbox{
  position: relative;
  padding: 1rem;
}
.link_thumb{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    position: relative;
    padding-top: 56px;
    width: 100%;
    text-decoration: none;
}
.link_thumb img{
  width: 100%;
}
.img_thumb{
  padding: 0.5rem;
  background: -moz-linear-gradient(left top,  #90d3f3 0%, #d4efac 100%);
  background: -webkit-gradient(linear, left top, color-stop(0%,#90d3f3), color-stop(100%,#d4efac));
  background: -webkit-linear-gradient(left top,  #90d3f3 0%,#d4efac 100%);
  background: -o-linear-gradient(left top,  #90d3f3 0%,#d4efac 100%) ;
  background: -ms-linear-gradient(left top,  #90d3f3 0%,#d4efac 100%) ;
  background: linear-gradient(left top,  #90d3f3 0%,#d4efac 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90d3f3', endColorstr='#d4efac',GradientType=1 );
}
.blue-box{
  -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #2b63ea;
    height: 100px;
    color: #fff;
    width: 330px;
    padding-top: 20px;
    padding-left: 1.2rem;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    font-size: 1.5rem;
    background-image: url(../Images/aboutmore.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}
.is-js-hover:hover .img_thumb{
  -webkit-box-shadow: 4px 4px 16px 0 rgba(0,0,0,.2);
  box-shadow: 4px 4px 16px 0 rgba(0,0,0,.2);
}
.link_white{
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  width: 100%;
  text-decoration: none;
  overflow: hidden;
}
.white_box{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.box-bg{
    left: 2.9rem;
    font-weight: 700;
    letter-spacing: .02em;
    color: #eee;
    font-size: 3.3rem;
    line-height: 1;
    position: absolute;
    top: 0;
    white-space: nowrap;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.about_title{
  width: 90%;
  overflow: hidden; 
  padding-left: 5rem;  
  padding-top: 2.5rem;
}
.about_text{
  width: 100%;
  overflow: hidden; 
  padding-left: 5rem;  
  padding-top: 1rem;
  padding-right: 2rem;
  line-height: 1.5rem;
  padding-bottom: 4rem;
}
.white_box a.newsa{
  color: #2b63ea;
  font-size: 1rem;
  line-height: 24px;
  position: absolute;
right: 2rem;
bottom: 2rem;
}
}

@media only screen and (max-width: 970px) {
  .logo-wrapper {
    width: 60%;
  }
  .info-bar-area{
    background: #149f7e;
  }
  .icon-box-one{
    margin-bottom: 3rem;
  }
  
  }
  @media only screen and (max-width:375px){
    .show .probootstrap-nav .probootstrap-main-nav li{
      line-height: 2.5rem;}
      .first-li i {
        float: right;
        line-height: 2.5rem;
        width: 2.5rem;
    }
  }
  @media only screen and (min-width:1200px){
    
    .logo-img{
      margin-top: 18px;
      margin-right: 10px;
      float: left;
      height: 100%;
      
    }
    .probootstrap-logo{
      font-size: 30px;
      font-weight: bold;
    }
    .probootstrap-main-nav li{
      font-size: 18px;}
    .probootstrap-main-nav .second-ul li{
      font-size: 16px;
      line-height: 3rem;
      background: #9e7f46;
    }
    .newsbox .contentthree{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
      height: 80px;
      overflow: hidden;
      color: #666;
    }
    .probootstrap-main-nav{
      position: absolute;
      width: 45%;
      z-index: 1000;
      top: 0px;
      right: 0px;;
     }
  }
  @media only screen and (max-width:1200px){
    .resultform label{
      text-align: left;
    }
    .newsbox .contentthree{
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
        height: 70px;
        overflow: hidden;
        color: #666;
      }
  }
  @media only screen and (max-width: 370px) {
    .timelineday{
      font-size: 12px;
    }
  }
  @media (min-width: 1429px)
{.container {
    width: 1380px;
}
}