@charset "utf-8";



/**/

.content {
	font-size: 16px;
	color: #080808;
	background: #f2f2f2;
	margin-top: 50px;
	padding-bottom: 50px; overflow: hidden;
}



.cnt-l {
	width: 28%;
	float: left;
	background: #FFFFFF;
}

.cnt-l .lead {
	line-height: 80px;
	font-size: 30px;
	color: #FFFFFF;
	background: #2b5dac;
	padding: 0 17px;
}

.cnt-l ul {
	padding: 20px 17px;
	line-height: 50px;
}

.cnt-l ul img {
	margin-right: 10px;
}

.cnt-l ul .on a,
.cnt-l ul li:hover a {
	color: #2b5dac;
}



.left_nav1 { width: 100%; height: auto; margin-top: 15px; overflow: hidden;}
.left_nav1 li { width: 100%; height: 40px; line-height: 40px; border-bottom: 1px #DCD6D7 dashed; overflow: hidden; white-space: normal; text-overflow: ellipsis;}

/*产品列表新li*/
#main_con { width: 75%; height: auto; margin: auto; overflow: hidden; margin-top: 40px; margin-bottom: 50px;}
#main_con_r { width: 68%; height: auto; float: right;}


.product { width: 100%; height: auto; overflow: hidden; float: right;}
.product li { width: 44%; height:auto; float: left; margin-right: 5%; margin-bottom: 30px; overflow: hidden;}
.product_img { width: 100%; height: 280px; overflow: hidden;}
.product_tit {width: 100%; height: 40px; line-height: 40px; font-size: 1.2em; text-align: center; margin-top: 5px; overflow: hidden; white-space: normal; text-overflow: ellipsis;} 
.product_tit a:hover { color: #00417d; font-weight: bold;}


.main_con_r_tit { width: 100%; line-height: 60px; font-size: 1.8em; border-bottom: 1px solid #DDD9D9;}
.main_con_r_con { width: 100%; height: auto; margin-top: 30px; line-height: 26px; margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px dashed #DCD6D7; overflow: hidden;}
.main_con_r_con a { font-weight: bold;}

.main_con_r { width: 100%; height: auto; margin-top: 30px; overflow: hidden;}

.main_con_r_listcase { width: 100%; height: auto; margin-top: 60px; overflow: hidden;}
.main_con_r_listcase_line { width: 20%; height: 60px; line-height: 60px; margin: auto; background-color: #ffb300; color: #fff; text-align: center; font-weight: bold;}
.main_con_r_listcase_con { width: 100%; grid-template-columns: repeat(3, 1fr); grp:20px; height: auto; overflow: hidden; }
.main_con_r_listcase_con li { width: 30%; float: left; list-style:none;  margin-right: 3.33%; border-bottom: 1px #DCD6D7 dashed; padding-top: 35px;}

.main_con_r_listcase_con_img { width: 100%; height: 265px;}
.main_con_r_listcase_con_tit { width: 100%; height: 50px; line-height: 50px; text-align: center; margin-top: 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.main_con_r_listcase_con_tit a { color: #333030;}
.main_con_r_listcase_con_tit a:hover { color: #ffb300}


/*pages*/

.Pagination {
	height: 55px;
	line-height: 20px;
	color: #565656;
	display: flex;
	justify-content: center;
	margin-top: 50px;
	clear: both;
	text-indent: 0;
}

.Pagination span {
	margin-right: 5px;
	display: block;
	float: left;
	margin-left: 5px;
}

.Pagination span b {
	padding: 0 2px;
}

.Pagination div {
	float: left;
}

.Pagination a {
	font-size: 12px;
	text-decoration: none;
	display: block;
	float: left;
	color: #565656;
	border: 1px solid #cacaca;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	margin: 0 2px;
}

.Pagination .Ellipsis {
	line-height: 32px;
	overflow: hidden;
	display: none;
}

cite.FormNum {
	display: block;
	float: left;
	line-height: 20px;
	height: 20px;
	font-style: normal;
	padding-left: 10px;
}

#PageNum {
	color: #777;
	width: 30px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #cacaca;
	margin: 0 5px;
	text-align: center;
}

.Pagination a:hover,
.Pagination a.PageCur {
	background-color: #2B5DAC;
	border: 1px solid #2B5DAC;
	color: #ffffff;
}

/*案例*/
.case{
	padding: 0 50px;
}
.case li {
	border-bottom: 1px dashed #DCDCDC;
	padding: 10px 0;
	margin: 20px 0;
}

.case li img {
	float: left;
}

.case li .info {
	display: flex;
	float: left;
	flex-direction: column;
	justify-content: center;
	line-height: 25px;
	height: 160px;
	color: #666666;
	font-size: 14px;
	max-width: 570px;
	margin-left: 40px;
}

.case li .tit {
	font-size: 20px;
	color: #000000;
	margin-bottom: 10px;
}

.case li p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.case-detail{
	font-size: 16px;
	color: #666666;
}

.case-detail .info{
	padding: 0 50px;
}

.case-detail .tit{
	text-align: center;
	margin: 20px 0;
	font-size: 22px;
	color: #000000;
}


/*新闻*/
.news ul{
	padding: 0 30px;
	box-sizing: border-box;
	list-style: none;
	text-indent: 0;
}

.news ul li{
	background: url("../imgs/ioc_l.png") no-repeat 20px;
	border-bottom: 1px solid #DCDCDC;
	height:60px;
	line-height:60px;
	color: #666666;
	cursor: pointer;
	padding: 0 10px;
}

.news ul li a{
	text-indent: 20px;
	color: #666666;
}

.news ul li span{
	float: right;
}

.news ul li .new-tit{
	/*float: none;*/
	width: 700px;
	display: block;
	/*float: left;*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.news ul li:hover{
	/*background-color: #2B5DAC;*/
	background: url("../imgs/ioc_new.png") no-repeat 20px;
}

.news ul li:hover a{
	color: #2B5DAC;
}



/*联系我们*/


.content .fax,
.content .phone,
.content .address
{
	margin-bottom: 10px;
}

.content input{
	width: 445px;
	height: 40px;
	display: block;
	margin: 30px 0;
	padding-left: 10px;
	outline: none;
}

.content textarea{
	width: 840px;
	height: 150px;
	max-width: 840px;
	max-height: 150px;
	display: block;
	margin: 30px 0;
	padding: 10px;
	outline: none;
	resize: none;
}






.pro_content { width: 75%; height: auto; margin: auto; overflow: hidden; margin-bottom: 50px;}
.pro_content p { margin-top: 10px;}

----------solution---------------------------------------*/
.pro_sl { width: 100%; height: auto; overflow: hidden;}
.pro_sl_tit { width: 100%; height: 50px; line-height: 50px; margin-bottom: 20px; background-image: linear-gradient(to right, #ffb300 6%, transparent 6%);
  background-position: bottom;
  background-size: 100% 5px; /* 控制边框高度 */
  background-repeat: no-repeat; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}


.pro_sl_con { width: 100%; height: auto; line-height: 25px; font-size: 0.9em;} 

.pro_sl1 { width: 100%; height: auto; margin-top: 15px; border-bottom: 1px #DCD6D7 dashed; padding-bottom: 40px; overflow: hidden;}
.pro_sl_con1 { width: 100%; height: auto; line-height: 25px;} 
.pro_sl_con1_l { width: 45%; height: auto; float: left; overflow: hidden;}
.pro_sl_con1_l_tit { width: 100%; height:auto; line-height: 50px; font-size: 1.6em; overflow: hidden; }

  /* 轮播容器样式 */
        .carousel-container {
            width: 100%;
            height: 450px;
            position: relative;
            overflow: hidden;
            display: inline-block;
        }

        /* 图片列表样式 */
        .carousel-slide {
            display: flex;
            width: 100%;
            height: 100%;
            transition: transform 0.5s ease-in-out;
        }

        /* 单个图片样式 */
        .carousel-slide img {
            min-width: 100%; border-radius: 8px;
            height: 100%;
            object-fit: cover;
        }

        /* 导航按钮样式 */
        .carousel-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0,0,0,0.5);
            color: white;
            padding: 10px;
            border: none;
            cursor: pointer;
        }

        .prev { left: 0; }
        .next { right: 0; }

        /* 指示器样式 */
        .indicators {
            position: absolute;
            bottom: 10px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 5px;
        }

        .indicator {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255,255,255,0.5);
            cursor: pointer;
        }

        .indicator.active {
            background: white;
        }



.pro_sl_con1_r { width: 51%; height: auto; margin-top: 50px; overflow: hidden; float: right; line-height: 25px; font-size: 0.9em;}

.pro_sl2 { width: 100%; height: auto; border-bottom: 1px #DCD6D7 dashed; padding-top: 30px; padding-bottom: 30px; overflow: hidden;}
.pro_sl_con1_l2 { width: 51%; height: auto; margin-top: 60px; overflow: hidden; float: left; line-height: 25px; font-size: 0.9em;}
.pro_sl_con1_r2 { width: 45%; height: auto; float: right; overflow: hidden;}

.pro_sl3 { width: 100%; height: auto; border-bottom: 1px #DCD6D7 dashed; padding-top: 30px; padding-bottom: 30px; overflow: hidden;}





