html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,fieldset,legend,img{
    margin: 0;
    padding: 0;
    list-style: none;
}
body {
  font-family: "Verdana,sans-serif,Arial,Tahoma,Helvetica";
  position: relative;
  font-size: 14px;
  background-color: #ffffff;
}
body a {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  text-decoration: none;
}
a,
a:hover,a:active,a:visited {
  text-decoration: none;
}
ul {
  list-style: none;
}
input {
  outline: none;
  border: none;
}
.f_left {
  float: left;
}
.f_right {
  float: right;
}
.clear {
  clear: both;
}
.clear::before,
.clear::after {
  content: "";
  display: block;
  height: 0;
  line-height: 0px;
  clear: both;
  visibility: hidden;
}
.center {
  margin: 0 auto;
  width: 1200px;
}
/*common begin */
.header{
  height: 180px;
  background:#f0f0f0;
 
  box-shadow: 0px 5px 5px #b6b6b6;
}
.header .container{
  position: relative;
}
.header .logo, .header .logo h1 {
  height: 180px;
  line-height: 180px;
  float: left;
}
.header_link{
  position: absolute;
  right: 0;
  top: 45px;
 color: #3c3c3c;
 height: 30px;
 line-height: 30px;
 font-size: 16px;
}
.header_link_l{
 float: left;
}
.header_link a{
  color: #3c3c3c;
  font-size: 16px;
}
.header_link a:hover{
  color: var(--themecolor);
  text-decoration: underline;
}
.header_link .search{
  height: 30px;
  line-height: 30px;
  width: 180px;
  margin-left: 10px;
  float: right;
  position: relative;
}
.header_link .search input{
 width: 100%;
 height: 30px;
 line-height: 30px;
 border: 1px solid #bebebe;
 background-color: #f5f5f5;
 outline: none;
 border-radius: 0;
 padding-left: 10px;
 padding-right: 20px;
}
.header_link .search button, .header_link .search a {
    position: absolute;
    right: 0;
    top: 50%;
    width: 30px;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background-color: #000000;
    cursor: pointer;
}
.header_link .search a{
	text-align: center;
}
.nav{
  position: absolute;
  right: 0;
  bottom: 0px;
  text-align: right;
}
.nav ul{
	position: absolute;
	    background: #fff;
    z-index: 22;
    padding: 20px;
    text-align: left;
    top: 38px;
    display: none;
left:20px;
}
.drop{
	    display: inline-block;
    height: 80px;
}
.nav a{
  color: #3c3c3c;
  font-size: 20px;
  margin-left: 40px;
}
.nav a:nth-of-type(1){
  margin: 0;
}
.nav a:hover{
  color: var(--themecolor);
}
.nav a.active{
  color: var(--themecolor);
}
.nav ul li a{
	margin-left: 0;
}
.nav ul li{
	margin-bottom: 10px;
}
.main{
  background-color: #ffffff;
  padding-top: 35px;
  padding-bottom: 55px;
}
.sidebar_pro{
 background-color: var(--themecolor);
 padding-top: 15px;
 padding-bottom: 15px;
}
.sidebar_span{
 color: #3c3c3c;
 font-size: 30px;
 display: block;
 padding-bottom: 10px;
 border-bottom: 2px solid #3c3c3c;
}
.sidebar_prolist>li{
  border-bottom: 1px solid #3c3c3c;
}
.sidebar_prolist>li span{
  display: block;
  height: 45px;
  line-height: 45px;
  color: #3c3c3c;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 15px;
  cursor: pointer;
  background: url("../images/sidebar_prolist.png") no-repeat left center;
}
.sidebar_prolist_in{
  display: none;
}
.sidebar_prolist_in.active{
  display: block;
}
.sidebar_prolist_in li{
  padding: 0 15px;
  border-top: 1px dashed #ffffff;
}
.sidebar_prolist_in li a{
  display: block;
  padding-left: 10px;
  color: #ffffff;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url("../images/sidebar_prolist_in.png") no-repeat left center;
}
.sidebar_prolist_in li a:hover{
  color: #3c3c3c;
}
.sidebar_blog{
  margin-top: 10px;
  background-color: #f0f0f0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.sidebar_blog_list{
  padding-top: 15px;
}
.sidebar_blog_list li{
  position: relative;
  padding-left: 22px;
}
.sidebar_blog_list li:before{
  content: "";
  position: absolute;
  left: 9px;
  height: 100%;
  width: 0px;
  border-left: 1px dashed var(--themecolor);
}
.sidebar_blog_list li a{
  display: block;
  color: #3c3c3c;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding: 8px 0;
  border-bottom: 1px dashed #090104;
}
.sidebar_blog_list li a:hover{
  color: var(--themecolor);
}
.sidebar_blog_list li a:before{
  content: "";
  position: absolute;
  left: -20px;
  top: 10px;
  width: 15px;
  height: 15px;
  border: 1px solid var(--themecolor);
  border-radius: 50%;
  background-color: #f0f0f0;
}
.sidebar_blog_list li:nth-of-type(1) a{
  padding-top: 0;
}
.sidebar_blog_list li:nth-last-of-type(1) a{
  padding-bottom: 0;
  border-bottom:0;
}
.sidebar_blog_list li:nth-of-type(1) a:before{
  top:0;
}
.sidebar_blog_list li:nth-last-of-type(1) a:before{
  top: auto;
  bottom: 0;
}
.sidebar_contact{
  margin-top: 10px;
  background-color: #f0f0f0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.sidebar_contact_list{
  padding-top: 15px;
}
.sidebar_contact_list li{
  position: relative;
  padding-left: 22px;
}
.sidebar_contact_list li:before{
  content: "";
  position: absolute;
  left: 8px;
  height: 100%;
  width: 0px;
  border-left: 1px dashed var(--themecolor);
}
.sidebar_contact_list li a{
  display: block;
  color: #3c3c3c;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  padding: 8px 0;
  border-bottom: 1px dashed #090104;
  word-wrap:break-word;
}
.sidebar_contact_list li a:hover{
  color: var(--themecolor);
}
.sidebar_contact_list li a:before{
  content: "";
  position: absolute;
  left: -20px;
  top: 10px;
  width: 15px;
  height: 15px;
  border: 1px solid var(--themecolor);
  border-radius: 50%;
  background-color: #ffffff;
}
.sidebar_contact_list li:nth-of-type(1) a{
  padding-top: 0;
}
.sidebar_contact_list li:nth-of-type(1) a:before{
  top:0;
}
.main_in_right{
  padding: 0;
  padding-left: 20px;
}
.main_in_right .main_right_content{
  width: 100%;
  overflow: hidden;
}
.main_in_right .col-md-12{
  padding: 20px;
 background-color: #f0f0f0;
}
.crumb{
  height: 35px;
  line-height: 35px;
  box-sizing: border-box;
  border-bottom: 2px solid #cccccc;
}
.crumb span {
    display: inline-block;
    float: left;
    position: relative;
    color: #3c3c3c;
    font-size: 20px;
    padding: 0 10px;
}
.crumb span:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color:var(--themecolor);
}
.crumb_r{
  float: right;
  color: #3c3c3c;
  font-size: 14px;
}
.crumb_r a{
  color: #3c3c3c;
}
footer{
  padding-top: 70px;
  padding-bottom: 30px;
  background-color: #9d9d9b;
}
footer dt{
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: normal;
}
.footer_pro dl dd{
  margin-bottom: 20px;
}
.footer_pro dl dd:nth-last-of-type(1){
  margin-bottom: 0;
}
.footer_pro dl dd a{
 color: #f0f0f0;
 font-size: 18px;
 display: block;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}
