/*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;color:#666;}
body.head_on{overflow:hidden}
a{color:#666;transition: 0.3s;}
a:hover{ color:#f60; 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:1440px; margin:0 auto;}

*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

 :root {
    --main-color: #eb0300;
    --main-color2: #008dff;
    --main-color-white: #fff;
    --main-color-000: #000;
    --main-color-333: #333333;
    --main-color-888: #888888;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.indexTop{width: 100%;background: var(--main-color);}
.indexTop .warp{display: flex;justify-content: space-between;align-items: center;height:  42px;}
.welCome{color: #fff;font-size: 14px;}
.iTopTel{font-size: 18px;color: #fff;}
.iTopTel a{font-weight: bold;color: #fff;font-style: italic;}

.header{ position:relative;width: 100%;z-index: 999;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 90px;}
.headList .logo{display: block;}
.headList .logo img{max-height: 80px;width: auto;}


/*menu*/
.pc_menu{}
.menu{height:90px;}
.menu>ul>li{ float:left;}
.menu>ul>li>span{display: block;overflow: hidden;line-height:90px;}
.menu>ul>li>span>a{ font-size:16px;color:#333;display:block;text-align:center;padding: 0 20px;position: relative;}
.menu>ul>li>span>a:hover{color: var(--main-color);}
.menu>ul>li>span>a.menu_hover{color: var(--main-color);}
.menu ul li span a{font-weight: bold;}

.menu>ul>li>span>a:before{content: '';position: absolute;top: 0;left: 50%;transform: translateX(-50%);display: block;width: 0;height: 120px;background-color: var(--main-color);opacity: 0;transition: all .5s ease;}
.menu>ul>li>span>a::after {content: attr(data-title);position: absolute;top: 0;left: 0;transform: translateY(100%);width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;color: #fff;background: #cc0001;}
.menu>ul>li:hover>span>a{transform: translateY(-100%);}
.menu>ul>li:hover>span>a:before{width: 100%;opacity: 1;}

.menuD2{position: absolute;left: 0;width: 100%;background: #fff;display: none;z-index: 999;padding: 60px 0;}
.menuD2 .warp{width: 100%;overflow: hidden;}
.menuD2 .left{width: 28%;padding: 0 2%;border-right: 1px solid #eaeaea;display: flex;flex-direction: column;justify-content: space-between;}
.menuD2 .left .tit{font-size: 36px;padding-bottom: 15px;color: #000;width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.menuD2 .more a{display: block;position: relative;height: auto;padding-top: 25px;border-top: 1px dashed #cccccc;margin-top: 20px;cursor: pointer;font-size: 16px;}
.menuD2 .more a:hover{color: #ffd900;margin-left: 10px;}

.menuD2 .right{width: 60%;}
.menuD2List{width: 100%;}
.menuD2List ul li{display: inline-block;width: calc(100% /3);height: 100%;overflow: hidden;padding-left: 2%;}
.menuD2List .part{display: block;width: 100%;position: relative;}
.menuD2List .part .img{position: relative;width: 100%;height: 160px;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.menuD2List .part .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.menuD2List .part .t1{padding: 15px;color: #666;text-align: center;font-size: 15px;}
.menuD2List .part:after{content: '';position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);width: 0;height: 3px;opacity: 0;background-color: #ffdf00;transition: all .5s ease;}
.menuD2List .part:hover:after{width: 100%;opacity: 1;}
.menuD2List .part:hover .t1{color: #ffdf00;}

.search{position: relative;width: 250px;height: 50px;border-radius: 50px;box-shadow: var(--main-shadow)}
.search input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 100px 0 20px;outline: none;font-size: 14px;color: #333;border-radius: 50px;}
.search button{width: 80px;height: 100%;position: absolute;top: 0;right: 0;border-radius: 0 30px 30px 0;border: none;background: var(--main-color2);font-size: 14px;color: #fff;}


/*mMenu*/
.m_header{width: 100%;}
.sp_header1{height:70px;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:#000;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;}
.swiper .swiper-button-next:after,.swiper .swiper-button-prev:after{font-size: 30px;}

/*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;}
.f333{color: #333 !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;}
.about{margin-top:80px;}
.pc_show{}
.m_show{display: none;}
.iTit{font-size: 28px;color: var(--main-color2);font-weight: bold;}
.iTit2{font-size: 38px;color: #333;font-weight: bold;}
.iTxt{font-size: 14px;color: #555;}
.iLine i{display: inline-block;width: 48px;height: 2px;background: var(--main-color);}

.iImg{width: 100%;}
.iImg img{width: 100%;}

.iMore a{display: inline-block;border: 1px solid #fff;padding: 15px 45px;background: var(--main-color);color: #fff;font-size: 14px;}
.iMore2 a{display: inline-block;border: 1px solid rgba(204, 204, 204, 0.6);padding: 12px 35px;background: transparent;color: rgb(8, 59, 88);font-size: 14px;}

/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;}
.bannerSwiper .swiper-pagination-bullet{opacity: 1;background: #fff;transition:width ease 0.35s;border-radius: 20px;}
.bannerSwiper .swiper-pagination-bullet-active{background: var(--main-color);width:20px;}
.bannerSwiper .swiper-button-next:after,.bannerSwiper .swiper-button-prev:after{color: #fff;}

.index1{margin: 50px 0;}
.i1Box{width: 100%;position: relative;}
.i1Box:after{position: absolute;top: 0;left: 0;width: 100%;height: 100%;content: "";background: #F2F2F2;opacity: 0.8;}
.i1Box .wapper{position: relative;z-index: 9;}
.i1Warp{position: relative;width: 100%;background: #2964c8a8;padding: 8% 6%;border-radius: 0 0 5vw 0;}
.i1List{width: 100%;}
.i1List ul li{width: 33.3%;font-size: 14px;}
.i1List .tit span{font-size: 42px;}
.i1List .tit{margin-top: 10px;}

.i1Desc{width: 100%;font-size: 16px;color: #fff;}
.i1Desc h3{font-weight: normal;font-size: 28px;margin-bottom: 20px;}

.index2{margin: 50px 0;}
.iComSwiper{width: 100%;position: relative;padding: 55px;padding-top: 0;}
.i2List .part{display: block;position: relative;background: #f0f0f0;padding: 10px;}
.i2List .part .img{width: 100%;height: 260px;display: flex;justify-content: center;align-items: center;background: #fff;}
.i2List .part .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.i2List .part .desc{padding-top: 15px;padding-bottom: 5px;}
.i2List .part .t1{color: #555;font-size: 16px;text-align: center;}
.i2List .part:hover .img img{transform: scale(1.1);}
.i2List .part:hover .t1{color: var(--main-color);}

.iComSwiper .swiper-button-next, .iComSwiper .swiper-button-prev{color: #999;}
.iComSwiper .swiper-button-next:after, .iComSwiper .swiper-button-prev:after{font-size: 40px;}
.iComSwiper .swiper-pagination-bullet{width: 16px;height: 16px;border-radius: 0;opacity: 1;background: #F0F0F0;}
.iComSwiper .swiper-pagination-bullet-active{background: var(--main-color2);}

.index3{margin: 50px 0;}
.i3Top{width: calc(100% - 40px);margin: 0 auto;margin-top: 135px;height: 400px;position: relative;display: flex;align-items: flex-end;padding: 60px 0;}
.i3Top:after{position: absolute;top: 0;left: 0;width: 100%;height: 100%;content: "";background: #2964c836;}
.i3Top .wapper{position: relative;z-index: 9;}
.i3Top .desc{width: 25%;}

.i3Warp{width: 100%;}
.i3Warp .left{width: 25%;padding: 60px;}
.i3Warp .right{width: 75%;}
.i3List{width: 100%;position: relative;margin-top: -80px;}
.i3List ul li{width: 33.3%;padding: 0 10px;}
.i3List .part{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;}
.i3List .part .img{width: 100%;height: 100%;}
.i3List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i3List .part .imgTop{position: absolute;left: 0;bottom: 0;width: 100%;padding: 20px;transition: 0.3s;}
.i3List .part .t1{color: #fff;font-weight: bold;font-size: 18px;text-align: center;}
.i3List .part:after{position: absolute;left: 50%;transform: translateX(-50%);background: #ff7f39;content: "";transition: 0.3s;height: 0;width: 2px;bottom: 0;}

.i3List .part:hover:after{height: 60px;}
.i3List .part:hover .imgTop{padding-bottom: 80px;}

.index4{width: 100%;}
.i4Box{width: 100%;position: relative;}
.i4Box:after{position: absolute;top: 0;left: 0;width: 100%;height: 100%;content: "";background: #000;opacity: 0.6;}
.i4Box .wapper{position: relative;z-index: 9;}
.i4List{width: 100%;}
.i4List .part{display: block;position: relative;background: #f0f0f0;padding: 10px;}
.i4List .part .img{width: 100%;height: 260px;display: flex;justify-content: center;align-items: center;background: #fff;}
.i4List .part .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.i4List .part .desc{padding-top: 15px;padding-bottom: 5px;}
.i4List .part .t1{color: #555;font-size: 16px;text-align: center;}
.i4List .part:hover .img img{transform: scale(1.1);}
.i4List .part:hover .t1{color: var(--main-color);}
.i4List .swiper-slide{background: transparent;}
.i4List .swiper-button-next, .i4List .swiper-button-prev{color: #fff;}

.i5List{width: 100%;}
.i5List ul li{width: 33.3%;padding: 0 20px;margin-bottom: 20px;}
.i5List .part{display: block;width: 100%;}
.i5List .part .imgBox{position: relative;width: 100%;height: 230px;overflow: hidden;}
.i5List .part .img{width: 100%;height: 100%;}
.i5List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i5List .part .imgTop{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.6);display: flex;justify-content: center;align-items: center;padding: 10px;opacity: 0;}

.i5List .part .imgTop .t1{position: relative;padding: 10px 0;width: 100%;color: #fff;font-size: 14px;text-align: center;}
.i5List .part .imgTop .t1:after,
.i5List .part .imgTop .t1:before{position: absolute;left: 50%;transform: translateX(-50%);height: 1px;width: 100px;transition: 0.3s;content: "";background: #fff;}
.i5List .part .imgTop .t1:after{top: 0;}
.i5List .part .imgTop .t1:before{bottom: 0;}
.i5List .part .desc{padding: 20px;border: 1px solid #F2F2F2;padding-bottom: 10px;background: #fff;}
.i5List .part .desc .t1{color: #333333;font-size: 14px;}
.i5List .part .desc .btm{margin-top: 20px;color: #777;line-height: 38px;border-top: 1px solid #e5e5e5;display: flex;justify-content: space-between;align-items: center;padding-top: 5px;}

.i5List .part:hover .img img{transform: scale(1.1);}
.i5List .part:hover .imgTop{opacity: 1;}
.i5List .part:hover .imgTop .t1:after,
.i5List .part:hover .imgTop .t1:before{width: 30px;}

.footer{padding: 50px 0;background: #272727;font-size: 14px;color: #aaa;}
.footer .wapper,
.copyright .wapper{max-width: 1200px;}
.copyright{font-size: 14px;color: #a9a9a9;padding: 15px 0;text-align: center;background: #111111;}
.fLogo{width: 33.3%;text-align: center;font-size: 14px;color: #fff;text-align: center;}
.fLogo img{width: auto;height: auto;max-height: 100px;}

.fEwm{text-align: center;font-size: 14px;}
.fEwm img{width: 140px;}
.fDesc strong{font-weight: bold;font-size: 24px;color: #fff;}
.fDesc .tit{font-weight: bold;color: #fff;margin-bottom: 20px;}

.tongtu{width: 100%;position: relative;overflow: hidden;}
.tongtu .img{width: 100%;}
.tongtu .img img{width: 100%;}
.tongtu .imgTop{position: absolute;top: 50%;left: 0;transform: translateY(-50%);width: 100%;z-index: 9;}
.tongtu .t1{text-align: center;font-size: 32px;color: #fff;font-weight: bold;}
.tongtu .txt{text-align: center;font-size: 14px;color: #fff;}

.p_page{width: 100%;padding: 10px 0;}
.current a{font-size: 14px;color: #65beba;position: relative;}
.current a:after{content: "/";padding: 0 5px;color: #888;}
.current a:last-child:after{display: none;}

.p_page_menu{width: 100%;background: rgba(244, 244, 244, 1);}
.p_page_menu ul{display: flex;flex-wrap: wrap;}
.p_page_menu ul li{position: static;display: inline-block;color: #fff;width: auto;vertical-align: top;}
.p_page_menu ul li a{position: relative;font-size: 15px;height: 80px;line-height: 80px;padding: 0px 30px;color: #333;display: block;transition: 0.3s ease 0s;}
.p_page_menu ul li a:after{content: "";position: absolute;width: 1px;height: 15px;display: block;background: #ccc;top: 50%;margin-top: -7px;right: 0px;}
.p_page_menu ul li a:before{position: absolute;content: '';left: 50%;bottom: 0px;width: 0%;height: 3px;background-color: none;transition: all .3s;}
.p_page_menu ul li a:hover{color: #bc0a19;}
.p_page_menu ul li a:hover:before{width: 80%;left: 10%;background-color: #bc0a19;}

.about1{width: 100%;padding: 50px 0;}
.about1Box{position: relative;}
.about1Box:after{background: #2964c8a8;position: absolute;top: 0;left: 0;width: 100%;height: 100%;content: "";}
.about1Box .wapper{z-index: 9;position: relative;}
.abo1Warp{width: 100%;max-width: 1220px;margin: 0 auto;}
.abo1Warp .desc{width: 55%;}
.abo1Warp .img{width: 40%;}
.abo1Warp .img img{width: 100%;}
.abo1Warp .tit{font-size: 18px;font-weight: bold;color: #fff;}

.about1List{position: relative;width: 100%;background: #fff;padding: 20px 0;box-shadow: var(--main-shadow);margin-top: -70px;}
.about1List ul li{width: 25%;text-align: center;font-size: 14px;color: #333;border-right: 1px solid #ddd;}
.about1List ul li:nth-child(4){border-right: none;}
.about1List .tit span{font-size: 42px;color: #333;}
.about1List .txt{margin-top: 0;}

.about2{padding: 60px 0;}

.product{width: 100%;padding: 60px 0;}
.news{width: 100%;padding: 60px 0;}

.contact{width: 100%;padding: 60px 0;}
.contTxt{font-size: 16px;color: #999;}
.contDesc{color: #000;font-size: 16px;}
.contDesc h3{font-size: 20px;font-weight: bold;margin-bottom: 20px;}
.contDesc ul li{width: 50%;margin: 10px 0;line-height: 1.6;}
.contMap{margin-top: 20px;width: 100%;overflow: hidden}
.contMap img{width: 100%;}
.contMap iframe{width: 100% !important;}

.message{width: 100%;padding: 60px 0;background: rgba(248, 248, 248, 1);}
.mesTit{text-align: center;font-size: 32px;color: #333;}
.mesTxt{text-align: center;font-size: 20px;color: #ccc;margin: 10px 0;}
.mesLine{text-align: center;margin: 10px 0;}
.mesLine i{display: inline-block;width: 50px;height: 4px;background: rgba(51, 51, 51, 1);}

.mesForm{width: 100%;}
.mesForm ul li{width: 49%;margin-bottom: 35px;}
.mesForm ul li.w100{width: 100%;}
.mesForm input,
.mesForm textarea{width: 100%;height: 42px;padding: 0 10px;font-size: 16px;color: #333;outline: none;border: none;}
.mesForm textarea{padding: 10px;height: 160px;}
.mesForm button{width: 100%;height: 42px;background: #333;color: #fff;font-size: 14px;border: none;transition: 0.3s;}
.mesForm button:hover{background: var(--main-color);}

.inside{width: 100%;padding: 60px 0;}






@media only screen and (max-width: 1440px) {
.wapper{ width:100%;padding: 0 5%;}

}

@media only screen and (max-width: 1280px) {
.wapper{ width:100%;padding: 0 10px;}

}

@media only screen and (max-width: 1024px) {
.header{ display:none}
.sp_header1{ display:block;box-shadow: var(--main-shadow);}
.sjj_nav1{ display:block;}
.hHei{height: 70px;}
.indexTop{display: none;}

.i1List ul li{width: 100%;margin-bottom: 20px;}
.i1Desc{font-size: 14px;margin-top: 0;}
.i1Desc h3{font-size: 20px;}
.iComSwiper{padding: 0;padding-bottom: 50px;}
.iComSwiper .swiper-pagination-bullet{width: 12px;height: 12px;}
.i3Top{height: auto;width: calc(100% - 10px);padding: 35px 0;}
.i3Top .desc{width: 100%;}
.i3Warp .left{width: 100%;padding: 20px 0;}
.i3Warp .right{width: 100%;}
.i3List{margin-top: 0;padding: 20px 0;}
.i3List ul li{width: 100%;padding: 10px 0;}
.i5List ul li{width: 100%;padding: 0 5px;margin-bottom: 20px;}
.fWarp {display: block;}
.fWarp>div{margin-bottom: 10px;}
.p_page_menu .list{width: 100%;overflow: hidden;overflow-x: auto;}
.p_page_menu ul li a{padding: 0 10px;height: 50px;line-height: 50px;font-size: 13px;white-space: nowrap;}
.abo1Warp .desc{width: 100%;margin-bottom: 20px;}
.abo1Warp .img{width: 100%;}
.about1List ul li{width: 50%;padding: 10px;border-bottom: 1px solid #ddd;}
.about1List ul li:nth-child(2){border-right: none;}
.about1List ul li:nth-last-child(1),
.about1List ul li:nth-last-child(2){border-bottom: none;}
.about1List .tit span{font-size: 28px;}
.contDesc ul li{width: 100%;}
.mesForm ul li{width: 100%;margin-bottom: 20px;}






}
