/*==================================
font-family: 'Roboto', sans-serif;
==================================== */


/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2.  Header-top
3.  Top-area
4.  Welcome-hero
5.  List-topics
6.  Works  
7.  Explore
8.  Reviews
9.  Counter
10. Blog
11. Subscribe
12. Footer
==========================================*/

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
*{
    padding: 0;
    margin: 0;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	color:#a09e9c;
    text-transform:initial;
    max-width:1920px;
    margin:0 auto;
	overflow-x:hidden;
}


h1,h2,h3,h4,h5,h6 { 
	color:#000;
 
}

img{border:none;max-width:100%; height:auto;}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

ul{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}
ul li {
	list-style: none;
	
}
select,input,textarea,button{box-shadow:none;outline:0!important;}
button {background: transparent;border: 0;font-size: 12px;}

html,body{height: 100%;}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/* section-header */
.section-header{
    position: relative;
    text-align: left;
    background: #fbfbfb repeat-x;
    border: 1px solid #bfbfbf;
    height: 40px;
    padding: 0% 0 0 0%;
}
.section-header div{padding-top:1rem;}
.section-header div a{
    color: #000;
    font-size:15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 1%;
	display:inline;
}
.section-header div span{text-transform: lowercase;}
.section-header p{
    font-size:16px;
}
/* section-header */
.fix{position: relative;clear: both;}
/*=============Style css=========*/


/*-------------------------------------
        2. Header-top
--------------------------------------*/
.header-top{border-bottom:1px solid #f6f8fa;}

.header-top ul li {display: inline-block;}

.header-top-left li,.header-top-right li  {display: inline-block;}

/*.select-opt*/
.select-opt,.header-top-contact{
    padding: 8px 14px;
    border-right: 1px solid #f6f8fa;
}
.header-top-contact{
    border-right: 0;
    border-left: 1px solid #f6f8fa;
    font-size: 12px;
}
.select-opt select {
    border: none;
    cursor:pointer;
    color:#a7b0ba;
    font-size: 12px;
    font-weight:0;
}
.select-opt option{
    color:#a7b0ba;
    text-transform: uppercase;
}
.select-opt a span.lnr-magnifier:before {
    font-size: 12px;
    color: #373939;
}
.select-opt a span.lnr-magnifier:before {
    font-size: 12px;
    color: #373939;
}
/*.select-opt*/

.header-top-right ul li a{
    color:#a7b0ba;
    font-size: 12px;
    font-weight: 0;
}


/*-------------------------------------
        3. daiohang
--------------------------------------*/
nav.navbar.bootsnav {
    background-color:#fff;
    border-bottom: transparent;
}
.wrap-sticky nav.navbar.bootsnav.sticked {background-color: #fff;box-shadow: 0 2px 5px rgba(0,0,0,.2);}

/*.navbar-brand*/
.navbar-header a.navbar-brand,.navbar-header a.navbar-brand:hover,.navbar-header a.navbar-brand:focus {
    display: inline-block;
    color: #1b1e20;
    font-size: 20px;
    font-weight: 700;
    padding: 20px 0px;
    text-transform:capitalize;
}
.navbar-header a.navbar-brand span{display: inline-block;color:#ff545a;text-transform:capitalize;}

.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:hover,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:focus {padding:20px 0px;}
/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav > li > a {
    color: #859098;
    font-size: 15px;
    font-weight: bold;
    text-transform:uppercase;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
nav.navbar.bootsnav ul.nav > li > a {padding:34px 21px;}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus{color: #ff545a;}
nav.navbar.bootsnav ul.nav > li.active>a {color: #ff545a;}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
}
nav.navbar.bootsnav ul.nav > li.dropdown span {
    font-size: 8px;
    margin-left: 15px;
}
.wrap-sticky nav.navbar.bootsnav.sticked ul.nav > li > a{padding:34px 21px;}
/*.nav li*/

/*.menu-ui-design*/
.menu-ui-design{overflow-y:scroll;height: 350px;}
.menu-ui-design::-webkit-scrollbar {
    width:5px;
}
.menu-ui-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000;
}
.menu-ui-design::-webkit-scrollbar-thumb {
  background-color: #ff545a;
}
/*.menu-ui-design*/

/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    border: 1px solid #ff545a;
    padding: 10px;
    top: 0;
}
nav.navbar.bootsnav .navbar-toggle i{color: #ff545a;}
/*.navbar-toggle */

/*-------------------------------------
        4.  banner
--------------------------------------*/
.welcome-hero {
    position: relative;
    background-position:center;
    background-size:cover;
    text-align: center;
    z-index: 1;
}


/*-------------------------------------
 5. xiaoyuanshenghuo
--------------------------------------*/
.list-topics1 {
    position: relative;
    margin: 1% 0 0 0;
}
    /* Carousel */
    .carousel-example {
        padding: 2% 0 0 0;
        text-align: center;
    }
    
    #complicated-content-carousel .carousel-control {
        position: absolute;
        top: -20px;
        right: 0;
        left: auto;
        bottom: auto;
        width: 14px;
        font-size: 25px;
        color: #3c3c3c !important;
        opacity: 1;
    }
    
    #complicated-content-carousel .carousel-control.left,
    #complicated-content-carousel .carousel-control.right {
        background-image: none;
    }
    
    #complicated-content-carousel .carousel-control.left {
        right: 35px;
    }
    
    #complicated-content-carousel .index {
        position: absolute;
        top: -70px;
        right: 0;
        font-size: 16px;
        color: #3c3c3c;
    }
    
    #complicated-content-carousel .flex-item{
        position: relative;
        display: inline-block;
        width: 380px;
        height: 320px;
        padding: 16px 13px;
        background-color: #f5f6f7;
        border: 6px solid #f5f6f7;
    }
    
    #complicated-content-carousel .flex-item:hover,
    #complicated-content-carousel .flex-item:focus {
        border: 6px solid #d2d4d5;
        border-radius: 3px;
        background-color: #000;
        opacity: 0.6;
        color: #fff;
    }
    
    .good-top {
        height: 21px;
    }
    
    .good-top-left {
        font-size: 16px;
        color: #424242;
        text-transform: uppercase;
        line-height: 21px;
    }
    
    .good-top-right {
        height: 21px;
        text-align: right;
    }
    
    .choose-color div {
        display: inline-block;
        width: 21px;
        height: 21px;
        border-radius: 50%;
        letter-spacing: 5px;
        cursor: pointer;
    }
    
    .choose-color .blue {
        background-color: #165eb9;
    }
    
    .choose-color .yellow {
        background-color: #ffe637;
    }
    
    .choose-color .black {
        background-color: #535253;
    }
    
    .choose-color .grey {
        background-color: #d3a7ac;
    }
    
    .choose-color .dark-blue {
        background-color: #35374c;
    }
    
    .choose-color .dark-blue-women {
        background-color: #192b5e;
    }
    
    .choose-color .light-blue-women {
        background-color: #1682c4;
    }
    
    .good-top-left .fa {
        position: relative;
        top: 2px;
        font-size: 21px;
    }
    
    .good-bottom {
        height: 21px;
    }
    
    .good-bottom * {
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .good-bottom-left a h4 {
        font-size: 18px;
        color: #3c3c3c;
        text-transform: uppercase;
        line-height: 21px;
    }
    
    .good-bottom-right {
        position: relative;
        top: -1px;
        font-size: 22px;
        color: #424242;
        text-transform: uppercase;
        line-height: 21px;
    }
    
    .good-top-left,
    .good-bottom-left {
        float: left;
        text-align: left;
    }
    
    .good-top-right,
    .good-bottom-right {
        float: right;
        text-align: right;
    }
    
    .good-image {
        height: 294px;
        text-align: center;
    }
    
    .good-image:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }
    
    .good-image img {
        max-height: 240px;
        vertical-align: middle;
    }
    
    .size {
        position: absolute;
        padding: 0;
        cursor: pointer;
        transition: all .35s;
    }
    
    .size.shown {
        padding: 0 5px 5px 5px;
        background-color: #fff;
        border-radius: 2px;
    }
    
    .size.shown .option:hover {
        background-color: #f5f6f7;
    }
    
    .carousel-control {
        width: 50px;
        height: 50px;
        top: 40%;
        transform: translateY(-50%);
        bottom: auto;
        font-size: 14px;
        text-align: center;
        opacity: 1;
    }
    
    a.carousel-control.left,
    a.carousel-control.right {
        background-image: none;
        opacity: 1;
        text-align: center;
    }

