@font-face {
    font-family: 'gilroy-regular';
    src: url('../fonts/gilroy-regular.eot');
    src: local('☺'), url('../fonts/gilroy-regular.woff') format('woff'), url('../fonts/gilroy-regular.ttf') format('truetype'), url('../fonts/gilroy-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy-bold';
    src: url('../fonts/gilroy-bold.eot');
    src: local('☺'), url('../fonts/gilroy-bold.woff') format('woff'), url('../fonts/gilroy-bold.ttf') format('truetype'), url('../fonts/gilroy-bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
*{
    padding:0px;
    margin:0px;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
html{
    background: #fff;
}
body{
    color: #000;
    font-size:15px;
    overflow-x:hidden;
    font-family: "gilroy-regular","Microsoft YaHei",Helvetica,Arial,sans-serif;
    font-smoothing: antialiased;
    padding: 0;

}
input,textarea{
    font-family: "gilroy-regular","Microsoft YaHei",Helvetica,Arial,sans-serif;
}
img{
    border:none;
}
.auto{
    max-width: 100%;
    height: auto;
    display: block;
}
a{
    color:#000;
    text-decoration:none;
}
a:hover{
    color:#6CBC27;
    text-decoration:none;
}
ul{
    list-style:none;
}
.clear{
    width:100%;
    clear:both;
}
.pages{
    width:100%;
    padding:60px 0px;
    text-align:center;
    clear:both;
}
.pages a{
    padding:5px 10px;
    border:1px solid #c8c8c8;
    margin-left: 5px;
    margin-right: 5px;
}
.pages .current{
    font-weight:700;
    color:#fff;
    padding:5px 10px;
    border-color: #102b52;
    font-weight:bold;
    margin-right:10px;
}
.pt80{
    padding-top: 80px;
}
.pb80{
    padding-bottom: 80px;
}
.mt50{
    margin-top: 50px;
}
.mt120{
    margin-top: 120px;
}
.mt90{
    margin-top: 90px;
}
.zone{
    width: 100%;
    clear:both;
}
.main{
    width: 1500px;
    margin-left: auto;
    margin-right: auto;
}
.header_zone{
    position: relative;
    background: #fff;
}
.header{
    display: flex;
    justify-content: space-between;
}
.header .logo{
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.header .pc_nav{
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end;
}
.header .pc_nav .item{
    margin-left: 10%;
}
.header .pc_nav .item h3{
    position: relative;
}
.header .pc_nav .item h3:after,
.header .pc_nav .item h3:after{
    content: "";
    width: 0;
    height: 4px;
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    bottom:0;
    z-index: 1;
    background: #6CBC27;
    transition: 0.6s;
}
.header .pc_nav .item:hover h3:after,
.header .pc_nav .item.active h3:after{
    width: 100%;
}
.header .pc_nav h3{
    font-weight: normal;
}
.header .pc_nav h3 a{
    font-weight: normal;
    font-size: 16px;
    font-family: 'gilroy-bold';
    text-transform: uppercase;
    line-height: 90px;
    display: block;
}
.header .pc_nav .item.active h3 a{
    color: #6CBC27;
}
.header .pc_nav .nav_contact{
    width: 105px;
    height: 43px;
    background: #6CBC27;
    border-radius: 8px;
    color: #fff;
    line-height: 43px;
    text-align: center;
}
.banner_zone{
    position: relative;
}
.banner-prev,
.banner-next{
    width: 50px;
    height: 75px;
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    z-index: 99;
    cursor: pointer;
    text-align: center;
    color: rgba(255,255,255,0.6);
    transition: 0.6s;
    line-height: 75px;
    background: rgba(0,0,0,0.5);
}
.banner-prev .iconfont,
.banner-next .iconfont{
    font-size: 34px;
}
.banner-prev{
    left:0;
}
.banner-next{
    right: 0;
}
.banner_zone .swiper-slide img,
.ny_banner_zone img{
	width:100%;
}
.subnav_zone{
    width: 100%;
    background: #fff;
    overflow: hidden;
    position: absolute;
    left:0;
    top:100%;
    border-top:1px solid #6CBC27;
    z-index: 999;
    display: none;
}
.header .pc_nav .item:hover .subnav_zone{
    display: block;
}
.subnav_box{
    display: flex;
}
.subnav_left{
    width: 480px;
    padding-right: 25px;
    background: #EEEEEE;
    flex-shrink: 0;
    position: relative;
}
.subnav_right{
    flex-grow: 1;
    padding-left: 45px;
}
.subnav_left,
.subnav_right{
    padding-top: 50px;
    padding-bottom: 50px;
}

.subnav_left:before{
    content: "";
    width: 1500px;
    height: 100%;
    position: absolute;
    right:100%;
    top:0;
    background: #EEEEEE;
    z-index: -1;
}
.subnav_title{
    overflow: hidden;
    font-size: 24px;
    font-family: 'gilroy-bold';
    margin-bottom: 20px;
}
.yiji_links a{
    padding-left: 20px;
    padding-right: 20px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    transition: 0.6s;
}
.yiji_links a .iconfont{
    font-size: 30px;
    visibility: hidden;
}
.yiji_links.active a{
    background: #6CBC27;
    color: #fff;
}
.yiji_links.active a .iconfont{
    visibility: visible;
}
.subnav_right_box{
    display: flex;
}
.erji_box{
    flex-grow: 1;
}
.sanji_box{
    width: 52%;
}
#download_sanji_box h4{
	display:block;
	margin-top:70px;
	font-size:24px;
	font-weight:normal;
	font-family: 'gilroy-bold';
}
#download_sanji_box .content{
	font-size:16px;
	line-height:1.8;
	margin-top:10px;
}
#download_sanji_box .content a{
	color:#6bbc26;
}
.subnav_model{
    display: none;
}
.subnav_model.active{
    display: flex;
    flex-direction: column;
}
.subnav_model a{
    height: 45px;
    line-height: 45px;
    font-size: 20px;
}
.subnav_model a.active{
    color: #6bbc26;
}
.subnav_product{
    display: none;
}
.subnav_product.active{
    display: flex;
    flex-direction: column;
}
.subnav_product .title{
    font-size: 24px;
    font-family: 'gilroy-bold';
}
.subnav_product .desc{
    font-size: 16px;
    line-height: 1.8;
    margin-top: 15px;
}
.subnav_product .pic{
    margin-top: 15px;
}
.subnav_product .pic img{
    max-width: 400px;
    height: auto;
    display: block;
}
.common_title{
    display: flex;
    justify-content: center;
}
.common_title h2{
    font-size: 51px;
    font-family: 'gilroy-bold';
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    padding-left: 23px;
}
.common_title h2:before{
    content: "";
    width: 7px;
    height: 37px;
    background: #6CBC27;
    position: absolute;
    left:0;
    top:50%;
    margin-top: -18.5px;
}
.fenlei{
    display: flex;
    flex-wrap: wrap;
	padding-left:13px;
	padding-right:13px;
    justify-content: space-between;
}
.fenlei .item{
    width: 50%;
    overflow: hidden;
    transition: 0.6s;
    position: relative;
    padding-left:12px;
	padding-right:12px;
    padding-top:12px;
	padding-bottom:12px;
}
.fenlei .item a{
	overflow: hidden;
	transition: 0.6s;
	border:2px solid transparent;
	position: relative;
	display:block;
}

.fenlei .item:hover a{
    border:2px solid #fff;
    box-shadow: 0px 0px 10px #ccc;
}
.fenlei .item img{
    width: 100%;
    height: 100%;
    display: block;
}
.fenlei .zhezhao{
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    z-index: 10;
    padding-top: 25px;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.fenlei .zhezhao h2{
    font-size: 32px;
    font-family: 'gilroy-bold';
    font-weight: normal;
}
.fenlei .zhezhao p{
    display: block;
    margin-top: 5px;
    font-size: 20px;
}
.fenlei .zhezhao span{
    display: block;
    margin-top: 10px;
    font-size: 20px;
}
.fenlei .item a:hover{
    color: #000;
}
.fenlei .item a:hover .zhezhao span{
    color: #6CBC27;
}
.case_zone{
    background: url(../images/case_zone.jpg) center center no-repeat;
    background-size: cover;
}
.case{
    padding-top: 65px;
}
.case .swiper-slide{
    background:#fff;
}
.case .swiper-slide:hover{
    box-shadow: 0px 0px 10px #ccc;
}
.case .pic{
    overflow: hidden;
}
.case .pic img{
    transition: 0.6s;
}
.case .swiper-slide:hover .pic img{
    transform:scale(1.1);
}
.case .info{
    background: #fff;
    padding:5%;
    display:flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-top:none;
}
.case .info .title{
    display: flex;
    justify-content: space-between;
}
.case .info .title h3{
    font-size: 22px;
    font-weight: normal;
    font-family: 'gilroy-bold';
    flex-grow: 1;
    padding-right: 2%;
}
.case .info .title span{
    flex-shrink: 0;
    font-size: 20px;
    color: #6CBC27;
    font-family: 'gilroy-bold';
}
.case .info .desc{
    margin-top: 10px;
    line-height: 1.7;
    color: #666;
}
.case .info .detail{
    margin-top: 25px;
    padding:10px 15px;
    border:1px solid #6CBC27;
    color: #6CBC27;
    border-radius: 5px;
    font-size: 17px;
    font-family: 'gilroy-bold';
    transition: 0.6s;
    align-self: flex-start;
}
.case .swiper-slide:hover .info .detail{
    background: #6CBC27;
    color: #fff;
}
.case_arrows{
    display: flex;
    justify-content: center;
    margin-top: 80px;
}
.swiper-prev,
.swiper-next{
    width: 50px;
    height:50px;
    background: #6CBC27;
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    outline: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
}
.swiper-prev .iconfont,
.swiper-next .iconfont{
    font-size: 24px;
}
.footer_zone{
    background: url(../images/footer_zone.jpg) top center no-repeat;
}
.footer{
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 40px;
    align-items: center;
}
.footer_logo{

}
.footer_nav{
    display: flex;
    flex-grow: 1;
    color: #fff;
    justify-content: flex-end;
}
.footer_nav a{
    color: #fff;
}
.footer_nav a:hover{
    text-decoration: underline;
}
.footer_nav .item{
    margin-left: 13%;
    display: flex;
    flex-direction: column;
}
.footer_nav h3{
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'gilroy-bold';
}
.footer_nav ul{
    display: flex;
    flex-direction: column;
}
.footer_nav ul li{
    line-height: 30px;
    font-size: 14px;
}
.footer_nav .follows{
    display: flex;
    flex-wrap: wrap;
}
.footer_nav .follows a{
    width: 30px;
    height: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
    background: #2E2E2E;
    transition: 0.6s;
    margin-bottom: 10px;
    border-radius: 30px;
    margin-right: 10px;
}
.footer_nav .follows a .iconfont{
    font-size: 15px;
}
.footer_nav .follows a:hover{
    text-decoration: none;
    background: #6CBC27;
}
.copy{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    color: #fff;
    border-top:1px solid #002E62;
}
.copy a{
    color: #fff;
}
.position_zone{
    background: #E8ECEF;
    padding-top: 35px;
    padding-bottom: 35px;
}
.position{
    font-family: 'gilroy-bold';
    font-size: 20px;
}
.about_box{
    display: flex;
    justify-content: space-between;
}
.about_left{
    width: 48%;
}
.about_right{
    width: 48%;
}
.about_left .title{
    font-size: 48px;
    color: #001a30;
    font-family: 'gilroy-bold';
}
.about_left .content{
    line-height: 1.8;
    font-size: 20px;
    margin-top: 25px;
}
.about_left_title2{
    margin-top: 70px;
}
.mission_title{
    font-size: 48px;
    color: #001a30;
    font-family: 'gilroy-bold';
}
ul.mission{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 160px;
}
ul.mission li{
    width: 31%;
    position: relative;
}
ul.mission li .txt{
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    z-index: 1;
    font-size: 24px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-family: 'gilroy-bold';
}
.caselist{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.caselist .item{
    background:#fff;
    width: 32%;
    margin-top: 90px;
}
.caselist .item:hover{
    box-shadow: 0px 0px 10px #ccc;
}
.caselist .pic{
    overflow: hidden;
}
.caselist .pic img{
    transition: 0.6s;
}
.caselist .item:hover .pic img{
    transform:scale(1.1);
}
.caselist .info{
    background: #fff;
    padding:5%;
    display:flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-top:none;
}
.caselist .info .title{
    display: flex;
    justify-content: space-between;
}
.caselist .info .title h3{
    font-size: 22px;
    font-weight: normal;
    font-family: 'gilroy-bold';
    flex-grow: 1;
    padding-right: 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.caselist .info .title span{
    flex-shrink: 0;
    font-size: 20px;
    color: #6CBC27;
    font-family: 'gilroy-bold';
}
.caselist .info .desc{
    margin-top: 10px;
    line-height: 1.7;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.caselist .info .detail{
    margin-top: 25px;
    padding:10px 15px;
    border:1px solid #6CBC27;
    color: #6CBC27;
    border-radius: 5px;
    font-size: 17px;
    font-family: 'gilroy-bold';
    transition: 0.6s;
    align-self: flex-start;
}
.caselist .item:hover .info .detail{
    background: #6CBC27;
    color: #fff;
}
.caselist  .item:last-child:nth-child(3n + 2) {
    margin-right: calc((100% - 32%) / 2);
}
.contact_box{
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}
.contact_box:last-child{
    margin-bottom: 80px;
}
.contact_left{
    width: 47%;
}
.contact_right{
    width: 47%;
}
.contact_left .title{
    font-size: 48px;
    color: #001a30;
    font-family: 'gilroy-bold';
    margin-top: 20px;
}
.contact_left .content{
    line-height: 1.8;
    font-size: 20px;
    margin-top: 35px;
}
.feedback_zone{
    margin-top: 80px;
    padding-top: 70px;
    padding-bottom: 90px;
    background: #F2F6F9;
}
.feedback_title{
    display: flex;
    flex-direction: column;
    text-align: center;
}
.feedback_title .shang{
    font-size: 48px;
    color: #001a30;
    font-family: 'gilroy-bold';
}
.feedback_title .xia{
    line-height: 1.8;
    margin-top: 30px;
    font-size: 16px;
    color: #001a30;
}
.feedback{
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.feedback .item{
    width: 48%;
    margin-bottom: 35px;
}
.feedback .itext{
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 17px;
    padding-right: 17px;
    background: #fff;
    border:none;
    outline:none;
    font-size: 16px;
    box-shadow: 2px 2px 8px #ddd;
}
.feedback .icontent{
    display: block;
    width: 100%;
    height: 225px;
    line-height: 2;
    padding: 17px;
    background: #fff;
    border:none;
    outline:none;
    font-size: 16px;
    box-shadow: 2px 2px 8px #ddd;
}
.feedback .ibtn{
    display: block;
    width: 110px;
    height: 45px;
    line-height: 45px;
    background: #6CBC27;
    border:none;
    outline:none;
    font-size: 16px;
    font-family: 'gilroy-bold';
    cursor: pointer;
    color: #fff;
    border-radius: 8px;
    margin-top: 55px;
    margin-left: auto;
    margin-right: auto;
}
.detail_nav_zone{
    height: 85px;
    background: #E8ECEF;
    box-shadow: 2px 2px 10px #ccc;
}
.detail_nav_box{
    display: flex;
    justify-content: space-between;
}
.detail_position{
    font-family: 'gilroy-bold';
    font-size: 16px;
    line-height: 85px;
}
.detail_nav{
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
}
.detail_nav .item{
    margin-left: 7%;
    font-size: 17px;
    font-family: 'gilroy-bold';
    position: relative;
    height: 85px;
    line-height: 85px;
}
.detail_nav .item.active:after{
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    left:0;
    bottom:0;
    background: #6CBC27;
}
.detail_nav .consulting{
    padding-left: 11px;
    padding-right: 11px;
    height: 43px;
    background: #6CBC27;
    color: #fff;
    border-radius: 10px;
    display: block;
    line-height: 43px;
    margin-top: 21px;
}
.detail_main{
    margin-top: 70px;
    margin-bottom: 160px;
}
#features_content{
    display: flex;
    justify-content: space-between;
}
.features_left{
    width: 46%;
}
.features_right{
    width: 46%;
    display: flex;
    flex-direction: column;
}
.xiangce-prev,
.xiangce-next{
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    z-index: 99;
    cursor: pointer;
    text-align: center;
    color: rgba(0,0,0,0.6);
    transition: 0.6s;
}
.xiangce-prev .iconfont,
.xiangce-next .iconfont{
    font-size: 34px;
}
.xiangce-prev{
    left:0;
}
.xiangce-next{
    right: 0;
}
.datu .swiper-slide{
	max-height:690px;
	overflow:hidden;
}
.xiaotu{
	margin-top:40px;
	position:relative;
	padding-left:50px;
	padding-right:50px;
}
.xiaotu .swiper-slide{
    cursor: pointer;
    border:1px solid #ddd;
	position:relative;
}
.datu .swiper-slide video,
.xiaotu .swiper-slide video{
	margin-top:50%;
	transform:translateY(-50%);
}
.xiaotu .swiper-slide-thumb-active{
    border-color: #6CBC27;
}
.xiaotu .swiper-slide .iconfont{
	position:absolute;
	z-index:10;
	left:50%;
	top:50%;
	transform:translate(-50%,-60%);
	font-size:40px;
	color:rgba(255,255,255,0.8);
}
.features_right h1{
    font-size: 48px;
    font-weight: normal;
    font-family: 'gilroy-bold';
}
.features_right h2{
    margin-top: 10px;
    font-size: 24px;
    font-weight: normal;
    font-family: 'gilroy-bold';
}
.features_right .content{
    line-height: 2;
    font-size: 18px;
    margin-top: 45px;
}
#pdetails_content{
    line-height: 1.8;
    display: none;
}
#pdetails_content img{
    width: 100%;
    height: auto;
    display: block;
}
.prolist{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.prolist .item{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    width: 24%;
    transition: 0.6s;
    background: #fff;
    padding:25px;
}
.prolist .item:last-child:nth-child(4n + 2) {
    margin-right: calc((100% - 24%) / 3 * 2);
}
.prolist .item:last-child:nth-child(4n + 3) {
    margin-right: calc((100% - 24%) / 3 * 1);
}
.prolist .item:hover{
    box-shadow: 0px 0px 10px #ccc;
}
.prolist .item .pic{
    overflow: hidden;
}
.prolist .item .pic img{
    transition: 0.6s;
}
.prolist .item:hover .pic img{
    transform:scale(1.1);
}
.prolist .item .info{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.prolist .item .info .model{
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    background: #E8ECEF;
    margin-top: 20px;
    font-size: 18px;
}
.prolist .item .info h3{
    display: block;
    margin-top: 10px;
    font-size: 22px;
    font-weight: normal;
    font-family: 'gilroy-bold';
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.prolist .item .info .desc{
    display: block;
    margin-top: 10px;
    font-size: 18px;
    font-weight: normal;
    color: #666;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.prolist .item .info .detail{
    display: block;
    height: 45px;
    line-height: 45px;
    width: 145px;
    text-align: center;
    background: #2E353D;
    margin-top: 20px;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    transition: 0.6s;
}
.prolist .item:hover .info .detail{
    background: #6CBC27;
}
.downlist{
    margin-top: 90px;
}
.downlist .item{
    display: flex;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    cursor: pointer;
    justify-content: space-between;
    background: #F7F7F7;
    font-size: 16px;
    line-height: 25px;
    transition: 0.6s;
    position: relative;
}
.downlist .item:hover{
    box-shadow: 2px 2px 10px #ccc;
    z-index: 10;
}
.downlist .item:nth-child(even){
    background: #fff;
}
.downlist .item h3{
    font-size: 16px;
    font-weight: normal;
    padding-left: 30px;
    background: url(../images/down_icon.png) left center no-repeat;
	flex-grow:1;
}
.downlist .item .time{
	margin-right:30%;
}
.downlist .item .download .iconfont{
    margin-right: 10px;
}
#mobile_header{
    display: none;
}
#download_zhezhao{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.7);
    z-index: 99;
    left:0;
    top:0;
    display: none;
}
#mima_box{
    width: 90%;
    max-width: 400px;
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
}
#mima_box h3{
    padding:20px;
    font-size:18px;
    font-weight: normal;
    font-family: 'gilroy-bold';
    display: block;
    border-bottom:1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-self: center;
}
#mima_box h3 .iconfont{
    cursor: pointer;
}
#mima_box_content{
    padding:20px;
    overflow: hidden;
}
#mima_form{
    display: flex;
    flex-direction: column;
}
#mima_form input{
    width: 100%;
    height: 45px;
    text-align: center;
    border: 1px solid #ddd;
    background: none;
    font-size:16px;
    outline: none;
    line-height: 45px;
    border-radius: 5px;
}
#mima_form button{
    width: 100%;
    height: 45px;
    text-align: center;
    border: 1px solid #1dc116;
    background: none;
    font-size:16px;
    outline: none;
    line-height: 45px;
    border-radius: 5px;
    margin-top: 15px;
    cursor: pointer;
    color: #1dc116;
    transition: 0.6s;
}
#mima_form button:hover{
    background: #1dc116;
    color: #fff;
}
#mima_error,
#mima_ok{
    display: none;
}
#mima_error{
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    color: #ff0000;
}
#mima_ok #download_link{
    width: 100%;
    height: 45px;
    text-align: center;
    border: 1px solid #1dc116;
    font-size:16px;
    outline: none;
    line-height: 45px;
    border-radius: 5px;
    cursor: pointer;
    background: #1dc116;
    color: #fff;
    transition: 0.6s;
    display: block;
}
.detail_title{
    display: block;
    font-size:30px;
    font-weight: normal;
    font-family: 'gilroy-bold';
    text-align: center;
}
.detail_info{
    padding-top: 30px;
    padding-bottom: 10px;
    border-bottom:1px solid #ddd;
    display: flex;
    justify-content: center;
    align-self: center;
    text-align: center;
    color: #999;
    font-size: 14px;
}
.detail_info .item{
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    align-self: center;
    line-height: 20px;
}
.detail_info .item .iconfont{
    margin-right: 7px;
}
.detail_info .item .iconchakan1{
    font-size: 20px;
}
.detail_content{
    line-height: 1.8;
    padding-top: 40px;
    font-size: 16px;
}
.detail_content img{
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.newslist{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.newslist .item{
    background:#fff;
    width: 32%;
    margin-top: 90px;
}
.newslist .item:hover{
    box-shadow: 0px 0px 10px #ccc;
}
.newslist .pic{
    overflow: hidden;
}
.newslist .pic img{
    transition: 0.6s;
}
.newslist .item:hover .pic img{
    transform:scale(1.1);
}
.newslist .info{
    background: #fff;
    padding:5%;
    display:flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-top:none;
}
.newslist .info .title{
    display: flex;
    justify-content: space-between;
}
.newslist .info .title h3{
    font-size: 22px;
    font-weight: normal;
    font-family: 'gilroy-bold';
    flex-grow: 1;
    padding-right: 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.newslist .info .title span{
    flex-shrink: 0;
    font-size: 20px;
    color: #6CBC27;
    font-family: 'gilroy-bold';
}
.newslist .info .desc{
    margin-top: 10px;
    line-height: 1.7;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.newslist .info .detail{
    margin-top: 25px;
    padding:10px 15px;
    border:1px solid #6CBC27;
    color: #6CBC27;
    border-radius: 5px;
    font-size: 17px;
    font-family: 'gilroy-bold';
    transition: 0.6s;
    align-self: flex-start;
}
.newslist .item:hover .info .detail{
    background: #6CBC27;
    color: #fff;
}
.newslist  .item:last-child:nth-child(3n + 2) {
    margin-right: calc((100% - 32%) / 2);
}
@media screen and (max-width: 1500px) {
    .main{
        width: auto;
    }
    .header{
        padding-left: 15px;
        padding-right: 15px;
    }
    .subnav_box{
        padding-left: 15px;
        padding-right: 15px;
    }
    .case{
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer{
        padding-left: 15px;
        padding-right: 15px;
    }
    .position{
        padding-left: 15px;
        padding-right: 15px;
    }
    .about_box{
        padding-left: 15px;
        padding-right: 15px;
    }
    .mission_title,
    .mission{
        padding-left: 15px;
        padding-right: 15px;
    }
    .caselist{
        padding-left: 15px;
        padding-right: 15px;
    }
    .newslist{
        padding-left: 15px;
        padding-right: 15px;
    }
    .contact_box{
        padding-left: 15px;
        padding-right: 15px;
    }
    .feedback{
        padding-left: 15px;
        padding-right: 15px;
    }
    .detail_nav_box{
        padding-left: 15px;
        padding-right: 15px;
    }
    #features_content{
        padding-left: 15px;
        padding-right: 15px;
    }
    .downlist{
        padding-left: 15px;
        padding-right: 15px;
    }
    .prolist{
        padding-left: 15px;
        padding-right: 15px;
    }
    .copy{
        padding-left: 15px;
        padding-right: 15px;
        line-height: 1.8;
    }
}
@media screen and (max-width: 1200px) {
    .header .pc_nav .item{
        margin-left: 6%;
    }
    .footer_nav .item{
        margin-left: 5%;
    }
	.downlist .item .time{
		margin-right:20%;
	}
}
@media screen and (max-width: 992px) {
    .subnav_left{
        width: 350px;
    }
    .yiji_links a{
        font-size: 17px;
        white-space: nowrap;
    }
	.downlist .item .time{
		margin-right:10%;
	}
}

@media screen and (max-width: 800px) {
    body{
        font-size: 14px;
    }
    #pc_header_zone{
        display: none;
    }
    #mobile_header{
        display: flex;
        padding-left: 15px;
        padding-right: 15px;
        background: #fff;
        height: 50px;
        align-items: center;
        justify-content: space-between;
        position: relative;
        z-index: 999;
    }
    .mobile_logo img{
        height: 40px;
        width: auto;
        display: block;
    }
    #menu_btn{
        font-size: 27px;
    }
    #mobile_sub_nav{
        width: 100%;
        overflow: hidden;
        position: absolute;
        left:0;
        top:100%;
        z-index: 999;
        background: #f0f0f0;
        border-top:1px solid #ddd;
        display: none;
    }
    #mobile_sub_nav dl{
        display: flex;
        flex-direction: column;
    }
    #mobile_sub_nav dl dt{
        height: 50px;
        line-height: 50px;
        position: relative;
        border-bottom: 1px solid #ddd;
        padding-left: 15px;
        padding-right: 15px;
    }
    #mobile_sub_nav dl dt a{
        display: block;
    }
    #mobile_sub_nav dl dt .iconfont{
        width: 50px;
        height: 50px;
        position: absolute;
        right:0;
        top:0;
        text-align: right;
        line-height: 50px;
        font-size: 22px;
        padding-right: 15px;
    }
    #mobile_sub_nav dl dd{
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 30px;
        padding-right: 30px;
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #ddd;
        background: #f9f9f9;
        display: none;
    }
    #mobile_sub_nav dl dd a{
        font-size: 14px;
        line-height: 30px;
        display: block;
    }
    .pt80{
        padding-top: 40px;
    }
    .pb80{
        padding-bottom: 40px;
    }
    .mt50{
        margin-top: 30px;
    }
    .common_title h2{
        font-size: 24px;
    }
    .fenlei .item{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .fenlei .zhezhao h2{
        font-size: 20px;
    }
    .fenlei .zhezhao p{
        font-size: 16px;
    }
    .fenlei .zhezhao span{
        font-size: 14px;
    }
    .case_arrows{
        margin-top: 40px;
    }
    .footer_logo{
        display: none;
    }
    .footer_nav{
        justify-content: space-between;
    }
    .footer_nav .item{
        margin-left: 0;
    }
    .position_zone{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .position{
        font-size: 18px;
    }
    .mt120{
        margin-top: 40px;
    }
    .about_box{
        flex-wrap: wrap;
    }
    .about_left{
        width: 100%;
    }
    .about_right{
        width: 100%;
        margin-top: 40px;
    }
    .about_left .title{
        font-size: 24px;
    }
    .about_left .content{
        font-size: 16px;
    }
    .about_left_title2{
        margin-top: 40px;
    }
    .mission_title{
        font-size: 24px;
    }
    .case{
        padding-top: 40px;
    }
    .mt90{
        margin-top: 40px;
    }
    ul.mission{
        flex-wrap: wrap;
        margin-top: 15px;
        margin-bottom: 40px;
    }
    ul.mission li{
        width: 100%;
        margin-top: 15px;
    }
    ul.mission li img{
        width: 100%;
    }
    .caselist .item{
        width: 48%;
        margin-top: 40px;
    }
    .caselist .info .title h3{
        font-size: 18px;
    }
    .newslist .item{
        width: 48%;
        margin-top: 40px;
    }
    .newslist .info .title h3{
        font-size: 18px;
    }
    .case .info .title h3{
        font-size: 18px;
    }
    .case .info .detail{
        font-size: 15px;
    }
    .caselist .info .detail{
        font-size: 15px;
    }
    .newslist .info .detail{
        font-size: 15px;
    }
    .contact_box{
        margin-top: 40px;
        flex-wrap: wrap;
    }
    .contact_left{
        width: 100%;
    }
    .contact_left .title{
        font-size: 24px;
        margin-top: 0;
    }
    .contact_left .content{
        font-size: 16px;
    }
    .contact_right{
        width: 100%;
        margin-top: 30px;
    }
    .contact_right img{
        width: 100%;
    }
    .feedback_zone{
        margin-top: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .feedback_title .shang{
        font-size: 24px;
    }
    .feedback_title .xia{
        padding-left: 15px;
        padding-right: 15px;
    }
    .feedback .item{
        width: 100%;
        margin-bottom: 25px;
    }
    .detail_position{
        display: none;
    }
    .detail_nav{
        justify-content: space-around;
    }
    .detail_nav .item{
        margin-left: 0;
    }
    .detail_main{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    #features_content{
        flex-wrap: wrap;
    }
    .features_left{
        width: 100%;
    }
    .features_right{
        width: 100%;
        margin-top: 30px;
    }
    .features_right h1{
        margin-top: 0;
        font-size: 24px;
    }
    .features_right h2{
        font-size: 18px;
    }
    .features_right .content{
        font-size: 14px;
        margin-top: 20px;
    }
    .downlist{
        margin-top: 40px;
    }
    .downlist .item{
        flex-wrap: wrap;
    }
    .downlist .item h3{
        width: 100%;
        margin-bottom: 15px;
    }
    .downlist .item .time{
        color: #999;
    }
    .downlist .item .time{
        padding-left: 30px;
		margin-right:0;
    }
    .downlist .item .download{
        margin-top: -40px;
    }
    .prolist{
        margin-top: 0;
    }
    .prolist .item{
        margin-top: 40px;
        width: 50%;
    }
    .prolist .item:hover{
        box-shadow: none;
    }
    .prolist .item .info h3{
        font-size: 18px;
    }
    .prolist .item .info .desc{
        font-size: 16px;
    }
    .prolist .item .info .detail{
        font-size: 14px;
    }

}
@media screen and (max-width: 600px) {
    .common_title h2{
        font-size: 20px;
    }
    .fenlei .zhezhao h2{
        font-size: 18px;
    }
    .fenlei .zhezhao{
        padding-top: 15px;
    }
    .fenlei .zhezhao span{
        display: none;
    }
    .case .info .title h3{
        font-size: 16px;
    }
    .case .info .title span{
        font-size: 16px;
    }
    .case .info .detail{
        font-size: 14px;
    }
    .footer_nav .item{
        display: none;
    }
    .footer_zone{
        padding-top: 30px;
    }
    .footer{
        padding-top: 0;
        padding-bottom: 30px;
    }
    .footer_nav .item:last-child{
        display: block;
        width: 100%;
        margin:0;
        text-align: center;
    }
    .footer_nav .follows{
        flex-wrap: nowrap;
        justify-content: space-around;
    }
    .footer_nav .follows .clear{
        display: none;
    }
    .position_zone{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .position{
        font-size: 16px;
    }
    .about_left .title{
        font-size: 20px;
    }
    .mission_title{
        font-size: 20px;
    }
    ul.mission li .txt{
        font-size: 18px;
    }
    .caselist .item{
        width: 100%;
        margin-top: 30px;
    }
    .caselist .item .title h3{
        font-size: 16px;
    }
    .caselist .item .title span{
        font-size: 16px;
    }
    .caselist .item .detail{
        font-size: 14px;
    }
    .newslist .item{
        width: 100%;
        margin-top: 30px;
    }
    .newslist .item .title h3{
        font-size: 16px;
    }
    .newslist .item .title span{
        font-size: 16px;
    }
    .newslist .item .detail{
        font-size: 14px;
    }
    .contact_left .title{
        font-size: 20px;
    }
    .feedback_title .shang{
        font-size: 20px;
    }
    .detail_nav_zone{
        height: auto;
    }
    .detail_nav{
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .detail_nav .item{
        width: 49%;
        font-size: 16px;
        text-align: center;
        height: auto;
        line-height: 1;
    }
    .detail_nav .item a{
        width: 100%;
        height: 43px;
        background: #6CBC27;
        color: #fff;
        border-radius: 5px;
        display: block;
        line-height: 43px;
        margin-top:5px;
        margin-bottom: 5px;
    }
    .detail_nav .item.active:after{
        display: none;
    }
    .detail_nav .item.active a{
        background: #006600;
    }
    .xiaotu{
        margin-top: 20px;
    }
    .features_right h1{
        font-size: 20px;
    }
    .features_right h2{
        font-size: 16px;
    }
    .downlist .item{
        padding: 15px;
        flex-direction: column;
		align-items:flex-start;
    }

    .downlist .item .time{
        padding-left: 0;
    }
    .downlist .item .download{
        margin-top: 15px;
    }
    .pages{
        padding:40px 0;
    }
    .prolist .item{
        width: 100%;
        padding:0;
    }
    .prolist .item .info h3{
        font-size: 16px;
    }
    .prolist .item .info .desc{
        font-size: 14px;
    }
}