.ditu{width:100%;height:350px;font-size:12px;border: 8px solid #e9e9e9;border-radius: 5px;}


.lianxi_bg{
	background-image: url(/img/bg/5.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width:100%;
	padding-bottom:.8rem;
	
}

.detailsTitle {
    width: 380px;
    height: 60px;
    font-family: SourceHanSans;
    font-weight: 600;
    font-size: 30px;
    color: #666;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px solid #aa2923;
	margin-bottom:20px;
	
    
}
.h_normal {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: unset;
}
.detailsTitle h2 {
    display: block;
    font-size: .8em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}
.detailsTitle:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 60px;
    height: 3px;
    background: #aa2923;
    border: 1px solid #aa2923;
}

@media screen and (max-width:768px) {

.ditu{height:auto;}

.main_tit{padding:35px 0 15px;}
.main_tit h2{ font-size:20px; font-weight:bold; text-align:center}	
.main_tit .line{margin:10px auto; width:20px;}
.main_tit p{width:100%;font-size:14px; margin-top:15px;text-align:center;}
.main_tit p br{display:none;}
/*.main_tit .more{width:88px; line-height:32px;}
.main_tit .more a{font-size:14px;}*/

.detailsTitle {
    width: 100%;
    height: 60px;    
    font-weight: 600;
    font-size: 23px;
    line-height: 20px;
	margin-bottom:20px;
	
    
}

}

/*==========页面标题2=============*/
.main_tit1{padding:.75rem 0 .4rem;width:100%;}
.main_tit1 h2{ font-size:.52rem; color:#000; font-weight:normal; line-height:1.4;}
@media screen and (max-width:768px) {
.main_tit1{padding:30px 0 15px;}
.main_tit1 h2{ font-size:20px; font-weight:bold;}
}

/*===================内页-联系我们================*/

.flex_space {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mainn {
    width: 94%;
    margin: auto;
    max-width: 1550px;
}
img.pic_cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.picShow img {
    transition: 0.3s all;
}



.btn_flash {
    overflow: hidden;
    position: relative;
}
.t_center {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.lxfs_list {}
.lxfs_list .left{width: 50%;position:relative;}
.lxfs_list .pic{overflow:hidden; border-radius:.1rem;}
.lxfs_list .txt{width: 50%; padding-left:.5rem; box-sizing:border-box;}
.lxfs_list .txt p{margin-bottom:.2rem; font-size:.2rem; line-height:2;}

.lxfs_list dl{ margin-bottom:.2rem; font-size:.16rem;}
.lxfs_list dt{width:.88rem; line-height:2;}
.lxfs_list dd{width:calc(100% - .88rem);line-height:2;}

.lxfs_list .box{width:1.5rem;height:1.5rem;position:relative;}
.lxfs_list .box .box_li{width: 1rem;height: 1rem;background:#019E35;border-radius: 50%;position: relative;z-index: 1;}
.lxfs_list .box .box_li h5{ color:#fff; font-size:14px; font-weight:normal; line-height:1.5; margin:5px 0 0}
@media screen and (max-width:768px) {
.lxfs_list .left{width:100%; }
.lxfs_list .txt{width: 100%; padding-left:0; margin-top:25px;}
.lxfs_list .txt p{margin-bottom:10px; font-size:14px; line-height:1.8;}

.lxfs_list .pic img{ max-width:100%; height:auto; margin:auto}



.lxfs_list dl{ margin-bottom:10px; font-size:14px;}
.lxfs_list dt{width:80px; line-height:1.8;}
.lxfs_list dd{width:calc(100% - 80px);line-height:1.8;}

.lxfs_list .box{width:125px;height:125px;}
.lxfs_list .box .box_li{width: 80px;height: 80px;}
.lxfs_list .box .box_li img{ height:25px;}
.lxfs_list .box .box_li h5{font-size:12px;  margin:3px 0 0}

.mainn {
    width: 94%;
    margin: auto;
}



}

.circle1 span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	background:#019E35;
	-webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
	-webkit-animation: circleScale 3s linear infinite;
	-moz-animation: circleScale 3s linear infinite;
	-ms-animation: circleScale 3s linear infinite;
	animation: circleScale 3s linear infinite;
	transition:.5s
}
.circle1 span:nth-of-type(2) {
  animation-delay: 1s;
}
.circle1 span:nth-of-type(3) {
  animation-delay: 2s;
}

@keyframes circleScale {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes circleScale1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
  }
}


/*======================留言反馈======================*/
.lxfs_bg2{background: url(/img/lianxi/rel2bg.jpg) no-repeat center; background-size: cover;padding-bottom:1rem;}
.zxly_box{background:#fff;padding:.5rem .5rem;box-sizing:border-box;border-radius:15px;}
.ly_tit{font-weight:normal;font-size:14px;color:#4c5664;margin-bottom:15px;}
.ly_tit i{font-style:normal;color:rgba(255,0,0,1);margin-right:5px;}

/*留言*/
.page_liuyan{width:65%;border-right: 1px solid #d1d8de;padding-right:.5rem;box-sizing:border-box;}
.message_input {margin-bottom:25px;}
.message_input input::-webkit-input-placeholder,
.message_input textarea::-webkit-input-placeholder{ color:#999;}
.message_input li{ width: 48.5%;} 
.message_input input{border: 1px solid #d1d8de;outline: none; width: 100%;padding:18px 20px; border-radius:10px;  box-sizing:border-box;} 
.message_input input::-webkit-input-placeholder {} 
.message_input textarea{font-size:15px; display: block;border: 1px solid #d1d8de;outline: none; width: 100%;padding: 20px 20px;box-sizing: border-box;min-height:150px; border-radius:10px;} 
.message_input .form-group input{width:45%; }

.message_input .submit{ border:none;outline: none; font-size:16px; margin:15px auto 0; cursor:pointer; text-align:center; color:#fff; background:#277052; transition:0.5s all; width:2.8rem; line-height:12px; border-radius:5px;}
.message_input .submit:hover{ background:#009F60; }
.message_input textarea::-webkit-input-placeholder{}
.message_input .submit i{margin-left:.25rem;}
.message_input input:focus,.message_input textarea:focus{border:solid 1px #277052;}

.zxly_right{width:32%;}
.zxly_right .pic{overflow:hidden;border-radius:10px;}
.zxly_right .pic img{width:100%;display:block;}
.zxly_right .txt{margin:.4rem 0 .5rem;}
.zxly_right .txt h2{font-weight:normal;font-size:18px;color:#000;margin-bottom:15px;}
.zxly_right .txt p{color:#aa2923;font-size:.2rem; letter-spacing:1px;line-height:1.4;}
.zxly_right .ewm{overflow:hidden;width: 140px;height: 140px;border: 1px solid #c7d7e6;border-radius:10px;padding:5px 5px;box-sizing:border-box;}
.zxly_right .ewm img{width:100%;display:block;}
.zxly_right dd{width:140px;color:#888;margin-top:15px;text-align:center;}




@media screen and (max-width:768px) {
.lxfs_bg2{padding-bottom:30px;}
.zxly_box{padding:0;border-radius:5px; background:none;}
.ly_tit{font-size:14px;margin-bottom:5px;line-height:1.6; display:none;}
.page_liuyan{width:100%;border-right:none;padding-right:0;}

.message_input input::-webkit-input-placeholder,
.message_input textarea::-webkit-input-placeholder{color: #999; font-size:14px;}
.message_input {margin-bottom:0;}
.message_input1{margin-bottom:15px;}
.message_input li{ width:100%; margin-bottom:10px;} 
.message_input input{padding:15px 15px; border-radius:5px; }  
.message_input textarea{min-height:100px;padding: 15px 15px; border-radius:5px;}
.message_input .submit{width:100%; line-height:12px;}

.zxly_right{ display:none;width:100%;margin-top:25px;margin-bottom:15px;}
.zxly_right .pic{border-radius:5px;}
.zxly_right .txt{margin:20px 0 20px;}
.zxly_right .txt h2{font-size:16px;margin-bottom:10px;}
.zxly_right .txt p{font-size:14px;}
.zxly_right .ewm{width: 120px;height: 120px;border-radius:5px;padding:5px 5px;}
.zxly_right .ewm img{width:100%;display:block;}
.zxly_right dd{width:120px;font-size:12px;margin-top:10px;}


.message_input input,.message_input textarea{ background-color:#FBFBFB}

}



/*==========================企业文化===================================*/

.abc{position: relative;}
.abc .bd{position: relative;left:50%;width: 1920px;margin-left: -960px;}
.abc .abct{position: absolute;left:0;top:95px;width: 100%;z-index: 9;}
.abc .abct .abcta{font-size: 40px;color: #fff;}
.abc .abct .abctb{font-size: 16px;color: #fff;margin-top: 22px;}
.abc .hd{position: absolute;z-index: 9;left:50%;width: 1299px;margin-left: -650px;bottom: 130px;border-left: 1px solid rgba(255,255,255,0.5);}
.abc .hd ul li{float:left;width: 274px;height: 143px;border:1px solid rgba(255,255,255,0.5);border-left: 0;padding: 25px 20px 0 29px;}
.abc .hd ul li .abc_ha{font-size: 24px;color: #fff;}
.abc .hd ul li .abc_hb{font-size: 16px;color: #fff;line-height: 28px;margin-top: 17px;}
.abc .hd ul li.on,.abc .hd ul li:hover{background: #1d96d5;}



.t_left_center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.qiyewenhua_bg{
background-image: url(/img/home_bg/33.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}

.qywh1{
padding-bottom:1.4rem;
padding-top:.5rem; 	
}
.qywh1 li{
	width:24.5%;
	border-radius:5px;
	background-color: #F0F0F2;
}
.qywh1 li .pic{width:50%;}
.qywh1 li .pic img{display:block; width:100%;}
.qywh1 li .txt{ width:50%;padding-right:.2rem;box-sizing:border-box;}
.qywh1 li .txt h5{font-size:.18rem; font-weight:normal;margin-bottom:10px;color:#000;}
.qywh1 li .txt p{line-height:1.8;  color:#888;font-size:.14rem;}


.qywh_bg{
	height:7.6rem;
	background-size:cover;
	position:relative;
	background-attachment: fixed;
	background-image: url(/img/qiyewenhua/qiyewenhua.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.qywh_bg .left {position: absolute;left: 0;top: 0;right: 0;bottom: 0;z-index: 1;}
.qywh_bg .box {width: 50%;box-sizing: border-box;margin-top:.8rem;}
.qywh_bg .box .main_tit2 h2{color:#fff;}
.qywh_bg .box .txt{position:absolute;bottom:1.15rem;left:auto;}
.qywh_bg .box .txt .ico img{height:.5rem;}
.qywh_bg .box .txt h3{font-weight:normal;font-size:.25rem;color:#fff;margin:.35rem 0 .2rem;}
.qywh_bg .box .txt p{font-size:.18rem;color:#fff;}

.qywh_bg .right{width:50%;border-left:1px solid rgba(255,255,255,.35);box-sizing:border-box;}
.qywh_bg .right li{width:50%;padding:0 .5rem;box-sizing:border-box;}
.qywh_bg .right li:nth-child(1){border-right:1px solid rgba(255,255,255,.35);border-bottom:1px solid rgba(255,255,255,.35);}
.qywh_bg .right li:nth-child(2){border-bottom:1px solid rgba(255,255,255,.35);}
.qywh_bg .right li:nth-child(3){border-right:1px solid rgba(255,255,255,.35);}
.qywh_bg .right li .ico img{height:.5rem;}
.qywh_bg .right li h3{font-weight:normal;font-size:.25rem;color:#fff;margin:.35rem 0 .2rem;}
.qywh_bg .right li p{font-size:.18rem;color:#fff;}

@media screen and (max-width:768px) {

.qywh1{padding-bottom:20px;}
.qywh1 li{background:#f3f3f5; width:100%; margin-bottom:15px; border-radius:4px; overflow:hidden;}
.qywh1 li .txt{ padding-right:10px;}
.qywh1 li .txt h5{font-size:16px; margin-bottom:10px;}
.qywh1 li .txt p{line-height:1.4;font-size:13px;}


.qywh_bg{height:100%;background-attachment: scroll;}

.qywh_bg .left {position:static;width:100%;border-bottom:1px solid rgba(255,255,255,.35);}
.qywh_bg .box {width: 100%;margin-top:30px; order:1;}
.qywh_bg .box .txt{position:static;bottom:auto;left:auto;margin:20px 0;}
.qywh_bg .box .txt .ico img{height:30px;}
.qywh_bg .box .txt h3{font-size:15px;margin:15px 0 10px;}
.qywh_bg .box .txt p{font-size:13px;line-height:1.6;}

.qywh_bg .right{width:100%;order:2;}
.qywh_bg .right li{padding:20px 20px;}
.qywh_bg .right li .ico img{height:30px;}
.qywh_bg .right li h3{font-size:15px;margin:15px 0 10px;}
.qywh_bg .right li p{font-size:12px;line-height:1.6;}


}
