html,body{width: 100%;font-size:16px;overflow-x:hidden}
*{ margin:0; padding:0;}
em{ font-style:normal;}
img {border: 0 none;height: auto;vertical-align: middle;}
ul{ list-style:none;}
.clear{ clear:both}
.l{ float:left;}
.r{ float:right;}
div{box-sizing: border-box;}
/*::-webkit-scrollbar {display:none}*/
li{list-style: none;}
.relative{position: relative;}
.absolute{position: absolute;}
a{ text-decoration:none; color:#333;}
.cuya{font-family: "impact";}

.s_width{ width:85%; margin:0 auto; position:relative}
i,em{ font-style:normal;}
.biaoge{overflow-x: auto;}
.biaoge td{padding:5px 5px;white-space: nowrap;}

table {width: 100%;border-collapse: collapse;}
table td {border: 1px solid #e6e7ea;padding: 0.5%;line-height: 1.4; font-size: 16px;}

@font-face {
	font-family: "DINENGSCHRIFTSTD";
	src: url("../css/font/DINENGSCHRIFTSTD.woff2") format("woff2"),
	url("../css/font/DINENGSCHRIFTSTD.woff") format("woff"),
	url("../css/font/DINENGSCHRIFTSTD.ttf") format("truetype"),
	url("../css/font/DINENGSCHRIFTSTD.eot") format("embedded-opentype"),
	url("../css/font/DINENGSCHRIFTSTD.svg") format("svg");
}
.fontDIN {font-family: "DINENGSCHRIFTSTD";}

/*===================== 公用样式 START =====================*/
.pub_title{text-align: center;color: #fff;text-shadow: 0px 1px 3px rgba(0,0,0,0.4), 0px 0px 30px rgba(0,0,0,0.075);}
.pub_title h3{font-weight: 700;text-transform: uppercase;}
.pub_title p,.pub_title h4{font-weight: 400;}
.img{overflow: hidden;position: relative;}
.img img{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}



/*主导航多级菜单*/
.tel_header,.arlo_tm_mobile_menu_wrap,.tel_search{display: none;}
.headerbg{width: 100%; margin: 0 auto; position: relative;}
.header{width: 215px;   height: 30px; line-height: 30px; float: right;margin-right: 4%;}
.header_tel{font-size: 16px;}
.header_tel i{background:url("../images/phoneicon.png")no-repeat center top 3px; width: 21px; height: 16px; display:inline-block; margin-right: 8px;}
.header_search{width: 50px; background: #ef011c;height: 100%; position: relative;}
.header_search a{ display: inline-block; height: 30px;	border-radius:15px; vertical-align: middle; line-height: 30px; position: relative;}
.header_search a.glass{ width: 100%; background-image: url('../images/glass1.png');	background-position: center; background-repeat: no-repeat;}
.header_search a.glass.on{ -webkit-transform:rotate(360deg); transform:rotate(360deg);}

.topsouout{ padding:15px 0; background-color: rgba(51,51,51,0.8); position: absolute; display: none;	z-index: 888888888; width: 100%; right:0; top:30px; font-size: 16px;  height: 80px;}
.topsouout .topsou{ position: relative; width: 580px; padding-right: 110px; height:47px;  background-color: #fff; margin: 0 auto; overflow:hidden;}
.topsou .shuru{ width: 100%; height:100%; background-color:#fff; border:none; color:#666; text-indent:20px;}
.topsou .anniu{ position:absolute; top:0; right:0; z-index:2; width:110px; height:100%; border:none; cursor:pointer;  background-color: #ef011c; color: #fff; text-align: center; -webkit-transition: .3s; transition: .3s;}
.topsou .anniu:hover{ background-color: rgba(239,1,28,0.8);}



.hbg{width: 100%;position: relative;top: 0px; left: 0;margin: 15px 0 15px 0; z-index: 9999;background: none;text-align: center; display: flex; display:-webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;}
#logo{transition: .5s;margin-left: 4%;}
#logo:hover{left:4%;}
#logo img{ width:100%}

.hbg .nav{ height:50px; margin-right: 4%;}
.hbg .nav ul{display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between; }
.hbg .nav li{text-align:right; line-height:50px; position:relative; font-weight: bold;}
.hbg .nav li a{ color:#333; display:block;  margin-top:20px;  padding: 0 20px;}
.hbg .nav li:nth-child(7) a{padding-right: 0;}
.hbg .nav ul li a:hover, .hbg .nav ul li a.active{color:#ef011c;}

.hbg .product_son{display: none;position: absolute;left:0;top:90px;text-align: center;width:100%;padding:20px 0;height:auto;background-color:rgba(0,0,0,0.75);z-index:999;}
.hbg .product_son .item{display: inline-block;width:13%;margin:0.5%;}
.hbg .product_son .item img{border: 0;vertical-align: middle;max-width: 100%;display: block;}
.hbg .product_son .item p{font-size:16px;color:#fff;height:40px;line-height:40px;}
.hbg .product_son .item:hover .pb_bg{transform: scaleY(1);-webkit-transform: scaleY(1);transform-origin: left 0;-webkit-transform-origin: left 0;visibility: visible\9;}

.pub_button{position: relative;z-index:1;}
.pub_button .pb_bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color:rgba(12,162,52,0.7);-webkit-transition: transform 0.5s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);transition: transform 0.5s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);transform-origin: left 100%;-webkit-transform-origin: left 100%;transform: scaleY(0);-webkit-transform: scaleY(0);visibility: hidden\9;z-index: -1;}
.pub_button:hover .pb_bg, .pub_button.active .pb_bg{transform: scaleY(1);-webkit-transform: scaleY(1);transform-origin: left 0;-webkit-transform-origin: left 0;visibility: visible\9;}


@media( max-width:1280px ){
  #logo{ top: 18px;}
  .hbg .nav{  left: 35%; }
  .ttel{display: none;}
}

@media( max-width:790px ){
	.hbg{display: none;}
	.tel_header{ position: fixed;z-index:999;width: 100%;height: 54px;left: 0;top:0px;background-color: #fff;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); display: block;}
@media (min-width: 640px){.tel_header {width: 640px !important;left: 50%;margin-left: -320px;}}
.tel_header .logo{height:44px;float:left;}
.tel_header .logo img{margin:0 auto; width:69%;margin-top: 12px;}
.tel_header .menu_box{float: right;width:24px;height:54px;}
.tel_header .nav_button{position: absolute;right:15px;top:25px;vertical-align: middle;width:31px;height:2px;cursor:pointer;background-color:#d70c18;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.tel_header .nav_button::after, .tel_header .nav_button::before{content:'';width:24px;height:2px;position: absolute;z-index:99999999;right:0;background-color:#d70c18;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.tel_header .nav_button::after{top:9px;}
.tel_header .nav_button::before{top:-9px;}
.tel_header .menu_box.on .nav_button{width:0;}
.tel_header .menu_box.on .nav_button::before{-webkit-transform: translateY(9px) rotate(45deg);-ms-transform: translateY(9px) rotate(45deg);transform: translateY(9px) rotate(45deg);}
.tel_header .menu_box.on .nav_button::after{-webkit-transform: translateY(-9px) rotate(-45deg);-ms-transform: translateY(-9px) rotate(-45deg);transform: translateY(-9px) rotate(-45deg);}
.tel_header, .header .inner{height:54px;}


.header_nav{position: fixed;width:280px;height:400px;overflow:auto;padding:20px 0;top:50%;left:50%;margin:-200px 0 0 -140px;z-index:9999999999;background-color: #fff;box-shadow:0 0 10px #f1f1f1;-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);-o-transform: scale(0);transform: scale(0);}
#close{display: none;position: fixed;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:9999;}
.header_nav ul{padding:0 15px;}
.header_nav ul li a{font-size:18px;display:block;color:#333;position: relative;line-height: 45px;border-bottom:1px solid #f9f9f9;text-align: center;}
.header_nav ul li:last-child a{border:none;}
.header_nav ul li a.link{color:#00a13b;}
.header_nav ul li .son_nav{display: none;padding:5px;background-color: #eee;border-top:2px solid #00a13b;}
.header_nav ul li .son_nav a{display: block;font-size:16px;line-height:40px;color:#323232;border:none;}

}
/* ------------------------ */
#banner{position:relative;overflow:hidden;width:100%;}
#banner ul{position:relative;overflow:hidden;width:300%;margin: 0;}
#banner ul li{width:33.333%;float:left}
#banner ul li img{width:100%;display:block;}
#banner aside{position:absolute;top:0;bottom:0;height:0;width:90%;right:0;left:0;margin:auto}
#banner aside span{display:block;width:65px;height:65px;z-index:63;background:rgba(255,255,255,0.3);border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;position:relative;cursor:pointer;opacity:0;transition:all 0.3s;margin-top:-2%;}
#banner:hover aside span{opacity:1;}
#banner aside span:after{content:'';position:absolute;top:0;bottom:0;right:0;left:20%;margin:auto;width:27px;height:27px;border-top:3px solid #ffffff;border-left:3px solid #ffffff;-webkit-transform:rotateZ(-45deg);-moz-transform:rotateZ(-45deg);-ms-transform:rotateZ(-45deg);-o-transform:rotateZ(-45deg);transform:rotateZ(-45deg)}
#banner aside span.prev{float:left;}
#banner aside span.next{float:right;}
#banner aside span.next:after{left:0;right:20%;-webkit-transform:rotateZ(135deg);-moz-transform:rotateZ(135deg);-ms-transform:rotateZ(135deg);-o-transform:rotateZ(135deg);transform:rotateZ(135deg)}
#banner #bannerBtnS{width:85px;position:absolute;right:0;left:0;bottom:3%;margin:auto}
#banner  #bannerBtnS em{display:block;float:left;width:10px;height:10px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;border:3px solid #fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 4.75px;background:#fff;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;cursor:pointer}
#banner  #bannerBtnS em.act{background:#f50056}



/*about*/
.about{width: 100%;background:url("../images/about.jpg") repeat center top; padding: 5% 0;}
.about .s_width{width: 85%; margin: 0 auto;display: flex; display:-webkit-flex;-webkit-justify-content: space-between;   justify-content: space-between;background:rgba(255,255,255,0.7) }
.about .about_l{width: 45%; position: relative;}
.about .about_l img{ width: 100%;}
.about .about_r{width: 50%; padding: 1% 4% 4% 0;}
.about .about_r h2{ font-weight: bold; color: #333333; font-size: 38px;}
.about .about_r h2 em{color: #333; font-weight: 400;font-size: 17px; display: block; line-height: 50px;}
.about .about_r h2 i{font-size: 20px;text-transform: uppercase;}
.about .about_r h2:after{ width: 150px; height: 7px;background: #d7231b;opacity: .4;content: ''; display: block;}
.about .about_r p{ line-height: 31px; margin-top: 3%;text-align: justify; font-size: 16px;}
.PubLink {display: inline-block;color:#fff;max-width: 250px;line-height: 55px;text-align: center;font-family:  Times New Roman;font-size: 15px;border-width: 1px;padding: 0px 30px; margin-top: 7%; background: #d70c18; margin-bottom: 10px;border-radius: 30px;transition: .5s; }
.PubLink:hover {background: #0062ab;color: #fff;}

@media screen and (max-width: 1560px){
  .about{padding: 3% 0;}
}

@media screen and (max-width: 1440px){
  .about .about_r .PubLink{display: none;}
}
@media( max-width:790px ){
  .about .s_width{width: 95%;display: block; }
  .about .about_l{width: 100%;}
  .about .about_r{width:100%; }
  .about .about_r h2{display: none;}
  .about .about_r p{ line-height: 28px; }
}

.prolsit{width: 100%;background:url("../images/prolist.jpg")no-repeat center top; padding: 4% 0;}
.prolsit:before{content: "product"; text-align: center; display: block; position: absolute; z-index: 0; font-weight: 500; left: 0; right: 0;font-family: impact; font-size: 100px;text-transform: uppercase; color: #666; opacity: 0.2;}
.prolsit h2:after{content: "";background:#d70c18; width: 80px; height:5px; display: block; margin:1% auto 0 auto; border-radius: 10px}
.prolsit h2{text-align: center; font-size: 58px; color: #fff; z-index: 1; position: relative; padding-top: 1.5%;}
.prolsit h2 em{ font-weight: 100;}
.prolsit p{text-align: center; font-size: 18px; padding: 20px 0; color: #fff; }

.prolsit ul{display: flex; display:-webkit-flex;-webkit-justify-content:center;   justify-content: center;  flex-wrap: wrap;width: 90%; margin: 0 auto; padding: 2% 0 0 0;}
.prolsit li{ background: #f0f0f0; border:1px solid transparent; border-color: rgba(255, 255, 255, 0.5); margin: 0 1% 2% 1%; text-align: center; width: 10%; padding: 1% 0;transition: .5s; }
.prolsit li:nth-child(1){margin-left: 0;}
.prolsit li:nth-child(6){margin-left: 0;}
.prolsit li a{color: #02adf0;}
.prolsit li:hover{ background: #d70c18;}
.prolsit li:hover a{color: #fff;}

@media( max-width:790px ){
  .prolsit h2{font-size: 44px;}
}


/*产品展示*/
.pro{width:100%; padding:4% 0 1% 0;background:#f2f2f2;padding-bottom: 3%;}
#top_scroll {overflow: hidden;width:90%; margin: 0 auto;  height: 900px;}
#top_scroll ul li{position: relative; float: left;width:18.5%;margin:0 .5% 1%;overflow: hidden; border-bottom: #e1dfdf 1px solid; box-sizing: border-box;background-color:#f8f8f8;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
#top_scroll ul li:nth-child(5n){margin-right: 0;}
#top_scroll ul li .img{width: 100%;object-fit: cover; object-position: center;  }
#top_scroll ul li .img img{ width: 100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;}
#top_scroll ul li .img:hover img{ transform:scale(1.2,1.2); -moz-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);}
#top_scroll ul li .proText{ padding: 12px; transition: .4s;-webkit-transition: .4s;}
#top_scroll ul li strong{display: block;font-weight: normal; color: #333333; font-size: 18px; margin-bottom: 8px;  text-align: center;}
#top_scroll ul li:hover{background-color:#d70c18;}
#top_scroll ul li:hover strong,#top_scroll ul li:hover .proText i{ color: #fff;}

@media( max-width:1280px ){
  #top_scroll ul li .img img{ height: 230px;}
}

@media( max-width:790px ){
  .prolsit ul{width: 95%;}
  .prolsit li{width: 47%;}
  #top_scroll {width:95%; }
  #top_scroll ul li{width:49%;}
  #top_scroll ul li .img img{height: auto;}
  #top_scroll ul li strong{margin-bottom: 0;}
}

/*news*/
.news{width: 100%;background:url("../images/news.jpg")  no-repeat center top; padding: 4% 0;background-attachment: fixed; background-size: cover;}
.news:before{content: "news"; text-align: center; display: block; position: absolute; z-index: 0; font-weight: 500; left: 0; right: 0;font-family: impact; font-size: 100px;text-transform: uppercase; color: #fff; opacity: 0.2;}
.news h2:after{content: "";background:#d70c18; width: 80px; height:5px; display: block; margin:1% auto 0 auto; border-radius: 10px }
.news h2{text-align: center; font-size: 58px; color: #fff; z-index: 1; position: relative; padding-top: 1.5%;}
.news h2 em{ color: #fff; font-weight: 100;}
.news strong{text-align: center; font-size: 16px; padding: 20px 0; color: #fff; display: block;font-weight: 100;}
.news .s_width{margin-top: 2%;}
.news_cont{ display: flex;-ms-flex-preferred-size: 100%;flex-basis: 100%;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;	-ms-flex-wrap: wrap;flex-wrap: wrap;width: 100%;overflow: hidden; margin: 0 auto;}
.news_cont .newList{flex-basis: 31%;margin-right: 3%;}
.newList{ overflow:hidden; padding:0rem 0 1% 0; height:auto; width:100%; }
.news_cont .newList:nth-child(3n){ margin-right:0px; }
.news_cont .newPicBox{ position:relative; width:100%; height:0px; padding-bottom:50%; overflow:hidden; border-radius:0px; margin:0 auto; }
.news_cont .newPic{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%) scale(1); width:100%; height:auto; transition:all .5s ease; }
.news_cont .picLink{ position:absolute; top:0px; left:0px; width:100%; height:100%; }
.news_cont .contentBoxB{ padding:0 6%;background:rgba(255,255,255,0.9) }
.news_cont .newTitle{ font-size:20px; margin-bottom:0;  line-height:1.2; font-weight:normal; color:#373c41; transition:all .5s ease; display:-webkit-box; overflow:hidden; -webkit-line-clamp:2; -webkit-box-orient:vertical; text-overflow:ellipsis; }
.news_cont .lineBox{ position:relative; width:100%; height:1px; background:#ededed; margin-bottom:26px; }
.news_cont .lineBox::before{ content:''; position:absolute; top:0px; left:0px; width:0px; height:100%; background:#afafaf; transition:all .5s ease; }
.news_cont .TimeBox{ font-size:14px; line-height:1.5; letter-spacing:.25px; color:#777; margin-bottom:20px; }
.news_cont .newMs{ position:relative; width:100%; line-height:1.4; clear:both; font-size:14px; color:#777; min-height:22px; letter-spacing:0; padding:20px 0px 30px; display:-webkit-box; overflow:hidden; line-height: 30px; -webkit-line-clamp:1; -webkit-box-orient:vertical; text-overflow:ellipsis;  font-weight: 100;}
.news_cont .image_con{ width: 100%; overflow: hidden;background:rgba(255,255,255,0.9); padding-top: 10px; max-height: 250px;}
.news_cont .image_con img{width:90%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; margin: 0 auto; display: block; }
.news_cont .image_con:hover img{ transform:scale(1.2,1.2); -moz-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);}
.news_cont .look{ display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; margin-top:20px; color:#777; overflow:hidden; }
.news_cont .look .look_name{ margin-right:10px; position:relative; }
.news_cont .newList:hover .newPic{ transform:translate(-50%,-50%) scale(1.1); }
.news_cont .newList:hover .newTitle{ color:#222; }
.news_cont .newList:hover .lineBox::before{ width:100%; }
.di_img{width:100%; background: url(../images/model_bg_02.jpg) no-repeat center top;position: relative; height: 358px;}
.news_img{width:56%; margin: 0 auto; }
.news_img img{ width: 100%; margin-top: 5%;}

.news_cont .bottom_btn{font-size:14px;line-height:7.5;/* font-weight:bold; */letter-spacing:.5px;text-transform:uppercase;transition:all .5s ease;background:rgba(255,255,255,0.9) ;padding-left: 5%; }
.news_cont .contentBoxB .bottom_btn{ display:none; }
.news_cont .newList:hover .bottom_btn{ color:#b62021; } 

@media( max-width:790px ){
	.news:before{ font-size: 76px;}
	.news h2{font-size: 44px;padding-top:3%;}
  .news p{width: 90%; font-size: 15px; margin: 0 auto;}
  .news .s_width{width: 95%;}
	.news_cont{width: 100%;}
	.news_cont .newList{flex-basis: 100%;margin-right:0%;}
	.di_img{height: 240px;}
	.news_img{width: 100%; height: 145px;}
	.news_cont .bottom_btn{line-height: 31px;}
 }



/*客户案例*/
.case{width: 100%; padding: 4% 0 0 0;}
.case:before{content: "case"; text-align: center; display: block; position: absolute; z-index: 0; font-weight: 500; left: 0; right: 0;font-family: impact; font-size: 100px;text-transform: uppercase; color: #666; opacity: 0.2;}
.case h2:after{content: "";background:#d70c18; width: 80px; height:5px; display: block; margin:1% auto 0 auto; border-radius: 10px}
.case h2{text-align: center; font-size: 58px; color: #333; z-index: 1; position: relative; padding-top: 1.5%;}
.case h2 em{ font-weight: 100;}
.case p{text-align: center; font-size: 18px; padding: 20px 0; color: #333; }

#case_scroll {overflow: hidden;width:90%; margin:2% auto 0 auto; padding-bottom: 3%; height: 800px;}
#case_scroll ul li{position: relative; float: left;width:23.5%;margin:0 .5% 1%;overflow: hidden; border-bottom: #e1dfdf 1px solid; box-sizing: border-box;background-color:#f8f8f8;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
#case_scroll ul li .img{width: 100%;height: 100%;object-fit: cover; object-position: center;  }
#case_scroll ul li .img img{ width: 400px; height: 300px; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;}
#case_scroll ul li .img:hover img{ transform:scale(1.2,1.2); -moz-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);}
#case_scroll ul li .proText{ padding: 12px; transition: .4s;-webkit-transition: .4s;}
#case_scroll ul li strong{display: block;font-weight: normal; color: #333333; font-size: 18px; margin-bottom: 8px;  text-align: center;}
#case_scroll ul li:hover{background-color:#b62021;}
#case_scroll ul li:hover strong,#case_scroll ul li:hover .proText i{ color: #fff;}

@media( max-width:1280px ){
  #case_scroll ul li .img img{ height: 230px;}
}

@media( max-width:790px ){
  .case:before{ font-size: 76px;}
	.case h2{font-size: 44px;padding-top:3%;}
  .case p{width: 90%; font-size: 15px; margin: 0 auto;}
  #case_scroll {width:95%; }
  #case_scroll ul li{width:49%;}
  #case_scroll ul li .img img{height: auto; width: 100%;}
  #case_scroll ul li strong{margin-bottom: 0;}
}



/*footer*/
.footer2{display: none;}
.footer{ width:100%; background:#0062ab; padding:75px 0 0 0;font-size: 16px;}
.footer .s_width{ width:80%;}
.footer .f_contact{ width:30%; float:left; color:#fff;}
.footer .f_contact h2{ font-size:20px;text-transform: uppercase; font-weight:normal;}
.footer .f_contact .f_contact_cont{ padding-top:20px; width:100%;}
.footer .f_contact .f_contact_cont h3{ font-weight:normal; font-size:18px; line-height:35px;}
.footer .f_contact .f_contact_cont p{ font-size:16px; line-height:40px; padding-bottom:20px}
.footer .f_contact .f_contact_cont em{ color:#fff; line-height: 31px;}
.footer .f_contact .f_contact_cont em a{ color:#fff}
.footer .f_contact .f_contact_cont em a:hover{ color:#fff;}

.footer .f_pro{ width:40%; border-right:1px solid transparent; border-color: rgba(255, 255, 255, 0.3); border-left:1px solid transparent; border-color: rgba(255, 255, 255, 0.3); float:left; padding:0 3% 0 3%;color:#fff;}
.footer .f_pro h2{ font-size:20px;text-transform: uppercase; font-weight:normal;padding-bottom:50px;}
.footer .f_pro ul{ overflow:hidden; padding-bottom:20px; height:165px; overflow:hidden}
.footer .f_pro li{width:30%; float:left; border:1px solid transparent; border-color: rgba(255, 255, 255, 0.3); margin: 0 2% 1% 0; text-align: center;}
.footer .f_pro li em{ display:block; color:#fff; padding-bottom:20px;}
.footer .f_pro li em:after{ content:""; width:40px; height:3px; background:#79c440; display:block; margin-top:10px;}
.footer .f_pro li a{ color:#fff;  line-height:40px; display:block;}
.footer .f_pro li a:hover{ display:block; }

.footer .f_wx{width:315px; float:right;color:#fff;}
.footer .f_wx h2{ font-size:20px;text-transform: uppercase; font-weight:normal;}
.footer .f_wx ul{ overflow:hidden; padding-top:50px;}
.footer .f_wx li{ width:140px; float:left; margin-right:15px; text-align:center;}
.footer .f_wx li img{ width:100%;} 
.footer .f_wx li em{ text-align:center; display:block; line-height:28px;}
.footer .f_wx p{ margin-top:9px; font-size:15px;padding-left: 15px;}
.footer .f_wx p img{ margin-top:10px; display:block;}

.end{ height:65px; background:#1d2a33 }
.end .s_width{ width:80%;}
.end .end_l{ }
.end .end_l img{}
.end .end_l p{ font-size:16px; color:#fff; float:right; line-height:65px;}
.end .end_l a{color: #fff;}
.end .end_r{ padding-top:8px;}


.p_float{ position:fixed; width:80px; bottom:0;  right:0; z-index:9999; opacity:0}
.p_float li{ height:78px; width:78px; text-align:center;background: #139b77; position:relative; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.p_float p{ line-height:78px; color:#fff; font-size:16px;}


@media screen and (max-width: 1280px){
  .footer .s_width{ width:85%;}
  .footer .f_wx li{ width:100px;}
}
@media( max-width:790px ){
  .footer,.end{display: none;}
	.footer2{display: flex;position: fixed;bottom: 0px;    height: 55px;z-index: 99;}
	.zxy-btmswt { padding: 0 0.26667rem; z-index: 50; position: fixed; bottom: 0; width: 100%; max-width: 750px; padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom); height: 1.50667rem; overflow: hidden; }
.zxy-btmswt .zxybtm-fl { margin-right: 0.26667rem; background: linear-gradient(0deg, #02adf0, #29c3ab); border-radius: 0.4rem 0.4rem 0px 0px; float: left; width: 3.94667rem; height: 100%; padding-top: 0.33333rem; }
.zxy-btmswt .zxybtm-fl a { display: block; background: url(../images/zxy-ej.png) no-repeat left 0.4rem center; background-size: 0.64rem; padding-left: 1.33333rem; cursor: pointer; }
.zxy-btmswt .zxybtm-fl a span { display: block; font-size: 0.34667rem; line-height: 1; color: #fff; margin-bottom: 0.13333rem; font-weight: 300; }
.zxy-btmswt .zxybtm-fl a strong { display: block; font-size: 0.42667rem; color: #fff; line-height: 1; }
.zxy-btmswt .zxybtm-fr { background: linear-gradient(0deg, #f72621, #f50a55); border-radius: 0.4rem 0.4rem 0px 0px; float: right; width: 5.25333rem; height: 100%; padding-top: 0.33333rem; }
.zxy-btmswt .zxybtm-fr a { display: block; background: url(../images/zxy-dh.gif) no-repeat left 0.4rem center; background-size: 0.64rem; padding-left: 1.33333rem; cursor: pointer; }
.zxy-btmswt .zxybtm-fr a span { display: block; font-size: 0.34667rem; line-height: 1; color: #fff; margin-bottom: 0.13333rem; font-weight: 300; }
.zxy-btmswt .zxybtm-fr a strong { display: block; font-size: 0.42667rem; color: #fff; line-height: 1; letter-spacing: 1px; }
}


/*网站内页*/
/* ===================== 内页 Banner 图 ===================== */

#nyba{height:410px;position: relative;overflow:hidden;background-attachment: fixed;position: relative;width: 100%;}
.nybabg{  position:absolute; z-index:2; width:100%; height:100%;opacity:1;}
.gsb{background:linear-gradient(rgba(0, 0, 0, 0.95) 0%, rgba(38, 156, 212, 0) 40%);position: absolute;top: 0;width: 100%;height: 100%;left: 0;z-index: 1;}
#nyba img{width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 0;animation:change 2s ease-in-out}
@keyframes change{from
{ transform:scale(1.2);opacity: 0.8;}to {transform:scale(1);opacity: 1;}
}

@keyframes change1{
	from { transform:translateY(60px);opacity: 0;}
	to {transform:translateY(0px);opacity: 1;}
}

@media( max-width:790px ){
  #nyba{height:150px;}
}
/* ===================== 内页 Banner 图 ===================== */

.mbx{ width:100%; height:60px; background:#f2f2f2; }
.mbx .mbx_cont{ width:90%; margin:0 auto; font-size:16px; line-height:60px; color:#333}


.se_main_tit{width: 100%;padding: 3% 0 0 0 ; }
.se_main_tit:before{content: "lirong"; text-align: center; display: block; position: absolute; z-index: 0; font-weight: 500; left: 0; right: 0;font-family: impact; font-size: 100px;text-transform: uppercase; color: #f2f2f2; opacity: 0.9;}
.se_main_tit strong:after{content: "";background:url("../images/line.png") repeat center top; width: 66px; height: 22px; display: block; margin:2% auto 0 auto; }
.se_main_tit h2{text-align: center; font-size: 58px; color: #333; z-index: 1; position: relative; padding-top: 1.5%;}
.se_main_tit h2 em{ color: #d70c18;}
.se_main_tit strong{text-align: center; font-size: 16px; padding: 20px 0; color: #333; display: block;font-weight: 100;}

.se_about{ background: #fcfcfc; padding: 3%; line-height: 31px;width: 85%; margin: 2% auto 5% auto; border:1px solid transparent; border-color: rgba(151, 151, 151, 0.1);}
.se_about p{ margin-bottom: 1%;font-size: 16px;}
.se_about img{width: 100%;}


.main{width: 100%; background: #ebf1f5; padding: 5% 0;}
.main .s_width{display: flex; display:-webkit-flex;  -webkit-justify-content: space-between;   justify-content: space-between; width:85%; margin:0 auto 1rem auto;padding: 4%; background: #fff;box-shadow: 0 0 10px #d8d8d8;}
.main .main_l{width: 18%; }
.main .main_l h2{background: #cf322c; height: 150px; text-align: center; line-height: 150px; color: #fff; font-size: 26px; font-weight: 400;}
.main .main_l ul{padding: 2% 0;background: #f2f2f2;}
.main .main_l li{padding: 0 3% 0 5%; line-height: 7vh; border-bottom:1px solid transparent; border-color: rgba(151, 151, 151, 0.3); font-size: 17px; font-weight: 400;transition: .5s; }
.main .main_l li:hover{background: #d70c18; }
.main .main_l li:hover a{color: #fff;}
.main .main_l p{font-size: 16px; line-height: 31px; padding:  5%;background: #f2f2f2;}
.main .main_r{width: 78%;}

@media( max-width:790px ){
  .main .s_width { width:95%;display:block; }
  .main .main_l{display: none;}
  .main .main_r{width: 100%;}

  .se_main_tit h2{ font-size: 30px; padding-top: 6.5%;}
  .se_main_tit:before{font-size: 66px;}
  .se_about{width:95%;}
}

/*产品详情页*/
.container{width: 90%; margin: 0% auto;background: #fcfcfc; border:1px solid transparent; border-color: rgba(151, 151, 151, 0.1);padding: 3%;}
.container h1{text-align: center;font-weight: 500; font-size: 30px;}
.info-intro{text-align: center; font-size: 16px; line-height: 55px; border-bottom:1px solid transparent; border-color: rgba(151, 151, 151, 0.3); padding-bottom: 15px;}
.info-pic{ margin: 10px 0;}
.info-pic img{ margin: 0 auto; max-width: 100%; display: block;}
.info_cont{font-size: 16px; line-height: 31px;;margin-top: 4%;}
.info_cont p{ margin-bottom: 15px;}
.info_cont img{width: 100%;}
.info_cont iframe{width: 80%; height: 650px;;}

.more-info{ line-height: 40px;}
.more-info ul{width: 90%; margin: 0 auto;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between; padding-top: 20px;}
.more-info li{width: 50%;}
.more-info li em{font-weight: 500; padding-right: 15px;}

@media( max-width:790px ){
  .more-info ul{display: inline-block;}
  .more-info li{width:100%;}
}


.seprocont{ width:80%; margin:5rem auto;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;}
.seprocont .sepro_l{width:21%; overflow:hidden;}
.box_one{width: 100%;background-color: #0c66bb;padding: 10px 10px}
.box_one .title{text-align: center;margin-bottom:20px;}
.box_one .title h3{color:#fff;font-weight:bold;font-size:30px;margin:20px 0 10px 0;}
.box_one .title p{color:#fff;font-size:16px;}
.box_one ul li{line-height:50px;background-color:#fff;margin-bottom:5px;text-align:left;}
.box_one ul li a{color:#333;position: relative;z-index:1;font-size:17px; display:block; padding-left:20px;}
.box_one ul li i{position: absolute;width:100%;height:0;background-color:#0c66bb;left:0;top:0;z-index:-1;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.box_one ul li a:hover i, .box_one ul li a.active i{height:100%;}
.box_one ul li a:hover, .box_one ul li a.active{color:#fff;}
.box_two{ background:#f07b1b; padding:30px 10px 10px 10px; margin-top:1rem; color:#fff;}
.box_two h3{ font-size:18px; font-weight:normal;}
.box_two h3:after{ content:""; width:30px; height:5px; background:#fff; display:block; margin-top:10px; margin-bottom:20px;}
.box_two p{ font-size:16px; line-height:31px;}
.box_two a{ width:70%; height:30px; line-height:30px; margin:30px auto 30px auto; background:#f2f2f2; display:block; text-align:center; color:#333}

.seprocont .sepro_r{ width:75%; overflow:hidden; background: #f8f8f8; }



/*内页业务布局*/
.se_yewu{ width: 80%; margin: 0 auto 3% auto; display: flex;flex-wrap: wrap;-webkit-justify-content: space-between;   justify-content: space-between;}
.se_yewu .se_yewu_l{align-items: center;padding: 0; width: 50%; transition: .5s; }
.se_yewu .se_yewu_l img{width: 100%; height: 100%;}
.se_yewu .se_yewu_r{ width: 50%; background: #f2f2f2;}
.se_yewu .se_yewu_r .se_yewu_cont{padding: 10% 7% 7% 10%; color: #333;}
.se_yewu .se_yewu_r .se_yewu_cont h3{ }
.se_yewu .se_yewu_r .se_yewu_cont p{margin-top: 15px; line-height: 31px;}


/*内页产品展示*/
.se_tuandui { width:100%; margin:0 auto 1rem auto; }
.se_tuandui ul{display: flex;justify-content: flex-start;flex-wrap: wrap;}
.se_tuandui li{padding:0; width:23%; margin:0 26px 25px 0; position:relative; overflow:hidden; background:#fff; border:1px solid #eee;}
.se_tuandui li:nth-child(4n){ margin-right:0px;}
.se_tuandui li .p-img{  margin:0 auto 0px auto;  text-align:center;  position:relative; overflow:hidden;object-fit: cover; object-position: center;}
.se_tuandui li .p-name{ height:70px; line-height:70px; word-break:break-all; word-wrap: break-word; overflow:hidden;text-align: center; font-weight: 500; border-top:1px solid #eee}
.se_tuandui li .p-img img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_tuandui li:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_tuandui p{ font-size:18px; line-height:35px; color:#666;}
.se_tuandui p span{ font-size:17px;  color:#af1318;}
.se_tuandui ul li:hover{background-color:#d70c18;cursor:pointer; }
.se_tuandui ul li:hover .p-name{ color: #fff;}




@media screen and (max-width: 1440px){
  .se_tuandui li{ width:22%;}
  .se_tuandui li .p-name{ height:50px; line-height:50px;}
  .main .main_l h2 {height: 126px; line-height: 126px;}
  .main .main_l li{line-height: 53px;}
}

@media screen and (max-width: 790px){
  .container{width: 100%;}
  .container h1{font-size: 25px;}
  .se_tuandui li{width:48%;margin:0 1% 1% 0;}
  .se_tuandui li:nth-child(2n){ margin-right:0px;}
}

.sepro_cont{width: 90%; margin: 0 auto;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;background: #f8f8f8; }
.sepro_cont_l{width: 50%;}
.sepro_cont_l img{width: 100%;}
.sepro_cont_r{width: 50%; padding: 4% 3%; }
.sepro_cont_r h2{ text-align: left; font-weight: 500; font-size: 35px;}
.sepro_cont_r .info-intro{text-align: left; }
.sepro_cont_r .info-pic{ margin: 10px 0;}
.sepro_cont_r .info-pic img{ margin: 0 auto; max-width: 100%; display: block;}
.sepro_cont_r .info_cont{font-size: 16px; line-height: 31px;;}
.sepro_cont_r .info_cont p{ margin-bottom: 15px;}

.fenye{width: 1280px; margin: 0 auto 1% auto;display: flex; display:-webkit-flex;-webkit-justify-content:center;   justify-content: center; align-items: center;-webkit-align-items: center; height: 45px;}
.fenye_zong{ font-size: 14px; width: 200px; background: #f2f2f2; text-align: center;  line-height: 45px;}


/*内页简介*/
.ny_about{ width:100%; height:500px; overflow:hidden;background-attachment: fixed; background-size: cover;}
.ny_about_cont{ width:80%; margin:50px auto;}
.ny_about_cont h2{ font-size:40px; color:#159e50; line-height:80px;}
.ny_about_cont p{ font-size:18px; line-height:35px; color:#666; margin-top:30px;text-indent:2em;}


/*se_hangye*/
.newsout {padding: 0 0 120px;}
.newslist {padding: 0 0 120px;width: 100%;}
.newslist li {width: 100%;padding: 38px 0;background-color: #eee;border-bottom: 2px solid #fff;}
.newslist li:nth-child(even) {background-color: #f5f5f5;}
.newslist li .lin {max-width: 1200px;margin: 0 auto;}
.newslist li a {display: block;position: relative;padding-left: 0;min-height: 220px;overflow: hidden;padding-right: 166px;}
.newslist li a:after {content: '';position: absolute;right: 130px;top: 40px;z-index: 2;width: 1px;height: 143px;background-color: rgba(0, 0, 0, 0.1);}
.newslist li .pic {position: absolute;left: 0;top: 0;z-index: 1;width: 0;height: 220px;overflow: hidden;}
.newslist li .pic img {width: 386px;height: 100%;}
.newslist li h3 {font-size: 18px;color: #333;line-height: 30px;height: 30px;overflow: hidden;padding-top: 28px;}
.newslist li .txt {font-size: 16px;color: #666;line-height: 32px;overflow: hidden;height: 64px;text-align: justify;margin: 18px 0 24px;}
.newslist li .date {font-size: 16px;color: #666;line-height: 30px;height: 30px;background: url('../images/clock.png') 0 center no-repeat;font-family: 'helvetica';padding-left: 28px;}
.newslist li label {display: block;width: 28px;height: 28px;font-size: 0;cursor: pointer;background: #d70c18 url('../images/jtr-n.png') center no-repeat;border-radius: 50%;position: absolute;right: 0;top: 50%;
z-index: 1;margin-top: -14px;}
.newslist li:hover {background-color: #d70c18;}
.newslist li:hover a {padding-left: 426px;}
.newslist li:hover a:after {background-color: rgba(255, 255, 255, 0.2);}
.newslist li:hover .pic {width: 386px;}
.newslist li:hover h3 {color: #fff;}
.newslist li:hover .txt {color: rgba(255, 255, 255, 0.7);}
.newslist li:hover .date {background-image: url('../images/clock2.png');color: #fff;}
.newslist li:hover label {background-image: url('../images/jtr-nh.png');background-color: #fff;}
.newslist li,.newslist a:after,.newslist h3,.newslist .date,.newslist label {-webkit-transition: 0.4s;transition: 0.4s;}
.newslist a,.newslist .pic {-webkit-transition: 1s;transition: 1s;}
.newslist .txt {-webkit-transition: color 0.4s;transition: color 0.4s;}
@media screen and (max-width: 1440px) {
.newsout {	padding: 0 0 80px;}
.newslist {	padding: 0 0 80px;}
}
@media screen and (max-width: 1280px) {
.newslist li a {	padding-left: 426px;	padding-right: 20px;}
.newslist li:hover a {padding-left: 426px;}
.newslist li a:after {display: none;}
.newslist li label {display: none;}
.newslist li .pic {width: 386px;left: 20px;}
.newslist li:hover .pic {width: 386px;}
}
@media screen and (max-width: 1000px) {
.newslist li h3 {padding-top: 10px;}
.newslist li .txt {height: auto;max-height: 96px;}
}

  @media screen and (max-width: 840px) {
  .newslist li a {padding-left: 46%;padding-right: 3%;}
  .newslist li:hover a {padding-left: 46%;}
  .newslist li .pic {width: 40%;left: 3%;}
  .newslist li:hover .pic {width: 40%;}
  .newslist li .pic img {position: absolute;left: 50%;margin-left: -193px;}
  }
  @media screen and (max-width: 600px) {
  .newsout {padding: 0 0 60px;}
  .newslist {padding: 0 0 60px;}
  .newslist li a {padding-left: 3%;}
  .newslist li:hover a {padding-left: 3%;}
  .newslist li .pic {position: relative;width: 100%;left: 0;height: auto;}
  .newslist li:hover .pic {width: 100%;}
  .newslist li .pic img {position: static;left: 0;margin-left: 0;width: 100%;height: auto;}
  }


/*se-contact*/
/*se-contact*/
.tel_contact{display: none;}
.contactPage .sec01 {margin-bottom: 80px;padding: 245px 0 200px;background: url("../images/img28.jpg") no-repeat center bottom;background-size: cover;overflow: hidden;}
.comWidth {max-width: 1470px;margin: 0 auto;box-sizing: border-box;padding: 0 15px;}
.headline02 {color: #fff;margin-bottom: 40px; font-weight: 700;}
.contactPage .sec01 .txt {color: #fff;font-size: 18px;line-height: 2.22;margin-bottom: 60px;}
.txt01{font-weight: 700;display: block; text-align: center;}
.txt02{font-weight: 100; text-align: center; margin: 1% 0 4% 0;display: block;}
.contactPage .sec01 .inner {display: flex;align-items: center;margin-bottom: 40px;}
.contactPage .sec01 .link {display: flex;align-items: center;justify-content: center;font-size: 24px;font-weight: bold;background: linear-gradient(270deg, #0185D1 2.08%, #12408E 102.2%);border: 3px solid #FFFFFF;
box-sizing: border-box;border-radius: 100px;width: 240px;color: #fff;padding: 15px 0;}
.contactPage .sec01 .link img {width: 36px;margin-left: 10px;}
.contactPage .sec01 .tel {color: #fff;font-size: 20px;line-height: 1.4;margin-left: 55px;}
.contactPage .sec01 .tel a {font-size: 40px;color: #FF701A;-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-image: -webkit-linear-gradient(left,#FA2A22,#FF701A);font-weight: bold;}
.contactPage .sec01 .address {color: #fff;font-size: 18px; line-height: 35px;}
.contactPage .sec02 {margin-bottom: 120px;}
.contactPage .sec02 ul {display: flex;}
.contactPage .sec02 ul li {width: 16.7%;margin: 0 4.125% 0 0;border-radius: 12px 40px 12px 40px;box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.12);cursor: pointer;}
.contactPage .sec02 ul li:nth-child(5n) {margin-right: 0;}
.contactPage .sec02 ul .photo {background: linear-gradient(270deg, #ABE0FF 2.08%, #6FA2F9 102.2%);border-radius: 12px 40px 0px 0px;height: 140px;display: flex;justify-content: center;align-items: center;}
.contactPage .sec02 ul .photo img {width: 60px;-webkit-transition: all .5s;transition: all .5s;}
.contactPage .sec02 ul li:hover .photo img {transform: rotateY(360deg);}
.contactPage .sec02 ul .txtbox {background: #FFFFFF;border-radius: 0px 0px 12px 40px;text-align: center;padding: 20px 30px;}
.contactPage .sec02 ul .txtbox h3 {color: #666;margin-bottom: 5px;display: inline-block;}
.contactPage .sec02 ul .txtbox p {color: #999; line-height: 24px; margin-top: 15px;}
.contactPage .sec02 ul li:hover .txtbox h3 {color: #FF701A;-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-image: -webkit-linear-gradient(left,#FA2A22,#FF701A);}
.contactPage #mapArea {width: 100%;height: 480px;background-color: #C4C4C4;}

@media screen and (max-width: 790px) {
	.contactPage .sec01,.sec02,.sec03{display: none;}
	.tel_contact{display: block;}
	.cont-us { padding: 1rem 0.26667rem 0; background: url(../images/us_bg.png) no-repeat; background-size: 100% 100%; width: 9.46667rem; height: 14.16rem; margin: -1.2rem auto 0; position: relative; }
.cont-us h1 { font-size: 0.56rem; color: #fff; font-weight: 400; padding: 0 0.26667rem; }
.cont-us .tit { font-size: 0.37333rem; color: #fff; margin-top: 0.13333rem; padding: 0 0.4rem; }
.cont-us .box { margin-top: 2.42667rem; padding: 0 0.4rem; }
.cont-us .box p { font-size: 0.37333rem; color: #586ca4; margin-bottom: 0.06667rem; }
.cont-us .box strong { font-size: 0.48rem; color: #333; font-weight: 400; display: block; margin-bottom: 0.2rem; }
.cont-us .box span { font-size: 0.37333rem; color: #333; }
.cont-us .box-an { display: -webkit-flex; display: flex; justify-content: space-between; padding: 0 0.26667rem; margin-top: 0.86667rem; }
.cont-us .box-an a { width: 4rem; height: 1.28rem; line-height: 1.28rem; text-align: center; font-size: 0.42667rem; }
.cont-us .box-an a:first-child { background: url(../images/a_1.png) no-repeat; background-size: 100% 100%; color: #8797c1; }
.cont-us .box-an a:nth-child(2) { background: url(../images/a_2.png) no-repeat; background-size: 100% 100%; color: #ad2225; }
}


/*===================== 响应式代码 START =====================*/
.f_80{font-size: 80px;}
.f_72{font-size: 72px;}
.f_62{font-size: 62px;}
.f_48{font-size: 48px;}
.f_40{font-size: 40px;}
.f_30{font-size: 30px;}
.f_24{font-size: 23px;}
.f_20{font-size: 20px;}
.f_18{font-size: 18px;}
.f_16{font-size: 16px;}
.f_15{font-size: 15px;}
.f_14{font-size: 14px;}

/*===================== 响应式代码 START =====================*/
@media( max-width:1600px ){
.f_80{font-size: 60px;}
.f_72{font-size: 50px;}
.f_62{font-size: 40px;}
.f_48{font-size: 38px;}
.f_40{font-size: 30px;}
.f_30{font-size: 24px;}
.f_24{font-size: 20px;}
.f_20{font-size: 20px;}
.f_18{font-size: 18px;}
.f_16{font-size: 16px;}
.f_15{font-size: 15px;}
.f_14{font-size: 14px;}
}

@media( max-width:1210px ){
.f_80{font-size: 60px;}
.f_72{font-size: 50px;}
.f_62{font-size: 30px;}
.f_48{font-size: 28px;}
.f_40{font-size: 26px;}
.f_30{font-size: 24px;}
.f_24{font-size: 16px;}
.f_20{font-size: 18px;}
.f_18{font-size: 16px;}
.f_16{font-size: 14px;}
.f_15{font-size: 14px;}
.f_14{font-size: 14px;}

}


/*===================== 响应式代码 END =====================*/