/*-----------------------------------------------------------------------------------

	Template Name: Apital
	Description: Multi-Purpose Business Template
	Author: Moutheme
	Author URI: http://themeforest.net/user/moutheme
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.1.0
	
	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------

[Table of contents]

1. Body
   1-1. Headings
   1-2. Buttons
   1-3. Header
   1-4. Section
   1-5. Icon Boxes
   1-6. Divider
   1-7. Carousel
   1-8. Portfolio
   1-9. Arrow Section
   1-10. Alert Message
   1-11. Toggle
   1-12. Modal Popup
   1-13. Call To Action
   1-14. Pricing Table
   1-15. Highlight
   1-16. Dropcast
   1-17. Blockqoute
   1-18. Team
   1-19. Large Testimonials
   1-20. Sliders
   1-21. Boxed Layout
   1-22. Tab Slider
2. Interaction Website
3. Responsive
4. @Font-Face (Lovelo)

-----------------------------------------------------------------------------------*/

/* 1. Boddy */
*{ padding:0;margin:0}
html{ width:100%;}
body {
  font-family:'PT Sans', sans-serif;
  color: #313131;
  font-size: 14px;
  line-height: 20px;
}

/* 1-1. Headings */
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  letter-spacing: 2px;
}
h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 1px;
}
h3 {
  font-size: 26px;
  line-height: 50px;
  letter-spacing: 2px;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
}
h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 1px;
}
h6 {
  margin-top: 2px;
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 2px;
}
p {
  color: #717171;
  line-height: 24px;
}

/* 1-2. Buttons */
.button {
  position: relative;
  display: inline-block;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-right: 6px;
  padding: 19px 23px 14px;
  border-radius: 3px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family:'Josefin Sans', sans-serif;
  color: white;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button.btn-top {
  width: 40px;
  height: 40px;
  padding: 0px;
  float: right;
  border-bottom-style: none;
  background-color: rgba(0, 0, 0, 0.70);
  font-size: 10px;
  line-height: 43px;
}
.button.btn-line {
  background-color: transparent;
  box-shadow: white 0px 0px 0px 1px inset;
}
.button.btn-line:hover {
  background-color: #676767;
  box-shadow: #676767 0px 0px 0px 1px;
}
.button.btn-small {
  padding: 15px 13px 11px;
  font-size: 11px;
}
.button.btn-small.btn-blog {
  background-color: #fafafa;
  box-shadow: #ddd 0px 0px 0px 1px inset;
  color: #414141;
}
.button.btn-small.btn-blog:hover {
  color: white;
}
.button.btn-small.btn-blog.active {
  background-color: #676767;
  box-shadow: #676767 0px 0px 0px 1px inset;
  color: white;
}
.button.btn-medium {
  padding: 17px 16px 13px;
  font-size: 12px;
}
.button.btn-xlarge {
  padding: 24px 26px 19px;
}
.button.btn-green-color {
  background-color: #78bd33;
}
.button.btn-green-color:hover {
  background-color: #609629;
}
.button.btn-dark-color {
  background-color: #767676;
}
.button.btn-dark-color:hover {
  background-color: #525151;
}
.button.btn-gradient {
  text-shadow: rgba(0, 0, 0, 0.46) 0px 1px 0px;
}

.button.btn-square {
  border-radius: 0px;
}
.button.btn-round {
  border-radius: 15px;
}

/* 1-3. Header */
.normal-header {
  position: relative;
  left: 0px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 3px 1px;
}
.normal-header.full-header {
  padding-right: 25px;
  padding-left: 25px;
}
.redian_L,.redian_R{ float:left; margin-left:20px}
.redian_L li{ line-height:26px}
.redian_R{ margin-left:100px; margin-top:50px}


.nav-link {
  padding-right: 26px;
  padding-bottom: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight:600;
  font-size: 16px;
  letter-spacing: 1px;
}
.nav-menu {
  padding-top: 3px;
}
.nav-menu.nav-center {
  float: none;
  text-align: center;
}
.drop-arrow {
  margin-top: 23px;
  margin-right: 10px;
  margin-bottom: 23px;
  font-size: 11px;
}
.drop-down-list.w--open {
  margin-top: 9px;
  background-color: #676767;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 4px 1px;
}
.dropdown-link {
  padding-top: 15px;
  padding-right: 40px;
  padding-bottom: 15px;
  border-top: 1px solid #777;
  border-bottom: 1px solid #555;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #bdbdbd;
  font-size: 13px;
  font-weight: 400;
}
.dropdown-link:hover {
  background-color: #616161;
  color: white;
}
.dropdown-link.w--current {
  background-color: #616161;
}
.search-wrapper {
  position: relative;
  top: 19px;
  display: inline-block;
  width: 20px;
  height: 20px;
  float: right;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: darkgray;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  
}

.search-wrapper.search-none {
  display: none;
}
.top-nav {
  border-bottom: 1px solid #e6e6e6;
  background-color: #fafafa;
}
.top-left-wrapper {
  position: relative;
  margin-left: -1px;
  padding: 13px 15px;
  float: right;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}
.top-ico {
  margin-right: 7px;
  float: left;
  color: #737373;
  text-align: center;
}
.top-text {
  display: inline-block;
  float: left;
  color: #919191;
  font-size: 12px;
}

.language-drop {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 9999;
  display: none;
  margin-top: 33px;
  border: 1px solid #ebebeb;
  background-color: #fafafa;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 4px 8px 0px;
  text-align: center;
}
.language-link {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  color: #919191;
  font-size: 12px;
  text-decoration: none;
}
.language-link:hover {
  background-color: #f1f1f1;
  color: #515151;
}
.email {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #717171;
  text-decoration: none;
}
.arrow-language {
	margin-left: 7px;
	float:left;
	}
.top-right-wrapper {
  margin-top: 9px;
  float: right;
}
.social-ico {
  width: 27px;
  height: 27px;
  margin-left: 5px;
  border-bottom: 2px solid #bfbfbf;
  border-radius: 100%;
  background-color: white;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #737373;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
}
.social-ico:hover {
  color: white;
}
.social-ico.footer-soc {
  width: 35px;
  height: 35px;
  margin-left: 8px;
  border-bottom-color: #121212;
  background-color: #303030;
  font-size: 13px;
  line-height: 35px;
}
.social-ico.social-gray {
  background-color: #fafafa;
}
.search-result {
  position: absolute;
  left: -195px;
  top: 45px;
  right: -30px;
  display: none;
  padding: 22px 26px;
  background-color: #f1f1f1;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px 1px;
}
.search-field {
  position: relative;
  display: block;
  width: 80%;
  height: 37px;
  margin-bottom: 0px;
  float: left;
  border-color: #e1e1e1;
  border-top-width: 1px;
}
.search-form {
  position: relative;
  z-index: 2;
  width: 20%;
  height: 37px;
  margin-left: -2px;
  float: left;
  background-color: #313131;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: white;
  line-height: 35px;
}

/* 1-4. Section */
.section {
  position: relative;
  padding: 20px 10px;
  background-color: white;
}
.section.light-gray {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #ebebeb;
  background-color: #fafafa;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 4px 0px inset;
}
.section.video {
  height: auto;
  padding: 0px;
  background-color: transparent;
}
.section.logo {
  padding-top: 10px;
  padding-bottom: 50px;
}
.section.less-p {
  padding-top: 70px;
  padding-bottom: 70px;
}
.section.dark {
  background-color: #676767;
}
.section.dark-gray {
  background-color: #2e2e2e;
}
.section.s-remove-p-botton {
  padding-bottom: 0px;
}
.section.parrallax {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 119px;
  padding-bottom: 119px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.59)), url('../images/paralax5.jpg');
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.59)), url('../images/paralax5.jpg');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}
.section.pattern {
  padding-top: 70px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.section.sc-tab {
  padding-top: 30px;
}

/* 1-5. Icon Boxes */
.iconbox-wrapper.ibox-gray-center {
  text-align: center;
}
.icobox-circle {
  width: 100px;
  height: 100px;
  margin-bottom: 35px;
  border-radius: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 30px;
  line-height: 110px;
  text-align: center;
}
.icobox-circle:hover {
  color: white;
}
.icobox-circle.ibox-gray {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-color: #f1f1f1;
  background-color: #f1f1f1;
  color: #414141;
}
.icobox-circle.ibox-gray:hover {
  color: white;
}
.icobox-circle.ibox-gray.ibox-dark {
  border-color: #414141;
  background-color: #414141;
  color: #878787;
}
.icobox-circle.ibox-gray.ibox-dark:hover {
  border-color: #ac7ccc;
  background-color: #ac7ccc;
  color: white;
}
.ul-iconbox {
  margin-top: 20px;
  padding-left: 16px;
  border-left: 1px solid #ebebeb;
}
.li-ibox {
  padding-top: 4px;
  padding-bottom: 4px;
}
.tittle-wrapper {
  position: relative;
  text-align: center;
}
.sub-tittle {
  font-family:'PT Sans', sans-serif;
  color: #414141;
  font-size: 17px;
  line-height: 35px;
  text-align:left;
   text-indent:2em
}
.sub-tittle-right {
  font-family:'PT Sans', sans-serif;
  color: #414141;
  font-size: 17px;
  line-height: 35px;
  text-align:right;
}
.hand-of-sean {
  font-family:'Shadows Into Light', sans-serif;
  font-size: 28px;
}
.tittle-line {
  margin-bottom: 35px;
}
.tittle-line.tittle-sml-mg {
  margin-bottom: 20px;
}

/* 1-6. Divider */
.divider-1 {
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
}
.divider-1.small {
  margin-bottom: -1px;
}
.divider-1.dvd-dots {
  border: 1px dotted #e1e1e1;
  background-color: transparent;
}
.divider-1.dvd-dash {
  border: 1px dashed #e1e1e1;
  background-color: transparent;
}
.divider-1.dvd-color {
  border-color: transparent;
}
.divider-1.dvd-dark {
  background-color: #242424;
}
.divider-1.dvd-black {
  background-color: #3b3a3a;
}
.divider-1.div-blog {
  margin-top: 30px;
  margin-bottom: 30px;
}
.divider-small {
  width: 94px;
  height: 1px;
  margin-bottom: -1px;
  background-color: #b3b3b3;
}

.success-message {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #22a966;
  text-align: center;
  margin-top: 30px;
}

.seuccses {
  margin-bottom: 0px;
  color: white;
}
.error-message {
  margin-top: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(255, 0, 0, 0.49);
  text-align: center;
}

.from {
  color: #fff;
}
 
/* 1-7. Carousel */
.carousel-project {
  height: auto;
  background-color: transparent;
}
.carousel-arrow {
  width: 40px;
  height: 80px;
  padding-top: 20px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.70);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 15px;
  line-height: 40px;
  font-weight: 700;
}
.space {
  margin-top: 20px;
}
.space.x2 {
  margin-top: 60px;
}
.space.x1 {
  margin-top: 30px; position:relative;
}
.space.x1 img{ position:absolute; bottom:-53px; right:34px; width:200px}
.space.margin-bottom {
  margin-top: 10px;
}
.btn-txt {
  float: left;
}
.btn-ico {
  position: relative;
  bottom: -2px;
  margin-right: 9px;
  padding-right: 9px;
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.29);
  line-height: 9px;
}
.go-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 20;
}
.carousel-dots {
  position: relative;
  padding-top: 20px;
  font-size: 10px;
}
.title_cont{ font-size:18px}

