body, dl, dd, ul, ol ,h1, h2, h3, h4 ,form, input, button, textarea, p, th, td{ margin:0; padding:0;}
body{ font:12px/1.5 Arial,'Microsoft YaHei'; color:#222222; font-size:12px; background: #fff;}
img{vertical-align: middle; border:none;}
ul,ol{list-style:none outside none;}
table{border-collapse:collapse; border-spacing:0;}
button, input, select, textarea {font-size: 100%; vertical-align:middle;}
a{ color:#333333; text-decoration:none; blr:expression(this.onFocus=this.blur()); }
a:hover{ text-decoration:none; text-decoration:none!important; color: #10cb00; }
:focus {outline: 0 none;}
/*h1,h2,h3{ font-size:100%; font-weight:normal;}*/
button, input[type="button"], input[type="reset"], input[type="submit"] {cursor: pointer; -webkit-appearance: button;-moz-appearance: button;}
.text,.btn,textarea{font-family:arial,'Microsoft YaHei';}
.clearfix:after{ content:"."; clear:both; height:0; visibility:hidden; display:block;}
.clearfix{*zoom:1;}
em,i{ font-style:normal;}
li{ list-style:none;}
h3{ font-weight:normal;}
.fl{float: left;}
.fr{float: right;}
.wrap{ width: 1200px; margin: auto;}
a,
img,
.ind_pro_imgs,
.ind_pro_title,
.prod_box_title,
.news_list li,g
.app_list li,
.tech_name,
.faq_date{
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
img { max-width: 100%; }
/*头部*/
.head{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 103px;
  z-index: 1024;
  background:rgba(0,0,0,1);
}
.logo{
  float: left;
  padding-top:27px;
  overflow: hidden;
}
.head_r{
  float: right;
  margin-top: 20px;
}
.head_reg{
  color: #fff;
  font-size: 14px;
  /*text-transform: uppercase;*/
  text-align: right;
}
.head_reg a{ color: #fff; margin: 0 10px; }
.head_cn{
  padding-left: 34px;
  background:url('../images/cn.png') no-repeat left center;
}
.head_en{
  padding-left: 34px;
  background:url('../images/en.png') no-repeat left center;
}
.head_reg a:hover{
  color: #10cb00;
}

.navs li{
  float: left;
  line-height: 62px;
  position: relative;
  z-index: 999;
}
.navs li>a{
  color: #fff;
  display: block;
  font-size: 14px;
  padding:0 10px;
  margin-top: 16px;
  line-height: 26px;
  border-radius: 26px;
  text-transform: uppercase;
  text-align: center;
}
.navs li>a:hover,.navs li.on>a{
  background:#10a404;
}
.nav_two_list{
  position: absolute;
  top: 120%;
  left: 0;
  width:100%;
  height:auto;
  opacity: 0;
  visibility:hidden; 
  background: rgba(31,68,150,.5);
}
.nav_two_list a{
  display: block;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.navs li:hover .nav_two_list{ top: 100%; opacity: 1;visibility:initial; }
.nav_two_list a:hover{
  background: rgba(31,68,150,.8);
}




/*nav*/
.nav__trigger { width: 30px; height: 30px; position: absolute; right: 4%; top:34px; z-index: 9999; margin-left: 20px; display: none; cursor: pointer; }
.nav__icon { display: block; position: absolute; width: 30px; height: 5px; top: 0; left: 0; background-color:#004fc6; -webkit-transition-property: background-color, -webkit-transform; transition-property: background-color, -webkit-transform; transition-property: background-color, transform; transition-property: background-color, transform, -webkit-transform; -webkit-transition-duration: 300ms; transition-duration: 300ms; }
.nav__icon:before, .nav__icon:after { content: ''; display: block; width: 30px; height: 5px; position: absolute; background: #004fc6; -webkit-transition-property: margin, -webkit-transform; transition-property: margin, -webkit-transform; transition-property: margin, transform; transition-property: margin, transform, -webkit-transform; -webkit-transition-duration: 300ms; transition-duration: 300ms; }
.nav__icon:before { margin-top: 20px; }
.nav__icon:after { margin-top: 10px; }
.zjq-mnav { width: 82%; height: 100%; padding: 0 0; position: fixed; z-index: 1024; opacity: 0; -webkit-transition-property: all; transition-property: all; -webkit-transition-duration: 300ms; transition-duration: 300ms; -webkit-transform: translateX(-100%); transform: translateX(-100%); left: 0; top: 0; overflow: hidden; }
.zjq-msons { margin: 14px 10px; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
.zjq-msons dt { font-size: 14px; margin-bottom: 8px; line-height: 1.6rem; text-align: center; }
.zjq-msons a { color: #fff }
.zjq-msons dd { line-height: 24px; margin-left: -20px }
.zjq-msons dd a { margin-left: 20px; display: inline-block; color: #e9e8e8 }
.nav--active{ overflow: hidden; }
.nav--active .nav__trigger { opacity: 0.5; }
.nav--active .nav__icon { top: 8px; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.nav--active .nav__icon:before { display: none; }
.nav--active .nav__icon:after { margin-top: 0; -webkit-transform: rotate(90deg); transform: rotate(90deg); }
.nav--active .zjq-mnav { top: 0; opacity: 1; height: 100%; background: #004fc6; -webkit-transform: translateX(0); transform: translateX(0); padding: 3rem 0; }

/*轮播图*/
.slide-img { overflow: hidden; position: relative; height: 622px;}
.slide-img li,.slide-b{ height: 100%;}
.slide-img li{ background-size: cover!important}
.slide-img .flex-control-nav {
  position: absolute;
  bottom: 10px;
  left: 0;
  width:100%;
  height: auto;
  text-align: center;
  z-index: 999;
}
.slide-img .flex-control-nav li{
  display: inline-block;
}
.slide-img .flex-control-nav li a{
  display: block;
  width:10px;
  height: 10px;
  margin: 0 3px;
  text-indent: -9999px;
  border-radius: 10px;
  cursor: pointer;
  background: #bfc9df;
}
.slide-img .flex-control-nav li a.flex-active{
  width: 26px;
  background:#10a404;
}

.slide-img .flex-direction-nav {
  display: none;
}

.board_box{
  height:44px;
  background:#343434;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
}

.board{
  float: left;
  width: 420px;
  padding-left: 38px;
  line-height: 24px;
  margin: 10px 0;
  font-size: 14px;
  height:24px;
  overflow: hidden;
  background:url('../images/icon.png') no-repeat 5px center;
}
.font_inner{
    position: relative;
    top: 0;
    left: 0;
    width: 695px;
    float: right;
    color: #444;
    font-size: 14px;
    margin-top: 1px;
}
.board a{ color: #fff; }
.board_name{
  width: 75%;
  text-overflow:ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.search{
  float: right;
  width: 260px;
  height:32px;
  font-size: 14px;
  background:#585858;
  margin-top: 6px;
  margin-right: 8px;
  position: relative;
  border-radius: 32px;
}
.search_text{
  width: 79%;
  height:32px;
  padding-left: 5%;
  padding-right: 15%;
  border:none;
  color: #fff;
  border-radius: 32px;
  background:none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  /*背景颜色*/
  box-shadow:0 0 0 32px #585858 inset; 
  /*字的颜色*/
  -webkit-text-fill-color: #fff;
}
.search_text::placeholder{
  color: #fff;
  font-size: 18px;
}
.search_sub{
  position: absolute;
  top: 0;
  right: 10px;
  width: 30px;
  height:32px;
  border:none;
  background:url('../images/search.png') no-repeat center;
}
.ind_main{
  background:url('../images/icon6.png') no-repeat center 80px;
}
.ind_pro{
  padding:50px 0;
}
.ind_pro_head{
  position: relative;
  line-height: 44px;
  font-size:30px;
  text-align: center;
  margin-bottom: 50px;
}
.ind_pro_head:before,.ind_pro_head:after{
  position: absolute;
  top: 50%;
  width: 235px;
  height:16px;
  background:url('../images/icon1.png') no-repeat;
  content:"";
}
.ind_pro_head:before{left: 0}
.ind_pro_head:after{ right: 0 }

.ind_pro_owl{ display: block; }
.ind_pro_item{
  width: 280px;
}
.ind_pro_imgs{
  height:215px;
  border:2px solid #535353;
}
.ind_pro_title{
  line-height: 60px;
  font-size: 16px;
  text-align: center;
}
.ind_pro_item:hover .ind_pro_imgs{
  border-color: #10a404;
}
.ind_pro_item:hover .ind_pro_title{
  color: #fff;
  background:#10a404;
}
.ind_pro_owl .owl-nav{
  position: absolute;
  top: 94px;
  left: 0;
  width: 100%;
}
.ind_pro_owl .owl-prev,.ind_pro_owl .owl-next{
  position: absolute;
  top: 0;
  width: 26px;
  height:26px;
  text-indent: -9999px;
  background: no-repeat center;
}
.ind_pro_owl .owl-prev{left:-70px; background-image: url('../images/prev.png') }
.ind_pro_owl .owl-next{right:-70px;  background-image: url('../images/next.png') }


.ind_news{
  padding:40px 0;
  background:url('../images/picbg.jpg') no-repeat center top;
  background-size: cover;
}
.ind_news_head{
  padding:0 20px;
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  line-height: 36px;
  margin-bottom: 32px;
}

.ind_news_owl{ padding:0 20px; display: block; }
.ind_news_title{
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 12px;
}
.ind_news_title a{color: #fff;}
.ind_news_desc{
  font-size: 12px;
  line-height: 20px;
  color: rgba(255,255,255,.5);
}
.ind_news_date{
  display: block;
  padding:22px 0;
  line-height: 20px;
  font-size: 12px;
  color: #10a404;
}
.ind_news_owl .owl-prev,.ind_news_owl .owl-next{
  display: inline-block;
  width: 26px;
  height:26px;
  margin-right: 14px;
  text-indent: -9999px;
  background: no-repeat center;
}
.ind_news_owl .owl-prev{background-image: url('../images/prev1.png') }
.ind_news_owl .owl-next{ background-image: url('../images/next1.png') }


.foot{
  background:#232323;
  overflow: hidden;
  padding-top: 44px;
}
.foot_top{
  padding-bottom: 30px;
  border-bottom: 1px solid #343434;
  box-shadow: 0 5px 10px rgba(0,0,0,0.3)
}
.foot_nav{
  float: left;
}
.foot_nav li{
  float: left;
  width: 184px;
}
.foot_nav_title{
  font-size: 14px;
  color: #10a404;
  line-height: 22px;
  margin-bottom: 16px;
}
.foot_nav_link a{
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 28px;
}
.foot_nav_link a:hover{ color: #10a404; }
.foot_fx{
  float: right;
  margin-top: 50px;
}
.foot_fx_icon{
  float: left;
  width: 30px;
  height:30px;
  margin: 0 2px;
  background: no-repeat center #4d4d4d;
}
.f{ background-image: url('../images/icon2.jpg'); }
.p{ background-image: url('../images/icon3.jpg'); }
.g{ background-image: url('../images/icon4.jpg'); }
.u{ background-image: url('../images/icon5.jpg'); }

.foot_btm{
  font-size: 12px;
  color: #fff;
  line-height: 50px;
  text-transform:uppercase;
  text-align: center;
}
.foot_btm a{color: #fff;}


.banner{
  height: 306px;
  background-size: cover!important;
}

.main{ padding: 30px 0; }
.main_slt{
  float: left;
  width: 198px;
}
.main_slt_column{
  padding: 12px 6px;
  background: url('../images/abt_04.jpg') no-repeat right top #0a3870; 
}
.slt_name{
  text-align: center;
  margin-bottom: 8px;
}
.sidebar{
  margin-bottom: 16px;
  padding: 6px 0;
  background: #ffffff;
}
.sidebar>li>a{
  display: block;
  font-size: 14px;
  padding-left: 30px;
  font-weight: 700;
  line-height: 38px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.sidebar>li>a:before{
  position: absolute;
  top: 50%;
  left: 16px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-top: -2px;
  background: #bfbfbf;
  content: "";
}
.sidebar>li.on>a,.sidebar>li:hover>a{
  color: #fff;
  background: #0a386d;
  border-bottom-color: transparent;
}
.sidebar>li.on>a:before,.sidebar>li:hover>a:before{
  background:#517297;
}
.sidebar_two{ padding: 12px 0; display: none; }
.sidebar_two a{
  line-height: 28px;
  padding-left: 42px;
  position: relative;
}
.sidebar_two a:before{
  position: absolute;
  top: 50%;
  left: 28px;
  width: 6px;
  height: 5px;
  transform: TranslateY(-50%);
  background: url('../images/icon7.png') no-repeat ;
  content: "";
}
.sidebar>li.on .sidebar_two{ display: block; }

.slt_form{ position: relative; }
.slt_text{
  width: 79%;
  height: 30px;
  padding-left: 5%;
  color: #fff;
  padding-right: 15%;
  border: 1px solid #456890;
  background: none;
}
.slt_text::placeholder{
  font-size: 14px;
  font-weight: 700;
  color: #10cb00;
}
.slt_sub{
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border: none;
  background: url('../images/search.png') no-repeat center;
}


.main_cont{
  float: right;
  width: 950px;
}
.main_head{
  line-height: 36px;
  padding: 0 16px;
  background: #f2f2f2;
  box-shadow: 0 8px 10px rgba(0, 0, 0, .1)
}
.main_name{
  float: left;
  font-size: 16px;
  font-weight: 700;
}
.current{
  float: right;
  font-size: 12px;
  color: #666666;
  position: relative;
  padding-left: 16px;
}
.current a{ color: #666; }
.current:before{
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  transform: TranslateY(-50%);
  border-radius: 50%;
  background: #111111;
  content: "";
}
.article{
  padding: 40px 16px;
}
.box{
  font-size: 14px;
  line-height: 30px;
}
.box_name{
  display: inline-block;
  line-height: 28px;
  border-bottom: 4px solid #10cb00;
  margin-bottom: 26px;
}


.pro_slt{
  background-image: url('../images/prod_bg.png')
}
.prod_search{
  margin-top: 20px;
  padding: 20px 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .3)
}
.prod_search_name{
  font-size: 18px;
  color: #0c9400;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}
.prod_search_item{
  padding: 10px 0;
  overflow: hidden;
  border-bottom: 1px solid #d1d1d1;
}
.prod_search_item:last-child{border-bottom: none}
.prod_search_tilte{
  font-size: 14px;
  color: #002674;
  font-weight: 700;
  margin-bottom: 10px;
}
.radio{
  float: left;
  width: 50%;
}

.case_slt{
  width: 100%;
  height: 30px;
  border:1px solid #1b3c61;
}
.prod_search_age{
  padding: 5px 10px;
  overflow: auto;
  height: 65px;
  font-size: 14px;
  border: 1px solid #1b3c61;
}
.prod_search_age_item{
  line-height: 18px;
  margin-bottom: 5px;
}
.power{
  width: 72px;
  height: 30px;
  margin-right: 10px;
  padding: 0 8px;
  border: 1px solid #1b3c61;
}
.min_power{
  width: 38px;
}
.output{
  width: 30px;
  height: 30px;
  margin-right: 4px;
  padding: 0 7px;
  border: 1px solid #1b3c61;
}
.prod_search_temp{
  height: 156px;
}
.prod_search_btn{
  display: block;
  width: 100%;
  padding-left: 5px;
  line-height: 36px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  border:none;
  margin-top: 18px;
  background: url('../images/pro_04.jpg') no-repeat right center #0c9400;
  border-radius: 3px;
}
.reset{ color: #0c9400; line-height: 32px; margin-top: 5px; font-size: 14px; }
.reset a{ color: #2e9efe; }

.list{
  padding: 22px 0;
}
.prod_box{
  float: left;
  width: 50%;
}
.prod_box_en{
  font-size: 24px;
  color: #0da700;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 24px;
  text-align: center;
}

.prod_box_list li{
  float: left;
  width: 200px;
  height: 150px;
  margin: 0 15px 50px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, .2)
}
.prod_box_img{
  height: 110px;
  line-height: 110px;
  text-align: center;
  overflow: hidden;
}
.prod_box_title{
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  padding: 0 5px;
  overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
  background: #9a9ca7;
}
.prod_box_list li:hover .prod_box_title{ background: #0da700; }
.prod_box_list li:hover img,
.app_list li:hover img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}


.pagings{
  margin-top:30px;
  text-align: center;
}
.pags_item{
  display: inline-block;
  padding: 5px 10px;
}
.cur,.pags_item:hover{
  color: #fff;
  background: #10cb00;
}

.prod_exh_box{
  padding-left: 10px;
  margin-top: 30px;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}
.prod_exh_name{
  font-size: 18px;
  font-weight: 700;
  color: #0da700;
}
.prod_exh_item{
  width: 280px;
  margin-right: 45px;
}
.prod_exh_item:last-child{margin-right: 0}

.prod_exh_items{ margin-bottom: 28px; }
.prod_exh_itmes_name{
  line-height: 35px;
  border-radius: 35px;
  background:#5d97d9;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 22px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
.prod_exh_list li a{
  display: block;
  /*height:42px;*/
  line-height: 22px;
  color: #fff;
  font-size: 12px;
  padding:10px 15px;
  background:#969696;
  margin-bottom: 1px;
}
.prod_exh_title{
  font-size: 14px;
  display: block;
}
.prod_exh_list li a:hover{
  background:#0a386d;
}

.prod_search_list{ margin-top: 24px; }
.prod_search_list>li{
  border:1px solid #1e243c;
  margin-bottom: -1px;
}
.prod_search_namebox{
  float: left;
  width: 149px;
  text-align: center;
  border-right: 1px solid #1e243c;
}
.prod_search_names{
  padding:5px 0;
  line-height: 18px;
  height:54px;
  font-size: 12px;
  display: flex;
  align-items: left;
  justify-content: space-around;
  flex-direction: column;
  background:#e8e8e8;
  border-bottom: 1px solid #1e243c;
}
.prod_search_imgs{
  height:52px;
  line-height: 52px;
  overflow: hidden;
}
.prod_search_imgs img{ max-height: 100%; }
.prod_search_scroll{
  margin-left: 150px;
}
.prod_search_scroll_list li{
  float: left;
  width: 100px;
  text-align: center;
}
.prod_search_title{
  line-height:20px;
  font-size: 12px;
  font-weight: 700;
}
.prod_search_scroll_nmb{
  margin-top: 5px;
  line-height: 52px;
  font-size: 12px;
}

.prod_search_Showing{
  font-size: 24px;
  margin: 40px 0;
}

.prod_search_looking{
  box-shadow: 0 8px 15px rgba(0,0,0,.1)
}
.prod_search_looking_name{
  padding:0 15px;
  color: #fff;
  background:#095f9a;
  line-height: 40px;
}
.prod_search_looking_desc{
  padding:14px 15px;
  /*font-size: 16px;*/
  /*font-weight: 700;*/
}


.prod_in{ margin-top: 50px; }
.slids {float: left; width: 526px; position: relative;}
.large_box {
  width: 100%;
  height: 306px;
  text-align: center;
  line-height: 306px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 15px rgba(0,0,0,.2)
}
.act-img { width: 100%; height: 100%; text-align: center; }
.act-img img{ max-height: 306px; }
.small_box { margin-top: 18px; position: relative; }
.small_box_cf{
  position: relative;
  padding:18px 10px;
  overflow: hidden;
  margin-left: -10px;
}
.small_list { position: relative; width: 100%;  }
.small_list ul li { position: relative; float: left; cursor: pointer; margin-right: 12px; width: 122px; height:68px; text-align: center; line-height: 68px; }
.small_list ul li img{ max-height: 100%; }
.small_list ul li .bun_bg { display: none; }
.small_list ul li.on { box-shadow: 0 0 6px rgba(0,0,0,.2)}
.left_btn, .right_btn { position: absolute; right: 20px; width: 25px; height: 25px; border-radius: 3px; cursor: pointer;z-index: 100; background: no-repeat center #aaaaaa; display: none; }

.left_btn { top: 36px; background-image: url(../images/prev1.png); }
.right_btn { top: 72px; background-image: url(../images/next1.png);}
.btn:hover{background-color: #2467c1;}

.prod_in_cont{
  float: right;
  width: 600px;
  padding-right: 20px;
}
.prod_in_title{
  font-size: 24px;
  color: #0da700;
  line-height: 40px;
  padding:18px 0;
}
.prod_in_desc{
  font-size: 16px;
  line-height: 24px;
}

.prod_in_pdf{
  margin-top: 54px;
}
.pdf_btn{
  display: inline-block;
  /*width: 76px;*/
  height: 26px;
  line-height: 26px;
  padding-left: 24px;
  padding-right: 5px;
  font-size: 12px;
  color: #fff;
  margin-right: 4px;
  font-weight: 700;
  border-radius: 3px;
  overflow: hidden;
  background:url('../images/pdf_03.jpg') no-repeat left center #54941f;
  text-align: center;
}

.prod_in_search{margin-top: 10px;}
.prod_in_sch_name{
  font-size: 30px;
  color: #10cb00;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform:uppercase;
}
.prod_in_sch_box{
  padding:40px 20px;
  background:url('../images/map.png') no-repeat center;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.demand{
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 52px;
}
.prod_in_sch_item{
  float: left;
  width: 346px;
  min-height: 308px;
  padding:0 20px;
  border-right: 1px dashed #b1b1b1;
}
.prod_in_sch_item:last-child{ border-right: 0;}



.prod_in_sch_form .prod_search_temp{
  height:246px;
}
.prod_in_sch_btn{
  text-align: right;
  font-size: 16px;
  line-height: 36px;
  margin-top: 20px;
  overflow: hidden;
}
.prod_in_sch_btn a,.or{
  float: right;
  margin: 0 5px;
}
.prod_in_sch_btn .prod_search_btn{
  padding-right: 38px;
  width: 184px;
  border-radius: 3px;
  text-align: center;
  overflow: hidden;
  margin-top: 0;
  background:url('../images/pro_04.jpg') no-repeat right center #0c9400;
}
.prod_in_sch_btns{
  width: 122px;
  text-align: center;
  color: #fff;
  background:#737373;
}

.news_list{ padding-top: 32px; }
.news_list li{
  float: left;
  width: 448px;
  margin: 0 13px 36px;
}
.news_list li a{
  display: block;
  padding:24px 12px;
  border:1px dotted #bfbfbf;
}
.news_list_img{
  float: left;
  width: 152px;
  height:92px;
  overflow: hidden;
}
.news_list_name{
  margin-left: 162px;
}
.news_list_date{
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 10px;
}
.news_list_title{
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.news_list_desc{
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  height:72px;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.news_list li:hover{
  box-shadow: 0 5px 10px rgba(0,0,0,.2)
}


.news_head{
  text-align: center;
  font-size: 14px;
  padding-bottom: 20px;
  background:url('../images/news_in.jpg') no-repeat center bottom;
}
.news_head h3{
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 15px;
}
.news_head span{
  margin: 0 6px;
}
.news_head span a{margin-left: 8px;}
.news_in_box{ padding:30px 0; }
.return{
  margin-top: 50px;
  font-size: 14px;
  text-align: right;
}
.news_inpage{
  line-height: 30px;
  font-size: 12px;
}


.app_list{margin-top: 32px;}
.app_list li{
  float: left;
  width: 286px;
  margin: 0 14px 28px;
}
.app_img{
  height:170px;
  overflow: hidden;
  box-shadow: 0 8px 15px rgba(0,0,0,.1);
}
.app_title{
  text-align: center;
  margin-top: 20px;
  line-height: 20px;
  font-size: 14px;
}
.app_list li:hover{
   transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
}

.tech_name{
  float: left;
  width: 75%;
  overflow: hidden;
  padding-left: 20px;
  text-overflow:ellipsis;
  white-space: nowrap;
  position: relative;
}
.tech_name:before{
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 6px;
  transform: TranslateY(-50%);
  background:url('../images/arrows.png') no-repeat ;
  content:"";
}

.tech_list{margin-top: 32px;}
.tech_list li{
  margin-bottom: 24px;
}
.tech_list a{
  display: block;
  font-size: 12px;
  padding:0 16px;
  background:#e8e9eb;
  line-height: 36px;
  box-shadow: 0 8px 15px rgba(0,0,0,.2);
}
.tech_name:hover{
   transform: translate(10px,0);
  -webkit-transform: translate(10px,0);
  -moz-transform: translate(10px,0);
  -o-transform: translate(10px,0);
  -ms-transform: translate(10px,0);
}

.faq_date{
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-top: 7px;
  background:url('../images/faq.png') no-repeat center #686d7d;
}
.faq_desc{
  padding:18px 24px;
  font-size: 12px;
  line-height: 20px;
  display: none;
}

.faq_list li.active .faq_date{
  background-color: #5ab052;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.faq_list li.active .faq_dt{
  background:#e2ecde;
}


.msg_box{
  margin: 30px 14px;
  padding:30px;
  background:url('../images/message_03.jpg') no-repeat;
  box-shadow: 0 8px 15px rgba(0,0,0,.2);
}
.msg_head{ padding:0 80px 40px; }
.msg_head_name{
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 15px;
}
.msg_p{
  font-size: 18px;
  color: #cb0000;
}
.msg_item{ margin-bottom: 30px; }
.msg_name{
  float: left;
  width: 69px;
  line-height: 36px;
  font-size: 18px;
  text-align: right;
  padding-right: 15px;
}
.msg_inp{
  float: left;
  width: 360px;
  height: 36px;
  padding:0 10px;
  border:none;
  font-size: 14px;
  background:#eeeeee;
  box-shadow: 0 8px 15px rgba(0,0,0,.2);
}
.msg_x{
  float: left;
  margin-left: 10px;
  font-size: 12px;
  color: #cb0000;
}
.msg_text{
  width: 730px;
  padding:10px;
  height:190px;
  resize: none;
}
.msg_sub{
  width: 380px;
  height: 38px;
  color: #fff;
  font-size: 18px;
  border:none;
  background:#0dab00;
  text-transform: uppercase;
  box-shadow: 0 8px 15px rgba(0,0,0,.2);
}
.msg_cancel{
  margin-left: 46px;
  font-size: 18px;
  color: #1e243c;
  text-transform: uppercase;
}


.sign_banner{
  height:660px;
  background-size: cover!important;
}
.sign_pos{
  position: absolute;
  top: 202px;
  left: 50%;
  width: 614px;
  padding: 40px 44px;
  background:rgba(19,118,215,.5);
  transform: TranslateX(-50%);
}
.sigo_head{
  line-height: 30px;
  margin-bottom: 56px;
}
.sign_head_name{
  float: left;
  font-size: 30px;
  color: #10cb00;
  text-transform: uppercase;
}
.sign_link{
  float: right;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration:underline;
  color: rgba(255,255,255,.4);
}

.reg_item{ margin-bottom: 20px; }
.reg_name{
  float: left;
  width: 134px;
  padding-right: 14px;
  font-size: 16px;
  color: #fff;
  line-height: 38px;
  text-align: right;
}
.reg_inp{
  float: left;
  width: 400px;
  height:38px;
  border:none;
  font-size: 14px;
  padding: 0 10px;
  box-shadow:inset 0 5px 10px rgba(0,0,0,.2);
  background: #f7fafc;
}
.reg_code{ width: 190px; }
.reg_inp::placeholder{
  font-size: 16px;
  color: #c3c3c3;
}
.reg_code_img{ float: left; margin-top: 10px; width: 78px; height:18px; margin-left: 15px; }
.reg_btns{
  width: 120px;
  height: 38px;
  font-size: 18px;
  color: #fff;
  border:none;
  border-radius: 3px;
  background:#10cb00;
}
.reg_not{
  font-size: 14px;
  color: #fff;
  margin-left: 12px;
  line-height: 38px;
}
.reg_clr{ color: #10c602; text-decoration: underline; }


.reg_banner{ height:894px; }

.conts_name{
  font-size: 30px;
  font-weight: 700; 
  line-height: 30px;
  margin-bottom:10px;
}

.prod_slider{ margin-top: 10px; padding: 0 8px; }


.msg_cancel{border: none;font-size: 18px;background: #fff;margin-left: 46px;
}



















