* {padding: 0;margin: 0; font-family:"思源黑体 CN" !important;}
.clearboth {clear: both;}
.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:80%;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:#0e328b; 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:#0e328b;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:#0e328b;}
.header .h_top .yuyan:hover .la{display:block;}
.header .logo{ margin-top:0;}
.header .logo img {width:360px;}
.header .nav {height: 100%; /*margin-left:15%;*/ float:right;}
.header .nav .menu{height: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.header .nav .menu li {height: 100%;position: relative; margin: 0 1.5625vw;  transition:all 0.6s;}
.header .nav .menu li.current-menu-ancestor > a, .header .nav .menu li.current-menu-item > a {color: #0e328b;}
.header .nav .menu li a{border-top:4px solid #fff; transition:all 0.6s;}
.header .nav .menu li.on a{border-top:4px solid #0e328b; transition:all 0.6s; color:#0e328b}
.header .nav .menu li:hover a{border-top:4px solid #0e328b; color:#0e328b}
.header .nav .menu li:hover > .sub-menu {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);pointer-events: auto;}

.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;}
.header .nav .menu li .sub-menu {position: absolute;left: 0;top:97%;min-width: 160px;line-height: 42px;border-top:4px solid #0e328b;padding: 10px 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);}

.header .nav .menu li .sub-menu li { margin: 0;}
.header .nav .menu li .sub-menu li:hover > a {background-color: #0e328b;color: #fff; border:0px;}
.header .nav .menu li .sub-menu li a {padding: 0 1.5625vw;white-space: nowrap;color:#222; border:0px;}

.header .nav .menu li .sub-menu li .sub-menu {left: 100%;top: 0;}
.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: #0e328b;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;}

/*手机端导航*/
.sp_nav{width:30px;float:right;position:absolute;cursor:pointer;height:25px;margin-top:15px; display:block; right:15px;}
.sp_nav span{display:block;background:#0e328b;width:20px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:7px}
.sp_nav span:nth-of-type(3){top:14px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9;background:#0e328b;width:100%;height:calc(100% - 104px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
.nav_show{top:50px}
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px)}
.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #ddd solid;text-align:center;color:#999;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;/*border-left:1px #ddd solid;*/height:30px;padding:0px 7px 0 7px;width: 85%;text-align: right;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #365dbf solid;margin-left:15px;position:relative;line-height:44px;font-size:17px}
.sjj_nav>ul >li:last-child{border-bottom:1px #0e328b solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#fff;width:80%}
.sjj_nav ul li ul li a{color:#fff;display:block;text-align:left;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#fff;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#fff}
.sjj_nav ul li ul li>ul{margin-left:0}
main{margin-top:180px;}

.more{height:40px; line-height:40px;margin-left:0px;}
.more span{ display:inline-block; margin-right:5px; background:#0e328b; 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{ 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;}

.ny_product .title{margin-bottom:50px;text-align:center;}
.ny_product .title .t1{font-size:3.6rem;color:#000;font-weight:700;text-align:center;padding:0 0 20px;border-bottom:1px solid #ddd;margin-bottom:50px;text-transform:uppercase;}
.ny_product .title .t2{font-size:3.6rem;color:#000;font-weight:700;text-align:center;padding:0 0 20px;border-bottom:1px solid #ddd;margin-bottom:50px;text-transform:uppercase;}

#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:32%; 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:80px; text-align:center; height:80px; background:#fff; border-top:1px solid #ddd; text-align:center;overflow:hidden; white-space:nowrap;text-overflow:ellipsis; width:100%; position:relative;  z-index:2; font-weight:normal;transition:all 0.4s;}
#owl-demo .item dd h2 i{transition:all 0.4s;position:absolute; width:100%; left:0; top:0; height:0; background:#0e328b; 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:#fff;}
#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{ width:100%;background-image: url(../images/about_bj.jpg);background-position: center;background-repeat: no-repeat;background-size: 100% auto; padding:30px 0 60px; margin:0 auto;}
.sy_about .title{text-align:left;text-transform:uppercase; margin-bottom:70px;}
.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;}
.sy_about .text{}
.sy_about .text p{ margin-bottom:40px; font-size:16px; color:#060606;}
.sy_about .right{ position:relative; margin-top:20px;}
.sy_about .img1{ width:95%; overflow:hidden;}
.sy_about .img1 img{max-width:100%; margin:0 auto;border-radius:50px 0 50px 0; transform: scale(1,1); transition-duration: 0.5s;}
.sy_about .img1 img:hover{transform: scale(1.1,1.1); transition-duration: 0.5s;}
.sy_about .sp{ position:absolute; right:0; bottom:40%; width:118px; height:118px; background:url(../images/sp.jpg) no-repeat center;}
.sy_about .sp a{ display:block; width:100%; height:100%;}
.shipin{ position:fixed; width:960px; height: auto; background:black; top:57%; left: 50%;transform: translate(-50%, -50%);z-index: 9999; }
#shadow{ 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; }
#shadow .menu-close {position: absolute;display: block;right:10px;top:10px;width:40px;height:40px;border-radius:30px; z-index:9999;background: url(../images/close3.png) no-repeat center #f00;background-size: 30px;cursor: pointer;transition-duration: .5s; }
#shadow .menu-close:hover{transform: rotate(90deg); }
#shadow1{ 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; }
#shadow1 .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; }
#shadow1 .menu-close:hover{transform: rotate(90deg); }

.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:20%;}
.abotab-li ul.aboHover li:hover{width:40%;}
.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:14.28%;}
	.abotab-liwords{bottom:100px;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:12%;}
	.abotab-li ul.aboHover li:hover{width:28%;}
	.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: #0e328b;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: #0e328b;}
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;}

/*首页证书*/
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: #0e328b;}
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: #0e328b;}
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 .box{font-family: 'Ubuntu', sans-serif;position: relative;overflow: hidden;}
main.index .huanjing .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;}
main.index .huanjing .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);}
main.index .huanjing .swiper-slide .box img{width: 100%;height: auto;transition: all 0.5s ease-in-out;}
main.index .huanjing .swiper-slide .box:hover img{ transform: scale(1.9) rotate(45deg); }
main.index .huanjing .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;}
main.index .huanjing .swiper-slide .box:hover .box-content{opacity: 1;transform: translateX(-50%) translateY(-50%) scale(1);}
main.index .huanjing .swiper-slide .box .title{font-size:22px;font-weight: 700;letter-spacing: 1px;text-transform: uppercase;margin: 0; color:#fff !important;}
main.index .huanjing .swiper-slide .box .post{font-size:28px;text-transform: capitalize; margin-bottom:10px;}
@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:6rem 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;}

/*首页新闻*/
main.index .news1{background:#083d5e; width:100%;}
main.index .news1 .swiper-news1{padding-top:5rem;padding-bottom:5rem;}
main.index .news1 .swiper-news1 .swiper-slide{text-align: center;/* 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 .news1 .news1-item{}
main.index .news1 .news1-item .left{ overflow:hidden;float:left;}
main.index .news1 .news1-item .left img{max-width:100%; margin:0 auto;transform: scale(1,1); transition-duration: 0.5s; border:1px solid #fff;}
main.index .news1 .news1-item .left img:hover{transform: scale(1.1,1.1); transition-duration: 0.5s;}
main.index .news1 .news1-item .right{ float:left; text-align:left;}
main.index .news1 .news1-item .right h2{ font-size:20px; color:#fff; margin-bottom:10px;}
main.index .news1 .news1-item .right p{ font-size:16px; color:#ccc; line-height:22px; overflow:hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

/* 底部开始*/
.f1{ background:url(../images/footer_bj.jpg) no-repeat center;padding:70px 0;}
.f1 .title{ border-bottom:1px solid #5a5a5a; padding-bottom:20px; position:relative; font-size:20px; color:#fff;text-transform:uppercase; margin-bottom:20px;}
.f1 .title span{ width:80px; height:2px; background:#f00; display:block; position:absolute; left:0; bottom:-1px;}
.f1_1{ float:left; display:block;}
.f1_1 ul li{ line-height:44px; font-size:16px;}
.f1_1 ul li a{ color:#a9a9a9;}
.f1_1 ul li a:hover{ color:#fff;}
.f1_2{ float:left; margin-left:18%;}
.f1_2 .f1_con{}
.f1_2 .f1_con p{margin:0; font-size:16px; line-height:48px; color:#a9a9a9; font-weight:400;}
.f1_2 .f1_con p i{display:inline-block; margin-right:10px; font-size:18px; color:#f00; width:16px;}
.f1_3{float:right; width:30%;margin-top:0;}
.f1_3 .nr{color:#a9a9a9;}
.f1_3 .nr .biaodan{ margin-top:30px; height:40px; line-height:40px;}
.f1_3 .nr .biaodan input{ width:80%; float:left; height:40px; line-height:40px; padding:0 10px; background:#fff; color:#8a8a8a;}
.f1_3 .nr .biaodan button{ width:18%; float:right; background:#f00; text-align:center; color:#fff; font-size:16px; border:none; height:40px;}


.f2{ background:#171717; line-height:28px; text-align:left; color:#fff; font-size:14px; padding:10px 0;}
.f2 .f2_l{ float:left;}
.f2 .f2_r{ float:right; text-align:right;}
.f2 p{ margin:0;} 
.f2 a{ color:#fff;} 
/* 底部结束*/ 




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: #0e328b;
}

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: #0e328b;
  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: #0e328b;
}

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: #0e328b;
  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: #0e328b;
}

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: #0e328b;
}

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: #0e328b;
  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: #0e328b;
  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: #0e328b;
  color: #fff;
}

main.contact-us .banner .select__option--current {
  font-family: "Poppins-Medium";
  color: #0e328b;
}

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: #0e328b;
  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: #0e328b;
}

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: #0e328b;
}

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: #0e328b;
  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: #0e328b;
  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: #0e328b;}
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;}
}
@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;}
}
@media (min-width:400px) {
.header .logo img {width:200px;}
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;}

}
@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;}
}

@media (min-width:700px) {
.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;}
}
@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:32%;  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;}
}
@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:32%; 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;}
}
@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:32%;  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;}
}
@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:32%; 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;}
}

@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:32%; 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;}
}

@media (min-width:1440px) {
.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: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:32%; 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;}
}

@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:70px 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;}