/* 1-8. Portfolio */
.mix {
    width: 23%;
    margin-bottom: 20px;
    float: left;
    text-align: center;
    border-radius: 4px;
    height: 266px;
    margin-left: 14px;
    box-shadow: #f2f2f2 3px 3px 4px 0px;
    border: 1px solid #EDEDED;
}
.mix:nth-child(4n+1) {
    margin-left: 0;
}
.mix.mix-3 {
  width: 33.333%;
}
.mix.mix-no-content {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}
.mix.mix-2 {
  width: 50%;
}
.vertical-pagination {
  width: 42px;
  margin-right: -50px;
  margin-bottom: 51px;
  margin-left: -50px;
  opacity: 0;
}
.vertical-pagination.v-p-remove-mg {
  margin-bottom: auto;
}
.portfolio-wrapper {
  position: relative;
  z-index: 2;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: white;
}
.portfolio-wrapper.remove-radius {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.portfolio-text-wrapper {
 /* position: relative;
  bottom: 3px;
  width: 100%;
  padding: 5px 2px 2px;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #ebebeb;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: white;
  box-shadow: #f2f2f2 0px 2px 0px 0px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;*/
  color: #515151;
  text-decoration: none;
}
.portfolio-tittle {
  margin-bottom: 0px;
  font-family:'PT Sans', sans-serif;
  letter-spacing: 0px;
  text-transform: capitalize;
}
.portfolio-tittle.blog-tittle {
  display: inline-block;
  margin-bottom: 10px;
  color: #414141;
  font-size: 17px;
  font-weight: 700;
}
.portfolio-tittle.r-mp {
  margin-top: 0px;
  margin-bottom: 10px;
}
.portfolio-sub {
  color: #bababa;
  font-size: 13px;
  line-height: 25px;
  font-style: italic;
}
.portfolio-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.70);
  opacity: 0;
  color: white;
  font-size: 18px;
  text-decoration: none;
}
.portfolio-ico {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 100%;
  background-color: rgba(61, 196, 228, 0.90);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  line-height: 53px;
}
.portfolio-ico:hover {
  background-color: white;
}
.pico-wrp {
  position: relative;
  top: 40%;
}
.pico-wrp.lico-wrp {
  top: 31%;
}
.pico-wrp.pico-bg {
  top: 45%;
}
.video-wrapper {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 650px;
  background-color: transparent;
}
.embed-video {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.video-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  height: 100%;
}

