@charset "utf-8";
/*******CSS commont*************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,form,input,textarea,p{margin:0;padding:0;}
img{border:0;}
ol,ul{list-style:none;}
h1,h2,h3{font-weight:normal;font-size:100%;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select,button{font-weight:inherit;font-size:inherit;font-family:inherit; border: 0px;}
input,textarea,select{*font-size:100%;}legend{color:#000;}
/*******CSS reset*************/
body{ background: #fff; color:#333; font-size: 12px; font-family:'Microsoft YaHei','微软雅黑',Arial;}
@media (min-width:1200px) 
{
    body{ font-size: 14px; }
}
@media (min-width:1601px) 
{
    body{ font-size: 15px; }
}
a{color:#333;text-decoration:none; cursor: pointer; transition: all 0.3s;}
a:hover{ text-decoration: none; color:#0555a4; }
.left{float:left;}
.right{float:right;}
.ovfl{ overflow:hidden;}
.mar{ margin:0px auto;}
.clear{clear:both;}
.hidden{display:none;}
.filter_bg8{ filter: alpha(opacity=80); opacity: 0.8; }
 
.imgbox {position:relative;overflow:hidden;width:100%;}
.imgbox:after {content:'';display:block;padding-top:75%;}
.imgbox img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s width;}
.imgbox:hover img{width:110%;transition:.36s width;}
.imgboxs {position:relative;overflow:hidden;width:100%;}
.imgboxs:after {content:'';display:block;padding-top:100%;}
.imgboxs img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s width;}
.imgboxs1 {position:relative;overflow:hidden;width:100%;}
.imgboxs1:after {content:'';display:block;padding-top:100%;}
.imgboxs1 img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s width;}
.imgboxs1:hover img{width:110%;transition:.36s width;}
@font-face{
     font-family: 'MONTS';
     src:url('MONTSERRAT-BLACK.TTF') format('truetype');
} 

