/*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:1200px; margin:0 auto;}


*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

 :root {
    --main-color: #223d8e;
    --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;
}



.header{ position:relative;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 150px;}
.headList .logo{}
.headList .logo img{max-height: 150px;width: auto;}
.logoTxt{font-size: 18px;color: var(--main-color);margin-left: 10px;}
.logoTxt .span1{font-size: 36px;}

.language a{display: inline-block;margin-left: 35px;text-align: center;font-size: 12px;color: #555;}
.language .icon{width: auto;max-width: 65px;}
.language .icon img{width: 100%;}

.hTel{}
.hTel .icon{width: 67px;margin-right: 23px;}
.hTel .icon img{width: 100%;}
.hTel .txt{width: 170px;color: #333;font-size: 12px;}
.hTel .txt p{font-size: 16px;color: #EB1D4E;font-weight: bold;padding: 0;margin-top: 2px;}
/*menu*/
.pc_menu{background: rgb(32, 33, 33);}
.menu{height:70px;line-height:70px;}
.menu ul li{ float:left; position:relative;}
.menu ul li dl{ background:#fff; width:100%; position:absolute; left:50%; top:70px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 9;transform: translateX(-50%);min-width: 150px;}
.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:#333;display:block;}
.menu ul li dl dd a:hover{ color: var(--main-color);background: transparent;}
.menu a{ font-size:16px;color:#fcfafc;display:block;text-align:center;padding: 0 30px;}
.menu a:hover{background:#94938f;color: #fff;}
a.menu_hover{ background:#94938f;color: #fff;}
.menu ul li.cur span a{ background:#94938f;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:40px;}
.sp_nav1{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:20px}
.sp_nav1 span{display:block;background:#333;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;}

.sp_header1 .language{float: right;height: 70px;display: flex;align-items: center;}
.sp_header1 .language a{margin-left: auto;display: flex;justify-content: center;align-items: center;flex-direction: column;margin-right: 10px;}
.sp_header1 .language .icon{width: auto;max-width: 35px;}

.sjj_nav1 .hTel{padding: 0 20px;}




/*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;}
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;}
.pc_show{}
.m_show{display: none;}
.iTitEn{font-size: 24px;color: #000;line-height: 48px;}
.iTit{font-size: 18px;color: #51504D;line-height: 36px;}
.iTit2{font-size: 18px;color: #434343;position: relative;padding-bottom: 10px;margin-bottom: 10px;}
.iTit2:after{width: 42px;height: 2px;background: #B8D100;content: "";position: absolute;left: 0;bottom: 0;}
.iTxt{font-size: 14px;color: #51504D;}
.iTxt p{line-height: 1.8;}
.iMore{}
.iMore a{display: block;width: 176px;height: 55px;line-height: 55px;text-align: center;background: #2d2e2b;color: #fff;font-size: 16px;}
.iMore a:hover{background: #000;}
.iLine{}
/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;}
.bannerSwiper .swiper-pagination-bullet{opacity: 1;background: #ddd;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{padding: 30px 0;}
.i1Warp{width: 100%;}
.i1Warp .desc{width: 49%;}
.i1Warp .img{width: 49%;padding-top: 50px;}
.i1Warp .img img{width: 100%;}

.index2{padding: 30px 0;background: #4d4c4d;}
.i2Tab ul li{display: inline-block;margin: 0 10px;margin-bottom: 5px;}
.i2Tab a{display: inline-block;width: 100px;height: 40px;overflow: hidden;line-height: 40px;text-align: center;font-size: 14px;color: #000;background: #fff;}
.i2List{width: 100%;}
.i2List ul li{width: 25%;margin-bottom: 15px;padding: 0 7px;}
.i2List .part{display: block;width: 100%;height: 100%;}
.i2List .part .img{width: 100%;height: 190px;border: 3px solid #fff;}
.i2List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i2List .part .t1{margin-top: 15px;text-align: center;font-size: 14px;color: #FFFFFF;}

.index3{width: 100%;overflow: hidden;background: #2d322b;}
.i3Warp{width: 100%;}
.i3Warp .img{width: 50%;}
.i3Warp .img img{width: 100%;}
.i3Warp .right{width: 50%;}
.i3Warp .desc{width: 100%;padding: 40px;max-width: 586px;}

.index4{padding: 30px 0;}
.i4List{width: 100%;margin-top: 35px;}
.i4List ul li{width: 100%;padding: 10px 0;border-bottom: 1px #dadada dashed;}
.i4List .t1{font-size: 14px;color: #333;font-weight: bold;}
.i4List .t1:hover{color: var(--main-color);}
.i4List .txt{font-size: 12px;color: #555;margin: 2px 0;}
.i4List .time{margin-top: 10px;font-size: 12px;color: #555;}

.footer{background: #2a322d;padding: 30px 0;font-size: 16px;color: #ccc;}
.fMenu{width: 100%;}
.fMenu ul li{padding: 0 15px;font-size: 16px;}
.fMenu ul li a{color: #ccc;}
.fMenu ul li a:hover{color: var(--main-color);}
.fWarp{margin-top: 35px;max-width: 850px;margin-left: auto;margin-right: auto;}
.fWarp .ewm{width: 180px;margin-left: 35px;}
.fWarp .ewm img{width: 100%;}
.fWarp .left{flex: 1;}
.fWarp .desc{padding: 10px 0;}
.fWarp .desc p{padding: 0;}
.fWarp .copyright{margin-top: 15px;}

.columnBox{line-height: 45px;border-bottom: 1px solid #ddd;display: flex;justify-content: space-between;align-items: center;margin-bottom: 15px;}
.columnBox h3{font-size: 14px;color: #555;font-weight: bold;}
.Current{font-size: 14px;color: #666;}
.current a{color: #666;}

.pageWarp{width: 100%;margin: 40px 0;}
.pages { cursor: default; font-size: 14px; font-family: Tahoma, Verdana; padding: 10px; text-align: center; }
.pages span { margin: 0 3px; }
.pages span a { color: #666; text-decoration: none; padding: 3px 8px; border: 1px #ddd solid; background: #fff; }
.pages span a:hover { color: #027D3A; border: 1px #027D3A solid; background: #fff; }
.number { font-size: 14px; color: #666; }
.number { color: #fff; text-decoration: none; padding: 3px 8px; border: 1px #027D3A solid; background: #027D3A; font-weight: bold; }
.number a:hover { color: #f60; border: 1px #027D3A solid; }
.pageyc { display: none; }

.mainContent{width: 100%;background: #fff;padding: 30px 0 60px;}
.mainWarp{width: 100%;display: flex;justify-content: space-between;}
.mainLeft{width: 231px;margin-right: 49px;}
.mainRight{width: calc(100% - 280px);}

.mlTit{width: 100%;height: 76px;background: #ff8302;line-height: 76px;padding: 0 10px;color: #fff;font-weight: bold;font-size: 16px;}
.mlTit strong{font-size: 23px;margin-right: 5px;}

.tab_list5{width: 100%;box-sizing: border-box;background: url(../images/sidebarBg.png) center no-repeat;}
.tab_list5>ul{padding: 5px 20px;}
.tab_list5>ul>li{margin-bottom: 12px;}
.accordion {width: 100%;}
.accordion .link {cursor: pointer;display: block;padding: 0 20px;color: #fff;font-size: 14px;position: relative;-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;box-sizing: border-box;background: var(--main-color);line-height: 30px;height: 30px;text-align: center;}
.accordion .link:before{position: absolute;left: 0;top: 0;width: 10px;height: 100%;background: #ff8302;content: "";}
.accordion .link a{color: #fff;}
.accordion li i {position: absolute;top: 4px;left: 12px;color: #fff;-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;}
.accordion li i.icon {right: 12px;left: auto;font-size: 20px;}
.accordion li.open .link {background: var(--main-color);color: #fff;}
.accordion li.open a {color: #fff;}
.accordion li.open i {color: #fff;}
/*.accordion li.open i.icon {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}*/

.submenu {display: none;font-size: 14px;}
.submenu li {border-bottom: 1px dotted #e8e5e5;}
.submenu a {display: block;text-decoration: none;color: #666 !important;padding: 10px;-webkit-transition: all 0.25s ease;-o-transition: all 0.25s ease;transition: all 0.25s ease;padding-left: 20px;}
.submenu a:hover {color: #027D3A !important;}

/*tab5_____end*/

.innerTxt{font-size: 16px;color: #555;}
.innerTit{font-size: 24px;color: #555;font-weight: bold;}

/*about*/
.about{width: 100%;}
.about1{margin-top: 60px;padding: 0 10px;}
.aboSlide{margin-top: 50px;overflow: hidden;width: 100%;}
.aboSlide ul li{width: 308px;margin-right: 12px;}
.aboSlide .part{display: block;width: 100%;}
.aboSlide .part .img{width: 100%;border: 1px solid #ddd;padding: 3px;}
.aboSlide .part .img img{width: 100%;}
.aboSlide .part .t1{margin-top: 10px;color: #333;font-size: 12px;text-align: center;}

.about2{margin-top: 60px;}
.aboList2{width: 100%;margin-top: 40px;}
.aboList2 ul li{width: 33.3%;padding: 0 10px;box-sizing: border-box;}
.aboList2 .img{width: 100%;}
.aboList2 .img img{width: 100%;}

.culture{width: 100%;}
.culture ul li{width: 33.3%;padding: 20px;box-sizing: border-box;}
.culture .part{text-align: center;}
.culture .part .tit{font-size: 18px;color: #555;}
.culture .part .line{margin: 10px auto;width: 50px;height: 3px;background: #B8D100;}
.culture .part .txt{font-size: 14px;color: #555;}
.culture .part .txt p{padding: 0;}

.honor{width: 100%;}
.honor ul li{width: 33.3%;padding: 2px;box-sizing: border-box;}
.honor .part{display: block;width: 100%;height: 100%;}
.honor .part{display: block;width: 100%;}
.honor .part .img{width: 100%;border: 1px solid #ddd;padding: 3px;}
.honor .part .img img{width: 100%;}
.honor .part .t1{margin-top: 10px;color: #333;font-size: 12px;text-align: center;}

.product{width: 100%;}
.product ul li{width: 33.3%;padding: 2px;box-sizing: border-box;}
.product .part{display: block;width: 100%;height: 100%;}
.product .part{display: block;width: 100%;}
.product .part .img{width: 100%;border: 1px solid #ddd;padding: 3px;}
.product .part .img img{width: 100%;}
.product .part .t1{margin-top: 10px;color: #333;font-size: 12px;text-align: center;}

.prodetail{width: 100%;}
.prod1{width: 100%;}
.prod1 .imgBox{width: 49%;}
.prod1 .img{width: 100%;border: 1px solid #ddd;padding: 3px;}
.prod1 .img img{width: 100%;}
.prod1 .desc{width: 49%;font-size: 12px;color: #555;}
.prod1 .tit{border-bottom: 1px dotted #CCCCCC;padding-bottom: 10px;font-size: 14px;font-weight: bold;word-break: break-all;word-wrap: break-word;font-size: 14px;color: #555;}
.prod1 .tag{margin-top: 10px;}
.prod1 .txt{margin-top: 10px;}

.pageIcon{margin: 15px 0;}
.pageIcon p{padding: 0;}

.prod2{width: 100%;border: 1px solid #ddd;}
.prod2 .title{height: 35px;background: #f4f4f4;}
.prod2 .title ul li{display: inline-block;padding: 0 20px;position: relative;background: #fff;color: #f00;border-top: 4px solid #bea87f;line-height: 31px;}
.prod2 .panel{padding: 20px;font-size: 12px;color: #555;overflow: hidden;}
.prod2 .panel img{max-width: 100%;width: auto;}

.news{width: 100%;padding: 30px 0;}
.newsTop{width: 100%;margin-bottom: 35px;}
.newsTit{position: relative;font-size: 16px;color: #999;font-weight: bold;padding-left: 20px;}
.newsTit strong{font-size: 26px;color: #333;font-weight: bold;margin-right: 10px;}
.newsTit:before{position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 3px;height: 58px;background: #77B900;content: "";}

.newsList{width: 100%;}
.newsList ul li{width: 100%;padding: 10px 0;border-bottom: 1px #dadada dashed;display: flex;justify-content: space-between;flex-wrap: wrap;}
.newsList .t1{font-size: 14px;color: #333;font-weight: bold;}
.newsList .t1:hover{color: var(--main-color);}
.newsList .txt{font-size: 12px;color: #555;margin: 2px 0;}
.newsList .time{margin-top: 10px;font-size: 12px;color: #555;}
.newsList .date{width: 80px;height: 75px;background: #77B900;color: #fff;font-size: 18px;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.newsList .date strong{font-size: 24px;font-weight: normal;}
.newsList .desc{width: calc(100% - 90px);}

.newDetail{width: 100%;margin-top: 60px;}
.newDetail .title{font-size: 18px;color: #555;font-weight: bold;text-align: center;margin-bottom: 20px;}
.newDetail .info{width: 100%;padding: 10px 0;border-bottom: 1px solid #ddd;margin-bottom: 20px;font-size: 12px;color: #555;}
.newDetail .txt{overflow: hidden;}
.newDetail .txt img{max-width: 100%;}

.message{width: 100%;padding: 30px 0;}
.messageWarp{width: 100%;margin-top: 60px;}
.messageWarp .left{width: 48%;}
.messageWarp .right{width: 50%;}
.messageWarp .left .txt{font-size: 16px;color: #555;}

.mesForm{width: 100%;}
.mesForm ul li{display: flex;justify-content: space-between;flex-wrap: wrap;margin-bottom: 10px;}
.mesForm .tit{width: 100px;text-align: right;line-height: 36px;font-size: 14px;color: #555;margin-right: 20px;}
.mesForm .warp{width: calc(100% - 120px);}
.mesForm input,
.mesForm textarea{width: 100%;height: 36px;border: 1px solid #ddd;outline: none;}
.mesForm textarea{height: 58px;}
.mesForm label{display: inline-block;margin-right: 20px;line-height: 36px;}
.mesForm label input{width: 15px;height: 15px;vertical-align: middle;margin-right: 10px;}
.mesForm .yzm input{width: 120px;margin-right: 10px;}
.mesForm .yzm .yzmImg{width: 60px;height: 36px;border: 1px solid #ddd;overflow: hidden;display: block;}
.mesForm .yzm .yzmImg img{width: 100%;height: 100%;}
.mesForm button{width: 60px;height: 36px;margin-top: 10px;}

.mPage{padding: 30px 0;}
.joinList{width: 100%;margin-top: 60px;}
.joinList ul li{padding-left: 15px;background: url(../images/left_listicon.gif) center left no-repeat;border-bottom: 1px dotted #ddd;}
.joinList ul li a{display: flex;justify-content: space-between;align-items: center;padding: 10px 0;}
.joinList .t1{font-size: 16px;color: #555;flex: 1;}
.joinList .timr{width: 80px;text-align: right;font-size: 12px;color: #666;}

.contact{width: 100%;margin-top: 60px;}
.cont1{width: 100%;}
.cont1 .left{width: 40%;font-size: 16px;color: #555;}
.cont1 .left h3{font-weight: normal;font-size: 24px;color: #555;margin-bottom: 20px;}
.cont1 .right{width: 55%;}
.cont1 .ewm{max-width: 200px;text-align: center;}
.cont1 .ewm img{width: 100%;}

.cont1Map{width: 100%;margin-top: 35px;overflow: hidden;height: 400px;}
.cont1Map img{width: 100%;height: 100%;object-fit: cover;}
.cont1Map iframe{width: 100% !important;}

.inside{width: 100%;margin-top: 60px;overflow: hidden;}
.inside img{width: auto;max-width: 100%;}






@media only screen and (max-width: 1200px) {
.wapper{ width:100%;padding: 0 10px;}
.logoTxt .span1{font-size: 24px;}
.logoTxt{font-size: 14px;}
.language a{margin-left: 15px;}
.language .icon{max-width: 45px;}
.hTel .icon{width: 55px;}
.hTel .txt{width: 160px;}



}

@media only screen and (max-width: 980px) {
.header{ display:none}
.sp_header1{ display:block;}
.sjj_nav1{ display:block;}
.hHei{height: 70px;}
.i1Warp .desc{width: 100%;}
.i1Warp .img{width: 100%;}
.i2Tab ul li{margin: 0 5px;margin-bottom: 5px;}
.i2Tab a{width: 65px;height: 32px;line-height: 32px;}
.i2List ul li{width: 50%;padding: 0 5px;margin-bottom: 10px;}
.i2List .part .img{height: 125px;}
.i2List .part .t1{margin-top: 10px;}
.i3Warp .img{width: 100%;}
.i3Warp .right{width: 100%;}
.i3Warp .desc{padding: 20px;max-width: 100%;}
.footer{font-size: 14px;}
.fMenu ul li{padding: 0 5px;font-size: 12px;}

.fWarp .ewm{width: 100%;padding-top: 20px;margin: 0;text-align: center;}
.fWarp .ewm img{max-width: 120px;}
.mainLeft{display: none;}
.mainRight{width: 100%;}
.aboList2 ul li{width: 100%;padding: 10px 0;}
.cont1 .left{width: 100%;margin-bottom: 20px;}
.cont1 .right{width: 100%;display: flex;justify-content: center;}
.culture ul li{width: 100%;padding: 20px 0;}
.honor ul li{width: 50%;}
.newsTit{width: 100%;margin-bottom: 20px;}
.newsTit:before{height: 28px;font-size: 12px;}
.newsTit strong{font-size: 16px;}
.messageWarp .left{width: 100%;margin-bottom: 20px;}
.messageWarp .right{width: 100%;}
.mesForm .tit{width: 100%;text-align: left;margin-right: 0;}
.mesForm .warp{width: 100%;}
.prod1 .imgBox{width: 100%;margin-bottom: 20px;}
.prod1 .desc{width: 100%;}
.product ul li{width: 50%;}



}
