body{ background:#fff}
a:hover {
  text-decoration: none;
}
a {transition: all .4s;-webkit-transition: all .4s;-moz-transition: all .4s;}
#header {
  position: relative;
}
#header .logo {
  padding: 0 15px;
}
#header .tel {
  font-size: 20px;
  color: #4e2d0e;
  line-height: 51px;
}
#header .menu_icon {
  position: absolute;
  top: 35%;
  right: 5%;
  width: 8%;
}
.right_nav {
  /*pc右边快速按钮样式*/
  /*pc右边快捷按钮“电话”*/
  /*pc右边快捷按钮“在线客服”*/
  /*pc右边快捷按钮“分享”*/
  /*pc右边快捷按钮“二维码”*/
  /*pc右边快捷按钮“搜索”*/
}
.right_nav .aside li > p,
.right_nav .aside > li > div {
  background-color: #6a757c;
  color: #fff;
}
.right_nav .aside {
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 10000;
}
.right_nav .aside > li {
  width: 60px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 2px;
  cursor: pointer;
  position: relative;
}
.right_nav .aside > li > p {
  position: relative;
  z-index: 1005;
  line-height: 60px;
}
.right_nav .aside > li img {
  vertical-align: middle;
}
.right_nav .aside > li p img {
  width: 80%;
}
.right_nav .aside > li p:hover img {
  width: 85%;
}
.right_nav .aside > li .img2 {
  display: none;
}
.right_nav .aside > li > div {
  background-image: url(../images/global/white_bg.png);
  background-repeat: repeat;
  position: absolute;
  display: none;
}
.right_nav .aside > li .phone_meassage {
  right: -240px;
  top: 0;
  width: 300px;
  text-align: center;
  font-size: 25px;
  line-height: 50px;
  padding: 5px 0;
}
.right_nav .aside > li .qq_online {
  top: 0;
  right: -127px;
  width: 187px;
  padding: 0 20px 0 15px;
}
.right_nav .aside > li .qq_online .qq_online_title {
  text-align: left;
  font-size: 15px;
  line-height: 30px;
  border-bottom: 1px solid #fff;
}
.right_nav .aside > li .qq_online .qq_online_box {
  margin-top: 11px;
}
.right_nav .aside > li .qq_online .qq_online_box ul li {
  line-height: 35px;
}
.right_nav .aside > li .qq_online .qq_online_box ul li a{ color:#fff}
.right_nav .aside > li .qq_online .qq_online_box ul li i {
  float: left;
  margin-top: -17px;
}
.right_nav .aside > li .qq_online .qq_online_box ul li span {
  float: left;
  margin-top: -16px;
  margin-left: 10px;
}
.right_nav .aside > li .qq_online .qq_online_box ul li span:hover {
  text-decoration: underline;
}
.right_nav .aside > li .fx {
  position: absolute;
  top: 0;
  right: -127px;
  width: 187px;
}
.right_nav .aside > li .fx > div {
  margin-left: 24px;
}
.right_nav .aside > li .ewm {
  top: -20px;
  right: 60px;
  width: 100px;
  height: 100px;
}
.right_nav .aside > li .search_box {
  position: absolute;
  top: 0;
  right: -205px;
  width: 265px;
  text-align: center;
  height: 100%;
}
.right_nav .aside > li .search_box .search_input {
  width: 220px;
  height: 36px;
  position: relative;
  margin: 12px auto;
}
.right_nav .aside > li .search_box .search_input span {
  position: absolute;
  line-height: 34px;
  left: 10px;
  z-index: 101;
}
.right_nav .aside > li .search_box .search_input input {
  width: 220px;
  border: none;
  background-color: transparent;
  height: 36px;
  padding-left: 10px;
  position: absolute;
  line-height: 30px;
  z-index: 1;
  top: 0;
  left: 0;
  background: url(../images/global/black_bg.png);
}
.right_nav .aside > li .search_box ::-webkit-input-placeholder {
  color: #fff;
}
.pc_menu .menu .nLi {
  float: left;
  width: 12.5%;
  position: relative;
}
.pc_menu .menu .nLi h3 a {
  display: block;
  text-align: center;
  color: #fff;
  font-size:14px;
  line-height: 14px; 
}
.pc_menu .menu .nLi h3 a span{ display:block; padding:25px 0 15px 0}
.pc_menu .menu .nLi h3 a:hover span{ background: url(../images/ico.png) no-repeat center top; }
.pc_menu .menu .nLi .menu_2 {
  display:none;
  position: absolute;
  top: 50px; left:-15%;
  width: 130%;
  z-index: 10; background:#fff; border-top:solid 2px #6fba2c
}
.pc_menu .menu .nLi .menu_2 li a {
  display: block;
  color: #333;
  line-height: 45px;
  text-align: center;white-space:nowrap; text-overflow:ellipsis; overflow:hidden;
}
.pc_menu .menu .nLi .menu_2 li a i{ margin-right:5px;transition: all linear 0.2s;-webkit-transition: all linear 0.2s;-moz-transition: all linear 0.2s; background: url(../images/ico2.jpg) no-repeat top center; transform:scale(0);-webkit-transform:scale(0);-moz-transform:scale(0); display:inline-block;width:10px; height:10px; }
.pc_menu .menu .nLi .menu_2 li a span{ margin-left:-10px;transition: all linear 0.2s;-webkit-transition: all linear 0.2s;-moz-transition: all linear 0.2s;}
.pc_menu .menu .nLi .menu_2 li a:hover{ color:#6fba2c; text-decoration:underline; }
.pc_menu .menu .nLi .menu_2 li a:hover span{ margin-left:0px;}
.pc_menu .menu .nLi .menu_2 li a:hover i{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1); display:inline-block;}


#footer{background:#6fba2c; margin-top:60px;}

.foot_con .inner{ line-height:35px; height:210px;}
.foot_er{ margin-top:60px; width:140px; float:left; text-align:center; margin-left:10%}

#footer .friendship {
 border-bottom:solid 1px #fff;background: url(../images/friend.jpg) no-repeat top center; height:105px
}
#footer .friendship h4 {
  color: #fff;
  font-size: 14px; margin-top: -20px;margin-left: 66px;}
