
/* Import fonts */


body {
    color: #797979;
    font-family: 'Microsoft YaHei';
    padding: 0px !important;
    margin: 0px !important;
    font-size:13px;
}


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

::selection {
    background: #F77B6F;
    color: #fff;
}
::-moz-selection {
    background: #F77B6F;
    color: #fff;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Microsoft YaHei';
}

a {
    color: #444e67;
}

a:hover {
    color: #f77b6f;
}


.beian{}

.beian a {
   color: #fff;
}

.beian a:hover {
    color: #f77b6f;
}


p {line-height: 22px}

/*header*/

.header-frontend .navbar {
    margin-bottom: 0;
}

.navbar-default {
    border: none;
}

.navbar-brand {
    color: #bcc0cd;
    font-size: 30px;
    font-weight: 100;
    line-height: 30px;
    margin-top: 25px;
    padding: 0 0 0 15px;
}

.navbar-brand span{
    color: #f25f5b;
}

.header-frontend .navbar-collapse  ul.navbar-nav {
    float: right;
    margin-right: 0;
}

.header-frontend .navbar-default{
    background-color: #f4f4f4;
}

.header-frontend .nav li a, .header-frontend .nav li.active ul.dropdown-menu li a {
    color: #999;
    font-size: 14px;
    font-weight: 300;
    background: none;
}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.header-frontend .nav li a:hover,
.header-frontend .nav li a:focus,
.header-frontend .nav li.active a,
.header-frontend .nav li.active a:hover,
.header-frontend .nav li a.dropdown-toggle:hover,
.header-frontend .nav li a.dropdown-toggle:focus,
.header-frontend .nav li.active ul.dropdown-menu li a:hover,
.header-frontend .nav li.active ul.dropdown-menu li.active a{
    color: #fff ;
    background-color: #f77b6f;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.header-frontend .navbar-default .navbar-nav > .open > a,
.header-frontend .navbar-default .navbar-nav > .open > a:hover,
.header-frontend .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #f77b6f;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.header-frontend .navbar {
    min-height: 100px;
}

.header-frontend .navbar-nav > li  {
    padding-bottom: 30px;
    padding-top: 30px;
}
.header-frontend .navbar-nav > li:last-child {
    /*padding-bottom: 37px;*/
    padding-top: 37px;
    font-size: 16px;
    color: #ff7265;
}
.header-frontend .navbar-nav > li:last-child > span {
    padding-right: 5px;
    font-size: 18px;
    color: #ff7265;
}

