

.header{ background-image:url(../image/header_bj.png); background-repeat:repeat-x;}
.header .header-top{ background-color: #fff; color: #666; line-height:40px;	width: 100%;
	float: left;
	font-size: 14px;
	color: #666;
	height: 40px;
	line-height: 40px;
	box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.07);}
.nav-bar{  display: flex;justify-content: space-between;align-items: center;}
.nav-bar .logo{padding:15px 0;}
.nav-bar .logo img{ display: block;}
.header-nav{height: 120px; padding-left: 150px;}
.header-nav ul{align-items: center;height: 100%; width:100%;}
.header-nav li{ box-sizing: border-box;width: 95px;text-align: center;height: 100%;  position: relative;}
.header-nav li::after{ content: ''; display: block; position: absolute; height:10px;width: 0; margin:auto; top: 0; bottom: 0; right: 0;}
.header-nav li:last-child::after{ display: none;}
.header-nav li a{font-size: 16px; height: 100%;justify-content: center;	align-items: center;}
.header-nav li:hover a,.header-nav li.on a{ color: #0069b7;}
.footer{background: center/cover no-repeat #3d3d3d;}
.footer .footer-nav{ padding: 50px 0; flex:1;}
.footer .footer-nav dl{ float: left; padding:0 25px; border-left:1px solid #3b3b3b;}

.footer .footer-nav dl:first-child{ padding-left:0; border-left:none;}
.footer .footer-nav dt a{ color: #ffffff;font-size: 16px; line-height:1;}
.footer .footer-nav dt::after{ content: ''; display: block; width:25px; height:0; border-bottom:2px solid #0069b7; margin:15px 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.footer .footer-nav dd a{ display: block; color: #fff; opacity:.4; line-height:32px;}
.footer .footer-nav dd p{ color: #fff; opacity:.4; line-height:32px;}
.footer .footer-nav dl:hover dt::after{ width:45px;}
.footer .footer-nav dd a:hover{ opacity:.8;}


.footer .footer-qrcode{ width:260px;}
.footer .footer-qrcode .qrcode .qrcode-info{ padding-left:20px;}
.footer .footer-qrcode .qrcode .qrcode-info p{ color: #fff;font-size: 18px; line-height:2;}
.footer .footer-qrcode .qrcode .qrcode-info .qrcode-name{ color: #666666; font-size:14px;}
.footer .footer-qrcode .tel-info{background: url("../Image/icon-tel.png") left center no-repeat; padding-left:60px; margin-top:20px;}
.footer .footer-qrcode .tel-info .tel-num{ color: #fff;font-size: 27px;line-height: 1;}
.footer .footer-qrcode .tel-info .tel-desc{ line-height:2;}

.footer .favlink{font-size: 14px; border-top:1px solid #464646; padding:15px 0; padding-left:5px;}
.footer .favlink .fav-head{}
.footer .favlink .fav-head strong{ color: #0069b7; text-transform: uppercase;}
.footer .favlink a{ color: #999999;}
.footer .favlink a:hover{ color: #efefef;}
.footer .copyright{ height:50px; line-height:50px; background-color: #3d3d3d; color: rgba(255,255,255,.3);}
.footer .copyright a{ color: rgba(255,255,255,.3);}

.empty_tips{text-align: center;font-size: 120%;}


.banner-box{ height:600px;}
.index-top{ display: flex;align-items: center; justify-content:space-around; height:140px;}
.index-top .left{ width:410px; color: #333;}
.index-top .left p:nth-child(1){font-size: 22px;}
.index-top .left p:nth-child(2){ margin-top:5px;}
.index-top .left p:nth-child(2) span{ background-color: #0069b7; color: #fff; display: inline-block; padding:2px 10px;}

.index-top .mid{ width:500px; height:80px;position: relative; padding:0 50px; border-left:1px solid #dcdcdc;border-right: 1px solid #dcdcdc;}
.index-top .search-form{ position: relative;}
.index-top .search-form .input-txt{ border:none; display: block; width:100%;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline:none; height:40px; line-height:40px; color: #333;}
.index-top .search-form .input-txt::placeholder{ color: #666;}
.index-top .mid .hot-keywords{font-size: 12px; line-height:2; margin-top:3px; }
.index-top .mid .hot-keywords a{}
/*.index-top .mid::before,
.index-top .mid::after{ content: ''; display: block; position: absolute; height:100%; border-right:1px solid #dcdcdc; top: 0;}
.index-top .mid::before{ left:-10px;}
.index-top .mid::after{ right:-10px;}*/
.index-top .right{color: #333; /*height:80px;*/}
.index-top .right p{font-size: 16px; font-weight:bold; color:#0069b7}
.index-top .right p::after{ content: ''; display: inline-block; width:20px; height:20px; vertical-align: middle;}
.index-top .right p.tel-num{font-size: 29px; font-family:Impact}


.section{ padding:50px 0;}
.section .sec-head{text-align: center;}
.section .sec-head .sec-name{ color: #333;font-size: 32px;border-color: #d9dadc; font-weight:bold;}
.section .sec-head .sec-name strong{ color: #0069b7;}
.section .sec-head fieldset.sec-desc{padding:0;margin:0;line-height:2; border-width: 1px 0 0; border-color: #d9dadc;}
.section .sec-head fieldset.sec-desc legend{ position: relative; padding:0 20px;}
.section .sec-head fieldset.sec-desc legend span::before,
.section .sec-head fieldset.sec-desc legend span::after{ content: ''; display: block; width:8px; height:8px; background-color: #d9dadc;border-radius: 50%; margin:auto; top: 0; bottom: 0; position: absolute;}
.section .sec-head fieldset.sec-desc legend span::before{ left: 0;}
.section .sec-head fieldset.sec-desc legend span::after{ right: 0;}
.section .sec-head .sec-desc span{ text-transform: uppercase;}

.section.product{ background-color: #f5f5f5;}
.section.product .category-nav{ display: flex;align-items: center; justify-content:space-between;flex-wrap: wrap; margin-top:20px;}
.section.product .category-nav .nav-item{ flex:0 0 11%; text-align: center; display: block; height:42px; line-height:42px;font-size: 18px; background-color: #0069b7; -webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; -o-transition: all .2s; transition: all .2s; float: left; margin-bottom:5px; position: relative;}
.section.product .category-nav .nav-item::before{ content: ''; display: block; width:10px; height:10px; margin:auto; top: 0; bottom: 0; left: 30px; position: absolute;}
.section.product .category-nav .nav-item a{ color: #fff; display: block;}
.section.product .category-nav .nav-item:hover { background-color: #282828;}

.product-list{}
.product-list .pro-item{ float: left; padding:20px; border:1px solid #e1e1e1; margin-right:18px; background-color: #fff; margin-top:15px; width:388px;}
.product-list .pro-item:nth-child(3n){ margin-right:0;}
.product-list .pro-pic{ margin: 0 auto 16px; width:344px; height:260px; overflow: hidden;}
.product-list .pro-pic img{ width:100%;}
.product-list .pro-name{ color: #333; line-height:2;font-size: 20px; margin-bottom:8px;}
.product-list .pro-name:after{ content: ''; display: block; width:30px; height:0; border-bottom:1px solid CurrentColor;}
.product-list .pro-desc{ color: #999999; line-height:1.5;  height:65px; overflow:hidden;}
.product-list .pro-tools{ margin-top:20px;}
.product-list .pro-tools a{ display: block; width:120px; color: #fff; height:36px; line-height:36px; float: left; margin-right:10px; text-align: center; position: relative;}
.product-list .pro-tools a i.icon{font-style: normal; position: absolute; right:10px; -webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; -o-transition: all .2s; transition: all .2s;}
.product-list .pro-tools a span{ margin-right:8px;}
.product-list .pro-tools a.more{background-color: #0069b7;}
.product-list .pro-tools a.ask{background-color: #0069b7;}
.product-list .pro-tools a:hover i.icon{ right:8px;}

/**产品优势*/
.pro-adv{background: url("../Image/pro_adv_bg.jpg") center no-repeat;}
.pro-adv.section .head .sec-desc{ color: #fff;font-size: 30px;}
.pro-adv.section .head{ border-bottom:2px solid rgba(255,255,255,.5); padding-bottom:20px; position: relative;}
.pro-adv.section .head::after{ content: ''; position: absolute; width:280px; height:4px; background-color: rgba(255,255,255,.5); bottom:-3px; left: 0; right: 0; margin:auto;}

.pro-adv-box{ color: #fff;}
.pro-adv-box .adv-left{ text-align: right;}
.pro-adv-box .adv-left .adv-info{ padding-right:20px;}
.pro-adv-box .adv-mid{  padding: 0 10px;display: flex;justify-content: center;flex-direction: column;}
.pro-adv-box .adv-right{ text-align: left;}
.pro-adv-box .adv-right .adv-info{ padding-left:20px;}

.pro-adv-box .adv-item{ padding:50px 0;}
.pro-adv-box .adv-item:nth-child(2){ border-top:1px solid #d3d3d3;}
.pro-adv-box .adv-info .item-name{font-size: 18px; font-weight:bold; line-height:2;}
.pro-adv-box .adv-info .item-desc{ line-height:2;}
.pro-adv-box .adv-icon{ min-width: 60px;}
.pro-adv-box .adv-icon .icon{ width:60px; height:60px;border-radius: 50%;background-color: #0069b7;position: relative;}
.pro-adv-box .adv-icon .icon img{ height: auto;position: absolute;top: 0;bottom: 0;margin: auto;left: 0;right: 0;}


.standard-list{ padding:50px 0 20px;}
.standard-list .item{ flex:0 0 20%; text-align: center;}
.standard-list .item .item-icon{ width:184px;height: 184px;margin: 0 auto 20px;background-color: #0069b7; position: relative;border-radius: 50%; color: #fff; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.standard-list .item .item-icon::before,
.standard-list .item .item-icon::after{content: ''; display: block; width:100%; height:100%;position: absolute; margin:auto; bottom: 0; right: 0; top: 0; left: 0;}

.standard-list .item .item-icon::before{  -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s; z-index:2;}
.standard-list .item .item-icon::after{ z-index:1;}

.standard-list .item  .item-icon .icon-wrap{ height:100%;}
.standard-list .item  .item-icon .num{ width:90px; height:52px; text-align: center; line-height:52px; font-size:45px; font-style: normal; position: relative;}
.standard-list .item  .item-icon .num::before,
.standard-list .item  .item-icon .num::after{ content: ''; display: block; width:15px; height:0;border-bottom: 1px solid #fff;  position: absolute; -webkit-transform: rotate(-30deg); -moz-transform: rotate(-30deg); -ms-transform: rotate(-30deg); -o-transform: rotate(-30deg); transform: rotate(-30deg);}
.standard-list .item  .item-icon .num::before{  right: 3px;top: 6px;}
.standard-list .item  .item-icon .num::after{ left: 0; bottom: 3px;}

.standard-list .item  .item-icon span{font-size: 22px;}
.standard-list .item .item-name{ color: #333333;font-size: 18px;-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.standard-list .item .item-en-name { text-transform: uppercase; color: #cccccc;-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}

.standard-list .item:hover .item-icon{background-color: #0069b7; }
.standard-list .item:hover .item-name{ color: #0069b7;}
.standard-list .item:hover .item-en{ color: #666;}
.standard-list .item:hover .item-icon::before{ -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg);}

.section.brand-adv{ background-color: #fafafc;}
.section.brand-adv .sec-head{ position: relative;}
.section.brand-adv .sec-desc{font-size: 22px; color: #666666;}
.section.brand-adv .sec-head::after{ content: attr(data-title); display: block; position: absolute;font-size: 80px; color: #f1f1f2; text-transform: uppercase; margin:auto; left: 0; right: 0;top: 60px; z-index:0;}
.brand-adv-list{ position: relative; z-index: 3; margin-top: 43px;}
.brand-adv-list .brand-adv-item{ padding-bottom:36px;}
.brand-adv-list .brand-adv-item::after{ content: ''; clear: both; display: block;}
.brand-adv-list .brand-adv-item .item-pic{ width:600px; float: left; flex:0 50%;padding-left: 30px;}
.brand-adv-list .brand-adv-item .item-pic img{ border:2px solid #fff; -webkit-box-shadow:11px 11px 20px #d9d9d9; -moz-box-shadow:11px 11px 20px #d9d9d9; box-shadow: 11px 11px 20px #d9d9d9;border-radius: 3px;}
.brand-adv-list .brand-adv-item .item-info{ position: relative; flex:0 50%; float: right; width:600px;  padding-top:20px; padding-left:60px;}
.brand-adv-list .brand-adv-item .item-info em.count{ background-color: #0069b7; color: #fff; text-transform: uppercase; padding:4px 15px;border-radius: 3px;font-size: 12px;font-style: normal; display: inline-block;}
.brand-adv-list .brand-adv-item .item-info .item-title{font-size: 24px; color: #333;margin: 10px 0; line-height:1.3;}
.brand-adv-list .brand-adv-item .item-info .item-desc{ line-height:34px;}
.brand-adv-list .brand-adv-item .item-info .item-desc span{ color: #0069b7;}
.brand-adv-list .brand-adv-item .item-info .item-desc p{background: url("../Image/icon-right.png") left center no-repeat; padding-left:30px;}
.brand-adv-list .brand-adv-item .item-info::before{ content: ''; display: block; position: absolute; top: 0; left:10px; height:60%; width:0; border-left:2px solid #e4e4e4;}
.brand-adv-list::before{ content: ''; display: block; border-right:2px solid #d4d4d2; position: absolute; top: 0; bottom:36px; left: 0; right: 0; margin:auto; width:0;}
.brand-adv-list .brand-adv-item.flex-row-reverse .item-pic{ float: right;padding-left: 60px; }
.brand-adv-list .brand-adv-item.flex-row-reverse .item-info::before{ left:auto; right:10px;}
.brand-adv-list .brand-adv-item.flex-row-reverse .item-info{ float: left;/*padding-left: 30px;*/}



.section.about{background: url("../Image/about_bg.jpg") top center no-repeat;}
.section.about .head{ color: #fff;}
.section.about .head .head-name{text-align: center; margin-right:10px;}
.section.about .head .head-name p{font-size: 42px; line-height:1; font-weight:bold;}
.section.about .head .head-name span{ font-size:13px; text-transform: uppercase; letter-spacing: 1px;}
.section.about .head .head-desc{ border:1px solid #fff; padding: 8px 14px;}
.section.about .head .head-desc p{font-size: 29px; line-height:1;}
.section.about .head .head-desc span{ text-transform: uppercase;font-size: 13px;line-height: 2;}
.about-box{ padding:30px; background-color: #fff; margin-top:50px;padding-bottom: 0;}
.about-box .about-left{ padding-top:20px; width:585px; float: left; padding-right:20px; position: relative;}
.about-box .about-left .about-en{ color: #fff;}
.about-box .about-left .about-cn{ font-size:24px; font-weight:bold; color: #0069b7;}
.about-box .about-left .about-desc{ color: #666666; line-height:32px; padding:10px 0;}
.about-box .about-img{ float: right;}
.about-box .about-img img{vertical-align: bottom;}
.about-box .about-left .about-nav{ position: absolute;bottom:0; width:100%;}
.about-box .about-left .about-nav li{ display: block; margin-right:24px; width:120px; height:36px; background-color: #37393b; color: #fff; text-align: center; line-height:36px; cursor: pointer; position: relative;}
.about-box .about-left .about-nav li.on{ background-color: #0069b7;}
.about-box .about-left .about-nav li.on::after{ content: ''; display: block; width:0; height:0; position: absolute; border: 8px solid transparent;border-top-color: #0069b7;margin: auto;left: 0;right: 0;}
.about-box .about-left .about-nav li:last-child{ margin-right:0;}
.about-box .about-bottom{ padding-top:10px; position: relative;}
.about-box .about-bottom .tab-con{ position: relative;}
.about-box .about-bottom .tab-con a.tPrev,.about-box .about-bottom .tab-con a.tNext{ position: absolute; margin:auto; top: 0; bottom: 0; display: block; height:38px; width:20px;background: url("../Image/arrow.png") 4px 0 no-repeat;}
.about-box .about-bottom .tab-con a.tPrev{ left:-20px;}
.about-box .about-bottom .tab-con a.tNext{ right:-20px; background-position-x: -13px;}
.about-box .about-bottom .tab-con a.tPrev:hover,.about-box .about-bottom .tab-con a.tNext:hover{background-position-y:-42px;}
.about-box .about-bottom li{ margin:10px; width:265px; position: relative; text-align:center;}
.about-box .about-bottom li .caption{ position: absolute; height:32px; line-height:32px;text-align: center; left: 0; right: 0; bottom: 0; color: #fff; z-index:2;}
.about-box .about-bottom li::after{ content: ''; display: block;background: rgba(0,0,0,.5); position: absolute; left: 0; right: 0; bottom: 0; top:calc(100% - 32px); -webkit-transition: all .6s; -moz-transition: all .6s; -ms-transition: all .6s; -o-transition: all .6s; transition: all .6s;}
.about-box .about-bottom li img{  height:180px; vertical-align: bottom;}
.about-box .about-bottom li .icon.icon-search{ z-index:3;  width:45px; height:45px; position: absolute; margin:auto; top: 0; left: 0; right: 0; bottom: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; visibility: hidden; opacity:0; -webkit-transform: translateY(60px) scale(0); -moz-transform: translateY(60px) scale(0); -ms-transform: translateY(60px) scale(0); -o-transform: translateY(60px) scale(0); transform: translateY(60px) scale(0);}
.about-box .about-bottom li:hover .icon-search{ visibility: visible; opacity:1; -webkit-transform: translateY(0) scale(1,1); -moz-transform: translateY(0) scale(1,1); -ms-transform: translateY(0) scale(1,1); -o-transform: translateY(0) scale(1,1); transform: translateY(0) scale(1,1);}
.about-box .about-bottom li:hover::after{ top:0;}
.section.news{ background-color: #fafafc;}
.section.news .news-nav{ text-align: center; margin-top:20px;}
.section.news .news-nav a{ display: inline-block; width:90px; position: relative; margin:0 25px;font-size: 18px; line-height:42px;}
.section.news .news-nav a::after{ content: ''; display: block;width: 0%; height:0; position: absolute; bottom:0; border-bottom:2px solid #0069b7; margin:auto; left: 0; right: 0; -webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; -o-transition: all .2s; transition: all .2s;}
.section.news .news-nav a:hover::after,
.section.news .news-nav a.on{ width:100%;}


.section.news .news-list::after{ content: ''; display: block; clear: both;}
.section.news .news-list .news-item{ width: 400px; padding:15px; padding-bottom: 0; position: relative; float: left; position: relative;-webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s;}
.section.news .news-list .news-item .item-wrap{ position: relative; padding-bottom:20px;}
.section.news .news-list .news-item .item-wrap::before{ content: ''; display: block; position: absolute; width:100%; bottom:0; border-bottom:1px solid #cbcbcb; left: 0; right: 0; -webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; -o-transition: all .2s; transition: all .2s;}
.section.news .news-list .news-item .news-img{ overflow: hidden; width:370px; height: 226px;}
.section.news .news-list .news-item .news-img img{max-width:100%;}
.section.news .news-list .news-item .news-img.index a{ display: block; width:100%; height:100%; object-fit: fill;}
.section.news .news-list .news-item .news-img.index img{ width:370px; height:226px;}
.section.news .news-list .news-item .news-info{ padding-top:20px;}
.section.news .news-list .news-item .news-info .news-title{font-size: 18px; line-height:2; overflow: hidden; white-space:pre; -ms-text-overflow: ellipsis; text-overflow: ellipsis;}
.section.news .news-list .news-item .news-info .news-desc{ color: #999999; line-height:26px; padding-top:5px;height: 58px;overflow: hidden;}
.section.news .news-list .news-item:last-child{ margin-right:0;}
.section.news .news-list .news-item:hover{background: #fff;-webkit-box-shadow: 0px 15px 30px #cfcfcf; -moz-box-shadow: 0px 15px 30px #cfcfcf; box-shadow: 0px 15px 30px #cfcfcf; -webkit-transform: translateY(-3px); -moz-transform: translateY(-3px); -ms-transform: translateY(-3px); -o-transform: translateY(-3px); transform: translateY(-3px);}
.section.news .news-list .news-item::after{content: ''; display: block; position: absolute; width:0%; bottom:0; border-bottom:3px solid #0069b7;  right:0;-webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s;}
.section.news .news-list .news-item:hover::after{ width:100%; }
.section.news .news-list .news-item:hover .item-wrap::before{ width:0%; }


/*首页结束*/
/*内页样式开始*/
.location::before{ content: ''; display: inline-block; width:24px; height:24px; vertical-align: middle;background: url("../Image/icon-home.png") center no-repeat;}
.location span{ vertical-align: middle;}
.page-top{ height:70px; background-color: #f3f3f3; display: flex;align-items: center;}
.page-top .chennel-name{ color: #282828;font-size: 24px; position: relative; padding-left:10px;}
.page-top .chennel-name:before{ content: ''; display: block; height:24px; width:3px; background-color: #0069b7; position: absolute; margin:auto; top: 0; bottom: 0; left: 0;}
.page-top .sub-category{ margin-left:10px;}
.page-top .sub-category a{ display: inline-block; vertical-align: middle; min-width: 100px;height: 32px;line-height: 32px;text-align: center; color: #fff; background-color: #282828; margin-right:10px;border-radius: 3px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.page-top .sub-category a:hover,.page-top .sub-category a.on{ background-color: #0069b7;}


.page-about{ padding:40px 0;}
.page-about .about-logo{ display: block; margin:0 auto;}
.page-about .about-param .param{ float: left; text-align: center; width:400px; max-width:400px; flex:1; margin:16px auto; position: relative;}
.page-about .about-param .param::before{ content: ''; height:36px; width: 0; border-right:1px solid #c7c7c7; position: absolute; margin:auto; top: 0; bottom: 0; left: -1px;}
.page-about .about-param .param:first-child::before{ display: none;}
.page-about .about-param .param .icon::after{ content: ''; width:60px; height:60px; display: inline-block; vertical-align: middle;}
.page-about .about-param .param .num{ font-size:64px; color: #0069b7; margin-right:5px;display: inline-block; vertical-align: middle;}
.page-about .about-param .param .inf{ padding-right:5px; display: inline-block; vertical-align: middle; text-align: left;}
.page-about .about-param .param p{ color: #333;}
.page-about .about-param .param p:nth-child(2){ color: #b2b2b2;}

.icon.icon-diqiu::after{background: url("../Image/icon-diqiu.png") center no-repeat;}
.icon.icon-team::after{background: url("../Image/icon-team.png") center no-repeat;}
.icon.icon-zichan::after{background: url("../Image/icon-zichan.png") center no-repeat;}

.page-about .about-detail p{ margin-bottom:15px; line-height:26px;}

.page-cultrue{background: url("../Image/cultrue-bg.jpg") center no-repeat; height:620px;padding:50px 0;}
.page-cultrue .head-name{font-size: 30px; color: #fff;}
.page-cultrue .head-desc{font-size: 20px; color: #fff; opacity:.3; line-height:2;}
.page-cultrue .cultrue-box{text-align: center; margin-top:40px;}
.page-cultrue .cultrue-box .cultrue-item{ width:300px; float: left;vertical-align: middle; color: #fff; height:210px;}
.page-cultrue .cultrue-box .cultrue-item .icon{ position: relative; display: block; width:45px; height:45px; margin:0 auto 5px; border:1px solid #fff;border-radius: 50%; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}

.page-cultrue .cultrue-box .cultrue-item .item-name{font-size: 20px; line-height:2;}
.page-cultrue .cultrue-box .cultrue-item .item-desc{ line-height:2;}
.page-cultrue .cultrue-box .cultrue-item:hover .icon{ background-color: #0069b7;border-color: #0069b7}

.icon-qiye{background: url("../Image/icon-qiye.png") center no-repeat;}
.icon-jingshen{background: url("../Image/icon-jingshen.png") center no-repeat;}
.icon-fangzhen{background: url("../Image/icon-fangzhen.png") center no-repeat;}
.icon-linian{background: url("../Image/icon-linian.png") center no-repeat;}
.icon-hezuo{background: url("../Image/icon-hezuo.png") center no-repeat;}

.icon-shichang{background: url("../Image/icon-shichang.png") center no-repeat;}
.icon-gongzuo{background: url("../Image/icon-gongzuo.png") center no-repeat;}
.icon-tonghang{background: url("../Image/icon-tonghang.png") center no-repeat;}



.page-join{ padding:50px 0; text-align: center;}
.page-join .head-name{font-size: 30px; color: #333;}
.page-join .head-desc{font-size: 20px; color: #999999; line-height:2;}
.page-join .join-box{ margin-top:30px;}
.page-join .join-item{ width:594px; display: inline-block; vertical-align: middle; height:410px; color: #fff;text-align: center;display: table;float: left;margin-right: 12px;}
.page-join .join-item .item-wrap{ display: table-cell; vertical-align: middle;text-align: center; height:410px;}
.page-join .join-item.linian{background: url("../Image/rcln-bg.jpg") center/cover no-repeat;}
.page-join .join-item.jobs{background: url("../Image/zpgw-bg.jpg") center/cover no-repeat;}

.page-join .join-item .name{font-size: 30px; font-weight:bold;}
.page-join .join-item .name::after{ width:40px; display: block; content: ''; border-bottom:2px solid #fff; margin:10px auto 20px;}
.page-join .join-item .desc{font-size: 16px; width:310px; margin:0 auto;}
.page-join .join-item .more{ width:100px; height:28px; line-height:28px; margin:10px auto 0 ; border:1px solid #fff;}
.page-join .join-item .more:hover{ border-color: #0069b7; color: #0069b7;}
.page-join .join-item a{color: #fff;}

.page-single{ padding-top:30px; padding-bottom:40px;}
.page-single .title{text-align: center;font-size: 20px; line-height:2.2;}
.page-single .single-detail{ line-height:28px;}
.page-single .single-detail img{ max-width:100%;}

.page{text-align: center; line-height:36px;}

/*产品综合页*/
.floor-box{ padding:20px 0;}
.floor-box .floor{ padding:50px 0  30px;}


.floor-box .floor .floor-head{ position: relative;}
.floor-box .floor .floor-head::before{ content: ''; display: block; position: absolute; margin:auto; top: 0; bottom: 0; left: 0; right:0; height:0; border-bottom:1px solid #d9d9d9;}
.floor-box .floor .floor-head .head-name{ padding-right:10px;background-color:#fff; position: relative; z-index:2;}
.floor-box .floor .floor-head .head-name .name{ margin-left:10px; color: #282828;font-size: 24px; }
.floor-box .floor .floor-head .head-name .cn{ line-height:1;}
.floor-box .floor .floor-head .head-name .en{ text-transform: uppercase;font-size: 12px; color: #878787;}
.floor-box .floor .floor-head .head-more{background-color:#fff; position: relative; z-index:2; padding-left:12px;}
.icon-menu{ display: inline-block; width:26px; height:26px; vertical-align: middle; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8);}
.icon-menu i.line{ width:20px;height: 2px;background: CurrentColor;display: block;margin: 5px 0; position: relative; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.icon-menu i.line::before{ content: ''; display: inline-block; vertical-align: middle; width:2px; height:0; position: absolute; left:-4px;  bottom: 0;margin: auto;border-bottom: 2px solid CurrentColor;}
.icon-menu i.line:nth-child(2){ width:18px;}

.icon-menu:hover{}

.floor-box .floor:nth-child(even){ background-color: #f3f3f3;}
.floor-box .floor:nth-child(even) .floor-head .head-name{ background-color: #f3f3f3;}
.floor-box .floor:nth-child(even) .floor-head .head-more{ background-color: #f3f3f3;}
.floor-pro-list{ padding:10px 0;}
.floor-pro-list .item{ width:290px;margin-left:10px; float: left; margin-top:30px; border-bottom:1px solid #dddddd; position: relative;}
.floor-pro-list .item:first-child{ margin-left:0;}
.floor-pro-list .item:nth-child(4n+1){ margin-left:0;}
.floor-pro-list .item .item-img{ width:290px; height:218px; overflow: hidden;background-color: #fff; text-align:center;}
.floor-pro-list .item .item-img img{ max-height:100%;-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; text-align:center;}
.floor-pro-list .item .item-name{ line-height:56px;text-align: center; color: #666; font-size:16px;}
.floor-pro-list .item::after{ content: ''; display: block; position: absolute; left: 0; width:0; bottom: -1px; border-bottom:2px solid #0069b7; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.floor-pro-list .item:hover::after{ width:100%;}
.floor-pro-list .item:hover .item-img 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);}

.news-list{}
.news-list .news-item{ padding:5px; margin: 20px auto; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.news-list .news-item .news-img{ height:180px; width:240px; position: relative; border:1px solid #efefef;}
.news-list .news-item .news-img a{ display: table-cell;height:180px; width:240px; text-align: center;vertical-align: middle;}
.news-list .news-item .news-img img{ max-width:100%; max-height:100%; vertical-align: bottom;}
.news-list .news-item .news-img .tag{ position: absolute; top: 5px; left: 5px;background-color: #0069b7; color: #fff;font-size: 12px; padding:0 3px;border-radius: 2px;}
.news-list .news-item .news-info{ flex:1;}
.news-list .news-item .news-img ~.news-info{ margin-left:20px;}
.news-list .news-item .news-info .news-title{font-size: 16px; line-height:2;}
.news-list .news-item .news-info .news-desc{ line-height:1.8; color: #797979;}
.news-list .news-item .news-info .news-time{ font-size: 12px; margin-top:10px; color: #b9b9b9;}
.news-list .news-item:hover{ -webkit-box-shadow: 0 0 16px #eee; -moz-box-shadow: 0 0 16px #eee; box-shadow: 0 0 16px #eee; -webkit-transform: translateY(-3px); -moz-transform: translateY(-3px); -ms-transform: translateY(-3px); -o-transform: translateY(-3px); transform: translateY(-3px);}
.page-news{ padding:30px 0;}

.page-news .news-title{font-size: 24px;}
.page-news .news-meta span{ margin-right:15px; line-height:2; color: #9c9c9c; margin-top:5px;}
.page-news .news-content{ padding:30px 20px; border-top:1px dashed #b9b9b9;border-bottom:1px dashed #b9b9b9; margin-top:10px; line-height:26px; margin-bottom:30px;}


.image-list{ padding:30px 0;}
.image-list .item{ float: left; width:300px; height:225px;padding:10px;}
.image-list .item a{ overflow: hidden; cursor: zoom-in; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  display: table-cell; vertical-align: middle; width:280px; height:205px; position: relative; z-index:1;}
.image-list .item .overlay{ }
.image-list .item img{    -webkit-transition: opacity .35s,-webkit-transform .35s;
	transition: opacity .35s,transform .35s; max-width: 100%;max-height: 100%;object-fit: fill;display: block;width: 300px;height: 225px;}
.image-list .item .caption{ position: absolute; left: 0; right: 0; bottom: 0; height:32px; color: #fff; z-index:3;text-align: center;background: rgba(0,0,0,.5);text-align: center; line-height:32px;}

.image-list .item:hover 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);}

	/*联系我们*/
.mb-20{ margin-bottom:20px;}
.contact-secion{ padding-top:30px;}
.contact-secion .head-name{font-size: 30px; color: #333; text-align: center}
.contact-secion .head-desc{font-size: 20px; color: #999999; line-height:2;text-align: center}

.contact-box{ margin-top:30px;}
.contact-box .contact-item{ width:285px; height:260px; float: left;}
.contact-box .contact-item .item-wrap{  padding-top: 40px;text-align: center;vertical-align: middle;height: 260px;width:285px;}
.contact-box .contact-item:nth-child(1){ background-color: #f3f3f3;}
.contact-box .contact-item:nth-child(2){ background-color: #f3f3f3;}
.contact-box .contact-item:nth-child(3){ background-color: #f3f3f3;}
.contact-box .contact-item:nth-child(4){ background-color: #f3f3f3;}
.contact-box .contact-item .icon{ display: block; margin:0 auto; width:50px; height:50px;}
.contact-box .contact-item .icon.icon-pos{background: url("../Image/icon-pos.png") center no-repeat;}
.contact-box .contact-item .icon.icon-bus{background: url("../Image/icon-bus.png") center no-repeat;}
.contact-box .contact-item .icon.icon-email{background: url("../Image/icon-tel2.png") center no-repeat;}
.contact-box .contact-item .icon.icon-tel2{background: url("../Image/icon-email.png") center no-repeat;}
.contact-box .contact-item .item-name{font-size: 18px; line-height:3;}
.contact-box .contact-item .item-value{font-size: 16px; line-height:2;}

.message-form{ margin-top:30px;}

.form{ clear: both;}

.form .pro_check_list{}
.form .pro_check_list .pro_item{ display: inline-block; margin-bottom:10px;}
.form .pro_check_list span{ cursor: pointer; display: block; padding:4px 10px; border:1px solid #ccc; margin:5px;}
.form .form_item{ margin-bottom: 12px;}
.form .form_item:after{ content: ''; clear: both; display: block;}
.form .form_item .form_lable{ display: block; float: left; line-height:38px; width: 82px; text-align: right; padding-right:10px;}
.form .form_item .form_value{ display: block; float: left;  width: calc(100% - 82px);}
.form .form_item.form_inline{  width:50%; float: left; display: inline-block; vertical-align: middle; }

.form .form_item .input_txt{outline:none; display: block; border:1px solid #e3e3e3; height: 38px; padding:10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width:100%; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.form .form_item.form_textarea textarea{ height:150px;resize: none; outline:none;-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.form .form_item .input_txt:focus,.online_message_form .form_item.form_textarea textarea:focus{border-color: #0069b7;border-radius: 3px;}
.form .form_item .input_txt.captcha {width: 200px;display: inline-block;}
.form .form_item .verify_img {height: 32px;vertical-align: middle;margin-left: 5px;margin-right: 3px; cursor: pointer;}
.form .form_item .form_btn{ display: inline-block; height:46px; line-height:46px; text-transform: uppercase;text-align: center; color: #fff;background-color: #dd3938;border: none;width: 150px; cursor: pointer;font-size: 16px; margin-right:5px;}
.form .form_item .form_btn.reset{ background-color: #555555;}
.form .form_item .form_btn:hover{ opacity:.9;}
.form .form_item .radio_check:checked + label{ color: #0069b7;border-color: initial;}
.form .form_item .radio_check + label{ display: inline-block; padding:4px  16px; border:1px solid #e7e7e7; text-transform: capitalize; position: relative; cursor: pointer; margin-right:5px; -webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; -o-transition: all .2s; transition: all .2s;}
.form .form_item .radio_check:checked + label:after{ content: ''; display: block; position: absolute; bottom:0; right:0;  width:0; height:0;border-left: 4px solid transparent;border-top: 4px solid transparent;border-right: 4px solid #0069b7;border-bottom: 4px solid #0069b7;}
.form .form_item .radio_check{position: absolute; left: -9999em;}


.page-product{ padding-bottom:30px;padding-top:30px;}
.pro_top{ margin:5px 0; }
.g_gallery{ float: left; width:520px; padding-left: 0;}
.g_gallery .g_pic{ width:520px;height: 390px; border:1px solid #dddddd; overflow: hidden;}
.g_gallery .g_pic a{ display: table-cell;height: 390px; vertical-align: middle; text-align: center;width: 520px;}
.g_gallery .g_pic a img{ max-width:100%;}
.g_gallery .g_thumb{ margin-top:12px;}
.g_gallery .g_thumb li{ width:90px; height:68px; float: left; margin:5px; border:1px solid #dbdbdb;}
.g_gallery .g_thumb li.on,.g_gallery .g_thumb li:hover{ border:1px solid #0069b7;}
.g_gallery .g_thumb li a{display: table-cell; width:90px; height:68px;  text-align: center;vertical-align: middle; }
.g_gallery .g_thumb li a img{ max-width:100%;max-height: 100%;}

.g_sumary{ float: right; width:620px; color: #888888;}
.g_sumary .sumary_label{color: #595959;}
.g_sumary .goods_title{ color: #383838;font-size: 24px; line-height:42px;}
.g_sumary .goods_cat_nav{ line-height:52px; font-size:16px; border-bottom:1px solid #e9e9e9;}
.g_sumary .goods_cat_nav a{ color: #888888;}
.g_sumary .goods_cat_nav a:hover,.g_sumary .goods_cat_nav a.on{ color: #0069b7;}
.g_sumary .goods_desc{ padding-top:15px; height: 80px;}
.g_sumary .goods_desc p{ line-height:32px; }
.g_sumary .goods_desc .txt{ color: #888888; line-height:24px;}

.g_sumary .goods_attr { padding: 10px 0px;}
.g_sumary .goods_attr .attr_item{ line-height:30px;}
.g_sumary .goods_attr::after{ content: ''; display: block; clear: both; height:0;}
.g_sumary .goods_attr .attr_name{ color: #424242; width: 70px; float: left;}
.g_sumary .goods_attr .attr_con{ float: left; width:85%;}
.g_sumary .goods_attr .attr_con a{line-height: 26px;margin: -1px 5px 10px 0;padding: 0 9px;background: #fbfbfb;border: solid 1px #e2e2e2;border-radius: 1px;display: inline-block;color: #666;}
.g_sumary .goods_attr .attr_con a.on,.g_sumary .goods_attr .attr_con a:hover {background: #4eabff;border-color: #4eabff;	color: #fff;}

.g_sumary .goods_service{ border-top:1px dotted currentColor; border-bottom:1px dotted currentColor; line-height:46px;}
.g_sumary .goods_service .sumary_label{ margin-right:10px;}
.g_sumary .goods_service b{color: #0069b7; font-weight:normal;}
.g_sumary .goods_contact{}
.g_sumary .goods_contact .tel_info{ padding:15px 0;}
.g_sumary .goods_contact .tel_info .tel_icons{ display: inline-block;vertical-align: middle; }
.g_sumary .goods_contact .tel_info .tel_icons i{color: #0069b7; margin-right:5px;}
.g_sumary .goods_contact .tel_info .tel_icons span{line-height: 30px;}
.g_sumary .goods_contact .tel_info .tel_nums { color: #0069b7;font-size: 24px;line-height: 30px; display: inline-block;vertical-align: middle;}
.g_sumary .goods_contact .tel_info .tel_nums p{ display: inline-block; margin-right:4px;}
.g_sumary .goods_contact .online_info{}
.g_sumary .goods_contact .online_info a{ display: inline-block;  min-width: 150px; padding:0 20px; height:46px; text-align: center; color: #fff; background-color: #0069b7; line-height:46px; margin-right:16px;font-size: 16px;border-radius: 5px; }
.g_sumary .goods_contact .online_info a.online{ background-color: #282828;}
.g_sumary .goods_contact .online_info i.fa{  font-size: 18px;line-height: 1;vertical-align: middle; margin-right:5px;}
.g_sumary .goods_contact .online_info a:hover{ opacity:.8;}
.g_sumary .goods_contact .goods_prev_next{}
.g_sumary .goods_prev_next { border-top:1px solid #e7e7e7;border-bottom:1px solid #e7e7e7; margin-top:20px;}
.g_sumary .goods_prev_next li{ line-height:36px;}
.goods_info{}
.goods_info .info_head{background: #f5f5f5;}
.goods_info .info_head span{ background-color: #a5a5a5; display: inline-block; margin-right:5px; width:120px;text-align: center; height:40px; line-height:40px; color: #fff;}
.goods_info .info_head span a{color: #fff;}
.goods_info .info_head span.on{ background-color: #0069b7;}
.goods_info .info_head span.on a{ }
.goods_info .info_main{ padding:10px; margin-top:10px;}
.goods_info .info_main .sec_con li{ list-style: inherit;}
.goods_info .info_main .info_section{}
.goods_info .info_main .info_section h3{ line-height:46px; font-weight:normal;color: #3b3b3b; font-size:24px;}
.goods_info .info_main .info_section h3 i.fa{color: #0069b7;}
.goods_info .info_main .info_section .sec_con{ padding:10px 0;}
.goods_info .info_main .info_section#intro .sec_con{ line-height:26px;}
.goods_info .info_main .info_section#technology .sec_con{ line-height:26px;}








.zySearch{position:relative;width:520px;margin:0px auto 0 auto;}
.zySearch .search-img{background:url("../images/chicken.gif") no-repeat scroll left top transparent;display:block;height:0;left:39%;margin-left:-12px;position:absolute;top:10px;width:24px;}
.zySearch .search-input{color:#999;border:1px solid #D0D0D0;height:33px;line-height:33px;margin-right:5px;padding:0 10px;width:268px;}
.zySearch .search-btn{background:none repeat scroll 0 0 #0069b7;border:0 none;border-radius:0;color:#FFFFFF;cursor:pointer;height:35px;line-height:33px;padding:0;vertical-align:baseline !important;width:76px;text-align:center;vertical-align:middle;white-space:nowrap;margin-bottom:0;font-weight:normal;font-size:14px;display:inline-block;position:relative;}





.service .title{ height:26px; line-height:26px; padding-left:25px; background:url(../images/ico6.jpg) left center no-repeat; font-size:20px; color:#0069b7; font-weight:bold;}
.service .part1{ overflow: hidden; padding-bottom: 70px; }
.service .part1 .leftDiv{ width: 425px; padding-top: 35px; }
.service .part1 .msg{ margin-top: 75px; position: relative; padding: 70px 0 70px 52px; font-size: 14px; line-height: 36px; }
.service .part1 .msg:before{ content: ''; position: absolute; left: 16px; top: 0; width: 22px; height: 18px; background:url(../images/nimg22_6.png) no-repeat; }
.service .part1 .msg:after{ content: ''; position: absolute; right: 0; bottom: 0; width: 22px; height: 18px; background:url(../images/nimg22_7.png) no-repeat; }
.service .part1 .rightImg{ width: 732px; }
.service .part1 .rightImg img{ width: 732px; }
.service .part2{ padding-bottom: 70px; }
.service .part2 .content{ font-size: 14px; line-height: 24px; color: #999; padding: 10px 0 30px; }
.service .part2 li{ float: left; width: 33.33%; position: relative; background: #f2f2f2; position: relative; top: 0;}
.service .part2 li:nth-child(2){ background: #fafafa; }
.service .part2 li .bg{ opacity: 0; }
.service .part2 li .bg img{ width: 100%; }
.service .part2 li .layer{ position: absolute; left: 0; top: 60px; }
.service .part2 li .mxfDiv{ padding: 0 35px 0 65px; }
.service .part2 li .ico .img1{ display: none; }
.service .part2 li .name{ font-weight: bold; font-size: 24px; color: #333; padding: 20px 0 15px; }
.service .part2 li .wen{ font-size: 14px; line-height: 24px; color: #999; }
.service .part2 li:hover{ top: -10px; }
.service .part2 li:hover .bg{ opacity: 1; }
.service .part2 li:hover .ico img{ display: none; }
.service .part2 li:hover .ico .img1{ display: inline-block; }
.service .part2 li:hover .name, .service .part2 li:hover .wen{ color: #fff; }
.service .part3{ padding-bottom: 75px; }
.service .part3 .title{ margin-bottom: 35px; }
.service .part3 .leftImg{ width: 732px; }
.service .part3 .leftImg img{ width: 732px; }
.service .part3 .rightDiv{ width: 432px; }
.service .part3 .tel{ padding-top: 15px; }
.service .part3 .tel b{ color: #159997; font-size: 14px; }
.service .part3 .tel em{ font-size: 34px; color: #f19015; font-family: impact; }
.service .part3 .msg{ padding-top: 15px; font-size: 14px; color: #999; line-height: 24px; }
.service .part3 .wen{ padding-top: 40px; }
.service .part3 .wen li{ padding-bottom: 25px; font-size: 14px; color: #999; line-height: 24px; }
.service .part3 .wen li b{ display: block; color: #666; padding-bottom: 10px; }
.service .list{ padding-top: 20px; }
.service .list li{ color: #999; height:55px; line-height:55px; overflow:hidden; padding-left: 20px; padding-right:60px; background:url(../images/line5.png) bottom repeat-x; font-size:14px; position:relative;}
.service .list li a{ position:absolute; right:0px; top:0px; display:block; background:url(../images/nimg12_1.png) left center no-repeat; padding-left:20px;}

.newsPic{ position:relative;}
.newsPic .slick{height:335px; padding:0 105px 0 505px; overflow:hidden; position:relative; background:#f5f5f5;}
.newsPic .slick .imgDiv{position:absolute; left:20px; top:20px;}
    .newsPic .slick .imgDiv img
    {
        width:400px;
    }
.newsPic .slick .name{ height:50px; border-bottom:#e0e0e0 solid 1px; overflow:hidden; font-size:18px; padding-top:75px;}
.newsPic .slick .name a{color:#666; display:block; height:24px; line-height:24px; overflow:hidden;}
.newsPic .slick .content{line-height:24px; overflow:hidden; padding-top:20px; font-size:14px; height:48px; margin-bottom:30px; color:#999;}
.newsPic .slick .botDiv{ position:relative; height:30px; line-height:30px;}
.newsPic .slick .time{ color:#bababa; height:30px;}
.newsPic .slick .more{ position:absolute; right:0px; top:0px; background:url(/images/ico2.png) right center no-repeat; padding-right:18px;}
.newsPic .slick-dots{ text-align:center; padding-top:20px;}
.newsPic .slick-dots li{display:inline-block; margin:0 5px; width:10px; height:10px; background:#ccc;
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%;
}

.fr {
    float: right;
}
.fl {
    float: left;
}