/*********内页banner*************/
.banner-pro { width: 100%; overflow: hidden; position: relative; }
.banner-pro img { float: left; width: 100%; overflow: hidden; height: auto; }
.banner-about {width: 100%;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);z-index: 12;color: #fff;text-align: center;}
.banner-about h3 {width: 100%;overflow: hidden;font-size: 0.42rem;font-family: "SOURCEHANSANSCN-BOLD";}
.banner-about p {width: 100%;overflow: hidden;font-size: 0.28rem;margin-top: 15px;}


/**********内页************/
.run_banner { position: relative;overflow: hidden;}
.run_banner  img {
    width: 100%;
    animation:scale_b 6s linear infinite alternate;
    position: relative;
    z-index: 0;
 }

@-webkit-keyframes scale_b {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); } 
}
@-moz-keyframes scale_b {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); } 
}
@-o-keyframes scale_b {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); } 
}
@-ms-keyframes scale_b {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }  
}


/********产品导航*********/
.bread-crumb { width: 100%; overflow: hidden; position: relative; z-index: 6; height: 60px; line-height: 60px; background: -webkit-linear-gradient(top, #f6f7fa, #fff); background: -moz-linear-gradient(top, #f6f7fa, #fff); background: -ms-linear-gradient(top, #f6f7fa, #fff); background: -o-linear-gradient(top, #f6f7fa, #fff); box-shadow: 0px 5px 12px 4px rgba(0, 0, 0, 0.06); top: 80px; position: sticky; border-top: 1px #eee solid; }
.bread-center { max-width: 1300px; width: 92%; overflow: hidden; height: 100%; margin: 0px auto; }
.bread-left { float: left; width: auto; overflow: hidden; height: 100%; }
.bread-left a { float: left; height: 100%; font-size: 16px; color: #495770; padding: 0px 28px; background: url("../images/icon-118.png") no-repeat left center; }
.bread-left a.home { background: url("../images/icon-117.png") no-repeat left center; padding: 0px; width: 40px; }
.bread-left a:hover { color: #0575fb; }
.bread-center ul { float: right; width: auto; overflow: hidden; height: 100%; }
.bread-center ul li {float: left;width: auto;height: 100%;margin-left: 0.3rem;font-size: 16px;color: #495770;cursor: pointer;position: relative;}
.bread-center ul li a{ display:block;}
.bread-center ul li:before {width: 0%;height: 3px;content: "";position: absolute;left: 0px;bottom: 0px;background: -webkit-linear-gradient(left, #117783, #151ca9);background: -moz-linear-gradient(left, #1517a6, #108bee);background: -ms-linear-gradient(left, #1517a6, #108bee);background: -o-linear-gradient(left, #1517a6, #108bee);}
.bread-center ul li.active:before { width: 100%; }
.bread-center ul li:hover {color: rgba(255, 150, 0, 1);}

/********内页分类***********/
.zhnav{ height:56px; background:#F4F4F4; position:relative; z-index:1 !important;}
.menu{ width:1010px;height:56px;}
.menu li{ height:56px; display:block; float:left; }
.menu a{ padding:0 22px; display:block; float:left; font-size:16px; color:#4b4b4b; line-height:56px; text-align:center;}
.menu a:hover{ height:53px; display:block; float:left; padding:0 21px; background:#FFF; color:#0067a8; border-bottom:3px solid #0067a8; border-left:1px solid #dcdcdc; border-right:1px solid #dcdcdc;}
.menu a.menn{ height:53px; padding:0 25px; display:block; float:left; background:#FFF; color:#0067a8; border-bottom:3px solid #0067a8; border-left:1px solid #dcdcdc; border-right:1px solid #dcdcdc;}

.return{height:26px; font-size:12px; color:#9f9f9f; line-height:26px; text-align:right; padding:15px 0;}
.return a{ font-size:12px; color:#9f9f9f; line-height:26px; display:block; float:left;}
.return span{ padding:0 7px;}


/**************关于我们*****************************/

.n_box{ padding:20px 0px;}

.qy_about{margin-top:10px; overflow:hidden;color:#333; font-size:18px; line-height:2.5;text-indent:2em;}
.qy_about_two{color:#333; font-size:18px; line-height:2.5; text-indent:2em;overflow:hidden; margin:40px auto;}
.zhu_si{width: 100%; overflow:hidden;}
.zhu_si li{ float:left;width:32.333%; margin:0px 0.5%;}
.zhu_si li .pic { height: 0;padding-top:67%;position: relative;overflow: hidden;}
.zhu_si li .pic img {position: absolute;left: 0;top: 0; width: 100%;height: 100%;}
.zhu_si li:hover .pic img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1);transform-origin: 50% 50%;}

.zhu_si li .pic img{
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
}
/***************新闻中心*****************************/
.fnews-list {overflow: hidden;margin-left:-25px; margin-top:20px;}
.fnews-items {width: 50%;float: left;padding-left: 25px;margin-bottom: 26px;box-sizing:border-box;}
.fnews-block {width: 100%;padding:20px;border: 1px solid #dce2ed;background: #fff;overflow: hidden;box-sizing: border-box;}
.fnews-pic {display: block;width: 186px;height: 115px;overflow: hidden;}
.fnews-pic img {width: 100%;vertical-align: top;}
.fnews-article {margin-left: 204px;}
.fnews-tit {font-size: 16px;font-weight: normal;line-height: 30px;color: #000;}
.fnews-tit a {display: block;color: #000;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.fnews-date {display: block;margin-top: 6px;font-size: 14px;line-height: 1.5;color: #646464;}
.fnews-art {display: block;margin-top: 10px;font-size: 14px;line-height:24px; height:48px;color: #646464; overflow:hidden;}
.fnews-art a {display: block;color: #646464;max-height: 56px;overflow: hidden;}
.fnews-block:hover .fnews-pic img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);}
.fnews-block:hover .fnews-tit a {padding-left: 0.5em;color: #28588f;}
.nyfl a span,.so-ticn span b,.fnews-pic img,.fnews-tit a,.xaml a,.pro_xaml a,.gc_xaml a{
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
}
/*************产品中心**********************/

.pro_xzlb{ display:block; margin-left:-26px;overflow:hidden;}
.pro_xzlb dd{ display:block; float:left; width:calc(33.333% - 26px); margin-left:26px; margin-bottom:10px; margin-top:10px; background:#f4f4f4; border-left:2px solid #0067a8; padding:6px 17px; box-sizing:border-box;}
.pro_xzlb dd .rf{ float:right;height: 43px;}
.pro_xaml{ display:block; float:left; width:calc(100% - 56px); border-right:1px solid #dbdbdb; line-height:43px; font-size:14px; color:#444;}
.pro_xaml a{font-size:14px; color:#444;}
.pro_xzlb dd:hover .pro_xaml a{ padding-left:5px; color:#4D9349;}

@media screen and (max-width: 769px) {
.pro_xzlb dd{  width:calc(100% - 26px);}

}

/********产品信息页*********/
.n_pro_bg{  overflow:hidden; background: #F3F4F8; padding:0.6rem 0px;}
.n_pro_top{ box-shadow: 0 0 65px rgba(31, 86, 131, .12); display: flex;flex-wrap: wrap; align-items: center; background: #fff;margin-bottom: 2vw;}
.n_pro_top .n_pro_tlf{padding:0.5rem;width: 40%;}
.n_pro_top .n_pro_trf{ width: 60%;}
.n_pro_top .txt-con{font-size:0.18rem;color: #555;line-height: 1.9;margin: 0.5rem 3vw;position: relative;}
.n_pro_top .txt-con h2{font-size: 0.35rem;color: #175ba2;/* margin-bottom: 10px; */line-height: 1.2;}
.n_pro_top .txt-con h3{font-size:20px;color: #444;color: #3f3f3f;font-family: "Times New Roman", Times, serif;}
.n_pro_top .txt-con .txt-p{ margin-top:20px;}
.n_pro_top .txt-con p{ font-size:18px; color: #555; line-height: 1.9; }



.n_pro_bottom{ display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 2vw;font-size:18px; color: #555; line-height: 1.9;align-items: end; }
.n_pro_bottom .n_pro_blf{width: 47%;}
.n_pro_bottom .n_pro_brf{ width: 48%;}
.n_pro_bottom .n_pro_blf table td{ padding:5px 15px;}
@media screen and (max-width: 769px) {
.n_pro_top .n_pro_tlf{padding:0.5rem;width: 100%;}
.n_pro_top .n_pro_trf{ width: 100%;}

.n_pro_bottom .n_pro_blf{width: 100%;}
.n_pro_bottom .n_pro_brf{ width: 100%;}
}


/*************ä*******************/
.gc_xzlb{overflow: hidden;display: block;}
.gc_xzlb li { float:left;width:calc(25% - 8px); margin:10px 3px 15px 3px;overflow: hidden;position:relative; border:1px solid #f1f1f1;}
.gc_xzlb li img {width:100%; vertical-align:top; border-bottom:none;}
.gc_xzlb li .jianj{ background:#f6f6f6; text-align:center; padding:12px 0px;color:#333; }
.gc_xzlb li .jianj h3{ color:#535353; font-weight:normal; font-size:16px; line-height:1.5;}
.gc_xzlb li .jianj p{font-size:12px; line-height:1;color:#535353; text-transform:uppercase;}
.gc_xzlb li:hover{-webkit-box-shadow: #666 0px 0px 10px;
-moz-box-shadow: #666 0px 0px 10px;
box-shadow: #666 0px 0px 10px;}
.gc_xzlb li:hover .jianj{background:#fff;}
.gc_xzlb li:hover .jianj h3{ color:#0584ab;}

.gc_xzlb li span{position: absolute;
    left:0px;
    top: 0;
    width:100%;height:calc(100% - 48px);
     background:-webkit-linear-gradient(left,#fb9b00,#005da8);/* Safari 5.1 - 6.0 */
	background:-o-linear-gradient(right,#fb9b00,#005da8);/* Opera 11.1 - 12.0 */
	background:-moz-linear-gradient(right,#fb9b00,#005da8);/* Firefox 3.6 - 15 */
	background:linear-gradient(to right,#fb9b00,#005da8);/* æ ‡å‡†*/
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
   }

.gc_xzlb li:hover span{
	opacity: 0.5;
	filter: alpha(opacity=99);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
}


/*****详细页*****/
.news-art-main{background: #f9f9f9;margin:0px auto;padding: 50px 80px 50px;}
.art-tit h4{text-align: center;font-size:20px;font-weight: normal;line-height: 36px;padding-bottom: 20px;color: #333;}
.art-tit h5{text-align: center;font-size: 12px;font-weight: normal;line-height: 38px;color: #888;border-top: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2;}
.art-tit h5 span{display: inline-block;width: 300px;}
.art-main{padding-top: 30px;padding-bottom: 40px;}
.art-main p{font-size: 16px;line-height: 30px;color: #666;}

.art-back li{font-size: 14px;}
.art-footer-last{border-top: 1px solid #e2e2e2;padding-top: 6px;line-height: 30px;}
.art-footer-next{border-bottom: 1px solid #e2e2e2;padding-bottom: 6px;line-height: 30px;}
.art-footer-last a,.art-footer-next a {line-height: 30px;color: #555;}
.art-footer-last a:hover,.art-footer-next a:hover {color:#a59380;}
.art-footer-back{padding-top: 26px;float: right;margin-top: -82px;margin-right: 20px;}
.art-footer-back a{display: block;position: relative;width: 116px;height: 40px;overflow: hidden;border: 2px solid #a59380;line-height:36px;text-align: center;box-sizing: border-box;color: #a59380;}
.art-footer-back a span{display: block;position: relative;top: 0;}
.art-footer-back a:hover span{background: #a59380;color: #fff;top: -100%;line-height:40px;}
.art-footer-back a:hover{border: 0 none;}

/******在线反馈*****/
.massage{ width: 800px; margin:30px auto; border: 1px solid #ebebeb;position: relative; z-index: 2; padding: 22px 48px; background: #fff;box-shadow:0 0 10px rgba(221, 221, 221, 0.5);-webkit-box-shadow:0 0 10px rgba(221, 221, 221, 0.5); -moz-box-shadow:0 0 10px rgba(221, 221, 221, 0.5); border-radius:5px;}
.maintop{ width: 800px; height: 55px; line-height:55px; float: left; border-bottom: 1px solid #ebebeb; text-indent: 37px; color: #555555; margin-bottom: 10px; font-size:20px; font-weight:normal; background: url(../images/guest.png) left center no-repeat; }

.massage table td{ color:#666;}
.massage .input{ border:1px solid #ddd; margin:5px 0px; border-radius:5px; padding-left:5px; width:350px; height:35px; line-height:35px; outline:none;}
.massage textarea{ border:1px solid #ddd; margin:5px 0px; border-radius:5px; padding-left:5px; width:580px;line-height:35px;outline:none; resize:none;}
.massage .reset{border:1px solid #ddd; border-radius:5px;width:120px; height:42px; line-height:42px; color:#fff; background:#ddd;outline:none; cursor:pointer;}
.massage .submit{border:1px solid #009ae1; border-radius:5px;width:120px; height:42px; line-height:42px; color:#fff; background:#009ae1;outline:none; cursor:pointer;}


/******联系我们*****/
.map{ background:url(../images/map.jpg) center top no-repeat; height:640px; margin-top:-4px; position:relative; z-index:0; padding-top:140px;}
.tel{ width:500px; background:#FFF;}
.tet{ background:#005da8; padding:22px 32px; overflow:hidden;}
.bj{ line-height:32px; font-size:22px; color:#ffffff;}
.ad1{height: 62px;padding:14px 30px;background:#fff;} 
.ad2{height: 61px;padding:14px 30px;background:#e9e9e9;}
.ad12{ float:left; padding-left:18px; font-size:14px; color:#505050; line-height:34px; }

.contact-second{width: 100%;height:680px;position: relative;}
.contact-second .consec-map{position: absolute;top: 0px;left: 0px;z-index: 1;width: 100%;height:680px;}
.contact-second .consec-address{width: 1256px;margin: 0px auto;position: relative;}
.consec-address .consec-content{position: absolute;top: 80px;left:0;z-index: 3;width:500px;}


/********分页*********/
.text-center {text-align: center; border-top: 1px solid #ddd;}
.pagination{display: inline-block; padding-left: 0; margin:20px 0px 20px; border-radius: 4px; font-size: 12px;}
.pagination > li{display: inline;}
.pagination > li > a,
.pagination > li > span{position: relative; float: left; padding: 6px 12px; margin-left: -1px; line-height: 1.42857143; color: #4d4d4d; text-decoration: none; background-color: #fff; border: 1px solid #ddd;}
.pagination > li:first-child > a,
.pagination > li:first-child > span{margin-left: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px;}
.pagination > li:last-child > a,
.pagination > li:last-child > span{border-top-right-radius: 4px; border-bottom-right-radius: 4px;}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus{z-index: 3; color: #000; background-color: #eee; border-color: #ddd;}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus{z-index: 2; color: #fff; cursor: default; background-color: #0067a8; border-color: #0067a8;}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus{color: #777; cursor: not-allowed; background-color: #fff; border-color: #ddd;}
