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: #27499d; }
: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_search_text,
.ind_pro_item,
.ind_pro_more,
.ind_solu_nav,
.ind_part_item,
.language_pos,
.navs li:before,
.equ_list li,
.equ_con,
.news_first_title,
.part_pos,
.join_list li,
.two_columns,
.two_columns_pro{
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
img { max-width: 100%; }
/*头部*/
.head{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 1024;
  background:#fff;
}
.logo{
  float: left;
  padding-top: 13px;
  overflow: hidden;
}
.navs{
  float: right;
}
.navs li{
  float: left;
  line-height: 100px;
  margin:0 10px;
  color: #222;
  padding:0 10px;
  position: relative;
  z-index: 999;
}
.navs li>a{
  display: block;
  font-size: 16px;
  text-align: center;
}
.navs li:before{
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  height: 5px;
  opacity: 0;
  background: #0d6fb8;
  content: ""
}
.navs li>a:hover,.navs li.on>a{ color: #0d6fb8 }
.navs li.on:before,.navs li:hover:before{
  opacity: 1;
  bottom: 0;
}

.two_columns{
  position: absolute;
  top: 120%;
  left: 50%;
  width:140px;
  transform: TranslateX(-50%);
  background: #fff;
  opacity: 0;
  visibility:hidden;
}
.two_columns a{
  display: block;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
}

.two_columns_pro{
  position: absolute;
  top: 120%;
  left: 90%;
  width:100vw;
  height: 230px;
  transform: TranslateX(-50%);
  background: #fff;
  opacity: 0;
  visibility:hidden;
}
.two_columns_pro_box{
  padding: 32px 50px;
}
.two_columns_pro_item{
  float: left;
  width:490px;
  padding:0 28px;
  border-right: 1px solid #eeeeee;
}
.two_columns_pro_item:nth-child(2n){ border-right: 0; }
.two_columns_pro_img{
  float: left;
  width:150px;
  height: 150px;
}
.two_columns_pro_con{
  float: right;
  width:310px;
  line-height: 34px;
  padding-top: 20px;
}
.two_columns_pro_name{
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.two_columns_pro_link a{
  float: left;
  width:50%;
}
.two_columns_pro_link a:hover{
  color: #f39a06;
}
.navs li:hover .two_columns,
.navs li:hover .two_columns_pro{
  top: 100%;
  opacity: 1;
  visibility:inherit;
}

.language{
  float: right;
  font-size: 18px;
  color: #666666;
  margin-left: 20px;
  margin-top: 32px;
  position: relative;
}
.present{
  display: block;
  width:58px;
  height: 34px;
  border:1px solid #dddddd;
  border-radius: 5px;
  cursor: pointer;
  padding-left: 40px;
  font-size: 14px;
  line-height: 34px;
  background: url('../images/lg.png') no-repeat 9px center;
  position: relative;
}
.present:before{
  position: absolute;
  top: 50%;
  right: 10px;
  width:12px;
  height:6px;
  margin-top: -3px;
  background: url('../images/x.png') no-repeat;
  content:"";
}

.language_pos{
  position: absolute;
  top: 88px;
  width:100%;
  text-align: center;
  color: #fff;
  background: #ffffff;
  border-radius: 5px;
  opacity: 0;
  visibility:hidden;
}
.language_cn{
  display: block;
  height: 46px;
  line-height: 46px;
}
.language_cn:hover,.two_columns a:hover{
  background: #ecf5fb;
}
.language.active .language_pos{
  top: 68px;
  opacity: 1;
  visibility:inherit;
}


.ind_search{
  float: right;
  margin-top: 27px;
  margin-left: 18px;
  position: relative;
  line-height: 48px;
  z-index: 1000;
}
.ind_sub{
  display: block;
  width:28px;
  height:48px;
  border:none;
  cursor: pointer;
  background: url('../images/serch.png') no-repeat center;
}
.ind_search_text{
  position: absolute;
  top: 48px;
  left: -130px;
  width:100px;
  height:22px;
  padding: 0 10px;
  background: #fff;
  opacity: 0;
  visibility:hidden;
}
.ind_search:hover .ind_search_text{
  left: -100px;
  opacity: 1;
  visibility:inherit;
  background: #fff;
}

/*nav*/
.nav__trigger { float: right; width: 30px; height: 30px; position: relative; right: 0; top:22px; z-index: 9999; display: none; cursor: pointer; }
.nav__icon { display: block; position: absolute; width: 30px; height: 5px; top: 0; left: 0; background-color:#0d6fb8; -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: #0d6fb8; -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: #0d6fb8; -webkit-transform: translateX(0); transform: translateX(0); padding: 3rem 0; }

/*轮播图*/
.slide-img { overflow: hidden; position: relative; height: 640px; margin-top: 100px;}
.slide-img li,.slide-b{ height: 100%;}
.slide-img li a{ display: block;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:12px;
  height: 12px;
  margin: 0 7px;
  text-indent: -9999px;
  cursor: pointer;
  background: rgba(255,255,255,.5);
  border-radius: 12px;
}
.slide-img .flex-control-nav li a.flex-active{
  width:30px;
}

.slide-img .flex-direction-nav {
  display: none;
}


.pad{
  padding-top: 60px;
}

.ind_pro_head{
  font-size: 12px;
  color: #999999;
  position: relative;
  line-height: 24px;
  text-transform: uppercase;
}
.ind_pro_head h3{
  font-size: 22px;
  color: #222;
  font-weight: 700;
}
.ind_pro_head:before{
  position: absolute;
  bottom: 8px;
  left: 0;
  width:100%;
  height: 1px;
  background: #eeeeee;
  content: "";
}
.ind_pro_inline{
  display: inline-block;
  position: relative;
  padding-right: 20px;
  background: #fff;
  z-index: 2;
}

.ind_pro_owl{
  margin-top: 30px;
  display: block;
}
.owl-stage-outer{
  padding-bottom: 15px;
}
.ind_pro_item{
  width: 276px;
  height: 338px;
  border-radius: 8px;
  padding-top: 30px;
  position: relative;
  background: #f5f5f5;
}
.ind_pro_item:hover{
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1)
}
.ind_pro_title{
  font-size: 20px;
  font-weight: 700;
  font-family: "arial";
  line-height: 25px;
  padding-left: 26px;
  position: relative;
  margin-bottom: 5px;
}
.ind_pro_title:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 44px;
  background: #90c31f;
  content: "";
}
.ind_pro_txt{
  margin-left: 26px;
  margin-bottom: 28px;
  overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.ind_pro_img{
  width: 230px;
  height: 230px;
  margin: auto;
  overflow: hidden;
}
.ind_pro_more{
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  text-indent: -999px;
  border-radius: 46px;
  overflow: hidden;
  background: url('../images/plus.png') no-repeat center #27499d;
}
.ind_pro_more:hover{
  width: 130px;
  color: #fff;
  text-indent: 0;
  background-image: none;
}
.ind_pro_owl .owl-nav,
.ind_part_owl .owl-nav{
  position: absolute;
  top: -66px;
  right: 0;
}
.ind_pro_owl .owl-prev,
.ind_pro_owl .owl-next,
.ind_part_owl .owl-prev,
.ind_part_owl .owl-next{
  display: inline-block;
  width:18px;
  height: 18px;
  margin: 0 3px;
  text-indent: -999px;
  overflow: hidden;
  background: no-repeat center  #bbbbbb;
}
.ind_pro_owl .owl-prev,
.ind_part_owl .owl-prev{
  background-image: url('../images/prev.png');
}
.ind_pro_owl .owl-next,
.ind_part_owl .owl-next{
  background-image: url('../images/next.png');
}
.ind_pro_owl .owl-prev:hover,
.ind_pro_owl .owl-next:hover,
.ind_part_owl .owl-prev:hover,
.ind_part_owl .owl-next:hover{
  background-color: #f39a06;
}
.ind_pro_owl .owl-dots,.ind_part_owl .owl-dots{
  display: none
}



.ind_solu_box{
  margin-top: 24px;
}
.ind_solu_imgs{
  float: left;
  width:870px;
  height: 465px;
  overflow: hidden;
}
.ind_solu_con{
  float: left;
  width:330px;
}
.ind_solu_cut ul{
  float: left;
  width:259px;
}
.ind_solu_nav{
  float: left;
  width:25px;
  height: 210px;
  font-size: 16px;
  line-height: 22px;
  padding:30px 23px 0;
  margin-right: 2px; 
  cursor: pointer;
  writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/  
  background: #f5f5f5;
}
.ind_solu_nav.on{
  padding:30px 43px 0;
  color: #fff;
  background: #0d6fb8;
}
.ind_solu_more{
  float: left;
  width:47px;
  height: 210px;
  font-size: 16px;
  color: #999999;
  line-height: 22px;
  padding-left: 24px;
  padding-top: 30px;
  writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/  
  background: url('../images/bg2.jpg') no-repeat;
}
.ind_solu_more:hover{
  color: #f39a06;
  background-image: url('../images/bg1.jpg');
}


.ind_part {margin-bottom: 45px;}
.ind_part_owl{
  margin-top: 24px;
}
.ind_part_owl .owl-stage-outer{
  padding:15px;
}
.ind_part_item{
  width:180px;
  height: 110px;
  text-align: center;
  line-height: 110px;
}
.ind_part_item:hover{
  box-shadow: 0 0 15px rgba(0,0,0,.1)
}
.ind_part_item img{
  -webkit-filter: grayscale(80%);
  -moz-filter: grayscale(80%);
  -ms-filter: grayscale(80%);
  -o-filter: grayscale(80%);
  filter: grayscale(80%);
  filter: gray;
}
.ind_part_item:hover img{
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray;
}

/*foot*/
.foot{
  padding-top: 35px;
  background: #333333;
  overflow: hidden;
}
.foot_l{
  float: left;
  width:900px;
}
.foot_conts{
  font-size: 14px;
  line-height: 24px;
  color: #aaaaaa;
}
.foot_conts span{
  display: inline-block;
  margin-right: 20px;
}
.foot_l_copy{
  margin-top: 20px;
  border-top: 1px solid #444444;
  line-height: 24px;
  padding:17px 0;
  font-size: 14px;
  color: #aaaaaa;
}
.foot_l_copy a{
  color: #aaaaaa;
}
.foot_l_copy span{margin: 0 20px;}
.foot_web img{
  margin-left: 30px;
  max-width: 80px;
  max-height: 80px;
}


/*内页*/
.banner{
  height: 460px;
  margin-top: 100px;
  position: relative;
  background-size: cover!important;
}
.banner_bg{
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
}
.banner_con{
  position:absolute;
  top: 50%;
  left: 0;
  text-align: center;
  width:100%;
  height: auto;
  font-size: 18px;
  color: #dddddd;
  line-height: 34px;
  transform: TranslateY(-50%);
}
.bnr_name {
  line-height: 36px;
  margin-bottom:20px;
}
.bnr_name span{
  position: relative;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}
.bnr_name span:before,
.bnr_name span:after{
  position: absolute;
  top: 50%;
  width:40px;
  height: 2px;
  background: #fff;
  content: "";
}
.bnr_name span:before{
  left: -60px;
}
.bnr_name span:after{
  right: -60px;
}



.main{
  padding:60px 0;
}
.main_head{
  position: relative;
}
.main_title{
  display: inline-block;
  background: #fff;
  padding-right: 30px;
  z-index: 2;
  position: relative;
}
.main_head:before{
  position: absolute;
  bottom: 10px;
  left: 0;
  width:100%;
  height: 1px;
  background: #eeeeee;
  content:"";
}
.main_name{
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
}
.main_enname{
  display: inline-block;
  font-size: 16px;
  color: #bbbbbb;
  text-transform: uppercase;
  margin-left: 10px;
}
.current{
  float: right;
  font-size: 14px;
  line-height: 40px;
}

.catalog{
  margin: 35px 0;
}
.cata_ul li{float: left; margin-right: 18px;}
.cata_ul li a{
  display: block;
  min-width:135px;
  padding:0 10px;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  background: #ebebeb;
}
.cata_ul li.on a,.cata_ul li:hover a{
  color: #fff;
  background: #0d6fb8;
}

.box{
  font-size: 14px;
  line-height: 26px;
  color: #666;
}

/*设备*/
.equ_list li{
  float: left;
  width:380px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.equ_list li:nth-child(3n){margin-right: 0;}
.equ_imgs{
  height: 235px;
  overflow: hidden;
}
.equ_con{
  padding:20px;
  background: #f8f8f8;
}
.equ_title{
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 6px;
}
.equ_desc{
  font-size: 14px;
  line-height: 26px;
  height: 52px;
  color: #666666;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.equ_list li:hover {
  box-shadow: 0 0 15px rgba(0,0,0,.1)
}
.equ_list li:hover .equ_con{
  background: #fff;
}
.equ_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{
  text-align: center;
  padding-top: 10px;
}
.pagings a{
  display: inline-block;
  padding:5px 10px;
  border-radius: 3px;
  margin: 0 7px;
  border:1px solid #bfbfbf;
}
.pagings a.cur{
  color: #fff;
  border-color: #0d6fb8;
  background: #0d6fb8;
}


/*产品*/
.pro_title{
  font-size: 16px;
  line-height: 66px;
  background: #f8f8f8;
  text-align: center;
}
.pro_list li:hover .pro_title{
  background: #fff;
}

.pro_in_img{
  float: left;
  width:700px;
  height: 360px;
  overflow: hidden;
}
.pro_in_con{
  padding-top: 35px;
  margin-left: 700px;
  padding-left: 60px;
}
.pro_in_title{
  font-size: 20px;
  color: #0d6fb8;
  line-height: 50px;
  margin-bottom: 20px;
  border-bottom: 2px solid #0d6fb8;
}
.pro_in_content{
  font-size: 14px;
  line-height: 30px;
  color: #666;
}

.parameter{
  margin-top: 30px;
}
.parameter_name{
  margin-bottom: 30px;
  font-size: 18px;
}


table{ width:100%; }
table td{
  font-size: 14px;
  height:46px;
  line-height:46px;
  color: #666;
  border:none!important;
  padding-left: 30px!important;
}
table tr:nth-child(odd) td{
  background:#ffffff!important;
}
table tr:nth-child(even) td{
  background:#f8f8f8!important;
}

table td{border-right: 2px solid #fff!important;}
table tr:nth-child(1) td,table tr:nth-child(1) th{
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  background: #0d6fb8!important;
}

/*解决方案*/
.solu_list{
  margin-bottom: 30px;
}
.solu_img{
  width:600px;
  height: 320px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,.2)
}
.solu_con{
  padding:60px;
}
.solu_list li:nth-child(odd) .solu_con{
  margin-left: 600px;
}
.solu_list li:nth-child(even) .solu_con{
  margin-right: 600px;
}
.solu_title{
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 20px;
}
.solu_desc{
  font-size: 14px;
  line-height: 26px;
  height: 156px;
  overflow: hidden;
  color: #666;
}

/*新闻资讯*/

.news_list{margin: 30px 0;}
.news_list li{
  padding-bottom: 20px;
  border-bottom: 1px dashed #dddddd;
  margin-bottom: 20px;
}
.news_list li:last-child{margin-bottom: 0;}
.news_img{
  float: left;
  width: 400px;
  height: 240px;
  overflow: hidden;
}
.news_first_con{
  margin-left: 400px;
  padding-left: 40px;
  padding-top: 22px;
}
.news_first_title{
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_date{
  display: inline-block;
  margin-bottom: 24px;
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  padding-left: 22px;
  background: url('../images/date.png') no-repeat left center;
}
.news_first_desc{
  font-size: 14px;
  line-height: 26px;
  height: 104px;
  color: #666666;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
}
.news_first_title: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);
}
.news_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);
}


.news_info_head{
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  color: #999;
  line-height: 30px;
  margin-bottom: 20px;
}
.news_info_head h3{
  font-size: 20px;
  color: #222;
  margin-bottom: 10px;
}

.news_fy{
  margin-top: 50px;
  font-size: 14px;
}


/*合作伙伴*/
.part_box{
  padding-top: 30px;
}
.part_list li{
  float: left;
  width:238px;
  height: 128px;
  text-align: center;
  line-height: 128px;
  overflow: hidden;
  position: relative;
  border:1px solid #eeeeee;
}
.part_pos{
  position: absolute;
  top: -100%;
  left: 0;
  width:100%;
  height: 100%;
  font-size: 20px;
  color: #fff;
  background: rgba(13,111,184,.6);
}
.part_list li:hover .part_pos{
  top: 0;
}

/*招聘*/
.join_list{
  margin-top: 30px;
}
.join_list li{
  float: left;
  width:505px;
  padding:30px 40px;
  height: 80px;
  margin-right: 30px;
  margin-bottom: 30px;
  background: #f8f8f8;
}
.join_list li:nth-child(even){
  margin-right: 0;
}
.join_l{
  float: left;
  width:365px;
}
.join_l_top{
  margin-bottom: 15px;
}
.join_l_name{
  float: left;
  font-size: 18px;
  font-weight: 700;
  color: #666666;
  line-height: 20px;
}
.join_l_nmb{
  float: right;
  color: #999999;
  font-size: 14px;
}
.join_l_demand{
  float: left;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
}
.join_l_pay{
  float: right;
  font-size: 16px;
  font-weight: 700;
  color: #f39800;
}
.join_clr{
  color: #222
}
.join_more{
  float: right;
  width:100px;
  height: 34px;
  margin-top: 15px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  font-size: 14px;
  background: #bbbbbb;
}
.join_list li:hover{
  background: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,.1)
}
.join_list li:hover .join_more {
  color: #fff;
  background: #0d6fb8;
}

