﻿
@import url(jquery.bxslider.css);
@import url(pscroll.css);
/*首页*/
.flex-align {
	display: flex;
	align-items: center;
}
.flex-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.i_product_bg {
	/* background-color: #f5f5f5; */
	/* overflow: hidden; */
}
.i_title {
	position: relative;
	margin-top: 100px;
	margin-bottom: 40px;
	overflow: hidden;
	text-align: center;
}
.i_title h2 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
	font-weight: bold;
	font-size: 36px;
	color: #333;
	letter-spacing: -3px;
	text-transform: uppercase;
	font-family: Arial;
	z-index: 1;
}
.i_title .hollow-text {
	font-weight: bold;
	font-size: 55px;
	line-height: 82px;
	text-stroke: 1px #CCCCCC;
	text-align: center;
	font-style: normal;
	text-transform: none;
	-webkit-text-stroke: 1px #CCCCCC;
	-webkit-background-clip: text; /* 将背景裁剪为文字形状 */
	background-clip: text; /* 标准属性 */
	-webkit-text-fill-color: transparent; /* 将文字填充颜色设置为透明 */
}
.i_title .description {
	font-weight: 400;
	font-size: 18px;
	color: #666666;
	text-align: center;
}
.nproduct_list2 {
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 8px;
}
.nproduct_list2 ul li {
	float: left;
	width: 32.1%;
	margin-left: 0.5%;
	margin-right: 1%;
	overflow: hidden;
	margin-bottom: 1.5%;
	text-align: center;
	background-color: #fff;
	padding-bottom: 4%;
}
.nproduct_list2 ul li:nth-child(3n+0) {
	margin-right: 0;
}
.nproduct_list2 ul li img {
	display: inline-block;
	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;
	vertical-align: middle;
   height:321px
}
.nproduct_list2 ul li .imgs {
	width: 100%;
	overflow: hidden;
}
.nproduct_list2 ul li h2 {
	font-weight: normal;
	color: #333333;
	line-height: 36px;
	height: 36px;
	text-align: center;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	margin-bottom: 1%;
}
.nproduct_list2 ul li p {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #929292;
	font-size: 14px;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 350px;
	margin: 0 auto;
}
.nproduct_list2 ul li em {
	display: block;
	color: #ee697e;
	font-size: 14px;
	margin-top: 10px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.nproduct_list2 ul li label {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-top: 5px;
}
.nproduct_list2 ul li: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);
}
.nproduct_list2 ul li:hover {
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	transition: all 0.3s;
}
.nproduct_list2 ul li:hover h2 {
	color: #00a1e9;
}
.about_list {
	position: relative;
	display: flex;
	justify-content: center;
	padding-bottom: 234px;
}
.about_list .ibg {
	position: absolute;
	bottom: -65px;
	left: 0;
	right: 0;
	height: 475px;
	/* background-color: red; */
	background-image: url(../img/ibg.png);
	background-size: 100% 100%;
	z-index: 1;
}
.about_list ul {
	width: 410px;
	height: 600px;
	overflow-y: auto;
	z-index: 2;
}
.about_list ul .products {
	display: flex;
	align-items: center;

}
.about_list ul .products .products-item {
	position: relative;
	width: 306px;
	height: 94px;
	margin-bottom: 24px;
	background: #EBF2F9;
	-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;
	box-shadow: 0px 3px 20px 1px rgba(0,69,148,0.16);
	border-radius: 0px 0px 0px 0px;
	border: 2px solid #FFFFFF;
}
.about_list ul .products .products-item .imgs {
	display: block;
	width: 65px;
	height: 65px;
}
.about_list ul .products .products-item .go {
	display: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #0F6AB4;
	font-size: 18px;
	background: #FFFFFF;
	border-radius: 50%;
}
.about_list ul .products .products-item p {
	display: none;
	color: #AFDBFF;
	font-size: 12px;
	padding: 0 23px;
}
.about_list ul .products .products-item .imgs img {
	width: 65px;
	height: 65px;
}
.about_list ul .products .products-item .flex-between {
	padding: 14px 23px;
}
.about_list ul .products .products-item h2{
	font-weight: bold;
	font-size: 18px;
	color: #333333;
 }
