@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:300,400,600");
body {
  line-height: 1.5;
  font-family: "Montserrat", sans-serif; }

p {
  font-family: "Open Sans", sans-serif;
  color: #757575; }

.no-padding {
  padding: 0 !important; }

.inline-block {
  display: inline-block; }

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none; }

figure {
  margin: 0; }

a {
  -webkit-transition: all .3s ease-in 0s;
  transition: all .3s ease-in 0s; }

iframe {
  border: 0; }

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0; }

a:focus, a:hover {
  color: #546CC3; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

.btn-main {
  background: #da2c2d;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 35px;
  text-transform: uppercase;
  border-radius: 40px; }
  .btn-main:hover {
    background: #2e4083;
    color: #fff; }

.mt-20 {
  margin-top: 20px; }

.section {
  padding: 50px 0; }

.btn:focus {
  color: #ddd; }

#home {
  position: relative; }

#preloader {
  background: #fff;
  height: 100%;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999999; }

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0; }

.parallax-section {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.preloader {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute; }

.preloader span {
  position: absolute;
  display: block;
  bottom: 0;
  width: 9px;
  height: 5px;
  border-radius: 5px;
  background: #fff;
  -webkit-animation: preloader 2s infinite ease-in-out;
  animation: preloader 2s infinite ease-in-out; }

.preloader span:nth-child(2) {
  left: 11px;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms; }

.preloader span:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms; }

.preloader span:nth-child(4) {
  left: 33px;
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms; }

.preloader span:nth-child(5) {
  left: 44px;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms; }

.preloader span:nth-child(6) {
  left: 55px;
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms; }

@-webkit-keyframes preloader {
  0% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1); }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    background: #546CC3; }
  50%, 100% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1); } }

@keyframes preloader {
  0% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff; }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    background: #3498db; }
  50%, 100% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff; } }

