@charset "utf-8";
/* CSS Document */
/*****header*******/
.webTop .rBox{float: right;display: flex;}
.webTop .rBox ul li{float: left;margin-left: 25px;}
.webTop .rBox ul li i{vertical-align: -2px;margin-right: 5px;color: #999;}
.webTop{font-size: 13px;background: #eceff1;color: #666;}
.header{ width:100%;  background:#fff;}
.header_nav{ width:80%; margin:0 auto;}
.headerTop{padding: 10px 0;}
.logo{float: left;}
.menu{float:left;height: 60px;}
.menu ul li.oneMenu a{color: #fff;}
.menu ul li{ vertical-align: middle;font-size: 18px;position: relative; text-transform:capitalize;padding: 0 30px;float: left;}
.menu ul li.activeMenu{background: #00609a ;}
.menu ul li a{display: inline-block;}
.langChoice{position: relative;line-height: 28px;margin-left: 30px;cursor: pointer;}
.langChoice dt{line-height: 28px;font-weight: normal;}
.langChoice dd{position: absolute;width: 100%;background: #fff;z-index: 10;text-align: center;line-height: 30px;border: 1px #ddd solid;border-bottom: none;display: none;}
.langChoice dd a{display: block;width: 100%;border-bottom: 1px #ddd solid;}
.langChoice dd a:hover{text-decoration: none;background: #f5f5f5;}
.menu_down{position: absolute;width: 200px;margin-left: -90px;left: 50%;top: 60px;padding: 15px;z-index: 100;visibility: hidden;opacity:0;transition: all .6s cubic-bezier(.075,.82,.165,1);-webkit-transition: all .6s cubic-bezier(.075,.82,.165,1);-moz-transition: all .6s cubic-bezier(.075,.82,.165,1);-ms-transition: all .6s cubic-bezier(.075,.82,.165,1);-o-transition: all .6s cubic-bezier(.075,.82,.165,1);}
.menu_down:before {content: "";display: inline-block;width: 100%;height: 100%;top: 0;left: 0;position: absolute;background: #fff;box-shadow: 0 0 5px #aaa;opacity: 0;transform-origin: top;-webkit-transform-origin: top;-moz-transform-origin: top;-ms-transform-origin: top;-o-transform-origin: top;transform: scale(0.85);-webkit-transform: scale(0.85);-moz-transform: scale(0.85);-ms-transform: scale(0.85);-o-transform: scale(0.85);transition: all .6s cubic-bezier(.075,.82,.165,1);-webkit-transition: all .6s cubic-bezier(.075,.82,.165,1);-moz-transition: all .6s cubic-bezier(.075,.82,.165,1);-ms-transition: all .6s cubic-bezier(.075,.82,.165,1);-o-transition: all .6s cubic-bezier(.075,.82,.165,1);}
.menu ul li:hover .menu_down {visibility: visible;opacity:1;}
.menu ul li:hover .menu_down:before {transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);opacity:1;}
.menu ul li a{ color:#333;} 
.menu_down ul li {padding: 5px 0;display: block;float: inherit;height:  auto;line-height:  initial;}
.menu_down ul li a {border: none;font-size: 15px;line-height: 1.66;display: inline-block;text-align: center;width: 100%;color: #333 !important;}
.menu_down ul li a:hover {border: none;text-decoration: underline;}
.topRight{float: right;}
.search{float: right;position: relative;margin-top: 20px;}
.search input {height: 40px;color: #000;line-height: 26px;width: 300px;padding: 0 10px;background: #f5f5f5;}
.search button {display: inline-block;height: 40px;width: 40px;background: #0d6fb8;line-height: 40px;float: right;}
.search button i{font-size: 20px;color: #fff;}
.nav {/* background: #0d6fb8; */line-height: 60px;height: 60px;}
.nav .container {
    background: #0d6fb8;
    /* margin: 0 -15px; */
    width: 1196px;
}
.logo2 {display: inline-block;float: left;width:0;margin-right: 20px;opacity: 0;transition: all ease-in-out 0.3s;}
.nav.fix{position: fixed;top: 0;width: 100%;left: 0;z-index: 99;}
.nav.fix .logo2{display: block;width: 0;opacity: 1;}
.wrapper.change{padding-top: 60px;}
.banner{}	
.banner .swiper_ind{}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 40px !important;}
.swiper_ind .swiper-pagination-bullet{display: inline-block;width: 12px;height: 12px;border-radius: 100%;background: #fff;transition: all ease-in-out 0.3s;}
.swiper_ind .swiper-pagination-bullet-active{width: 30px;height: 12px;border-radius: 6px;}
.swiper_ind .swiper-slide{display: flex;align-items: center;}

.classify ul li{line-height: 32px;border-top: 1px #dedede dotted;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding-top: 10px;}
.classify ul li > a{display: inline-block;width: 100%;font-size: 16px;padding-right: 40px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;position: relative;}
.classify ul li > a i{position: absolute;right: 10px;font-size: 14px;color: #999;}
.twoMenu_l{display: none;}
.twoMenu_l h5 a{font-size: 15px;display: inline-block;width: 100%;padding-right: 40px;overflow: hidden;
text-overflow: ellipsis;white-space: nowrap;line-height: 30px;color: #666;}
.twoMenu_l {padding:10px;}
.thrMenu_l h5 a{position: relative;padding-left: 20px;color: #859db3;}
.thrMenu_l h5 a::before{position: absolute;content: "";display: inline-block;width: 6px;height: 6px;border-radius: 100%;background: #9ab7d2;left: 5px;top: 13px;}
.classify ul li.active > a{color: #f70;}
.tit{font-size: 22px;font-weight: bold;color: #0d6fb8;margin-bottom: 15px;}
.tit a {float: right;font-weight: normal;font-size: 12px;color: #6aa9d0;border: 1px #9ac3dc solid;padding: 5px 7px;border-radius: 30px;}
.contentBox{padding-top: 50px;background: #f2f2f2;padding-bottom: 50px;}
.contentBox .leftPart{width: 28%;float: left;}
.contentBox .indRight{width: 70%;float: left;margin-left: 2%;padding: 0;}
.classify {background: #fff;margin-bottom: 30px;}
.indContact{background: #fff;}
.indContact ul li{line-height: 34px;}	
.indContact ul li span{display: inline-block;width:100%;color: #999;}	
.indContact ul li  em{display: inline-block;width: 100%;}
.indRight .aboutBox{padding: 25px;background: #fff;}
.indRight .aboutBox dl dt{width: 50%;float: left;}
.indRight .aboutBox dl dd{width: 50%;float: left;padding-left: 20px;color: #666;line-height: 28px;}
.indRight .aboutBox dl dd p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 9;overflow: hidden;}
.indRight .newsBox{padding: 38px 25px;background: #fff;margin-top: 30px;}
.indRight .newsBox ul li{line-height: 53px;border-bottom: 1px #dedede dotted;height: 53px;}
.indRight .newsBox ul li a{display: inline-block;width: calc(100% - 140px);overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.indRight .newsBox ul li em{display: inline-block;width: 100px;color: #999;text-align: right;float: right;}
.indProduts .swiper-button-prev,.indProduts .swiper-button-next{background-image: none !important;width: 42px !important;border: 1px #337ab7 solid;
height: 42px;border-radius: 100%;text-align: center;line-height: 42px;top:50%;background: #fff;}
.indProduts .swiper-button-prev{left: 70px;left: inherit;background: #fff;}
.indProduts .swiper-button-prev i,.indProduts .swiper-button-next i{font-size: 24px;color: #337ab7;}
.indProduts .swiper-button-next{right: 30px;}
.indProduts{margin-top: 30px;}*
.indProduts .proBox{background: #fff;padding: 30px;position: relative;}
.swiperPro{width: 90%;}
.indProduts .imgBox{width: 100%;height: 180px;}
.indProduts .imgBox a{display: inline-block;width: 100%;height: 100%;border: 1px #ddd solid;display: flex;align-items: center;justify-content: center;}
.indProduts  .txtBox a{font-size: 18px;display: inline-block;width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;color: #069;font-weight: bold;transition: all 0.3s ease-in-out;}
.indProduts  .txtBox p{font-size: 15px;color: #333;width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.crumbs{padding: 20px 0;}
.greyBg{background: #f1f1f1;padding-bottom: 50px;}
.leftPart{background: #fff;padding: 20px;}
.rightPart{background: #fff;padding: 30px;}
.leftPart h2{font-size: 22px;font-weight: bold;color: #0d6fb8;margin-bottom: 15px;}
/*****sec1*******/	
.classify ul li.active > a{color: #f70;}
.contactInfo span{display: inline-block;width: 100%;float: left;color: #666;}
.contactInfo p{margin-bottom: 15px;}
.contactInfo  em{display: inline-block;width: 100%;word-break: break-word;}
.proCot  th{font-size: 20px;font-weight: bold;padding: 10px;}
.proCot table{width: 100%;}
.proCot .thCas{width: 18%;}
.proCot .thMole{width: 25%;}
.proCot .thTech{width: 18%;}
.proCot .thInquary{width: 102px;}
.proCot td{padding: 10px;vertical-align: middle;color: #666;}
.proCot td .inquiry{border: 1px #337ab7  solid;color: #337ab7 ;text-align: center;width: 100%;display: inline-block; 
   height: 30px;line-height: 30px;font-size: 16px;transition: all ease-in-out 0.3s;}
.proCot td .inquiry:hover{color: #fff;background: #337ab7;}
.proCot td a{color: #069;}
.proCot table tr:nth-child(2n){background: #f9f9f9;}
.proDetail .proTop .imgBox{height: 213px;border: 1px #dedede solid;display: flex;align-items: center;justify-content: center;}
.proDetail .proTop .txtBox {margin-top: 25px;}
.proDetail .proTop .txtBox h1{font-size: 26px;font-weight: bold;margin-bottom: 10px;}
.proDetail .proTop .txtBox ul li{float: left;width: 100%;height: 60px;line-height: 60px;border-bottom: 1px #dedede dotted;}
.proDetail .proTop .txtBox .inquiryBtn{color: #fff;background: #f70;font-size: 18px;display: inline-block;padding: 8px 40px;margin-top: 20px;transition: all ease-in-out 0.3s;}
.proDetail .proTop .txtBox .inquiryBtn:hover{background: #ff5200;}
/* 产品详情页 */
.proTop{margin-top: 30px;}
.proTop .dotBoxL{float: left;width: 400px;}
.proTop .dotBoxL .videoBox {background: #333;width: 400px;height: 400px;position: absolute;left: 0;top: 0px;z-index: 9;}
.videoIcon {position: absolute;z-index:8;bottom: 80px;left: 10px;width: 50px;height: 50px;line-height: 50px;cursor: pointer;}
.videoIcon i{font-size: 50px;color: #c5c5c5;}
.videoClose{position: absolute;top: 20px;right: 20px;cursor: pointer;}
.videoClose i{color: #fff;}
.proTop .dotBoxL .videoBox video{width: 400px;height: 400px;}
#exzoom {width: 400px;}
.myVideo {position: absolute;width: 100%;height: 100%;}
.myVideo .zoomIcon {position: absolute;position: absolute;bottom: 69px;right: 0;z-index: 8;background: #fff;padding: 5px;opacity: 0.5;}

/* zoom */
.bg{height: 470px;margin:0 auto;overflow: hidden;box-sizing: border-box;z-index: 99;}
.bg_left{width: 400px;height:auto;float: left}
.bg_right{float: left;position: absolute;left: 400px;z-index: 999;background: #fff;}
.show{width: 400px;height: 400px;margin-bottom: 10px;position: relative;border:1px solid #E8E8E8;cursor:move;overflow: hidden;display: flex !important;align-items: center;justify-content: center;}
.show img{max-width: 400px;max-height: 400px;}
.move{width: 200px;height: 200px;background: #ff8a00;filter: Alpha(opacity=50);opacity:0.5;position: absolute;top: 0;left: 0;display: none;}
.bigshow{width: 400px;height: 400px;overflow: hidden;margin-left: 10px;display: none;border:1px solid #E8E8E8;}
.bigshow img{max-width:800px;max-height: 800px;margin-right: 10px;}
.smallshow{width: 100%;height: 70px;position: relative}
.smallshow img{width:54px;border:1px solid #e8e8e8;box-sizing: border-box;height: 54px;}
.smallshow>.middle_box{width:400px;overflow: hidden;height: 70px;}
.smallshow .middle{overflow: hidden;;height: 70px;}
.smallshow .middle>li{width: 64px;height: 64px;float: left;cursor:pointer;padding:0 5px;}
.bigitem {width: 800px; height: 800px;display: flex;align-items: center;justify-content: center;}	
.proDetail .proBtm{margin-top: 40px;} 
.proDetail .proBtm h2{font-size: 24px;margin-bottom: 20px;font-weight: bold;}
.proDetail .proBtm{line-height: 30px;}
.inquiryBox{padding:20px 50px ;}
.inquiryBox label{display: block;margin-bottom: 20px;}
.inquiryBox label span{width: 130px;display: inline-block;float: left;line-height: 50px;}
.inquiryBox label input{width: calc(100% - 130px);border: 1px #dedede solid;padding: 0 10px;height: 50px;line-height: 50px;}
.rightPart h2{font-size: 26px;font-weight: bold;margin-bottom:20px;}
sup,.red{color: red;font-size: 16px;}
.inquiryBox h2{margin-bottom: 40px;}
.inquiryBox textarea{width: calc(100% - 130px);height: 100px;border: 1px #dedede solid;padding: 10px;}
.inquiryBox .inquiryBtn{color: #fff;background: #f70;font-size: 18px;display: inline-block;padding: 8px 40px;margin-top: 20px;
transition: all ease-in-out 0.3s;margin-left: 130px;}
.inquiryBox .inquiryBtn:hover{background: #ff5200;}
.inquiryBox p{margin-left: 130px;}
.techBox p,.about1 p{line-height: 30px;margin-bottom: 15px;}
.about1 ul li{float: left;padding: 10px;width: 50%;margin-top: 10px;}
.about2{margin-top: 40px;}
.about2 b{font-size: 26px;margin-right: 10px;}
.about2 b small{font-size: 15px;}
.about3{margin-top: 40px;}
.about3 ul{margin: 0 -10px;}
.about3 ul li{width: 33.33%;float: left;padding: 0 10px;}
.about3 ul li .imgBox{display: flex;align-items: center;justify-content: center;border: 1px #dedede solid;height: 272px;}
.newsBox .newsUl li{height: 40px;line-height: 40px;border-bottom: 1px #dedede dotted;padding: 0 10px;}
.newsBox .newsUl li a{display: inline-block;color: #333;position: relative;padding-left: 10px;width: 100%;padding-right: 100px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;position: relative;}
.newsBox .newsUl li a span{float: right;color: #999;display: inline-block;width: 100px;text-align: right;position: absolute;right: 0;}
.newsBox .newsUl li a:before{content: "";position: absolute;top: 50%;width: 4px;height: 4px;border-radius: 100%;background: #c5c5c5;transform: translateY(-50%);left: 0;}
.newsBox .newsUl li a:hover{color: #337ab7;}
.newsDotBox  .newsTit{color: #333 !important;font-size: 24px;line-height: 40px;margin-bottom: 20px;margin-top: 0;font-weight: bold;}
.newsDotBox .newsTimes{font-size: 14px;color: #999;margin-bottom: 30px;}
.newsDotBox p{font-size: 14px;color: #333;line-height: 30px;}
.newsDotBox img{max-width: 100%;margin: 20px 0;}
.jobBox h2{font-size: 22px;font-weight: bold;color: #333;}
.jobLi h2{font-size: 18px;color: #333;font-weight: bold;}
.jobLi h3{font-size: 16px;color: #333;font-weight: bold;margin: 10px 0;}
.jobLi{margin-top: 30px;}
.contactBg{margin-bottom: 50px;}
.contactBox{background: #fff;padding-bottom: 50px;}
.contactForm label{display: block;margin-bottom: 10px;}
.compTxt{padding-right: 80px;}
.compTxt h3{font-size: 24px;line-height: 40px;color: #f70;}
.compTxt h2{font-size: 30px;font-weight: bold;margin: 40px 0;color: #333;}
.compTxt p{font-size: 16px;line-height: 40px;}
.compTxt p a{color: #069;font-weight: bold;}
.contactForm  p{margin-bottom: 5px;}
.contactForm input{border: 1px #dedede solid;width: 100%;height: 50px;padding: 0 10px;}
.contactForm  textarea{border: 1px #dedede solid;width: 100%;height: 80px;padding: 0 10px;}
.contactForm button{display: block;background: #f70;color: #fff;padding: 8px 40px;font-size: 18px;margin-top: 20px;transition:all ease 0.3s;text-align: center;}
.contactForm button:hover{background: #ff8a00;}
.code input {width: 75% !important;}
.code img{width: 100px;height: 50px;float: right;}
/*****sec1*******/	
.proLis {margin:0 -10px}
.proLis li{float: left;width: 33.33%;padding: 10px;}
.proLis li .imgBox{width: 100%;height: 180px;overflow: hidden;display: flex;align-items: center;justify-content: center;border: 1px #eee solid;}
.proLis li .txtBox{background: #f5f5f5;text-align: center;padding: 10px;}
.proLis li .txtBox a{display: inline-block;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #337ab7;font-size: 16px;}
.proLis li .txtBox p{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}	
.proRec{margin-top: 50px;}	

/*****sec1*******/	
	
	
	
	
	
	/***footer***/
.footer{
background: #e2e2e2;}
.footer .container{margin: 0 auto; padding:0;}
.footer .row{ margin:0px;}
.footerlogo a{width: 144px;height: 39px;margin: 0 0 0 -15px;padding: 0 15px;background: #f3f4f4; display:block;}
.footerwarp {text-align: center;}
.footerwarp  ul{width: 100%;text-align: center;}
.footerwarp  ul li{margin: 10px; text-transform:capitalize;display: inline-block;margin-top: 20px;}
.footerwarp  ul li a{ color:#666; font-size:15px;}
.footerwarp  ul li a:hover{color:#005DA0;}

.footercopy .col-lg-6{ padding:0px;}
.footercopy{margin-top: 20px;border-top: #ccc 1px solid;text-align: center;font-size: 14px;color: #666;padding: 5px 0;}
.footer .links{display: inline-block;margin: 0 auto;}
.footer .links a{margin: 0 10px;transition: all 0.3s ease-in-out;}
.footer .links a:hover{opacity: 0.7;}
/***footer***/

	
	
	
@media(max-width:1200px){
	.menu ul li{padding: 0 20px;}
}
	
	
	
@media(max-width:768px) {
.headerPhoneTop {position: fixed;width: 100%;top: 0;left: 0;text-align: center;background: #fff;box-shadow: 0 0 7px #b9b9b9;z-index: 99;transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;}
.menuPhone {position: fixed;width: 250px;height: 100%;overflow-y: auto;left: -250px;background: #337ab7;top: 0;    z-index: 111;
transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;}
.headerPhoneLogo img {height: 30px;}
.headerPhoneLogo {padding: 10px 0;}
a.menu-trigger {position: absolute;display: inline-block;width: 36px;height: 30px;top: 50%;margin-top: -15px;left: 10px;padding: 0 5px;}
a.menu-trigger span {display: block;background: #222;width: 100%;height: 2px;margin: 6px 0;}
.wrapper {position:relative;width: 100%;left: 0;padding-top: 5px !important;transition: left 0.2s ease-in-out;-webkit-transition: left 0.2s ease-in-out;-moz-transition: left 0.2s ease-in-out;-ms-transition: left 0.2s ease-in-out;-o-transition: left 0.2s ease-in-out;}
body.menuOpen .headerPhoneTop  {left:250px;}
body.menuOpen .wrapper  {left:250px;}
body.menuOpen .menuPhone{left:0;}
.headerPhone {    transition: left 0.2s ease-in-out;-webkit-transition: left 0.2s ease-in-out;-moz-transition: left 0.2s ease-in-out;-ms-transition: left 0.2s ease-in-out;-o-transition: left 0.2s ease-in-out;}
body.menuOpen .headerPhone {left: 250px;}
.menuPhone li h2 {margin: 0;font-size: 15px;line-height: 30px;}
.menuPhone li h2 a {color: #fff;padding: 5px 15px;display: inline-block;width: 100%;}
.menuPhone li h5 {margin: 0;padding-left: 25px;font-size: 12px;line-height: 25px;border-top: solid 1px rgba(255, 255, 255, 0.15);}
.menuPhone li h5 a {color: #fff;padding: 5px 0;display: inline-block;font-size: 14px;position: relative;padding-right: 30px;width: 100%;}
.menuPhone li h5 a i{position: absolute;right: 10px;top: 10px;}
.menuPhone .p_twoMenu_l h5 a{text-align: left;color: #91cdff;}
.menuPhone .p_thrMenu_l h5{padding-left: 0;}
.menuPhone ul li {border-bottom: solid 1px rgba(255, 255, 255, 0.15);}
.menuPhoneHide {background: rgba(255, 255, 255, 0.1);display: none;}
.headerPhone .menu_tr_ico{position: absolute;right:15px;top: 50%;margin-top: -18px;}
.headerPhone .menu_tr_ico .enChange{background:  #ff8a00;color:  #fff;border-radius:  100%;padding: 5px;}
.headerPhone .menu_tr_ico i{font-size: 20px;color: #666;display: inline-block;margin-left: 10px;}
.headerPhone .menu_tr_search{margin-top: 10px;padding: 0 15px;position: relative;}
.headerPhone .menu_tr_search input{width: 100%;height: 40px;background-color: #f1f1f1;padding: 0 10px;}
.headerPhone .menu_tr_search button{    right: 20px;position: absolute;width: 40px;height: 40px;background: none;top: 0;}
.headerPhone .menu_tr_ico .selectBox {background: #fff;box-shadow: 0 0 4px #ddd;position: absolute;display: none;right: 0px;max-height: 300px;overflow-y: scroll;}
.headerPhone .menu_tr_ico .selectBox:after{width: 0;height: 0;border-right: 5px solid transparent;border-left: 5px solid transparent;border-bottom: 7px solid #fff;content: "";position: absolute;top: -7px;right: 9px;}
.headerPhone .menu_tr_ico .selectBox::before{width: 0;height: 0;border-right: 5px solid transparent;border-left: 5px solid transparent;border-bottom: 7px solid #999;content: "";position: absolute;top: -7px;right: 9px;}
.headerPhone .menu_tr_ico .selectBox ul li{padding: 0 10px;border-bottom: 1px #dedede solid;}
.headerPhone {padding-top: 50px;position: relative;left: 0;}
.rightPart{background: none;padding: 20px 0;}
.proLis .proLi {margin-bottom: 10px;border-bottom: 1px #dedede solid;padding-bottom: 15px;}
.proLis .proLi a{color: #069;}
.proLis .proLi .inquiryBtn{border: 1px #f70 solid;color: #f70;padding: 5px 30px;font-size: 16px;display: inline-block;margin-top: 10px;}
.banner, .banner .container{height: 230px;}
.banTxt h2{font-size: 20px;margin-bottom: 15px;}
.banTxt h2 b{font-size: 28px;}
.indAbout,.indProType,.indProduts,.footer{margin-top: 30px;}
.indAbout .txtBox h2{font-size: 24px;}
.indAbout .txtBox{padding: 0;}
.indProType ul li{width: 50%;margin-bottom: 15px;padding: 0 5px;}
.indProType ul{margin: 0 -5px;}
.indProType{background: none !important;padding: 0;}
.tit{font-size: 24px;}
.indNews ul li{width: 100%;border-bottom: 1px #dedede dotted;}
.indNews ul li .inner{padding: 10px 30px;}
.indNews ul li .inner h3{margin: 15px 0;}
.indNews ul li .inner p{margin: 20px 0;}
.indContact{background: none !important;}
.footer{padding: 15px;padding-bottom: 0;background: #e4e4e4;}
.indContact .contactBox{padding-left: 15px;margin-top: 40px;}
.copy{margin: 0;padding: 0 5px; }
.greyBg{background: #fff;padding-bottom: 0;}
.about3 ul li{width: 50%;}
.about3 ul li .imgBox{height: 180px;}
.proDetail .proTop .txtBox{margin-top: 15px;}
.proDetail .proTop .txtBox h1{font-size: 24px;}
.p_twoMenu_l{display: none;}
.footer .links{margin-top: 20px;}
.inquiryBox{padding: 0;}
.compTxt {padding-right: 0;}
.contactBox{padding-top: 30px;}
.footer{padding: 0;}
.inquiryBox label span{width: 100%;}
.inquiryBox label input{width: 100%;}
.inquiryBox textarea{width: 100%;}
.inquiryBox p{margin: 0;}
.inquiryBox .inquiryBtn{margin: 0;margin-top: 10px;width: 100%;text-align: center;}
.banner .swiper_ind{height: 220px;}
.contentBox .indRight{width: 100%;margin: 0;}
.contentBox{padding-top: 30px;background: #fff;padding-bottom: 0;}
.indRight .aboutBox dl dt{width: 100%;}
.indRight .aboutBox dl dd{width: 100%;padding: 0;}
.indRight .aboutBox{padding: 0px;}
.indRight .newsBox{padding: 0px;}
.indRight .newsBox ul li a{width: calc(100% - 110px);}
.indProduts .proBox{padding: 0;}
.indProduts .txtBox{text-align: center;}
.indProduts .swiper-button-next{right: 0;}
.proTop .dotBoxL .videoBox{height: 300px;width: 100%;}
.proTop .dotBoxL .videoBox video{height: 300px;width: 100%;}
.bg{height: 370px;}
.show{height: 300px;}
.proTop .dotBoxL{width: 100%;}
.proLis li{width: 100%;}
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	