.container-inside-v {
  position: relative;
  top: 17%;
}
.white {
  color: white;
}
.ul {
  position: relative;
  margin-top: 10px;
}
.ul.ul-pricing {
  margin-top: 0px;
  margin-bottom: 25px;
}
.li-list {
  line-height: 35px;
}
.li-list.li-pricing {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
.li-ico {
  position: relative;
  top: -6px;
  width: 18px;
  margin-right: 7px;
  float: left;
  color: white;
}
.li-ico.tab-ico {
  top: auto;
  width: auto;
  font-size: 14px;
}
.li-ico.li-ico-footer {
  color: #919191;
  text-align: center;
}
.li-ico.li-current {
  color: #515151;
}
.arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
}
.core-ico {
  width: 60px;
  height: 60px;
  float: left;
  font-size: 32px;
  text-align: center;
}
.core-ico.ico-minimal {
  width: 45px;
  height: 45px;
  margin-right: 15px;
  border-radius: 100%;
  background-color: #474747;
  color: white;
  font-size: 18px;
  line-height: 48px;
}
.core-wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
.li-blog {
  margin-bottom: 23px;
}
.blog-item {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100px;
  height: 100px;
  margin-right: 15px;
  float: left;
  border-radius: 4px;
  color: white;
  text-align: center;
  text-decoration: none;
}
/**/
.blog-item.blog-popular-sidebar {
  width: 70px;
  height: 70px;
}
.blog-wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-right: 24px;
}
.dt-blog {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 4px 7px;
  font-size: 13px;
  font-style: italic;
}
.blog-link {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #313131;
  text-decoration: none;
}
.link {
/*  font-style: italic;*/
  text-decoration: none;
}
.link:hover {
  color: #313131;
}


/**/
.tab {
  margin-right: 5px;
  padding: 11px 25px;
  border-bottom: 1px solid #adadad;
  border-radius: 4px;
  background-color: #c9c9c9;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: white;
  font-size: 13px;
}
.tab:hover {
  border-bottom-color: #6e6e6e;
  background-color: #aaa;
}
.tab.t-vertical {
  width: 100%;
  margin-bottom: 10px;
  padding-right: 21px;
  padding-left: 21px;
}
.tab.t-vertical.w--current {
  box-shadow: none;
  color: white;
}
.tab-content {
  margin-top: 25px;
}
.tab-txt {
  position: relative;
  float: left;
}

/*banner切换*/
.slideBox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

.slideBox .slide {
    height: 20px;
    overflow: hidden;
    position: absolute;
    right: 50px;
    bottom: 15px;
    z-index: 1;
}
.slideBox .slide_pic {
    position: relative;
    height: 100%;
    z-index: 0;
}
.slideBox .slide_pic ul{ overflow:hidden; width:100%}
.slideBox .slide_pic img {
    width: 100%;
    height: 100%;
    display: block;
	 text-align:center
}
.slide ul{ overflow:hidden}
.slide li{ float:left; width:20px; height:20px; border-radius:10px; text-align:center}
.slideBox .slide ul li.on {
    background: #f00;
    color: #fff;
}
.slideBox .prev, .slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}
.slideBox .prev:hover, .slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}



.yc_content {
    width: 1170px;
    margin: 0 auto;
	margin-bottom:35px
}
.left {
    text-align: left;
    margin-top: 30px;
}
.left a {
    color: #222;
}


.lightbox-tb {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 150px;
  height: 150px;
  margin-right: 15px;
  float: left;
  border-radius: 4px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}
.lightbox-tb:hover {
  opacity: 1;
}
.tab-tx-wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
.light-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(61, 196, 228, 0.70);
  opacity: 0;
}
.lightbox {
  color: white;
  text-decoration: none;
}
.procces-wrapper {
  position: relative;
  width: 25%;
  padding: 90px 47px;
  float: left;
  text-align: center;
  cursor: pointer;
}
.procces-text-wrapper {
  padding: 40px 10px 35px;
  background-color: white;
}
.arrow-proccess {
  position: absolute;
  left: 0px;
  top: 43%;
  bottom: 43%;
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.procc-ico {
  display: block;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  color: white;
  font-size: 70px;
  line-height: 80px;
}
.logo-wrapper {
  position: relative;
  width: 20%;
  margin-bottom: 35px; display:inline-block;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-align: center;
}
.logo-wrapper img{ width:155px; height:65px}
.logo-wrapper:hover {
  opacity: 0.85;
}
.footer {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top: 15px solid #303030;
  background-color: #303030;
}














.bottom-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  padding-top: 14px;
  padding-bottom: 18px;
  background-color: #303030;
}
.copyright {
  width: 100%;
  padding-top: 17px;
  float: left;
  color: #737373;
  font-size: 13px;
}
.footer-link {
  color: white;
  font-style: normal;
  text-decoration: none;
}
.footer-link.f-2 {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 13px;
}
.footer-link.f-2:hover {
  color: white;
}
.get-in-touch {
  position: absolute;
  left: -13px;
  top: 20px;
  text-align: center;
}
.touc-text {
  position: absolute;
  padding-top: 10px;
  padding-left: 30px;
  font-family:'Shadows Into Light', sans-serif;
  color: white;
  font-size: 17px;
  text-align: center;
}
.top-left-wrapper.top-left-click{
        cursor: pointer;
}
#Grid .mix{
	    display: none;
}
.normal-header.affix {
    position: fixed;
    top: 0px;
    width: 100%;
}
.h-process {
  font-family:'Shadows Into Light', sans-serif;
  color: white;
  font-size: 28px;
}
/*往届会议图片*/

