html {
    overflow-x: hidden;
    padding: 0px;
    margin: 0px
}

body {
    font-size: 14px;
    line-height: 1.8;
    word-wrap: break-word;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.arlo_tm_wrapper_all,
.arlo_tm_section,
.arlo_tm_content {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#ripple {
    position: relative;
    z-index: 0;
}

.arlo_tm_content {
    position: relative;
    z-index: 2;
}

::-webkit-input-placeholder {
    color: #333;
}

:-moz-placeholder {
    color: #333;
    opacity: 1;
}

::-moz-placeholder {
    color: #333;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #333;
}

::-ms-input-placeholder {
    color: #333;
}

::placeholder {
    color: #333;
}

.arlo_tm_preloader {
    position: fixed;
    background-color: #fff;
    z-index: 9999999;
    height: 100%;
    width: 100%;
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.arlo_tm_preloader .spinner_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 33333;
}

.arlo_tm_preloader.loaded {
    opacity: 0;
    visibility: hidden;
}

.arlo_tm_preloader:before,
.arlo_tm_preloader:after {
    content: "";
    position: absolute;
    height: 50%;
    width: 100%;
    background-color: #041230;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}

.arlo_tm_preloader:before {
    top: 0;
    left: 0;
}

.arlo_tm_preloader:after {
    bottom: 0;
    left: 0;
}

.arlo_tm_preloader.loaded:before,
.arlo_tm_preloader.loaded:after {
    height: 0%;
}


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


/*	02) ARLO CONTENT
/*---------------------------------------------------*/

.arlo_tm_leftpart_wrap {
    width: 300px;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    background-color: #041230;
    z-index: 100;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.arlo_tm_leftpart_wrap.hide {
    left: -300px;
}

.arlo_tm_leftpart_wrap.opened {
    left: -300px;
}

.arlo_tm_leftpart_wrap .logo_wrap {
    background-color: #041230;
    padding: 30px 20px;
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.arlo_tm_leftpart_wrap .menu_list_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding: 0px 20px 0px 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.arlo_tm_leftpart_wrap .menu_list_wrap ul {
    margin: 0px;
    list-style-type: none;
}

.arlo_tm_leftpart_wrap .menu_list_wrap ul li {
    padding-left: 30px;
    margin: 0px;
}

.arlo_tm_leftpart_wrap .menu_list_wrap ul li:last-child {
    margin-bottom: 0px;
}

.arlo_tm_leftpart_wrap .menu_list_wrap ul li a {
    text-decoration: none;
    color: #fff;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-bottom: 11%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.arlo_tm_leftpart_wrap .menu_list_wrap ul li a:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 0px;
    background-color: #e43022;
    top: 14px;
    transform: translateY(-50%);
    left: 100%;
    margin-left: 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.arlo_tm_leftpart_wrap .menu_list_wrap ul li a:hover {
    color: #e43022;
    font-size: 17px;
    margin-left: 5px;
    font-weight: bold;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.arlo_tm_leftpart_wrap .menu_list_wrap ul li a:hover:before {
    width: 35px;
}

.arlo_tm_leftpart_wrap .leftpart_bottom {
    position: absolute;
    left: 60px;
    bottom: 38px;
}

.arlo_tm_leftpart_wrap .leftpart_bottom .social_wrap {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    left: -5px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.arlo_tm_leftpart_wrap .leftpart_bottom .social_wrap ul {
    margin: 0px;
    list-style-type: none;
}

.arlo_tm_leftpart_wrap .leftpart_bottom .social_wrap ul li {
    margin: 0px 10px 0px 0px;
    display: inline-block;
}

.arlo_tm_leftpart_wrap .leftpart_bottom .social_wrap ul li:last-child {
    margin-right: 0px;
}

.arlo_tm_leftpart_wrap .leftpart_bottom .social_wrap ul li a {
    text-decoration: none;
    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;
}

.arlo_tm_leftpart_wrap .leftpart_bottom .social_wrap ul li a:hover {
    color: #e43022;
}

.arlo_tm_leftpart_wrap .arlo_tm_resize {
    position: absolute;
    right: 0px;
    bottom: 20%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #e43022;
    display: inline-block;
    text-decoration: none;
    z-index: 200;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.arlo_tm_leftpart_wrap .arlo_tm_resize.opened {
    right: -30px;
}

.arlo_tm_leftpart_wrap .arlo_tm_resize i {
    color: #fff;
    transform: rotate(0deg);
    position: absolute;
    left: 6px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.arlo_tm_leftpart_wrap .arlo_tm_resize i.opened {
    transform: rotate(-180deg);
}

.arlo_tm_rightpart {
    width: 100%;
    height: auto;
    float: left;
    padding-left: 280px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.arlo_tm_rightpart.full {
    padding-left: 0px;
}

.arlo_tm_rightpart.opened {
    padding-left: 0px;
}

.arlo_tm_rightpart .rightpart_inner {
    width: 100%;
    height: auto;
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.arlo_tm_hero_header_wrap {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.arlo_tm_universal_box_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.arlo_tm_universal_box_wrap .content {
    width: 100%;
    z-index: 25;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 750px) {
    .arlo_tm_universal_box_wrap .content iframe {
        height: 460px;
    }
}

@media only screen and (min-width: 751px) {
    .arlo_tm_universal_box_wrap .content iframe {
        height: 520px;
    }
}

@media only screen and (min-width: 1000px) {
    .arlo_tm_universal_box_wrap .content iframe {
        height: 660px;
    }
}

@media only screen and (min-width: 1200px) {
    .arlo_tm_universal_box_wrap .content iframe {
        height: 760px;
    }
}

@media only screen and (min-width: 1400px) {
    .arlo_tm_universal_box_wrap .content iframe {
        height: 860px;
    }
}


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


/*	03) ARLO ABOUT
/*---------------------------------------------------*/

.cp_list {
    width: 100%;
    overflow: hidden;
}

.cp_list li {
    background: #e43022;
    width: 19.2%;
    float: left;
    margin-right: 0.5%;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

@media only screen and (max-width: 750px) {
    .cp_list li {
        width: 48%;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 751px) {
    .cp_list li {
        width: 32%;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 1000px) {
    .cp_list li {
        width: 19.2%;
        margin-bottom: 20px;
    }
}

.cp_list li:hover {
    background: #181a2f
}

.cp_list li a {
    color: #fff
}

.arlo_tm_title_holder {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    text-align: left;
    padding-bottom: 40px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.arlo_tm_title_holder.contact {
    padding-bottom: 93px;
}

.arlo_tm_title_holder h3 {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -.5px;
    line-height: 1;
    color: #041230;
    line-height: 50px;
}

.arlo_tm_title_holder h3 span {
    color: #e43022;
    text-transform: uppercase;
    font-weight: 600;
}

@media only screen and (max-width: 750px) {
    .arlo_tm_title_holder h3 {
        font-size: 32px;
    }
    .arlo_tm_title_holder h3 span {
        font-size: 28px;
    }
    .arlo_tm_title_holder span {
        font-size: 14px;
        color: #041230;
        line-height: 25px;
    }
}

@media only screen and (min-width: 751px) {
    .arlo_tm_title_holder h3 {
        font-size: 42px;
    }
    .arlo_tm_title_holder h3 span {
        font-size: 38px;
    }
    .arlo_tm_title_holder span {
        font-size: 15px;
        color: #041230;
        line-height: 28px;
    }
}

@media only screen and (min-width: 1001px) {
    .arlo_tm_title_holder h3 {
        font-size: 42px;
    }
    .arlo_tm_title_holder h3 span {
        font-size: 38px;
    }
    .arlo_tm_title_holder span {
        font-size: 16px;
        color: #041230;
        line-height: 33px;
    }
}

@media only screen and (min-width: 1200px) {
    .arlo_tm_title_holder h3 {
        font-size: 46px;
    }
    .arlo_tm_title_holder h3 span {
        font-size: 42px;
    }
    .arlo_tm_title_holder span {
        font-size: 16px;
        color: #041230;
        line-height: 33px;
    }
}

@media only screen and (min-width: 1400px) {
    .arlo_tm_title_holder h3 {
        font-size: 50px;
    }
    .arlo_tm_title_holder h3 span {
        font-size: 48px;
    }
    .arlo_tm_title_holder span {
        font-size: 16px;
        color: #041230;
        line-height: 33px;
    }
}

.arlo_tm_about_wrapper_all {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.arlo_tm_main_title_holder {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    text-align: left;
    margin-bottom: 120px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.arlo_tm_main_title_holder.about {
    text-align: left;
    margin-bottom: 0px;
    padding: 0px;
}

.arlo_tm_main_title_holder h3 {
    font-weight: 900;
    font-family: "Montserrat";
    color: #041230;
    font-size: 30px;
    line-height: 1;
}

.arlo_tm_main_title_holder h3 span {
    position: relative;
}

.arlo_tm_main_title_holder h3 span:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 4px;
    background-color: #041230;
    letter-spacing: 0px;
    bottom: -10px;
}

.arlo_tm_about_wrapper_all {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    background: url("../images/pic30.png");
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.arlo_tm_main_title_holder {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    text-align: left;
    margin-bottom: 120px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.arlo_tm_main_title_holder.about {
    text-align: left;
    margin-bottom: 0px;
    padding: 0px;
}

.arlo_tm_main_title_holder h3 {
    font-weight: 900;
    font-family: "Montserrat";
    color: #041230;
    font-size: 30px;
    line-height: 1;
}

.arlo_tm_main_title_holder h3 span {
    position: relative;
}

.arlo_tm_main_title_holder h3 span:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 4px;
    background-color: #041230;
    letter-spacing: 0px;
    bottom: -10px;
}

.arlo_tm_about_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    margin-top: -6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 1200px) {
    .arlo_tm_about_wrap {
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 1201px) {
    .arlo_tm_about_wrap {
        padding-bottom: 90px;
    }
}

.arlo_tm_about_wrap .author_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333
}

.arlo_tm_about_wrap .leftbox {
    float: left;
    height: auto;
    padding-right: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.arlo_tm_about_wrap .leftbox img {
    max-width: 100%
}

.arlo_tm_about_wrap .leftbox .about_image_wrap {
    position: relative;
}

.arlo_tm_about_wrap .leftbox .about_image_wrap .image {
    position: absolute;
    z-index: 2;
}

.arlo_tm_about_wrap .leftbox .about_image_wrap .image .inner {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.arlo_tm_about_wrap .leftbox .about_image_wrap .border .inner {
    position: absolute;
    top: 25px !important;
    bottom: -25px !important;
    left: 25px !important;
    right: -25px !important;
    border: 10px solid #041230;
}

.arlo_tm_about_wrap .leftbox .about_image_wrap img {
    opacity: 0;
}

.arlo_tm_about_wrap .rightbox {
    width: 65%;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.arlo_tm_about_wrap .subtitle {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.arlo_tm_about_wrap .subtitle p {
    font-family: "Montserrat";
    color: #333;
    font-size: 15px;
    font-weight: 600;
}

.arlo_tm_about_wrap .definition {
    margin-bottom: 15px;
}

.arlo_tm_about_wrap .definition p {
    color: #333;
}

.arlo_tm_about_wrap .definition p strong {
    color: #E3872D;
}

@media only screen and (max-width: 750px) {
    .arlo_tm_about_wrap .definition p {
        font-size: 15px;
        line-height: 30px;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 751px) {
    .arlo_tm_about_wrap .definition p {
        font-size: 16px;
        line-height: 32px;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 1000px) {
    .arlo_tm_about_wrap .definition p {
        font-size: 15px;
        line-height: 28px;
    }
}

@media only screen and (min-width: 1200px) {
    .arlo_tm_about_wrap .leftbox {
        margin-right: 5%;
    }
    .arlo_tm_about_wrap .definition p {
        font-size: 14px;
        line-height: 28px;
    }
}

@media only screen and (min-width: 1400px) {
    .arlo_tm_about_wrap .leftbox {
        margin-right: 3%;
    }
    .arlo_tm_about_wrap .definition p {
        font-size: 15px;
        line-height: 28px;
    }
}

@media only screen and (min-width: 1600px) {
    .arlo_tm_about_wrap .leftbox {
        margin-right: 2%;
    }
    .arlo_tm_about_wrap .definition p {
        font-size: 16px;
        line-height: 36px;
    }
}

.arlo_tm_about_wrap .about_short_contact_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    margin-bottom: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.arlo_tm_about_wrap .arlo_tm_main_title_holder {
    margin-bottom: 40px;
}

.arlo_tm_about_wrap .about_short_contact_wrap ul {
    margin: 0px;
    list-style-type: none;
}

.arlo_tm_about_wrap .about_short_contact_wrap ul li {
    margin: 0px 0px 10px 0px;
    width: 50%;
    float: left;
}

.arlo_tm_about_wrap .about_short_contact_wrap ul li:nth-of-type(2n) {
    clear: right;
}

.about_short_contact_wrap ul li label {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 13px;
    color: #000;
    min-width: 85px;
    display: inline-block;
}

.arlo_tm_about_wrap .about_short_contact_wrap ul li a {
    text-decoration: none;
    color: #000;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.arlo_tm_about_wrap .about_short_contact_wrap ul li a:hover {
    color: #BD0A0D;
}

.arlo_tm_about_wrap .buttons_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.arlo_tm_about_wrap .buttons_wrap ul {
    margin: 0px;
    list-style-type: none;
}

.arlo_tm_about_wrap .buttons_wrap ul li {
    margin: 0px 30px 10px 0px;
    float: left;
}

.arlo_tm_about_wrap .buttons_wrap ul li:last-child {
    margin-right: 0px;
}

.arlo_tm_about_wrap .buttons_wrap ul li a span {
    position: relative;
    z-index: 2;
}

.arlo_tm_about_wrap .buttons_wrap ul li a {
    text-decoration: none;
    color: #fff;
    background-color: #E3872D;
    font-weight: 600;
    font-family: "Montserrat";
    padding: 12px 35px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    ;
}

.arlo_tm_about_wrap .buttons_wrap ul li a:before {
    position: absolute;
    content: "";
    top: 0px;
    height: 100%;
    left: -25%;
    width: 0%;
    background-color: #041230;
    transform: skew(50deg);
    transition-duration: .6s;
    z-index: 1;
}

.arlo_tm_about_wrap .buttons_wrap ul li a:hover:before {
    width: 180%;
}

.arlo_tm_skills_wrap,
.arlo_tm_skills_wrap .inner_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.arlo_tm_skills_wrap {
    background: url("../images/about.jpg") center;
    padding: 100px 0px;
    margin-bottom: 50px;
    color: #fff;
}

.arlo_tm_skills_wrap .inner_wrap {
    display: flex;
}

.arlo_tm_skills_wrap .leftbox {
    width: 40%;
    height: auto;
    clear: both;
    float: left;
    padding-right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.arlo_tm_skills_wrap .rightbox {
    width: 60%;
    height: auto;
    clear: both;
    float: right;
    padding-left: 65px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.progress_bar_wrap_total {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    margin-bottom: 10px;
    position: relative;
    margin-top: -4px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.arlo_tm_progress_wrap[data-size="big"] .arlo_tm_progress .arlo_tm_bar_bg {
    height: 40px;
}

.arlo_tm_progress_wrap[data-size="small"] .arlo_tm_progress .arlo_tm_bar_bg {
    height: 5px;
}

.arlo_tm_progress_wrap[data-round="a"] .arlo_tm_progress .arlo_tm_bar_bg,
.arlo_tm_progress_wrap[data-round="a"] .arlo_tm_progress .arlo_tm_bar {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.arlo_tm_progress_wrap[data-round="b"] .arlo_tm_progress .arlo_tm_bar_bg,
.arlo_tm_progress_wrap[data-round="b"] .arlo_tm_progress .arlo_tm_bar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.arlo_tm_progress_wrap[data-round="c"] .arlo_tm_progress .arlo_tm_bar_bg,
.arlo_tm_progress_wrap[data-round="c"] .arlo_tm_progress .arlo_tm_bar {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.arlo_tm_progress {
    width: 100%;
    margin-bottom: 20px;
}

.arlo_tm_progress:last-child {
    margin-bottom: 0px;
}

.arlo_tm_progress>span {
    margin: 0px 0px 3px 0px;
    width: 100%;
    display: block;
    text-align: left;
}

.arlo_tm_progress span.label {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    font-family: "Montserrat";
}

@media only screen and (max-width: 750px) {
    .arlo_tm_progress span.label .experience {
        display: none;
    }
}

@media only screen and (min-width: 751px) {
    .arlo_tm_progress span.label .experience {
        font-size: 14px;
        font-weight: 600;
    }
}

.arlo_tm_progress span.number {
    float: right;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    font-family: "Montserrat";
}

.arlo_tm_progress .arlo_tm_bar_bg {
    background: rgba(255, 255, 255, .1);
    width: 100%;
    min-width: 100%;
    position: relative;
    height: 20px;
}

.arlo_tm_progress .arlo_tm_bar_bg .arlo_tm_bar_wrap {
    width: 0px;
    height: 100%;
}

.arlo_tm_progress .arlo_tm_bar_bg .arlo_tm_bar_wrap.open {
    -webkit-animation: arlo_tm_expand 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    /* Safari 4+ */
    -moz-animation: arlo_tm_expand 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    /* Fx 5+ */
    animation: arlo_tm_expand 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    /* IE 10+ */
    width: 100%;
}

.arlo_tm_progress .arlo_tm_bar_bg .arlo_tm_bar {
    height: 100%;
    background: #333;
    width: 0px;
    overflow: hidden;
}

.arlo_tm_progress_wrap[data-strip="on"] .arlo_tm_progress .arlo_tm_bar {
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 75%, transparent 75%, transparent);
    -webkit-animation: arlo_tm_bar_move 4s linear infinite;
    -moz-animation: arlo_tm_bar_move 4s linear infinite;
    animation: arlo_tm_bar_move 4s linear infinite;
    background-size: 50px 50px;
}

@-webkit-keyframes arlo_tm_bar_move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@-moz-keyframes arlo_tm_bar_move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@keyframes arlo_tm_bar_move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}


/*expand width animation*/

@-webkit-keyframes arlo_tm_expand {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-moz-keyframes arlo_tm_expand {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@keyframes arlo_tm_expand {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

.arlo_tm_mini_title_holder {
    width: 100%;
    height: auto;
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.arlo_tm_mini_title_holder h3 {
    color: #fff;
}

.arlo_tm_mini_title_holder h3 span {
    color: #e43022
}

.arlo_tm_mini_title_holder h4 {
    color: #e43022
}

@media only screen and (max-width: 750px) {
    .arlo_tm_mini_title_holder h3 {
        font-size: 24px;
    }
    .arlo_tm_mini_title_holder h4 {
        line-height: 1;
        margin-bottom: 18px;
        font-size: 24px;
        line-height: 30px;
        margin-top: -30px;
    }
    .arlo_tm_mini_title_holder h4 span {
        font-size: 16px
    }
}

@media only screen and (min-width: 751px) {
    .arlo_tm_mini_title_holder h3 {
        font-size: 36px;
    }
    .arlo_tm_mini_title_holder h4 {
        line-height: 1;
        margin-bottom: 18px;
        font-size: 38px;
        line-height: 50px;
    }
    .arlo_tm_mini_title_holder h4 span {
        font-size: 24px;
        font-weight: normal;
    }
}

@media only screen and (min-width: 1000px) {
    .arlo_tm_mini_title_holder h3 {
        font-size: 36px;
    }
    .arlo_tm_mini_title_holder h4 {
        line-height: 1;
        margin-bottom: 18px;
        font-size: 36px;
        line-height: 50px;
    }
    .arlo_tm_mini_title_holder h4 span {
        font-size: 24px;
        font-weight: normal;
    }
}

@media only screen and (min-width: 1200px) {
    .arlo_tm_mini_title_holder h3 {
        font-size: 36px;
    }
    .arlo_tm_mini_title_holder h4 {
        line-height: 1;
        margin-bottom: 18px;
        font-size: 42px;
        line-height: 50px;
    }
    .arlo_tm_mini_title_holder h4 span {
        font-size: 26px;
        font-weight: normal;
    }
}

@media only screen and (min-width: 1400px) {
    .arlo_tm_mini_title_holder h3 {
        line-height: 1;
        margin-bottom: 18px;
        font-size: 42px;
        line-height: 50px;
    }
    .arlo_tm_mini_title_holder h3 span {
        font-size: 42px
    }
}

.arlo_tm_mini_title_holder.contact h4 {
    margin-bottom: 30px;
}


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


/*	04) ARLO SERVICES
/*---------------------------------------------------*/

.arlo_tm_services_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    margin-bottom: 70px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.arlo_tm_services_wrap .container {
    width: 100%;
    color: #333
}

.arlo_tm_services_wrap .arlo_tm_title_holder_wrap {
    margin-bottom: 30px;
}

.arlo_tm_services_wrap .list_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.arlo_tm_services_wrap .list_wrap ul {
    margin: 0px 0px 0px -30px;
    list-style-type: none;
}

.arlo_tm_services_wrap .list_wrap ul li {
    margin: 0px 0px 30px 0px;
    float: left;
    width: 33.3333%;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.arlo_tm_services_wrap .list_wrap ul li .inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    padding: 40px 40px 33px 40px;
    top: 0px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.arlo_tm_services_wrap .list_wrap ul li .inner:hover {
    top: -5px;
}

.arlo_tm_services_wrap .list_wrap ul li .icon {
    margin-bottom: 21px;
}

.arlo_tm_services_wrap .list_wrap ul li .icon .svg {
    width: 40px;
    height: 40px;
    color: #E3872D;
}

.arlo_tm_services_wrap .list_wrap ul li .title_service {
    margin-bottom: 17px;
}

.arlo_tm_services_wrap .list_wrap ul li .title_service h3 {
    font-family: "Montserrat";
    font-size: 28px;
    font-weight: 600;
    color: #e43022;
    line-height: 1;
}


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


/*	05) ARLO COUNTERBOX
/*---------------------------------------------------*/

.arlo_tm_counter_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.arlo_tm_counter_wrap {
    overflow: hidden;
}

.arlo_tm_counter_list {
    list-style-type: none;
    width: 100%;
    margin: 0px;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
}

.arlo_tm_counter_list li {
    width: 25%;
    float: left;
    text-align: center;
    margin: 0px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.arlo_tm_counter_list li .inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    padding: 90px 15px 93px 15px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.arlo_tm_counter_list li .inner:before {
    position: absolute;
    content: "";
    width: 1px;
    top: 35px;
    bottom: 35px;
    background-color: #d1d7db;
    left: 100%;
}

.arlo_tm_counter_list li:nth-child(4) .inner:before {
    display: none;
}

.arlo_tm_counter_list li h3 {
    font-family: "Montserrat";
    color: #181a2f;
    margin-bottom: 10px;
}

.arlo_tm_counter_list li h3>span {
    font-size: 40px;
    font-weight: 700;
}

.arlo_tm_counter_list li .inner>span {
    color: #666;
    font-family: "Open Sans";
    font-size: 14px;
    display: block;
    font-weight: 600;
}


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


/*	06) ARLO PORTFOLIO
/*---------------------------------------------------*/

.arlo_tm_portfolio_wrapper_all {
    width: 100%;
    height: auto;
    clear: both;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 50px;
}

.arlo_tm_portfolio_wrapper_all .arlo_tm_button {
    text-align: center;
    overflow: hidden;
}

.arlo_tm_portfolio_wrapper_all .container {
    width: 100%;
    overflow: hidden;
}

.arlo_tm_portfolio_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.arlo_tm_portfolio_filter {
    width: 100%;
    height: auto;
    text-align: left;
    list-style-type: none;
    margin: 0px 0px 13px 0px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.arlo_tm_portfolio_filter li {
    display: inline-block;
    margin: 0px 40px 0px 0px;
}

.arlo_tm_portfolio_filter li:last-child {
    margin-right: 0px;
}

.arlo_tm_portfolio_filter li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

.arlo_tm_portfolio_filter li a.current {
    color: #BD0A0D;
}


/* PORTFOLIO LIST */

.arlo_tm_portfolio_list {
    list-style-type: none;
    margin: 0px 0px 0px -30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    justify-self: start;
}

.arlo_tm_portfolio_list>li {
    float: left;
    margin: 0px 0px 30px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.arlo_tm_portfolio_list>li img {
    max-width: 100%
}

.arlo_tm_portfolio_list li img {
    min-width: 100%;
}

.arlo_tm_portfolio_titles {
    white-space: nowrap;
    background: #ffffff;
    font-size: 20px;
    font-weight: 700;
    padding: 5px 15px;
    color: #000000;
    position: fixed;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
}

.arlo_tm_portfolio_titles.visible {
    opacity: 1;
    visibility: visible;
}

.arlo_tm_portfolio_titles .work__cat {
    position: absolute;
    background: #ffffff;
    top: 100%;
    left: 0;
    margin-top: -5px;
    font-family: "Montserrat";
    font-size: 12px;
    font-weight: 400;
    padding: 5px 15px;
}

.entry {
    position: relative;
}

.arlo_tm_portfolio_image_main {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-repeat: no-repeat;
    float: left;
    margin: 1%;
    background-size: cover;
    background-position: center;
}

.arlo_tm_portfolio_image_main img {
    max-width: 100%;
    float: left
}

.list50 {
    width: 48%
}


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


/*	07) ARLO TESTIMONIALS
/*---------------------------------------------------*/

.arlo_tm_testimonials_wrapper_all {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.arlo_tm_testimonial_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.arlo_tm_testimonial_wrap .carousel_wrap {
    width: 100%;
    max-width: 730px;
    margin: 0px auto;
    height: auto;
    clear: both;
    text-align: center;
    cursor: e-resize;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.arlo_tm_testimonial_wrap .carousel_wrap ul {
    margin: 0px;
    list-style-type: none;
}

.arlo_tm_testimonial_wrap .carousel_wrap ul li {
    margin: 0px;
}

.arlo_tm_testimonial_wrap .carousel_wrap ul li .inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.arlo_tm_testimonial_wrap .quotebox_wrap {
    clear: both;
    margin-bottom: 22px;
}

.arlo_tm_testimonial_wrap .quotebox_wrap i {
    color: #e43022;
    font-size: 35px;
}

.arlo_tm_testimonial_wrap .definitions_wrap {
    clear: both;
    margin-bottom: 32px;
}

.arlo_tm_testimonial_wrap .definitions_wrap p {
    color: #fff;
    font-size: 56px;
    font-family: "Montserrat";
    font-weight: 600;
    line-height: 1.4;
}

.arlo_tm_testimonial_wrap .name_holder p {
    color: #fff;
    font-size: 18px;
    font-family: "Montserrat";
}

.arlo_tm_universal_box_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}


/*-wenhuabg*/

.wenhuabg {
    background: url("../images/wh.jpg");
    width: 100%;
    padding: 8% 0;
    text-align: center;
    color: #fff;
    background-attachment: fixed;
    background-position: center;
    overflow: hidden;
}

.wenhuabg h2 {
    font-family: Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 750px) {
    .wenhuabg h2 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 751px) {
    .wenhuabg h2 {
        font-size: 28px;
    }
}

@media only screen and (min-width: 1000px) {
    .wenhuabg h2 {
        font-size: 38px;
    }
}

@media only screen and (min-width: 1200px) {
    .wenhuabg h2 {
        font-size: 48px;
    }
}

@media only screen and (min-width: 1400px) {
    .wenhuabg h2 {
        font-size: 56px;
    }
}

.wenhuabg p {
    font-size: 16px;
    line-height: 50px;
}


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


/*	08) ARLO NEWS
/*---------------------------------------------------*/

.arlo_tm_list_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.arlo_tm_list_wrap>ul.total {
    margin: 0px 0px 0px -30px;
    list-style-type: none;
}

.arlo_tm_list_wrap>ul.total>li {
    margin: 0px 0px 30px 0px;
    float: left;
    width: 50%;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.arlo_tm_list_wrap>ul.total>li:last-child {
    margin-bottom: 0px;
}

.arlo_tm_list_wrap>ul.total>li .inner_list {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.arlo_tm_news_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding-top: 98px;
    padding-bottom: 70px;
    background: url("../images/abg.jpg");
    margin-bottom: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.arlo_tm_news_wrap .link_news {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 22;
}

.arlo_tm_news_wrap .arlo_tm_list_wrap .inner_list {
    background-color: #fff;
    border-radius: 3px;
}

.arlo_tm_news_wrap .definitions_wrap {
    padding: 40px 30px 47px 30px;
}

.arlo_tm_news_wrap .image_wrap {
    position: relative;
}

.arlo_tm_news_wrap .image_wrap .big {
    display: none;
}

.arlo_tm_news_wrap .image_wrap .small {
    display: block;
}

.arlo_tm_news_wrap .news_image {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.arlo_tm_news_wrap .date_wrap {
    margin-bottom: 16px;
}

.arlo_tm_news_wrap .date_wrap p {
    color: #333;
    font-family: "Montserrat";
    font-weight: 600;
}

.arlo_tm_news_wrap .full_def {
    display: none;
}

.arlo_tm_news_wrap .date_wrap p a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    margin-left: 23px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.arlo_tm_news_wrap .date_wrap p a:hover {
    color: #e43022;
}

.arlo_tm_news_wrap .date_wrap p a:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background-color: #333;
    top: 50%;
    right: 100%;
    margin-right: 8px;
}

.arlo_tm_news_wrap .title_holder {
    margin-bottom: 18px;
}

.arlo_tm_news_wrap .title_holder h3 {
    color: #fff;
    line-height: 1.4;
    font-weight: 600;
    font-family: "Montserrat";
}

.arlo_tm_news_wrap .title_holder h3 a {
    text-decoration: none;
    color: #041230;
    font-size: 22px;
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.arlo_tm_news_wrap .title_holder h3 a:hover {
    color: #e43022;
}

.arlo_tm_news_wrap .definition {
    margin-bottom: 26px;
}

.arlo_tm_news_wrap .definition p {
    color: #333;
}

.arlo_tm_news_wrap .read_more a {
    text-decoration: none;
    color: #fff;
    background-color: #e43022;
    font-weight: 600;
    font-family: "Montserrat";
    padding: 12px 35px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.arlo_tm_news_wrap .read_more a:before {
    position: absolute;
    content: "";
    top: 0px;
    height: 100%;
    left: -25%;
    width: 0%;
    background-color: #041230;
    transform: skew(50deg);
    transition-duration: .6s;
    z-index: 1;
}

.arlo_tm_news_wrap .read_more a:hover:before {
    width: 170%;
}

.arlo_tm_news_wrap .read_more a span {
    position: relative;
    z-index: 2;
}

.arlo_tm_popup_share_wrap {
    display: none;
}

#arlo_tm_popup_blog {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    position: fixed;
    padding: 50px 0px;
    z-index: 99999999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

#arlo_tm_popup_blog.opened {
    opacity: 1;
    visibility: visible;
}

#arlo_tm_popup_blog .definitions_wrap {
    width: 100%;
    float: left;
}

#arlo_tm_popup_blog .full_def {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

#arlo_tm_popup_blog .full_def p {
    display: inline-block;
}

#arlo_tm_popup_blog .definition {
    display: none;
}

#arlo_tm_popup_blog .inner_popup {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
}

#arlo_tm_popup_blog .date_wrap p {
    color: #333;
    font-family: "Montserrat";
    font-weight: 600;
}

#arlo_tm_popup_blog .date_wrap p a {
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    margin-left: 23px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#arlo_tm_popup_blog .date_wrap p a:hover {
    color: #BD0A0D;
}

#arlo_tm_popup_blog .image_wrap {
    margin-bottom: 45px;
    position: relative;
    width: 100%;
    float: left;
}

#arlo_tm_popup_blog .image_wrap .big {
    display: block;
    min-height: 250px;
}

#arlo_tm_popup_blog .image_wrap .small {
    display: none;
}

#arlo_tm_popup_blog .image_wrap .news_image {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#arlo_tm_popup_blog .date_wrap {
    margin-bottom: 16px;
    width: 100%;
    float: left;
}

#arlo_tm_popup_blog .date_wrap p a:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background-color: #333;
    top: 50%;
    right: 100%;
    margin-right: 8px;
}

#arlo_tm_popup_blog .title_holder {
    margin-bottom: 18px;
    width: 100%;
    float: left;
}

#arlo_tm_popup_blog .title_holder h3 {
    line-height: 1.4;
    font-weight: 600;
    font-family: "Montserrat";
}

#arlo_tm_popup_blog .title_holder h3 a {
    text-decoration: none;
    color: #000;
    font-size: 22px;
    display: block;
}

#arlo_tm_popup_blog .definition p {
    color: #333;
}

#arlo_tm_popup_blog .read_more {
    display: none;
}

@media only screen and (max-width: 750px) {
    .arlo_tm_footer_wrap {
        display: none;
    }
    .phone_end {
        display: block;
        position: fixed;
        width: 100%;
        bottom: 0rem;
        height: 80px;
        border-radius: .8rem .8rem 0rem 0rem;
        background: #041230;
        border-top: #004081 3px solid;
        z-index: 999;
    }
    .phone_end ul {
        margin: 0 auto;
        width: 90%;
        display: flex;
        justify-content: space-between;
        padding: 15px 0;
    }
    .phone_end .map {
        width: 25%;
        height: 50px;
        line-height: 50px;
        background: url("../images/lx.png") left center no-repeat #fff;
        border-radius: .4rem;
        padding-left: 50px;
        box-shadow: 0rem 0.10667rem 0.33333rem rgba(0, 0, 0, 0.2);
    }
    .phone_end .map a {
        color: #041230
    }
    .phone_end .tel {
        width: 54%;
        background: url("../images/endtel.gif") right center no-repeat #fff;
        border-radius: .4rem;
        padding-left: 15px;
    }
    .phone_end .tel h3 {
        font-size: 14px;
        padding-top: 10px;
    }
    .phone_end .tel h2 {
        font-size: 20px;
        font-weight: bold;
        color: #e43022;
    }
    .phone_end .tel a {
        color: #041230;
        font-family: Arial, Helvetica, sans-serif;
    }
    .phone_footer {
        display: block;
        width: 100%;
        background: #121c33;
        padding: 5% 0 25%;
        overflow: hidden;
    }
    .phone_footer ul {
        width: 90%;
        margin: 0 auto;
    }
    .phone_footer .top {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .phone_footer .logo {
        width: 50%;
        text-align: center;
    }
    .phone_footer .erweima {
        width: 40%;
        text-align: center;
    }
    .phone_footer .logo img,
    .phone_footer .erweima img {
        max-width: 100%
    }
    .phone_footer .chanpin {
        width: 100%;
        overflow: hidden;
        margin: 15px auto;
    }
    .phone_footer .chanpin li {
        width: 48%;
        float: left;
        margin: 1%;
        background: #BD0A0D;
        height: 32px;
        text-align: center;
        line-height: 32px;
    }
    .phone_footer .chanpin li a {
        color: #fff;
        font-size: 14px
    }
    .phone_footer .banquan {
        border-top: 1px #1d366c solid;
        padding: 20px 0;
        text-align: center;
        color: #fff
    }
    .phone_footer .banquan a {
        color: #fff
    }
    .phone_footer .zhizhao {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
}

@media only screen and (min-width: 751px) {
    .phone_footer,
    .phone_end {
        display: none;
    }
    .arlo_tm_footer_wrap {
        display: block;
        width: 100%;
        height: auto;
        clear: both;
        text-align: left;
        background: url("../images/endbg.jpg");
        padding: 50px 0px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .arlo_tm_footer_wrap p {
        color: #fff;
    }
    .arlo_tm_footer_wrap p a {
        text-decoration: none;
        color: #fff;
        font-family: "Montserrat";
        font-weight: 600;
        position: relative;
    }
}


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


/*	10) EDREA TO TOP
/*---------------------------------------------------*/

.arlo_tm_totop {
    position: fixed;
    bottom: 70px;
    right: 55px;
    z-index: 9999999999999999999;
    overflow: hidden;
    outline: 1px solid rgba(255, 255, 255, .2);
    background-color: #e43022;
    padding: 22px;
    border-radius: 3px;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.arlo_tm_totop:before {
    position: absolute;
    content: "";
    top: 0px;
    height: 100%;
    left: -75%;
    width: 0%;
    background-color: #041230;
    transform: skew(50deg);
    transition-duration: .6s;
    z-index: 1;
}

.arlo_tm_totop:after {
    width: 0px;
    height: 0px;
    position: absolute;
    content: '';
    border: 5px solid transparent;
    border-bottom-color: #fff;
    top: 14px;
    left: 17px;
    z-index: 2;
}

.arlo_tm_totop:hover:before {
    width: 290%;
}

.arlo_tm_totop.opened {
    opacity: 1;
    visibility: visible;
    bottom: 55px;
}


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


/*	11) ARLO PARTICLE HOMEPAGE
/*---------------------------------------------------*/

#particles-js {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.arlo_tm_universal_box_wrap.particle {
    height: 100vh;
    position: relative;
    background-image: url(..//img/hero/2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.arlo_tm_universal_box_wrap.particle .particle_overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(7, 23, 55, .8);
}


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


/*	12) ARLO RIPPLE HOMEPAGE
/*---------------------------------------------------*/

.arlo_tm_ripple_wrap {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(..//img/hero/2.jpg);
    position: relative;
}

.arlo_tm_ripple_wrap .overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(7, 23, 55, .8);
    z-index: 1;
}

.arlo_tm_ripple_wrap .container {
    height: 100%;
    z-index: 2;
}


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

.arlo_tm_intro_universal_bg_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.arlo_tm_intro_universal_bg_wrap .bg_wrap {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 10;
}

.arlo_tm_intro_universal_bg_wrap .bg_wrap .overlay_image {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 15;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.arlo_tm_intro_universal_bg_wrap .bg_wrap .overlay_color {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 20;
}

.arlo_tm_intro_universal_bg_wrap .content {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    z-index: 30;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.arlo_tm_intro_universal_bg_wrap .bg_wrap .overlay_image.top {
    background-image: url(..//img/hero/2.jpg);
}

.arlo_tm_intro_universal_bg_wrap .bg_wrap .overlay_color.top {
    background-color: rgba(10, 4, 37, .85);
}

.arlo_tm_intro_universal_bg_wrap .content.top {
    height: 75vh;
}

.arlo_tm_intro_universal_bg_wrap .content.top .main_titles_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 0px 20px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.arlo_tm_intro_universal_bg_wrap .logo_holder {
    margin-bottom: 25px;
}

.arlo_tm_intro_universal_bg_wrap .logo_holder span {
    display: block;
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 10px;
}

.arlo_tm_intro_universal_bg_wrap .intro_definition {
    margin-bottom: 26px;
}

.arlo_tm_intro_universal_bg_wrap .intro_definition p {
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 500;
    font-family: "Montserrat";
}

.arlo_tm_intro_universal_bg_wrap .purchase_button a span {
    position: relative;
    z-index: 2;
}

.arlo_tm_intro_universal_bg_wrap .purchase_button a {
    text-decoration: none;
    color: #fff;
    background-color: #fd4d4d;
    font-weight: 600;
    font-family: "Montserrat";
    padding: 12px 40px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.arlo_tm_intro_universal_bg_wrap .purchase_button a:before {
    position: absolute;
    content: "";
    top: 0px;
    height: 100%;
    left: -25%;
    width: 0%;
    background-color: #fff;
    transform: skew(50deg);
    transition-duration: .6s;
    z-index: 1;
}

.arlo_tm_intro_universal_bg_wrap .purchase_button a:hover:before {
    width: 160%;
}

.arlo_tm_intro_universal_bg_wrap .purchase_button a:hover {
    color: #000;
}

.arlo_tm_intro_universal_bg_wrap .purchase_button a i {
    margin-right: 10px;
}

.arlo_tm_main_demos_wrap,
.arlo_tm_main_demos_title,
.arlo_tm_main_demos_list_wrap,
.arlo_tm_main_demos_list_wrap ul li .inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.arlo_tm_main_demos_wrap {
    padding-bottom: 60px;
}

.arlo_tm_main_demos_title {
    text-align: center;
}

.arlo_tm_main_demos_title span {
    display: inline-block;
    text-align: center;
    color: #000;
    font-size: 25px;
    font-weight: 600;
    padding: 80px 0px;
    text-transform: uppercase;
    font-family: "Montserrat";
}

.arlo_tm_main_demos_title.another span {
    padding-top: 20px !important;
}

.arlo_tm_main_demos_list_wrap ul {
    margin: 0px 0px 0px -40px;
    list-style-type: none;
}

.arlo_tm_main_demos_list_wrap ul li {
    margin: 0px 0px 40px 0px;
    float: left;
    width: 33.3333%;
    padding-left: 40px;
    position: relative;
    top: 0px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.arlo_tm_main_demos_list_wrap ul li:hover {
    top: -5px;
    left: 0px;
}

.arlo_tm_main_demos_list_wrap ul li .inner {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 5px 40px -8px rgba(0, 0, 0, .1);
    padding-bottom: 20px;
}

.arlo_tm_main_demos_list_wrap ul li .inner .image_holder {
    margin-bottom: 15px;
}

.arlo_tm_main_demos_list_wrap ul li .inner .image_holder img {
    min-width: 100%;
}

.arlo_tm_main_demos_list_wrap ul li .inner .name {
    width: 100%;
    float: left;
    text-align: center;
}

.arlo_tm_main_demos_list_wrap ul li .inner .name span {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
}

.arlo_tm_main_demos_list_wrap ul li .inner .name span a {
    text-decoration: none;
    color: #000;
    font-family: "Montserrat";
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.arlo_tm_main_demos_list_wrap ul li .inner .name span a:hover {
    color: #BC0127;
}

.arlo_tm_main_demos_list_wrap ul li .inner .new {
    position: absolute;
    top: 15px;
    left: -33px;
    transform: rotate(-45deg);
}

.arlo_tm_main_demos_list_wrap ul li .inner .new span {
    display: inline-block;
    color: #FFFFFF;
    background-color: #BC0127;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    padding: 5px 45px;
}

.arlo_tm_footer_wrap.intro {
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
}


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


/*	13) ARLO PORTFOLIO SINGLE
/*---------------------------------------------------*/

.arlo_tm_portfolio_single_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding-top: 150px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.arlo_tm_portfolio_single_wrap .title_holder h3 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: -.5px;
    line-height: 1;
    margin-bottom: 100px;
}

.arlo_tm_portfolio_single_wrap .details_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    display: flex;
    flex-direction: row;
    margin-bottom: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.arlo_tm_portfolio_single_wrap .details_wrap .leftbox {
    width: 40%;
    height: auto;
    float: left;
    padding-right: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.arlo_tm_portfolio_single_wrap .details_wrap .name_holder h3 {
    font-family: "Montserrat";
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    line-height: 1;
    margin-bottom: 20px;
}

.arlo_tm_portfolio_single_wrap .details_wrap .short_list ul {
    margin: 0px;
    list-style-type: none;
}

.arlo_tm_portfolio_single_wrap .details_wrap .short_list ul li {
    margin: 0px 0px 3px 0px;
}

.arlo_tm_portfolio_single_wrap .details_wrap .short_list ul li:last-child {
    margin-bottom: 0px;
}

.arlo_tm_portfolio_single_wrap .details_wrap .short_list ul li span {
    display: inline-block;
}

.arlo_tm_portfolio_single_wrap .details_wrap .short_list ul li span.first {
    font-weight: 600;
    min-width: 150px;
}

.arlo_tm_portfolio_single_wrap .details_wrap .rightbox {
    width: 60%;
    height: auto;
    float: left;
}

.arlo_tm_portfolio_single_wrap .details_wrap .rightbox p {
    line-height: 2;
}

.arlo_tm_portfolio_single_wrap .images_list {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    margin-bottom: 50px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.arlo_tm_portfolio_single_wrap .images_list ul {
    margin: 0px;
    list-style-type: none;
}

.arlo_tm_portfolio_single_wrap .images_list ul li {
    margin: 0px 0px 50px 0px;
    float: left;
    width: 100%;
}

.arlo_tm_portfolio_single_wrap .images_list ul li:last-child {
    margin-bottom: 0px;
}

.arlo_tm_portfolio_single_wrap .images_list ul li img {
    min-width: 100%;
}

.arlo_tm_portfolio_single_wrap .pagination_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    margin-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.arlo_tm_portfolio_single_wrap .pagination_wrap a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.arlo_tm_portfolio_single_wrap .pagination_wrap a:hover {
    color: #E3872D;
}


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


/*	14) ARLO MOBILE HEADER
/*---------------------------------------------------*/

.arlo_tm_mobile_header_wrap {
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 11111111;
    left: 0px;
    top: 0px;
    display: none;
}

.arlo_tm_mobile_header_wrap .main_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #041230;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.arlo_tm_trigger {
    width: auto;
}

.arlo_tm_trigger .hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.arlo_tm_trigger .hamburger-box {
    width: 30px;
    height: 18px;
    display: inline-block;
    position: relative;
}

.arlo_tm_trigger .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.arlo_tm_trigger .hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #333333;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.arlo_tm_trigger .hamburger-inner::before,
.arlo_tm_trigger .hamburger-inner::after {
    content: "";
    display: block;
}

.arlo_tm_trigger .hamburger-inner::before {
    top: -8px;
}

.arlo_tm_trigger .hamburger-inner::after {
    bottom: -10px;
}

.arlo_tm_trigger .hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.arlo_tm_trigger .hamburger--collapse-r .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.arlo_tm_trigger .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.arlo_tm_trigger .hamburger--collapse-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.arlo_tm_trigger .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.arlo_tm_trigger .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.arlo_tm_trigger .hamburger {
    padding: 0px;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.arlo_tm_trigger .hamburger-box {
    display: block;
}

.arlo_tm_trigger .hamburger .hamburger-inner::before,
.arlo_tm_trigger .hamburger .hamburger-inner::after,
.arlo_tm_trigger .hamburger .hamburger-inner {
    background-color: #fff;
    width: 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;
}

.arlo_tm_mobile_menu_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    background-color: rgba(4, 18, 48, .97);
    padding: 30px 20px;
    display: none;
    border-bottom: 1px solid rgba(0, 0, 0, .09);
    border-top: 1px solid rgba(0, 0, 0, .09);
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.arlo_tm_mobile_menu_wrap .mob_menu {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.arlo_tm_mobile_menu_wrap .mob_menu>ul {
    margin: 0px;
    list-style-type: none;
}

.arlo_tm_mobile_menu_wrap .mob_menu>ul>li {
    margin: 0px 0px 5px 0px;
}

.arlo_tm_mobile_menu_wrap .mob_menu>ul>li:last-child {
    margin-bottom: 0px;
}

.arlo_tm_mobile_menu_wrap .mob_menu>ul>li a {
    text-decoration: none;
    color: #fff;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 19px;
}


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


/*	15) ARLO MEDIA QUERIES (FOR SMALL DEVIVES)
/*---------------------------------------------------*/

@media (max-width: 1400px) {
    .arlo_tm_about_wrap .leftbox {
        padding-right: 0px;
        width: 60%
    }
    .arlo_tm_about_wrap .rightbox {
        padding-top: 50px;
    }
}

@media (max-width: 1200px) {
    .arlo_tm_services_wrap .list_wrap ul li {
        width: 50%;
    }
    #arlo_tm_popup_blog .close {
        right: 0px;
    }
    .arlo_tm_list_wrap>ul.total>li {
        width: 50%;
    }
    .arlo_tm_about_wrap .leftbox {
        display: none;
    }
    .arlo_tm_about_wrap .rightbox {
        padding-left: 0px;
        width: 100%;
    }
    .arlo_tm_contact_wrap_all .leftbox {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 19px;
    }
    .arlo_tm_contact_wrap_all .rightbox {
        width: 100%;
        float: none;
    }
}

@media (max-width: 1000px) {
    .arlo_tm_about_wrap {
        flex-direction: column;
    }
    .arlo_tm_about_wrap .rightpart .info_list ul li {
        width: 100%;
    }
    .arlo_tm_about_wrap .leftpart {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 60px;
    }
    .arlo_tm_about_wrap .rightpart {
        width: 100%;
    }
    .arlo_tm_skills_wrap .inner_wrap {
        flex-direction: column;
    }
    .arlo_tm_skills_wrap .leftbox {
        padding-right: 0px;
        width: 100%;
        margin-bottom: 60px;
    }
    .arlo_tm_skills_wrap .rightbox {
        width: 100%;
        padding-left: 0px;
    }
    .arlo_tm_main_demos_list_wrap ul {
        margin: 0px;
    }
    .arlo_tm_main_demos_list_wrap ul li {
        width: 100%;
        padding: 0px;
    }
    .arlo_tm_portfolio_single_wrap .details_wrap {
        flex-direction: column;
    }
    .arlo_tm_portfolio_single_wrap .details_wrap .leftbox {
        padding-right: 0px;
        width: 100%;
        margin-bottom: 50px;
    }
    .arlo_tm_portfolio_single_wrap .details_wrap .rightbox {
        width: 100%;
    }
    .arlo_tm_mobile_header_wrap {
        display: block;
    }
    .arlo_tm_preloader {
        display: none;
    }
    .arlo_tm_leftpart_wrap {
        display: none;
    }
    .arlo_tm_rightpart {
        padding-left: 0px;
    }
}

@media (max-width: 768px) {
    .arlo_tm_hero_header_wrap .name_holder h3 {
        font-size: 40px;
    }
    .arlo_tm_hero_header_wrap .text_typing p {
        font-size: 21px;
    }
    .arlo_tm_services_wrap .list_wrap ul {
        margin: 0px;
    }
    .arlo_tm_services_wrap .list_wrap ul li {
        width: 100%;
        padding-left: 0px;
    }
    .arlo_tm_counter_list li {
        width: 50%;
    }
    .arlo_tm_counter_list li .inner {
        padding: 45px 15px 48px 15px;
    }
    .arlo_tm_portfolio_list>li {
        width: 33%;
    }
    .arlo_tm_list_wrap>ul.total {
        margin: 0px;
    }
    .arlo_tm_list_wrap>ul.total>li {
        width: 100%;
        padding-left: 0px;
    }
    .arlo_tm_about_wrap .about_short_contact_wrap ul li {
        width: 100%;
    }
    .arlo_tm_totop {
        right: 20px;
        bottom: 10px;
    }
    .arlo_tm_totop.opened {
        bottom: 110px;
    }
    .arlo_tm_preloader {
        display: none;
    }
    .arlo_tm_portfolio_single_wrap .title_holder h3 {
        font-size: 45px;
    }
}

@media (max-width: 480px) {
    .arlo_tm_title_holder h3 {
        padding-left: 0px;
    }
    .arlo_tm_title_holder span {
        padding-left: 0px;
    }
    .arlo_tm_counter_list li {
        width: 100%;
    }
    .arlo_tm_counter_list li .inner {
        padding: 0px 0px 35px 0px;
    }
    .arlo_tm_portfolio_list {
        margin: 0px;
    }
    .arlo_tm_portfolio_list>li {
        width: 100%;
        padding-left: 0px;
    }
    .arlo_tm_counter_wrap {
        padding: 94px 0px 48px 0px;
    }
}

.ny_banner {
    width: 100%;
    margin-bottom: 3em;
}

.ny_banner img {
    max-width: 100%
}

.maps {
    height: 340px;
    width: 100%;
    margin-bottom: 50px;
}

@media only screen and (max-width: 750px) {
    .maps {
        height: 320px;
    }
}

@media only screen and (min-width: 751px) {
    .maps {
        height: 360px;
    }
}

@media only screen and (min-width: 1200px) {
    .maps {
        height: 420px;
    }
}

@media only screen and (min-width: 1201px) {
    .maps {
        height: 490px;
    }
}

@media only screen and (min-width: 1401px) {
    .maps {
        height: 520px;
    }
}


/*======sy_lmlist===*/

.sy_lmlist {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.sy_lmlist .more {
    width: 85px
}


/*==========工程案例列表========*/

.responsible1 {
    width: 100%;
    margin: 0 auto;
}

.responsibility-box {
    background-attachment: fixed;
    background-position: center;
}

.responsible {
    overflow: hidden;
}

.responsible img {
    max-width: 100%
}

.responsible li {
    float: left;
    position: relative;
    margin: 0.5%;
}

.project-list dd img {
    max-width: 100%
}

@media only screen and (max-width: 750px) {
    .responsible li {
        width: 100%;
    }
    .responsible li span {
        height: 45px;
        line-height: 45px;
    }
}

@media only screen and (min-width: 751px) {
    .responsible li {
        width: 48%;
    }
    .responsible li:last-child {
        width: 100%
    }
    .responsible li:last-child img {
        width: 100%
    }
    .responsible li span {
        height: 60px;
        line-height: 60px;
    }
}

@media only screen and (min-width: 1001px) {
    .responsible li {
        width: 48%;
    }
    .responsible li:last-child {
        width: 100%
    }
    .responsible li:last-child img {
        width: 100%
    }
    .responsible li span {
        height: 60px;
        line-height: 60px;
    }
}

@media only screen and (min-width: 1201px) {
    .responsible li {
        width: 32.3%;
    }
    .responsible li span {
        height: 56px;
        line-height: 56px;
    }
    .responsible li:last-child {
        width: 32.3%;
    }
}

@media only screen and (min-width: 1401px) {
    .responsible li {
        width: 32.3%;
    }
    .responsible li span {
        height: 66px;
        line-height: 66px;
    }
    .responsible li:last-child {
        width: 32.3%;
    }
}

@media only screen and (min-width: 1601px) {
    .responsible li {
        width: 32.3%;
    }
    .responsible li span {
        height: 77px;
        line-height: 77px;
    }
    .responsible li:last-child,
    .responsible li:last-child img {
        list-style: none;
    }
}

.responsible li span {
    display: block;
    position: relative;
    color: #000000;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    color: #333
}

.responsible li:hover span {
    background: #121c33;
    color: #fff
}

.responsible li span:before {
    content: "";
    width: 100%;
    height: 5px;
    background: #da2a14;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .74s cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-transform .74s cubic-bezier(.4, 0, .2, 1);
    transition: transform .74s cubic-bezier(.4, 0, .2, 1);
    transition: transform .74s cubic-bezier(.4, 0, .2, 1), -webkit-transform .74s cubic-bezier(.4, 0, .2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    visibility: hidden\9;
}

.responsible li:hover figure img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
}

.responsible li:hover figure mark {
    opacity: 1;
    visibility: visible;
}

.responsible li:hover figure i {
    opacity: 1;
    visibility: visible;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
}

.responsible li:hover span:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
}


/*===========share========*/

.p-tb-50 {
    padding: 30px 0;
}

.pal-c,
.pal-tc {
    margin: 0 auto;
}


/*========上下条=========**/

.espcms_page_botton {
    width: 100%;
    margin: 0px auto;
    text-align: center;
}

.btn {
    display: inline-block;
    padding: 10px 23px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-default {
    color: #333;
    background-color: #f2f2f2;
    outline: 0px;
    margin-right: 1px;
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    outline: 0px
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    outline: 0px
}

.btn-default:active,
.btn-default.active {
    color: #fff;
    background-color: #e43022;
    outline: 0px
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
    color: #fff;
    background-color: #e43022;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.espcms_info_pager {
    width: 100%;
    margin: 60px auto;
    overflow: hidden;
}

.espcms_info_pager li {
    width: 48%;
    float: left;
    text-align: center;
    background: #e43022;
    line-height: 50px;
    margin-right: 2%;
    color: #fff
}

.espcms_info_pager li:nth-child(2n) {
    margin-right: 0px;
}

.espcms_info_pager li a {
    color: #fff
}

.espcms_info_pager li a:hover {
    color: #ff0
}


/*==========内页新闻列表====*/

.pagePadding {
    padding: 10px 0px;
}

.newsList {
    padding-bottom: 20px;
}

.newsList dd {
    position: relative;
    margin-top: -1px;
    transition: 0.43s;
    -webkit-transition: 0.43s;
}

.new-item:hover {
    border-bottom-color: #e43022;
}

.new-item:hover .ellipsisT {
    color: #e43022;
    font-weight: bold;
}

.btn-more3 {
    width: 100px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
}

.btn-more3 {
    width: 120px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #b6b6b6;
    display: block;
    position: relative;
    z-index: 1;
}

.btn-more3:before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0px;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .42s cubic-bezier(.4, 0, .2, 1);
    transition: transform .42s cubic-bezier(.4, 0, .2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    visibility: hidden\9;
}

.btn-more3 .txt {
    color: #646464;
}

.btn-more3:hover {
    border-color: #ce4444;
}

.btn-more3:hover:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
}

.btn-more3:hover .txt {
    color: #fff;
}

.new-item:hover .black-30 {
    opacity: 1;
    visibility: visible\9;
}

.new-item:hover .img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.new-item:hover .tiemBox {
    background-color: #e43022;
    color: #fff;
}

.new-item:hover .btn-more3 {
    border-color: #e43022;
}

.new-item:hover .btn-more3 .txt {
    color: #e43022;
}

.new-item {
    position: relative;
    padding: 18px 0;
    border-bottom: 1px solid #e5e5e5;
}

.new-item .tiemBox {
    position: absolute;
    right: 0;
    top: 58px;
}

.tiemBox {
    text-align: center;
    width: 62px;
    font: 12px/1.4 arial, helvetica, sans-serif;
    background-color: #041230;
    padding: 10px;
    color: #fff;
    transition: 0.43s;
    -webkit-transition: 0.43s;
    z-index: 99999999;
}

.tiemBox .day {
    display: block;
    font-size: 45px;
    font-family: "020-CAI978";
    line-height: 1.1;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 6px
}

.new-item .img img {
    max-width: 100%;
    transition: transform 0.6s 0s;
    -webkit-transition: transform 0.6s 0s;
}

.new-item .con {
    float: left;
    color: #646464;
    margin-top: 20px;
}

.main_read_cont img {
    max-width: 100%
}

@media only screen and (max-width: 750px) {
    .new-item .con {
        width: 65%;
    }
    .new-item .img {
        display: none;
    }
}

@media only screen and (min-width: 751px) {
    .new-item .img {
        display: none;
    }
    .new-item .con {
        width: 60%;
    }
}

@media only screen and (min-width: 1000px) {
    .new-item .con {
        width: 70%;
    }
    .new-item .img {
        display: block;
        position: relative;
        overflow: hidden;
        float: right;
        display: block;
        margin-left: -0px;
        width: 20%;
    }
}

.new-item .con h4 {
    font-size: 20px;
    color: #333333;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 8px;
}

.new-item .con .c {
    height: 64px;
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 28px;
    overflow: hidden;
}

.new-item .more {
    width: 120px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: block;
    border: 1px solid #b6b6b6;
    transition: 0.43s;
    -webkit-transition: 0.43s;
}

.newsList .linkA {
    z-index: 4;
}


/*========新闻详情==*/

.infoPage-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 74px 0px 54px;
    text-align: center;
    color: #fff;
}

.info-T a:link,
.info-T a:visited {
    color: #fff;
}

.info-T a:active,
.info-T a:hover {
    color: #fff;
}

.info-T h3 {
    font-size: 30px;
    line-height: 1.5;
}

.info-T .info {
    padding-top: 20px;
}

.info-T .time {
    margin-right: 50px;
}


/*====视频列表======*/

.business-box a:link,
.business-box a:visited {
    color: #fff;
}

.business-box a:active,
.business-box a:hover {
    color: #fff;
}

.business-box {
    padding: 70px 0px 30px;
    background-color: #C40000;
    color: #fff;
}

.business-type {
    position: relative;
    height: 136px;
    overflow: hidden;
    padding: 0px 50px;
}

.business-type .item {
    text-align: center;
    position: relative;
    float: left;
    display: block;
    height: 136px;
}

.business-type .item-c {
    width: 115px;
    height: 100px;
    padding-top: 15px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin: 0px auto;
    border-radius: 50%;
    font-size: 16px;
    line-height: 1.5;
    z-index: 1;
}

.business-type .item-c:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden\9;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    z-index: -1;
}

.business-type .item-c .ico {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 8px auto 12px;
}

.business-type .ico img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
}

.business-type .ico img.i2 {
    display: none;
}

.business-type .sj {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #ffffff;
    width: 0;
    height: 0;
    display: block;
    margin: 7px auto 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
}

.business-type .active .item-c,
.business-type .item:hover .item-c {
    color: #C40000;
}

.business-type .active .item-c:before,
.business-type .item:hover .item-c:before {
    opacity: 1;
    visibility: visible\9;
    transform: inherit;
    -webkit-transform: inherit;
}

.business-type .active .ico,
.business-type .item:hover .ico {
    -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -webkit-animation: gelatine 0.5s 1;
    animation: gelatine 0.5s 1;
}

.business-type .active .ico img.i1,
.business-type .item:hover .ico img.i1 {
    display: none;
}

.business-type .active .ico img.i2,
.business-type .item:hover .ico img.i2 {
    display: block;
}

.business-type .active .sj {
    opacity: 1;
    visibility: visible;
    transform: inherit;
    -webkit-transform: inherit;
}

@keyframes gelatine {
    from,
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }
    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }
    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}

@-webkit-keyframes gelatine {
    from,
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }
    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }
    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}

.business-type .slick-arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    z-index: 106;
    top: 50%;
    border-radius: 50%;
    margin-top: -15px;
}

.business-type .slick-prev {
    left: 0px;
}

.business-type .slick-next {
    right: 0px;
}

.business-type .slick-arrow i {
    display: block;
    font-family: "iconfont" !important;
    font-size: 28px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}

.business-type .slick-prev i:before {
    content: "\e683";
}

.business-type .slick-next i:before {
    content: "\e604";
}

.business-list a:link,
.business-list a:visited {
    color: #090909;
}

.business-list a:active,
.business-list a:hover {
    color: #004081;
}

.business-list {
    padding-bottom: 60px;
}

.business-list li {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #f4f4f4;
    margin-bottom: 22px;
}

.business-list li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #e17f7f;
    z-index: -1;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .2, 1);
    transition: transform .5s cubic-bezier(.4, 0, .2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    visibility: hidden\9;
    z-index: 4;
}

.business-list li .img {
    width: 50%;
    display: block;
    position: relative;
    overflow: hidden;
}

.business-list li .img img {
    width: 100%;
    display: block;
    transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}

.business-list .con {
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0%;
    text-align: center;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.business-list .title {
    font-weight: normal;
    font-size: 20px;
    color: #090909;
    line-height: 1.2;
    margin-bottom: 22px;
}

.business-list .c {
    font-size: 16px;
    height: 56px;
    overflow: hidden;
}

.business-list .oneItem .img {
    margin-left: 50%;
}

.business-list .oneItem .con {
    left: 5%;
}

.business-list .btn-more {
    margin: 28px auto 0;
}

.business-page {
    padding: 70px 0px;
}

.bgf6 {
    background-color: #F6F6F6;
}

.business-desc {
    padding: 80px 0px 100px;
    font-size: 16px;
}

.business-infoT {
    font-size: 26px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 15px;
    margin-bottom: 45px;
    color: #222222;
}

.business-paging a:link,
.business-paging a:visited {
    color: #fff;
}

.business-paging a:active,
.business-paging a:hover {
    color: #fff;
}

.business-paging {
    background-color: #9f9f9f;
    height: 62px;
    line-height: 62px;
    font-size: 16px;
    color: #fff;
}

.business-paging .pagea {
    float: left;
    border-left: 1px solid #fff;
    padding: 0px 22px;
}

.business-paging .next {
    border-right: 1px solid #fff;
}

.business-paging .pagea:hover {
    background-color: #C40000;
    border-color: #C40000;
}

.black-btn i {
    width: 26px;
    height: 26px;
    font-size: 14px;
    font-weight: bold;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    line-height: 26px;
    text-align: center;
    color: #9f9f9f;
}

.black-btn:hover i {
    background-color: #C40000;
    color: #fff;
}

.partner-list {
    margin-left: -3%;
    padding-bottom: 30px;
}

.partner-list dd {
    float: left;
    display: block;
    width: 17%;
    margin: 0 0 42px 3%;
}

.partner-list figure {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    overflow: hidden;
}

.partner-list figure:hover {
    border-color: #DE8282;
}

.align-vertical {
    height: 100%;
    width: 100%;
    position: relative;
    display: table;
}

.business-type .slick-arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    z-index: 106;
    top: 50%;
    border-radius: 50%;
    margin-top: -15px;
}

.business-type .slick-prev {
    left: 0px;
}

.business-type .slick-next {
    right: 0px;
}

.business-type .slick-arrow i {
    display: block;
    font-family: "iconfont" !important;
    font-size: 28px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}

.business-type .slick-prev i:before {
    content: "\e683";
}

.business-type .slick-next i:before {
    content: "\e604";
}

.business-list a:link,
.business-list a:visited {
    color: #090909;
}

.business-list a:active,
.business-list a:hover {
    color: #004081;
}

.business-list {
    padding-bottom: 60px;
}

.business-list li {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #f4f4f4;
    margin-bottom: 22px;
}

.business-list li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #e17f7f;
    z-index: -1;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .2, 1);
    transition: transform .5s cubic-bezier(.4, 0, .2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    visibility: hidden\9;
    z-index: 4;
}

.business-list li .img {
    width: 50%;
    display: block;
    position: relative;
    overflow: hidden;
}

.business-list li .img img {
    width: 100%;
    display: block;
    transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}

.business-list .con {
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0%;
    text-align: center;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.business-list .title {
    font-weight: normal;
    font-size: 20px;
    color: #090909;
    line-height: 1.2;
    margin-bottom: 22px;
}

.business-list .c {
    font-size: 16px;
    height: 56px;
    overflow: hidden;
}

.business-list .oneItem:nth-child(2) .con {
    right: 55%;
}

.business-list .oneItem .img {
    margin-left: 50%;
}

.business-list .oneItem .con {
    right: 5%;
}

.business-list .btn-more {
    margin: 28px auto 0;
}

.business-page {
    padding: 70px 0px;
}

.bgf6 {
    background-color: #F6F6F6;
}

.business-desc {
    padding: 80px 0px 100px;
    font-size: 16px;
}

.business-infoT {
    font-size: 26px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 15px;
    margin-bottom: 45px;
    color: #222222;
}

.business-paging a:link,
.business-paging a:visited {
    color: #fff;
}

.business-paging a:active,
.business-paging a:hover {
    color: #fff;
}

.business-paging {
    background-color: #9f9f9f;
    height: 62px;
    line-height: 62px;
    font-size: 16px;
    color: #fff;
}

.business-paging .pagea {
    float: left;
    border-left: 1px solid #fff;
    padding: 0px 22px;
}

.business-paging .next {
    border-right: 1px solid #fff;
}

.business-paging .pagea:hover {
    background-color: #C40000;
    border-color: #C40000;
}

.black-btn i {
    width: 26px;
    height: 26px;
    font-size: 14px;
    font-weight: bold;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    line-height: 26px;
    text-align: center;
    color: #9f9f9f;
}

.black-btn:hover i {
    background-color: #C40000;
    color: #fff;
}

.partner-list {
    margin-left: -3%;
    padding-bottom: 30px;
}

.partner-list dd {
    float: left;
    display: block;
    width: 17%;
    margin: 0 0 42px 3%;
}

.partner-list figure {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    overflow: hidden;
}

.partner-list figure:hover {
    border-color: #DE8282;
}

.align-vertical {
    height: 100%;
    width: 100%;
    position: relative;
    display: table;
}

.vertical-inner {
    display: table-cell;
    vertical-align: middle;
}

.btn-more {
    display: block;
    width: 180px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #5b5b5b;
    border-radius: 38px;
}

.btn-more .txt {
    position: relative;
    padding-right: 50px;
    color: #3a3a3a;
}

.btn-more .txt:before,
.btn-more .txt:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 25px;
    height: 1px;
    background-color: #3a3a3a;
}

.btn-more .txt:after {
    background-color: #fff;
    z-index: 2;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .2, 1);
    transition: transform .5s cubic-bezier(.4, 0, .2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    visibility: hidden\9;
}

.btn-more:hover {
    background-color: #c40000;
    color: #fff;
    border-color: #c40000;
}

.btn-more:hover .txt {
    color: #fff;
}

.btn-more:hover .txt:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
}


/*==================人才理念=============*/

@media only screen and (min-width: 1001px) {
    .phone_hrList {
        display: none;
    }
    .hrList {
        display: block;
        color: #969696;
        padding-bottom: 50px;
    }
    .hrList a:link,
    .hrList a:visited {
        color: #c82126;
        text-decoration: underline;
    }
    .hrList a:active,
    .hrList a:hover {
        color: #1D1B73;
    }
    .hrList .hicon {
        width: 4%;
        height: 46px;
        float: left;
        position: relative;
        display: block;
    }
    .hrList .hspan {
        text-align: center;
        cursor: pointer;
        width: 16%;
        display: block;
        float: left;
        height: 46px;
        line-height: 46px;
        font-weight: bold;
        font-size: 16px;
    }
    .hrList .hrdt {
        margin-bottom: 6px;
    }
    .hrList dd {
        margin-bottom: 10px;
        position: relative;
    }
    .hrList .hrdt,
    .hrList .hrT {
        height: 46px;
        overflow: hidden;
    }
    .hrList .hrT .hspan {
        background: #041230;
        transition: 0.4s;
        -webkit-transition: 0.4s;
        color: #fff;
        font-weight: normal;
        font-size: 14px;
    }
    .hrList .hicon .ib {
        width: 21px;
        height: 21px;
        margin-top: 10px;
        display: block;
        position: relative;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .hrList .hicon i {
        display: block;
        background: #041230;
    }
    .hrList .hicon .ic1 {
        width: 1px;
        height: 21px;
        margin-left: 10px;
    }
    .hrList .hicon .ic2 {
        width: 21px;
        height: 1px;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -1px;
    }
    .hrList .hrB {
        border-top: 0px none;
        border: 1px solid #e9e9e9;
        background-color: #fff;
        display: none;
        margin-left: 4%;
    }
    .hrList .hrCon {
        width: 89%;
        margin: 0px auto;
        padding: 25px 0px 40px;
        overflow: hidden;
        color: #838383;
    }
    .hrCon .line {
        height: 1px;
        background-color: #eee;
        width: 100%;
        display: block;
        margin: 0px 0px 30px;
    }
    .hline {
        border-top: 1px solid #eee;
        padding: 30px 0px;
        margin-top: 35px;
    }
    .hrList .active .hicon .ib {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
    }
    .hrList dd.active .hspan,
    .hrList dd:hover .hspan {
        background: #c40000;
    }
}

.hr-box {
    margin-top: 80px;
}

.ledMore {
    margin: 0px auto;
}

.hr-email {
    float: left;
    display: block;
    width: 60%;
}

.hr-join {
    float: right;
    display: block;
    padding-top: 10px;
}


/*==================人才理念=============*/

@media only screen and (max-width: 1000px) {
    .hrList {
        display: none;
    }
    .phone_hrList {
        display: block;
        color: #969696;
        padding-bottom: 50px;
    }
    .phone_hrList a:link,
    .phone_hrList a:visited {
        color: #c82126;
        text-decoration: underline;
    }
    .phone_hrList a:active,
    .phone_hrList a:hover {
        color: #1D1B73;
    }
    .phone_hrList .hicon {
        width: 4%;
        height: 46px;
        float: left;
        position: relative;
        display: block;
    }
    .phone_hrList .hspan {
        text-align: center;
        cursor: pointer;
        width: 48%;
        display: block;
        float: left;
        height: 46px;
        line-height: 46px;
        font-weight: bold;
        font-size: 16px;
    }
    .phone_hrList .hrdt {
        margin-bottom: 6px;
    }
    .phone_hrList dd {
        margin-bottom: 10px;
        position: relative;
    }
    .phone_hrList .hrdt,
    .phone_hrList .hrT {
        height: 46px;
        overflow: hidden;
    }
    .phone_hrList .hrT .hspan {
        background: #041230;
        transition: 0.4s;
        -webkit-transition: 0.4s;
        color: #fff;
        font-weight: normal;
        font-size: 14px;
    }
    .phone_hrList .hicon .ib {
        width: 21px;
        height: 21px;
        margin-top: 10px;
        display: block;
        position: relative;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .phone_hrList .hicon i {
        display: block;
        background: #041230;
    }
    .phone_hrList .hicon .ic1 {
        width: 1px;
        height: 21px;
        margin-left: 10px;
    }
    .phone_hrList .hicon .ic2 {
        width: 21px;
        height: 1px;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -1px;
    }
    .phone_hrList .hrB {
        border-top: 0px none;
        border: 1px solid #e9e9e9;
        background-color: #fff;
        display: none;
        margin-left: 4%;
    }
    .phone_hrList .hrCon {
        width: 89%;
        margin: 0px auto;
        padding: 25px 0px 40px;
        overflow: hidden;
        color: #838383;
    }
    .hrCon .line {
        height: 1px;
        background-color: #eee;
        width: 100%;
        display: block;
        margin: 0px 0px 30px;
    }
    .hline {
        border-top: 1px solid #eee;
        padding: 30px 0px;
        margin-top: 35px;
    }
    .phone_hrList .active .hicon .ib {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
    }
    .phone_hrList dd.active .hspan,
    .phone_hrList dd:hover .hspan {
        background: #c40000;
    }
}


/*============sy_about==========*/

.sy_about {
    width: 100%;
}

.sy_about .left,
.sy_about .right {
    text-align: center;
}

.sy_about .left {
    background: url("../images/abg.jpg") center;
    color: #fff;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.sy_about .left ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.sy_about .left li .t18 {
    font-size: 18px;
}

.sy_about .left li span {
    font-family: impact;
}

.sy_about .left li p {
    font-size: 16px
}

.sy_about .right {
    background: #efefef;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    padding: 0 5%;
}

.sy_about .right .img {
    margin-bottom: 15px;
    padding-top: 40px;
}

.sy_about .right h2 {
    font-size: 28px;
}

@media only screen and (max-width: 750px) {
    .sy_about .left li span {
        font-size: 28px;
    }
    .sy_about .right p {
        display: none;
    }
    .sy_about .left,
    .sy_about .right {
        width: 100%;
        padding: 0 5%;
    }
    .sy_about .left {
        height: 140px;
    }
    .sy_about .right {
        display: none;
    }
}

@media only screen and (min-width: 751px) {
    .sy_about .left,
    .sy_about .right {
        height: 300px;
    }
    .sy_about .left li span {
        font-size: 36px;
    }
    .sy_about .right {
        display: block;
    }
    .sy_about .right p {
        display: none;
    }
    .sy_about .left,
    .sy_about .right {
        width: 100%;
        padding: 0 5%;
    }
}

@media only screen and (min-width: 1000px) {
    .sy_about .left li span {
        font-size: 42px;
    }
    .sy_about .right p {
        display: none;
    }
    .sy_about .left,
    .sy_about .right {
        width: 100%;
        padding: 0 5%;
    }
}

@media only screen and (min-width: 1200px) {
    .sy_about .left li span {
        font-size: 48px;
    }
    .sy_about .right p {
        margin-top: 10px;
        font-size: 14px;
        line-height: 25x;
        display: block;
    }
    .sy_about {
        display: flex;
        justify-content: space-between;
    }
    .sy_about .left {
        width: 60%;
    }
    .sy_about .right {
        width: 40%;
    }
}

@media only screen and (min-width: 1400px) {
    .sy_about {
        display: flex;
        justify-content: space-between;
    }
    .sy_about .left li span {
        font-size: 56px;
    }
    .sy_about .right p {
        margin-top: 10px;
        font-size: 15px;
        line-height: 27px;
        display: block;
    }
    .sy_about .left {
        width: 60%;
    }
    .sy_about .right {
        width: 40%;
    }
}

@media only screen and (min-width: 1600px) {
    .sy_about {
        display: flex;
        justify-content: space-between;
    }
    .sy_about .left {
        width: 60%;
    }
    .sy_about .right {
        width: 40%;
    }
    .sy_about .left li span {
        font-size: 68px;
    }
    .sy_about .right p {
        margin-top: 10px;
        font-size: 15px;
        line-height: 27px;
        display: block;
    }
}


/*=about_bg*/

.about_bg {
    width: 100%;
    background: url("../images/agg.jpg");
    padding-bottom: 50px;
}

.about_bg .jianjie {
    background: url("../images/about.jpg") center no-repeat;
    height: 600px;
}

.about_bg .jianjie ul {
    width: 90%;
    margin: 0 auto;
    color: #fff;
    padding-top: 100px;
}

.about_bg .jianjie ul .logo {
    padding-left: 100px;
    background: url("../images/alogo.png") left center no-repeat;
}

.about_bg .jianjie ul .logo h1 {
    font-size: 42px;
    font-weight: bold;
}

.about_bg .jianjie ul .logo h1 span {
    color: #e43022
}

.about_bg .jianjie ul .logo p {
    font-size: 16px;
    line-height: 36px;
}

@media only screen and (max-width: 750px) {
    .about_bg .jianjie ul .logo h1 {
        font-size: 20px
    }
    .about_bg .jianjie ul .logo p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }
    .about_bg .jianjie ul .txt {
        width: 100%;
        margin-top: 50px;
    }
    .about_bg .jianjie ul .txt p {
        font-size: 14px;
        line-height: 25px;
    }
}

@media only screen and (min-width: 751px) {
    .about_bg .jianjie ul .logo h1 {
        font-size: 36px
    }
    .about_bg .jianjie ul .logo p {
        font-size: 15px;
        line-height: 20px;
        margin-top: 20px;
    }
    .about_bg .jianjie ul .txt {
        width: 100%;
        margin-top: 50px;
    }
    .about_bg .jianjie ul .txt p {
        font-size: 16px;
        line-height: 30px;
    }
}

@media only screen and (min-width: 1000px) {
    .about_bg .jianjie ul .txt {
        width: 100%;
        margin-top: 50px;
    }
    .about_bg .jianjie ul .txt p {
        font-size: 16px;
        line-height: 35px;
    }
}

@media only screen and (min-width: 1200px) {
    .about_bg .jianjie ul .txt {
        width: 100%;
        margin-top: 50px;
    }
}

@media only screen and (min-width: 1400px) {
    .about_bg .jianjie ul .txt {
        width: 90%;
        margin-top: 50px;
    }
}

@media only screen and (min-width: 1600px) {
    .about_bg .jianjie ul .txt {
        width: 60%;
        margin-top: 50px;
    }
}

.about_bg .jianjie ul .txt p {
    margin-bottom: 15px;
}

.proInfoBox {
    width: 92%;
    margin: 0px auto;
    margin-bottom: 35px
}

.proInfoBox dd {
    float: left;
    display: block;
    margin-top: 50px;
    width: 49%;
    padding-bottom: 48px;
    position: relative;
}

.proInfoBox dd.two {
    margin-left: 2%;
}

.proInfoBox dd .img {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.proInfoBox dd .bg {
    background: url(../images/black_2.png) repeat;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.proInfoBox dd .img img {
    width: 100%;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.proInfoBox dd .con {
    position: absolute;
    left: 0px;
    bottom: 0px;
    border: 1px solid #eeeeee;
    padding: 25px 5%;
    width: 90%;
    color: #646464;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #fff url("../img/hy.jpg") center right no-repeat;
}

.proInfoBox dd .con .t {
    font-size: 22px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #2b5eb7;
    margin-bottom: 10px;
}

.proInfoBox dd:hover .bg {
    opacity: 1;
    visibility: visible;
}

.proInfoBox dd:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.proInfoBox dd:hover .con {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
}

.proInfoBox .lan_tiao {
    background: #2b5eb7;
    height: 4px;
    width: 80px;
    margin: 0 0 15px
}

.prolistPage {
    width: 92%;
    margin: 0px auto;
}

.prolistPage .title {
    border-bottom: 1px solid #a0a0a0;
    margin: 40px auto;
    font-size: 20px;
    color: #000;
    padding-bottom: 15px;
}

.historyIbox {
    height: 205px;
    background-color: #fff;
    padding: 0px 5%;
}

.historyIbox .t {
    padding-top: 18px;
    color: #041230;
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: bold;
}

.historyIbox a:link,
.historyIbox a:visited {
    color: #646464;
}

.historyIbox a:active,
.historyIbox a:hover {
    color: #000;
}

.historyIlist li {
    float: left;
    width: 33.33%;
    display: block;
    background: url(../images/line2.gif) repeat-x scroll left 15px;
}

.historyIlist .item {
    padding: 0px 0px 0px 12px;
    background-color: #fff;
    width: 78px;
    display: block;
    color: #646464;
}

.historyIlist li.lin1 .item {
    padding-left: 0px;
}

.aboutType {
    position: relative;
    top: -50px;
    width: 90%;
    margin-left: 5%;
}

.aboutType dd {
    float: left;
    display: block;
    width: 50%;
}

.responsibilityIbox a:link,
.responsibilityIbox a:visited {
    color: #000;
}

.responsibilityIbox a:active,
.responsibilityIbox a:hover {
    color: #000;
}

.responsibilityIbox a {
    display: block;
    height: 205px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.responsibilityIbox .t {
    position: absolute;
    left: 5%;
    top: 18px;
}

.responsibilityIbox .ico {
    width: 34px;
    height: 34px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -17px 0px 0px -17px;
}

.responsibilityIbox .bg {
    background-color: #ee0018;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.responsibilityIbox .i {
    background: url(../images/more_i2.png) no-repeat scroll center center;
    width: 11px;
    height: 11px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0px 0px -5px;
}

.responsibilityIbox:hover .bg {
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
}

.responsibilityIbox:hover .i {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.trans {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.trans,
.trans:hover {
    -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.historyIlist li.lin2 .item {
    margin: 0px auto;
}

.historyIlist li.lin3 .item {
    float: right;
    width: auto;
}

.historyIlist .year {
    color: #e43022;
    display: block;
}

@media only screen and (max-width: 750px) {
    .historyIlist .year {
        font: 16px/1.2 "humanist_521_lightregular", "microsoft yahei";
    }
    .historyIlist .name {
        font-size: 12px
    }
    .responsibilityIbox .t {
        display: none;
    }
}

@media only screen and (min-width: 751px) {
    .historyIlist .year {
        font: 20px/1.2 "humanist_521_lightregular", "microsoft yahei";
    }
    .historyIlist .name {
        font-size: 14px
    }
    .responsibilityIbox .t {
        display: block;
    }
}

@media only screen and (min-width: 1000px) {
    .historyIlist .year {
        font: 25px/1.2 "humanist_521_lightregular", "microsoft yahei";
    }
    .historyIlist .name {
        font-size: 16px
    }
    .responsibilityIbox .t {
        display: block;
    }
}

.brandIbox {
    position: relative;
}

.brandIbox .moreBot {
    padding: 0px 5%;
    position: relative;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background-color: #e43022;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    visibility: hidden;
}

.brandIbox .moreBot .i {
    background: url(../images/more_i2.png) no-repeat;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 5%;
}

.brandIbox .brandA {
    position: absolute;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    font-weight: bold;
}

.brandIbox:hover .moreBot {
    visibility: visible;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
}

.storyPageIbox .pageC {
    text-align: center;
    margin: 0px auto;
}

.storyPageIboxt {
    border: 2px solid #e43022;
    padding: 30px 48px 60px;
    width: 374px;
    position: relative;
    top: -76px;
    background-color: #fff;
    left: 20%
}

.storyPageIboxt .mz {
    font: 20px/1.5 "humanist_521_lightregular", "microsoft yahei";
    color: #969696;
    text-transform: uppercase;
}

.storyPageIboxt .t {
    font-size: 30px;
    color: #cd000f;
}

.storyPageIboxt .bot {
    height: 4px;
    background-color: #cd000f;
    width: 44px;
    margin-bottom: 32px;
}

.storyPageIboxt .c {
    color: #787878;
}

.storyPageIbox {
    position: relative;
    padding-bottom: 0px;
}

.storyPageIbox .moreR {
    background-color: #cd000f;
    color: #fff;
    bottom: 80px;
}

.storyPageIbox .moreR .ico {
    background-image: url(../img/more_rico2.png);
}

.storyPageIDL dd {
    margin-bottom: 0%;
}

.storyPageIDL .img {
    float: right;
    display: block;
    width: 35%;
}

.storyPageIDL .img img {
    width: 100%;
    display: block;
}

.storyPageIDL .con {
    float: left;
    display: block;
    width: 65%;
    margin-top: 128px;
    background-color: #eeeeee;
    position: relative;
    height: 395px;
}

.storyPageIDL .con .imgP {
    position: absolute;
    bottom: 0px;
    right: 0%;
}

.storyPageIDL .con .year {
    font: 100px/1.2 "humanist_521_lightregular", "microsoft yahei";
    color: #323232;
    position: absolute;
    top: -128px;
    left: 32%;
}

.storyPageIDL .con .txt {
    width: 290px;
    position: absolute;
    left: 34%;
    z-index: 10;
    top: 48px;
}

.storyPageIDL .con .txt .t {
    font-size: 20px;
    margin-bottom: 10px;
}

.storyPageIDL .two .con .imgP {
    right: auto;
    left: 3%;
}

.storyPageIDL .two .con .year {
    width: 470px;
    left: auto;
    right: 4%;
}

.storyPageIDL .two .con .txt {
    width: 470px;
    left: auto;
    right: 2%;
}

.about_bg .mid h5 {
    font-size: 18px;
}

.about_bg .list li {
    transition-duration: 0.5s;
}

.about_bg .list li img {
    max-width: 100%
}

@media only screen and (max-width: 1000px) {
    .about_bg .list {
        width: 90%;
        margin: -30px auto 30px;
        overflow: hidden;
    }
    .about_bg .list li {
        text-align: center;
        margin: 0 auto;
        width: 33.3%;
        float: left
    }
}

@media only screen and (min-width: 1001px) {
    .about_bg .list {
        width: 90%;
        margin: -30px auto 30px;
        display: flex;
        justify-content: space-between;
    }
    .about_bg .list li {
        text-align: center;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1201px) {
    .about_bg .list {
        width: 90%;
        margin: -30px auto 30px;
        display: flex;
        justify-content: space-between;
    }
    .about_bg .list li {
        display: flex;
        justify-self: start;
    }
}

.about_bg .list li .l {
    margin-right: 15px;
}

.about_bg .list li p {
    font-size: 18px;
    font-weight: bold;
    padding-top: 15px;
}

.about_bg .list li .t14 {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.about_bg .list li img {
    transition-duration: 0.5s;
}

.about_bg .list li img:hover {
    transform: rotateY(180deg);
}

.sy_case {
    width: 90%;
    margin: 30px auto 50px;
}

.sy_news {
    width: 90%;
    margin: 30px auto 50px;
}

.pageInner {
    margin: 0;
}

.project-list dd {
    position: relative;
    float: left;
    display: block;
    margin-right: 2%;
    margin-bottom: 42px;
    background-color: #fff;
}

@media only screen and (max-width: 750px) {
    .project-list dd {
        width: 100%;
    }
}

@media only screen and (min-width: 751px) {
    .project-list dd {
        width: 48%;
    }
}

@media only screen and (min-width: 1000px) {
    .project-list dd {
        width: 48%;
    }
}

@media only screen and (min-width: 1200px) {
    .project-list dd {
        width: 31.33%;
    }
}

.project-list figure {
    position: relative;
    overflow: hidden;
}

.project-list .hot {
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
    width: 142px;
    height: 115px;
}

.project-list .desc {
    padding: 20px 55px 20px 35px;
    color: #666666;
    position: relative;
    z-index: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    background: #fafafa;
}

.project-list .t {
    font-size: 16px;
    margin-bottom: 5px;
}

.project-list .icon-dizhi1 {
    font-size: 14px;
}

.project-list .icon-dizhi1:before {
    margin-right: 5px;
}

.mico2 {
    position: relative;
    width: 16px;
    height: 16px;
    display: block;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.mico2:before,
.mico2:after {
    content: "";
    position: absolute;
    background-color: #dddddd;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.mico2:before {
    left: 0;
    top: 6px;
    width: 100%;
    height: 4px;
}

.mico2:after {
    left: 6px;
    top: 0;
    height: 100%;
    width: 4px;
}

.project-list .mico2 {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -8px;
}

.project-list .linkA {
    z-index: 5;
}

.project-list dd:hover .mico2 {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

.project-list dd:hover .mico2:before,
.project-list dd:hover .mico2:after {
    background-color: #fff;
}

.project-list .desc:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #e0260f;
    -webkit-transition: transform 0.6s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
    transition: transform 0.6s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
    transform-origin: left 100%;
    -webkit-transform-origin: left 100%;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    visibility: hidden\9;
    z-index: -1;
}

.project-list dd:hover .desc {
    color: #fff;
}

.project-list dd:hover .desc:before {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform-origin: left 0;
    -webkit-transform-origin: left 0;
    visibility: visible\9
}

.project-info a:link,
.project-info a:visited {
    color: #666;
}

.project-info a:active,
.project-info a:hover {
    color: #E0260F;
}

.project-info {
    position: relative;
    padding: 40px 0;
    margin-left: 126px;
}

.project-info .pageT {
    float: left;
    display: block;
    width: 26%;
}

.project-desc {
    position: absolute;
    bottom: 114px;
    width: 20%;
}

.project-desc h3 {
    color: #333333;
    font-size: 32px;
    line-height: 1.4;
    font-weight: normal;
    margin-bottom: 20px;
}

.project-desc .type {
    padding-bottom: 40px;
    color: #999999;
    font-size: 14px;
}

.project-desc .txt {
    line-height: 1.5;
    max-height: 63px;
    overflow: hidden;
    margin-bottom: 15px;
}

.project-desc .btn-more {
    margin-top: 18px;
    font-size: 14px;
    text-transform: uppercase;
}

.project-page {
    position: relative;
    float: left;
    display: block;
    width: 74%;
}


/*=================首页新闻===========*/

.sy_zixun_list {
    width: 100%;
    margin: 0 auto 50px;
    overflow: hidden;
}

.sy_zixun_list li .txt h3 {
    width: 100%
}

@media only screen and (max-width:750px) {
    .sy_zixun_list li {
        width: 100%;
    }
    .sy_zixun_list li .pic {
        display: none;
    }
    .sy_zixun_list li .txt h3 {
        font-size: 16px;
    }
}

@media only screen and (min-width: 751px) {
    .sy_zixun_list li {
        width: 100%;
    }
    .sy_zixun_list li .pic {
        width: 45%;
    }
    .sy_zixun_list li .txt h3 {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1201px) {
    .sy_zixun_list li {
        width: 49%;
        float: left;
    }
    .sy_zixun_list li .pic {
        width: 45%;
    }
    .sy_zixun_list li .pic .day {
        font-size: 38px;
    }
    .sy_zixun_list li .pic .year {
        font-size: 14px;
    }
    .sy_zixun_list li .pic {
        width: 50%
    }
    .sy_zixun_list li .txt h3 {
        font-size: 18px
    }
}

@media only screen and (min-width: 1400px) {
    .sy_zixun_list li .pic .day {
        font-size: 42px;
    }
    .sy_zixun_list li .pic .year {
        font-size: 18px;
    }
    .sy_zixun_list li .pic {
        width: 45%
    }
    .sy_zixun_list li .txt h3 {
        font-size: 20px
    }
}

@media only screen and (min-width: 1600px) {
    .sy_zixun_list li .pic .day {
        font-size: 48px;
    }
    .sy_zixun_list li .pic .year {
        font-size: 18px;
    }
    .sy_zixun_list li .pic {
        width: 45%
    }
    .sy_zixun_list li .txt h3 {
        font-size: 20px
    }
}

.sy_zixun_list li img {
    max-width: 100%
}

.sy_zixun_list li {
    display: flex;
    justify-self: start;
    background: #f3f3f3;
    padding: 3%;
    margin: 0.5%;
}

.sy_zixun_list li .pic {
    margin-right: 30px;
    color: #2f2e2e;
}

.sy_zixun_list li .pic .day,
.sy_zixun_list li .pic .year {
    font-family: Arial, Helvetica, sans-serif;
}

.sy_zixun_list li .txt {
    color: #666
}

.sy_zixun_list li .txt h3 a {
    color: #2f2e2e
}

.sy_zixun_list li .txt p {
    font-size: 14px;
    line-height: 25px;
    color: #777;
    margin-top: 15px;
}

.sy_zixun_list li .txt .more {
    font-size: 48px;
    color: #bfbfbf
}


/*=======why====*/

.why {
    width: 100%;
}

.why .left {
    color: #fff
}

.why .left .w1 .txt {
    margin-left: 30px;
}

.why .left .w1 .txt .lm {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.why .left .w1 .txt .lm .l {
    width: 100%;
    text-align: left;
}

.why .left .w1 .txt .lm .l h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 42px;
    line-height: 40px;
    color: #fff;
}

.why .left .w1 .txt .lm .l h4 {
    font-size: 24px;
    line-height: 40px;
    color: #e43022;
    font-weight: normal;
}

.why .left .w1 .txt .lm .r {
    text-align: right;
}

.why .left .w1 .txt .jianjie {
    width: 90%;
    margin-top: 30px;
    margin-left: 10%;
}

.why .left .w1 .txt .jianjie p {
    font-size: 14px;
    line-height: 25px;
    color: #8998b2;
    margin-bottom: 30px;
}

.why .left .w1 .txt .jianjie .list {
    display: flex;
    justify-self: start;
    margin-top: 50px;
}

.why .left .w1 .txt .jianjie .list li {
    height: 60px;
    width: 60px;
    border: 1px #fff solid;
    border-radius: 50%;
    margin-right: 20px;
    padding-top: 10px;
    text-align: center;
}

.why .left .w1 .txt .jianjie .list li:last-child {
    margin-right: 0px;
}

.why .left .w1 .txt .jianjie .list li:hover,
.why .left .w1 .txt .jianjie .list li.on {
    background: #cd000f;
    border: 1px #cd000f solid;
}

@media only screen and (max-width: 1400px) {
    .why {
        background: url("../images/shili.jpg") top center no-repeat;
        overflow: hidden;
    }
    .why .left {
        width: 100%;
    }
    .why .right {
        width: 100%;
    }
    .why .left .w1 {
        display: none;
    }
    .why .left .w1 .img {
        width: 440px;
    }
    .why .right .list {
        background: url("../images/why.jpg") top center no-repeat;
        border-bottom: 5px #e43022 solid;
        margin-top: 30px;
        padding: 10% 5%;
        overflow: hidden;
    }
    .why .left .w2,
    .why .left .w1 .txt .jianjie .en,
    .why .right .list .line,
    .why .right .list .yingyong {
        display: none
    }
    .why .right .list .a20 {
        color: #fff;
    }
    .why .right .list .yingyong li p {
        color: #9d9d9d
    }
    .why .right .list p,
    .why .right .list .jia {
        color: #fff
    }
    .why .right .list .shu {
        background: #fff;
    }
}

@media only screen and (min-width: 1401px) {
    .why {
        background: url("../images/shili.jpg") top center no-repeat;
    }
    .why {
        display: flex;
        justify-content: space-between;
    }
    .why .left {
        width: 55%;
        padding-top: 180px;
    }
    .why .right {
        width: 28%;
    }
    .why .left .w1 {
        display: block;
        width: 100%;
        display: flex;
        justify-self: start;
    }
    .why .left .w1 .img {
        width: 440px;
    }
    .why .left .w2 {
        width: 95%;
        margin-left: 5%;
        background: url("../images/wl2.jpg");
        background-size: 100% auto;
        margin-top: 50px;
        min-height: 370px;
        overflow: hidden;
        display: block;
    }
    .why .left .w1 .txt .jianjie .en {
        font-size: 12px;
        line-height: 20px;
        font-family: Arial, Helvetica, sans-serif;
        color: #8998b2;
        display: block;
    }
    .why .left .w2 ul {
        padding: 10% 8% 5%;
    }
    .why .left .w2 ul h2 {
        font-size: 40px;
        line-height: 46px;
    }
    .why .right .tu {
        background: url("../images/wr1.jpg") center no-repeat;
        width: 90%;
        height: 380px;
    }
    .why .right .list {
        background: #f6f8fc;
        border-bottom: 5px #e43022 solid;
        margin-top: 30px;
        padding: 10% 5%;
        overflow: hidden;
    }
    .why .right .list .yingyong li p {
        color: #000000
    }
    .why .right .list .a20 {
        color: #060606;
    }
    .why .right .list p {
        color: #060606
    }
    .why .right .list .shu {
        background: #323232;
    }
    .why .right .list .line {
        height: 1px;
        width: 100%;
        background: #e0e0e0;
        margin-bottom: 30px;
    }
    .why .right .list .yingyong {
        width: 100%;
        overflow: hidden;
    }
    .why .right .list .yingyong li {
        width: calc(100%/3);
        float: left;
        text-align: center;
        margin: 1% 0;
    }
    .why .right .list .yingyong li p {
        font-size: 16px;
        line-height: 40px;
    }
}

@media only screen and (min-width: 1600px) {
    .why {
        background: url("../images/shili.jpg") top center no-repeat;
    }
    .why {
        display: flex;
        justify-content: space-between;
    }
    .why .left {
        width: 60%;
        padding-top: 180px;
    }
    .why .right {
        width: 35%;
    }
    .why .left .w2 {
        width: 95%;
        margin-left: 5%;
        background: url("../images/wl2.jpg");
        background-size: 100% auto;
        margin-top: 50px;
        min-height: 560px;
    }
    .why .left .w2 ul {
        padding: 20% 8% 8%;
    }
    .why .left .w2 ul h2 {
        font-size: 48px;
        line-height: 66px;
    }
    .why .right .tu {
        background: url("../images/wr1.jpg") center no-repeat;
        width: 90%;
        height: 480px;
    }
    .why .right .list {
        background: #f6f8fc;
        border-bottom: 5px #e43022 solid;
        margin-top: 30px;
        padding: 10% 5%;
        overflow: hidden;
    }
}

.why .left .w2 ul .jia {
    font-size: 24px;
    line-height: 55px;
}

.why .left .w2 ul .ad {
    background: #e43022;
    font-size: 18px;
    width: 220px;
    text-align: center;
    line-height: 44px;
    font-weight: bold;
}

.why .right .list h2 {
    color: #e43022;
    font-family: impact;
    font-size: 68px
}

.why .right .list p {
    font-size: 24px;
    line-height: 36px;
}

.why .right .list .jia {
    font-size: 24px;
    margin-top: 40px;
    line-height: 40px;
}

.why .right .list .shu {
    width: 1px;
    height: 80px;
    margin-left: 8px;
    margin-bottom: 20px;
}

.why .right .list .ali {
    width: 70%;
    display: flex;
    justify-self: start;
}

.why .right .list .ali li {
    width: 48%;
    margin-right: 2%;
    background: #e43022;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff
}

.why .right .list .ali li.on {
    background-color: #041230;
}

.why .right .list .a20 {
    font-size: 20px;
    font-weight: bold;
    padding: 30px 0;
}


/*================main_date==================*/

.main_read {
    width: 100%;
    overflow: hidden;
}

@media only screen and (max-width: 1000px) {
    .main_date {
        width: 100%;
        line-height: 27px;
        text-align: center;
        color: #333;
        margin: 0 auto 10px;
        border-bottom: 1px #ccc solid;
        border-top: 1px #ccc solid;
        padding: 15px 0;
    }
    .main_date li {
        margin-right: 15px;
    }
    .main_date a {
        color: #333
    }
}

@media only screen and (min-width: 1001px) {
    .main_date {
        width: 100%;
        background: #041230;
        height: 60px;
        line-height: 60px;
        text-align: center;
        display: flex;
        justify-self: start;
        color: #fff;
        padding-left: 50px;
        margin: 0 auto 30px;
    }
    .main_date li {
        margin-right: 15px;
    }
    .main_date a {
        color: #fff
    }
}


/*=========================资质荣誉列表==============*/

.se_case {
    overflow: hidden;
}

.se_case ul {
    display: flex;
    flex: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.se_case li {
    height: auto;
    margin: 0 1% 2% 0;
    border: 1px solid #f3f3f3;
    position: relative;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
}

@media only screen and (max-width: 1000px) {
    .ny_banner {
        margin-top: 80px;
    }
    .se_case li {
        width: 48%;
    }
}

@media only screen and (min-width: 1001px) {
    .se_case li {
        width: 32%;
    }
}

.se_case .pro_pic img {
    width: 100%;
    transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
}

.se_case li:hover div img {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.se_case .pro_pic {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.se_case .pro_text {
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    background-color: #041230;
}

@media only screen and (max-width: 750px) {
    .se_case .pro_text {
        font-size: 14px;
        line-height: 44px;
        display: none;
    }
}

@media only screen and (min-width: 1000px) {
    .se_case .pro_text {
        display: block;
        font-size: 16px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 1200px) {
    .se_case .pro_text {
        display: block;
        font-size: 17px;
        line-height: 55px;
    }
}

@media only screen and (min-width: 1400px) {
    .se_case .pro_text {
        display: block;
        font-size: 18px;
        line-height: 66px;
    }
}

@media only screen and (min-width: 1600px) {
    .se_case .pro_text {
        display: block;
        font-size: 18px;
        line-height: 77px;
    }
}

.se_case ul a {
    display: block;
    color: #f55319;
    text-align: center;
    line-height: 35px;
    width: 120px;
    border: 1px solid #f55319;
    margin: 0 auto;
    font-size: 15px;
}


/*=============首页资质荣誉==============*/

.se_honnor {
    width: 100%;
    margin: 0 auto 30px;
    overflow: hidden;
}

.se_honnor ul {
    display: flex;
    flex: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.se_honnor li {
    border: 1px solid #ececec;
    position: relative;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
}

@media only screen and (max-width: 750px) {
    .se_honnor li {
        width: 47%;
        height: auto;
        margin: 1%;
    }
    .se_honnor .pro_text {
        display: none
    }
}

@media only screen and (min-width: 751px) {
    .se_honnor li {
        width: 32%;
        height: auto;
        margin: 0 1% 2% 0;
    }
}

@media only screen and (min-width: 1200px) {
    .se_honnor .pro_text {
        color: #fff;
        text-align: center;
        font-size: 16px;
        line-height: 55px;
        background: #041230;
        display: block;
    }
    .se_honnor li {
        width: 32%;
        height: auto;
        margin: 0 1% 2% 0;
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    }
    .se_honnor li:nth-child(3n) {
        margin: 0 0 2% 0;
    }
}

.se_honnor .pro_pic img {
    width: 100%;
    transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
}

.se_honnor li:hover div img {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.se_honnor .pro_pic {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.se_honnor ul a {
    display: block;
    color: #f55319;
    text-align: center;
    line-height: 35px;
    width: 120px;
    border: 1px solid #f55319;
    margin: 0 auto;
    font-size: 15px;
}

.more_m {
    color: #008cd2;
    font-size: 16px;
    padding-right: 15px;
    position: relative;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    width: 150px;
    padding: 0 44px;
    margin: 0 auto;
    border: 1px solid #ccc;
    display: block;
    color: #666666;
    margin-bottom: 50px;
    background-color: #e41019;
    color: #fff;
    border: 1px solid #e41019;
    border-radius: 50px;
    ;
}

.more_m span {
    font-size: 16px;
    padding: 0 40px;
    display: block;
    display: block;
    margin: 15px 0;
    background: url("../images/more.png") no-repeat right 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.more_m:hover {
    border: 1px solid #ccc;
    color: #fff;
    background: #041230;
}

.more_m:hover span {
    background-position: right -100px;
}


/*======首页视频播放============*/

.search-close {
    width: 60px;
    height: 60px;
    cursor: pointer;
    transition: .4s all;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.search-close:hover {
    color: #fff;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.video-box {
    position: relative;
    overflow: hidden;
}

.video-box video {
    position: absolute;
    left: 50%;
    margin-left: -40%;
    top: 50%;
    margin-top: -20%;
    width: 80%;
    height: 80%;
    -o-object-fit: cover;
    object-fit: cover;
}

.index-video {
    position: fixed;
    z-index: 999999999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

.index-video .x-btn {
    top: 5%;
    right: 5%;
}

.index-video-wrap {
    z-index: 30;
}

.x-btn {
    position: absolute;
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    color: #fff;
    background-color: ;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 24px;
    z-index: 50;
    transition: .4s all;
}

.x-btn:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    color: #fff;
}

.pp_read {
    position: absolute;
    top: 20%;
    left: 11%;
    width: 80%;
    height: 600px;
    z-index: 4;
    display: flex;
    justify-content: space-between;
}

.pp_read .pp_read_text {
    width: 45%;
}

.pp_read .pp_read_text h1 {
    font-size: 70px;
    color: #fff;
    line-height: 96px;
    font-weight: bold
}

.pp_read_jianjie {
    padding: 0 0 0 85px;
    color: #eee;
    font-size: 16px;
    line-height: 33px;
    position: relative;
}

.pp_read_jianjie:before {
    position: absolute;
    left: 0;
    top: 16px;
    width: 70px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    content: '';
}

.pp_read .pp_read_pic {
    width: 50%;
    text-align: center;
}

.pp_read .pp_read_pic img {
    width: 100%;
}

.pp_read .pp_read_pic .dulv_pp img {
    width: 600px;
}


/*--------产品频道-------------*/

.chanpin_pindao {
    width: 100%;
    margin: 0 auto;
    color: #333;
}

@media only screen and (max-width: 1000px) {
    .chanpin_pindao {
        padding-top: 50px;
    }
    .chanpin_pindao .left {
        width: 40%;
    }
    .chanpin_pindao .right {
        display: block;
        width: 100%;
        background: url(../images/pic30.png);
    }
    .chanpin_pindao .right img {
        max-width: 100%
    }
    .chanpin_pindao .left {
        width: 100%;
    }
}

@media only screen and (min-width: 1001px) {
    .chanpin_pindao {
        display: flex;
        justify-content: space-between;
        padding-top: 50px;
    }
    .chanpin_pindao .left {
        width: 40%;
    }
    .chanpin_pindao .right {
        display: block;
        width: 50%;
        text-align: right;
        position: relative;
        overflow-y: auto;
        left: 0;
        background: url(../images/pic30.png);
        z-index: 999999999999999999999;
    }
    .chanpin_pindao .right img {
        max-width: 100%
    }
    .chanpin_pindao .left {
        width: 35%;
        position: absolute;
        right: 0;
        position: fixed;
    }
}

@media only screen and (min-width: 1200px) {
    .chanpin_pindao {
        display: flex;
        justify-content: space-between;
        padding-top: 50px;
    }
    .chanpin_pindao .right {
        display: block;
        width: 50%;
        text-align: right;
        position: relative;
        overflow-y: auto;
        left: 0;
        background: url(../images/pic30.png);
        z-index: 999999999999999999999;
    }
    .chanpin_pindao .right img {
        max-width: 100%
    }
    .chanpin_pindao .left {
        width: 35%;
        position: absolute;
        right: 0;
        position: fixed;
    }
}

@media only screen and (min-width: 1400px) {
    .chanpin_pindao {
        display: flex;
        justify-content: space-between;
        padding-top: 50px;
    }
    .chanpin_pindao .right {
        display: block;
        width: 50%;
        text-align: right;
        position: relative;
        overflow-y: auto;
        left: 0;
        background: url(../images/pic30.png);
        z-index: 999999999999999999999;
    }
    .chanpin_pindao .right img {
        max-width: 100%
    }
    .chanpin_pindao .left {
        width: 35%;
        position: absolute;
        right: 0;
        position: fixed;
    }
}

.chanpin_pindao .right img {
    max-width: 100%
}

.chanpin_pindao .left {
    background: url(../images/pic30.png)
}

.chanpin_pindao .left h1 {
    color: #e43022;
    font-size: 36px;
    font-weight: bold;
}

.chanpin_pindao .left .tedian_list {
    width: 100%;
    overflow: hidden;
    margin-top: 3%;
}

.chanpin_pindao .left .tedian_list li {
    width: 60px;
    height: 60px;
    float: left;
    text-align: center;
}

.chanpin_pindao .left .jianjie {
    font-size: 15px;
    line-height: 27px;
    margin-top: 3%;
    max-height: 200px;
    overflow-y: auto;
}

.chanpin_pindao .left .jianjie p {
    margin-top: 15px;
}

.chanpin_pindao .left .yingyong {
    width: 100%;
    margin: 5% 0 10%;
    overflow: hidden;
}

.chanpin_pindao .left .yingyong li {
    text-align: center;
    float: left;
    border: 1px;
    border: 1px #ccc dashed;
    margin-left: -1px;
    padding: 2% 0;
}

.chanpin_pindao .left .yingyong li p {
    font-size: 14px;
    line-height: 40px;
}

@media only screen and (max-width: 750px) {
    .chanpin_pindao .left .yingyong li {
        width: calc(100%/3);
    }
}

@media only screen and (min-width: 751px) {
    .chanpin_pindao .left .yingyong li {
        width: calc(100%/3);
    }
}

@media only screen and (min-width: 1000px) {
    .chanpin_pindao .left .yingyong li {
        width: calc(100%/3);
    }
}

@media only screen and (min-width: 1200px) {
    .chanpin_pindao .left .yingyong li {
        width: calc(100%/6);
    }
}

@media only screen and (min-width: 1400px) {
    .chanpin_pindao .left .yingyong li {
        width: calc(100%/6);
    }
}


/*-------------关于我们页面------------*/

.about_zeren {
    width: 90%;
    margin: 0 auto 50px;
    overflow: hidden;
}

.about_zeren .left .title {
    width: 100%
}

.about_zeren .left .title h2 {
    color: #e43022;
}

.about_zeren .left {
    color: #333
}

.about_zeren .left .title span {
    color: #041230;
}

.about_zeren .left .aliat {
    width: 100%;
}

.about_zeren .left .aliat img {
    max-width: 100%
}

@media only screen and (max-width: 1000px) {
    .about_zeren .video {
        width: 100%;
        margin-top: 15px;
    }
    .about_zeren .video iframe {
        height: 320px;
    }
    .about_zeren .left {
        width: 100%;
    }
    .about_zeren .left .title h2 {
        font-size: 28px;
        margin-top: 20px;
    }
    .about_zeren .left .title span {
        font-size: 32px;
        line-height: 33px;
    }
    .about_zeren .left p {
        display: block;
        margin: 15px 0;
        font-size: 14px;
        line-height: 22px;
    }
    .about_zeren .left .aliat {
        display: flex;
        justify-content: space-between;
    }
    .about_zeren .left .aliat .left {
        width: 62%
    }
    .about_zeren .left .aliat .right {
        width: 36%
    }
}

@media only screen and (min-width: 1001px) {
    .about_zeren {
        display: flex;
        justify-content: space-between;
    }
    .about_zeren .video {
        width: 53%;
    }
    .about_zeren .video iframe {
        height: 380px;
    }
    .about_zeren .left {
        width: 40%;
    }
    .about_zeren .left .title h2 {
        font-size: 28px;
        margin-top: 20px;
    }
    .about_zeren .left .title span {
        font-size: 32px;
        line-height: 33px;
    }
    .about_zeren .left p {
        display: block;
        margin: 15px 0;
        font-size: 14px;
        line-height: 22px;
    }
    .about_zeren .left .aliat {
        display: flex;
        justify-content: space-between;
    }
    .about_zeren .left .aliat .left {
        width: 62%
    }
    .about_zeren .left .aliat .right {
        width: 36%
    }
}

@media only screen and (min-width: 1200px) {
    .about_zeren .video {
        width: 53%;
    }
    .about_zeren .video iframe {
        height: 420px;
    }
    .about_zeren .left {
        width: 40%;
    }
    .about_zeren .left .title h2 {
        font-size: 32px;
        margin-top: 20px;
    }
    .about_zeren .left .title span {
        font-size: 38px;
        line-height: 40px;
    }
    .about_zeren .left p {
        display: block;
        margin: 15px 0;
        font-size: 15px;
        line-height: 25px;
    }
    .about_zeren .left .aliat {
        display: flex;
        justify-content: space-between;
    }
    .about_zeren .left .aliat .left {
        width: 62%
    }
    .about_zeren .left .aliat .right {
        width: 36%
    }
}

@media only screen and (min-width: 1400px) {
    .about_zeren .video {
        width: 53%;
    }
    .about_zeren .video iframe {
        height: 520px;
    }
    .about_zeren .left {
        width: 40%;
    }
    .about_zeren .left .title h2 {
        font-size: 36px;
        margin-top: 20px;
    }
    .about_zeren .left .title span {
        font-size: 42px;
        line-height: 45px;
    }
    .about_zeren .left p {
        display: block;
        margin: 20px 0 20px 0;
        font-size: 16px;
        line-height: 30px;
    }
    .about_zeren .left .aliat {
        display: flex;
        justify-content: space-between;
    }
    .about_zeren .left .aliat .left {
        width: 62%
    }
    .about_zeren .left .aliat .right {
        width: 36%
    }
}


/*============.mbx==========*/

.mbx {
    width: 100%;
    font-size: 16px;
    margin-bottom: 5%;
}

.mbx .espcms_path {
    width: 100%;
    font-size: 16px;
    display: flex;
    flex-flow: row nowrap;
    justify-self: start;
    color: #707070;
    font-size: 15px;
    text-align: left;
}

.mbx .espcms_path a {
    color: #707070;
}

.mbx .espcms_path .path {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.mbx .espcms_path li {
    display: inline-block;
}

.mbx .espcms_path>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.espcms_page_botton {
    text-align: center;
    padding: 10px 0px 15px 0;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    outline: 0px;
}

.btn {
    display: inline-block;
    padding: 10px 23px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 8px 0 8px 0;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}


/*-----------left_lianxi-------------*/

.contactonefl h1 {
    font-size: 42px;
    color: #d41414;
    margin-top: 5%;
}

.contactonefl .contactonetxt {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    text-align: left;
}

.contactonefl .contactonedel {
    margin-left: 28px;
    border-radius: 6px;
    background: #031231;
    line-height: 24px;
    width: 80%;
    font-size: 12px;
    position: relative;
    border-radius: 10px;
    padding: 15px 18px 15px 35px;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 35px;
    padding-left: 60px;
    color: #fff;
    transition-duration: 0.5s;
}

.contactonefl .contactonedel img {
    transition-duration: 0.5s;
}

.contactonefl .contactonedel:hover img {
    transform: rotateY(180deg);
}

.contactonefl .contactonedel span {
    position: absolute;
    left: -28px;
    top: -17px;
    width: 40px;
    height: 40px
}

.contactonefl .contactonedel strong {
    font-size: 18px
}


/*mubiao*/

.mubiao {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #f4f4f4
}

@media only screen and (max-width: 1000px) {
    .mubiao li {
        width: calc(100%);
    }
}

@media only screen and (min-width: 1001px) {
    .mubiao li {
        width: calc(50%);
    }
}

.mubiao li img {
    width: 100%;
    display: block
}

.mubiao .textbox {
    background-color: #f4f4f4;
    padding: 30px 50px 0 30px;
}

.mubiao .textbox div {
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

@media only screen and (max-width: 750px) {
    .mubiao .textbox div {
        font-size: 18px;
        line-height: 30px;
    }
    .mubiao .textbox p {
        display: none;
    }
    .mubiao .textbox a {
        display: none;
    }
    .mubiao .textbox {
        margin-bottom: 20px;
    }
    .mubiao .textbox a {
        height: 30px;
        font-size: 12px;
        padding-left: 15px;
        line-height: 30px;
    }
}

@media only screen and (min-width: 751px) {
    .mubiao .textbox div {
        font-size: 28px;
        line-height: 40px;
    }
    .mubiao .textbox p {
        display: block;
        color: #666;
        font-size: 17px;
        max-height: 66px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .mubiao .textbox a {
        height: 36px;
        font-size: 13px;
        padding-left: 18px;
        line-height: 36px;
    }
}

@media only screen and (min-width: 1000px) {
    .mubiao .textbox div {
        font-size: 32px;
        line-height: 50px;
    }
    .mubiao .textbox a {
        height: 40px;
        font-size: 13px;
        padding-left: 18px;
        line-height: 40px;
    }
}

@media only screen and (min-width: 1200px) {
    .mubiao .textbox div {
        font-size: 38px;
    }
    .mubiao .textbox a {
        height: 44px;
        font-size: 13px;
        padding-left: 18px;
        line-height: 44px;
    }
}

@media only screen and (min-width: 1400px) {
    .mubiao .textbox div {
        font-size: 42px;
    }
    .mubiao .textbox a {
        height: 45px;
        font-size: 14px;
        padding-left: 18px;
        line-height: 45px;
    }
}

.mubiao .textbox div strong {
    color: #e94322
}

.mubiao .textbox a {
    width: 120px;
    margin-bottom: 22px;
    display: block;
    margin-top: 1vw;
    color: #666;
    border: 1px solid #e2e2e2;
    background-image: url(../images/iamore.png);
    background-repeat: no-repeat;
    background-position: right 28px center;
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -moz-transition: 0.5s ease 0s
}

.mubiao .textbox a:hover {
    background-image: url(../images/iamore_cur.png);
    background-position: right 18px center;
    color: #fff;
    background-color: #e94322;
    border: 1px solid #e94322
}

@media only screen and (max-width:1610px) {
    .mubiao .textbox p {
        font-size: 15px;
    }
    .mubiao .textbox {
        padding: 34px 58px 0 50px;
    }
}

@media only screen and (min-width:1610px)and (max-width:1800px) {
    .mubiao .textbox p {
        font-size: 16px;
    }
}


/*--------------手机端分类=============*/

@media screen and (min-width: 1001px) {
    .ly {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .ly {
        display: block;
        height: 190px;
        width: 100%;
    }
    .ly ul {
        height: 180px;
    }
    .ly ul li {
        height: 180px;
    }
    .ly ul li p {
        background: #e43022;
        width: 100%;
        line-height: 40px;
        font-size: 15px;
        border-radius: 5px;
        text-align: center;
        color: #fff;
        margin-top: 5px;
    }
    .ly ul li p img {
        height: 16px;
        width: 16px;
    }
}

.ly {
    position: relative;
    margin: 100px 0 50px;
    width: 100vw;
    overflow: hidden;
    /* overflow: auto; */
}

.ly ul {
    position: absolute;
    left: 0;
    top: 0;
}

.ly ul li {
    list-style: none;
    float: left;
    width: 50vw;
    padding: 5px;
    box-sizing: border-box;
}

.ly li img {
    vertical-align: middle;
    width: 100%;
    border-radius: 5px;
}