.join_in_name{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.join_in_date{
  font-size: 14px;
  color: #999999;
  line-height: 32px;
  margin-bottom: 20px;
}
.join_need{
  padding-bottom: 20px;
  border-bottom: 1px dashed #dddddd;
}
.join_need p{
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
.join_need img{float: left;}
.join_need span{
  display: block;
  line-height: 24px;
  margin-left: 30px;
}
.join_need .join_in_pay{
  color: #f39800
}
.join_in_desc{
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  padding:30px 0;
  border-bottom: 1px dashed #dddddd;
}
.join_in_desc h4{
  font-size: 16px;
  color: #222;
  margin-bottom: 10px;
}



.join_head{ background: #f5f5f5; }
.join_head_l{
  float: left;
  width:52%;
}
.join_head_l_img{
  padding-right: 20px;
  padding-bottom: 20px;
  background: #fff;
}
.join_head_l_img img,.join_head_r_img img{ max-width: 100%; }
.join_head_list{
  padding:40px;
  padding-bottom: 30px;
}

.join_head_list li a{
  display: block;
  font-size: 18px;
  line-height: 58px;
  padding-left: 26px;
  background: url('../images/icon27.png') no-repeat left center;
  border-bottom: 1px dashed #cccccc;
}
.join_sp{
  float: left;
  width:33%;
}
.add_sp{ text-align: center; }
.nmb_sp{ text-align: right;}


.join_head_r{
  float: right;
  width:45%;
}
.join_head_r_con{
  padding: 60px 20px ;
  text-align: center;
}
.join_head_name{
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 30px;
}
.join_head_desc{
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 26px;
}
.resume{
  font-size: 18px;
  line-height: 44px;
}
.resume a{color: #16509b; text-decoration: underline;}

.join_head_r_img{
  /*width: 470px;*/
  margin-left: 20px;
  position: relative;
}
.join_head_r_img:before{
  position: absolute;
  top: -20px;
  left: -20px;
  width:100%;
  height: 100%;
  z-index: 1;
  background: #fff;
  content:"";
}
.join_head_r_img img{
  position: relative;
  z-index: 2;
}

.join_block{
  display: none
}
.join_block.active{ display: block; }

.join_box{
  font-size: 18px;
  line-height: 32px;
}
.join_box img{max-width: 100%;}
.idea{
  text-align: center;
  margin-top: 25px;
}


.msg_desc{
  font-size: 14px;
  line-height: 26px;
  color: #666;
  text-indent: 2em;
  margin-bottom: 30px;
}


.msg_desc{
  font-size: 14px;
  line-height: 26px;
}
.message{ margin-top: 52px; }
.msg_items{ margin-bottom: 15px; }
.msg_name{
  float: left;
  width:132px;
  padding-right: 20px;
  line-height: 38px;
  text-align: right;
  font-size: 14px;
}
.required{
  font-size: 20px;
  color: #ff0000;
}
.msg_inp{
  width:298px;
  height:36px;
  padding:0 10px;
  border:1px solid #dddddd;
}
.code{
  width:158px;
  margin-right: 15px;
}
.verimg{
  width:85px;
  height: 38px;
  cursor: pointer;
}
.msg_textarea{
  width:498px;
  height:118px;
  padding:10px;
  resize: none;
}
.sub_btn{
  width:130px;
  height:40px;
  font-size: 14px;
  color: #fff;
  border:none;
  background: #27499d;
}
.sub_btn:hover{
  color: #27499d;
  background: #ddd;
}
.conts_list{
  margin-top: 50px;
}
.conts_list li{
  float: left;
  width:33.3%;
  text-align: center;
}
.conts_name{
  font-size: 16px;
  line-height: 30px;
  margin: 12px 0;
}

/**/
.search_top{
  margin-top: 130px;
}
.mn-cont-head{
  font-size: 14px;
  line-height: 34px;
}
.searlist{
  margin-top: 30px;
  min-height: 350px;
}
.searlist li {
  float: left; 
  width: 46%; 
  padding: 0 2%; 
  margin-right: 0;
  font-size: 14px;
   margin-bottom: 15px; 
   line-height: 34px;
 }
.seartitle { 
  float: left;
  width: 70%; 
  overflow: hidden; 
  text-overflow: ellipsis; 
  white-space: nowrap 
}
.new-more { 
  float: right;
}











