@charset "utf-8";
*,*:before,*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body{
	font-weight: normal;
	margin:0 auto;
	line-height:normal;
}
ul,dl,dd,h1,h2,h3,h4,h5,h6,form,p { padding:0; margin:0;}
ul { list-style:none;}
*{ margin:0px; padding:0px;}
img { border:0px;max-width: 100%;}
h2,h4{font-weight: normal;margin-top: 20px;font-weight: bold;}
#soliloquy-container-602{margin:0 auto;}
a { text-decoration:none !important; color:#05a; text-decoration:none;transition: all .5s;}
.btn2:hover { color:#000;}
.aos-animate img {opacity:1;filter(alpha=100);}
.aos-animate img:hover{opacity:0.9;filter(alpha=100);}
.animated img {opacity:1;filter(alpha=100);}
.animated img:hover{opacity:0.9;filter(alpha=100);}
.clear{ clear:both;}
.con13 h1{margin-top:1.5rem;text-indent:0;font-size:50px;font-weight:700}

 /*下拉菜单*/
 .has-submenu {
    position: relative;
}

.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 160px;
    background: #fff;
    box-shadow: 0 3px 12px rgba(0,0,0,0.1);
    padding: 8px 0;
    z-index: 999;
}

.has-submenu:hover .submenu {
    display: block;
}

.submenu li {
    padding: 0;

}
#submenul{line-height: 20px;width:180px;text-align:center; margin-right:0px;border-bottom: 3px solid #fff;}   
#submenul a:hover{border-bottom: 3px solid #fff;color:#2051ec;background-color: #feefef;}

.hover_r a:hover{color:#2051ec;}
.submenu a {
    display: block;
    padding: 10px 20px;
    color: #666;
    font-size: 14px;
    transition: all 0.3s;
}

.submenu a:hover {
    background: #f8f9fa;
    color: #333;
}

/* 移动端隐藏下拉菜单 */
@media (max-width: 768px) {
    .submenu {
        display: none !important;
    }
    
    .has-submenu:hover .submenu {
        display: none !important;
    }
}
/* 下拉菜单结束 */





.top_box{
	position: absolute; 
	width: 100%;
	left: 0;
	top: 0;
	z-index: 3;
	transition: all .3s;
}

.top_box.fixed{
    position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	box-shadow: 0 0 10px #ccc;
}

.nav_l{
	margin-left: 107px;
	margin-top: 42px;
}

.nav_l a{
	font-size: 16px;
	margin-right: 50px;
	color: #fff;
}

.fixed .nav_l a{
	color: #000;
}
.logo{padding:5px 19px 0px;}

.fixed  .nav_l a:hover{
	color: #E58127;
}

.fixed_hide{display: none;}

.fixed .fixed_show{
	display: none;
}

.fixed .fixed_hide{
	display: block;
}


.nav_r{
	padding-left: 3%;border-left: 1px solid rgba(255,255,255,0.5);

}

.fixed  .nav_r{
	border-left: 1px solid #E2E2E2;
}
.nav_r li{
	float: left;
	margin-right: 20px;
	line-height: 87px;
}


 /* 设备参数表格样式开始 */
     * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        .product-table {
            width: 100%;
            max-width: 900px;
            margin: 20px auto;
            border-collapse: collapse;
            font-family: Arial, sans-serif;
        }

        .product-table th,
        .product-table td {
            padding: 15px;
            text-align: left;
            border-bottom: 1px solid #ddd;border-left: 1px solid #ddd;
        }

        .product-table th {
            background-color: #f5f5f5;
            font-weight: 450;
            width: 30%;
        }

        /* 电脑端显示常规表格 */
        @media (min-width: 768px) {
            .product-table th,
            .product-table td {
                padding: 15px 20px;
            }
        }

        /* 手机端响应式处理 */
        @media (max-width: 767px) {
            .product-table {
                border: 0;
            }

            .product-table thead {
                display: none;
            }

            .product-table tr {
                display: block;
                margin-bottom: 15px;
                border: 1px solid #ddd;
                border-radius: 4px;
            }

            .product-table td {
                display: block;
                text-align: right;
                padding: 10px 15px;
                border-bottom: 1px solid #eee;
            }

            .product-table td:last-child {
                border-bottom: 0;
            }

            .product-table td::before {
                content: attr(data-label);
                float: left;
                font-weight: bold;
                text-transform: uppercase;
            }
        }
 /* 设备参数表格样式结束 */
 /* 设备参数表格样式三列 */ 
  .compact-table {
            width: 100%;
            max-width: 900px;
            margin: 20px auto;
            border-collapse: collapse;
            font-family: system-ui, sans-serif;
        }

        /* 桌面端样式 */
        .compact-table th,
        .compact-table td {
            padding: 15px;
            border: 1px solid #ddd;
            text-align: center;
        }

        .compact-table thead th {
            background-color: #2051ec;
            color: white;
            font-weight: 500;
        }

        /* 移动端优化 */
        @media (max-width: 768px) {
            .compact-table {
                display: block;
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
                white-space: nowrap;
            }

            .compact-table thead th:first-child,
            .compact-table tbody td:first-child {
                position: sticky;
                left: 0;
                background: #f8f9fa;
                z-index: 1;
                box-shadow: 2px 0 5px -2px rgba(0,0,0,0.1);
            }

            .compact-table thead th {
                min-width: 100px;
                font-size: 0.9em;
                background: #1a73e8;
            }

            .compact-table tbody td {
                min-width: 100px;
                font-size: 0.9em;
                padding: 8px 12px;
            }

            .compact-table tbody td:first-child {
                font-weight: 500;
                background: #f8f9fa;
            }

            /* 添加滚动提示 */
            .compact-table::after {
                content: "";
                position: absolute;
                right: 0;
                top: 0;
                bottom: 0;
                width: 30px;
                background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
            }
        }

        /* 高亮差异 */
        .highlight {
            background-color: #e8f4ff;
            font-weight: 500;
        }
 /* 设备参数表格样式三列结束 */
.noli li{float: none;}
#banner .swiper-slide{ position:relative !important}
	.video-sign{ position:absolute; top:0; left:0}
.nav_r li:last-child{margin-right: 0;}

.nav_r li > a{	
	display: block;
	height: 100%;
	border-bottom: 3px solid transparent;
	font-size: 16px;
	color: #fff;
}
.fixed .nav_r li > a{
	color: #000;
}


.clearfix > li > a.on{color:#2051ec;border-bottom: 3px solid #2051ec;}
.clearfix > li > a:hover{color:#2051ec;border-bottom: 3px solid #2051ec;}

#dibua > ul > li > a.on{color:#fff;border-bottom: 1px solid #fff;}
#dibua > ul > li > a:hover{color:#fff;border-bottom: 1px solid #fff;}


.product-table > tbody > tr:hover{background-color: #f5f5f5;}

/*视频样式*/
        .video-container {
            position: relative;
            width: 100%;
            height: 0;
            padding-bottom: 56.25%; /* 16:9 */
            overflow: hidden;
        }

        #autoVideo {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        /* 新增文字叠加样式 */
        .video-overlay {
            position: absolute;
            top: 50%;
            left: 10%;
            transform: translateY(-50%);
            color: white;
            z-index: 1;
            max-width: 600px;
            padding: 20px;
            background: linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0)); /* 渐变背景 */
        }
        .video-title {
            font-size: 2.5em;
            margin-bottom: 15px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
        }

        .video-description {
            font-size: 1.2em;
            line-height: 1.6;
            margin-bottom: 0;
            max-width: 100%;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        }

        /* 响应式调整 */
        @media (max-width: 768px) {
            .video-container {
                padding-bottom: 75%;
            }

            .video-overlay {
                left: 10%;
            }
            .video-overlay h1{
                left: 10%;
                font-size: 2rem;
            }

            .video-title {
                font-size: 1.8em;
            }

            .video-description {
                font-size: 1em;
                max-width: 90%;
            }
            
        }

        @media (max-width: 480px) {
            .video-overlay {
                left: 5%;
                padding: 10px;
            }
.video-overlay h1{
                left: 10%;
                font-size: 2rem;
            }
            .video-title {
                font-size: 1.5em;
            }
        }
/* 移动端响应式调整 */
    @media (max-width: 768px) {
        .video-container {
            padding-bottom: 75%;
        }

        .video-overlay {
            left: 10%;
            padding: 15px;
        }

        .video-title {
            font-size: 1.8em;
            margin-bottom: 0; /* 去除标题下边距 */
        }

        .video-description {
            display: none; /* 隐藏段落 */
        }
    }

    @media (max-width: 480px) {
        .video-overlay {
            left: 5%;
            padding: 10px;
        }

        .video-title {
            font-size: 1.5em;
            /* 增加文本间距 */
            letter-spacing: 0.05em;
            /* 调整行高 */
            line-height: 1.3;
        }
    }


/*案例页样式*/
        .project-case {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            font-family: 'Segoe UI', Arial, sans-serif;
            color: #333;
        }

        .case-intro {
            display: flex;
            gap: 40px;
            margin: 40px 0;
            align-items: center;
        }

        .case-text {
            flex: 2;
            min-width: 300px;
        }

        .info-tags {
            display: flex;
            gap: 15px;
            margin: 20px 0;
        }

        .info-item {
            display: flex;
            align-items: center;
            padding: 6px 8px;
            border: 1px solid #333;
            background: #f8f8f8;
        }

        .info-icon {
            width: 20px;
            height: 20px;
            margin-right: 5px;
        }

        .case-image {
            flex: 3;
            min-width: 400px;
           border-bottom: #2051ec solid 9px;
        }

        .case-image img {
            width: 100%;
            height: auto;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }

        .case-image video {
            width: 100%;
            height: auto;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }



        /* 新增图片展示样式 */
        .case-gallery {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
            margin: 60px 0;
        }

        .gallery-item {
            position: relative;
            overflow: hidden;
            aspect-ratio: 4/2.6;
            transition: transform 0.3s ease;
        }

        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.3s ease;
        }

        .image-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(180deg, rgba(0,0,0,0) 70%, rgba(0,0,0,0.4) 100%);
            opacity: 0.8;
            transition: opacity 0.3s ease;
        }

        .gallery-item:hover {
            transform: translateY(-5px);
        }

        .gallery-item:hover img {
            transform: scale(1.05);
            filter: brightness(1.1) drop-shadow(0 0 8px rgba(255,255,255,0.4));
        }

        .gallery-item:hover .image-overlay {
            opacity: 0.4;
        }

        .value-grid {
            margin-top: 2rem;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
            gap: 30px;
        }

        .value-item {
            padding: 25px;
            text-align: center;
            background: #fff;
            border-radius: 10px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }

        .value-icon-img {
            width: 60px;
            height: 60px;
            margin-bottom: 15px;
            margin: 0 auto;
            object-fit: contain;
        }

        .value-item h3 {
            margin: 10px 0;
            font-size: 1.2em;
            color: #2c3e50;
        }

        .value-item p {
            font-size: 0.9em;
            line-height: 1.6;
            color: #666;
        }

        @media (max-width: 768px) {
            .case-intro {
                flex-direction: column;
                gap: 20px;
            }
            
            .case-text, .case-image {
                min-width: 100%;
            }

            .info-tags {
                flex-direction: column;
            }
            
            .info-item {
                width: fit-content;
            }

            /* 修改图片展示样式 */
            .case-gallery {
                grid-template-columns: repeat(2, 1fr); /* 保持两列布局 */
                gap: 20px;
            }
            
            .gallery-item {
                aspect-ratio: 1/1; /* 设置图片比例为 1:1 */
            }

            .value-grid {
                gap: 15px;
            }

            .value-icon-img {
                width: 50px;
                height: 50px;
            }

            .value-item h3 {
                font-size: 1.1em;
            }
        }
/*案例页样式结束*/

.hover{
	-moz-box-shadow:0px 3px 5px #ddd inset;               /* For Firefox3.6+ */
	-webkit-box-shadow:0px 3px 5px #ddd inset;            /* For Chrome5+, Safari5+ */
	box-shadow:0px 3px 5px #ddd inset;                    /* For Latest Opera */
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	background: url(../images1/bg.jpg) center center no-repeat;
	z-index: 3;
	padding: 40px 0;
	display: none;
	overflow: hidden;
}
.hover_infor{
	width: 316px;
	font-size: 16px;
	color: #000;
	line-height: 25px;
	margin-left: 38px;
	margin-top: 10px;
}
.hover_r{ margin-top:13px}
.hover_r a{
	font-size: 16px;
	color: #000;
	display: block;
	line-height: 28px;
}
#sec8{ position:relative; height:470px}
/*pc轮播图 */
.slideBox .bd li{
	zoom:1;
	vertical-align:middle;
}
.slideBox{
	position: relative;
	overflow: hidden;
}
.device .prev,
.device .next{
	width: 62px;
	height: 119px;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -19.5px;
	z-index: 2;
}
.device{ position:relative}
.device .prev{
	background-image: url(../images1/left.png);
	left: 97px;
}

.device .next{
	background-image: url(../images1/right.png);
	right: 97px;
}

.eng{
	font-size: 50px; color:#000;
	text-align: center;
	text-transform: uppercase;
}
.china{
	font-size:25px;
	color: #000;
	text-align: center;
}
.section1{
	padding: 86px 0;
	background:#fff url(../images1/bg05.png) no-repeat;
	background-size: contain;
}
.wrap{
	width:1306px; font-family:"微软雅黑";
	margin: 0 auto;
}
.wrap010{
	width:1306px;
	margin: 0 auto 3rem;
}
.espg_xz{
	padding-top: 95px;
}
.espg_xz_list li i{
	display: block;
	transition: all .5s;
}
.OpenSansBoldwebfont{ font-family:OpenSansBoldwebfont}
.espg_xz_list li a{
	display: block;
	position: relative;
}

.espg_xz_list li i.pic_one{
	width: 64px;
	height: 64px;
	background: url(../images1/cg.png) center no-repeat;
}
.espg_xz_list li i.pic_two{
	width: 64px;
	height: 68px;
	background: url(../images1/dq.png) center no-repeat;
}

.espg_xz_list li{
	width: 49.5%;
	padding:51px 3% 82px;
	float: left;
	background-color: #F6F6F6;
	border-radius: 10px;
	margin-right: 1%;
	transition: all .5s;
	position: relative;
	top: 0;
	height:780px;
}

.espg_xz_list li:last-child,.espg_xz_list li.lss{margin-right: 0;}

.number{
	font-size: 128px;
	color: #dfdfdf;
	position: absolute;
	right: 5%;
	top: 0;
	transition: all .5s;
}

.espg_xz_list li h3{
	font-size: 46px;
	color: #e37410;
	margin-top: 47px;
	position: relative;
	z-index: 2;
	transition: all .5s;
}

.small{
	font-size: 24.12px;
	color: #b7b7b7;
	margin-top: 34px;
	transition: all .5s;
}

.espg_xz_list li img{
	width: 100%;
	margin-top: 27px;
}

.desc{
	font-size: 14px;
	color: #636363;
	line-height: 34px;
	margin-top: 40px;
	transition: all .5s;
}

.espg_xz_list li:hover{
	top: -20px;
	background: #FF8A00;
	background: linear-gradient(to bottom,#FF8A00,#FF8A00);
	background: -moz-linear-gradient(to bottom,#FF8A00,#FF8A00);
	background: -o-linear-gradient(to bottom,#FF8A00,#FF8A00);
	background: -webkit-linear-gradient(to bottom,#FF8A00,#FF8A00);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#FF8A00, endColorstr=#FF8A00);/*IE<9>*/
}

.espg_xz_list li:hover .desc,.espg_xz_list li:hover h3{
	color: #fff;
}

.espg_xz_list li:hover .small{
	color: #fff;
	opacity: .8;
}

.espg_xz_list li:hover .number{
	color:#FF9F47;
}


.espg_xz_list li:hover i.pic_one{
	background: url(../images1/jiaoyi.png) center no-repeat;
}

.espg_xz_list li:hover i.pic_two{
	background: url(../images1/zx.png) center no-repeat;
}

.li_inner_box{display: inline-block;
    padding: 42px 15px 14px; margin:0 12px;
    background: #F6F6F6;
    border: 1px solid #D3D3D3;
    height: 428px;}#sec12{ height:430px}
	.li_inner_box h2{ margin-bottom:15px;}.li_inner_box  h3{ margin:25px auto; color:#F60; font-size:18px; font-weight:bold}
	.li_inner_box p{ font-size:14px; color:#666; line-height:24px}
.section2{
	padding-bottom: 0px;
}
.mid1{ max-width:1300px; margin:0 auto; font-family:"微软雅黑"}
#sec2 .swiper-slide:hover{ background:#FFF}
#sec2 .swiper-slide{font-family:Microsoft YaHei;text-align:center}
#sec2 .swiper-slide p{ text-align:left; font-size:14px; height:155px; overflow:hidden }
#sec2 .swiper-slide a{ color:#333;}
#sec2 .swiper-slide div{ margin-top:10px}
#sec2 .swiper-slide h3{ margin-top:20px; font-weight:bold; color:#65707d; font-size:20px; margin-bottom:40px;}
#sec2 .swiper-slide>div{border:#999 solid 1px; border-radius:3px; padding:3%; margin:3px}
.sec3_info{ font-size:16px; line-height:30px; margin-top:30px;color:#fff; clear:both}
#sec3{ height:700px; padding-top:50px; font-family:Microsoft YaHei}
#sec3 .sec3_txt{ font-size:22px; line-height:36px; color:#fff} 
#sec3 .sec3_txt p{ padding:9px 0}
.simg{ position:relative; border:#fff solid 2px}
.spanmy1 i{ color:#2051ec; font-style:normal; display:inline-block; text-align:center; width:45px; margin-left:15px; text-indent:10px; background:#fff;}
.spanmy1{ display:inline-block; right:-46px; top:40px; font-weight:bold; color:#fff; position:absolute; background:#2051ec; border:#fff solid 1px; font-size:24px; padding-left:15px; line-height:60px}
.pad0{ padding:0}
.bgh{ background:#F90; color:#fff; }
.btn2{ background:#fff; border-radius:5px; color:#2051ec; background:#fff; padding:7px 60px; display:inline-block; font-size:18px}
.btn3{ background:#fff; border-radius:5px; color:#2051ec; background:#fff; padding:9px 30px; display:inline-block; font-size:14px;position:relative; z-index:44}
.btn3:hover{ background:#ff8a00; color:#fff}
.small_infor{
	font-size: 16px;
	font-weight: bold;
	color: #363636;
	line-height:35px;
	text-align: center;
	margin-top: 59px;
}
.hei{ height:20px;}
.small_infor strong{
	color: #ff8a00;
}

.main{
	width:1465px;
	margin: 32px auto 0;
	position: relative;
}

.picScroll-left{
	width: 1305px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}


.picScroll-left {
	overflow:hidden;
	zoom:1; 
}
.picScroll-left  li{
	float:left;
	_display:inline;
	overflow:hidden;
	text-align:center;  
	border-radius: 5px;
	width:318px;
	padding: 0 11.5px;
}

.picScroll-left  li .li_inner_box{
	display: inline-block;
	padding:42px 15px 14px;
	background: #F6F6F6;
	border: 1px solid #D3D3D3;
	height: 443px;
}

.swiper_job .swiper-slide:last-child{margin-right: 0;}

.swiper_job h3,.picScroll-left  li h3{
	font-size: 18px;
	color: #fc7830;
	font-weight: bold;
	margin: 24px 0 22px;
}

.swiper_job .swiper-slide img,.picScroll-left  li img{
	margin: 0 auto;
}

.swiper_job .swiper-slide img.line_l,.picScroll-left  li img.line_l{
	margin-top: 12px;
}

.swiper_job .swiper-slide .sub,.picScroll-left  li .sub{
	font-size: 13px;
	color: #5f5f5f;
	line-height: 25px;
}

.job_btn{
	width: 60px;
	height: 60px;
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -30px;
}

.picScroll-left .prev{
	background: url(../images1/prev_btn.jpg) center center no-repeat;
	opacity: .6;
	transition: all .5s;
	left: 0;
}

.picScroll-left .next{
	right: 0;
	opacity: .6;
	transition: all .5s;
	background: url(../images1/next_hover.png) center center no-repeat;
}

.picScroll-left .next:hover{
	opacity: 1;
}

.picScroll-left .prev:hover{
	opacity: 1;
}


.section3{
	padding: 70px 0 60px;
	background-size: cover;
}

.colorf{
	color: #fff;
}

.culum_box{
	width: 67%;
	margin: 42px auto 0;
}

.culum_list li{
	float: left;
	width: 32.8333%;
	background: #F6F6F6;
	border-radius: 8px;
	margin-right: .5%;
	position: relative;
	transition: all .3s;
	top: 0;
}

.culum_list li:hover{
	top: -15px;
}
.culum_list li:last-child{margin-right: 0;}

.culum_list li a > div{
	padding:39px 7.5% 0 8.5%;
	position: relative;
	height: 226px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.news-list{ height:615px}
.pic01{
	background: url(../images1/pic05.png) center center no-repeat;
	background-size: cover;
}
.news-list .pagination {
  position: absolute;
  z-index: 20;
  right: 10px;
  bottom: 20px;
}
.news-list .swiper-pagination-switch {
  display: inline-block;
  width:14px;
  height: 14px;
  border-radius: 8px;
  background: #ccc;
  margin-right:12px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.news-list .swiper-visible-switch {
  background: #fff;
}
.news-list .swiper-active-switch {
  background: #fff;
}
.culum_list li a > div h3{
	font-size: 40.15px;
	margin-top: 28px;
	color: #000;
}

.culum_list  li a > div p{
	font-size: 16.06px;
	color: #666666;
	margin-top: 21px;
}

.culum_list li a > div span{
	font-size: 110px;
	color: #CDCCCC;
	position: absolute;
	right:8.5%;
	top: 34px;
}

.culum_list li a p.p1{
	height: 309px;
	font-size: 16px;
	color: #3c3c3c;
	line-height: 26px;
	padding: 44px 7.5% 30px 8.5%;
}

.section4{
	padding: 70px 0;
	background: url(../images1/bg02.jpg) center center no-repeat;
	background-size: cover;
}

.show_list {
	margin-top: 30px;
}

.show_list li{
	float: left;
	width: 50%;
	position: relative;
}

.t_infor{
	width: 349px;
	height: 100%;;
	background: url(../images1/bg03.png) center center no-repeat;
	background-size: cover;
	position: absolute;
	left:97%;
	z-index: 2;
	top: 0;
	padding: 62px 0 51px;
	text-align: center;
	display: none;
}

.t_infor h3{
	font-size: 40px;
	color: #fff;
	font-weight: bold;
}

.t_infor p{
	margin-top: 26px;
	font-size: 41.26px;
	color: #fff;
}

.sanjiao{
	width: 20px;
	height: 42px;
	background: url(../images1/zuosanjiao.png) center center no-repeat;
	background-size:100% 100%;
	display: block;
	position: absolute;
	left:-20px;
	top: 50%;
	margin-top: -21px;
	z-index:5;
}

.sc{
	left: auto;
	right: 97%;
}

.sc i.sanjiao{
	transform: rotate(180deg);
	right: -20px;
	left: auto;;
}

.section5{
	padding-bottom: 163px;
	background-color: #f7f7f7;
}

.past_l{
	width: 38%;
	position: relative;
	overflow: hidden;
	position: absolute;
	left: 0;
	height: 100%;
	top: 0;
}
.news .con{ color:#fff; padding:20px 40px; height:402px}

.past_l i{
	display: inline-block;
}


.swiper2{
	overflow: hidden;
	width: 100%;
	position: relative;
	height: 100%;
}

.top{
	position: absolute;
	top: -38%;
    left: -16%;
    z-index: 4;

}

.tiit{
	font-size: 30px;
	color: #fff;
	position: absolute;
	left: 18px;
	top: 14px;
	z-index: 5;
}

.slideBox2 .hd{
	position: absolute;
	width: 100%;
	bottom: 24px;
	left: 0;
	padding-right: 3%;
	z-index: 8;
	text-align: right;
}

.slideBox2 .hd ul li {
	width:12px;
	height: 12px;
	display: inline-block;
	border-radius: 50%;
	background-color: #e5ded3;
	margin-right:8px;
	cursor: pointer;
	text-indent: 10000px;
}

.slideBox2{
	height: 100%;
}

.slideBox2 .hd ul{
	overflow:hidden;
	zoom:1;
}

.slideBox2 .hd ul li.on {
	background-color: #fff;
}

.slideBox2 .bd li{
	overflow: hidden;
	height: 100%;
	position: relative;
}

.slideBox2 .bd li a{
	display: block;
	height: 100%;
}

.bottom{
	position: absolute;
	right: -110px;
	bottom:-237px;
}

.swiper2 .swiper-slide a img,.slideBox2 .bd li,.slideBox2 .bd,.slideBox2 .tempWrap,.slideBox2 .tempWrap ul {
	height: 100%;
}

.wq{margin-top: 65px;position: relative;}

.past_r{
	
	background:url(../images1/bg_03.jpg) #3b3b3b;
}

.past_r h3{
	font-size: 18px; display:inline-block;
	color: #fff;
	line-height: 119px;
	padding-left: 44px;
	
}.past_r h3.on a{ color:#dab96b}
.past_r h3:hover .hot{
 animation:myfirstee 1.5s infinite;
animation-direction:alternate;
-webkit-animation:myfirstee 1.5s infinite;
-webkit-animation-direction:alternate;
}
@keyframes myfirstee
{
0%   { margin-top:13px; opacity:1}
50%  { margin-top:23px; opacity:0.8}
100% { margin-top:13px;opacity:1}
}
 
@-webkit-keyframes myfirstee 
{
0%   { margin-top:33px; opacity:1}
50%  { margin-top:23px; opacity:0.8}
100% { margin-top:33px;opacity:1}}
.news{ display:none}.news.on{ display:block}
.past_r h3 a{ color:#fff}
.news li{
	padding-left:40px; position:relative;
	padding-top: 20px; height:134px;
	padding-bottom: 20px;
	overflow: hidden;
	transition: all .3s;
}
.news{border-top: 1px solid #484848;}
.news li:hover{background-color: #2051ec;}

.news_sub h4{
	font-size: 16px;
	margin-bottom: 14px;
	color: #fff;
}

.news_sub p{
	font-size: 16px;
	color: #fff;
	opacity: .8;
	line-height: 20px;
}

.news_sub p span{
	color: #969696;
	font-style: italic;
	margin-left: 10px;
}

.section7{ padding:100px 0}
.pics{ position:absolute; top:20px; left:40px;
	
}
.section8{ background:#f7f7f7; padding:100px 0}
.sec7{ margin-top:90px}
.se7con{ font-family:Microsoft YaHei;  padding:50px ; color:#fff;}.se7con div{ display:none; background:rgba(255,255,255,0.2); position:absolute; width:100% ; height:100%; left:0; top:0}
.se7con h2{ font-weight:bold; position:relative; z-index:4;font-size:30px; padding-bottom:100px}.se7con:hover div{ display:block}
.se7con  p{ font-size:18px; line-height:30px; margin-right:30px; height:300px}
.news_sub{

	margin-left:155px; margin-right:40px;
}
.sec8{ padding-top:60px; font-family:Microsoft YaHei;  padding-bottom:20px}
.sec8 .swiper-slide{ height:460px !important; border-bottom:#f7f7f7 solid 8px;}
.sec8  .swiper-slide:hover{ background:#fff; border-bottom:#F90 solid 8px;}
.sec8 .swiper-slide img{ height:204px;}
.sec8 div h3{ font-size:18px; margin:15px 0; max-height: 57px;min-height: 57px;overflow: hidden;}
.sec8  .swiper-slide>div{ padding:20px }
.sec8  .swiper-slide>div:after{ clear:both; content:""; display:block}
.sec8 div p{ font-size:16px; color:#999}
.sec8 div span{ margin-top:40px}
.sec8 div a.btn4{ margin-top:30px}
.btn4{ background:#ff8a00;border:#fff solid 1px; padding:5px 12px; font-size:16px; color:#fff}
.btn4:hover{ border:#ff8a00 solid 1px; background:#fff;}
.btn5{  font-family:Microsoft YaHei;background:#ff8a00; margin-top:50px; border-radius:10px; display:inline-block;  padding:15px 62px; font-size:20px; color:#fff}
.btn5:hover{  background:#F60; color:#fff}

.i-ban {
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 1;
    height: 800px;
}.i-ban li {
    background-size: cover !important;
    position: absolute;
    left: 100%;
    top: 0;
    overflow: hidden;
}
.i-ban ul, .i-ban li {
    width: 100%;
    height: 100%;
}.i-ban ul, .i-ban li {
    width: 100%;
    height: 100%;
}


.link{
	padding: 3.5% 40px;
	border-top: 1px solid #484848;
}

.link a{
	width: 130px;
	height: 38px;
	font-size: 14px;
	color: #000;
	background-color: #fff;
	border-radius: 5px;
	text-align: center;
	line-height: 38px;
}



        /* 样式隔离 */
        .js-carousel * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        .js-carousel {
            margin: 0 auto;
            position: relative;
        }

        /* 轮播轨道 */
        .js-carousel-track {
            display: flex;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            scroll-behavior: smooth;
            -webkit-overflow-scrolling: touch;
            padding-bottom: 10px;
        }

        .js-carousel-track::-webkit-scrollbar {
            display: none;
        }

        /* 轮播项 */
        .js-carousel-item {
            flex: 0 0 100%;
            scroll-snap-align: start;
            padding: 10px;
        }

        .js-card {
            background: #fff;
        }

        .js-card-img {
            width: 100%;
            height: 240px;
            object-fit: cover;
        }

        .js-card-content {
            padding: 15px;
        }

        .js-card-title {
            font-size: 18px;
            margin-bottom: 10px;
            color: #333;
        }

        .js-card-desc {
            line-height: 1.5;
        }

        /* 指示点 */
        .js-carousel-dots {
            display: none;
            justify-content: center;
            gap: 8px;
            padding: 15px 0;
        }

        .js-carousel-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #ddd;
            cursor: pointer;
            transition: background 0.3s ease;
        }

        .js-carousel-dot.active {
            background: #666;
        }

        /* 桌面端 */
        @media (min-width: 992px) {
            .js-carousel-track {
                flex-wrap: wrap;
                gap: 30px;
                overflow-x: visible;
            }

            .js-carousel-item {
                flex: 0 0 calc(33.333% - 20px);
            }
        }

        /* 移动端 */
        @media (max-width: 991px) {
            .js-carousel-dots {
                display: flex;
            }
        }



.link a.bmt{
	background-color: #ff8e00;
	color: #fff;
	margin-right: 20px;
}

.m_hide{
	width: 1306px;
	margin: 0 auto;
}
#s4 i{ color:#fff; z-index:52255; position:absolute; font-size:18px;  font-style:normal; left:0; top:0; }
#s4 .swiper-slide{ position:relative}
.footer{
	width: 100%; font-family:Microsoft YaHei;
	background:#04078c center no-repeat;
	background-size: cover;
	padding: 60px 0px 19px;
}

.footer li a{
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 28px;
}
.footer li h3{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 18px;
}
.f_nav_list li{
	float: left; min-height:200px;
	margin-right:45px;
}

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

.zg{
	width: 130px; border-radius:4px;
	height: 40px;
	font-size: 14px;
	background-color: #fff;
	color: #2051ec;
	line-height: 40px;
	padding-left: 50px;
	position: relative;
}

.dh{
	display: block;
	width: 17px;
	height: 17px;
	background: url(../images1/call.png) center center no-repeat;
	position: absolute;
	left: 24px;
	top: 10px;
}

.zhi{
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
	text-align: right;
}

.zzz{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin-top: 20px;
}

.wx_code{margin-left: 15px;}

.wx_code p{
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
	text-align: center;
}

.friend_link{
	font-size: 13px;
	margin-top: 196px;
	padding-bottom: 20px; line-height:30px;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.friend_link a{ color:#fff}
.copy{
	padding-top: 20px;
}
.copy p{
	font-size: 12px;
	color: #fff;
}
.copy p a{
	font-size: 12px;
	color: #fff;
}
.fixedright{
	position: fixed;
	right: 0;
	top: 25%;
	z-index: 888;
}

.fixedright li{
	width: 82px;
	padding: 20px 0;
	background-color: #ff8a00;
	border-radius: 6px;
	margin-bottom: 5px;
	text-align: center;
	position: relative;
}
.fixedright li:hover{ background:#F60}
.fixedright li img{
	margin: 0 auto 15px;                         
}

.fixedright li  p{
	font-size: 14px;
	color: #fff;
}

.fixedright .kf_wx{
	position: absolute;
    left: -91px;
	top: 16px;
	display: none;
}
.bg1{ background:no-repeat top center  #04078c; background-size:100% auto }
.bg2{ background:url(../images1/bg2.jpg) no-repeat top center  #04078c; background-size:100% auto}
.section1{ background:url(../images1/bg.jpg) no-repeat top center  #fff; background-size:100% auto}
.mmk2{ color:#fff; padding-top:20px; padding-left:20px;font-size:22px;background:url(../images1/sanjiao.png) right bottom no-repeat;width:300px; height:200px; position:absolute; left:0px; top:0; z-index:5; }
.mmk{background:url(../images1/sanjiao.png) no-repeat;width:300px; height:200px; position:absolute; right:-1px; bottom:0; z-index:5; }
.news-page{ margin-bottom:10px; padding-right:10px; text-align:right !important }

.news-page .swiper-pagination-bullet{ background:#ccc; opacity:1; width:14px; height:14px;}
.news-page .swiper-pagination-bullet-active{ background:#fff}

#banner_point span i{ position:absolute; top:0; left:0; display:inline-block; height:10px; content:"";}
#banner_point span{ position:relative; width:70px !important; height:10px; background:#fff; border-radius:4px !important;}
.ttxx{ font-family:Microsoft YaHei; max-width:1300px; margin:0 auto}.ttxx div{ position:absolute; -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;top:70%; margin-top:-60px;color:#fff ; opacity:0 }.ttxx div h3{text-shadow:#413535 -1px -1px 3px; margin-bottom:20px; color:#fff;font-weight:bold}.font60{font-size:60px}
.btn6{ background:#2051ec; padding:15px 40px; font-size:14px; color:#fff; display:inline-block}
    .btn6:hover{color:#2051ec; background:#fff}
.swiper-slide-active .ttxx div{ top:50%; opacity:1 }
.culum_list{ padding-top:30px}
#banner_point{ position:absolute; text-align:left; bottom:20%}
#banner_point span{ display:inline-block; opacity:0.8; margin-right:10px}
#banner_point .swiper-pagination-bullet-active{ }
#banner_point span i{ display:inline-block;opacity:1; border-radius:5px; background:#2051ec;height:10px;}

.fw1{ background:url(../images1/dingnuo1.jpg) no-repeat center center  #f2f2f2; background-size:cover}
.fw2{ background:url(../images1/dingnuo2.jpg) no-repeat center center  #f2f2f2; background-size:cover}
.fw3{ background:url(../images1/dingnuo3.jpg) no-repeat center center  #f2f2f2; background-size:cover}
.fw4{ background:url(../images1/dingnuo4.jpg) no-repeat center center  #f2f2f2; background-size:cover}

.fw1:hover{ background:url(../images1/dingnuo01.jpg) no-repeat center center  #2051ec; background-size:cover}
.fw2:hover{ background:url(../images1/dingnuo02.jpg) no-repeat center center  #2051ec; background-size:cover}
.fw3:hover{ background:url(../images1/dingnuo03.jpg) no-repeat center center  #2051ec; background-size:cover}
.fw4:hover{ background:url(../images1/dingnuo04.jpg) no-repeat center center  #2051ec; background-size:cover}

/*产品图轮播*/

        /* 使用唯一的类名前缀避免样式冲突 */
       .my-carousel * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

       .my-carousel body {
            background: #f8f9fa;
        }

       .my-carousel .container {
            max-width: 1280px;
            margin: 30px auto;
            display: flex;
            flex-wrap: wrap;
            gap: 40px;
            align-items: flex-start;
        }

        /* 轮播区域 */
       .my-carousel .carousel {
            flex: 1.5;
            min-width: 50%;
            position: relative;
        }

       .my-carousel .carousel-inner {
            position: relative;
            padding-bottom: 66.66%;
            overflow: hidden;

            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
        }

       .my-carousel .carousel-item {
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        }

       .my-carousel .carousel-item.active {
            opacity: 1;
        }

       .my-carousel .carousel-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

       .my-carousel .carousel-button {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: transparent;
            color: rgba(255, 255, 255, 0.9);
            border: none;
            cursor: pointer;
            font-size: 58px;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        }

       .my-carousel .carousel-button:hover {
            color: white;
            transform: translateY(-50%) scale(1.15);
        }

       .my-carousel .prev {
            left: 25px;
        }

       .my-carousel .next {
            right: 25px;
        }

        /* 右侧内容 */
       .my-carousel .content {
            flex: 1;
            min-width: 40%;
            padding: 10px;
        }

       .my-carousel h1 {
            font-size: 2.5rem;
            margin-bottom: 2.2rem;
            margin-top: 1rem;
            text-align: center;
            color: #1a1a1a;
            font-weight: 650;
            line-height: 1.2;
        }

       .my-carousel .advantages {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1.8rem;
        }

       .my-carousel .advantage-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            background: white;
            border-radius: 8px;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
        }

       .my-carousel .icon-container {
            width: 75px;
            height: 75px;
            background: linear-gradient(135deg, #4a90e2 0%, #2051ec 100%);
            border-radius: 5px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.2rem;
            margin-top:1.2rem;
            position: relative;
            overflow: hidden;
        }

       .my-carousel .icon-container::after {
            content: "";
            position: absolute;
            width: 140%;
            height: 140%;
            background: linear-gradient(45deg,
                    rgba(255, 255, 255, 0.15) 25%,
                    transparent 25%,
                    transparent 50%,
                    rgba(255, 255, 255, 0.15) 50%,
                    rgba(255, 255, 255, 0.15) 75%,
                    transparent 75%);
            transform: rotate(45deg);
            animation: my-carousel-shine 6s infinite linear;
        }

        @keyframes my-carousel-shine {
            0% {
                left: -40%;
            }

            100% {
                left: 120%;
            }
        }

       .my-carousel .advantage-icon {
            font-size: 2.5rem;
            color: white;
            z-index: 1;
        }

       .my-carousel .advantage-text {
            font-size: 1.1rem;
            color: #404040;
            font-weight: 500;
            letter-spacing: 0.5px;
        }

        @media (max-width: 1200px) {
           .my-carousel .container {
                gap: 30px;
            }

           .my-carousel h1 {
                font-size: 2.4rem;
            }
        }

        @media (max-width: 992px) {
           .my-carousel .carousel {
                flex: 1.2;
            }

           .my-carousel .advantages {
                gap: 0.5rem;
            }
        }

        @media (max-width: 768px) {
           .my-carousel .container {
                flex-direction: column;
                gap: 1rem;
            }

           .my-carousel .carousel,
           .my-carousel .content {
                width: 100%;
                min-width: auto;
                padding: 0;
            }

           .my-carousel h1 {
                font-size: 2rem;
                text-align: center;
                margin-bottom: 1.5rem;
            }

           .my-carousel .advantages {
                grid-template-columns: repeat(2, 1fr);
                gap: 0.5rem;
            }

           .my-carousel .icon-container {
                width: 65px;
                height: 65px;
                margin-bottom: 1rem;
            }

           .my-carousel .advantage-icon {
                font-size: 1.8rem;
            }
        }

        @media (max-width: 480px) {
           .my-carousel .advantages {
                grid-template-columns: repeat(2, 1fr);
                gap: 0.8rem;
            }

           .my-carousel .advantage-item {
                padding: 0.8rem;
            }

           .my-carousel .advantage-text {
                font-size: 1rem;
            }
        }

        /* 拖动时鼠标样式 */
       .my-carousel .carousel-inner.dragging {
            cursor: grabbing;
        }
        
        

.my-carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* 保持图片完整显示 */
}
.my-carousel .container {
    display: flex;
    flex-wrap: nowrap; /* 禁止换行 */
    gap: 0px; /* 减少间隙 */
}

.my-carousel .carousel {
    flex: 1; /* 均分剩余空间 */
    min-width: 62%; /* 保证轮播区域主导地位 */
}

.my-carousel .content {
    flex: 1;
    min-width: 35%; /* 适当缩小右侧区域 */
}
@media (max-width: 992px) {
    .my-carousel .carousel {
        flex: 1.2;
        min-width: 55%; /* 中屏下保持更大占比 */
    }
    .my-carousel .content {
        min-width: 40%;
    }
}

@media (max-width: 768px) {
    .my-carousel .container {
        flex-direction: column; /* 小屏垂直堆叠 */
    }
    .my-carousel .carousel,
    .my-carousel .content {
        min-width: 100%; /* 占满整行 */
    }
}
.my-carousel .carousel-item img {
    object-fit: cover; /* 裁剪图片以适应容器 */
}

/* 移动端适配 */
@media (max-width: 768px) {
  .con020 p {
    margin-top: 0 !important; /* 增加强制覆盖 */
    /* 同时检查父容器 */

  }
}

/*产品图轮播结束*/
 /* .clearfix li a{text-shadow: #000 1px 0px 0px;} */
.clearfix:hover a{text-shadow: #000 0px 0px 0px;}
.clearfix{ zoom: 1; }
.clearfix:after { content: ''; display: block; clear: both; }
.fl {float:left;}
.fr {float:right;}
.hidden{display: none;}
.btn1:hover{ background:#F60; color:#fff}
.btn1{ color:#fff; font-size:14px; background:#2051ec; border-radius:4px; color:#fff; display:inline-block; padding:0px 10px; line-height:30px;}
.m-sub-menu{display: none;}
.header-top{
	line-height: 36px;
	padding: 0 3%;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.con01 h3{font-size: 20px;line-height:40px;}
.con01 h2{font-size: 40px;line-height:60px;}
.con010 h3{font-size: 20px;line-height:40px;}
.con010 h2{font-size: 40px;line-height:60px;}
.con010 p{max-width:1200px;margin:2rem auto;}
.cat-item{float: left;}
.navnav li{display:block;}
.con01 {
width: 1306px;
font-family: "微软雅黑";
margin: 2rem auto;
font-weight: normal;
line-height: 26px;
background: url(../images1/mp.jpg) no-repeat top center #fff;
padding-top: 2rem;
}
.con01 h3{font-size:36px;margin-top:5rem;}
.con01 div{margin-top: 30px;}
.con01 p{
    margin: 0px auto;
    width: 1200px;
}

.con010 {
width: 1306px;
font-family: Arial, sans-serif;
margin: 2rem auto;
font-weight: normal;
background: url(../images1/mp.jpg) no-repeat top center #fff;
padding-top: 2rem;

}
.con010 h3{font-size:36px;margin-top:5rem;}
.con11 img{display: block;
    margin:30px auto 30px;
}
.con01 img{display: block;
    margin:30px auto 30px;
}

.con010 img{display: block;
    margin:0px auto;
}


.con02 {
    width: 1306px;
    font-family: "微软雅黑";
    margin: 2rem auto 0px;
    font-weight: normal;
font-size: 15px;
line-height: 26px;
background: url(../images1/mp.jpg) no-repeat top center #fff;
}

.con13 {
    width: 1306px;
    font-family: "微软雅黑";
    margin: 4rem auto;
    font-weight: normal;
font-size: 15px;
line-height: 26px;
background: url(../images1/mp.jpg) no-repeat top center #fff;
}

.con020 {
    width: 1306px;
    font-family: "微软雅黑";
    margin: 3rem auto;
    font-weight: normal;
font-size: 15px;
line-height: 26px;
background: url(../images1/mp.jpg) no-repeat top center #fff;
margin-bottom：2rem；
}


.con02 h1{margin-top:5rem;text-indent:0;font-size: 40px;}
.con02 p, .con01 div{
    margin-top: 30px;
}
.con13 p{}
.con13 div{}
.con020 p{
    margin-top: 30px;
}


.con02 img{display: block;
}
.con13 img{display: block;
margin:30px auto;
}

.con020 img{display: block;
margin:0px auto;
}
.fixed .header-top{
	background: #F5F5F5;
	color: #545454;
	border-bottom: 1px solid #CDCDCD;
}

.header-top span{
	vertical-align: middle;
}

.zuoji{
	font-size: 18px;
	color: #fff;
}

.fixed .zuoji{
	color: #000;
}

.header_nav{
	width: 100%;
	padding: 0 3%;
	position: relative;
	transition: all .3s;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.fixed .header_nav{
	background: #fff;
	border-bottom: 1px solid #CDCDCD;
}



.top_box {text-shadow: #000 1px 0px 0px;} 
.top_box.fixed a{text-shadow: #000 0px 0px 0px;} 
.hover_infor{text-shadow: #000 0px 0px 0px;} 
.fl{text-shadow: #000 0px 0px 0px;} 
.zuoji{text-shadow: #000 0px 0px 0px;} 








.fuwu>div{  font-family:Microsoft YaHei; padding:3px;}.fuwu .fw{ padding:25px 30px; border-radius:5px; height:200px; overflow:hidden}
.fuwu>div h3{ font-size:30px; margin:10px 0; font-weight:bold;}
.fuwu>div *{ color:#000}
.fuwu>div div p{ opacity:0.4}
.all_wrap{-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;}
.hei100{ height:100px}

.icons { -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    
    filter: grayscale(100%); opacity:0.7;
	
    filter: gray; 
    display: inline-block;
    font-style: normal
}
.icons-gray-u-cloud {

    background-position: -410px -71px;
    background-size: 610px 350px;
    width: 200px;
    height: 66px;
}
.icons-gray-api-cloud{background-image: url('../images1/logoson.png');background-position: 0px -71px;background-size: 610px 350px;width: 200px;height: 66px;}
.icons-gray-dev-store{background-image: url('../images1/logoson.png');background-position: 0px -213px;background-size: 610px 350px;width: 200px;height: 66px;}
.icons-gray-iflyrec{background-image: url('../images1/logoson.png');background-position: -205px 0px;background-size: 610px 350px;width: 200px;height: 66px;}
.icons-gray-m-smart{background-image: url('../images1/logoson.png');background-position: -205px -71px;background-size: 610px 350px;width: 200px;height: 66px;}
.icons-gray-mobile-360{background-image: url('../images1/logoson.png');background-position: 0px -142px;background-size: 610px 350px;width: 200px;height: 66px;}
.icons-gray-niu-trans{background-image: url('../images1/logoson.png');background-position: -205px -142px;background-size: 610px 350px;width: 200px;height: 66px;}
.icons-gray-os-china{background-image: url('../images1/logoson.png');background-position: 0px 0px;background-size: 610px 350px;width: 200px;height: 66px;}
.icons-gray-ox-codes{background-image: url('../images1/logoson.png');background-position: -205px -213px;background-size: 610px 350px;width: 200px;height: 66px;}
.icons-gray-qiniu{background-image: url('../images1/logoson.png');background-position: 0px -284px;background-size: 610px 350px;width: 200px;height: 66px;}
.icons-gray-roobo{background-image: url('../images1/logoson.png');background-position: -205px -284px;background-size: 610px 350px;width: 200px;height: 66px;}
.icons-gray-tesin{background-image: url('../images1/logoson.png');background-position: -410px 0px;background-size: 610px 350px;width: 200px;height: 66px;}
.icons-gray-u-cloud{background-image: url('../images1/logoson.png');background-position: -410px -71px;background-size: 610px 350px;width: 200px;height: 66px;}
.icons:hover{   -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    
    filter: grayscale(0%);opacity:1;
	
    filter: none;}
.icons-gray-xiaoxiang{
  background-image: url('../images1/xx.jpg');
  width: 200px;
  height: 66px;
  background-position: center;
   }
  .icons-gray-xiaoxiang:hover{
     background-image: url('../images1/logoson.png');
 
}
.linkimg li{ margin-top:20px; margin-bottom:20px}
.icons-gray-hudong{
  background-image: url('../images1/bk.jpg');
  width: 200px;
  height: 66px;
  background-position: center;}
  .icons-gray-hudong:hover{
     background-image: url('../images1/logoson.png');
  }

.icons-blue-os-china, .partners .main-item-content li .icons-gray-os-china:hover {
    background-image: url(../images1/logoson.png);
    background-position: 0px 0px;
    background-size: 610px 350px;
}
/*
.fw{-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    
    filter: grayscale(100%);
	
    filter: gray;
    transition: all 0.3s; position:relative; top:0;
	
	}
.fuwu>div:hover .fw{-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    
    filter: grayscale(0%); 
	
    filter: none; position:relative; top:-10px;-moz-box-shadow:2px 22px 40px #fff3e8; -webkit-box-shadow:2px 22px 40px #fff3e8; box-shadow:2px 22px 40px #fff3e8;}
*/.fuwu>div:hover div *{ color:#fff}

/* 必要布局样式css */
.small_infor{ font-family:"微软雅黑"}
.product-num-box{
    width: 100%;
    height: 680px;
    background-color: #3e88f1;
    background-image: url(../images1/pre-bg.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size:100%;
}

.product-num-content{
    width: 1200px;
    height: 577px;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}

.product-num-title{
    padding-top: 110px;
    margin-bottom: 30px;
    font-size: 42px;
    color: #fff;
    line-height: 45px;
    font-family: -apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,Helvetica,PingFangSC-Medium,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
}
.product-num-text{
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}

.product-num-head{
    margin-top: 80px;
    font-size: 0;
}

.product-num-item{
    text-align: center;
    position: relative;
    display: inline-block;
    width: 400px;
    font-size: 108px;
    color: #fff;
    line-height: 62px;
    font-family: -apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,Helvetica,PingFangSC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
}

.product-num-jus{
    display: inline-block;
    margin: 80px 0;
    width: 162px;
    height: 56px;
    font-size: 22px;
    color: #fff;
    line-height: 48px;
    letter-spacing: 2px;
    border: 4px solid #fff;
    cursor: pointer;
    font-weight: 500;
    font-family: -apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,Helvetica,PingFangSC-Medium,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    text-decoration: none;
}

.product-num-nub{
    display: inline-block;
    width: 400px;
    font-size: 108px;
    color: #fff;
    line-height: 62px;
    font-family: -apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,Helvetica,PingFangSC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
}

.product-num-add{
    font-size: 24px;
    color: #fff;
    margin-left: -20px;
    position: absolute;
    right: 75px;
    top: 30px;
}

.product-num-inf{
    margin-top: 24px;
    font-size: 28px;
    color: #fff;
    line-height: 0;
    margin-left: 30px;
}

.product-num-jus:hover{
    background-color: #fff;
    color: #3e88f1;
}

.product-num-wan{
    position:absolute;
    right: 55px;
    top: 0px;
}
.icofw{background:url(../images1/icos.png) ; margin-top:10px; width:54px; height:40px; display:inline-block}
.icofw1{ background-position:-28px 244px}
.icofw2{ background-position:-94px 244px}
.icofw3{ background-position:-175px 244px}
.icofw4{ background-position:-256px 244px}

.fuwu>div:hover .icofw1{ background-position:-28px 188px}
.fuwu>div:hover .icofw2{ background-position:-94px 188px}
.fuwu>div:hover .icofw3{ background-position:-175px 188px}
.fuwu>div:hover .icofw4{ background-position:-256px 188px}
.fuwu>div:hover span{ opacity:0.1}
.fw span{ font-size:60px; opacity:0.05 ; position:absolute; right:30px; bottom:10px}

.fuwu div a{ display:inline-block;  height:100%; width:100%;position:absolute; left:0; top:0;}
.fuwu div p,.fuwu div i,.fuwu div h3{ position:relative; z-index:5}

.fuwu>div:hover a{ opacity:0}
.i1{ display:inline-block; background:url(../images1/a.png) no-repeat ; position:relative; top:2px; width:14px; height:14px;}
.i2{ display:inline-block; background:url(../images1/b.png) no-repeat ; position:relative; top:2px; width:14px; height:14px;}

.next{ display:inline-block; width:50px; height:50px;}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev{ background-image:none !important}

.btn-fy{position: absolute; z-index:55;
    top: 50%; margin-top:-70px; background:url(../images1/icos.png); background-size:auto;width:60px !important; height:60px !important; display:inline-block}
.next1{ right:0;  background-position:96px -112px; opacity:0.4}
.prev1{left:0; background-position:184px -112px; opacity:0.4}
.next1:hover{  background-position:-74px -112px; opacity:1}
.prev1:hover{  background-position:0px -112px; opacity:1}
.section3 .next1{ right:0;  background-position:96px -112px; opacity:1}
.section3 .prev1{left:0; background-position:184px -112px; opacity:1}
.section3 .next1:hover{  background-position:94px -31px; opacity:1}
.section3 .prev1:hover{  background-position:184px -31px; opacity:1}
.hot{ background:url(../images1/icos.png); background-position:74px -327px; position:absolute;width:40px; height:40px; display:inline-block }
.nav_r li { }
.nav_r li .hot{ margin-left:135px; margin-top:-75px}.past_r h3 .hot{ margin-top:33px; margin-left:-10px}
.xw{ font-family:"微软雅黑"}
.list{border-bottom:#ccc solid 1px;}
.list li{ margin-top:40px;border-bottom:#ccc solid 1px; padding-bottom:20px; position:relative; height:190px; width:100%; float:left}
.list b{ position:absolute; left:0; top:0;}
.list span strong{ height:50px; display:inline-block; width:100%}
.list span{ margin-right:130px;border-right:#ddd solid 1px; display:inline-block; margin-left:280px}.list span strong a{ color:#000; font-size:18px;}
.list span p{font-size:16px; color:#999;height:85px; overflow:hidden; margin-bottom:15px;}

.list span em{ font-style:normal; border-bottom:#999 solid 2px; padding-bottom:1px;}
.list li .more{ position:absolute; top:50%; margin-top:-20px; border:#2051ec solid 1px; padding:10px 20px; color:#2051ec; right:0;}
.list li:hover span *{ color:#2051ec}
.list li:hover span em{ border-bottom:#2051ec solid 2px;}

.list li:hover .more{ background:#2051ec; color:#fff}
.right{ border-top:#2051ec solid 5px}

.w{ width:95%}
.w img{margin:20px auto;display: block;}
.fy{ border-top:#CCC dashed 1px; clear:both; margin-top:40px; padding:20px 0;border-bottom:#CCC dashed 1px;}
.fy p{ margin:10px 0; font-weight:bold}

.pinglun{ padding:30px 0; border-bottom:#ccc solid 1px; font-size:16px}


#collage .china{ font-family:"微软雅黑"; font-size:36px; font-weight:bold}

.fy p a{ color:#2051ec}
 .nav_r li:hover .hot{
	 animation:myfirst 1.5s infinite;
animation-direction:alternate;

-webkit-animation:myfirst 1.5s infinite;
-webkit-animation-direction:alternate;
 }
@keyframes myfirst
{
0%   { margin-top:-75px; opacity:1}
50%  { margin-top:-65px; opacity:0.8}
100% { margin-top:-75px;opacity:1}
}
 
@-webkit-keyframes myfirst /* Safari and Chrome */
{
0%   { margin-top:-75px; opacity:1}
50%  { margin-top:-65px; opacity:0.8}
100% { margin-top:-75px;opacity:1}}


.mar-10{ margin-right:10px;}.btn8{ background:#F90 !important; color:#fff !important;}
.link a:hover{ background:#2051ec !important; color:#fff !important}
.wrong{ text-decoration:line-through}


.fuwutitle{ position:relative; height:190px; padding:30px 0 }
.fuwutitle span{ color:#eee !important; position:absolute; font-weight:bold; font-size:100px; left:50%; margin-left:-60px }
.fuwutitle strong{ top:50px; font-size:30px; display:inline-block;  position:relative; z-index:5 }
.fuwucon{display:table; width:100%; background:url(../images1/jc.jpg); height:350px; text-align:center; color:#fff}
.fuwucon>div{vertical-align:middle; 
display:table-cell; }.fuwucon>div strong{ font-size:48px; display:block }.fuwucon>div b{ font-size:18px; display:block; padding:20px 0}
.infuwu{ font-family:"微软雅黑"}
.fuwucon>div  p{  font-size:18px; font-weight:normal}
.fuwu2>div{ padding:0; border-right:#ccc solid 1px ; text-align:center;}
.fuwu2>div strong{ display:block; font-size:18px; padding:30px 0; padding-bottom:20px}
.fuwu2>div b{ font-size:36px;display:block; color:#C33; padding-bottom:50px;}
.fuwu2{ border-bottom:#ccc solid 1px}.fuwu2>div:first-child { border-left:#ccc solid 1px}


.fuwu3,.fuwu4{ padding:40px; font-size:18px; line-height:30px;  clear:both; border:#ccc solid 1px;}

.btn7{ background:#eee; color:#999; display:inline-block ;margin-top:20px; line-height:18px; margin-right:4px;  padding:10px 25px; font-size:14px; border-radius:5px;}
.btn9{ background:#F90; color:#fff; display:inline-block ;margin-top:20px; line-height:18px; margin-right:4px;  padding:10px 25px; font-size:14px; border-radius:5px;}
.btn9:hover{ background:#F60; color:#fff !important}
.bar{ padding:30px 0}

.bar strong{ font-size:18px}

.page a:hover{border:#2051ec solid 1px; background:#2051ec; color:#fff}
.page a{ display:inline-block; padding:8px 15px; font-size:18px;  border:#ccc solid 1px; border-radius:5px;}
.pagination a{margin:0px 2px}
.page span{ display:inline-block; padding:8px 15px; font-size:18px; color:#ffffff; border:#2051ec solid 1px; border-radius:5px;background:#2051ec;}
.current{ display:inline-block; padding:8px 15px; font-size:18px; color:#ffffff; border:#2051ec solid 1px; border-radius:5px;background:#2051ec;}
.page{ clear:both; padding:50px 0; text-align:center}
.gz>a{ font-size:16px; margin:5px 0; font-weight:bold; display:inline-block; margin-right:10px; color:#666;}
.mo{ font-size:14px; font-weight:bold; text-decoration:underline !important; color:#999}
.gz p{ padding-top:15px}
.wz li{ background:url(../images1/d.jpg) no-repeat ; background-position:0 10px; padding:10px 0; padding-left:25px }
.wz li a{ font-weight:bold; color:#333;}

.abab i{ font-size:60px; font-weight:bold; font-style:normal; display:inline-block; position:relative; top:-20px}
.rbox{ margin-bottom:50px}
.pl p{ text-decoration:underline; margin:10px 0;  color:#999; font-size:16px; }.pl strong{ display:inline-block; width:100%; margin-top:10px;}
.pl a{ color:#999}.rbox a:hover{ color:#2051ec}

.content{ font-size:14px;}
.content p{ margin-top:25px; line-height:24px}

.title{border-top:#ccc solid 1px;padding-bottom:10px; padding-top:40px; border-bottom:#ccc dashed 1px;}
.title h1{ font-size:22px; font-weight:bold}
.title p{ margin-top:20px; color:#999}
.abab{  display:block; text-align:center; padding-right:0; padding-left:0}
.abab strong{ font-size:58px; margin:20px 0; display:inline-block}
.abab b{ display:block; font-size:16px}
.about1 .con{padding-top:60px; padding-bottom:50px}
.mp{ background:url(../images1/mp.jpg) no-repeat center center}
.con{  font-size:16px;line-height:26px;}
.con p,.con div{ margin-top:30px;}.about4{ font-size:24px}
.lx span{ margin:40px 10px; display:inline-block}
.lx span img{ border:#999 solid 1px}
.lx .wxewm{ margin:40px 10px; display:inline-block}
.lx .wxewm img{ border:#999 solid 1px}
.lx{ padding:100px 0; line-height:60px} 


#sec2{ height:440px}










@media(max-width:1346px) and (min-width:1200px){
        #sec2{ height:440px}
	.wrap,.m_hide{
		width: 1200px;
	}
	
	.main {
		width: 87%;
	}

	.culum_box{
		width: 90%;
	}
	.tiit{
		font-size: 18px;
		 top: 26px;
	}

	.friend_link{margin-top: 124px;}
}

@media (max-width:1305px) and (min-width:1000px){
    #sec2{ height:440px}
	.wrap,.m_hide{
		width: 1000px;
	}
	.main,.culum_box{
		width: 90%;
	}

	.job_btn_r {
		right: -26px;
	}

	.job_btn_l{
		left: -26px;
	}

	.culum_list li a > div span {
		font-size: 54px;
	}

	.culum_list li a > div h3 {
		font-size: 32.15px; margin-top:18px
	}

	.culum_list li a p.p1{
		font-size: 14px;
	}

	.small_infor{
		font-size: 15px;
		padding: 0 15px;
	}

	.top {
		top: -25%;
	}

	.tiit {
		font-size: 23px;
		top: 26px;
	}

	.bottom {
		bottom: -195px;
	}

	.m_hide{
		width: 100%;
		padding: 0 8%;
	}

	.f_nav_list{
		width: 68%;
	}

	.f_nav_list li {
		margin-right:17px;
	}

	.prev_btn{
		left: 0;
	}

	.next_btn{right: 0;}

	.btn{
		width: 30px;
		height:58px;
		background-size: 100% 100%;
	}

	.espg_xz_list li{
		height: 623px;
	}
}

@media(max-width:1560px){
        #sec2{ height:440px}
		.li_inner_box p{ font-size:14px; line-height:20px}
	.nav_l {
		display: none;
	}
	.t_infor{
		padding:35px 0 30px;
	}

	.t_infor h3 {
		font-size: 28px;
	}

	.t_infor p{
		font-size: 24px;
	}

	.main{
		width: 90%;
	}
		.main1{
		width: 100%;
	}
}

@media (min-width:1000px) and (max-width:1280px){
        #sec2{ height:440px}
	.main{
		width: 100%;
		padding: 0 3%;
	}

	.hover{
		background-size: cover;
	}

	.picScroll-left{
		width: 100%;
	}

	.picScroll-left .bd ul li{
		height: 460px;
	}
}

@media(max-width:1143px){
        #sec2{ height:440px}
	#sec3 .sec3_txt,.sec3_info{ font-size:18px; line-height:24px !important;}
.con{ margin:10px}
	.m_hide {
		padding: 0 4%;
	}
}
@media(min-width:900px){
        #sec2{ height:440px}
	#sec8 .swiper-slide{width:325px}
.list{ width:94%}
}

@media (max-width:1464px) and (min-width:1200px) {
        #sec2{ height:440px}
	.main {
		width: 100%;
	}
	.picScroll-left {
		width: 1200px;
	}

	.picScroll-left li{
		width:298px;
	}
}
@media (max-width:1305px) {
        #sec2{ height:240px}
	.culum_list li a > div { height:190px}.culum_list  li a > div p{ margin-top:11px;}.culum_list li a p.p1{ padding:20px 7%; height:230px;}
	.list span strong a{ font-size:16px}
	.btn6{ padding:10px 30px}.abab i,.font60{ font-size:40px}.about4{ font-size:18px}.fuwu>div h3{ font-size:24px;}.eng{ font-size:36px}.sec8 div p{ font-size:12px;}.abab strong{ font-size:48px}
	.con,.sec3_info,.se7con  p,.fuwu3, .fuwu4,.list span p,.fuwucon>div  p{ font-size:14px;}.sec8 .swiper-slide{ height:400px !important}#sec8{ height:420px}.section3{ padding-bottom:30px}
	.section8{ padding:60px 0}.sec8,#sec3{ padding-top:10px}
	.fuwu2>div b{ padding-bottom:20px}.fuwu2>div strong{ padding:20px 0}
	.fixedright li{ width:65px;}.fixedright li img:first-child{ width:50%}.kf_wx{ left:-69px}.fixedright li{ padding:10px 0}.fixedright{ top:32%}
	.navnav,.ht{ /*width:1000px; left:50%; margin-left:-500px */}.navnav a{ padding:5px 30px !important; font-size:16px !important; height:50px !important}
.past_r h3{ line-height:60px; padding-left:20px;}
	.past_r h3:first-child{ padding-left:40px}
	.news_sub h4{
		font-size:14px;
	}.news_sub p{ font-size:12px;}
	.news li{ height:108px}
	.fuwucon>div strong{ font-size:36px}.fuwu2>div b{ font-size:24px;}
}
@media (max-width:1360px) {
        #sec2{ height:240px}
	.news .con{ color:#fff; padding:20px 40px; height:324px}
	.espg_xz_list li i{ font-size:66px}
	.li_inner_box  h3{ font-size:16px;}.espg_xz_list li h3{ font-size:30px; margin-top:20px}.small,.desc{ margin-top:20px}
	.li_inner_box p{ font-size:12px; line-height:18px}
	#sec2 .swiper-slide p{ height:160px}
	
	.news-list{ height:465px}.hover_infor{ font-size:14px;}
	.fixedright li{ width:65px;}.fixedright li img:first-child{ width:50%}.kf_wx{ left:-69px}.fixedright li{ padding:10px 0}.fixedright{ top:32%}
	.navnav,.ht{  /*width:1000px; left:50%; margin-left:-500px */}.navnav a{ padding:5px 30px !important; font-size:16px !important; height:50px !important}
	#sec3{ height:600px}
	.footer li h3{ font-size:16px}.footer li a{ font-size:14px}
	#sec3 .sec3_txt p{ padding:0px 0; font-size:16px}.past_r h3 .hot{ margin-top:13px}
	.news li{ height:108px}
	.pics img{ height:80px}.sec8 .swiper-slide{ height:400px}
	.past_r h3{ line-height:60px; padding-left:20px;}
	.past_r h3:first-child{ padding-left:40px}
	.news_sub h4{
		font-size:14px;
	}.news_sub p{ font-size:12px;}
	.main {
		width: 1200px;
		padding: 0;
	}

	.picScroll-left {
		width: 1000px;
	}

	.picScroll-left  li{
		width:256px;
	}

	.picScroll-left li .li_inner_box {
		height: 498px;
	}
}


@media(max-width:999px){.navnav{ }.ht{ top:60px !important}
    #sec2{ height:240px}
	.navnav a{ width: auto; font-size:14px !important; padding:12px 10px !important; height:50px !important; line-height:24px; color:#333 !important; border:#ccc solid 1px; border-radius:0 !important}
	.navnav{ text-align:center}
	.all_wrap{ padding-top:50px}.sec3_info{ margin-top:20px}
#sec3 .sec3_txt,.sec3_info{ font-size:14px; line-height:18px !important;}#sec3 .sec3_txt p{ padding:4px 0}
.img001{height:180px}
	.m_header{
		width: 100%;
		position: fixed;
		background-color: #fff;
		padding: 8px 15px;
		top: 0;
		transition: all 0.3s ease-out 0s;
		border-top: 8px solid #2051ec;
		left: 0;
		display: block;
		z-index: 999;
		box-shadow: 0 0 10px 5px #ccc;
	}

	.header-top,.header_nav,.btn,.fixedright{
		display: none;
	}

	.m_logo img{
		width: 100px;
	}
	.navbtn{margin-top: 10px;}
	.navbtn span {
		display: block;
		width: 16px;
		height: 2px;
		margin-bottom: 3px;
		background-color: #2051ec;
	}
	.m-sub-menu {
		position: fixed;
		right: -100%;
		width: 66%;
		top: 0;
		z-index: 100;
		height: 100%;
		background-color: #fff;
		transition: all 0.74s ease 0s;
		z-index: 1005;
		display: block;
	}
	
	.m-sub-menu.left {
		right: 0;
		transition: all 0.3s ease 0s;
	}

	.m-sub-menu .top-box {
		height: 54px;
		line-height: 44px;
		padding: 0 8%;
		background:#333;
		background-size: 1px 1px;
	}

	.m-sub-menu .top-box .stt {
		display: inline-block;
		font-size: 14px;
		color: #999;
		width: 80%;
	}

	.m-sub-menu .top-box .close {
		display: inline-block; opacity:1;
		width: 17px;
		height: 17px;
		background: url(../images1/ico_37.png) no-repeat center;
		margin-top: 18px;
		cursor: pointer;
		transition: transform 0.3s ease 0s;
	}

	.sp ul li {
		background: url(../images1/navline.png) repeat-x center bottom;
		background-size: 1px 1px;
		line-height: 44px;
		padding: 0 8%;
	}

	.sp ul li a {
		display: block;
		font-size: 14px;
		color: #333;
		position: relative;
	}

	.sp ul li a::before {
		content: "";
		display: block;
		width: 8px;
		height: 16px;
		background: url(../images1/flex-next.png) no-repeat center;
		background-size: 8px 16px;
		margin-top: -8px;
		position: absolute;
		right: 0;
		top: 50%;
	}

	.navlist ul li {
		background: url(../images1/navline.png) repeat-x center bottom;
		background-size: 1px 1px;
		line-height: 44px;
	}

	.navlist ul li a {
		padding: 0 8%;
		font-size: 14px;
		color: #333;
		display: block;
	}

	.navlist ul li .navh {
		display: block;
		position: relative;
	}

	.navlist ul li .navh::before {
		content: "";
		display: block;
		width: 16px;
		height: 16px;
		background: url(../images1/subnavjia.png) no-repeat;
		background-size:16px 16px;
		position: absolute;
		right: 7.5%;
		top: 50%;
		margin-top: -8px;
	}

	.navlist ul li dl {
		display: none;
		background-color: #eee;
	}

	.navlist ul li dl dd {
		background: none;
	}


	.all_wrap.left, .m_header.left {
		transform: translateX(-66%);
		transition: all 0.3s ease-out 0s;
	}

	.m_hide{
		display: none;
	}

	.wrap, .m_hide{
		width: 100%;
	}

	.footer{
		padding: 10px 0;
	}

	.friend_link{
		display: none;
	}

	.friend_link_m{
		display: block;
		color: #000;
		padding:.5rem 15px;
		margin-top: 0;
	}

	.wrap{
		width: 100%;
		padding: 0 15px;
	}
	.wrap010{
		width: 100%;
		padding: 0 15px;
	}
.con01{padding-top: 4rem;}
	.con01 p{
		width: 100%;
		padding: 0 15px;
	}
	.con01 h3{font-size: 26px;}
		.wrap1{
		width: 100%;
		padding: 0px;
	}


.con010{padding-top: 4rem;}
	.con010 p{
		width: 100%;
		padding: 0 15px;
	}
	.con010 h3{font-size: 26px;}
		.wrap1{
		width: 100%;
		padding: 0px;
	}



	.copy{
		padding-top: 0;
	}
	.copy p{
		float: none;
		text-align: center;
	}

	.past_l,.past_r{
		float: none;
		width: 100%;
	}

	.past_l{
		position: static;
	}

	.past_r h3{
		line-height: 44px;
		font-size: 16px;
	}

	.pics{ width:100px; height:60px
		
	}
.pics img{ height:60px}
	.swiper2 .swiper-slide a img{
		height: auto;
		width: 100%;
	}

	.pics img{
		margin: 0 auto;
	}

	.news li{
		padding-left: 0;
	}

	.eng {
		font-size:24px;
	}

	.china {
		font-size:16px;
	}

	.news_sub{
		
	}

	.news_sub p span{display: block;margin-left: 0;}

	.link{
		padding: 10px 15px;
	}

	.link a{
		width: 31%;
		float: left;
		margin-right: 2.1%;
	}

	.link a:last-child{margin-right: 0;}

	.culum_list li{
		width: 100%;
		margin-bottom: 15px;
	}

	.culum_box{
		width: 100%;
		padding: 0 15px;
	}

	.section3{
		padding:50px 0;
	}

	.small_infor{
		font-size: 13px;
		padding: 15px;
		margin-top: 0;
		line-height: 24px;
	}

	.culum_list li a p.p1{
		padding: .4rem  15px;
		height: auto;
	}

	.job_btn{display: none;}

	.main{
		width: 100%;
		padding: 0 15px;
		margin-top: 15px;
	}

	.swiper_job{
		width: 100%;
		display: block;
	}

	.swiper_job .swiper-slide{
		margin-right: 0;
		height: auto;
		padding:15px;
	}

	.espg_xz_list li{
		width: 100%;
	}

	.espg_xz_list li h3{
		font-size: .45rem;
		margin-top: .12rem;
	}

	.espg_xz_list li i.pic_one {
		width:32px;
		height: 32px;
		background: url(../images1/cg.png) center no-repeat;
		background-size: 100% 100%;
	}

	.number{
		font-size: 1.28rem;
		top: -.34rem;
	}

	.desc{
		font-size: .26rem;
		margin-top: .3rem;
		line-height: .42rem;
	}

	.espg_xz_list li{
		padding: .5rem 15px;
		margin-bottom: 15px;
		height: auto;;
	}

	.espg_xz{margin-top: 15px;}

	.swiper {
		margin-top: 55px;
	}

	
	.past_r h3{
		padding-left: 15px;
	}

	.tiit{
		font-size: .32rem;
		top: .45rem;
	}
#sec3{ padding-top:10px}
	.section4{
		padding:20px 0;
	}

	.show_list li{
		float: none;
		margin-bottom: .3rem;
	}

	.t_infor{
		display: block !important;
		width: 100%;
		padding: 10px;
		left: 100%;
	}

	.sanjiao,.sc i.sanjiao{
		width: .2rem;
		height: .42rem;
		background: url(../images1/zuosanjiao.png) center center no-repeat;
		background-size: 100% 100%;
		display: block;
		position: absolute;
		left: -.1rem;
		top: 50%;
		margin-top: -.21rem;
		z-index: 5;
	}

	.sc i.sanjiao{
		transform: rotate(0)
	}
	.sc{
		left: 100%;
		right: auto;
	}

	.t_infor h3 {
		font-size: 14px;
	}
	
	.t_infor p {
		font-size: 13px;
		margin-top:.2rem;
	}

	.section1{
		padding: .8rem 0 .1rem;
	}
	
	.section2{
		padding-bottom: 1.3rem;
		padding-top: .3rem;
		background-attachment: #fff;
	}

	.section5{
		padding-bottom: 25px;
	}

	.bottom {
		bottom: -3.6rem;
		right: -2rem;
	}

	.top{
		left: -1rem;
		top: -2.8rem;
	}

	.swiper2 .span{
		bottom: .4rem !important;
	}

	.slideBox,.slideBox2{display: none;}

	.swiper{
		display: block;
		overflow: hidden;
		position: relative;
	}

	.picScroll-left{
		display: none;
	}

	.swiper_job{
		width: 100%;
		overflow: hidden;
		text-align: center;
	}
	.swiper_job .swiper-slide{
		padding:42px 20px 14px;
		background-color: #F6F6F6;
		border: 1px solid #D3D3D3;
		border-radius: 5px;
	}

	.span1{
		display: block;
		position: absolute;
		width: 100%;
		z-index: 3;
		left: 0;
		bottom: 20px;
		text-align: center;
	}

	.span1 .swiper-pagination-bullet {
		width:12px;
		height: 12px;
		display: inline-block;
		border-radius: 100%;
		background: #fff;
		opacity: 1;
	}

	.span1 .swiper-pagination-bullet-active {
		opacity: 1;
		background-color: #b90022;
	}

	.espg_xz_list li i:nth-child(1),.small{
		display: none;
	}

	.span2{
		display: block;
		margin-top: 25px;
	}

	.span2 .swiper-pagination-bullet {
		width:13px;
		height: 13px;
		display: inline-block;
		border-radius: 100%;
		background-color: #f1f1f1;
		opacity: 1;
	}

	.span2 .swiper-pagination-bullet-active {
		opacity: 1;
		background: #b90022;
	}

	.wq{
		margin-top: .5rem;
	}
	
	.espg_xz_list li img{margin-top: .27rem;}
}

@media(min-width:768px){
        #sec2{ height:240px}
.op-xs{ opacity:0}

}
.fl{padding-left:1px}
@media(max-width:768px){
        #sec2{ height:240px}
	.fuwucon>div strong{ font-size:24px}
	.fuwutitle{ padding:0; height:140px}.about4{ font-size:18px}.lx{ line-height:24px; padding:20px 0}
	.abab strong{ font-size:25px}
	.img001{height:180px}
	.about1 .con{ padding:10px 0}.main-join .job-list-body .job-name,.main-join .job-list .job-name{ width:30% !important}
	.list span strong a{ font-size:14px;}.list span p{ font-size:12px}.list span p{ overflow:hidden; height:30px}
	.list span{ margin-right:0; border:none; margin-left:160px;}.list b img{ width:150px; height:100px}
	.btn5{ margin-top:0px; padding:10px 40px; font-size:16px}.list li .more{ top:auto; bottom:20px; padding:5px 10px;}.list li{ height:140px}
	.fuwu>div h3{ font-size:18px}
	.section8,.sec8,.section7,.section3{ padding-top:40px;}.sec7{ margin-top:20px}.section7{ padding-bottom:20px}
	#banner_point .swiper-pagination-bullet{ width:40px; height:5px;}.hei100{ height:30px}
	.font60{ font-size:24px}
.btn6,.sec8{ padding:5px 20px}
.past_r h3 .hot{ margin-top:0}
	.f_nav_list li{ width:100%;min-height:0; margin:0; border-bottom:#fff solid 1px; padding-top:10px}
.eee{ margin:0 auto; width:283px; padding:30px 0; clear:both}
.zzz,.wx_code{ margin-top:5px}.wx_code { margin-left:0}
.eee,.eee *{ text-align:center !important}
.eee .fr,.eee .fl{ float:none; display:inline-block}
	.f_nav_list li a{ display:none}
	.f_nav_list li:hover a{ display:block}.pics{ left:10px;}.news_sub{ margin-left:130px; margin-right:20px}
	.font12-xs{ font-size:12px !important}
.qh{ margin-left:0 !important; padding-left:0 !important; }
.qh.pad0{}
.imgss{ padding:0 !important}
.past_r h3{ font-size:12px !important; padding: 8px !important}
.news_sub p{}.china{ font-size:13px }.spanmy1{ line-height:30px; font-size:14px; right:-40px;}.spanmy1 i{ width:40px;}
.se7con  p{ height:auto; margin-right:0; padding-bottom:20px; line-height:24px}.se7con h2{ padding-bottom:20px; font-size:24px}.fuwu2>div b{ font-size:20px}.btn7{ padding-left:10px; padding-right:10px}
}