
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
}

strong {
    font-weight: 500;
}

a, a:hover, a:focus {
    color: #66d6c5;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

h1, h2 {
    margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
    text-transform: uppercase;
}

h3 {
    font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
    text-transform: uppercase;
}

img {
    max-width: 100%;
}

.medium-paragraph {
    font-size: 18px;
    line-height: 32px;
}

.colored-text {
    color: #66d6c5;
}

::-moz-selection {
    background: #66d6c5;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #66d6c5;
    color: #fff;
    text-shadow: none;
}


/***** Loader *****/

.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden !important;
    z-index: 99999;
}

.loader-img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    width: 60px;
    height: 60px;
    background: url(../img/loading.gif) center center no-repeat;
}

.copyrights {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

/***** General style, all sections *****/

.section-container {
    margin: 0 auto;
    padding-bottom: 80px;
}

.section-container-gray-bg {
    background: #f8f8f8;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
}

.section-container-image-bg,
.section-container-image-bg h2,
.section-container-image-bg h3 {
    color: #fff;
}

.section-container-image-bg .divider-1 span {
    border-color: #fff;
}

.section-description {
    margin-top: 60px;
    padding-bottom: 10px;
}

.section-description p {
    margin-top: 20px;
    padding: 0 120px;
}

.section-container-image-bg .section-description p {
    opacity: 0.8;
}

.section-bottom-button {
    padding-top: 60px;
}

.btn-link-1 {
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    padding: 16px 20px 0 20px;
    background: #66d6c5;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active {
    outline: 0;
    opacity: 0.6;
    color: #fff;
}

.btn-link-2 {
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    padding: 16px 20px 0 20px;
    background: #444;
    background: rgba(0, 0, 0, 0.3);
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.btn-link-2:hover, .btn-link-2:focus,
.btn-link-2:active, .btn-link-2:active:focus {
    outline: 0;
    opacity: 0.6;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}


/***** Divider *****/

.divider-1 span {
    display: inline-block;
    width: 200px;
    border-bottom: 1px dotted #aaa;
}


/***** Top menu *****/

.navbar {
    margin-bottom: 0;
    background: #444;
    border: 0;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
}

.navbar.navbar-no-bg {
    background: none;
}

ul.navbar-nav {
    font-size: 16px;
    color: #fff;
}

.navbar-inverse ul.navbar-nav li a {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    opacity: 0.8;
}

.navbar-inverse ul.navbar-nav li a:hover {
    color: #fff;
    opacity: 1;
}

.navbar-inverse ul.navbar-nav li a:focus {
    color: #fff;
    outline: 0;
    opacity: 1;
}

.navbar-brand {
    width: 160px;
    height: 60px;
    background: url(../img/SRM-logo.png) left center no-repeat;
    background-size: 80%;
    /* background-position-x: -5px; */
    text-indent: -99999px;
}

.navbar-toggle {
    margin-top: 13px;
    margin-bottom: 13px;
}


/***** Top content *****/

.inner-bg {
    padding: 280px 0;
    background-color: rgba(0, 0, 0, 0);
}

.top-content .text {
    color: #fff;
}

.top-content .text h1 {
    color: #fff;
}

.top-content .description {
    margin: 20px 0 10px 0;
}

.top-content .description p {
    opacity: 0.8;
}

.top-content .top-big-link {
    margin-top: 35px;
}

/****  news inner-bg  ****/
.inner-bg-news {
    height: 560px;
}

.top-content .text-news {
    color: #fff;
    margin-top: 200px;
}

.top-content .text-news h1 {
    color: #fff;
}

.top-content .description-news {
    margin: 20px 0 10px 0;
}

.top-content .description-news p {
    opacity: 0.8;
    font-size: 20px;
}

.top-content .top-big-link {
    margin-top: 35px;
}

/***** Features *****/

.features-box {
    padding-top: 30px;
    /*lxh 修改*/
    /*	width: 390px;
        height: 465px;*/
}

.features-box .features-box-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background: #f8f8f8;
    font-size: 60px;
    color: #555;
    line-height: 120px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
}

.features-box .features-box-icon:hover {
    background: #66d6c5;
}

.features-box h3 {
    margin-top: 15px;
    padding: 10px 0;
}

/* lxh 新闻图片 */
.features-box .features-box-img {
    width: 370px;
    height: 220px;
    margin: 0 auto;
    background: #f8f8f8;
    font-size: 60px;
    color: #555;
    line-height: 120px;
    /* -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; */
    /* -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s; */
}

.features-box .more-newsDetile {
    margin-left: 275px;
    float: bottom;
    color: #888;
}

/* lxh 解决方案 */
.features-box-solutions-img {
    width: 780px;
    height: 280px;
    /* margin-left: 7.5px; */
    display: inline-block;
    /* background: url(../img/solutions/banner-solutions.jpg); */
    /* background-size: 780px 280px; */
}

.features-box-solutions {
    height: 280px;
    width: 390px;
    position: relative;
    right: 15px;
    display: inline-block;
    z-index: 100;
    background-color: #101010;
}

.features-box-solutions .more-solutionsDetile {
    margin-top: 20px;
    color: #F6F6F6;
}

.features-box-solutions .solutions-title {
    color: #F2F2F2;
}

/* lxh 关于我们 */
.features-box-about-img {
    width: 100%;
}

.features-box-about-img-xxcyy {
    width: 100%;
    height: 370px;
}

.features-box-about-img-xh {
    width: 60%;
    cursor: pointer;
}

/* lxh 新闻、方案、案例内容 */
.xh-zhaiyao {
    text-align: left;
    line-height: 25px;
    font-size: 14px;
    color: #666;
}

.xh-zhaiyao-img {
    width: 65%;
}

.xh-title {
    margin-top: 25px;
    font-size: 16px;
    text-align: left;
    color: #666;
}

.xh-text {
    line-height: 25px;
    margin-top: 25px;
    text-align: left;
    font-size: 14px;
    color: #666;
}


/***** More features *****/

.more-features-container {
    padding-bottom: 60px;
}

.more-features-box {
    margin-top: 30px;
    margin-bottom: 20px;
}

.more-features-box-text {
    margin-top: 40px;
    padding-left: 30px;
    overflow: hidden;
    text-align: left;
}

.more-features-box-text:first-child {
    margin-top: 20px;
}

.more-features-box-text-left {
    padding-left: 0;
    padding-right: 30px;
}

.more-features-box-text-icon {
    float: left;
    width: 60px;
    height: 60px;
    padding-top: 6px;
    background: #66d6c5;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 32px;
    color: #555;
    line-height: 40px;
    text-align: center;
}

.more-features-box-text-icon i {
    vertical-align: middle;
}

.more-features-box-text h3 {
    float: right;
    width: 86%;
    margin-top: 0;
}

.more-features-box-text-description {
    float: right;
    width: 86%;
}


/***** Great support *****/

.great-support-container {
    padding-bottom: 60px;
}

.great-support-box {
    margin-top: 30px;
    margin-bottom: 20px;
}

.great-support-box-text {
    margin-top: 40px;
    padding-left: 30px;
    overflow: hidden;
    text-align: left;
}

.great-support-box-text:first-child {
    margin-top: 20px;
}

.great-support-box-text-left {
    padding-left: 0;
    padding-right: 30px;
}

.great-support-box-text h3 {
    margin-top: 0;
}

.great-support-box-text .medium-paragraph {
    margin-top: 20px;
    margin-bottom: 20px;
}


/***** How it works *****/

.how-it-works {
    padding-bottom: 30px;
}

.how-it-works-box {
    padding-top: 15px;
    padding-bottom: 15px;
}

.how-it-works-box .how-it-works-box-icon {
    font-size: 74px;
    line-height: 80px;
}

.how-it-works-box h3 {
    margin-top: 15px;
}

.how-it-works-box p {
    opacity: 0.8;
}


/***** Testimonials *****/

.testimonials-container {
    padding-bottom: 70px;
    /*lxh 我们的客户背景颜色*/
    background-color: #f5f5f5;
}

.testimonial-list {
    margin-top: 30px;
    text-align: center;
}

.testimonial-list .testimonial-image img {
    max-width: 160px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.testimonial-list .testimonial-text {
    margin-top: 30px;
}

.testimonial-list .nav-tabs {
    margin-top: 30px;
    border: 0;
}

.testimonial-list .nav-tabs li {
    float: none;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.testimonial-list .nav-tabs li a {
    width: 14px;
    height: 14px;
    padding: 0;
    background: #ddd;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.testimonial-list .nav-tabs li a:hover {
    border: 0;
    background: #66d6c5;
}

.testimonial-list .nav-tabs li.active a {
    background: #66d6c5;
}

.testimonial-list .nav-tabs li.active a:focus {
    border: 0;
}


/***** Call to action *****/

.call-to-action-container .section-bottom-button {
    padding-top: 30px;
}


/***** About us *****/

.about-us-container {
    padding-bottom: 65px;
}

.about-us-box {
    padding-top: 30px;
    padding-bottom: 15px;
}

.about-us-box .about-us-photo {
    /*lxh*/
    width: 160px;
    height: 160px;
    margin: 0 auto;
}

.about-us-box .about-us-photo img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    /*lxh*/
    width: 160px;
    height: 160px;
}

.about-us-box .about-us-social {
    margin-top: 5px;
    font-size: 32px;
    line-height: 36px;
}

.about-us-box .about-us-social a {
    margin: 0 4px;
    color: #ddd;
}

.about-us-box .about-us-social a:hover, .about-us-box .about-us-social a:focus {
    color: #66d6c5;
}


/***** 新闻中心 *****/

.news-container {
    padding-bottom: 65px;
}

.about-us-box {
    padding-top: 30px;
    padding-bottom: 15px;
}

.about-us-box .about-us-photo-xh {
    width: 300px;
    height: 160px;
    margin: 0 auto;
}

.about-us-box .about-us-photo-xh img {
    /*-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;*/
    width: 300px;
    height: 160px;
}

.about-us-box .about-us-social {
    margin-top: 5px;
    font-size: 32px;
    line-height: 36px;
}

.about-us-box .about-us-social a {
    margin: 0 4px;
    color: #ddd;
}

.about-us-box .about-us-social a:hover, .about-us-box .about-us-social a:focus {
    color: #66d6c5;
}


/***** Footer *****/

footer {
    padding: 80px 0 80px 0;
    background: #333;
    border-top: 1px dotted #ddd;
    /* height: 300px; */
}

/* lxh */
/* .footer{padding-bottom: 70px; background: #5e6664;} */
/* .footer .footer-web{padding-top: 50px; padding-bottom: 63px;} */
.footer .footer-web a {
    color: #a5aaa9;
    line-height: 22px;
    margin-right: 20px;
    transition: 0.3s;
}

.footer .footer-web a:hover {
    color: #dce1e0;
    transition: 0.3s;
}

.footer .footer-contact {
    color: #FFF;
}

.footer .footer-contact .contact-top {
    padding-top: 20px;
    line-height: 30px;
}

.footer .footer-contact .contact-bottom {
    line-height: 35px;
}

.footer-social {
    font-size: 42px;
    line-height: 42px;
}

.footer-social a {
    display: inline-block;
    /* 	width: 60px;
        height: 60px; */
    margin: 0 5px;
    padding-top: 7px;
    /* background: #eee; */
    /* -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; */
    font-size: 14px;
    color: #DCDCDC;
    line-height: 40px;
    text-align: center;
}

.footer-social a:hover, .footer-social a:focus {
    color: #fff;
}

/* .footer-social a i { vertical-align: middle; } */

.footer-copyright {
    margin-top: 25px;
}

.footer-phone {
    margin-top: 25px;
    /* margin-left: -100px; */
    align: left;
}

.contact-bottom {
    margin-top: 10px;
}


/*lxh 首页字体*/
.xh-rofou-next {
    font-size: 16px;
}

.xh-product-text {
    font-size: 16px;
    line-height: 30px;
}

.xh-move-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px;
}

.xh-advantage-text {
    font-size: 16px;
}

.xh-client-name {
    font-size: 18px;
    color: #66d6c5;
}

.xh-client-text {
    font-size: 16px;
    line-height: 30px;
}

.xh-ab-us-text {
    font-size: 16px;
}

.xh-index-news-title {
    padding: 20px 0 20px 0;
}

.xh-index-news-text {
    text-align: left;
    font-size: 14px;
    line-height: 25px;
    width: 280px;
    margin-left: 40px;
}

.xh-solution-text {
    line-height: 28px;
}

/*lxh 面包屑导航条背景*/
.navbar-news {
    background: #444;
}

/*lxh footer*/
.xh-footer {
    margin-left: -140px;
}

.xh-footer-2 {
    display: inline-block;
    margin-left: -130px;
}

.xh-footer-3 {
    right: -250px;
}

/*新闻资讯页*/
.xh-new-title-de {
    font-size: 20px;
}

.xh-new-abstract-de {
    line-height: 24px;
    text-align: left;
}

/*=======================================================lxh 2020-10-21==============================================================*/
/*产品功能页*/
.features-box-icon-xh {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    /*background: #f8f8f8;*/
    font-size: 60px;
    color: #555;
    line-height: 120px;
    /*-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;*/
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
}

.product-iconcss{
    background: #66d6c5;
    color: #fff;
}

/*.product-icon1none{
    display: none;
}

.product-icon2inlineblock{
    display: inline-block;
}*/

/*.features-box-xh:active{
    background: #66d6c5;
    color: #fff;
}

.features-box-xh:active .product-icon1{
    display: none;
}

.features-box-xh:active .product-icon2{
    display: inline-block;
}*/

.features-box-xh:hover {
    background: #66d6c5;
    cursor: pointer;
}

.features-box-xh:hover h4 {
    color: #ffffff;
}

.features-box-xh .product-icon2 {
    display: none;
}

.features-box-xh:hover .product-icon1 {
    display: none;
}

.features-box-xh:hover .product-icon2 {
    display: inline-block;
}

.features-box-xh {
    height: 140px;
}

.features-box-xh h4 {
    margin-top: -50px;
    padding: 10px 0;
    font-size: 16px;
}

.product-icon {
    /*position: relative;*/
    width: 30%;
    height: 30%;
    margin-top: -30px;
}

.product-d-m .medium-paragraph {
    margin-top: -7px;
}

.product-d-m-2 {
    margin-top: -20px;
}

.product-model2 {
    margin-top: 0px;
    text-indent: -2em;
    margin-left: 2em;
}

.product-yuandian {
    width: 10px;
    height: 10px;
}

.product-phone-div {
    overflow: hidden;
    height: 500px;
    width: 620px;
    margin-left: -210px;
}

.product-ipad {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-left: -100px;
}

.product-iphone {
    position: absolute;
    z-index: 2;
    margin-left: -180px;
    margin-top: 200px;
    width: 40%;
}

.product-phone-div-next{
    margin-left: 70px;
}

.product-mac-div {
    overflow: hidden;
    position: absolute;
    margin-left: 450px;
}

.product-mac {
    position: relative;
    width: 100%;
    height: 537px;
    margin-left: 125px;
    z-index: 100;
}

.product-model3 {
    margin-left: -100px;
    width: 700px;
    height: 550px;
}

.product-model4-text {
    font-size: 18px;
    margin-bottom: 20px;
}

.features-box-icon-upload {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background: #f8f8f8;
    font-size: 60px;
    color: #555;
    line-height: 120px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
}

.product-Gnimg{
    position: absolute;
	width: 90%;
}

.product-Gnimg-div{
    position: absolute;
    margin-left: 300px;
    margin-top: -120px;
}

.product-ph-1{
    margin-left: -50px;
    margin-bottom: -20px;
}

.product-more{
    margin-left: -5px;
    margin-top: -80px;
}

.medium-paragraph-xh{
    margin-top: 20px;
    margin-bottom: 20px;
}

/*
.product-order2{
    margin-top: 20px;
}
*/


/*=======================================================ljy 2020-11-10==============================================================*/
.ljy-footer-social {
    font-size: 42px;
    line-height: 42px;
    height: auto;
    float: left;
    text-align: left;
}

.ljy-footer-social a {
    display: inline-block;
    /* 	width: 60px;
        height: 60px; */
    margin: 0 5px;
    padding-top: 7px;
    /* background: #eee; */
    /* -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; */
    font-size: 14px;
    color: #DCDCDC;
    line-height: 40px;
    text-align: left;
}