/*******Css header*******/
#topheader{ position: relative; }
#tops{ border-bottom: solid 1px #eee; background:#fff; height: 33px; line-height: 33px; overflow: hidden; color:#666;}
#tops a b{ color:#0555a4;font-family:Arial; }
.topsa1{ float: left; background: url(../images/tel.png) no-repeat left center; padding-left: 26px;}
.topsa1 b{ font-size: 13px; color: #0555a4;}
.topssp2{ float: right; }
.topssp2 span{ margin: 0px 6px; }
#mheader{ padding: 15px 0px; }
#mheader .container{ position: relative; }
.mlogo{ width:60%; }
.mlogo img{ max-width: 100%; }
.navp1{ padding: 10px 0px 10px 30px;  }
.navp1 img{ max-width: 90%; }
.navp2{ padding-left: 30px; font-size: 1.4rem;}
.navp2 b{ font-size: 1.6rem; color: #0555a4; }
.navul{ width: 90%; margin: 15px auto 25px;}
.nav-item{position: relative; margin-bottom: 5px; border-bottom: solid 1px #f5f5f5;}
.nav-item p{overflow: hidden;line-height: 46px;max-height:46px; font-size: 16px; padding: 0px 10px;}
.nav-item p i{ float: right;  color: #666;}
.nav-item.nav-show{border-bottom: none;}
.nav-item .msub{display:none; background:#f1f1f1; padding: 0px 16px; overflow:hidden; }
.nav-item .msub a{ line-height: 2; margin-bottom:5px; font-size: 14px; display: block;}
.nav-item .msub a.on{ color:#0555a4;}
.nav-item.nav-show .msub{display: block;}
.nav-item p a{ float: left; }
.nav-show p i{transform:rotate(90deg);}
.nav-show.nav-item>p{ background:#f1f1f1;}
.nav-show>a:before,.nav-item>a:hover:before{opacity:1;}
.map_open{ color: #0555a4; z-index:999; position: absolute; top: 50%; margin-top: -18px; right: 15px; width:26px; height:36px; line-height: 30px;}
.map_open .iconfont{ font-size: 25px; }
.map_open:hover{ color:#0555a4;  }
.map_closes{ height: 61px; line-height: 61px; overflow:hidden; }
.map_closes a{ text-align: center; float: right; margin-right: 2px; }
.map_closes a .iconfont{ font-size: 30px; color:#0555a4; }
.map_close:hover {
    transform: rotate(90deg);
    border-radius: 50%;
}
#menu_map{ transform: translateY(-100%);transition: all 800ms cubic-bezier(.8, 0, .33, 1);
    border-radius: 0 0 50% 50%;
    opacity: 0;position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030; background: #fff; width: 100%!important; height: 100%!important; overflow:hidden; }
#menu_map.down {
    border-radius: 0% 0% 0% 0%;
    transform: translateY(0);
    opacity: 1;
}
#mnav{ padding:5px 0px; background:#0555a4; overflow: hidden;}
#mnav a{ color: #fff; height:32px; line-height: 32px; font-size:14px; float: left; width: 25%; text-align: center;}
#mnav a.on{ font-weight: bold; }
.mheader_yy{ float: right; height: 30px; line-height: 30px; margin-top:6px; margin-right:48px; background:url(../images/icon2s.png) no-repeat left center; padding-left: 34px;}
.mheader_tel{ float: right; width: 30px; text-align: center; height: 30px; line-height: 30px; margin-top:6px; margin-right:20px; background:url(../images/icon1s.png) no-repeat left center; }
@media (min-width:768px) 
{
  #mnav a{ width: 12.5%; height: 34px; line-height: 34px; }
  .mlogo{ width:196px; }
  .topssp1{ float: left; }
  .topsa1{ float: right; }
}
@media (min-width:992px) 
{
  #tops{ height: 34px; line-height: 34px; }
  #mnav a{ height: 36px; line-height: 36px; font-size: 15px;}
}
@media (min-width:1200px) 
{
  #tops{ height: 38px; line-height: 38px; }
  .topsa1 b{ font-size: 15px; }
  #header{ width: 100%; height: 90px; position: absolute; top: 0px; left: 0px; z-index: 99;}
  #header .container{ border-bottom: solid 1px rgba(255, 255, 255, 0.16); }
  .logo{ width:196px; padding-top: 20px; }
  .logo img{ max-width: 100%; }
  .nav{ float: left; line-height: 90px; margin-left: 25px; }
  .nav a{ float: left; margin:0px 20px; font-size: 16px; color: #fff; position: relative;}
  .nav a i{ width: 0px; height: 2px; background: #0555a4; position: absolute;  left: 0px; bottom: 0px;}
  .nav a:hover{ font-weight: bold; }
  .nav a:hover i{ width: 100%; }
  .wx_open{ position: absolute; right: 0px; padding-left: 40px; border-left: solid 1px rgba(255,255,255,0.26); height: 18px; background: url(../images/wx_icon.png) no-repeat right center; top: 50%; margin-top: -8px;}
  .wx_open i{ display: none; z-index: 999; width: 120px; height: 120px; background: url(../images/wx.jpg) no-repeat; background-size: cover; position: absolute; top: 25px; left: 50%; margin-left: -60px;}
  .wx_open:hover i{ display: block; }
  .lmap_open{ width: 80px; text-align: center; position: absolute; background: #0555a4; color: #fff; right: 0px; line-height: 80px; height: 80px; top: 50%; margin-top: -40px;}
  .lmap_open .iconfont{ font-size: 30px; }
  .lnav{ position: fixed;
  width: 100%;
  height: 0px; overflow: hidden;
  left: 0;
  z-index: 300;
  top: -100%;
  transition: .5s ease-in-out;
  background: url(../images/bg2.jpg) no-repeat top center;
  opacity: 0;
   }
   .lnav.active {
    opacity: 1;
    top: 0;
    transition: .5s ease-in-out;height: 705px;
  }
   .lnav_close{ color: #fff; position: absolute; right: -10px; top: 55px;}
   .lnav_close .iconfont{ font-size: 22px; }
   .lnav_close:hover{ color: #fff; }
   .lnav_ul{ overflow: hidden; width: 1200px; margin: 0px auto; }
   .lnav_ul li{ float: left; border-right: solid 1px rgba(255,255,255,0.3); width: 400px; height: 705px; padding-top: 115px;}
   .lnavc1{ overflow: hidden; }
   .lnavc1 a{ float: left; width: 100%; padding-left: 65px; height: 75px; line-height: 75px; font-size: 30px; color: rgba(255,255,255,0.8); }
   .lnavc1 a:hover{ color: #fff; }
   .lnavc2{ color: #fff; margin-top: 30px; padding-left: 65px; }
   .lnavc2 a{ color: #fff; }
   .lnavc2p1{ font-size: 26px; }
   .lnavc2p2{ line-height: 1.5; font-size: 22px; margin-top: 15px;}
   .lnavc3p1{ color: #fff; padding-left: 65px; font-size: 26px; margin-top: 15px;}
   .lnavc3p1 a{ color: #fff;}
   .lnavc3c{ padding-left: 65px; margin-top: 15px; overflow: hidden;}
   .lnavc3c a{ position: relative; padding-left: 15px; width: 100%; float: left; height: 42px; line-height: 42px; color: #fff; overflow: hidden; font-size: 15px; }
   .lnavc3c a i{ width: 8px; height: 8px; border:solid 1px #fff; position: absolute; left: 0px; top: 50%; margin-top: -3px; }
   .lnavc3c a:hover{ padding-left: 20px; }
   .headerr{ float: right;}
   .headerr a{ float: left;  color: #fff;}
   .tels{ width: 28px; height: 28px; margin-right:20px; background:url(../images/icon1.png) no-repeat; margin-top:30px; }
   .header_yy{  height: 26px; line-height: 26px; margin-top:31px; background:url(../images/icon2.png) no-repeat left center; padding-left: 34px; }
}
@media (min-width:1601px) 
{
  #tops{ height:42px; line-height: 42px; font-size: 14px;}
  .topsa1{ padding-left: 30px; }
  .topsa1 b{ font-size: 16px; }
  #header{ height: 100px; }
  #header .container{ width: 1500px; }
  .logo{ padding-top: 25px; }
  .nav{ line-height: 100px; margin-left: 80px; }
  .nav a{ margin: 0px 30px; font-size: 16px;}
  .lmap_open{ width: 90px; line-height: 90px; height: 90px; margin-top: -45px;}
  .tels{ margin-top: 36px; margin-right:30px;}
  .header_yy{ margin-top: 38px; }
}
.lmap_open:hover{ color:#fff; background:#000;}
/*******Css banner*******/
.banner{  text-align:center; overflow:hidden; margin:0px auto; }
.banner .swiper-container .swiper-wrapper img {
    width: 100%;
    height: auto;
}
.mbanner{ overflow:hidden; text-align: center; margin:0px auto;}
.mbanner .swiper-container .swiper-wrapper img {
    width: 100%;
    height: auto;
}
 
.page_banner{ width: 100%;margin:0px auto; text-align:center; overflow:hidden;}
.page_banner img{ width: 100%; }
#page_menu{ color: #888; text-align: right;}
#page_menu .container{ border-bottom: solid 1px #dedede;  padding-top:10px; padding-bottom: 10px; }
#page_menu i{ margin-right: 6px; }
#page_menu a{ color: #888; }
#page_menu a:hover{ color: #0555a4; }
.page_menuc{ color: #888; text-align: right; height: 20px; line-height: 20px;}
.page_menuc a{ color: #888; }
.page_menuc i{ margin-right: 6px; }
.page_menul{ font-size: 18px; font-weight: bold; color: #333; }
.ptitlesp1{ height: 30px; line-height: 30px; overflow: hidden; color: #999;}
.ptitlesp1 i{ width: 40px; height: 2px; background: #0555a4; float: left; margin-top: 14px; margin-right: 15px;}
.ptitlesp2{ font-size: 20px; color: #0555a4; font-weight: bold; margin-top: 5px;}
.ptitles{ margin-bottom: 15px; }
.page_banner_cc{ width: 90%; text-align: center; position: absolute; left: 5%; bottom: 40px; z-index: 1;}
.page_banner_cc_p1{ color: #fff; font-size: 25px; font-weight:bold; }
.page_banner_cc_p2{ color: rgba(255,255,255,0.6); margin-top: 8px;}
@media (min-width:768px) 
{
    #page_menu{ overflow: hidden;}
    .page_menul{ float: left; height: 30px; line-height: 30px;}
    .page_menuc{ float: right; height: 30px; line-height: 30px;}
    .page_bannerp1{ font-size: 25px; }
    .page_banner_cc{ bottom: 110px; }
    .page_banner_cc_p2{ margin-top: 20px; }
}
@media (min-width:992px) 
{
  .page_banner_cc{ bottom: 160px; }
  .page_banner_cc_p1{ font-size: 35px; }
} 
@media (min-width:1200px) 
{
  .page_bannerp1{ font-size: 28px; }
  .page_bannerp2{ font-size: 15px; }
  .page_bannerp3{ margin-top: 30px; }
  .page_bannerp3 img{ width: 40px; }
  .page_menul{ font-size: 24px; height: 36px; line-height: 36px; }
  .page_menuc{ height: 36px; line-height: 36px;}
  .pcontact{ width: 100%; float: left; margin-top: 25px; line-height: 2.2; }
  .ptitlesp1 i{ width: 70px; }
  .ptitlesp2{ font-size: 32px; margin-top: 15px;}
  .ptitles{ margin-bottom: 30px; }
  .page_banner_cc{ bottom: 120px; }
  .page_banner_cc_p1{ font-size: 45px; }
  #page_menu .container{ padding-top: 15px; padding-bottom: 15px; }
}
@media (min-width:1601px) 
{
  .page_bannerp1{ font-size: 42px; }
  .page_bannerp2{ font-size: 16px; margin-top: 25px;}
  .page_bannerp3{ margin-top: 40px; }
  .page_bannerp3 img{ width: 52px; }
  .page_menul{ font-size: 28px; height: 50px; line-height: 50px; }
  .page_menuc{ height: 50px; line-height: 50px;}
  .page_banner_cc{ bottom: 180px; }
  .page_banner_cc_p1{ font-size: 55px; }
  .page_banner_cc_p2{ margin-top: 40px; }
  #page_menu .container{ padding-top: 16px; padding-bottom: 16px; }
}
 
/*******Css home*******/ 
#chan1{ padding: 20px 0px; }
.mabout{ overflow: hidden; }
.mabout_t a{ font-size: 14px; color:#4d4b4b;}
.mabout_ft{ color: #0555a4; margin-top: 10px; font-size: 20px;}
.mabout_c{ margin-top: 15px; line-height: 2; color: #999999; font-size: 13px; }
.mabout_img{ margin-top: 15px; text-align: center;}
.mabout_img img{ max-width: 100%; }
.mabout_ul{ overflow: hidden; margin-top: 15px;}
.mabout_ul li{ width: 33.3%; text-align: center; float: left; position: relative; padding: 0px 15px;}
.mabout_ul li i{ width: 1px; height: 90%; background-color: #DCDCDC; position: absolute; right: 0px; top: 5%;}
.mabout_ul li:last-child i{ width: 0px; }
.mabout_lic{ text-align: left; display: inline-block; }
.mabout_li_p1 b{ color: #e96122; font-weight: bold; font-size: 30px; font-family:Arial; margin-right: 5px;}
.mabout_li_p1 span{ font-weight: bold; }
.mabout_li_p2{ font-size: 13px; color: #4d4b4b; }
.mabout_mm{ margin-top: 15px; height: 30px; line-height: 30px; overflow: hidden;}
.mabout_mm span{ float: left; color: #4d4b4b; font-size: 13px; }
.mabout_mm i{ width: 50px; height: 1px; background:#DCDCDC; float: left; margin-top: 14px; margin-left: 20px;}
.mabout_mm a:hover span{ color: #0555a4; }
.mabout_mm a:hover i{ background:#0555a4; }
@media (min-width:768px) 
{
  .mabout_img{ width: 40%; float: right; }
  .mabout_txt{ width: 56%; float: left; margin-top: 45px;}
  .mabout_mm{ margin-top: 40px; }
}
@media (min-width:992px) 
{
  .mabout_txt{ margin-top: 65px;}
  .mabout_mm{ margin-top: 60px; }
  .mabout_li_p1 b{ font-size: 40px; }
}
@media (min-width:1200px) 
{
  #chan1{ padding: 50px 0px; position: relative;}
  .about{ width: 55%; overflow: hidden; }
  .about_t{ margin-top: 10px; position: relative;}
  .about_t a{ font-size: 16px; }
  .about_t i{ width: 0px; height: 1px; background: #0555a4; transition: all 0.3s; position: absolute; top: 50%; left: 85px;}
  .about_ft{ font-size: 30px; color: #0555a4; margin-top: 20px;}
  .about_c{ margin-top: 30px; color: #999; font-size: 15px; line-height: 25px; height: 100px; overflow: hidden;}
  .about_ul{ overflow: hidden; margin-top: 30px;}
  .about_ul li{ width: 33.3%; text-align: center; float: left; position: relative; padding: 0px 20px;}
  .about_ul li i{ width: 1px; height: 80%; background-color: #DCDCDC; position: absolute; right: 0px; top: 10%;}
  .about_ul li:last-child i{ width: 0px; }
  .about_lic{ text-align: left; display: inline-block; }
  .about_li_p1 b{ color: #e96122; font-weight: bold; font-size: 50px; font-family:Arial; margin-right: 5px;}
  .about_li_p1 span{ font-weight: bold; }
  .about_li_p2{ font-size: 15px; color: #4d4b4b; }
  .about_mm{ margin-top: 50px; height: 30px; line-height: 30px; overflow: hidden;}
  .about_mm span{ float: left; color: #4d4b4b; font-size: 15px; }
  .about_mm i{ width: 70px; height: 1px; background:#DCDCDC; float: left; margin-top: 14px; margin-left: 40px; transition: all 0.3s;}
  .about_mm a:hover span{ color: #0555a4; }
  .about_mm a:hover i{ background:#0555a4; width: 80px;}
  .about_img{ position: absolute; right: 0px; top: 40px; z-index: -1;}
  .about_t:hover i{ width: 60px; left: 90px;}
}
@media (min-width:1601px) 
{
  #chan1{ padding: 95px 0px 120px 0px; position: relative;}
  .about{ width: 730px; overflow: hidden; }
  .about_t{ margin-top: 25px; }
  .about_t a{ font-size: 18px; }
  .about_t i{ left: 90px; }
  .about_ft{ font-size: 40px; margin-top: 25px;}
  .about_c{ margin-top: 35px; font-size: 16px; line-height: 30px; height: 120px; overflow: hidden;}
  .about_ul{ margin-top: 45px;}
  .about_ul li{ padding: 0px 30px;}
  .about_li_p1 b{ font-size: 60px;  margin-right: 8px;}
  .about_li_p2{ font-size: 16px;}
  .about_mm{ margin-top:60px; }
  .about_mm span{ font-size: 16px; }
  .about_mm i{ width: 115px;  margin-left: 100px;}
  .about_mm a:hover i{ width: 125px; }
  .about_img{ top: 93px; }
  .about_t:hover i{ width: 70px; left: 95px;}
}
#chan2{ padding: 20px 0px; background:url(../images/bg1.jpg) no-repeat center; }
.iprocls{ overflow: hidden; }
.iprocls .swiper-slide{ width: auto; margin-right: 35px; }
.iprocls a{ height: 40px; line-height: 40px; font-size: 16px; background:url(../images/icon5.png) no-repeat left center; padding-left: 35px; color: #fff;}
.iprocls .swiper-slide.swiper-slide-active a{ font-weight: bold; background:url(../images/icon5h.png) no-repeat left center;}
.mproducts{ overflow: hidden; margin-top: 20px; }
.mproducts_txt{ font-size: 13px; margin-top: 5px; height: 34px; line-height: 34px; overflow: hidden; color: #fff; text-align: center;}
@media (min-width:992px) 
{
  .iprocls .swiper-slide{ margin-right: 40px; }
  .iprocls a{ height: 45px; line-height: 45px; font-size: 17px;}
}
@media (min-width:1200px) 
{
  #chan2{ padding: 50px 0px 60px 0px; }
  .products{ overflow: hidden; }
  .products .hd{ overflow: hidden; }
  .products .hd li{ float: left; cursor: pointer; margin-right: 65px; height: 46px; line-height: 46px; background:url(../images/icon5.png) no-repeat left center; padding-left: 36px; color: #fff; font-size: 20px;}
  .products .hd li.on{ background:url(../images/icon5h.png) no-repeat left center; font-weight: bold;}
  .products .bd{ margin-top: 40px; }
  .productsc{ overflow: hidden; }
  .productscl{ width: 45%; float: left; }
  .productscl img{ width: 100%; }
  .productscr{ width: 50%; float: right; }
  .productscrt_p1{ height: 35px; line-height: 35px; overflow: hidden;}
  .productscrt_p1 a{ color: #fff; font-size: 30px; }
  .productscrt_p2{ margin-top: 20px; line-height: 26px; height: 52px; overflow: hidden; color: rgba(255,255,255,0.6); }
  .productscrb{ overflow: hidden; margin-top: 30px; }
  .productscrb a{ width: 100%; float: left; margin-top:20px; padding:0px 20px; color: #fff; height: 45px; line-height: 45px; background:url(../images/more2.png) no-repeat 570px center;  border: solid 1px rgba(255,255,255,0.6); }
  .productscrb a:hover{ background:#e96122 url(../images/more2.png) no-repeat 570px center; border: solid 1px #e96122;}
}
@media (min-width:1601px) 
{
  #chan2{ padding: 90px 0px 100px 0px; background:url(../images/bg1.jpg) no-repeat left center;}
  .products .hd li{ margin-right: 80px; padding-left: 40px; font-size: 22px;}
  .products .bd{ margin-top: 60px; }
  .productscl{ width: 632px; float: left; }
  .productscl img{ width: 100%; }
  .productscr{ width: 580px; float: right; margin-right: 110px;}
  .productscrt_p1{ height: 40px; line-height: 40px; }
  .productscrt_p1 a{ font-size: 36px; }
  .productscrt_p2{ line-height: 30px; height: 60px; }
  .productscrb a{ margin-top:25px; padding:0px 40px; font-size: 16px; height: 50px; line-height: 50px; background:url(../images/more2.png) no-repeat 520px center;}
  .productscrb a:hover{ background:#e96122 url(../images/more2.png) no-repeat 520px center; }
}
#chan3{ background: url(../images/bg2.jpg) no-repeat center; padding: 20px 0px;}
.ys_t{ overflow: hidden; }
.ys_t a{ font-size: 14px; color:#4d4b4b;}
.ys_ft{ color: #0555a4; margin-top: 10px; font-size: 20px;}
.ys_ul{ overflow: hidden; margin-top: 10px;}
.ys_ul li{ width: 50%; float: left; padding-right: 30px; margin: 10px auto;}
.ys_li_p1{ color: #e96122; font-size: 36px;}
.ys_li_p2{ font-size: 18px; margin-top: 8px; transition: all 0.3s;}
.ys_li_p3{ line-height: 20px; height: 60px; margin-top: 5px; overflow: hidden; color:#999; transition: all 0.3s;}
.ys_li_p4{ margin-top: 15px; color: #4d4b4b; font-size: 13px; position: relative;}
.ys_li_p4 i{ width: 30px; height: 1px; background: #DCDCDC; position: absolute; top: 50%; left: 75px; transition: all 0.3s;}
.mys_img{ margin-top: 20px; overflow: hidden; text-align:center; }
.mys_img img{ width: 100%; }
@media (min-width:768px) 
{
  .ys_ul li{ width: 25%; }
}
@media (min-width:992px) 
{
  .ys_li_p1{ font-size: 40px; }
  .ys_li_p2{ font-size: 20px; margin-top: 12px; }
  .ys_li_p3{ margin-top: 8px; }
}
@media (min-width:1200px) 
{
  #chan3{ padding: 50px 0px 150px 0px; position: relative;}
  .ys_t a{ font-size: 16px; }
  .ys_ft{ font-size: 30px; margin-top: 20px; }
  .ys_ul{ margin-top: 40px; }
  .ys_ul li{ padding-right: 80px; }
  .ys_li_p1{ font-size: 60px; }
  .ys_li_p2{ font-size: 20px; margin-top: 15px; }
  .ys_li_p3{ line-height: 26px; height: 52px; margin-top: 15px; }
  .ys_li_p4{ margin-top: 25px; }
  .ys_li_p4 i{ width: 60px; left: 85px; }
  .ys_img{ position: absolute; right: 0px; bottom: -240px; }
  .ys_ul li:hover .ys_li_p4 i{ width: 80px; left: 90px; background:#e96122;}
}
@media (min-width:1601px) 
{
  #chan3{ padding: 105px 0px 215px 0px; position: relative;}
  .ys_t a{ font-size: 18px; }
  .ys_ft{ font-size: 40px; margin-top: 25px; }
  .ys_ul{ margin-top: 70px; }
  .ys_ul li{ padding-right: 110px; }
  .ys_li_p1{ font-size: 70px; }
  .ys_li_p2{ font-size: 26px; margin-top: 20px; }
  .ys_li_p3{ line-height: 28px; height: 56px; margin-top: 20px; }
  .ys_li_p4{ margin-top: 50px;font-size: 16px; }
  .ys_li_p4 i{ width: 100px; left: 90px; }
  .ys_img{ position: absolute; right: 0px; bottom: -240px; }
  .ys_ul li:hover .ys_li_p4 i{ width: 120px; left: 95px; background:#e96122;}
}

.ys_ul li a:hover .ys_li_p2{ color:#e96122;  }
.ys_ul li a:hover .ys_li_p4{ color:#e96122;  }
#chan4{ background: url(../images/bg3.jpg) no-repeat center; padding: 20px 0px; }
.ys_ft a{ font-size: 13px; float: right; color: #999; padding-top: 5px;}
.news{ overflow: hidden; margin-top: 20px; }
.news a{ width: 100%; float: left; border: solid 1px #dedede; background: #fff; padding: 15px;}
.news_tmt{ color:rgba(59, 58, 58, 0.4); font-family:Arial; font-weight: bold; font-size: 13px; }
.news_tt{ margin-top: 15px; line-height: 24px; height: 48px; overflow: hidden; font-size: 16px; }
.news_dc{ margin-top: 15px; line-height: 20px; height: 60px; color: #999; overflow: hidden; }
.news_mm{ margin-top: 20px; color: #888; }
@media (min-width:1200px) 
{
  #chan4{ margin-top: 240px; padding: 50px 0px 60px 0px;}
  .news{ margin-top: 40px; }
  .news a{ padding: 20px; }
  .news_tmt{ font-size: 15px; }
  .news_tt{ margin-top: 25px; height: 64px; line-height: 32px; font-size: 20px; }
  .news_dc{ margin-top: 25px; line-height: 25px; height: 50px;}
  .news_mm{ margin-top: 45px; }
}
@media (min-width:1601px) 
{
  #chan4{ padding: 115px 0px 145px 0px;}
  .news{ margin-top: 80px; }
  .news a{ padding: 45px 35px; }
  .news_tmt{ font-size: 16px; }
  .news_tt{ margin-top: 35px; height: 80px; line-height: 40px; font-size: 22px; }
  .news_dc{ line-height: 28px; height: 56px;}
  .news_mm{ margin-top: 95px; }
}
.news a:hover{ border: solid 1px #0555a4; background: #0555a4; color: #fff;}
.news a:hover .news_tmt{ color: rgba(255,255,255,0.8); }
.news a:hover .news_dc{ color: rgba(255,255,255,0.8); }
.news a:hover .news_mm{ color: rgba(255,255,255,0.8); }
#chan5{ background: url(../images/bg4.jpg) no-repeat center; padding: 20px 0px; text-align: center; }
#chan5s{ background: url(../images/combg1.jpg) no-repeat left center; padding: 20px 0px; text-align: center; }
.chan5c{ font-size: 20px; color: #fff; margin-top: 15px;}
.chan5m{ text-align: center; margin-top: 20px; }
.chan5m a{ padding: 8px 32px; font-size: 13px; background: #0555a4; color: #fff; display: inline-block;}
@media (min-width:992px) 
{
  .chan5c{ width: 80%; margin:25px auto 0px; }
  .chan5m a{ padding: 10px 40px; }
}
@media (min-width:1200px) 
{
  #chan5{ padding: 50px 0px 60px 0px; }
  #chan5s{ padding: 50px 0px 60px 0px; }
  .chan5c{ width: 70%; margin:35px auto 0px; font-size: 30px;}
  .chan5m{ margin-top: 40px; }
  .chan5m a{ padding: 10px 40px; font-size: 15px;}
}
@media (min-width:1601px) 
{
  #chan5{ padding: 110px 0px 155px 0px; background: url(../images/bg4.jpg) no-repeat center; background-size: cover; background-attachment: fixed; }
  #chan5s{ padding: 120px 0px 120px 0px; }
  .chan5c{ width: 75%; margin:50px auto 0px; font-size: 40px;}
  .chan5m{ margin-top: 60px; }
  .chan5m a{ padding: 12px 60px; font-size: 16px;}
}
.chan5m a:hover{ background: #e96122; }


/*******Css footer*******/
#mfooter{ background: #202020; padding: 15px 0px; text-align: center; line-height: 2; color:rgba(255,255,255,0.5); }
#mfooter a{ color:rgba(255,255,255,0.5); }
#mfooter a:hover{ color: #fff; }
#fmenu{  margin-bottom: 65px; background: #202020; text-align: center; color:rgba(255,255,255,0.5);}
#fmenu .container{ border-top: solid 1px #343434; padding-top: 8px; padding-bottom: 8px;}
#fmenu a{ color:rgba(255,255,255,0.5); }
#fmenu a:hover{ color: #fff; }
@media (min-width:768px) 
{
  #fmenu{ margin-bottom: 0px; }
}
@media (min-width:1200px) 
{
  #footers{ background: #202020; padding: 25px 0px; line-height: 2; color:rgba(255,255,255,0.5); }
  #footers a{ color:rgba(255,255,255,0.5); }
  #footers a:hover{ color: #fff; }
  .footersl{ width: 430px; }
  .footersm{ width: 360px; margin-left: 60px; }
  .footersr{ width: 290px; }
  .footers_t{ color: #fff; font-size: 18px; }
  .footersl_c{ margin-top: 10px; }
  .footersm_c{ overflow: hidden; margin-top: 10px;}
  .footersm_c a{ width: 33.3%; float: left; }
  .footersr_c{ overflow: hidden; margin-top: 10px;}
  .footersr_c a{ width: 25%; float: left; padding-right: 15px; }
  #footer{ background: #202020; line-height: 2; color:rgba(255,255,255,0.5);}
  #footer .container{ border-top: solid 1px #343434; padding-top: 18px; padding-bottom: 15px;}
  #footer a{ color:rgba(255,255,255,0.5); }
  #footer a:hover{ color: #fff; }
  .footerc{ width: 960px; line-height: 40px; }
}
@media (min-width:1601px) 
{
  #footers{ padding: 35px 0px 30px 0px; }
  #footers .container{ width: 1500px; }
  .footersl{ width: 470px; }
  .footersm{ margin-left: 180px; }
  .footersr{ width: 360px; }
  .footers_t{ font-size: 22px; }
  .footersl_c{ margin-top: 25px; }
  .footersm_c{ margin-top: 25px;}
  .footersr_c{ margin-top: 25px;}
  #footer .container{ width: 1500px; padding-top: 25px; padding-bottom: 22px;}
  .footerc{ width: 1200px; }
  #fmenu .container{ width: 1500px; }
}


.footernav{ width: 100%; color: #fff; height:auto; overflow: hidden; position: fixed; bottom:0px; padding:10px 0px; left: 0px; z-index: 999;   background:#0555a4; }
.footernav a{ color: #fff; }
.footernav ul li{width: 20%; float: left; text-align: center; }
.footernp1{ font-size:2rem;}
.footernp2{ line-height:1.5;}
.footernav ul li.on .footernp1{ animation: swing 1s; }


.aside-box{
    position: fixed;
    bottom: 5%;
    right: 2px;
    width: 0;
    visibility: visible;
    z-index: 50;
}
.aside-box .box{
    margin-bottom: 1px;
    font-size: 0;
    text-align: right;
}
.aside-box .box a{
    display: inline-block;
    text-align: left;
}
.aside-box .box .txt{
    padding: 0 10px 0 5px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    padding-left: 54px;
    background-repeat: no-repeat;
    background-position: 14px center;
    background-color: #aaa;
    border-radius: 4px 0 0 4px;
    position: relative;
    right: 50px;
    white-space: nowrap;
    transition: all .3s;
}
.aside-box .box:nth-child(1) .txt{
    background-image: url('../images/aside-icon1.png');
    /*background-color: #af0808;*/
}
.aside-box .box:nth-child(2) .txt{
    background-image: url('../images/aside-icon2.png');
}
.aside-box .box:nth-child(3) .txt{
    background-image: url('../images/aside-icon3.png');
}
.aside-box .box:nth-child(4) .txt{
    background-image: url('../images/aside-icon4.png');
}
.aside-box .box a:hover .txt{
    right: 100%;
    background-color: #e96122;
}

#warp{ overflow: hidden; padding-bottom: 25px;}
.right_side{ margin-top: 25px; overflow: hidden; }
.right_sides{ margin-top: 25px; overflow: hidden; }
.left_side{ overflow: hidden; margin-top: 30px; }
.left_cls{ overflow: hidden; background: #0555a4; color: #fff; padding: 10px;}
.left_cls a{ width: 46%; margin: 0px 2%; float: left; color: #fff; font-size: 14px; height: 38px; line-height: 36px; border-bottom: solid 1px rgba(255,255,255,0.16); }
.page_con{ margin: 25px auto 0px; overflow: hidden;}
.ysc{ margin-top: 25px; overflow: hidden; }
@media (min-width:768px) 
{
  .left_cls a{ width: 29.3%; }
}
@media (min-width:992px) 
{
  .left_cls a{ width:21%; }
} 
@media (min-width:1200px) 
{
  .right_side{ width: 78.5%; float: right; margin-top: 35px; }
  .right_sides{ width: 78.5%; float: right; margin-top: 35px; }
  .left_side{ width: 18%; float: left; margin-top: 35px; }
  .left_cls{ padding: 20px; }
  .left_cls a{ width: 100%; margin: 0px; font-size: 15px; height: 48px; line-height: 46px;}
  .left_contact{ background: #e96122; padding: 20px; color: #fff;}
  .left_contact_p1{ font-size: 20px; font-weight: bold; }
  .left_contact_p2{ font-size: 22px; margin-top: 5px; }
  .left_contact_p3{ margin-top: 15px; color: rgba(255,255,255,0.8); }
  .left_contact_p4{ margin-top: 15px; height: 22px; line-height: 22px; background: url(../images/tel_icon.png) no-repeat left center; padding-left: 30px;}
  .left_contact_p5{ margin-top: 5px; font-size: 18px; font-weight: bold; }
  .ysc .ysul{ width: 100%; }
  #warp{ padding-bottom: 50px; }
}
@media (min-width:1601px) 
{
  .left_side{ margin-top: 50px; }
  .right_side{ width: 79%; margin-top: 50px;}
  .right_sides{ width: 79%; margin-top: 50px; }
  .left_cls{ padding:25px 25px 40px 25px; }
  .left_cls a{ font-size: 16px; height: 60px; line-height: 58px; }
  .left_contact{ padding: 25px; }
  .left_contact_p1{ font-size: 32px; }
  .left_contact_p2{ font-size: 32px; }
  .left_contact_p3{ margin-top: 30px; }
  .left_contact_p4{ margin-top: 30px; }
  .left_contact_p5{ font-size: 22px; }
  .ysc{ margin-top: 80px; }
  #warp{ padding-bottom: 70px; }
}
.left_cls a:hover{ font-weight: bold; padding-left: 6px; }

 

/*******Css company*******/
.company_tt{ color: #0555a4; font-size: 20px; } 
.pabout_txt{ margin-top: 20px; line-height: 2; font-size: 13px; }
.pabout_ul{ overflow: hidden; margin-top: 20px; padding-top: 15px; border-top: solid 1px #eee;}
.pabout_ul li{ width: 25%; text-align: center; float: left; position: relative; padding: 0px 10px;}
.pabout_ul li i{ width: 1px; height: 90%; background-color: #DCDCDC; position: absolute; right: 0px; top: 5%;}
.pabout_ul li:last-child i{ width: 0px; }
.pabout_lic{ text-align: left; display: inline-block; }
.pabout_li_p1 b{ color: #e96122; font-weight: bold; font-size: 30px; font-family:Arial; margin-right: 5px;}
.pabout_li_p1 span{ font-weight: bold; }
.pabout_li_p2{ font-size: 13px; color: #4d4b4b; }
.pabout_ys{ overflow: hidden; margin-top: 20px;}
.pabout_ys li{ width: 47%; border: solid 1px #eee; padding: 12px; text-align: center; float: left; margin: 8px 1.5%;}
.pabout_ys_li_p1{ color: #e96122; font-size: 36px; }
.pabout_ys_li_p2{ font-size: 18px; margin-top: 8px;}
.pabout_ys_li_p3{ line-height: 20px; height: 60px; margin-top: 5px; overflow: hidden; color:#999;}
.pabout_ys_li_p4{ margin-top: 15px; color: #4d4b4b; font-size: 13px;}
#foot_menu{ background: #0555a4; padding: 20px 0px;}
.foot_menu_t{ font-size: 20px; color: #fff;}
.foot_menu_c{ overflow: hidden; margin-top: 15px;}
.foot_menu_c .swiper-slide{ width: auto; margin-right: 35px; }
.foot_menu_c a{ height: 40px; line-height: 40px; font-size: 16px; background:url(../images/icon5.png) no-repeat left center; padding-left: 35px; color: #fff;}
.foot_menu_c .swiper-slide.swiper-slide-active a{ font-weight: bold; background:url(../images/icon5h.png) no-repeat left center;}
@media (min-width:768px) 
{
  .pabout_ul li{ padding: 0px 15px; }
  .pabout_li_p1 b{ font-size: 35px; }
  .pabout_ys li{ padding: 20px; margin: 10px 1.5%; }
}
@media (min-width:992px) 
{
  .pabout_ys li{ width: 22%; padding: 20px; margin: 10px 1.5%; }
}
@media (min-width:1200px) 
{
  .company_tt{ font-size: 30px; }
  .pabout_txt{ margin-top: 25px; font-size: 15px;}
  .pabout_ul{ margin-top: 40px; padding-top: 30px;}
  .pabout_li_p1 b{ color: #e96122; font-weight: bold; font-size: 50px; font-family:Arial; margin-right: 5px;}
  .pabout_li_p1 span{ font-weight: bold; }
  .pabout_li_p2{ font-size: 15px; color: #4d4b4b; }
  .pabout_ys li{ padding: 25px 30px; }
  .pabout_ys_li_p1{ font-size: 48px; }
  .pabout_ys_li_p2{ font-size: 20px; }
  .pabout_ys_li_p3{ line-height: 23px; height: 69px; }
  #foot_menu{ padding: 30px 0px; }
  .foot_menu_t{ font-size: 30px; }
  .foot_menu_c .swiper-slide{ margin-right: 60px; }
  .foot_menu_c a{ font-size: 18px; }
  .pabout_ul li:first-child{ text-align: left; }
  .pabout_ul li:last-child{ text-align: right; }
}
@media (min-width:1601px) 
{
  .company_tt{ font-size: 36px; }
  .pabout_txt{ margin-top: 50px; font-size: 16px;}
  .pabout_ul{ margin-top: 50px; padding-top: 35px;}
  .pabout_li_p1 b{ font-size: 60px; }
  .pabout_li_p2{ font-size: 16px; }
  .pabout_ys{ margin-top: 50px; }
  .pabout_ys li{ padding: 35px 40px; }
  .pabout_ys_li_p1{ font-size: 60px; }
  .pabout_ys_li_p2{ font-size: 22px;}
  .pabout_ys_li_p3{ line-height: 30px; height: 60px; margin-top: 25px;}
  #foot_menu{ padding: 70px 0px; }
  .foot_menu_t{ font-size: 36px; margin-bottom: 15px;}
  .foot_menu_c{ margin-top: 35px; }
  .foot_menu_c .swiper-slide{ margin-right: 70px; }
  .foot_menu_c a{ font-size: 20px; }
}

.contactust{ margin-top: 10px; font-size: 18px; font-weight: bold; margin-bottom:15px; }
.contactus{ overflow: hidden; margin-top: 5px; }
.contactus li{ background: #f1f1f1; text-align: center; border-radius: 5px; padding: 15px 10px; margin-top: 10px; margin-bottom: 10px;}
.contactusp1{ height: 44px; }
.contactusp2{ height: 30px; line-height: 30px; overflow: hidden; color: #888; font-size: 14px; margin-top: 5px;}
.contactusp2 b{ color:#0555a4; font-size: 16px;  }
#contactusli1 .contactusp1{ background: url(../images/fot-icon-03.png) no-repeat center; }
#contactusli2 .contactusp1{ background: url(../images/fot-icon-01.png) no-repeat center; }
#contactusli3 .contactusp1{ background: url(../images/fot-icon-06.png) no-repeat center; }
#contactusli4 .contactusp1{ background: url(../images/fot-icon-02.png) no-repeat center; }
@media (min-width:768px) 
{
    .contactus li{ width: 48%; float: left; margin-right:1%; margin-left:1%; padding: 20px 10px;}
}
@media (min-width:992px) 
{
    .contactus li{  padding: 25px 10px; margin-top: 15px;}
}
@media (min-width:1200px) 
{
    .contactust{ font-size: 26px; margin-top: 15px;}
    .contactus{ margin-top: 20px; }
    .contactus li{ padding: 35px 10px;}
    .contactusp2{ height: 40px; line-height: 40px; font-size: 16px; margin-top: 10px; }
    .contactusp2 b{ font-size: 20px; }
}
.contactus li:hover{ cursor: pointer; background:#0555a4; color: #fff;  }
.contactus li:hover .contactusp2{ color:#f1f1f1; }
.contactus li:hover .contactusp2 b{ color: #fff; }
#contactusli1:hover .contactusp1{ background: url(../images/contact-icon-05.png) no-repeat center; }
#contactusli2:hover .contactusp1{ background: url(../images/contact-icon-01.png) no-repeat center; }
#contactusli3:hover .contactusp1{ background: url(../images/contact-icon-06.png) no-repeat center; }
#contactusli4:hover .contactusp1{ background: url(../images/contact-icon-03.png) no-repeat center; }

#plxwm{ margin-top: 20px; }
.plxwm_t{ height: 36px; line-height: 36px; overflow: hidden; }
.plxwm_t b{ font-size: 20px; font-weight: normal; color: #0555a4; float: left;}
.plxwm_t span{ float: left; color: #888;}
.plxwm_c{ overflow: hidden; margin-top: 10px; }
.plxwm_cc{ line-height: 2; font-size: 13px; color: #515453;}
.plxwm_cc a{ color: #0555a4; }
#plxwms{ margin-top: 20px; }
#plxwms .container{ border-top: solid 1px #EAEAEA; padding-top: 20px;}
.corder{ overflow: hidden; margin-top: 15px; }
.corder li{ overflow: hidden; margin-bottom: 15px;}
.corder_InputText{ width:45%; margin-right: 5%; padding: 0px 15px; border-radius: 8px; outline: none; float: left; background: #f1f1f1; border: solid 1px #dedede; height: 40px; line-height: 40px;}
.corder_InputText1{ width:95%;  padding: 0px 15px; border-radius: 8px; outline: none; float: left; background: #f1f1f1; border: solid 1px #dedede; height: 40px; line-height:40px;}
.corder_textarea{ width:95%;  padding: 15px; border-radius: 8px; outline: none; float: left; background: #f1f1f1; border: solid 1px #dedede; height: 120px; line-height: 30px;}
.corder_captcha{ width:160px;  padding: 0px 15px; border-radius: 8px; outline: none; float: left; background: #f1f1f1; border: solid 1px #dedede; height: 40px; line-height:40px;}
.verifyImgs{ float: left; margin-left: 10px; margin-top: 5px; height: 30px; cursor: pointer; }
.corder_But{ float: left; outline: none; margin-top: 15px; margin-right: 5%; font-size:15px; width: 95%; height: 42px; line-height: 42px; background: #0555a4; color: #fff; border-radius: 15px;}
.corder_But:hover{ background: #e96122; color: #fff; }
#dituContent{ height: 400px; width: 100%; }
@media (min-width:768px) 
{
  .plxwm_t span{ margin-left: 15px; }
  .corder_But{ width: 200px; float: right; margin-top: 0px; }
}
@media (min-width:1200px) 
{
  #plxwm{ margin-top: 40px; }
  .plxwm_t{ height: 42px; line-height: 42px; }
  .plxwm_t b{ font-size: 30px; }
  .plxwm_t span{ margin-left: 20px; }
  .plxwm_c{ margin-top: 20px; }
  .plxwm_cc{ font-size: 15px; width: 650px; float: left;}
  .plxwm_cimg{ float: right; }
  .plxwm_cimg img{ width: 423px; } 
  #plxwms{ margin-top: 40px; }
  #plxwms .container{ padding-top: 40px;}
  .corder{ margin-top: 30px; }
  .corder li{ margin-bottom: 20px; }
  .corder_InputText{ width: 48%; margin-right: 4%; padding: 0px 20px; height: 46px; line-height: 46px;}
  .corder_InputText1{ width: 100%; padding: 0px 20px; height: 46px; line-height: 46px; }
  .corder_textarea{ width: 100%; padding: 15px 20px; height: 150px; }
  .corder #tel{ margin-right: 0px; }
  .corder_captcha{ width: 200px; height: 46px; line-height: 46px; }
  .verifyImgs{ height: 36px; line-height: 36px; }
  .corder_But{ width: 320px; margin-right: 0px; height: 46px; line-height: 46px;}
  #dituContent{ height: 550px; }
}
@media (min-width:1601px) 
{
  #plxwm{ margin-top: 80px; }
  .plxwm_t{ height: 48px; line-height: 48px; }
  .plxwm_t b{ font-size: 40px; }
  .plxwm_t span{ margin-left: 30px; }
  .plxwm_c{ margin-top: 45px; }
  .plxwm_cc{ font-size: 16px; line-height: 2.2; width: 800px; float: left;}
  #plxwms{ margin-top: 80px; }
  #plxwms .container{ padding-top: 70px;}
  .corder{ margin-top: 55px; }
  .corder_InputText{  padding: 0px 25px; height: 52px; line-height: 52px;}
  .corder_InputText1{  padding: 0px 25px; height: 52px; line-height: 52px; }
  .corder_textarea{  padding:20px 25px; height: 210px; }
  .corder_captcha{ width: 240px; height: 52px; line-height: 52px; }
  .verifyImgs{ height: 42px; line-height: 42px; }
  .corder_But{ width: 460px; margin-right: 0px; height: 52px; line-height: 52px;}
  #dituContent{ height: 600px; }
}

/*******Css list*******/
#newslist{ overflow: hidden; }
#newslist li{ margin-bottom: 15px; overflow: hidden;}
#newslist li a{ width: 100%; position: relative; float: left; padding:5px; }
.newslist_times{ height:26px; line-height: 26px; color: #999; font-size: 14px; margin-bottom: 5px;}
.newslist_img{border: solid 1px #dedede; background: #fff;}
.newslistp1{ margin-top: 10px; height:28px; line-height: 28px; overflow: hidden; font-size: 15px; font-weight: bold;}
.newslistp2{ line-height: 20px; max-height: 40px; overflow: hidden; color: #999;}
.newslistp3{ margin-top: 5px; color: #0555a4; text-transform: uppercase;}
.tnewslist{ margin-bottom: 20px; padding-bottom: 15px; border-bottom: solid 1px #dedede; }
.tnewslist_p1{ font-size: 13px; color: #888; font-weight: bold; }
.tnewslist_p2{ font-size: 20px; color: #0555a4; margin-top: 10px;}
.tnewslist_p3{ margin-top: 15px; line-height: 20px; height: 60px; color: #999; overflow: hidden; }

@media (min-width:768px) 
{
    .newslist_time{ color: #888; }
    .newslist_img{ width: 28%; float: left; }
    .newslist_txt{ width: 68%; float: right; } 
    .newslistp1{ margin-top: 5px;  }
    .newslistp2{ margin-top: 6px; }
    .newslistp3{ margin-top: 10px; }
    .newslistp1s{ color: #999; margin-top: 5px; }
}
@media (min-width:992px) 
{
    .newslistp1{ font-size: 16px; margin-top: 10px;}
    .newslistp3{ height: 26px; line-height: 26px; overflow: hidden; }
    .newslistp3 i{ transition: all ease 1s; float: left;margin-top: 11px; height: 3px; background: #f2f50b; }
    .newslistp3 span{ float: left; }
    .newslist_img{ width: 20%; }
    .newslist_txt{ width: 77%; } 
    .tnewslist_p2{ font-size: 22px; }
}
@media (min-width:1200px) 
{
    #newslist li a{  padding:15px 6px; border-bottom: solid 1px #eaeaea;}
    .newslist_img{ width: 22%;}
    .newslist_txt{ width: 75%; }
    .newslistp1{ height: 35px; line-height: 35px; font-size: 16px; }
    .newslistp2{ line-height: 23px; max-height: 46px; }
    .newslistp3{ margin-top: 10px; }
    #newslist li a:hover{ background: #0555a4; color: #fff;}
    #newslist li a:hover .newslistp1s{ color: #fff; }
    #newslist li a:hover .newslistp2{ color: #fff; }
    #newslist li a:hover .newslistp3{ color: #fff; }
    #newslist li a:hover .newslistp3 i{ width:60px;  margin-right: 6px; }
    #newslist li a:hover .newslist_time{ color: #fff; }
    .tnewslist{ margin-bottom: 40px; padding-bottom: 35px; }
    .tnewslist_p1{ font-size: 15px; }
    .tnewslist_p2{ margin-top: 15px; font-size: 30px;}
    .tnewslist_p3{ margin-top: 25px; line-height: 23px; height: 46px; }
}
@media (min-width:1601px) 
{
    #newslist li a{ padding:25px 12px; }
    .newslistp1{ height: 50px; line-height: 50px; font-size: 20px; }
    .newslistp2{ line-height: 28px; max-height: 56px; }
    .newslistp3{ margin-top: 20px; }
    .tnewslist_p2{ font-size: 36px; }
}
 

#proUL{ overflow: hidden; }
#proUL li{ margin: 0px 0px 20px 0px;background: #fff; }
.pros_txt{  padding: 15px;}
.pros_txtp1{ height: 36px; line-height: 36px; overflow: hidden; position: relative;}
.pros_txtp1 a{ font-size: 14px; color: #0555a4; }
.pros_txtp1 i{ width: 20px; height: 1px; background: #0555a4; position: absolute; left: 0px; bottom: 0px; transition: all 0.3s;}
.pros_txtp2{ color: #888; line-height: 20px; height: 60px; overflow: hidden; margin-top: 10px; }
.pros_txtp3{ overflow: hidden; margin-top: 15px;}
.pros_txtp3 a{ float: left; padding: 6px 18px; color: #fff; position:relative; overflow: hidden;}
.pros_txtp3 a span{ z-index: 55; position: relative; }
.pros_txtp3a1{ background: #0555a4; }
.pros_txtp3a2{ background: #e96122; margin-left: 10px;}
@media (min-width:768px) 
{
  #proUL li{ width: 48%; float: left; margin: 0px 1% 20px 1%; }
}
@media (min-width:992px) 
{
  #proUL li{ width: 31%; float: left; margin: 0px 1% 20px 1%; }
}
@media (min-width:1200px) 
{
  #proUL li{  margin: 0px 1% 25px 1%; }
  .pros_txt{ padding:10px 15px 20px 15px; }
  .pros_txtp1{ height: 46px; line-height: 46px; }
  .pros_txtp1 a{ font-size: 16px; }
  .pros_txtp2{ line-height: 22px; height: 44px; }
  .pros_txtp3 a{ padding: 8px 22px; }
}
@media (min-width:1601px) 
{
  #proUL li{  margin: 0px 1% 30px 1% }
  .pros_txt{ padding:15px 20px 25px 20px; }
  .pros_txtp1{ height: 52px; line-height: 52px; }
  .pros_txtp1 a{ font-size: 17px; }
  .pros_txtp2{ line-height: 23px; height: 46px; }
  .pros_txtp3 a{ padding: 9px 23px; }
}
.pros_txtp1:hover i{ width: 40px; }
.pros_txtp3a1 .bgsqr1{content: '';width: 0;height: 0;-webkit-transform: rotate(360deg); 
      transform: rotate(360deg);border-style: solid;border-width: 0; border-top-color:transparent;
      border-right-color:transparent;border-bottom-color:transparent; border-left-color:#0555a4;
      position: absolute;bottom: 0;left: 0; -webkit-transition: all 0.6s; transition: all 0.6s;}
.pros_txtp3a1 .bgsqr2{content: '';width: 0;height: 0;-webkit-transform: rotate(360deg);
        transform: rotate(360deg);border-style: solid;border-width: 0; 
        border-top-color:transparent;border-left-color:transparent;
        border-bottom-color:transparent;border-right-color:#e96122; 
        position: absolute;top: 0; right: 0;-webkit-transition: all 0.6s; 
        transition: all 0.6s;}
.pros_txtp3a2 .bgsqr1{content: '';width: 0;height: 0;-webkit-transform: rotate(360deg); 
      transform: rotate(360deg);border-style: solid;border-width: 0; border-top-color:transparent;
      border-right-color:transparent;border-bottom-color:transparent; border-left-color:#e96122;
      position: absolute;bottom: 0;left: 0; -webkit-transition: all 0.6s; transition: all 0.6s;}
.pros_txtp3a2 .bgsqr2{content: '';width: 0;height: 0;-webkit-transform: rotate(360deg);
        transform: rotate(360deg);border-style: solid;border-width: 0; 
        border-top-color:transparent;border-left-color:transparent;
        border-bottom-color:transparent;border-right-color:#0555a4; 
        position: absolute;top: 0; right: 0;-webkit-transition: all 0.6s; 
        transition: all 0.6s;}

.pros_txtp3 a:hover .bgsqr1{ border-width:200px 0 0 200px;}
.pros_txtp3 a:hover .bgsqr2{ border-width:0 200px 200px 0;}

.proULs{ overflow: hidden;}
.proULs li{ margin-bottom: 20px; border: solid 1px #EEEEEE; padding: 8px;}
.proULs_txt_p1{ height: 36px; line-height: 36px; overflow: hidden; margin-top: 5px; font-size:20px; }
.proULs_txt_p2{ height: 42px; line-height: 21px; color: #999; margin-top: 6px; overflow: hidden;}
.proULs_txt_mm{ overflow: hidden; margin-top: 10px; }
.proULs_txt_mm a{ padding: 10px 20px; width: 100%; float: left; border: solid 1px #eee; margin-top: 10px;}
.proULs_txt_mm a span{ float: left; font-size: 13px; }
.proULs_txt_mm a i{ float: right; font-style: normal; }
@media (min-width:768px) 
{
  .proULs li{ overflow: hidden; }
  .proULs_img{ width: 50%; float: left; }
  .proULs_txt{ width: 45%; float: right; }
}
@media (min-width:992px) 
{
  .proULs_img{ width: 45%; }
  .proULs_txt{ width: 52%; }
  .proULs_txt_p2{ height: 63px; }
  .proULs_txt_mm a{ margin-top: 15px; }
}
@media (min-width:1200px) 
{
  .proULs li{ margin-bottom: 25px; padding: 15px; }
  .proULs_txt_p1{ height: 50px; line-height: 50px; font-size: 30px; }
  .proULs_txt_p2{ line-height: 26px; height: 78px; overflow: hidden; margin-top: 15px;}
  .proULs_txt_mm{ margin-top: 20px; }
  .proULs_txt_mm a{ padding: 15px 25px; }
  .proULs_txt_mm a span{ font-size: 15px; }
}
@media (min-width:1601px) 
{
  .proULs li{ margin-bottom: 45px; padding: 30px; }
  .proULs_txt_p1{ height: 60px; line-height: 60px; font-size: 36px; }
  .proULs_txt_p2{ line-height: 28px; height: 84px;  margin-top: 25px;}
  .proULs_txt_mm{ margin-top: 25px; }
  .proULs_txt_mm a{ padding: 16px 30px;  margin-top: 25px;}
  .proULs_txt_mm a span{ font-size: 16px; }
}
.proULs_txt_mm a:hover{ background: #0555a4; color: #fff; }


#piclist{ overflow: hidden; }
#piclist li{ margin-bottom: 15px; overflow: hidden; }
.piclist_img{ overflow: hidden; }
.piclist_img img{ width: 100%; }
.piclistp1{ height: 28px; font-weight: bold; line-height: 28px; overflow: hidden; margin-top: 6px; font-size: 15px;}
.piclistp2{ line-height: 18px; height: 54px; overflow: hidden; color: #888; margin-top: 5px; }
.piclistp3{ margin-top: 5px; text-transform: uppercase; color: #999;}
@media (min-width:768px) 
{
  #piclist li a{ overflow: hidden; float: left; width: 100%;}
  .piclist_img{ width: 25%; float: left; }
  .piclist_txt{ width: 72%; float: right; margin-top: 0px;}
}
@media (min-width:992px) 
{
  #piclist li{ padding-bottom: 14px; margin-top: 16px;}
}
@media (min-width:1200px) 
{
  #piclist li{ margin-top: 35px; padding-bottom: 22px; }
  .piclist_img{ width: 21%;}
  .piclist_txt{ width: 76%;}
  .piclistp1{ height: 38px; line-height: 38px; font-size: 20px; }
  .piclistp2{ line-height: 23px; height: 46px; margin-top: 12px;}
  .piclistp3{ margin-top: 30px; }
}
#piclist li a:hover .piclistp3{ color:#2b6ed7;}

#newslist1{ overflow: hidden; margin-top: 10px;}
#newslist1 li{ margin-top: 15px; overflow: hidden; padding-bottom: 20px; border-bottom: solid 1px #e5e5e5;}
.newslist1p1{ height: 32px; line-height: 32px; overflow: hidden; font-size: 14px;}
.newslist1p4{ color: #999; }
.newslist1p2{ line-height: 21px; height: 42px; margin-top: 5px; overflow: hidden; color: #999;}
.newslist1p3{ margin-top: 10px; color: #999; }
@media (min-width:992px) 
{
  .newslist1p2{ height: 24px; line-height: 24px; }
}
@media (min-width:1200px) 
{
  #newslist1{ margin-top: 18px; }
  #newslist1 li{ margin-top: 23px; padding-bottom: 20px; }
  .newslist1p1{ height: 38px; line-height: 38px; font-size: 16px; }
  .newslist1p2{ height: 26px; line-height: 26px; }
  .newslist1p3{ margin-top: 15px; }
}
@media (min-width:1601px) 
{
  #newslist1{ margin-top: 25px; }
  #newslist1 li{ margin-top: 28px; padding-bottom: 25px; }
  .newslist1p1{ height: 40px; line-height: 40px; font-size: 18px; }
  .newslist1p2{ height: 26px; line-height: 26px; }
  .newslist1p3{ margin-top: 15px; }
}

#picUL li{ margin:0px 0px 12px 0px; overflow: hidden;}
#picUL li a{ width: 100%; height: 100%; float: left; background:#fff; text-align: center; padding: 5px;}
#picUL li a .pic_02{ height:38px; line-height: 38px; overflow: hidden; margin:0px 5px;}
#picUL li a:hover{ background:#0555a4; color: #fff;  }

.qyslc{ margin-bottom: 20px; line-height: 2; padding-bottom: 15px; border-bottom: solid 1px #eee;}
.qyslcb{ color: #0555a4; font-size: 20px; line-height: 1.6;}
.qyslcd{ margin-top: 15px; color: #888; }
#qysllist{ overflow: hidden; }
#qysllist a{ width: 100%; float: left; margin-bottom: 15px; border: solid 1px #dedede;}
@media (min-width:768px) 
{
  #qysllist a{ width: 48.5%; margin-bottom: 20px; float: left;}
  #qysllist a:nth-child(2n+2){ float: right; }
}
@media (min-width:1200px) 
{
  .qyslc{ margin-bottom: 40px; padding-bottom: 30px;}
  .qyslcb{ font-size: 30px; }
  .qyslcd{ margin-top: 30px; font-size: 15px;}
  #qysllist a{ margin-bottom: 30px; width:32%; margin-right: 2%;}
  #qysllist a:nth-child(2n+2){ float: left; }
  #qysllist a:nth-child(3n+3){ margin-right: 0px;}
}
@media (min-width:1601px) 
{
  .qyslc{ margin-bottom: 70px; padding-bottom: 50px;}
  .qyslcb{ font-size: 36px; }
  .qyslcd{ margin-top: 40px; font-size: 16px;}
  #qysllist a{ margin-bottom:35px;}
}

#page_menus{ background: #0555a4; border-top: solid 1px rgba(255,255,255,0.5);}
.page_menus{ overflow: hidden; }
#page_menus .swiper-slide{ cursor: pointer; width: auto; margin: 0px 0px 0px 30px;  }
#page_menus .swiper-slide a{ width: 100%; float: left; color: #fff; font-size: 16px; height: 50px; line-height: 50px; background:url(../images/cmenus_icon.png) no-repeat left center; padding-left: 25px;}
#page_menus .swiper-slide.swiper-slide-active a{ background:url(../images/cmenus_iconh.png) no-repeat left center; font-weight: bold;}
 
#rdpro1{ background: url(../images/pinfobg.jpg) repeat-y center; padding: 20px 0px; overflow: hidden;}
.rdpro1_img{ text-align: center; border: solid 1px #dedede; overflow: hidden;}
.rdpro1_img img{ width: 100%; }
.rdpro1_txt{ margin-top: 15px; }
.rdpro1_tt{ font-size: 20px; font-weight: bold; }
.rdpro1_gg{ margin-top: 10px; line-height: 1.6; color: rgba(0,0,0,0.8); margin-bottom: 15px;}
.rdpro1_p1{ border-top: solid 1px #dedede; padding: 8px 0px;}
.rdpro1_p1 a{ color:#e96122;  }
.rdpro1_btn{ overflow: hidden; margin-top: 15px; }
.rdpro1_btn a{ float: left; padding: 8px 28px; border-radius: 3px;}
.rdpro1_btna1{ background: #0f65b4; color: #fff; margin-right: 10px;}
.rdpro1_btna2{ background: #e96122; color: #fff;}
.rdpro1_side{ overflow: hidden;}
.rdpro1_sidec{ background: #fff; border: solid 1px #dedede; padding: 20px 10px 25px 10px; margin-top:25px;}
.rdpro1_infosc{ margin: 25px auto 0px; overflow: hidden;}
.rdpro1_infosc_t{ text-align: center; font-size: 20px; font-weight: bold;}
.rdpro1_infosc_ft{ text-align: center; color: #999; margin-top: 5px;}
.rdpro1_tgfw{ overflow: hidden; margin-top: 20px; }
.rdpro1_tgfw a{ width: 100%; float: left; text-align: center; }
.rdpro1_tgfw_img{ transition: all 0.3s; width: 100%; font-size: 54px; background:#e96122; color: #fff; border-radius: 50%;}
.rdpro1_tgfw_txt{ font-size: 16px; font-weight: bold; margin-top:10px;}
.rdpro1_tgfw a:hover .rdpro1_tgfw_img{ background:#0f65b4; color: #fff;  }
.rdpro1_tgfw a:hover{ color: #000; }
.rdpro1_yss{ overflow: hidden; margin-top: 10px; }
.rdpro1_yss a{ width: 100%; float: left; background:#e96122; border-radius: 10px; height: 110px; padding: 10px 10px 10px 110px; margin-top:15px; position: relative; }
.rdpro1_yss_img{ width: 90px; border-radius: 50%; overflow: hidden; position: absolute; top: 10px; left: 10px; }
.rdpro1_yss_img img{ width: 100%; }
.rdpro1_yss_txtp1{ color: #fff; height: 36px; line-height: 36px; font-size: 20px; font-weight: bold; }
.rdpro1_yss_txtp2{ margin-top: 4px; line-height: 20px; height: 40px; overflow: hidden; color: rgba(255,255,255,0.6); }
.rdpro1_hj{ margin-top: 20px; text-align: center; }
.rdpro1_hj img{ max-width: 100%; }
.rdpro1_infosc1 .page_Content strong{ font-size: 14px; }
.rdpro1_infosc1 .page_Content a{ border: 0px; }
.case_c{ margin-top: 20px; }
@media (min-width:768px) 
{
  .rdpro1_yss a{ width: 48%; margin:15px 1% 0px 1%;}
}
@media (min-width:992px) 
{
  .rdpro1_img{ width: 55%; float: left; }
  .rdpro1_txt{ width: 41%; float: right; margin-top: 10px;}
  .rdpro1_sidec{ padding: 25px 15px 30px 15px; }
  .rdpro1_yss a{ width: 31%; margin:15px 1% 0px 1%;}
}
@media (min-width:1200px) 
{
  #rdpro1{ padding:40px 0px; }
  .rdpro1_tt{ font-size: 24px; }
  .rdpro1_gg{ margin-top: 15px; margin-bottom: 20px;}
  .rdpro1_p1{ padding: 12px 0px; }
  .rdpro1_btn{ margin-top: 30px; }
  .rdpro1_btn a{ padding: 10px 40px; }
  .rdpro1_side{ float: right; width: 77%;}
  .rdpro1_lside{ float: left; width: 21%; background: #fff; border: solid 1px #dedede; margin-top: 30px; padding: 15px;}
  .rdpro1_sidec{ margin-top: 30px; padding: 25px 20px 30px 20px;}
  .rdpro1_infosc{ margin: 40px auto 0px; }
  .rdpro1_infosc_t{ font-size: 26px; }
  .rdpro1_tgfw{ margin-top: 30px; }
  .rdpro1_yss_txtp1{ font-size: 22px; }
  .rdpro1_yss{ margin-top: 15px; }
  .rdpro1_hj{ margin-top: 30px; }
  .rdpro1_lsidet{ font-size: 24px; padding-bottom: 15px; position: relative; font-weight: bold;}
  .rdpro1_lsidet i{ width: 25px; height: 3px; background:#e96122; position: absolute; left:0px; bottom: 0px; }
  .rdpro1_lsidec{ margin-top: 15px; overflow: hidden; margin-bottom: 30px; }
  .rdpro1_lsidec a{ width: 100%; float: left; height: 52px; line-height: 52px; font-size: 15px; border-bottom: solid 1px #dedede; }
  .rdpro1_tjc{ overflow:hidden; margin-top: 15px; }
  .rdpro1_tjc a{ width: 100%; float: left; margin-top: 15px; text-align: center; }
  .rdpro1_tjc_img{ border: solid 1px #dedede; }
  .rdpro1_tjc_txt{ height: 40px; line-height: 40px; overflow: hidden; margin-top: 5px; }
  .rdpro1_infosc1 .page_Content strong{ font-size: 18px; }
  .case_c{ margin-top: 25px; }
}
@media (min-width:1601px) 
{
  #rdpro1{ padding:60px 0px 70px 0px; }
  .rdpro1_tt{ font-size: 28px; }
  .rdpro1_gg{ margin-top: 25px; margin-bottom: 30px;}
  .rdpro1_p1{ padding: 18px 0px; font-size: 16px;}
  .rdpro1_btn{ margin-top: 40px; }
  .rdpro1_btn a{ padding: 12px 50px; }
  .rdpro1_lside{ margin-top: 45px; padding: 20px;}
  .rdpro1_sidec{ margin-top: 45px; padding: 40px 30px 50px 30px;}
  .rdpro1_infosc{ margin: 50px auto 0px; }
  .rdpro1_infosc_t{ font-size: 36px; }
  .rdpro1_tgfw{ margin-top: 40px; }
  .rdpro1_yss_txtp1{ font-size: 23px; height: 42px; line-height: 42px;}
  .rdpro1_yss_txtp2{ line-height: 26px; height: 52px; margin-top: 12px; }
  .rdpro1_yss{ margin-top: 25px; }
  .rdpro1_yss a{ height: 175px; padding: 20px 15px 20px 160px; margin-top:20px;  }
  .rdpro1_yss_img{ width: 135px; top: 20px; left: 15px;}
  .rdpro1_hj{ margin-top: 40px; }
  .rdpro1_lsidet{ font-size: 28px; padding-bottom: 20px;}
  .rdpro1_lsidec{ margin-top: 25px; margin-bottom: 45px; }
  .rdpro1_lsidec a{ height: 64px; line-height: 64px; font-size: 16px; }
  .rdpro1_tjc{ overflow:hidden; margin-top: 25px; }
  .rdpro1_tjc a{ margin-top: 20px; }
  .rdpro1_tjc_txt{ margin-top: 10px; }
  .rdpro1_tgfw_img{ font-size: 60px; }
  .rdpro1_infosc1 .page_Content strong{ font-size: 20px; }
  .case_c{ margin-top: 40px; }
}
.rdpro1_btna1:hover{ background:#e96122; color: #fff; font-weight: bold;  }
.rdpro1_btna2:hover{ background:#0f65b4; color: #fff; font-weight: bold;  }
.rdpro1_yss a:hover{ background:#0f65b4;  }
.rdpro1_yss a:hover .rdpro1_yss_txtp1{ color: #fff; }
.rdpro1_yss a:hover .rdpro1_yss_txtp2{ color: #fff;  }


 
/*******Css info*******/
#company_main{ line-height:2; font-size: 13px;  }
#company_main img{ max-width:100%; }
#company_main a{ color:#0555a4;}
#company_main strong{ color:#0555a4;}
#contact_main{ margin:0 auto; padding:10px;}
#contact_main a{ color:#0555a4;}
#contact_main p{ line-height: 2.2; background: url(../images/page_icon1.jpg) no-repeat left 12px; padding-left: 25px;}
#contact_main strong{ color:#0555a4;  }
#company_main strong{ color:#0555a4;  }
#page_Title{ line-height:1.8; font-size:16px; text-align:center; }
.page_Info{ height:36px; line-height: 36px; margin-top: 15px; color:#666;  border-top:solid 1px #E6E6E6; border-bottom:solid 1px #E6E6E6; }
.page_Infoleft { padding-left: 30px; float: left;}
.page_Infoleft i{ margin-right: 5px; }
.page_Share{ margin-right: 10px; float: right; }
.page_Share a{ float: left; margin-left: 10px;}
.page_Share a:hover{ animation: swing 1s; }
.page_Share span{ float: left; }

.ljdg{ width: 150px; height: 48px; line-height: 48px; background: #0555a4; color: #fff; text-align: center; float: right; margin-right: 5px; border-radius: 5px; }

.qd{ float: left; font-size: 16px; margin-left: 25px; }
.qd b{ color:#0555a4; }



#infoImage{ width:100%;text-align:center; margin:15px 0 15px 0;}
#infoImage img{ max-width:100%;  border:#dcdcdc solid 1px;}
.page_tit_bg{ height:36px; background:#F9F9F9; border-radius:5px; margin:10px auto;} 
.page_tit_tit{
    width:120px;
    height:36px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background:#0555a4;
    color:#ffffff;
    line-height:36px;
    text-align: center;
    font-size: 15px;
}
.ljdg{ width: 150px; height: 48px; line-height: 48px; background: #0555a4; color: #fff; text-align: center; float: right; margin-right: 5px; border-radius: 5px; }
.ljdg:hover{ color: #fff; }
#page_Content{ margin:15px auto 0px; line-height:2; padding:10px; font-size: 13px;}
#page_Content img{max-width:100%;}
#page_Content table {
    width:100%;
    margin:0 auto;
    border-width:1px;
    color:#333;
    border-color: #f1f1f1 !important;
    border-collapse: collapse;
    box-sizing: border-box;
}
#page_Content table th {
    border-width:1px;
    padding:5px;
    border-style: solid;
    border-color: #f1f1f1 !important;
    background-color: #dedede;
}
#page_Content table td {
    border-width:1px;
    padding:5px;
    border-style: solid;
    border-color: #f1f1f1 !important;
}
#page_Content table td a { text-decoration:underline; color: #333;}

.page_Content{ margin:0 auto; line-height:2; padding:10px; }
.page_Content img{max-width:100%;}
.page_Content table {
    width:100%;
    margin:0 auto;
    border-width:1px;
    color:#333;
    border-color: #eee !important;
    border-collapse: collapse;
    box-sizing: border-box;
}
.page_Content table th {
    border-width:1px;
    padding:5px;
    border-style: solid;
    border-color: #eee !important;
    background-color: #dedede;
}
.page_Content table td {
    border-width:1px;
    padding:5px;
    border-style: solid;
    border-color: #eee !important;
}
.page_Content table td a { text-decoration:underline; color: #333;}

/* 无内容 */
.no-goods,.no-network{
  padding-top:70px;
  overflow: hidden;
  text-align: center;
}
.no-goods img{
  display: block;
  margin:0 auto 30px;
  width:220px;
  max-height: 105px;
}
.no-network img{
  display: block;
  margin:0 auto 30px;
  width:222px;
  height: 160px;
}
.no-goods p,.no-network p{
  color:#666666;
  line-height: 2;
}
.contact-list{ overflow: hidden; margin-top: 10px;}
.contact-list ul li {
  min-height: 36px;
  padding-left: 50px;
  font-size: 14px;
  color: #666;
  margin-bottom: 14px;
  word-wrap: break-word;
  line-height: 36px;
}
.contact-list ul li span {
  display: block;
  float: left;
  color: #999;
}
.contact-list ul li.icon-01 {
  background: url(../images/contact-icon-01.png) no-repeat left top;
}
.contact-list ul li.icon-02 {
  background: url(../images/contact-icon-02.png) no-repeat left top;
}
.contact-list ul li.icon-03 {
  background: url(../images/contact-icon-03.png) no-repeat left top;
}
.contact-list ul li.icon-04 {
  background: url(../images/contact-icon-04.png) no-repeat left top;
}
.contact-list ul li.icon-05 {
  background: url(../images/contact-icon-05.png) no-repeat left top;
}
.contact-list ul li.icon-06 {
  background: url(../images/contact-icon-06.png) no-repeat left top;
}
.contact-map {
  overflow: hidden;
  margin-top: 25px;
}
.contact-map #dituContent {
  width: 100%;
  height: 475px;
}
.morder{ overflow: hidden; margin-top: 20px; }
.morder li{ overflow: hidden; margin-bottom: 15px;}
.morder_InputText{ width:45%; margin-right: 5%; padding: 0px 15px; border-radius: 8px; outline: none; float: left; background: #f1f1f1; border: solid 1px #dedede; height: 40px; line-height: 40px;}
.morder_InputText1{ width:95%;  padding: 0px 15px; border-radius: 8px; outline: none; float: left; background: #f1f1f1; border: solid 1px #dedede; height: 40px; line-height:40px;}
.morder_textarea{ width:95%;  padding: 15px; border-radius: 8px; outline: none; float: left; background: #f1f1f1; border: solid 1px #dedede; height: 120px; line-height: 30px;}
.morder_captcha{ width:200px;  padding: 0px 15px; border-radius: 8px; outline: none; float: left; background: #f1f1f1; border: solid 1px #dedede; height: 40px; line-height:40px;}
.morder_img{ float: left; margin-left: 10px; margin-top: 15px; height: 20px; cursor: pointer; }
.morder_But{ float: left; outline: none; margin-top: 15px; margin-right: 5%; font-size:15px; width: 250px; height: 42px; line-height: 42px; background: #0555a4; color: #fff; border-radius: 15px;}
.morder_But:hover{ background: #e96122; color: #fff; }
@media (min-width:768px) 
{
    #page_Title{ font-size: 18px; }
    .ewm{ float: right; margin-right: 20px; margin-top: 25px; }
    .morder_But{ float: right; margin-top: 0px;}
}
@media (min-width:992px) 
{
    #picUL li a .pic_02{ height:40px; line-height: 40px;  }
}
@media (min-width:1200px) 
{
    #page_Title{ font-size: 20px; }
    .page_Info{ height: 44px; line-height: 44px; margin-top: 10px; }
    #picUL li{ margin: 0px 0px 15px 0px; }
    #picUL li a{ padding: 5px; }
    #picUL li a .pic_02{ height: 42px; line-height: 42px; }
    #company_main{ font-size: 15px; }
    .contact-list{ margin-top: 30px; }
    .contact-list ul li{ font-size: 17px; }
    .morder{ margin-top: 20px; }
    .morder_InputText{ height: 40px; line-height: 40px; }
    .morder_InputText1{ height: 40px; line-height: 40px; }
    .morder_captcha{ height: 40px; line-height: 40px; }
    .morder_But{ height:45px; line-height: 45px; font-size: 15px; }
    #infoImage{ margin-top: 25px; }
    .page_Content{ font-size: 15px; }
    #page_Content{ font-size: 15px; }
    #contact_main{ font-size: 15px; }
    #contact_main p{background: url(../images/page_icon1.jpg) no-repeat left 14px;}
}
@media (min-width:1601px) 
{
    #page_Title{ font-size: 24px; }
    .page_Info{ height: 50px; line-height: 50px; margin-top: 20px; }
    #picUL li{ margin: 0px 0px 20px 0px; }
    #picUL li a{ padding: 8px; }
    #picUL li a .pic_02{ height: 45px; line-height: 45px; }
    #company_main{ font-size: 16px; }
    .contact-list{ margin-top: 30px; }
    .contact-list ul li{ font-size: 17px; }
    .morder{ margin-top: 20px; }
    .morder_InputText{ height: 40px; line-height: 40px; }
    .morder_InputText1{ height: 40px; line-height: 40px; }
    .morder_captcha{ height: 40px; line-height: 40px; }
    .morder_But{ height:45px; line-height: 45px; font-size: 15px; }
    #infoImage{ margin-top: 25px; }
    .page_Content{ font-size: 16px; }
    #page_Content{ font-size: 16px; }
    #contact_main{ font-size: 16px; }
    #contact_main p{background: url(../images/page_icon1.jpg) no-repeat left 16px;}
}

#warps{ position: relative;  margin-top: 20px; margin-bottom: 10px;}
.proinfosc{ overflow: hidden;}
.proinfoimg{ overflow: hidden; text-align: center; background: #fff; padding: 15px;}
.proinfoimg img{ max-width: 100%; }
.proinfostxt{ margin-top: 20px; background: #fff; padding: 15px;}
.proinfot{ font-size: 16px; line-height: 1.7; }
.proinfop1{ padding: 8px 2px; border-bottom: solid 1px #eee; font-size: 13px;}
.proinfop1 span{ color: rgba(0,0,0,0.5); }
.proinfop1 a{ font-weight: bold; color:#e96122;  }
.proinfop1 b{ font-weight: bold; color:#e96122;  }
.proinfop2{ line-height: 1.6; color: #999; margin: 10px 0px; }
.proinfop3{ overflow: hidden; margin-top: 15px; height: 38px; line-height: 38px; background: #0555a4; }
.proinfop3 a{ float: left;  font-size: 14px; font-weight: bold; color: #fff; padding: 0px 30px; background:#e96122; }
.proinfop3 b{ float: right; margin-right: 15px; font-size: 16px; color:#fff;  }
.proinfogg{ overflow: hidden; margin-top: 10px; line-height: 1.6; color: #999;}
.proinfogg p{ margin-top: 10px; }
.proinfosc{ padding: 5px; background: #fff; margin-top: 20px;}
.xgtj{ margin-top: 25px; }
.pmenuss{ margin-top: 25px; }
.pmenuss ul{ background:#eee; overflow: hidden; }
.pmenuss ul li{ width:30%; cursor: pointer; float: left; text-align: center; font-size: 14px; padding: 10px 0px;}
.pmenuss ul li.on{ font-weight: bold; background: #0555a4; color: #fff;}
.pmenuss.down{ position: fixed; top: 0px; width: 100%; z-index: 999; margin-top: 0px;}
.pageprc{ margin-top: 25px; }
.productrs{ overflow: hidden; margin-top:20px; }
.productrs a{ float: left; width: 100%; text-align: center; overflow: hidden; position: relative;}
.productrs a:hover .products_txts{ bottom: 10px; background: rgba(0,0,0,0.8); }
.productrs .products_img{ background: #fff; }
.productrs .products_txt{ height: 32px; line-height: 32px; overflow: hidden; text-align: center; margin-top: 5px; }
.xgss{ margin-top: 25px; margin-bottom: 25px;}
.newst{ height: 32px; line-height: 32px; overflow: hidden; }
.news_a1{ float: left; font-size: 18px; font-weight: bold; }
.newst i{ width: 30px; height: 3px; background:#e96122; float: left; margin-left: 15px; margin-top: 14px;  }
.newst span{ font-size: 13px; color: rgba(0,0,0,0.2); float: left; margin-left: 10px; }
.pscls{ overflow: hidden; margin-top: 20px; }
.pscls a{ width: 44%; float: left; font-size: 15px; position: relative; padding-right: 50px; margin:0px 3%; border-bottom: solid 1px #dedede; overflow: hidden; height:40px; line-height: 40px;}
.pscls a i{ position: absolute; right: 0px; top: 0px; }
.protsts{ color: #0555a4; margin: 10px 0px; font-size: 14px; font-weight: bold;}

@media (min-width:768px) 
{
  .proinfoimg{ width: 45%; float: left; }
  .proinfostxt{ width: 50%; float: right; margin-top: 0px; min-height: 233px;}
  .pscls a{ width: 27%; }
}
@media (min-width:992px) 
{
  .proinfostxt{ min-height: 301px; }
}
@media (min-width:1200px) 
{
    .proinfot{ font-size: 22px; }
    .proinfop1{ font-size: 14px; padding: 12px 2px; }
    .proinfop2{ font-size: 13px; }
    .proinfop3{ margin-top: 15px; height: 40px; line-height: 40px;}
    .proinfop3 a{ padding: 0px 30px; font-size: 15px;}
    .proinfop3 b{ font-size: 17px; }
    .pmenuss{ margin-top: 30px; }
    .pmenuss ul li{ padding: 12px 0px; font-size: 15px; transition: all 0.3s;}
    .pmenuss.down li{ padding: 10px 0px; }
    .pageprc{ margin-top: 25px; }
    .pageprc .ys{ margin-top: 20px; }
    .xgss{ margin-top: 35px; margin-bottom: 40px; }
    .productrs{ margin-top: 25px; }
    .newst{ height: 50px; line-height: 50px; }
    .news_a1{ font-size: 22px; }
    .newst i{ width: 60px; margin-top: 23px; margin-left:20px;}
    .newst span{ font-size:13px; margin-left:20px;}
    #warps{ margin-top: 45px; margin-bottom: 25px;}
    .pscls a{ width: 19%; height: 55px; line-height: 55px; font-size: 17px;}
    .proinfogg{ margin-top: 15px; }
    .protsts{ font-size: 17px; }
    .productrs .products_txt{ height: 36px; line-height: 36px;}
    .proinfoimg{ padding: 25px; }
    .proinfostxt{ padding: 25px; min-height: 310px; }
    .proinfosc{ padding: 15px; margin-top: 30px; }
    .xgtj{ margin-top: 40px; }
}
@media (min-width:1601px) 
{
    .proinfot{ font-size: 26px; }
    .proinfop2{ font-size: 14px; }
    .proinfop3{ margin-top: 20px; height: 50px; line-height: 50px;}
    .proinfop3 a{ padding: 0px 40px; font-size: 16px;}
    .proinfop3 b{ font-size: 18px; }
    .pmenuss{ margin-top: 40px; }
    .pmenuss ul li{  padding: 15px 0px; font-size: 16px; }
    .pmenuss.down li{ padding: 12px 0px; }
    .pageprc{ margin-top: 35px; }
    .pageprc .ys{ margin-top: 20px; }
    .xgss{ margin-top: 75px; margin-bottom: 80px; }
    .productrs{ margin-top: 25px; }
    .newst{ height: 50px; line-height: 50px; }
    .news_a1{ font-size: 22px; }
    .newst i{ width: 60px; margin-top: 23px; margin-left:20px;}
    .newst span{ font-size:13px; margin-left:20px;}
    #warps{ margin-top: 70px; margin-bottom: 30px;}
    .pscls a{ width: 19%; height: 55px; line-height: 55px; font-size: 17px;}
    .proinfogg{ margin-top: 15px; }
    .protsts{ font-size: 17px; }
    .productrs .products_txt{ height: 42px; line-height: 42px;}
    .proinfoimg{ padding: 30px; }
    .proinfostxt{ padding: 30px; min-height: 358px; }
    .proinfosc{ padding: 20px; margin-top: 40px; }
    .xgtj{ margin-top: 50px; }
}
 
 
/*******Css job*******/
#job_ul{}
#job_ul li{
    border-bottom:dashed 1px #cfcfcf;
    padding:10px 0px;
    height: 100%; overflow: hidden;
}
#job_ul li .recruit_info{
    float:left; width: 80%;
}
.job_nam{
    color:#0555a4;
    font-weight:bold;
}
#job_ul li .recruit_but{
    height:45px;
    float:right;
    margin-top:10px;
    margin-right:22px;
}
.job_ul li .recruit_but a{
    width:150px;
    height:45px;
    line-height:45px;
    background: #1C5FB8;
    border-radius:2px;   
    text-align:center; float: left;
}
.recruit_info_tit_bg{
    height:40px;
    background:#f8f8f8;
    border-radius:2px;
    margin:15px auto;
}
.recruit_info_tit_bg .recruit_info_tit{
    width:140px;
    height:45px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background:#0555a4;
    color:#ffffff;
    line-height:45px;
    text-align: center;
}
.recruit_info_main{
    margin:0px auto;
    margin-top:10px;
    margin-bottom:60px;
    padding:5px 20px;
    line-height: 32px;
}
.seek_job{ margin-left: 20px; }
.seek_job li{ padding-top:10px; height: 100%; overflow: hidden;}
.seek_t1{ float: left; font-weight: bold; height: 40px; line-height: 40px; width:60px;}
.job_nam{ float: left; margin-left: 15px; color:#0555a4; font-weight: bold; }
.G_InputText{
    width:250px;
    height:40px;
    line-height:40px;
    border:1px solid #dedede;
    padding:0px 10px;
    float:left;
    border-radius: 2px;outline: none;
}
.G_InputText:hover{ border:1px solid #0555a4; }
.G_captcha{
    width:100px;
    height:40px;
    line-height:40px;
    border:1px solid #dedede;
    padding:0px 10px;
    float:left;
    border-radius: 2px; outline: none;
}
.G_captcha:hover{ border:1px solid #0555a4; }
.G_textarea{
    width:250px;
    height:150px;
    line-height:30px;
    border:1px solid #dedede;
    padding:0px 10px;
    float:left;
    border-radius: 2px;outline: none;
}
.G_textarea:hover{ border:1px solid #0555a4; }
.G_select{ float: left; border:1px solid #dedede; height: 40px; line-height: 40px; }
.job_radio{ float: left; }
.G_img{ float: left; margin-top: 10px; margin-left: 5px; }
.G_But{
    width:340px;
    height:50px;
    line-height:50px;
    background:#0555a4;
    border-radius:5px;
    text-align:center;
    color:#FFF;
    cursor:pointer;
    transition: all 0.3s;
    float: left;outline: none; border: 0px;font-size: 18px;
}
.G_But:hover{
    background:#e96122; color: #fff;
}
@media (min-width:768px) 
{
    .G_InputText{ width: 500px; }
    .G_textarea{ width: 500px; }
}
@media (min-width:1200px) 
{
    .seek_job li{ padding-top: 15px; }
    .G_InputText{ width: 550px; }
    .G_textarea{ width: 550px; }
    .seek_job{ float: left; }
    .mess_img{ float: right; width: 400px; margin-top: 30px;}
    .mess_img img{ max-width: 100%; }
}
/*******Css prev_next*******/
#prev_next{margin: 10px 10px;clear: both;overflow: hidden; }
#prev_next li{margin: 10px 0;}
#prev_next li i{ margin-right: 5px; }
#prev_next li a:hover{ color: #0555a4; }
#prev_next li div{ display: inline-block; }
/*css digg style pagination*/
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 10px 0 35px;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 5px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #0555a4;
  background: #0555a4;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}

div.digg{ margin:10px auto; text-align:center; float:right; display: inline;}
div.digg a{border:#dedede 1px solid; padding:3px 10px; margin:3px; color:#666; display: inline-block;}
div.digg a:hover{border:#0555a4 1px solid;color:#fff; background: #0555a4;}
div.digg a:active{border:#0555a4 1px solid;color:#fff; background: #0555a4;}
div.digg span.current{border:solid 1px #0555a4;padding:3px 15px; font-weight:bold; margin:3px; color:#fff; background-color:#0555a4; display: inline-block;}
div.digg span.disabled{border:#dedede 1px solid;padding:3px 10px;margin:3px;color:#ddd;  display: inline-block;}
div.digg select{ border:#dedede 1px solid; padding:3px 0px; display: inline-block;}