.about_list ul .products .products-- {
	width: 77px;
	text-align: center;
	margin: auto;
	border-bottom: 2px dashed #7399F9;
}
 
.about_list ul .checked .products-item {
	height: 203px !important;
	/* height: auto;
	padding-bottom: 24px; */
	background: #0F6AB4 !important;
}
 
.about_list ul  .checked p{
	display: block !important;
}
 
.about_list ul  .checked img{
	display: none !important;
}
.about_list ul  .checked .go {
	display: block !important;
}

.about_list ul .checked h2{
	color: #fff !important;
}
.about_list ul .checked .products-- {
	position: relative;
	border-bottom: 2px solid #7399F9 !important;
}
.about_list ul .checked .products--::after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	content: '';
    width: 0;
    height: 0;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 12px solid #0F6AB4;
}


.about_list .sealed {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 800px;
	background-color: rgba(0, 0, 0, .3);
	background-image: url(../img/sealed-bg.png);
	background-size: 100% 100%;
	z-index: 2;
}
.about_list .sealed a{
	width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.about_list .sealed .title {
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 39px;
}
.about_list .sealed .text {
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 2px;
}
.i_solution {
	overflow: hidden;
	padding-bottom: 4%;
	padding-top: 8px;
}
.i_solution ul li {
	float: left;
	width: 33.33%;
	/* margin-right: 2%; */
	overflow: hidden;
	/* margin-bottom: 1.5%; */
	text-align: center;
}
.i_solution ul li:nth-child(2n+0) {
	margin-right: 0;
}
.i_solution ul li img {
	display: block;
	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;
	vertical-align: middle;
}
.i_solution ul li .imgs {
	margin: 0 auto;
	overflow: hidden;
}
.i_solution ul li .txts {
	height: 56px;
	position: absolute;
	width: 100%;
	overflow: hidden;
	background: rgba(0,0,0,0.78);
	bottom: 0;
	left: 0;
}
.i_solution ul li:hover .txts {
	height: 100%;
}
.i_solution ul li h2 {
	height: 56px;
	line-height: 56px;
	font-weight: normal;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
}
.i_solution ul li p {
	min-height: 40px;
	font-weight: 400;
	font-size: 14px;
	color: #EEEEEE;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 350px;
	margin: 0 auto;
}
.i_solution ul li .go {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	border-radius: 50%;
	background: #0F6AB4;
	margin: 0 auto;
}
.i_solution ul li: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);
}
.i_case_bg {
	background: url(../img/i_bg2.jpg) center center no-repeat;
	background-size: cover;
	overflow: hidden;
	padding-bottom: 4%;
}
.i_case_bg .i_title h2 {
	color: #fff;
}
.i_case_bg .i_title p {
	color: #fff;
	background: url(../img/i_bg3.png) center bottom no-repeat;
}
.i_link {
	overflow: hidden;
	margin-bottom: 3%;
}
.i_link ul li {
	float: left;
	width: 15.8%;
	margin-right: 1%;
	margin-bottom: 1%;
	overflow: hidden;
}
.i_link ul li:nth-child(6n+0) {
	margin-right: 0;
}
.i_link ul li .imgs {
	overflow: hidden;
	border: 1px solid #f0f0f0;
}
.i_link ul li .imgs img {
	display: block;
	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;
}
.i_link ul li .imgs: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);
}
.banner_pos {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
}
.banner_pos .banner_div {/* display:table; vertical-align:bottom; */
	height: 100%;
	width: 100%;
	position: relative;
}
.wrap {
	background: #F2F6F9;
}
/*.banner_pos .wrap .td{ display:table-cell; vertical-align:bottom;height:100%;}*/
/*.banner_pos img{transition:all 0.3s;filter: Alpha(Opacity=100);opacity: 1.0; max-width:100%;}*/
.banner_pos .img001 {
	height: 100%;
	width: 57.6%;
	vertical-align: bottom;
	position: absolute;
	bottom: 0;
	right: 0%;
}
.banner_pos .img001 img {
	height: 100%;
	filter: Alpha(Opacity=0);
	opacity: 0;
}
.banner_pos .txtsbox {
	float: left;
	width: 50%;
}
.banner_pos .txts {
	float: right;
	margin-right: 3%;
	margin-top: 20%;
	width: 94%;
	max-width: 536px;
	text-align: left;
}
.banner_pos .txts h2 {
	color: #00a1e9;
}
.banner_pos .txts p {
	color: #767676;
	margin-top: 6%;
}
.banner_pos .txts a {
	margin-top: 6%;
	width: 220px;
	display: block;
	height: 48px;
	line-height: 48px;
	border: 1px solid #606060;
	text-align: center;
	font-size: 12px;
	color: #a2a2a2;
}
.banner_pos .txts a em {
	float: right;
	margin-right: 7%;
	font-style: normal;
	font-family: "宋体";
	font-size: 18px;
}
.banner_pos .txts a:hover {
	border: 1px solid #00a1e9;
}
.banner_pos .txts a:hover {
	color: #00a1e9;
}