.header-frontend  .navbar-nav > li > a {
    padding-bottom: 6px;
    padding-top: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-left: 6px;
    line-height: 30px;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.dropdown-menu li a:hover {
    color: #fff !important;
}

.header-frontend .nav .caret {
    border-bottom-color: #999;
    border-top-color: #999;
}

.dropdown-menu  {
    box-shadow: none;
    border-radius: 0;
}

.header-frontend .nav li .dropdown-menu  {
   padding: 0;
}

.header-frontend .nav li .dropdown-menu li a {
   line-height: 28px;
   padding: 3px 12px;
}


/*search*/

.search {
    margin-top: 3px ;
    width: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #fff;
    box-shadow: none;
    background: url("../img/search-icon.jpg") no-repeat 10px 8px;
    padding:0 5px 0 35px;
    color: #fff;
}

.search:focus {
    margin-top: 3px ;
    width: 180px;
    border: 1px solid #eaeaea;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #c8c8c8;
    font-weight: 300;
    margin-left: 10px;
}

/*.process*/
.process {
    margin-top: 40px;
    padding: 40px 0 80px 0;
}
.process-head {
    padding: 50px 0;
}
.process-head h1{
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    margin-top: 0;
}
.process > ul {
    margin-top: 50px;
    width: 100%;
    height: 100px;
    border-top: 1px dotted #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.process > ul > li {
    position: relative;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 200;
    display: inline-block;
    -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}
.process > ul > li > p {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background-color: #fff;
    border-radius: 50%;
}
.process > ul > li > span.iconfont {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
}
.process > ul > li > i {
    display: inline-block;
    margin-top: 70px;
    font-style: normal;
}
.process > ul .iconfont {
    font-size: 40px;    
    color: #ff7265;
}

/*about*/
.about {
    margin-top: 110px;
}
.about div.container {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
}
.product.container {
    margin-top: 40px;
    padding-bottom: 0;
}
.compare.container {
    margin-top: 30px;
}
.soft.container {
    margin-top: 30px;
}
.industry {
    padding: 10px 0 80px 0
}
.about-img {
    float: left;
    margin-right: 6%;
    width: 50%;
}
.about-img > img {
    width: 100%;
    border-radius: 10px;
}
.about-txt {
    float: left;
    width: 44%
}
.about-txt > h2 {
    margin-bottom: 40px;
}
.about-txt > p {
    font-size: 14px;
    line-height: 2
}
.about.gray-bg > .container {
    padding-top: 60px;
    padding-bottom: 60px;
}

/*cases*/
.cases-item {
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 96%;
	border:solid #CDC5C5 1px;
	padding:20px;
}
.cases-item-img {
    float: left;
    margin-right: 5%;
    width: 50%;
    margin-top: 0;
}
.cases-itemPC-img {
    width: 100%;
}
.cases-itemPC-img > img {
    width: 100%;
    border-radius: 10px;
}
.cases-item-img > img {
    width: 100%;
}
.cases-item-txt {
    float: left;
    width: 45%;
}
.cases-itemPC-txt {
    padding-bottom: 15px;
    margin-top: 10px;
    border: 1px solid #c0c0c0;
}
.cases-item-txt > h3,.cases-itemPC-txt h3 {
    margin-top: 0;
    padding: 20px 0;
    background-color: #f4f4f4;
    text-align: center;
}
.cases-item-txt > p {
    margin-bottom: 40px;
    line-height: 2
}
.cases-item-txt > i,.cases-itemPC-txt i {
    display: block;
    margin: 20px 0;
    font-size: 18px;
    color: #ff7265;
    font-style: normal;
}

.cases-itemPC-txt i,.cases-itemPC-txt p {
    padding-left: 15px;
}
.btn-smal {
    padding: 15px 35px;
}

/*advantage-list*/
.advantage-list > li > div {
    margin: 0 auto;
    width: 96%;
    border-radius: 8px;
    background-color: #f4f4f4;
}
.advantage-list > li:nth-child(2n) > div {
    margin-top: 30px;
    background-color: #ff7265;
    color: #fff;
}
.advantage-list > li > div > span {
    display: block;
    padding: 20px 0 10px 0;
    font-size: 14px;
    color: #777777;
}
.advantage-list > li:nth-child(2n) > div > span {
    color: #fff;
}
.advantage-list > li > div > h4 {
    padding: 30px 0;
    color: #fff;
    background-color: #000
}
.advantage-list > li:nth-child(2n) > div > h4 {
    background-color: #cb5e54;
}
.advantage-list > li > div > p {
    padding: 15px 20px 30px 20px;
    text-align: left;
    line-height: 2;
}


/*team*/
.team > li {
    font-size: 16px;
    text-align: center;
}
.team > li > h5 {
    font-size: 22px;
}
.team > li > i {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #a6a6a6;
    text-align: left;
}
.team > li > img {
    margin-bottom: 10px;
    width: 100%;
}
/*homepage features*/


/*business*/
.business > li {
    font-size: 16px;
    text-align: center;
   
    
}
.business > li > h5 {
    font-size: 22px;
}
.business > li > i {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #a6a6a6;
    text-align: left;
}
.business > li > .img_bg
{
    background: #eee;
    padding: 5px 5px;
    width: 100%;
}

.business > li  img {
  
    width: 100%;
}
/*homepage features*/

.feature-head, .process-head {
    padding: 50px 0;
}

.feature-head h1, .process-head h1{
    color: #475168;
    font-size: 30px;
    font-weight: 300;
    margin-top: 0;
}
.process-head h1 {
    color: #fff;
}

.feature-head p{
    color: #8a8b8b;
    font-size: 12px;
    font-weight: 300;
    /* font-style: italic; */
}
.feature-head p:after {
    margin-top: 15px;
    content: "";
    display: block;
    height: 50px;
    background: url(../images/title_bg.png) no-repeat center center;
}

.f-box {
    background: #f4f4f4;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    min-height: 210px;
    margin-bottom: 20px;
    transition-duration: 500ms;
    transition-property: width, background;
    transition-timing-function: ease;
    -webkit-transition-duration: 500ms;
    -webkit-transition-property: width, background;
    -webkit-transition-timing-function: ease;
}
.f-box1 {
    background: #f4f4f4;
    border-radius: 10px;
    padding: 20px 0;
    text-align: center;
}

.f-box i{
    font-size: 50px;
    line-height: normal;
    margin-top: 20px;
    display: block;
    color: #f77b6f;
}
.f-box > p {
    font-size: 12px;
    color: #666;
    /* font-style: italic; */
}
.f-box:hover, .f-box.active {
    background: #f77b6f;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    min-height: 210px;
    margin-bottom: 20px;
    transition-duration: 500ms;
    transition-property: width, background;
    transition-timing-function: ease;
    -webkit-transition-duration: 500ms;
    -webkit-transition-property: width, background;
    -webkit-transition-timing-function: ease;
}
.f-box1.active {
    background: #f77b6f;
}
.f-box1.active > ul.ll-service > li {
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.4)
}
.f-box1 > ul.ll-service > li:last-child {
    border-bottom: none;
}
.f-box1 > ul.ll-service > li {
    padding: 15px 20px;
    text-align: center;
}


