
@font-face {
            font-family: inter;
            src: url("fonts/inter.woff2");
        }
body { margin:0; font-family:inter,Arial,Helvetica,sans-serif; font-size:14px; color:#141617;}
a{ text-decoration:none; color:#141617;}
img{ max-width:100%; height:auto!important;}
p{ margin:0;}
ul{ margin:0; padding:0;}
li{ list-style:none}
.mbnav{ background-color:#f9f9fb; height:60px; line-height:60px;}
.wp{ width:1100px; margin: 0 auto;}
.mbnavl{ font-size:24px; font-weight:bold; float:left; color:#141617;}
.mbnavr{ float:right;}
.nywenzhang{ margin:40px 0 80px auto;line-height: 35px;font-size: 16px;overflow:hidden;}
.foots{ background-color:#12791e; padding:40px; text-align:center; color:#f2f3f5;line-height: 35px;}
.footx{ background-color:#141617; color:#f2f3f5;line-height: 60px; text-align:center;}
.nywenzhang h2{font-size: 18px;font-weight: bold;margin: 0; }
.neiyel{ float:left; min-height:800px;}
.neiyeimg{  float: right;text-align: right;width: 50%;padding: 30px;}
.zuo{ float:left; width:60%;}
.zuoyou{ overflow:hidden;border-bottom: 1px dotted #cccccc;padding-bottom: 30px;margin-bottom: 30px;margin-top: 30px;}
.you{ width:28%; float:right;}
.xian{     border-bottom: 1px dotted #cccccc;  margin-bottom:30px;}
.productlist ul li{ width:31.33%;margin-right: 3%;float:left;list-style-type:none; margin-bottom:30px;}
.productlist{ overflow:hidden; margin:40px 0 80px auto}
.productlist ul li a{ display:block; }
.producttext{ font-size:14px; line-height:35px; font-weight:bold; text-align:center;}
.productlist ul li:hover .producttext{ font-weight:bold; font-size:15px;}
.zilanmu{text-align: center;overflow: hidden;margin: 30px auto;}
.zilanmu a{background-color: #5ab82b;padding: 10px 15px;color: #fff;display: inline-block;}
.productlist ul li:nth-child(3){ margin-right:0;}
.productlist ul li:nth-child(6){ margin-right:0;}
.productlist ul li:nth-child(9){ margin-right:0;}
.productlist ul li:nth-child(12){ margin-right:0;}
.productlist ul li:nth-child(15){ margin-right:0;}
.productlist ul li:nth-child(18){ margin-right:0;}
.productlist ul li:nth-child(21){ margin-right:0;}
.panel {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
}

.panel:last-child {
  border-bottom: none;
}

.panel-group > .panel:first-child .panel-heading {
  border-radius: 4px 4px 0 0;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-heading {
  border-radius: 0;
  border: none;
  color: #fff;
  padding: 0;
}

.panel-title a {
  display: block;
  color: #141617;
  padding: 15px 40px;
  position: relative;
  font-size: 24px;
  font-weight: 400;
  border-bottom:1px solid #f2f3f5;
}

.panel-body {
  background: #fff;
}

.panel:last-child .panel-body {
  border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
  border-radius: 0 0 4px 4px;
  -webkit-transition: border-radius 0.3s linear 0.2s;
  transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading.active {
  border-radius: 0;
  -webkit-transition: border-radius linear 0s;
  transition: border-radius linear 0s;
}
/* #bs-collapse icon scale option */

.panel-heading a:before {
  content: '\e146';
  position: absolute;
  font-family: 'Material Icons';
  left: 5px;
  top: 20px;
  font-size: 24px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.panel-heading.active a:before {
  content: ' ';
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

#bs-collapse .panel-heading a:after {
  content: ' ';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  left: 5px;
  top: 20px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#bs-collapse .panel-heading.active a:after {
  content: '\e909';
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* #accordion rotate icon option */

#accordion .panel-heading a:before {
  content: '\e316';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#accordion .panel-heading.active a:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;}
 .yunsen-container{ overflow:hidden;margin:40px 0 80px auto }
 
 .contactl{ float:left; width:60%; padding-top:20px;}
.contactl p{ font-size:16px; text-align:left;}
.contactl .biaodan {
    border: none;
    padding: 14px;
    font-size: 1rem;
    background: #f5f7f8;
    width: 100%;
	float:left;
    border-radius: 5px;
    margin-top: 25px;
    margin-bottom: 10px;
    outline: 0;
    box-sizing: border-box;
    color: #333537;
    -webkit-appearance: none;
    font-family: geely!important;
    line-height: normal;
}
.contactl textarea {
    border: none;
    padding: 14px;
    font-size: 1rem;
    background: #f5f7f8;
    width: 100%;
    border-radius: 5px;
    margin-top: 25px;
    margin-bottom: 10px;
    outline: 0;
    box-sizing: border-box;
    color: #333537;
    -webkit-appearance: none;
    font-family: geely!important;
    line-height: normal;
}
.contactl .gform_button  {
    display: inline-block;
    border: none;
    min-width: 200px;
    padding: 14px 20px;
    background: #5ab82b;
    border-radius: 8px;
    color: #f5f7f8;
    text-align: center;
	    float: left;
    transition: all .1s;
    font-family: geely;
    font-weight: 300;
    cursor: pointer;
    outline: 0;
    font-size: 1rem;
}
.hxx{ width:200px; height:2px;background: #de9900; margin-bottom:20px;}
.contactl .gform_button:hover{ background: #5cb72c; color:#fff;}
.contactr{float: left;text-align: left; width:35%; margin-left:5%; padding-top:20px;}
.contactr h2{ font-size:20px; }
.contactr p{ font-size:16px; line-height:35px;}
.contact{ overflow:hidden; margin:40px 0 80px auto;}

.dingbu{ height:48px; line-height:48px;background-color: #12791e; color:#fff; font-size:12px;}
.dingbur a{ font-size:12px; color:#fff; float:left;}
.dingbul{ width:50%; float:left;}
.dingbur{ width:225px; float:right; text-align:right;}
.dingbur span{ border-right: 1px solid #434549;float: left;height: 48px;margin-left: 15px;margin-right: 15px;}
.visible-xs { display:none;}
.syneirong{ margin:40px 0 80px auto; overflow:hidden;}
.syneirongl{ width:45%; float:left;line-height: 25px; font-size: 16px; margin-right: 5%;}
.syneirongr{ width:50%; float:left;}
.syneirongl p{ padding-bottom:20px;}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
	
	.wp{ width:95%;}
	#menu{ display: none;}
	.nywenzhang{ width:100%; margin:30px auto;}
	.footx{ display:none;}
	.neiyeimg{ width:100%; padding:0;}
	.dingbu{ display:none;}
	.zuo{ width:100%;}
	.you{ width:100%;}
	.mbnavr{ display:none;}
	.productlist ul li{ width:100%; margin-right:0;}
	
.contactl{ width:100%;        margin-bottom: 50px;}
.contactr{ width:100%;}
.syneirong{ margin:30px auto;}
.syneirongl{ width:100%; margin-right:0; margin-bottom:30px;}
.syneirongr{ width:100%;}
.contact{ margin:30px auto;}
.productlist{ margin:30px auto;}
}





