*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  min-height: 100%;
  font-size: 14px;
  font-family: Microsoft Yahei,Helvetica, Arial, sans-serif;
}
body, html,h1,h2,h3,h4,h5,h6,p{
  font-weight: 300;
  padding: 0;
  margin: 0;
}
ul,li,ol,dl,dt{
  list-style: none;
  padding:0;
  margin: 0;
}
body{
  
  background-size: cover;
}
a{text-decoration: none;color: #fff;}
img{margin: 0;}
.midle{text-align: center;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;height:  100%;}
.main{
  width: 1200px;
  margin: 0 auto;
}
.left{float: left;}
.right{float: right;}
.clear{clear: both;}

header{
	background-color:#fff;
	position: relative;
}
header .main{
  /*overflow:hidden;*/
  height:80px;
  position:relative;
}
header .main .logo{
  padding:0px 0;
}
header .main .logo img{

}
header .main .nav-list {
	
  display: none;
}
header .main .nav-list li{
	
  display: inline-block;
  font-size: 18px;
  line-height: 80px;
  padding: 0px 20px;
}
header .main .nav-list li.current,header .main .nav-list li:hover{

  background-color: #005ca3;
}
.current{
  background-color: #005ca3;
}.current a{
 color: #fff;
}
header .main .nav-list li.current,header .main .nav-list li a:hover{
  color: #fff;
}
header .main .nav-list li.current a{
  color: #fff;
}


.dropdown {
  position:relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  left:0;
  width: 100%;
  top:80px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.0);
  background-color: rgba(255,255,255,1);
  padding: 6px 0px;
  z-index:9999999;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.head-all{
	position:relative;
}
.dropdown-content p{
	text-align:center;
	font-size:15px;
	line-height:36px;
}

.dropdown-content p  a{
	color: #000 !important;
}
.dropdown-content :hover{
	color: #ff0000 !important;
}

.container-fluid {
  width: 100%;
  padding-bottom: 10px;
}

.carect {
  position: relative;
  width: 0;
  height: 0;
  margin-left: 5px;
  margin-bottom: 2px;
  border-top: 6px solid;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-radius: 10px;
  display: inline-block;
}















.sbanner{background: url(../images/banner/clfw.jpg) no-repeat center;height: 300px;background-size: cover;position: relative;}
.sbanner h3{font-size: 32px; color: #000;line-height:300px;}
.sbanner .main{position: relative;height: 100%;}
.sbanner .main .text{position: absolute;right: 0;bottom: 0;width: 55%;background: rgba(255,113,80,.9);padding:15px 30px;text-align: right;color: #FFF;}
.sbanner .main .text h3{font-size: 24px;font-weight: 600;}
.sbanner .main .text p{margin:10px 0;line-height: 1px;}
.sbanner .main .text p span{display: inline-block;height: 1px;width: 40%;background: rgba(255,255,255,.5);}
.sbanner .main .text div{font-size: 15px;line-height: 24px;}

.clfw{background: url(../images/banner/clfw.jpg) no-repeat center;background-size: cover;}
.wxby{background: url(../images/banner/wxby.jpg) no-repeat center;background-size: cover;}
.aqgl{background: url(../images/banner/aqgl.jpg) no-repeat center;background-size: cover;}
.jrgl{background: url(../images/banner/jrgl.jpg) no-repeat center;background-size: cover;}
.hyfw{background: url(../images/banner/hyfw.jpg) no-repeat center;background-size: cover;}
.mfzq{background: url(../images/banner/mfzq.jpg) no-repeat center;background-size: cover;}
.lxwm{background: url(../images/banner/lxwm.jpg) no-repeat center;height: 300px;background-size: cover;}
.lxwm h3{font-size: 32px; color: #000;line-height:300px;}
.hezuo{background: url(../images/banner/hezuo.jpg) no-repeat center;height: 300px;background-size: cover;}
.hezuo h3{font-size: 32px;color: #000;line-height:300px;text-align: center;}
.hezuo img{max-width:100%;    display: inline-block;}
.job img{max-width:100%;    display: inline-block;}
.newsbg  img{max-width:100%;    display: inline-block;}
.pro img{max-width:100%;    display: inline-block;}
.sbanner img{max-width:100%;    display: inline-block;}
.lxwm img{max-width:100%;    display: inline-block;}
.job{background: url(../images/banner/job.jpg) no-repeat center;height: 300px;background-size: cover;}
.job h3{font-size: 32px;color: #000;line-height:300px;}
.newsbg{background: url(../images/banner/news.jpg) no-repeat center;height: 300px;background-size: cover;}
.newsbg img{max-width:100%;    display: inline-block;}
.newsbg h3{font-size: 32px; color: #000;}
.pro{background: url(../images/banner/pro.jpg) no-repeat center;height: 300px;background-size: cover;}
.pro h3{font-size: 32px; color: #000;line-height:300px;}
.content{
  background-color:#fff;
  padding:20px 0;
}
.content .nav{
  overflow: hidden;
  margin:0 -30px;
  padding:0px 0 50px;
}
.content .nav li{
  float: left;
  width: 25%;
  padding:10px 30px;
}
.content .news_nav li{
  width: 25%;
}
.content .nav li a{
  border-bottom: solid 1px rgba(255,255,255,.5);
  display: block;
  font-size: 20px;
  width: 100%;
  padding:8px 0;
}
.content .nav li.act a,.content .nav li:hover a{
  border-bottom: solid 0px #005ca3;
  color: #005ca3;
}
.content .nav li a span{
  font-size: 12px;
  float: right;
}

.menu_list{float:left;width:20%;}
.menu_head{height:47px;line-height:47px;padding-left:38px;font-size:14px;color:#525252;cursor:pointer;border:1px solid #e1e1e1;position:relative;font-weight:bold;background:#f1f1f1 url(../images/pro_left.png) center right no-repeat;margin:0;}
.menu_list .current{ }
.menu_body{height:auto;overflow:hidden;line-height:38px;border-left:1px solid #e1e1e1;backguound:#fff;border-right:1px solid #e1e1e1;}
.menu_body a{display:block;height:38px;line-height:38px;padding-left:38px;color:#777777;background:#fff;text-decoration:none;border-bottom:1px solid #e1e1e1;}
.menu_body a:hover{text-decoration:none;}

.content .service{
}
.content .service .ser_li{
  overflow: hidden;
  border-bottom:solid 1px rgba(0,0,0,.1);
  margin-bottom: 0px;
}
.content .service .ser_li .img{
  float: left;
  width: 35%;
}
.content .service .ser_li .img img{
  width: 100%;
}
.content .service .ser_li .text{
  float: right;
  width: 100%;
  padding: 20px 0;
  color: #fff;
}
.content .service .ser_li .text h3{
  font-size: 20px;
  margin-bottom: 15px;
  color:#333;
}
.content .service .ser_li .text .time{
  color: #a0a0a0;
  background: url(../images/icon4.png) no-repeat left center;
  padding-left: 25px;
}
.content .service .ser_li .text .info{
  margin:20px 0 35px;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
  color: #a0a0a0;
}
.content .service .ser_li .text a{
  display: inline-block;
  border-radius: 30px;
  border:solid 1px #a0a0a0;
  color: #666;
  padding:8px 30px;
}
.content .service .ser_li .text a.act,.content .service .ser_li .text a:hover{
  background: #eb6b4e;
  border-color: #eb6b4e;
}

/*
.skype-loader {
  width: 80px;
  height: 80px;
  position: relative;
  margin: auto;
  margin-top: 60px;
}

.skype-loader .dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;

  animation: 1.7s dotrotate cubic-bezier(0.775, 0.005, 0.310, 1.000) infinite;
}

.skype-loader .dot:nth-child(1) {
  animation-delay: 0.2s;
}

.skype-loader .dot:nth-child(2) {
  animation-delay: 0.35s;
}

.skype-loader .dot:nth-child(3) {
  animation-delay: 0.45s;
}

.skype-loader .dot:nth-child(4) {
  animation-delay: 0.55s;
}

.skype-loader .dot:after, .skype-loader .dot .first {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
  left: 50%;
  margin-left: -4px;
}

.skype-loader .dot .first {
  background: #fff;
  margin-top: -4px;
  animation: 1.7s dotscale cubic-bezier(0.775, 0.005, 0.310, 1.000) infinite;
  animation-delay: 0.2s;
}

@keyframes dotrotate { 
  from { transform: rotate(0deg); } 
  to { transform: rotate(360deg); }
}

@keyframes dotscale { 
  0%, 10% { width: 16px; height: 16px; margin-left: -8px;  margin-top: -4px; } 
  50% { width: 8px; height: 8px; margin-left: -4px; margin-top: 0; }
  90%, 100% { width: 16px; height: 16px;  margin-left: -8px;  margin-top: -4px; }
}*/
.news{float:right;width:80%;
}
.news .row{
  margin:0 0px;
  overflow:hidden;
}
.news .secher{
  margin:0 0px;
  overflow:hidden;
}
.news .form-control{
  width: 30%;
  height: 30px;
  margin:0 15px;
  padding-left: 10px;
  overflow:hidden;
}
.news .btn {
  width: 10%;
}
.news .form-inline p{
  font-size: 18px;
}
.news .row .new_li{
  width: 33.3333%;
  float: left;
  padding:15px;
}
.news .row .new_li_m{
  border:rgba(255,255,255,.4) solid 1px;
}
.news .new_li_m .img img{
  width: 100%;
}
.news .new_li_m .text{
  padding: 15px;
  color: #fff;
}
.news .new_li_m .text .time{
  color: #a0a0a0;
  margin-bottom:10px;
}
.news .new_li_m .text h3{
  font-size: 18px;
  margin-bottom: 15px;
  color: #565656;
}
.news .new_li_m .text .info{
  margin-bottom:15px;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
  color: #a0a0a0;
 
}
.news .new_li_m:hover{
  box-shadow: 3px 3px 8px 2px rgba(0,0,0,.1);
  cursor: pointer;
}

.title{font-size: 20px;margin-bottom: 30px;color: #000;height: 42px;line-height: 42px;}
.title span{padding: 8px 0;border-bottom: solid 1px #005ca3;}

.partner{overflow: hidden;border-top: solid 1px rgba(255,255,255,.3);border-left: solid 1px rgba(255,255,255,.3);margin-top: 50px;}
.partner .par_li{width: 25%;float: left;border-bottom: solid 1px rgba(255,255,255,.3);border-right: solid 1px rgba(255,255,255,.3);text-align: center;min-height: 100px;cursor: pointer;padding-left:2%;padding-right:2%}
.partner .par_li img{
  transition: all 0.6s;
  max-width:90%;
}
.partner .par_li:hover img{
  filter: none;
   transform: scale(1.2);
}

.about{color: #000;font-size: 16px;}
.about h4{font-size: 32px;text-align: center;margin-bottom: 20px;}
.amain .top{overflow: hidden;padding: 30px 0;}
.amain .top .top_li{width: 50%;float: left;}
.amain .top .top_li img{width: 100%;border:solid 8px rgba(255,255,255,.2);}
.about .amain p{line-height: 32px;text-indent:2em}
.about .amain p span{color: #ff7150;}
.about .amain .img img{margin: 40px auto 20px;width: 220px;}
.about .amain  img{ display: inline;max-width: 100%;}
::-webkit-input-placeholder {
color: #aaa;
}
:-moz-placeholder {
color: #aaa;
}
::-moz-placeholder{
color: #aaa;
}
:-ms-input-placeholder {
color: #aaa;
}

.contact{overflow: hidden;}
.contact .map,.contact .text{width: 50%;float: left;}
.contact .text{padding-left: 0px;}
.contact .map img{width: 100%;border:solid 8px rgba(255,255,255,.2);}
#dituContent{width:100%;height:700px;}
.contact .text h4{border-bottom: solid 1px rgba(255,255,255,.2);margin-bottom: 20px;}
.contact .text h4 span{padding:10px 0;border-bottom: solid 1px #ff7150;font-size: 18px;display: inline-block;}
.contact .text h5{font-size: 36px;margin:15px 0;}
.contact .text ul li{line-height: 32px;display: flex;}
.contact .text ul li img{margin-right: 8px;}
.contact .text .wechat{border-top: solid 1px rgba(255,255,255,.2);margin-top:30px;padding:20px 0;text-align: left;margin-bottom: 30px;}
.contact .text .wechat img{width: 120px;margin-right: 10px;}
.contact .text .form input,.contact .text .form textarea{width: 100%;background: rgba(0,0,0,.1);border:none;margin-bottom: 15px;padding:8px;line-height: 24px;color: #aaa;}
.contact .text .form textarea{height: 120px;}
.contact .text .form a{display: inline-block;background:#ff7150;color: #fff;border-radius: 30px;padding:10px  30px;}
.contact .text .form div{display: flex;margin-bottom: 15px;margin-left: -3.333%;}
.contact .text .form div select{background: rgba(255,255,255,.3);border:none;padding:8px;line-height: 24px;width: 30%;margin-left: 3.333%;color: #aaa;}

.contact .textl{width: 50%;float: left;padding-left: 50px;}
.contact .map img{width: 100%;border:solid 8px rgba(255,255,255,.2);}
#dituContent{width:100%;height:700px;}
.contact .textl h4{border-bottom: solid 1px rgba(255,255,255,.2);margin-bottom: 20px;}
.contact .textl h4 span{padding:10px 0;border-bottom: solid 1px #ff7150;font-size: 18px;display: inline-block;}
.contact .textl h5{font-size: 36px;margin:15px 0;}
.contact .textl ul li{line-height: 32px;display: flex;}
.contact .textl ul li img{margin-right: 8px;}
.contact .textl .wechat{border-top: solid 1px rgba(255,255,255,.2);margin-top:30px;padding:20px 0;text-align: left;margin-bottom: 30px;}
.contact .textl .wechat img{width: 120px;margin-right: 10px;}


.recruit{background: #fff;}
.recruit .th{background: #006db8;color: #fff;}
.recruit .th,.recruit .td{overflow: hidden;padding:0 15px;}
.recruit .td{border-bottom: solid 1px #ddd;}
.recruit .tt{line-height: 32px;padding:10px 0;float: left;font-size:16px;}
.recruit .th0{width: 30%;}
.recruit .th1{width: 20%;}
.recruit .th2{width: 10%;}
.recruit .th3{width: 15%;}
.recruit .th4{width: 20%;}
.recruit .th5{width: 5%;text-align: center;}
.recruit .th5 a{display: inline-block;border-radius: 50%;border:solid 1px #ddd;color: #ddd;text-align: center;line-height: 24px;width: 28px;height: 28px;font-size: 24px;font-weight: 600;margin-top: 2px;}
.recruit .text{display: none;border-top: solid 1px #ddd;}
.recruit .text.open{display: block;}
.recruit .text h4{font-size: 16px;padding: 15px 0;}
.recruit .text p{padding: 5px 0;font-size: 13px;}
.recruit .text .cont{font-weight: 600;padding:15px 0;position: relative;border-top: solid 1px #ddd;margin-top: 15px;}
.recruit .text .cont a{position: absolute;right: 0;top: 30px;background: #ff7150;color: #fff;border-radius: 5px;padding:5px 15px;}

.detail{padding:30px;line-height: 30px;border:solid 1px rgba(255,255,255,.4);}/*background: #fff;*/
.detail h3{font-size: 24px;text-align: center;padding-bottom: 10px;color: #333;}
.detail .time{color: #a0a0a0;text-align: center;padding-bottom: 10px;margin-bottom: 30px;border-bottom: dotted 1px #e8e8e8;}
.detail .info p{text-indent: 2em;color: #333;}


.prodetail{float:right;padding:30px;line-height: 30px;border:solid 1px rgba(255,255,255,.4);width:80%;}/*background: #fff;*/
.prodetail .info{border-top: solid 1px #e8e8e8;padding-top:15px;margin-top:15px;}
.prodetail h3{font-size: 24px;text-align: center;padding-bottom: 10px;color: #333;border-bottom: 1px solid #e1e1e1;}
.prodetail .time{color: #a0a0a0;text-align: center;padding-bottom: 10px;margin-bottom: 30px;border-bottom: dotted 1px #e8e8e8;}

.prodetail .infolist{width:100%;}

.prodetail .infolist .tu{ width:45%;float:left;padding:15px;}
.prodetail .infolist .tu img{ display: inline-block;max-width: 100%;}
.prodetail .infolist .zi{ width:55%;float:right;padding:15px;}
.prodetail .infolist .zi h2{font-size:20px;text-indent: 0em;color: #333;line-height:50px}


.prodetail .info p{text-indent: 0em;color: #333;}
.prodetail .info img{ display: inline-block;max-width: 100%;}
footer {border-top: solid 1px rgba(255,255,255,.2);    background: url(../images/bg.jpg) no-repeat center;}

footer .bot .main{text-align: left;}
footer .bot{padding:50px 0 30px;color:#fff;overflow: hidden;border-bottom: solid 1px rgba(255,255,255,.2);}
footer .bot .l,footer .bot .r{width: 50%;float: left;overflow: hidden;}
footer .bot .l .li3{width: 33.3333%;float: left;}
footer .bot .r .ri2{width: 70%;float: left;}
footer .bot h3{font-size: 16px;margin-bottom: 15px;}
footer .bot ul{margin-bottom: 20px;}
footer .bot ul li,footer .bot ul li a{color: rgba(255,255,255,.4);line-height: 24px;}
footer .bot .r .img{float: right;width: 25%;text-align: center;}
footer .bot .r .ri2 img{margin:0;width: 100%;margin-bottom: 15px;}
footer .bot .r .text{}

footer .copy{line-height: 42px;padding:20px 0;text-align: center;color: #fff;}
footer div.top{
  text-align: center;
  cursor: pointer;
  position: fixed;
  right: 25px;
  bottom: 30px;
  display: none;
}
footer  div.top a{
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  border:solid 1px #fff;
}

header .muen{display: none; background: url(../images/menu.png) no-repeat right center;}
.navbg{
  position: fixed;
  display: none;
  z-index: 99;
  width: 100%;
  height: 100%;
}
header .main .nav-list li a span {
    padding: 0 5px 0 30px;
    font-size: 12px;
    display: inline-block;
    margin-right: 20px;
    border-top: 5px solid transparent;
    display: none;
}

.page{  text-align:center;font-family: Arial, sans-serif;    margin-top: 20px;margin-bottom: 10px;}

.#pagination {

    display: inline-block;	 

}

#pagination a, #pagination i {

    display: inline-block;

    vertical-align: middle;

    width: 28px;

    color: #7D7D7D;

    text-align: center;

    font-size: 10px;

    padding: 3px 0 2px 0;

    -webkit-user-select:none;

       -moz-user-select:none;

        -ms-user-select:none;

         -o-user-select:none;

            user-select:none;

}



#pagination a {

    margin: 0 2px 0 2px;

    border: 1px solid #E6E6E6;

    cursor: pointer;

    padding: 4px 2px;

}

#pagination i {

    margin: 0 3px 0 3px;

}

#pagination a.current {

    background-color: #006db8;

    color: #FFFFFF;

}

.rz_bw_nav2001_m{height:80px;}
.nav2{margin:0  auto;height:80px;z-index:1;}
.nav2 a{text-decoration:none;}.
nav2_main{height:80px;padding:0 0px;background:#FFF;position:relative;}
#nav2_all{height:80px;float:left;z-index:222;}
#nav2_all li{text-align:center;float:left;}
#nav2_all li:hover{background:#005ca3;}
#nav2_all li a{display:inline-block;font-size:18px;cursor:pointer;padding:0 28px;height:80px;line-height:80px;white-space:nowrap;}
#nav2_all li a:hover{height:80px;line-height:80px;overflow:hidden;color:#fff;}
#nav2_all li ul{display:none;position:absolute;z-index:99;left:-5px;top:80px;}
#nav2_all ul li{background-image:none;line-height:32px;height:32px;padding-top:0px;padding:0;}
#nav2_all ul li a{background-image:none;padding:0px 10px;margin:0px;height:32px;font-size:14px;line-height:32px;color:#fff;font-weight:normal;background:#639ACA;border:none;}
#nav2_all ul li a:hover{background-image:none;padding:0px 10px;margin:0px auto;height:30px;line-height:30px;color:#FFF;background:#639ACA;border-top:none;}
.rz_bw_server_tel {font-size:14px;font-family:"微软雅黑", "幼圆", sans-serif;color:#fff;float:right;width:200px;height:80px;line-height:80px;text-align:center;background-color:#63aACA;}
@media (max-width: 1279px){
  .main{width: 100%;}
  .content .nav{margin:0;}
  footer{padding:0 20px;}
  .content .service,.detail,.about,.partner,.title,.contact,.recruit{width: 95%;margin:0 auto;}
  .content .service,.news,.prodetail{width: 80%;margin:0 auto;}
  .title{margin-bottom: 20px;}
	#nav2_all li a{display:inline-block;font-size:18px;cursor:pointer;padding:0 16px;height:80px;line-height:80px;white-space:nowrap;}
	.header .main .logo img{
width:80%;
}
	
}



}
@media (max-width: 1023px){
  header{position: fixed;top: 0;left: 0;width: 100%;background: #000;z-index: 999;}
  body{padding-top: 80px;}
  .content{padding:20px 0;}
  .content .nav{padding-bottom: 20px;}
  header .logo{
    width: 94%;float: none;overflow: hidden;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(3%);
    -ms-transform: translateX(3%);
    transform: translateX(3%);
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  header .main .logo img{float: left;}
  header .muen{display: block;width: 40px;height: 40px;float: right}
  header .nav-list{
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(0,0,0,.8);
    width: 200px;
    height: 100%;
    padding-top: 20%;
    z-index: 9999;
  }
  .content .nav li{width: 50%;padding:5px 15px;}
	header .main .nav-list {
    display: inline-block; 
}
  .rz_bw_nav2001_m{display:none;}
  .menu-is-open .nav-list{
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(-0px);
    -ms-transform: translateX(-0px);
    transform: translateX(-0px);
  }

  .menu-is-open .muen{background: url(../images/close.png) no-repeat right center;}

  .menu-is-open .logo {
    -webkit-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
    visibility: visible;
    -webkit-overflow-scrolling: touch;
  }
  header .main .nav-list li{width: 100%;padding:0;font-size: 18px;line-height: 36px;}
  header .main .nav-list li a{color: #a5a5a5;}
  header .main .nav-list li a span{display: inline-block;}
  header .main .nav-list li.current a span, header .main .nav-list li:hover a span{border-color: #fff;}
  header .main .nav-list li.current, header .main .nav-list li:hover{border:none;}
  header .main .nav-list li.current a, header .main .nav-list li:hover a{color: #fff;}

  footer .copy{display: block;padding:5px 0;line-height: 24px;}

  .detail{padding:20px;}
  .prodetail{padding:20px;}
  .content .service .ser_li{padding:0;}
  .content .service .ser_li .text .info{margin:8px  0;}
  .partner .par_li{width: 33.3333%;}

  .contact .map, .contact .text{width: 100%;float: none;padding:0;}
  .menu_list{float:left;width:100%;}
  .news .row .new_li{width: 50%;padding:0 0;}
  .news .secher {
    margin: 20px 0px 30px;
    overflow: hidden;
}
.secher {
    margin: 20px 0px 30px;
    overflow: hidden;
}
.content .service,.news,.prodetail{width: 100%;margin:0 auto;}
  .news .form-control {
    width: 60%;
    height: 30px;
    margin: 0 15px;
    padding-left: 10px;
    overflow: hidden;
}
.news .btn {
    width: 20%;
}
.form-inline{
	margin: 10px 0px 30px;
}
}


@media (max-width: 900px){
  header{position: fixed;top: 0;left: 0;width: 100%;background: #000;z-index: 999;}
  body{padding-top: 80px;}
  .content{padding:20px 0;}
  .content .nav{padding-bottom: 20px;}
  header .logo{
    width: 94%;float: none;overflow: hidden;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(3%);
    -ms-transform: translateX(3%);
    transform: translateX(3%);
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  header .main{
  overflow:hidden;
}
  header .main .logo img{float: left;}
  header .muen{display: block;width: 40px;height: 80px;float: right}
  header .main .nav-list {
	
  display: inherit;
}
  header .nav-list{
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(0,0,0,.8);
    width: 200px;
    height: 100%;
    padding-top: 20%;
    z-index: 9999;
  }
  .content .nav li{width: 50%;padding:5px 15px;}

  .menu-is-open .nav-list{
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(-0px);
    -ms-transform: translateX(-0px);
    transform: translateX(-0px);
  }

  .menu-is-open .muen{background: url(../images/close.png) no-repeat right center;}

  .menu-is-open .logo {
    -webkit-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
    visibility: visible;
    -webkit-overflow-scrolling: touch;
  }
  header .main .nav-list li{width: 100%;padding:0;font-size: 18px;line-height: 36px;}
  header .main .nav-list li a{color: #a5a5a5;}
  header .main .nav-list li a span{display: inline-block;}
  header .main .nav-list li.current a span, header .main .nav-list li:hover a span{border-color: #fff;}
  header .main .nav-list li.current, header .main .nav-list li:hover{border:none;}
  header .main .nav-list li.current a, header .main .nav-list li:hover a{color: #fff;}

  footer .copy{display: block;padding:5px 0;line-height: 24px;}

  .detail{padding:20px;}
  .content .service .ser_li{padding:0;}
  .content .service .ser_li .text .info{margin:8px  0;}
  .partner .par_li{width: 33.3333%;}

  .contact .map, .contact .text{width: 100%;float: none;padding:0;}
  
.menu_list{float:left;width:100%;}
  
  
  .news {
    width: 100%;
    margin: 0 auto;
}
  
  .nav2 {
    display: none;
}
  
  .prodetail {
    width: 100%;
}
.prodetail .infolist{width:100%;}

.prodetail .infolist .tu{ width:100%;float:left;padding:10px;}
.prodetail .infolist .tu img{ display: inline-block;max-width: 100%;}
.prodetail .infolist .zi{ width:100%;float:right;padding:0px;}
.prodetail .infolist .zi h2{font-size:20px;text-indent: 0em;color: #333;line-height:50px}
}


@media (max-width: 480px){
  body{padding-top: 57px;font-size: 13px;}
  header .main .logo{padding:10px 0;}
  header .main .logo img{height: 56px;}
  header .muen{width: 32px;height: 32px;}

  .sbanner{height: 200px;}
  .sbanner .main .text{width: 100%;padding:10px;text-align: center;}
  .sbanner .main .text h3{font-size: 15px;}
  .sbanner .main .text div{font-size: 12px;line-height: 18px;}
  .sbanner .main .text p{margin:5px 0;}
  
   .lxwm{height: 200px;}
  .sbanner .main .text{width: 100%;padding:10px;text-align: center;}
  .sbanner .main .text h3{font-size: 15px;}
  .sbanner .main .text div{font-size: 12px;line-height: 18px;}
  .sbanner .main .text p{margin:5px 0;}
  
  .content .service .ser_li .img,.content .service .ser_li .text,.news .row {float: none;width: 100%;padding:0 0;}
  .news .row .new_li{width: 50%;padding:0 0;}
  .news .secher {
    margin: 20px 0px 30px;
    overflow: hidden;
}
  .news .form-control {
    width: 60%;
    height: 30px;
    margin: 0 15px;
    padding-left: 10px;
    overflow: hidden;
}
.news .btn {
    width: 20%;
}
  .content .service .ser_li .text{padding:15px;}
  .about{font-size: 14px;}
  .about h4{font-size: 18px;}
  .amain .top .top_li{width: 100%;float: none;}
  .amain .top{padding-top: 0;padding-bottom: 20px;}
  .about .amain p{line-height: 24px;}
  .amain .top .top_li img{margin-top: 15px;}
  .partner .par_li{width: 50%;}
  .recruit .th4,.recruit .th2{width: 15%;}
  .recruit .tt{text-align: center;}
  .recruit .th0{text-align: left;}
  .recruit .text .cont a{top: 10px;}

  .content .service .ser_li .text h3{margin-top: 10px;}
  .menu_list{float:left;width:100%;}
  .news {width: 100%;margin:0 auto;}
  #dituContent{height:400px;margin-bottom: 15px;}
  footer{padding:0 10px;}
  footer .bot{padding: 20px 0 10px;}
  footer .bot .l, footer .bot .r{width: 100%;float: none;}
  footer .bot .r .text{padding-left: 0;border:none;}
  footer .bot .r .img{width: 30%;font-size: 12px;}
  footer .bot ul li a,footer .bot ul li{font-size: 12px;}
  footer .bot h3{font-size: 15px;margin-bottom: 10px;}
}

