

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body { background:#fff;  font-family: "Microsoft Yahei", "Verdana", "Arial", "Helvetica", "sans-serif"; font-family: "微软雅黑", "\5b8b\4f53", "新宋体", "宋体", "黑体";}
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
em,i{ font-style:normal;}
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
img { border:none; }
ol,ul,li { list-style:none; }
input, textarea, select, button { font-size: 14px; font-family: "Microsoft Yahei","Verdana","Helvetica","Arial","sans-serif"; }
table { border-collapse:collapse; }
a:focus, input, select, textarea {outline: 0px;}
a {text-decoration: none;outline:none;}
textarea {resize: none;overflow: auto;}
.fl{
    float: left;
}
.fr{
    float: right;
}



@font-face
 {
  font-family:'EVERFG';
  src:url('../fonts/EVERFG_.TTF');
  font-weight:normal;
  font-style:normal;
}



input { outline: none; }
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus { transition: background-color 5000s ease-in-out 0s; }
.no-animate { opacity: 0; }
::-webkit-scrollbar { width: 6px; /* 竖向滚动条宽度 */ height: 6px; /* 横向滚动条宽度 */ background-color: rgba(0, 0, 0, 0.1); border-radius: 3px; }
::-webkit-scrollbar-thumb { border-radius: 3px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
::-webkit-scrollbar-thumb:hover { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }



.banner{width:100%;overflow:hidden;position:relative;}
.banner .m_banner-pagination{position:absolute;left:1.2rem;right:auto;bottom:.56rem;z-index:2;}
.banner .m_banner-pagination .swiper-pagination-bullet{width:19px;height:19px;background:url(../images/yuandian.png) no-repeat;}
.banner .m_banner-pagination .swiper-pagination-bullet-active{background:url(../images/yuandian-2.png) no-repeat;}


.padding-top {
    padding:100px 0;
}


.wh1670{width: 100%;margin-right: auto;margin-left: auto;}
.wh1550{width: 100%;margin-right: auto;margin-left: auto;}
.wh1400{width: 100%;margin-right: auto;margin-left: auto;}
@media (min-width: 1400px) {
.container {max-width: 1400px;}
.container_nav{max-width: 1550px;}
.wh1670{max-width: 1670px;}
.wh1550{max-width: 1550px;}
.wh1400{max-width: 1300px;}
}
@media (min-width: 1366px) {

}
@media (min-width: 1280px) {

}
@media (min-width: 1280px) {

}
@media only screen and (max-width: 1199px){
.wh1400{max-width: 1100px;}	
}
@media only screen and (max-width: 1024px){
	
}

.in_title{width:auto;height:auto;overflow:hidden;padding:50px 0 0 0;text-align:center;}
.in_title h1{font-size:42px;color: #333;font-weight:600;margin:0 0 0 0;background:url(../images/hon3.png) no-repeat center bottom;padding-top:10px;padding-bottom:15px;text-align:center; letter-spacing:1px;}
.in_title p{font-size:18px;color:#666;line-height:200%;overflow:hidden;padding:8px 15% 30px 15%;text-align:center;}

.in_title1{width:auto;height:auto;overflow:hidden;padding:100px 0 0 0;text-align:center;}
.in_title1 h1{font-size:42px;color: #fff;font-weight:600;margin:0 0 0 0;background:url(../images/hon3s.png) no-repeat center bottom;padding-top:10px;padding-bottom:15px;text-align:center; letter-spacing:1px;}
.in_title1 p{font-size:18px;color:#fff;line-height:200%;overflow:hidden;padding:8px 15% 30px 15%;text-align:center;}

.in_title2{width:auto;height:auto;overflow:hidden;padding:0 0 0 0;text-align:center;}
.in_title2 h1{font-size:42px;color: #333;font-weight:600;margin:0 0 0 0;background:url(../images/hon3.png) no-repeat center bottom;padding-top:10px;padding-bottom:15px;text-align:center; letter-spacing:1px;}
.in_title2 p{font-size:20px;color:#666;line-height:160%;overflow:hidden;padding:20px 0 50px 0;text-align:center;}


.yous{width:auto;height:auto;overflow:hidden;margin-top:60px;padding:10px 0 0 0;}
.yous ul{display:grid;grid-template-columns: repeat(2,1fr);gap:80px 20px}
.yous ul li{overflow:hidden;position:relative;top:0px;transition: top 0.3s ease;}
.yous ul li .ltpic{float:left;width:120px;}
.yous ul li .rtcon{float:right;width:calc(100% - 130px);overflow:hidden;font-size:36px;color:#333;}
.yous ul li .rtcon p{font-size:20px;color:#666;padding-top:20px;}
.yous ul li:hover{top:-10px;}






.probox{background:url(../images/pro_box.jpg) no-repeat center;background-size:cover;}

.ab_boxC{ width:100%; margin: 0 auto; padding: 70px 0 150px; display: flex; justify-content: space-between;}
.ab_boxC .item{ width: 20%; height: 400px; padding: 1% 1% 0 3%; overflow: hidden; background-position: right top; background-repeat: no-repeat; position: relative; cursor:pointer; border-right:1px solid rgba(255,255,255,0.5);border-top:1px solid rgba(255,255,255,0.5);border-bottom:1px solid rgba(255,255,255,0.5);}
.ab_boxC .item::after{ content: ""; position: absolute; left: 0; top: 70%; width: 100%; height: 100%; background-color: #DA3E2C; background-position: right top; background-repeat: no-repeat; opacity: 0; transition: all 0.3s; z-index: 1;}
.ab_boxC .item .box{ position: relative; z-index: 2;}
.ab_boxC .item .box i{ margin-top: 65px; display: block; font-size: 0.30rem; line-height: 1; font-style: normal; font-family:'EVERFG';color: #fff; letter-spacing:2px;}
.ab_boxC .item .box b{ margin-top: 15px; display: block; font-size: 0.30rem; line-height: 1;color: #fff;font-weight:normal;}
.ab_boxC .item .box p{ margin-top: 85px; font-size: 0.18rem; transition: all 0.5s;color: #fff;}
.ab_boxC .item .box div{ margin-top: 15px; color: #fff; transition: all 0.5s;}
.ab_boxC .item .box img{ margin-top: 20px; display: block; opacity: 0; transition: all 0.5s;}
.ab_boxC .item .box .btn{ margin-top: 40px; opacity: 0; transition: all 0.5s;border:1px solid #fff; border-radius:20px;line-height:35px;text-align:center;font-size:15px;color:#fff;width:90px; overflow:hidden;}
.ab_boxC .item:nth-child(1){ background-image: url(../images/about_09_1.png1);}
.ab_boxC .item:nth-child(1)::after{ background-image: url(../images/about_11_1.png);}
.ab_boxC .item:nth-child(2){ background-image: url(../images/about_09_2.png1);}
.ab_boxC .item:nth-child(2)::after{ background-image: url(../images/about_11_2.png);}
.ab_boxC .item:nth-child(3){ background-image: url(../images/about_09_3.png1);}
.ab_boxC .item:nth-child(3)::after{ background-image: url(../images/about_11_3.png);}
.ab_boxC .item:nth-child(4)::after{ background-image: url(../images/about_11_4.png);}
.ab_boxC .item:nth-child(5)::after{ background-image: url(../images/about_11_5.png);}
.ab_boxC .item:hover{ color: #FFF;}
.ab_boxC .item:hover::after{ top: 0; opacity: 1;}
.ab_boxC .item:hover .box div{ color: #FFF;}
.ab_boxC .item:hover .box p{ transform: translateY(-30px);}
.ab_boxC .item:hover .box div{ transform: translateY(-30px);}
.ab_boxC .item:hover .box img{ transform: translateY(-30px); opacity: 1;}
.ab_boxC .item:hover .box .btn{ transform: translateY(-30px); opacity: 1;}
.ab_boxC .item:last-child{ border-right:none;}


.youhua{overflow:hidden;}
.yoult{float:left;width:60%;overflow:hidden;background:#f6f6f6;}

.yourt{float:right;width:40%;overflow:hidden;background:#da3e2c;}
.yourt > div {padding:50px 50px;height:470px;}
.yourt .gs_1 { padding: 28px 0;border-bottom:1px solid rgba(255,255,255,0.5);}
.yourt font { font-size: 20px; color: #fff; text-transform: uppercase; font-style: normal;}
.yourt p {font-size: 32px;color: rgb(255, 255, 255);margin-top: 10px;}
.yourt b{font-weight:600; font-size:40px;padding-left:10px;}


/*
.serbox{background:#f6f6f6;}
.ser_boxA {padding: 120px 10px 80px 10px; overflow:hidden;}
.ser_boxA ul{display:grid;grid-template-columns: repeat(6,1fr);gap:110px 25px}
.ser_boxA li {height: 12.6vh; display: flex; align-items: center; justify-content: center;  position: relative; background:#da3e2c;border:0px solid #ececec; border-radius:12px;box-shadow: 3px 5px 8px rgba(0,0,0,0.2);}
.ser_boxA li:nth-child(3n) { margin-right: 0; }
.ser_boxA li span { display: block; width: 80px; height:80px; line-height: 80px;border-radius: 50%; text-align: center; color: #FFF; background-color: #fff; position: absolute; left: 31%; top:-50px; display: flex;align-items: center;justify-content: center; box-shadow: 0px 3px 10px rgba(0,0,0,0.2);}
.ser_boxA li p { padding: 30px 5% 0 5%; font-size:17px;color:#fff;}
.ser_boxA li:hover{background:#444}
*/


.serbox{background:#f6f6f6;}
.ser_boxA {padding: 120px 10px 80px 10px; overflow:hidden;}
.ser_boxA ul{display:grid;grid-template-columns: repeat(3,1fr);gap:100px 70px}
.ser_boxA li {height: 123px; display: flex; align-items: center; justify-content: center;  position: relative; background:#da3e2c;border:0px solid #ececec; border-radius:12px;box-shadow: 3px 5px 8px rgba(0,0,0,0.2);}
.ser_boxA li:nth-child(3n) { margin-right: 0; }
.ser_boxA li span { display: block; width: 80px; height:80px; line-height: 80px;border-radius: 50%; text-align: center; color: #FFF; background-color: #fff; position: absolute; left: 40%; top:-50px; display: flex;align-items: center;justify-content: center; box-shadow: 0px 3px 10px rgba(0,0,0,0.2);}
.ser_boxA li p { padding: 30px 5% 0 5%; font-size:17px;color:#fff;}
.ser_boxA li:hover{background:#444}





.abobox{background:url(../images/about.jpg) no-repeat center;background-size:cover;}
.abo_boxA{font-size:17px;color:#333;line-height:200%;padding:0 0 0px 0;}

.foot{background:#141414;overflow:hidden;padding:100px 0 80px 0;background:url(../images/foot.jpg) no-repeat center bottom;}
.fot1{float:left;width:30%;overflow:hidden;}
.fot1 .txt1{font-size:30px;color:#fff;background:url(../images/tel.png) no-repeat left;padding:5px 0 0 55px;height:42px; font-family:Arial, Helvetica, sans-serif;}
.fot1 .txt2{font-size:18px;color:rgba(255,255,255,0.9);line-height:180%;padding-top:20px;}

.fot2{float:left;width:20%;display: flex; justify-content: space-between;}
.fot2 .item{width:50%;overflow: hidden; background-position: right top; background-repeat: no-repeat; cursor:pointer;text-align:center;}
.fot2 .item p{color:rgba(255,255,255,0.9); padding-left:0px;font-size:15px;padding-top:5px;}


.fot3{float:right;width:45%;overflow:hidden;font-size:14px;color:rgba(255,255,255,0.9);line-height:160%;}




@media only screen and (max-width: 1400px){
.ser_boxA {padding: 120px 30px 80px 30px; overflow:hidden;}
	.yous{padding:10px 0 0 100px;}
	.foot{padding:100px 30px 80px 30px;}
}
@media only screen and (max-width: 1366px){
	.yous{width:auto;height:auto;overflow:hidden;margin-top:60px;padding:10px 0 0 80px;}
}
@media only screen and (max-width: 1280px){

}





.proshow_zxzx_right { overflow: hidden; padding:0 30px;}
.proshow_zxzx_right > div {overflow: hidden;margin-bottom: 12px; }
/*.proshow_zxzx_right input { height: .6rem; border: 0px; background: #ffffff; padding-left: .27rem; padding-right: .27rem; border:1px solid #CCC}*/

.proshow_zxzx_right .p_z_r_5 { width: 100%; overflow: hidden; }
.proshow_zxzx_right .p_z_r_5 input{ width: 100px;overflow: hidden; font-size: 17px; color: #ffffff; background:#C00; cursor: pointer; height:45px;border:0px;}
.proshow_zxzx_right .p_z_r_6 { width: 100%; overflow: hidden; text-align:center;}
.proshow_zxzx_right .p_z_r_6 input { width:120px; overflow: hidden; font-size: 15px; color: #ffffff; background:#C00; cursor: pointer; height:45px;border:0px; border-radius:6px;}

.proshow_zxzx_right .p_z_r_1 {overflow: hidden;}
.proshow_zxzx_right .p_z_r_1 input{ height:40px; border: 0px; background: #ffffff; padding-left: 12px;; padding-right: 10px; border:1px solid #CCC;width:215px;}

.proshow_zxzx_right .p_z_r_2{overflow: hidden;width:100%;}
.form-control{ width:240px;padding:10px 10px;border:1px solid #CCC;height:40px;}

.form-control select option {padding:5px 5px;}

.proshow_zxzx_right .p_z_r_3 {overflow: hidden; width:100%;}
.proshow_zxzx_right .p_z_r_3 input{ height: 40px; border: 0px; background: #ffffff; padding-left: 12px; padding-right: 10px; border:1px solid #CCC;width:215px;}

.proshow_zxzx_right .p_z_r_4{overflow: hidden;width:100%;}
.proshow_zxzx_right .p_z_r_4 .xzinput{float:left;width:15px;height:15px;}
.proshow_zxzx_right .p_z_r_4 .wzsm{float:right;width:calc(100% - 25px);overflow:hidden;font-size:14px;color:#777;}
.proshow_zxzx_right .p_z_r_4 .wzsm span{color:#F00;}





.dklx_feedback{width:auto;margin:0 auto;overflow:hidden;padding-left:50px;}
.dklx_feedback .box{width:100%;overflow:hidden;margin-bottom:15px;}
.dklx_feedback .box input{width:auto;height:50px;border:0px;background:#ffffff;padding-left:20px;padding-right:20px;outline:none;border:1px #CCCCCC solid;color:#666;}
.dklx_feedback .box input::placeholder{color:#333333;opacity: 1;}

.dklx_feedback .box .form-control{ width:195px;padding:10px 10px;border:1px solid #CCC;height:50px;color:#666;}
.dklx_feedback .box .form-control select option {padding:5px 0;}

.dklx_feedback .box .submit{width:150px;height:50px;background:#0a67d9;line-height:50px;font-size:15px;color:#ffffff;border:0px;outline:none;cursor:pointer;margin:0 auto;margin-top:10px;}

.dklx_feedback .box .xuzhk{float:left;width:15px;height:15px;overflow:hidden;}
.dklx_feedback .box .ydty{float:right;width:calc(100% - 25px);overflow:hidden;font-size:14px;color:#777;}



/*---wap---*/
.wapbox{background:#f8f8f8;}

.mashnaqian{overflow:hidden; margin:0 auto;padding:0 50px;}
.mashnaqian li{text-align:center;overflow:hidden;}
.mashnaqian li input{border:none;padding:0px 20px;height:60px;border-radius:15px;width:80%; background-color:#ebecf0;font-size:18px;color:#777;}
.mashnaqian li input:-webkit-autofill {
/* 选择历史记录的文字颜色*/
-webkit-text-fill-color: #666;
}

.myico{background:url(../images/sj.png) no-repeat 30px center; text-indent:40px;}
.mashnaqian li input::placeholder{color:#777;font-family:"Microsoft YaHei", Arial, Helvetica, sans-serif, simsun;font-size:18px;}
.mashnaqian li #submit{background:#d10000;color:#fff;font-size:18px;height:50px;border-radius:30px;margin-top:20px;width:40%;}


.xuzh{width:100%;height:50px; overflow:hidden;height:auto;margin:30px 0;}
.xuzh input{width:20px;height:20px;}
.xuzh .txt{font-size:16px;overflow:hidden; display:inline-block;color:#666;padding-left:10px;font-family:"Microsoft YaHei", Arial, Helvetica, sans-serif, simsun;}
.folt{text-align:left;overflow:hidden;}


/*---wap---*/












