* {padding: 0;margin: 0; font-family:"思源黑体 CN" !important;}
.clearboth {clear: both;}
.page {text-align: center;margin: 20px 0 40px 0;width: 100%;float: left; font-size:1.2em;}
.page a {background:#b3b3b3;color: #fff;margin: 0 2px;padding:6px 8px; font-size:16px;}
.page a.dq, .page a:hover {background:#353535;}

.header {position: fixed;left: 0;top: 0;z-index: 998;width: 100%;height:180px;background:rgba(255,255,255,1);-webkit-box-shadow: 0 0px 30px 0px rgba(6, 32, 85, 0.1);box-shadow: 0 0px 30px 0px rgba(6, 32, 85, 0.1);
-webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);transition: all 500ms cubic-bezier(0.2, 0, 0, 1);}
.header.hide {-webkit-transform: translateY(-100%);transform: translateY(-100%);}
.header .w {max-width: 1750px;height: 100%;}
.header__container {height:100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.header .h_top{height:40px; line-height:40px; border-bottom:1px solid #454d52; color:#666666; display:block;}
.header .h_top a{color:#666666; padding-right:20px;}
.header .h_top i{color:#353535; font-size:18px; padding-right:10px;}
.header .h_top .yuyan{float:right; font-weight:bold; position:relative; text-align:right;}
.header .h_top .la{display:none; width:120px; position:absolute; right:0; top:40px; background:#353535;z-index:99;}
.header .h_top .yuyan .la ul li{ height:46px; line-height:46px; text-align:center;}
.header .h_top .yuyan .la ul li a{ display:block; color:#fff; border-bottom:1px solid #ccc; padding-right:0;}
.header .h_top .yuyan .la ul li a:hover{ background:#fff; color:#353535;}
.header .h_top .yuyan:hover .la{display:block;}
.header .logo{ margin-top:0; width:30%; float:left;}
.header .logo img {width:480px;}
.header .nav {height: 100%; /*margin-left:15%;*/ float:right; width:70%;}
.header .nav .menu{height: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center; float:right;}
.header .nav .menu li {height: 100%; margin: 0 1vw;  transition:all 0.6s;}
.header .nav .menu li.current-menu-ancestor > a, .header .nav .menu li.current-menu-item > a {color: #353535;}
.header .nav .menu li a{border-top:4px solid #fff; transition:all 0.6s;font-size:18px;}
.header .nav .menu li.on a{border-top:4px solid #353535; transition:all 0.6s; color:#353535}
.header .nav .menu li:hover a{border-top:4px solid #353535; color:#353535}


.header .nav .menu li a {height: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;position: relative; color: #666;font-weight:bold;font-size:17px;}

/*二级菜单*/
.header .nav .menu li .nav1{ display:none; padding:60px 0; width:100%; background:#efefef;z-index:99999; position:absolute; left:0; top:100px;}
.header .nav .menu li .nav1 li{width:33.333%; float:left; padding:0; margin:0; border:0px; overflow:hidden;}
.header .nav .menu li .nav1 li a{border-right:1px solid #dddddd; padding:0 90px; float:left; border-top:0px; float:left; display:block; width:100%;}
.header .nav .menu li .nav1 li a h1{ width:100%; font-size:26px; line-height:26px; font-weight:bold; margin-bottom:20px; float:left; color:#858585;}
.header .nav .menu li .nav1 li a img{ width:100%; height:100%;}
.header .nav .menu li .nav1 li a p{ width:100%; font-size:16px; line-height:26px; font-weight:normal; margin-top:20px; color:#868686; float:left;}
.header .nav .menu li:hover .nav1{ display:block;}

.header .nav .menu li .nav2{ display:none; padding:60px 0; width:100%; background:#efefef;z-index:99999; position:absolute; left:0; top:100px;}
.header .nav .menu li .nav2 li{width:20%; float:left; padding:0; margin:0; border:0px; overflow:hidden;}
.header .nav .menu li .nav2 li a{padding:0 30px; float:left; border-top:0px; float:left; display:block; width:100%;}
.header .nav .menu li .nav2 li a h1{ width:100%; font-size:16px; line-height:26px; font-weight:bold; margin-bottom:20px; float:left; color:#858585;}
.header .nav .menu li .nav2 li a img{ width:100%; height:100%;}
.header .nav .menu li:hover .nav2{ display:block; }

.header .nav .menu li .nav8{ display:none; padding:60px 0; width:100%; background:#efefef;z-index:99999; position:absolute; left:0; top:180px;}
.header .nav .menu li:hover .nav8{ display:block; }

.header__right {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.header__delimiter {width: 2px;height: 16px;background-color: #F5F5F5;margin: 0 6px;}
.header .search-btn {cursor: pointer; color:#f00;}
.header .language {position: relative;color: #f00; display:none;}
.header .language__btn {cursor: pointer;}
.header .language__container {position: absolute;top: calc(100% + .6rem);left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);padding: 1rem 0;background-color: #fff;border-radius: .4rem;-webkit-box-shadow: 0 0px 30px 0px rgba(6, 32, 85, 0.1);box-shadow: 0 0px 30px 0px rgba(6, 32, 85, 0.1);font-size: 14px;line-height: 42px;opacity: 0;pointer-events: none;-webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);transition: all 500ms cubic-bezier(0.2, 0, 0, 1);}
.header .language__container.active {opacity: 1;pointer-events: auto;}
.header .language__container::after {content: " ";position: absolute;top: -.4rem;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);width: 0;height: 0;border-width: .4rem; border-style: solid;border-color: transparent;border-top-width: 0;border-bottom-color: #fff;}
.header .language__option {display: block;padding: 0 2rem;}
.header .language__option:hover {background-color: #353535;color: #fff;}
.header .phone {font-family: "Poppins-Medium";display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin-left: 1.0416666vw;}
.header .phone__icon {margin-right: 2rem;}
.header .nav-mobile {display: none;}
.header .nav-btn {display: none;}



main{margin-top:180px;}

.more{height:40px; line-height:40px;margin-left:0px;}
.more span{ display:inline-block; margin-right:5px; background:#353535; color:#fff; font-size:14px;text-transform:uppercase; text-align:center; padding:0 20px;}
.more span i{ font-size:16px; display:block;}

/*首页产品*/
.sycpbg{ width:100%; margin:0 auto;  background:#f2f2f2; padding-bottom:50px;}
.index_main3{ width:1400px; margin:0 auto; position:relative; }
.index_main3 .title{ text-align:center;text-transform:uppercase; margin:0px 0 40px; padding-top:40px;}
.index_main3 .title .t1{ font-size: 4.6rem;color: #060606;line-height: 1.25;text-transform: uppercase; font-weight:bold;text-align:center;}
.index_main3 .title .t2{font-size:2.2rem;color: #060606;text-transform: uppercase;text-align:center;}


#owl-demo{ width:100%; margin:30px auto; text-align:center; }
/* Styling Next and Prev buttons*/
#owl-demo.owl-theme .owl-controls{ bottom:-20px; text-align:center;}
#owl-demo.owl-theme .owl-controls .owl-pagination{ display:none;}
#owl-demo.owl-theme .owl-controls .owl-buttons{ position:absolute; top:0;width:100%; left:0; height:0;}
#owl-demo.owl-theme .owl-controls .owl-buttons div{color: #FFF;display: inline-block;zoom: 1;*display: inline; width:52px; height:50px;/*IE7 life-saver*/ text-indent:60px;overflow:hidden;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;}
#owl-demo.owl-theme .owl-controls .owl-buttons div.owl-prev{background:#fff url(../images/works_arr.png) no-repeat 0px 0px; margin-right:55px;}
#owl-demo.owl-theme .owl-controls .owl-buttons div.owl-prev:hover{/*opacity:0.6;filter:Alpha(opacity=60);*/background:#333 url(../images/works_arr.png) no-repeat -52px 0px;}
#owl-demo.owl-theme .owl-controls .owl-buttons div.owl-next{ background:#fff url(../images/works_arr.png) no-repeat -52px -50px;  margin-left:55px;}
#owl-demo.owl-theme .owl-controls .owl-buttons div.owl-next:hover{background:#333 url(../images/works_arr.png) no-repeat 0px -50px;}

#owl-demo.owl-theme .owl-controls .owl-page{ display:inline-block;}

#owl-demo .item{margin:0 0;}
#owl-demo .item img{display: block;height: 100%;width: 100%;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
#owl-demo .item .l{padding: 0 5px;}
#owl-demo .item dd{ width:23.5%; margin-left:0.65%; margin-right:0.65%; text-align:left; float:left; margin-bottom:20px;}
#owl-demo .item dd .imgs{width:100%; overflow:hidden; position:relative;}
#owl-demo .item dd .txts{font-weight:normal; color:#fff; font-size:16px; line-height:36px; height:100%; overflow:hidden;transition:all 0.4s; position:absolute; bottom:-100%; left:0; width:100%;background:rgba(0, 0, 0, 0.75); text-align:center;}
#owl-demo .item dd .txts h1{ color:#fff; font-weight:normal; font-size:24px; height:76px; line-height:76px; overflow:hidden; margin-top:32%;}
#owl-demo .item dd .txts a{ color:#fff; display:inline-block; width:62px; margin-left:12px; margin-right:12px; font-size:16px;}
#owl-demo .item dd .txts a i{ width:48px; height:48px; display:block; margin:0 auto;transition:all 0.4s;}
#owl-demo .item dd .txts a:hover i{ margin-top:-6%; margin-bottom:6%;transform:rotate(360deg);}
#owl-demo .item dd .txts a i.bgs1{ background:url(../images/i_pic1.png) center top no-repeat;}
#owl-demo .item dd .txts a i.bgs2{ background:url(../images/i_pic2.png) center top no-repeat;}
#owl-demo .item dd .txts a i.bgs3{ background:url(../images/i_pic3.png) center top no-repeat;}
#owl-demo .item dd h2{ color:#000; font-size:18px; line-height:30px;  height:100px; background:#fff; border-top:0px solid #ddd;text-align:left;overflow:hidden; white-space:nowrap;text-overflow:ellipsis; width:100%; position:relative;  z-index:2; font-weight:normal;transition:all 0.4s; margin:0; padding:10px 0; font-size:16px;}
#owl-demo .item dd h2 i{transition:all 0.4s;position:absolute; width:100%; left:0; top:0; height:0; background:none; z-index:-1;}

#owl-demo .item dd:hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
#owl-demo .item dd:hover h2{ color:#000;}
#owl-demo .item dd:hover h2 i{ height:100%;}
#owl-demo .item dd:hover .txts{ bottom:0;}

.case_list1 {
    display: flex;
    flex-wrap: wrap;
}
.case_list1 li{
    width: 32%;
    margin:0.65%;
    position: relative;
    border:1px solid #dbdbdb;
    box-sizing: border-box;
    padding-bottom: 20px;
    box-shadow: 0px 0px 15px #ccc;
}
.case_list1 li a.img{
    display: block;
    overflow: hidden;
}
.case_list1 li a.img img{
    width: 100%;
    transition: all .6s ease-out;
}
.case_list1 li:hover a.img img{
    transition: all .6s;
    transform: scale(1.1);
}
.case_list1 .case_text{
    position: absolute;
    bottom:0;
    left:0;
}
.case_list1 li h3 a{
    font-weight: normal;
    font-size: 20px;
    color: #fff;
    width: 94%;
    margin: 12px auto 5px;
    display: block;
}
.categoryname{
    font-size: 14px;
    color: #333;
    padding:0 3%;
}
.case_list_icon{
    position: absolute;
    width: 73px;
    height: 28px;
    right: 20px;
    bottom: 30px;
}
.case_list_icon .pc{
    display: block;
    float: left;
    width: 32px;
    height: 28px;
    background: url(../images/case_list_icon.png) no-repeat left bottom;
}
.case_list_icon .mobile{
    float: right;
    display: block;
    width: 18px;
    height: 28px;
    background: url(../images/case_list_icon.png) no-repeat right center;}

/*首页公司简介*/
.sy_about{padding:80px 0;}
.sy_about .sy_about_left{}
.sy_about .sy_about_left .title{margin-bottom:30px; height:60px;}
.sy_about .sy_about_left .title .t1{color:#000000;line-height:50px;font-size:40px;margin-bottom:15px;height:50px; font-weight:normal;}
.sy_about .sy_about_left .title .t1 span{font-weight:bold;font-size:40px;}
.sy_about .sy_about_left .con{font-size:15px;line-height:28px;color:#555;margin-bottom:30px;}
.sy_about .sy_about_left .more a{display:block; font-size:18px; font-weight:bold; color:#353535;}
.sy_about .sy_about_left .more a img{max-width: 100%; vertical-align: middle; padding-left:10px;}
.sy_about .sy_about_left .num_list{display:flex;flex-wrap:wrap;margin-top:30px;}
.sy_about .sy_about_left .num_list li{width:121px;height:121px;background:url(../images/yq2.png) no-repeat center;background-size: contain;position:relative;text-align:center;
display: flex;flex-direction: column;justify-content: center;z-index: 99;margin-right:20px;}
.sy_about .sy_about_left .num_list li:last-child{margin-right: 0;}
.sy_about .sy_about_left .num_list li:before{content:'';position: absolute;top: -3px;left: 3px;width:116px;height:118px;background:url(../images/yq1.png) no-repeat center;background-size: contain;-webkit-animation: spin 3s linear infinite;}
.sy_about .sy_about_left .num_list li .pic{overflow:hidden;}
.sy_about .sy_about_left .num_list li .pic img{max-width:100%; margin:0 auto;}
.sy_about .sy_about_left .num_list li .p2{font-size:18px;color:#222;}
@-webkit-keyframes spin{
    from{-webkit-transform: rotate(0deg);transform: rotate(0deg);}
    50%{-webkit-transform: rotate(180deg);transform: rotate(180deg);}
    to{-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes spin {
    from{-webkit-transform: rotate(0deg);transform: rotate(0deg);}
    50%{-webkit-transform: rotate(180deg);transform: rotate(180deg);}
	to{-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
.sy_about .sy_about_right{padding-left:5%; margin-top:15%;}
.sy_about .sy_about_right .img-cont{width:100%;}
.sy_about .sy_about_right .img-cont .img-box{position:relative;overflow:hidden;}
.sy_about .sy_about_right .img-cont .img-box img{position:static;height:auto;display:block;width:100%;-moz-transform:scale(1);-moz-transition:all 0.3s;}

.biaodan1{ position:fixed; width:60%; height: auto; background:black; top:57%; left: 50%;transform: translate(-50%, -50%); background:#fff; padding:20px;}
.biaodan1 .tit{padding: 15px 0;border-bottom: 1px solid #e5e5e5; font-size:20px;}
.biaodan1 .con{ margin:20px 0;}
.biaodan1 .con .t1{ font-size:25px; margin-bottom:20px; color:#333;}
.biaodan1 .con input{ height:40px;background:#fff; border:1px solid #ddd;color: #747474;line-height:40px; font-size:14px; padding:0 10px; width:100%; margin-bottom:15px; display:block;}
.biaodan1 .con textarea{background:#fff; border:1px solid #ddd;color: #747474;font-size:14px; padding:10px 10px; width:100%; margin-bottom:15px; display:block;}
.biaodan1 .con p{ margin-bottom:20px;}
.biaodan2{ position:fixed; width:60%; height: auto; background:black; top:57%; left: 50%;transform: translate(-50%, -50%); background:#fff; padding:20px;}
.biaodan2 .tit{padding: 15px 0;border-bottom: 1px solid #e5e5e5; font-size:20px;}
.biaodan2 .con{ margin:20px 0;}
.biaodan2 .con .t1{ font-size:25px; margin-bottom:20px; color:#333;}
.biaodan2 .con input{ height:40px;background:#fff; border:1px solid #ddd;color: #747474;line-height:40px; font-size:14px; padding:0 10px; width:100%; margin-bottom:15px; display:block;}
.biaodan2 .con textarea{background:#fff; border:1px solid #ddd;color: #747474;font-size:14px; padding:10px 10px; width:100%; margin-bottom:15px; display:block;}
.biaodan2 .con p{ margin-bottom:20px;}
#shadow2{ position:fixed;filter:alpha(opacity=50); bottom:0; left: 0; right: 0; top: 0;background: rgba(0, 0, 0, 0.70);z-index:100; display: none; }
#shadow2 .menu-close {position: absolute;display: block;right:-10px;top: -10px;width:60px;height:60px;border-radius:30px; z-index:9999;background: url(../images/close3.png) no-repeat center #f00;background-size: 30px;cursor: pointer;transition-duration: .5s; }
#shadow2 .menu-close:hover{transform: rotate(90deg); }
#shadow3{ position:fixed;filter:alpha(opacity=50); bottom:0; left: 0; right: 0; top: 0;background: rgba(0, 0, 0, 0.70);z-index:100; display: none; }
#shadow3 .menu-close {position: absolute;display: block;right:-10px;top: -10px;width:60px;height:60px;border-radius:30px; z-index:9999;background: url(../images/close3.png) no-repeat center #f00;background-size: 30px;cursor: pointer;transition-duration: .5s; }
#shadow3 .menu-close:hover{transform: rotate(90deg); }


/*首页应用领域*/
.abotab{width: 100%;overflow: hidden;position: relative; margin-bottom:30px;}
.abotab-contain{width: 100%;}
.abotab-bg{width: 100%;}
.abotab-bg ul{margin-bottom:0 !important;}
.abotab-bg ul li{position: absolute;top: 0;left: 0;width: 100%;transition: transform 2.5s ease,opacity 1.5s;opacity: 0;transform: scale(1.1);}
.abotab-bg ul li.ontrue {opacity: 1;transform: matrix(1, 0, 0, 1, 0, 0);z-index: 2;}
.abotab-bg ul li img{width: 100%;object-fit: cover;}
.abotab-li{position: absolute;z-index: 4;width: 100%;height: 100%;}
.abotab-li ul{display: block;width: 100%; margin-bottom:0 !important; margin-top:0 !important;}
.abotab-li ul li{width:25%;float: left;position: relative;transition: all .6s ease;}
.abotab-li ul li:after{content: "";width: 1px;height: 100%;background: #fff;opacity: .2;position: absolute;top: 0;right: 0;}
.abotab-li ul li:last-child:after{display: none;}
.abotab-lilink{display: block;position: relative;width: 100%;height: 100%;top: 0;left: 0;}
.abotab-lizz{position: absolute;width: 100%;top: 0;left: 0;height: 100%;background: #000;opacity: .36;transition: all .4s ease;}
.abotab-liwords{position: absolute;left: 0;width: 100%;bottom:20px;text-align: center;z-index: 6;padding: 0 9%;transition: all .6s ease 300ms;}
.abotab-liic{width: 100%;}
.abotab-liic img{max-width: 100%;margin: 0 auto;}
.abotab-liicy{display: block;}
.abotab-liich{display: none;}
.abotab-liwords h5{font-size:16px;color: #fff;margin-top:10px;}
.abotab-liwords h6{font-size: 12px;color: #fff;text-transform: uppercase;margin-top: 12px;}
.abotab-liwords p{font-size: 15px;color: #fff;line-height: 30px;margin-top: 18px;overflow: hidden;height: 0;transition: all 0s ease 0ms; display:none;}
.abotab-liwords i{display: block;width: 30px;height: 30px;margin:20px auto 0;border-radius: 50%;border: 1px solid #fff;background: url('../images/aboArr2.png') no-repeat center;transition: all .4s ease 340ms;}
.abotab-li ul.aboHover:hover li{width:14%;}
.abotab-li ul.aboHover li:hover{width:30%;}
.abotab-li ul li:hover .abotab-lizz{opacity: .24;}
.abotab-li ul li:hover .abotab-liwords{bottom:25%;}
.abotab-li ul li:hover .abotab-liicy{display: none;}
.abotab-li ul li:hover .abotab-liich{display: block;}
.abotab-li ul li:hover .abotab-liwords i{background-color: #f1942a;border-color: #f1942a;}
.abotab-li ul li:hover .abotab-liwords p{height: 180px;transition: all .6s ease 360ms;}

.abotab{margin-bottom:50px;}
	.abotab-li ul li{width:16.66%;}
	.abotab-liwords{bottom: 54px;padding: 0 9%;}
	.abotab-liwords h5{font-size:24px;margin-top: 20px;}
	.abotab-liwords h6{font-size: 12px;margin-top: 12px;}
	.abotab-liwords p{font-size: 15px;line-height: 30px;margin-top: 18px; display:block;}
	.abotab-liwords i{width: 40px;height: 40px;margin: 32px auto 0;}
	.abotab-li ul.aboHover:hover li{width:14%;}
	.abotab-li ul.aboHover li:hover{width:30%;}
	.abotab-li ul li:hover .abotab-lizz{opacity: .24;}
	.abotab-li ul li:hover .abotab-liwords{bottom:25%;}
	.abotab-li ul li:hover .abotab-liwords p{height: 180px;}

/*首页能力*/
main.index .products {margin-top: 8rem;position: relative;}
main.index .products__content {width: 340px;padding: 60px 0;}
main.index .products__sub-title {font-size: 4.6rem;line-height: 1.333333;color: #060606; font-weight:bold;text-transform:uppercase;}
main.index .products__title {font-size: 4.6rem;color: #353535;line-height: 1.285714;font-weight:bold;text-transform:uppercase;}
main.index .products__description {margin-top: 4rem;max-height: 6em;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;/*!autoprefixer: off*/-webkit-box-orient: vertical;
/*autoprefixer: on*/-webkit-line-clamp: 4;}
main.index .products .swiper-arrow {display: -webkit-box;display: -ms-flexbox;display: flex;margin-top: 4rem;}
main.index .products .swiper-arrow .swiper-button {position: unset;border-radius: 0;margin: 0;}
main.index .products .swiper-arrow .swiper-button:hover {-webkit-box-shadow: 0px 3px 15px 0px rgba(34, 106, 213, 0.4);box-shadow: 0px 3px 15px 0px rgba(34, 106, 213, 0.4);}
main.index .products .swiper-arrow .swiper-button-next {margin-left: 3rem;}
main.index .products__container {position: absolute;right: 0;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);width: 60.937500%;padding: 60px 0 60px 50px;background-color: #f0f1f3;}
main.index .products-item {display: block;background-color: #fff;padding-top: 25px; position:relative;}
main.index .products-item:hover .products-item__content {background:rgba(16, 15, 77, 0.8);color: #fff;padding:12rem 2rem; bottom:-7rem; position:absolute; left:0; width:100%; height:130%; text-align:center;transition:all 0.8s ease;}
main.index .products-item:hover .products-item__content i{ display:block;}
main.index .products-item__content {padding: 2rem; text-align:left;}
main.index .products-item__content i{ text-align:center; color:#fff; font-size:28px; margin-bottom:10px; display:none;}
main.index .products-item__title {font-size: 2rem;font-family: "Poppins-Medium";overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
main.index .products-item__excerpt {opacity: 0.5;height: 1.5em;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;/*!autoprefixer: off*/-webkit-box-orient: vertical;/*autoprefixer: on*/-webkit-line-clamp: 1;}

/*首页服务*/
main.index .cases {margin-top:6rem;}
main.index .cases__swiper-wrap {max-width: 560px;}
main.index .cases__content {padding-left: 25px;}
main.index .cases__title {font-size: 4.6rem;color: #060606;line-height: 1.25;text-transform: uppercase;}
main.index .cases__title span {color: #353535;}
main.index .cases__sub-title {font-size: 1.8rem;color: #060606;}
main.index .cases-item {display: none;}
main.index .cases-item--active {display: block;}
main.index .cases-item__img-wrap {position: relative;}
main.index .cases-item__img-wrap .title {position: absolute;left: 0;bottom: 0;width: 100%;height: 5rem;background-color: rgba(0, 0, 0, 0.5);color: #fff;padding: 0 3rem;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
main.index .cases-item__img-wrap .title span {display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
main.index .cases-item__content {margin-top: 50px;}
main.index .cases-item__title {font-size: 2.4rem;font-family: "Poppins-Medium";overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
main.index .cases-item__excerpt {margin-top: 10px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 4; margin-bottom:50px;}
main.index .cases-item__excerpt p{}
main.index .cases-item__excerpt p span{ color:#d31528; font-weight:bold; font-size:18px;}
main.index .cases-item__excerpt p span i{ padding-right:10px; padding-left:5px; color:#d31528;}
main.index .cases-item__btn {margin-top: 60px;}
main.index .cases .swiper-pagination {width: auto;left: auto;right: 3rem;bottom: 2rem;}
main.index .cases .swiper-pagination-bullet {background-color: #f00;}


/*首页案例展示*/
.sy_case{ width:100%; padding-top:30px; background:url(../images/case_bj.jpg) no-repeat top; margin-bottom:30px;}
.sy_case .title{ color:#fff; margin-bottom:20px; text-align:center;}
.sy_case .t {font-size:24px;line-height:40px;}
.sy_case .d {font-size:14px;width:90%;margin: 0 auto;}
.sy_case a{display:block;text-align:center; background:#ffffff; border:none; margin-left:0;}
.sy_case a .img1{overflow: hidden;transition: all .6s ease;-webkit-transform:rotate(0); transform:rotate(0); }
.sy_case a .img1 img{ -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; display:block; margin:0 auto; max-width:100%;}
.sy_case a .tit{line-height:60px;transition-duration: .3s;font-size:18px; color:#222}
.sy_case a:hover .img1 img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
.pc{ display:none;}
.phone{ display:block; border:1px solid #ddd;}
.phone img{ margin:0 auto;}
/*首页证书*/
main.index .services {margin-top: 6rem;padding: 6rem 0;background: url(../images/zhengshu_bg.jpg) no-repeat;background-size: cover; border-bottom:10px solid #062c87;}
main.index .services__title h2 { color: #fff;}
main.index .services__description { color: #fff;}
main.index .swiper-service {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-top:4rem; padding-bottom:60px;}
main.index .services .swiper-slide {text-align: center;font-size: 18px;background: #fff;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
transition: 300ms;
transform: scale(0.8);}
main.index .services .swiper-slide img{ max-width:100%; display:block; margin:0 auto;}
main.index .services .swiper-slide-active,.swiper-slide-duplicate-active{transform: scale(1);}

/*首页Resources */
main.index .resources{margin-top:6rem; margin-bottom:6rem;}
main.index .resources__swiper-wrap {max-width: 560px;}
main.index .resources__content {padding-left: 25px;}
main.index .resources__title {font-size: 4.6rem;color: #060606;line-height: 1.25;text-transform: uppercase;}
main.index .resources__title span {color: #353535;}
main.index .resources__sub-title {font-size: 1.8rem;color: #060606;}
main.index .resources-item {display: none;}
main.index .resources-item--active {display: block;}
main.index .resources-item__img-wrap {position: relative;}
main.index .resources-item__img-wrap .title {position: absolute;left: 0;bottom: 0;width: 100%;height: 5rem;background-color: rgba(0, 0, 0, 0.5);color: #fff;padding: 0 3rem;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
main.index .resources-item__img-wrap .title span {display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
main.index .resources-item__content {margin-top: 50px; margin-bottom:0;}
main.index .resources-item__title {font-size: 2.4rem;font-family: "Poppins-Medium";overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
main.index .resources-item__excerpt {margin-top: 10px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 4; margin-bottom:50px;}
main.index .resources-item__excerpt p{}
main.index .resources-item__excerpt p span{ color:#d31528; font-weight:bold; font-size:18px;}
main.index .resources-item__excerpt p span i{ padding-right:10px; padding-left:5px; color:#d31528;}
main.index .resources-item__btn {margin-top: 60px;}
main.index .resources .swiper-pagination {width: auto;left: auto;right: 3rem;bottom: 2rem;}
main.index .resources .swiper-pagination-bullet {background-color: #f00;}

/*首页公司环境*/
main.index .huanjing{ background:#f2f2f2; padding:6rem 0;}
main.index .huanjing .title{font-size: 4.6rem;color: #060606;line-height: 1.25;text-transform: uppercase; font-weight:bold;text-align:center;}
main.index .huanjing .title span {color: #353535;}
main.index .huanjing p{font-size:2.2rem;color: #060606;text-transform: uppercase;text-align:center;}
main.index .swiper-huanjing {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-top:4rem; padding-bottom:60px;}
main.index .huanjing .swiper-slide{text-align: center;font-size: 18px;/* Center slide text vertically */display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
main.index .huanjing .swiper-slide{background:#fff;/*border-radius:10px;*/overflow:hidden; border:1px solid #eee; box-shadow:2px 5px 10px #ddd; margin-bottom:20px; padding:0px; margin-top:0px; float:left; padding:10px;}
main.index .huanjing .swiper-slide:hover .main_intro_box{z-index:11;background:#353535;top:0}
main.index .huanjing .swiper-slide .box{font-family: 'Ubuntu', sans-serif;position: relative;overflow: hidden;}
main.index .huanjing .swiper-slide .box img{ width:100%; height:auto;}
main.index .huanjing .swiper-slide .box .huanjing_content h1{font-size:20px; font-weight:bold;color:#333;line-height:36px; height:36px; overflow:hidden;-webkit-line-clamp:2;line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden; text-align:left;}
main.index .huanjing .swiper-slide .box .huanjing_content h2{line-height:36px;font-size:15px;color:#aaa; padding:0; margin:0; text-align:left;}
main.index .huanjing .swiper-slide .box .huanjing_content p{ font-size:16px; color:#888;height:60px;line-height: 30px;-webkit-line-clamp:2;line-clamp:2;display: -webkit-box;-webkit-box-orient: vertical;text-overflow: ellipsis;overflow: hidden; text-align:left;}

main.index .huanjing .swiper-slide .main_intro_box{-webkit-transition:all .3s;transition:all .3s;position:absolute;width:100%;height:100%;top:100%;z-index:5;background:#353535; }
main.index .huanjing .swiper-slide .main_intro_box .main_intro_top{width:100%;height:240px;padding:30px 30px;text-align:left}
main.index .huanjing .swiper-slide .main_intro_box .main_intro_top .main_intro_date{line-height:56px;font-size:18px;color:#fff}
main.index .huanjing .swiper-slide .main_intro_box .main_intro_top .main_intro_title{line-height:46px;font-size:22px;color:#fff;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
main.index .huanjing .swiper-slide .main_intro_box .main_intro_top .main_intro_line{height:1px;background:#eee;margin:30px auto}
main.index .huanjing .swiper-slide .main_intro_box .main_intro_top .main_intro_con{height:90px; line-height:30px;color:#fff;font-size:16px;-webkit-line-clamp:3;line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}
main.index .huanjing .swiper-slide .main_intro_box .main_intro_bottom{height:150px;padding:0 30px;position:relative}
main.index .huanjing .swiper-slide .main_intro_box .main_intro_bottom .more{position:absolute;bottom:30px;font-size:18px;color:#fff}
main.index .huanjing .swiper-slide .main_intro_box .main_intro_bottom .more i{margin-left:15px;font-style:normal;color:#fff;font-size:20px;}
main.index .huanjing .swiper-slide .more1{padding: 10px 30px 12px 30px; display:block; width:160px; margin:0 auto; margin-top:30px;background:#353535; font-size:18px; color:#fff;}
main.index .huanjing .swiper-slide .more1 i{ padding-left:10px;}
.swiper-pagination-bullet{width: 10px;
height: 10px;
background-color: #353535;
margin: 0 5px;
opacity: 0.5;}
@media only screen and (max-width:990px){
	main.index .huanjing .swiper-slide .box{ margin-bottom:0; }
}
@media only screen and (max-width:479px){
	main.index .huanjing .swiper-slide .box .title{ font-size: 20px; }
}

/*首页合作伙伴*/
main.index .hezuo{padding:4rem 0;}
main.index .hezuo .title{font-size: 4.6rem;color: #060606;line-height: 1.25;text-transform: uppercase; font-weight:bold;text-align:center;}
main.index .hezuo p{font-size:2.2rem;color: #060606;text-transform: uppercase;text-align:center;}
main.index .hezuo .nr{justify-content: center;align-items: center;flex-wrap: wrap;transform-style: preserve-3d;width:100%; margin-top:40px;}
main.index .hezuo .nr .card{position: relative;width:207px;height:115px; margin-bottom:20px; border:1px solid #ddd;transform-style: preserve-3d;perspective: 1000px;}
main.index .hezuo .nr .card .box{position: absolute;top: 0;left: 0;width: 100%;height: 100%;transform-style: preserve-3d;transition: 1s ease;}
main.index .hezuo .nr .card:hover .box{transform: rotateY(180deg);}
main.index .hezuo .nr .card .box .imgBx{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
main.index .hezuo .nr .card .box .imgBx img{position: absolute;top: 0;left: 0;width:100%; padding:0 5%; background:#fff;}
main.index .hezuo .nr .card .box .contentBx{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background:#083d5e;backface-visibility: hidden;display: flex;justify-content: center;align-items: center;transform-style: preserve-3d;transform: rotateY(180deg);}
main.index .hezuo .nr .card .box .contentBx div{transform-style: preserve-3d;padding: 20px;background: linear-gradient(45deg,#fff,#fff);transform: translateZ(100px);}
main.index .hezuo .nr .card .box .contentBx div h2{color: #000;font-size: 20px;letter-spacing: 1px;}
main.index .hezuo .nr .card .box .contentBx div p{color: #000;font-size: 16px;}

/*首页新闻*/
.sy_news{ padding:30px 0;}

.sy_news .title{font-size: 4.6rem;color: #060606;line-height: 1.25;text-transform: uppercase; font-weight:bold;text-align:center;}
.sy_news p{font-size:2.2rem;color: #060606;text-transform: uppercase;text-align:center; margin-bottom:60px;}
.sy_news .swiper-slide{text-align: center;font-size: 18px;/* Center slide text vertically */display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.sy_news .swiper-slide{background:#fff;/*border-radius:10px;*/overflow:hidden; border:1px solid #eee; box-shadow:2px 5px 10px #ddd; margin-bottom:20px; padding:0px; margin-top:0px; float:left;}
.sy_news .swiper-slide a{ float:left;}
.sy_news .swiper-slide:hover .main_intro_box{z-index:11;background:#353535;top:0}
.sy_news .swiper-slide .main_info_box{/*position:absolute;*/width:100%;height:100%;z-index:10; float:left;}
.sy_news .swiper-slide .main_info_box .info_img{width:100%;/*height:240px*/ padding:10px; }
.sy_news .swiper-slide .main_info_box p{ font-size:16px; color:#888;height:60px;line-height: 30px;-webkit-line-clamp:2;line-clamp:2;display: -webkit-box;-webkit-box-orient: vertical;text-overflow: ellipsis;overflow: hidden; text-align:left; margin-bottom:20px;}
.sy_news .swiper-slide .main_info_box .main_info{width:100%;height:270px;padding:0 30px;text-align:left;}
.sy_news .swiper-slide .main_info_box .main_info .main_info_date{line-height:56px;font-size:15px;color:#aaa;}
.sy_news .swiper-slide .main_info_box .main_info .main_info_text{font-size:20px; font-weight:bold;color:#333;line-height:36px; height:70px; overflow:hidden;-webkit-line-clamp:2;line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}
.sy_news .swiper-slide .main_info_box .main_info .more{ margin-top:20px;font-size:16px;color:#353535}
.sy_news .swiper-slide .main_info_box .main_info .more i{margin-left:15px;font-style:normal;color:#353535;font-size:20px;}
.sy_news .swiper-slide .main_intro_box{-webkit-transition:all .3s;transition:all .3s;position:absolute;width:100%;height:100%;top:100%;z-index:5;background:#353535; }
.sy_news .swiper-slide .main_intro_box .main_intro_top{width:100%;height:240px;padding:30px 30px;text-align:left}
.sy_news .swiper-slide .main_intro_box .main_intro_top .main_intro_date{line-height:56px;font-size:18px;color:#fff}
.sy_news .swiper-slide .main_intro_box .main_intro_top .main_intro_title{line-height:46px;font-size:22px;color:#fff;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.sy_news .swiper-slide .main_intro_box .main_intro_top .main_intro_line{height:1px;background:#eee;margin:30px auto}
.sy_news .swiper-slide .main_intro_box .main_intro_top .main_intro_con{height:90px; line-height:30px;color:#fff;font-size:16px;-webkit-line-clamp:3;line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}
.sy_news .swiper-slide .main_intro_box .main_intro_bottom{height:150px;padding:0 30px;position:relative}
.sy_news .swiper-slide .main_intro_box .main_intro_bottom .more{position:absolute;bottom:30px;font-size:18px;color:#fff}
.sy_news .swiper-slide .main_intro_box .main_intro_bottom .more i{margin-left:15px;font-style:normal;color:#fff;font-size:20px;}
.sy_news .more1{padding: 10px 30px 12px 30px; display:block; width:160px; margin:0 auto; margin-top:30px;background:#353535; font-size:18px; color:#fff;}
.sy_news .more1 i{ padding-left:10px;}




/*内页编辑器*/
.kxcabout p{ width:100%;}

/*内页产品中心*/
.ny_product{ padding:30px 0;background: #f6f7fa; margin-top:0;}
.ny_product .p_left{}
.ny_product .p_left .ss{padding:20px; background:#fff; margin-bottom:30px;}
.ny_product .p_left .tit{ height:80px; line-height:80px; font-size:26px; font-weight:bold; border-bottom:1px solid #fff; color:#fff; padding:0 20px; background:#353535;}
.ny_product .p_left .tit span{ font-weight:400; font-size:16px;}
.ny_product .p_left1{display:none;}
.ny_product .p_left2{display:block;}

.ny_product .p_left .subNavBox{ width:100%;  }
.ny_product .p_left .subNavBox ul{ width:100%; float:left;}
.ny_product .p_left .subNavBox ul li{ width:100%; transition:all 0.6s; float:left;  line-height:40px; background:#353535; border-top:1px solid #fff;}
.ny_product .p_left .subNavBox ul li a{ width:90%; float:left; font-weight:normal; line-height:40px; font-size:16px; margin:0 5%; color:#fff;}
.ny_product .p_left .subNavBox ul li:hover,.ny_product .p_left .subNavBox ul li.on{background:#686868;  border-bottom:1px solid #fff;}

.ny_product .p_left .subNavBox ul li .sons{ display:block; background:#fff;}
.ny_product .p_left .subNavBox ul li.on .sons{ display:block;}
.ny_product .p_left .subNavBox ul li .sons li{background:rgba(53,53,53,1); border-bottom:0px solid #fff;border-top:1px solid #fff; line-height:32px;}
.ny_product .p_left .subNavBox ul li .sons li a{ font-size:13px; color:#fff; font-weight:normal; padding-left:30px; line-height:32px;}
.ny_product .p_left .subNavBox ul li .sons li a{ font-size:13px; color:#fff; font-weight:normal; padding-left:30px; line-height:32px;}
.p_left .subNavBox ul li .sons li:hover,.p_left .subNavBox ul li .sons li.on{background:rgba(104,104,104,1);}

.ny_product .p_right{background:#fff; padding:10px;}
.ny_product .p_right .weizhi{ line-height:30px; border-bottom:1px solid #ddd; margin-bottom:30px;}
.ny_product .p_right .weizhi h2{ height:50px; line-height:48px; border-bottom:3px solid #353535; float:left; color:#222; font-size:20px; width:20%;}
.ny_product .p_right .weizhi span{ float:right; color:#666; font-size:15px; margin-top:30px;}
.ny_product .p_right .weizhi span a{ padding:0 10px; color:#666;}
.ny_product .p_right .row{ padding:0px;}
.ny_product .p_right .l{ background:#fff; padding:30px 25px; border:1px solid #eee; margin-bottom:30px;}
.ny_product .p_right .l .img1{overflow:hidden;}
.ny_product .p_right .l .img1 img{display:block; max-width:100%; margin:0 auto;transform: scale(1,1); transition-duration: 0.5s;}
.ny_product .p_right .l .tit{ text-align:left; margin:20px auto; font-size:16px; color:#353535;/* height:58px;*/}
.ny_product .p_right .l .text{ color:#888888; font-size:15px; line-height:26px; height:50px; overflow:hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;}
.ny_product .p_right .l .more{ width:125px; height:36px; line-height:36px; border:1px solid #898989; border-radius:18px; text-align:center; color:#000; font-size:15px; margin:10px auto; background:#fff;}
.ny_product .p_right .l a:hover .img1 img{transform: scale(1.1,1.1); transition-duration: 0.5s;}
.ny_product .p_right .l a:hover .tit{ color:#353535;}
.ny_product .p_right .l a:hover .more{background:#353535;color:#fff;}

.ny_product .p_right .tupian{ padding:20px;}
.ny_product .p_right .tupian .t_left{}
.ny_product .p_right .tupian .t_left .swiper-container{width: 100%;height:300px;margin-left: auto;margin-right: auto;}
.ny_product .p_right .tupian .t_left .swiper-slide{background-size: cover;background-position: center;}
.ny_product .p_right .tupian .t_left .swiper-slide img{ width:100%; border:1px solid #ddd;}
.ny_product .p_right .tupian .t_left .gallery-top{height: 80%;width: 100%;}
.ny_product .p_right .tupian .t_left .gallery-thumbs{height: 20%;box-sizing: border-box;padding: 10px 0;}
.ny_product .p_right .tupian .t_left .gallery-thumbs .swiper-slide{height:100%;opacity: 0.4;}
.ny_product .p_right .tupian .t_left .gallery-thumbs .swiper-slide-thumb-active{opacity: 1;}
.ny_product .p_right .tupian .t_left .swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white{--swiper-navigation-color: #ee1d23;}
.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white{--swiper-navigation-color: #ee1d23  !important;}

.ny_product .p_right .tupian td{  border:1px solid #CCC;}
.ny_product .p_right .tupian td span{ line-height:28px;}
.ny_product .p_right .tupian td p{padding:0px; text-align:center;}

.ny_product .p_right .tupian .t_right{ padding-left:0; margin-top:30px;}
.ny_product .p_right .tupian .t_right .title{margin-bottom:20px;color:#333;}
.ny_product .p_right .tupian .t_right .title span{display:block;font-size:24px;color:#353535;}
.ny_product .p_right .tupian .t_right .font{min-height:auto;line-height:2em; font-size:16px;}
.ny_product .p_right .tupian .t_right .font p{ margin-bottom:10px;}
.ny_product .p_right .tupian .t_right .tel{border-bottom: 1px solid #ddd;padding:20px;margin:20px 0;border-top: 1px solid #ddd;font-size:1.5em;color:#191919;background: url('../images/zxtel.png') no-repeat left center;padding-left:40px; margin-top:30px;}
.ny_product .p_right .tupian .t_right .btn1{margin-top:30px;overflow:hidden;position:relative;}
.ny_product .p_right .tupian .t_right .btn1 a{display:block; width:40%;height:50px;line-height:50px;text-align:center;background:#fff;color:#333;margin-bottom:35px;max-width:180px;border-radius:5px;box-shadow:2px 2px 6px #ccc; font-size:18px;}
.ny_product .p_right .tupian .t_right .btn1 i{position:relative;margin-right:5px;font-style:normal;font-size:20px;line-height:1;top:2px;}
.ny_product .p_right .tupian .t_right .btn1 a:nth-child(2){color:#f08200;}
.ny_product .p_right .tupian .t_right .btn1 a:hover{background:#f08200;color:#fff;}
.ny_product .p_right .tupian .t_right .wx{position: absolute;right:5%;top:0;width:120px;text-align:center;}
.ny_product .p_right .tupian .t_right .wx img{width:100%;box-shadow:2px 2px 6px #ccc;}
.ny_product .p_right .tupian .t_right .wx span{display:block;margin-top:10px;}
.ny_product .p_right .n_left{ padding:0 20px;}
.ny_product .p_right .n_left .title{height: 45px;border-bottom:1px solid #dcdcdc;font-size:24px;margin-bottom: 25px;}
.ny_product .p_right .n_left .title span{display: inline-block;border-bottom:3px solid #353535;height: 45px;font-size:24px;color: #191919;}
.ny_product .p_right .n_left .text{ font-size:16px; line-height:26px; color:#555;}
.ny_product .p_right .n_left .text img{ max-width:100%; display:block; margin:0 auto;}
.ny_product .p_right .n_left .text table{ width:100% !important;}
.ny_product .p_right .n_left .swiper-chanpin{ width:100%; height:100%;}
.ny_product .p_right .n_left .swiper-chanpin .swiper-slide {text-align: center;font-size: 18px;/* Center slide text vertically */display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center; -webkit-justify-content: center;justify-content: center;-webkit-box-align: center; -ms-flex-align: center;-webkit-align-items: center;align-items: center; margin-bottom:50px;}
.ny_product .p_right .n_left .swiper-chanpin .list{ padding:20px; border:1px solid #ddd;}
.ny_product .p_right .n_left .swiper-chanpin .list .img1{overflow:hidden;}
.ny_product .p_right .n_left .swiper-chanpin .list .img1 img{display:block; max-width:100%; margin:0 auto;transform: scale(1,1); transition-duration: 0.5s;}
.ny_product .p_right .n_left .swiper-chanpin .list a:hover .img1 img{transform: scale(1.1,1.1); transition-duration: 0.5s;}
.ny_product .p_right .n_left .swiper-chanpin .list .tit{ text-align:left; margin:20px auto; font-size:16px; color:#353535;}

.ny_product .p_right .t_left .jqzoom{}
.ny_product .p_right .t_left .jqzoom img{ float:left; width:100%; border:1px solid #eee;}
.ny_product .p_right .nr{ float:left; width:100%; margin:30px 0;}
.ny_product .p_right .nr table{ float:left; width:100%;}

/*内页产品多图放大*/
#preview_{ float:left;text-align:center; position:relative;}
#desc{float:right;}
#desc ul li{height:36px;line-height:36px;border-bottom:1px dashed #ccc; font-size:14px;}
#desc ul li.last{border:none; margin-top:20px; height:auto;}
#desc ul li.last span{ height:36px; line-height:36px; text-align:center; font-size:16px; color:666; float:left; padding:0 10px; border:1px solid #ccc; margin-right:15px;  margin-bottom:15PX;}

.jqzoom{ width:600px; height:600px; position:relative;}
.jqzoom img{ width:600px; height:600px; float:left;}

.list-h{ width:600px; height:50px; float:left;}
.list-h li{ float:left;}
#spec-n5_{width:600px; height:56px; padding-top:6px; overflow:hidden;}
#spec-left_{ background:url(images/left.gif) no-repeat; width:10px; height:56px; float:left; cursor:pointer; margin-top:5px;}
#spec-right_{background:url(images/right.gif) no-repeat; width:10px; height:56px; float:left;cursor:pointer; margin-top:5px;}
#spec-list_{ width:345px; float:left; overflow:hidden; margin-left:2px; display:inline;}
#spec-list_ ul li{ float:left; margin-right:5px; display:inline; width:56px; height:56px;}
#spec-list_ ul li img{ padding:0px ; border:1px solid #ccc; width:56px; height:56px;}

/*jqzoom*/
.jqzoom{padding:0;}
#spec-list_{ position:relative; width:600px; margin:0px 0px 0; height:56px;}
#spec-list_ div{ margin-top:0;margin-left:-30px; *margin-left:0;}


/*内页新闻*/
.ny_service_show{ background:#f7f9fb; padding:60px 0;}
.ny_service_show .s_left{display:block;}
.ny_service_show .s_left .nr{ background:#fff; border-radius:5px;box-shadow:5px 5px 10px #ddd; margin-bottom:35px;}
.ny_service_show .s_left .nr .title{ height:50px; line-height:50px; color:#fff; font-size:18px; font-weight:bold; background:#353535; padding:0 20px; margin:0 0 20px 0; border-radius:10px 10px 0 0;}
.ny_service_show .s_left .nr ul{padding:0 0 20px 0;}
.ny_service_show .s_left .nr ul li a{ display:block;font-size:16px;line-height:24px;color:#353535; padding:12px 20px;border-left:4px solid transparent;cursor:pointer}
.ny_service_show .s_left .nr ul li a i{ font-size:18px; padding-right:10px;}
.ny_service_show .s_left .nr ul li a:hover,.ny_service_show .s_left .nr ul li a.on{color:#353535;border-color:#353535; font-weight:bold;}
.ny_service_show .s_left .nr1{background-color: #fff;border-top-width: 3px;border-top-color:#353535;border-style: solid; position:relative; z-index:0; margin-bottom:84px;box-shadow:5px 5px 10px #ddd; border-radius:5px;}
.ny_service_show .s_left .nr1 .text{padding: 28px 28px 27px 31px;}
.ny_service_show .s_left .nr1 .show{ height:60px; width:100%; background:#353535; line-height:60px; color:#fff; text-align:center; font-size:18px; text-transform:uppercase; display:block;}
.ny_service_show .s_left .nr1 .text .t{ color:#000; margin:10px 0; font-size:18px; text-align:center;}
.ny_service_show .s_left .nr1 .text p{color: #747474;}
.ny_service_show .s_right{ background:#fff; padding:30px; border-top:2px solid #353535; border-radius:5px 0 5px 0;}
.ny_service_show .s_right .title{ font-size:24px; color:#222; margin-bottom:20px;}
.ny_service_show .s_right .title i{ color:#353535; padding-right:10px;}
.ny_service_show .s_right .nr{ margin-bottom:40px; float:left;}
.ny_service_show .s_right .nr img{ display:block; max-width:100%; margin:0 auto;}
.ny_service_show .s_right .swiper-service {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-top:4rem; padding-bottom:30px !important;}
.ny_service_show .s_right .swiper-slide{text-align: center;font-size: 18px;background: #fff;/* Center slide text vertically */display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center; border:1px solid #ddd;}
.ny_service_show .s_right .swiper-slide .box{font-family: 'Ubuntu', sans-serif;position: relative;overflow: hidden;}
.ny_service_show .s_right .swiper-slide .box:before{content: '';background: linear-gradient(45deg,rgba(187,12,17,0.8), rgba(255,0,0,0.8));height: 100%;width: 100%;opacity: 0;filter: blur(10px);transform: scale(1) rotate(180deg);position: absolute;left: 0;top: 0;z-index: 1;transition: all 0.4s ease-in-out;}
.ny_service_show .s_right .swiper-slide .box:hover:before{box-shadow: 0 0 10px 2px #555;opacity: 1;filter: blur(0);transform: scale(0.92, 0.9) rotate(0);}
.ny_service_show .s_right .swiper-slide .box img{width: 100%;height: auto;transition: all 0.5s ease-in-out;}
.ny_service_show .s_right .swiper-slide .box:hover img{ transform: scale(1.9) rotate(45deg); }
.ny_service_show .s_right .swiper-slide .box .box-content{color: #fff;text-align: center;width: 100%;opacity: 0;transform: translateX(-50%) translateY(-50%) scale(3);position: absolute;top: 50%;left: 50%;z-index: 1;transition: all 0.5s ease;}
.ny_service_show .s_right .swiper-slide .box:hover .box-content{opacity: 1;transform: translateX(-50%) translateY(-50%) scale(1);}
.ny_service_show .s_right .swiper-slide .box .title{font-size:22px;font-weight: 700;letter-spacing: 1px;text-transform: uppercase;margin: 0; color:#fff !important;}
.ny_service_show .s_right .swiper-slide .box .post{font-size:28px;text-transform: capitalize; margin-bottom:10px;}
.ny_service_show .s_right .nr p{margin-bottom:15px;color:#000; width:100%; float:left;}
.ny_service_show .s_right .nr .t{ color:#222; font-size:18px; margin-bottom:30px;}
.ny_service_show .s_right .nr ul li{ margin-bottom:10px; line-height:30px; text-align:left; color:#000; font-size:14px;}
.ny_service_show .s_right .nr ul li i{ padding-right:10px; color:#353535; font-size:20px;}
.ny_service_show .s_right .con{z-index:0;/*position: relative;*/}
.ny_service_show .s_right .con .box{background:#f6f6f6;border-width: 1px;border-color:#f6f6f6;border-top-width:3px;border-top-color:#353535;border-style: solid;padding: 28px 28px 27px 31px;position: relative;}
.ny_service_show .s_right .con .box:before{position: absolute;bottom: 15px;left: 10px;z-index: -1;height: 20%;max-height: 100px;max-width: 460px;width: 60%;content: "";opacity: .7;box-shadow: 0 17px 10px rgb(0 0 0 / 70%);transform: rotate(-3deg);}
.ny_service_show .s_right .con .box:after{position: absolute;bottom: 15px;right: 10px;z-index: -1;height: 20%;max-height: 100px;max-width: 460px;width: 60%;content: "";opacity: .7;box-shadow: 0 17px 10px rgb(0 0 0 / 70%);transform: rotate(3deg);}}
.ny_service_show .s_right .con .box h2{ font-size:20px; color:#000; margin-bottom:10px;}
.ny_service_show .s_right .con .box p{color: #747474;}
.ny_service_show .s_right .con .box .show{ height:60px; width:100%; background:#353535; line-height:60px; color:#fff; text-align:center; font-size:22px; text-transform:uppercase; display:block; border-bottom:5px solid #000;}
.ny_service_show .s_right .con .box .show:hover{ background:#353535;}
.ny_service_show .s_right .con .line img{ max-width:100%; display:block; margin:0 auto;}
.ny_service_show .s_right .gonggong{ margin-top:30px;}
.ny_service_show .s_right .gonggong .tit{ margin-bottom:30px; text-align:center;}
.ny_service_show .s_right .gonggong .tit .t1{ padding:15px 0; color:#fff; font-size:22px; background:#353535;}
.ny_service_show .s_right .gonggong .tit .t2{ position:relative; border-top:1px solid #d7d7d7; height:40px; text-align:center;}
.ny_service_show .s_right .gonggong .tit .t2 i{color:#353535; font-size:60px; position:absolute;left:50%;top: -38px;}
.ny_service_show .s_right .gonggong .nr{ margin-bottom:30px;}
.ny_service_show .s_right .gonggong .nr .t{ color:#222; font-size:18px; margin-bottom:30px;}
.ny_service_show .s_right .gonggong .nr ul li{ margin-bottom:10px; line-height:30px; text-align:left; color:#747474; font-size:14px;}
.ny_service_show .s_right .gonggong .nr ul li i{ padding-right:10px; color:#353535; font-size:20px;}
.ny_service_show .s_right .gonggong .nr .l{margin-bottom:10px; line-height:30px; text-align:left; color:#747474; font-size:14px;}
.ny_service_show .s_right .gonggong .nr .l i{padding-right:10px; color:#353535; font-size:20px;}
.ny_service_show .s_right .gonggong .nr .l1{ margin-bottom:15px;}
.ny_service_show .s_right .gonggong .nr .l1 a{ font-size:18px; color:#000; padding:15px; background:#f7f7f7; display:block;}
.ny_service_show .s_right .gonggong .nr .l1 a i{ padding-right:10px; color:#353535;}
.ny_service_show .s_right .gonggong .nr .l1 a:hover{color:#353535;box-shadow:2px 5px 5px #ddd;}
.ny_service_show .s_right .gonggong .nr .l1 a:hover i{color:#353535;}

.ny_service_show .s_right .gonggong .fenxiang{ background:#f6f6f6; margin-top:30px; padding:10px 20px;line-height:50px; font-size:20px; color:#000;}
.ny_service_show .s_right .gonggong .fenxiang span{ float:right;}
.ny_service_show .s_right .gonggong .fenxiang img:hover{ padding-top:10px;}
.ny_service_show .s_right .gonggong  .swiper-service1 {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-top:4rem; padding-bottom:30px !important; width:100%;}
.ny_service_show .s_right .gonggong  .swiper-slide{text-align: center;font-size: 18px;background: #fff;/* Center slide text vertically */display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center; border:4px solid #fff;box-shadow:5px 10px 10px #ddd;}
.ny_service_show .s_right .gonggong  .swiper-slide .box{font-family: 'Ubuntu', sans-serif;position: relative;overflow: hidden;}
.ny_service_show .s_right .gonggong  .swiper-slide .box:before{content: '';/*background: linear-gradient(45deg,rgba(187,12,17,0.8), rgba(255,0,0,0.8));*/height: 100%;width: 100%;opacity: 0;filter: blur(10px);transform: scale(1) rotate(180deg);position: absolute;left: 0;top: 0;z-index: 1;transition: all 0.4s ease-in-out;}
.ny_service_show .s_right .gonggong  .swiper-slide .box:hover:before{box-shadow: 0 0 10px 2px #555; border:1px solid #353535;opacity: 1;filter: blur(0);transform: scale(0.92, 0.9) rotate(0);}
.ny_service_show .s_right .gonggong  .swiper-slide .box img{width: 100%;height: auto;transition: all 0.5s ease-in-out;}
.ny_service_show .s_right .gonggong  .swiper-slide .box:hover img{ transform: scale(1.9) rotate(45deg); }
.ny_service_show .s_right .gonggong  .swiper-slide .box .box-content{color: #fff;text-align: center;width: 100%;opacity: 0;transform: translateX(-50%) translateY(-50%) scale(3);position: absolute;top: 50%;left: 50%;z-index: 1;transition: all 0.5s ease;}
.ny_service_show .s_right .gonggong  .swiper-slide .box:hover .box-content{opacity: 1;transform: translateX(-50%) translateY(-50%) scale(1);}
.ny_service_show .s_right .gonggong  .swiper-slide .box .title{font-size:22px;font-weight: 700;letter-spacing: 1px;text-transform: uppercase;margin: 0; color:#fff !important;}
.ny_service_show .s_right .gonggong  .swiper-slide .box .post{font-size:28px;text-transform: capitalize; margin-bottom:10px;}


.news_list{}
.news_list ul li{border-bottom: 1px #eee solid;}
.news_list ul li a{display:block;padding: 30px 0;}
.news_list ul li .pic{overflow:hidden;}
.news_list ul li .pic img{max-width:100%; display:block; margin:0 auto;transform: scale(1,1); transition-duration: 0.5s;}
.news_list ul li .t1{font-size:22px; color:#353535; font-weight:bold; margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news_list ul li .time{ margin-bottom:10px; color:#555; font-size:14px;}
.news_list ul li .time i{ padding-right:10px;}
.news_list ul li .text{font-size:16px;color: #747474; margin-bottom:15px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden; height:50px;}
.news_list ul li .more{color:#353535;border:1px solid #353535;font-size:16px;line-height:1;padding: 10px 25px;width:150px; text-align:center;}
.news_list ul li .more i{ padding-left:10px;}
.news_list ul li a:hover{ background:#353535; padding:30px;}
.news_list ul li a:hover .pic img{transform: scale(1.1,1.1); transition-duration: 0.5s;}
.news_list ul li a:hover .t1{ color:#fff;}
.news_list ul li a:hover .time{ color:#fff;}
.news_list ul li a:hover .text{color:#fff;}
.news_list ul li a:hover .more{ background:#fff;border:1px solid #fff;color:#353535;}


/*内页联系我们*/
.ny_contact{ padding:30px 0; font-size:16px; background:#f6f7fa; padding-top:30px;}
.ny_contact .l{text-align: center; -webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;transition: .5s; margin-top:30px;}
.ny_contact .l i{width: 100px;height: 100px;border: 1px solid #eee; background:#f1f4fd;border-radius: 100%;line-height: 100px;text-align: center;font-size:30px;color: #ee1d23;margin: 0 auto;-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s;-o-transition: .5s;transition: .5s;display: inline-block;}
.ny_contact .l h3 {font-size:18px;color: #000;padding: 20px 0 10px;}
.ny_contact .l p {font-size:18px;color: rgba(0,0,0,.7);}
.ny_contact .l:hover i{transform: rotate(360deg); color:#ee1d23;}
.ny_contact .c_left{padding:30px; background:#fff; height:460px; margin-bottom:30px;}
.ny_contact .c_left .tit {font-size: 28px;color: #000; font-weight:bold;border-bottom: 0px solid #dcdde1;padding-bottom: 20px;}
.ny_contact .c_left ul{ margin-bottom:0;}
.ny_contact .c_left ul li{line-height:30px;padding: 13px 0;border-bottom: 0px solid #dcdde1;font-size:16px;color: #616161;}
.ny_contact .c_left ul li i{ display:inline-block; width:30px; padding-right:10px; color:#43a047; font-size:20px;}


main.products .products__banner {
  background: url(/lib/img/products/banner.jpg) no-repeat center center;
}

main.products .products-list__title {
  font-size: 2.4rem;
  font-family: "Poppins-Medium";
  color: #353535;
}

main.products .products-list__line {
  margin-top: 1rem;
  border-top: 1px solid #ececec;
}

main.products .products-item {
  display: block;
  background-color: #fff;
  margin-top: 20px;
}

main.products .products-item:hover .products-item__content {
  background-color: #353535;
  color: #fff;
}

main.products .products-item__content {
  padding: 1.4rem;
}

main.products .products-item__title {
  font-size: 1.6rem;
  font-family: "Poppins-Medium";
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

main.products .products-item__excerpt {
  font-size: 1.4rem;
  opacity: 0.5;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 1;
}

main.products .products-details__header {
  padding: 6rem 0;
  background: url(/lib/img/products/img_bg.png) no-repeat center center, #f8f8f8;
}

main.products .products-details__title {
  font-size: 4.2rem;
  line-height: 1.428571;
  max-height: 5.714284em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 4;
}

main.products .products-details__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
}

main.products .products-details__btn {
  width: 14.8rem;
}

main.products .products-details__btn--quote {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 120, 232, 0.3);
          box-shadow: 0px 5px 10px 0px rgba(0, 120, 232, 0.3);
}

main.products .products-details__btn--quote::after {
  display: none;
}

main.products .products-details__btn--next {
  margin-left: 2rem;
  background-color: #060606;
  border-color: #060606;
}

main.products .products-details__btn--next.previous::after {
  display: none;
}

main.products .products-details__btn--next.previous:hover::before {
  -webkit-transform: translateX(-1rem);
          transform: translateX(-1rem);
}

main.products .products-details__btn--next.previous::before {
  content: '';
  width: 1.4rem;
  height: 1.2rem;
  background: url(/lib/img/index/arrow_left.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 0.8rem;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

main.products .products-details .swiper-slide {
  width: 70.588235% !important;
}

main.products .products-details .swiper-slide-active::after {
  opacity: 0;
}

main.products .products-details .swiper-slide::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

main.products .products-details .swiper-pagination {
  width: auto;
  left: auto;
  right: 2rem;
  bottom: 2rem;
}

main.products .products-details__body {
  margin-top: 4rem;
}

main.products .products-details .tabs-nav {
  border-bottom: 2px solid #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main.products .products-details .tabs-nav li.active a {
  color: #353535;
}

main.products .products-details .tabs-nav li.active a::after {
  width: 100%;
  opacity: 1;
}

main.products .products-details .tabs-nav li a {
  width: 24rem;
  padding: 2rem 0;
  font-size: 1.8rem;
  font-family: "Poppins-Medium";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
}

main.products .products-details .tabs-nav li a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background-color: #353535;
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

main.products .products-details .tabs-content {
  padding: 20px 0;
}

main.products .products-details .tabs-content .faqs-item {
  padding: 20px 0;
  border-bottom: 1px dashed #ecf0f1;
}

main.products .products-details .tabs-content .faqs-item__title {
  font-weight: bold;
  color: #353535;
}

main.products .products-details .tabs-content .faqs-item__content {
  margin-top: 1.4rem;
}

main.products .share__container {
  padding: 2.6rem 3rem;
  background: url(/lib/img/products/share_bg.jpg) no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main.products .share__title {
  font-size: 2.4rem;
  font-family: "Poppins-Bold";
  color: #fff;
}

main.products .share__icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main.products .share__link {
  width: 3.6rem;
  height: 3.6rem;
  margin: 0 .75rem;
  border-radius: 50%;
}

main.products .share__link img {
  width: 100%;
}

main.products .related-products {
  margin-top: 6rem;
}

main.products .related-products .swiper-pagination {
  position: unset;
  margin-top: 2rem;
}

main.services .services__banner {
  background: url(/lib/img/services/banner.jpg) no-repeat center center;
}

main.services .services-list__description {
  margin-top: 6rem;
}

main.services .services-list__container {
  margin-top: 2rem;
}

main.services .services-item {
  background-color: #f8f8f8;
  margin-top: 20px;
}

main.services .services-item__content {
  height: 100%;
  padding: 2rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main.services .services-item__title {
  font-size: 2rem;
  font-family: "Poppins-Medium";
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

main.services .services-item__excerpt {
  margin-top: 1.1rem;
  font-size: 1.4rem;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 2;
}

main.services .services-item__link {
  font-family: "Poppins-Medium";
  margin-top: auto;
  font-size: 1.4rem;
}

main.services .services-details .banner {
  padding: 6rem 0;
  background: url(/lib/img/services/banner_2.jpg) no-repeat center center;
  background-size: cover !important;
  overflow: hidden;
}

main.services .services-details .banner__container {
  max-width: 580px;
  padding: 5rem;
  background-color: #fff;
}

main.services .services-details .banner__title {
  font-size: 3.2rem;
  color: #353535;
}

main.services .services-details .banner__description {
  margin-top: 2.3rem;
}

main.services .services-details__container {
  padding: 4rem 0;
}

main.services .services-details__footer .footer__container {
  padding: 2rem 0;
  border-top: 1px dashed #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main.services .services-details__footer .footer__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main.services .services-details__footer .footer__share .share-item {
  margin-right: 1rem;
}

main.services .contact {
  margin-top: 6rem;
  background: url(/lib/img/services/bg_contact.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

main.services .contact::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

main.services .contact__container {
  max-width: 530px;
  padding: 4rem 0;
  color: #fff;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

main.services .contact__title {
  font-size: 3.2rem;
  font-family: "Poppins-Bold";
}

main.services .contact__sub-title {
  font-size: 2.4rem;
  margin-top: 0.6rem;
}

main.services .contact__btn {
  margin-top: 2rem;
}

main.blog .blog__banner {
  background: url(/lib/img/blog/banner.png) no-repeat center center;
}

main.blog .blog-item {
  margin-top: 4rem;
}

main.blog .blog-item__title {
  font-size: 2.4rem;
  font-family: "Poppins-Medium";
  margin-top: 1.4rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

main.blog .blog-item__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8c8c8c;
  font-size: 1.4rem;
  margin-top: 0.2rem;
}

main.blog .blog-item__dot {
  width: 4px;
  height: 4px;
  background-color: #353535;
  margin: 0 1rem;
}

main.blog .blog-item__excerpt {
  margin-top: 1.2rem;
  max-height: 4.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 3;
}

main.blog .blog-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #353535;
  font-family: "Poppins-Medium";
  margin-top: 1.2rem;
}

main.blog .blog-item__link:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

main.blog .blog-item__link::after {
  content: '';
  width: 1.6rem;
  height: 1.6rem;
  background: url(/lib/img/blog/arrow-right.svg) no-repeat center center;
  margin-left: .5rem;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

main.contact-us .banner {
  padding: 6rem 0;
  position: relative;
}

main.contact-us .banner__map-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

main.contact-us .banner__map-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

main.contact-us .banner__container {
  position: relative;
  max-width: 580px;
  height: 500px;
  padding: 3.418803%;
  background-color: rgba(6, 32, 85, 0.9);
}

main.contact-us .banner .select {
  position: relative;
  line-height: 1.25;
}

main.contact-us .banner .select--active .select__body {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  pointer-events: auto;
}

main.contact-us .banner .select--active .select__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

main.contact-us .banner .select__header {
  width: 100%;
  height: 4.8rem;
  padding: 0 2rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

main.contact-us .banner .select__icon {
  width: 3.2rem;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

main.contact-us .banner .select__body {
  position: absolute;
  left: 0;
  top: calc(100% + 1rem);
  z-index: 2;
  width: 100%;
  padding: 1rem 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0px 30px 0px rgba(6, 32, 85, 0.1);
          box-shadow: 0 0px 30px 0px rgba(6, 32, 85, 0.1);
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  pointer-events: none;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

main.contact-us .banner .select__option {
  height: 4.8rem;
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main.contact-us .banner .select__option:hover {
  background-color: #353535;
  color: #fff;
}

main.contact-us .banner .select__option--current {
  font-family: "Poppins-Medium";
  color: #353535;
}

main.contact-us .banner .contact-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  margin-top: 3rem;
  line-height: 1.875;
}

main.contact-us .banner .contact-info-item__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4.8rem;
  margin-right: 2rem;
}

main.contact-us .banner .contact-info-item__content {
  margin-top: 1rem;
}

main.contact-us .banner .contact-info .swiper-slide {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

main.contact-us .banner .contact-info .swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

main.contact-us .pictures {
  margin-top: 6rem;
}

main.contact-us .pictures .swiper-pagination {
  position: unset;
  margin-top: 2rem;
}

main.about-us .banner {
  height: 480px;
  padding: 0 15px;
  background: url(/lib/img/about/banner_bg.jpg) no-repeat center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main.about-us .banner__intro {
  max-width: 940px;
  color: #f1f1f1;
  text-align: center;
  margin-top: 4rem;
}

main.about-us .links {
  margin-top: 4rem;
}

main.about-us .links .link {
  display: block;
  position: relative;
  background: url(/lib/img/about/img_bg_1.png) no-repeat right bottom;
  color: #060606;
  margin-top: 20px;
}

main.about-us .links .link:hover {
  background-color: #353535;
  color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 120, 232, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(0, 120, 232, 0.3);
}

main.about-us .links .link:hover::after {
  display: none;
}

main.about-us .links .link:hover .link__inner {
  border-color: transparent;
}

main.about-us .links .link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background-color: #353535;
}

main.about-us .links .link__inner {
  height: 210px;
  padding: 10.714285%;
  border: 1px solid #f0f1f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main.about-us .links .link__sub {
  font-size: 1.4rem;
}

main.about-us .links .link__title {
  font-size: 2.4rem;
  font-family: "Poppins-Bold";
}

main.about-us .links .link__plus {
  width: 5rem;
  height: 5rem;
  background: url(/lib/img/about/icon_add.svg) no-repeat center center, #fff;
  margin-top: auto;
}

main.about-us .company-info {
  margin-top: 6rem;
}

main.about-us .company-info__container {
  padding: 1.8rem 0;
  background: url(/lib/img/about/video_bg.png) no-repeat right top;
}

main.about-us .company-info .video-wrap {
  padding: 4rem 0;
  background-color: #000000;
}

main.about-us .company-info__content {
  padding-left: 2rem;
}

main.about-us .company-info__title {
  font-size: 4.2rem;
  color: #060606;
}

main.about-us .company-info__sub {
  color: #060606;
}

main.about-us .company-info__intro p {
  margin-top: 2.6rem;
}

main.about-us .company-info__intro--has-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main.about-us .company-info__intro--has-circle p {
  width: calc(100% - 3rem);
  margin-left: auto;
}

main.about-us .company-info__circle {
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border: 5px solid #060606;
  border-radius: 50%;
  margin-top: 2.6rem;
}

main.about-us .company-info__statistics {
  margin-top: 2rem;
}

main.about-us .company-info__statistics .stat-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4rem;
}

main.about-us .company-info__statistics .stat-item__icon {
  width: 4.4rem;
}

main.about-us .company-info__statistics .stat-item__count {
  line-height: 1;
  font-family: "Poppins-Bold";
  font-size: 5.6rem;
  color: #060606;
  margin-left: 2rem;
}

main.about-us .company-info__statistics .stat-item__title {
  width: 100%;
  margin-top: 1rem;
  color: #8c8c8c;
}

main.about-us .team {
  margin-top: 6rem;
  padding: 6rem 0;
  background-color: #f0f1f3;
}

main.about-us .team__title {
  font-size: 4.2rem;
  text-align: center;
}

main.about-us .team__container {
  margin-top: 4rem;
}

main.about-us .team-item {
  position: relative;
}

main.about-us .team-item:hover .team-item__img-wrap::after {
  opacity: 1;
}

main.about-us .team-item:hover .team-item__content {
  height: 180px;
}

main.about-us .team-item:hover .team-item__maxim {
  display: block;
}

main.about-us .team-item::after {
  content: '';
  display: block;
  height: 120px;
}

main.about-us .team-item__img-wrap::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

main.about-us .team-item__content {
  width: 100%;
  height: 120px;
  padding: 3rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: all 360ms;
  transition: all 360ms;
}

main.about-us .team-item__posi {
  color: #8c8c8c;
  font-size: 1.4rem;
}

main.about-us .team-item__name {
  font-size: 2.4rem;
  color: #060606;
  font-family: "Poppins-Bold";
}

main.about-us .team-item__maxim {
  margin-top: 1rem;
  display: none;
}

main.about-us .team .swiper-pagination {
  position: unset;
  margin-top: 2rem;
}

main.about-us .download {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background: url(/lib/img/about/download_bg.png) no-repeat center center;
  background-size: cover;
}

main.about-us .download__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main.about-us .download__title {
  font-size: 4.2rem;
  color: #fff;
  margin-top: 2rem;
}

main.about-us .download__arrow {
  margin-top: auto;
}

main.about-us .download-item {
  display: block;
  margin-top: 3rem;
  padding: 0 5px;
}

main.about-us .download-item__inner {
  height: 8rem;
  padding: 1rem 4rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

main.about-us .download-item__inner:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

main.about-us .download-item__inner:hover::after {
  background: url(/lib/img/about/icon_download_hover.png) no-repeat center center;
  background-size: cover;
}

main.about-us .download-item__inner span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 2;
}

main.about-us .download-item__inner::after {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background: url(/lib/img/about/icon_download.png) no-repeat center center;
  background-size: cover;
}

main.about-us .partner .swiper-partner {
  padding: 6rem 0;
}

main.about-us .partner-item {
  -webkit-box-shadow: 0 0px 30px 0px rgba(6, 32, 85, 0.1);
          box-shadow: 0 0px 30px 0px rgba(6, 32, 85, 0.1);
}

main.cases .cases__banner {
  background: url(/lib/img/cases/banner.jpg) no-repeat center center;
}

main.cases .cases-list {
  padding-top: 4rem;
  padding-bottom: 6rem;
}

main.cases .cases-item {
  display: block;
  border: 1px solid #ececec;
  margin-top: 20px;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

main.cases .cases-item:hover .cases-item__img-wrap::after {
  opacity: 1;
}

main.cases .cases-item:hover .cases-item__more::after {
  background: url(/lib/img/cases/arrow-right_blue.svg) no-repeat center center;
  background-size: cover;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

main.cases .cases-item__img-wrap {
  position: relative;
}

main.cases .cases-item__img-wrap::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

main.cases .cases-item__content {
  padding: 2.4rem 2rem;
}

main.cases .cases-item__title {
  font-size: 2rem;
  font-family: "Poppins-Medium";
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

main.cases .cases-item__excerpt {
  color: #a8a8a8;
  margin-top: 1.1rem;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 2;
}

main.cases .cases-item__more {
  margin-top: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main.cases .cases-item__more::after {
  content: '';
  width: 1.6rem;
  height: 1.6rem;
  background: url(/lib/img/cases/arrow-right.svg) no-repeat center center;
  background-size: cover;
  margin-left: .5rem;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

main.cases .cases-details__header {
  margin-top: 6rem;
}

main.cases .cases-details__header .swiper {
  max-width: 560px;
  margin-right: 20px;
}

main.cases .cases-details__header .swiper-pagination {
  bottom: 0;
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

main.cases .cases-details__header .swiper-pagination-bullet {
  background-color: #fff;
}

main.cases .cases-details__header .content {
  height: 100%;
  padding: 4rem;
  margin-left: 20px;
  background-color: #08245d;
  color: #fff;
}

main.cases .cases-details__header .content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 3.2rem;
}

main.cases .cases-details__header .content ul li span {
  min-width: 14rem;
  font-family: "Poppins-Medium";
}

main.cases .cases-details__describe {
  margin-top: 4rem;
}

main.cases .cases-details__solution {
  padding: 6rem 0;
  margin-top: 6rem;
  background-color: #f0f1f3;
}

main.cases .cases-details__solution .img-wrap {
  padding-left: 20px;
}

main.cases .cases-details__results {
  padding: 6rem 0;
}

main.cases .cases-details__title {
  font-size: 3.2rem;
  font-family: "Poppins-Medium";
  max-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 2;
}

main.cases .cases-details__c-title {
  font-size: 3.2rem;
  color: #353535;
}

main.article-details .article-details__container {
  margin: 6rem 0;
  -webkit-box-shadow: 0 0px 30px 0px rgba(6, 32, 85, 0.1);
          box-shadow: 0 0px 30px 0px rgba(6, 32, 85, 0.1);
  padding: 3rem;
}

main.article-details .article-details__container .title {
  padding: 20px 0;
  border-bottom: 1px solid #f5f5f5;
}

main.article-details .article-details__container .title h3 {
  font-size: 2.8rem;
  font-weight: normal;
}

main.article-details .article-details__container .title span {
  display: block;
  font-size: 1.4rem;
  color: #a8a8a8;
  margin-top: 10px;
}

main.faq {
  padding: 4rem 0;
  background-color: #f5f5f5;
}

main.faq .faq__container {
  padding: 0 2rem;
  background-color: #fff;
}

main.faq .item {
  font-size: 1.8rem;
}

main.faq .item .ask {
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #353535;
  font-family: "Poppins-Bold";
}

main.faq .item .ask img {
  margin: 0 15px;
}

main.faq .item .answer {
  background-color: #f1f3f4;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  padding: 20px;
  padding-left: 42px;
}

main.faq .bottom {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #777;
  font-style: italic;
}

main.faq .bottom a {
  color: #353535;
  text-decoration: underline;
}

main.pictures {
  padding: 4rem 0;
  background-color: #f5f5f5;
}

main.pictures .pictures__container {
  padding: 15px 20px;
  background-color: #fff;
}

main.pictures .pictures-item {margin: 10px 0;cursor: pointer;}

main.pictures .pictures-item:hover .pictures-item__title { color: #353535;}
main.pictures .pictures-item__title {margin-top: 1rem;text-align: center;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
main.pictures .zoom-img {position: fixed;left: 0;top: 0;z-index: 999;width: 100%;height: 100%;padding: 0 10px;background-color: rgba(0, 0, 0, 0.7);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;opacity: 0;pointer-events: none; -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

main.pictures .zoom-img.active {opacity: 1;pointer-events: auto;}
main.pictures .zoom-swiper-container {max-width: 800px;color: #fff;}
main.pictures .zoom-swiper-pagination {position: unset;margin-top: 2rem;}
@media (min-width:200px) {
.header .logo img {width:160px;}
main{margin-top:60px;}
.header {height:60px;}
.header .h_top{display:none;}
.nav{ display:none;}
.sp_nav{ display:block;}
.index_main3{ width:96%; margin:0 auto; position:relative;}	
#owl-demo .item dd{ width:48%; margin-bottom:20px; margin-left:1%; margin-right:1%; text-align:left; float:left;}
.sycpbg21{ display:block;}
.abotab{ display:none;}
.product_show .miaoshu{ width:100%;}
.sp-wrap {margin: 0 0 15px 0;width:100%;}
.sp-wrap img{width:100%;}
.sy_about .title .t1{ line-height:116px; font-size:68px; color:#e9e9e9; font-weight:bold;}
.sy_about .title .t2{ margin-top:-85px; font-size:36px; color:#060606; font-weight:bold;}
.products{display:none;}
}
@media (min-width:300px) {
.header .logo img {width:200px;}
main{margin-top:60px;}
.header {height:60px;}
.header .h_top{display:none;}
.nav{ display:none;}
.sp_nav{ display:block;}
.index_main3{ width:96%; margin:0 auto; position:relative;}	
#owl-demo .item dd{ width:48%; margin-bottom:20px; margin-left:1%; margin-right:1%; text-align:left; float:left;}
main.index .hezuo .nr .card{position: relative;width:150px;height:90px; margin-bottom:20px; border:1px solid #ddd;transform-style: preserve-3d;perspective: 1000px;}
main.index .hezuo .nr .card .box{position: absolute;top: 0;left: 0;width: 100%;height: 100%;transform-style: preserve-3d;transition: 1s ease;}
main.index .hezuo .nr .card:hover .box{transform: rotateY(180deg);}
main.index .hezuo .nr .card .box .imgBx{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
main.index .hezuo .nr .card .box .imgBx img{position: absolute;top: 0;left: 0;width:100%; margin:10px 0; background:#fff;}
main.index .hezuo .nr .card .box .contentBx{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background:#083d5e;backface-visibility: hidden;display: flex;justify-content: center;align-items: center;transform-style: preserve-3d;transform: rotateY(180deg);}
main.index .hezuo .nr .card .box .contentBx div{transform-style: preserve-3d;padding: 20px;background: linear-gradient(45deg,#fff,#fff);transform: translateZ(100px);}
main.index .hezuo .nr .card .box .contentBx div h2{color: #000;font-size: 20px;letter-spacing: 1px;}
main.index .hezuo .nr .card .box .contentBx div p{color: #000;font-size: 16px;}
.sycpbg21{ display:block;}
.abotab{ display:none;}
.product_show .miaoshu{ width:100%;}
.sp-wrap {margin: 0 0 15px 0;width:100%;}
.sp-wrap img{width:100%;}
.sy_about .title .t1{ line-height:116px; font-size:68px; color:#e9e9e9; font-weight:bold;}
.sy_about .title .t2{ margin-top:-85px; font-size:36px; color:#060606; font-weight:bold;}
.products{display:none;}
}
@media (min-width:400px) {
.header .logo img {width:100px;}
main{margin-top:60px;}
.header {height:60px;}
.header .h_top{display:none;}
.nav{ display:none;}
.sp_nav{ display:block; float:right;}
.index_main3{ width:96%; margin:0 auto; position:relative;}	
#owl-demo .item dd{ width:48%; margin-bottom:20px; margin-left:1%; margin-right:1%; text-align:left; float:left;}
main.index .hezuo .nr .card{position: relative;width:178px;height:110px; margin-bottom:20px; border:1px solid #ddd;transform-style: preserve-3d;perspective: 1000px;}
main.index .hezuo .nr .card .box{position: absolute;top: 0;left: 0;width: 100%;height: 100%;transform-style: preserve-3d;transition: 1s ease;}
main.index .hezuo .nr .card:hover .box{transform: rotateY(180deg);}
main.index .hezuo .nr .card .box .imgBx{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
main.index .hezuo .nr .card .box .imgBx img{position: absolute;top: 0;left: 0;width:100%; margin:10px 0; background:#fff;}
main.index .hezuo .nr .card .box .contentBx{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background:#083d5e;backface-visibility: hidden;display: flex;justify-content: center;align-items: center;transform-style: preserve-3d;transform: rotateY(180deg);}
main.index .hezuo .nr .card .box .contentBx div{transform-style: preserve-3d;padding: 20px;background: linear-gradient(45deg,#fff,#fff);transform: translateZ(100px);}
main.index .hezuo .nr .card .box .contentBx div h2{color: #000;font-size: 20px;letter-spacing: 1px;}
main.index .hezuo .nr .card .box .contentBx div p{color: #000;font-size: 16px;}
.sycpbg21{ display:block;}
.abotab{ display:none;}
.product_show .miaoshu{ width:100%;}
.sp-wrap {margin: 0 0 15px 0;width:100%;}
.sp-wrap img{width:100%;}
.sy_about .title .t1{ line-height:116px; font-size:78px; color:#e9e9e9; font-weight:bold;}
.sy_about .title .t2{ margin-top:-85px; font-size:36px; color:#060606; font-weight:bold;}
.products{display:none;}
}
@media (min-width:500px) {
.header .logo img {width:260px;}
main{margin-top:60px;}
.header {height:60px;}
.header .h_top{display:none;}
.nav{ display:none;}
.sp_nav{ display:block;}
.index_main3{ width:96%; margin:0 auto; position:relative;}	
#owl-demo .item dd{ width:48%;  margin-bottom:20px; margin-left:1%; margin-right:1%; text-align:left; float:left;}
main.index .hezuo .nr .card{position: relative;width:188px;height:112px; margin-bottom:20px; border:1px solid #ddd;transform-style: preserve-3d;perspective: 1000px;}
main.index .hezuo .nr .card .box{position: absolute;top: 0;left: 0;width: 100%;height: 100%;transform-style: preserve-3d;transition: 1s ease;}
main.index .hezuo .nr .card:hover .box{transform: rotateY(180deg);}
main.index .hezuo .nr .card .box .imgBx{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
main.index .hezuo .nr .card .box .imgBx img{position: absolute;top: 0;left: 0;width:100%; margin:10px 0; background:#fff;}
main.index .hezuo .nr .card .box .contentBx{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background:#083d5e;backface-visibility: hidden;display: flex;justify-content: center;align-items: center;transform-style: preserve-3d;transform: rotateY(180deg);}
main.index .hezuo .nr .card .box .contentBx div{transform-style: preserve-3d;padding: 20px;background: linear-gradient(45deg,#fff,#fff);transform: translateZ(100px);}
main.index .hezuo .nr .card .box .contentBx div h2{color: #000;font-size: 20px;letter-spacing: 1px;}
main.index .hezuo .nr .card .box .contentBx div p{color: #000;font-size: 16px;}
.sycpbg21{ display:block;}
.abotab{ display:none;}
.product_show .miaoshu{ width:100%;}
.sp-wrap {margin: 0 0 15px 0;width:100%;}
.sp-wrap img{width:100%;}
.sy_about .title .t1{ line-height:116px; font-size:88px; color:#e9e9e9; font-weight:bold;}
.sy_about .title .t2{ margin-top:-85px; font-size:36px; color:#060606; font-weight:bold;}
.products{display:none;}
}

@media (min-width:700px) {
	.products{display:none;}
.header .logo img {width:260px;}
main{margin-top:60px;}
.header {height:60px;}
.header .h_top{display:none;}
.nav{ display:none;}
.sp_nav{ display:block;}
.index_main3{ width:96%; margin:0 auto; position:relative;}	
#owl-demo .item dd{ width:48%; margin-bottom:20px; margin-left:1%; margin-right:1%; text-align:left; float:left;}
main.index .hezuo .nr .card{position: relative;width:168px;height:102px; margin-bottom:20px; border:1px solid #ddd;transform-style: preserve-3d;perspective: 1000px;}
main.index .hezuo .nr .card .box{position: absolute;top: 0;left: 0;width: 100%;height: 100%;transform-style: preserve-3d;transition: 1s ease;}
main.index .hezuo .nr .card:hover .box{transform: rotateY(180deg);}
main.index .hezuo .nr .card .box .imgBx{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
main.index .hezuo .nr .card .box .imgBx img{position: absolute;top: 0;left: 0;width:100%; margin:10px 0; background:#fff;}
main.index .hezuo .nr .card .box .contentBx{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background:#083d5e;backface-visibility: hidden;display: flex;justify-content: center;align-items: center;transform-style: preserve-3d;transform: rotateY(180deg);}
main.index .hezuo .nr .card .box .contentBx div{transform-style: preserve-3d;padding: 20px;background: linear-gradient(45deg,#fff,#fff);transform: translateZ(100px);}
main.index .hezuo .nr .card .box .contentBx div h2{color: #000;font-size: 20px;letter-spacing: 1px;}
main.index .hezuo .nr .card .box .contentBx div p{color: #000;font-size: 16px;}
.sycpbg21{ display:block;}
.abotab{ display:none;}
.product_show .miaoshu{ width:50%;}
.sp-wrap {margin: 0 0 15px 0;width:50%;}
.sp-wrap img{width:100%;}
.sy_about .title .t1{ line-height:116px; font-size:98px; color:#e9e9e9; font-weight:bold;}
.sy_about .title .t2{ margin-top:-85px; font-size:46px; color:#060606; font-weight:bold;}
}
@media (min-width:800px) {
.header .logo img {width:300px;}
main{margin-top:60px;}
.header {height:60px;}
.header .h_top{display:none;}
.nav{ display:none;}
.sp_nav{ display:block;}
.index_main3{ width:96%; margin:0 auto; position:relative;}	
#owl-demo .item dd{ width:48%; margin-bottom:20px; margin-left:1%; margin-right:1%; text-align:left; float:left;}
main.index .hezuo .nr .card{position: relative;width:168px;height:102px; margin-bottom:20px; border:1px solid #ddd;transform-style: preserve-3d;perspective: 1000px;}
main.index .hezuo .nr .card .box{position: absolute;top: 0;left: 0;width: 100%;height: 100%;transform-style: preserve-3d;transition: 1s ease;}
main.index .hezuo .nr .card:hover .box{transform: rotateY(180deg);}
main.index .hezuo .nr .card .box .imgBx{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
main.index .hezuo .nr .card .box .imgBx img{position: absolute;top: 0;left: 0;width:100%; margin:10px 0; background:#fff;}
main.index .hezuo .nr .card .box .contentBx{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background:#083d5e;backface-visibility: hidden;display: flex;justify-content: center;align-items: center;transform-style: preserve-3d;transform: rotateY(180deg);}
main.index .hezuo .nr .card .box .contentBx div{transform-style: preserve-3d;padding: 20px;background: linear-gradient(45deg,#fff,#fff);transform: translateZ(100px);}
main.index .hezuo .nr .card .box .contentBx div h2{color: #000;font-size: 20px;letter-spacing: 1px;}
main.index .hezuo .nr .card .box .contentBx div p{color: #000;font-size: 16px;}
.sycpbg21{ display:block;}
.abotab{ display:none;}
.product_show .miaoshu{ width:55%;}
.sp-wrap {margin: 0 0 15px 0;width:45%;}
.sp-wrap img{width:100%;}
.sy_about .title .t1{ line-height:116px; font-size:108px; color:#e9e9e9; font-weight:bold;}
.sy_about .title .t2{ margin-top:-85px; font-size:46px; color:#060606; font-weight:bold;}
.products{display:block;}
.sy_news{ padding:0px 0 80px;}
.sy_news .more1{margin-top:50px;}
.sy_case a{border:1px solid #ddd; margin-left:1px;}
.sy_case{padding-top:70px;margin-bottom:70px;}
.sy_case .title{ color:#fff; margin-bottom:40px; text-align:center;}
.sy_case .t {font-size: 40px;line-height: 70px;}
.sy_case .d {font-size: 16px;width: 75%;margin: 0 auto;}
.pc{ display:block; overflow:hidden;}
.phone{ display:none;}
.side_contact1{ width:100%; float:left; background:none;}
	.side_contact1 h2{ width:100%; float:left; height:60px; text-align:left; line-height:30px; font-size:28px; color:#000; margin:0px 0; font-weight:bold;}
	.side_contact1 .syly1{ width:100%; float:left; height:40px; margin:15px 0;}
	.side_contact1 .syly11 a{ width:15%; float:left; height:40px; font-size:18px; color:#999; line-height:40px; text-align:left; margin-left:5%;}
	.side_contact1 .syly11 input{ width:48%; float:left; height:50px; font-size:16px; line-height:50px; text-align:left; padding:0 10px; border:0px; background:#eee; margin:0 1%;}
	.side_contact1 .syly12 a{ width:15%; float:left; height:40px; font-size:18px; color:#999; line-height:40px; text-align:left; margin-left:5%;}
	.side_contact1 .syly12 input{ width:98%; float:left; height:50px; font-size:16px; line-height:50px; text-align:left; padding:0 10px; border:0px; background:#eee; margin:0 1%;}
	.side_contact1 .syly2{ width:100%; float:left; height:70px; margin:15px 0;}
	.side_contact1 .syly2 a{ width:15%; float:left; height:70px; font-size:18px; line-height:40px; text-align:left; color:#666; margin-left:5%;}
	.side_contact1 .syly2 textarea{ width:98%; float:left; height:72px; font-size:18px; line-height:30px; text-align:left; padding:0 10px; border:0px; background:#eee; margin:0 1%;}
	.side_contact1 .stijiao{ width:100%; height:50px; float:left; text-align:center; margin-bottom:30px;}
	.side_contact1 .stijiao input{ width:98%; height:50px; line-height:50px; margin:20px auto; text-align:center; border:0px; font-size:20px; color:#fff; background:#353535;margin:0 1%;}
	.case_show{margin:35px 15px;width:90%; float:left;}
}
@media (min-width:900px) {
.header .logo img {width:300px;}
main{margin-top:60px;}
.header {height:60px;}
.header .h_top{display:none;}
.sp_nav{ display:block;}
.index_main3{ width:96%; margin:0 auto; position:relative;}	
#owl-demo .item dd{ width:23.5%;  margin-bottom:20px; margin-left:0.65%; margin-right:0.65%; text-align:left; float:left;}
main.index .hezuo .nr .card{position: relative;width:168px;height:102px; margin-bottom:20px; border:1px solid #ddd;transform-style: preserve-3d;perspective: 1000px;}
main.index .hezuo .nr .card .box{position: absolute;top: 0;left: 0;width: 100%;height: 100%;transform-style: preserve-3d;transition: 1s ease;}
main.index .hezuo .nr .card:hover .box{transform: rotateY(180deg);}
main.index .hezuo .nr .card .box .imgBx{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
main.index .hezuo .nr .card .box .imgBx img{position: absolute;top: 0;left: 0;width:100%; margin:10px 0; background:#fff;}
main.index .hezuo .nr .card .box .contentBx{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background:#083d5e;backface-visibility: hidden;display: flex;justify-content: center;align-items: center;transform-style: preserve-3d;transform: rotateY(180deg);}
main.index .hezuo .nr .card .box .contentBx div{transform-style: preserve-3d;padding: 20px;background: linear-gradient(45deg,#fff,#fff);transform: translateZ(100px);}
main.index .hezuo .nr .card .box .contentBx div h2{color: #000;font-size: 20px;letter-spacing: 1px;}
main.index .hezuo .nr .card .box .contentBx div p{color: #000;font-size: 16px;}
.sycpbg21{ display:block;}
.abotab{ display:none;}
.product_show .miaoshu{ width:55%;}
.sp-wrap {margin: 0 0 15px 0;width:45%;}
.sp-wrap img{width:100%;}
.sy_about .title .t1{ line-height:116px; font-size:108px; color:#e9e9e9; font-weight:bold;}
.sy_about .title .t2{ margin-top:-85px; font-size:46px; color:#060606; font-weight:bold;}
.products{display:block;}
}
@media (min-width:1000px)  {
.header .logo img {width:300px;}
main{margin-top:60px;}
.header {height:60px;}
.header .h_top{display:none;}
.nav{ display:none;}
.sp_nav{ display:block;}
.index_main3{ width:96%; margin:0 auto; position:relative;}	
#owl-demo .item dd{ width:23.5%; margin-bottom:20px; margin-left:0.65%; margin-right:0.65%; text-align:left; float:left;}
main.index .hezuo .nr .card{position: relative;width:150px;height:90px; margin-bottom:20px; border:1px solid #ddd;transform-style: preserve-3d;perspective: 1000px;}
main.index .hezuo .nr .card .box{position: absolute;top: 0;left: 0;width: 100%;height: 100%;transform-style: preserve-3d;transition: 1s ease;}
main.index .hezuo .nr .card:hover .box{transform: rotateY(180deg);}
main.index .hezuo .nr .card .box .imgBx{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
main.index .hezuo .nr .card .box .imgBx img{position: absolute;top: 0;left: 0;width:100%; margin:10px 0; background:#fff;}
main.index .hezuo .nr .card .box .contentBx{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background:#083d5e;backface-visibility: hidden;display: flex;justify-content: center;align-items: center;transform-style: preserve-3d;transform: rotateY(180deg);}
main.index .hezuo .nr .card .box .contentBx div{transform-style: preserve-3d;padding: 20px;background: linear-gradient(45deg,#fff,#fff);transform: translateZ(100px);}
main.index .hezuo .nr .card .box .contentBx div h2{color: #000;font-size: 20px;letter-spacing: 1px;}
main.index .hezuo .nr .card .box .contentBx div p{color: #000;font-size: 16px;}
.sycpbg21{ display:none;}
.abotab{ display:block;}
.product_show .miaoshu{ width:55%;}
.sp-wrap {margin: 0 0 15px 0;width:45%;}
.sp-wrap img{width:100%;}
.sy_about .title .t1{ line-height:116px; font-size:118px; color:#e9e9e9; font-weight:bold;}
.sy_about .title .t2{ margin-top:-85px; font-size:46px; color:#060606; font-weight:bold;}
.products{display:block;}


}
@media (min-width:1100px)  {
.header .logo img {width:360px;}
main{margin-top:60px;}
.header {height:60px;}
.header .h_top{display:none;}
.nav{ display:none;}
.sp_nav{ display:block;}
.index_main3{ width:96%; margin:0 auto; position:relative;}	
#owl-demo .item dd{ width:23.5%;  margin-bottom:20px; margin-left:0.65%; margin-right:0.65%; text-align:left; float:left;}
main.index .hezuo .nr .card{position: relative;width:150px;height:90px; margin-bottom:20px; border:1px solid #ddd;transform-style: preserve-3d;perspective: 1000px;}
main.index .hezuo .nr .card .box{position: absolute;top: 0;left: 0;width: 100%;height: 100%;transform-style: preserve-3d;transition: 1s ease;}
main.index .hezuo .nr .card:hover .box{transform: rotateY(180deg);}
main.index .hezuo .nr .card .box .imgBx{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
main.index .hezuo .nr .card .box .imgBx img{position: absolute;top: 0;left: 0;width:100%; margin:10px 0; background:#fff;}
main.index .hezuo .nr .card .box .contentBx{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background:#083d5e;backface-visibility: hidden;display: flex;justify-content: center;align-items: center;transform-style: preserve-3d;transform: rotateY(180deg);}
main.index .hezuo .nr .card .box .contentBx div{transform-style: preserve-3d;padding: 20px;background: linear-gradient(45deg,#fff,#fff);transform: translateZ(100px);}
main.index .hezuo .nr .card .box .contentBx div h2{color: #000;font-size: 20px;letter-spacing: 1px;}
main.index .hezuo .nr .card .box .contentBx div p{color: #000;font-size: 16px;}
.sycpbg21{ display:none;}
.abotab{ display:block;}
.product_show .miaoshu{ width:55%;}
.sp-wrap {margin: 0 0 15px 0;width:45%;}
.sp-wrap img{width:100%;}
.sy_about .title .t1{ line-height:116px; font-size:118px; color:#e9e9e9; font-weight:bold;}
.sy_about .title .t2{ margin-top:-85px; font-size:46px; color:#060606; font-weight:bold;}
.products{display:block;}



}
@media (min-width:1200px) {
.header .logo img {width:360px;}
main{margin-top:180px;}
.header {height:180px;}
.header .h_top{display:block;}
.nav{ display:block;}
.sp_nav{ display:none;}
.index_main3{ width:90%; margin:0 auto; position:relative;}
#owl-demo .item dd{ width:23.5%; margin-bottom:20px; margin-left:0.65%; margin-right:0.65%; text-align:left; float:left;}
main.index .hezuo .nr .card{position: relative;width:150px;height:90px; margin-bottom:20px; border:1px solid #ddd;transform-style: preserve-3d;perspective: 1000px;}
main.index .hezuo .nr .card .box{position: absolute;top: 0;left: 0;width: 100%;height: 100%;transform-style: preserve-3d;transition: 1s ease;}
main.index .hezuo .nr .card:hover .box{transform: rotateY(180deg);}
main.index .hezuo .nr .card .box .imgBx{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
main.index .hezuo .nr .card .box .imgBx img{position: absolute;top: 0;left: 0;width:100%; margin:10px 0; background:#fff;}
main.index .hezuo .nr .card .box .contentBx{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background:#083d5e;backface-visibility: hidden;display: flex;justify-content: center;align-items: center;transform-style: preserve-3d;transform: rotateY(180deg);}
main.index .hezuo .nr .card .box .contentBx div{transform-style: preserve-3d;padding: 20px;background: linear-gradient(45deg,#fff,#fff);transform: translateZ(100px);}
main.index .hezuo .nr .card .box .contentBx div h2{color: #000;font-size: 20px;letter-spacing: 1px;}
main.index .hezuo .nr .card .box .contentBx div p{color: #000;font-size: 16px;}
.sycpbg21{ display:none;}
.abotab{ display:block;}
.sy_about .title .t1{ line-height:116px; font-size:118px; color:#e9e9e9; font-weight:bold;}
.sy_about .title .t2{ margin-top:-85px; font-size:46px; color:#060606; font-weight:bold;}
.products{display:block;}



}

@media (min-width:1300px) {
.header .logo img {width:360px;}
main{margin-top:180px;}
.header {height:180px;}
.header .h_top{display:block;}
.nav{ display:block;}
.sp_nav{ display:none;}
.index_main3{ width:90%; margin:0 auto; position:relative;}	
#owl-demo .item dd{ width:23.5%; margin-bottom:20px; margin-left:0.65%; margin-right:0.65%; text-align:left; float:left;}
main.index .hezuo .nr .card{position: relative;width:187px;height:115px; margin:0 5px 20px;  border:1px solid #ddd;transform-style: preserve-3d;perspective: 1000px;}
main.index .hezuo .nr .card .box{position: absolute;top: 0;left: 0;width: 100%;height: 100%;transform-style: preserve-3d;transition: 1s ease;}
main.index .hezuo .nr .card:hover .box{transform: rotateY(180deg);}
main.index .hezuo .nr .card .box .imgBx{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
main.index .hezuo .nr .card .box .imgBx img{position: absolute;top: 0;left: 0;width:100%; margin:10px 0; background:#fff;}
main.index .hezuo .nr .card .box .contentBx{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background:#083d5e;backface-visibility: hidden;display: flex;justify-content: center;align-items: center;transform-style: preserve-3d;transform: rotateY(180deg);}
main.index .hezuo .nr .card .box .contentBx div{transform-style: preserve-3d;padding: 20px;background: linear-gradient(45deg,#fff,#fff);transform: translateZ(100px);}
main.index .hezuo .nr .card .box .contentBx div h2{color: #000;font-size: 20px;letter-spacing: 1px;}
main.index .hezuo .nr .card .box .contentBx div p{color: #000;font-size: 16px;}
.sycpbg21{ display:none;}
.abotab{ display:block;}
.sy_about .title .t1{ line-height:116px; font-size:118px; color:#e9e9e9; font-weight:bold;}
.sy_about .title .t2{ margin-top:-85px; font-size:46px; color:#060606; font-weight:bold;}
.products{display:block;}


}

@media (min-width:1440px) {
.header .logo img {width:136px;}
main{margin-top:100px;}
.header {height:100px;}
.header .h_top{display:block;}
.nav{ display:block;}
.sp_nav{ display:none;}
.container{ width:1400px; margin:0 auto; position:relative;}
.index_main3{ width:1400px; margin:0 auto; position:relative;}
main.index .hezuo .nr .card{position: relative;width:187px;height:115px; margin:0 5px 20px;  border:1px solid #ddd;transform-style: preserve-3d;perspective: 1000px;}
main.index .hezuo .nr .card .box{position: absolute;top: 0;left: 0;width: 90%;height: 100%;transform-style: preserve-3d;transition: 1s ease;}
main.index .hezuo .nr .card:hover .box{transform: rotateY(180deg);}
main.index .hezuo .nr .card .box .imgBx{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
main.index .hezuo .nr .card .box .imgBx img{position: absolute;top: 0;left: 0;width:100%; margin:10px 0; background:#fff;}
main.index .hezuo .nr .card .box .contentBx{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background:#083d5e;backface-visibility: hidden;display: flex;justify-content: center;align-items: center;transform-style: preserve-3d;transform: rotateY(180deg);}
main.index .hezuo .nr .card .box .contentBx div{transform-style: preserve-3d;padding: 20px;background: linear-gradient(45deg,#fff,#fff);transform: translateZ(100px);}
main.index .hezuo .nr .card .box .contentBx div h2{color: #000;font-size: 20px;letter-spacing: 1px;}
main.index .hezuo .nr .card .box .contentBx div p{color: #000;font-size: 16px;}
#owl-demo .item dd{ width:23.5%; margin-left:0.65%; margin-right:0.65%; text-align:left; float:left; margin-bottom:20px;}
.sycpbg21{ display:none;}
.abotab{ display:block;}
.sy_about .title .t1{ line-height:116px; font-size:118px; color:#e9e9e9; font-weight:bold;}
.sy_about .title .t2{ margin-top:-85px; font-size:46px; color:#060606; font-weight:bold;}
.products{display:block;}


}

@media (max-width:768px) {
	  .f1_2{ display:block; width:98%; margin:0 1%;}
	  .f1_3{ display:block; width:98%; margin:30px 1% 0;}  
	  .f1_1{ display:none;}
	  .f1{padding:30px 0 0;}
	  .f2_l{ display:block; width:98%; margin:0 1%;}
	  .f2_r{ display:none;}
	}
.aboutus .row img{ width:100%; margin-bottom:30px;}

.ny_service_show .s_products .nr table{ width:100%;border:1px solid #CCC;}
.ny_service_show .s_products .nr td{border:1px solid #CCC;}
.ny_service_show .s_products .nr td span{ line-height:36px;}
.ny_service_show .s_products .nr td p{padding:0px; text-align:center; line-height:28px; padding:0px; margin:0px;}

.ny_service_show .s_right .nr table{ width:100%;border:1px solid #CCC;}
.ny_service_show .s_right .nr td{border:1px solid #CCC;}
.ny_service_show .s_right .nr td span{ line-height:36px;}
.ny_service_show .s_right .nr td p{padding:0px; text-align:center; line-height:28px; padding:0px; margin:0px;}

/*内页人才招聘*/
.Joinus_list ul{ width:100%; float:left; border:1px solid #CCC; overflow:hidden; border-bottom:0px solid #ccc;}
.Joinus_list ul li ul{ width:100%; float:left; border:0px solid #CCC; overflow:hidden;}
.kxcjoin{ width:100%; float:left; overflow:hidden;}
.kxcjoin li{float:left; border-bottom:1px solid #CCC;}
.kxcjoin .t1{ width:15%; text-align:center; height:32px; line-height:32px; }
.kxcjoin .text{ width:50%; text-align:center; height:32px; line-height:32px; border-left:1px solid #ccc;border-right:1px solid #ccc;}
.kxcjoin .time{ width:20%; text-align:center; height:32px; line-height:32px; border-right:1px solid #ccc;}
.kxcjoin .more{ width:15%; text-align:center; height:32px; line-height:32px; }



.friend-wrap {position: relative; width:19%; float:left; margin-right:1%;}
  .friend-wrap .friend-name {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius:1px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
    padding-left: 26px;
    line-height: 42px;
    height: 42px;
    background: url(../images/sectiontop.png) no-repeat right 17px center #315391; font-size:16px; }
  .friend-wrap .friend-hides {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 100%;
    left: 0;
    display: none;
    background: #fff;
    color: #333;
    height: auto;
    line-height: 42px; }
  .friend-wrap .friend-a {
    display: block;
    color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition-duration: .3s;
    padding: 0 26px; }
  .friend-wrap.cur .friend-name {
    background: url(../images/sectiontopon.png) no-repeat right 17px center #315391; }

.footer-top {
  font-size: 14px;
  line-height: 30px;
  color: #999;
  padding: 2.2rem 0 1.2rem; }
  .footer-top .footer-top-right {
    padding-top: 10px; 
	float:right;
	width:120px;
	}
  .footer-top .footer-menu {
	width:60%;
    display: inline-flex;
    justify-content: space-between; }
  .footer-top .footer-ewm-wrap {
    margin-top: 30px;
    text-align: center; }
  .footer-top .ewm-item {
    flex: 0 0 120px; }
  .footer-top .ewm-images {
    padding: 10px;
    border-radius: 5px;
    background: #fff; }
  .footer-top .menu-item {
	width:20%; 
    font-size: 14px;
    line-height: 26px;
    margin-right:5%; }
    .footer-top .menu-item:last-child {
      margin-right: 0; }
  .footer-top .menu-top-a, .footer-top .menu-sub-a {
    display: block;
    margin-bottom: 10px; }
  .footer-top .menu-top-a {
    color: #999;
    font-size: 16px;
    line-height: 27px; }
  .footer-top .menu-sub-a {
    color: #666;
    transition-duration: .3s; }
    .footer-top .menu-sub-a:hover {
      color: #fff; }
.footer-middle {
  font-size: 14px !important;
  line-height: 30px;
  color: #666; }
  .footer-middle .follow-s0 {
    display: inline-block;
    height: 30px;
    vertical-align: top;
    text-transform: uppercase; }
  .footer-middle .follow-a {
    display: inline-block;
    margin: 0 4px;
    width: 30px;
    height: 30px; }
  .footer-middle .sina-a {
    background: url(../images/footer-sina.png) no-repeat center; }
  .footer-middle .wechat-a {
    background: url(../images/footer-wechat.png) no-repeat center; }
  .footer-middle .qq-a {
    background: url(../images/footer-kongjian.png) no-repeat center; }

.footer-bot {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size:14px;
  line-height: 26px;
  padding: 16px 0;
  color: #666; }
  .footer-bot .footer-bot-dl {
    flex: 0 0 auto; }
 .footer-bot .footer-bot-dl a{color: #666}
  .footer-bot .boc-a {
    color: #666;
    transition-duration: .3s; }
    .footer-bot .boc-a:hover {
      color: #fff; }
  .footer-bot .pc-block {
    display: block; }
  .footer-bot .footer-bot-dr {
    flex: 0 0 auto;
    display: inline-flex; }
	.footer-bot .footer-bot-dr a{ color:#666;}
  .footer-bot .outer-a2 {
    flex: 0 0 auto;
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    height: 26px;
    color: #666;
    transition-duration: .3s; }
    .footer-bot .outer-a2:hover {
      color: #fff; }
    .footer-bot .outer-a2:nth-child(2n) {
      margin: 0 40px; }
      .footer-bot .outer-a2:nth-child(2n):after, .footer-bot .outer-a2:nth-child(2n):before {
        content: "";
        display: inline-block;
        position: absolute;
        background: rgba(255, 255, 255, 0.1);
        width: 1px;
        height: 10px;
        top: 50%;
        margin-top: -5px; }
      .footer-bot .outer-a2:nth-child(2n):after {
        right: -20px; }
      .footer-bot .outer-a2:nth-child(2n):before {
        left: -20px; }
		.w1440 {
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
   }
   
/* Showroom分公司 */ 
.ny_showroom{ width:100%; height:800px; overflow:hidden;}
.ny_showroom .pro_left{height:800px; overflow-y:scroll; padding:0 30px;}
.ny_showroom .pro_left li .right h1{float:left; height:32px; line-height:32px; text-align:left; font-size:16px; color:#000; margin:0px; width:100%;}
.ny_showroom .pro_left li .right p{float:left; height:32px; line-height:32px; text-align:left; font-size:14px; color:#999; margin:0px; width:100%;}
.ny_showroom .pro_left li .right h2{float:left; height:32px; line-height:32px; text-align:left; font-size:14px; color:#999; overflow:hidden; margin:0px; padding:0px; width:100%;}
.ny_showroom .pro_tupian{ overflow:hidden; height:800px;}
.ny_showroom .pro_tupian img{ height:800px;}


@media screen and (min-width:1800px) and (max-width: 1920px){	
	.jqzoom{ width:600px; height:600px; position:relative;padding:0;}
	.jqzoom img{ width:600px; height:600px; float:left;}
	.list-h{ width:600px; height:56px; float:left;}
	.list-h li{ float:left;}
	#spec-n5_{width:600px; height:56px; padding-top:6px; overflow:hidden;}
	/*jqzoom*/
.ny_showroom .pro_left li{height:180px; width:100%; float:left; border-bottom:1px solid #CCC;}
.ny_showroom .pro_left li img{ width:56px; height:56px; float:left; margin:61px 20px 0 0; border:1px solid #ccc;}
.ny_showroom .pro_left li .right{float:left; height:96px; margin-top:42px; overflow:hidden; width:420px;}
.ny_product .p_right .tupian{ padding:50px;}

}

@media screen and (min-width:1700px) and (max-width: 1800px){	
	.jqzoom{ width:560px; height:560px; position:relative;padding:0;}
	.jqzoom img{ width:560px; height:560px; float:left;}
	.list-h{ width:560px; height:50px; float:left;}
	.list-h li{ float:left;}
	#spec-n5_{width:560px; height:56px; padding-top:6px; overflow:hidden;}
	/*jqzoom*/
.ny_showroom .pro_left li{height:180px; width:100%; float:left; border-bottom:1px solid #CCC;}
.ny_showroom .pro_left li img{ width:56px; height:56px; float:left; margin:61px 20px 0 0; border:1px solid #ccc;}
.ny_showroom .pro_left li .right{float:left; height:96px; margin-top:42px; overflow:hidden; width:360px;}
.ny_product .p_right .tupian{ padding:50px;}

}

@media screen and (min-width:1600px) and (max-width: 1700px){	
	.jqzoom{ width:500px; height:500px; position:relative;padding:0;}
	.jqzoom img{ width:500px; height:500px; float:left;}
	.list-h{ width:500px; height:50px; float:left;}
	.list-h li{ float:left;}
	#spec-n5_{width:500px; height:56px; padding-top:6px; overflow:hidden;}
	/*jqzoom*/
	
.ny_showroom .pro_left li{height:180px; width:100%; float:left; border-bottom:1px solid #CCC;}
.ny_showroom .pro_left li img{ width:56px; height:56px; float:left; margin:61px 20px 0 0; border:1px solid #ccc;}
.ny_showroom .pro_left li .right{float:left; height:96px; margin-top:42px; overflow:hidden; width:330px;}

.ny_product .p_right .tupian{ padding:50px;}
}


@media screen and (min-width:1440px) and (max-width: 1600px){	
	.jqzoom{ width:460px; height:460px; position:relative;padding:0;}
	.jqzoom img{ width:460px; height:460px; float:left;}
	.list-h{ width:460px; height:50px; float:left;}
	.list-h li{ float:left;}
	#spec-n5_{width:460px; height:50px; padding-top:6px; overflow:hidden;}
	/*jqzoom*/
	
.ny_showroom .pro_left li{height:180px; width:100%; float:left; border-bottom:1px solid #CCC;}
.ny_showroom .pro_left li img{ width:56px; height:56px; float:left; margin:61px 20px 0 0; border:1px solid #ccc;}
.ny_showroom .pro_left li .right{float:left; height:96px; margin-top:42px; overflow:hidden; width:300px;}

.ny_product .p_right .tupian{ padding:50px;}
}

@media screen and (min-width:1200px) and (max-width: 1440px){	
	.jqzoom{ width:418px; height:418px; position:relative;padding:0;}
	.jqzoom img{ width:418px; height:418px; float:left;}
	.list-h{ width:418px; height:50px; float:left;}
	.list-h li{ float:left;}
	#spec-n5_{width:418px; height:50px; padding-top:6px; overflow:hidden;}
	/*jqzoom*/
	
.ny_showroom .pro_left li{height:180px; width:100%; float:left; border-bottom:1px solid #CCC;}
.ny_showroom .pro_left li img{ width:56px; height:56px; float:left; margin:61px 20px 0 0; border:1px solid #ccc;}
.ny_showroom .pro_left li .right{float:left; height:96px; margin-top:42px; overflow:hidden; width:240px;}

.ny_product .p_right .tupian{ padding:30px;}
}

@media screen and (min-width:1000px) and (max-width: 1200px){	
	jqzoom{ width:398px; height:398px; position:relative;padding:0;}
	.jqzoom img{ width:398px; height:398px; float:left;}
	.list-h{ width:398px; height:50px; float:left;}
	.list-h li{ float:left;}
	#spec-n5_{width:398px; height:50px; padding-top:6px; overflow:hidden;}
	
.ny_showroom .pro_left li{height:180px; width:100%; float:left; border-bottom:1px solid #CCC;}
.ny_showroom .pro_left li img{ width:56px; height:56px; float:left; margin:61px 20px 0 0; border:1px solid #ccc;}
.ny_showroom .pro_left li .right{float:left; height:96px; margin-top:42px; overflow:hidden; width:180px;}
.ny_product .p_right .tupian{ padding:30px;}


}

@media screen and (min-width:900px) and (max-width: 1000px){	
	.ny_product .p_right .tupian {
	  padding: 20px;
	}
	.jqzoom{ width:318px; height:318px; position:relative;padding:0;}
	.jqzoom img{ width:318px; height:318px; float:left;}
	.list-h{ width:318px; height:50px; float:left;}
	.list-h li{ float:left;}
	#spec-n5_{width:318px; height:50px; padding-top:6px; overflow:hidden;}
	/*jqzoom*/
	.zoomdiv{z-index:100; position:absolute; top:0px !important;left:288px !important;width:200px;height:200px;background:url(i/loading.gif) #fff no-repeat center center;border:1px solid #e4e4e4;
}
	#spec-list_ ul li{ padding:0px ; border:1px solid #ccc; width:42px; height:33px;}
	#spec-list_ ul li img{ padding:0px ; border:1px solid #ccc; width:42px; height:33px;}
	.ny_showroom .pro_left li{height:180px; width:100%; float:left; border-bottom:1px solid #CCC;}
	.ny_showroom .pro_left li img{ width:46px; height:46px; float:left; margin:61px 20px 0 0; border:1px solid #ccc;}
	.ny_showroom .pro_left li .right{float:left; height:96px; margin-top:42px; overflow:hidden; width:160px;}

	.ny_product .p_right .tupian{ padding:20px;}
	
	/*首页产品*/
	.jtchanpin{ display:block;}
	.bgfa{ display:none;}
}
@media screen and (min-width:800px) and (max-width: 900px){	
	.jqzoom{ width:260px; height:260px; position:relative;padding:0;}
	.jqzoom img{ width:260px; height:260px; float:left;}
	.list-h{ width:260px; height:50px; float:left;}
	.list-h li{ float:left;}
	#spec-n5_{width:260px; height:50px; padding-top:6px; overflow:hidden;}
	/*jqzoom*/
	
	#spec-list_ ul li{ padding:0px ; border:1px solid #ccc; width:42px; height:33px;}
	#spec-list_ ul li img{ padding:0px ; border:1px solid #ccc; width:42px; height:33px;}
	.ny_showroom .pro_left li{height:180px; width:100%; float:left; border-bottom:1px solid #CCC;}
	.ny_showroom .pro_left li img{ width:56px; height:56px; float:left; margin:61px 20px 0 0; border:1px solid #ccc;}
	.ny_showroom .pro_left li .right{float:left; height:96px; margin-top:42px; overflow:hidden; width:440px;}
	.ny_product .p_right .tupian{ padding:20px;}
	/*首页产品*/
	.jtchanpin{ display:block;}
	.bgfa{ display:none;}
}
@media screen and (min-width:700px) and (max-width: 800px){	
	.jqzoom{ width:260px; height:260px; position:relative;padding:0;}
	.jqzoom img{ width:260px; height:260px; float:left;}
	.list-h{ width:260px; height:50px; float:left;}
	.list-h li{ float:left;}
	#spec-n5_{width:260px; height:50px; padding-top:6px; overflow:hidden;}
	/*jqzoom*/
	
	#spec-list_ ul li{ padding:0px ; border:1px solid #ccc; width:42px; height:33px;}
	#spec-list_ ul li img{ padding:0px ; border:1px solid #ccc; width:42px; height:33px;}
	.ny_showroom .pro_left li{height:180px; width:100%; float:left; border-bottom:1px solid #CCC;}
	.ny_showroom .pro_left li img{ width:56px; height:56px; float:left; margin:61px 20px 0 0; border:1px solid #ccc;}
	.ny_showroom .pro_left li .right{float:left; height:96px; margin-top:42px; overflow:hidden; width:440px;}
	.ny_product .p_right .tupian{ padding:20px;}
	/*首页产品*/
	.jtchanpin{ display:block;}
	.jtchanpin .title-h5{ font-size:24px; margin-top:22px;}
	.bgfa{ display:none;}
	
	.jtfenlei ul li img{ width:100%; float:left; margin-bottom:5px;}
	.jtfenlei ul li.last img{ width:100%; float:right;}
	.sy_about .sy_about_tp{ margin:50px 0 0 0px; z-index:111;}
}
@media screen and (min-width:600px) and (max-width: 700px){	
	.jqzoom{ width:520px; height:520px; position:relative;padding:0;}
	.jqzoom img{ width:520px; height:520px; float:left;}
	.list-h{ width:520px; height:50px; float:left;}
	.list-h li{ float:left;}
	#spec-n5_{width:520px; height:50px; padding-top:6px; overflow:hidden;}
	/*jqzoom*/
	
	#spec-list_ ul li{ padding:0px ; border:1px solid #ccc; width:42px; height:33px;}
	#spec-list_ ul li img{ padding:0px ; border:1px solid #ccc; width:42px; height:33px;}
	.ny_showroom .pro_left li{height:180px; width:100%; float:left; border-bottom:1px solid #CCC;}
	.ny_showroom .pro_left li img{ width:56px; height:56px; float:left; margin:61px 20px 0 0; border:1px solid #ccc;}
	.ny_showroom .pro_left li .right{float:left; height:96px; margin-top:42px; overflow:hidden; width:440px;}
	.ny_product .p_right .tupian{ padding:20px;}
	/*首页产品*/
	.jtchanpin{ display:block;}
	.jtchanpin .title-h5{ font-size:22px; margin-top:22px;}
	.bgfa{ display:none;}
	.jtfenlei ul li img{ width:100%; float:left; margin-bottom:5px;}
	.jtfenlei ul li.last img{ width:100%; float:right;}
	.sy_about .sy_about_tp{ margin:50px 0 0 0px; z-index:111;}
}
@media screen and (min-width:500px) and (max-width: 600px){	
	.jqzoom{ width:468px; height:468px; position:relative;padding:0;}
	.jqzoom img{ width:468px; height:468px; float:left;}
	.list-h{ width:468px; height:46px; float:left;}
	.list-h li{ float:left;}
	#spec-n5_{width:468px; height:46px; padding-top:6px; overflow:hidden;}
	/*jqzoom*/

	#spec-list_ ul li img{ padding:0px ; border:1px solid #ccc; width:62px; height:44px;}
	.ny_showroom .pro_left li{height:180px; width:100%; float:left; border-bottom:1px solid #CCC;}
	.ny_showroom .pro_left li img{ width:56px; height:56px; float:left; margin:61px 20px 0 0; border:1px solid #ccc;}
	.ny_showroom .pro_left li .right{float:left; height:96px; margin-top:42px; overflow:hidden; width:380px;}
	/*首页产品*/
	.jtchanpin{ display:block;}
	.jtchanpin .title-h5{ font-size:20px; margin-top:20px;}
	.bgfa{ display:none;}
	.jtfenlei ul li img{ width:100%; float:left; margin-bottom:5px;}
	.jtfenlei ul li.last img{ width:100%; float:right;}
	.sy_about .sy_about_tp{ margin:50px 0 0 0px; z-index:111;}
}

@media screen and (min-width:400px) and (max-width: 500px){	
	.jqzoom{ width:348px; height:348px; position:relative;padding:0;}
	.jqzoom img{ width:348px; height:348px; float:left;}
	.list-h{ width:348px; height:50px; float:left;}
	.list-h li{ float:left;}
	#spec-n5_{width:348px; height:46px; padding-top:6px; overflow:hidden;}
	/*jqzoom*/

	#spec-list_ ul li img{ padding:0px ; border:1px solid #ccc; width:42px; height:42px;}
	.ny_showroom .pro_left li{height:180px; width:100%; float:left; border-bottom:1px solid #CCC;}
	.ny_showroom .pro_left li img{ width:56px; height:56px; float:left; margin:61px 20px 0 0; border:1px solid #ccc;}
	.ny_showroom .pro_left li .right{float:left; height:96px; margin-top:42px; overflow:hidden; width:300px;}
	/*首页产品*/
	.jtchanpin{ display:block;}
	.bgfa{ display:none;}
	.jtchanpin .title-h5{ font-size:20px; margin-top:20px;}
	.jtfenlei ul li img{ width:100%; float:left; margin-bottom:5px;}
	.jtfenlei ul li.last img{ width:100%; float:right;}
	.sy_about .sy_about_tp{ margin:50px 0 0 0px; z-index:111;}
}


@media screen and (min-width:300px) and (max-width: 400px){	
	.jqzoom{ width:298px; height:298px; position:relative;padding:0;}
	.jqzoom img{ width:298px; height:298px; float:left;}
	.list-h{ width:298px; height:50px; float:left;}
	.list-h li{ float:left;}
	#spec-n5_{width:298px; height:56px; padding-top:6px; overflow:hidden;}
	/*jqzoom*/
	.zoomdiv{z-index:100; display:none; position:absolute; top:0px !important;left:198px !important;width:200px;height:200px;background:url(i/loading.gif) #fff no-repeat center center;border:1px solid #e4e4e4;
}
	#spec-list_ ul li img{ padding:0px ; border:1px solid #ccc; width:62px; height:44px;}
	.ny_showroom .pro_left li{height:180px; width:100%; float:left; border-bottom:1px solid #CCC;}
	.ny_showroom .pro_left li img{ width:56px; height:56px; float:left; margin:61px 10px 0 0; border:1px solid #ccc;}
	.ny_showroom .pro_left li .right{float:left; height:96px; margin-top:42px; overflow:hidden; width:234px;}
	.ny_showroom .pro_left li .right p{ font-size:10px;}
	/*首页产品*/
	.jtchanpin{ display:block;}
	.jtchanpin .title-h5{ font-size:20px; margin-top:20px;}
	.bgfa{ display:none;}
	.jtfenlei ul li img{ width:100%; float:left; margin-bottom:5px;}
	.jtfenlei ul li.last img{ width:100%; float:right;}
	.sy_about .sy_about_tp{ margin:50px 0 0 0px; z-index:111;}
}
@media screen and (min-width:200px) and (max-width: 300px){	
	.jqzoom{ width:198px; height:198px; position:relative;padding:0;}
	.jqzoom img{ width:198px; height:198px; float:left;}
	.list-h{ width:198px; height:50px; float:left;}
	.list-h li{ float:left;}
	#spec-n5_{width:198px; height:56px; padding-top:6px; overflow:hidden;}
	/*jqzoom*/
	.zoomdiv{z-index:100; display:none; position:absolute; top:0px !important;left:198px !important;width:200px;height:200px;background:url(i/loading.gif) #fff no-repeat center center;border:1px solid #e4e4e4;
}
	#spec-list_ ul li img{ padding:0px ; border:1px solid #ccc; width:62px; height:44px;}
	.ny_showroom .pro_left li{height:180px; width:100%; float:left; border-bottom:1px solid #CCC;}
	.ny_showroom .pro_left li img{ width:56px; height:56px; float:left; margin:61px 20px 0 0; border:1px solid #ccc;}
	.ny_showroom .pro_left li .right{float:left; height:96px; margin-top:42px; overflow:hidden; width:200px;}
	.ny_showroom .pro_left li .right p{ font-size:10px;}
	/*首页产品*/
	.jtchanpin{ display:block;}
	.jtchanpin .title-h5{ font-size:18px; margin-top:20px;}
	.bgfa{ display:none;}
	.jtfenlei ul li img{ width:100%; float:left; margin-bottom:5px;}
	.jtfenlei ul li.last img{ width:100%; float:right;}
	.sy_about .sy_about_tp{ margin:50px 0 0 0px; z-index:111;}
}