﻿*{margin: 0px;padding: 0px;box-sizing: border-box;}
body{background:#ffffff;background-image:url();background-repeat:repeat-x;background-position:0px 0px;margin:0px;padding:0px;text-decoration:none;font-size: 12px;font-variant:normal;font-family: "微软雅黑";}/*为部分带全站背景图准备可以将背景图或背景色部分删除掉*/
a:link,a:visited,a:hover,a:active{text-decoration:none;}
a{text-decoration: none;}
li{list-style-type:none;}
img{border:0px;display: block;}
ul,ol{list-style-type: none;list-style-image: none;}
/*清除浮动*/

.auto,.main {
    width: 1200px;
    margin: 0 auto;
}
.head {
	background: #FFFFFF;
	border-top: 6px solid #0da248;
}
.logo .fl {
    font-size: 0;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.menu {
    font-size: 16px;
    line-height: 88px;
}
.menu li {
    float: left;
    padding: 0 30px;
    position: relative;
}
.menu li a {
    color: #363636;
}
.menu li a:hover, .menu li a.hover {
    color: #0da248;
    transition-duration: 0.5s;
}

.banner{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	position:relative;

}

.banner .hd{
 height:15px;
 overflow:hidden;
 position:absolute;
 left:45%;
 bottom:10px;
 z-index:1;
}
.banner .hd ul{
 overflow:hidden;
 zoom:1;
 float:left;

}
.banner .hd ul li{
 float:left;
 margin-right:25px;
 width:50px;
 height:10px;
 line-height:14px;
 text-align:center;
 cursor:pointer;
 background: #fff;


}
.banner .hd ul li.on{
 background:#0da248;

}
.banner .bd{
 position:relative;
 height:100%;
  z-index:0;
  width: 100%;
}
.banner .bd li{
 zoom:1;
 vertical-align:middle;
}
.banner .bd img{
	width:100%;
	display:block;
}
.banner .prev,
.banner .next{
 position:absolute;
 left:3%;
 top:50%;
 margin-top:-3%;
 display:block;
 width:32px;
 height:40px;
 filter:alpha(opacity=50);opacity:0.5;
}
.banner .next{
 left:auto; right:3%;
 background-position:8px 5px;
}
.banner .next {
	font-size:
	58px;color:#fff;
}
.banner .prev{
	font-size:
	58px;color:#fff;
}
.banner .prev:hover,
.banner .next:hover{
	filter:alpha(opacity=100);opacity:1;
}
.banner .prevStop{
	display:none;
}
.banner .nextStop{ display:none;
}
.product{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.title{
	width: 100%;
	min-height:96px;
	height: auto;
	background: url(../images/title.png)no-repeat top;
	padding-top:5px;
	padding-bottom: 15px;
	box-sizing: border-box;
}
.title span{
	color:#666666;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;
	line-height: 1.5;
}
.title p{
	color:#0da248;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 5px 0;
	line-height: 1.4;
}
.product .tab{
	width:890px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.product .tab ul {
	display: flex;
	justify-content: center;
}
.product .tab ul li {
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #dcdcdc;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
.product .tab ul li a{
	color:#000000;
	font-size: 16px;

}

.product .pic ul{
	margin-left: -10px;
}
.product .tab ul li:hover{
	background: #0da248;
}
.product .tab ul li:hover a{
	color:#fff;
}

.product .pic ul li{
	width: 292px;
	height: auto;
	float: left;
	margin-left: 10px;
	margin-top: 20px;
	background: #eeeeee;

}
.product ul li img{
	width: 282px;
	margin:5px;
	height: 200px;
	margin-bottom: 0;
}
.product ul li p{
	width: 292px;
	height: 40px;
	transition: .5s;
	line-height: 40px;
	text-align: center;
	color:#1a1a1a;
	font-size: 15px;
}
.product ul li:hover {
	background: #0da248;
}
.product ul li:hover p{
	color:#fff;
}
.cases{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top:50px;
}
.cases .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.cases .show .box{
	width: 800%;
}
.cases .show ul li{
	float: left;
	width: 300px;
	height: 200px;
	position: relative;
	margin-left: 15px;
}
.cases .show ul li img{
	width: 300px;
	height: 200px;
}
.cases .show ul li p {
	width: 300px;
	height: 30px;
	position: absolute;
	bottom: 0;
	background: rgba(25,25,25,0.5);
	line-height: 30px;
	font-size: 15px;
	text-align: center;
	color:#fff;
}
.cases .more{
	display: block;
	width:140px;
	height: 40px;
	line-height: 40px;
	padding-left:0;
	padding-right:25px;
	text-align: center;
	color:#fff;
	font-size: 16px;
	background: #0da248 url(../images/more.png)110px 18px no-repeat;
	margin:0 auto;
	margin-top: 30px;
	box-sizing: border-box;
}
.cases .more:hover{background-color:#fb7007;}
.gg{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.gg img{
	width: 100%;
}
.about{
	width: 100%;
	height: 425px;
	background:#eee;
	overflow:hidden;
}
.about .main{
	position: relative;
}
.about .pic{
	float: left;
}
.about .pic img{
	width: 400px;
	height: 300px;
}
.about .bg{
	width: 860px;
	height: 280px;
	background: rgba(255,255,255,0.5);
	position: absolute;
	right: 0;
	top: 10px;
}
.about  .info{
	width: 745px;
	height: 160px;
	float: right;
	margin-right:15px;
	margin-top: 35px;
	position: relative;

}

.about .info .tit p{
	font-size: 22px;
	color:#1a1a1a;
}
.about .info .tit span{
	color:#009966;
}
.about .info .text{
	width: 745px;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.about .info .text h3{
	font-size: 16px;
	color:#1a1a1a;
}
.about .info .text p{
	font-size: 16px;
	color:#1a1a1a;
	text-indent:1em;
}
.about  .more{
	display: block;
	width:140px;
	height: 40px;
	line-height: 40px;
	padding-left:0;
	padding-right:25px;
	text-align: center;
	color:#fff;
	font-size: 16px;
	background: #0da248 url(../images/more.png)110px 18px no-repeat;
	position: absolute;
	bottom:10px;
	right: 10px;
	box-sizing: border-box;
}
.about  .more:hover{background-color:#fb7007;}
.news{
	width: 1200px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.news .tit{
	width: 100%;
	height: 55px;
	border-bottom: 5px solid #0da248;
	background: #eee;
	line-height: 55px;
}
.news .tit p{
	color:#000000;
	font-size: 24px;
	font-weight: bold;
	float: left;
	margin-left: 10px;
}
.news .tit span{
	display: block;
	color:#666666;
	font-size: 12px;
	float: left;
	margin-left: 7px;
	margin-top: 7px;
}
.news .tit a{
	display: block;
	float: right;
	color:#666666;
	font-size: 12px;
	margin-right: 10px;
}
.news  ul{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news  ul li{
	width: 595px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-top: 20px;
}
.news  ul li:nth-child(2n){
	float: right;
}
.news  .time{
	float: left;
	width: 80px;
	height: 65px;
	float: left;
}
.news  .time p{
	width: 100%;
	height: 32px;
	background: #0da248;
	text-align: center;
	color:#fff;
	font-size: 20px;
	line-height: 32px;
}
.news  .time  span{
	display: block;
	width: 100%;
	height: 33px;
	line-height: 33px;
	background: #dbdbdb;
	color:#666666;
	font-size: 12px;
	text-align: center;
}
.news  .info{
	float: right;
	width: 495px;
	height: 64px;
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc;
}
.news  .info p{
	color:#666666;
	font-size: 18px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 10px;
	text-overflow: ellipsis;
}
.news  .info span{
	display: block;
	color:#666666;
	font-size: 13px;
	margin-top: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
}
.news  ul li:hover .info p{
	text-decoration: underline;
}
.links{
	width: 100%;
	background: #0da248;
	overflow: hidden;
	min-height: 50px;
	height: auto;
	padding: 0;
	box-sizing: border-box;
}
.links .main {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	min-height: 50px;
	height: auto;
	display: flex;
	align-items: stretch;
}
.links p{
	color:#fff;
	font-size: 18px;
	width: 140px;
	text-align: center;
	line-height: 1.5;
	background: #0a7d38;
	box-sizing: border-box;
	padding: 15px 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	min-height: 50px;
}
.links ul{
	width: 1060px;
	margin: 0;
	padding: 15px 0;
	overflow: hidden;
	min-height: 50px;
	box-sizing: border-box;
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.links ul li{
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	margin: 0;
	line-height: 20px;
	height: 20px;
	display: inline-flex;
	align-items: center;
}
.links ul li:after{
    content:"";
    position:absolute;
    right:0px;
    top:50%;
    margin-top: -7px;
    height:14px;
    width:1px;
    background:#fff;
}
.links ul li a{
	color:#fff;
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
}
.links ul li:last-child:after{
    height:0px;
    width:0px;
}

.home_bottom {
    float: left;
    width: 100%;
    background: #d9eae2;
}

.home_bottom_con {
    width: 1190px;
    margin: 0 auto;
    overflow: hidden;
}
.home_bottom_left p {
    float: left;
    width: 100%;
    line-height: 30px;
    font-size: 20px;
    color: #202120;
    margin: 0 0 10px 0;
}
.home_bottom_left {
    float: left;
    width: 310px;
    border-right: 1px solid #a7bbb2;
    padding: 0 0 35px 0;
    margin: 40px 0 20px 0;
}

.home_bottom_left img {
    float: left;
    margin: 10px 0 20px 0;
}

.home_bottom_left ul li {
    float: left;
    width: 100%;
    line-height: 30px;
    font-size: 15px;
    color: #717a75;
}

.home_bottom_right {
    float: left;
    width: 879px;
    margin: 40px 0 20px 0;
    padding-left: 20px;
    box-sizing: border-box;
}

.home_bottom_right ul {
    float: left;
    width: 140px;
}

.home_bottom_right ul li {
    float: left;
    width: 145px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}

.home_bottom_right ul li a {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #717a75;
}

.home_bottom_right ul li a:hover {
    color: #00ae67;
}

/* 公司简介样式 */
.company_intro {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    overflow: hidden;
    clear: both;
    box-sizing: border-box;
}

.company_logo {
    flex-shrink: 0;
    width: 120px;
    min-width: 120px;
}

.company_logo img {
    max-width: 120px;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0;
}

.company_desc {
    flex: 1;
    overflow: hidden;
    min-width: 0;
    box-sizing: border-box;
}

.company_desc h3 {
    font-size: 20px;
    color: #202120;
    margin: 0 0 12px 0;
    line-height: 1.4;
    font-weight: bold;
    padding: 0;
    display: block;
}

.company_desc p {
    font-size: 14px;
    color: #717a75;
    line-height: 24px;
    margin: 0;
    text-align: left;
    word-wrap: break-word;
    padding: 0;
    display: block;
}

.home_keep_on_record {
    float: left;
    width: 100%;
    border-top: 1px solid #a7bbb2;
    text-align: center;
    color: #717a75;
    font-size: 15px;
    padding: 30px 15px;
    line-height: 1.8;
    box-sizing: border-box;
}

.home_keep_on_record .copyright-text {
    display: inline-block;
}

.home_keep_on_record .copyright-break {
    display: none;
}

.home_keep_on_record .copyright-links {
    display: inline-block;
    margin-left: 10px;
}

/* JavaScript会动态控制换行，这里只提供基础样式 */





.keywords{
	width: 100%;
	height: 40px;
}
.keywords p{
	font-size: 16px;
	color:#333333;
	font-weight: bold;
	line-height: 40px;
	float: left;
}
.keywords ul{
	float: left;

}
.keywords ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	line-height:40px;
	color:#555555;
	font-size: 15px;
}
.keywords ul li a{
	color:#555555;
}




.index_newscont h5,.product h5{text-align:center; line-height:40px; font-size:18px;}
.newscontent p{ font-size: 14px; line-height: 2em;}
.productimg{ text-align:center; margin:0px auto;}
.productimg img{ max-width:100%; margin:0px auto;}
.fy{width:1200px; margin:0px auto; line-height:24px; font-size:14px; margin-top:10px; margin-bottom:10px; overflow:hidden}
.pagelist li{  text-decoration:none; margin-right:1px;display:inline-block; border:#CCC 1px solid; padding:0px 8px;}
.thisclass{ background:#e63939; color:#FFF;}
.pagelist li select{ margin:3px;}
.pagelist li a:link,.fy a:link{ color:#000; text-decoration:none;}
.pagelist li a:visited,.fy a:visited{ color:#000; text-decoration:none;}
.pagelist li a:hover,.fy a:hover{ color:#e63939; text-decoration:none;}
/*留言*/
 .messagely{width:1100px; height:450px; /*background:#eee;*/ float:left; margin-left:100px;}
   .messagely  span{ width:100%; height:60px; line-height:60px;float:left; color:#000; text-align:center; font-size:30px;}
   .messagely p{font-size:15px; color:#999; text-align:center;}

   .message_left{float:left;width:260px;height:34px;line-height:34px;font-size:14px;color:#777777;text-align:left;border-color:#333333;border-style:none;clear:both; margin-top:8px; }
   .message_right{float:left;width:940px;height:24px;line-height:24px;background-color:#eeeeee;font-size:14px;color:#777777;text-align:left;padding:4px;border:1px;border-color:#aaa;border-style:dashed;}

   .area_message{float:left;width:940px;height:122px;line-height:24px;background-color:#eeeeee;background-image:none;font-size:14px;color:#777777;text-align:left;padding:4px;font-family:Microsoft YaHei;border:1px;border-color:#aaa;border-style:dashed;}

   .sub_message{float:left; width:960px;height:40px;line-height:40px;background-color:#333333; border-radius:5px;color:#FFFFFF;text-align:center;border:1px;border-color:transparent;margin-top:20px;}

    #div_pager{
        clear:both;
        height:30px;
        line-height:30px;
        margin-top:20px;
        color:#999999;
    }

    #div_pager a{
        padding:4px 8px;
        margin:10px 3px;
        font-size:12px;
        border:1px solid #DFDFDF;
        background-color:#FFF;
        color:#9d9d9d;
        text-decoration:none;
    }

    #div_pager span{
        padding:4px 8px;
        margin:10px 3px;
        font-size:14px;
    }

    #div_pager span.disabled{
        padding:4px 8px;
        margin:10px 3px;
        font-size:12px;
        border:1px solid #DFDFDF;
        background-color:#FFF;
        color:#DFDFDF;
    }

    #div_pager span.curr{
        padding:4px 8px;
        margin:10px 3px;
        font-size:12px;
        border:1px solid #0da248;
        background-color:#0da248;
        color:#FFF;
    }

    #div_pager a:hover{
        background-color:#0da248;
        border:1px solid #0da248;
        color:#fff;
    }

    #div_pager span.normalsize{
        font-size:12px;
    }
	.ab_pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.ab_pages ul{display:inline-block;margin:0 auto;padding:0}
.ab_pages ul  a{color:#555;display:block;padding: 2px 10px;  border: 1px solid #ddd;float: left;margin: 0 5px;}
.ab_pages ul  a.page-num-current{ background:#ddd;}


.news .tab{
	width:890px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.news .tab ul {
	display: flex;
	justify-content: center;
}
.news .tab ul li {
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #dcdcdc;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
.news .tab ul li a{
	color:#000000;
	font-size: 16px;

}
.news .tab ul li:hover{    background: #0da248;}
.news .tab ul li:hover a{color: #fff;}

/* ========== Promo Section 样式 ========== */
/* 基础布局类 */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    box-sizing: border-box;
}

.col-md-4, .col-sm-6 {
    position: relative;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

/* 工具类 */
.padding {
    padding: 100px 0;
}

.bg-grey {
    background-color: #f6fff2;
}

.pos-rel {
    position: relative;
}

.text-center {
    text-align: center;
}

.xs-padding {
    padding: 0;
}

/* Promo Section 样式 */
.promo-section {
    position: relative;
    overflow: hidden;
}

.promo-wrap {
    position: relative;
    z-index: 2;
}

.promo-item {
    background-color: transparent;
    padding: 40px;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
    height: 100%;
    box-sizing: border-box;
}

.promo-item.active {
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.promo-item.active i {
    background-color: #f93;
    color: #fff;
}

.promo-item:hover {
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.promo-item:hover i {
    background-color: #f93;
    color: #fff;
}

.promo-item i {
    color: #34ad54;
    font-size: 40px;
    margin-bottom: 15px;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border: 2px dashed #f93;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.promo-item h3 {
    font-size: 20px;
    font-weight: 600;
    color: #263a4f;
    margin: 0 0 15px 0;
    line-height: 1.7;
}

.promo-item p {
    font-size: 15px;
    line-height: 26px;
    color: #8d9aa8;
    margin-bottom: 15px;
}

.promo-item a {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #34ad54;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.promo-item a:hover {
    color: #f93;
    text-decoration: underline;
}

/* 背景装饰元素 */
.food-1 {
    background-image: url(../../img/food-1.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
}

.food-2 {
    background-image: url(../../img/food-2.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}

/* ========== Page Header 样式 ========== */
.page-header {
    background-image: url(../../img/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: 80px;
}

.page-header-bottom {
   /* background-image: url(../../img/page-header.png);*/
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    position: absolute;
    width: 544px;
    height: 144px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: -1;
}

.page-content {
    text-align: center;
}

.page-content h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}

.page-content p {
    color: #ddd;
    margin: 0;
    font-size: 15px;
    line-height: 26px;
}

/* ========== About Section 样式 ========== */
.about-section {
    padding: 100px 0;
}

.about-wrap {
    display: flex;
    align-items: center;
}

.about-content {
    padding-right: 30px;
}

.about-content .section-heading {
    margin-bottom: 30px;
}

.about-content .section-heading p {
    margin-bottom: 0;
}

.about-content .section-heading img {
    margin-bottom: 15px;
}

.about-content .section-heading h2 {
    font-size: 32px;
    line-height: 42px;
    color: #263a4f;
    margin-bottom: 15px;
    font-weight: 600;
}

.about-content .section-heading p {
    font-size: 15px;
    line-height: 26px;
    color: #8d9aa8;
}

.about-info {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.about-info li {
    font-family: 'Poppins', sans-serif;
    color: #263a4f;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.about-info li:last-child {
    margin-bottom: 0;
}

.about-info li i {
    color: #34ad54;
    margin-right: 15px;
    font-size: 15px;
}

.about-img {
    text-align: center;
}

.about-img img {
    max-width: 100%;
    height: auto;
}

.default-btn {
    display: inline-block;
    background: #34ad54;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    padding: 0 35px;
    letter-spacing: 0;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    transition: all ease 700ms;
    z-index: 1;
    text-decoration: none;
}

.default-btn:hover {
    color: #fff;
    text-decoration: none;
}

.default-btn span {
    background: #f93 none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: width .6s ease 0s, height .6s ease 0s;
    width: 0;
    z-index: -1;
}

.default-btn:hover span {
    height: 562.5px;
    width: 562.5px;
}

.section-heading {
    margin-bottom: 40px;
}

.section-heading h2 {
    font-size: 32px;
    display: block;
    margin-bottom: 15px;
    color: #263a4f;
    font-weight: 600;
}

.section-heading img {
    margin-bottom: 15px;
}

.section-heading p {
    font-size: 15px;
    line-height: 26px;
    color: #8d9aa8;
}

.col-md-6 {
    position: relative;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

@media (min-width: 992px) {
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.col-lg-6 {
    position: relative;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

@media (min-width: 1200px) {
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.sm-padding {
    padding: 15px;
}

@media (max-width: 992px) {
    .sm-padding {
        padding: 0;
    }
}

/* 内容样式优化 */
.newscontent {
    font-size: 15px;
    line-height: 26px;
    color: #8d9aa8;
}

.newscontent p {
    margin-bottom: 15px;
}

.newscontent img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}

.newscontent h1, .newscontent h2, .newscontent h3, .newscontent h4 {
    color: #263a4f;
    font-weight: 600;
    margin: 20px 0 15px 0;
}

.newscontent h2 {
    font-size: 24px;
}

.newscontent h3 {
    font-size: 20px;
}

/* 响应式调整 */
@media (max-width: 767px) {
    .padding {
        padding: 60px 0;
    }
    
    .promo-item {
        padding: 30px 20px;
    }
    
    .promo-item h3 {
        font-size: 18px;
    }
    
    .promo-item i {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 30px;
    }
    
    .page-header {
        height: 250px;
        margin-top: 0;
    }
    
    .page-content h2 {
        font-size: 30px;
    }
    
    .about-content {
        padding-right: 0;
        margin-bottom: 30px;
    }
    
    .about-content .section-heading h2 {
        font-size: 24px;
        line-height: 32px;
    }
}

/* ========== 合作品牌样式 ========== */
.partner-brands {
    width: 100%;
    background: #f8f9fa;
    padding: 60px 0;
    margin-top: 40px;
    overflow: hidden;
}

.partner-brands .title {
    width: 100%;
    min-height: 100px;
    height: auto;
    background: url(../images/title.png) no-repeat top;
   
    padding-bottom: 25px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.partner-brands .title span {
    color: #666666;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
    display: block;
    line-height: 1.5;
}

.partner-brands .title p {
    color: #0da248;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 5px 0;
    line-height: 1.4;
}

.partner-brands-main {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.partner-brands-main ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.partner-brands-main ul li {
    width: 180px;
    height: 100px;
    margin: 15px;
    background: #ffffff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.partner-brands-main ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(13, 162, 72, 0.2);
}

.partner-brands-main ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 15px;
    box-sizing: border-box;
    text-decoration: none;
}

.partner-brands-main ul li a img.brand-logo {
    max-width: 100%;
    max-height: 70px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.partner-brands-main ul li a img.brand-logo[src=""],
.partner-brands-main ul li a img.brand-logo:not([src]) {
    display: none;
}

.partner-brands-main ul li a .brand-name {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    text-align: center;
    word-break: break-all;
    line-height: 1.4;
    display: none;
}

.partner-brands-main ul li a img.brand-logo[src=""] ~ .brand-name,
.partner-brands-main ul li a img.brand-logo:not([src]) ~ .brand-name,
.partner-brands-main ul li a img.brand-logo[style*="display: none"] ~ .brand-name {
    display: block;
}

.partner-brands-main ul li:hover a .brand-name {
    color: #0da248;
}

/* 响应式设计 */
@media (max-width: 1200px) {
    .partner-brands-main {
        width: 100%;
        padding: 0 20px;
    }
    
    .partner-brands-main ul li {
        width: 160px;
        height: 90px;
        margin: 10px;
    }
}

@media (max-width: 768px) {
    .partner-brands {
        padding: 40px 0;
    }
    
    .partner-brands-main ul li {
        width: 140px;
        height: 80px;
        margin: 8px;
    }
    
    .partner-brands-main ul li a img {
        max-height: 60px;
    }
    
    .partner-brands-main ul li a .brand-name {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .partner-brands-main ul li {
        width: calc(50% - 16px);
        height: 70px;
        margin: 8px;
    }
}

/* ========== 企业优势样式 ========== */
.advantages {
    width: 100%;
    background: #f8f9fa;
    padding: 60px 0;
    margin-top: 50px;
    overflow: hidden;
}

.advantages .title {
    width: 100%;
    min-height: 96px;
    height: auto;
    background: url(../images/title.png) no-repeat top;
    padding-top: 5px;
    padding-bottom: 15px;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.advantages .title span {
    color: #666666;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
    display: block;
    line-height: 1.5;
}

.advantages .title p {
    color: #0da248;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 5px 0;
    line-height: 1.4;
}

.advantages-main {
    width: 100%;
    overflow: hidden;
}

.advantages-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.advantages-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 15px 0;
}

.advantages-content p {
    font-size: 15px;
    line-height: 26px;
    color: #333;
    margin: 15px 0;
}

.advantages-content h1,
.advantages-content h2,
.advantages-content h3,
.advantages-content h4 {
    color: #263a4f;
    font-weight: 600;
    margin: 20px 0 15px 0;
}

.advantages-content h2 {
    font-size: 24px;
}

.advantages-content h3 {
    font-size: 20px;
}

.advantages-content ul,
.advantages-content ol {
    margin: 15px 0;
    padding-left: 30px;
}

.advantages-content li {
    font-size: 15px;
    line-height: 26px;
    color: #333;
    margin: 8px 0;
}

.advantages-wrap {
    margin: 0 -15px;
}

.advantage-item {
    background-color: #ffffff;
    padding: 40px 30px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    height: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.advantage-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(13, 162, 72, 0.15);
}

.advantage-icon {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}

.advantage-icon img {
    max-width: 80px;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.advantage-icon i {
    color: #0da248;
    font-size: 50px;
    display: inline-block;
}

.advantage-item h3 {
    font-size: 20px;
    font-weight: 600;
    color: #263a4f;
    margin: 0 0 15px 0;
    line-height: 1.5;
    min-height: 60px;
}

.advantage-item p {
    font-size: 15px;
    line-height: 26px;
    color: #8d9aa8;
    margin: 0;
    text-align: left;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .advantages {
        padding: 40px 0;
    }
    
    .advantage-item {
        padding: 30px 20px;
        margin-bottom: 20px;
    }
    
    .advantage-item h3 {
        font-size: 18px;
        min-height: auto;
    }
    
    .advantage-icon {
        min-height: 60px;
    }
    
    .advantage-icon img {
        max-width: 60px;
        max-height: 60px;
    }
    
    .advantage-icon i {
        font-size: 40px;
    }
}