﻿/*首页应用模块*/



.app-box {
    padding-top: 50px;
}

.tem-box {
    padding: 30px 15px;
    background: #EDEDED;
    width: 100%
}

.tem-box .module-box {
    padding: 10px 0px
}

.news-box {
    padding: 30px 15px;
}

/*产品与服务*/

.module-service {
    padding-top: 30px;
}

.module-service_list{
    border: 1px solid #ddd;
    /*box-shadow: 5px 5px 10px #f0f0f0, -5px -5px 10px #f0f0f0;*/
}
.module-service_box{
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.module-service_list a {
    font-size: 16px;
}
.module-service_list a:hover {
    color: #009944;
}

.contactusMap {
    padding: 10px;
	border-radius: 6px;
	border: 1px solid #ddd;
}

.serviceItem {
    padding: 10px;
	border-radius: 6px;
	border: 1px solid #ddd;
}
.serviceItem ul{
	padding-left: 20px;
}

.serviceItem ul > li{
	margin: 10px;
}



.module-service .adv {
    background: url(../images/soft-adv-item.png) no-repeat left center;
    width: 156px;
    height: 154px;
    margin: 0px auto;
    transition: all ease-in-out 0.4s
}
.module-service .titleImg {
    margin: 0px auto;
    transition: all ease-in-out 0.4s;
	padding: 5px;
}





.module-service .adv-2 {
    background-position-x: -170px
}

.module-service .adv-3 {
    background-position-x: -340px
}

.module-service .adv-4 {
    background-position-x: -510px
}

.module-service .adv-5 {
    background-position-x: -680px
}

.module-service .adv-6 {
    background-position-x: -850px
}

.module-service .adv-7 {
    background-position-x: -1020px
}

.module-service .adv-8 {
    background-position-x: -1190px
}

.module-service .adv-9 {
    background-position-x: -1360px
}

.module-service h6 {
    font-weight: normal;
    font-size: 15px;
    color: #808080;
    padding: 1rem 0rem
}

.module-service .item {
    margin-bottom: 20px;
}

.module-service .item:hover .titleImg {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.module-service .more {
    text-align: center;
    margin: 0 auto;
	padding:10px;
	background-color: #f6f6f6;
}
.module-service .detail{
    margin: 10px;
    font-size: 16px;
}
.module-service .detail a {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 4px;
    text-align: center;
    color: #333;
	border: solid #009944 1px;
}
.module-service .detail  a:hover {
    color: #e60012;
}
.module-service .consult  a {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    background-color: #009944;
    border-radius: 4px;
    text-align: center;
    color: #fff;
}

.module-service .consult  a:hover {
    background-color:  #00602b;
}

/*首页_应用*/

.app-con {
    position: relative;
    background: #f4f4f4;
    padding: 3rem 3rem;
}

.icon {
	float: left;
	padding: 1rem;
}

.icon img {
    transition: transform 0.5s ease-in-out;
    transform-origin: bottom;
    backface-visibility: hidden;
}

.qixia_icon {
    
	padding: 1rem;
	text-align: center
}



.qixia_icon img {
    border-radius: 8px;
    border: 1px solid #d9d9d9;
    transition: transform 0.5s ease-in-out;
    transform-origin: bottom;
    backface-visibility: hidden;
}
.qixia-box {
    padding-top: 50px;
}
.qixia .tit {
    font-size: 1.5rem;
	text-align: center
		
}


.anli_icon {
	padding: 1rem;
	text-align: center
}
.anli_icon img {
    transition: transform 0.5s ease-in-out;
    transform-origin: bottom;
    backface-visibility: hidden;
}
.anli-box {
    padding-top: 50px;
}
.anli .tit {
    font-size: 1.6rem;
	text-align: center
		
}


.app-con:hover .icon img {
    transform: rotateY(360deg);
}

.application {
    padding-top: 1rem
}

.application .appli {
    overflow: hidden;
}

.application .app-con {
    margin: 1rem 0rem;
}

.application .tit {
    font-size: 2rem;
    font-weight: bold
}


.viewmore a {
    color: #009944;
	font-size: 1.8rem;
    width: 15em;
    border-radius: 2em;
    text-align: center;	
	padding: 0.5em;	
	margin: 15px auto 0;
	display: block;
    border: 1px solid #009944;
    background: #fff;  
}

.viewmore a:hover {
    color: #fff;
	background: #009944;  
}

.application .brief {
    color: #666;
    margin: 1rem 0;
}

.application .more {
    font-size: 1.5rem;    
}

.application .more:hover {
    text-decoration: underline #156fda;
}

.application .app-con:hover .more,
.application .more:hover {
    text-decoration: underline #156fda;
}

/*首页_服务客户*/

.customer {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 8px;
    border: 1px solid #dddddd;
    text-align: center;
    margin: 2px;
    padding: 5px;
}

.customer img {
    max-height: 50px;
}

.customer img:hover {
    transition: all ease-in-out 0.3s;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

@media screen and (max-width:700px) {
    .application .icon img {
        max-width: 70px;
    }
}


/*首页_模板*/

.tem-box .temp-list .slide {
    height: 300px;
    background-color: #fff;
    overflow: hidden
}

.tem-box .temp-list .slide img {
    transition: all ease-in-out 0.3s;
    vertical-align: middel
}

/*鼠标移动到图片上是放大效果，手机不用该效果*/

@media (min-width:993px) {
    .tem-box .temp-list .slide:hover img {
        transform: scale(1.2)
    }
}

.tem-box .pic-control {
    padding-top: 30px
}

.tem-box .pic-control .fa {
    margin-right: 10px;
    cursor: pointer
}

.tem-box .pic-control .fa:hover {
    color: #156fda
}


/*服务*/

.module-service {
    padding-bottom: 0px
}

.module-service .service-content {
    max-width: 600px
}

.module-service .sub_ser_li .ser_tit {
    font-size: 38px;
    line-height: 40px;
    color: #000;
    margin-top: 3rem;
}

.module-service .sub_ser_li .ser_com {
    line-height: 30px;
    font-size: 18px;
    color: #666;
    margin: 1rem 0
}

.module-service .sub_ser_li .ser_sj {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 15px 0
}

.module-service .sub_ser_li .ser_sj .ser_sj_pic {
    position: absolute;
    right: 5px;
    top: 10px;
}

.module-service .sub_ser_li .ser_sj .ser_sj_sj {}

.module-service .sub_ser_li .ser_sj .ser_sj_sj span.s1 {
    font-size: 30px;
    color: #076bdd;
    line-height: 50px;
    vertical-align: middle;
}

.module-service .sub_ser_li .ser_sj .ser_sj_sj span.s2 {
    font-size: 18px;
    color: #666;
    line-height: 50px;
    margin-left: 10px;
    vertical-align: middle;
}


/*首页_新闻*/

.newtitbg1 {
    background: url(../images/news1.jpg) no-repeat center center;
    background-size: 100% auto
}

.newtitbg2 {
    background: url(../images//news2.jpg) no-repeat center center;
    background-size: 100% auto
}

.newtitbg3 {
    background: url(../images//news3.jpg) no-repeat center center;
    background-size: 100% auto
}

.home_news_tit {
    margin-bottom: .5rem;
	position: relative;
}

.home_news_tit .tit1 {
    font-size: 2rem;
    line-height: 160%;
}

.home_news_tit .tit1 a {
    color: #A3300;
    font-size: 1.6rem;
    font-weight: bold
}

.home_news_tit .tit2 {
    font-size: 1.6rem;
}

.home_news_tit .home_news_title {
	color: #fff;
	font-size: 1.5rem;
    position: absolute;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    left: 0;
    width: 100%;
    padding: 10px 5%;
    bottom: 0px;
    background: rgba(0,0,0,0.6);
}
/*重写底部背景*/

.web-footer {
    margin-top: 0px
}


/*首页swiper-banner 开始*/

.banner_img_box {
    width: 100%;
    height: 100%;
    position: relative
}

.banner_img_box .banner_img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.2)
}

.m_banner {
    display: none
}

@media (max-width:1024px) {
    .m_banner {
        display: block
    }
    .ind_banner_box {
        display: none
    }
}

.swiper-container .swiper-banner {
    margin-top: 0 !important
}

.swiper-container .swiper-banner .swiper-slide {
    height: 100vh !important;
    overflow: hidden
}

.swiper-container .swiper-banner .swiper-slide .swiper_img {
    height: 100vh;
    transform: scale(1.25);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.swiper-container .swiper-banner .swiper-slide-active .swiper_img {
    transform: scale(1);
    transition: all 2s
}

.ind_banner_box {
    height: calc(100vw * 1080 / 1920);
    max-height: 100vh;
    position: relative
}

.ind_banner_box .swiper-container {
    height: 100%
}

.ind_banner_box .swiper-pagination {
    bottom: 4vh;
    width: 100%;
    text-align: center
}

.ind_banner_box .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background: #fff;
    opacity: .4;
    position: relative;
    outline: none
}

.ind_banner_box .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 57px
}

.ind_banner_box .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    width: 41px;
    height: 3px;
    background: url(../images/banner_dot.png) no-repeat center center;
    left: -49px;
    top: 1px
}

.ind_banner_box .swiper-pagination-bullet:nth-of-type(1):before {
    display: none
}

.ind_banner_box .swiper-pagination-bullet:after {
    content: "";
    width: 15px;
    height: 15px;
    border: solid 1px #fff;
    position: absolute;
    top: -5px;
    left: -5px;
    transform: rotate(45deg)
}

.ind_banner_box .swiper-pagination-bullet-active {
    opacity: 1;
    background: #f75827
}

.ind_banner_box .swiper-pagination-bullet-active:before {
    opacity: .4
}

.swiper-container.swiper-banner {
    margin-top: 0 !important;
}

.swiper-container.swiper-banner .swiper-slide {
    height: 100vh !important;
    overflow: hidden;
}

.swiper-container.swiper-banner .swiper-slide .swiper_img {
    height: 100vh;
    transform: scale(1.25);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.swiper-container.swiper-banner .swiper-slide-active .swiper_img {
    transform: scale(1);
    transition: all 2s;
}

.swiper-container.swiper-banner .banner_mouse {
    position: absolute;
    width: 30px;
    bottom: calc(40px + 4vh);
    left: 50%;
    margin-left: -15px;
    z-index: 5;
}

.swiper-container.swiper-banner .banner_mouse img {
    display: block;
    width: 100%;
    animation: start 2s infinite ease-in-out;
    -webkit-animation: start 2s infinite ease-in-out;
    -moz-animation: start 2s infinite ease-in-out;
    -o-animation: start 2s infinite ease-in-out;
}

@-webkit-keyframes start {
    0%,
    30% {
        opacity: 0;
        -webkit-transform: translate(0, -20px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(0, 20px);
    }
}

@-moz-keyframes start {
    0%,
    30% {
        opacity: 0;
        -moz-transform: translate(0, -20px);
    }
    60% {
        opacity: 1;
        -moz-transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        -moz-transform: translate(0, 20px);
    }
}

@-o-keyframes start {
    0%,
    30% {
        opacity: 0;
        -o-transform: translate(0, -20px);
    }
    60% {
        opacity: 1;
        -o-transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        -o-transform: translate(0, 20px);
    }
}

@keyframes start {
    0%,
    30% {
        opacity: 0;
        transform: translate(0, -20px);
    }
    60% {
        opacity: 1;
        transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        transform: translate(0, 20px);
    }
}

@media(max-width:1180px) {

    .swiper-container.swiper-banner {
        margin-top: 70px;
    }
    .swiper-container.swiper-banner .swiper-slide {
        height: 300px;
    }
    .swiper-container.swiper-banner img {
        height: 100%;
    }
}


@media(max-width:767px) {
    .swiper-container.swiper-banner {
        margin-top: 60px;
    }
    .swiper-container.swiper-banner .swiper-slide {
        height: 230px;
    }
    .swiper-container.swiper-banner .index_banner {
        height: 50%;
    }
    .swiper-banner .swiper-button-next i,
    .swiper-banner .swiper-button-prev i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 26px;
    }
    .swiper-container.swiper-banner .index_banner3 img {
        width: 70%;
        margin-top: 3%;
    }
    .swiper-container.swiper-banner img {
        width: auto;
    }
}

.swiper-container.swiper-banner {
    margin-top: 100px;
}

.swiper-container.swiper-banner .swiper-pagination-bullet {
    width: 20px;
    height: 6px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    opacity: 1;
}

.swiper-container.swiper-banner .swiper-pagination-bullet-active {
    background: #ff3600;
}

.swiper-container.swiper-banner .swiper-pagination {
    bottom: 20px;
}

.swiper-container.swiper-banner img {
    display: block;
    width: 100%;
}

.swiper-container.swiper-banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.swiper-container.swiper-banner .swiper-slide-active .index_banner1,
.swiper-container.swiper-banner .swiper-slide-active .index_banner2,
.swiper-container.swiper-banner .swiper-slide-active .index_banner3 {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}

.swiper-banner .swiper-button-next,
.swiper-banner .swiper-button-prev {
    background: none;
    width: 40px;
}

.swiper-banner .swiper-button-next i,
.swiper-banner .swiper-button-prev i {
    display: block;
    color: #ff3300;
    font-size: 56px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}

.swiper-container.swiper-banner .index_banner3 img {
    height: auto;
    max-height: 100%;
}

.swiper-banner .swiper-button-next {
    right: 2%;
}

.swiper-banner .swiper-button-prev {
    left: 2%;
}

/*首页index-banner 结束*/

.swiper-container.index-banner .swiper-slide {
   text-align:center;
}

.swiper-container.index-banner .swiper-slide .text {
    position: absolute; 
    color: #fff;
    left: 16.25%;
    top: 20%;
}



.swiper-container.index-banner .swiper-slide .text div {
    font-size: 40px;
}

.swiper-container.index-banner .swiper-slide .text p {
    font-size: 30px;
    line-height: 60px;
}

@media screen and (max-width:767px) {
    .swiper-container.index-banner .swiper-slide .text {
        position: absolute;
        color: #fff;
        left: 24.25%;
        top: 20%;
    }

    .swiper-container.index-banner .swiper-slide .text div {
        font-size: 16px;
    }

    .swiper-container.index-banner .swiper-slide .text p {
        font-size: 12px;
        line-height: 20px;
    }
}

/*首页swiper-banner 结束*/

.swiper-container.culture-banner .swiper-slide .text {
    position: absolute;
    color: #fff;
    left: 6.25%;
    top: 10%;
}

.swiper-container.culture-banner .swiper-slide .text div {
    font-size: 24px;
}

.swiper-container.culture-banner .swiper-slide .text p {
    font-size: 20px;
    line-height: 43px;
}

@media screen and (max-width:767px) {
    .swiper-container.culture-banner .swiper-slide .text {
        position: absolute;
        color: #fff;
        left: 20.25%;
        top: 10%;
    }

    .swiper-container.culture-banner .swiper-slide .text div {
        font-size: 16px;
    }

    .swiper-container.culture-banner .swiper-slide .text p {
        font-size: 12px;
        line-height: 20px;
    }
}

/* 底部导航图标 开始 */

.m_bot_fix {
    display: none;
}

@media screen and (max-width:767px) {

    .m_bot_height {
        height: 10px;
    }
    .m_bot_fix.hm_bot_fix {
        bottom: -80px;
    }
    .m_bot_fix {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 100000000000000000;
        width: 100%;
        border-top: solid 1px #dfdfdf;
        background: #fff;
        transition: all .35s;
    }
    .m_bot_fix ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .m_bot_fix ul li {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .m_bot_fix ul li a {
        height: 60px;
        color: #333;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-direction: column;
        flex-direction: column;
        position: relative;
    }
    .m_bot_fix ul li:not(:nth-last-of-type(1)) a:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 30px;
        background: #dfdfdf;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
    .m_bot_fix ul li a span {
        height: 24px;
        position: relative;
    }
    .m_bot_fix ul li a span em {
        position: absolute;
        top: -4px;
        right: -10px;
        width: 16px;
        height: 16px;
        line-height: 16px;
        border-radius: 50%;
        background: #ff3600;
        text-align: center;
        font-size: 12px;
        color: #fff;
        font-family: arial;
        animation: ballShow 1.2s cubic-bezier(.43, .2, .02, 1) infinite;
    }
    .m_bot_fix ul li a span .iconfont {
        font-size: 20px;
    }
    .m_bot_fix ul li a p {
        font-size: 13px;
    }

    @keyframes ballShow {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
}

/* 底部导航图标 结束 */

/* 客户和合作伙伴 */

.partner-box {
    padding: 1rem 0;
}

.partner-box ul {
    margin-top: .2rem;
}

.partner-box ul li {
    margin-top: 2%;
    float: left;
    width: 15%;
    margin-right: 2%;
    text-align: center;
    line-height: 100px;
    overflow: hidden;
    border: 1px solid #eeeeee;
    height: 1rem;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.partner-box ul li img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.partner-box ul li:nth-child(6n) {
    margin-right: 0;
}

@media(max-width: 750px) {
    .partner-box {
        padding: 30px 0 40px;
    }
    .partner-box ul li {
        width: 32%;
        margin-right: 2%;
    }
    .partner-box ul li:nth-child(3n) {
        margin-right: 0;
    }

}

.partner_list {
    overflow: hidden;
    background: #fff;
    padding-top: 10px;
}

.partner_list ul {
    padding: 0;
}

.partner_list ul li {
    float: left;
    width: 16.6%;
    text-align: center;
    border: 1px solid #eeeeee;
    /*margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
    font-size: 12px;      
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);*/
}


.partner_list ul li img {
    margin: 15px;
    max-height: 90%;
    max-width: 90%;
}

.partner_list ul li img:hover {
    transition: all ease-in-out 0.5s;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

@media(max-width: 768px) {
    .partner_list ul li {
        width: 50%
    }
    .module-service_list{
        display: none;
    }
}
