@charset "utf-8";

@font-face {font-family: 'Bahnschrift'; src: url('/fonts/Bahnschrift.eot'); /* IE9 Compat Modes */ src: url('/fonts/Bahnschrift.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/Bahnschrift.woff') format('woff'), /* Modern Browsers */ url('/fonts/Bahnschrift.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/Bahnschrift.svg#Bahnschrift') format('svg'); /* Legacy iOS */ } 

/* CSS Document */
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar{width: 6px; background:rgba(255,255,255,0);} 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track{background:rgba(255,255,255,1);} 
/* 定义滑块 内阴影+圆角 */
::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background:#268dc8;} 

/* CSS Document */
*{margin:0 auto; padding:0; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;box-sizing:border-box;}
html {font-size: 62.5%; /*10÷16=62.5% */ overflow-x: hidden;}
@media only screen and (max-width:800px){
	html {font-size: 52%;}
}
@media only screen and (max-width:560px){
	html {font-size: 50%;}
}
blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}
span, a, ul, li {margin:0;padding:0;border:0;list-style-type:none;}
input, button, textarea{outline:none; appearance:none;}
body{font-family:"Microsoft YaHei",sans-serif; -webkit-font-smoothing: antialiased; font-size:12px; font-size:1.2rem; margin:0 auto; color:#333; PADDING-TOP:0px; overflow-x: hidden; max-width: 800px; background: #fff;}
a{color:#333; text-decoration:none;}
a:hover{color:#315f81;}

.linkA{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 9}

.ta{-webkit-transition:all .5s ease-in;-moz-transition:all .5s ease-in;-o-transition:all .5s ease-in;transition:all .5s ease-in;}
.ta a{-webkit-transition:all .5s ease-in;-moz-transition:all .5s ease-in;-o-transition:all .5s ease-in;transition:all .5s ease-in;}
.ta:hover{-webkit-transition:all .5s ease-in;-moz-transition:all .5s ease-in;-o-transition:all .5s ease-in;transition:all .5s ease-in;}

img{vertical-align:middle; border:0;}

.ftb{font-family: 'Bahnschrift';}
.b{font-weight: bold;}

.ta{-webkit-transition:all .2s ease-in;-moz-transition:all .2s ease-in;-o-transition:all .2s ease-in;transition:all .2s ease-in;}

.clear{clear:both; height:0; line-height:0; font-size:0; *display:inline;/*IE only*/}
.clearfix:after{content:"";display:block;clear:both;}
.fl { float:left;}
.fr { float:right;}
.tal{text-align: left;}
.tac{text-align: center;}
.tar{text-align: right;}

@media only screen and (max-width:800px){
	embed{width:100%; height: auto;}
	video{width:100%; height: auto;}
	iframe{width:100%; height: auto;}
	table{width:100%; height: auto;}
}

/*表格*/
.product_tb table{width:100%;border-spacing:0; border-collapse:separate;}
.product_tb table>thead>tr>th,.product_tb table>tbody>tr>th,.product_tb table>tfoot>tr>th,.product_tb table>thead>tr>td,.product_tb table>tbody>tr>td,.product_tb table>tfoot>tr>td{text-align:center; padding: .5% 0; border-top:1px solid #ddd}
.product_tb table>thead>tr>th{vertical-align:bottom; border-bottom:1px solid #ddd;}
.product_tb table>caption+thead>tr:first-child>th,.product_tb table>colgroup+thead>tr:first-child>th,.product_tb table>thead:first-child>tr:first-child>th,.product_tb table>caption+thead>tr:first-child>td,.product_tb table>colgroup+thead>tr:first-child>td,.product_tb table>thead:first-child>tr:first-child>td{border-top:0}
.product_tb table>tbody+tbody tr:first-child td{border-top:2px solid #ddd}

.product_tb table{border-right:1px solid #ddd; border-bottom:1px solid #ddd}
.product_tb table>thead>tr>th,.product_tb table>tbody>tr>th,.product_tb table>tfoot>tr>th,.product_tb table>thead>tr>td,.product_tb table>tbody>tr>td,.product_tb table>tfoot>tr>td{border-left:1px solid #ddd}
.product_tb table>thead>tr>th:first-child,.product_tb table>tbody>tr>th:first-child,.product_tb table>tfoot>tr>th:first-child,.product_tb table>thead>tr>td:first-child,.product_tb>tbody>tr>td:first-child,.product_tb>tfoot>tr>td:first-child{border-left:none}

/*gotop*/
.cbbfixed {position:fixed; right:10px; bottom:10px; transition: bottom ease .3s; z-index:3; cursor:pointer;}
.cbbfixed .cbbtn {width: 40px; height: 40px; display: block; background-color:#d13f47;}
.cbbfixed .gotop {transition:background-color ease .3s;margin-top: 1px;}
.cbbfixed .gotop .up-icon{float:left; margin:14px 0 0 9px; width:23px;height:12px;background:url(side-icon02.png);}
.cbbfixed .gotop:hover {background-color:#92292f;}
.cbbfixed .cweixin {background: #9b9b9b;}
.cbbfixed .cweixin:hover{background:#434343;}
.cbbfixed .cweixin div {background: url(erwei.png) no-repeat left center; width: 194px;height: 199px;position: absolute;left: -194px;top: -115px;opacity: 0;transform: scale(0);    -webkit-transform: scale(0);transform-origin: 100% 70%;-webkit-transform-origin: 100% 70%;transition: transform ease .3s,opacity ease .3s;-webkit-transition: all ease .3s;display:none\0;*display:none;}
.cbbfixed .cweixin:hover div {display: block;transform: scale(1);-webkit-transform: scale(1);opacity: 1;*display:block;}
.cbbfixed .cweixin .weixin-icon{float: left;margin:12px 0 0 11px;width:18px;height: 18px; background:url(side-icon01.png);}

@media only screen and (max-width:800px){
	.cbbfixed{-webkit-transform:scale(.8, .8); transform:scale(.8, .8); transition: all 1s; right:2px;}
}

/*container*/
.container{width: 94%; margin: 0 auto;}

/*head*/
.header{}
.header .logo{padding: 4% 0;}
.header .logo a img{width: 40%;}

.header .nav{background: #315f81; padding: 3% 2%;}
.header .nav ul{display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.header .nav ul li{width: calc(100% / 3);}
.header .nav ul li a{color: #fff; padding: 5% 0; display: block;}
.header .nav ul li.hovert a{color: #c7d7e3;}


/*banner*/
.banner{position: relative; width: 100%;}
.banner .swiper-container{width: 100%; height: 100%;}
.banner .swiper-slide{position: relative;}
.banner .swiper-slide .swiper-slide-img{width: 100%; height: 100%;}
.banner .swiper-slide .swiper-slide-img img{width: 100%; height: 100%; object-fit: cover;}
.banner .swiper-container .swiper-pagination{text-align: center; position:absolute; bottom:10px;}
.banner .swiper-pagination-bullet{background:none;opacity:1; margin:0 6px !important; width:12px; height:12px; position:relative; outline:none;vertical-align:middle;}
.banner .swiper-pagination-bullet span{width:7px;height:7px; background:rgba(0,0,0,.5); display:block; border-radius:50%; margin-top:1px; margin-left:1px;}
.banner .swiper-pagination-bullet i{background:#315f81;height:1px;width:20px;position:absolute;top:4px;transform:scaleX(0);transform-origin:left;z-index:3;transition-timing-function:linear;}
.banner .swiper-pagination-bullet-active span,.swiper-pagination-bullet:hover span{width:9px;height:9px;margin-top:0;margin-left:0; background:#315f81; position:relative;z-index:1;}
.banner .swiper-pagination-bullet-active i{animation:middle 6s;}
.banner .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i{animation:first 6s;}
.banner .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i{animation:last 6s;}	
@keyframes first{0% {transform:scaleX(0.5);left:0px;}/*091*/100% {transform:scaleX(1);left:2px;} /*0915*/}
@keyframes last{0% {transform:scaleX(0.7);left:-10px;}/*1090*/20% {transform:scaleX(0.3);left:2px;} /*090*/100% {transform:scaleX(0.3);left:0px;} /*090*/}		
@keyframes middle{0% {transform:scaleX(0.7);left:-10px;}/*1091*/20% {transform:scaleX(0.45);left:2px;}/*092*/100% {transform:scaleX(1);left:2px;} /*0913*/}	
.banner .swiper-button-prev, .banner .swiper-button-next{top: 47%; background:rgba(0,0,0,.2); color: #fff; border-radius: 5px; width: 35px; height: 60px; --swiper-navigation-size: 15px;}
.banner .swiper-button-prev{left:1%;}
.banner .swiper-button-next{right:1%;}
.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover{background: #315f81;}

@media only screen and (max-width:800px){
	.banner .swiper-button-prev, .banner .swiper-button-next{width: 20px; height: 40px; --swiper-navigation-size: 8px;}
}
@media only screen and (max-width:560px){
	.banner .swiper-container .swiper-pagination{bottom:5px;}
	.banner .swiper-pagination-bullet{width:10px; height:10px;}
	.banner .swiper-pagination-bullet span{width:7px;height:7px;}
	.banner .swiper-pagination-bullet i{top:3px;}
}

/*服务流程*/
.fwlc{padding: 5% 0; display: flex; align-items: center; justify-content: space-between;}
.fwlc-title{width: 20%; margin-right: 1%;}
.fwlc-title img{width: 100%;}
.fwlc-boxlist{border-radius: 5px; line-height: 1; color: #868686; padding: 1% 0; border: 1px solid #315f81; text-align: center; cursor: pointer;}
.fwlc-boxlist img{width: 60%; margin-bottom: 5%; -webkit-transition: 1.6s; transition: 1.6s;}
.fwlc-boxlist:hover img{transform:rotateY(360deg); -moz-transform:rotateY(360deg); -webkit-transform:rotateY(360deg); -o-transform:rotateY(360deg);}
.fwlc-boxlist:hover{color: #003964;}
.fwlc-boxjt{margin: 0 3px;}
.fwlc-boxjt img{width: 20px;}

@media only screen and (max-width:800px){
	.fwlc-boxjt img{width: 20px;}
}
@media only screen and (max-width:560px){
	.fwlc-title{width: 25%;}
	.fwlc-boxjt img{width: 8px;}
	.fwlc-boxlist img{width: 40%;}
}

/**工程配套六全包**/
.title{width: 100%; text-align: center; margin: 0 auto;}
.title p:first-child{line-height: 1.5; color: #003964; text-transform:uppercase;}
.title p:nth-child(2){color: #000000;}

.lb{padding: 6% 0; background: url(body-bg.jpg) repeat;}
.lb-box{margin-top:5%; display: flex; align-items: center; justify-content: space-between;}
.lb-boxlist{text-align: center; width: calc((100% - 10%) / 6);}
.lb-boxlist p{margin-top: 10%;}
.lb-boxlist .icon{position: relative; width: 100%; height: 0; padding-bottom: 100%; border-radius: 1000px; background: #dee0dd; overflow: hidden;}
.lb-boxlist:hover .icon{background: #305e80;}
.lb-boxlist .icon .icon-a{position: absolute; left: 10%; top: 10%; width: 80%; height: 80%; border-radius: 1000px; background: #fff; -webkit-transition: .5s; transition: .5s; display: flex; align-items: center; justify-content: center;}
.lb-boxlist .icon .icon-a img{height: 50%;}
.lb-boxlist .icon .icon-hover{opacity: 0; position: absolute; left: 20%; top: 40%; width: 60%; height: 60%; -webkit-transition: .5s; transition: .5s;}
.lb-boxlist .icon .icon-hover img{height:100%;}
.lb-boxlist:hover .icon .icon-a{opacity: 0; top: -10%;}
.lb-boxlist:hover .icon .icon-hover{opacity: 1; top: 20%;}

@media only screen and (max-width:560px){
	.lb-boxlist p{font-size: 12px;}
}

/*关于我们*/
.about-box{}
.about-boximg{position: relative; width: 100%; height: 0; padding-bottom: 50%; overflow: hidden;}
.about-boximg img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.about-boxcontent{width: 100%; padding: 5%; background: #2f5d7f; box-shadow: 0 0 48px -12px #353535;}
.about-boxcontent .about-boxcontent-title{text-align: center; color: #fff; border-bottom: 1px solid rgba(255,255,255,.2); padding-bottom:5%;}
.about-boxcontent .about-boxcontent-title p:first-child{line-height: 1.6; font-weight: bold;}
.about-boxcontent .about-boxcontent-content{line-height: 1.8; text-align: justify; color: #fff; margin: 5% 0;}
.about-boxcontent .about-boxcontent-more{text-align: center;}
.about-boxcontent .about-boxcontent-more a{display: inline-block; text-align: center; padding: 6px 6%; border-radius: 5px; background: #fff; color: #000;}
.about-boxcontent .about-boxcontent-more a:hover{background: #ffb400; color: #fff;}

@media only screen and (max-width:560px){
	
}

/*产品中心*/
.product{padding: 6% 0; background: url(body-bg.jpg) repeat;}

.product-cat{margin-top: 4%;}
.product-cat .swiper-container{width: 100%; padding: 0 50px;}
.product-cat .swiper-slide{transition: .5s; transform: scale(0.7); text-align: center; position: relative;}
.product-cat .swiper-slide img{width: 100%; border-radius: 100%; border:1px solid #325f82; -webkit-transition: .5s; transition: .5s;}
.product-cat .swiper-slide:hover img{border: 6px solid #ffb400;}
.product-cat .swiper-slide p{width: 100%; margin-top: 5%; text-align: center; color: #000;}
.product-cat .swiper-slide-active, .product-cat .swiper-slide-duplicate-active{transform: scale(1);}
.product-cat .swiper-button-prev, .product-cat .swiper-button-next{top: 37%; background: rgba(49,95,129,.7); color: #fff; border-radius: 5px; width: 20px; height: 30px; --swiper-navigation-size: 12px;}
.product-cat .swiper-button-prev{left: 0;}
.product-cat .swiper-button-next{right: 0;}
.product-cat .swiper-button-prev:hover, .product-cat .swiper-button-next:hover{background: #ffb400;}

.product-box{width: 100%; padding: 6% 4%; background: url(product-bg.jpg) no-repeat center center;}
.product-box .swiper-container{padding-bottom: 30px;}
.product-box .swiper-container .swiper-slide {text-align: center; overflow: hidden;}
.product-box .swiper-container .swiper-slide .product-box-img{position: relative; width: 100%; height: 0; padding-bottom: 69%; overflow: hidden;}
.product-box .swiper-container .swiper-slide .product-box-img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;-webkit-transition: .3s; transition: .3s;}
.product-box .swiper-container .swiper-slide:hover .product-box-img img{transform: scale(1.2);}
.product-box .swiper-container .swiper-slide .product-box-content{padding: 5% 2%; background:rgba(255,255,255,.7);}
.product-box .swiper-container .swiper-slide .product-box-content p{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.product-box .swiper-container .swiper-slide:hover .product-box-content{background:rgba(49,95,129,.7); color: #fff;}

/**新闻动态**/
.news{padding: 6% 0;}

.news-img{position: relative; width: 100%; margin-top: 50px;}
.news-img .swiper-container{width: 100%; --swiper-navigation-size:25px;}
.news-img .swiper-slide{position: relative; width: 100%; height: 0; padding-bottom: 55%; overflow: hidden;}
.news-img .swiper-slide img{position: absolute; left: 0; top: 0; width:100%;height: 100%; object-fit: cover; transition:1s linear 2s;transform:scale(1.1,1.1);}
.news-img .swiper-slide-active img, .news-img .swiper-slide-duplicate-active img{transition:6s linear;transform:scale(1,1);}	
.news-img .swiper-slide p{position: absolute; bottom: 0; left: 0; width: 100%; line-height:3; padding-left: 20%; padding-right: 2%; color: #fff; background: rgba(0,0,0,.3);}
.news-img .swiper-slide  p{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.news-img .swiper-container .swiper-pagination{text-align: left; position:absolute; left: 2%; bottom: 15px;}

.news-box{width: 100%; background: #e1f3ff;}
.news-boxlist{width: 90%; padding: 3% 0; margin: 0 auto; border-bottom:2px solid #315f81; position: relative; display: flex; justify-content: space-between;}
.news-boxlist:last-child{border-bottom: none;}
.news-boxlist .news-boxlist-time{width: 80px; height: 80px; line-height: 80px; border-radius: 80px; text-align: center; border: 1px solid #315f81;}
.news-boxlist:first-child .news-boxlist-time, .news-boxlist:hover .news-boxlist-time{background: #315f81; color: #fff;}
.news-boxlist .news-boxlist-desc{width: calc(100% - 100px);}
.news-boxlist .news-boxlist-desc p:first-child{color: #000; line-height: 1.5; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.news-boxlist .news-boxlist-desc p:nth-child(2){color: #98a0a6; margin-top: 3%; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.news-boxlist:first-child .news-boxlist-desc p:first-child, .news-boxlist:hover .news-boxlist-desc p:first-child{color: #315f81;}

@media only screen and (max-width:560px){
	.news-boxlist .news-boxlist-time{width: 60px; height: 60px; line-height: 60px; border-radius: 60px;}
	
	.news-boxlist .news-boxlist-desc{width: calc(100% - 80px);}
}


/**底部**/
.footer{color: #fff; background:#313233; padding: 6% 2% 75px 2%;}
.footer a{color: #fff;}
.footer a:hover{color: #268dc8;}

.footer .footer-contact{line-height: 1.8;}
.footer .footer-contact p:first-child{font-size: 24px; font-size: 2.4rem; font-weight: bold;}

.footer-wx{width: 50%; margin: 4% auto; display: flex; justify-content: space-between;}
.footer-wx p{width: calc((100% - 10%) / 2); line-height: 2;}
.footer-wx p img{width: 100%;}

.footer-copy{line-height: 1.6;}

@media only screen and (max-width:560px){
	.footer-wx{width: 70%;}
}

/*侧边栏返回顶部*/
.side_bar{position: fixed;z-index: 99; right: 10px; bottom:10%;display: none; background-color: #315f81; border-radius: 4px;}
.side_bar .btn_top{display: block;	width: 36px; height: 40px; background: url(back_top.png) no-repeat center center; background-size: 50%;}

/*底部menubox菜单*/
.menubox{background-color: #315f81;position: relative;position: fixed; left:0; bottom: 0; z-index: 999; width:100%; padding:6px 0; border-top: 1px solid rgba(0,0,0,.07);}
.menubox ul li{float: left; width: 25%; text-align: center;}
.menubox ul li i{display: block; margin:1% auto; width:38px;}
.menubox ul li i img{display: none; margin:0 auto; width: 20px;}
.menubox ul li i img:first-child{display: block;}
.menubox ul li span{display: block; color: #fff; line-height:1.7;}
.menubox ul li.cur i img:first-child{display: none;}
.menubox ul li.cur i img:last-child{display: block;}
.menubox ul li.cur span{color: #c7d3f2;}
.menubox dl{position: absolute;right: 0; width: 30%; background: rgba(49,95,129,.9);text-align: center;border:rgba(255,255,255,.05) solid 1px; border-bottom: 0;display: none;border-radius: 4px 4px 0 0;overflow: hidden;}
.menubox dl dd{line-height:2;border-top: rgba(255,255,255,.1) solid 1px;}
.menubox dl dd:first-child{border:0;}
.menubox dl a{display: block;color: #fff;}
.menubox dl a:active{color: #c7d3f2;}


/*内页*/
.mainbody_content{line-height:1.8; text-align:justify;}
.mainbody_content p{margin:1.5% 0;}
.mainbody_content img{max-width:100%;}

@media only screen and (max-width:560px){
	.mainbody_content{line-height:1.6;}
	.mainbody_content p{margin:3% 0;}
}

/*location*/
.location{padding: 2vh 0; border-bottom: 1px solid #ededed;}

/*about-nav*/
.about-nav{border-bottom: 1px solid #ededed; padding: 2vh 0; display: flex; justify-content:flex-start; flex-flow: wrap;}
.about-nav a{position: relative; overflow: hidden; transition: .5s; width: 24.25%; margin: 0.5% 1% 0.5% 0; padding:2vw 1%; background: #e5ecf2; text-align: center; display: flex; align-items: center; justify-content: center;}
.about-nav a:nth-child(4n){margin-right: 0;}
.about-nav a:hover{background: #315f81; color: #fff;}
.about-nav a.cur{background: #315f81; color: #fff;}

/*内页图片列表*/
.productny-list{display: flex; justify-content: space-between; flex-wrap: wrap;}
.productny-list:after{content: ''; width:48%;}
.productny-list .list{position: relative; width:48%; margin-bottom:3vh; transition: .5s;}
.productny-list .list .img{width: 100%; position: relative; height: 0; padding-bottom: 70%; border: 1px solid #ededed; background: #f9f9f9; border-radius: 3px;}
.productny-list .list:hover .img{background: #315f81;}
.productny-list .list .img p{position: absolute; width: 94%; height: 92%; top: 4%; left: 3%; background: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.productny-list .list .img p img{width: 100%; height: 100%; object-fit: cover; transition: all .4s;}
.productny-list .list:hover .img img {transform: scale(1.15);}

.productny-list .list .imgt{width: 100%; position: relative; height: 0; padding-bottom: 70%; border: 1px solid #ededed; border-radius: 5px;}
.productny-list .list:hover .imgt{background: #268dc8}
.productny-list .list .imgt p{position: absolute; width: 94%; height: 92%; top: 4%; left: 3%; background: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.productny-list .list .imgt p img{max-width: 100%; max-height: 100%; transition: all .4s;}
.productny-list .list:hover .imgt img {transform: scale(1.15);}

.productny-list .list .title{position: relative; z-index: 2; margin-top: 1.5vh; text-align: center; transition: .3s;}
.productny-list .list:hover .title{color: #268dc8;}
.productny-list .list .title p{white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}

@media only screen and (max-width:560px){
	.productny-list:after{content: ''; width:100%;}
	.productny-list .list{width:100%;}
}

/*内页新闻列表*/
.newslist{}
.newslist .list{position: relative; margin: 2% 0; padding: 3%; border: 1px solid #ededed; background: #f9f9f9; transition: .8s; display: flex; align-items: center; justify-content: space-between;}
.newslist .list::before{position: absolute; content: ""; left: 0; bottom: 0; width: 100%; height: 0; background: #268dc8; transition: .8s;}
.newslist .list:hover::before{height: 100%;}
.newslist .list:hover{border: 1px solid #268dc8;}
.newslist .list .time{position: relative; width: 15%; transition: 1s;}
.newslist .list .time p:nth-child(2){color: #999;}
.newslist .list:hover .time, .newslist .list:hover .time p:nth-child(2){color: #fff;}
.newslist .list .box{position: relative; width: 85%; padding-left: 5%; border-left: 1px solid #e9e9e9;}
.newslist .list .box .title{color: #000; line-height: 1.6; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; transition: 1s;}
.newslist .list:hover .box .title{color: #fff; font-weight: bold;}
.newslist .list .box .desc{color: #999; margin-top: 2%; transition: 1s;}
.newslist .list:hover .box .desc{color: #f7dedf;}
.newslist .list .box .desc p{line-height: 1.8; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}

@media only screen and (max-width:560px){
	.newslist .list .time{width: 20%;}
	.newslist .list .time p:first-child{font-size: 30px; font-size: 3rem;}
	.newslist .list .time p:nth-child(2){font-size: 18px; font-size: 1.8rem;}
	.newslist .list .box{width: 80%;}
	.newslist .list .box .title{font-size: 18px; font-size: 1.8rem; line-height: 1.4;}
	.newslist .list .box .desc p{line-height: 1.4;}
}

/*内页新闻详情推荐*/
.newsshow-title{color: #363636; line-height: 1.6;}
.newsshow-info{color: #acacac; padding: 2% 0; margin-top: 1%; border-bottom: 1px solid rgba(0,0,0,.1);}

/*内页新闻、图片详细内容*/
.right_content_top{width: 100%;}
.right_content_title{width: 100%; font-size: 42px; text-align: center; line-height: 50px; color: #000; padding: 15px 0; }
.right_content_info{width: 100%; height:40px;line-height:40px;text-align:center; margin:15px 0; border-bottom: 1px solid rgba(0,0,0,.1); border-top: 1px solid rgba(0,0,0,.1); color:#666; font-size: 15px;}
.right_content_info small{margin-left:18px;margin-right:3px;color:#999;font-size:14px;}
.right_content_desc{margin:30px 0 15px; padding:5px 10px; line-height:25px; border:1px solid #f4e4b4; background:#fffff0; font-size:14px;}
.right_content_content{line-height:1.75; margin-top: 3%; text-align: justify;}
.right_content_content p{margin: 1.3% 0;}
.right_content_content img{max-width:100%;}

@media only screen and (max-width:800px){
	.right_content_title{font-size: 20px; line-height: 30px; padding: 10px 0;}
	
	.right_content_content p{margin: 5px 0;}
}
@media only screen and (max-width:560px){
	.right_content_title{font-size: 16px; line-height:22px;}
	.right_content_info{height:30px; line-height:30px; margin: 0 0; text-align:center; font-size: 12px;}
	.right_content_info small{margin-left:0;margin-right:0;font-size:12px;}
	
	.right_content_content{line-height: 160%;}
}

/*在线留言*/
.contact-map{margin: 3% auto;}
.contactmapbox{position: relative; width: 100%; height: 0; padding-bottom: 50%; overflow: hidden; border: 1px solid #ededed;}
.contactmapbox #map{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: block; z-index: 2;}
.contactmapbox iframe, #map{width: 100%; height: 100%;}

.message form{display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.message .list{width: 100%; position: relative; margin: 0.5% 0; border: 1px solid #eeeeee; transition: .5s;}
.message .list:hover{border: 1px solid #268dc8;}
.message .list:nth-child(3){width: 100%;}
.message .list span{position: absolute; right: 10px; top: 50%; transform: translate(0, -50%);}
.message .list p{position: absolute; right: 70px; top: 50%; transform: translate(0, -50%);}
.message .list img{position: absolute; right: 10px; top: 50%; transform: translate(0, -50%);}
.msg_input{width: 100%; border: none; padding: 13px 15px; font-family:"Microsoft YaHei",sans-serif;}
.message input::-webkit-input-placeholder{color: #999;}
.msg_textarea{width: 100%; height: 140px; background: #fff; border: none; padding: 13px 15px; line-height: 1.4; font-family:"Microsoft YaHei",sans-serif;}
.message textarea::-webkit-input-placeholder{color: #999;}
.msg_submitt{width: 100%; padding: 13px 15px; background: #268dc8; color: #fff; text-transform: uppercase; border: none;}	

@media only screen and (max-width:560px){
	.contactmapbox{padding-bottom: 70%;}
}

/*扫码报修*/
.bx-title{padding: 5% 0;}
.bx form{display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.bx .list{width: 100%; position: relative; margin: 0.5% 0; border: 1px solid #eeeeee; transition: .5s;}
.bx .list:hover{border: 1px solid #268dc8;}
.bx .list:nth-child(3){width: 100%;}
.bx .list span{position: absolute; right: 10px; top: 50%; transform: translate(0, -50%);}
.bx .list p{position: absolute; right: 70px; top: 50%; transform: translate(0, -50%);}
.bx .list img{position: absolute; right: 10px; top: 50%; transform: translate(0, -50%);}
.bx input::-webkit-input-placeholder{color: #999;}
.bx textarea::-webkit-input-placeholder{color: #999;}
.bx .btn{width: 100%; padding: 13px 15px; background: #f21a25; color: #fff; margin: 1% auto;}
.bx .img{padding: 5%; border: 1px solid #e9e9e9; display: flex; justify-content:space-between;}
.bx .img img{width: 100%; max-width: 45%; margin-right: 5%;}
.bx .img img:nth-child(2){margin-right: 0;}
.bx .bgf{background: #e9e9e9; color: #d4d4d4;}

/*详细页上一页下一页收藏打印*/
.preNext{width: 100%; margin-top: 20px; border-top: 1px solid rgba(0,0,0,.1); position: relative;}
.preNext .text{color:#999; margin-top: 20px; line-height: 30px;}
.preNext .actBox{position:absolute;top:25px;right:0;}
.preNext .actBox li{display:inline;padding-left:22px;background-image:url(actbox-ico.gif);background-repeat:no-repeat;margin-left:10px;}
.preNext .actBox li a{color:#666;}
.preNext .actBox li#act-fav{background-position:4px 0px;}
.preNext .actBox li#act-err{background-position:4px -37px;}
.preNext .actBox li#act-pus{background-position:4px -70px;}
.preNext .actBox li#act-pnt{background-position:4px -105px;}

@media only screen and (max-width:800px){

}
@media only screen and (max-width:560px){
	.preNext{margin-top: 0;}
	.preNext .text{margin-top: 10px; line-height: 20px;}
	.preNext .actBox{top:7px;}
}


/*分页样式*/
.page_info{text-align:center; padding-top:30px; color:#333; font-size: 14px; font-size: 1.5rem;}
.page_info span{padding:0 2px;font-weight:bold; color: #268dc8;}
.page_list{line-height:25px; text-align:center; letter-spacing:0; font-size:15px; font-size: 1.5rem; margin-top:30px;}
.page_list div{text-align: center; display: inline-block; padding:2px 25px;}
.page_list a{display:inline-block; background:#f6f6f6; border: 1px solid rgba(0,0,0,.08); margin: 0 4px; color:#222222; text-align:center; padding:3px 11px; border-radius: 2px;}
.page_list a:hover,.page_list a.on{color:#fff; background:#268dc8; font-weight: bold;}


@media only screen and (max-width:800px){
	.page_info{font-size: 14px; padding-top:5px;}
	.page_list{font-size: 14px; line-height:22px; margin-top:20px;}
	.page_list a{padding:2px 9px; margin:0 3px;}
}
@media only screen and (max-width:560px){
	.page_info{font-size: 12px;}
	.page_list{font-size: 12px; line-height:18px; margin-top:10px;}
	.page_list div{padding: 0 2px;}
	.page_list a{padding:1px 7px; margin:1px 1px;}
}

/*内容分页*/
.contPage{height:20px;line-height:20px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:10px;margin-top:20px;}
.contPage a{display:inline-block;color:#898989;background:#fff;text-align:center;padding:0 7px;margin:0 1px;}
.contPage a:hover{color:#fff;background:#898989;}
.contPage a.on{color:#333;background:#E5EDF2;border:1px solid #C2D5E3;}

