@charset "utf-8";
html, body, div, span, h1, h2, h3, h4, h5, h6, hr, p, a, samp, strong, blockquote, dl, dt, dd, ul, ol, li, pre, form, label, table, tbody, tr, th, td, img {
	border: 0 none;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: '微软雅黑';
	list-style-type: none;
	line-height: 180%;
	letter-spacing: 1px;
}
body {
	background: #fff;
  overflow-x: hidden;
}
img {
	max-width: 100%;
	max-height: 100%;
}
a {
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding: 0; 
}


.container{
	margin: 0 auto!important;
	display: block;
}


.nav {
	list-style: none;
	margin: 0 auto;
}
.nav li {
	display: inline-block;
	position: relative;
}
.nav li a {
	color: #fff;
	font-weight: 500;
	padding: 10px 30px;
	display: inline-block;
}
.nav li a:hover{
	background-color: #2e70da;
}
.nav li a:focus {
	-moz-outline-style: none;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  line-height: 1;
  z-index: 999;
  position: relative;
  top: 5px;
  right: 0;
  display: inline-block;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
 display: inline-block;
 text-align: center;
}
#cssmenu ul.open{
  padding-top: 20px;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 15px 20px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #27aece;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #27aece;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 160px;
  font-size: 12px;
  background: #333333;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 14px;
    right: 20px;
    display: block;
    width: 17px;
    height: 2px;
    background: #fff;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 17px;
    height: 8px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}


.head{
  background: #333;
}
.head_left img{
  max-width: 150px;
  margin-top: 10px;
}
.head_dh {
  display: block;
  clear: both;
  overflow: hidden;
  padding: 10px 0;
}
.top_bj{
  background: url(../images/bj.png) no-repeat;
  background-size: 100%100%;
  padding: 6% 0;
}

.top_box_l_1{
  font-size: 40px;
  font-weight: bold;
  color: #000;
}
.top_box_l_2{
  font-size: 14px;
  color: #000;
}
.top_box_left{
  padding-right: 5%;
  padding-top: 5%;
}
.top_box_l_3{
  margin-top: 7%;
}
.top_box_l_3 a{
  display: inline-block;
  font-size: 14px;
  background: #27aece;
  border-radius: 20px;
  color: #fff;
  padding: 2px 20px;
}
.ser_li_tp{
  height: 250px;
  padding-right: 20px;
}
.ser_li_tp1{
  height: 250px;
  padding-left: 20px;
}
.ser_li{
  margin: 15px 0;
  clear: both;
  overflow: hidden;
}
.ser_li_tp img{
  width: 100%;
  height: 100%;
  display: block;
}
.ser_li_tp1 img{
  width: 100%;
  height: 100%;
  display: block;
}
.ser_li_tp1 img:hover{
      transition-duration: 1.5s;
  -webkit-transform: scale(1.05);  
  -moz-transform: scale(1.05) ;
  -o-transform: scale(1.05) ;
  -ms-transform: scale(1.05) ;
}
.ser_li_tp img:hover{
      transition-duration: 1.5s;
  -webkit-transform: scale(1.05);  
  -moz-transform: scale(1.05) ;
  -o-transform: scale(1.05) ;
  -ms-transform: scale(1.05) ;
}
.ser_li_wz{
  padding: 5%;
  background: #f3f3f3;
  height: 250px;
}
.ser_li_wz:hover{
  background: #eee;
}
.ser_li_wz .p1{
  font-size: 2rem;
  font-weight: bold;
  color: #444;
}
.ser_li_wz .p2{
  font-size: 1rem;

  color: #666;
}
.ser_t{
  text-align: center;
  font-size: 26px;
  color: #666;
  letter-spacing: 2px;
}
.ser_t_1{
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #333;
  padding-bottom: 10px;
}
.services{
  padding: 5% 0;
}

.news{
  clear: both;
  overflow: hidden;
  padding: 5% 0;
}

.new_t{
  text-align: right;
  font-size: 40px;
  font-weight: bold;
  color: #42a8c4;
  position: relative;
}
.new_t:after{
    position: absolute;
    right: 20%;
    top: 70%;
    width: 20%;
    height: 1px;
    background: #999;
    content: "";
}
.new_t_w{
  text-align: right;
  font-size: 16px;
  color: #42a8c4;
}

.new_t_w span{
  height: 10px;
  width: 20px;
  background: #42a8c4;
  display: inline-block;
  margin-left: 10px;
}
.news_li{
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0 10px;
  padding: 3% 0;
  border-bottom: 1px solid #333;
}
.news_li:hover{
  background: #f5f5f5;
}
.news_li_l_1{
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.news_li_l_2{
  text-align: right;
}
.news_li_l_3{
  font-size: 14px;
  color: #999;

}
.news_li_left{
  padding-right: 5%;
  padding-left: 5%;
}
.news_li_left div{
  margin-bottom: 10px;
}
.news_li_l_2 a{
  display: inline-block;
  font-size: 14px;
  color: #fff;
  border-radius: 20px;
  border: 1px solid #27aece;
  background: #27aece;
  padding: 2px 20px;
}
.news_li_l_2 a:hover{
   border: 1px solid #27aece;
  background: #fff;
  color: #27aece;
}
.news_li_right img{
  padding: 10px;
}
.ser_t_2{
  letter-spacing: 2px;
  font-size: 18px;
  color: #666;
  text-align: center;
  padding-bottom: 10px;
}
.ser_img{
  text-align: center;
  padding: 3% 0;
}
.ser_img img{
  display: block;
  margin: 0 auto;
}
.ser_t_3{
  font-size: 20px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.ser_t_3 span{
  display: inline-block;
  padding: 0 5px;
  color: #444;
  font-weight: 500;
}
.ser_px{
  background: #27aece;
  margin: 5% 0;
  clear: both;
  overflow: hidden;
  display: block;
}
.ser_px_r{
  padding: 5%;

}
.ser_px_r_1{
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 10px;

}
.ser_px_r_1 span{
  margin-bottom: -10px;
  height: 45px;
  width: 10px;
  background: #fff;
  margin-right: 15px;
  display: inline-block;
}
.ser_px_r_2 img{
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
}
.ser_px_r_2{
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 10px;
}
.ser_px_left img{
  width: 100%;
  display: block;
}
.footer{
  background: #333;
  padding: 3% 0;
}
.footer p{
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 5px 0;
}
.footer p span{
  display: inline-block;
  padding: 0 10px;
}
@media (max-width: 768px){
  .ser_t_2{
    font-size: 16px;
  }
  .ser_px_r_1{
    font-size: 30px;
  }
  .ser_px_r_2{
    font-size: 22px;
  }
  .top_box_l_1{
    font-size: 30px;
  }
  .ser_li_tp1{
    height: auto;
    padding-left: 0;
  }
  .ser_li_wz{
    height: auto;
  }
  .ser_li_tp{
    height: auto;
    padding-right: 0;
  }
  .new_t_w span{
    height: 8px;
    width: 16px;
  }
  .new_t_w{
    font-size: 14px;
  }
  .new_t:after{
    right: 40%;
  }
  .new_t{
    font-size: 24px;
  }
  .news_li_l_2{
    text-align: left;
  }
  .news_li_l_1{
    font-size: 15px;
  }
  .head_right{
  position: relative;
  margin-top: -40px;
}
  .head_dh{
    padding: 0;
  }

}
