/*-----------------------------------------------------------------------------------

    Template Name: Sanafi - Office Rental & Coworking Space HTML Template.
    Template URI: http://rockstheme.com
    Description: This is html5 template
    Author: Rocks_theme
    Author URI: http://rockstheme.com
    Version: 1.0

-----------------------------------------------------------------------------------*/

    /*-----------------------------------------------------------------------------------  
     CSS INDEX
    ===================

    1. Theme Default CSS (body, link color, section etc)
    2. Header Top Area
    2.1 Header Bottom Area 
    2.2. Sticky Header Area
    2.3. Mobile Menu Area
    3. Slider Area
    4.About Area
    5. Work-space Area 
    6. facility area css
    7. banner area css
    8. Pricing area css
    9. Overview Area
    10. Brand Area
    11.Reviews Area Css
    12. Footer Area
    13. Home page 02
    13.1 .Location Area
    13.2 . Blog Area
    14.	Home 03  CSS
    15. Breadcumbs Area
    16. FAQ  Area
    17. Team Area
    18.Gallery Area
    19. Workspace Details
    20. Events Area
    21. Events Details page
    22. Blog Sidebar Area
    23. Blog Details
    24.	Contact Us  CSS
    25.	Animation  CSS


   
    
-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  Google Fonts
/*----------------------------------------*/




/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
html, body {
	height: 100%;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom: 15px;
}
.alignright {
	float:right;
	margin-left:15px;
	margin-bottom: 15px;
}
.aligncenter {
	display:block;
	margin:0 auto 15px;
}
a:focus {
	outline:0px solid;
}
img {max-width:100%;
	height:auto;
}
.fix {
	overflow:hidden;
}
p {
	margin:0 0 15px;
    color: #7e8ca0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Nunito', sans-serif;
	margin: 0 0 15px;
	color: #151b2c;
    font-weight: 600;
}
h1{
	font-size: 48px;
	line-height: 50px;
		
}
h2{
	font-size: 38px;
	line-height: 46px;
		
}
h3{
	font-size: 30px;
	line-height: 38px;
		
}
h4{
	font-size: 24px;
	line-height: 34px;
		
}
h5{
	font-size: 20px;
	line-height: 30px;
		
}
h6{
	font-size: 16px;
	line-height: 28px;
		
}
a {
	transition: all 0.3s ease 0s;
	text-decoration:none;
}
a:hover {
  color: #fff100;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover, a:focus {
    color: #7e8ca0;
    text-decoration: none;
}
body {
	background: #fff none repeat scroll 0 0;
	color: #7e8ca0;
   font-family: 'Nunito', sans-serif;
	font-size: 15px;
	text-align: left;
	overflow-x: hidden;
	line-height: 26px;
}
#scrollUp {
    bottom: 30px;
    font-size: 20px;
    line-height: 48px;
    right: 30px;
    width: 44px;
    background-color: #1FC157;
    color: #fff;
    text-align: center;
    height: 44px;
    border-radius: 3px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
#scrollUp:hover {
    bottom: 35px;
    transition-duration: 500ms;
}
.clear{
	clear:both;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
	-moz-appearance: none;
	box-shadow: none !important;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}
div#preloader { 
	position: fixed;
	left: 0; 
	top: 0; 
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url('img/logo/preloader.gif') no-repeat center center;
}
.navbar-collapse {
    padding-left: 0px;
}
::-moz-selection {
    background: #fff100;
    text-shadow: none;
}
::selection {
    background: #fff100;
    text-shadow: none;
}
.bg-color{
    background:#fafafa;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.area-padding{
	padding: 80px 0px;
}
.area-padding-2{
	padding: 80px 0px 70px;
}
.area-padding-3{
	padding: 80px 0px 50px;
}
.section-headline {
    padding-bottom: 40px;
    position: relative;
}
.section-headline.review-head {
    padding-bottom: 20px;
}
.section-headline h3 {
    font-size: 32px;
    line-height: 38px;
}
.section-headline p {
    font-size: 15px;
    max-width: 510px;
    margin: 0px auto;
}
.white-headline h3,
.white-headline p{
   color:#fff; 
}
.section-headline h4 .color {
    color: #fff100;
    font-weight: 600;
}
.mar-row{
    margin-top: 50px;
}
.color{
   color:#fff100; 
}
.load-more-btn {
    text-transform: uppercase;
    background: #fff100;
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    margin-top: 30px;
    border-radius: 3px;
    width: 200px;
	transition: 0.4s;
	border:2px solid #fff100;
}
.load-more-btn:hover{
    background: #fff;
	border:2px solid #fff100;
    color: #fff100;
	transition: 0.4s;
}
.text-bold {
    font-weight: 800;
}
.simple-text{
    font-weight: 400;
}
.big-btn {
    width: 160px !important;
    font-size: 18px !important;
    padding: 15px 20px !important;
}
.big-btn:hover {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}
.color-text{
    color: #fff100
}
/*--------------------------------*/
/*  2. Header top Area
/*--------------------------------*/
.topbar-left { color: #fff;}
.topbar-left ul li {
    display: inline-block;
}
.topbar-area {
    background: rgba(50,153,222,0.35); none repeat scroll 0 0;
}
.topbar-left ul li a {
    color: #fff;
    display: block;
    margin-right: 20px;
    text-decoration: none;
    font-size: 14px;
}
.topbar-left ul li a i {
    color: #fff100;
    font-size: 14px;
    padding-right: 7px;
}
.topbar-right {
    position: relative;
    display: block;
    float: right;
}
.top-social {
    float: left;
    padding: 0 0px;
    margin-left: 10px;
}
.top-social ul li{
    display: inline-block;
}
.top-social ul li a {
    color: #fff;
    margin-right: 5px;
    display: block;
    text-align: center;
    font-size: 15px;
    width: auto;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    line-height: 26px;
    padding: 0 10px ;
}
.top-social ul li a:hover{
	color: #FFF100;
}
.quote-button {
    float: left;
    padding-left: 10px;
    height: 30px;
}
.quote-button .quote-btn {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    background: #fff100;
    display: inline-block;
    border: 1px solid #fff100;
    padding: 0 15px;
    margin: 0px;
    transition: 0.4s;
    border-radius: 0;
    height: 30px;
    
}
.quote-button .quote-btn a{ font-size: 14px; color: #333;}
.quote-button .quote-btn em{ font-style: normal;}
.quote-button .quote-btn:hover {
	background: #FFF100;
    border: 1px solid #FFF100;
    transition: 0.4s;
}
/*----------------------------------------*/
/*  2.1 Header Bottom Area 
/*----------------------------------------*/
.header-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
	z-index: 999;
	background: rgba(0,0,0,0.0);
	transition: all 0.3s ease;
	-moz-animation: all 0.3s ease;	/* Firefox */
	-webkit-animation: all 0.3s ease;	/* Safari 和 Chrome */
	-o-animation: all 0.3s ease;	/* Opera */
	
}
.header-one:hover {background: rgba(50,153,222,0.95);}
.header-one:hover .topbar-area{ background: rgba(0,0,0, 0.1) none repeat scroll 0 0; }
.header-area{
    background: transparent;
    top: -100px;
    transition: all 0.0s ease;
	-moz-animation: all 0.0s ease;	/* Firefox */
	-webkit-animation: all 0.0s ease;	/* Safari 和 Chrome */
	-o-animation: all 0.0s ease;	/* Opera */
}
.logo {
    display: block;
}
.logo a {
    display: inline-block;
    height: auto;
    margin: 15px 0;
    padding: 0;
    height: 40px;
}
.logo a img{ height: 100%;}
.center-bg {
    display: block;
    background: #fff;
    padding: 0px 20px 0px 0px;
}
.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}
.main-menu ul.navbar-nav li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 18px;
    line-height: 40px;
    text-transform: capitalize;
    position: relative;
}
 
.main-menu nav ul li:hover a, 
.main-menu ul.nav > li:hover a::after {
    color: #fff100;
}
.main-menu ul.nav li:nth-child(6) a:after{
	display:none;
}
.main-menu ul.navbar-nav li.active a:focus {
    color: #fff;
}
.main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff100;
    position: relative;
    z-index: 9999999;
}
.navbar {
    border: medium none;
    margin-bottom: 0;
}
.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.main-menu ul.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color:#fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}
.main-menu ul.nav li ul.sub-menu {
    background: #fff;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all 0.3s ease 0s;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    width: 200px;
    z-index: -99;
	padding: 10px 0px;
    border-radius: 3px;
}
.pagess {
    position: relative;
}
.navbar.navbar-default {
    float: right;
}
.main-menu ul.nav li ul.sub-menu li {
    padding: 0;
    position: relative;
    width: 100%;
}
.main-menu ul.nav li:hover ul.sub-menu{
    top:100%;
    opacity:1;
    z-index:999;
    visibility:visible;
}
.main-menu ul.nav li ul.sub-menu li a {
    color: #7e8ca0;
    display: block;
    font-size: 15px;
    padding: 5px 20px;
}
.main-menu ul.nav li ul.sub-menu li a span{
    color: #fff100;
}
.main-menu ul.nav li a:hover,
.main-menu ul.nav li:hover ul.sub-menu li a:hover{
    color:#fff100;
}

.main-menu ul.nav li:hover ul.sub-menu li a:hover{
    color:#3299de;
}

.header-right-link {
    float: right;
    width: 40px;
    padding: 15px 0px;
    margin-left: 15px;
    text-align: right;
}
.search-option {
    background: #f5f5f5;
    bottom: -85px;
    color: #444;
    display: none;
    position: absolute;
    right: 20px;
    width: 300px;
    z-index: 99999;
    padding: 20px;
}
.search-option input {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #444;
    display: block;
    float: left;
    font-size: 14px;
    font-style: normal;
    padding: 8px 10px;
    width: 214px;
    height: 44px;
}
.search-option button.button {
    background: #fff100;
    border: medium none;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 17px;
    line-height: 35px;
    padding: 5px 15px;
    text-align: center;
}
.header-right-link a.main-search {
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 16px;
    line-height: 39px;
    position: relative;
    text-align: center;
    width: 40px;
    height: 40px;
    
    border-radius: 2px;
}
.header-right-link a.main-search:hover{
    background: #fff100;
}
.header-area.stick  .header-right-link {
    padding: 15px 0px;
}
.logo a.black-logo {
    display: none;
}
/*--------------------------------*/
/* 2.2. Sticky Header Area
/*--------------------------------*/
 
.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    box-shadow: 0px 0px 3px #ddd, -2px -2px 3px #ddd;
    background: #fff;
    height: auto ;
    transition: all 0.3s ease;
	-moz-animation: all 0.3s ease;	/* Firefox */
	-webkit-animation: all 0.3s ease;	/* Safari 和 Chrome */
	-o-animation: all 0.3s ease;	/* Opera */
}
.header-area.stick .logo a {
    display: inline-block;
    height: auto;
}
 

.header-area.stick .main-menu ul.navbar-nav li a {
    color: #666;
}
.header-area.stick .main-menu ul.nav li ul.sub-menu li a {
    color: #666;
    display: block;
    padding: 5px 15px;
}
.header-area.stick .main-menu ul.nav > li> a::after {
    color: #666;
    top:32px;
}
.header-area.stick .main-menu ul.nav li ul.sub-menu li a:hover{
    color: #fff100;
}
.header-area.stick .logo a.white-logo {
    display: none;
}
.header-area.stick .logo a.black-logo {
    display: block;
}
.header-area.stick .s-menu {
    border: 1px solid #fff100;
    background: #fff100;
    color: #fff;
    transition: 0.4s;
}
.header-area.stick .s-menu:hover{
    border: 1px solid #fff100;
    background: #fff;
    color: #fff100;
    transition: 0.4s;
}
.header-area.stick .header-center {
    padding: 0px;
}


