@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; image-rendering:-moz-crisp-edges; image-rendering:-o-crisp-edges; image-rendering:-webkit-optimize-contrast; image-rendering: crisp-edges; -ms-interpolation-mode:nearest-neighbor; }
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; overflow-x: hidden; color:#333; font-size: 12px; font-family:'Microsoft YaHei','微软雅黑',Arial;}
@media (min-width:1200px) 
{
    body{ font-size: 14px; }
}
@media (min-width:1501px) 
{
    body{ font-size: 15px; }
}
a{color:#333;text-decoration:none; cursor: pointer; transition: all 0.3s;}
a:hover{ text-decoration: none; color:#154693; }
.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;}
.imgboxs:hover img{width:110%;transition:.36s width;}
.simgbox{position:relative;overflow:hidden;width:100%;}
.simgbox:after {content:'';display:block;padding-top:133.33%;}
.simgbox img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s width;}
.simgbox:hover img{width:110%;transition:.36s width;}
.imgboxss{position:relative;overflow:hidden;width:100%;}
.imgboxss:after {content:'';display:block;padding-top:58%;}
.imgboxss img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s width;}
.imgboxss:hover img{width:110%;transition:.36s width;}
.imgboxsst{position:relative;overflow:hidden;width:100%;}
.imgboxsst:after {content:'';display:block;padding-top:70.41%;}
.imgboxsst img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s width;}
.imgboxsst:hover img{width:110%;transition:.36s width;} 

