/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;}
body{ font-size:12px;font-family:''; color:#292929;font-weight: 300;}
body.head_on{overflow:hidden}
a{color:#1C1C1C;transition: 0.3s;}
a:hover{ color:#DC0025; text-decoration:none;cursor: pointer;}
p{line-height:1.8em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width:1200px; margin:0 auto;padding: 0 30px;box-sizing: border-box;}





.header{ position:fixed;top: 0;left: 0;width: 100%;z-index: 999;font-weight: 300;font-size:20px;    background: #000;}
.header.fixed{background: #1C1C1C;}
.header.active{background: #1C1C1C !important;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 90px;}
.headList .logo{display: block;}
.headList .logo img{max-height: 100px;width: auto;}

.hTel a{color:#fff;}
.hMenu ul li{ float:left; position:relative;margin: 0 20px;}
.hMenu ul li a{ font-size:20px;color:#fff;display:block;text-align:center;}
.hMenu ul li a:hover{opacity: 0.5;}
.hMenu_btn{color: #fff;cursor: pointer;}
.hMenu_btn:hover{opacity: 0.5;}
.hMenu_btn.active{display: none;}

/*menu*/
.menu{height:80px;line-height:80px;}
.menu ul li{ float:left; position:relative;}
.menu ul li dl{ background:#fff; width:100%; position:absolute; left:0px; top:80px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);padding:10px 0;display:none;z-index: 9;}
.menu ul li dl dd{ line-height:40px;border-bottom:#ddd dotted 1px; margin:0 10px; }
.menu ul li dl dd a{ font-size:14px; color:#666;display:block; padding:0;text-align:left;}
.menu ul li dl dd a:hover{ color:#DC0025;}
.menu a{ font-size:16px;color:#1C1C1C;display:block;text-align:center;padding: 0 20px;}
.menu a:hover{color:#DC0025;}
a.menu_hover{color:#DC0025;}

.hMenu_Panel{position: fixed;top: 80px;right: -100%;width: 100%;height: calc(100% - 80px);z-index: 998;transition:right ease 0.35s;}
.hMenu_Panel.active{right: 0;}
.hMenu_Panel .warp{width: 100%;height: 100%;background: rgba(0,0,0,0.6);position: relative;}
.hMenu_Panel .top{background-color: #1C1C1C;border-top: 1px solid #cccccca3;border-bottom: 1px solid #cccccca3;}
.hMenu_Close{cursor: pointer;position: absolute;top: 0;right: 0;width: 100px;height: 50px;line-height: 50px;color: #fff;font-size: 20px;font-weight: 300;}


.menu_list{display: flex;justify-content: center;align-items: center;width: 100%;height: 50px;line-height: 50px;}
.menu_list li{display: inline-block;padding: 0 5px;}
.menu_list li a{color: #fff5;font-size: 24px;padding: 0 15px;position: relative;display: block;}
.menu_list>li>a:after{position: absolute;left: 0;bottom: 0;width: 100%;height: 3px;background: #fff;content: "";opacity: 0;}
.menu_list li a:hover{color: #fff;}
.menu_list>li.on>a{color: #fff;}
.menu_list>li.on>a:after{opacity: 1;}
.menu_list>li.on .menu_list2{display: block;}


.menu_list2{position: absolute;top: 55px;left: 0;width: 100%;font-weight: 300;display: none;}
.menu_list2 .box{width: 100%;max-width: 1200px;margin: 0 auto;padding-top: 20px;}
.menu_list2 .list dl{ -ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}
.menu_list2 .list dl dt{margin-bottom: 20px;}
.menu_list2 .list dl dt a{border-bottom: 3px solid #fff;display: inline-block;padding-bottom: 6px;font-size: 24px;color: #fff;}
.menu_list2 .list dl dd a{font-size: 18px;color: #fff;}


/*mMenu*/
.m_header{width: 100%;}
.sp_header1{height:70px;overflow:hidden;background:#fff;position:fixed;z-index:9999;width:100%;display: none;top: 0;}
.sp_logo1{float:left;height:70px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo1 img{margin:auto;max-height:50px;}
.sp_nav1{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:25px}
.sp_nav1 span{display:block;background:#1c1c1c;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav1 span:nth-of-type(1){top:0px}
.sp_nav1 span:nth-of-type(2){top:10px}
.sp_nav1 span:nth-of-type(3){top:20px}
.sp_nav_se1 span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se1 span:nth-of-type(2){width:0}
.sp_nav_se1 span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav1{position:fixed;z-index:999;background:#fff;width:100%;height:calc(100% - 70px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;display: none;}
.nav_show1{top:70px}
.sjj_nav1 ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav1 ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav1 ul li .sjj_nav_i_se1 svg{transform:rotate(0deg)}
.sjj_nav1 ul li{border-top:1px #e4e8eb solid;position:relative;line-height:45px;font-size:16px}
.sjj_nav1>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav1 ul li ul{display:none}
.sjj_nav1 ul li a{color:#333;width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav1 ul li a:hover{color: #0188FB;}
.sjj_nav1 ul li ul li a{color:#333;display:block;text-align:left;}
.sjj_nav1 ul li i svg{width:25px;height:25px;fill:#333;}
.sjj_nav1 ul li .sjj_nav_i_se svg{fill:#333}
.sjj_nav1 ul li ul li>ul{margin-left:10px}
.sjj_nav1 ul li ul li{border-top: none;}
.sjj_nav1 ul li ul li a{padding: 0 30px;}

/*mSearch*/
.mSearch{position: relative;width: calc(100% - 20px);height: 35px;overflow: hidden;margin: 20px 10px;}
.mSearch input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 60px 0 10px;box-sizing: border-box;border: 1px solid #ccc;border-radius: 25px;background: none;outline: none;}
.mSearch button{background-image: linear-gradient(to right,#01b2ac 0,#004ea2 100%);width: 60px;height: 35px; position: absolute; top: 0;right: 0;border-radius: 0 25px 25px 0;color: #fff;font-size: 14px;border: none;}

/*swiper*/
.swiper {width: 100%;height: 100%;position: relative;overflow: hidden;}
.swiper-slide {background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center; -ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.swiper-slide img { display: block;width: 100%;height: 100%;object-fit: cover;}

/*common*/
.disFlex {
	flex-wrap: wrap;
	display: -webkit-box;/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;/* Firefox 17- */
	display: -webkit-flex;/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;/* Firefox 18+ */
	display: -ms-flexbox;/* IE 10 */
	display: flex;
}
.jusBet{justify-content: space-between;}
.jusCet{justify-content: center;}
.jusEnd{justify-content: flex-end;}
.aliTop{align-items: flex-start;}
.aliCet{align-items: center;}
.alibtm{align-items: flex-end;}

.img{font-size: 0px;overflow: hidden;}
img{transition: 0.5s;}

.f_left{float: left;}
.f_right{float: right;}
.clearfix:before,
.clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;overflow: hidden;}
.clearfix {*zoom: 1;}

.bgfff{background: #fff !important;}
.fff{color: #fff !important;}
em{font-style: normal;}
.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}

.pt140{padding-top: 140px;}
.pb140{padding-bottom: 140px;}
.pt120{padding-top: 120px;}
.pb120{padding-bottom: 120px;}
.pt100{padding-top: 100px;}
.pb100{padding-bottom: 100px;}
.pt80{padding-top: 80px;}
.pb80{padding-bottom: 80px;}
.pt60{padding-top: 60px;}
.pb60{padding-bottom: 60px;}
.pt50{padding-top: 50px;}
.pb50{padding-bottom: 50px;}

.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt35{margin-top: 35px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}

.textCet{text-align: center;}
.textRight{text-align: right;}

/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;position: relative;overflow: hidden;}
.banner:after{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #000;opacity: 0.3;content: "";z-index: 6;}
.bannerSwiper .swiper-pagination-bullet{opacity: 1;background: #fff;transition:width ease 0.35s;border-radius: 20px;}
.bannerSwiper .swiper-pagination-bullet-active{background: #00b0ec;width:20px;}

.banTop{position: absolute;top: 25%;width: 100%;z-index: 9;}
.banTop .desc{width: 100%;max-width: 1200px;padding: 0 30px;margin: 0 auto;}
.banTop .item{width: 45%;border-bottom: 3px solid #fff;padding-bottom: 20px;}
.banTop .tit{font-size: 2.3vw;font-weight: bold;}
.banTop .item:nth-child(1) .tit{text-align: right;}
.banTop .info{max-width: 750px;margin-left: auto;margin-right: auto;padding-top: 10%;}
.banTop h2{font-size: 32px;}
.banTop .txt{font-size: 18px;}

.index1{width: 100%;margin: 50px 0;overflow: hidden;}
.i1Video{max-width: 920px;width: 100%;height: 424px;background: #000;margin: 0 auto;}
.i1Video video{width: 100%;height: 100%;background: #000;}

.i1Warp{margin-top: 50px;}
.i1Warp .f_left{width: 45%;}
.i1Warp .f_right{width: 50%;}

.iTit{font-size: 40px;font-weight: 300;color: #292929;}
.i1More .more{display: inline-block;color: #ae8c67;font-size: 15px;text-transform: uppercase;letter-spacing: 1px;font-weight: 700;position: relative;padding: 15px 25px;}
.i1More .more:before,
.i1More .more:after{position: absolute;content: "";transition: all .25s;}
.i1More .more:before{border-bottom: 3px solid #ae8c67;border-left: 3px solid #ae8c67;width: 90%;height: 80%;left: 0;bottom: 0;box-sizing: border-box;}
.i1More .more:after{border-top: 3px solid #ae8c67;border-right: 3px solid #ae8c67; width: 90%;height: 80%;top: 0;right: 0;box-sizing: border-box;}
.i1More .more:hover:before,
.i1More .more:hover:after{width: 100%;height: 100%;}

.i1Txt{font-size: 17px;color: #292929;}

.index2{margin: 70px 0;overflow: hidden;}
.i2Tit{text-align: center;font-size: 36px;color: #292929;font-weight: 300;}
.i2Tit span{display: inline-block;padding-bottom: 20px;background: url(../images/bg_1.png) bottom no-repeat;padding-left: 20px;padding-right: 20px;}

.i2List{width: 100%;}
.i2List ul li{float: left;width: 25%;padding: 0 15px;box-sizing: border-box;margin-bottom: 30px;}
.i2List .part{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;}
.i2List .part .img{width: 100%;height: 100%;}
.i2List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i2List .part .imgTop{width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: rgba(0,0,0,0.6);padding: 20px;box-sizing: border-box;display: flex;flex-wrap: wrap;align-items: center;transition: 0.3s;opacity: 0;}
.i2List .part .t1{color: #fff;font-size: 19px;}
.i2List .part .i1More{margin-top: 20px;}
.i2List .part .i1More .more{font-size: 13px;padding: 12px 20px;color: #fff;font-weight: normal;}
.i2List .part .i1More .more:before,
.i2List .part .i1More .more:after{border-width: 2px;}

.i2List .part:hover .imgTop{opacity: 1;}

.index3{width: 100%;overflow: hidden;background: #EAEAEA;padding: 50px 0;}
.i3Warp{width: 100%;}
.i3Warp .f_left{width: 33.3%;padding: 0 15px;box-sizing: border-box;}
.i3Warp .f_right{width: 66.6%;padding: 0 15px;box-sizing: border-box;}
.i3Form{width: 100%;}
.i3Form ul li{width: 48%;margin-bottom: 10px;}
.i3Form ul li:first-child,
.i3Form ul li:last-child{width: 100%;}
.i3Form ul li input{width: 100%;height: 60px;background: #fff;border-radius: 3px;border: 1px solid #000;padding: 0 20px;box-sizing: border-box;outline: none;color: #495057;transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.i3Form ul li input:focus{box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);}
.i3Form .btm button{width: 104px;height: 46px;border: 2px solid #000;box-sizing: border-box;text-align: center;background: #fff;font-size: 16px;color: #000;}
.i3Form .btm label{display: inline-block;width: calc(100% - 120px);font-size: 16px;line-height: 1.68;display: flex;}
.i3Form .btm label input{display: inline-block;width: 15px;height: 15px;margin-right: 10px;position: relative;top: 5px;}

.index4{margin: 50px 0;overflow: hidden;}
.i4List{width: 100%;}
.i4List ul li{float: left;width: 25%;padding: 0 15px;box-sizing: border-box;margin-bottom: 30px;}
.i4List .part{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;}
.i4List .part .img{width: 100%;height: 100%;}
.i4List .part .img img{width: 100%;height: 100%;object-fit: cover;}

.index5{margin: 50px 0;overflow: hidden;}
.i5List{width: 100%;}
.i5List ul li{float: left;width: 25%;padding: 0 5px;box-sizing: border-box;margin-bottom: 10px;}
.i5List .part{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;}
.i5List .part .img{width: 100%;}
.i5List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i5List .part .tit{font-size: 32px;text-align: center;margin-top: 10px;}

.index6{margin: 50px 0;overflow: hidden;}
.i6List{width: 100%;}
.i6List ul li{float: left;width: 33.3%;padding: 0 15px;box-sizing: border-box;margin-bottom: 30px;}
.i6List .part{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;background: #ae8c67;padding: 10px 51px 10px 24px;box-sizing: border-box;}
.i6List .part .txt{font-size: 16px;color: #fff;}
.i6List .part .icon{position: absolute;right: 10px;font-size: 14px;}

.index7{    background: #ae8c67;padding-bottom: 80px;overflow: hidden;}
.i7Bg{background-image: url(../images/border.png);}
.i7Warp{width: 100%;}
.i7Warp .left,
.i7Warp .cet,
.i7Warp .right{width: 33.3%;padding: 0 15px;box-sizing: border-box;}
.i7Warp .title{margin-top: 110px;color: #fff;line-height: 1.5;font-size: 32px;}
.i7Warp .txt{margin-top: 140px;font-size: 18px;color: #fff;}
.i7Warp .img{margin-top: 110px;height: 525px;}
.i7Warp .img img{width: 100%;height: 100%;}

.i7Warp .left .title{font-weight: bold;text-align: right;}
.i7Warp .left .txt{text-align: right;}

.index8{background: #EAEAEA;padding: 50px 0;overflow: hidden;}
.i8List{width: 100%;}
.i8List ul li{float: left;width: 33.3%;padding: 0 15px;box-sizing: border-box;margin-bottom: 30px;}
.i8List .part{display: block;width: 100%;}
.i8List .part .desc{margin: 0;padding: 30px;background-color: #ffffff;color: #212529;box-shadow: 0 5px 2px rgb(0 0 0 / 10%);position: relative;transition: background-color 0.6s linear;height: 150px;box-sizing: border-box;}
.i8List .part .desc:after{content: " ";height: 0;width: 0;position: absolute;top: 100%;border: solid transparent;border-top-color: #FFF;border-left-color: #FFF;border-width: 10px;left: 10%;}
.i8List .part .txt{font-size: 20px;}
.i8List .part .tit{color: #928566;margin-top: 45px;font-size: 20px;}

.fTop{background: #ae8c67;padding: 20px 0;}
.fTop .tit{font-size: 23px;}
.search{}
.search input{width: 220px;height: 45px;background: #fff;border: 1px solid #000;padding: 0 15px;box-sizing: border-box;font-size: 14px;color: #333;margin-right: 20px;}
.search button{width: 95px;height: 45px;background: #fff;border: 2px solid #000;color: #000;font-size: 16px;}

.footer{width: 100%;background: #ae8c67;color: #fff;padding: 50px 0;}
.fWarp .desc{width: 40%;padding: 0 15px;box-sizing: border-box;font-size: 14px;}
.fWarp .desc p{padding: 2px 0;}
.fMenu{width: 30%;padding: 0 15px;box-sizing: border-box;}
.fMenu ul li{margin: 15px 0;font-size: 17px;}
.fMenu a{color: #fff;}
.fMenu a:hover{text-decoration: underline;}

.fLinks{width: 20%;padding: 0 15px;box-sizing: border-box;}
.fLinks ul li{margin: 15px 0;font-size: 17px;}
.fLinks a{color: #fff;}
.fLinks a:hover{text-decoration: underline;}

.copyright{font-size: 14px;color: #fff;padding: 20px 0;background: #ae8c67;}
.copyright a{color: #888;}

.icon-bar {position: fixed;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
.icon-bar a {display: block;text-align: center;padding: 16px;transition: all 0.3s ease;color: white;font-size: 20px;}
.icon-bar a:hover {background-color: #000;}
.facebook {background: #3B5998;color: white;}
.instagram {background: #d33d94;color: white;}
.whatsapp {background: #40c253;color: white;}
.linkedin {background: #007bb5;color: white;}
.youtube {background: #bb0000;color: white;}

/*tongtu*/
.tongtu{width: 100%;position: relative;overflow: hidden;}
.tongtu .img img{width: 100%;min-height: 200px;object-fit: cover;}
.tongtu .imgTop{position: absolute;top: 50%;transform: translateY(-50%);width: 100%;z-index: 9;padding-top: 5%;}
.tongtu .title{font-size: 39px;font-weight: 700;color: #fff;}
.tongtu .title span{display: inline-block;padding-bottom: 10px;border-bottom: 3px solid #fff;}

.send_case{padding: 100px 0;overflow: hidden;}
.send_case .desc{font-size: 18px;max-width: 900px;margin: 0 auto;}
.send_case .desc h2{font-size: 36px;font-weight: 300;margin: 10px 0;}

.contact2{width: 100%;overflow: hidden;}
.contact2 img{width: 100%;}

.contact{padding: 100px 0;}
.contact .desc{font-size: 18px;color: #292929;line-height: 1.8;}
.contact .desc b,
.contact .desc h2{font-weight: normal;}
.contact .desc .ewm img{width: 230px;}

.product{width: 100%;padding: 100px 0;}
.proList{width: 100%;}
.proList ul li{float: left;width: 33.3%;padding: 0 10px;box-sizing: border-box;margin-bottom: 20px;}
.proList .part{display: block;width: 100%;}
.proList .part .img{width: 100%;}
.proList .part .img img{width: 100%;}
.proList .part .desc{width: 100%;margin-top: 10px;}
.proList .part .t1{font-size: 18px;color: #000;}
.proList .part .txt{font-size: 16px;color: #666;margin-top: 10px;}
.proList .part:hover .img img{transform: scale(1.1);}

.inside{width: 100%;padding: 100px 0;overflow: hidden;word-break: break-word;}
.inside img{width: auto;max-width: 100%;}


@media only screen and (max-width: 1200px) {
.wapper{ width:100%;padding: 0 20px;}
.header{font-size: 18px;}
.menu_list li a{font-size: 20px;}
.menu_list2 .list dl dt a{font-size: 20px;}
.menu_list2 .list dl dd a{font-size: 16px;}
.banTop h2{font-size: 28px;}
.banTop .txt{font-size: 16px;}
.iTit{font-size: 32px;}
.i2Tit{font-size: 32px;}



}

@media only screen and (max-width: 980px) {
.wapper{ width:100%;padding: 0 10px;}
.header{ display:none}
.sp_header1{ display:block;}
.sjj_nav1{ display:block;}
.hHei{height: 70px;}
.hMenu_Panel{display: none;}
.banTop h2{font-size: 24px;}
.banTop .txt{font-size: 14px;}
.iTit{font-size: 28px;}
.i1Txt{font-size: 16px;}
.i2Tit{font-size: 28px;}
.i2List ul li{width: 50%;}
.i4List ul li{width: 50%;}
.i5List ul li{width: 50%;}
.i5List .part .tit{font-size: 26px;}
.tongtu .title{font-size: 28px;}
.send_case .desc h2{font-size: 28px;}
.send_case .desc{font-size: 16px;}



}

@media only screen and (max-width: 780px) {
.icon-bar{display: none;}
/*.banTop{display: none !important;}*/

.banTop{top: 50%;transform: translateY(-50%);}
.banTop .desc{padding: 0 15px;box-sizing: border-box;}
.banTop .top{padding: 15px 0;}
.banTop .item{padding-bottom: 15px;}
.banTop .info{padding-top: 0;margin-top: 15px;}
.banTop h2{font-size: 16px;}
.banTop .txt{font-size: 12px;}
.banTop .txt p{padding: 0;line-height: 1.3;}

.banner:after{display: none;}
.iTit{font-size: 24px;}
.i1Txt{font-size: 14px;}
.i1Warp .f_left{width: 100%;margin-bottom: 20px;}
.i1Warp .f_right{width: 100%;}
.i2Tit{font-size: 24px;}
.i2List ul li{padding: 0 5px;margin-bottom: 10px;width: 100%;}
.i3Warp .f_left{width: 100%;padding: 0;margin-bottom: 20px;}
.i3Warp .f_right{width: 100%;padding: 0;}
.i3Form ul li{width: 100%;}
.i3Form .btm label{width: 100%;margin-bottom: 10px;}
.i4List ul li{padding: 0 5px;margin-bottom: 10px;}
.i5List .part .tit{font-size: 16px;}
.i6List ul li{width: 100%;}
.i7Warp .left, .i7Warp .cet, .i7Warp .right{width: 100%;}
.i7Warp .title{margin-top: 100px;font-size: 26px;}
.i7Warp .txt{margin-top: 20px;}
.i7Bg{background: none;}
.i8List ul li{width: 100%;padding: 0;}
.fTop .tit{width: 100%;margin-bottom: 10px;text-align: center;}
.fWarp .desc{width: 100%;margin-bottom: 20px;padding: 0;}
.fMenu{width: 50%;}
.fLinks{width: 50%;}
.contact .desc{font-size: 16px;}
.contact .desc .ewm img{width: 150px;}
.tongtu .title{font-size: 26px;}
.proList ul li{width: 50%;padding: 0 5px;margin-bottom: 10px;}
.proList .part .t1{font-size: 16px;}
.proList .part .txt{font-size: 14px;}
.send_case .desc h2{font-size: 24px;}

}