.header-area.stick .header-right-link a.main-search{ background: #3299de ;}


/*----------------------------------------*/
/*  2.3. Mobile Menu Area
/*----------------------------------------*/
.mobile-menu-area {
    background: #fdfcfc none repeat scroll 0 0;
    padding: 10px 0px ;
}
.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.mean-container a.meanmenu-reveal:hover {
    color:#fff100
}
.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 20px 0px;
    padding: 0;
    width: 100%;
}
.mean-container .mean-nav ul li a {
    background: #fdfcfc none repeat scroll 0 0;
    color: #666;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 13px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    width: 90%;
}
.mean-nav ul li.mean-last {
    margin-bottom: 20px;
}
.mean-container .mean-nav ul li a.mean-expand {
    color: #666;
    line-height: 17px;
}
.mean-container .mean-nav ul li {
    width: 99.7%;
}
/*----------------------------------------*/
/*  3. Slider Area
/*----------------------------------------*/
.intro-content {
    position: relative;
    z-index: 1;
}
.intro-content::after {
    background: rgba(4,23,46, 0.75) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.slider-content {
    position: absolute;
    right: 0;
    text-align: left;
    top: 50%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
    margin-top: -135px;
}
.layer-2 p {
    color: #ddd;
    font-size: 19px;
    letter-spacing: 0.60px;
    line-height: 30px;
    max-width: 700px;
}
.layer-1 h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    line-height: 64px;
    text-transform: uppercase;
    max-width: 660px;
    letter-spacing: 1px;
}
.ready-btn {
    border: 1px solid #fff100;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    padding: 12px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #fff100;
    width: 160px;
    border-radius: 2px;
}
.ready-btn:hover{
    background: #1FC157;
    border: 1px solid #1FC157;
    color: #fff;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 24px;
    margin-top: -20px;
    position: absolute;
    top: 50%;;
    text-align: center;
    line-height: 50px;
    opacity: 0;
    border:1px solid #fff;
    width: 50px;
    height: 50px;
	border-radius: 3px;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next{
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev{
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    color:#fff;
    background: #fff100;
    border: 1px solid #fff100;
}
.intro-carousel .owl-item .layer-1{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 0.3s;
}
.intro-carousel .owl-item .layer-2{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1s;
}
.intro-carousel .owl-item .layer-3{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1.5s;
}
.intro-carousel .owl-item.active .layer-1,
.intro-carousel .owl-item.active .layer-2,
.intro-carousel .owl-item.active .layer-3{
    transform: translateY(0);
    opacity: 1;
}
.intro-carousel .owl-item.active .slider-images img{
	transform: scale(1.1);
	transition: 10s;
}
/*--------------------------------*/
/* 4.About Area
/*--------------------------------*/
.about-area {
    position: relative;
}
.support-services {
    background: #fff;
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    z-index: 1;
    padding: 40px;
    overflow: hidden;
    border-radius: 3px;
    transition: 0.4s;
    z-index: 1;
    margin-bottom: 30px;
}
.support-services::after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(31,193,87,0.96);
    transition: 0.4s;
    opacity: 0;
    z-index: -1;
}
.support-services::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(img/about/ab2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.4s;
    opacity: 0;
    z-index: -1;
}
.support-images {
    font-size: 50px;
    color: #fff100;
    line-height: 50px;
    margin-bottom: 20px;
    display: block;
}
.support-content h4 {
    font-size: 24px;
    text-transform: capitalize;
    color: #151b2c;
}
.support-content p {
    margin-bottom: 0px;
}
.support-services:hover::before {
    transition: 0.4s;
    opacity: 1;
}
.support-services:hover::after {
    transition: 0.4s;
    opacity: 1;
}
.support-services:hover .support-images {
    transition: 0.4s;
    color: #fff;
}
.support-services:hover .support-content h4, .support-services:hover .support-content p {
    color: #fff;
}
.ab-btn {
    border: 1px solid #fff100;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    padding: 6px 15px;
    text-align: center;
    transition: all 0.4s ease 0s;
    z-index: 3;
    background: #fff100;
    border-radius: 2px;
}
.ab-btn:hover{
    color: #333;
    border: 1px solid #fff;
    transition: all 0.4s ease 0s;
    background:#fff;
}
/*--------------------------------*/
/* 5. Work-space Area
/*--------------------------------*/
.single-system {
    display: flex;
    overflow: hidden;
    align-items: center;
    margin-bottom: 30px;
}
.main-icon-images {
    display: block;
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}
.top-content {
    float: left;
    width: 60%;
}
.system-images{
   position: relative;
}
.system-content {
    padding: 30px;
    position: relative;
    left: 0px;
    z-index: 1;
    background: #f5f5f5;
    max-height: 390px;
    height: 100%;
    overflow: hidden;
    width: 570px;
}
.right-system .system-content {
    left: -113px;
}
.main-system {
    display: block;
    width: 40%;
    float: left;
}
.system-content p {
    font-size: 16px;
    color: #444;
    line-height: 26px;
}
.system-content h3 {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 38px;
}
.system-btn {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    transition: 0.5s;
    border: 1px solid #fff100;
    background: #fff100;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 15px;
}
.system-btn:hover {
    border: 1px solid #1FC157;
    color:#fff;
    background:#1FC157;
    transition: 0.5s;
}
/*----------------------------------------*/
/* 6. facility area css
/*----------------------------------------*/
.digital-services {
    width: 25%;
    float: left;
}
.digital-wel {
    text-align: center;
    border: 1px solid #ddd;
    padding: 30px;
}
.digital-icon {
    font-size: 60px;
    margin-bottom: 20px;
    display: block;
    line-height: 60px;
}
.digital-content h4 {
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 30px;
    margin-bottom: 0px;
}
/*----------------------------------------*/
/* 7. banner area css
/*----------------------------------------*/
.banner-area{
   background: rgba(0, 0, 0, 0) url(img/background/bg2.jpg) no-repeat scroll top center / cover;
    position: relative;
}
.banner-area:before{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgba(4,23,46, 0.90) none repeat scroll 0 0;
    opacity:.8;
    content:"";
}
.banner-text {
    padding: 30px 10px;
    margin: 0 auto;
}
.banner-text h2 {
    font-size: 44px;
    line-height: 54px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    max-width: 790px;
    margin: 0 auto 15px;
}
.hire-btn {
    background: #fff100;
    border: 1px solid #fff100;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    margin-top: 15px;
    padding: 12px 24px;
    transition: 0.4s;
    border-radius: 2px;
    font-weight: 600;
}
.hire-btn:hover{
    background: #1FC157;
    color: #fff;
     transition: 0.4s;
    border: 1px solid #1FC157;
}
/*----------------------------------------*/
/* 8. Pricing area css
/*----------------------------------------*/
.pricing-area{
    position: relative;
}
.table-list {
    transition: all 0.4s ease 0s;
    background: #fff;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    padding: 40px;
    margin-bottom: 30px;
    border: 1px solid #fff100;
}
.base {
    position: absolute;
    right: -37px;
    top: 33px;
    background: #1FC157;
    width: 180px;
    text-align: center;
    height: 30px;
    line-height: 28px;
    color: #fff;
    transform: rotate(45deg);
}
.top-price-inner {
    margin-bottom: 30px;
    z-index: 1;
    transition: all 0.4s ease 0s;
}
.top-price-inner h4 {
    font-size: 26px;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: block;
    width: 100%;
}
span.users {
    color: #fff100;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}
span.dolar {
    font-size: 24px;
    margin-right: 5px;
    position: relative;
    top: -17px;
    color: #6a7d91;
}
.prices {
    font-size: 40px;
    font-weight: 600;
    color: #151b2c;
    padding-right: 15px;
}
.table-list:hover{
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease 0s;
    border: 1px solid #fff100;
}
.table-list ol li {
    color: #6a7d91;
    padding: 8px 0px;
    position: relative;
}
.table-list li.check.cross{
    position: relative;
}
.price-btn {
    margin-top: 30px;
}
.price-btn a {
    color: #fff;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    border-radius: 2px;
    font-weight: 600;
    font-size: 17px;
    padding: 8px 26px;
    background: #fff100;
    border: 1px solid #fff100;
    display: inline-block;
}
.table-list ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.price-btn a:hover {
    background: #1FC157;
    color: #fff;
     transition: 0.4s;
    border: 1px solid #1FC157;
}
.table-list ol {
    margin-top: 10px ;
}
.table-list li.check::before {
    content: "\e64c";
    font-family: themify;
    font-size: 18px;
    position: absolute;
    right: 0%;
    top: 9px;
    color: #38cb11;
    font-weight: 300;
}
.table-list li.check.cross::before {
    content: "\e646";
    font-family: themify;
    color: #FF5B5B;
}
/*--------------------------------*/
/* 9. Overview Area
/*--------------------------------*/
.overview-area{
    position: relative;
}
.overview-wrapper {
    margin-top: 20px;
}
.overview-wrapper h3 {
    font-size: 34px;
    line-height: 40px;
}
.total-count {
    margin-top: 30px;
}
.single-count {
    width: 47%;
    float: left;
    text-align: center;
    padding: 40px;
}
.left-one{
    margin-right: 3%;
    background: #1FC157;
    border: 1px solid #1FC157;
}
.right-one{
    margin-left: 3%;
    background: #0A27D5;
    border: 1px solid #0A27D5;
}
.count-num {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    line-height: 70px;
}
.single-count h4{
    color:#fff;
}
.overview-image {
    position: relative;
	border-radius: 5px;
}
.overview-image img{
	border-radius: 5px;
}
.video-content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(4,23,46, 0.50) none repeat scroll 0 0;
	text-align: center;
	border-radius: 5px;
}
.video-play.vid-zone {
    background: #fff100;
    border-radius: 100%;
    display: inline-block;
    font-size: 34px;
    height: 80px;
    line-height: 80px;
    width: 80px;
    transition: 0.4s;
    top: 50%;
    position: relative;
    margin-top: -40px;
}
.video-play.vid-zone i {
    color: #fff;;
    margin-left: 5px;
}
.video-play.vid-zone:hover {
    background: #1FC157;
     transition: 0.4s;
}
/*----------------------------------------*/
/*  10. Brand Area
/*----------------------------------------*/
.brand-area  {
    background: #051b35;
    display: block;
    overflow: hidden;
	position: relative;
	z-index: 1;
}
.brand-content h3{
    margin: 0 auto;
    color: #fff;
    font-size: 30px;
    max-width: 750px;
    line-height: 36px;
    font-weight: 600;
}
.brand-items {
    display: block;
    overflow: hidden;
    padding: 0px 60px;
}
.brand-items {
    padding: 0px 30px;
}
.single-brand-item {
    float: left;
    width: 20%;
    padding: 0px 10px;
}
.single-brand-item a{
	display: block;
}
.brand-btn {
    border: 1px solid #FFA100;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    background: #FFA100;
    border-radius: 2px;
	margin-top: 30px;
}
.brand-btn:hover{
    background: #1FC157;
    color: #fff;
     transition: 0.4s;
    border: 1px solid #1FC157;
}
/*----------------------------------------
 11.Reviews Area Css
----------------------------------------*/
.reviews-area{
    position: relative;
}
.reviews-area{
    position: relative;
}
.single-testi {
    margin: 0px 0px 30px;
}
.clients-text {
    padding: 30px 30px;
    position: relative;
    background-color: #fff;
    border:1px solid #ddd;
    border-radius: 4px;
}
.testi-img {
    position: relative;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
}
.testi-img img {
    max-width: 80px;
    height: auto;
    border-radius: 50px;
    border: 1px solid #ccc;
    float: left;
    margin-right: 20px;
}
.Reviews-content {
    margin-bottom: 15px;
}
.active.center .single-testi .clients-text{
    border: 1px solid #1FC157;
    background: #1FC157;
}
.testi-text h4 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 0px; 
}
.active.center .single-testi .testi-text p,
.active.center .single-testi .guest-rev,
.active.center .single-testi .testi-text h4{
    color:#fff;
}
.guest-rev {
    font-weight: 400;
}
.testi-text p {
    margin-bottom: 0px;
}
.client-rating {
    margin-bottom: 15px;
}
.testi-text span a{
    color:#fff100;
}
.testi-text h5 {
    color: #6a7d91;
    font-size: 20px;
}
.client-rating a {
    display: inline-block;
    color: #fec731;
    font-size: 20px;
    padding: 0px 5px 0px 0px;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot > span {
    background: #7e8ca0 none repeat scroll 0 0;
    display: inline-block;
    height: 8px;
    width: 8px;
    -moz-transition:0.4s;
    -webkit-transition:0.4s;
    -o-transition:0.4s;
    -ms-transition:0.4s;
    transition:0.4s;
    border-radius: 50%;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
    bottom: -20px;
    display: block;
    left: 50%;
    margin-left: -40px;
    position: absolute;
}
.testimonial-content {
    margin-bottom: 15px;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
    display: inline-block;
    margin: 0 3px;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
    background: #fff100;
    width: 30px;
    border-radius: 3px;
}
/*----------------------------------------*/
/*  12. Footer Area
/*----------------------------------------*/
.footer1 {
    background: #e4e4e4;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-attachment: scroll;
    position: relative;
    z-index: 1;
}
.footer1::after {
    background: #e4e4e4  none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.footer-area-top{
	background: #3299de;
    padding: 25px 0 15px;
}
.footer-area-top .foot_search{padding-right:45px; position:relative; height:39px; line-height:39px; border-bottom:1px solid #fff; margin-top: -5px;}
.footer-area-top .foot_search button{display:block; width:45px; height:40px;position:absolute; right:0; top:0; background:url(../img1/f_search.png) center center no-repeat; border:none; box-shadow:none; outline:none; cursor:pointer;}
.footer-area-top .foot_search input{width:100%; height:40px; line-height:40px; border:none; outline:none; background:transparent; color:#fff; font-size:16px;}
.footer-area-top input::-webkit-autofill{background:none;}
.footer-area-top input::-webkit-input-placeholder{ color:#ffffff; }    /* 使用webkit内核的浏览器 */
.footer-area-top input:-moz-placeholder{color:#ffffff; }                  /* Firefox版本4-18 */
.footer-area-top input::-moz-placeholder{color:#ffffff; }                  /* Firefox版本19+ */
.footer-area-top input:-ms-input-placeholder{color:#ffffff; }           /* IE浏览器 */
.footer-area-top .groups{color:#ffffff; line-height:40px; cursor:pointer; font-size:16px;   position:relative;}
.footer-area-top .groups a {color:#ffffff; }
.footer-area-top .groups span{display:block; padding-left:20px;}
.footer-area-top .groups ul{position:absolute; top:138%; right:0; width:110%; padding:15px 0; background:#f1f1f1; display:none;}
.footer-area-top .groups ul a{line-height:40px; font-size:16px; color:#666; display:block;padding-left:20px;}
.footer-area-top .groups ul a:hover{background:#a80c0e; color:#fff;}
.footer-area-top .groups:hover{color:#fff;}
.footer-area-top .groups i{width:20px; height:14px;  vertical-align:0; margin-left:20px;}

.footer-area {
    padding: 45px 0 ;
}
.footer-logo {
    margin-bottom: 20px;
}
.footer-content.logo-footer {
    padding-right: 30px;
}
.footer-head h4 {
    color: #333;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 600;
}
.footer-head h4 a{ color: #333; }
.footer-icons ul li {
    display: inline-block;
}
.footer-icons ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    margin-right: 5px;
    width: 34px;
    height: 34px;
	border-radius: 2px;
    transition: 0.4s;
     background: #fff100;
}
.footer-icons ul li a:hover{
    color: #fff;
    background: #1FC157;
    transition: 0.4s;
}
.footer-icons {
	margin-top: 15px;
	display: none;
}
.footer-list {
    width: 99%;
	float: left;
	list-style: none;
}
.subs-feilds {
    margin-top: 20px;
}
.suscribe-input {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    width: 95%;
}
.suscribe-input input {
    border: 1px solid #777;
    color: #666666;
    font-size: 15px;
    line-height: 24px;
    padding: 6px 15px;
    height: 46px;
    border-radius: 0;
    width: 64%;
    float: left;
    background:transparent;
}
.suscribe-input button {
    background: #fff100;
    border: none;
    color: #fff;
    font-size: 17px;
    padding: 10px 5px;
    width: 36%;
    font-weight: 600;
    height: 46px;
    border-left: 1px solid #fff100;
    transition: 0.4s;
}
.suscribe-input button:hover{
    background: #1FC157;
    color: #fff;
    border-left: 1px solid #1FC157;
    transition: 0.4s;
}
.footer-list li{
	list-style: none;
	padding-left: 0 ;
}
.footer-list li a {
    color: #666666;
    padding: 7px 0px 7px 0;
    display: block;
    position: relative;
    font-weight: 500;
}
.footer-list li a:first-child{
	padding-top: 0px;
}
.footer-list li a::after {
    position: absolute;
    content: "";
    right: auto;
    top: 12px;
    width: 5px;
    height: 5px;
    background: #666666;
	left: 0;
	display: none;
}
.footer-head p{
    color:#666666;
}
.footer-contacts span{
     
}
.footer-list li a:hover,
.footer-list li a:hover::after{
    color: #3299de;
}
.footer-list li a:hover::after{
    background: #3299de;
}
.footer-contacts p{ padding-bottom: 0; margin-bottom: 7px;}
.footer-area-bottom {
    /* background: #04172e none repeat scroll 0 0; */
	padding: 20px 0;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.05);
}
.copyright-text a:hover{
	text-decoration: underline;
	color:#fff100;
}
.copyright-text a {
    color: #fff100;
}
.copyright > p {
    margin-bottom: 0;
    color: #666666;
}
.copyright a {
    color: #666666;
}
/*----------------------------------------*/
/*  13. Home page 02
/*----------------------------------------*/
.topbar-area-2{
    background: transparent; 
}
.intro-area-2 .slider-content {
    text-align: center;
    margin-top: -100px;
}
.intro-area-2 .layer-1 h1 {
    max-width: 850px;
    margin: 0px auto 15px;
    font-weight: 700;
}
.intro-area-2 .layer-2 p {
    max-width: 700px;
    margin: 0px auto 15px;
}
.work-space-area-2 .single-system {
    display: block;
}
.work-space-area-2 .top-content {
    float: none;
    width: 100%;
}
.work-space-area-2 .single-system {
    margin-bottom: 30px;
}
/*--------------------------------*/
/* 13.1 .Location Area
/*--------------------------------*/
.single-awesome-location {
  overflow: hidden;
}
.location-awesome-img{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.location-awesome-img > a {
  display: block;
  position: relative;
}
.location-dec {
  display: inline-block;
}
.location-dec h4 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}
.location-dec span {
    margin-bottom: 5px;
    color: #fff;
    display: block;
}
.single-awesome-location:hover .location-add-actions{
	top:12%;
	transition: all 0.5s ease 0s;
}
.location-single {
    width: 100%;
    float: none;
    padding: 0px 15px;
}
.location-add-actions {
    display: block;
    position: absolute;
    transition: all 0.4s ease 0s;
    z-index: 9;
    padding: 30px;
    left: 0px;
    top: 0px;
    background: rgba(4,23,46, 0.90) none repeat scroll 0 0;
    width: 100%;
    height: 100%;
	opacity: 0;
}
.single-awesome-location:hover .location-add-actions{
	top:0%;
	transition: all 0.5s ease 0s;
	opacity: 1;
}
.location-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 
.location-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 26px;
    margin-top: -20px;
    position: absolute;
    top: 50%;;
    text-align: center;
    line-height: 64px;
    opacity: 0;
    border:1px solid #fff100;
    width: 60px;
    height: 60px;
	border-radius: 50%;
    background: #fff100;
}
.location-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.location-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.location-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next{
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.location-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev{
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.location-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.location-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    color:#fff;
    background: #fff100;
    border: 1px solid #fff100;
}


/*----------------------------------------*/
/*  13.2 . Blog Area
/*----------------------------------------*/



.blog-area{
  position: relative;
}
.blog-image{
  overflow: hidden;
    display: block;
}
.blog-content {
    background: #fff;
    padding: 30px 20px 30px;
}
.blog-content a h4 {
    font-size: 20px;
    text-transform: inherit;
    font-weight: 600;
    color: #444;
    line-height: 28px;
    margin: 10px 0px;
}
.blog-meta {
    display: block;
	margin-bottom: 10px;
}
.blog-meta span {
    font-size: 13px;
    padding-right: 10px;
}
.blog-meta span i {
    color: #fff100;
}
.blog-content a h4:hover{
    color:#fff100;
}
.single-blog {
    margin-bottom: 30px;
    box-shadow: 1px 1px 20px #f3f3f3, -1px -1px 20px #f3f3f3;
    position: relative;
}
.read-more {
    color: #444;
    display: inline-block;
    font-weight: 700;
    border-top: 1px solid #ddd;
    display: block;
    padding-top: 10px;
}
.blog-content p {
    font-size: 15px;
    margin-bottom: 0px;
}
.blog-right-column .blog-image {
    overflow: hidden;
    float: left;
    width: 50%;
    min-height: 300px;
}
.blog-right-column .image-scale img{
	width: 100%;
    min-height:300px;
	display: block;
	object-fit: cover;
}
.blog-right-column .blog-content {
    background: #fff;
    float: left;
    height: 100%;
    width: 50%;
    padding: 30px 20px 10px;
    min-height: 300px;
}
.blog-right-column .single-blog{
	overflow: hidden;
}
.footer2{
    background: #04172E;
}
.footer2 .footer-area-bottom{
    background: #04152a;
}

footer .footer-area .ewm_box {width:120px; padding:0 10px;}
footer .footer-area .ewm_box .img_box{margin-bottom:15px;}
footer .footer-area .ewm_box .tit{font-size:14px; color:#666666; text-align:center;}


/*----------------------------------------*/
/*  13.3 . Blog Area
/*----------------------------------------*/

.felona-blog-area {
	position: relative;
}

.felona-blog-area .site-heading {
	margin-bottom: 70px;
}

.felona-blog-area .site-heading p {
	color: #3299de;
	font-family: "Open Sans", Sans-serif;
	font-size: 18px;
	margin-bottom: 25px;
	text-align: center;
}

.felona-blog-area .blog-page-left .blog-item {
	margin-top: 0;
    margin-bottom: 30px;
    
}

.felona-blog-area .section_bg {
	background-color: #f0f4f9;
	background-image: url(../img/blog_bg_pattern.png);
	background-position: center center;
	background-repeat: repeat-x;
	background-size: cover;
	padding: 100px 0 105px 0;
	width: 100%;
	bottom: 0;
	position: absolute;
}


.blog-item {
	box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
	padding: 0;
	margin-top: 30px;
	background: #fff;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background-color: #FFF;
	border-radius: 10px;
	-webkit-box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, .1);
	box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, .1);
	background-color: #fff;
	border-radius: 5px 5px 5px 5px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
    overflow: hidden;
    
}

.blog-image {
	overflow: hidden;
}

.blog-image img {
	width: 100%;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	width: 100%;
}

.blog-desc {
	padding: 20px 30px 25px 30px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.075);
    border-top: none;
    border-radius: 0 0 5px 5px;
}

.blog-date {
	position: initial;
	width: 100%;
	height: 65px;
	background: none;
	color: #666;
	line-height: 23px;
	text-align: center;
	border-radius: 5px;
	display: block;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 20px;
	padding: 8px 0;
	left: 15px;
	text-align: left;
	margin: 0;
	padding: 0;
	height: auto;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 28px;
	margin: 0 !important;
	padding: 0 !important;
}

.blog-desc h3 {
	margin-top: 0;
	font-family: 'Ubuntu', sans-serif;
	color: #111;
	font-size: 19px;
	display: inline-block;
	line-height: 28px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 800;
    text-transform: uppercase;
    height: 56px;

    /* 主要代码 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
 
    /* 几行后显示省略号 */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
 
    
}

.blog-desc h3 a {
	color: #3299de;
}

.blog-desc h3 a:hover,
.blog-desc h3 {
	color: #3299de
}


.blog-item:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.blog-item:hover .blog-image img {
	-webkit-transform: scale(1.05) rotate(2deg);
	-ms-transform: scale(1.05) rotate(2deg);
	transform: scale(1.05) rotate(2deg);
	opacity: .8;
}


/*----------------------------------------*/
/*  14.	Home 03  CSS
/*----------------------------------------*/
.header-area-3 {
    background: rgba(4,23,46, 0.70) none repeat scroll 0 0;
}
.intro-area-3 .slider-content {
    text-align: center;
    margin-top: -90px;
}
.intro-area-3 .layer-1 h1 {
    max-width: 830px;
    margin: 0px auto 15px;
    text-transform: capitalize;
    font-weight: 400;
}
.intro-area-3 .layer-2 p {
    max-width: 700px;
    margin: 0px auto 15px;
}
.location-image {
    float: left;
    margin-right: 15px;
}
.location-address {
    padding-left: 95px;
}
.location-address span {
    display: block;
}
.location-address h4 {
    margin-bottom: 5px;
}
.single-location {
    margin-bottom: 30px;
    border: 1px solid #ccc;
    padding: 30px;
}
/*----------------------------------------*/
/*  15. Breadcumbs Area
/*----------------------------------------*/
.page-area {
    position: relative;
    z-index: 1;
}
.page-area {
    background: url(img/background/bread.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.page-area::after{
    position: absolute;
    content: "";
    left:0;
    top: 0;
    width:100%;
    height: 100%;
    background: rgba(4,23,46, 0.80) none repeat scroll 0 0;
    z-index: -1;
}
.breadcrumb .section-headline {
    text-align: center;
    padding-bottom: 10px;
}
.page-area .section-headline::after {
    display: none;
}
.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding: 230px 0px 140px;
}
.breadcrumb h3 {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    line-height: 50px;
    position: relative;
    margin-bottom: 0px;
}
.breadcrumb .section-headline {
    text-align: center;
}
.breadcrumb ul li {
    display: inline-block;
    color: #f5f5f5;
    padding: 0px 10px 0px 20px;
    position: relative;
    font-size: 16px;
}
.breadcrumb ul li.home-bread{
    padding-left: 0px;
}
.breadcrumb ul li.home-bread::after {
    position: absolute;
    content: "\f105";
    font-family: fontAwesome;
    right: -10px;
    top: 0;
}
.project-page-area .single-awesome-project {
    margin-bottom: 30px;
}
.pages-blog .blog-content a h4 {
    margin-bottom: 15px;
}
/*----------------------------------------*/
/*  16. FAQ  Area
/*----------------------------------------*/
.company-faq {
    display: block;
    overflow: hidden;
}
.faq-details .panel-heading {
    padding: 0;
}
.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    border-radius: 4px;
}
.panel-default {
    border-color: #f5f5f5;
    border-radius: 0 !important;
}
.panel-group .panel+.panel {
    margin-top: 30px;
}
.panel-default > .panel-heading {
    color: #444;
    background: transparent;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border:none;
    background: transparent;
}
.faq-details h4.check-title a {
    color: #444;
    display: block;
    font-weight: 500;
    padding: 10px 10px 10px 70px;
    text-decoration: none;
    background: transparent;
}
.panel-body {
    padding: 15px 15px 0px 70px;
}
.panel-body p {
    color: #444;
}
.faq-details h4.check-title {
    color: #fff100;
    font-size: 18px;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.faq-details .panel-heading h4 a{
    position: relative;
}
.faq-details .panel-heading h4 a::before {
    color: #fff;
    content: "\e61a ";
    font-family: themify;
    font-size: 24px;
    left: 0px;
    line-height: 54px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 50px;
    height: 100%;
    background: #fff100;
}
.faq-details .panel-heading h4 a.active::before {
    color: #fff;
    content: "\e622";
    font-family: themify;
    font-size: 24px;
    left: 0px;
   line-height: 46px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 50px;
    height: 100%;
}
.faq-details .panel-heading h4 a.active {
    color: #fff100;
}
.faq-area .col-md-6{
	padding-left: 0px;
	padding-right: 0px;
}
.faq-area .faq-content {
    margin-left: 80px;
    padding:30px;
    border-radius: 2px;
	border:1px solid #fff100;
}
.faq-area .contact-form input[type="text"], .faq-area .contact-form input[type="email"] {
    border: 1px solid #ddd;
    border-radius: 0;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
    background: transparent;
     color: #444;
}
.faq-content h4{
	color:#444;
	padding-bottom: 20px;
}
.faq-area .faq-content .contact-form textarea#message {
    height: 135px;
    background: transparent;
    color: #444;
     border: 1px solid #ddd;
    border-radius: 0;
}
.faq-area .quote-btn {
    font-weight: 600;
    color: #fff;
    background: #fff100;
    display: inline-block;
    border: 1px solid #fff100;
    padding: 10px 20px;
    width: 134px;
    text-transform: capitalize;
    border-radius: 3px;
    transition: 0.4s;
    margin-top: 10px;
    font-size: 18px;
}
.faq-area .quote-btn:hover{
	background: #1FC157;
	border: 1px solid #1FC157;
	color: #fff;
	transition: 0.4s;
}
/*----------------------------------------*/
/*  17. Team Area
/*----------------------------------------*/
.team-area {
    background: #fff;
}
.single-member{
    margin-bottom: 30px;
    border: 1px solid #f2f2f2;
    padding: 30px 20px;
}
.single-member .team-img {
    display: inline-block;
    position: relative;
    overflow: hidden;
    max-height: 230px;
    max-width: 230px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.team-hover li {
    display: inline-block;
    margin-right: 5px;
}
.team-hover li a {
    color: #fff;
    border: 1px solid #fff100;
	background: #fff100;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    border-radius:50%;
}
.team-hover li a:hover {
    color: #fff;
    border: 1px solid #1FC157;
    background: #1FC157;
}
.team-hover {
    padding: 15px 0 0px;
    text-align: center;
    transition: all 0.4s ease 0s;
}
.single-member .team-img a {
    display: block;
}
.team-content {
    padding: 10px 0px 0px;
}
.team-content h5 a {
    color: #666;
}
.team-content p {
    margin-bottom: 0;
}
.team-content h5 {
    font-size: 18px;
    margin: 10px 0px;
    text-transform: capitalize;
    font-weight: 600;
}
/*--------------------------------*/
/*  18.Gallery Area
/*--------------------------------*/
.gallery-area{
	position: relative;
}
.single-awesome-project {
  overflow: hidden;
  margin-bottom: 30px;  
}
.awesome-img{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.awesome-img::after{
  position: absolute;
  left:0;
  top:0;
  background: rgba(4,23,46, 0.90) none repeat scroll 0 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
    transition: 0.5s;
}
.awesome-img img {
    transform: scale(1.1);
    transition: 0.5s;
}
.single-awesome-project:hover .awesome-img img {
    transform: scale(1);
    transition: 0.5s;
}
.awesome-img > a {
  display: block;
  position: relative;
}
.awesome-img > a::before {
    position: absolute;
    content: "\e611";
    font-family: themify;
    left: 0;
    top: 50%;
    color: #fff;
    z-index: 9;
    right: 0;
    margin-top: -25px;
    text-align: center;
	font-size: 50px;
	line-height: 56px;
	opacity: 0;
}
.single-awesome-project:hover .awesome-img > a::before,
.single-awesome-project:hover .awesome-img::after{
	opacity: 1;
    transition: 0.5s;
}
/*----------------------------------------*/
/* 19. Workspace Details
/*----------------------------------------*/
.single-page-head {
    margin-bottom: 30px;
}
.page-head-left {
    margin-right: 30px;
}
.single-services-page p{
    color: #666;
}
.top-heading p{
    margin-bottom: 0px;
}
.left-menu li:first-child {
    margin: 0px 0px 2px
}
.left-menu li {
    display: block;
    margin: 5px 0;
}
.build-img .page-img {
    padding-bottom: 0;
}
.left-menu ul li.active a {
    background: #fff100 none repeat scroll 0 0;
    color: #fff;
    position: relative;
}
.left-menu ul li a:hover {
    color: #fff;
    background: #fff100; 
}
.left-menu ul li a {
    background: #f9f9f9;
    color: #444;
    display: block;
    font-size: 17px;
    font-weight: 500;
    padding: 14px 20px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
}
.left-menu ul li.active a::after,
.left-menu ul li a:hover::after {
    content: "\e649";
    font-family: themify;
    font-size: 15px;
    position: absolute;
    right: 18px;
    top: 15px;
}
.down-btn i {
    font-size: 24px;
    float: right;
}
.down-btn {
    border: 1px solid #fff100;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 15px;
    text-align: left;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #fff100;
    width: 100%;
    position: relative;
    border-radius: 3px;
}
.down-btn.apli{
	margin-bottom: 0px;
}
.down-btn:hover{
    color:#fff;
    background: #1FC157;
    border: 1px solid #1FC157;
}
.service-history {
    background: #f9f9f9;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid #1FC157;
}
.service-new h4 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
}
.service-banner-top {
    border: 1px solid #1FC157;
}
.side-btn {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    margin-top: 10px;
    transition: 0.5s;
    background: #fff100;
    padding: 10px 20px;
    border: 1px solid #fff100;
    border-radius: 2px;
    text-transform: capitalize;
}
.side-btn:hover{
    color: #fff;
    transition: 0.5s;
    background: #1FC157;
    border: 1px solid #1FC157;
}
.single-page {
    overflow: hidden;
    margin-bottom: 30px;
}
.page-content h3 {
    font-weight: 600;
    padding: 15px 0 0;
}
.single-well {
    margin-top: 20px;
}
.single-page {
    overflow: hidden;
}
.single-well h3 {
    margin-bottom: 15px;
}
.single-well.last-part p{
	margin-bottom: 0px;
}
.marker-list li {
    color: #444;
    padding-left: 30px;
    margin: 10px 0px;
    position: relative;
}
.marker-list li::after {
    position: absolute;
    content: "\e64c";
    left: 0;
    top: 3px;
    font-family: themify;
    color: #1FC157;
    font-weight: 700;
}
.single-page-head .service-btn{
    width: 100%;
    margin: 20px 0px 0px 0px;
}
.single-services-page .marker-list li {
    color: #444;
}
.mar-row .single-well {
    margin-top: 0px;
}
/*----------------------------------------*/
/*  20. Events Area
/*----------------------------------------*/
.events-image{
  overflow: hidden;
    display: block;
    position: relative;
}
.image-scale {
    position: relative;
    transform: scale(1.1);
    display: block;
    transition: 0.5s;
}
.image-scale::after{
    position: absolute;
    content: "";
    background: rgba(0,46,91,0.30);
    width: 100%;
    height: 100%;
    left:0;
    top:0;
}
.events-content a h4 {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    color: #555;
    line-height: 32px;
    transition: 0.4s;
}
.events-meta {
    position: absolute;
    top: 0px;
    background: #1FC157;
    width: 80px;
    padding:15px;
    left: 0px;
    text-align: center;
    height: 80px;
}
.time-sidule {
    background: #1FC157;
    display: inline-block;
    padding: 0px 10px;
    font-size: 13px;
    color: #fff;
    border-radius: 2px;
    line-height: 28px;
    margin-bottom: 15px;
}
.events-meta span {
    color: #fff;
}
.events-date-type {
    font-size: 20px;
    font-weight: 700;
}
.events-month-type {
    font-size: 17px;
}
.single-events:hover .image-scale {
  transform: scale(1);
  transition: 0.5s;
}
.single-events:hover .image-scale::after{
    background: rgba(0,46,91,0);
}
.single-events {
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.events-content {
    padding: 30px 30px;
}
.events-content a h4:hover{
    color:#fff100;
    transition: 0.4s;
}
.events-btn {
    display: inline-block;
    font-weight: 700;
    color: #555;
    position: relative;
    text-transform: capitalize;
    font-size: 15px;
}
.events-btn::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0px;
    opacity: 0;
    transition: 0.5s;
    background: #fff100;
    width: 0px;
    height: 1px;
}
.events-btn:hover {
    color: #fff100;
}
.events-btn:hover.events-btn::after {
    width: 100%;
    opacity: 1;
    transition: 0.5s;
}
/*----------------------------------------
 21. Events Details page
----------------------------------------*/
.events-details h3 {
    font-size: 32px;
    font-weight: 600;
}
.events-name ul li {
    color: #555;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    margin: 10px 0px;
}
.events-name span {
    padding-right: 15px;
    min-width: 110px;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
}
.events-single .events-inner{
    margin-bottom: 0px;
}
.events-share h5 {
    display: inline-block;
    margin-bottom: 0px;
}
.events-social {
    display: inline-block;
    margin-left: 20px;
}
.events-share {
    margin-top: 30px;
}
.events-share ul li {
    display: inline-block;
	margin-top: 10px;
}
.events-share ul li a {
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    margin-right: 5px;
    width: 36px;
    height: 36px;
    border: 1px solid #fff100;
    background: #fff100;
    border-radius: 2px;
    transition: 0.4s;
}
.events-share li a:hover{
    color: #fff;
    background: #1FC157;
    border: 1px solid #1FC157;
    transition: 0.4s;
}
/*----------------------------------------*/
/*  22. Blog Sidebar Area
/*----------------------------------------*/
.blog-page-area .single-blog {
    padding: 5px;
    background: #fff;
}
.blog-left-content {
    margin-right: 30px;
}
.blog-page-area .blog-content{
	padding: 10px 15px 20px;
}
.blog-search-option input {
    padding: 5px 15px;
    width: 80%;
    border: none;
    height: 56px;
    background: transparent;
}
.blog-search-option {
    margin-bottom: 30px;
    display: block;
    background: #fff;
    border: 1px solid #fff100;
    border-radius: 3px;
}
.blog-search-option button {
    background: transparent;
    border: none;
}
.blog-search-option button i {
    line-height: 16px;
    font-size: 18px;
    padding: 0px 10px;
}
.blog-search-option button i:hover {
    color: #fff100;
}
.left-blog h4 {
    position: relative;
    color: #444;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    padding: 15px 0px;
    text-transform: capitalize;
}
.left-blog h4::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 70px;
    height: 1px;
    background: #fff100;
}
.blog-left-content .blog-content::after{
    display: none;
}
.right-side {
    padding: 30px;
    border: 1px solid #ddd;
}
.left-blog {
    overflow: hidden;
    padding-bottom: 20px;
}
.popular-tag.left-blog {
    padding-bottom: 0px;
}
.blog-category li,
.left-blog li {
    display: block;
    position: relative;
}
.left-blog ul li a {
    color: #7e8ca0;
    display: inline-block;
    font-size: 15px;
    padding: 7px 0px 7px 25px;
    text-transform: capitalize;
}
.blog-category ul {
    margin-top: 12px;
}
.left-blog ul li span {
    display: inline-block;
    border: 1px solid #fff100;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 4px;
    font-size: 13px;
    color: #444;
    line-height: 24px;
    float: right;
}
.pst-content .date-type{
	font-size: 14px;
}
.blog-category ul li:after {
    position: absolute;
    content: "\e649";
    left: 0;
    top: 8px;
    font-family: themify;
    color: #7e8ca0;
    font-size: 13px;
}
.popular-tag.left-blog ul li a:before {
    display: none;
}
.recent-single-post {
    display: block;
    overflow: hidden;
    padding: 15px 0px;
}
.recent-single-post:last-child {
    border-bottom: none;
}
.post-img {
    display: inline-block;
    float: left;
    padding-right:10px;
}
.left-blog .post-img a {
    display: block;
    border:1px solid #fafafa; 
}
.left-blog .post-img a img {
    border-radius: 4px;
}
.pst-content {
    padding-left: 100px;
}
.pst-content p{
	margin-bottom: 0px;
}
.pst-content p a:hover,.left-blog ul li a:hover {
    color: #fff100;
}
.blog-page-area .blog-content {
    background: #f9f9f9;
}
.pst-content p a {
    color: #7e8ca0;
    font-size: 15px;
}
.blog-tags {
    padding: 1px 0;
}
.recent-single-post img {
	width: 100%;
    max-width: 80px;
	height: 80px;
    object-fit: cover;
    border-radius: 2px;
}
.left-blog li:last-child {
    border-bottom: 0 ;
}
.popular-tag.left-side-tags.left-blog ul {
    padding:0px;
}
.left-tags .left-side-tags ul li {
    border-bottom: 0;
    display: inline-block;
    margin: 5px 3px;
}
.left-tags .left-side-tags ul li a {
    padding: 5px 10px;
    width: auto;
    background: #f4f5f4;
    color: #7e8ca0;
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px;
}
.left-tags .left-side-tags ul li a:hover {
	color:#fff;
	background:#1FC157;
}
.left-side-tags h4 {
    margin-bottom: 15px;
}
.blog-side-area .blog-right-column{
	margin-top: -30px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 10px 0 0px;
    border-radius: 4px;
}
.pagination>li>a, 
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #7e8ca0;
    background-color: #f4f5f5;
    border: none;
    margin-left: -1px;
    border-radius: 2px;
}
.pagination>li {
    display: inline-block;
    margin: 0px 3px 0px 0px;
}
.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus{
    z-index: 3;
    color: #fff;
    background-color: #fff100;
    cursor: default;
    border-radius: 2px;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #fff100;
    border-color: #fff100;
    border-radius: 2px;
}
.adver-img {
    margin-top: 20px;
}
/*----------------------------------------*/
/*  23. Blog Details
/*----------------------------------------*/
.blog-details .blog-content p {
    margin-bottom: 15px;
}
.comments-heading h3, h3.comment-reply-title {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 18px;
    margin: 0 0 40px;
    padding: 0 0 5px;
    text-transform: capitalize;
}
.comments-list ul li{
    margin-bottom: 25px;
}
.comments-list-img{
    float: left;
    margin-right: 15px;
	border-radius: 50%;
	
}
.comments-list-img img {
    border-radius: 3px;
    border: 1px solid #ddd;
}
.comments-content-wrap {
    color: #7e8ca0;
    font-size: 14px;
    margin: 0 0 15px 90px;
    padding: 10px;
    position: relative;
}
blockquote {
    padding: 40px 40px 40px 80px;
    margin: 20px 0 20px;
    font-size: 15px;
    border-left: none;
    font-style: italic;
    position: relative;
    background: #f5f5f5;
}
blockquote::before {
    position: absolute;
    top: 20px;
    left: 30px;
    content: "\f10d ";
    font-family: fontawesome;
    font-size: 34px;
    color: #7e8ca0;
}
blockquote p {
    font-size: 16px !important;
    line-height: 28px;
    margin-bottom: 0px;
}
.post-share{
    display: block;
    overflow: hidden;
}
.post-share h5 {
    float: left;
    margin-bottom: 0px;
    margin-top: 10px;
}
.post-social {
    float: right;
    margin-left: 20px;
}
.post-share ul li {
    display: inline-block;
    margin-top: 10px;
}
.post-share ul li a {
    color: #444;
    display: block;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    margin-right: 5px;
    width: 36px;
    height: 36px;
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
    border-radius: 2px;
    transition: 0.4s;
}
.post-share ul li a:hover{
    color: #fff;
    border: 1px solid #fff100;
    background: #fff100;
    transition: 0.4s;
}
.author-avatar {
    display: inline-block;
    float: left;
    width: 10%;
}
.comments-content-wrap span b{margin-right:5px}
.comments-content-wrap span a:hover{}
span.post-time{margin-right:5px}
.comments-content-wrap p {
    color: #7e8ca0;
    margin-top: 10px;
}
.threaded-comments{
	margin-left:50px
}
.comment-respond {
    margin-top: 20px;
}
span.email-notes{
	color: #7e8ca0;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}
.comment-respond p {
    color: #7e8ca0;
    margin-bottom: 5px;
}
.comment-respond input[type=text],
.comment-respond input[type=email]{
    border: 1px solid #ccc;
    border-radius: 0;
    height: 46px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    width: 100%;
	background: transparent;
}
.comment-respond textarea#message-box{
    border: 1px solid #ccc;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
	height: 200px;
    width: 100%;
	background: transparent;
}
.comments-content-wrap span a {
    color: #fff100;
}
.comments-content-wrap span a:hover {
    color: #fff100;
}
.comment-respond .add-btn.contact-btn {
    background: #fff100;
    color: #fff;
    display: block;
    font-size: 16px;
    margin-top: 5px;
    padding: 10px 20px;
    transition: 0.4s;
    border-radius: 2px;
    width: auto !important;
    margin-top: 20px;
    border: 1px solid #fff100;
    text-transform: capitalize;
    font-weight: 600;
    transition: 0.5s;
}
.comment-respond .add-btn.contact-btn:hover{
    background: #1FC157;
	color: #fff;
    border:1px solid #1FC157;
    transition: 0.5s;
}
.blog-page-details .left-blog-page {
    margin-top:0px;
    margin-bottom:30px;
}
.single-post-comments,
.related-post{
    margin-top: 30px;
}
.left-head-blog .pst-content p {
    line-height: 22px;
}
.blog-details .blog-content h4 {
    font-size: 22px;
    line-height: 34px;
    margin-top: 10px;
}
.blog-details .blog-content h5 {
    font-size: 20px;
}
.blog-details .blog-content {
    border: 1px solid #f5f5f5;
    padding: 30px 30px;
}
.blog-details .blog-images img {
    width: 100%;
    height: 100%;
    max-height: 450px;
    object-fit: cover;
}
.blog-details .img-blog {
    margin: 30px 0px;
    width: 100%;
    height: 100%;
    max-height: 350px;
    overflow: hidden;
}
.related-post-list .recent-single-post {
    width: 50%;
    float: left;
    padding: 0px 20px 0px 0px;
}
.related-post-list .recent-single-post:last-child{
    padding: 0px 0px 0px 20px;
}
/*----------------------------------------*/
/*  24.	Contact Us  CSS
/*----------------------------------------*/
.contact-icons {
    background-color: #fff100;
    padding: 50px 20px;
}
.office-city {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 30px 30px 10px;
    margin-right: 30px;
}
.office-city h4{
	margin-bottom: 30px;
	font-weight: 600;
    color:#444;
}
.single-icon {
    margin-bottom: 30px;
}
.contact-page {
    margin-top: 50px;
}
.contact-icon {
    display: block;
    overflow: hidden;
}
.single-icon i {
    color: #fff;
    float: left;
    font-size: 24px;
    height: 50px;
    line-height: 48px;
    margin-bottom: 20px;
    margin-right: 20px;
    text-align: center;
    width: 50px;
    border: 1px solid #fff100;
    background: #fff100;
	border-radius: 2px;
}
.single-icon p {
    color: #444;
    font-size: 15px;
    line-height: 24px;
}
.contact-page-area {
    background: #f1f1f1 none repeat scroll 0 0;
    padding: 50px 0 70px;
}
.contact-form input[type="text"], .contact-form input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
	background: transparent;
}
.contact-form textarea#message {
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 171px;
    padding: 20px;
    width: 100%;
	background: transparent;
}
.contact-btn {
    background: #fff100;
    border: 1px solid #fff100;
    color: #fff;
    display: block;
    font-size: 16px;
    margin-top: 5px;
    padding: 10px 20px;
    transition: 0.4s;
    border-radius: 2px;
}
.contact-btn:hover {
    background: #1FC157;
    border: 1px solid #1FC157 ;
    color: #fff;
    transition: 0.4s;
}
/*----------------------------------------*/
/*  25.	Animation  CSS
/*----------------------------------------*/
.last-item{
    margin-bottom: 0px;
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}


/*----------------------------------------*/
/*  d0_23. Blog Area
/*----------------------------------------*/
.blog-latest-items .post:nth-child(4n-3) .entry-date,
.blog-latest-items [class*='col-']:nth-child(4n-3) .post .entry-date {
  background-color: #e21c3f;
}
.blog-latest-items .post:nth-child(4n-3) .more-link,
.blog-latest-items [class*='col-']:nth-child(4n-3) .post .more-link {
  border-color: #e21c3f;
  color: #e21c3f;
}
.blog-latest-items .post:nth-child(4n-3) .more-link:hover, .blog-latest-items .post:nth-child(4n-3) .more-link:focus,
.blog-latest-items [class*='col-']:nth-child(4n-3) .post .more-link:hover,
.blog-latest-items [class*='col-']:nth-child(4n-3) .post .more-link:focus {
  background-color: #e21c3f;
}
.blog-latest-items .post:nth-child(4n-3) .entry-title a:hover,
.blog-latest-items .post:nth-child(4n-3) .entry-title a:focus,
.blog-latest-items [class*='col-']:nth-child(4n-3) .post .entry-title a:hover,
.blog-latest-items [class*='col-']:nth-child(4n-3) .post .entry-title a:focus {
  color: #e21c3f;
}
.blog-latest-items .post:nth-child(4n-2) .entry-date,
.blog-latest-items [class*='col-']:nth-child(4n-2) > .post .entry-date {
  background-color: #19aa5f;
}
.blog-latest-items .post:nth-child(4n-2) .more-link,
.blog-latest-items [class*='col-']:nth-child(4n-2) > .post .more-link {
  border-color: #19aa5f;
  color: #19aa5f;
}
.blog-latest-items .post:nth-child(4n-2) .more-link:hover, .blog-latest-items .post:nth-child(4n-2) .more-link:focus,
.blog-latest-items [class*='col-']:nth-child(4n-2) > .post .more-link:hover,
.blog-latest-items [class*='col-']:nth-child(4n-2) > .post .more-link:focus {
  background-color: #19aa5f;
}
.blog-latest-items .post:nth-child(4n-2) .entry-title a:hover,
.blog-latest-items .post:nth-child(4n-2) .entry-title a:focus,
.blog-latest-items [class*='col-']:nth-child(4n-2) > .post .entry-title a:hover,
.blog-latest-items [class*='col-']:nth-child(4n-2) > .post .entry-title a:focus {
  color: #19aa5f;
}
.blog-latest-items .post:nth-child(4n-1) .entry-date,
.blog-latest-items [class*='col-']:nth-child(4n-1) > .post .entry-date {
  background-color: #f867bf;
}
.blog-latest-items .post:nth-child(4n-1) .more-link,
.blog-latest-items [class*='col-']:nth-child(4n-1) > .post .more-link {
  border-color: #f867bf;
  color: #f867bf;
}
.blog-latest-items .post:nth-child(4n-1) .more-link:hover, .blog-latest-items .post:nth-child(4n-1) .more-link:focus,
.blog-latest-items [class*='col-']:nth-child(4n-1) > .post .more-link:hover,
.blog-latest-items [class*='col-']:nth-child(4n-1) > .post .more-link:focus {
  background-color: #f867bf;
}
.blog-latest-items .post:nth-child(4n-1) .entry-title a:hover,
.blog-latest-items .post:nth-child(4n-1) .entry-title a:focus,
.blog-latest-items [class*='col-']:nth-child(4n-1) > .post .entry-title a:hover,
.blog-latest-items [class*='col-']:nth-child(4n-1) > .post .entry-title a:focus {
  color: #f867bf;
}
.blog-latest-items .post:nth-child(4n) .entry-date,
.blog-latest-items [class*='col-']:nth-child(4n) > .post .entry-date {
  background-color: #4c65f9;
}
.blog-latest-items .post:nth-child(4n) .more-link,
.blog-latest-items [class*='col-']:nth-child(4n) > .post .more-link {
  border-color: #4c65f9;
  color: #4c65f9;
}
.blog-latest-items .post:nth-child(4n) .more-link:hover, .blog-latest-items .post:nth-child(4n) .more-link:focus,
.blog-latest-items [class*='col-']:nth-child(4n) > .post .more-link:hover,
.blog-latest-items [class*='col-']:nth-child(4n) > .post .more-link:focus {
  background-color: #4c65f9;
}
.blog-latest-items .post:nth-child(4n) .entry-title a:hover,
.blog-latest-items .post:nth-child(4n) .entry-title a:focus,
.blog-latest-items [class*='col-']:nth-child(4n) > .post .entry-title a:hover,
.blog-latest-items [class*='col-']:nth-child(4n) > .post .entry-title a:focus {
  color: #4c65f9;
}

.post {
  margin-bottom: 85px;
  background-color: white;
  box-shadow: 0px 9px 30px rgba(164, 164, 164, 0.1);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.post:hover {
  box-shadow: 0 9px 35px rgba(164, 164, 164, 0.15);
}
.post .post-thumb {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.post .post-thumb img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), 0 100%);
}
@media only screen and (max-width: 767px) {
  .post .post-thumb img {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0 100%);
  }
}
.post .post-thumb > a {
  display: block;
}
.post .post-thumb .entry-date {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .post .post-thumb .entry-date {
    bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .post .post-thumb .entry-date {
    right: 20px;
    bottom: 0px;
  }
}
.post:hover .post-thumb > a > img {
  opacity: 0.9;
}
.post .entry-date {
  background-color: #19aa5f;
  color: white;
  text-align: center;
  font-size: 20px;
  border-radius: 10px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  line-height: 1.25em;
  padding: 8px 17px;
}
.post .entry-date > span {
  display: block;
  font-size: 30px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.post .entry-title {
  font-size: 30px;
  margin-bottom: 15px;
  color: #181d31;
  line-height: 1.35em;
}
.post .entry-title a:hover,
.post .entry-title a:focus {
  color: #19aa5f;
}
@media only screen and (max-width: 767px) {
  .post .entry-title {
    font-size: 24px;
    line-height: 1.25em;
  }
}
.post .post-details {
  padding: 20px 30px 0px;
}
@media only screen and (max-width: 767px) {
  .post .post-details {
    padding: 20px 20px 0px;
  }
}
.post .post-details .more-link {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #19aa5f;
  text-align: center;
  line-height: 55px;
  background-color: white;
  display: block;
  font-size: 22px;
  color: #19aa5f;
  margin: 20px auto -30px;
}
.post .post-details .more-link:hover, .post .post-details .more-link:focus {
  background-color: #19aa5f;
  color: white !important;
}
.post.post-gird {
  margin-bottom: 60px;
}
.post.post-gird .post-thumb img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0 100%);
}
.post.post-gird .post-thumb .entry-date {
  bottom: 5px;
}
.post.post-gird .post-details {
  padding: 20px 25px 0px;
}
@media only screen and (max-width: 1199px) {
  .post.post-gird .post-details {
    padding: 20px 20px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .post.post-gird .post-details {
    padding: 20px 15px 0px;
  }
}
.post.post-gird .entry-title {
  font-size: 22px;
  line-height: 1.25em;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post.post-gird .entry-title {
    font-size: 20px;
  }
}

.entry-meta-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.25em;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.entry-meta-content > div {
  margin-right: 25px;
  margin-bottom: 5px !important;
  position: relative;
}
.entry-meta-content > div:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 1px;
  background-color: #C0C0C0;
  right: -12px;
  top: 5px;
}
.entry-meta-content > div:last-child {
  margin-right: 0px;
}
.entry-meta-content > div:last-child:before {
  height: 0;
}
.entry-meta-content > div i {
  margin-right: 5px;
}
.entry-meta-content > div a:hover, .entry-meta-content > div a:focus {
  color: #19aa5f;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-page-block .blog-latest-items > .row > .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/*----------------------------------------*/
/*  d0_23.1 Blog Details
/*----------------------------------------*/

.post.single-post {
    margin-bottom: 0px;
    text-align: left;
    position: relative;
    padding-bottom: 10px;
    box-shadow: 0 0 0 transparent;
    background-color: transparent;
  }
  .post.single-post h3, .post.single-post h4, .post.single-post h5, .post.single-post h6 {
    margin-bottom: 15px;
  }
  .post.single-post .entry-title {
    line-height: 1.25em;
    margin-bottom: 5px;
  }
  .post.single-post .entry-meta-content {
    margin-bottom: 15px;
  }
  .post.single-post .post-thumb {
    margin-bottom: 0;
  }
  .post.single-post .post-details {
    padding: 20px 0px 25px;
  }
  .post.single-post ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
  }
  .post.single-post ul:last-child {
    margin-bottom: 0;
  }
  .post.single-post ul > li {
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
  }
  .post.single-post ul > li:last-child {
    margin-bottom: 0px;
  }
  .post.single-post ul > li:before {
    position: absolute;
    left: 0;
    top: 0px;
    content: "\f109";
    font-family: "Flaticon";
    color: #4c65f9;
  }
  .post.single-post ul > li:nth-child(4n-3):before {
    color: #f867bf;
  }
  .post.single-post ul > li:nth-child(4n-2):before {
    color: #19aa5f;
  }
  .post.single-post ul > li:nth-child(4n-1):before {
    color: #ffb836;
  }
  .post.single-post table {
    margin-bottom: 30px;
  }
  .post.single-post .image-group {
    padding-top: 20px;
  }
  .post.single-post iframe {
    border: 0px solid;
  }
  .post.single-post figure {
    margin-bottom: 25px;
  }
  .post.single-post .responsive-video {
    margin-bottom: 50px;
    margin-top: 40px;
  }
  .post.single-post .responsive-video .fluid-width-video-wrapper {
    position: absolute;
    top: 0;
  }
  .post.single-post blockquote {
    position: relative;
    text-align: center;
    background-color: #F4F4F4;
    color: #1d2331;
    padding: 50px 35px;
    margin: 30px 0 40px;
  }
  @media only screen and (max-width: 767px) {
    .post.single-post blockquote {
      padding: 50px 20px;
    }
  }
  @media only screen and (max-width: 480px) {
    .post.single-post blockquote {
      padding: 35px 15px;
    }
  }
  .post.single-post blockquote:before {
    content: "\f10e";
    position: absolute;
    top: 50%;
    left: 50%;
    color: #D9D9D9;
    opacity: 0.3;
    font-family: "Flaticon";
    font-size: 120px;
    line-height: 1em;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .post.single-post blockquote p {
    margin-bottom: 10px;
    position: relative;
    font-size: 20px;
    font-style: italic;
    line-height: 1.6em;
  }
  @media only screen and (max-width: 767px) {
    .post.single-post blockquote p {
      font-size: 18px;
    }
  }
  .post.single-post blockquote p:last-child {
    margin-bottom: 0;
  }
  .post.single-post blockquote cite, .post.single-post blockquote a, .post.single-post blockquote span {
    padding: 0 1.2em;
    font-size: 0.8em;
    font-weight: 500;
    font-style: normal;
    position: relative;
  }
  .post.single-post blockquote cite {
    display: block;
  }
  .post.single-post blockquote cite:before {
    content: "--";
    padding-right: 5px;
  }


  .post.single-post .post-pagi-area {
    margin-top: 35px;
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px solid #e7e7e7;
    /* border-top: 1px solid #e7e7e7; */
  }
  
  .post.single-post .post-pagi-area a {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    background: #f1f1f1;
    padding: 10px 25px;
  }
  
  .post.single-post .post-pagi-area a:hover {
    color: #00cdcd;
  }
  
  .post.single-post .post-pagi-area a:last-child {
    float: right;
  }
  
  .post.single-post .post-pagi-area a:first-child i {
    margin-right: 3px;
  }
  
  .post.single-post .post-pagi-area a:last-child i {
    margin-left: 3px;
  }


  .post.single-post .entry-footer {
    /* border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1; */
    padding: 20px 0;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  @media only screen and (max-width: 767px) {
    .post.single-post .entry-footer {
      display: block;
    }
  }
  
  .entry-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  @media only screen and (max-width: 767px) {
    .entry-tag {
      margin-bottom: 10px;
    }
  }
  .entry-tag strong {
    color: #1d2331;
    padding: 0 10px 0 0;
  }
  .entry-tag .tags > a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 0 5px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .entry-tag .tags > a:hover, .entry-tag .tags > a:focus {
    color: #19aa5f;
  }
  
  .entry-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .entry-share strong {
    color: #1d2331;
    padding: 3px 10px 0 0;
  }
  .entry-share .share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .entry-share .share a {
    font-size: 14px;
    display: block;
    color: white;
    background-color: #19aa5f;
    border-radius: 50%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    margin: 0 4px;
  }
  .entry-share .share a:hover {
    background-color: #19aa5f !important;
    color: white !important;
  }
  .entry-share .share a:nth-child(4n-3) {
    background-color: #CD4EF2;
  }
  .entry-share .share a:nth-child(4n-2) {
    background-color: #FFCA24;
  }
  .entry-share .share a:nth-child(4n-1) {
    background-color: #FF4124;
  }
  .entry-share .share a:nth-child(4n) {
    background-color: #FF7417;
  }
  
  .social-network {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 2;
    left: 0;
    bottom: 0;
  }
  
  .social-share {
    list-style: none;
    margin-bottom: 0;
    border-radius: 50px;
    padding: 10px 50px;
    background-color: white;
    box-shadow: 1px 1px 18px 15px rgba(40, 57, 145, 0.05);
  }
  @media only screen and (max-width: 575px) {
    .social-share {
      padding: 10px 30px;
    }
  }
  .social-share > li {
    display: inline-block;
    margin: 0 -2px !important;
  }
  .social-share > li a {
    font-size: 16px;
    display: block;
    padding: 5px 15px;
  }
  .social-share > li a:hover, .social-share > li a:focus {
    color: #19aa5f;
  }
  
  /* [ ## Post Author ] */
  .author-info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 40px 0;
    border-bottom: 1px solid #e1e1e1;
  }
  @media only screen and (max-width: 480px) {
    .author-info {
      display: block;
    }
  }
  .author-info #author-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    width: 160px;
  }
  @media only screen and (max-width: 480px) {
    .author-info #author-img {
      margin-bottom: 20px;
    }
  }
  .author-info .at-img > img {
    border-radius: 50%;
    height: 160px;
    width: 160px;
  }
  .author-info #author-details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 160px);
    flex: 0 0 calc(100% - 160px);
    padding-left: 30px;
  }
  @media only screen and (max-width: 480px) {
    .author-info #author-details {
      padding-left: 0;
    }
  }
  .author-info #author-details .authors-bio {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .author-info #author-details .author-name {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #1d2331;
    line-height: 1.2em;
  }
  @media only screen and (max-width: 767px) {
    .author-info #author-details .author-name {
      font-size: 22px;
    }
  }
  .author-info #author-details .author-designation {
    font-style: italic;
  }