.carousel-box {
      position: relative;
      max-width: 1200px;
    }
.carousel-container {
      position: relative;
	  margin: 0 100px;
	  padding: 16px 0;
      overflow: hidden;
    }
    .carousel-wrapper {
      display: flex;
      transition: transform 0.5s ease;
    }
    .carousel-item {
      flex: 0 0 30%;
      padding: 0 15px;
      min-width: 300px;
    }
    .project-card {
		height: 480px;
		/* padding-bottom: 48px; */
      box-shadow: 0px 3px 20px 1px rgba(0,86,155,0.1);
    }
    .project-img {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }
    .project-info {
      padding: 20px;
    }
    .project-title {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 16px;
      color: #333;
    }
    .project-desc {
      font-size: 14px;
      line-height: 1.6;
      color: #666;
      margin-bottom: 24px;
    }
    .btn {
      border: 1px solid #ccc;
      background: transparent;
	  height: 48px;
      padding: 8px 36px;
      border-radius: 24px;
      font-size: 14px;
      cursor: pointer;
      color: #666;
      transition: all 0.3s;
    }
    .btn:hover {
      background-color: #0F6AB4;
      color: #fff;
    }
    .btn.active {
      background-color: #007bff;
      color: #fff;
      border-color: #007bff;
    }
    .cooperation-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: none;
      background: #eee;
	  color: #333;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 10;
    }
    .cooperation-btn.cooperation-prev {
		/*display: none;*/
      left: 10px;
    }
	.cooperation-box:hover .cooperation-prev {
		display: block;
    }
    .cooperation-btn.cooperation-next {
		/*display: none;*/
      right: 10px;
    }
	.cooperation-box:hover .cooperation-next {
		display: block;
    }

.cooperation-box {
      position: relative;
      max-width: 1200px;
	  margin: auto;
    }