/* MEDIA QUERIES */
    /* styles for phones' displays */
    @media only screen and (max-width: 350px) {
        #complicated-content-carousel .flex-item {
            width: 300px;
        }
    }
    
    /* styles for medium size displays */
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        #complicated-content-carousel .flex-item {
            width: 300px;
        }
    }

/*-------------------------------------
        6.kecheng
--------------------------------------*/
.works{padding: 0 0 0;}
.works-content {margin-top: 2%;}

.single-how-works{
    text-align: center;
    height: 80px;
    padding:1px 0px;
    border-radius: 3px;
    box-shadow: 0 0px 5px rgba(71,71,71,.2);
    margin-bottom: 25px;
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}

.single-how-works h2 a {
    font-size:  18px;
    margin: 10px 5px 15px 15px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
}
.single-how-works-icon [class^="flaticon-"]:before,.single-how-works-icon [class*=" flaticon-"]:before,.single-how-works-icon [class^="flaticon-"]:after,.single-how-works-icon [class*=" flaticon-"]:after {font-size: 35px;}
.single-how-works:hover .single-how-works-icon [class^="flaticon-"]:before,.single-how-works:hover .single-how-works-icon [class*=" flaticon-"]:before,.single-how-works:hover .single-how-works-icon [class^="flaticon-"]:after,.single-how-works:hover .single-how-works-icon [class*=" flaticon-"]:after {color:#000;}

.welcome-hero-btn.how-work-btn {
    display: inline-block;
    margin: 0;
    width: 60px;
    height: 25px;
    font-size: 14px;
    font-weight: bold;
    background: #fff000;
    color: #000;
    border: 1px solid #fff;
    border-radius: 3px;
    letter-spacing: 1px;
    border-radius:15px;
}

.single-how-works:hover h2 a,.single-how-works:hover p{color: #fff;}
.single-how-works:hover .single-how-works-icon{background: #fff000;}
.single-how-works:hover .welcome-hero-btn.how-work-btn{background: #fff;color: #000;}
.single-how-works:hover{box-shadow: 0 0px 10px rgba(71,71,71,.4);background: #fff;}

/*-------------------------------------
        9.  xinwenzixun
--------------------------------------*/
.statistics{
    position:relative;
    display:block;
    align-items:left;

}
/* single-ststistics-box */
.single-ststistics-box {
    margin:0px 0;
    position: relative;
    text-align: left;
    z-index: 1;


}
/* single-ststistics-box */
.statistics-content{
    color:#000;
    font-size:20px;
}
.tiny-border {
  clear: both;
  width: 40px;
  height: 2px;
  background: #999999;
  margin: 10px 0 10px 0;
}
.list-style-1 {
  list-style: none;
  margin-top: 10px;
  padding: 0px;
  font-size: 15px;
  font-weight: bold;
}
.list-style-1 li {
  position: relative;
  color: #666666;
  margin-bottom:1.8%;
}
.list-style-1 li:last-child {
  margin-bottom: 0px;
}
.statistics-content p a{
    margin-left: 0px ;
    font-size: 14px;
    letter-spacing: 1px;
    overflow: hidden;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; 
position: relative; max-height: 50px;
}
.statistics-content p a:after{content: ""; position: absolute; bottom: 0; right: 0;
}
.single-ststistics-box h3 a{
    color:#000;
    font-size:20px;
    text-transform:capitalize;
    font-weight: bold;
}
.single-ststistics-box ul li a{
    color:#000;
    font-size:15px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 1px;
   overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.single-ststistics-box ul li a:hover,a:focus{color: #888888;}
.single-ststistics-box ul li a:hover, a:focus{
    box-shadow: 0 0px 0px rgba(21,19,19,.4);
}
li img{
        display: block;
        margin: 0 auto;
    }
#wrap{
        width: 100%;
        min-width: 300px;
        margin: 0px auto 20px;
    }
    .hiSlider img{
        overflow: hidden;
        height: 300px;
        width: 100%;
    }
    .hiSlider-item{
        float: left;

    }
    .hiSlider li{display:inline-block;position:relative;}
    .hiSlider li p a{
    width: 100%;
    height: 35px;
    background-color: #000 ;
    opacity: 0.6;//透明;
    position: absolute;
    bottom:0px;
    color:#fff;
    padding: 1%;
    font-size:14px;
    text-align:left;
    overflow:hidden;text-overflow:ellipsis; -o-text-overflow:ellipsis;white-space:nowrap;
}
/*-------------------------------------
        11. baweigaikuang
--------------------------------------*/
.subscription{
    background: #f8fafb;
    padding:50px 0;
}

/*-- /banner_bottom --*/

.banner_bottom_left h4 {
    font-size: 1.6em;
    color: #4d4e4e;
    letter-spacing: 1px;
    position: relative;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 1em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.banner_bottom_left h4 span {
    font-weight: 100;
}

.help_full img,
.help_full img {
    width: 100%;
}

.news-main {
    margin-top: 4em;
    border-top: 1px solid #ddd;
    padding-top: 3em;
}

.banner_bottom_left p {
    margin-bottom: 1em;
}

.banner_bottom,
.mid_slider,
.tabs_section {
}

.news-left {
    padding-left: 0;
}

.b_left {
    padding: 0;
}

.b_right {
    padding: 0;
}

.news-right h4 {
    color: #333;
    font-size: 2.5em;
    font-weight: 500;
}

p.sub_p {
    margin: 1.2em 0;
}

.inner_sec_info_w3ls_agile,
.mail_form {
    margin-top: 1.6%;
}
.mail_form1 {
    margin-top: 1em;
}
h3.tittle {
    color: #333;
    text-align: center;
    font-size: 3em;
    font-weight: 700;
}

h3.tittle.ser {
    color: #fff;
}

.ab_info {
    margin-bottom: 2em;
}

.ab_info h4 {
    margin-top: 1em;
    font-size: 1.4em;
}


/*-- //banner_bottom --*/
@media(max-width:1366px) {
    .inner_sec_info_w3ls_agile{
        margin-top: 1.2%;
    }
}


/*===============================
    Scroll Top
===============================*/
#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background:#ff545a;
	border:1px solid #ff545a;
	border-radius:50%;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;
}
#scroll-Top  .return-to-top:hover {
    background:#f43032;
	border:1px solid #ff545a;
}

#scroll-Top  .return-to-top i{
    position:relative;
    bottom:0;

}

#scroll-Top  .return-to-top i{
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration:1s;
}
@keyframes example {
    0%   {bottom:0px;}
    100%  {bottom:7px;}
}
/*========================Thank you=================