* {
  padding: 0px;
  margin: 0px;
}
html {
  _overflow-y: scroll;
  height: 100%;
}
/*****锛侊紒椤甸潰閫氱敤css鏍峰紡瀹氫箟寮€濮�******/
/* body鐨刢ss瀹氫箟:杩欓噷瀹氫箟椤甸潰涓婁笅宸﹀彸杈硅窛锛岄〉闈㈣儗鏅鑹诧紝婊氬姩鏉￠鑹叉牱寮� */
body {
  font-family: Microsoft YaHei;
  /*鏂囧瓧瀛椾綋瀹氫箟 */
  font-size: 12px;
  /*鏂囧瓧澶у皬瀹氫箟 */
  color: #6f6f6f;
  /*鏂囧瓧棰滆壊瀹氫箟 */
  height: 100%;
  max-width: 768px ;
  margin: 0  auto;
}
/* 缃戠珯瓒呴摼鎺ss閫氱敤璁剧疆 */
a {
  text-decoration: none;
}
/* 閾炬帴鏃犱笅鍒掔嚎,鏈変负underline */
ul,
li {
  list-style-type: none;
}
img {
  border: 0px;
  max-width: 100%;
  display: block;
}
.clear {
  clear: both;
  line-height: 0;
  height: 0;
  font-size: 0px;
}
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*娓呴櫎娴姩*/
* {
  box-sizing: border-box;
}
.left {
  float: left;
}
.right {
  float: right;
}
.ft {
  float: left;
}
.fr {
  float: right;
}
.banner {
  position: relative;
  margin: 0 auto;
}
.main .promain {
  width: 95%;
  margin: 0 auto;
}
.banimg {
  display: block;
  margin: 0 auto;
}
/*鏁翠綋鑹茶皟*/
.pCol,
.content .page a.select,
.in_news ul li .time {
  background: #AF017C;
}
.page {
  padding: 10px 0;
}
.logo img {
  width: 65%;
  display: inline-block;
}
.logo {
  text-align: center;
  padding: 0.1rem 0;
}
.header {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 5px;
  z-index: 1000;
  background: #fff;
  border-bottom: 3px solid #AF017C;
}
.logo {
  font-size: 16px;
  text-align: center;
}
.nav {
  position: absolute;
  right: 15px;
  top: 25%;
  cursor: pointer;
  width: 10%;
}
.nav img {
  width: 100%;
}
.navul {
  position: absolute;
  top: 100%;
  right: 0%;
  width: 147px;
  display: none;
  background: #000;
  opacity: 0.95;
  z-index: 9999;
}
.navul li {
  width: 100%;
  line-height: 50px;
  position: relative;
  border-bottom: 1px solid #1f1f1e;
  opacity: 0.95;
}
#submit{
  -webkit-appearance: none;
}
.navul li a {
  color: #fff;
  text-align: center;
  display: block;
}
.about {
  width: 94%;
  margin-left: 2%;
  border: 2px solid #AF017C;
  padding: 0.3rem;
  margin-top: 0.3rem;
}
.about img {
  width: 45%;
  margin-bottom: 0.2rem;
}
.about p {
  font-size: 0.28rem;
  color: #303440;
  line-height: 0.45rem;
}
.about-pic img {
  width: 100%;
}
.prod {
  padding: 0.2rem;
}
.prod .prod-content {
  margin-top: 0.2rem;
}
.prod .prod-content ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.prod .prod-content ul li {
  width: 46%;
  margin-bottom: 0.3rem;
  position: relative;
}
.prod .prod-content ul li img {
  width: 100%;
}
.prod .prod-content ul li p {
  position: absolute;
  bottom: 0;
  background: url(../images/prod-bg.png);
  padding: 0.1rem;
  color: #fff;
  font-size: 0.25rem;
  text-align: center;
  left: 0;
  width: 100%;
}
.prod .prod-content ul li p span {
  font-size: 0.2rem;
}
.prod .prod-content ul li div {
  color: #b5b5b5;
  height: 25px;
  padding: 0.1rem 0;
  border-bottom: 1px solid #B5B5B5;
}
.pic1 {
  width: 100%;
}
.footer01 {
  padding: 0.2rem;
}
.footer01 form textarea {
  width: 100%;
  height: 2rem;
  background: #E9E9E9;
  padding: 0.15rem;
  color: #433B36;
  outline: none;
  border: none;
}
.footer01 form input {
  width: 48%;
  height: 0.6rem;
  text-indent: 10px;
  font-size: 0.3rem;
  border: none;
  outline: none;
  background: #E9E9E9;
  margin: 0.1rem 0;
}
.footer01 form input[name='tel'] {
  margin-left: 2.8%;
}
.footer01 form #submit {
  width: 100%;
  height: 0.6rem;
  background: #AE017C;
  color: #fff;
}
.floatLink {
  width: 100%;
  height: 60px;
  line-height: 30px;
  border-top: 0px solid #bfbfbf;
}
.floatLink ul li {
  width: 33.3%;
  float: left;
  text-align: center;
  padding-top: 10px;
}
.floatLink ul li a {
  display: block;
  font-size: 16px;
  color: #fff;
  position: relative;
}
.floatLink ul li a img {
  width: 25px;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
}
.floatLink ul li a span {
  color: #fff;
  display: block;
}
.content {
  padding-bottom: 20px;
}
.footer{
  width: 100%;
  height: 1.2rem;
  background-color: #AF017C;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
}
.footer ul li{
  width: 25%;
  height: auto;
  text-align: center;
  float: left;

}
.footer ul li img{
  height: 0.6rem;
  margin: 0.1rem auto 0;
}
.footer ul li p{
  color: white;
  font-size: 0.28rem;
}
/*鍐呴〉*/
.top {
  line-height: 35px;
  position: relative;
  height: 35px;
  background: #e3e3e3;
  color: #383838;
  font-size: 14px;
  border-bottom: 1px solid #bcbcbc;
}
.top .more {
  position: absolute;
  color: #FFF;
  padding: 0 10px 0 40px;
  right: 0;
  top: 0;
  background-image: url(../images/base/morebg.png);
  background-repeat: no-repeat;
  background-position: 10px center;
}
.moreul {
  width: 100%;
  position: absolute;
  left: 0;
  top: 36px;
  display: none;
  z-index: 100;
}
.moreul > li {
  line-height: 35px;
}
.moreul > li > div {
  color: #616161;
  display: block;
  background: #ededed;
  border-bottom: 1px solid #959595;
  padding: 0 0 0 60px;
}
.moreul ul li {
  padding: 0 0 0 75px;
  background: #fff;
  border-bottom: 1px solid #959595;
}
.moreul ul li {
  line-height: 35px;
  padding: 0 0 0 75px;
  background: #fff;
  border-bottom: 1px solid #959595;
}
.moreul ul li img {
  vertical-align: middle;
  margin: 0 3px 0 0;
}
.moreul ul li a {
  color: #000;
}
.moreul > li > div a {
  color: #000;
}
.ul2 {
  display: none;
}
.more1 {
  background: url(../images/base/morebg1.png) no-repeat 90% center #b2b6b1;
  padding: 0 30px 0 10px;
  line-height: 25px;
  margin: 0 auto;
  width: 132px;
  border-radius: 2px;
  color: #FFF;
}
.homeico {
  width: 38px;
  height: 30px;
  margin: 2px 5px 5px 10px;
  float: left;
  border-radius: 3px;
}
.nyText {
  width: 90%;
  margin: 0 5%;
  padding: 10px 0 0;
  line-height: 25px;
  color: #000;
  min-height: 200px;
}
.content img {
  display: inline-block;
}
.newP {
  position: absolute;
  width: 8px;
  height: 8px;
  display: block;
  top: 14px;
  left: 7px;
}
.nynews li a {
  font-size: 14px;
  color: #02467c;
  height: 25px;
  line-height: 25px;
  padding: 0 0 0 10px;
}
.nynews li div {
  line-height: 23px;
  padding: 0 0 5px 9px;
  color: #8d9daa;
}
.nynews li {
  border-bottom: 1px solid #c1c4c0;
  position: relative;
  padding: 5px 10px 0 10px;
  height: 82px;
  line-height: 23px;
  box-shadow: 0 0 3px #c1c4c0;
}
.newsdate {
  position: absolute;
  right: 8px;
  bottom: 5px;
  font-size: 14px;
}
/*浜у搧*/
.pro {
  width: 95%;
  margin: 2% 2.5%;
}
.pro li {
  width: 48%;
  margin: 1%;
  float: left;
  text-align: center;
}
.pro li a {
  display: block;
  border: 1px solid #bfbfbf;
  box-shadow: 0 0 0 2px #f9e4e4;
}
.pro li a img {
  height: 120px;
  display: block;
  margin: 0 auto;
  padding: 3px;
}
.pro li span {
  display: block;
  line-height: 25px;
  text-align: center;
  height: 25px;
  overflow: hidden;
  color: #484848;
  font-size: 14px;
}
/*浜у搧鏂伴椈鍏辩敤鍐呴〉*/
.news_title {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.news_time {
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 10px;
}
.news_img {
  margin-bottom: 10px;
}
.news_img img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
/*鐣欒█*/
.nyMainC3 {
  background-color: #fff;
  color: #000;
  font-family: "瀹嬩綋";
  line-height: 26px;
  padding: 10px 16px;
}
.nyMainMessage {
  color: #000;
  font-family: "瀹嬩綋";
  line-height: 34px;
  height: 34px;
}
.nyMainMessage span {
  color: red;
  display: block;
  float: right;
  margin-right: 20px;
}
.txtInput1 {
  border: solid 1px #929292;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  height: 36px;
  width: 99%;
  padding-left: 15px;
  line-height: 36px;
  -moz-box-shadow: 2px 2px 2px #929292 inset;
  -webkit-box-shadow: 2px 2px 2px #929292 inset;
  box-shadow: 2px 2px 2px #929292 inset;
}
.btnInput {
  height: 45px;
  color: #000000;
  width: 98%;
  cursor: pointer;
  font-size: 14px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #8f8f8f;
  background: -moz-linear-gradient(top, #f3f4f3, #dfddda);
  background: -o-linear-gradient(top, #f3f4f3, #dfddda);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f3f4f3), to(#dfddda));
  box-shadow: 1px 2px 3px #888888;
}
.btnTJ {
  margin: 10px 0;
}
/* 鍒嗛〉 */
.page a {
  padding: 4px 10px;
  color: #000;
}
.page a.num {
  margin: 0 5px;
  padding: 2px 8px;
  color: #FFF;
  background: #ababab;
}
.page a.num:hover {
  color: #fff;
  background: #338021;
}
.page a.select {
  margin: 0 5px;
  padding: 2px 8px;
  color: #FFF;
  background: #338021;
}
.pager-next-pre {
  width: 100%;
  margin-top: 20px;
}
.pager-next-pre span {
  width: 50%;
  float: left;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pager-next-pre span:nth-child(1) {
  background: #ccc;
}
.pager-next-pre span:nth-child(2) {
  background: #999;
}
.pager-next-pre span a {
  color: #333;
}
.page span {
  display: none;
}
.page {
  text-align: center;
}
/*鏄ュ摜*/
.in_content {
  max-width: 640px;
  margin: 20px auto 0 auto;
}
.in_title {
  text-align: center;
  color: #0065b3;
  position: relative;
}
.in_title span {
  display: block;
}
.in_title p.title {
  font-size: 0.3rem;
  position: relative;
  z-index: 10;
  font-weight: bold;
}
.in_title p.title span {
  display: inline-block;
  border-bottom: 0.05rem solid #0065b3;
}
.in_title span.dis {
  width: 100%;
  height: 0.32rem;
  line-height: 0.32rem;
  display: block;
  font-size: 0.14rem;
}
.in_title .line {
  height: 0px;
  border-bottom: 1px solid #c7c7c7;
  position: relative;
  top: -0.35rem;
  width: 100%;
  z-index: 0;
}
.in_prolist {
  padding: 0.5rem 0 0;
  padding-bottom: 80px;
}
.in_prolist li {
  width: 48%;
  padding: 0.1rem;
  float: left;
  border: 2px solid #ddd;
  margin: 0.07rem;
}
.in_prolist li img {
  width: 100%;
  display: block;
  min-height: 135px;
}
.in_prolist span {
  width: 100%;
  height: 0.54rem;
  line-height: 0.54rem;
  font-size: 0.28rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.in_prolist .more {
  text-align: center;
  font-size: 0.2rem;
  padding-top: 0.5rem;
}
.in_prolist .more a {
  background: #EF2D09;
  color: #fff;
  padding: 0.1rem 0.57rem;
  border-radius: 5px;
}
.in_about img {
  width: 100%;
}
.in_about {
  padding: 0.9rem 0 0;
}
.in_about img:nth-child(1) {
  margin-bottom: 0.8rem;
}
.in_about .text {
  padding: 0 0.24rem;
  font-size: 0.35rem;
}
.in_about .text h5 {
  font-weight: normal;
  margin-bottom: 0.5rem;
  color: #000;
}
.in_about .text h5 span {
  color: #096335;
}
.in_about .text p {
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #5b5b5b;
  margin-bottom: 0.4rem;
}
.in_contact {
  font-size: 0.28rem;
  color: #007036;
  background: #f5f5f5;
  margin-top: -18px;
  padding-top: 30px;
}
.in_contact ul.con {
  padding: 0.4rem 0.5rem;
}
.in_contact ul.con li {
  height: 0.9rem;
  line-height: 0.9rem;
  text-indent: 0.9rem;
  margin-bottom: 0.2rem;
  font-size: 0.28rem;
}
.in_contact ul.con li:nth-child(1) {
  background: url(../images/ico1.png) no-repeat 0.12rem center;
  background-size: auto 80%;
}
.in_contact ul.con li:nth-child(2) {
  background: url(../images/ico2.png) no-repeat 0.12rem center;
  background-size: auto 80%;
}
.in_contact ul.con li:nth-child(3) {
  background: url(../images/ico3.png) no-repeat 0 center;
  background-size: 0.7rem auto;
}
.in_contact .form {
  padding: 0.4rem 0.5rem;
}
.in_contact .form .left,
.in_contact .form .right {
  width: 50%;
  float: left;
  margin-bottom: 0.34rem;
}
.in_contact .form .left {
  padding-right: 0.25rem;
}
.in_contact .form .left li {
  height: 0.4rem;
  line-height: 0.4rem;
  position: relative;
  border-bottom: 1px solid #378e61;
  font-size: 0.28rem;
}
.in_contact .form .left li:nth-child(1) {
  margin-bottom: 0.5rem;
}
.in_contact .form .left li .r {
  height: 0.4rem;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  padding-left: 3em;
}
.in_contact .form .left li .r input {
  height: 0.34rem;
  width: 100%;
  border: 0px;
  background: none;
  outline: none;
  font-size: 0.28rem;
}
.in_contact .form .right {
  padding-left: 0.25rem;
}
.in_contact .form .right span {
  width: 100%;
  height: 0.39rem;
  display: block;
}
.in_contact .form .right textarea {
  width: 100%;
  border: 1px solid #378e61;
  height: 0.91rem;
}
.submit_btn {
  width: 100%;
  height: 0.42rem;
  line-height: 0.42rem;
  text-align: center;
  background: #359600;
  border: 1px solid #1e5d45;
  color: #fff;
  -webkit-appearance: none;
}