#footer .friendship h4 .en{ font-family:helv; font-size:46px; color:#999;  display:block}
#footer .friendship h4 .ch{ font-size:20px; margin-left:10px; position:relative; line-height:30px; display:inline-block;color:#000}


#footer .friendship ul{ margin-left:70px;margin-top:40px;}
#footer .friendship ul li {
  float: left;
}
#footer .friendship ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  border-right: 1px solid #333;  line-height:14px; padding:0 15px;
}
#footer .copyright {
  text-align: center;
  padding: 25px;
  position: relative;
}
#footer .copyright .copyright_con {
  font-size: 14px;
  color: #fff; line-height:24px;
 
}
#footer .copyright .copyright_con a{ color:#fff}
#footer .copyright .top {
  position: absolute;
  right: 10px;
  top: -25px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 10;
}
#footer .copyright .top img {
  width: 80%;
  top: 2px;
  z-index: 100;
  position: absolute;
  left: 3px;
}
#footer .copyright .top:before {
  background-image: url(../images/global/black_bg.png);
  display: block;
  content: " ";
  border-radius: 50%;
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 768px)
{
#footer{ margin-top:20px}
}
@media  (max-width: 640px) {
	 #footer{ padding-top:0; margin-top:0px}
	 #footer .copyright{ padding:5px 15px}
	 .foot_er{ margin-top:25px; margin-bottom:35px;}
	 #footer .copyright .copyright_con{ line-height:20px;}
}
.wap_footer {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 7px 0;
  z-index: 1000;
  background: #55a310;
}
.wap_footer dl {
  width: 20%;
  float: left;
  text-align: center; margin-bottom:0;
}
.wap_footer dt {
  height: 33px;
}
.wap_footer dd {
  color: #fff;
}
.wap_footer dl dt img {
  width: 40%;
}
/*手机底部搜索*/
.wap_search_input {
  position: fixed;
  bottom: 65px;
  left: 100%;
  width: 100%;
  z-index: 1000;
  padding: 8px 2%;
  background: #b87c0c;
}
.wap_search_input:after {
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.wap_search_input input {
  float: left;
  width: 80%;
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
  padding-left: 2%;
  color: #333;
  position: relative;
  z-index: 100;
  box-sizing: border-box;
}
.wap_search_input p {
  float: left;
  height: 30px;
  line-height: 30px;
  color: #fff;
  position: relative;
  z-index: 100;
  margin-left: 2%;
  width: 18%;
  text-align: center;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
}
/*黑色遮罩*/
.black_cloth {
  position: fixed;
  z-index: 10000000;
  width: 100%;
  height: 100%;
  background: url(../images/global/black_cloth.png) repeat;
  display: none;
  top: 0;
  left: 0;
}
/*手机左边弹出导航*/
.wap_menu {
  width: 250px;
  position: fixed;
  top: 0px;
  left: -250px;
  height: 100%;
  text-align: left;
  z-index: 10000001;
  background: #5eab19;
}
.wap_menu li.menu_tit {
  font-size: 18px;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  padding: 15px 10px;
  color: #fff;
}
.wap_menu li.menu_tit span {
  font-size: 20px;
  position: absolute;
  top: 12px;
  right: 15px;
  border-bottom: none;
  z-index: 1000;
}
.wap_menu li {
  margin-bottom: 2px;
  font-size: 14px;
  position: relative;
}
.wap_menu li .wap_menu1 {
  line-height: 24px;
  font-size: 16px;
  text-transform: Uppercase;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
}
.wap_menu li p {
  padding: 10px 10px; margin-bottom:0;
}
.wap_menu li .wap_menu1 a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 25px;
  color: #ffffff;
}
.wap_menu li .wap_menu1 p.left {
  float: none;
}
.wap_menu li .wap_menu1 p.right {
  width: 15%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  float: none;
  z-index: 1000;
}
.wap_menu li .wap_menu2 {
  display: none;
}
.wap_menu li .wap_menu2 a {
  display: block;
  background: none;
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  font-size: 14px;
  border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
  padding: 10px;
}
.wap_menu li .wap_menu2 a i {
  float: left;
  width: 4px;
  height: 4px;
  background-color: #fff;
  margin: 13px 10px 0 5px;
}
.wap_menu li .wap_menu2 a span {
  float: left;
  width: 85%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*pc侧边栏分类样式*/
#sub_content{background: url(../images/crumb_bg.jpg) repeat-x top;}
._aside {padding-right: 0; width:240px!important;float:left; padding-left:0;background: url(../images/sub_bg.jpg) no-repeat bottom center #332d2e; margin-top:-90px; z-index:100; position:relative; border-top:solid 2px #6fba2c }
.main{ margin-left:260px; width:auto!important; float:none!important;}
._aside  h2 { border-bottom:dashed 1px #4f4f4f;text-align:center; padding:20px 0 15px 0;}
._aside  h2 .en{ color:#999999;font-family:helv; font-size:50px;  position:relative;}
._aside  h2 .ch{ font-size:26px; display:block;color:#6fba2c}

._aside .sub_con {width:220px; margin:auto; padding-bottom:70px;}
._aside .sub_con .title{ background: url(../images/sub_con.png) no-repeat 10px center; background-size:auto 50%; height:65px; padding-top:18px;padding-left:55px;  line-height:18px; border-bottom:dashed 1px  #636060}
._aside .sub_con .title .ch{ color:#6fba2c; font-size:18px; display:block}
._aside .sub_con .title .en{ color:#b2b1b1}
._aside .sub_con .inner{ color:#fff; line-height:28px; height:140px; overflow:hidden; margin:15px 15px 0 15px}
._aside ul.sidemenu{ margin-bottom:35px;}
/*一级的样式*/
._aside ul.sidemenu > li.sub1 ul {
  display: none;
}
._aside ul.sidemenu > li.sub1 {}
._aside ul.sidemenu > li.sub1 > a.sub1_a {
  display: block;
  box-sizing: content-box;
  font-size: 16px;
  color: #fff;
  line-height:50px; height:50px; padding-left:40px; padding-right:40px;
  text-overflow: ellipsis;background: url(../images/sub1.jpg) no-repeat;
  overflow: hidden;
  white-space: nowrap; border-bottom:dashed 1px  #636060
}
._aside ul.sidemenu > li.current > a.sub1_a,._aside ul.sidemenu > li.sub1 > a.sub1_a:hover {
  background: url(../images/sub1_hover.jpg) no-repeat; color:#000
}
/*二级的样式*/
._aside ul.sidemenu > li.sub1 > ul{width:170px; margin:auto; margin-top:5px;}
._aside ul.sidemenu > li.sub1 > ul > li.sub2 > a.sub2_a {
  display: block; background: url(../images/sub_ico.jpg) no-repeat 5px;
  padding-left:15px; 
  text-overflow: ellipsis; font-size:16px;
  overflow: hidden; height:30px; line-height:30px; color:#6fba2c;
  white-space: nowrap;
}
._aside ul.sidemenu > li.sub1 > ul > li.sub2 > a.sub2_a:hover,._aside ul.sidemenu > li.sub1 > ul > li.current > a.sub2_a{text-decoration:underline}
/*三级的样式*/
._aside ul.sidemenu > li.sub1 > ul > li.sub2 > ul{width:160px; margin:auto;}
._aside ul.sidemenu > li.sub1 > ul > li.sub2 > ul > li.sub3 > a.sub3_a {
  display: block; background: url(../images/sub_ico.jpg) no-repeat 5px;
  padding-left:15px; 
  text-overflow: ellipsis; font-size:16px;
  overflow: hidden; height:30px; line-height:30px; color:#6fba2c;
  white-space: nowrap;
}
/*pc内页crumb*/
.main > .crumb { text-align:right;}
.main > .crumb  span{background: url(../images/crumb_ico.jpg) no-repeat 5px; background-size:auto 100%; padding-left:30px; font-size: 12px;line-height: 50px; color: #332d2e;}
.main .article{ padding-top:30px;}

#banner {
  position: relative; overflow: hidden;
}
#banner .top{ top:0; left:0; position:absolute; z-index:1000; width:100%;  }
#banner .top #header{ padding:15px 0; border-bottom:solid 1px #9d9d9d }
#banner .owl-theme .owl-controls .owl-dots{
  position: absolute;
  bottom: 2%;
  width: 100%;
}
#banner .owl-theme .owl-controls .owl-nav{ position:absolute; bottom:50%; width:100%}
#banner .owl-theme .owl-controls .owl-nav .owl-prev{ display:block}
#banner #owl-demo a.item { display:block; background-position:top center; background-repeat:no-repeat;height: 100%;width: 100%; background-size:auto 100%}
  #owl-demo,#owl-demo .owl-wrapper-outer,#owl-demo .owl-wrapper,#owl-demo .owl-item,#banner {height: 715px;}
@media all and (max-width: 992px) {
  #owl-demo,#owl-demo .owl-wrapper-outer,#owl-demo .owl-wrapper,#owl-demo .owl-item,#banner {height: 400px;}
}
@media all and (max-width: 640px) {
	#banner .top #header{ padding:5px 0; height:70px;}
	.main{ margin-left:0px; width:auto; float:left;  }
	.main .article{ padding:15px 0;}
	  #owl-demo{ margin-top:70px;}
  #owl-demo,#owl-demo .owl-wrapper-outer,#owl-demo .owl-wrapper,#owl-demo .owl-item {height: 200px;}
 #banner{ height:240px;}
}
@media (max-width: 640px) {
	#banner .top{ background:url(../images/header_bg.png) 20% top; background-size:auto 100%; }
  #sub_content{ background:none}
	#header .logo{ height:60px;}
	.logo img{ max-height:100%;max-width:none}
	.main{ display:block; width:100%; padding:0 15px;}
  ._aside {
    padding: 0;display:block; width:100%!important; background:none; margin:0; float:none;
  } 
  /*手机内页crumb*/
 ._aside h2 {height:40px;background: #332d2e; text-align:left; margin:0; padding:0}
  ._aside h2 .ch{ display:inline;font-size:18px;margin-top:0; color:#6fba2c;line-height: 40px; }
   ._aside h2 .en{ font-size:26px; margin-left:5px; color:#999999;display:inline;line-height: 40px; }
  ._aside h2 .phone-menuicon {
    float: right;
    cursor: pointer; margin-right:20px;
  }
  ._aside h2 .phone-menuicon img {
    -webkit-transition: all .4s;
            transition: all .4s;
  }
  /*手机内页分类下拉列表*/
  ._aside ul.sidemenu {
    width: 100%;
    display: none; background:#c9c8c8; margin-bottom:0
  }
  /*一级的样式*/
  ._aside ul.sidemenu > li.sub1{ width:100%; margin:auto; border-bottom:solid 1px #737071; border-top:solid 1px #f2eeeb}
  ._aside ul.sidemenu > li.sub1 ul {
    display: none;
  }
  ._aside ul.sidemenu > li.sub1 > a.sub1_a {
    display: block; background:none;
    box-sizing: content-box;
    height: 36px;
    font-size: 14px;
    color: #333;
    padding: 0 10px 0 30px;
    line-height: 36px;
    border-bottom:none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;background: url(../images/wap_ico.jpg) no-repeat 15px; background-size:auto 30%
  }

  ._aside ul.sidemenu > li.current > a.sub1_a, ._aside ul.sidemenu > li.sub1 > a.sub1_a:hover{ background: url(../images/wap_ico.jpg) no-repeat 15px;color: #333;background-size:auto 30%}
  /*二级的样式*/
  ._aside ul.sidemenu > li.sub1 > ul{ width:100%; margin-top:0; background:url(../images/wap_bg.jpg) repeat-x top; padding:8px 0 }
  ._aside ul.sidemenu > li.sub1 > ul > li.sub2 > a.sub2_a {
    display: block;
    padding: 0px 10px 0 40px;
    color: #333; font-size:14px;
    text-overflow: ellipsis;
    overflow: hidden;line-height: 24px;height: 24px;background: url(../images/sub_ico.jpg) no-repeat 25px center;border-bottom:dashed 1px #aaa;
    white-space: nowrap; border-bottom:none;
  }
  ._aside ul.sidemenu > li.sub1 > ul > li.sub2 > a.sub2_a:hover, ._aside ul.sidemenu > li.sub1 > ul > li.current > a.sub2_a{}
  /*三级的样式*/
  ._aside ul.sidemenu > li.sub1 > ul > li.sub2 > ul{ width:100%; margin:auto}
  ._aside ul.sidemenu > li.sub1 > ul > li.sub2 > ul > li.sub3 > a.sub3_a {
    display: block;
    padding: 0px 10px 0 50px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;font-size:14px;
    white-space: nowrap;ine-height: 24px;height: 24px;background: url(../images/sub_ico.jpg) no-repeat 35px 12px;
  }
  #header .menu_icon img {
    width: 100%;
  }
}

.quik_btn{ background:#fff}
.quik_btn ul{ }
.quik_btn ul li{ text-align:center; color:#fff; position:relative; padding-top:15px; }
.quik_btn ul li .quik_box{ display:block;overflow:hidden; position:relative;z-index:100000;}

.quik_btn ul li .btn_img img{ border-radius:50%; overflow:hidden; border:solid 7px rgba(255,255,255,0.5); width:50%}
.quik_btn ul li p{ color:#333; font-size:16px; height:50px; line-height:50px; position:relative; display:inline-block}
.quik_btn ul li p:before{display:block; content:" "; position:absolute; top:50%; left:-40px;width:30px; height:1px; line-height:1px; background:#333}
.quik_btn ul li p:after{display:block; content:" "; position:absolute; top:50%; right:-40px;width:30px; height:1px; line-height:1px; background:#333}
.quik_btn ul li i{ display:block}
.quik_btn ul li em{ position:absolute; width:100%; height:100%; top:0; left:0; background:#6fba2c;z-index:99; display:none}
.quik_btn ul li:hover p{ color:#000}
.quik_btn ul li:hover p:before{ background:#000}
.quik_btn ul li:hover p:after{background:#000}

@media (max-width: 640px) {
.quik_btn ul li p:before{display:none;}
.quik_btn ul li p:after{display:none;}
.quik_btn ul li:nth-child(2),.quik_btn ul li:nth-child(3){background:#6fba2c;}
.quik_btn ul li:nth-child(2) p,.quik_btn ul li:nth-child(3) p{ color:#000;}
.quik_btn ul li p{ font-size:14px; line-height:16px; height:30px; padding-top:7px;}
}

@font-face {
  font-family: 'helv';
  src: url('../font/helv.eot');
  src: url('../font/helv.eot?#iefix') format('embedded-opentype'), url('/Plugins/Template/tanhe/style/font/helv.woff') format('woff'), url('../font/helv.ttf') format('truetype'), url('/Plugins/Template/tanhe/style/font/helv.svg#verdemoderna') format('svg');
}

.about{ background:url(../images/about_img.jpg) no-repeat center; height:580px; position:relative;}
.about .about_black{ position:absolute; background:url(../images/global/rgb0.6.png); height:330px; width:50%;right:0; bottom:55px; padding:15px; padding-right:0}
.about .about_black p{ display:block; width:100%; height:100%; border:dashed 1px #9bcd6c;border-right:none}
.about .about_logo{ text-align:right; margin-top:195px; height:300px;display: table; }
.about .about_logo p{ vertical-align: middle;display: table-cell;}
.about .about_logo img{max-width:170px;}
.about_text{ padding-top:100px; height:100%}
.about_text h2 .en{ font-family:helv; font-size:70px; color:#999}
.about_text h2 .ch{ font-size:26px; margin-left:10px; position:relative; line-height:40px; height:40px; display:inline-block}
.about_text h2 .ch:before{display:block; content:" "; position:absolute; bottom:-5px; left:0;width:50px; height:2px; line-height:2px; background:#6fba2c}
.about_text .inner{ margin-top:90px; color:#fff; position:relative}
.about_text .inner b{ font-size:18px; margin-left:10px;}
.about_text .inner p{ margin-top:25px; line-height:25px;margin-left:10px; height:100px; overflow:hidden}
.about_text .inner a{ position:absolute; display:block; width:60px; height:60px; padding-top:15px; background:#333; text-align:center; bottom:-117px;right:0;}
.about_text .inner a:before{ display:block; content:" "; position:absolute; bottom:0; left:-7px;width:7px; height:9px; background:url(../images/a_ico.jpg) no-repeat;}
.about_text .inner a img{transition: all .4s;-webkit-transition: all .4s;-moz-transition: all .4s;}
.about_text .inner a:hover img{transform: rotate(90deg);
-ms-transform: rotate(90deg);		/* IE 9 */
-webkit-transform: rotate(90deg);	/* Safari and Chrome */
-o-transform: rotate(90deg);		/* Opera */
-moz-transform: rotate(90deg);}

@media (max-width: 640px) {
  .about{ background:url(../images/about_img1.jpg) no-repeat left top; background-size:auto 80%; height:350px;}
 .about .about_black{ height:210px; bottom:0; top:140px; right:0px; left:auto}
 .about_text{ padding-top:70px;}
 .about_text h2 .en{ font-size:40px; }
.about_text h2 .ch{ font-size:22px; color:#fff}
.about_text .inner{ margin-top:60px;}
.about_text .inner b,.about_text .inner p{ margin-left:30px;}
.about_text .inner p{margin-top:10px;}
.about_text .inner a{ width:36px; height:36px;padding-top:8px; bottom:-48px;}
.about_text .inner a img{ width:50%}
}

.product {    background: #fff;padding-bottom: 50px;}
.product .title { height:90px; margin-top:15px;}
.product .title .en{ font-family:helv; font-size:70px; color:#999; margin-right:5px;}
.product .title .ch{ font-size:26px; margin-left:10px; position:relative; line-height:40px; height:40px; display:inline-block}
.product .title a{ float:right; margin-top:40px;}
.product .inner .pro_li{ float:left; width:32%; padding:7px;}
.product .inner .pro_ul{ float:left; width:16%}
.product .inner .pro_ul .pro_li{ width:100%}
.product .inner .pro_li .pic_img{ border:solid 2px #fff;box-shadow:2px 2px 2px #999; position:relative}
.product .inner .pro_li .pic_img i{ position:absolute; width:100%; height:100%; background:url(../images/global/rgb0.6.png); z-index:100; text-align:center; padding-top:40%;transition: all .4s;-webkit-transition: all .4s;-moz-transition: all .4s;transform:scale(0);-webkit-transform:scale(0);-moz-transform:scale(0);}
.product .inner .pro_li .pic_img i img{ width:20%; max-width:60px;}
.product .inner .pro_li .pic_img i:before{display:block; content:" "; position:absolute; top:5%; left:5%;width:90%; height:90%; border:solid 1px #ccc}
.product .inner .pro_li:hover .pic_img i{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);}
.product .inner .pro_li .pic_img>img{ max-width:100%; max-height:100%; top:0;left:0;right:0;bottom:0; position:absolute; margin:auto}

@media (max-width: 640px) {
	.product {  padding-bottom: 25px;}
	.product .title { height:50px; margin:15px 15px 0 15px}
.product .title .en{ font-size:40px; }
.product .title .ch{ font-size:22px;}
.product .title a{ margin-top:25px;}
.product .inner{ margin:0 6px;}
.product .inner .pro_li{  width:66.6%;}
.product .inner .pro_ul{ width:33.4%}
}

.contact{ background:url(../images/bg1.jpg) no-repeat fixed top center; padding:25px 0 90px 0}
.contact .title { height:130px; text-align:center; border-bottom:dashed 1px #9a9795; margin-bottom:90px; }
.contact .title .en{ font-family:helv; font-size:70px; color:#fff; margin-right:5px;}
.contact .title .ch{ font-size:26px; margin-left:10px; position:relative; line-height:40px; height:40px; display:inline-block;color:#fff}
.contact .inner .con_li{background:url(../images/bg_w.png); text-align:center; padding-top:40px; padding-bottom:40px;}
.contact .inner .con_li i{ width:15%; max-width:60px; display:block; margin:auto; margin-bottom:10px;}
.contact .inner .con_li b{ color:#6fba2c; font-size:24px; font-weight:normal;  position:relative; }
.contact .inner .con_li b:before{display:block; content:" "; position:absolute; bottom:-15px; width:80%; left:10%; height:2px; line-height:2px; background:#6fba2c;transition: all .4s;-webkit-transition: all .4s;-moz-transition: all .4s;transform:scaleX(0.8);-webkit-transform:scaleX(0.8);-moz-transform:scaleX(0.8);}
.contact .inner .con_li p{ margin-top:30px; color:#fff; line-height:28px; height:84px;}
.contact .inner .con_li:hover b:before{transform:scaleX(1);-webkit-transform:scaleX(1);-moz-transform:scaleX(1);}
.contact .inner .erwei{display: table; width:100%; position:relative}
.contact .inner .erwei span{ vertical-align: middle;display: table-cell;position:relative}
.contact .inner .erwei:before{display:block; content:" "; position:absolute; top:8%; left:12%;width:10%; height:10%; border-left:solid 1px #6fba2c;border-top:solid 1px #6fba2c }
.contact .inner .erwei:after{display:block; content:" "; position:absolute; top:8%; right:12%;width:10%; height:10%; border-right:solid 1px #6fba2c;border-top:solid 1px #6fba2c }
.contact .inner .erwei .b1{display:block; content:" "; position:absolute; bottom:8%; left:12%;width:10%; height:10%; border-left:solid 1px #6fba2c;border-bottom:solid 1px #6fba2c }
.contact .inner .erwei .b2{display:block; content:" "; position:absolute; bottom:8%; right:12%;width:10%; height:10%; border-right:solid 1px #6fba2c;border-bottom:solid 1px #6fba2c }
@media (max-width: 640px) {
.contact{ padding:15px 0 10px 0; background:url(../images/bg1.jpg) top center;}
.contact .title { height:60px; margin-bottom:25px;}
.contact .title .en{ font-size:40px; }
.contact .title .ch{ font-size:22px;}
.contact .inner .con_li{ margin-bottom:15px;}
.contact .inner .con_li b{ font-size:20px;}
.contact .inner .con_li p{line-height:24px; height:72px;}

}


.news .title { height:105px; text-align:center; margin-top:25px; }
.news .title .en{ font-family:helv; font-size:70px; color:#999; margin-right:5px;}
.news .title .ch{ font-size:26px; margin-left:10px; position:relative; line-height:40px; height:40px; display:inline-block;color:#000}
.news .inner  ul li{ margin-bottom:1px; }
.news .inner  ul li a{position:relative; display:block}
.news .inner  ul li a:before{display:block; content:" "; position:absolute; top:10%; left:0;width:99%; height:80%; border:solid 1px #6fba2c;transition: all .4s;-webkit-transition: all .4s;-moz-transition: all .4s;transform:scaleY(0);-webkit-transform:scaleY(0);-moz-transform:scaleY(0);}
.news .inner  ul li:hover a:before{transform:scaleY(1);-webkit-transform:scaleY(1);-moz-transform:scaleY(1);}
.news .inner  ul li .news_img{ float:right; width:360px;}
.news .inner ul li .news_text{ margin-right:390px; border-top:solid 2px #d9d9d9; padding:20px 10px 0 10px}
.news .inner ul li .news_text b{ display:block; white-space:nowrap;color:#333; text-overflow:ellipsis; overflow:hidden; font-size:18px; height:40px; line-height:40px;}
.news .inner ul li .news_text p{ color:#666666; line-height:24px; height:48px; overflow:hidden; margin:5px 0 15px 0}
.news .inner ul li .news_text span{ color:#999;text-transform:Uppercase}
.bor_bot{border-bottom:solid 2px #d9d9d9;}
@media (max-width: 640px) {
.news .title { height:60px; margin-top:10px;}
.news .title .en{ font-size:40px; }
.news .title .ch{ font-size:22px;}
.news .inner  ul li .news_img{ display:block; float:none; width:100%}
.news .inner ul li .news_text{ margin:0; display:block;padding:10px 15px 15px 15px}
.news .inner ul li .news_text b{  font-size:16px; height:32px; line-height:32px;}
.news .inner ul li .news_text p{margin:0px 0 10px 0}

}


.page_box {
    text-align: center;
    display: block;
}
/*当前页的样式*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{ background:#aaa; border-color:#aaa}
/*分页块默认样式*/
.pagination > li > a, .pagination > li > span{ color:#666}
.pagination > li > a:hover, .pagination > li > span:hover{color:#666}


.list-img {
  margin: 0 -7.5px;
}
.list-img > ul > li {
  text-align: center;
  padding: 0 7.5px;
  margin-bottom: 30px; position:relative;
}
.list-img > ul > li a{}
.list-img > ul > li a .text_area {text-overflow: ellipsis;overflow: hidden; color:#fff; font-size:16px;white-space: nowrap; position:absolute; top:10%; left:10%; width:80%; height:80%;background:url(../images/global/rgb0.6.png); padding:30% 10px 0 10px;transition: all .4s;-webkit-transition: all .4s;-moz-transition: all .4s;transform:scale(0);-webkit-transform:scale(0);-moz-transform:scale(0);}
.list-img > ul > li:hover a .text_area{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);}
.list-img > ul > li a .text_area i{ display:block; margin-top:25px;}
.list-img > ul > li a .img_area{width:100%;border:solid 1px #999; position:relative }
.list-img > ul > li a .img_area img{ max-width:100%; max-height:100%; top:0;left:0;right:0;bottom:0; position:absolute; margin:auto}
@media (max-width: 768px) {
	.list-img > ul > li{ margin-bottom:15px;}
.list-img > ul > li a .text_area {color: #333;font-size:14px; position:inherit; width:100%; height:25px; line-height:25px;background:none; padding:0;transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);}
}




.list-text ul{ margin-top:7px;}
.list-text ul li {
    margin-bottom:25px;
	height:125px; border:solid 1px #b3b3b3
}
.list-text ul li .date{
	height:106px;
	width:110px; padding-top:8px; margin-left:8px;
	float:left;
	margin-right:10px;
	background:url(../images/date_bg.png) no-repeat; margin-top:-7px; background-size:100% auto;
	text-align:center;
}
.list-text ul li:hover{ border:solid 1px #6fba2c}
.list-text ul li:hover .date{
	background:url(../images/date_bg1.png) no-repeat;transition: all .4s;-webkit-transition: all .4s;-moz-transition: all .4s; color:#fff
}
.list-text ul li .date .day {line-height: 55px;	color:#b3b3b3; font-size:28px;}
.list-text ul li .date .year { color:#b3b3b3; font-size:16px;}
.list-text ul li:hover .date .day,.list-text ul li:hover .date .year{ color:#fff}

.list-text ul li .text_area{ margin-left:140px; margin-right:15px;}
.list-text ul li .text_area .title {
    color:#333333; font-size:16px; font-weight:bold; margin-top:20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; margin-bottom:10px;
}
.list-text ul li .text_area .tip {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
.list-text ul li .text_area .tip a{ color:#666; font-size:14px; }
@media (max-width: 640px) {
.list-text ul{ margin-top:5px;}
	.list-text ul li {
    margin-bottom:20px;
	height:85px;
}
.list-text ul li .date{
	height:80px;
	width:77px; padding-top:2px; 
	margin-right:5px;
	background:url(../images/date_bg.png) no-repeat; margin-top:-5px; background-size:100% auto;
}
.list-text ul li .date .day {line-height: 40px;	 font-size:22px;}
.list-text ul li .date .year { font-size:14px;}
.list-text ul li .text_area{ margin-left:95px; margin-right:10px;}
.list-text ul li .text_area .title { font-weight:bold; margin-top:15px; margin-bottom:5px;}
.list-text ul li .text_area .tip {
    line-height: 24px;
    height: 24px;
    overflow: hidden;
}
}

.list_img_text{ margin:0 -15px; }
.list_img_text ul{margin-top:9px;}
.list_img_text ul li {
    margin-bottom:40px; 
}
.list_img_text ul li .img_area{
    border: 1px solid #ccc;
    background-color: #F1EFF9; position:relative
}
.list_img_text ul li .date{ position:absolute; width:70px; height:70px; top:-8px; background:#ccc; left:7px; text-align:center;transition: all .4s;-webkit-transition: all .4s;-moz-transition: all .4s;}
.list_img_text ul li .date:before{display:block; content:" "; position:absolute; top:0; right:-6px;width:100%; height:7px; width:6px;background:url(../images/a_ico1_1.jpg) no-repeat;}
.list_img_text ul li:hover .date{background:#6fba2c;}
.list_img_text ul li:hover .date:before{background:url(../images/a_ico1.jpg) no-repeat;}
.list_img_text ul li .date .day{ display:block; font-size:24px; margin:15px 0 8px 0}
.list_img_text ul li .text_area{ padding-bottom:12px; border-bottom:solid 2px #b3b3b3}
.list_img_text ul li:hover .text_area{border-bottom:solid 2px #6fba2c}
.list_img_text ul li:hover .date{ color:#fff}
.list_img_text ul li .text_area .title {
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden; font-size:16px;
    white-space: nowrap;
	margin:15px 0;
}
.list_img_text ul li .text_area .title a{ color:#333}
.list_img_text ul li .text_area .tip {
    line-height: 24px;
    height: 48px;
    overflow: hidden; 
}
.list_img_text ul li .text_area .tip a{color:#666}
@media screen and (max-width: 640px)  {
.list_img_text ul li .text_area{margin-top:10px;	}
.list_img_text ul li .text_area .title{ margin:8px 0}
.list_img_text ul li .date .day{ font-size:22px;}
}


.search ul li{ margin-bottom:15px;}
.search ul li .search_li{ padding:20px 15px;}

.search ul li .title{ font-size:16px;margin-bottom:10px; height:20px; line-height:20px;display:block; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; position:relative; z-index:100; font-weight:bold;background:url(../images/ss_ico.png) no-repeat 5px; padding-left:20px;}
.search ul li .title a{ color:#333}
.search ul li .tip{ line-height:24px; height:48px; width:100%; overflow:hidden;}
.search ul li .tip a{color:#666;}
.search ul li .search_li:hover{ background:#fff}
@media screen and (max-width: 640px)  {
.search ul li .search_li{ padding:10px 0;}
}


.news_detail .title {
  padding-bottom: 10px;
  border-bottom: dashed 1px #aaa;
  text-align: center;
}
.news_detail .title h3 {
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  line-height:190%
}
.news_detail .title .box {
  display: inline-block;
  text-align: center;
}
.news_detail .title .box img {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
.news_detail .title .box div {
  margin-right: 5px;
}
.news_detail .title .box .time {
  float: left;
  text-align: center;
}
.news_detail .title .box .eye {
  float: left;
  text-align: center;
}
.news_detail .title .box .back {
  float: left;
}
.news_detail .news_detail_content {
  margin-top: 15px;
}
.news_detail .pageTurning {
  margin-top: 15px;
}
.news_detail .pageTurning .prevs,
.news_detail .pageTurning .nexts {
  background: #ddd;
  line-height:250%;
  padding:0 10px;
}
.news_detail .pageTurning .prevs {
  margin-bottom: 5px;
}



.product_detail .title {
  padding-bottom: 10px;
  border-bottom: dashed 1px #aaa;
  text-align: center;
}
.product_detail .title h3 {
  font-size:120%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  line-height:190%
}
.product_detail .title .box {
  display: inline-block;
  text-align: center;
}
.product_detail .title .box img {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
.product_detail .title .box .back {
  float: left;
}

.product_detail .product_detail_images {
  padding-top: 15px;
  text-align: center;
  position: relative;
}
.product_detail .product_detail_images .product_detail_btn2 {
  position: absolute;
  right: 3%;
  top: 48%;
  background:url(../images/global/rgb0.3.png);
  z-index: 100;
   font-size:0;
}
.product_detail .product_detail_images .product_detail_btn1 {
  position: absolute;
  left: 3%;
  top: 48%;
  background:url(../images/global/rgb0.3.png);
  z-index: 100;
  font-size:0
}
.product_detail .product_detail_images .product_detail_btn1 a img,.product_detail .product_detail_images .product_detail_btn2 a img{  margin: 10px 5px;}
.product_detail .product_detail_images .owl-carousel .owl-item img {
  width:auto;  
  margin: auto;
  cursor: pointer;
  max-width:100%;
}
.product_detail .product_detail_images .owl-theme .owl-controls {
  position: absolute;
  bottom: 2%;
  width: 100%;
}
.product_detail .product_detail_images .product_detail_img {
  width: 80%;
  margin: 0 auto;
}
.product_detail .product_detail_content {
  margin-top: 20px;
  margin-bottom: 20px;
}
.product_detail .pageTurning {
  margin-top: 15px;
}
.product_detail .pageTurning .prevs,
.product_detail .pageTurning .nexts {
  background: #ddd;
  line-height:250%;
  padding:0 10px;
}
.product_detail .pageTurning .prevs {
  margin-bottom: 5px;
}

 .pswp__bg{ background:url(../images/global/rgb0.8.png)}
@media (max-width: 640px) {
 .pswp__bg{ background:#000}
	}


.feedback-form .title {
    padding:15px;
    color: #000;
    background-color: #dcd7cf;
	margin-bottom:15px;box-sizing:border-box; 
}
.feedback-form .form-group .sure,.feedback-form .form-group .more{ padding:5px 15px; border:none; color:#fff; border-radius:5px; margin-right:10px;}
.feedback-form .form-group .sure{ background:#df0024}
.feedback-form .form-group .more{ background:#dfa800}
@media (max-width: 640px) {
 .feedback-form .title {margin-left:-15px; margin-right:-15px}
}