.footer_form input{
 width: 100%;
 height: 30px;
 line-height: 30px;
 border:none;
 color: #000;
 font-size: 12px;
 padding-left: 8px;
 margin-bottom:6px;
 background-color: #d2d2d2;
}
.footer_form textarea{
  display: block;
  width: 100%;
 height: 100px;
 line-height: 30px;
 border:none;
 margin: 0;
 padding: 0;
 outline: none;
 display: block;
 color: #000;
 font-size: 12px;
 padding-left: 8px;
 background-color: #d2d2d2;
 resize: none;
 margin-bottom: 6px;
}
.footer_form_code{
 overflow: hidden;
 width: 100%;
 margin-bottom: 12px;
}
.footer_form_code input{
 width: 60%;
 margin: 0;
 border:none;
 background-color: #d2d2d2;
}
.footer_form button, .footer_form a{
  display: inline-block;
 height: 35px;
 line-height: 33px;
 background-color: var(--themecolor);
 text-align: center;
 color: #ffffff;
 font-size: 16px;
 border: none;
 border: 1px solid var(--themecolor);
 box-sizing: border-box;
 border-radius:15px;
 outline:none;
 width: 80%;
 transition: 0.5s all;
 text-decoration: none;
}
.footer_form button:hover, .footer_form a:hover{
   background-color: #ffffff;
   color: var(--themecolor);
   text-decoration: none;
}
.footer_contact dd{
  color: #f0f0f0;
  font-size: 18px;
  display: block;
  line-height: 25px;
}
.footer_contact dd a{
  color: #f0f0f0;
}
.footer_link{
 color: #f5f5f5;
 font-size: 16px;
 line-height: 30px;
}
.footer_link a{
  color: #f5f5f5;
}
.footer_link a:hover{
  text-decoration: underline;
}
.footer_nav{
  padding: 10px 0;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  margin-top: 10px;
}
.footer_nav a{
 color: #ffffff;
 font-size: 16px;
 margin-right: 10px;
 display: inline-block;
 line-height: 25px;
}
.footer_nav a:hover{
  text-decoration: underline;
}
.footer_nav a:nth-last-of-type(1){
  margin-right: 0;
}
footer dd a:hover{
  text-decoration: underline;
}
.follwn {
    background-color: #8c8c8c;
    height: 50px;
    line-height: 50px;
    color: #f0f0f0;
    font-size: 18px;
    text-align: center;
}
/* index begin */
.main_banner img{
  display: block;
  width: 100%;
  height: auto;
}
.main_banner .swiper-pagination-bullet{
  border: none;
  background: #8b8889;
  opacity: 1;
  width: 20px;
  height: 20px;
  position: relative;
}
.main_banner .swiper-pagination-bullet-active:before{
 content: "";
 position: absolute;
 top: 50%;
 left: 50%;
 width: 8px;
 height: 8px;
 background-color: #ffffff;
 border-radius: 50%;
 transform: translate(-50%, -50%);
}
.main_pro{
  background-color: #f0f0f0;
  padding: 30px 0;
}
.main_pro_list{
  position: relative;
}
.main_pro_title{
 height: 42px;
 border-bottom: 1px solid #3c3c3c;
 box-sizing: border-box;
 position: relative;
}
.main_pro_title span{
  display: inline-block;
  height: 42px;
  line-height:42px;
  position: absolute;
  left: 0;
  background-color: #3c3c3c;
  color: #ffffff;
  font-size: 20px;
  padding: 0 18px;
}
.main_pro_title a{
  display: inline-block;
  height: 22px;
  line-height:22px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #3c3c3c;
  color: #f0f0f0;
  font-size: 14px;
  padding: 0 10px;
}
.main_pro_list ul li{
  margin-bottom: 0;
  margin-top: 2%;
}
.main_about{
 background-color: #dcdcdc;
}
.main_about .row{
  position: relative;
}
.main_about_left{
 padding-top: 30px;
 padding-bottom: 60px;
 padding-right: 20px;
}
.main_about_left>span{
  display: block;
  color: #3c3c3c;
  font-size: 30px;
  margin-bottom: 35px;
}
.main_about_text{
 padding-left: 30%;
 width: 100%;
 position: relative;
}
.main_about_text img{
  position: absolute;
  left: 0;
  width: 260px;
  top: 50%;
  transform: translateY(-50%);
}
.main_about_text_in{
  background-color: #ffffff;
  padding: 22px 22px 22px 50px;
}
.main_about_text_in p{
 color: #3c3c3c;
 font-size: 14px;
 line-height: 22px;
 height: 110px;
 margin-bottom: 15px;
 overflow: hidden;
}
.main_about_text_in a{
  display: inline-block;
  background-color: var(--themecolor);
  color: #ffffff;
 font-size: 14px;
 padding: 6px 10px;
}
.main_about .col-md-4{
  position: absolute;
  right: 0;
 height: 100%;
 padding: 0 20px;
}
.main_about .col-md-4 .main_contact{
transform: skew(-7deg);
 width: 100%;
 height: 100%;
 background-color: var(--themecolor);
 padding-top: 35px;
 padding-bottom: 25px;
}
.main_contact>span{
 color: #f0f0f0;
 font-size: 30px;
 display: block;
 margin-bottom: 25px;
 padding-left: 80px;
 font-style: normal;
 transform: skew(7deg);
}
.main_contact_list li{
 color: #f0f0f0;
 font-size: 20px;
 line-height: 25px;
 margin-bottom: 15px;
     transform: skew(7deg);
}
.main_contact_list li .iconfont{
  font-size: 25px;
}
.main_contact_list li a{
 color: #f0f0f0;
 font-size: 20px;
}
.main_contact_list li a:hover{
  color: #3c3c3c;
}
.main_contact_list li:nth-of-type(1){
 padding-left: 45px;
 padding-right: 10px;
}
.main_contact_list li:nth-of-type(2){
 padding-left: 30px;
 padding-right: 40px;
}
.main_contact_list li:nth-of-type(3){
 padding-left: 24px;
 padding-right: 24px;
}
.main_contact_list li:nth-of-type(4){
 padding-left: 10px;
 padding-right: 50px;
}
.main_bottom{
  background-color: #ffffff;
  padding-bottom: 50px;
  padding-top: 30px;
}
.main_blog{
 width: 46%;
 float: left;
}
.main_bottom_title{
 height: 44px;
 box-sizing: border-box;
 position: relative;
 margin-bottom: 30px;
}
.main_bottom_title:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #3c3c3c;
}
.main_bottom_title span{
  display: inline-block;
  position: absolute;
  left: 0;
  height: 100%;
  color: #3c3c3c;
  font-size: 20px;
  padding: 0 18px;
}
.main_bottom_title span:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 22;
  width: 100%;
  height: 4px;
  background-color: var(--themecolor);
}
.main_bottom_title a{
  display: inline-block;
  height: 22px;
  line-height:22px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #3c3c3c;
  color: #f0f0f0;
  font-size: 14px;
  padding: 0 10px;
}
.main_blog_list{
 padding-left: 10px;
}
.main_blog_list li {
    position: relative;
    padding-left: 22px;
}
.main_blog_list li:before{
  content: "";
  position: absolute;
  left: 7px;
  height: 100%;
  width: 0px;
  border-left: 1px dashed var(--themecolor);
}
.main_blog_list li:nth-of-type(1):before{
  height: 50%;
  width: 1px;
  bottom: 0;
}
.main_blog_list li:nth-last-of-type(1):before{
  height: 50%;
  width: 1px;
  top: 0;
}
.main_blog_list li a{
  display: block;
  color: #3c3c3c;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding: 8px 0;
  border-bottom: 1px dashed #090104;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main_blog_list li a:hover{
  color: var(--themecolor);
}
.main_blog_list li:after{
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 15px;
  height: 15px;
  border: 1px solid var(--themecolor);
  border-radius: 50%;
  background-color: #ffffff;
}
.main_service{
  width: 46%;
  float: right;
}
/* product begin */
.product{
  padding-top: 25px;
}
.product_list li{
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
}
.product_list li:nth-of-type(3n){
  margin-right: 0;
}
.product_list li img{
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.product_list li h3{
 color: #3c3c3c;
 font-size: 16px;
 line-height: 20px;
 height: 40px;
 overflow: hidden;
 transition: all 0.5s;
}
.product_list li:hover h3{
  color:var(--themecolor);
}
.page, .pagination{
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
.page li, .pagination li{
  display: inline-block;
  margin-right: 10px;
}
.pagination li a, .pagination li span{
	border: none;
	color: #000;
}
.page a, .pagination  a {
  color: #5a5a5a;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid transparent;
}
.page li.active a , .pagination li.active a, .pagination li.active span{
 background-color: var(--themecolor);
 border-color:var(--themecolor);
 color: #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;

}
.page li:hover a, .pagination li:hover a, .pagination li.active:hover span {
  background-color: var(--themecolor);
  border-color:var(--themecolor);
  color: #ffffff;
}
/* blog begin */
.blog{
 padding-top: 20px;
}
.blog_list li{
 padding: 15px 0;
 border-bottom: 1px dashed #8c8c8c;
}
.blog_list li h3{
  color: #3c3c3c;
  font-size: 20px;
  margin-bottom: 15px;
  transition:all 0.5s;
  position: relative;
}
.blog_list li h3::before{
  content: "";
  position: absolute;
  left: -10px;
  height: 100%;
  width: 4px;
  background-color: var(--themecolor);
}
.blog_list li p{
 color: #8c8c8c;
  font-size: 16px;
  height: 44px;
  line-height: 22px;
  overflow: hidden;
}
.blog_list li:hover h3{
  color: var(--themecolor);
}
/* blog-list begin */
.blog_detail_title{
   text-align: center;
}
.blog_detail_title h1{
  height: 60px;
  line-height: 60px;
  color: #3c3c3c;
  font-size: 20px;
}
.blog_detail_title p{
  height: 30px;
  line-height: 30px;
  background-color: #dcdcdc;
  color: #8c8c8c;
  font-size: 14px;
}
.blog_detail_text {
  padding-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dcdcdc;
}
.blog_detail_text p{
  color: #3c3c3c;
  font-size: 16px;
  line-height: 25px;
}
.blog_detail_text img{
  margin: 10px 0;
  display: block;
}
.blog_detail_link li{
 color: #3c3c3c;
 font-size: 16px;
 height: 30px;
 line-height: 30px;
 margin-top: 10px;
}
.blog_detail_link li a{
 color: #8c8c8c;
 font-size: 16px;
 display: inline-block;
 height: 30px;
 line-height: 30px;
 border:1px solid transparent;
 border-radius:15px;
 padding:0 14px;
}
.blog_detail_link li a:hover{
 background-color: #ffffff;
 border-color: #dcdcdc;
}
/* about begin */
.about_t{
  padding: 15px 0;
}
.about_t p{
  width: 100%;

  color: #3c3c3c;
  font-size: 16px;
  line-height: 25px;
}
.about_t img{
 
  width: 100%;

  height: auto;
}
.about_b img{
 width: 100%;
 height: auto;
 margin-bottom: 15px;
}
.about_b p{
  color: #3c3c3c;
  font-size: 16px;
  line-height: 25px;
}
/* service begin */
.service{
  padding:25px 90px;
  overflow: hidden;
}
.service_in{
  background: url("../images/service_bg.png") no-repeat;
  background-size: 100% 100%;
  height: 670px;
  width: 100%;
  position: relative;
}
.service_in a{
 color: #ffffff;
 font-size: 20px;
 position: absolute;
}
.service_in a:hover{
  text-decoration: underline;
}
.service_in_1{
  right: 62px;
  top: 110px;
}
.service_in_2{
  left: 100px;
  top: 162px;
}
.service_in_3{
  right: 50px;
  top: 304px;
}
.service_in_4{
  left: 188px;
  top: 352px;
}
.service_in_5{
  left: 108px;
  bottom: 106px;
}
.service_in_6{
  right: 66px;
  bottom: 126px;
}
/* contact begin */
.contact_top{
 padding: 20px 50px;
 overflow: hidden;
}
.contact_top>div:nth-of-type(1){
 margin-bottom: 35px;
}
.contact_top_one{
  width: 48%;
  float: left;
  position: relative;
}
.contact_add{
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  padding: 0 30px;
}
.contact_top span{
 color: #3c3c3c;
 display: block;
 font-size: 20px;
 margin-bottom: 15px;
}
.contact_top p{
 color: #8c8c8c;
 font-size: 16px;
}
.contact_top p a{
  color: #8c8c8c;
  display: block;
}
.contact_top p a:hover{
  color: #3c3c3c;
  text-decoration: underline;
}
.contact_top_two{
  width: 48%;
  float: right;
  position: relative;
}
.contact_email{
  position: absolute;
  left: 0;
  top: 85px;
  width: 100%;
  padding: 0 40px;
}
.contact_top_three{
  width: 48%;
  float: left;
  position: relative;
}
.contact_tel{
  position: absolute;
  left: 0;
  bottom: 100px;
  width: 100%;
  padding: 0 40px;
}
.contact_top_four{
  width: 48%;
  float: right;
  position: relative;
}
.contact_top img{
  width: 100%;
  height: auto;
}
.contact_skype{
  position: absolute;
  left: 0;
  bottom: 100px;
  width: 100%;
  padding: 0 40px;
}
.contact_form p{
font-weight:bold;
 color: #000;
 font-size: 16px;
 line-height: 30px;
 padding: 10px 0;
}
.contact_form_list .public{
 height: 40px;
 margin-bottom: 20px;
 overflow: hidden;
}
.contact_form_list .public input{
  width: 55%;
  height: 40px;
  line-height: 40px;
  float: left;
  color: #000;
  font-size: 16px;
  border: 1px solid #8c8c8c;
  padding-left: 12px;
}
.contact_form_list .textarea{
  overflow: hidden;
  margin-bottom: 20px;
}
.contact_form_list textarea{
  width: 55%;
  height: 156px;
  line-height: 40px;
  float: left;
  color: #000;
  font-size: 16px;
  border: 1px solid #8c8c8c;
  padding-left: 12px;
  outline: none;
  resize: none;
}
.contact_form_list .code{
  overflow: hidden;
}
.contact_form_list .form_in{
  width: 55%;
  float: left;
}
.contact_form_list .form_in input{
  width: 70%;
  height: 40px;
  line-height: 40px;
  color: #bebebe;
  font-size: 16px;
  border: 1px solid #8c8c8c;
  padding-left: 12px;
  outline: none;
}
.contact_form_list .form_in img{
    margin-left: 15px;
	width: 100px;
}
.contact_form_list button, .contact_form_list a{
  margin-top: 40px;
  background-color: #ff9000;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  border: none;
  outline: none;
  padding: 10px 60px;
  border-radius: 25px;
  border: 1px solid #ff9000;
  transition: all 0.5s;
  display: inline-block;
}
.contact_form_list button:hover, .contact_form_list a:hover{
  background-color: #ffffff;
  color:#ff9000;
}
.contact_form_list #p1,.contact_form_list #p2,.contact_form_list #p3{
  display: block;
  line-height: 40px;
  padding-left: 20px;
  width: 45%;
  float: left;
}
.contact_form_list #p1 div img,.contact_form_list #p2 div img,.contact_form_list #p3 div img{
    margin-right: 10px;
}
.contact_form_list #p1 font,.contact_form_list #p2 font,.contact_form_list #p3 font{
  font-size: 16px;
  line-height: 40px;
}
/* search-no-result begin */
.result_top{
  padding: 30px 0;
  overflow: hidden;
}
.result_title{
 color: #3c3c3c;
 font-size: 30px;
}
.result_text p{
 color: #3c3c3c;
 font-size: 20px;
 line-height: 35px;
}
.result_text p a{
  display: inline-block;
  color: var(--themecolor);
  margin: 0 15px;
}
/* 404 begin */
.found_top{
 padding: 30px 100px;
}
.found_top img{
     width: 70%;
    height: auto;
    display: block;
    margin: auto;
}
/* product-list begin */
.product_detail{
  margin-bottom: 20px;
}
.product_detail_top{
  margin: 20px 0;
}
.product_detail_left{
  width: 48%;
  float: left;
}
.product_detail_left img{
  width: 100%;
  height: auto;
}
.product_detail_next, .product_detail_prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #d8d8d8;
    font-size: 40px;
    z-index: 10;
    cursor: pointer;
    font-family: simsun;
}
.product_detail_next{
  right: 10px;
}
.product_detail_prev{
  left: 10px;
}
.product_detail_next:hover, .product_detail_prev:hover{
 color: #f3ce78;
}
.product_detail_right{
  width: 48%;
  float: right;
}
.product_detail_right h1{
 color: #3c3c3c;
 font-size: 20px;
 margin-bottom: 20px;
}
.product_detail_text{
 color: #8c8c8c;
 font-size: 16px;
 line-height: 28px;
}
.product_detail_bottom a{
margin-top:20px;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background-color: var(--themecolor);
  border:1px solid var(--themecolor);
  float: left;
}
.product_detail_bottom a:nth-last-of-type(1){
  float: right;
  background-color:#c08c13;
  border-color: #c08c13;
}
.product_detail_bottom a:hover{
  background-color: #ffffff;
  color: var(--themecolor);
}
.product_detail_bottom a:nth-last-of-type(1):hover{
  background-color: #ffffff;
  color: #c08c13;
}
.pro_fea_in{
  padding-top: 15px;
 color: #3c3c3c;
 font-size: 16px;
 line-height: 25px;
}
.pro_data{
 margin: 15px 0;
}
.pro_data_in{
  margin-top:15px;
  overflow: auto;
}
.pro_data_in table {
    border-collapse: separate;
    border-spacing: 2px;
    margin: 0;
}
.pro_data_in table tr td{
  text-align: center;
  font-size: 18px;
}
.pro_data_in table tr:nth-of-type(2n) td{
 background-color: #ffffff;
 color: #8c8c8c;
}
.pro_data_in table tr:nth-of-type(2n-1) td{
 background-color: #dcdcdc;
 color: #8c8c8c;
}
.pro_data_in table tr:nth-of-type(1) td{
 background-color: var(--themecolor);
 color: #ffffff;
}
.product_detail_text span{
display:block;
margin-bottom:15px;
}
.search_no_prolist{
  padding: 20px;
}
.search_no_prolist li{
  width: 32%;
  margin: 2%;
  float: left;
}
.search_no_prolist li img{
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.search_no_prolist li h3{
  color: #3c3c3c;
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  transition: all 0.5s;
}
.pro_fea_in ul li, .blog_detail_text ul li{
list-style-type: disc;
	list-style-position: inside;
}
.pro_fea_in ol li, .blog_detail_text ol li{
list-style: decimal;
	list-style-position: inside;
}
#LRfloater0 img{
width:150px !important;
}
#LRfloater0{
bottom:70px !important;
z-index: 80 !important;
}
.footer_form_code img{
	width: 100px;
}