/*----------------------------------------*/
/*  d0_23.2 Blog Sidebar
/*----------------------------------------*/

.felona-blog-page-area .blog-item {
	margin-top: 0;
	margin-bottom: 30px;
}

.single-blog-sidebar {
	margin-bottom: 30px;
	padding: 20px;
	background: #fff;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .11);
}

.single-blog-sidebar:last-child {
	margin-bottom: 0;
}

.single-blog-sidebar>h3 {
	color: #111;
	font-size: 20px;
	text-transform: capitalize;
	line-height: 25px;
	font-weight: 600;
	margin-bottom: 25px;
	position: relative;
	display: block;
}

.single-blog-sidebar>h3:before {
	position: absolute;
	content: "";
	bottom: -15px;
	left: 18%;
	height: 4px;
	width: 15px;
	background: #ddd none repeat scroll 0 0;
}

.single-blog-sidebar>h3:after {
	position: absolute;
	height: 4px;
	width: 15%;
	background: #3299de none repeat scroll 0 0;
	content: "";
	left: 0;
	bottom: -15px;
}

.single-blog-sidebar form p {
	position: relative;
	height: 45px;
	margin: 0;
	border-radius: 5px;
}

.single-blog-sidebar form input {
	position: absolute;
	height: 100%;
	left: 0;
	padding: 5px 60px 5px 10px;
	border: 0px solid #ddd;
	border-radius: 5px;
	font-size: 14px;
	background: #f8f9fa none repeat scroll 0 0;
	width: 100%;
}