.picScroll-left .bd ul li {
 margin-left:10px;
 width:280px;
 float:left
}
.picScroll-left .bd ul li  img{ width:100%; height:186px}
.title_slide{ text-align:center; font-size:23px; font-weight:bold; padding:30px 0 20px 0; color:#000000}
.picScroll-left{ padding-bottom:20px}
/*会议日程*/

.hyrc{ width:1024px; margin:50px auto 0; overflow:hidden; margin-bottom:10px}

.ltrc .bt{ font-size:24px; color:#6cb16c; font-family:"微软雅黑","Microsoft YaHei"; font-weight:normal; text-align:center; margin-bottom:20px;}

.ltrc .rq{ font-size:20px; width:100%; color:#fff; background:#6cb16c; padding:10px 0; text-align:center;display:inline-block;}

.ltrc .ql{ background:#6CB2B2;}

.ltrc .lz{ background:#6C8FB2;}

.ltrc .rc{ width:100%; font-size:1rem; padding:10px 0; float:left; background:#fff; margin:0;}

.ltrc .rc ul{ width:49%; margin:auto; text-align:center;margin-top:4px; float:left; }

.ltrc .rc ul li{text-align:left;color:#fff; padding:10px 0; font-size:1rem; margin-top:5px;}

.ltrc .rc ul .sj{width:20%;float:left;font-weight:bold;line-height:1.1rem; color:#6cb16c; text-align:center;}

.ltrc .rc ul .lz{ background:#fff; color:#6C8FB2;}

.ltrc .rc ul .ql{ background:#fff; color:#6CB2B2;}

.ltrc .rc ul .nr{width:80%; float:right;color:#333637; ;font-weight:bold; line-height:1.1rem;}

.ltrc .rc ul .nr_1{width:80%; float:right;color:#333637; ;font-weight:bold; line-height:1.1rem;border-bottom:1px dashed #858585; text-align:center;}

.ltrc .rc .n{ width:90%; margin:0 auto; padding:0;}

.ltrc .rc ul .nr p{border-bottom:1px dashed #858585;}

/*会议日程*/



.col-footer {
  height: 40px;
  padding-top: 30px;
  padding-right: 32px;
  padding-left: 20px;
  border-right: 1px solid #303030;
}
.col-footer.no-line {
  border-right-style: none;
}
.footer-tittle {
  color: #ebebeb;
}
.p-lighter {
  color: #c9c9c9;
}
.h-minimal {
  margin-bottom: 20px;
   
  font-weight:600;
  font-size: 22px;
  line-height: 43px;
}
.spac-bott {
  margin-bottom: 100px;
}
.testi-wrapper {
  padding: 20px 15px;
  border-radius: 3px;
  background-color: #fafafa;
}
.mega-menu {
  width: 941px;
}
.mega-menu.w--open {
  left: -697px;
  width: 940px;
  margin-top: 9px;
  padding: 21px;
  background-color: #676767;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 4px 1px;
}
.mega-menu.mega-menu-center-nav.w--open {
  left: -601px;
  margin-top: 9px;
}
.mega-tittle {
  padding-right: 20px;
  border-right: 1px solid #777;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: white;
}
.mega-tittle.with-no-line {
  border-right-style: none;
}
.mega-item-list {
  width: 100%;
  padding: 8px 11px;
  border-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #bdbdbd;
  font-size: 13px;
  text-decoration: none;
}
.mega-item-list:hover {
  background-color: #616161;
  color: white;
}
.li-ico-mega {
  position: relative;
  width: 16px;
  float: left;
  font-size: 11px;
}
.element-tittle {
  padding-left: 10px;
}
.qoute-ico {
  width: 50px;
  height: 50px;
  margin-right: 13px;
  float: left;
  border-radius: 100px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
}
.qoute-ico.display-none {
  display: none;
}
.test-text-wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
.sub-tittle-test {
  font-family:'PT Sans', sans-serif;
  color: #919191;
  font-size: 12px;
  font-weight: 400;
}
.p-white {
  color: #b0b0b0;
}
.h-lighter {
  color: white;
}
.grid {
  width: 100%;
}
.portfolio-overlay-full {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.98) 13%, transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.98) 13%, transparent);
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: white;
  text-decoration: none;
}
.portfolio-txt-full {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.title-full-portfolio {
  margin-bottom: 8px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.social-full {
  margin-top: 16px;
  float: right;
}
.hero-section {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ac7ccc;
}
.hero-center-div {
  text-align: center;
}
.sp-process {
  margin-top: 20px;
}

/* 1-9. Arrow Section */
.arrow {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 1%;
  background-color: white;
}

.arrow.a-dark{
  background-color: #676767;
}

.arrow:before,
.arrow:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: 50%;
  padding-bottom: inherit;
  background-color: inherit;
}
.arrow:before {
  right: 50%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -ms-transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}
.arrow:after {
  left: 50%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -ms-transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
}
.small-line {
  width: 40px;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.inner-banner {
  position: relative;
  padding-top: 39px;
  padding-bottom: 35px;
  border-bottom: 8px solid #525252;
  background-color: #676767;
  color: white;
  font-size: 12px;
}
.inner-space {
  margin-top: 20px;
}

/* 1-10. Alert Message */
.alert-message {
  position: relative;
  margin-bottom: 20px;
  padding: 16px 20px;
  border: 1px solid #f2e3c7;
  background-color: #fcf8e3;
  background-image: -webkit-linear-gradient(94deg, #fcf8e3, white);
  background-image: linear-gradient(356deg, #fcf8e3, white);
  color: #c09853;
  font-size: 14px;
}
.alert-message.info {
  border-color: #aed7ea;
  background-color: #d8ecf5;
  background-image: -webkit-linear-gradient(94deg, #d8ecf5, white);
  background-image: linear-gradient(356deg, #d8ecf5, white);
  color: #5593b1;
}
.alert-message.success {
  border-color: #cddb9b;
  background-color: #e3ebc6;
  background-image: -webkit-linear-gradient(94deg, #e3ebc6, white);
  background-image: linear-gradient(356deg, #e3ebc6, white);
  color: #8e9c5e;
}
.alert-message.error {
  border-color: #fad2d3;
  background-color: #f9e5e6;
  background-image: -webkit-linear-gradient(94deg, #f9e5e6, white);
  background-image: linear-gradient(356deg, #f9e5e6, white);
  color: #c48587;
}
.remove-alert {
  width: 20px;
  float: left;
}

/* 1-11. Toggle */
.toggle-wrapper {
  margin-bottom: 10px;
}
.toggle-header {
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #adadad;
  border-radius: 4px;
  background-color: #bfbfbf;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: white;
  font-size: 14px;
  text-decoration: none;
}
.toggle-header.second-style {
  border-bottom-color: #0d0d0d;
  background-color: #676767;
}
.toggle-header.third-style {
  border: 1px solid #ddd;
  background-color: transparent;
  box-shadow: rgba(180, 180, 180, 0.2) 0px 1px 2px 1px;
  color: #515151;
}
.toggle-header.fourth-style {
  border-radius: 0px;
  background-color: transparent;
}
.toggle-content {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 0px;
}
.toggle-ico {
  padding-top: 10px;
  float: right;
  text-transform: none;
}
.toggle-space {
  padding: 20px;
}
.toggle-line {
  width: 12px;
  height: 2px;
  background-color: white;
}
.toggle-line.dark-color {
  background-color: #313131;
}
.toggle-line-2 {
  width: 12px;
  height: 2px;
  background-color: white;
  -webkit-transform: rotate(90deg) translate(-2px, 0px);
  -ms-transform: rotate(90deg) translate(-2px, 0px);
  transform: rotate(90deg) translate(-2px, 0px);
}
.toggle-line-2.dark-color {
  background-color: #313131;
}
.shadow {
  opacity: 0.5;
  text-align: center;
}
.divider-1-pattern {
  width: 100%;
  height: 12px;
  background-image: url('../images/divider17.png');
  opacity: 0.6;
}
.divider-1-pattern._2 {
  background-image: url('../images/divider10.png');
}
.divider-1-pattern._3 {
  background-image: url('../images/divider5.png');
}
.divider-space {
  margin-top: 100px;
  margin-bottom: 100px;
}
.divider-space.less-space {
  margin-top: 50px;
  margin-bottom: 50px;
}
.vertical-menu {
  width: 20%;
  margin-right: 15px;
  float: left;
}

/* 1-12. Modal Popup */
.modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: block;
  overflow-x: scroll;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.container-popup {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.popup {
  position: relative;
  display: block;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  border-radius: 2px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.29) 0px 0px 6px 2px;
}
.remove-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #515151;
  font-size: 17px;
  text-align: center;
}

/* 1-13. Call To Action */
.call-to-action {
  padding: 38px 10px;
}
.call-to-action.cta-v-color {
  background-color: #ac7ccc;
}
.left-aglin-column {
  text-align: right;
}
.m-p {
  padding-top: 5px;
  font-size: 20px;
}
.icon {
  width: 40px;
  float: left;
  font-size: 20px;
  line-height: 42px;
  text-align: center;
}
.icon-text {
  display: inline-block;
  padding: 7px 11px;
  border-radius: 2px;
  background-color: #f1f1f1;
  color: #999;
  font-size: 13px;
}
.aler-link {
  color: #5593b1;
  font-weight: 700;
  text-decoration: none;
}
.aler-link:hover {
  text-decoration: underline;
}

/* 1-14. Pricing Table */
.pricing-table {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-bottom: 18px;
  border-radius: 4px;
  background-color: white;
  box-shadow: #e6e6e6 0px 0px 0px 1px inset;
  text-align: center;
}
.pricing-price {
  padding-bottom: 55px;
}
.pricing-txt {
  padding-top: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.27);
   
  font-weight:600;
  color: white;
  font-size: 18px;
  letter-spacing: 2px;
}
.circle-price {
  position: relative;
  top: 25px;
  display: block;
  width: 130px;
  height: 130px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid white;
  border-radius: 100%;
  color: white;
  font-size: 25px;
  line-height: 125px;
  font-weight: 400;
}
.p-pricing {
  color: #a6a6a6;
  font-size: 13px;
  font-style: italic;
}
.month {
  color: rgba(255, 255, 255, 0.65);
  font-size: 17px;
}
.featured-txt {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  margin-top: 15px;
  margin-right: -37px;
  padding: 9px 50px;
  background-color: #ffae00;
  -webkit-transform: rotate(46deg);
  -ms-transform: rotate(46deg);
  transform: rotate(46deg);
  color: #8c630b;
  font-size: 12px;
  font-weight: 700;
}

/* 1-15. Highlight */
.highlight {
  padding: 3px 6px;
  color: white;
}
.highlight.hl-dark {
  background-color: #414141;
}
.underline {
  text-decoration: underline;
}
.strikeout {
  text-decoration: line-through;
}

/* 1-16. Dropcast */
.dropcast {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: 8px;
  margin-right: 17px;
  padding-top: 17px;
  float: left;
  border-radius: 5px;
   
  font-weight:600;
  color: white;
  font-size: 22px;
  text-align: center;
}
.dropcast.dc-circile {
  border-radius: 100%;
}
.dropcast.dc-dark {
  background-color: #414141;
}
.dropcast.dc-square {
  border-radius: 0px;
}
.dropcast.dc-transparent {
  background-color: transparent;
  font-size: 40px;
}

/* 1-17. Blockqoute */
.blockquote {
  padding: 18px;
  color: #919191;
  font-size: 17px;
  line-height: 30px;
  font-style: italic;
}
.blockquote.bq-v2 {
  color: white;
}
.filters {
  margin-bottom: 50px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
}
.filter-ul {
  display: inline-block;
}
.filter {
  display: inline-block;
  margin-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 2px solid white;
  font-size: 13px;
  font-weight: 400;
}
.flt-lnk {
  padding-top: 16px;
  padding-bottom: 16px;
  color: #515151;
  text-decoration: none;
}
.ver-remove-spc {
  margin-bottom: 40px;
}

/* 1-18. Team */
.team-img-wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
.overlay-team {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.soc-team {
  width: 30px;
  opacity: 0.7;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: white;
}
.soc-team:hover {
  opacity: 1;
}
.sub-tittle-team {
  margin-bottom: 15px;
  color: #919191;
  font-size: 14px;
}

/* 1-19. Large Testimonials */
.big-testimonials-wrapper {
  text-align: center;
}
.testi-photo {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  background-image: url('../images/cleint3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.testi-photo._2 {
  background-image: url('../images/client1.jpg');
}
.testi-photo._3 {
  background-image: url('../images/client2.jpg');
}
.b-test-txt {
  margin-top: 20px;
  padding-right: 120px;
  padding-left: 120px;
}
.p-big-test {
  color: white;
  font-size: 17px;
  line-height: 30px;
  font-style: italic;
}
.b-test-name {
  margin-top: 16px;
}
.tm-margin {
  margin-bottom: 25px;
}
.portfolio-pagination {
  margin-bottom: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}
.portfolio-pagination.blog-pag {
  padding-top: 0px;
  padding-bottom: 0px;
}
.p-pagination {
  width: 30px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #bebebe;
  font-size: 17px;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
}
.p-pagination.p-pag-all {
  position: relative;
  top: 7px;
  font-size: 26px;
}
.blog-search {
  height: 45px;
  padding-left: 35px;
  border: 1px solid #ddd;
  background-image: url('../images/search_adadad_100.png');
  background-position: 12px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  box-shadow: rgba(180, 180, 180, 0.2) 0px 1px 2px 1px;
}
.select-filed {
  height: 41px;
  border: 1px solid #ddd;
  box-shadow: rgba(180, 180, 180, 0.2) 0px 1px 2px 1px;
}
.li-post {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.li-post.n-line {
  border-bottom-style: none;
}
.sidebar {
  padding-left: 15px;
}
.meta-tag {
  color: #919191;
  font-size: 13px;
  line-height: 24px;
}
.blog-img {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: center;
}
.blog-pagination {
  text-align: right;
}
.padd-right {
  padding-left: 19px;
}
.blog-author {
  width: 100px;
  height: 100px;
  margin-right: 12px;
  float: left;
  border-radius: 100%;
  background-image: url('../images/cleint3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.author-wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
.share-post {
  margin-right: 15px;
  float: right;
}
.comment-photo {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  float: left;
  background-image: url('../images/client2.jpg');
  background-size: cover;
}
.comment-photo._2 {
  background-image: url('../images/cleint3.jpg');
}
.comment-wraper {
  overflow-x: hidden;
  overflow-y: hidden;
}
.h-comment {
  margin-bottom: 0px;
}
.reply {
  padding-left: 60px;
}
.text-field {
  height: 46px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  box-shadow: rgba(180, 180, 180, 0.2) 0px 1px 2px 1px;
}
.text-field.txt-f-2 {
  width: 300px;
}
.text-area {
  padding-bottom: 75px;
  border: 1px solid #ddd;
  box-shadow: rgba(180, 180, 180, 0.2) 0px 1px 2px 1px;
}
.map-block {
  display: block;
  padding-top: 3px;
   
  font-weight:600;
  color: white;
  font-size: 27px;
  line-height: 30px;
  letter-spacing: 1px;
  text-decoration: none;
}
.mp-txt {
  display: inline-block;
}
.map-arrow {
  position: relative;
  top: -4px;
  display: inline-block;
  width: 30px;
  margin-left: 10px;
  font-size: 20px;
}
.banner {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

/* 1-20. Sliders */
.bussines-slider {
  position: relative;
  background-color: transparent;
  background-image: url('../images/chalkdust.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
   height:auto;
   overflow:hidden
}
.b-arrow {
  width: 40px;
  height: 90px;
  margin-right: 0px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: rgba(255, 255, 255, 0.70);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 22px;
  line-height: 90px;
}
.b-arrow:hover {
  background-color: white;
}
.b-arrow.ba-l {
  margin-left: 0px;
  border-radius: 0px 4px 4px 0px;
}
.row-slider {
  margin-top: 50px;
}
.slider-sub-text {
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
}
.slider-sub-text.bx-slider {
  color: #b5b5b5;
  font-size: 17px;
  font-style: italic;
}
.bslider-txt-wrapper {
  position: relative;
  top: 95px;
  padding-right: 30px;
  background:rgba(0, 0, 0, 0.52);
  padding:10px;
  /* Gecko browsers */
-moz-border-radius: 5px; 
/* Webkit browsers */
-webkit-border-radius: 5px; 
/* W3C syntax - likely to be standard so use for future proofing */
border-radius:10px;
  
}
.bslider-txt-wrapper-center {
	text-align:center;
}
.col-center {
  text-align: center;
}
.creative-banner {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 800px;
  background-image: url('../images/parallax.png');
  background-position: 100% 169%;
  background-size: 1497px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.sub-txt-rotator {
  display: inline-block;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}
.txt-rot-con {
  position: relative;
  top: 20%;
}
.rotator-line {
  display: block;
  width: 550px;
  height: 1px;
  margin: 20px auto;
  border-style: dotted;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.74);
}
.rotator-slider {
  height: auto;
  background-color: transparent;
}
.txt-rotator-wrapper {
  padding-right: 65px;
  padding-left: 65px;
  text-align: center;
}
.sl-rot-txt {
  color: white;
  font-size: 60px;
  line-height: 85px;
}
.slid-bus-txt {
  font-size: 44px;
  line-height: 52px;
}
.boxed-slider {
  height: 500px;
  background-color: transparent;
  background-image: -webkit-radial-gradient(50% 50%, circle, white, #e0e0e0);
  background-image: radial-gradient(circle at 50% 50%, white, #e0e0e0);
}
.shadow-slider {
  height: 50px;
  background-image: url('../images/shadow.png');
  background-position: 50% 23%;
  background-size: 920px;
  background-repeat: no-repeat;
  opacity: 0.7;
  text-align: center;
}
/*会议结构*/
li{ list-style:none}
.tab_jg{ float:left; width:49.4%; padding-bottom:10px}
.tab_jg h2{ height:auto; line-height:35px;color:#fff; font-size:15px; background:#6c8fb2; padding-left:14px}
.tab_jg h3{ color:#376593; font-size:14px; padding-left:15px;line-height:25px}
.tab_jg li{ padding-left:15px; line-height:25px}
.tab_jg span{ color:#376593}
.jgright{ margin-left:1%}
.tab_jg:nth-child(4) li{ text-indent:2em}
.tab_jg:nth-child(4) img{ text-align:center}
.tab_jg:nth-child(3),.tab_jg:nth-child(4){ height:630px}
.dots-boxed-slider {
  font-size: 10px;
}
.boxed-slider-wrapper {
  position: relative;
  left: 100px;
  top: 140px;
}
.boxed-slider-wrapper.bx-right {
  left: -25px;
}

/* 1-21. Boxed Layout */
.boxed {
  display: block;
  background-color: #676767;
  background-image: url('../images/ptn.png');
  position: relative;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 40px 4px;
}
.embed-sl {
  position: relative;
  left: 30px;
  top: 48px;
  padding: 18px;
}

/* 1-22. Tab Slider */
.tab-slide {
  width: 25%;
  padding: 26px 8px 26px 15px;
  float: left;
  border-top: 5px solid #8c8c8c;
  background-color: #313131;
  box-shadow: rgba(255, 255, 255, 0.02) -1px 0px 0px 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: white;
}
.tab-slide:hover {
  border-top-color: #6b6b6b;
  background-color: #242424;
}
.tab-slide.w--current {
  background-color: #313131;
}
.tab-sl-wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 6px;
}
.tittle-tb-slider {
  margin-bottom: 0px;
}
.tab-ico-number {
  width: 55px;
  height: 55px;
  margin-right: 10px;
  float: left;
  border-radius: 100%;
  color: white;
  font-size: 20px;
  line-height: 57px;
  text-align: center;
}
.caption-tab {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 19px 19px 17px;
   
  font-weight:600;
  color: white;
  font-size: 17px;
  letter-spacing: 1px;
}
.side-cont-tab {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 300px;
  height: 100%;
  padding: 18px 28px 15px 21px;
  background-color: rgba(0, 0, 0, 0.84);
}
.h-tb {
  color: white;
  font-size: 18px;
  line-height: 30px;
}
.top-line-cap-tab {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding: 13px 20px;
  background-color: #ac7ccc;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: white;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
}
.top-line-cap-tab:hover {
  background-color: #313131;
}
.tab-link-caption {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: white;
  text-decoration: none;
}
.breadcrumb {
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 0px;
}
.lighter {
  position: relative;
  top: -3px;
  font-family:'Open Sans', sans-serif;
  color: #b8b8b8;
  font-size: 15px;
  font-weight: 300;
}
.bread-link {
  color: #b8b8b8;
  text-decoration: none;
}
.bread-link:hover {
  text-decoration: underline;
}
.gr-color-l {
  color: #b8b8b8;
}
.animation-ico {
  display: block;
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  color: white;
  font-size: 60px;
  line-height: 170px;
  text-align: center;
}

/* 2. Interaction Website */
html.w-mod-js *[data-ix="move-language-drop"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}
html.w-mod-js *[data-ix="hide-search"] {
  display: none;
}
html.w-mod-js *[data-ix="move-top-btn"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}
html.w-mod-js *[data-ix="zom-out-pico"] {
  opacity: 0;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
html.w-mod-js *[data-ix="move-dt-blog"] {
  -webkit-transform: translate(0px, 43px);
  -ms-transform: translate(0px, 43px);
  transform: translate(0px, 43px);
}
html.w-mod-js *[data-ix="move-sub-full-portfolio"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}
html.w-mod-js *[data-ix="move-tittle-full-portfolio"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}
html.w-mod-js *[data-ix="move-process-text"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}
html.w-mod-js *[data-ix="move-titte-procces"] {
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}
html.w-mod-js *[data-ix="out-click-remove-modal"] {
  display: none;
  opacity: 0;
}
html.w-mod-js *[data-ix="move-social-team"] {
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}
html.w-mod-js *[data-ix="remove-map"] {
  height: 0px;
}
html.w-mod-js *[data-ix="move-mascot-slide"] {
  opacity: 0;
  -webkit-transform: translate(150px, 0px);
  -ms-transform: translate(150px, 0px);
  transform: translate(150px, 0px);
}
html.w-mod-js *[data-ix="move-from-bottom-txt-slider"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}
html.w-mod-js *[data-ix="move-from-left-txt-slider"] {
  opacity: 0;
  -webkit-transform: translate(-25px, 0px);
  -ms-transform: translate(-25px, 0px);
  transform: translate(-25px, 0px);
}
html.w-mod-js *[data-ix="zoom-scale-button-slider"] {
  opacity: 0;
  -webkit-transform: rotate(-15deg) scale(1.3);
  -ms-transform: rotate(-15deg) scale(1.3);
  transform: rotate(-15deg) scale(1.3);
}
html.w-mod-js *[data-ix="zoom-scale-button-slider-2"] {
  opacity: 0;
  -webkit-transform: rotate(-15deg) scale(1.3);
  -ms-transform: rotate(-15deg) scale(1.3);
  transform: rotate(-15deg) scale(1.3);
}
html.w-mod-js *[data-ix="move-mascot-from-bottom-top"] {
  opacity: 0;
  -webkit-transform: translate(0px, 510px);
  -ms-transform: translate(0px, 510px);
  transform: translate(0px, 510px);
}
html.w-mod-js *[data-ix="zom-in-out-txt-slider"] {
  opacity: 0;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
html.w-mod-js *[data-ix="zom-in-out-txt-slider-2"] {
  opacity: 0;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
html.w-mod-js *[data-ix="move-from-bottom-txt-slider-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}
html.w-mod-js *[data-ix="zoom-scale-button-slider-3"] {
  opacity: 0;
  -webkit-transform: rotate(-15deg) scale(1.3);
  -ms-transform: rotate(-15deg) scale(1.3);
  transform: rotate(-15deg) scale(1.3);
}
html.w-mod-js *[data-ix="move-from-bottom-txt-slider-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}
html.w-mod-js *[data-ix="move-txt-from-right"] {
  opacity: 0;
  -webkit-transform: translate(30px, 0px);
  -ms-transform: translate(30px, 0px);
  transform: translate(30px, 0px);
}
html.w-mod-js *[data-ix="zom-in-out-txt-slider-3"] {
  opacity: 0;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
html.w-mod-js *[data-ix="move-from-left-txt-slider-2"] {
  opacity: 0;
  -webkit-transform: translate(-25px, 0px);
  -ms-transform: translate(-25px, 0px);
  transform: translate(-25px, 0px);
}
html.w-mod-js *[data-ix="slider-rot-from-top"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}
html.w-mod-js *[data-ix="slide-rot-line"] {
  opacity: 0;
  width: 0px;
}
html.w-mod-js *[data-ix="big-text-rot"] {
  opacity: 0;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
html.w-mod-js *[data-ix="rot-btn-form-bottom"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}
html.w-mod-js *[data-ix="move-from-left-txt-slider-3"] {
  opacity: 0;
  -webkit-transform: translate(-25px, 0px);
  -ms-transform: translate(-25px, 0px);
  transform: translate(-25px, 0px);
}
html.w-mod-js *[data-ix="zom-in-out-txt-slider-4"] {
  opacity: 0;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
html.w-mod-js *[data-ix="move-from-bottom-txt-slider-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}
html.w-mod-js *[data-ix="caption-tab"] {
  opacity: 0;
  -webkit-transform: translate(300px, 0px);
  -ms-transform: translate(300px, 0px);
  transform: translate(300px, 0px);
}
html.w-mod-js *[data-ix="side-tab"] {
  opacity: 0;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/* 3. Responsive */
@media (max-width: 991px) {
  h1 {
    font-size: 38px;
  }
  .nav-link.active {
    width: 100%;
  }
  .nav-menu {
    padding-top: 0px;
    background-color: #f1f1f1;
  }
  .hamburger {
    margin-top: 4px;
    padding: 13px;
    border-radius: 4px;
    font-size: 26px;
  }
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section.light-gray {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section.pattern {
    padding-top: 30px;
  }
  .iconbox-wrapper {
    margin-bottom: 35px;
  }
  .space.x2.remove-spc {
    margin-top: 10px;
  }
  .mix {
    width: 48.5%;
	height:286px;
	
  }
  .hyrc{ width:100%}
  .mix:nth-child(2n+1) {
    margin-left: 0;
}
.ltrc{ width:100%}
  .vertical-pagination.v-p-remove-mg {
    margin-right: 0px;
    margin-left: 0px;
  }
  .core-wrapper {
    margin-bottom: 36px;
  }
  .tab {
    margin-bottom: 10px;
  }
  .procces-wrapper {
    width: 50%;
  }
  .footer {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .col-footer {
    height: auto;
    border-right-style: none;
  }
  .h-minimal {
    font-size: 19px;
  }
  .mega-menu.w--open {
    width: auto;
    max-width: 728px;
    padding-left: 11px;
  }
  .mega-tittle {
    margin-bottom: 24px;
    border-right-style: none;
  }
  .mega-tittle.with-no-line {
    margin-bottom: 0px;
  }
  .inner-space {
    margin-top: 50px;
  }
  .vertical-menu {
    width: 23%;
  }
  .call-to-action {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .left-aglin-column {
    text-align: center;
  }
  .left-aglin-column.cetner {
    text-align: center;
  }
  .m-p {
    margin-bottom: 15px;
    text-align: center;
  }
  .sidebar {
    margin-top: 30px;
    padding-left: 0px;
  }
  .row-slider {
    text-align: center;
  }
  #change-tp.bslider-txt-wrapper {
    top: -30px;
  }
  #change-tp-a.bslider-txt-wrapper {
    top: -30px;
  }
  #change-tp-b.bslider-txt-wrapper {
    top: -30px;
  }
  .creative-banner {
    height: 676px;
  }
  .sl-rot-txt {
    font-size: 57px;
  }
  .slid-bus-txt {
    margin-bottom: 5px;
    font-size: 38px;
  }
  #change-tp-2.boxed-slider-wrapper {
    left: 35px;
    top: 114px;
  }
  .boxed-layout {
    margin-right: 0px;
    margin-left: 0px;
  }
  .tab-slide {
    width: 50%;
  }
  .center {
    text-align: center;
  }
  .img-e-wrap {
    margin-top: 40px;
  }
  #myaffix.normal-header.affix {
        position: relative;
        top: auto;
        width: auto;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 33px;
  }
  .normal-header.full-header {
    padding-right: 0px;
    padding-left: 0px;
  }
  .top-right-wrapper {
    float: none;
    text-align: center;
  }
  .hamburger {
    margin-top: 1px;
    margin-right: 14px;
  }
  .space {
    margin-top: 10px;
  }
  .mix.mix-3 {
    width: 50%;
  }
  .video-wrapper {
    background-image: url('../images/paralax5.jpg');
    background-size: cover;
  }
  .logo-wrapper {
    width: 33.333%;
  }
  .footer {
    padding-bottom: 0px;
  }
  .copyright {
    margin-bottom: 9px;
    padding-top: 7px;
    float: none;
    text-align: center;
  }
  .h-minimal {
    font-size: 16px;
  }
  .spac-bott {
    margin-bottom: 50px;
  }
  .mega-menu.w--open {
    padding-left: 0px;
  }
  .inner-banner {
    padding-top: 35px;
    padding-bottom: 24px;
  }
  .inner-space {
    margin-top: 50px;
  }
  .divider-space {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .divider-space.less-space {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .popup {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow-x: scroll;
    overflow-y: scroll;
    margin-right: 10px;
    margin-left: 10px;
    padding: 27px;
  }
  .remove-modal {
    top: 10px;
    right: 10px;
  }
  .left-aglin-column {
    text-align: center;
  }
  .m-p {
    font-size: 19px;
    line-height: 30px;
  }
  .icon-wrapper {
    margin-bottom: 20px;
  }
  .pricing-table {
    margin-bottom: 15px;
  }
  .portfolio-pagination {
    text-align: center;
  }
  .padd-right {
    margin-top: 20px;
    padding-left: 0px;
  }
  .mp-txt {
    font-size: 20px;
  }
  .slider-sub-text {
    font-size: 16px;
  }
  .bslider-txt-wrapper {
    padding-right: 39px;
    padding-left: 39px;
	top:  -25px;
  }
  .creative-banner {
    height: 604px;
  }
  .sub-txt-rotator {
    font-size: 13px;
  }
  .rotator-line {
    width: 515px;
  }
  .sl-rot-txt {
    font-size: 41px;
    line-height: 67px;
  }
  .slid-bus-txt {
    font-size: 35px;
  }
  #change-tp-2.boxed-slider-wrapper {
    left: 0px;
    top: 7px;
  }
  #change-tp-3.boxed-slider-wrapper.bx-right {
    left: 4px;
    top: -10px;
  }
  #change-tp-4.embed-sl {
    left: 0px;
    top: 0px;
  }
  .breadcrumb {
    margin-bottom: 15px;
    text-align: center;
  }
  .center {
    text-align: center;
  }
  .res-space {
    margin-top: 30px;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 31px;
  }
  h3 {
    line-height: 39px;
  }
  .normal-header.full-header {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hamburger {
    margin-right: 10px;
  }
  .mix {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .mix.mix-3 {
    width: 100%;
  }
  .mix.mix-2 {
    width: 100%;
  }
  .video-wrapper {
    height: 600px;
  }
  .container-inside-v {
    top: 11%;
  }
  .blog-link {
    font-size: 21px;
  }
  .tab {
    margin-bottom: 12px;
  }
  .lightbox-tb {
    margin-bottom: 20px;
    float: none;
  }
  .procces-wrapper {
    width: 100%;
  }
  .arrow-proccess {
    display: none;
  }
  .logo-wrapper {
    width: 50%;
  }
  .footer {
    padding-bottom: 20px;
  }
  .copyright {
    line-height: 24px;
  }
  .divider-space.less-space {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .popup {
    margin-right: 5px;
    margin-left: 5px;
    padding: 22px;
  }
  .remove-modal {
    top: 5px;
    right: 5px;
  }
  .call-to-action.cta-v-color {
    padding-bottom: 28px;
  }
  .filter {
    display: block;
  }
  .b-test-txt {
    padding-right: 28px;
    padding-left: 28px;
  }
  .text-field.txt-f-2 {
    width: 280px;
  }
  .creative-banner {
    height: 538px;
  }
  .rotator-line {
    width: 270px;
  }
  .txt-rotator-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .sl-rot-txt {
    margin-top: 0px;
    font-size: 26px;
    line-height: 48px;
  }
  .boxed-slider {
    height: 446px;
  }
  .tab-slide {
    width: 100%;
  }
  .lighter {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
        .w-container {
          max-width: 1215px;
        }
}
@media screen and (max-width: 1300px) {
        .vertical-pagination {
          margin-left: -16px;
          margin-right: -16px;
        }
}
@media screen and (max-width: 1198px) {
    
        .bslider-txt-wrapper {
          top:  36px;
        }
        
        .boxed-slider-wrapper {
          top:  110px;
          left: 65px;
        }
        
        .embed-sl {
            top: 87px;
        }
}
@media screen and (max-width: 1040px) {
        .social-full {
          display:none;
        }
}

/* 4. @Font-Face */
@font-face {
  font-family: 'Lovelo';
  src: url('../fonts/Lovelo_Black.otf') format('embedded-opentype'), url('../fonts/Lovelo_Black.woff') format('woff'), url('../fonts/Lovelo_Black.ttf') format('truetype'), url('../fonts/Lovelo_Black.eot') format('opentype');
  font-weight: 600;
  font-style: normal;
}