.carousel-container {
      position: relative;
	  margin: 0 100px;
	  padding: 16px 0;
      overflow: hidden;
    }
    .carousel-wrapper {
      display: flex;
      transition: transform 0.5s ease;
    }
    .carousel-item {
      width: 282px;
    }
    .carousel-item img {
      width: 100%;
    }
    .carousel-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: none;
      background: #eee;
	  color: #333;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 10;
    }
    .carousel-btn.prev {
		display: none;
      left: 10px;
    }
	.carousel-box:hover .prev {
		display: block;
    }
    .carousel-btn.next {
		display: none;
      right: 10px;
    }
	.carousel-box:hover .next {
		display: block;
    }

	

	.about {
		background-image: url(../img/about-bg.png);
		background-size: 100% 100%;
	}
	.about > p {
		font-weight: 400;
		font-size: 18px;
		color: #666666;
		text-align: center;
		margin: 0 auto;
		width: 80%;
		max-width: 1040px;
		padding-bottom: 40px;
	}

	.new-container {
            position: relative;
            width: 100%;
            height: 898px;
			background-image: url(../img/container-bg.png);
			background-size: 100% 100%;
			background-color: #F2F6F9;
        }
        
        .company {
            position: absolute;
            left: 15%;
            top: 30%;
            color: white;
            font-family: sans-serif;
        }
        
        .company .company-title {
            font-weight: 400;
			font-size: 24px;
			color: #FFFFFF;
			margin-bottom: 70px;
        }
        .company .company-item {
           cursor: pointer;
		   font-weight: 400;
			font-size: 18px;
			color: #FFFFFF;
			padding-bottom: 8px;
			margin-bottom: 32px;
        }
		.company .company-item.active{
			border-bottom: 1px solid #fff;
		 }
        
        .description-box {
            position: absolute;
            right: 15%;
            bottom: 222px;
            width: 570px;
			height: 247px;
			background-color: #163F8D;
			border-radius: 30px 0px 0px 0px;
            font-weight: 400;
			font-size: 16px;
			color: #FFFFFF;
            padding: 60px;
			padding-bottom: 0;
            display: none;
			background-image: url(../img/description-no1-bg.png);
			background-size: 126px 132px;
			background-position: 100% 100%;
			background-repeat: no-repeat;
        }
        .description-box2 {
			background-image: url(../img/description-no2-bg.png);
        }
        .description-box3 {
			background-image: url(../img/description-no3-bg.png);
        }
        
        .description-box.active {
            display: block;
        }
        
        .nav-buttons {
            position: absolute;
            right: 20%;
            top: 258px;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        
        .nav-btn {
            width: 30px;
            height: 30px;
            border-radius: 50%;
			background-image: url(../img/left-icon.png);
			background-size: 100% 100%;
			cursor: pointer;
        }
        .nav-btn2 {
            width: 30px;
            height: 30px;
            border-radius: 50%;
			background-image: url(../img/right-icon.png);
			background-size: 100% 100%;
			cursor: pointer;
        }
        
        .nav-btn:hover {
            background-color: white;
        }
		.news {
			position: absolute;
			bottom: 0;
			left: 50%;
			transform: translate(-50%, 50%);
			width: 80%;
			max-width: 1442px;
			height: 447px;
			padding: 0 20px;
			background: #FFFFFF;
			box-sizing: border-box;
		}
	.news-container {
            /*max-width: 1200px;*/
            display: flex;
        }
        
        .news-item {
			position: relative;
			display: flex;
			align-items: center;
			flex: 1;
            text-decoration: none;
            color: #333;
			padding: 22px 10px;
            transition: transform 0.3s ease;
			overflow: hidden;
        }
		.news-item::after {
			content: '';
			position: absolute;
			width: 1px;
			top: 0;
			bottom: 0;
			left: 0;
			background-color: #ccc;
		}
		.news-item.active::after {
			display: none !important;
		}
		.news-item.active {
			flex: 2;
		}
		.news-item-left {
			flex: 1;
			gap: 20px;
			overflow: hidden;
		}
        
        .news-item:hover {
            transform: translateY(-5px);
        }
        
        .news-date {
			display: flex;
    		align-items: flex-end;
			line-height: 30px;
            font-size: 32px;
            font-weight: bold;
			color: #333;
            margin-bottom: 16px;
        }
		
		.news-item.active .news-date {
            color: #0a66c2 !important;
		}
        
        .news-date span {
            font-size: 16px;
            font-weight: normal;
            margin-left: 10px;
			line-height: 14px;
        }
        
        .news-image {
            flex: 1;
            object-fit: cover;
			overflow: hidden;
			max-width: 180px;
        }
        
        .news-content {
			width: 100%;
            font-size: 14px;
            line-height: 1.6;
            color: #555;
			overflow: hidden;
        }
		.news-content-title {
			white-space:nowrap !important;
			overflow:hidden !important;
			text-overflow:ellipsis !important;
			max-width: 100%;
			font-weight: 400;
			font-size: 18px;
			color: #333333;
			margin-bottom: 12px;
		}
		.news-content-text {
			display: -webkit-box !important;
			overflow:hidden !important;
			text-overflow:ellipsis !important;
			word-break: break-all !important;
			-webkit-line-clamp: 2 !important;
			line-clamp: 2 !important;
			-webkit-box-orient: vertical !important;
			max-width: 100%;
			font-weight: 400;
			font-size: 14px;
			color: #999999;
		}
	.cooperation-wrap{
        width:100%;
        max-width: 100%;
        padding-top: 200px;
        padding-bottom: 30px;
	}
	.cooperation-container {
            width: calc(100% - 200px);
            overflow: hidden;
            padding: 40px 0;
			margin: auto;
            position: relative;background: #F2F6F9;
        }

        .cooperation-wrapper {
            display: flex;
            transition: transform 0.5s ease;
            /* justify-content: center; */
            width: 100%;
			gap: 24px;
        }

        .cooperation-slide {
            display: flex;
            width: 100%;
            justify-content: center;
            align-items: center;
            padding: 0 20px;
        }

        .cooperation-brand-item {
            flex: 1;
            min-width: 120px;
            max-width: 160px;
            padding: 0 15px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .cooperation-brand-img {
            max-width: 100%;
            max-height: 60px;
            object-fit: contain;
        }

        .cooperation-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: 1px solid #ddd;
            background-color: white;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            z-index: 10;
            transition: all 0.3s ease;
        }

        .cooperation-btn:hover {
            background-color: #f5f5f5;
        }

        .cooperation-prev-btn {
            left: 20px;
        }

        .cooperation-next-btn {
            right: 20px;
        }
    @media (max-width: 992px) {
      .carousel-item {
        flex: 0 0 50%;
      }
    }
    @media (max-width: 768px) {
      .carousel-item {
        flex: 0 0 100%;
      }
    }


	.contact{
            position: relative;
            width: 100%;
            min-height: 428px;
			background-image: url(../img/contact-bg.png);
            background-size: cover;
        }
        
        .contact .content {
            position: absolute;
			right: 63%;
            top: 50%;
            transform: translateY(-50%);
            z-index: 2;
            color: #fff;
            max-width: 600px;
        }
        
        .contact .subtitle {
            font-size: 16px;
            opacity: 0.9;
            margin-bottom: 10px;
        }
        
        .contact .title {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 15px;
        }
        
        .contact .description {
            font-size: 14px;
            opacity: 0.8;
            max-width: 400px;
        }
        
        .contact .contact-form {
            position: absolute;
            left: 60%;
            top: 50%;
            transform: translateY(-50%);
			width: 388px;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
        }
        
        .contact .form-group {
            margin-bottom: 15px;
        }
        
        .contact .form-group input {
            width: 164px;
        }
        .contact .form-group2 {
            width: calc(100% - 22px);
        }
        
        .contact .form-control {
            width: 100%;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 3px;
            font-size: 14px;
            background-color: rgba(255, 255, 255, 0.8);
        }
        
        .contact .form-control::placeholder {
            color: #999;
        }
        
        .contact textarea.form-control {
            min-height: 100px;
            resize: vertical;
        }
        
        .contact .submit-btn {
            width: 100%;
            padding: 12px;
            background-color: #fff;
			color: #0F6AB4;
            border: none;
            border-radius: 3px;
            font-size: 16px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        
        .contact .submit-btn:hover {
			color: #fff;
            background-color: #0052a3;
        }

/*动画*/


@media screen and (max-width:1760px) {
}
@media screen and (max-width:1440px) {
}
@media screen and (max-width:1200px) {
}
@media screen and (max-width:1000px) {
.i_link ul li {
	width: 19%;
}
.i_link ul li:nth-child(6n+0) {
	margin-right: 1.1%;
}
.i_link ul li:nth-child(5n+0) {
	margin-right: 0;
}
}
@media screen and (max-width:960px) {
}
@media screen and (max-width:830px) {
/*轮显*/
#slider {
	/*display: none;*/
}
.flash_div {
	display: block;
}
.i_link ul li {
	width: 24%;
}
.i_link ul li:nth-child(5n+0) {
	margin-right: 1.1%;
}
.i_link ul li:nth-child(4n+0) {
	margin-right: 0;
}
}
 @media screen and (max-width: 780px) {
.nproduct_list2 ul li {
	width: 49%;
}
.nproduct_list2 ul li:nth-child(3n+0) {
	margin-right: 1%;
}
.nproduct_list2 ul li:nth-child(2n+0) {
	margin-right: 0;
}
   .nproduct_list2 ul li img {
     height:auto;
   }
}
@media screen and (max-width: 640px) {
.nproduct_list2 ul li p {
	font-size: 13px;
}
.i_link ul li {
	width: 32.5%;
}
.i_link ul li:nth-child(4n+0) {
	margin-right: 1.1%;
}
.i_link ul li:nth-child(3n+0) {
	margin-right: 0;
}
}
 @media screen and (max-width: 480px) {
.nproduct_list2 ul li p {
	font-size: 12px;
}
}
 @media screen and (max-width:360px) {
}