.f-box:hover i, .f-box.active i{
    font-size: 50px;
    line-height: normal;
    margin-top: 20px;
    display: block;
    color: #fff;


}
.f-box:hover > p {
    color: #e7e7e7
}
.f-box:hover h2, .f-box.active h2 {
    color: #fff;
}
.f-box1 h2 {
    height: 80px;
    line-height: 80px;
    background-color: #000;
    color: #fff;
    font-weight: 200;
    font-size: 24px;
}
.f-box1.active h2 {
    background-color: #cb5e54;
    color: #fff;
    font-weight: 200
}
.f-box.active > p {
    color: #e7e7e7;
}
.f-box h2{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    
}
.f-text {
    font-size: 14px;
    font-weight: 300;
}

/*service*/
.ll-service > li {
    overflow: hidden;
    margin: 10px 0;
    border-bottom: 1px solid #e8e8e8;
    padding-left: 20px;
    list-style: disc;
}
.ll-service > li > p {
    float: left;
    width: 80%;
    font-size: 20px;
    color: #777777;
}
.ll-service > li > p > i {
    display: block;
    font-size: 12px;
    color: #838383;
    font-style: normal;
}
.ll-service > li > span {
    margin-right: 10px;
    display: inline-block;
    float: left;
    width: 45px;
    height: 45px;
    background: url("../images/dec_bg.png") no-repeat left center;
}
.ll-service > li > span {
    text-align: center;
}
.ll-service > li > span > small.iconfont {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
}
.company-service > img {
    width: 100%;
}

/*quote*/

.quote {
    margin: 40px 0 60px 0;
    display: inline-block;
    width: 100%;
}

.quote-info {
    background: #475168;
    padding: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    min-height: 90px;
    text-align: center;
}
.btn-danger {
    /*padding: 20px;*/
    /*min-height: 75px;*/
}

.quote-info h1 {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
}
.quote-info h1 > span {
    display: inline-block;
    margin-left: 30px;
    font-size: 26px;
    vertical-align: middle;
    color: #ff7265
}
.quote-info p {
    color: #9eb3c4;
    font-weight: 300;
    margin: 0;
}

.purchase-btn {
    padding: 20px 0;
    width: 100%;
    min-height: 90px;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}
.purchase-btn > span {
    display: block;
    font-size: 14px;
}

.accordion {
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
}

/*tabs*/

.tab {
    background: #f4f4f4;
}

.tab .nav > li > a {
    padding: 18px 15px;
}

.tab-bg-dark-navy-blue {
    background:#6f6f6f;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    padding: 0;
}

.tab-bg-dark-navy-blue .nav > li > a:hover, .tab-bg-dark-navy-blue .nav > li > a:focus {
    background-color: #f4f4f4;
    text-decoration: none;
}


.panel-heading .nav > li > a,
.panel-heading .nav > li.active > a, .panel-heading .nav > li.active > a:hover, .panel-heading .nav > li.active > a:focus {
    border-width: 0;
    border-radius: 0;
}

.panel-heading .nav > li > a {
    color: #fff;
}

.panel-heading .nav > li.active > a, .panel-heading .nav > li > a:hover {
    color: #6f6f6f;
    background: #f4f4f4;
}

.panel-heading .nav > li:first-child.active > a, .panel-heading .nav > li:first-child > a:hover {
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
}

.tab .nav-tabs.nav-justified > li {
    border-right: 1px solid #f4f4f4;
}

.tab .nav-tabs.nav-justified > li:last-child {
    border-right: none;
}