.title {
  padding-bottom: 40px; }
  .title h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 38px;
    color: #444; }
    .title h2 span {
      color: #546CC3; }
  .title p {
    color: #666; }
  .title.title-white h2 {
    color: #fff; }

.border {
  height: 1px;
  margin: 20px auto 20px;
  position: relative;
  width: 35%; }
  .border:before {
    background-color: #da2c2d;
    content: "";
    height: 6px;
    left: 46%;
    margin-left: -20px;
    position: absolute;
    top: -5px;
    width: 70px; }

.bg-gray {
  background: #f9f9f9; }

.header-bradcrumb {
  background: transparent; }
  .header-bradcrumb a, .header-bradcrumb .active {
    color: #cfcfcf;
    font-weight: 200;
    font-family: "Open Sans", sans-serif; }
  .header-bradcrumb a:hover {
    color: #fff; }

.colors-switcher {
  width: 100px;
  padding: 20px 18px 14px 20px;
  position: fixed;
  z-index: 1993;
  top: 90px;
  right: 0;
  background-color: #fff;
  border-radius: 2px 0 0 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }
  .colors-switcher #show-panel {
    position: absolute;
    left: -38px;
    top: 15px;
    width: 38px;
    height: 38px;
    z-index: 1992;
    display: block;
    background-color: #fff;
    border-radius: 2px 0 0 2px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-right: none;
    cursor: pointer; }
    .colors-switcher #show-panel i {
      color: #3D3D3D;
      font-size: 20px;
      line-height: 38px;
      margin-left: 15px; }

.colors-list {
  margin: 0;
  padding: 0; }
  .colors-list li {
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 4px; }
    .colors-list li a {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 2px;
      transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      cursor: pointer; }

.colors-switcher .colors-list a.light-red {
  background-color: #FF432E; }

.colors-switcher .colors-list li a:hover {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4); }

.colors-switcher .colors-list a.light-red {
  background-color: #FF432E; }

.colors-switcher .colors-list a.blue {
  background-color: #28ABE3; }

.colors-switcher .colors-list a.light-blue {
  background-color: #69D2E7; }

.colors-switcher .colors-list a.green {
  background-color: #5BB12F; }

.colors-switcher .colors-list a.light-green {
  background-color: #BCCF02; }

.colors-switcher .colors-list a.yellow {
  background-color: #FED136; }

.logo {
  margin-top: 10px;
  display: inline-block; }

.single-page-header {
  background: url("../images/about/about-header.jpg") center;
  background-size: cover;
  padding: 180px 0 100px;
  text-align: center;
  color: #fff;
  position: relative; }
  .single-page-header:before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }

/*=================================================================
  Navigation
==================================================================*/
.navigation {
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: .3s all;
  transition: .3s all; }
  .navigation .navbar-nav > li.active a {
    color: #546CC3; }
  .navigation .navbar-nav > li > a {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    padding: 20px 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: .2s ease-in-out 0s;
    transition: .2s ease-in-out 0s; }
    .navigation .navbar-nav > li > a:hover, .navigation .navbar-nav > li > a:active, .navigation .navbar-nav > li > a:focus {
      background: none;
      color: #da2c2d; }
	  
	  .navigation .navbar-nav > li > a.hover{color: #da2c2d;}
	  
.navigation .navbar-nav > li > a.btn_liyan{ background:#da2c2d;     padding:4px 14px;  border-radius: 23px;  margin: 16px 6px;}
.navigation .navbar-nav > li > a.btn_liyan:hover{ color:#fff;}
.sticky-header .navbar-nav > li > a.btn_liyan{ color:#fff;}
.sticky-header {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
  background: #fff !important; }
  .sticky-header .navbar-nav > li > a {
    color: #000; }

.navbar-brand {
  height: auto;
  padding: 8px 0; }

.navbar-brand h1 {
  margin: 0; }
.colors-switcher {
    width: 100px;
    padding: 20px 18px 14px 20px;
    position: fixed;
    z-index: 1993;
    top: 90px;
    right: 0;
    background-color: #fff;
    border-radius: 2px 0 0 2px;
    border: 1px solid rgba(0,0,0,.1);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    #show-panel {
      position: absolute;
      left: -38px;
      top: 15px;
      width: 38px;
      height: 38px;
      z-index: 1992;
      display: block;
      background-color: #fff;
      border-radius: 2px 0 0 2px;
      border: 1px solid rgba(0,0,0,.1);
      border-right: none;
      cursor: pointer;
      i {
        color: #3D3D3D;
        font-size: 20px;
        line-height: 38px;
        margin-left: 15px;
    }
  }
}
.hero-area img{ width:100%; }
  .hero-area .block {
    color: #fff;
    text-align: center; }
    .hero-area .block h1 {
      font-size: 60px;
      font-weight: 700;
      margin-bottom: 20px; }
    .hero-area .block p {
      color: #fff;
      text-transform: uppercase;
      font-size: 20px;
      letter-spacing: 3px;
      margin-bottom: 20px; }
    .hero-area .block .btn-main {
      margin-top: 20px; }
      .hero-area .block .btn-main:hover {
        opacity: .8; }

.hero-area-video {
  height: 100vh;
  position: inherit !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .hero-area-video .block {
    color: #fff;
    text-align: center; }
    .hero-area-video .block h1 {
      font-size: 60px;
      font-weight: 700;
      margin-bottom: 20px; }
    .hero-area-video .block p {
      color: #fff;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 3px;
      margin-bottom: 20px; }
    .hero-area-video .block .btn-main {
      margin-top: 20px; }

.dark-bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1; }

/*==================================================================
立言服务
====================================================================*/
.company{ padding:50px 0; font-size:16px; line-height:30px;}
.investment_title{ overflow:hidden;    border: 1px solid #5BB12F;
    border-radius: 5px;
    height: 46px;
    line-height: 44px;
    text-align: center;
    width: 60%;
    margin: 0 auto 60px auto;
	font-size:18px;
	}
.investment_title div{
	width:50%; text-align:center;
	float:left;
	cursor:pointer; 
	color:#555;}
.investment_con_list{ display:none;}
.investment_title div.on{ background:#5BB12F; color:#fff;}
/*=================================================================
  About us section
==================================================================*/
.about {
  padding: 100px 0;
  background: #fff; }
  .about p {
    color: #555; }
  .about .btn-about {
    background: #546CC3; }
  .about h4 {
    margin-top: 30px; }
  .about .feature-list {
    margin-top: 10px; }
    .about .feature-list li {
      width: 48%;
      display: inline-block;
      color: #666;
      font-size: 13px;
      font-family: 'Open sans';
      margin-bottom: 5px;
      font-weight: 600; }
      .about .feature-list li i {
        color: #546CC3;
        margin-right: 8px; }

/*=================================================================
  About us 2 section
==================================================================*/
.about-2 {
  background: #F7F7F7; }
  .about-2 .checklist {
    padding-left: 30px; }
    .about-2 .checklist li {
      position: relative;
      margin-bottom: 15px;
      font-size: 16px;
      color: #777;
      font-family: "Open Sans", sans-serif; }
      .about-2 .checklist li:before {
        position: absolute;
        margin-right: 12px;
        margin-left: -45px;
        content: "\f375";
        font-family: "themefisher-font";
        opacity: 1;
        border-radius: 50%;
        padding: 2px 8px;
        font-size: 20px; }

/*=================================================================
 Call To Action 1
==================================================================*/
.call-to-action {
  padding: 100px 0;
  background: url("../images/call-to-action/call-to-action-bg.jpg");
  background-size: cover;
  color: #fff; }
  .call-to-action h2 {
    line-height: 1.5; }
  .call-to-action p {
    color: #fff; }
  .call-to-action .btn-main {
    margin-top: 20px; }

/*=================================================================
 Call To Action 2
==================================================================*/
.call-to-action-2 {
  padding: 100px 0;
  background-image: url("../images/call-to-action/call-to-action-bg.jpg");
  background-size: cover;
  color: #fff; }
  .call-to-action-2 h2 {
    line-height: 1.5; }
  .call-to-action-2 p {
    color: #fff; }
  .call-to-action-2 .btn-main {
    margin-top: 20px; }

/*=================================================================
  Contact
  ==================================================================*/
.contact-us {
  padding:50px 0; }

.contact-form {
  margin-bottom: 40px; }
  .contact-form .form-control {
    background-color: transparent;
    border: 1px solid #dedede;
    box-shadow: none;
    height: 45px !important;
    color: #0c0c0c;
    height: 38px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    border-radius: 0; }
  .contact-form input:hover,
  .contact-form textarea:hover,
  .contact-form #contact-submit:hover {
    border-color: #546CC3; }
  .contact-form #contact-submit {
    border: none;
    padding: 15px 0;
    width: 100%;
    margin: 0;
    background: #da2c2d;
    color: #fff;
    border-radius: 0; }
  .contact-form textarea.form-control {
    padding: 10px;
    height: 120px !important;
    outline: none; }

.contact-details .contact-short-info {
  margin-top: 15px; }
  .contact-details .contact-short-info li {
    margin-bottom: 6px; }

.social-icon {
  margin-top: 20px; }
  .social-icon ul li {
    display: inline-block;
    margin-right: 10px; }
    .social-icon ul li a {
      display: block;
      height: 50px;
      width: 50px;
      border-radius: 50%;
      border: 1px solid #dedede;
      text-align: center; }
      .social-icon ul li a:hover {
        background: #546CC3;
        color: #fff;
        border: 1px solid #546CC3; }
        .social-icon ul li a:hover i {
          color: #fff; }
      .social-icon ul li a i {
        color: #55606a;
        display: inline-block;
        font-size: 20px;
        line-height: 50px;
        margin: 0; }

.error {
  display: none;
  padding: 10px;
  color: #D8000C;
  border-radius: 4px;
  font-size: 13px;
  background-color: #FFBABA; }

.success {
  background-color: #6cb670;
  border-radius: 4px;
  color: #fff;
  display: none;
  font-size: 13px;
  padding: 10px; }



/*=================================================================
  Portfolio section
==================================================================*/
#portfolio-items-wrapper .mix {
  display: none; }

.portfolio {
  padding: 100px 0; }

.portfolio-filter {
  margin-bottom: 40px;
  text-align: center; }
  .portfolio-filter ul li {
    cursor: pointer;
    color: #444;
    display: inline-block;
    font-size: 13px;
    padding: 8px 20px;
    text-transform: uppercase;
    font-weight: bold; }
    .portfolio-filter ul li.active {
      background: #546CC3;
      color: #fff;
      border-radius: 50px; }

.portfolio-block {
  position: relative;
  margin-bottom: 30px; }
  .portfolio-block:before {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    content: ''; }
  .portfolio-block:hover:before {
    opacity: 1; }
  .portfolio-block:hover .caption h4 {
    top: 45%; }
  .portfolio-block:hover .caption {
    opacity: 1;
    top: 55%; }
  .portfolio-block .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 9;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center; }
    .portfolio-block .caption h4 {
      font-size: 16px; }
      .portfolio-block .caption h4 a {
        color: #fff; }
    .portfolio-block .caption .search-icon {
      background: #546CC3;
      color: #fff;
      display: inline-block;
      padding: 4px 13px;
      font-size: 25px;
      border-radius: 30px; }



/*=================================================================
  Footer section
==================================================================*/
.top-footer {
  background-color: #222222;
  border-top: 1px solid #404040;
  padding: 100px 0 80px; }
  .top-footer h3 {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px; }
  .top-footer p {
    font-size: 13px;
    line-height: 30px;
    color: #bdbdbd;
    font-weight: 300;
    letter-spacing: 1px;
    padding-right: 20px; }
  .top-footer li a {
    font-size: 13px;
    line-height: 30px;
    color: #bdbdbd;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: capitalize;
    -webkit-transition: color .3s;
    transition: color .3s;
    font-family: "Open Sans", sans-serif;
    display: block; }
    .top-footer li a:hover {
      color: #546CC3; }

.footer-bottom {
  text-align: center;
  background-color: #1b1b1b;
  border-top: 1px solid #2c2c2c;
  padding: 30px 0; }
  .footer-bottom h5 {
    font-size: 12px;
    line-height: 1;
    color: #888888;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 7px;
    margin-bottom: 3px; }
  .footer-bottom h6 {
    font-size: 11px;
    line-height: 15px;
    color: #888888;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin-bottom: 0; }
  .footer-bottom a {
    color: #546CC3; }
	
	
	/**new**/
.news_box_list{ overflow:hidden; margin:32px 0;}
.news_box_listimg img{ width:100%;}

.news_box_nav { margin-top:70px;}
.news_box_nav a h4{ color:#333; font-size:20px;}
.news_box_nav a .news_box_listprompt{ color:#999; font-size:16px; margin:20px 0; overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;}

.news_box_inform{ color:#999;}

.new_detail{ margin-top:100px;}
.new_detail h2{ text-align:center; margin-bottom:30px;}
.new_detail h2 span{ display:block; font-size:16px; color:#999; margin-top:20px;}
.new_detail h3{ margin-bottom:16px; color:#fff; background:#da2c2d;  line-height: 40px; width: 160px;
    text-align: center;
    font-size: 16px;
    padding: 0 20px;
    border-radius: 6px;}
.new_detail p{ text-indent:2em; font-size:16px; line-height:30px; margin-bottom:20px;}
.new_detail p img{ width:70%; margin: 0 auto; display: block;}
.new_detail p strong{ color:rgb(194, 134, 41);}


.tabs-vertical ul{
    float: left;
    list-style: none;
    text-align: left;

    margin: 0;
    padding-left: 0;
}

.tabs-vertical ul li{
    margin-right: -1px;
}

.tabs-vertical ul li a{
    display: block;
    text-decoration: none;
    color: #fff;
	font-size:18px;
    background: #da2c2d;
    border: 1px solid transparent;
    border-right: 0;
    border-left: 0;

    padding: 20px 50px 20px 50px;
}

.tabs-vertical ul li a.tab-active {
    background-color: #bd1415;
    box-shadow: 0px 2px 0px #EFEFEF;
}

.tabs-vertical ul li:first-child a{
    border-top: 0;
}

/* The content */

.tabs-vertical .tabs-content-placeholder{
    overflow: hidden;
    font-weight: normal;
    background-color: #fff;
    padding: 20px 40px 45px;
    margin: 0 auto;
    text-align: center;
}

.tabs-vertical .tabs-content-placeholder div{
    display: none;
}

.tabs-vertical .tabs-content-placeholder div.tab-content-active{
    display: block;
}

.tabs-vertical .tabs-content-placeholder div p{
    color: #757575;
    line-height: 1.5;
    text-align: left; 
	font-size:18px;
    margin: 5px 0 20px;
}

.tabs-vertical .tabs-content-placeholder div img{
    max-width: 100%;
}
.news_box_listnav{ position:relative;}

.scheme{ padding-top:20px;}
.scheme p{ font-size:16px; line-height:30px;}
.scheme p b{ font-size:20px; color:#303030;}
.scheme li{ color:#757575; font-size:16px; margin:8px 0;}
.scheme li i{ background:#c22f2e; float:left; border-radius:50%; width:12px; height:12px; margin:7px 10px;}
.jiagou{ margin-top:70px;}
@media (min-width: 992px) {

.news_box_listnav{ float:left; position:relative; width:75%;}
	
	}


@media (max-width:374px){.erweima{ width:100%;}}
@media (max-width: 600px) {
	.hero-area{ margin-top:70px;}
	.section,.contact-us,.company{  padding: 20px 0;}
	
.title h2{ font-size:28px;}
    .tabs-vertical ul{
        float: none;
    }
.title {
    padding-bottom:10px;
}
.single-page-header{    padding: 100px 0 30px;}
.news_box_nav {
    margin-top: 0;
}
.tabs-vertical ul li a{ font-size:14px;}
    .tabs-vertical ul li{
        display: inline-block;
        margin-bottom: -1px;
    }

    .tabs-vertical ul li a{
        border: 1px solid transparent;
        border-bottom: 0;
        border-top: 0;
        padding: 12px 15px;
    }

    .tabs-vertical ul li a.tab-active {
        background-color: #bd1415;
        box-shadow: 2px 0px 0px #EFEFEF;
    }

    .tabs-vertical ul li:first-child a{
        border-left: 0;
    }

    .tabs-vertical .tabs-content-placeholder{
        padding: 15px 30px 30px;
        border-left: 0;
        border-top: 1px solid #dddddd;
        box-shadow: 0px -3px 0px #F3F3F3;
    }

}
