*{
  -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-color:#f6f6f6 !important} 
a{text-decoration: none;color: #fff;}
img{display: block;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: 1170px;
  margin: 0 auto;
}
.left{float: left;}
.right{float: right;}
.clear{clear: both;}

header .main{
  overflow:hidden;
}
header .main .logo{
  padding:15px 0;
}
header .main .logo img{
  height: 42px;
}
header .main .nav-list li{
  display: inline-block;
  line-height: 42px;
  padding: 15px 10px;
  margin:0 3px;
}
header .main .nav-list li.current,header .main .nav-list li:hover{
  border-bottom: solid 3px #ff7150;
}


.sbanner{background: url(../images/banner/clfw.jpg) no-repeat center;height: 500px;background-size: cover;background-size: 100% !important;background-repeat: no-repeat !important;}

.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;}
.jsy{background: url(../images/banner/jsy.jpg) no-repeat center;background-size: cover;}

.content{
  padding-bottom:50px;
}
.content .nav{
  overflow: hidden;
  margin:0 -30px;
  padding:0px 0 50px;
}
.content .nav li{
  float: left;
  width: 15%;
  margin:80px 0;
  border:1px solid #fff;  
}

.content .nav li:hover {
  border:1px solid #c42019; 
  transition: 0.9s; 
}

.content .news_nav li{
  width: 33.3333%;

}
.content .nav li a{
  color:#fff;
  display: block;
  font-size: 24px;
  width: 100%;
  text-align:center;
  text-decoration : none
}

.content .nav li:first-child {
  border-right: none;
}
.content .nav li.act a,.content .nav li:hover a{
  color: #fff;
  background-color: #c42019;
  transition: 0.9s;
}
.content .nav li a span{
  font-size: 12px;
  float: right;
}
.content .service{
}
.content .service .ser_li{
  overflow: hidden;
  border:solid 1px rgba(255,255,255,.4);
  margin-bottom: 50px;
}
.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: 63%;
  padding: 15px 0;
  color: #fff;
}
.content .service .ser_li .text h3{
  font-size: 20px;
  margin-bottom: 15px;
}
.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;
  height: 48px;
  line-height: 24px;
  color: #a0a0a0;
}
.content .service .ser_li .text a{
  display: inline-block;
  border-radius: 30px;
  border:solid 1px #a0a0a0;
  color: #fff;
  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{
}
.news .row{
  margin:0 -15px;
  overflow:hidden;
}
.news .row .new_li{
  width: 33.3333%;
  float: left;
  padding:15px;
  margin-bottom: 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: 20px;
  margin-bottom: 15px;
}
.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;
  height: 48px;
  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: #fff;height: 42px;line-height: 42px;}
.title span{padding: 8px 0;border-bottom: solid 1px #ff7150;}

.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: 120px;cursor: pointer;}
.partner .par_li img{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.partner .par_li:hover img{
  filter: none;
}

.about{color: #fff;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;}
.about .amain p span{color: #ff7150;}
.about .amain .img img{margin: 40px auto 20px;width: 220px;}

::-webkit-input-placeholder {
color: #aaa;
}
:-moz-placeholder {
color: #aaa;
}
::-moz-placeholder{
color: #aaa;
}
:-ms-input-placeholder {
color: #aaa;
}

.contact{overflow: hidden;color: #fff;}
.contact .map,.contact .text{width: 50%;float: left;}
.contact .text{padding-left: 50px;}
.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(255,255,255,.3);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;}

.recruit{background: #fff;}
.recruit .th{background: #ff7150;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;}
.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);color: #fff;}/*background: #fff;*/
.detail h3{font-size: 24px;text-align: center;padding-bottom: 10px;}
.detail .time{color: #a0a0a0;text-align: center;padding-bottom: 10px;margin-bottom: 30px;border-bottom: dotted 1px #e8e8e8;}
.detail .info p{text-indent: 2em;}






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;
}

/*列表*/
.sbanner {background: url(../images/banner-dj.jpg) no-repeat center;background-size: cover;}
.subcon{width: 100%;display: inline-block;margin-bottom: 50px;}
.subcon .col-md-9,.subcon .col-sm-9{padding-bottom: 50px;padding-left: 30px;}
.subconl-tit{height: 136px;color: #000;text-align: center;padding-top: 30px;background-size: 100% 100%;position: relative;
    margin-top: -70px;}
.subnav {color: #303030;font-size: 13px;text-align: right;position: relative;margin: 10px 0;}
.subnav a {color: #303030;margin: 0 6px;}
.subnav a:after {content: '>';margin-left: 8px;}
.subnav a:last-child:after{content: "";}
.sub-tittle{width: 100%;border-bottom: 1px solid #959595;}
.sub-tittle h3{font-size: 18px;color:#424242;position: relative;width: 80%;}
.sub-tittle h3:after{content: "";width:6px;height: 26px;position: absolute;left: 0;top: 0;}
.list-text10-text{position: relative;overflow: hidden;padding: 10px 30px;border: 1px solid #bfbfbf;height: 160px;}
.list-text10-text p{position: relative;left: 0;transition: 0.9s;line-height: 26px;height: 78px;overflow: hidden;color: #999;width: 100%;padding: 0;}
.list-text10-date{right: 20px;font-size: 14px;color: #999;width: 100%;margin: 20px 0;border-bottom: 1px solid #e1e1e1;}
.list-text10-date span{float: right;line-height: 40px;margin-right: 20px;}
.list-text10-date h4{transition: 0.9s;color: #9b9b9b;font-size: 18px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width: 425px; float: left;}
.list-text10-date p{width: 100%;display: inline-block;margin-bottom: 16px;}
.left1-title{margin-bottom: 20px;}
.left1 ul{padding:0;margin-top:2px;}
.left1 ul li{display:block;line-height:60px;padding-left:35%;transition:all .9s cubic-bezier(.215,.61,.355,1) 0s;}
.left1 ul li a{color:#666;display:block;font-size:14px;position:relative;padding:0;line-height:60px;height:60px}
.left1 ul li a.active,.left1 ul li a:hover{color:#003f8f;}
.left1 ul li a.active:before,.left1 ul li a:hover:before{content:'';position:absolute;display:block;width:3px;height:22px;background:0 0;left:-16px;margin-top:20px;transition:all .9s cubic-bezier(.215,.61,.355,1) 0s;background:#406398;}
.left1 ul li:hover{padding-left:40%;}
.left-tel{color: #ed6d00;text-align: center;font-size: 16px;margin: 20px 0;border-bottom: 1px solid #e1e1e1;display: inline-block;width: 100%;}
.left-tel img{margin-right: 6px;}
.left-tel h3{padding-bottom: 20px;}
.subconl-tit p{margin: 0;font-size: 26px;}
.content {padding-bottom: 50px;}
.content img {width:auto;max-width:100%;}	
.content .subnav{top:0;border-bottom: 1px solid #e1e1e1;}
.content h3{text-align: center;margin-bottom: 20px;margin-top: 30px;padding: 0 15px;}
.content p{text-align: left;font-size: 14px;line-height: 2;padding: 0 15px;}
.content img{text-align: center;}
.subcon .container .col-md-3 {float:left;}
.subcon .container .col-md-9 {float:left;}
.subcon .container .img{height:182px;max-width: 243px;overflow: hidden;}
/* .subcon .container{margin-top: -100px;} */
@media (min-width: 1680px){
.container{width: 1400px !important;}
}
.left1 {background-color: #fff !important;box-shadow:0 21px 21px rgba(21, 21, 21, 0.4);margin-right:5px}
.content-box {background-color: #fff !important;box-shadow:0 21px 21px rgba(21, 21, 21, 0.4);padding:40px;}
.clear{clear:both}
.content-box .relevant {border-top:1px solid #ccc;padding-top:20px;}
.content-box .relevant a{color:#000;font-size:12px}
.content-box .relevant a:hover{text-decoration: none;color:#406398}
.text a{color:#424242;}
.text a:hover{color:#406398;text-decoration: none;}
.text h3{font-size:18px;}
.text-pic a{color:#424242;}
.text-pic a:hover{color:#406398;text-decoration: none;}
.text-pic span {font-size: 14px;color: #ccc;}
.text-pic h3{font-size:16px;}
.table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-right: 1px solid #ddd;}

/*图文列表*/
.service h3{font-size:18px;color:#00367b;width: 100%}
.service .info{font-size:16px;color:#6d6d6d;}
.ser_li{margin:20px 0px;padding-bottom:20px;height: 220px;padding: 20px 0;transition: all .9s cubic-bezier(.215,.61,.355,1) 0s !important;}
.ser_li:hover{background-color: #f6f6f6;transition: all 0.9s ease-in-out;-webkit-transition: all 0.9s;cursor: pointer;}
.ser_li:hover a {transform: translateX(10px);transition: all 0.9s ease-in-out;color: #333;-webkit-transition: all 0.9s;cursor: pointer;}
.ser_li:hover img {transform: scale(1.08);transition: all 0.9s ease-in-out;-webkit-transition: all 0.9s;cursor: pointer;}
.ser_li:hover h3 a {color: #c9151e;}
.ser_li div{margin-bottom: 10px;}
.ser_li .info{font-size:13px;margin-top: 20px;color: #999;}
.search-box .ser_li div{margin-bottom: 10px;height: auto;}
.ser_li img{overflow: hidden;height: 100%;transition: all .9s cubic-bezier(.215,.61,.355,1) 0s !important;}
.ser_li .piclist-text h5,.ser_li .piclist-text p {color:#424242;font-size: 14px;}
.ser_li .piclist-text:hover h5{color:#406398}
.ser_li a:hover {text-decoration:none}
.ser_li .time{margin-top:10px;color:#818181;padding-bottom:20px;float:right}
.ser_li .time a{color:#999;/* border:1px solid #00367b; */padding:5px 15px;border-radius:15px;margin-right:20px;float:left;transition: all .9s cubic-bezier(.215,.61,.355,1) 0s !important;}
.ser_li .text{border-bottom:1px solid #ccc;height: 100%;}
.pic-list-box{background-color: #fff !important;box-shadow:0 21px 21px rgba(21, 21, 21, 0.4);padding:40px;margin-top: -48px;}

/*搜索*/
.search-box{background-color:#fff;padding: 50px 30px;}
.subcon .container .search-box {background-color: #fff !important;box-shadow:0 21px 21px rgba(21, 21, 21, 0.4);}
 

/*页底*/
.footer{text-align: left;background:#1a1a1a; float: left;width: 100%;color: #797979;display: inline-block;padding: 20px 0;position: relative;}
.footer .link ul{width: 100%;float: left;margin-bottom:10px}
.footer .link li{float: left;text-align: left;color: #9d9d9d;font-size: 12px;margin-right: 50px;}
.footer a{margin-right:40px}
.footer .link li:last-child{margin-right: 10px;}
.footer .link li h5{font-weight: 500;float: left;font-size: 16px;width: 100%;margin-bottom: 20px;}
.footer .link li p a{color: #9d9d9d;float: left;margin-bottom: 10px;width: 100%;}
.footer .add h4{margin-bottom: 20px;font-size: 16px;}
.footer .add img{width: auto;float: left;margin-right: 10px;}
.footer .orange{color: #ed6d00;}
.footer img{margin-right: 10px;float: left;width: 120px;}
.footer .copy{border-top: 1px solid #4d5258;padding-top:20px;font-size: 12px;width: 100%;display: inline-block;margin-top: 20px;}
.footer .copy a{color: #797979;font-size:12px}
.footer .col-md-6{padding-left: 0;}
.top{position: absolute;top: -32px;left: 45%;cursor: pointer;}
.scroll{width:auto;left:48%;bottom:350px;cursor:pointer;position: absolute;}
.footer .container .left{float: left;}
.footer .add li{font-size:14px;color:#cacaca;line-height: 30px;}
.footer .add p{font-size:18px;color:#cacaca}
.footer .link li{font-size:14px;color:#cacaca}
.footer .english{border:1px solid #cacaca;padding:5px 8px;width:133px;height: 40px;text-align: right;margin-bottom:10px;font-size:16px;}
.footer a{font-size:14px;color:#cacaca;}




@media (max-width: 1024px){
  .main{width: 100%;}
  .content .nav{margin:0;}
  footer{padding:0 20px;}
  .content .service,.news,.detail,.about,.partner,.title,.contact,.recruit{width: 95%;margin:0 auto;}
  .title{margin-bottom: 20px;}
  .sbanner {margin-top: 0;height: 200px;}
}
@media (max-width: 900px){
.sub_menu {height:0px;overflow:hidden;}
  header{position: fixed;top: 0;left: 0;width: 100%;background: #000;z-index: 999;}
  body{padding-top: 80px;}
  .content{padding: 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.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s 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.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    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 span{display: inline-block;}
  header .main .nav-list li.current a span, header .main .nav-list li:hover a span{border-color: #ff7150;}
  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: #ff7150;}

  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;}
  .top {
    top: 10px;
    left: 75%;
    cursor: pointer;

}
.footer img {

    margin-right: 10px;
    float: left;

}
}
@media (max-width: 480px){
  body{padding-top: 57px;font-size: 13px;}
  header .main .logo{padding:10px 0;}
  header .main .logo img{height: 36px;}
  header .muen{width: 32px;height: 32px;}

  .sbanner{margin-top: 50px;height: 150px;}
  .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 .new_li{float: none;width: 100%;padding:0 0;}
  .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;}


  #dituContent{height:400px;margin-bottom: 15px;}
  .footer{padding:0 10px;10px;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;}
  .footer .col-sm-2,.footer .col-sm-10{display:none}
  
  
.subcon .container{margin-top: 0px;}
.left1 {background-color: #fff !important;margin-right:5px;box-shadow: 0 0px 0px rgba(225, 225, 225, 0.4);}
.content-box {background-color: #fff !important;padding:40px;box-shadow: 0 0px 0px rgba(225, 225, 225, 0.4);}
.subcon .container {padding-right: 0px;padding-left: 0px;}
.content-box {padding: 10px 5px;}
body {background-color: #fff !important;}
.subcon .col-md-9, .subcon .col-sm-9 {padding-left: 0px;}
.footer .copy {border-top: 0px solid #4d5258;padding: 10px;}
.top {
    top: 10px;
    left: 69%;}
}
#section2 .about-year ul, ol {
    margin-bottom: 10px;
}

.col-xs-6 {
    margin-bottom: 10px;
}

.about-year p {
    font-size: 12px;
}
.sub-tittle h3 {
    width: 100%;
    margin-bottom: 10px;
}
}