.p-head {
    color: #F77B6F;
    font-size: 14px;
    font-weight: 400;
}

.cmt-head {
    font-size: 14px;
    font-weight: 400;
}

.p-thumb img {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 50px;
    width: 50px;
}




/*contact*/

.contact-map {
    margin-top: -40px;
    margin-bottom: 40px;
}

.contact-form {
    margin-bottom: 20px;
}
.address {
    margin-top: 50px;
}
.address h4 {
    color: #475168;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/*about us*/
.breadcrumbs {
    background: #475268;
    /* background: #f4f4f4;  */

    
    color: #fff;
    padding: 1px 0;
    /*margin-bottom: 40px;*/
}

.breadcrumb {
    margin-bottom: 0;
    background: none;
}

.breadcrumb li a{
    color: #f77b6f;
}

.breadcrumb li.active {
    color: #fff;
}

.breadcrumbs h1 {
    font-size: 24px;
    font-weight: 600;
    margin: 3px 0 0;
    text-transform: uppercase;
}
.about-us img {
    width: 100%;
}

.carousel-control.left, .carousel-control.right {
    background: none;
}

.carousel-control {
    /*background: #000000 !important;*/
    top: 110%;
    color: #FFFFFF;
    font-size: 20px;
    left: 0;
    line-height: 48px;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    width: 10%;
}
.carousel-control.left {
    left: 40%;
}
.carousel-control.right {
    right: 40%;
}

.carousel-control:hover {
    background: rgba(212,108,94,.8) !important;
    color: #FFFFFF;
    /*opacity: 0.6;*/
    text-decoration: none;
}

.carousel-control:hover, .carousel-control:focus {
    opacity: 0.6;
}
.carousel-caption {
    background: rgba(0,0,0,0.6);
    padding-bottom: 0px;

    bottom: 0;
    color: #FFFFFF;
    left: 0 !important;
    padding-bottom: 5px;
    padding-top: 10px;
    position: absolute;
    right: 0 !important;
    text-align: center;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    z-index: 10;
}

.about h3 {
    /*text-transform: uppercase;*/
    color: #475168;
    
    margin-top: 0;
}

.col-lg-2 > p.text-center {
    margin-top: 50px;
}
.col-lg-2 > p.text-center > img {
    width: 100%;
}


.gray-box {
    /*background: #f2f2f2;*/
    padding: 30px 0;
}

.progress {
    background-color: #E1E1E1;
}



/*footer*/

.footer {
    background: #475268;
    color: #fff;
    padding: 50px 0;
    margin-top: 50px;
    display: inline-block;
    width: 100%;
    font-weight: 300;
}

.footer h1 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'Fjalla One', sans-serif;
}


.footer address a {
    color: #f37c6b;
}

.dark-text {
    color: #797d87;
}

.yellow-txt {
    color: #ffe582;
}


/*property*/

.property {
    padding: 100px 0;
    margin-bottom: 60px;
}

.gray-bg {
    background: #f4f4f4;
}
.blue-bg {
    background: #464f69;
}

.property h1 {
    color: #475168;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 30px;
}

a.btn-purchase {
    background: #475168;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 40px;
    margin-top: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
a.btn-purchase:hover, a.btn-purchase:focus{
    background: #F77B6F;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}
.ll-btns {
    margin: 20px 0px;
}

.col-4 .item {
    width: 23%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.col-4 .item img {
    height: 230px;
}

.item img {
    width: 100%;
    height: 100%;
}

.text-grid a {
    color: #fff;
}

.text-grid div {
    padding: 0 10px;
}

.text-grid p {
    margin-bottom: 10px;
}

/**industry**/
.bxslider > li > div > img {
    border-radius: 10px;
}


/*product*/
.round {
    float: left;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background-color: #ff7265;
    text-align: center;
    color: #fff;
    margin-right: 30px;
}
.content {
    display: block;
    /*float: right;
    width: 80%*/
}
.content h3 {
    margin-top: 0;
    color: #475168;
    font-size: 20px;
}
.services {
    overflow: hidden;
    display: block;
    margin-bottom: 40px;
}

/*company*/
.company {
    text-align: center;
}
.company > img {
    display: inline-block;
}

/*----*/
.ll-nav {
    margin-top: 30px;
    margin-right: 50px;
}
.mbol15 {
    margin-left: 15px;
}
.logo{
	height:58px;
	width:auto;
	}