@charset "UTF-8";
body,
html {
  font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
  font-size: 14px;
  min-width: 1400px;
  padding: 0;
  margin: 0;
}

ul,
li,
p {
  list-style: none;
  padding: 0;
  margin: 0;
}

a,
a:link,
a:focus {
  color: inherit;
  text-decoration: none;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.c-full {
  width: 100%;
}

.c-container {
  width: 1200px;
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

.clear {
  clear: both;
}

h1,
h2,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

.header {
  width: 100%;
  height: 140px;
  position: relative;
}

.h-nav {
  background-color: #364fa1;
}

.hd-nav {
  position: relative;
  height: 63px;
  min-width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 63px;
}

.hd-nav li {
  width: 175px;
  display: inline-block;
  position: relative;
}

.hd-nav li a {
  padding: 0 23px;
}

.hd-nav li:hover {
  color: #364fa1;
  background: url("../images/icon_lx4.png") no-repeat;
  background-position: center center;
}

.hd-nav li:hover .nav-1 {
  height: 500px;
  display: block;
}

.nav-f {
  margin: 0 -80px;
}

.nav-1 {
  -webkit-transition: all .6s linear;
  transition: all .6s linear;
  max-height: 0;
  display: none;
  z-index: 20;
  bottom: 0;
  position: absolute;
  background: #364fa1;
  line-height: 45px;
  color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 100%;
}

.nav-1 li {
  word-break: keep-all;
  height: 45px;
  width: 100%;
  text-align: center;
  background: #364fa1;
  display: inline-block;
}

.nav-1 li a {
  padding: 0 10px;
}

.nav-1 li:hover {
  background: #fff;
  color: #364fa1;
}

.nav-1 li:hover .nav-2 {
  max-height: 500px;
}

.nav-2 {
  position: absolute;
  left: 100%;
  top: 50%;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all .6s linear;
  transition: all .6s linear;
}

.nav-2 li {
  color: #fff;
}

.swiper-slide img {
  width: 100%;
}

.h-left {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tel {
  font-size: 14px;
  color: #51565c;
  padding-top: 30px;
}

.tel img {
  vertical-align: middle;
  padding-right: 10px;
}

.number {
  font-family: 微软雅黑;
  font-size: 24px;
  color: #364fa1;
}

.pro {
  margin-top: 88px;
}

.p-left {
  padding: 0 6px 6px 6px;
  width: 253px;
  background-color: #364fa1;
  color: #fff;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-left .p-title {
  text-align: center;
  padding: 36px 0 32px 0;
}
.p-title a{
    font-size: 14px;
}
.p-left .p-dir {
  font-size: 18px;
}

.p-left .dot {
  margin: 0 10px;
  font-weight: 600;
}

.p-left ul {
  font-size: 16px;
  color: #000;
  background-color: #fff;
  padding: 31px 18px;
}

.p-left ul li {
  height: 44px;
  line-height: 44px;
  border-bottom: 1px dotted #999;
  text-align: left;
  padding: 0 16px;
}

.p-left ul li.active {
  color: #0171fb;
}

.p-left ul li.active .bg-arrow {
  background-image: url("../images/icon_a.png");
}

.p-left ul li:nth-last-child(1) {
  border: none;
}

.p-left ul .bg-arrow {
  float: right;
  background-image: url("../images/icon_a1.png");
  width: 17px;
  height: 17px;
  margin-top: 13px;
}

.p-right {
  width: 915px;
}

.p-right .catname {
  font-size: 16px;
  margin-bottom: 30px;
  color: #fff;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), to(#fbfbfb));
  background-image: linear-gradient(to top, #f3f3f3, #fbfbfb);
  height: 52px;
  line-height: 52px;
  border: 1px solid #e0dede;
}

.p-right .catname .caturl {
  background: #364fa1;
  display: inline-block;
  height: 100%;
  text-align: center;
  padding: 0 25px;
}

.p-right span {
  float: right;
  color: #717171;
  font-size: 12px;
  padding-right: 20px;
}

.p-right .pro-lists {
  margin-right: -3%;
  overflow: hidden;
  display: none;
}

.p-right .pro-lists.active {
  display: block;
}

.p-right .pro-one {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  float: left;
  margin-right: 2.98%;
  width: 30.35%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 28px;
  background-color: #f4f4f4;
}

.p-right .pro-one:hover {
  background-color: #364fa1;
}

.p-right .pro-one:hover p {
  color: #fff;
}

.p-right .pro-one p {
  text-align: center;
  font-size: 16px;
  color: #000;
  padding: 21px 0 3px 0;
}

.p-right .pro-img {
  padding-top: 76.78%;
}

.case {
  margin-top: 70px;
  padding: 60px 0 70px 0;
}

.c-title .catname {
  font-size: 24px;
  color: #000;
  background: url("../images/icon_lx3.png") no-repeat center;
  display: inline-block;
  padding: 0 40px;
  height: 39px;
  line-height: 39px;
  margin-right: 10px;
}

.c-title span {
  font-size: 24px;
  color: #fff;
}

.c-title p {
  font-size: 18px;
  color: #fff;
  padding: 16px 0 44px 0;
}

.case-lists {
  margin: 0 -13.5px;
}

.case-one {
  width: 33.33%;
  float: left;
  padding: 0 13.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.case-one .case-img {
  padding-top: 53.57%;
}

.case-one .case-box {
  padding: 20px;
  background: #fff;
  text-align: center;
}

.case-one .case-box .c-title {
  font-size: 18px;
  padding: 22px 0 15px 0;
}

.case-one .case-box .c-keywords {
  padding-bottom: 17px;
  font-size: 16px;
}

.case-one .case-box .c-des {
  height: 66px;
  font-size: 16px;
  line-height: 1.56;
  text-align: left;
  padding: 0 28px 26px 28px;
}

.case-one .case-box .c-more {
  font-size: 14px;
  background: #364fa1;
  width: 110px;
  height: 33px;
  line-height: 33px;
  color: #fff;
  margin: 0 auto;
}

.about {
  background: #f7f7f7;
}

.about .c-title {
  padding-top: 67px;
}

.about .c-title span {
  color: #364fa1;
}

.about .c-title p {
  color: #676767;
}

.about .c-title .catname {
  color: #fff;
  background-image: url("../images/icon_lx5.png");
}

.about .ab-box {
  padding: 30px;
  background: #fff;
}

.about .ab-img {
  width: 497px;
  height: 292px;
  float: left;
  position: absolute;
}

.about .title {
  font-size: 18px;
  color: #364fa1;
}

.about .title span {
  font-size: 40px;
}

.about .des {
  font-size: 14px;
  color: #636363;
  line-height: 1.93;
  padding: 30px 0 30px 30px;
}

.about .ab-right {
  width: 50%;
  float: right;
  padding-left: 40px;
  position: relative;
}

.about .more {
  padding-left: 30px;
}

.ab-img-lists {
  padding-top: 150px;
  padding-bottom: 60px;
  margin: 0 -22px;
}

.ab-img-lists li {
  float: left;
  width: 204px;
  height: 100px;
  margin: 0 22px 30px 22px;
}

.ab-img-lists li img {
  width: 100%;
  height: 100%;
}

.news{
    margin-bottom: 20px;
}

.news-left {
  position: relative;
  width: 205px;
  float: left;
  margin-left: 56px;
  background: #f7f7f7;
}

.news-left .line {
  position: absolute;
  width: 7px;
  height: 95px;
  background-color: #364fa1;
  left: -52px;
  top: -50px;
}

.news-left .dir {
  font-size: 75px;
  margin-left: -56px;
  color: #364fa1;
  padding-top: 70px;
}

.news-left .catname {
  font-size: 24px;
  color: #010101;
  padding: 19px 0 14px 0;
}

.news-left .des {
  font-size: 16px;
  padding-bottom: 30px;
}

.news-left .cat-lists {
  line-height: 3;
  padding-top: 48px;
  text-align: center;
  height: 330px;
  font-size: 16px;
}

.news-left .cat-lists a:hover {
  color: #364fa1;
}

.news-left .more {
  font-size: 14px;
  width: 112px;
  margin: 0 auto;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  border: 1px solid #bebebe;
}

.news-left .more:hover {
  color: #364fa1;
  border-color: #364fa1;
}

.news-right {
  width: 939px;
  float: left;
  padding-top: 72px;
  padding-left: 72px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.news-one {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}

.news-one:hover .time {
  background-image: url("../images/icon_lx.png");
}

.news-one:hover .title {
  color: #364fa1;
  border-color: #364fa1;
}

.news-one .time {
  height: 71px;
  width: 61px;
  color: #fff;
  text-align: center;
  float: left;
  background: url("../images/icon_lx2.png") no-repeat;
}

.news-one .time .day {
  font-size: 28px;
  padding-top: 12px;
}

.news-one .time .year {
  font-size: 12px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.news-one .news-content {
  width: 300px;
  float: left;
  margin-left: 19px;
}

.news-one .title {
  font-size: 14px;
  letter-spacing: -0.5px;
  padding: 8px 0 15px 0;
  border-bottom: 2px solid #cccccc;
}

.news-one .des {
  line-height: 1.7;
  padding-top: 10px;
  color: #878787;
}

.news-one:nth-child(2n) {
  padding-left: 52px;
}

.footer {
  background: #364fa1;
  padding-top: 64px;
  padding-bottom: 52px;
}

.footer-lists {
  float: left;
  width: 209px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

/*.footer-lists img {
  width: 139px;
  height: 139px;
}*/

.footer-lists:nth-child(1) {
  text-align: left;
  width: 130px;
}

.footer-lists .catname_f {
  color: #fff;
}

.footer-lists .dir {
  padding-top: 10px;
  padding-bottom: 26px;
}

.footer-lists li {
  font-size: 14px;
  line-height: 2.21;
}

.footer-lists li:hover {
  color: #fff;
}

.footer-lists p {
  font-size: 14px;
  padding-top: 10px;
}

.fl-2 {
  border-left: 1px solid #3e6db4;
  border-right: 1px solid #3e6db4;
}

.f-form {
  float: right;
}

.f-form th {
  display: none;
}

.f-form td {
  width: 372px;
  display: block;
  margin-bottom: 20px;
}

.f-form td textarea, .f-form td input {
  font-family: 微软雅黑 !important;
  width: 100% !important;
  height: 30px !important;
  line-height: 30px !important;
  font-size: 14px !important;
  border: none;
  background: #364fa1;
  border-bottom: 1px solid #3e6db4;
  color: #fff;
}

.f-form td textarea::-webkit-input-placeholder, .f-form td input::-webkit-input-placeholder {
  color: #fff;
}

.f-form td textarea::-moz-placeholder, .f-form td input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

.f-form td textarea:-moz-placeholder, .f-form td input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

.f-form td textarea:-ms-input-placeholder, .f-form td input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.f-form tfoot td {
  margin: 0;
}

.f-form td input#dosubmit {
  height: 47px !important;
  line-height: 47px !important;
  background: #fff !important;
  font-size: 16px !important;
  color: #364fa1 !important;
  cursor: pointer;
}

.f-form td input#dosubmit:hover {
  color: #fff;
  background-color: #364fa1;
}

.links {
  font-size: 12px;
  padding-top: 40px;
  color: #cacaca;
  float: left;
}

.links a {
  margin: 0 15px;
}

.copy {
  padding: 39px 0 25px 0;
  font-size: 14px;
  line-height: 1.57;
  text-align: center;
  color: #b7b7b7;
  background: #16151a;
}
/*# sourceMappingURL=index.css.map */

 

/*大图*/
.ny_banner{width:100%; height:300px;}
.about_ban{background:url("../images/about_ban.jpg") no-repeat center}
.service_ban{background:url("../images/service_ban.jpg") no-repeat center}
.case_ban{background:url("../images/case_ban.jpg") no-repeat center}
.contact_ban{background:url("../images/contact_ban.jpg") no-repeat center}
.news_ban{background:url("../images/news_ban.jpg") no-repeat center}
.product_ban{background:url("../images/product_ban.jpg") no-repeat center}
.aboutd_ban{background:url("../images/aboutd_ban.jpg") no-repeat center}
.abouts_ban{background:url("../images/abouts_ban.jpg") no-repeat center}
.message_ban{background:url("../images/message_ban.jpg") no-repeat center}

#content{
  font-size: 16px;
  line-height: 30px;
}

/*列表*/
.lb:hover{
    background-color: #0356ec;
}
 

/*分页*/
.fenye {
    width: 100%;
    text-align: center;
    margin: 30px 0;
}
.fenye .fenye_nei {
    display: inline-block;
}
.fenye .fenye_nei a {
    display: inline-block;
    padding: 0 13px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    margin: 0 3px;
    border-radius: 5px;
    border: #dddddd solid 1px;
    overflow: hidden;
    font-size: 13px;
    color: #999999;
}
.fenye .fenye_nei a:hover {
    background: #364fa1;
    color: #fff;
}
.fenye .fenye_nei a.on {
    background: #364fa1;
    color: #fff;
}
.fenye select{
    height: 36px;
    vertical-align: top;
    text-align: center;
    line-height: 24px;
    margin: 0 3px;
    border-radius: 5px;
    border: #dddddd solid 1px;
    overflow: hidden;
    font-size: 13px;
    color: #999999;
}

/*内容页*/
.abur_nr{margin-top: 20px;}
.ny_proshow_top{width:100%; height:auto; overflow:hidden; margin-bottom:30px;}
#sl_PicShow{width:400px;height:300px; position: relative; float:left;margin-top: 40px;}
#sl_ImgBox{width:400px;height:300px;overflow: hidden;border: 1px solid #ccc; background:#fff;}
.sl_SmallImgList{width:100%; margin: 10px auto;}
.sl_wrapper{float: left;display: inline;margin:5px 8px 0;}
#sl_ImgList div{border: 1px solid #ccc;background-color: white;width:60px;height:45px;overflow: hidden;margin: 0 3px;display: inline;float: left;cursor: pointer;}
.wslp #sl_ImgList div{height: 45px;width: 60px}
#sl_ImgList .active{border: 1px solid #ccc;}
#sl_ImgList img{border: 0;}
#imgList_prev, #imgList_next{width: 10px;height: 45px;display: block;float: left; margin-top:2px; display: inline;cursor: pointer;}
 
#imgList_prev span, #imgList_next span{display: none;}
 
#proinfo_r{width: 470px;float: right;}
#proinfo_r h4{line-height: 30px;height: 60px;font-weight: normal; border-bottom: solid 1px #d2d2d2;color: #333333;font-size: 30px;margin-bottom: 20px;}
#proinfo_r ._p_c{line-height: 30px;font-size: 16px;padding-bottom: 10px;}
#proinfo_r ._p_c span{width: 98px;float: left; color: #000000;}
#proinfo_r ._p_c p{width: 400px;float: left; color: #666666;}
#proinfo_r ._p_p{line-height: 30px;font-size: 16px;color: #d9171f;}
#proinfo_r ._p_p span{width: 98px;float: left;}
#proinfo_r ._p_p p{width: 536px;float: left;}
#proinfo_r ._p_p p i{font-style: normal;font-size: 28px;font-weight: bold;}
#proinfo_r ._p_t{margin:30px auto;}
#proinfo_r ._p_t table{background: #5b5b5b;text-align:center;font-size: 16px;}
#proinfo_r ._p_t table th{background: #252525;color: #fff;font-weight: normal;line-height: 33px;}
#proinfo_r ._p_t table td{background: #ffffff;color: #333333;line-height: 33px;}
#proinfo_r ._p_b a{display: block;width: 219px;height: 72px;line-height: 72px;text-indent: 80px;border-radius: 5px; font-size: 24px;float: left;margin-right: 15px;transition: all .4s;}
#proinfo_r ._p_b a._pro_order{background: #f77200 url("../images/_pro_order.png") 39px center no-repeat;color: #fff;}
#proinfo_r ._p_b a._pro_qq{background: #ffc71c url("../images/_pro_qq.png") 39px center no-repeat;color: #000000;}
#proinfo_r ._p_b a._pro_order:hover{background: #252525 url("../images/_pro_order.png") 39px center no-repeat;color: #fff;}
#proinfo_r ._p_b a._pro_qq:hover{background: #252525 url("../images/_pro_qq_hover.png") 39px center no-repeat;color: #fff;}
#proinfo_r ._p_i{margin:20px auto;line-height: 20px;color: #666666;font-size: 16px;}
 
.ny_proshow_bottom{width:100%; height:auto; overflow:hidden}
.proshow_xxk{color: #fff; font-size: 20px;font-weight: bold; width:100%; display:block; background: #323136;padding-left:20px; height:40px; line-height:40px;}
.proshow_xx{font-size:14px; color:#666; line-height:30px; margin-top:10px;}
.proshow_xx img{max-width:100%;}
.go_black{width: 90px;height: 30px;background: #2562b3; color: #fff; text-align: center; line-height: 30px; border-radius: 5px; position: relative;}

#sl_ImgBox {
    width: 400px;
    height: 300px;
    overflow: hidden;
    border: 1px solid #ccc;
    background: #fff;
}
.sl_zoom {
    float: left;
    position: relative;
    display: inline;
    cursor: pointer;
    width: 100%;
    height: 100%;
}
#sl_PicShow {
    width: 400px;
    height: 300px;
    position: relative;
    float: left;
    margin-top: 40px;
}

.sl_zoom{float: left;position: relative;display:inline;cursor: pointer; width:100%; height:100%}
#sl_PicShow{width:400px;height:300px; position: relative; float:left;margin-top: 40px;}
#sl_ImgBox{width:400px;height:300px;overflow: hidden;border: 1px solid #ccc; background:#fff;}

/*联系*/
.map{width: 100%;height: 400px;}
#allmap { height: 500px; border: 1px #ddd solid; width: 900px;margin: 10px;}
#con_lx{ height:auto; overflow:hidden; line-height:2.0; font-size:14px; width:90%; margin-bottom:20px;}
#con_lx p{ border-bottom:1px dotted #ccc; line-height:35px; padding-left:20px; transition:0.3s all 0s linear; }
#con_lx p:hover{ background:#efefef; color:#000; border-bottom:1px solid #ccc; padding-left:30px;}
/*留言*/
#contact_02{
    margin-top: 20px;
} 
#contact_02_title{width: 100%;height: 30px;line-height: 30px;text-align: center;font-size: 16px;color: #898989;}
#contact_02 .line{width: 72px;height: 1px;background: #c6c6c6;margin:9px auto 0;display: block;}
#contact_02_form{width: 95%;margin:64px auto 0;}
#contact_02_form .form01 .line1{width: 200px;height: 48px;line-height: 48px;
    padding:0 30px 0 12px;float: left;margin:0 30px 25px 10px;}
#contact_02_form .form01 input{border:1px solid #d5d5d5;font-size: 14px;font-family: "å¾®è½¯é›…é»‘";}
#contact_02_form .form01 .name{background: #fff url("../images/i_form_ico1.png") no-repeat right 0;}
#contact_02_form .form01 .phone{background: #fff url("../images/i_form_ico2.png") no-repeat right 0;}
#contact_02_form .form01 .dz{margin-right: 0;background: #fff url("../images/i_form_ico3.png") no-repeat right 0;}
#contact_02_form .form01 textarea{width: 100%;border: 1px solid #d5d5d5;height: 149px;font-size: 14px;font-family: "å¾®è½¯é›…é»‘";line-height: 1.5;margin-bottom: 20px;background: #fff url("../images/i_form_ico4.png") no-repeat right top;}
#contact_02_form .form02{width: 310px;height: 50px;margin:0 auto;}
#contact_02_form .form02 input {width: 310px; height: 50px; border: 0; background: #848484; font-size: 16px;font-family: "å¾®è½¯é›…é»‘"; line-height: 50px; color: #fff; text-align: center; cursor: pointer;transition: all .4s;}
#contact_02_form .form02 input:hover{background: #364fa1;}
#contact_03{width: 100%;margin:0 auto;border-top: dashed 1px #adadad; padding-top: 28px;margin-top: 60px;}
#contact_04{width: 100%;height: 50px;margin:0 auto;background: #364fa1;line-height: 50px;color: #fff;text-transform: uppercase;font-weight: bold;font-size: 45px;font-style: italic;}
#contact_04 span{padding-left: 36px;}


/*首页左侧*/
.lx{
  font-size: 16px;
}
.zcwz{
  font-size: 16px;
  line-height: 30px;
}


/*推荐轮播*/
#left_xg01{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    background-color: #000;
    color: #fff;
    width: 265px;
    display: block;
    margin: 0 auto;
    line-height: 70px;
}
 
.bd1 {
   height: 450px
}
.bd1 .tempWrap{
  height: 450px!important;
}
#left_xg02{ margin:0 auto;
 border:solid 1px #cecece;padding:20px;padding-bottom: 50px;
height: 450px
}

#left_xg02 .hd{width: 20px;height: 14px;margin:0 auto;position: relative;margin-bottom: 10px;}
#left_xg02 .hd .next{width: 20px;height: 14px;background: url("../images/xgcp_up.png") center no-repeat;position: absolute;left: 0;top:0;}
#left_xg02 .hd .prev{width: 20px;height: 14px;
  background: url("../images/xgcp_down.png") center no-repeat;
  position: absolute;left: 0;top:484px;}
#left_xg02 .bd1 li{width: 198px;height: 200px;margin:0 auto;line-height: 20px;text-align: center;}
#left_xg02 .bd1 li img{width: 198px;height: 160px;}
#left_xg02 .bd1 li a{color: #121212;font-size: 14px;}
