﻿/*外部公共样式*/
@import "iconfont.css";
@import "bootstrap.min.css";
@import "../swiper/css/swiper.min.css";
/*END-外部公共样式*/

/*头部+导航+大图*/
.topbox{width:100%; background:#f3f3f3; line-height:46px; font-size:14px; color:#626262;}
.topbox a{ color:#f00; /*margin:0 10px;*/font-size: 18px;}
.topbox a:last-child{margin:0 0 0 10px;}
.topbox a:hover{ color:#072f78; text-decoration:underline !important;}

.header{width:100%; padding:15px 0;}
.logo img{max-width:100%;/* max-width:246px; max-height:64px;*/}
.logo_txt img{max-width:500px;}
.header_dianhua{height:50px; line-height:24px; color:#545454; font-size:16px; background:url(../images/header_dianhua.png) no-repeat left center; padding-left:58px; margin-top:19px;}
.header_dianhua span{display:block; overflow:hidden; line-height:30px; font-size:30px; font-weight:bold; color:#ff6600;}

nav{background:#2454ac; position:relative; left:0; top:0; z-index:999999;}
.nav{width:100%;}
.nav>li{width:16.6666%; position:relative; background:url(../images/shutiao.jpg) repeat-y right top; padding-right:2px;}
.nav>li:last-child{padding:0; background:none;}
.nav>li>a{width:100%; height:68px; line-height:68px; font-size:18px; color:#fff; text-align:center;}
.nav>li:hover>a{background:#072f78; color:#fff;}
.nav>li>a.on{background:#072f78; color:#fff;}

.nav_sub{display:none; width:calc(100% - 2px); float:left; padding-top:2px; position:absolute; left:0; top:100%; z-index:999999; background:rgba(36, 84, 172, 0.8);}
.nav_sub>dd{display:block; overflow:hidden;}
.nav_sub>dd>a{display:block; overflow:hidden; height:40px; line-height:40px; text-align:center; font-size:14px; color:#fff;}
.nav_sub>dd>a:hover{background:#072f78; color:#fff;}

/*banner*/
.banner{width:100%; position:relative;}
.banner .banner-imgbox .swiper-slide img{width:100%;}
/*圆点*/
.banner .swiper-pagination {opacity:0; position: absolute; right:0; bottom:15px;}
.banner .swiper-pagination-bullet {width:14px; height:14px;  background:#706f6d; opacity:0.5; border-radius:50%; margin:0 6px;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#706f6d;}
.banner:hover .swiper-pagination{opacity:1;} 
/*箭头*/
.banner .next{right:2%; position:absolute;top:50%; margin-top:-35px; width:38px; height:70px; background:url(../images/imgs/next.jpg) no-repeat center center; overflow:hidden; opacity:0;  cursor:pointer; z-index:999999; transition:all 0.4s;}
.banner .prev{left:2%; position:absolute;top:50%; margin-top:-35px; width:38px; height:70px; background:url(../images/imgs/prev.jpg) no-repeat center center; overflow:hidden; opacity:0; cursor:pointer; z-index:999999; transition:all 0.4s;}
.banner:hover .next{opacity:1;}
.banner:hover .prev{opacity:1;}
/*END-头部+导航+大图*/

/*首页内容*/
.search{width:100%; overflow:hidden; padding:20px 0;}
.search_form{width:300px; float:right; border:1px solid #dadada; border-radius:22px;}
.search_inp1{width:calc(100% - 42px); float:left; height:42px; border-radius:21px; line-height:42px; padding:0 10px 0 20px; font-size:14px; color:#a9a9a9;}
.search_btn{width:42px; float:left; height:42px; background:url(../images/search_ss.png) no-repeat center center;}
.search_txt{width:calc(100% - 320px); float:left; line-height:44px;}
.search_txt>span{float:left; font-size:16px; color:#353535; font-weight:bold;}
.search_txt>a{float:left; font-size:14px; color:#838383; margin:0 10px;}
.search_txt>a:hover{color:#2454ac; text-decoration:underline!important;}

.picbox{width:100%; overflow:hidden;}
.picbox>.container{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.pic_title{width:25%; float:left; background:#2454ac; position:relative; padding:30px 0 75px 0;}
.pic_title::before{content:""; width:1000px; float:left; height:100%; background:#2454ac; position:absolute; right:99%; top:0;}
.pic_T{width:100%; float:left; position:relative; z-index:9; font-family:Arial; font-weight:bold; line-height:54px; font-size:30px; color:#fff; opacity:0.1; text-transform:uppercase; margin-left:-80px;}
.pic_T>span{display:block; font-size:48px;}
.pic_p{width:100%; float:left; line-height:48px; position:absolute; left:0; top:70px; font-size:32px; color:#fff; font-weight:bold;}
.pic_sp{width:100%; float:left; line-height:40px; position:absolute; left:0; top:118px; font-size:24px; color:#fff;}
.pic_ul{width:75%; float:left; position:relative; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.pic_ul::before{content:""; width:2000px; float:left; height:1px; border-top:1px solid #e2e2e2; position:absolute; left:0; top:0;}
.pic_ul li{width:33.3333%; float:left; border-right:1px solid #e2e2e2;}
.pic_ul li a{display:block; overflow:hidden; padding:20px 50px;}
.pic_ul li a .pic_pp{display:block; overflow:hidden; height:50px; line-height:50px; text-align:center; font-size:24px; color:#464646;}
.pic_ul li a .pic_pp>span{color:#2454ac;}
.pic_ul li a .pic_txt{display:block; overflow:hidden; line-height:24px; font-size:14px; color:#858585; margin-top:10px; text-align:center;}

.cpzx{width:100%; overflow:hidden; background:url(../images/cpzx_bj.jpg) repeat; padding:80px 0;}
.cpzx_title{display:block; overflow:hidden; text-align:center;}
.cpzx_p{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center;}
.cpzx_p>span{float:left; line-height:50px; padding:0 75px; background:url(../images/title_heng1.png) no-repeat left center,url(../images/title_heng2.png) no-repeat right center; font-size:36px; color:#464646; font-weight:bold;}
.cpzx_sp{line-height:36px; font-size:24px; color:#c8c8c8; font-weight:bold; text-transform:uppercase;}
.cpzx_contect{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 40px;
}
.cpzx_left{
	width: 280px;
	float: left;
}
.cpzx_right{
	width: 895px;
	float: left;
}

.about_dl{display: none; padding: 0 10px;}
.about_dl dd{margin-top: 5px}
.about_dl dd a{display:block; border-radius:10px; height:40px; line-height:40px; text-align:center; overflow:hidden; background:#fff; box-shadow:0 0 10px rgba(0,0,0,0.2); background-image: linear-gradient(#fff, #f0f0f0); font-size:14px; color:#383838;}
.about_dl dd a:hover{color:#2454ac; font-weight:bold;}
.about_dl dd.about_active a{color:#2454ac; font-weight:bold;}



.cpzx_nav{width: 100%; float: left;}
.cpzx_nav li{width:100%; float:left; margin:0 0 10px 0;}
.cpzx_nav li a{display:block; border-radius:10px; height:47px; line-height:47px; text-align:center; overflow:hidden; background:#fff; box-shadow:0 0 10px rgba(0,0,0,0.2); background-image: linear-gradient(#fff, #f0f0f0); font-size:18px; color:#383838;}
.cpzx_nav li a:hover{background:#2454ac; font-weight:bold;color:#fff;}
.cpzx_nav li.cpzx_on a{color:#2454ac; font-weight:bold;}
.cpzx_ul{display:block; float:left; width:915px;}
.cpzx_ul li{width:285px; float:left; margin:0 20px 20px 0;}
.cpzx_ul li a{display:block; overflow:hidden; box-shadow:0 0 20px rgba(0,0,0,0.2); border-radius:8px;}
.cpzx_ul li a .cp_img{width:100%; overflow:hidden; position:relative; background:#fff;}
.cpzx_ul li a .cp_img::before{content:""; display:block; padding-top:73.5450%;}
.cpzx_ul li a .cp_txt{display:block; overflow:hidden; height:75px; line-height:75px; background-image: linear-gradient(#f0f0f0, #fff); text-align:center; font-size:18px; color:#454545;}
.cpzx_ul li a:hover .cp_img img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.cpzx_ul li a:hover .cp_txt{background-image: linear-gradient(#2454ac, #2454ac); color:#fff;}
.cpzx_nav li:nth-child(n+6){display:none;}
.ys{width:100%; overflow:hidden; padding-top:70px;}
.ys_title{width:100%; float:left; overflow:hidden; text-align:center;}
.ys_p{line-height:58px; font-family:'Source Han Sans CN'; font-size:40px; color:#2454ac; font-weight:bold;}
.ys_sp{line-height:48px; font-family:'Source Han Sans CN'; font-size:28px; color:#ff6600;}
.ys_heng{width:54px; height:4px; background:#dfdfdf; display:block; margin:15px auto 0 auto;}
.ys_contect{width:100%; float:left; position:relative; margin-top:30px;}
.ys_up{width:100%; overflow:hidden; background:url(../images/kjwl_bj1.jpg) no-repeat center center; background-size:cover;}
.ys_B{width:50%; float:left; padding:65px 0;}
.ys_logo{display:block; overflow:hidden;}
.ys_logo>img{display:block; max-width:100%; height:auto; margin:0 auto;}
.ys_T{display:block; overflow:hidden; margin-top:25px; line-height:46px; text-align:center; font-size:28px; color:#fff; font-weight:bold;}
.ys_txt{display:block; overflow:hidden; line-height:36px; text-align:center; font-size:16px; color:#fff; opacity:0.8;}
.ys_up .ys_B:nth-child(2){background:#2454ac;}
.ys_wodn{width:100%; overflow:hidden; background:url(../images/kjwl_bj2.jpg) no-repeat center center; background-size:cover;}
.ys_wodn .ys_B:nth-child(1){background:#ff6600;}
.ys_wodn .ys_B:nth-child(2) .ys_T{color:#4c4c4c;}
.ys_wodn .ys_B:nth-child(2) .ys_txt{color:#484848;}
.ys_dianhua_bj{width:260px; float:left; border-radius:50%; position:absolute; left:50%;top:50%; transform:translate(-50%,-50%); border:20px solid rgba(255,255,255,0.2);}
.ys_dianhua_bj .ys_dianhua{width:100%; overflow:hidden; position:relative; background:#fff; border-radius:50%;}
.ys_dianhua_bj .ys_dianhua::before{content:""; display:block; padding-top:100%;}
.ys_dianhua_bj .ys_dianhua .ys_dianhua_hover{width:100%; float:left; height:100%; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -ms-flex-line-pack:center; align-content:center; font-size:16px; color:#545454; line-height:30px;}
.ys_dianhua_bj .ys_dianhua .ys_dianhua_hover .ys_dianhua_logo{width:100%; overflow:hidden;}
.ys_dianhua_bj .ys_dianhua .ys_dianhua_hover .ys_dianhua_logo img{display:block; max-width:100%; height:auto; margin:0 auto 10px auto;}
.ys_dianhua_bj .ys_dianhua .ys_dianhua_hover>span{width:100%; float:left; text-align:center; line-height:36px; font-size:28px; color:#ff6600; font-weight:bold;}

.case{width:100%; overflow:hidden; padding:85px 0;}
.case-imgbox{width:100%; overflow:hidden; margin-top:40px; padding-bottom:108px;}
.case-imgbox .swiper-slide a{width:100%; float:left; overflow:hidden; border: 1px solid #ccc; border-radius: 5px; background-position:center; background-repeat:no-repeat; background-size:cover; position:relative; border-radius:10px;}
.case-imgbox .swiper-slide a::before{content:""; display:block; padding-top:62.9361%;}
.case-imgbox .swiper-slide a .case_hover{width:100%; float:left; position:absolute; left:0; bottom:-100%; padding:24px 30px; background:rgba(0,0,0,0.8);}
.case-imgbox .swiper-slide a .case_hover .case_L{width:calc(100% - 150px); float:left;}
.case-imgbox .swiper-slide a .case_hover .case_L .case_p{display:block; overflow:hidden; line-height:32px; height:32px; font-size:20px; color:#fff; font-weight:bold; text-overflow:ellipsis; white-space: nowrap;}
.case-imgbox .swiper-slide a .case_hover .case_L .case_sp{display:block; overflow:hidden; line-height:26px; height:26px; font-size:16px; color:#fff; opacity:0.8; text-overflow:ellipsis; white-space: nowrap;}
.case-imgbox .swiper-slide a .case_hover .case_R{width:132px; float:right; height:50px; line-height:48px; text-align:center; margin-left:18px; border:1px solid rgba(255,255,255,0.8); margin-top:4px; border-radius:10px; font-size:14px; color:#fff;}
.case-imgbox .swiper-slide.swiper-slide-active{opacity:1;}
.case-imgbox .swiper-slide.swiper-slide-active a .case_hover{bottom:0;}
.case_icon{float:left; min-width:274px; border:1px solid #b7b7b7; height:62px; border-radius:31px; position:absolute; left:50%; bottom:0; transform:translateX(-50%);display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:justify;-ms-flex-pack:justify; justify-content:space-between;}
.case_icon .case-prev,.case_icon .case-next{left:7px; position:absolute; top:50%; transform:translateY(-50%); width:42px; float:left; height:42px; background:#a5a5a5; line-height:42px; text-align:center; border-radius:50%; font-family:SimSun; font-size:30px; color:#fff; font-weight:bold; cursor:pointer;}
.case_icon .case-next{left:initial; right:7px;}
.case_icon .case-prev:hover,.case_icon .case-next:hover{background:#2454ac;}
.case-imgbox .swiper-pagination {width:calc(100% - 100px); height:14px; float:left; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center;}
.case-imgbox .swiper-pagination-bullet {width:12px; float:left; height:12px; background:#e4e4e4; opacity:1; border-radius:50%; margin:0 2px!important;}
.case-imgbox .swiper-pagination-bullet-active{opacity:1; background:#c1c1c1;}

.news{width:100%; overflow:hidden; background:#f2f2f2; padding:75px 0;}
.news_contect{display:block; overflow:hidden; background:#fff; margin-top:40px; border:1px solid #e1e1e1; padding:25px 30px;}
.news_nav{width:100%; float:left; height:64px; border-bottom:1px solid #d9d9d9;}
.news_nav a{float:left; height:64px; margin-right:60px; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; font-size:24px; color:#4e4e4e;}
.news_nav a img{float:left; margin-right:15px;}
.news_nav a:first-child{font-weight:bold; color:#2454ac; border-bottom:4px solid #2454ac;}
.news_nav a:hover{font-weight:bold; color:#2454ac; border-bottom:4px solid #2454ac;}
.news_L{width:44%; float:left; margin-top:28px;}
.news_L .news_B{width:100%; overflow:hidden; position:relative;}
.news_L .news_B .news_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.news_L .news_B .news_img::before{content:""; display:block; padding-top:57.99615%;}
.news_L .news_B .news_sub{width:110px; float:left; height:110px; position:absolute; left:0; top:0; z-index:9; background:#ff6600; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -ms-flex-line-pack:center; align-content:center;}
.news_L .news_B .news_sub>div{width:100%; float:left; color:#fff; text-align:center;}
.news_L .news_B .news_sub>.news_sub_p{line-height:52px; font-size:48px;}
.news_L .news_B .news_sub>.news_sub_sp{line-height:24px; font-size:14px;}
.news_L .news_p{display:block; overflow:hidden; height:30px; line-height:30px; margin-top:15px; font-size:18px; color:#222; font-weight:bold;}
.news_L .news_txt{display:block; overflow:hidden; height:72px; line-height:24px; margin-top:10px; font-size:14px; color:#525252; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical;}
.news_L:hover .news_p{color:#2454ac;}
.news_L:hover .news_B .news_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.news_R{width:50%; float:right; margin-top:28px;}
.news_R li{display:block; overflow:hidden; padding-bottom:22px; margin-bottom:22px; border-bottom:1px solid #e5e5e5;}
.news_R li .news_sub{width:104px; float:left; height:110px; border:1px solid #d0d0d0; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -ms-flex-line-pack:center; align-content:center; margin-right:20px;}
.news_R li .news_sub>div{width:100%; float:left; text-align:center;}
.news_R li .news_sub>.news_sub_p{line-height:52px; font-size:48px; color:#636363;}
.news_R li .news_sub>.news_sub_sp{line-height:24px; font-size:14px; color:#9f9e9e;}
.news_R li .news_p{display:block; overflow:hidden; height:22px; line-height:22px; font-size:18px; color:#222222; font-weight:bold; text-overflow:ellipsis; white-space: nowrap;}
.news_R li .news_txt{display:block; overflow:hidden; height:40px; line-height:20px; font-size:14px; color:#757575; margin-top:5px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;}
.news_R li .news_more{display:block; overflow:hidden; width:88px; height:34px; line-height:34px; border-radius:17px; background:#eee; margin-top:10px; text-align:center; font-size:14px; color:#5d5d5d;}
.news_R li:hover .news_sub{border-color:#2454ac;}
.news_R li:hover .news_p{color:#2454ac;}
.news_R li:hover .news_txt{color:#2454ac;}
.news_R li:hover .news_more{background:#2454ac; color:#fff;}
.news_R li:last-child{padding:0; margin:0; border:none;}

.gsjj{width:100%; overflow:hidden; background:url(../images/gsjj_bj.jpg) no-repeat center center; background-size:cover; padding:80px 0;}
.gsjj .cpzx_p>span{background: url(../images/title_heng3.png) no-repeat left center,url(../images/title_heng4.png) no-repeat right center; color: #fff;}
.gsjj_T{display:block; overflow:hidden; text-align:center; font-size:36px; color:#fff; line-height:46px; margin-top:20px; font-family:'Arial';}
.gsjj_txt{display:block; overflow:hidden; text-align:center; font-size:16px; color:#fff; line-height:30px; margin-top:30px;}
.gsjj_ul{display:block; overflow:hidden; width:1296px; padding-top:60px;}
.gsjj_ul li{width:228px; float:left; margin:0 96px 20px 0; border:10px solid rgba(255,255,255,0.1); border-radius:50%;}
.gsjj_ul li a{width:100%; overflow:hidden; float:left; background-position:center; background-repeat:no-repeat; background-size:cover; border-radius:50%;}
.gsjj_ul li a::before{content:""; display:block; padding-top:100%;}
/*END-首页内容*/

/*底部*/
.link{width:100%; overflow:hidden; float:left; padding:26px 0;}
.link>.container{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.link_title{width:200px; float:left; line-height:38px; padding:10px 25px 10px 0; border-right:1px solid #e9e9e9;}
.link_p{float:left; font-size:20px; color:#454545; font-weight:bold; padding-right:12px;}
.link_sp{float:left; font-size:36px; color:#03479a; text-transform:uppercase;}
.link_txt{width:calc(100% - 200px); float:left;display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-align:center; -ms-flex-align:center; align-items:center; padding-left:20px;}
.link_txt a{float:left; font-size:14px; color:#737373; margin:5px 10px;}
.link_txt a:hover{color:#03479a; text-decoration:underline!important;}

footer{background:#f0f0f0;}
.footer{width:100%; overflow:hidden; border-bottom:1px solid #d8d8d8;}
.footer>.container{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.footer_B{float:left;display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align:center; -ms-flex-wrap:wrap; flex-wrap:wrap; -ms-flex-align:center; align-items:center; padding:45px 0; border-right:1px solid #ccc;}
.footer_logo{width:20.5%;}
.footer_logo img{display:block; max-width:100%; height:auto;}
.footer_dianhua{width:17%; padding-left:20px; line-height:30px;}
.footer_dianhua>span{width:100%; overflow:hidden; line-height:38px; font-family:Impact; font-size:30px; color:#ff6600;}
.footer_txt{width:42.5%; padding-left:10px;}
.footer_txt .footer_icon{width:100%; float:left; line-height:24px; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; font-size:16px; color:#4a4a4a;}
.footer_txt .footer_icon img{ margin-right:16px;}
.footer_wx{width:19.5%; padding-left:25px; border:none;}
.footer_wx img{width:90px; float:left; height:90px; margin-right:15px;}
.footer_wx_txt{display:block; overflow:hidden; line-height:30px; font-size:16px; color:#505050;}
.footer_wx_txt>span{font-size:16px; color:#2454ac;}

.foot{width:100%; overflow:hidden; text-align:center; font-size:14px; color:#333; line-height:20px; padding:15px 0;}
.foot a{color:#333; margin:0 5px;}
.foot a:hover{color:#03479a; text-decoration:underline!important;}
/*END-底部*/

/*关于我们*/
.dqwz_title{width:100%; float:left; background:#fff; border-top:1px solid #e8e8e8; border-bottom:1px solid #e9e9e9; position:relative; z-index:99999;}
.dqwz_L{min-width:232px; float:left; background:url(../images/about_title_bj.png) no-repeat center center; background-size:100% 100%; padding:23px 55px 18px 27px; margin-top:-24px;}
.dqwz_p{display:block; overflow:hidden; line-height:32px; font-size:24px; color:#fff; font-weight:bold;}
.dqwz_sp{display:block; overflow:hidden; line-height:22px; font-size:14px; color:#fff; opacity:0.5; text-transform:uppercase;}
.dqwz_nav{float:right; line-height:71px; font-size:14px; color:#a8a8a8; background:url(../images/dqwz_logo.png) no-repeat left center; padding-left:30px;}
.dqwz_contect{width:100%; float:left; background:url(../images/cpzx_bj.jpg) repeat; padding:45px 0;}
.company{display:block; overflow:hidden; background:#fff; padding:30px 25px; font-size:16px; color:#5a5858; line-height:30px;}
.company img{max-width: 100% !important;height: auto !important;}
.company table{width: 100% !important;height: auto !important; border:1px solid #ccc !important; border-collapse:collapse;}
.company table tr td{width: auto !important;height: auto !important; border:1px solid #ccc !important; border-collapse:collapse;}

/*END-关于我们*/

/*产品中心*/
.about_B{width:100%; float:left; padding:32px 0 22px 0;position: relative;z-index: 9;}
.about_ul{width:100%; float:left;width:1210px;}
.about_ul>li{width:162px; float:left; margin:0 10px 10px 0;position: relative;}
.about_ul>li>a{display:block; overflow:hidden; border:1px solid #c0c0c0; height:50px; line-height:48px; text-align:center; font-size:16px; color:#363636;}
.about_ul>li:hover>a{background:#2454ac; color:#fff; border-color:#2454ac;}
.about_ul>li.about_on>a{background:#2454ac; color:#fff; border-color:#2454ac;}
.about_ul>li:hover .about_dl1{display: block;}

.about_dl1{display: none; width: 100%; float: left; position: absolute; left: 0; top: 100%;}
.about_dl1 dd{width: 100%; float: left; margin-top: 5px}
.about_dl1 dd a{display:block; border-radius:10px; height:40px; line-height:40px; text-align:center; overflow:hidden; background:#fff; box-shadow:0 0 10px rgba(0,0,0,0.2); background-image: linear-gradient(#fff, #f0f0f0); font-size:14px; color:#383838;}
.about_dl1 dd a:hover{color:#2454ac; font-weight:bold;}
.about_dl1 dd.about_active a{color:#2454ac; font-weight:bold;}


.cp_ul{display:block; float:left; width:1233px;}
.cp_ul li{width:378px; float:left; margin:0 33px 40px 0;}
.cp_ul li a{display:block; overflow:hidden; box-shadow:0 0 20px rgba(0,0,0,0.2); border-radius:8px;}
.cp_ul li a .cp_img{width:100%; overflow:hidden; position:relative; background:#fff;}
.cp_ul li a .cp_img::before{content:""; display:block; padding-top:73.5450%;}
.cp_ul li a .cp_txt{display:block; overflow:hidden; height:75px; line-height:75px; background-image: linear-gradient(#f0f0f0, #fff); text-align:center; font-size:18px; color:#454545;}
.cp_ul li a:hover .cp_img img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.cp_ul li a:hover .cp_txt{background-image: linear-gradient(#2454ac, #2454ac); color:#fff;}

.cpxq{display:block; overflow:hidden; padding:50px 50px 0 50px; background:#fff;}
.cpxq_img{display:block; overflow:hidden; border-bottom:1px solid #e0e0e0; padding-bottom:50px;}
.cpxq_img img{max-width: 400px;height: auto;display: block;margin:0 auto;}
.cpxq_T{display:block; overflow:hidden; line-height:103px; font-size:24px; color:#454545; text-align:center;}
/*END-产品中心*/

/*案例展示*/
.case_ul{display:block; float:left; width:1233px;}
.case_ul li{width:143px; float:left; margin:0 33px 40px 0;}
.case_ul li a{display:block; overflow:hidden; box-shadow:0 0 20px rgba(0,0,0,0.2); border-radius:8px;}
.case_ul li a .cp_img{width:100%; overflow:hidden; position:relative; background:#fff;}
.case_ul li a .cp_img::before{content:""; display:block; padding-top:73.5450%;}
.case_ul li a .cp_txt{display:block; overflow:hidden; height:75px; line-height:75px; background-image: linear-gradient(#f0f0f0, #fff); text-align:center; font-size:18px; color:#454545;}
.case_ul li a:hover .cp_img img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.case_ul li a:hover .cp_txt{background-image: linear-gradient(#2454ac, #2454ac); color:#fff;}

.alxq{display:block; overflow:hidden;}
.alxq_img{display:block; overflow:hidden;}
.alxq_txt{display:block; overflow:hidden; text-align:center; line-height:44px; padding-top:20px; font-size:24px; color:#454545; font-weight:bold;}
/*END-案例展示*/

/*新闻资讯*/
.xw_ul{display:block; overflow:hidden;}
.xw_ul li{display:block; overflow:hidden; margin-bottom:10px;}
.xw_ul li a{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; overflow:hidden; background:#fff; padding:20px;}
.xw_ul li a .xw_B{width:186px; float:left; overflow:hidden;display:-webkit-box; display:-ms-flexbox; display:flex;}
.xw_ul li a .xw_B .xw_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.xw_ul li a .xw_R{width:calc(100% - 186px); float:left; padding-left:30px;}
.xw_ul li a .xw_R .xw_p{display:block; overflow:hidden; height:24px; line-height:24px; font-size:18px; color:#454545; text-overflow:ellipsis; white-space: nowrap;}
.xw_ul li a .xw_R .xw_txt{display:block; overflow:hidden; height:72px; line-height:24px; font-size:14px; color:#838383; margin-top:10px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical;}
.xw_ul li a .xw_R .xw_sp{display:block; overflow:hidden; height:15px; line-height:15px; font-size:12px; color:#545454; margin-top:15px;}
.xw_ul li a:hover{background:#2454ac;}
.xw_ul li a:hover .xw_B .xw_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.xw_ul li a:hover .xw_R .xw_p{color:#fff;}
.xw_ul li a:hover .xw_R .xw_txt{color:#fff;}
.xw_ul li a:hover .xw_R .xw_sp{color:#fff;}

.xwxq{display:block; overflow:hidden; background:#fff; padding:25px;}
.xwxq_p{display:block; overflow:hidden; text-align:center; line-height:50px; font-size:30px; color:#454545;}
.xwxq_sp{display:block; overflow:hidden; text-align:center; line-height:28px; font-size:12px; color:#919191; padding-bottom:10px; border-bottom:1px solid #ddd;}
.xwxq_txt{display:block; overflow:hidden; font-size:14px; color:#838383; line-height:24px; padding-top:20px;}
/*END-新闻资讯*/

/*联系我们*/
.contact{width:100%; float:left; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; overflow:hidden; background:#fff;}
.contact_txt{width:37%; float:left; overflow:hidden; font-size:16px; color:#4e4e4e; line-height:36px; padding:30px;}
.contact_txt>span{font-size:16px; color:#2454ac; font-weight:bold;}
.contact_txt>img{width:140px; display:block;}
.contact_map{width:63%; float:left; overflow: hidden; border:none; }
/*END-联系我们*/

@media (max-width:1220px) {
/*头部+导航*/
.topbox{padding:0 1%;}
.header{padding:30px 1%;}
nav{padding:0 1%;}
/*END-头部+导航*/

/*首页内容*/
.search{padding:20px 1%;}

.picbox{padding:0 1%;}
.pic_title {padding: 30px 0 50px 0;}
.pic_T{margin-left:0; font-size:20px;}
.pic_T>span{font-size:36px;}

.cpzx{padding:60px 1%;}
.cpzx_left{width: 24%;}
.cpzx_right{width: 74%;}
.cpzx_ul{width:100%;}
.cpzx_ul li{width:31.33%; margin:0 1% 20px 1%;}
.cpzx_ul li a .cp_txt{height:60px; line-height:60px;}

.ys{padding:50px 0 0 0;}
.case{padding:60px 1%;}
.case-imgbox {padding-bottom:98px;}
.news{padding:50px 1%;}

.gsjj{padding:50px 1%;}
.gsjj_ul {width:100%; padding-top:40px;}
.gsjj_ul li {width:23%; margin:0 1% 20px 1%;}
/*END-首页内容*/

/*底部*/
.link{width:100%; overflow:hidden; padding:26px 1%;}
.footer{padding:0 1%;}
.footer_B{padding:30px 0;}
.footer_dianhua{padding-left:11px;}
.footer_txt{width:34.5%; padding-left:10px;}
.footer_txt .footer_icon{line-height:24px;}
.footer_txt .footer_icon img{ margin-right:5px;}
.footer_wx{width:22.5%; padding-left:10px; border:none;}
.footer_wx img{margin-right:10px;}
.foot{padding:20px 1%;}
/*END-底部*/

/*关于我们*/
.dqwz_title{padding:0 1%;}
.dqwz_contect{padding:40px 1%;}
.company{padding:25px;}
/*END-关于我们*/

/*产品中心*/
.about_B{padding:32px 1% 22px 1%;}
.about_ul{width:100%;}
.about_ul>li{width:19%; margin:0 0.5% 10px 0.5%;}

.cp_ul{width:100%;}
.cp_ul li{width:31.33%; margin:0 1% 40px 1%;}

.cpxq{padding:40px 40px 0 40px;}
.cpxq_img{padding-bottom:40px;}
.cpxq_T{line-height:80px; font-size:20px;}
/*END-产品中心*/

/*案例展示*/
.case_ul{width:100%;}
.case_ul li{width:18%; margin:0 1% 20px 1%;}
/*END-案例展示*/

}

@media (max-width:991px){
/*头部+导航*/
.icon-menu{float:right; cursor:pointer; width:40px; height:30px; display:flex; flex-wrap:wrap; align-content:space-between; position:absolute;right:10px; top:50%; transform: translateY(-50%); z-index:9999999; background-size:100% 100%;}
.icon-menu span{width:100%; height:6px; float:left;  background:#2454ac;}

.topbox{padding:0 10px;}
.header{padding:0; background:#fff; box-shadow:10px 10px 10px rgba(0,0,0,0.3); position:relative; left:0; top:0; z-index:999999;}
.logo {width:100%; padding:20px 10px;}
.logo_txt img {max-width:440px;}
.nav {display:none; width:150px; padding:2px; position:absolute; right:10px; top:0; background:rgba(36, 84, 172, 0.8);}
.nav>li{width:100%; border-bottom:1px solid #fff; margin:0; background:none;}
.nav>li>a{width:100%; text-align:center; height:40px; line-height:40px; color:#fff;}
/*END-头部+导航*/

/*首页内容*/
.search{padding:15px 10px;}
.search_txt>a {font-size:12px; margin:0 5px;}

.picbox{padding:0 10px;}
.pic_title {padding:30px 0;}
.pic_T{margin-left:0; font-size:16px;}
.pic_T>span{font-size:26px;}
.pic_p {top: 50px; font-size: 22px;}
.pic_sp {top: 80px; font-size: 18px;}
.pic_ul li a {padding:10px;}
.pic_ul li a .pic_pp {height:40px; line-height:40px; font-size:18px;}
.pic_ul li a .pic_txt {margin-top:5px; line-height:22px;}

.cpzx{padding:30px 10px;}
.cpzx_nav {padding-top:20px;}
.cpzx_ul{width:100%;}
.cpzx_ul li{width:31.33%; margin:20px 1% 0 1%;}
.cpzx_ul li a .cp_txt{height:50px; line-height:50px; font-size:16px;}

.ys{padding:30px 0 0 0;}
.ys_logo>img {height:90px;}
.ys_T {margin-top:10px; line-height:30px; font-size:20px;}
.ys_txt {line-height:24px; font-size:14px;}

.ys_dianhua_bj {width:180px; border:10px solid rgba(255,255,255,0.2);}
.ys_dianhua_bj .ys_dianhua .ys_dianhua_hover {font-size:14px; line-height:24px;}
.ys_dianhua_bj .ys_dianhua .ys_dianhua_hover .ys_dianhua_logo img {height:32px; margin: 0 auto 5px auto;}
.ys_dianhua_bj .ys_dianhua .ys_dianhua_hover>span {line-height:30px; font-size:20px;}

.case{padding:30px 10px;}
.case-imgbox {padding-bottom:80px; margin-top:30px;}
.case-imgbox .swiper-slide a .case_hover {padding:10px;}
.case-imgbox .swiper-slide a .case_hover .case_L {width:calc(100% - 100px);}
.case-imgbox .swiper-slide a .case_hover .case_R {width:90px; margin-left:10px;}

.news{padding:30px 10px;}
.news_contect {margin-top:30px; padding:10px;}
.news_L {width:48%; margin-top:20px;}
.news_R {margin-top:20px;}
.news_R li {padding-bottom:10px; margin-bottom:10px;}

.gsjj{padding:10px;}
.gsjj_ul {padding-top:20px;}
/*END-首页内容*/

/*底部*/
.link{padding:15px 10px;}
.link_title {padding:10px 10px 10px 0;}
.link_txt {padding-left:10px;}
.link_txt a {margin:5px;}

.footer{padding:0 10px;}
.footer_B{padding:15px 0;}

.footer_dianhua{width:20.5%;padding-left:10px; line-height:24px;}
.footer_dianhua>span {line-height:30px; font-size: 22px;}

.footer_txt{width:34.5%; padding-left:10px;}
.footer_txt .footer_icon{line-height:22px;}

.footer_wx{width:24.5%; padding-left:10px; border:none;}
.footer_wx img{width:70px; height:70px;}
.footer_wx_txt {line-height:24px; font-size:12px;}

.foot{padding:10px;}
/*END-底部*/

/*关于我们*/
.dqwz_title{padding:0 10px;}
.dqwz_contect{padding:30px 10px;}
.company{padding:20px;}
/*END-关于我们*/

/*产品中心*/
.about_B{padding:20px 10px 10px 10px;}
.about_ul{width:100%;}
.about_ul>li{width:24%;}

.cp_ul li{margin:0 1% 30px 1%;}

.cpxq{padding:30px 30px 0 30px;}
.cpxq_img{padding-bottom:30px;}
.cpxq_T{line-height:60px; font-size:20px;}
/*END-产品中心*/

/*案例展示*/
.case_ul li{width: 23%; margin:0 1% 20px 1%;}
/*END-案例展示*/

}

@media (max-width:767px){
.cpxq_img img{max-width: 100%;height: auto;display: block;margin:0 auto;}
	.cpzx_nav li:nth-child(n+6){display:block;}
/*.cpzx_ul li:nth-child(n+9){display:none;}*/
/*头部+导航*/
.logo {padding:10px;}
.logo img{width:80%;}
.icon-menu {right:10px; width:30px; height:18px;}
.icon-menu span{height:3px;}
/*END-头部+导航*/

/*首页内容*/
.search {padding:10px;}
.search_form {width:100%;}
.search_txt {width:100%; line-height:22px; margin-top:10px;}
.search_txt>span {font-size:14px;}

.picbox {padding:0;}
.pic_title {width:100%; padding:10px;}
.pic_T {display:flex; justify-content:center; line-height:22px;}
.pic_T>span {font-size:18px;}
.pic_p {line-height:22px; position:relative; left:initial; top:initial; font-size:18px; text-align:center;}
.pic_sp {line-height:22px; position:relative; left:initial; top:initial; font-size:18px; text-align:center;}
.pic_ul {width:100%;}
.pic_ul li {width:100%; border:none; border-bottom:1px solid #e2e2e2;}
.pic_ul li a img{float:left; height:80px; margin-right:10px;}
.pic_ul li a .pic_pp {height:30px; line-height:30px; font-size:16px;}
.pic_ul li a .pic_txt {line-height:20px;}

.cpzx {padding:10px;}
.cpzx_p>span {line-height:30px; padding:0 30px; background: url(../images/title_heng1.png) no-repeat left center,url(../images/title_heng2.png) no-repeat right center; background-size:25px auto,25px auto; font-size:18px;}
.cpzx_sp {line-height:20px; font-size:16px;}
.cpzx_contect{padding-top: 10px}
.cpzx_left{width: 100%;}
.cpzx_right{width: 100%;}
.cpzx_nav {padding-top:10px;}
.cpzx_nav li {width:31.3333%; margin:0 1% 5px 1%;}
.cpzx_nav li a {height:40px; line-height:40px; font-size:14px;}
.cpzx_ul {display:flex; flex-wrap:wrap; justify-content:space-between;}
.cpzx_ul li {width:calc(50% - 5px); margin:10px 0 0 0;}
.cpzx_ul li a .cp_txt {height:40px; line-height:40px; font-size:14px;}

.ys {padding:10px 0 0 0;}
.ys_p {line-height:30px; font-size: 20px;}
.ys_sp {line-height:20px; font-size:16px;}
.ys_heng {margin:5px auto 0 auto;}
.ys_contect {margin-top:10px;}
.ys_B {width:100%; padding:10px;}

.case {padding:10px;}
.case-imgbox {padding-bottom:40px; margin-top:10px;}
.case_icon {width:100%; height:30px; border-radius:15px;}
.case_icon .case-prev, .case_icon .case-next {left:2px; width:26px; height:26px; line-height:26px; font-size:22px;}
.case_icon .case-next {left: initial; right:2px;}
.case-imgbox .swiper-pagination {width:calc(100% - 60px);    height: 14px;}
.case-imgbox .swiper-pagination-bullet {margin:0 3px!important;}
.case-imgbox .swiper-slide a .case_hover {padding:5px;}
.case-imgbox .swiper-slide a .case_hover .case_L {width: calc(100% - 80px);}
.case-imgbox .swiper-slide a .case_hover .case_R {width:75px; margin:0 0 0 5px; height:50px; line-height:48px;}
.case-imgbox .swiper-slide a .case_hover .case_L .case_p {line-height:28px; height:28px; font-size:16px;}
.case-imgbox .swiper-slide a .case_hover .case_L .case_sp {line-height:22px; height:22px; font-size:12px;}
.case-imgbox .swiper-slide a::before {padding-top:80.9361%;}

.news {padding:10px;}
.news_contect {margin-top:10px; padding:5px;}
.news_nav {height:40px;}
.news_nav a {height:40px; margin-right:26px; font-size:18px;}
.news_nav a img {margin-right:5px;}
.news_L {width:100%; margin-top:10px;}
.news_L .news_B .news_sub {width:60px; height: 60px;}
.news_L .news_B .news_sub>.news_sub_p {line-height:30px; font-size:28px;}
.news_L .news_B .news_sub>.news_sub_sp {line-height:20px; font-size:12px;}
.news_L .news_p {margin-top:5px; font-size:16px;}
.news_L .news_txt {height:60px; line-height:20px; margin-top:5px;}
.news_R {width:100%; margin-top:10px;}
.news_R li .news_sub {width:75px; height:75px; margin-right:10px;}
.news_R li .news_sub>.news_sub_p {line-height:30px; font-size:18px;}
.news_R li .news_sub>.news_sub_sp {line-height:20px; font-size:12px;}
.news_R li .news_p { height:28px; line-height:28px; font-size: 18px;}

.gsjj{padding:10px;}
.gsjj .cpzx_p>span {background: url(../images/title_heng3.png) no-repeat left center,url(../images/title_heng4.png) no-repeat right center; background-size: 25px auto,25px auto;}
.gsjj_T {font-size:20px; line-height:30px; margin-top:5px;}
.gsjj_txt {font-size:14px; line-height:30px; margin-top:10px;}
.gsjj_ul {padding-top:10px; display:flex; flex-wrap:wrap; justify-content:space-between;}
.gsjj_ul li {width:calc(50% - 5px); margin:0 0 10px 0; border:5px solid rgba(255,255,255,0.1);}
/*END-首页内容*/

/*底部*/
.link{padding:10px;}
.link_title {padding:0 0 10px 0; width:100%; line-height:24px; display:flex; justify-content:center; border:none; border-bottom:1px solid #ccc;}
.link_p {font-size:18px; padding-right:5px;}
.link_sp {font-size:22px;}
.link_txt {width:100%; padding:0; line-height:22px;}
.link_txt a {margin:4px;}

.footer{padding:0 10px;}
.footer_B{padding:15px 0;}

.footer_dianhua{width:20.5%;padding-left:10px; line-height:24px;}
.footer_dianhua>span {line-height:30px; font-size: 22px;}

.footer_txt{width:34.5%; padding-left:10px;}
.footer_txt .footer_icon{line-height:22px;}

.footer_wx{width:24.5%; padding-left:10px; border:none;}
.footer_wx img{width:70px; height:70px;}
.footer_wx_txt {line-height:24px; font-size:12px;}

.foot{padding:10px;}
/*END-底部*/

/*关于我们*/
.about_title{width:100%; float:left; height:50px; line-height:50px; background-color:#2454ac; text-align:center; font-size:18px; color:#fff; font-weight:bold;}
.about_title1{background-image:url(../images/imgs/sj_jiantou.png); background-repeat:no-repeat; background-position:right center; text-align:left; padding-left:20px;}
.dqwz_contect{padding:10px;}
.company{padding:10px; font-size:14px;}
/*END-关于我们*/

/*产品中心*/
.about_B{display:none; padding:0 2px;}
.about_ul{width:100%;}
.about_ul>li{width:100%; margin:2px 0 0 0;}
.about_ul>li>a{height:40px; line-height:38px; font-size:14px;}

.about_dl1{position: relative; left: 0; top: 0; padding: 10px;}
.about_dl1 dd{margin-top: 3px}

.cp_ul {display:flex; flex-wrap:wrap; justify-content:space-between;}
.cp_ul li{width:calc(50% - 5px); margin:0 0 10px 0;}
.cp_ul li a .cp_txt {height:40px; line-height:40px; font-size:14px;}

.cpxq{padding:10px;}
.cpxq_img{padding-bottom:10px;}
.cpxq_T{line-height:30px; font-size:16px; margin-top:10px;}
/*END-产品中心*/

/*案例展示*/
.case_ul{/*display:flex;*/ flex-wrap:wrap; justify-content:space-between;}
.case_ul li{width:32%; margin:0 4px 10px 0;}
.case_ul li a .cp_txt {height:auto; line-height:20px; font-size:14px; padding:5px;}
.alxq_txt {line-height:34px; padding-top:10px; font-size:18px;}
/*END-案例展示*/

/*新闻资讯*/
.xw_ul li a{padding:5px;}
.xw_ul li a .xw_B{width:110px;}
.xw_ul li a .xw_R{width:calc(100% - 110px); padding-left:10px;}
.xw_ul li a .xw_R .xw_p{display:block; overflow:hidden; height:24px; line-height:24px; font-size:18px; color:#454545; text-overflow:ellipsis; white-space: nowrap;}
.xw_ul li a .xw_R .xw_txt{display:block; overflow:hidden; height:72px; line-height:24px; font-size:14px; color:#838383; margin-top:10px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical;}
.xw_ul li a .xw_R .xw_sp{display:block; overflow:hidden; height:15px; line-height:15px; font-size:12px; color:#545454; margin-top:15px;}
.xw_ul li a:hover{background:#2454ac;}
.xw_ul li a:hover .xw_B .xw_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.xw_ul li a:hover .xw_R .xw_p{color:#fff;}
.xw_ul li a:hover .xw_R .xw_txt{color:#fff;}
.xw_ul li a:hover .xw_R .xw_sp{color:#fff;}

.xwxq{padding:10px;}
.xwxq_p{line-height:30px; font-size:16px;}
.xwxq_sp{line-height:18px; padding-bottom:5px;}
.xwxq_txt{padding-top:10px;}
/*END-新闻资讯*/

/*联系我们*/
.contact_txt{width:100%; font-size:14px; line-height:24px; padding:10px;}
.contact_map{width:100%; height:250px;}
/*END-联系我们*/

}
/*手机底部*/
.root_kong{width:100%; height:62px; float:left; background:#fff;}
.root{width:100%; height:60px; position:fixed; bottom:0; left:0; z-index:9999999999999; background:#2454ac;}
.root a{width:25%; float:left; height:60px; display:flex; align-content:center; align-items:center; flex-wrap:wrap; justify-content:center; line-height:20px; color:#fff; border-right:1px solid #fff; font-size:12px; font-weight:normal;}
.root a>div{width:100%; float:left;}
.root a>div:first-child span{ font-size:20px;}
.root a:last-child{border:none;}
.root a:hover{background:#072f78; color:#fff;}

.dbbox{ position: fixed; left: 0; bottom:65px; z-index:99999; width: 100%;}
.dbbox .dbs{ position: relative; padding: 0 15px; display:none; text-align:center;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px; border:2px solid #072f78;}
.dbbox .dbs img{ max-width: 140px; }
/*End*/

.jlfanye{ width:100%;margin:0 auto; text-align: center; }
.jlfanye a{ padding:5px 13px;  border: solid 1px #dedede; float:none; display: inline-block; min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#F00;}	

.txt1{margin-top:20px;}
.txt1 img{max-width: 100%;height: auto!important;}