/*******Css header*******/
#tops{ background: #111111; height: 36px; line-height: 36px; color: #b9b9b9;}
#tops .container{ position: relative; }
#tops a{ color:#b9b9b9; }
#tops a:hover{ color: #fff; }
.tops_left_tel{ float: left; padding-left: 16px; background: url(../images/icon1.png) no-repeat left center;}
.tops_right_yy{ float: left; border-left: solid 1px #4D4D4D; background: url(../images/icon3.png) no-repeat 10px center; padding-left: 30px; }
.tops_right_ss{ width: 48px; height: 36px; background: url(../images/icon5.png) no-repeat center; float: left; text-align: center; margin-left: 15px; border-left: solid 1px #4D4D4D; border-right: solid 1px #4D4D4D;}
#header{ padding: 10px 0px; }
#header .container{ position: relative; }
.logo{ width: 75%; float: left; }
.logo img{ max-width: 100%; }
.map_open{ height: 26px; line-height: 26px; font-size: 20px; color: #154693; position: absolute; right: 15px; top: 50%; margin-top: -13px;}
.hsearch{ background: #fff; box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05); z-index: 33; display: none; width: 250px; height: 40px; line-height: 40px; border-radius: 5px; overflow: hidden; position: absolute; bottom: -40px; right: 10px;}
.keywords{ width: 190px; padding: 0px 15px; float: left;}
.hsearch_btn{ font-size: 20px; width: 60px; background: #154693; color: #fff; float: left; text-align: center;}
.hsearch_btn:hover{ background: #000; color: #fff; }
@media (min-width:768px) 
{
    .tops_left_email{ float: left; padding-left: 16px; background: url(../images/icon2.png) no-repeat left center; margin-left: 15px; }
    #header{ padding: 15px 0px; }
    .logo{ width: 424px; }
    .map_open{ font-size: 22px; }
}
@media (min-width:1200px) 
{
    .tops_left_tel{ padding-left: 20px; }
    .tops_left_email { padding-left: 20px; margin-left: 20px;}
    #header{ padding: 0px; height: 82px; }
    .logo{ margin-top: 20px; }
    .nav{ float: right; }
    #dnav .nLi{ float: left; position: relative;}
    #dnav .nLi p{ height: 82px; line-height: 82px; padding: 0px 12px; font-size: 16px; }
    #dnav .nLi p a{ display: inline-block; position: relative;}
    #dnav .nLi p a::before {
    content: "";
    position: absolute;
    left: 50%; 
    bottom: 0px;
    height:5px;
    transition: all 0.5s;
    background: #154693;
    width: 0px;
    transform:translateX(-50%);
    }
    #dnav .subs{ width: 160px; left: 50%; margin-left: -80px; overflow: hidden; display: none; text-align: center; position: absolute; z-index: 999; padding: 10px 0px 10px 0px; font-size:14px; top: 83px; background:#fff;}
    #dnav .subs a{ width: 100%; height: 38px; line-height: 38px; float: left; color: #333;}
    #dnav .subs a:hover{ background:#154693; color: #fff; }
    #dnav .subs a.on{ background:#154693; color: #fff;}
    #dnav .nLi.on p a,#dnav .nLi p a:hover{ color: #154693;}
    #dnav .nLi.on p a::before,#dnav .nLi p a:hover::before {
     width: 100%; 
    }
}
@media (min-width:1501px) 
{
    #tops{ font-size: 14px; height: 38px; line-height: 38px;}
    .tops_right_ss{ height: 38px; width: 50px;}
    .tops_right_yy{ background: url(../images/icon3.png) no-repeat 13px center; padding-left: 35px; }
    #header{ height: 92px; }
    .logo{ margin-top: 25px; }
    #dnav .nLi p{ height: 92px; line-height: 92px; padding: 0px 26px; }
    #dnav .subs{ top: 93px; font-size:15px;}
}
.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:#154693; }
.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;
}
.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: #154693; }
.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 p a{ float: left; }
.nav-item.on{ color: #154693; }
.nav-item.on a{ color: #154693; }
.nav-item.on p i{ color: #154693; }
.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:#154693;}
.nav-item.nav-show .msub{display: block;}
.nav-show p i{transform:rotate(90deg);}
.nav-show.nav-item>p{ background:#f1f1f1;}
#mbanners{ overflow: hidden; }
#mbanners img{ width: 100%; }
#banners{ overflow: hidden; }
#banners img{ width: 100%; transition: 1s linear 2s;}
#banners .swiper-slide-active img,
#banners .swiper-slide-duplicate-active img {
    transition: 16s linear;
    transform: scale(1.2, 1.2);
}
#banners a{ width: 100%; float: left; position: relative;}
.page_banner{ position: relative; }
.page_banner img{ width: 100%; }
.page_bannerc{ width: 100%; text-align: center; position: absolute; z-index: 999; top: 50%; transform:translateY(-50%); left: 0px;}
.page_bannerc_c1{ font-size: 18px; color: #fff; position: relative; padding-bottom: 10px;}
.page_bannerc_c1:after{ content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform:translateX(-50%);
    width: 36px;
    height: 2px;
    background: #fff;}
.page_bannerc_c2{ color: rgba(255, 255, 255, 0.9); margin-top: 10px;}
#pmenu{ color: #999999; padding: 5px 0px; border-bottom: solid 1px #EFEFEF;}
#pmenu a{ color: #999; }
#pmenu a:hover{ color: #154693; }
#wrap{ padding: 20px 0px 25px 0px; overflow: hidden;}
.prop_cls{ overflow: hidden; }
.prop_cls .swiper-slide{ width: auto; margin-right: 15px;}
.prop_cls .swiper-slide a{ width: 100%; float: left; padding: 8px 22px; border-radius: 22px; background: #f5f5f5;}
.prop_cls .swiper-slide a:hover{ background: #154693; color: #fff;}
.prop_cls .swiper-slide a.on{ background: #154693; color: #fff;}
.right_side{ padding-top: 20px; }
@media (max-width:767px) 
{
    .scrol{ white-space:nowrap; overflow-x: scroll; overflow-y: hidden;}
}
@media (min-width:1200px) 
{
    .banner{ position: relative; }
    .ads{ width: 100%; text-align: center; position: absolute; z-index: 999; bottom: 0px; left: 0px;}
    .ads .container{ position: relative; }
    .ads:after{ content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    width: 74%;
    height: 100%;
    background: #fff;}
    .bsearch{ width:77%; float: left; position: relative; z-index: 3; padding: 15px 20px;}
    .bsearchc{ border: solid 1px #dedede; padding: 0px 28px; border-radius: 28px; float: left; margin-left: 15px;}
    .bkeywords{ outline: none; height: 42px; line-height: 42px; width: 300px; float: left;}
    .bsearch_btn{ height: 42px; line-height: 42px; float: left; margin-left: 6px; font-size: 20px;}
    .banners_bb{  height: 60px; line-height: 60px; position: absolute; top: 50%; margin-top: -30px; right: 0px; color: #fff;}
    .banners_bb .swiper-prev{ float: left; font-size: 25px; outline: none;}
    .banners_bc{ width: auto; float: left; margin: 0px 10px; font-family:Arial;}
    .banners_bc .swiper-pagination-current{ font-size: 32px; font-weight: bold;}
    .banners_bc .banners_bcsp{ font-size: 32px; margin: 0px 3px;}
    .banners_bc .swiper-pagination-total{ font-size: 20px; font-weight: bold;}
    .banners_bb .swiper-next{ float: left; font-size: 25px; outline: none;}
    .page_bannerc_c1{ font-size: 28px; padding-bottom: 12px;}
    .page_bannerc_c2{ margin-top: 15px; }
    #pmenu{ padding: 10px 0px; }
    #wrap{ padding: 30px 0px 35px 0px; }
    .right_side{ width: 81%; float: right; padding-top: 0px; }
    .left_side{ width: 17%; float: left; }
    .left_side_tt{ font-size: 28px; }
    .left_side_cc{ overflow: hidden; margin-top: 10px;}
    .left_side_cc a{ position: relative; overflow: hidden; padding-right: 38px; float: left; font-size: 16px; color: #555; width: 100%; height: 52px; line-height: 52px; border-bottom: solid 1px #f1f1f1;}
    .left_side_cc a:after{ content: "";
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 5px;
    width: 28px;
    height: 28px;
    transition: all 0.3s;}
    .left_side_cc a:hover{ color: #154693; font-weight: bold;}
    .left_side_cc a:hover:after{ background: url(../images/poicon1h.png) no-repeat; right: 0px;}
    .left_side_cc a.on{ color: #154693; font-weight: bold;}
    .left_side_cc a.on:after{ background: url(../images/poicon1h.png) no-repeat; right: 0px;}
}
@media (min-width:1501px) 
{
  .bsearch{ padding: 20px 20px;}
  .bsearchc{ border: solid 1px #dedede; padding: 0px 36px; border-radius: 38px; }
  .bkeywords{  width: 460px; height: 46px; line-height: 46px;}
  .bsearch_btn{ font-size: 24px; height: 46px; line-height: 46px;} 
  .banners_bb .swiper-prev{ font-size: 30px; }
  .banners_bb .swiper-next{ font-size: 30px; }
  .banners_bc{ margin: 0px 15px; }
  .banners_bc .swiper-pagination-current{ font-size: 40px; }
  .banners_bc .banners_bcsp{ font-size: 40px; margin: 0px 5px;}
  .banners_bc .swiper-pagination-total{ font-size: 22px; }
  .page_bannerc_c1{ font-size: 36px; padding-bottom: 20px;}
  .page_bannerc_c2{ margin-top: 25px; }
  #pmenu{ padding: 15px 0px; }
  #wrap{ padding: 50px 0px 65px 0px; }
  .right_side{ width: 80%; }
  .left_side_tt{ font-size: 32px; }
  .left_side_cc a{ height: 70px; line-height: 70px; font-size: 17px;}
}

/*******Css home*******/ 
#chan1{ padding: 20px 0px; }
#chan1s{ padding: 0px 0px 20px 0px; }
.chan1_t{ text-align: center; font-size: 20px;}
.about{ text-align: center; line-height: 2; margin-top: 10px;}
.about_mm{ text-align: center; margin-top: 15px;}
.about_mm a{ padding: 7px 32px; border: solid 1px #5f5f5f; display:inline-block;}
#chan2{ background: #2c2d2e; padding: 20px 0px;}
.chan2_t{ text-align: center; font-size: 20px; color: #fff; }
.chan2_t a{ color: #fff; }
.chan2_ft{ color: rgba(255, 255, 255, 0.38); text-align: center; margin-top: 5px;}
.chan2{ background: #fff; margin-top: 15px; overflow: hidden; padding: 15px;}
.chan2 a{ width: 100%; float: left;}
.chan2_txt{ padding: 6px; }
.chan2_txt_tt{ height: 30px; line-height: 30px; overflow: hidden; font-size: 17px;}
.chan2_txt_dc{ line-height: 18px; height: 54px; overflow: hidden; color: #666;}
.chan2_txt_mm{ overflow: hidden; margin-top: 10px;}
.chan2_txt_mm span{ padding: 5px 20px; border: solid 1px #5f5f5f; float: left; transition: all 0.3s;}
.chan2 a:last-child{ margin-top: 15px; }
.chan2s{ background: #fff; margin-top: 15px; overflow: hidden; padding: 15px;}
.chan2s a{ width: 100%; float: left; margin-top: 15px;}
.chan2s a:first-child{ margin-top: 0px; }
.pro1_clss{ text-align: center; margin-top: 10px;}
.pro1_cls{ overflow: hidden; }
.pro1_cls .swiper-slide{ width: auto; color: #999; font-size: 13px;}
.pro1_cls .swiper-slide a{ display: inline-block; color: #999;}
.pro1_cls .swiper-slide em{ display: inline-block; margin: 0px 15px;}
.products1{ overflow: hidden; margin-top: 15px;}
.products1_img{ border: solid 1px #dedede; }
.products1_txt{ color: #666666; text-align: center; margin-top: 5px; height: 24px; line-height: 24px; overflow: hidden;}
#chan3{ background: url(../images/bg1.jpg) no-repeat top center; background-size: 100% auto; padding: 15px 0px;}
#chan3 .chan1_t{ color: #fff; }
#chan3 .chan1_t a{ color: #fff; }
.products2{ overflow: hidden; margin-top: 15px;}
.products2_txt{ color: #666666; text-align: center; height: 30px; line-height: 30px; overflow: hidden;}
.products2_ft{ line-height: 1.6; margin-top: 15px; text-align: center; color: #666; font-size: 13px;}
.chan4_t{ text-align: center; font-size: 20px; }
.chan4_ft{ text-align: center; color: #999; margin-top: 5px;}
.yws{ overflow: hidden; margin-top: 10px;}
.yws a{ width: 100%; float: left; position: relative; margin-top: 5px;}
.yws_txt{ position: absolute; top: 50%; transform:translateY(-50%); padding: 0px 15px;}
.yws_txt_tt{ height: 32px; line-height: 32px; overflow: hidden; font-size: 17px; }
.yws_txt_mm{ margin-top: 10px; overflow: hidden;}
.yws_txt_mm span{ padding: 4px 16px; border: solid 1px #5f5f5f; float: left; transition: all 0.3s;}
#chan5{ background: #f3f3f3; padding: 20px 0px; }
.news{ overflow: hidden; margin-top: 15px;}
.news_tt{ height: 32px; line-height: 32px; font-size: 15px; font-weight: bold; overflow:hidden;}
.news_dc{ line-height: 18px; height: 54px; overflow: hidden; margin-top: 2px; color: #999; }
.news_mm{ height: 20px; line-height: 20px; margin-top: 10px; overflow: hidden;}
.news_mm i{ transition: all 0.3s; float: left; width: 30px; height: 1px; background: #333; margin-top: 9px; margin-right: 10px;}
.news_mm span{ float: left; transition: all 0.3s;}
@media (min-width:768px) 
{
    .chan2 a{ width: 49%; }
    .chan2 a:last-child{ margin-top: 0px; float: right;}
    .yws a{ width: 33.33%;}
    .chan2s a{ width: 49%; }
    .chan2s a:nth-child(2){ float: right; margin-top: 0px;}
}
@media (min-width:992px) 
{
    .chan2_txt_dc{ line-height: 20px; height: 40px;}
    .pro1_clss{ text-align: center; }
    .pro1_cls{ display:inline-block; }
}
@media (min-width:1200px) 
{
    #chan1{ padding: 40px 0px 50px 0px; }
    #chan1s{ padding: 0px 0px 50px 0px; }
    .chan1_t{ font-size: 30px; }
    .about{ margin-top: 20px; }
    .about_mm{ margin-top: 25px; }
    .about_mm a{ padding: 9px 40px; }
    #chan2{ padding: 40px 0px 50px 0px; }
    .chan2_t{ font-size: 30px; }
    .chan2{ margin-top: 25px; padding: 25px;}
    .chan2s{ margin-top: 25px; padding: 25px;}
    .chan2s a{ margin-top: 20px; }
    .chan2_txt_tt{ height: 36px; line-height: 36px; font-size: 20px;}
    .chan2_txt_dc{ line-height: 22px; height: 44px;}
    .chan2_txt_mm{ margin-top: 15px; }
    .chan2_txt_mm span{ padding: 6px 24px; }
    .pro1_clss{ margin-top: 20px; }
    .pro1_cls .swiper-slide{ font-size: 15px; }
    .products1{ margin-top: 25px; }
    .products1_txt{ height: 28px; line-height: 28px; } 
    #chan3{ padding: 30px 0px; }
    .products2{ margin-top: 25px; }
    .products2 a{ width: 100%; float: left; position: relative; overflow: hidden;}
    .products2_txt{ opacity: 0; padding: 0px 28px; line-height: 36px; height: 36px; border-radius: 28px; background: rgba(0, 0, 0, 0.6); color: #fff; transition: all 0.3s; position: absolute; left: 50%; transform:translateX(-50%);  bottom: -100%;}
    .products2 a:hover .products2_txt{ bottom: 40px; opacity: 1;}
    .products2_ft{ font-size: 15px; margin-top: 25px;}
    .chan4_t{ font-size: 30px; }
    .yws{ margin-top: 20px; }
    .yws_txt{ padding: 0px 25px; }
    .yws_txt_tt{ height: 40px; line-height: 40px;  font-size: 22px;} 
    .yws_txt_mm span{ padding: 5px 20px; }
    #chan5{ padding: 40px 0px 50px 0px; }
    .news{ margin-top: 25px; }
    .news_tt{ height: 36px; line-height: 36px; font-size: 16px;}
    .news_dc{ line-height: 23px; height: 69px; margin-top: 8px;}
    .news_mm{ margin-top:20px; }
}
@media (min-width:1501px) 
{
    #chan1{ padding: 80px 0px 90px 0px; }
    #chan1s{ padding: 0px 0px 90px 0px; }
    .chan1_t{ font-size: 40px; }
    .about{ margin: 40px auto 0px; width: 90%; font-size: 16px;}
    .about_mm{ margin-top: 50px; }
    .about_mm a{ padding: 12px 70px; }
    #chan2{ padding: 60px 0px 70px 0px; }
    .chan2_t{ font-size: 40px; }
    .chan2{ margin-top: 40px; padding: 55px 70px;}
    .chan2 a{ width: 48%; }
    .chan2s{ margin-top: 40px; padding: 55px 70px;}
    .chan2s a{ width: 48%; }
    .chan2_txt{ padding: 10px; }
    .chan2_txt_tt{ height: 48px; line-height: 48px; font-size: 24px; margin-top: 10px;}
    .chan2_txt_dc{ line-height: 25px; height: 50px; margin-top: 5px;}
    .chan2_txt_mm{ margin-top: 20px; }
    .chan2_txt_mm span{ padding: 7px 30px; }
    .pro1_clss{ margin-top: 30px; }
    .pro1_cls .swiper-slide{ font-size: 16px; }
    .pro1_cls .swiper-slide em{ margin: 0px 20px; }
    .products1{ margin-top: 35px; }
    .products1_txt{ height: 30px; line-height: 30px; } 
    #chan3{ padding: 65px 0px 50px 0px; }
    .products2{ margin-top: 45px; }
    .products2_txt{ padding: 0px 36px; line-height: 40px; height: 40px; border-radius: 36px; }
    .products2 a:hover .products2_txt{ bottom: 60px; }
    .products2_ft{ font-size: 16px; margin-top:50px;}
    .chan4_t{ font-size: 40px; }
    .yws{ margin-top: 45px; }
    .yws_txt{ padding: 0px 45px; }
    .yws_txt_tt{ height: 60px; line-height: 60px; font-size: 30px;}
    .yws_txt_mm{ margin-top: 15px; } 
    #chan5{ padding: 80px 0px 90px 0px; }
    .news{ margin-top: 40px; }
    .news_tt{ height: 40px; line-height: 40px; font-size: 18px;}
    .news_dc{ line-height: 26px; height: 78px; margin-top: 10px;}
    .news_mm{ margin-top:35px; }
}
.about_mm a:hover{ background: #154693; color: #fff;}
.chan2 a:hover .chan2_txt_mm span{ background: #154693; color: #fff; }
.chan2s a:hover .chan2_txt_mm span{ background: #154693; color: #fff; }
.pro1_cls a:hover{ color:#154693; }
.products1 a:hover .products1_txt{ color:#154693; }
.yws a:hover .yws_txt_mm span{ background: #154693; color: #fff; }
.news a:hover .news_mm i{ width: 45px; margin-right: 15px; }


/*******Css footer*******/
#mfooter{ padding: 15px 0px 0px 0px; background: #111111; color: #727272; margin-bottom: 65px;}
#mfooter a{ color: #727272; }
#mfooter a:hover{ color: #fff; }
#mfooter .mfooter_tt{ color:#aeaeae; text-align: center; font-size: 18px;}
#mfooter .mfooter_tt a{ color:#aeaeae; }
#mfooter .mfooter_dc{ margin-top: 10px; }
#mfooter .mfooter_dc p{ line-height: 22px; padding-left: 25px;}
#mfooter_dc_p1{ background: url(../images/ficon6.png) no-repeat left center; }
#mfooter_dc_p2{ background: url(../images/ficon7.png) no-repeat left center; }
#mfooter_dc_p3{ background: url(../images/ficon8.png) no-repeat left center; }
#mfooter .mfooter_wx{ margin-top: 10px; text-align: center; line-height: 28px;}
#mfooter .mfooter_wx img{ width: 90px; }
#mfooter .mfooters{ text-align: center; padding: 6px 0px; border-top: solid 1px #2E2E2E; margin-top: 15px;}
.mfooter_icons{ overflow: hidden; margin-top: 10px;}

@media (min-width:768px) 
{
    #mfooter{ margin-bottom: 0px; }
    #mfooter .mfooter_tt{ text-align: left; }
    #mfooter .mfooter_dc{ width: 70%; float: left; }
    #mfooter .mfooter_dc p{ line-height: 24px; }
    #mfooter .mfooter_wx{ float: right; margin-top: 0px;}
    #mfooter .mfooter_icons{ float: right; margin-top: 20px;}
}
#footer{ padding: 25px 0px 0px 0px; background: #111111; color: #727272;}
#footer a{ color: #727272; }
#footer a:hover{ color: #fff; }
#footer .footer_left{ width: 160px; }
#footer .footer_left_tt{ font-size: 20px; color:#aeaeae;}
#footer .footer_left_tt a{ color:#aeaeae; }
#footer .footer_left_wx{ margin-top: 15px; text-align: center; line-height: 38px;}
#footer .footer_left_wx img{ width: 95px; }
#footer .footer_coc{ width: 360px; margin-left: 40px;}
#footer .footer_tt{ font-size: 17px; font-weight: bold; color:#aeaeae;}
#footer .footer_dc{ margin-top: 15px; }
#footer .footer_dc p{ line-height: 28px; padding-left: 28px;}
#footer_dc_p1{ background: url(../images/ficon6.png) no-repeat left center; }
#footer_dc_p2{ background: url(../images/ficon7.png) no-repeat left center; }
#footer_dc_p3{ background: url(../images/ficon8.png) no-repeat left center; }
#footer .footer_pro{ width: 120px; margin-left: 40px; }
#footer .footer_pro .footer_dc{ overflow: hidden; }
#footer .footer_pro .footer_dc a{ width: 100%; height: 28px; line-height: 28px; overflow: hidden; float: left;}
#footer .footer_mess{ width: 400px; }
#footer .footer_order{ margin-top: 15px; }
#footer .footer_order li{ overflow: hidden; margin-top: 5px;}
#footer .footer_order_InputText{ outline: none; width: 195px; height: 36px; line-height: 36px; padding: 10px; background: #fff; float: left;}
#footer #email{ float: right; }
#footer .footer_order_textarea{ outline: none; float: left; width: 100%; padding: 10px; background: #fff; line-height: 22px; height: 70px; }
#footer .footer_order_captcha{outline: none; width: 125px; height: 36px; line-height: 36px; padding: 10px; background: #fff; float: left; }
#footer .footer_order_verify{ float: left; width: 80px; height: 36px; margin-left: 5px;}
#footer .footer_order_But{ outline: none; background: #273749; color: #fff; width: 120px; height: 36px; line-height: 36px; text-align: center; float: right; }
#footer .footer_order_But:hover{ background: #154693;  }
#footer .footers{ text-align: center; padding: 8px 0px; border-top: solid 1px #2E2E2E; margin-top: 25px;}
#footer .footer_icons{ margin-top: 15px; }
@media (min-width:1501px) 
{
    #footer{ padding: 40px 0px 0px 0px;}
    #footer .footer_left{ width: 175px; }
    #footer .footer_left_tt{ font-size: 24px; }
    #footer .footer_left_wx{ margin-top: 25px;  line-height: 42px;}
    #footer .footer_coc{ margin-left: 100px;}
    #footer .footer_tt{ font-size: 18px; }
    #footer .footer_dc{ margin-top: 20px; }
    #footer .footer_dc p{ line-height: 34px; padding-left: 30px;}
    #footer .footer_pro{ width: 130px; margin-left: 100px; }
    #footer .footer_pro .footer_dc a{  height: 34px; line-height: 34px; }
    #footer .footer_mess{ width: 440px; }
    #footer .footer_order{ margin-top: 25px; }
    #footer .footer_order_InputText{ width: 215px; height: 40px; line-height: 40px; padding: 10px; background: #fff; float: left;}
    #footer .footer_order_captcha{ width: 135px; height: 40px; line-height: 40px; }
    #footer .footer_order_verify{ width: 80px; height: 40px; }
    #footer .footer_order_But{ width: 160px; height: 40px; line-height: 40px; }
    #footer .footers{ padding: 12px 0px;  margin-top: 35px;}
}
.footernav{ width: 100%; color: #fff; height:auto; overflow: hidden; position: fixed; bottom:0px; padding:10px 0px; left: 0px; z-index: 999;   background:#154693; }
.footernav a{ color: #fff; }
.footernav ul li{width: 25%; float: left; text-align: center; }
.footernp1{ font-size:24px;}
.footernp2{ line-height:1.5;}
.footernav ul li.on .footernp1{ animation: swing 1s; }
.ui-sidebar{position:fixed;right:0; bottom:160px; z-index: 999;}
.ui-sidebar ul{ box-shadow:0px 0px 30px rgba(0,0,0,0.1);border-radius:20px 0 0 20px; text-align: center;}
.ui-sidebar ul li{ position: relative; }
.ui-sidebar ul li a{ outline: none; width:48px;line-height:48px; height:48px; color:#154693;display:block; background:#fff;border:1px solid #eee;}
.ui-sidebar ul li a i{font-size:30px;}
.ui-sidebar ul li div{ position:absolute;right:-200px;top:2px;border:1px solid #d9d9d9;box-shadow:0px 0px 30px rgba(0,0,0,0.1);background:#fff;font-size:13px; border-radius:4px;padding:0 10px;line-height:48px;opacity:0;min-width:120px;transition:all .5s ease;text-align:center;z-index:-1;white-space:nowrap;}
.ui-sidebar ul li div:after{content:" ";position:absolute;width:10px;height:10px;border-left:0;border-bottom:0;background:#fff;border:1px solid #d9d9d9;border-bottom:0;border-right:0;right:-6px;top:50%;transform:translateY(-50%) rotate(-225deg);}
.ui-sidebar ul li:hover div{right:60px;opacity:1;}
.ui-sidebar ul li a:hover{background:#154693; color:#fff;}
.ui-sidebar ul li#ui-wx div{ padding-top: 6px; } 
.ui-sidebar ul li#ui-tel div{ font-size: 20px; color:#154693;}
/*******Css company*******/
.company{ overflow: hidden; }
.company_img{ margin-top: 15px; text-align: center;}
.company_img img{ max-width: 100%; }
.company_txt{ margin-top: 15px; line-height: 2; font-size: 13px;}
.cqsl{ overflow: hidden; margin-top: 15px;}
@media (min-width:1200px) 
{
    .company_img{ width: 39%; float: right; margin-top: 25px;}
    .company_txt{ width: 55%; float: left; margin-top: 25px; font-size: 15px;}
    .cqsl{ margin-top: 25px; }
}
@media (min-width:1501px) 
{
    .company_img{ margin-top: 40px;}
    .company_txt{ margin-top: 60px; font-size: 16px; }
    .cqsl{ margin-top: 40px; }
}

#warp{ padding-bottom: 25px; }
#rdpro1{ padding: 20px 0px 0px 0px; overflow: hidden;}
.rdpro1_img{ text-align: center; border: solid 1px #dedede; overflow: hidden;}
.rdpro1_img img{ width: 100%; }
.proinfoimgs{ overflow: hidden; }
.proinfoimgs_img{ border: solid 1px #dedede; }
.proinfoimgs .gallery-thumbs{ margin-top: 10px; }
.proinfoimgs .proinfoimgs_timg{ border: solid 2px #eee; cursor: pointer;}
.proinfoimgs .swiper-slide-thumb-active .proinfoimgs_timg{ border: solid 2px #154693; }
.rdpro1_txt{ margin-top: 15px; }
.rdpro1_tt{ font-size: 17px; font-weight: bold; line-height: 1.5;}
.rdpro1_gg{ margin-top: 10px; border-bottom: solid 1px #dedede; line-height: 1.6; color: rgba(0,0,0,0.6); padding-bottom: 12px;}
.rdpro1_gg b{ color: #333; }
.rdpro1_p1{ border-bottom: solid 1px #dedede; padding: 8px 0px;}
.rdpro1_p1 a{ color:#154693;  }
.rdpro1_p3{ overflow: hidden; margin-top: 10px; }
.rdpro1_p3 p{ height: 22px; line-height: 22px; color: #666666; float: left; padding-left: 25px; margin-right: 15px;}
#rdpro1_p3p1{ background: url(../images/pinfo_icon1.png) no-repeat left center; }
#rdpro1_p3p2{ background: url(../images/pinfo_icon2.png) no-repeat left center; }
#rdpro1_p3p3{ background: url(../images/pinfo_icon3.png) no-repeat left center; margin-right: 0px;}
.rdpro1_p2{ color: #4a4c4e; font-size: 15px; font-family:Arial; margin-top: 6px; height: 22px; line-height: 22px; padding-left: 22px; background: url(../images/pinfo_icon4.png) no-repeat left center;}
.rdpro1_btn{ overflow: hidden; margin-top: 15px; }
.rdpro1_btn a{ float: left; padding: 8px 28px; border-radius: 3px;}
.rdpro1_btna1{ background: #154693; color: #fff; margin-right: 10px;}
.rdpro1_btna2{ background: #0f65b4; color: #fff;}
.rdpro1_side{ margin-top:15px; }
.rdpro1_side_tt{ height: 42px; line-height: 42px; border-bottom: solid 1px #E6E6E6; overflow: hidden;}
.rdpro1_side_tt span{ font-size: 17px; float: left; position: relative;}
.rdpro1_side_tt span:after{ content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 3px;
    background: #4C4E50;}
.rdpro1_sidec{ margin-top: 15px; }
.morder{ overflow: hidden;}
.morder li{ overflow: hidden; margin-bottom: 10px;}
.morder_InputText{ width:45%; margin-right: 5%; padding: 0px 15px; border-radius: 5px; outline: none; float: left; border: solid 1px #dedede; height: 40px; line-height: 40px;}
.morder_InputText1{ width:95%;  padding: 0px 15px; border-radius: 5px; outline: none; float: left; border: solid 1px #dedede; height: 40px; line-height:40px;}
.morder_textarea{ width:95%;  padding: 15px; border-radius: 5px; outline: none; float: left; border: solid 1px #dedede; height: 120px; line-height: 30px;}
.morder_captcha{ width:160px;  padding: 0px 15px; border-radius: 8px; outline: none; float: left; border: solid 1px #dedede; height: 40px; line-height:40px;}
.morder_img{ float: left; margin-left: 10px; width: 100px; height: 40px; 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: #154693; color: #fff; border-radius: 15px;}
.morder_But:hover{ background: #0f65b4; color: #fff;}
.rdpro1_video{ text-align: center; height: 350px; line-height: 350px;}
.rdpro1_video img{ max-width: 100%; }
.rdpro1_tjc{ overflow: hidden; }
.rdpro1_tjc_img{ border: solid 1px #dedede; }
.rdpro1_tjc_txt{ height: 32px; line-height: 32px; overflow: hidden; text-align: center;}
@media (min-width:768px) 
{
  .morder_But{ float: right; margin-top: 0px;}
  .morder_InputText1{ width: 91%;}
}
@media (min-width:992px) 
{
  .rdpro1_img{ width: 50%; float: left; }
  .proinfoimgs{ width: 50%; float: left;}
  .rdpro1_txt{ width: 46%; float: right; margin-top: 10px;}
}
@media (min-width:1200px) 
{
  #rdpro1{ padding:30px 0px 0px 0px; }
  .rdpro1_tt{ font-size: 20px; }
  .rdpro1_gg{ margin-top: 15px; padding-bottom: 20px;}
  .rdpro1_p1{ padding: 12px 0px; }
  .rdpro1_btn{ margin-top: 30px; }
  .rdpro1_btn a{ padding: 10px 40px; }
  .rdpro1_p3{ margin-top: 20px; }
  .rdpro1_p3 p{ height: 24px; line-height: 24px; margin-right: 20px;}
  .rdpro1_p2{ font-size: 16px; margin-top: 10px;}
  .rdpro1_side{ margin-top: 25px; }
  .rdpro1_side_tt{ height: 48px; line-height: 48px; }
  .rdpro1_side_tt span{ font-size: 20px; }
  .rdpro1_sidec{ margin-top: 25px; }
  .morder_InputText{ height: 40px; line-height: 40px; }
  .morder_InputText1{ height: 40px; line-height: 40px; }
  .morder_captcha{ height: 40px; line-height: 40px; width: 200px;}
  .morder_But{ height:45px; line-height: 45px; font-size: 15px; }
  .case_c{ margin-top: 25px; }
  #warp{ padding-bottom: 40px; }
  .rdpro1_video{ height: 450px; line-height: 450px;}
}
@media (min-width:1501px) 
{
  #rdpro1{ padding:40px 0px 0px 0px; }
  .rdpro1_tt{ font-size: 24px; }
  .rdpro1_gg{ margin-top: 20px; padding-bottom: 25px;}
  .rdpro1_p1{ padding: 18px 0px;}
  .rdpro1_btn{ margin-top: 40px; }
  .rdpro1_btn a{ padding: 12px 50px; }
  .rdpro1_p3{ margin-top: 30px; }
  .rdpro1_p3 p{ height: 28px; line-height: 28px; margin-right: 25px;}
  .rdpro1_p2{ font-size: 18px; }
  .rdpro1_side{ margin-top: 35px; }
  .rdpro1_side_tt{ height: 66px; line-height: 66px; }
  .rdpro1_side_tt span{ font-size: 24px; }
  .rdpro1_sidec{ margin-top: 35px; }
  .morder_InputText{ height: 46px; line-height: 46px; }
  .morder_InputText1{ height: 46px; line-height: 46px; }
  .morder_captcha{ height: 46px; line-height: 46px; }
  .morder_img{ width: 130px; height: 46px; }
  .morder_But{ height:50px; line-height: 50px; font-size: 16px; width: 300px;}
  .rdpro1_tjc_txt{ height: 40px; line-height: 40px; }
  #warp{ padding-bottom: 60px; }
  .rdpro1_video{ height: 550px; line-height: 550px;}
}
.rdpro1_btna1:hover{ background:#0f65b4; color: #fff; font-weight: bold;  }
.rdpro1_btna2:hover{ background:#154693; color: #fff; font-weight: bold;  }

#picUL li{ margin:0px 0px 12px 0px; overflow: hidden;}
#picUL li a{ width: 100%; height: 100%; float: left; background:#f9f9f9; 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:#154693; color: #fff;  }
@media (min-width:1200px) 
{
    #picUL li{ margin:0px 0px 25px 0px; }
    #picUL li a .pic_02{ height:46px; line-height: 46px; }
}
@media (min-width:1501px) 
{
    #picUL li a .pic_02{ height:56px; line-height: 56px; }
}

#proUL{ overflow: hidden; }
#proUL li{ margin: 0px 0px 20px 0px;  }
.pros_img{ border: solid 1px #f1f1f1; }
.pros_txt{  padding: 10px 5px;}
.pros_txtp1{ height: 36px; line-height: 36px; overflow: hidden; position: relative;}
.pros_txtp1 a{ font-size: 14px;  }
.pros_txtp1 i{ width: 20px; height: 1px; background: #154693; 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: #154693; }
.pros_txtp3a2{ background: #0f65b4; 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_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:1501px) 
{
  #proUL li{  margin: 0px 1% 30px 1% }
  .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:#0f65b4;
      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:#0f65b4; 
        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:#154693;
      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:#154693; 
        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;}

#newslist{ overflow: hidden; }
#newslist li{ margin-bottom: 10px; overflow: hidden;}
#newslist li a{ width: 100%; position: relative; float: left; padding:10px; border-bottom: solid 1px #eaeaea; }
.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: #154693; text-transform: uppercase;}
@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) 
{
    #newslist li a{ padding:15px; }
    .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%; } 
}
@media (min-width:1200px) 
{
    .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: #154693; 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; }
}
@media (min-width:1501px) 
{
    #newslist li a{ padding:25px 15px; }
    .newslistp1{ height: 40px; line-height: 40px; font-size: 18px; }
    .newslistp2{ line-height: 27px; max-height: 54px; margin-top: 10px;}
    .newslistp3{ margin-top: 20px; }
    .newslist_time{ margin-top: 5px; }
}

/*******Css info*******/
#company_main{ line-height:2; font-size: 13px;  }
#company_main img{ max-width:100%; }
#company_main a{ color:#154693;}
#company_main strong{ color:#154693;}
#contact_main{ margin:0 auto; padding:10px;}
#contact_main a{ color:#154693;}
#contact_main p{ line-height: 2.2; padding: 10px 2px; border-bottom: solid 1px #f1f1f1; }
#contact_main strong{ color:#154693;  }
#company_main strong{ color:#154693;  }
#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; }
.qd{ float: left; font-size: 16px; margin-left: 25px; }
.qd b{ color:#154693; }
#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:#154693;
    color:#ffffff;
    line-height:36px;
    text-align: center;
    font-size: 15px;
}
.ljdg{ width: 150px; height: 48px; line-height: 48px; background: #154693; 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;}
.page_Content img{max-width:100%;}
.page_Content table {
    width:100%;
    margin:0 auto;
    border-width:1px;
    color:#333;
    border-color: #f5f5f5 !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;}
.contactust{ margin-top: 10px; font-size: 18px; font-weight: bold; margin-bottom:15px; }
@media (min-width:768px) 
{
    #page_Title{ font-size: 18px; }
    .ewm{ float: right; margin-right: 20px; margin-top: 25px; }
}
@media (min-width:1200px) 
{
    #page_Title{ font-size: 20px; }
    .page_Info{ height: 44px; line-height: 44px; margin-top: 10px; }
    #company_main{ font-size: 15px; }
    .contact-list{ margin-top: 30px; }
    .contact-list ul li{ font-size: 17px; }
    #infoImage{ margin-top: 25px; }
    .page_Content{ font-size: 15px; }
    #page_Content{ font-size: 15px; }
    #contact_main{ font-size: 15px; }
    #contact_main p{ padding: 13px 2px; }
    .contactust{ font-size: 22px; margin-top: 15px;}
}
@media (min-width:1501px) 
{
    #page_Title{ font-size: 22px; }
    .page_Info{ height: 50px; line-height: 50px; margin-top: 20px; }
    #company_main{ font-size: 16px; }
    .contact-list{ margin-top: 30px; }
    .contact-list ul li{ font-size: 17px; }
    #infoImage{ margin-top: 25px; }
    .page_Content{ font-size: 16px; }
    #page_Content{ font-size: 16px; }
    #contact_main{ font-size: 16px; }
    #contact_main p{ padding: 15px 2px; }
    .contactust{ font-size: 24px; margin-top: 20px;}
}

.com_wrap_tt{ height: 36px; line-height: 36px; }
.com_wrap_tt strong{ float: left; font-weight: normal; font-size: 20px; margin-right: 8px;}
.com_wrap_tt b{ float: left; font-family: Arial; color: #cdcdcd; text-transform: uppercase;}
@media (min-width:1200px) 
{
    .com_wrap_tt{ height: 42px; line-height: 42px; }
    .com_wrap_tt strong{ font-size: 30px; margin-right: 12px;}
    .com_wrap_tt b{ font-size: 16px; }
}
@media (min-width:1501px) 
{
    .com_wrap_tt{ height: 52px; line-height: 52px; }
    .com_wrap_tt strong{ font-size: 40px; margin-right: 16px;}
    .com_wrap_tt b{ font-size: 18px; }
}
.page_contact{ margin-top: 20px; padding-top: 15px; border-top: solid 1px #EDEDED;}
.page_contact_left_tt{ font-size: 16px; }
.page_contact_left_mm{ margin-top: 20px; overflow: hidden;}
.page_contact_left_mm a{ font-size: 14px; float: left; padding: 8px 32px; border-radius: 18px; background: #0d87d2; color: #fff;}
.page_contact_right{ margin-top:20px; }
.page_contact_right img{ max-width: 100%; }
.page_contact_right #dituContent{ height: 300px; }
.page_contact_tt{ font-size:18px; position: relative; padding-bottom: 20px;}
.page_contact_tt:after{ height:2px; background:#154693; content: "";
    position: absolute;
    bottom:10px;
    left: 0px; 
    width: 30px; transition: all 0.3s;} 
.page_contact_ft{ color: #999; }
.pmess{ overflow: hidden; margin-top: 10px;}
.pmess li{ margin-top: 10px; overflow: hidden;}
.pmess_InputText{ outline: none; width: 100%; padding: 0px 15px; background: #f5f5f5; border-radius: 3px; height: 42px; line-height: 42px;}
.pmess_textarea{ outline: none; width: 100%; padding:15px; background: #f5f5f5; border-radius: 3px; height: 96px; line-height: 22px; }
.pmess_captcha{ float: left; outline: none; width: 120px; padding: 0px 15px; background: #f5f5f5; border-radius: 3px; height: 42px; line-height: 42px;}
.pmess_verifyImg{ float: left; height: 42px;}
.pmess_But{ margin-top: 15px; width: 100%; float: left; background: #154693; color: #fff; font-size: 13px; text-align: center; border-radius: 3px; height: 42px; line-height: 42px;}
@media (min-width:768px) 
{
    .pmess li{ width: 100%; float: left;}
    .pmess li:nth-child(1){ width: 49%; }
    .pmess li:nth-child(2){ width: 49%; float: right;}
    .pmess_But{ margin-top: 0px; width: 30%; float: right;}
}
@media (min-width:1200px) 
{
    .page_contact{ margin-top: 35px; padding-top: 30px; overflow: hidden;}
    .page_contact_left{ width: 50%; float: left; padding-right: 50px;}
    .page_contact_left_tt{ font-size: 20px; }
    .page_contact_right{ width: 48%;  float: right; margin-top: 0px;}
    .page_contact_right #dituContent{ height: 360px; }
    .page_contact_left_mm{ margin-top: 30px; }
    .page_contact_left_mm a{ font-size: 16px; }
    .page_contact_tt{ font-size: 20px; padding-bottom: 25px;}
    .pmess{ margin-top: 15px; }
    .pmess_InputText{ padding: 0px 20px; border-radius: 5px; height: 50px; line-height: 50px;}
    .pmess_textarea{ padding:20px; border-radius: 5px; height: 115px; line-height: 25px; }
    .pmess_captcha{ width: 160px; padding: 0px 20px; border-radius: 5px; height: 50px; line-height: 50px;}
    .pmess_verifyImg{ height: 50px;}
    .pmess_But{  font-size: 15px; height: 50px; line-height: 50px;} 
}
@media (min-width:1601px) 
{
    .page_contact{ margin-top: 50px; padding-top: 45px; }
    .page_contact_right #dituContent{ height: 400px; }
    .page_contact_left_tt{ font-size: 22px; }
    .page_contact_left_mm{ margin-top: 40px; }
    .page_contact_left_mm a{ font-size: 17px; padding: 10px 50px; border-radius: 25px;}
    .page_contact_tt{ font-size: 26px; padding-bottom: 25px;}
    .page_contact_ft{ margin-top: 15px; }
    .pmess{ margin-top: 25px; }
    .pmess li{ margin-top: 15px; }
    .pmess_InputText{ height: 60px; line-height: 60px;}
    .pmess_textarea{ height: 140px; line-height: 30px; }
    .pmess_captcha{ width: 180px; height: 60px; line-height: 60px;}
    .pmess_verifyImg{ height: 60px;}
    .pmess_But{  font-size: 16px; height: 60px; line-height: 60px;} 
}
.page_contact_left_mm a:hover{ background:#154693; color: #fff;}
.pmess_But:hover{ background:#0d87d2; color: #fff;}

.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:#154693; 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 #154693; }
.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 #154693; }
.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 #154693; }
.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:#154693;
    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:#0f65b4; 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%; }
}


/* 无内容 */
.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;
}
 

/*******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: #154693; }
#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: #154693;
  background: #154693;
}
.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;
  display: none;
}
.de-page-mian .page-inner span {
  display: none;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: none;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}
@media (min-width:768px) 
{
    .de-page-mian .page-inner span { display: block; }
    .de-page-mian .page-inner input { display: block; }
    .de-page-mian .page-inner a.page-btn { display: block; }
}

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:#154693 1px solid;color:#fff; background: #154693;}
div.digg a:active{border:#154693 1px solid;color:#fff; background: #154693;}
div.digg span.current{border:solid 1px #154693;padding:3px 15px; font-weight:bold; margin:3px; color:#fff; background-color:#154693; 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;}
