@charset "utf-8";
/* CSS Document */
@keyframes myfirst {
  0% {
    left: 50%;
    top: 0%;
  }
  25% {
    left: 50%;
    top: 10%;
  }
  50% {
    left: 50%;
    top: 20%;
  }
  75% {
    left: 50%;
    top: 30%;
  }
  100% {
    left: 50%;
    top: 40%;
  }
}
img {
  outline: none;
}
.vcenter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}
.tHide {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
.blockFull {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.relative {
  position: relative;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
* {
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
}
.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}
.pic {
  position: relative;
  overflow: hidden;
}
.pic:after {
  content: "";
  display: block;
}
.clear {clear: both; line-height:0; padding:0px; margin:0px;}
body {
  min-width: 320px;
  background: #fff;padding:0px; margin:0px; font-size:14px; font-family:"微软雅黑"; color:#858585;
}

ul {
  padding: 0px;
  margin: 0px;
}
ul li {
  list-style: none; list-style-type:none;
}
li{list-style-type:none;}
.fl{ float:left;}
.fr{ float:right;}

.container {
  max-width: 1400px;
  width: 98%;
  margin: auto;
  padding:0;
}


/*通用文字颜色,大小等等*/

.banner_bj{ width:100%; height:auto; position:relative;}
header{ width:100%; height:auto; background:rgba(0,0,0,0.5); position:absolute; top:0; z-index:999;} 
.logo {width:26%; height:auto; transition: all 1.7s;z-index: 25; margin-top:30px; float:left;}
.logo img{ width:100%;}
.head_right{ width:60%;transition: all 1.6s; margin-right:1%; text-align:right;}


.search{
  width:8%; margin:0 0 0 0; float:right; text-align:center;
}

.search .search-btn {
  color: #03a3f0;
  border: 0;
  padding: 0;
  background:url(../Image/search.png) center no-repeat;
  font-size: 17px;
  line-height: 19px;
  outline: none;
   width:100%; height:100px;
}

.search-modal {
  background: rgba(0, 0, 0, 0.7);
}

.search-modal .modal-dialog {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.search-modal .modal-dialog .modal-content {
  background: transparent;
  border: 0;
}

.search-modal .modal-dialog .modal-content form {
  background: transparent;
  border: 0;
  padding: 0px;
  position: relative;
   border: 2px solid #ffffff;
   height: 60px;
   border-radius:60px;
}

.search-text{
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  padding: 0 10px;
  background: transparent;
  outline:none; border:none; line-height:56px; padding-left:20px; width:80%;
}

.search-icon {
  background:url(../Image/search.png) center no-repeat; position:absolute; right:20px; top:0px; width:56px; height:56px;outline:none;border:none; text-indent:-999px;
}

.search-modal .close-modal {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  color: #fff;
  border: 0;
  font-size: 32px;
  padding: 14px;
}

/******************head end************/


.index1_type li{ width:24%; margin:1% 0.5%; float:left; position:relative;}
.index1_type_img{ width:36%; position:relative; z-index:99; margin-left:10px;}
.index1_type_con{ width:60%; position:relative; z-index:99; margin-top:40px; color:#333333;}
.index1_type_con p{ color:#000000; font-size:16px; font-weight:bold;}
.index1_type_bj{ width:100%; height:90%; position:absolute; background:#ececec; bottom:-10px;}
.index1_type li:hover .index1_type_bj{ background:#0359ac;}
.index1_type li:hover .index1_type_con{ color:#fff;}
.index1_type li:hover .index1_type_con p{ color:#fff;}

.index1_pro li{margin:1% 0.5%; float:left; width:24%; position:relative; border:1px solid #dcdcdc;}
.index1_pro li .index1_pro_con{ color:#515151; text-align:center; position:absolute; width:100%; height:auto; bottom:25px;}
.index1_pro li .index1_pro_con a{ color:#000000; text-align:center; font-size:16px; font-weight:bold;}
.index1_pro li:hover .index1_pro_con{ padding:30px 0; background:rgba(220,220,220,0.5); color:#fff;bottom:0;}
.index1_pro li:hover .index1_pro_con a{ color:#ffffff; background:#0359ac; padding:10px 20px;}

.index1_pro li .pic { position: relative;
  overflow: hidden;}
.index1_pro li .pic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
  transition: 0.3;
}
.index1_pro li .pic i {
  display: block;
  padding-bottom:130%;
}
.index1_pro li:hover img {
    transform: scale(1.02);
}


/*********************index1 end*******************/


.index2_bj{ width:100%; height:auto; background: url(../Image/p2.jpg) center no-repeat; background-size:cover; margin-top:40px; padding:13% 0;}
.index2_left{ width:45%; height:auto; float:left;}
.index2_left img{ width:100%;}
.index2_right{ width:50%; height:auto; float:right;}
.index2_right li{ width:47%; float:left; margin-left:3%;}
.index2_right li img{ width:100%;}

/**************************index2 end**********************/


.index3{ background:url(../Image/p5.jpg) bottom right no-repeat;}
.index3_left{ width:35%; height:auto; margin-top:50px;}
.index3_left1{ padding:20% 10%; color:#000;}
.index3_left1 p{background:url(../Image/p6.png) top left no-repeat; font-size:16px; margin-bottom:20px; padding-top:50px;}
.index3_left2{ padding:20% 10%; background:#0359ac; color:#fff;}
.index3_left2 p{background:url(../Image/p7-1.png) top left no-repeat; font-size:16px; margin-bottom:20px; padding-top:50px;}

.index3_right{ width:65%; margin-top:50px;}
.index3_right img{ width:100%;}

/**********************index3 end********************/



.index4_main{ width:100%; height:auto; background: url(../Image/p8.jpg) bottom center no-repeat #0359ac; margin-top:40px; padding-bottom:100px;}
.index4_main .item{margin:0;position:relative; float:left; width:100%; padding-bottom:10px; position:relative;}

.index4_main .item .pic { position: relative;
  overflow: hidden;}
.index4_main .item .pic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
  transition: 0.3;
}
.index4_main .item .pic i {
  display: block;
  padding-bottom: 110%;
}
.index4_main .item:hover img {
    transform: scale(1.02);
}

.owl-pagination{ display: block;}




/**********************index4 end****************/


.index5_bj{ width:100%; height:auto; background: url(../Image/p10.jpg) bottom center no-repeat; padding-bottom:10%;}
.index5_main{ margin-top:40px;}
.index5_left{ width:48%;}
.index5_left img{ width:100%;}
.index5_right{ width:48%;}
.index5_right li{ font-size:16px; color:#000; font-weight:bold; line-height:25px; margin-top:20px;}
.index5_right li .index5_con{  color:#4b4b4b; font-weight:normal;}
.index5_right li:hover p{ color:#0359ac;}



/**********************index5 end****************/


.foot_bj{ width:100%; height:auto; background:#1a1a1a; padding-bottom:20px;}
.foot_left{ width:80%; height:auto;}
.foot_nav{ margin-bottom:50px;}
.foot_nav li{ float:left; font-size:16px; color:#fff;}
.foot_nav li a{ color:#fff; float:left; display:block; margin:0 20px;}
.foot_contact li{ float:left; color:#787878; font-size:16px; padding-left:40px; line-height:25px; margin-right:20px;}
.foot_contact .p13{ background: url(../Image/p13.jpg) top left no-repeat;}
.foot_contact .p14{ background: url(../Image/p14.jpg) top left no-repeat;}
.foot_contact .p15{ background: url(../Image/p15.jpg) top left no-repeat;}
.foot2{ color:#787878; margin-top:20px; font-size:16px;}
.foot_right{ text-align:center; color:#787878; line-height:30px;}

/*************************foot end********************/




.banner_about_bj{ width:100%; height:auto; background:url(../Image/banner_about.jpg) bottom center no-repeat; padding:18.5% 0;}
.banner_pro_bj{ width:100%; height:auto; background:url(../Image/banner_pro.jpg) bottom center no-repeat; padding:18.5% 0;}
.banner_case_bj{ width:100%; height:auto; background:url(../Image/banner_case.jpg) bottom center no-repeat; padding:18.5% 0;}
.banner_news_bj{ width:100%; height:auto; background:url(../Image/banner_news.jpg) bottom center no-repeat; padding:18.5% 0;}
.banner_honor_bj{ width:100%; height:auto; background:url(../Image/banner_honor.jpg) bottom center no-repeat; padding:18.5% 0;}
.banner_jcbg_bj{ width:100%; height:auto; background:url(../Image/banner_jcbg.jpg) bottom center no-repeat; padding:18.5% 0;}
.banner_contact_bj{ width:100%; height:auto; background:url(../Image/banner_contact.jpg) bottom center no-repeat; padding:18.5% 0;}


.inner_bj{ width:100%; height:auto; background:url(../Image/i1.png) bottom center no-repeat; padding-bottom:100px; }


.inner_top{color:#999999; font-size:16px; background:url(../Image/p16.jpg) left center no-repeat; padding-left:50px; line-height:30px;}
.inner_top a{ color:#999999;}

.inner_line{ width:40%; height:1px; background:#cccccc; margin-top:10px; margin-bottom:50px;}


.inner_about_left{ width:40%; height:auto; float:left;}
.inner_about_top{ font-size:24px; color:#000; font-weight:100; margin-bottom:20px;}
.inner_about_top p{ font-size:36px; color:#010101; margin-bottom:20px; font-weight:bold;}

.inner_about_right{ width:55%; height:auto; float:right;}
.inner_about_right img{ width:100%;}

.inner_content{ color:#454545; font-size:16px; line-height:25px;}
.inner_content table{width:100% !important;height:auto;margin:10px 0; border-collapse:collapse; border:1px solid #000;}
.inner_content table tr td{text-align: left;padding:0px 10px;border:1px solid #000; line-height:50px;}
.inner_content .table2 tr td{border:none;}
.inner_content .table3 tr td{border:1px solid rgb(204,204,204);}


.inner_about2{ margin-top:50px;}
.inner_about2_left{ width:49%; height:auto; float:left;}
.inner_about2_left img{ width:100%;}
.inner_about2_right{ width:49%; height:auto; float:right;}
.inner_about2_right img{ width:100%;}

.inner_about3_top{ font-size:16px; color:#000; text-align:center;}
.inner_about3_top p{ font-size:36px;}

.inner_about3_main{ margin-top:50px;}
.inner_about3_main li{ width:14%; margin:0 3%; float:left; font-size:16px; color:#000;}
.inner_about3_main li p{ background:url(../Image/p20.png) center no-repeat; height:121px; width:195px; line-height:62px; color:#fff; font-size:24px; font-weight:100; text-align:center; margin:0 auto;}
.inner_about3_main li:nth-child(2n){ margin-top:80px;}


.inner_about4_bj{ width:100%; height:auto; background:url(../Image/p21.jpg) bottom center no-repeat; text-align:center; padding:15% 0; color:#fff; font-size:18px; font-weight:100;}
.inner_about4_bj p{ font-size:48px; font-weight:normal; margin-bottom:20px;}
.inner_about4_bj li{ font-size:24px; margin-bottom:5px;}

.inner_about5{ background: url(../Image/p5.jpg) bottom center no-repeat; padding:10% 0;}
.inner_about5_left{ width:26%; color:#010101; float:left; font-size:16px; line-height:25px;}
.inner_about5_left p{ font-size:36px;}
.inner_about5_left li{ font-size:24px; line-height:30px; margin:30px 0; font-weight:100;}

.inner_about5_right{ width:70%; float:right;}
.inner_about5_right li{margin: 1%;position:relative; float:left; width:18%; background:#fff; position:relative; border:1px solid #eeeeee;}

.inner_about5_right li .pic { position: relative; overflow: hidden;}
.inner_about5_right li .pic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
  transition: 0.3;
}
.inner_about5_right li .pic i {
  display: block;
  padding-bottom: 45%;
}




/**************************company end*********************/



.case{ margin-top:30px;}
.case .case_time{ padding-left:30px;background: url(../Image/p23.png) left center no-repeat; color:#000; font-size:15px; margin-top:20px;}
.case .case_tit{ font-size:18px; color:#000; line-height:25px;}
.case .case_tit a{ color:#000;}
.case .case_txt{ line-height:25px; color:#858585;}
.case_more{ padding-right:30px;background: url(../Image/p22.png) right center no-repeat; color:#000;}
.case:hover .case_img{transform: translateY(-5px);}
.case:hover .case_tit a{ color:#2d2d63; font-weight:600;}


.case .case_img .item .pic { position: relative;
  overflow: hidden;}
.case .case_img .item .pic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
  transition: 0.3;
  border-radius:10px;
}
.case .case_img .item .pic i {
  display: block;
  padding-bottom: 110%;
}
.case .case_img .item:hover img {
    transform: scale(1.02);
}



/**************************case end*********************/


.news{ margin-top:30px;}
.news ul li{ height:auto; overflow:hidden; padding:3%;}
.news_time{ width:10%; color:#c8c8c8; font-size:30px; padding-bottom:40px;}
.news ul li .zxrz_pic{ width:30%;}
.news ul li .zxrz_pic img{ width:100%;}
.news ul li .zxrz_tex{ width:47%; margin-left:50px;}
.news ul li .zxrz_tex .zx1_tit{ color:#000000; font-weight:bold; font-size:18px; padding-bottom:10px;}
.news ul li .zxrz_tex b{ color:#000;}
.news ul li .zxrz_tex .zx_midd{ color:#4b4b4b; line-height:25px; margin-top:25px;}
.news ul li .zx_more{ width:155px; height:49px; line-height:49px; text-align:center; background: url(../Image/p24.jpg) no-repeat; margin-top:50px;}
.news ul li .news_time{ width:15%; padding:3%; text-align:center; font-size:16px; font-weight:100; color:#b0b0b0; background:#f3f3f3; margin-top:50px;}
.news ul li .news_time p{ font-size:24px; border-bottom:1px solid #b0b0b0;}
.news ul li:hover{ box-shadow:0 0 20px rgba(0,0,0,0.2);}
.news ul li:hover .zx1_tit{ color:#0055a7;}
.news ul li:hover .news_time{ color:#fff; background:#0359ac;}
.news ul li:hover .news_time p{ border-bottom:1px solid #fff;}

.newshow .newshowtit {
  text-align: center;
  margin-top: 55px;
  border-bottom: 1px dotted #bfbebe; margin-bottom:20px;
}
.newshow .newshowtit h1 {
  font-size: 22px;
  color: #333;
}
.newshow .newshowtit .date {
  line-height: 65px;
  font-size: 12px;
  color: #999;
}
.newshow .newshowtxt p {
  margin-top: 25px;
  line-height: 25px;
}
.newshow .newshowimg {
  text-align: center;
  margin: 65px 0;
}


/**********************news end**********************/

.pro li{margin:1% 0.5%; float:left; width:24%; position:relative; border:1px solid #dcdcdc;}
.pro li .pro_con{ color:#515151; text-align:center; position:absolute; width:100%; height:auto; bottom:25px;}
.pro li .pro_con a{ color:#000000; text-align:center; font-size:16px; font-weight:bold;}
.pro li:hover .pro_con{ padding:30px 0; background:rgba(220,220,220,0.5); color:#fff;bottom:0;}
.pro li:hover .pro_con a{ color:#ffffff; background:#0359ac; padding:10px 20px;}

.pro li .pic { position: relative;
  overflow: hidden;}
.pro li .pic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
  transition: 0.3;
}
.pro li .pic i {
  display: block;
  padding-bottom:130%;
}
.pro li:hover img {
    transform: scale(1.02);
}


.proshow {
  margin-top: 55px;
  margin-bottom:55px;
}
.proleft {
  width: 47%;
}
.proleft .big .pic:after {
  padding-bottom: 73%;
}
.proleft .small {
  margin-top: 6px;
}
.proleft .small .pic {
  cursor: pointer;
}
.proleft .small .pic:after {
  padding-bottom: 66.9%;
}
.proleft .small .slick-current .pic {
  border: 3px solid #d80808;
}
.proright {
  width: 47%; border:1px solid #d2d2d2; padding:20px; margin-top:50px;
}
.proright h3 {
  font-size: 22px;
  color: #333;
  line-height: 30px;
  padding-bottom: 10px;
  margin: 30px 0 15px;
}
.proright .crighttxt {
  color: #6b6b6b;
 line-height:25px;
}
.proright .crighttxt li{ line-height:30px;}

.inner_share{ width:370px; margin-top:20px;overflow:hidden;}
.inner_share p{ float: left; color:#000; line-height:30px;}
.go_order{
    padding: 8px 25px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    background: #0341a6;
    border: none;
    margin-top: 50px;
    outline: none;
}
.go_order:hover{
    background: #f00f0d;
}
.order-content{
    padding: 20px 30px;
    background: #fff;
}

.order-content .order-line{
    color: #333;
    height: 30px;
    line-height: 30px;
    margin-bottom: 12px;
    font-size: 14px;
}
.order-content .order-line:after{
    display: block;
    content: '';
    clear: both;
    height: 0;
    width: 0;
}
.order-content .order-line lable{
    width: 70px;
    margin-right: 5px;
    display: inline-block;
    float: left;
    text-align: right;
}
.order-content .order-line .order-zhi{
    float: left;
    padding: 10px;
    line-height: 30px;
    padding: 0px 10px;
    max-width: 380px;
    border: 1px solid #d2d2d2;
}
.order-content .order-line .order-zhi.noborder{
    border:none;
}
.order-content .order-line  .order-zhi.overword{
    height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

}
.order-line.bz-line{
    height: auto;
}
.order-content .order-line .beizhu{
    padding: 10px;
    float: left;
    border: 1px solid #d2d2d2;
}
.order-content .order-line .dwid{
    width: 70%;
}
.order-content .order-line img{
    display: inline-block;
    float: left;
    margin-left:15px;
}
.order-content .go-sub{
    margin-left:70px;
    border: none;
    color: #fff;
    background: #0341a6;
    font-size: 14px;
    padding: 8px 28px;
    margin-top:8px;
    border-radius: 5px;
    outline: none;
}
.order-content .go-sub:hover
{
    background: #f00f0d;
}



/***************************pro end**********************/



.inner_contact{ margin-top:50px;}
.custom-form--box {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0 auto;
  padding: 1.25rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
  border-radius: 0.4rem;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(71, 71, 71, 0.2);
  -moz-box-shadow: 1px 1px 5px 0 rgba(71, 71, 71, 0.2);
  -ms-box-shadow: 1px 1px 5px 0 rgba(71, 71, 71, 0.2);
  -o-box-shadow: 1px 1px 5px 0 rgba(71, 71, 71, 0.2);
  box-shadow: 1px 1px 5px 0 rgba(71, 71, 71, 0.2);
  margin-bottom:40px;
}
.custom-form__title {
  font-size: 18px;
  margin-bottom: 1.25rem;
  font-weight: 600;
  text-transform: capitalize; text-align:center; color:#000;
}



.form-control1 {outline:none;
  display: block;
  width: 100%;
  height: 50px;
  margin-bottom:20px;
  font-size: 14px;
  line-height: 50px;
  color: #000;
  border: 1px solid transparent;
  padding: 0.375rem 1rem;
  background: #f7f7f7;
}
.form-control1:focus {
  border-color: #66afe9;
  outline:none;
}
#content1{ height:140px; background: #f7f7f7; font-family:"微软雅黑";}
.form-group{ margin-bottom:40px;}
.form-group2{width:50%; height:50px; position:relative; border:none; float:left; background: #f7f7f7;}
#submit2{ width:45%; height:50px; line-height:50px; text-align:center; background:#0359ac; color:#fff; float:right; border:none; font-size: 15px;}


.contact_title{ font-size:30px; color:#000;}
.contact_list li{ line-height:30px; color:#808080; font-size:16px;}
.contact_list li b{ color:#000;}
/****************************contact end************************/




.jcbg{ margin-top:30px;}
.jcbg .jcbg_img{ width:100%; border:1px solid #ccc;}
.jcbg .jcbg_tit{ font-size:18px; color:#000; line-height:25px;}
.jcbg .jcbg_tit a{ color:#000;}
.jcbg .jcbg_txt{ line-height:25px; color:#858585;}
.jcbg_more{ padding-left:30px;background: url(../Image/p25.png) left center no-repeat; color:#000;}
.jcbg:hover .jcbg_img{transform: translateY(-5px);}
.jcbg:hover .jcbg_tit a{ color:#2d2d63; font-weight:600;}


.jcbg .jcbg_img .item .pic { position: relative;
  overflow: hidden;}
.jcbg .jcbg_img .item .pic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
  transition: 0.3;
  border-radius:10px;
}
.jcbg .jcbg_img .item .pic i {
  display: block;
  padding-bottom: 110%;
}
.jcbg .jcbg_img .item:hover img {
    transform: scale(1.02);
}




#prev_next{ color:#000; margin-top:20px; line-height:30px;}
#prev_next a{ color:#000;}


.page {
  line-height: 50px;
  border: 1px solid #e8e8e8;
  text-align: center;
  margin-top: 35px;
}
.page a {
  font-family: arial;
  background: #f8f8f8;
  padding: 5px 10px;
  margin: 0 2px;
}
.page a:hover {
  background: #d80808;
  color: #fff;
}
.page a.active {
  background: #d80808;
  color: #fff;
}
.page a.bgnone {
  background: none;
}
.page a.bgnone:hover {
  color: #d80808;
}
