/*外部公共样式*/
@import "bootstrap.min.css";
@import "../swiper/css/swiper.min.css";
/*END-外部公共样式*/

/*头部+导航*/
.header{width:100%; background:#fff; box-shadow:0 0 10px rgba(0,0,0,0.3); position:fixed; left:0; top:0; z-index:999999;}
.header>.container{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;}
.logo{width:215px; padding:15px 0;}
.logo img{width:215px; height:60px;}

nav{width:77.5%!important; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:justify;-ms-flex-pack:justify; justify-content:space-between;}
.nav{width:calc(100% - 200px);}
.nav>li{width:16.6666%; height:100%; float:left; position:relative;}
.nav>li>a{width:100%; float:left; overflow:hidden; height:100%; text-align:center; font-size:16px; color:#2d2d2d; display:-webkit-box; display:-ms-flexbox; display:flex; -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;}
.nav>li:hover>a{background:#ff3434; color:#fff;}
.nav>li>a.on{background:#ff3434; color:#fff;}

.nav_dl{display:none; width:100%; float:left; background:rgba(0,0,0,0.8); position:absolute; left:0; top:100%; z-index:9999; padding-top:2px;}
.nav_dl>dd{display:block; overflow:hidden;}
.nav_dl>dd>a{display:block; overflow:hidden; height:40px; line-height:40px; text-align:center; font-size:14px; color:#fff;}
.nav_dl>dd>a:hover{background:#ff3434; color:#fff;}

.header_dianhua{display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; background:url(../images/header_dianhua.png) no-repeat left center; padding-left:35px; color:#ff7800; font-size:22px;}
/*END-头部+导航*/

/*banner*/
.banner{width:100%; position:relative; margin-top:90px;}
.banner_txt{width:100%; float:left; position:absolute; left:0; top:25%; z-index:9999;}
.banner .banner-imgbox .swiper-slide{width:100%; height:595px; background-position:center; background-repeat: no-repeat; background-size:cover;}
.banner .banner-imgbox .swiper-slide img{width:100%;}
/*圆点*/
.banner .swiper-pagination {position: absolute; right:0; bottom:-100%; background:rgba(0,0,0,0.5); padding:10px 0; display:flex; justify-content:center; transition:all 0.4s;}
.banner .swiper-pagination-bullet {width:10px; height:10px; background:#fff; opacity:0.5; border-radius:50%; margin:0 4px!important;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#fff;}
.banner:hover .swiper-pagination{bottom:0;} 
/*箭头*/
.banner .next,.banner .prev{right:-12%; position:absolute;top:50%; transform:translateY(-50%); width:30px; height:50px; background:url(../images/imgs/next.jpg) no-repeat center center; overflow:hidden;  cursor:pointer; z-index:999999; transition:all 0.4s;}
.banner .prev{right:initial; left:-12%; background:url(../images/imgs/prev.jpg) no-repeat center center;}
.banner:hover .next{right:2%;}
.banner:hover .prev{left:2%;}
/*END-banner*/

/*首页内容*/
.search_form{width:100%; float:left; max-width:680px; position:absolute; left:50%; bottom:70px; transform:translateX(-50%); z-index:9999;}
.search_inp1{width:calc(100% - 134px); float:left; height:50px; line-height:50px; font-size:15px; color:#9a9a9a; border-radius:5px 0 0 5px; padding:0 15px;}
.search_btn{width:134px; float:left; height:50px; background:url(../images/search_btn.png) no-repeat center center; background-size:100% 100%; border-radius:0 5px 5px 0;}

.picbox{width:100%; overflow:hidden; padding:40px 0;}
.pic_ul{display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:justify;-ms-flex-pack:justify; justify-content:space-between; overflow:hidden;}
.pic_ul li{width:230px; float:left;}
.pic_ul li>img{width:auto; float:left; height:45px; margin-right:20px;}
.pic_ul li .pic_p{display:block; overflow:hidden; height:30px; line-height:30px; font-size:18px; color:#313131;}
.pic_ul li .pic_sp{display:inline-table; overflow:hidden; height:20px; line-height:20px; font-size:14px; color:#a6a6a6;}

.gsjj{width:100%; overflow:hidden; background:#f5f5f5; padding:50px 0;}
.gsjj_title{display:block; overflow:hidden; text-align:center;}
.gsjj_p{line-height:20px; font-size:14px; color:#9c9c9c; text-transform:uppercase;}
.gsjj_sp{line-height:40px; font-size:30px; color:#373737; font-weight:bold;}
.gsjj_heng{width:36px; height:3px; background:#ff3434; margin:10px auto 0 auto;}
.gsjj_conetct{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; overflow:hidden; padding-top:40px;}
.gsjj_left{width:50%; float:left; background-position:center; background-repeat: no-repeat;background-size:cover;}
.gsjj_right{width:50%; float:right; padding-left:30px;}
.gsjj_txt{display:block; overflow:hidden; font-size:16px; color:#424242; line-height:30px; height:270px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:9; -webkit-box-orient: vertical;}
.gsjj_more{display:block; overflow:hidden; padding-top:30px;}
.gsjj_more>a{display:block; overflow:hidden; width:140px; height:40px; line-height:36px; text-align:center; border-radius:20px; background:#ff3434; font-size:16px; color:#fff; border:2px solid #ff3434;}
.gsjj_more>a:hover{background:#fff; color:#ff3434;}

.fy{width:100%; overflow:hidden; padding:50px 0;}
.fy_nav{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; overflow:hidden; padding-top:35px;}
.fy_nav li{width:100px; float:left; margin:0 25px 10px 25px;}
.fy_nav li a{display:block; overflow:hidden; border:1px solid #ddd; height:38px; line-height:36px; text-align:center; border-radius:19px; font-size:18px; color:#414141;}
.fy_nav li a:hover{border-color:#ff3434; background:#ff3434; color:#fff;}
.fy_nav li.fy_on a{border-color:#ff3434; background:#ff3434; color:#fff;}
.fy_ul{display:block; padding-top:30px; width:1233px;}
.fy_ul li{width:378px; float:left; margin:0 33px 33px 0;}
.fy_ul li a{display:block; overflow:hidden; box-shadow:0 0 20px rgba(0,0,0,0.2); padding:10px;}
.fy_ul li a .fy_B{width:100%; overflow:hidden;}
.fy_ul li a .fy_B .fy_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.fy_ul li a .fy_B .fy_img::before{content:""; display:block; padding-top:80.0562%;}
.fy_ul li a .fy_txtB{display:block; overflow:hidden; padding-top:15px;}
.fy_ul li a .fy_txtB .fy_p{display:block; overflow:hidden; height:30px; line-height:30px; font-size:18px; color:#292929; font-weight:bold; text-overflow:ellipsis; white-space: nowrap;}
.fy_ul li a .fy_txtB .fy_p>span{float:right; font-weight:normal; color:#4e4e4e;}
.fy_ul li a .fy_txtB .fy_p>span>em{color:#ff3434;}
.fy_ul li a .fy_txtB .fy_txt{display:block; overflow:hidden; height:48px; line-height:24px; margin-top:10px; font-size:14px; color:#848484;}
.fy_ul li a:hover{background:#ff3434;}
.fy_ul li a:hover .fy_B .fy_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.fy_ul li a:hover .fy_txtB .fy_p{color:#fff;}
.fy_ul li a:hover .fy_txtB .fy_p>span{color:#fff;}
.fy_ul li a:hover .fy_txtB .fy_p>span>em{color:#fff;}
.fy_ul li a:hover .fy_txtB .fy_txt{color:#fff;}

.jxlf{width:100%; overflow:hidden; background:#f0f0f0; padding:50px 0;}
.jxlf_ul{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; padding-top:40px;}
.jxlf_ul li{width:calc(50% - 10px); float:left; margin-bottom:20px;}
.jxlf_ul li a{display:-webkit-box; display:-ms-flexbox; display:flex; overflow:hidden; background:#fff; padding:20px;}
.jxlf_ul li a .jxlf_B{width:296px; float:left; overflow:hidden; display:-webkit-box; display:-ms-flexbox; display:flex; border-radius:10px;}
.jxlf_ul li a .jxlf_B .jxlf_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.jxlf_ul li a .jxlf_R{width:calc(100% - 296px); float:left; padding-left:25px;}
.jxlf_ul li a .jxlf_R .jxlf_p{display:block; overflow:hidden; height:30px; line-height:30px; font-size:24px; color:#202020; text-overflow:ellipsis; white-space: nowrap;}
.jxlf_ul li a .jxlf_R .jxlf_sp{display:block; overflow:hidden; height:34px; line-height:34px; font-size:24px; color:#ff3434; margin-top:20px;}
.jxlf_ul li a .jxlf_R .jxlf_txt{display:block; overflow:hidden; height:120px; line-height:30px; font-size:14px; color:#7f7f7f; margin-top:15px;}
.jxlf_ul li a .jxlf_more{display:block; overflow:hidden; margin-top:30px; width:124px; height:40px; line-height:36px; border-radius:20px; border:2px solid #ff3434; background:#ff3434; text-align:center; font-size:16px; color:#fff;}
.jxlf_ul li a:hover{background:#ff3434;}
.jxlf_ul li a:hover .jxlf_R .jxlf_p{color:#fff;}
.jxlf_ul li a:hover .jxlf_R .jxlf_sp{color:#fff;}
.jxlf_ul li a:hover .jxlf_R .jxlf_txt{color:#fff;}
.jxlf_ul li a:hover .jxlf_more{border-color:#fff; background:#fff; color:#ff3434;}

.fcfw{width:100%; overflow:hidden; background:url(../images/fcfw_bj.jpg) no-repeat center center; background-size:cover; padding:70px 0;}
.fcfw_title{display:block; overflow:hidden; text-align:center;}
.fcfw_p{line-height:76px; position:relative; font-size:72px; text-transform:uppercase; color:rgba(255,255,255,0.1);}
.fcfw_p>span{width:100%; float:left; position:absolute; left:0; top:0; font-size:36px; font-weight:bold; color:rgba(255,255,255,1);}
.fcfw_sp{display:block; overflow:hidden; padding-top:15px; line-height:28px; font-size:18px; color:#fff;}
.fcfw_ul{display:block; overflow:hidden; padding-top:45px; width:1208px;}
.fcfw_ul li{width:294px; float:left; margin:0 8px 10px 0;}
.fcfw_ul li a{display:block; overflow:hidden; background:#fff; padding:40px 30px;}
.fcfw_ul li a .fcfw_img{width:80px; display:block; margin:0 auto; border-radius:50%; position:relative; overflow:hidden; background:#fff;}
.fcfw_ul li a .fcfw_img::before{content:""; display:block; padding-top:100%;}
.fcfw_ul li a .fcfw_T{display:block; overflow:hidden; height:44px; line-height:44px; text-align:center; margin-top:10px; font-size:24px; color:#ff3434;}
.fcfw_ul li a .fcfw_heng{display:block; overflow:hidden; width:50px; height:1px; background:#aeaeae; margin:10px auto;}
.fcfw_ul li a .fcfw_txt{display:block; overflow:hidden; height:120px; line-height:30px; font-size:16px; color:#6f6f6f; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:4; -webkit-box-orient: vertical;}
.fcfw_ul li:nth-child(2) a .fcfw_T{color:#1eb783;}
.fcfw_ul li:nth-child(3) a .fcfw_T{color:#e28122;}
.fcfw_ul li:nth-child(4) a .fcfw_T{color:#af3cdf;}
.fcfw_ul li a:hover{background:#ff3434;}
.fcfw_ul li a:hover .fcfw_T{color:#fff;}
.fcfw_ul li a:hover .fcfw_heng{background:#fff;}
.fcfw_ul li a:hover .fcfw_txt{color:#fff;}

.hf{width:100%; overflow:hidden; background:url(../images/hf_bj.jpg) no-repeat center bottom #ff3434; background-size:contain; padding:75px 0 55px 0; text-align:center;}
.hf_p{line-height:42px; font-size:30px; color:#fff; font-weight:bold;}
.hf_sp{line-height:30px; font-size:18px; color:#fff; margin-top:10px;}

.news{width:100%; overflow:hidden; padding:50px 0;}
.news_ul{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; padding-top:50px;}
.news_ul li{width:calc(50% - 16px); float:left; margin-bottom:30px;}
.news_ul li a{display:-webkit-box; display:-ms-flexbox; display:flex; overflow:hidden; border:2px solid #f3f3f3; background:#f3f3f3; padding:20px; position:relative;}
.news_ul li a::before{content:""; width:70px; float:left; height:70px; background:url(../images/news_jiantou.png) no-repeat center center; background-size:100% 100%; position:absolute; right:-100%; bottom:0; transition:all 0.4s;}
.news_ul li a .news_B{width:224px; float:left; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.news_ul li a .news_R{width:calc(100% - 224px); float:left; padding-left:20px;}
.news_ul li a .news_R .news_p{display:block; overflow:hidden; height:48px; line-height:24px; font-size:18px; color:#181818;}
.news_ul li a .news_R .news_txt{display:block; overflow:hidden; height:72px; line-height:24px; font-size:14px; color:#787777; margin-top:15px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical;}
.news_ul li a .news_R .news_sp{display:block; overflow:hidden; height:16px; line-height:16px; font-size:14px; color:#bbbbbb; margin-top:15px;}
.news_ul li:hover a{border-color:#ff3434; background:#fff;}
.news_ul li:hover a::before{right:0;}
.news_ul li:hover a .news_R .news_p{color:#ff3434;}
/*End-首页内容*/

/*底部*/
footer{background:#2e3032; padding:20px 0; font-size:14px; line-height:24px; color:#fff; text-align:center;}
footer a{color:#fff; margin:0 15px;}
footer a:hover{color:#fff; text-decoration:underline!important;}
/*End-底部*/

/*关于我们*/
.main{width:100%; overflow:hidden; padding:50px 0; background:#fff;}
.dqwz_title{width:100%; float:left; overflow:hidden; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center;}
.dqwz_title>span{float:left; height:42px; line-height:42px; padding:0 15px; position:relative; font-size:30px; color:#424242;}
.dqwz_title>span::before{content:""; width:1000px; float:left; height:1px; border-top:1px solid #d4d4d4; position:absolute; right:100%; top:50%; transform:translateY(-50%);}
.dqwz_title>span::after{content:""; width:1000px; float:left; height:1px; border-top:1px solid #d4d4d4; position:absolute; left:100%; top:50%; transform:translateY(-50%);}
.dqwz_contect{width:100%; float:left; padding-top:30px;}
.company{display:block; overflow:hidden; font-size:16px; color:#5a5a5a; line-height:24px;}
/*END-关于我们*/

/*全部房产*/
.dqwz_nav{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; padding-top:30px; width:100%; float:left;}
.dqwz_nav>li{width:100px; float:left; margin:0 25px 10px 25px; position: relative;}
.dqwz_nav>li>a{display:block; overflow:hidden; border:1px solid #ddd; height:38px; line-height:36px; text-align:center; border-radius:19px; font-size:18px; color:#414141;}
.dqwz_nav>li:hover>a{border-color:#ff3434; background:#ff3434; color:#fff;}
.dqwz_nav>li.dqwz_on a{border-color:#ff3434; background:#ff3434; color:#fff;}

.dqwz_dl{display:none; width:100%; float:left; position: absolute; left:0; top:100%; z-index:99;}
.dqwz_dl>dd{display:block; overflow:hidden; margin-top:2px;}
.dqwz_dl>dd>a{display:block; overflow:hidden; line-height:32px; height:32px; border-radius:16px; text-align:center; font-size:14px; color:#fff; background:rgba(0,0,0,0.8);}
.dqwz_dl>dd>a:hover{background:#ff3434; color:#fff;}
.dqwz_nav>li:hover .dqwz_dl{display:block;}

.fy_ul1{display:block; width:1233px;}
.fy_ul1 li{width:378px; float:left; margin:0 33px 33px 0;}
.fy_ul1 li a{display:block; overflow:hidden; box-shadow:0 0 20px rgba(0,0,0,0.2); padding:10px;}
.fy_ul1 li a .fy_B{width:100%; overflow:hidden;}
.fy_ul1 li a .fy_B .fy_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.fy_ul1 li a .fy_B .fy_img::before{content:""; display:block; padding-top:80.0562%;}
.fy_ul1 li a .fy_txtB{display:block; overflow:hidden; padding-top:15px;}
.fy_ul1 li a .fy_txtB .fy_p{display:block; overflow:hidden; height:30px; line-height:30px; font-size:18px; color:#292929; font-weight:bold; text-overflow:ellipsis; white-space: nowrap;}
.fy_ul1 li a .fy_txtB .fy_p>span{float:right; font-weight:normal; color:#4e4e4e;}
.fy_ul1 li a .fy_txtB .fy_p>span>em{color:#ff3434;}
.fy_ul1 li a .fy_txtB .fy_txt{display:block; overflow:hidden; height:48px; line-height:24px; margin-top:10px; font-size:14px; color:#848484;}
.fy_ul1 li a:hover{background:#ff3434;}
.fy_ul1 li a:hover .fy_B .fy_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.fy_ul1 li a:hover .fy_txtB .fy_p{color:#fff;}
.fy_ul1 li a:hover .fy_txtB .fy_p>span{color:#fff;}
.fy_ul1 li a:hover .fy_txtB .fy_p>span>em{color:#fff;}
.fy_ul1 li a:hover .fy_txtB .fy_txt{color:#fff;}

.cpxq{display:block; overflow:hidden; background:#fff; box-shadow:0 0 20px rgba(0,0,0,0.2); padding:20px;}
.cpxq_img{width:47%; float:left; margin-right:25px;}
.cpxq_img img{width:100%; display:block; height:auto;}
.cpxq_p{display:block; overflow:hidden; font-size:24px; color:#292929; line-height:40px; font-weight:bold;}
.cpxq_sp{display:block; overflow:hidden; font-size:24px; color:#4e4e4e; line-height:32px; margin-top:20px;}
.cpxq_sp>span{color:#ff3434;}
.cpxq_spp{display:block; overflow:hidden; line-height:24px; font-size:16px; color:#848484; margin-top:20px;}
.cpxq_txt{display:block; overflow:hidden; padding-top:20px; font-size:16px; color:#848484; line-height:30px;}
/*END-全部房产*/

/*房产服务*/
.fcfw_ul1{display:block; width:1208px;}
.fcfw_ul1 li{width:294px; float:left; margin:0 8px 10px 0; box-shadow:0 0 20px rgba(0,0,0,0.2);}
.fcfw_ul1 li a{display:block; overflow:hidden; background:#fff; padding:40px 30px;}
.fcfw_ul1 li a .fcfw_img{width:80px; display:block; margin:0 auto; border-radius:50%; position:relative; overflow:hidden; background:#fff;}
.fcfw_ul1 li a .fcfw_img::before{content:""; display:block; padding-top:100%;}
.fcfw_ul1 li a .fcfw_T{display:block; overflow:hidden; height:44px; line-height:44px; text-align:center; margin-top:10px; font-size:24px; color:#ff3434;}
.fcfw_ul1 li a .fcfw_heng{display:block; overflow:hidden; width:50px; height:1px; background:#aeaeae; margin:10px auto;}
.fcfw_ul1 li a .fcfw_txt{display:block; overflow:hidden; height:120px; line-height:30px; font-size:16px; color:#6f6f6f; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:4; -webkit-box-orient: vertical;}
.fcfw_ul1 li:nth-child(2) a .fcfw_T{color:#1eb783;}
.fcfw_ul1 li:nth-child(3) a .fcfw_T{color:#e28122;}
.fcfw_ul1 li:nth-child(4) a .fcfw_T{color:#af3cdf;}
.fcfw_ul1 li a:hover{background:#ff3434;}
.fcfw_ul1 li a:hover .fcfw_T{color:#fff;}
.fcfw_ul1 li a:hover .fcfw_heng{background:#fff;}
.fcfw_ul1 li a:hover .fcfw_txt{color:#fff;}
/*END-房产服务*/

/*新闻资讯*/
.news_ul1{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;}
.news_ul1 li{width:calc(50% - 16px); float:left; margin-bottom:30px;}
.news_ul1 li a{display:-webkit-box; display:-ms-flexbox; display:flex; overflow:hidden; border:2px solid #f3f3f3; background:#f3f3f3; padding:20px; position:relative;}
.news_ul1 li a::before{content:""; width:70px; float:left; height:70px; background:url(../images/news_jiantou.png) no-repeat center center; background-size:100% 100%; position:absolute; right:-100%; bottom:0; transition:all 0.4s;}
.news_ul1 li a .news_B{width:224px; float:left; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.news_ul1 li a .news_R{width:calc(100% - 224px); float:left; padding-left:20px;}
.news_ul1 li a .news_R .news_p{display:block; overflow:hidden; height:48px; line-height:24px; font-size:18px; color:#181818;}
.news_ul1 li a .news_R .news_txt{display:block; overflow:hidden; height:72px; line-height:24px; font-size:14px; color:#787777; margin-top:15px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical;}
.news_ul1 li a .news_R .news_sp{display:block; overflow:hidden; height:16px; line-height:16px; font-size:14px; color:#bbbbbb; margin-top:15px;}
.news_ul1 li:hover a{border-color:#ff3434; background:#fff;}
.news_ul1 li:hover a::before{right:0;}
.news_ul1 li:hover a .news_R .news_p{color:#ff3434;}

.xw_ul{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;}
.xw_ul li{width:calc(50% - 16px); float:left; overflow:hidden; line-height:34px; margin-bottom:10px; border:1px solid #ddd; padding:0 10px; transition:all 0.4s;}
.xw_ul li span{float:right; font-size:14px; color:#373737;}
.xw_ul li a{display:block; overflow:hidden; height:40px; color:#373737; font-size:14px;text-overflow:ellipsis; white-space: nowrap;}
.xw_ul li a em{ font-family:SimSun; font-weight:bold; padding-right:5px; font-size:16px;}
.xw_ul li:hover{border-color:#ff3434;}
.xw_ul li:hover a{color:#ff3434;}

.xwxq{display:block; overflow:hidden;  box-shadow:0 0 20px rgba(0,0,0,0.2); padding:20px;}
.xwxq_p{display:block; overflow:hidden; text-align:center; font-size:18px; font-weight:bold; color:#000; line-height:30px;}
.xwxq_sp{display:block; overflow:hidden; text-align:center; font-size:12px; line-height:16px; color:#a4a4a4; padding:5px 0; border-bottom:1px dashed #ccc;}
.xwxq_img{display:block; overflow:hidden; padding-top:20px;}
.xwxq_txt{display:block; overflow:hidden; padding-top:20px; font-size:14px; line-height:24px; color:#5a5a5a;}
/*END-新闻资讯*/

/*联系我们*/
.contact_txt{width:40%; float:left; font-size:16px; color:#5a5a5a; line-height:30px;}
.contact_map{width:60%; float:left; border:none; height:400px; margin-top:20px;}
/*END-联系我们*/

/*浮动QQ*/
.open{width:31px; height:110px; background:url(../images/qq/openTrigger.jpg) no-repeat center center; position:fixed; right:0; top:250px;z-index:999999999; cursor:pointer;}
.off{width:24px; height:24px; background:url(../images/qq/closeBtnImg.gif) no-repeat center center; position:fixed; right:-5px; top:240px;z-index:999999999; cursor:pointer;}
.fix_qq { display:none;position: fixed;right: 0px;top:250px;width: 93px;height: 122px;z-index:999999999;background: url(../images/qq/qq_01.png) no-repeat;}
.fix_qq_top {height: 122px;background: url(../images/qq/qq_01.png) no-repeat;}
.fix_qq_center {background: url(../images/qq/qq_02.png) repeat-y;text-align: center;}
.fix_qq_foot {height: 4px;background: url(../images/qq/qq_04.png) no-repeat;}
/*END-浮动QQ*/