.single-blog-sidebar form button {
	position: absolute;
	width: 18%;
	right: 0;
	height: 100%;
	border-radius: 0 5px 5px 0px;
	cursor: pointer;
	border: medium none;
	background: #3299de none repeat scroll 0 0;
	color: #fff;
}

.single-blog-sidebar li {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

.single-blog-sidebar li:last-child {
	border-bottom: 0px solid #ddd;
}

.blog-catagory li {
	position: relative;
}

.blog-catagory a {
	color: #111;
	text-transform: capitalize;
	display: inline-block;
}

.blog-catagory a:hover,
.recent-text h4 a:hover {
	color: #3299de
}

.blog-catagory a span {
	margin-left: 10px;
}

.blog-catagory li:before {
	content: "\f0c8";
	display: inline-block;
	padding-right: 15px;
	color: #333333;
	font-family: "FontAwesome";
	font-size: 6px;
	line-height: 14px;
}

.Tags-catagory li {
	display: inline-block;
	border: medium none !important;
	padding: 0 !important;
	margin: 2px 0;
}

.Tags-catagory a {
	color: #111;
	text-transform: capitalize;
	display: inline-block;
	padding: 5px 15px;
	background: #f8f9fc none repeat scroll 0 0;
	border-radius: 5px;
}

.Tags-catagory a:hover {
	background: #3299de none repeat scroll 0 0;
	color: #fff
}

.recent-img {
	margin-right: 10px;
	width: 80px;
	float: left;
}

.recent-text {
	vertical-align: middle;
	overflow: hidden;
}

.recent-blog li {
	overflow: hidden;
}

.recent-text h4 {
	color: #111;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 4px;
	line-height: 22px;
	max-height: 44px;
	overflow: hidden;
	text-align: left;
 
    /* ä¸»è¦ä»£ç  */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
 
    /* å‡ è¡ŒåŽæ˜¾ç¤ºçœç•¥å· */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
 
}

.recent-text h4 a {
	color: #111
}

.blog-page-left .blog-desc h3 {
	font-size: 23px;
	margin-bottom: 15px;
}

.blog-page-left .about-action a {
	color: #3299de;
	border-left: 1px solid #3299de;
}

.blog-page-left .about-action a:hover {
	color: #111;
	border-left: 1px solid #111;
}

/*--------------------------------*/
/* .End CSS
/*--------------------------------*/

 

/* index */
.index {
    position: relative;
    z-index: 10;
    margin-top: 590px;
    background-color: #ffffff;
}

/*通用样式*/
.iprt02_slide .iprt02_slide_li .dsb_,.iprt02_slide .iprt02_slide_li ._params,.iprt02_slide .iprt02_slide_li .uni_more_btn,.iprt02_slide .iprt02_slide_li ._rt_box,
.transition_800 { transition:all 0.3s ease; -webkit-transition:all 0.3s ease; -webkit-transition-duration:800ms; transition-duration:800ms; }
/*工具*/
.fix { *zoom: 1; *clear: both;}
.fix:before, .fix:after { display: table; clear: both; content: '';}
.oh { overflow: hidden; *zoom: 1;}
.l { float: left;}.r { float: right;}
.dib { display: inline-block; *display: inline; *zoom: 1;}
.pr { position: relative;}.pa { position: absolute;}
.tc { text-align: center;}.tr { text-align: right;}
.el { overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.hide { display: none;}
.hidetext { font: 0/0 a; letter-spacing: -9px;}
.arr { display: inline-block; overflow: hidden; width: 0; height: 0;}
.opc0 { opacity: 0 ; filter: alpha(opacity=0);}
/* 等比填充 */
*[class*="rect-"]{position: relative;display: block; width: 100%;height: 0;overflow: hidden;}
*[class*="rect-"] ._full{position: absolute;left: 0;top:0;width: 100%;height: 100%;
*height: auto;}
.rect-50{padding-bottom: 50%;}
.rect-5625{padding-bottom: 56.25%;}
.rect-60{padding-bottom: 60%;}
.rect-618{padding-bottom: 61.8%;}
.rect-70{padding-bottom: 70%;}
.rect-75{padding-bottom: 75%;}
.rect-80{padding-bottom: 80%;}
.rect-90{padding-bottom: 90%;}
.rect-100{padding-bottom: 100%;}
/*图片*/
.rect-60 { padding-bottom:60%; }
.rect-66 { padding-bottom:66%; }
.rect-72 { padding-bottom:72%; }
.rect-81 { padding-bottom:81%; text-align:center}
.rect-112 { padding-bottom:112%; }
.rect-32{padding-bottom: 32%;}
.rect-72{padding-bottom: 72%;}
.rect-11980 {padding-bottom:121%;}
/*通用按钮*/
.uni_more_btn  {display:inline-block; *display:inline; *zoom:1; width:245px; text-align:left; background-color:#fff100; }
.uni_more_btn,.uni_more_btn:hover{ color:#000000;}
.uni_more_btn ._btn_con { display:inline-block; *display:inline; *zoom:1; position:relative; padding-left:75px; height:44px; line-height:44px; }
.uni_more_btn ._btn_con:after { content:''; display:block; position:absolute; top:50%; right:0; margin-right:-35px; margin-top:-6px; width:20px; height:12px; background-image:url(../img1/uni_more_btn_arr.png); background-position:0 0; background-repeat:no-repeat; }
/*通用按钮*/
.uni_more_btn { color:#000000; background-color:#fdf002; border:#fdf002 1px solid; }
.uni_more_btn ._btn_con:after { background-image:url(../img1/uni_more_btn_arr.png); }
.uni_more_btn:hover { color:#ffffff; background-color:#00489d; border:#00489d 1px solid; }
.uni_more_btn:hover ._btn_con:after { background-image:url(../img1/uni_more_btn_arr3.png); }
.uni_more_btn.btn_wd_white { color:#ffffff; background-color:transparent; border:#ffffff 1px solid; }
.uni_more_btn.btn_wd_white ._btn_con:after {background-image:url(../img1/uni_more_btn_arr3.png);}
.uni_more_btn.btn_wd_white:hover { color:#000000; background-color:#fdf002; border:#fdf002 1px solid; }
.uni_more_btn.btn_wd_white:hover ._btn_con:after { background-image:url(../img1/uni_more_btn_arr.png); }
.uni_more_btn.btn_wd_black { color:#000000; background-color:transparent; border:#000000 1px solid; }
.uni_more_btn.btn_wd_black ._btn_con:after { background-image:url(../img1/uni_more_btn_arr.png); }
.uni_more_btn.btn_wd_black:hover { color:#000000; background-color:#fdf002; border:#fdf002 1px solid; }
.uni_more_btn.btn_wd_black:hover ._btn_con:after { background-image:url(../img1/uni_more_btn_arr.png); }
/*图片放大*/
.imgZoom img,.imgY180 img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}
.imgZoom:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
.imgY180:hover img { cursor:pointer; -moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg) }
/*综合页-区块标题*/
.biaoti{padding:0 0 50px;}
.biaoti .title{font-size: 36px;color:#000000;text-align: center; margin-bottom: 15px;}
.biaoti p{font-size: 12px;color:#000;}
/*首页*/
.index { position:relative; z-index:10; margin-top:590px; background-color:#ffffff; }
.ibanner,.ibanner.slide { position:fixed; }
.ibanner { top:0; width:100%; height:590px; overflow:hidden; }
.ibanner .iban_li { display: block; }
.ibanner img { position:absolute; top:0; left:50%; margin-left:-960px; width:1920px; max-width:none; }
.ibanner .owl-nav { display:block; position:absolute; /*right:50%; bottom:40px;*/ width:58px; height:57px; background-image:url(../img1/index04.png); background-repeat:no-repeat; }
.ibanner .owl-nav.arr_prev { margin-right:-440px; }
.ibanner .owl-nav.arr_next { margin-right:-510px; background-position:-58px 0; }
.ibanner .cover { position:absolute; top:0; left:0; bottom:0; width:100%; text-align:center; background-image:url(../img1/index01.png); background-repeat:repeat; }
.ibanner .cover ._tt { margin-top:15%; margin-bottom:0.2%; font-size:42px; font-weight:bold; color:#ffffff; }
.ibanner .cover ._desc { margin:0 auto; max-width:576px; font-size:17px; color:#dadada; }
.ibanner .cover ._tt { text-shadow:#5a5a5a 1px 1px 1px; }
.ibanner .cover ._desc { color:#ffffff; text-shadow:#5a5a5a 1px 1px 1px; }
.ibanner img { width:100%; }
.ibanner .iban_item { position:relative; width:100%; height:100%; }
.ibanner .iban_li.wide_pic img,.ibanner .iban_li.wide_pic video,
.ibanner .iban_li.narrow_pic img,.ibanner .iban_li.narrow_pic video { position:absolute; top:0; left:0; margin-left:0; width:100%; height:100%; object-fit: fill; }
.ibanner .cover ._txt { position:absolute; top:45%; margin-top:0; width:100%; }
.ibanner .cover ._tt { margin-top:0; }

.ibanner .owl-nav{background:url(../img1/news_arr2_01.png) no-repeat;width:47px;height:94px;top:50%;margin-top: -47px;opacity:.6;}
.ibanner .owl-nav:hover{opacity:1;}
.ibanner .owl-nav.arr_prev{margin-right:0;left:1%;background-position:0px -94px;}
.ibanner .owl-nav.arr_prev:hover{background-position:0px 0px;}
.ibanner .owl-nav.arr_next{margin-right:0;right:1%;background-position:-47px 0px;background-position:-47px -94px;}
.ibanner .owl-nav.arr_next:hover{background-position:-47px 0px;}

.ibanner .slide_nav{position:absolute;bottom:50px; left:0;width:100%; text-align: center;}
.ibanner .slide_nav a{display:inline-block;width:12px; height:12px; line-height: 99; overflow:hidden; background-color:#fff;border-radius: 50%; cursor:pointer; margin-right: 10px; vertical-align: middle;}
.ibanner .slide_nav a.on{ border:2px #fff solid; background:url(about:blank);}

/*首页-ipart01*/
.iprt01_btm .lt_box { float:left; margin-right:0.8%; width:33%; }
.iprt01_btm .lt_box .con_container { background:#3299de url(../img1/index05.jpg); background-position:center bottom; background-repeat:no-repeat; background-size: cover; }
.iprt01_btm .lt_box ._con { padding:20% 12% 0 13.4%; }
.iprt01_btm .lt_box ._con ._tt { margin-bottom:24px; font-size:31px; line-height:1; color:#ffffff; }
.iprt01_btm .lt_box ._con ._tt  a { color: #ffffff;}
.iprt01_btm .lt_box ._con ._desc { margin-bottom:15.3%; font-size:16px; line-height:1.9; color:#dde2ed; }
.iprt01_btm .rt_box { float:left; width:66%; }
.iprt01_btm .rt_box ._slide_con { padding-bottom:60.5%; height:0; overflow:hidden; }
.iprt01_btm .rt_float_cell { float:left; margin-right:0%; margin-bottom:1%; width:50%; position: relative; }
.iprt01_btm .rt_float_cell_02, .iprt01_btm .rt_float_cell_03{ background: #3299de; }
.iprt01_btm .rt_float_cell ._con { position: absolute; padding:12.6% 9% 0 9%; color:#ffffff; top: 0;  -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;   }
.iprt01_btm .rt_float_cell ._tt { margin-bottom:20px; font-size:24px; }
.iprt01_btm .rt_float_cell ._desc { font-size:16px; color:#e2e9f2; }
.iprt01_btm .rt_float_cell.hover ._con ._tt,.iprt01_btm .rt_float_cell.hover ._con ._desc { display:none; }
.iprt01_btm .rt_float_cell ._msk { position:absolute; left:0; top:100%; width:100%; bottom:0; background:rgba(255,241,0,.90); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#e6fff100,endcolorstr=#e6fff100); -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;  }
.iprt01_btm .rt_float_cell.hover ._msk { top:0; }
.iprt01_btm .rt_float_cell ._msk_con { padding:11.6% 9% 0 9%; }
.iprt01_btm .rt_float_cell ._msk ._tt { color:#000000; }
.iprt01_btm .rt_float_cell ._msk ._desc { margin-bottom:16px; color:#686201; font-size: 16px; }
.iprt01_btm .rt_float_cell ._msk ._desc a{

        padding: 4px 8px;
        width: auto;
        color: #000;
        border-radius: 3px;
        font-weight: 400;
        font-size: 14px;
        border: 1px solid rgba(0,0,0,.90);
        display: inline-block;
        margin-bottom: 5px;
}
.iprt01_btm .rt_float_cell ._msk ._com_list { color:#000000; }
.iprt01_btm .rt_float_cell ._msk ._com_list > a { display:block; }
.iprt01_btm .arrs { display:block; visibility:hidden; opacity:0; position:absolute; top:50%; margin-top:-25px; width:29px; height:50px; background-image:url(../img1/index_indus_arrs.png); background-repeat:no-repeat; }
.iprt01_btm .rt_box:hover .arrs { visibility:visible; opacity:1; }
.iprt01_btm .arrs.arr_prev { left:0; }
.iprt01_btm .arrs.arr_next { right:1%; background-position:-29px 0; }

/*小三角*/
.sanjiao_border:before,.sanjiao_border .before{/*.before为ie6下用到*/
    content: ''; /*伪类下的属性*/
    display:block;
    position:absolute;
	top:50%;
	margin-top: -10px;
    left:-20px;
    width:0;
    height:0;
    overflow:hidden;
    font-size: 0;     /*是因为, 虽然宽高度为0, 但在IE6下会具有默认的 */
    line-height: 0;  /* 字体大小和行高, 导致盒子呈现被撑开的长矩形 */
    border:10px;
    border-style:dashed dashed solid dashed;
    border-color:transparent  #3299de transparent  transparent;
}
.rt_float_cell_03 { z-index: 2;}
.rt_float_cell_03.sanjiao_border:before, .rt_float_cell_03.sanjiao_border .before{/*.before为ie6下用到*/
    content: ''; /*伪类下的属性*/
    display:block;
    position:absolute;
	top:50%;
	margin-top: -10px;
	left: auto;
    right:-20px;
    width:0;
    height:0;
    overflow:hidden;
    font-size: 0;     /*是因为, 虽然宽高度为0, 但在IE6下会具有默认的 */
    line-height: 0;  /* 字体大小和行高, 导致盒子呈现被撑开的长矩形 */
    border:10px;
    border-style:dashed dashed solid dashed;
    border-color:transparent   transparent  transparent #3299de;
}

/*  */
.iprt01_btm  .rt_float_table { overflow: hidden;}
.iprt01_btm  .rt_float_table:hover .rt_float_cell img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
.iprt01_btm  .rt_float_table:hover .rt_float_cell_02 ._con {  opacity: 0; top: 400px; }
.iprt01_btm  .rt_float_table:hover .rt_float_cell_02 ._msk{ top: 0;} 
.iprt01_btm  .rt_float_table:hover .sanjiao_border:before { border-color: transparent rgba(255,241,0,1.90)  transparent transparent; }

.iprt01_btm  .rt_float_table:hover .rt_float_cell_03 ._con {  opacity: 0;  top: 400px;  }
.iprt01_btm  .rt_float_table:hover .rt_float_cell_03 ._msk{ top: 0;} 
.iprt01_btm  .rt_float_table:hover .rt_float_cell_03.sanjiao_border:before { border-color: transparent   transparent transparent rgba(255,241,0,1.90); }

/* 第二部分 */
/*创新轮播切换2017-11-04*/
.innovate_slide_pic{display:none;}
.innovate_slide{width:100%;position:relative;margin-top: 40px;}
.innovate_slide_box{height:455px;overflow:hidden;}
.innovate_slide .item{position:relative;height:455px;width:100%;overflow:hidden;}
.innovate_slide .owl-item .item_img{width:1920px;height: 455px;position:absolute;left:50%;margin-left: -960px;max-width:none;}
.innovate_slide .item_text{position:absolute;top:30%;left:80px;color:#fff;width:600px; opacity:0;transform:translateX(-100px); -webkit-transform:translateX(-100px);}
.innovate_slide .item_text .list_title{font-size:30px; color:#fff; }
.innovate_slide .item_text .list_p{line-height:1.8;height:60px;overflow:hidden;}
.innovate_slide .innovate_slide_pic .slide_pic{visibility:hidden; position:absolute; right:50%; bottom:0; margin-right:-683px; width:480px; opacity:0;transform:translateX(100px); -webkit-transform:translateX(100px);z-index:2;}
.innovate_slide .innovate_slide_pic .slide_pic.cur{visibility:visible; opacity:1;transform:translateX(0); -webkit-transform:translateX(0);transition:all ease 1s .5s; -webkit-transition:all ease 1s .5s;}
.innovate_slide .owl-item.active .item_text{opacity:1;transform:translateX(0); -webkit-transform:translateX(0);transition:all ease 1s .5s; -webkit-transition:all ease 1s .5s;}

.innovate_slide .owl-nav { position:absolute; bottom:36%;width:600px;left: 80px }
.innovate_slide .owl-nav.disabled button[class^='owl-'],
.innovate_slide .owl-nav button[class^='owl-'].disabled {   }
.innovate_slide .owl-nav button[class^='owl-'] { 
	position:absolute;
	width:43px; height:43px; background:url(../img1/pro_compre_prt4_slide_arrs_a.png) 0 0 no-repeat; 
	font-size:0;
	cursor:pointer;
	transition:all ease .5s; -webkit-transition:all ease .5s;
}
.innovate_slide .owl-nav button[class^='owl-']:hover { background-image:url(../img1/pro_compre_prt4_slide_arrs_b.png); }
.innovate_slide .owl-nav button[class^='owl-'].owl-prev { left:0; }
.innovate_slide .owl-nav button[class^='owl-'].owl-next { left:48px; background-position:-43px 0; }

/* 第三部分 */
.index .iprt03 { }
.index .iprt03 .rect-140{padding-bottom:140%;}
.index .iprt03 .l{width:28%;}
.index .iprt03 .r{width:72%;}
.index .iprt03 .cn1{font-size:30px; color:#000; margin-bottom:30px; font-weight:bold;}
.index .iprt03 .cn2{font-size:15px; color:#555;  line-height:1.8; text-indent:0; padding-right: 45px;  margin-bottom:30px;}

a .more01 {
    display: block;
    width: 154px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #208acc;
    color: #208acc;
    border-radius: 0;
    padding-left: 24px;
    position: relative;
    transition: all .5s;
}

a .more01:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    line-height: 1px;
    background-color: #208acc;
    position: absolute;
    right: 24px;
    top: 50%;
    transition: all .5s;
}

a:hover .more01 {
    background-color: #208acc;
    color: #fff;
}

a .more01.black {
    border: 1px solid rgba(0,0,0,0.8);
    color: #000;
}

a .more01.black:after {
    background-color: #000;
}

a:hover .more01.black {
    border-color: #208acc;
    color: #fff;
}

a:hover .more01:after {
    background-color: #fff;
}


.index .iprt03 .fix{position:relative;}
.index .iprt03 .r a .pic{position:relative;}
.index .iprt03 .r a .pic:before{content:""; position:absolute; left:0; right:0; top:-5px; bottom:0; background:url(../img1/iiprt03_cover.png) repeat left bottom; background-size:contain; z-index:1;}
.index .iprt03 .r a .pic:after{content:"+"; font-size:40px; color:#fff; position:absolute; right:25px; bottom:30px; z-index:2; line-height:1; opacity:.5; -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; width:48px; height:48px; line-height:40px; text-align:center;}
.index .iprt03 .r .e{font-size:50px; font-family:Impact; position:absolute; bottom:80px; left:30px; line-height:1; color:#fff; z-index:2; text-transform:uppercase;}
.index .iprt03 .r .c{font-size:28px; position:absolute; bottom:40px; left:30px; line-height:1; color:#fff; z-index:2;}
.index .iprt03 .r a .pic:hover:after{-moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); -webkit-transform:rotate(180deg); transform:rotate(180deg)}


/* 第四部分 */
.index .iprt04{background:#f6f6f9 url(../img/about_bg.png); background-size: cover;}
.index .iprt04 .iprt04_02{ background:#3299de;  }
.index .iprt04 .l {width:50%; background:#3299de; }
.index .iprt04 .l .info {float:left; width:88%;}
.index .iprt04 .l .info .box{padding-top:50px; padding-left:60px;}
.index .iprt04 .l .info .tit{font-size:30px; font-weight:bold; color:#fff !important; position:relative; margin-bottom:45px;}
.index .iprt04 .l .info .year{font-size:43px; color:#0e68b0;}
.index .iprt04 .l .info .desc{text-indent:0em; color: #fff;  line-height: 22px; margin-bottom: 45px;}
.index .iprt04 .l .info .desc p{ color: #fff;}
.index .iprt04 .l a:hover{color:#555;}
.index .iprt04 .r{width:50%; color:#fff;}
.index .iprt04 .r .pic{float:right; width:100%; overflow:hidden;}
.index .iprt04 .r .pic img{min-width:100%; max-width:100%;}

.index .iprt04 .content .number{ padding:0 0 35px;}
.index .iprt04 .content .number li{width:33.3%; float:left;}
.index .iprt04 .content .number li.li1 .num{ }
.index .iprt04 .content .number li.li2 .num{ }
.index .iprt04 .content .number li.li3 .num{ }
.index .iprt04 .content .number li .num{font-size:14px; text-align:center; }
.index .iprt04 .content .number li .num01,.index .iprt04 .content .number li .num03{color:#0073b8}
.index .iprt04 .content .number li .num02,.index .iprt04 .content .number li .num04{color:#02c3fa}
.index .iprt04 .content .number li .num span{font-size:88px; line-height:1.2; font-family:Helvetica; font-weight:bold; margin-bottom:25px;}
.index .iprt04 .content .number li .txt{font-size:16px; color:#303031; text-align:center; font-weight:bold;}
.index .iprt04 .content .number li .txt_en{font-size:24px; color:#d4d8dc; text-align:center; text-transform:uppercase; font-family:Helvetica; font-weight:bold; display: none;}


/*内页banner*/
.felona-breadcromb-area{ height: 370px; position: relative; overflow: hidden;  background: url(../img1/page_banner.jpg) center center no-repeat;background-size: cover;}
.felona-breadcromb-area>.container{height: 370px; position: relative; z-index: 10;} 
.breadcromb-box {     position: absolute; padding: 0 15px;
    left: 0;
    width: 100%;
    bottom: 75px;
    color: #fff; top: 120px; }

    .breadcromb-box h3 {
        color: #fff;
        font-size: 36px;
        line-height: 1;
        margin-bottom: 10px;
        text-align: center;
    }
    .breadcromb-box ul{  text-align: center;  }
    .breadcromb-box ul li{ display: inline-block; color: #ffffff; text-align: center;}

    .breadcromb-box ul li a{ display: inline-block; color: #ffffff;}
    .felona-breadcromb-area:before {
        content: url(../img/element2.png) ;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        z-index: 1;
        /* background-color: rgba(2, 13, 34, 0.85); */
    }

/*sec nav*/
.sec_nav{border-bottom: 1px solid #ececec;}
.sec_nav li a{float: left;min-width: 110px;height: 60px;line-height: 60px;font-size: 16px;color: #595959;text-align: center;position: relative; padding: 0 15px;}
.sec_nav li.cur a.cur{background-color: #3299de;color: #fff;}
.sec_nav li.cur a.cur:after{content: '';position: absolute;bottom: -1px;width: 100%;height: 1px;background-color: #3299de;left: 0; display: none;}


/* 联系我们 */
.felona-contact-area{ padding: 45px 0;}
.felona-contact-area .page-item { margin-bottom: 30px;}
.felona-contact-area .content{ padding: 0;}
.felona-contact-area .content .cover{width:100%;height:100%; background:#0095eb;float: right; }
.felona-contact-area .content .cover .infor{color:#fff; padding:45px 36px 53px 53px; height: 430px; overflow: hidden;}
.felona-contact-area .content .cover .infor dl{ padding: 0; list-style: none;}
.felona-contact-area .content .cover .infor dl dt{font-size:18px; font-weight:bold; padding-left:15px;border-bottom:1px dashed #fff; border-color:rgba(255,255,255,0.7); margin-bottom:15px;line-height: 1;padding-bottom: 13px; list-style: none; padding-left: 0;}
.felona-contact-area .content .cover .infor dl{margin-bottom: 30px;  padding-left: 0;}
.felona-contact-area .content .cover .infor dl dd{padding-left: 15px;  padding-left: 0; margin-bottom: 5px;}
.felona-contact-area .content .cover .infor dl dd a{color: #fff;}
.felona-contact-area .content .cover .infor .img_box{padding-left:15px; padding: 0;}
.felona-contact-area .content .cover .infor .img_box .item{float:left; width: 45%; padding: 5px; max-width: 150px;}
.felona-contact-area .content .cover .infor .img_box .item .txt{text-align:center; font-size:16px; font-weight:bold; margin-top:12px;}
.felona-contact-area .map{width: 68%;float: left;overflow: hidden;}

.channel_content {
    padding: 60px 0;
    background: #fff;
    position: relative;
    z-index: 2;
    min-height: 300px;
}
/*核心优势*/



/* 关于我们 */
.about_us{padding: 0;}
.about_us01 .infor{padding: 60px 0 57px;text-align: center;}
.about_us01 .infor .tit{font-size: 30px;color: #333;margin-bottom: 22px;}
.about_us01 .infor .con{font-size: 14px;color: #666;width: 77.5%;margin: 0 auto; text-align: center;}

.about_us01 .infor .con .more{ margin: 0 auto; display: inline-block; }
.about_us01 .infor .con .more span{ text-indent: 0; text-align: left;}
.about_us01 .infor .con .more span::before{ display: none;;}

.about_us01 .num_list{margin-bottom: 57px;}
.about_us01 .num_list li{text-align: center;}
.about_us01 .num_list .number {font-size: 15px;color: #a80d0f;margin-bottom: 10px;}
.about_us01 .num_list .number .num{font-size: 68px;margin-right: 20px;line-height: 1;}
.about_us01 .num_list .txt{font-size: 14px;color: #666;}

.about_us02{height: 423px;}
.about_us02 .l{float: left;width: 50%;position: relative;}
.about_us02 .r{float: right;width: 50%;position: relative;}
.about_us02 .l img{position: absolute;right: 0;top:0;max-width: none;height: 423px;width: 960px;}
.about_us02 .l .left_box{padding: 60px 0 80px;position: relative;z-index: 1;}
.about_us02 .l .left_box .tit{color: #fff;margin-bottom: 50px;}
.about_us02 .l .left_box .tit .ch{font-size: 32px; margin-bottom: 5px;}
.about_us02 .l .left_box .tit .ch a{color:#fff; opacity:0.9;}
.about_us02 .l .left_box .tit .ch a:hover{opacity:1;}
.about_us02 .l .left_box .tit .en{font-size: 14px;text-transform: uppercase;}
.about_us02 .l .left_box .con{padding-right: 192px;padding-left: 94px;text-align: center;}
.about_us02 .l .left_box .con .t{font-size: 24px;color: #fff;margin-bottom: 7px;}
.about_us02 .l .left_box .con .c{font-size: 14px;color: #fff;margin-bottom: 21px;}
.about_us02 .l .left_box .con .icon{width: 40px;height: 40px;background: url(../img1/play_40.png) no-repeat center;cursor: pointer; transform:translateY(0);-webkit-transform:translateY(0); transition:all 0.5s ease;  -webkit-transition:all 0.5s ease;}
.about_us02 .l .left_box .con .icon:hover{transform:translateY(-10px;);-webkit-transform:translateY(-10px);}

.about_us02 .r img{position: absolute;left: 0;top:0;max-width: none;height: 423px;width: 960px;}
.about_us02 .r .right_box{padding: 60px 0 80px 66px;position: relative;z-index: 1;}
.about_us02 .r .right_box .tit{color: #fff;margin-bottom: 50px;}
.about_us02 .r .right_box .tit .ch{font-size: 32px; margin-bottom: 5px;}
.about_us02 .r .right_box .tit .ch a{color:#fff; opacity:0.9;}
.about_us02 .r .right_box .tit .ch a:hover{opacity:1;}
.about_us02 .r .right_box .tit .en{font-size: 14px;text-transform: uppercase;}

.about_us02 .r .right_box .con{padding-top: 16px;}
.about_us02 .r .right_box .con .years{display: block;float: left; width: 106px;height: 142px;background: #e8af17;margin-left: 69px;text-align: center;cursor: pointer;}

.about_us02 .r .right_box .con .years .txt{padding-top: 43px;font-size: 18px;font-family: 'HEL_THIN';color: #fff;margin-bottom: 9px;}
.about_us02 .r .right_box .con .years .icon.icon{width: 15px;height: 15px;background: url(../img1/ljx/about_us03.png) no-repeat center;transition: all 0.3s ease;}
.about_us02 .r .right_box .con .years:hover .icon{margin-top: -8px;transition:all 0.3s ease;}
.about_us03 .wrap{padding-top: 56px;}
.about_us03{height: 693px;overflow: hidden;width: 100%;background-position: center center;background-repeat: no-repeat;}
.about_us03 .left{float: left;width: 37.91%;margin-right: 6.9%;}
.about_us03 .right{float: left;width: 55.1%;}

.about_us03 .left .rect-140{padding-bottom: 140%;}
.about_us03 .right .infor .tit{font-size: 30px;color: #000;margin-bottom: 7px;}
.about_us03 .right .infor .con{font-size: 24px;color: #333;margin-bottom: 29px;}
.about_us03 .right .infor .txt{font-size: 14px;color: #666;line-height: 24px;}
.about_us03 .right .infor .wj_leader{font-size: 14px;color: #666;margin-top: 45px;}


/* 企业文化 */
/*culture*/
.culture .pt1 {margin-bottom:50px;overflow:hidden;}
.culture .pt1 .l_box{width:50%;}
.culture .pt1 .r_box{width:50%;}
.culture .pt1 .r_box .pd{height:330px; border:10px solid #e7e7e7; padding:50px 40px;}
.culture .pt1 .r_box .pd .t{font-size:24px; color:#333; margin-bottom:25px;}
.culture .pt1 .r_box .pd .d{font-size:14px; color:#666; line-height:26px;}
.culture .pt2 .slide_box ul{border:1px solid #f0f0f0; border-bottom:0;}
.culture .pt2 .slide_box ul .slide_t{border-bottom:1px solid #f0f0f0; line-height:60px; cursor:pointer;}
.culture .pt2 .slide_box .slide_t .icon{width:6%; text-align:center; font-size:24px; color:#9a9a9a; font-family:'宋体';}
.culture .pt2 .slide_box .slide_t .title{width:94%;}
.culture .pt2 .slide_box .slide_t .title .pd{border-left:1px solid #f0f0f0; padding-left:25px; font-size:16px;}
.culture .pt2 .slide_box .slide_c{display:none;}
.culture .pt2 .slide_box .slide_c .pd{padding:40px; background:#f9f9f9; font-size:14px; color:#666; line-height:24px;}

.culture .pt2 .slide_box li.cur .slide_t .icon{background:#f7ac1b; color:#fff;}
.culture .pt2 .slide_box li.cur .slide_t .title .pd{background:#3299de; border-color:#0f8adb; color:#fff;}


/*history*/
.channel_content.history {padding:0; background-image:url(../img1/history_bg.jpg);     padding: 90px 0 70px;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;  }
.history .pt1{padding:90px 0 70px; background-repeat:no-repeat; background-position:center center; background-attachment:fixed;}
.history .pt1 .his_box{position:relative; text-align:center;}
.history .pt1 .his_box:before{content:""; width:24px; height:12px; background:url(../img1/arrow13.png) center no-repeat; position:absolute; left:50%; margin-left:-12px; top:-12px;}
.history .pt1 .his_list{ padding-bottom:62px; position:relative;}
.history .pt1 .time:before{ content:""; width:9px; height:2px; background:#000; position:absolute; left:50%; margin-left:-4px; top:-4px;}
.history .pt1 .his_list:after{ content:""; width:1px; height:100%; background:#000000; position:absolute; left:50%; top:0;}
.history .pt1 .his_list li{ padding-top:64px; width:750px; margin:auto;}
.history .pt1 .his_list .cell{ padding-bottom:10px; width:518px; float:right; border-bottom:1px solid #000000;}
.history .pt1 .his_list .cell strong{ display:inline-block; float:left; color:#8d6232; font-size:48px; font-family:Arial;  line-height:1; padding-top:7px; font-weight:normal; text-align:left;}
.history .pt1 .his_list p{float:right; width:338px; color:#000000; font-size:13px; line-height:2; text-align:left;}
.history .pt1 .his_list .even .cell{float:left;}
.history .pt1 .his_list .even .cell strong{float:right;}
.history .pt1 .his_list .even .cell p{float:left;}
.history .pt1 .time{ display:block; width:32px; height:32px; background:url(../img1/time.png) center no-repeat; margin:auto; margin-top:4px; position:relative;}


/*service*/
.rect-42{padding-bottom:42%;}
.service .pt1 {margin-bottom:50px;}
.service .pt1 .img-item { margin-bottom:  30px;}
.service .pt1 .info_box .pd{padding:25px 25px 40px; background:#f4f4f4;}
.service .pt1 .info_box .pd .t{font-size:20px; color:#231815; line-height:1; margin-bottom:20px;}
.service .pt1 .info_box .line{width:40px; height:4px; background:#3299de; margin-bottom:20px;}
.service .pt1 .info_box .pd .d{font-size:14px; color:#747474; line-height:22px; height:22px; overflow:hidden; transition:all 0.5s ease; -webkit-transition:all 0.5s ease;}
.service .pt1 .info_box .pd.on .d{height:auto;}
.service .pt1 .slide_down .info_box{position:relative; height:151px;}
.service .pt1 .slide_down .info_box .abs{position:absolute; left:0; top:0 width:100%;}
.service .pt1 .slide_down .info_box .abs .down_i{width:22px; height:14px; background:url(../img/down_i.png) 0 0 no-repeat; margin-top:10px; float:right; cursor:pointer;}
.service .pt1 .slide_down .info_box .abs .pd.on .down_i{background-position:0 -14px;}
.service .pt2 .title{font-size:30px; color:#747474; text-align:center; margin-bottom:50px;}
.service .pt2 .title span{font-size:49px; color:#3299de; margin-bottom:50px; line-height:1;}
.service .pt2 .icon_list li{width:20%; float:left;}
.service .pt2 .icon_list li .pd{text-align:center;}
.service .pt2 .icon_list li .tb{width:100px; height:80px; margin:0 auto 25px; background-position:center center; background-repeat:no-repeat; transition:all 0.5s ease; -webkit-transition:all 0.5s ease;}
.service .pt2 .icon_list li:hover .tb{transform:rotateY(180deg);-webkit-transform:rotateY(180deg);}
.service .pt2 .icon_list li .t{font-size:22px; color:#4e4e4e; margin-bottom:}
.service .pt2 .icon_list li .d{font-size:16px; color:#4e4e4e; opacity:0.7; filter:alpha(opacity=70);}


/* adv2 */
.adv2 .pt1 {margin-bottom:70px;}
.adv2 .pt1 .l_box{width:50%;}
.adv2 .pt1 .r_box{width:50%;}
.adv2 .pt1 .l_box .pd{padding:0 40px 0 20px;}
.adv2 .pt1 .l_box .pd .tit{font-size:35px; color:#000;margin-bottom:30px;}
.adv2 .pt1 .l_box .pd .t2{font-size:20px; color:#000;margin-bottom:10px;}
.adv2 .pt1 .l_box .pd .info{font-size:14px; color:#000;line-height:26px; margin-bottom:30px;}
.adv2 .pt1 .l_box .pd .num_con .box1{padding-right:30px; border-right:1px solid #bbbbbb; margin-right:30px;}
.adv2 .pt1 .l_box .pd .num_con .num_box .number{font-size:58px; color:#3299de; font-family:Impact;}
.adv2 .pt1 .l_box .pd .num_con .num_box .jia{font-size:58px; color:#3299de; font-family:Impact;}
.adv2 .pt1 .l_box .pd .num_con .num_box .desc{font-size:16px; color:#3299de; margin-left:10px;}
.rect-63{padding-bottom:63%;}
.rect-85{padding-bottom:85%;}
.adv2 .pt1 .r_box .slide_box{overflow:hidden;}
.adv2 .pt1 .r_box .item a{display:block;}
.adv2 .pt1 .r_box .item .info{width:100%; position:absolute; bottom:0; left:0; color:#fff; font-size:18px; line-height:60px; text-align:center; z-index:2; background: rgba(0, 0, 0, 0.25); height: 60px; overflow:hidden;white-space:nowrap;text-overflow:ellipsis; }
.adv2 .pt1 .r_box .item .mask{position:absolute;left:0; bottom:0; width:100%; height:100%;background:url(../img/tech_mask.png) center bottom no-repeat;}
.adv2 .pt1 .r_box .slide_box .owl-prev{position:absolute; width:40px; height:65px; left:20px; top:50%; margin-top:-32px; background:url(../img/tech2_prev.png) center center no-repeat; font-size:0;}
.adv2 .pt1 .r_box .slide_box .owl-next{position:absolute; width:40px; height:65px; right:20px; top:50%; margin-top:-32px; background:url(../img/tech2_next.png) center center no-repeat; font-size:0;}
.adv2 .pt1 .r_box .slide_box .disabled{display:none;}
.adv2 .pt2{padding:80px 0 120px; background:url(../img/tech_pt2.jpg) center center no-repeat;}
.adv2 .pt2 .tit{text-align:center;  color:#2a2a2a; margin-bottom: 5px;}
.adv2 .pt2 .info{text-align:center;  color:#6d6d6d; margin-bottom:40px;}
.adv2 .pt2 .pic_box {background:#fff;}
.adv2 .pt2 .pic_box .box1{width:22.5%;}
.adv2 .pt2 .pic_box .box1 .pd{padding:40px 50px 0;}
.adv2 .pt2 .pic_box .box1 .pd .ent{font-size:21px; color:#939393; line-height:26px; margin-bottom:5px; text-transform:uppercase;}
.adv2 .pt2 .pic_box .box1 .pd .t{font-size:35px; color:#000; margin-bottom:30px;}
.adv2 .pt2 .pic_box .box1 .pd .more{font-size:18px; color:#3299de;}
.adv2 .pt2 .pic_box .box1 .pd .more i{}
.adv2 .pt2 .pic_box .list{width:77.5%;}
.adv2 .pt2 .pic_box .list li{width:33.3333%; float:left;}
.adv2 .pt2 .pic_box .list .owl-item li{width:100%; float:none;}
.adv2 .pt2 .pic_box .list li a{display:block;}
.adv2 .pt2 .pic_box .list .li2 a{border-left:1px solid #fff; border-right:1px solid #fff;}
.adv2 .pt2 .pic_box .list .name{position:absolute; width:100%; line-height:45px; color:#fff; font-size:16px; text-align:center; background:url(../img/black.6.png) repeat; left:0; bottom:0;  overflow:hidden;white-space:nowrap;text-overflow:ellipsis; padding: 0 30px;  }
.adv2 .pt3{padding:80px 0 50px;}
.adv2 .pt3 .tit{text-align:center;  color:#2a2a2a; margin-bottom: 5px;}
.adv2 .pt3 .info{text-align:center;  color:#6d6d6d; margin-bottom:40px;}
.adv2 .pt3 .honor_box .pd{padding:20px 30px; background:#eeeeee;text-align:center; height:340px; line-height:300px;}
.adv2 .pt3 .honor_box .pd .img_box{width:100%; height:100%;}
.adv2 .pt3 .honor_box .li2 .pd{border-left:3px solid #fff;border-right:3px solid #fff; }
.adv2 .pt3 .honor_box .pd img{vertical-align:middle; max-width:100%; max-height:100%; display:inline; width:auto;}
.adv2 .pt3 .honor_box .pd .img_box:after{content:'';display:inline-block; height:100%; vertical-align:middle;}
.adv2 .owl-nav{position:absolute; height:60px; left:0; top:50%; margin-top:-30px; font-size:0; width:100%;}
.adv2 .list .owl-nav .owl-prev{width:40px; height:60px; background:url(../img/owl_jt.png) 0 0 no-repeat; position:absolute; left:0; top:0;}
.adv2 .list .owl-nav .owl-prev:hover{background:url(../img/owl_jt.png) 0 -60px no-repeat;}
.adv2 .list .owl-nav .owl-next{width:40px; height:60px; background:url(../img/owl_jt.png) -40px 0 no-repeat; position:absolute; right:0; top:0;}
.adv2 .list .owl-nav .owl-next:hover{background:url(../img/owl_jt.png) -40px -60px no-repeat;}

.adv2 .honor_owl .owl-prev{position:absolute; width:40px; height:65px; left:20px; top:50%; margin-top:-32px; background:url(../img/tech2_prev.png) center center no-repeat; font-size:0;}
.adv2 .honor_owl .owl-next{position:absolute; width:40px; height:65px; right:20px; top:50%; margin-top:-32px; background:url(../img/tech2_next.png) center center no-repeat; font-size:0;}
.adv2 .honor_owl .disabled{display:none;}


/* page-wrapper */
.page-wrapper section{ padding-top: 60px;padding-bottom: 60px;}



/*----------------------------------------*/
/*  13.3 . Adv Area
/*----------------------------------------*/

.felona-adv-area {
	position: relative;
}

.felona-adv-area .site-heading {
	margin-bottom: 70px;
}

.felona-adv-area .site-heading p {
	color: #3299de;
	font-family: "Open Sans", Sans-serif;
	font-size: 18px;
	margin-bottom: 25px;
	text-align: center;
}

.felona-adv-area .adv-page-left .adv-item {
	margin-top: 0;
    margin-bottom: 30px;
    
}

.felona-adv-area .section_bg {
	background-color: #f0f4f9;
	background-image: url(../img/blog_bg_pattern.png);
	background-position: center center;
	background-repeat: repeat-x;
	background-size: cover;
	padding: 100px 0 105px 0;
	width: 100%;
	bottom: 0;
	position: absolute;
}


.adv-item {
	box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
	padding: 0;
	margin-top: 30px;
	background: #fff;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background-color: #FFF;
	border-radius: 10px;
	-webkit-box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, .1);
	box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, .1);
	background-color: #fff;
	border-radius: 5px 5px 5px 5px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
    overflow: hidden;
    margin-bottom: 30px;
    
}

.adv-image {
	overflow: hidden;
}

.adv-image img {
	width: 100%;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	width: 100%;
}

.adv-desc {
	padding: 20px 30px 25px 30px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.075);
    border-top: none;
    border-radius: 0 0 5px 5px;
}

.adv-date {
	position: initial;
	width: 100%;
	height: 65px;
	background: none;
	color: #666;
	line-height: 23px;
	text-align: center;
	border-radius: 5px;
	display: block;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 20px;
	padding: 8px 0;
	left: 15px;
	text-align: left;
	margin: 0;
	padding: 0;
	height: auto;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 28px;
	margin: 0 !important;
	padding: 0 !important;
}

.adv-desc h3 {
	margin-top: 0;
	font-family: 'Ubuntu', sans-serif;
	color: #111;
	font-size: 19px;
	display: inline-block;
	line-height: 28px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

.adv-desc h3 a {
	color: #3299de;
}

.adv-desc h3 a:hover,
.adv-desc h3 {
	color: #3299de
}


.adv-item:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.adv-item:hover .adv-image img {
	-webkit-transform: scale(1.1) ;
	-ms-transform: scale(1.1) ;
	transform: scale(1.1);
	opacity: .8;
}


/*----------------------------------------*/
/*  13.3 . Download Area
/*----------------------------------------*/

.download-item {
    margin-bottom: 30px;
    padding: 20px 30px 25px 30px;
    border:1PX solid rgba(0, 0, 0, 0.1);
    border-radius: 5PX;
}
.download-icon {
	float: left;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin-right: 15px;
}
.download-icon i {
    font-size: 45PX;
}


.download-desc {
	overflow: hidden;
}


 

.download-desc h3{
    font-size: 18px;
    line-height: 20px;
    color: #363636;
    margin-bottom: 6px;
}
.download-btn { text-align: right; margin-top: -45PX;}

.download-btn .btn-primary{   background: #3299de; border-color: #3299de;}
.download-btn .btn-primary:hover{      background-color: #337ab7; border-color: #2e6da4; }



/* network */
.page-network-wrapper .sec_nav{  }
.network_us02{ 
    /* background:url(../img/network_us02_1.jpg) no-repeat center; */
     padding:90px 0; background-size: cover;}
.network_us02 .infor{font-size:32px; font-weight:bold; color:#333; text-align:center; margin-bottom:20px;}
.network_us02 .con{font-size:14px; text-align:center; color:#333; margin-bottom:10px;}
.network_us02 .map_c{position:relative;}
.network_us02 .map_c li{position:absolute;}
.network_us02 .map_c li i.icon {width:22px; height:22px; background:url(../img/contact_dot.png) no-repeat; display:inline-block; cursor:pointer; position:relative; z-index:1;}
@keyframes warn {  
    0% {  
        transform:scale(1);  
        opacity:0;  
    }  
    25% {  
        transform:scale(1.1);  
        opacity:0.2;  
    }  
    50% {  
        transform:scale(1.2);  
        opacity:0.4;  
    }  
    75% {  
        transform:scale(1.3);  
        opacity:0.2;  
    }  
    100% {  
        transform:scale(1.4);  
        opacity:0;  
    }  
}  
@-webkit-keyframes warn {  
    0% {  
        transform:scale(1);  
        opacity:0;  
    }  
    25% {  
        transform:scale(1.1);  
        opacity:0.2;  
    }  
    50% {  
        transform:scale(1.2);  
        opacity:0.4;  
    }  
    75% {  
        transform:scale(1.3);  
        opacity:0.2;  
    }  
    100% {  
        transform:scale(1.4);  
        opacity:0;  
    }  
}
.network_us02 .map_c li .pulse { position:absolute; width:30px; height:30px; left:50%; top:50%; margin-top:-15px; margin-left:-17px; border:1px solid #3299de; border-radius:50%; z-index:1; opacity:0; -webkit-animation:warn 2s linear 0s infinite; -moz-animation:warn 2s linear 0s infinite;animation:warn 2s linear 0s infinite; }
.network_us02 .map_c li .pulse01 { position:absolute; width:50px; height:50px; left:50%; top:50%; margin-top:-25px; margin-left:-27px; border:1px solid #3299de; border-radius:50%; z-index:1; opacity:0; -webkit-animation:warn 2s linear 0.4s infinite; -moz-animation:warn 2s linear 0.4s infinite;animation:warn 2s linear 0.4s infinite; }
.network_us02 .content{margin-top:30px;}
.network_us02 .content ul li{background:url(../img/network_us02_3.png) no-repeat center; transition:.3s ease; margin-bottom:17px;}
.network_us02 .content ul li:hover{background:url(../img/network_us02_4.png) no-repeat center;}
.network_us02 .content ul li .box{padding:40px 30px;}
.network_us02 .content ul li .box .t{font-size:18px; color:#202020; line-height:35px; margin-bottom:15px; transition:.3s ease;}
.network_us02 .content ul li .box .c{font-size:14px; color:#686868; transition:.3s ease;}
.network_us02 .content ul li:hover .box .t{color:#fff;}
.network_us02 .content ul li:hover .box .c{color:#fff;}

.network_us02 .content{display:none;}
.network_us02 .txt{display:none; position:relative; z-index:2; background:url(../img/contact_us02_4.png) no-repeat center; transition:.3s ease; margin-bottom:17px;}
.network_us02 .txt .box{padding:40px 30px;}
.network_us02 .txt .box .t{font-size:18px; color:#fff; line-height:35px; margin-bottom:15px; transition:.3s ease;}
.network_us02 .txt .box .c{font-size:14px; color:#fff; transition:.3s ease;}

.network_us02 .tcc { text-align: center;}
.network_us02 .tcc button {
    color: #0074ba;
    background: transparent;
    font-size: 14px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 40px;
    text-align: center;
    text-decoration: underline;
 
}


/* 钢丝绳 */
.smart { background: #f5f5f5;}
.smart .content .list {
    width: 100%;
    height: auto;
}

.smart .content .list ul {
    width: 100%;
    height: auto;
}

.smart .content .list ul li {
    width: 50%;
    height: auto;
    float: left;
    background: #fff;
    overflow: hidden;
}

.smart .content .list ul li.l1 {
    background: #3299de;
}
.smart .content .list ul li.l4 {
    background: #3299de;
}


.smart .content .list ul li a {
    width: 100%;
    height: 100%;
    display: table;
}

.smart .content .list ul li a .con {
    width: 50%;
    height: 100%;
    float: left;
    position: relative;
    display: table-cell;
    vertical-align:middle;
    padding: 8% 15px;
}

.smart .content .list ul li a .con .t1 {
    font-size: 24px;
    line-height: 30px;
    color: #333;
    text-align: center;
 
}
.smart .content .list ul li a .con .line1 {
    width: 47px;
    height: 3px;
    margin: 22px auto 0;
    background: #3299de;
}

.smart .content .list ul li a .con .t2 {
    width: 225px;
    height: 100px;
    margin: 25px auto 0;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
 
    position: relative;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;

    margin-bottom: 30px;
}
 
.smart .content .list ul li a .con .t2:after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 40px;
    display: none;
 
}
.smart .content .list ul li a .con .more {
    width: 159px;
    height: 41px;
    margin: 0 auto 0;
    border-radius: 20px;
    border: 1px solid #e4e4e4;
    text-align: center;
    font-size: 14px;
    line-height: 41px;
    background: #3299de;
    color: #fff;
}
.smart .content .list ul li a .con i {
    width: 19px;
    height: 38px;
    display: block;
    position: absolute;
    z-index: 5;
}

.smart .content .list ul li a .pic {
    width: 50%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}

.smart .content .list ul li:nth-child(4n+1) { background: #3299de; }
.smart .content .list ul li:nth-child(4n+1) a .con .t1{color: #fff;}
.smart .content .list ul li:nth-child(4n+1) a .con .line1{ background: #fff;}
.smart .content .list ul li:nth-child(4n+1) a .con .t2 {color: #fff;}


.smart .content .list ul li:nth-child(4n) { background: #3299de; }
.smart .content .list ul li:nth-child(4n) a .con .t1{color: #fff;}
.smart .content .list ul li:nth-child(4n) a .con .line1{ background: #fff;}
.smart .content .list ul li:nth-child(4n) a .con .t2 {color: #fff;}

 


.smart .content .list ul li.l3 a .con {
    float: right;
}
.smart .content .list ul li.l4 a .con {
    float: right;
}
.smart .content .list ul li.l7 a .con {
    float: right;
}
.smart .content .list ul li.l8 a .con {
    float: right;
}


/* contact-form */
.contact-form .form-group{ position: relative;     position: relative;
    display: table;
    border-collapse: separate; width: 100%; margin: 0; margin-bottom: 15px; }

.contact-form .form-group .input-group-label{
    display: table-cell;
    height: 38px;
    padding: 0 1em;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 36px;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0; width: 1%; border-right: none;}
    .contact-form .form-group .input-group-label i{ width: 30px;}
.contact-form .form-group .form-control{ 
    display: block;
    width: 100%;
    padding: .5em;
    font-size: 1.6rem;
    line-height: 1.2;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin-bottom: 0;
    
}

.contact-form .form-group span.msg-box{ display: none !important;}

.contact-form .form-group .btn-primary{ background:#3299de ; border: 1px solid #3299de;}



/*----------------------------------------*/
/*  13.3 . Adv Area
/*----------------------------------------*/

.felona-honor-area {
	position: relative;
}

.felona-honor-area .site-heading {
	margin-bottom: 70px;
}

.felona-honor-area .site-heading p {
	color: #3299de;
	font-family: "Open Sans", Sans-serif;
	font-size: 18px;
	margin-bottom: 25px;
	text-align: center;
}

.felona-honor-area .honor-page-left .honor-item {
	margin-top: 0;
    margin-bottom: 30px;
    
}

.felona-honor-area .section_bg {
	background-color: #f0f4f9;
	background-image: url(../img/blog_bg_pattern.png);
	background-position: center center;
	background-repeat: repeat-x;
	background-size: cover;
	padding: 100px 0 105px 0;
	width: 100%;
	bottom: 0;
	position: absolute;
}


.honor-item {
	box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
	padding: 0;
	margin-top: 30px;
	background: #fff;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background-color: #FFF;
	border-radius: 10px;
	-webkit-box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, .1);
	box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, .1);
	background-color: #fff;
	border-radius: 5px 5px 5px 5px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
    overflow: hidden;
    margin-bottom: 30px;
    
}

.honor-image {
    overflow: hidden;
    padding: 20px 30px;
    background: #eeeeee;
    text-align: center;
    height: 340px;
    line-height: 300px;
}

.honor-image img {
	width: 100%;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
    width: 100%;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    display: inline;
    width: auto;
}

.honor-desc {
	padding: 20px 30px 25px 30px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.075);
    border-top: none;
    border-radius: 0 0 5px 5px;
    text-align: center;
}

.honor-date {
	position: initial;
	width: 100%;
	height: 65px;
	background: none;
	color: #666;
	line-height: 23px;
	text-align: center;
	border-radius: 5px;
	display: block;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 20px;
	padding: 8px 0;
	left: 15px;
	text-align: left;
	margin: 0;
	padding: 0;
	height: auto;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 28px;
	margin: 0 !important;
	padding: 0 !important;
}

.honor-desc h3 {
	margin-top: 0;
	font-family: 'Ubuntu', sans-serif;
	color: #111;
	font-size: 19px;
	display: inline-block;
	line-height: 28px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.honor-desc h3 a {
    color: #3299de;
    text-align: center;
}

.honor-desc h3 a:hover,
.honor-desc h3 {
	color: #3299de
}


.honor-item:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.honor-item:hover .honor-image img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	opacity: .8;
}


/*================================================
- PRO AREA CSS
==================================================*/

.felona-pro-area {
	width: 100%;
	position: relative;
}

.felona-pro-area .section_bg {
    background-color: #f0f4f9;
    background-image: url(../img/cta_bg.png);
    background-position: center center;
    background-repeat: repeat-x;
    background-size: cover;
    padding: 150px 0 155px 0;
    width: 100%;
    top: 0;
    position: absolute;
}

.felona-pro-area .site-heading h2 {
	color: #222f5a;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 44px;
	letter-spacing: -1.08px;
	text-align: center;
}


.single-pro {
	background: #fff;
	margin: 5px;
	position: relative;
}



.single-pro .pro-img {
	position: relative;
	margin-bottom: 20px;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
	width: 100%;
	display: block;
}

.single-pro .pro-img img {
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	width: 100%;
	border: 1px solid #edeff2;
	border-radius: 5px;
}

.single-pro .pro-text {
	width: 100%;
	display: block;
	text-align: center;

}

.single-pro .pro-text h4 {
	font-size: 20px;
	margin-bottom: 3px;
	color: #222f5a;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: -.36px;
}

.single-pro .pro-text p {
    font-size: 14px;
	color: #7f99bb;
	text-transform: uppercase;
}


.single-pro:hover img {
    -webkit-box-shadow: 0 25px 35px 0 rgba(34,47,90,.25);
    box-shadow: 0 25px 35px 0 rgba(34,47,90,.25);
}

/*================================================
15 - product AREA CSS
==================================================*/

.single-product-item {
	box-shadow: 7px 5px 5px rgba(72, 73, 121, 0.05);
	padding: 0;
	margin-bottom: 30px;
	border-radius: 5px;
	border: 1px solid #e9eef6;
}

.product_page {
	padding-top: 40px
}

.product-image {
	position: relative;
	overflow: hidden;
	padding-bottom: 0;
}

.product-image img{
	position: relative;
    width: 100%;
    display: block;
	-webkit-transition: -webkit-transform .3s ease-out;
    -ms-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}

.product-text {
	border-top: 1px solid #e9eef6;
	padding: 15px 15px;
	text-align: center;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.product-text h3 {
	font-family: 'Ubuntu', sans-serif;
	color: #111;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	min-height: 42px;
}

.product-text p {
	color: #828893;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 14px;
	font-family: 'Ubuntu', sans-serif;
	margin-bottom: 15px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.social-icon li {
	display: inline-block;
	margin: 0 8px;
}

.social-icon li a {
	color: #283a5e;
}


.single-product-item:hover .product-text {
	background: #3299de none repeat scroll 0 0
}

.single-product-item:hover .product-text h3,
.single-product-item:hover .product-text p,
.single-product-item:hover .social-icon li a {
	color: #fff
}


.single-product-item:hover .product-image  img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}



/*================================================
- single-shop-page AREA CSS
==================================================*/


.single-shop-page .single-shop-page-content {
	margin-bottom: 0;
  }
  .single-shop-page .single-shop-page-content .img-box {
	position: relative;
  }
  .single-shop-page .single-shop-page-content .img-box .product-zoomer {
	display: inline-block;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	line-height: 40px;
	text-align: center;
	background-color: #fff;
	color: #0f4469;
	font-size: 17px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	position: absolute;
	top: 20px;
	right: 20px;
  }
  .single-shop-page .single-shop-page-content .img-box .product-zoomer:hover {
	color: #fff;
	background-color: #0384CE;
  }
  .single-shop-page .single-shop-page-content .content-box h3 {
	font-size: 30px;
	color: #0f4469;
	margin: 0;
	font-weight: bold;
  }
  .single-shop-page .single-shop-page-content .content-box .star-box {
	display: inline-block;
	vertical-align: middle;
	margin-top: 0;
  }
  .single-shop-page .single-shop-page-content .content-box .star-box a {
	color: #FFB400;
	font-size: 14px;
  }
  .single-shop-page .single-shop-page-content .content-box span {
	color: #0f4469;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
  }
  .single-shop-page .single-shop-page-content .content-box p {
	color: #5F666D;
	font-size: 17px;
  }
  .single-shop-page .single-shop-page-content .content-box p.price {
	margin: 0;
	margin-top: 10px;
  }
  .single-shop-page .single-shop-page-content .content-box p.price span {
	font-size: 17px;
	font-weight: 500;
	margin-left: 0;
	color: #0f4469;
	vertical-align: middle;
	font-family: "Lato", sans-serif;
  }
  .single-shop-page .single-shop-page-content .content-box p.price del {
	font-size: 17px;
	font-weight: 500;
	display: inline-block;
	color: #0f4469;
	opacity: .5;
	vertical-align: middle;
	font-family: "Lato", sans-serif;
  }
  .single-shop-page .single-shop-page-content hr {
	margin-bottom: 15px;
  }
  .single-shop-page .single-shop-page-content p.highlighted {
	font-size: 16px;
	color: #0f4469;
	margin-top: 7px;
	margin-bottom: 7px;
	font-weight: 600;
  }
  .single-shop-page .single-shop-page-content .pincheck {
	margin-top: 10px;
	margin-bottom: 30px;
  }
  .single-shop-page .single-shop-page-content .pincheck input[type="text"] {
	width: 150px;
	height: 40px;
	border: 1px solid #f6fbff;
	padding-left: 10px;
	line-height: 38px;
	border-radius: 4px;
	vertical-align: middle;
	margin-right: 11px;
	outline: none;
  }
  .single-shop-page .single-shop-page-content .pincheck button {
	background: #0384CE;
	height: 40px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
	border: none;
	outline: none;
	vertical-align: middle;
  }
  .single-shop-page .single-shop-page-content form.pincheck p {
	display: inline-block;
	color: #0384CE;
	font-weight: 500;
	margin-left: 5px;
	font-size: 14px;
  }

  .single-shop-page .single-shop-page-content .inquiry{
	margin-top: 30px;
	margin-bottom: 30px;
  } 

  .single-shop-page .single-shop-page-content .inquiry a.btn-primary{ 
	background-color: #003478;
    border: 2px solid #003478;
  }


  .single-shop-page .single-shop-page-content .qty {
	background: #EDEDED;
	display: inline-block;
	vertical-align: middle;
  }
  .single-shop-page .single-shop-page-content .qty .quantity-spinner {
	background: black;
  }
  .single-shop-page .single-shop-page-content .quantity-spinner {
	padding: 5px 0px 5px 20px;
	line-height: 24px;
	height: 43px;
	display: block;
	width: 70px;
	font-size: 20px;
	position: relative;
  }
  .single-shop-page .single-shop-page-content .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
  .single-shop-page .single-shop-page-content .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	background: #EDEDED;
	border-color: #EDEDED;
	color: #0f4469;
  }
  .single-shop-page .single-shop-page-content .bootstrap-touchspin .input-group-btn [class*=bootstrap-touchspin-] {
	background-color: #fff;
	color: #0f4469;
	border-color: #EDEDED;
  }
  .single-shop-page .single-shop-page-content .qty .quantity-spinner {
	border: none;
	outline: none !important;
	-webkit-box-shadow: none !important;
			box-shadow: none !important;
	padding: 0;
	text-align: center;
	background: #fff;
	border: 1px solid #EDEDED;
  }
  .single-shop-page .single-shop-page-content ul.checklist,
  .single-shop-page .single-shop-page-content ul.checklist li {
	margin: 0;
	padding: 0;
	list-style: none;
  }
  .single-shop-page .single-shop-page-content ul.checklist {
	margin-top: 15px;
  }
  .single-shop-page .single-shop-page-content ul.checklist li + li {
	margin-top: 5px;
  }
  .single-shop-page .single-shop-page-content ul.checklist li {
	font-size: 16px;
	color: #5F666D;
  }
  .single-shop-page .single-shop-page-content ul.checklist li span {
	color: #0f4469;
	font-weight: 600;
	width: 130px;
	display: inline-block;
	vertical-align: middle;
  }
  .single-shop-page .single-shop-page-content ul.checklist li a {
	color: #5F666D;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
  }
  .single-shop-page .single-shop-page-content ul.checklist li a:hover {
	color: #ff6b35;
  }
  .single-shop-page .single-shop-page-content .thm-btn {
	padding: 8.5px 32.25px;
	margin-left: 20px;
  }
  .single-shop-page .product-tab-box {
	margin-top: 50px;
  }
  .single-shop-page .product-tab-box ul,
  .single-shop-page .product-tab-box li {
	margin: 0;
	padding: 0;
	list-style: none;
  }
  .single-shop-page .product-tab-box .tab-title {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	font-size: 0;
	background-color: #F0F0F0;
	border: 1px solid rgba(216, 216, 216, 0.5);
  }
  .single-shop-page .product-tab-box .tab-title li {
	display: inline-block;
	margin-bottom: 0 !important;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
		-ms-flex: 1 0 33.3333%;
			flex: 1 0 33.3333%;
  }
  .single-shop-page .product-tab-box .tab-title li a {
	display: block;
	border: none;
	outline: none;
	color: #86909E;
	display: block;
	width: 100%;
	text-align: center;
	padding: 14px 33.5px;
	cursor: pointer !important;
	color: #9FA2A6;
	font-size: 16px;
	font-weight: 700;
	border-radius: 0 !important;
	background-color: #f7f7f7;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
  }
  .single-shop-page .product-tab-box .tab-title li a:hover {
	border-color: #E7E7E7;
	background: #E7E7E7;
	color: #0f4469;
  }
  .single-shop-page .product-tab-box .tab-title li a.active {
	border-color: #E7E7E7;
	background: #E7E7E7 !important;
	color: #0f4469 !important;
  }
  .single-shop-page .product-tab-box .tab-title li + li {
	border-left: 1px solid #D8D8D8;
  }
  .single-shop-page .product-tab-box .tab-content {
	padding-top: 30px;
  }
  .single-shop-page .product-tab-box .tab-content p {
	font-size: 17px;
	line-height: 26px;
	color: #5F666D;
  }

  .product-details__thumb-carousel,
.product-details__carousel {
  width: 100%;
  overflow: hidden;
}
.product-details__thumb-carousel img,
.product-details__carousel img {
  width: 100%;
}

.product-details__thumb-carousel {
  margin-top: 10px;
  margin-bottom: 15px;
}


.product-details__carousel { border: 1px solid #ebebeb;}

.product-details__thumb-carousel{ padding: 4px; }
.product-details__thumb-carousel .swiper-slide{ border: 1px solid #ebebeb; box-sizing: border-box}
.product-details__thumb-carousel .swiper-slide-thumb-active{ border: 1px solid #003478;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
    -o-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
}






    /*================================================
- Recent-products-area AREA CSS
==================================================*/

.felona-recent-products-area{ background-color: #FBFBFB; border-top:1PX solid rgba(0, 0, 0, .05) ; padding: 80px 0; }

.felona-recent-products-area .site-heading h3 {
    color: #222f5a;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.felona-recent-products-area  .single-pro{ background: none;}


/*================================================
- intro
==================================================*/
.channel_content.intro {padding-bottom:0;}
.intro .pt1 {padding:80px 0; background-position: center bottom; background-repeat:no-repeat; padding-top:0;}
.intro .pt1 .title{font-size:36px; color:#3299de; text-align:center; margin-bottom:30px;}
.intro .pt1 .info{width:76%; margin:0 auto; font-size:14px; color:#666666; margin-bottom:30px; text-align:center;}
.intro .pt1 .line{width:1px; height:50px; background:#a80d0f; margin:0 auto;}

.intro .pt1 .info .col{ margin-top: 15px;}






.section {padding: 75px 0;}
.section-title {margin-bottom: 40px;text-align: center;font-size: 40px; line-height: 1.5; }
.section-title strong {color: #3299de;}
.section-title p {margin: 0;font-size: 0;}
.section-title span {display: inline-block;vertical-align: middle;position: relative;font-size: 20px;padding: 0 20px;}
.section-title span:before,.section-title span:after {position: absolute;top: 50%;content: '';width: 40px;height: 2px;background-color: #f8bd01;margin-top: -1px;}
.section-title span:before {right: 100%;}
.section-title span:after {left: 100%;}

.dlyoushi{}

.mainbox table {
    border-collapse: collapse;
    border-top: 0!important;
    width: 100%;
}
.mainbox table th {
    color: #fff;
    height: 75px;
    min-width: 80px;
    max-width: 60px;
    white-space: nowrap;
    border: none;
border: 1px #e9edf1 solid;
    border-right: 1px #d1d1d1 solid;
    background-color: #3299de !important;
}
.mainbox table th, .mainbox table td {
    text-align: left;
    font-size: 15px;
    line-height: 30px;
    background: #fff;
    padding: 5px 15px;
}
.mainbox table th { font-size: 18px;}
.mainbox .red {
    color: #e40202;
}
.mainbox tr:nth-child(2n+1) td{
    background:#f1f1f1;
}
.mainbox table td {
    border: 1px #e9edf1 solid;
    border-right: 1px #d1d1d1 solid;
}

.mainbox table th:nth-child(1){
    width: 120px;
}

 

.mainbox table th:nth-child(4){
    width: 240px;
}


.mainbox table tr:hover td{ background-color: rgba(50, 153, 222, .95); color: #fff;}



.dlyoushi_02 { background-color: #f0f0f0;}

.in-yin {margin: 0 0 0 -18px;}
.in-yin li {float: left;width: 25%;}
.in-yin li a {display: block;position: relative;margin: 0 0 0 18px;overflow: hidden;-webkit-transition: all 0.5s;transition: all 0.5s;}
.in-yin li .tit {position: absolute;left: 0;bottom: 0;width: 100%;background-color: #3299de;text-align: center;font-size: 18px;line-height: 85px;font-weight: bold;color: #fff;-webkit-transition: all 0.5s;transition: all 0.5s;}
.in-yin li .tit i {position: absolute;left: 50%;top: -23px;width: 46px;height: 46px;background: no-repeat center #142038;margin-left: -23px;border-radius: 50%; line-height: 46px;}
.in-yin li .text {position: absolute;left: 0;top: 100%;width: 100%;height: 100%;background-color: rgba(0,0,0,0.7);-webkit-transition: all 0.5s;transition: all 0.5s;}
.in-yin li .wrap {color: #fff;padding: 80px 30px 0;}
.in-yin li .wrap i {width: 64px;height: 64px;background: no-repeat center #3299de;margin: 0 auto;border-radius: 50%;display: block; line-height: 64px; text-align: center; font-size: 28px;}
.in-yin li .wrap h4 {margin: 0;position: relative;line-height: 70px;font-size: 26px;text-align: center; color: #fff;}
.in-yin li .wrap h4:after {position: absolute;bottom: 0;left: 50%;content: '';height: 3px;width: 30px;background-color: #fff;margin-left: -15px;}
.in-yin li .wrap p {font-size: 16px;line-height: 1.8;text-align: justify;margin: 15px 0 0; color: #fff;}
.in-yin li a:hover {-webkit-transform: translateY(-20px);transform: translateY(-20px);}
.in-yin li a:hover .tit {bottom: -108px;}
.in-yin li a:hover .text {top: 0;}



/*================================================
11 - search AREA CSS
==================================================*/
.felona-search-area {padding: 60px 0; }
.felona-search-area .sear_result .li{margin-bottom:10px;margin-top: 20px;}
.felona-search-area .sear_result a{color:#333;}
.felona-search-area .sear_result a:hover{text-decoration:underline;}
.felona-search-area .sear_result .el{font-size:18px;_width:100%; overflow:hidden;text-overflow:ellipsis;white-space:nowrap; border-bottom:1px solid #ddd; padding-bottom: 10px;}
.felona-search-area .sear_result .el a{ font-weight: 600;}
.felona-search-area .sear_result .p{padding:10px 20px;margin-top:0;}
.felona-search-area .sear_result .type{color:#000;display:inline-block;padding:0 1em;border-right:1px solid #ddd;margin-right:1em;font-weight: bold;}
.felona-search-area .dib{-moz-inline-stack:inline-block;display:inline-block;*display:inline;*zoom:1; vertical-align:middle; padding:0 3px;}
.felona-search-area .sear_filt label span{vertical-align: -2px;}
.felona-search-area .submit{background-color: #fff;width: 125px;cursor: pointer;border: 1px solid #ccc;height: 30px!important;vertical-align: -1px;}
.felona-search-area .sear_f .inp{height: 28px;line-height: 28px;padding: 0 0 0 5px;}
.felona-search-area .felona-search-area-flag{background: transparent;}
.felona-search-area .dib { padding:0; }
.felona-search-area .sear_f .inp { line-height:28px; border:none; }
.felona-search-area .sear_f .inp {color:#666;text-indent: 10px;}
