﻿@charset "utf-8";
/* CSS Document */
*{
	font-family: "微软雅黑", "Microsoft YaHei";
}
body{
	margin:0;
	padding:0;
}
a img{
	border:none;
}
.clearfix{
	clear:both;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-weight: normal;
}
ul,li{
	list-style: none;
	margin:0;
	padding:0;
}
a{
	text-decoration:none;
}

a:hover{
	text-decoration:none;
}
p{
	margin:0;
	padding:0;
}
/*顶部*/
.headtop{width:100%;height: 90px;background-color: #fff;position: fixed;left: 0;top: 0;z-index: 10000;box-shadow: 0 0 4px rgba(0,0,0,0.1);}

/*建档100年*/
.headtop.top100{}
.wraptop{width: 100%;overflow: hidden;}
.party100{width: 100%;height: 100px;background: url(../images/100years.jpg) center no-repeat;}
@media(max-width: 980px){
  .headtop.top100{top: 10vw;}
  .party100{height: 10vw;width: 200%;position: relative;left: -50%;background-size: cover;}
}

.headtop .logo{position:absolute;left:auto;top:20px;z-index:50;}
.nav{height: 90px;position: absolute;left:68%;z-index:20;float:left;transform: translateX(-58%);width:1000px;}
.nav li{float: left;line-height: 90px;text-align: center; margin: 0 14px; }
.nav li a{font-size: 18px;padding:0 11px;color: #333333; display: block;position: relative;}
.nav li.cur a,.nav li.hover a,.nav li a:hover{color: #b21a08;}
.nav li.cur a:after{width: 100%;}
.nav li a:after{position: absolute;z-index: 2; width: 0;height:2px;left: 0;bottom: 0px;background-color: #b21a08;content: "";-webkit-transition: width 0.33s;
-o-transition: width 0.33s;
transition: width 0.33s;}

.top_search{width:auto;height:36px;float:right;margin-top:27px;margin-right:16px;position: relative;}
.top_search_btn{}
.top_search_btn .open_btn{display:block;padding-left:22px;background:url(../images/search_btn.png) no-repeat left;line-height:36px;color:#868686;cursor:pointer;}
.top_search_btn .close_btn{display:none;width:36px;height:36px;background:url(../images/icon_close2.png) no-repeat center;background-size:16px;cursor:pointer;}
.top_search_box{position:absolute;right:20px;width:600px;top:0;border:1px solid #eee;display:none;opacity:0;}
.top_search .keywords{border:none;font-size:14px;height:34px;line-height: 34px!important;color:#7f7d7d;width:100%;background:transparent;text-indent:12px;}
.top_search .submit{font-size:0;display:block;width:34px;height:34px;border:none;position:absolute;right: 5px;top: 0;background:url(../images/search_btn.png) no-repeat center;}
.top_search.curr .top_search_btn .open_btn{display:none}
.top_search.curr .top_search_btn .close_btn,.top_search.curr .top_search_box{display:block}


.top_login{float: right;font-size:18px;margin-top:27px;margin-right: 16px;padding-left: 16px;position:relative;}
.top_login:before{content:"";display:block;position:absolute;left:0;top:9px;height:18px;width:1px;background:#d0d0d0;}
.top_login span{font-size:18px;color:#868686;line-height:36px;}
.top_login a{color:#868686;font-size:16px;line-height:36px;}
.top_language{float: right;font-size:18px;margin-top:27px;margin-right: 60px;padding-left: 16px;position:relative;}
.top_language:before{content:"";display:block;position:absolute;left:0;top:9px;height:18px;width:1px;background:#d0d0d0;}
.top_language span{font-size:18px;color:#868686;line-height:36px;}
.top_language a{color:#868686;font-size:16px;line-height:36px;}
.top_language:hover a,.top_language:hover span,.top_login:hover a,.top_login:hover span{color:#b21a08}
.menu{width:36px;height:36px;float:right;text-align: center;line-height: 36px;margin-top:27px;cursor:pointer;position: absolute;right: 8px;}
.menu span{font-size:20px;transform:rotateY(180deg);-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);}

.navwrap{width: 100%; position: absolute;top: 90px;left: 0;z-index: 999;}

.navwrap .con{position: absolute;width: 100%;display: none;border-top:1px solid #ddd;background: #fff;box-shadow: 0 2px 4px rgba(0,0,0,0.1)}
.navwrap .container{padding: 50px 0 70px;overflow: hidden;width:900px;position: relative;}
.navwrap .desc{width: 600px;float: left;margin-left: 0px;}
.navwrap .desc>a{display:block;float:left;width:200px;height:200px;border-right:1px solid #dedede;padding:0px 25px 0 40px;font-size:16px;color:#b21a08;line-height:36px;}
.navwrap .desc>a:after{content:"";display:block;width:20px;height:36px;background:url(../images/nav_right_icon.png)no-repeat center;float:right;}
.navwrap .desc>ul{float:left;width:200px;min-height:200px;position:relative;border-right:1px solid #dedede;padding:0px 25px 0 40px;margin-bottom:0;position:relative}
.navwrap .desc>ul>li{font-size:16px;line-height:36px;overflow: hidden;}
.navwrap .desc>ul>li>a{display:block;width:calc( 100% - 20px );color:#6d6c6c;float: left;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; }
.navwrap .desc>ul>li.cur>a{color:#b21a08;}
.navwrap .desc>ul>li.cur:after{content:"";display:block;width:18px;height:36px;background:url(../images/nav_right_icon.png)no-repeat center;float:right;}
.navwrap .desc>ul>li>ul{position:absolute;left:240px;width:160px;top:0px;margin-bottom:0;display:none;}
.navwrap .desc>ul>li.cur>ul{display:block}
.navwrap .desc>ul>li>ul a{display:block;color:#6d6c6c;font-size:16px;line-height:36px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; }
.navwrap .desc>ul>li>ul a:hover,.navwrap .desc>ul>li>ul .cur a{color:#b21a08}
.navwrap .img{width:300px;height: 200px; float: right; background-position: center center;background-repeat: no-repeat; margin-right: 0px;}


/* header */
#header{position:fixed;left:0;top:0;z-index:10086;width:100%;display:none;}
#header .all_nav_con{width:100%;background: #b21a08;height:100vh;overflow-y:auto;overflow-x:hidden;}
.nav_top{height:90px;}
.nav_top h1{float:left;margin-top:20px;}
.nav_top .all_nav_close{width:36px;height:36px;float:right;line-height: 36px;margin-top:27px;cursor:pointer;background:url(../images/icon_close.png) no-repeat center;transform:rotate(0deg);-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg); transition: .5s;-webkit-transition: .5s;-moz-transition: .5s;}
.nav_top .all_nav_close:hover {transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);}
#header .all_nav_con ul.pcmenu{max-width:1200px;margin:0 auto;width:92%;overflow:hidden;padding-bottom:60px;}
#header .all_nav_con ul.pcmenu>li{width:25%;float:left;padding-top:90px;padding-left:5%;}
#header .all_nav_con ul.pcmenu>li:nth-child(5){display:none}
#header .all_nav_con ul.pcmenu>li>a{color:#fff;font-size:30px;line-height: 48px;}
#header .all_nav_con ul.pcmenu>li>ul{padding-top:40px;}
#header .all_nav_con ul.pcmenu>li>ul>li>a{font-size:20px;color:#fff;line-height:38px;}
#header .all_nav_con ul.pcmenu>li>ul>li>ul{padding: 10px 0;}
#header .all_nav_con ul.pcmenu>li>ul>li>ul>li{border-left:1px solid rgba(255,255,255,0.4);padding-left:8px;font-size:16px;line-height:20px;padding-bottom:10px;}
#header .all_nav_con ul.pcmenu>li>ul>li>ul>li:last-child{padding-bottom:0;}
#header .all_nav_con ul.pcmenu>li>ul>li>ul>li>a{color: rgba(255,255,255,0.6);font-weight:300;}
#header .all_nav_con ul.pcmenu a:hover{border-bottom:1px solid #fff}
#header .all_nav_con ul.pcmenu>li>ul>li>ul>li>a:hover{border-bottom:1px solid rgba(255,255,255,0.4)}

/*******banner*******/
.banner,.banner_index{position: relative;overflow: hidden;padding-top:90px;}
.banner .con img,.banner_index .con img{max-width:100%}
.banner .swiper-button-next,.banner .swiper-button-prev,.banner_index .swiper-button-next,.banner_index .swiper-button-prev{display:none;}
.banner .swiper-pagination-bullet,.banner_index .swiper-pagination-bullet{width:60px;height: 6px;border-radius: 0;background:rgba(255,255,255,0.5);opacity:1}
.banner .swiper-pagination-bullet-active,.banner_index .swiper-pagination-bullet-active{background:rgba(255,255,255,1)}
.banner_search{position:absolute;bottom:20%;left:50%;transform:translateX(-50%);max-width:1600px;width:90%;padding: 0 12px;}
.banner_search_box{width:100%;max-width:1036px;margin:0 auto;height:70px;}
.banner_search_box .keywords{width:calc( 100% - 70px );float:left;border:1px solid #ebebeb;height:70px;font-size:16px;color:#8b8b8b;text-indent:30px;}
.banner_search_box .keywords::-webkit-input-placeholder{color:#8b8b8b;}
.banner_search_box .submit{display:block;width:70px;height:70px;border:none;font-size:0;float:right;background:url(../images/news_search_btn.jpg)no-repeat center;}/*公告*/
.announcement_box{
	width:100%;
	height:60px;
	border-bottom:1px solid #e2e2e2;
}
.announcement_box_center{
	width:1180px;
	margin:0 auto;
}
.announcement_box_center_l{
	width:80px;
	float:left;
	height:60px;
}
.announcement_box_center_l>h2{
	font-size:16px;
	color:#333;
	line-height: 60px;
}
.announcement_box_center_r{
	width:1100px;
	float:left;
	height:60px;
}

.box {
	width:100%;
	height:60px;
}
.winBox {
	width:100%;
	height:60px;
	overflow:hidden;
	position:relative;
}
.scroll {
	/*width的大小是根据下面li的长度和多少个li而定的，需注意！*/
	width:2200px;
	position:absolute;
	left:0px;
	top:0px;
}
.scroll li {
	width:366.6666666px;
	float:left;
	line-height:60px;
}
.scroll>li>a>p{
	font-size:14px;
	color:#333;
	line-height: 60px;
	float:left;
	width:280px;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.scroll>li>a>span{
	font-size:14px;
	color:#999;
	line-height: 60px;
	float:right;
	width:70px;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.scroll>li:hover .scroll_span{
	color:#f2383a;
}
.scroll>li:hover .scroll_p{
	color:#f2383a;
}


.heat_box{
	width:100%;
	margin-bottom:60px;
}
.heat_box_center{
	width:1180px;
	margin:0 auto;
}
.heat_box_center_title{
	width:100%;
	text-align: center;
	margin-top:60px;
}
.heat_box_center_title>a>h2{
	font-size:25px;
	color:#f2383a;
	font-weight: bold;
}
.heat_box_center_title>a>p{
	font-size:14px;
	color:#999;
	margin-top:12px;
	margin-bottom:40px;
}
.heat_box_center_1{
	width:180px;
	margin-right:20px;
	position:relative;
	float:left;
}
.heat_box_center_1_pic{
	position:relative;
}
.heat_box_center_1_pic,.heat_box_center_1_pic>img{
	display:block;
	width:180px;
	height:127px;
}
.heat_box_center_1_w{
	width:100%;
	border:1px solid #e2e2e2;
	box-sizing: border-box;
	padding-left:15px;
	padding-top:20px;
	padding-bottom:28px;
}
.heat_box_center_1_w>h2{
	font-size:16px;
	color:#333;
	margin-bottom:10px;
}
.heat_box_center_1_w>p{
	font-size:12px;
	color:#999;
	margin-bottom:20px;
	text-transform:uppercase;
}
.heat_box_center_1_w_t1{
	display:block;
}
.heat_box_center_1_w_t2{
	display:none;
}
.heat_box_center_1:hover .heat_box_center_1_w_t1{
	display:none;
}
.heat_box_center_1:hover .heat_box_center_1_w_t2{
	display:block;
}
.heat_box_center_1_a{
	position:absolute;
	top:50px;
	width:108px;
	height:29px;
	border:1px solid #fff;
	text-align: center;
	line-height: 29px;
	color:#fff;
	left:36px;
	box-sizing: border-box;
	-webkit-transition:transform 0.5s;
	-moz-transition:transform 0.5s;
	-o-transition:transform 0.5s;
	-ms-transition:transform 0.5s;
	transition:transform 0.5s;
	-webkit-transform:translate3d(0,-30px,0);
	-moz-transform:translate3d(0,-30px,0);
	-o-transform:translate3d(0,-30px,0);
	-ms-transform:translate3d(0,-30px,0);
	transform:translate3d(0,-30px,0);
	visibility: hidden;
}
.heat_box_center_1:hover .heat_box_center_1_a{
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-o-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	visibility: visible;
}
.heat_box_center_1_bg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: none;
}
.heat_box_center_1:hover .heat_box_center_1_bg{
	display:block;
}
.heat_box_center_1:hover .heat_box_center_1_w{
	display:block;
	background:#f2383a;
	border:#f2383a;
}
.heat_box_center_1:hover .heat_box_center_1_w>p{
	color:#fff;
}
.heat_box_center_1:hover .heat_box_center_1_w>h2{
	color:#fff;
}

.news_box{
	width:100%;
	margin-bottom:60px;
}
.news_box_center{
	width:1180px;
	margin:0 auto;
	border:1px solid #e2e2e2;
	box-sizing: border-box;
}
.news_box_center_1,.news_box_center_1>a>img{
	display:block;
	width:240px;
	float:left;
}
.news_box_center_2{
	width:878px;
	margin:0 30px;
	padding-top:50px;
	float:left;
	position: relative;
}
.xj{
	position: absolute; top: 90px;left: 0;
}
.tab-con-item {
    display: none;
}
.j-tab-nav{
	width:530px;
	float:left;
	margin-bottom:20px;
}
.j-tab-a-a{
	width:80px;
	float:left;
}
.j-tab-a-a>a{
	display:block;
	text-align: right;
	font-size:16px;
	color:#999;
	line-height: 34px;
	height:34px;
}
.j-tab-a-a>a:hover{
	color:#f2383a;
	background-color:transparent
}
.j-tab-nav>a{
	display:inline-block;
	padding-left:20px;
	line-height: 34px;
	height:34px;
}



.news_box_center_3{
	width:240px;
	float:left;
	padding-top:49px;
}
.news_box_center_3_1{
	width:240px;
	height:67px;
	background:#e2e2e2;
	margin-bottom:15px;
}
.news_box_center_3_1_l{
	width:34px;
	float:left;
	margin-top:17px;
	margin-right:21px;
	margin-left: 40px;
}
.news_box_center_3_1_l_1{
	display:block;
}
.news_box_center_3_1_l_2{
	display:none;
}
.news_box_center_3_1_r_h2{
	font-size:18px;
	color:#333;
	line-height: 67px;
}
.news_box_center_3_1_r_h2 a{
	color: #333;
}
.news_top_l{
	width:144px;
	float:left;
	margin-right:16px;
	overflow: hidden;
	
}
.news_top_l>img{
	width:144px;
	display:block;
	    cursor: pointer;
    transition: all 0.6s;
}
.news_top:hover .news_top_l>img{
    transform: scale(1.4);
}
.news_top_r{
	width:450px;
	float:left;
}
.news_top_r_h2{
	font-size:16px;
	color:#333;
	line-height: 36px;
}
.news_top_r_p{
	font-size:14px;
	color:#999;
	line-height: 23px;
}
.news_top:hover .news_top_r_h2{
	color:#f2383a;
}
.news_bottom{
	margin-top:13px;
}
.news_bottom_li{
	height:50px;
	line-height: 50px;
	border-bottom:1px dashed #d9d9d9;
}
.news_bottom_li>a>i{
	font-size:2px;
	color:#f2383a;
	line-height: 50px;
	float:left;
	width:4px;
	height:4px;
	margin-left:8px;
	margin-right:12px;
}
.news_bottom_li_h2{
	font-size:14px;
	color:#333;
	float:left;
	line-height: 50px;
}
.news_bottom_li_span{
	float:right;
	font-size:14px;
	color:#999;
	line-height: 50px;
}
.news_bottom_li:hover .news_bottom_li_h2{
	color:#f2383a;
}










.news_box_center_3_1:hover{
	background:#f2383a;
}
.news_box_center_3_1:hover .news_box_center_3_1_l_1{
	display:none;
}
.news_box_center_3_1:hover .news_box_center_3_1_l_2{
	display:block;
}
.news_box_center_3_1:hover .news_box_center_3_1_r_h2{
	color:#fff;
}
.news_box_center_3_1:hover .news_box_center_3_1_r_h2 a{
	color:#fff;
}


/*footer*/
.footer_box{
	width:100%;
	background:#0093d6;
	color:#fff;
	min-width:1180px;
}
.footer_box_center{
	width:1180px;
	margin:0 auto;
}
.footer_box_center_top{
	width:100%;
	padding-top:60px;
	padding-bottom:40px;
	border-bottom:1px solid #33a9de;
}
.footer_box_center_top_l{
	float:left;
}

.footer_box_center_top_r{
	float:right;
}
.footer_box_center_top_r>img{
	display:block;
	width:182px;
}
.footer_box_center_top_l_ul{
	float:left;
	margin-right:100px;
}
.footer_box_center_top_l_ul>li>a>h2{
	font-size:18px;
	color:#fff;
	font-weight: bold;
	margin-bottom:22px;
}
.footer_box_center_top_l_ul>li>a>p{
	font-size:14px;
	color:#fff;
	line-height: 30px;
}
.footer_box_center_top_l_ul>li>a>p:hover{
	color:#f2383a;
}
.footer_box_center_bottom{
	padding-top:40px;
	padding-bottom:60px;
}
.footer_box_center_bottom_p{
	font-size:14px;
	color:#fff;
	line-height: 24px;
}
.footer_box_center_bottom_p>a{
	font-size:14px;
	color:#fff;
}

/*新加*/
.ej_box_center_banner_content_center_content img{
	max-width:100%;
}
.ej_box{
	width:100%;
	min-width:1180px;
}
.ej_box_center{
	width:1180px;
	margin:0 auto;
}
.ej_box_center_banner_title{
	width:100%;
	text-align: center;
	padding-top:130px;
}
.ej_box_center_banner_title_h2{
	font-size:43px;
	color:#f2383a;
	font-weight: bold;
	margin-bottom:10px;
}
.ej_box_center_banner_title_h3{
	font-size:20px;
	color:#332c2b;
	margin-bottom:30px;
}
.ej_box_center_banner_title_h3_i{
	color:#fff;
	font-size:40px;
	margin-bottom:30px;
}
.ej_box_center_banner_content{
	width:1180px;
	margin:0 auto;
	padding-bottom:100px;
}
.ej_box_center_banner_content_center{
	width:1080px;
	margin:0 auto;
	padding-top:19px;
}
.ej_box_center_banner_content_center_title{
	width:100%;
	border-bottom:1px solid #e2e2e2;
	margin-bottom:50px;
}
.ej_box_center_banner_content_center_title_l{
	float:left;
	width:780px;
}
.ej_box_center_banner_content_center_title_l>a{
	display: inline-block;
	font-size:20px;
	color:#333;
	line-height: 86px;
	margin-right:70px;
}
.ej_box_center_banner_content_center_title_l>a:hover{
	color:#f2383a;
}
.ej_box_center_banner_content_center_title_l>a.title_dq{
	color:#f2383a;
	position:relative;
}
.ej_box_center_banner_content_center_title_l>a.title_dq:after{
	position:absolute;
	bottom:0;
	left: 0;
	content:"";
	width:100%;
	height:3px;
	background:#f2383a;
}

.ej_box_center_banner_content_center_title_l1{
	float:left;
	width:780px;
}
.ej_box_center_banner_content_center_title_l1>a{
	display: inline-block;
	font-size:16px;
	color:#333;
	line-height: 86px;
	margin-right:40px;
}
.ej_box_center_banner_content_center_title_l1>a:hover{
	color:#f2383a;
}
.ej_box_center_banner_content_center_title_l1>a.title_dq{
	color:#f2383a;
	position:relative;
}
.ej_box_center_banner_content_center_title_l1>a.title_dq:after{
	position:absolute;
	bottom:0;
	left: 0;
	content:"";
	width:100%;
	height:3px;
	background:#f2383a;
}

.ej_box_center_banner_content_center_title_r{
	float:right;
	width:300px;
}
.ej_box_center_banner_content_center_title_r_p{
	font-size:12px;
	color:#999;
	line-height: 86px;
	text-align: right;
}
.ej_box_center_banner_content_center_title_r_p>a{
	font-size:14px;
	color:#999;
	line-height: 86px;
}
.ej_box_center_banner_content_center_title_r_p>a.nav_dq{
	color:#f2383a;
}
.ej_box_center_banner_content_center_title_r_p>a:hover{
	color:#f2383a;
}
.ej_box_center_banner_content_center_title_r_p>a>i{
	margin-right:10px;
	font-size:16px;
	color:#999;
}
.ej_box_center_banner_content_center_title_1{
	border-bottom:1px solid #e2e2e2;
	line-height: 68px;
	padding-left:126px;
	margin-bottom:50px;
}
.ej_box_center_banner_content_center_title_1>a{
	font-size:16px;
	color:#333;
	margin-right:40px;
        display:inline-block;
}
.ej_box_center_banner_content_center_title_1>a:hover{
	color:#f2383a;
}
.ej_box_center_banner_content_center_title_1>a.title_dq{
	color:#f2383a;
}
.ej_box_center_banner_content_center_content_block{
	margin-top:100px;
	margin-bottom:100px;
}
.ej_box_center_banner_content_center_content_block_1{
	width:360px; height:140px;
	text-align: center;
	border-right:1px solid #e2e2e2;
	box-sizing: border-box;
	float:left;
}
.ej_box_center_banner_content_center_content_block_1_h2{
	font-size:50px;
	color:#f2383a;
}
.ej_box_center_banner_content_center_content_block_1_p{
	font-size:20px;
	color:#999;
}
.ej_box_center_banner_content_center_content_content_p{
	font-size:16px;
	color:#333;
	line-height: 30px;
}
.ej_box_center_banner_content_center_content_content_row{
	margin-left:-10px;
	margin-right:-10px;
}
.ej_box_center_banner_content_center_content_content_tl{
	width:255px;
	float:left;
	padding:0 10px;
	margin-bottom:20px;
}
.ej_box_center_banner_content_center_content_content_tl1{
	width:289px;
	float:left;
	padding:0 4px;
	margin-bottom:10px;
}
.ej_box_center_banner_content_center_content_content_tl_border{
	border:1px solid #e2e2e2;
	box-sizing: border-box;
}
.ej_box_center_banner_content_center_content_content_tl_border1{
	border:1px solid #e2e2e2;
	box-sizing: border-box;
}
.ej_box_center_banner_content_center_content_content_tl_border_t{
	padding:10px 10px 0 10px;
}
.ej_box_center_banner_content_center_content_content_tl_border_t1{
	padding:10px 10px 0 10px;
}
.ej_box_center_banner_content_center_content_content_tl_border_t1>img{
	width:100%
}
.ej_box_center_banner_content_center_content_content_tl_border>div{
	display:block;
}
.ej_box_center_banner_content_center_content_content_tl_border_b{
	padding:0 10px;
	position:relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	
}
.ej_box_center_banner_content_center_content_content_tl_border_b1{
	padding:0 10px;
	position:relative;
}
.ej_box_center_banner_content_center_content_content_tl_border_b_h2{
	font-size:16px;
	color:#333;
	line-height: 56px;
	text-align:center;}
.ej_box_center_banner_content_center_content_content_tl_border_b_h21{
	font-size:16px;
	color:#333;
	line-height: 50px;
	float:left;
}
.ej_box_center_banner_content_center_content_content_tl_border_b_i{
	float:right;
	font-size:20px;
	color:#999;
	line-height: 56px;
}
.ej_box_center_banner_content_center_content_content_tl_border_b:after{
	content:"";
	width:0;
	height:100%;
	position:absolute;
	top:0;right:0;
	background:#f2383a;
	z-index: 1;
	-webkit-transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
	-moz-transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
	-o-transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
	-ms-transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
	transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
}
.ej_box_center_banner_content_center_content_content_tl_border_b1:after{
	content:"";
	width:0;
	height:100%;
	position:absolute;
	top:0;right:0;
	background:#f2383a;
	z-index: 1;
	-webkit-transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
	-moz-transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
	-o-transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
	-ms-transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
	transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
}
.ej_box_center_banner_content_center_content_content_tl_border:hover .ej_box_center_banner_content_center_content_content_tl_border_b_h2{
	color:#fff;
	z-index: 2;
	position:relative;
}
.ej_box_center_banner_content_center_content_content_tl_border:hover .ej_box_center_banner_content_center_content_content_tl_border_b_i{
	color:#fff;
	z-index: 2;
	position:relative;
}
.ej_box_center_banner_content_center_content_content_tl_border:hover .ej_box_center_banner_content_center_content_content_tl_border_b:after{
	width:100%;
	left:0;
	right:auto;
	-webkit-transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
	-moz-transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
	-o-transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
	-ms-transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
	transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
}
.ej_box_center_banner_content_center_content_content_tl_border1:hover .ej_box_center_banner_content_center_content_content_tl_border_b_h21{
	color:#fff;
	z-index: 2;
	position:relative;
}
.ej_box_center_banner_content_center_content_content_tl_border1:hover .ej_box_center_banner_content_center_content_content_tl_border_b1:after{
	width:100%;
	left:0;
	right:auto;
	-webkit-transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
	-moz-transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
	-o-transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
	-ms-transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
	transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
}

.paging_box{
	width:100%;
	text-align: center;
	margin-top:30px;
}
.paging_box_1{
	display:inline-block;
	padding:2px 6px;
	border:1px solid #e2e2e2;
	color:#999;
}
.paging_box_2{
	display:inline-block;
	padding:2px 8px;
	border:1px solid #e2e2e2;
	margin:0 5px;
	color:#999;
}
.paging_box_1>a,.paging_box_2>a{
	color:#999;
}
.paging_box_1>a:hover{
	color:#f2383a;
}
.paging_box_2>a:hover{
	color:#f2383a;
}
.paging_box_2_dq{
	background:#f2383a;
	color:#fff;
}
.paging_box_2_dq>a{
	color:#fff;
}
.paging_box_2_dq>a:hover{
	color:#fff;
}
.ej_box_center_banner_content_center_content_page_title{
	margin-bottom:50px;
}
.ej_box_center_banner_content_center_content_page_title>h2{
	text-align: center;
	font-size:26px;
	color:#040000;
	padding-bottom:30px;
	border-bottom:1px dashed #ccc;
}
.ej_box_center_banner_content_center_content_page_title>p{
	font-size:14px;
	color:#999;
	text-align: center;
	/*margin-top:30px;*/
	
	line-height: 54px;
	/*border-top:1px dashed #ccc;*/
}
.ej_box_center_banner_content_center_content_page_title1{
	margin-bottom:50px;
}
.ej_box_center_banner_content_center_content_page_title1>h2{
	text-align: center;
	font-size:26px;
	color:#040000;
	border-bottom:1px dashed #ccc;
	padding-bottom:30px;
}
.ej_box_center_banner_content_center_content_page_content_pic{
	text-align: center;
}
.ej_box_center_banner_content_center_content_content_row2{
	margin-left:-20px;
	margin-right:-20px;
}
.ej_box_center_banner_content_center_content_content_2{
	width:520px;
	float:left;
	padding:0 20px;
	margin-bottom:60px;
}
.ej_box_center_banner_content_center_content_content_2_border{
	border:1px solid #e2e2e2;
	box-sizing: border-box;
	position:relative;
	padding-top:60px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:50px;
}
.ej_box_center_banner_content_center_content_content_2_border_topdiv{
	position:absolute;
	top:-20px;
	left:0;
	width:100%;
	text-align: center;
}
.ej_box_center_banner_content_center_content_content_2_border_topdiv>h2{
	width:150px;
	margin:0 auto;
	background:#f2383a;
	color:#fff;
	font-size:20px;
	line-height: 40px;
	height:40px;
	position:relative;
}
.ej_box_center_banner_content_center_content_content_2_border_topdiv>h2>a{
	color:#fff;
}
.ej_box_center_banner_content_center_content_content_2_border_topdiv>h2:before{
	position:absolute;
	content:"";
	width:8px;
	height:10px;
	border-left:2px solid #f2383a;
	left:-10px;
	top:14px;
	background:#fff;
}
.ej_box_center_banner_content_center_content_content_2_border_topdiv>h2:after{
	position:absolute;
	content:"";
	width:8px;
	height:10px;
	border-right:2px solid #f2383a;
	right:-10px;
	top:14px;
	background:#fff;
}
.ej_box_center_banner_content_center_content_content_2_border_h3{
	font-size:18px;
	color:#333;
	text-align: center;
	margin-bottom:30px;
}
.ej_box_center_banner_content_center_content_content_2_border_p{
	font-size:14px;
	color:#666;
	text-align: center;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 80px;
	
}
.ej_page_content_pic_tw>h2{
	font-size:20px;
	color:#333;
	margin-bottom:50px;
}
.ej_news_box{
	padding:30px 0;
	border-bottom:1px dashed #ccc;
}
.ej_news_box_l{
	float:left;
	width:217px;
	margin-right:30px;
	overflow: hidden;
}
.ej_news_box_l_pic{
	cursor: pointer;
	transition: all 0.6s;
}
.ej_news_box_r{
	width:833px;
	float:left;
}
.ej_news_box_r_h2{
	font-size:18px;
	color:#333;
	line-height: 40px;
}
.ej_news_box_r_p{
	font-size:14px;
	color:#999;
	line-height: 23px;
	margin-bottom:30px;
	margin-top:10px;
}
.ej_news_box_r_span{
	font-size:14px;
	color:#999;
}
.ej_news_box:hover .ej_news_box_r_h2{
	color:#f2383a;
}
.ej_news_box:hover .ej_news_box_l_pic{
	transform: scale(1.4);
}
.syp_box{
	margin-top:100px;
	padding-top:45px;
	border-top:1px dashed #ccc;
}
.syp_box>a{
	display:block;
	font-size:16px;
	color:#666;
	line-height: 35px;
}
.syp_box>a:hover{
	color:#f2383a;
}
.syp_box>a>span{
	font-size:16px;
	color:#666;
}


/*.message_center{
	padding-left:220px;
}*/
.form-group_l{
	width:350px;
	float:left;
	text-align: right;
	margin-right:10px;
}
.form-group_r{
	float:left;
}
.form-group {
    margin-bottom: 15px;
}
.form-group label {
    font-size: 16px;
	color:#333;
	line-height: 40px;
}
.form-group .form-control {
    width: 285px;
    height: 26px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 40px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-group span{
    font-size: 18px;
	color:#EC2E2E;
}
.form-group textarea{
	height: auto;
    min-height: 150px;
    width: 547px;
    height: 40px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 40px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.tjan{
	margin-top:50px;
	padding-left: 66px;
}
.tjan>a{
	display:inline-block;
	width:100px;
	height:40px;
	line-height: 40px;
	color:#333;
	background:#e2e2e2;
	margin:0 10px;
	font-size:14px;
	text-align: center;
}
.tjan>a.tjan_dq{
	background:#f2383a;
	color:#fff;
}
.tjan>a:hover{
	background:#f2383a;
	color:#fff;
}

.ej_heat_row{
	margin-left:-20px;
	margin-right:-20px;
}
.ej_heat_box{
	width:500px;
	float:left;
	padding:0 20px;
	margin-bottom:50px;
}

.ej_heat_box_border{
	border:1px solid #e2e2e2;
	padding:25px;
}
.ej_heat_box_l{
	width:132px;
	float:left;
	margin-right:25px;
}
.ej_heat_box_l>img{
	display:block;
	width:132px;
	height:108px;
}
.ej_heat_box_r{
	float:left;
	width:291px;
}
.ej_heat_box_r>h2{
	font-size: 18px;
	color:#333;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.ej_heat_box_r>p{
	font-size: 14px;
    color: #666;
    line-height: 16px;
    margin: 4px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 48px;
}
.ej_heat_box_r>img{
	display:block;
	margin-top:6px;
}

.ej_heat_box_r>img.heat_pic_2{
	display:none;
}
.ej_heat_box:hover .ej_heat_box_r>h2{
	color:#f2383a;
}
.ej_heat_box:hover .ej_heat_box_r>img.heat_pic_1{
	display:none;
}
.ej_heat_box:hover .ej_heat_box_r>img.heat_pic_2{
	display:block;
}
.heat_title{
	padding-bottom:50px;
	border-bottom:1px dashed #cccccc;
	margin-bottom:50px;
}
.heat_title>p{
	font-size:16px;
	color:#333;
}
.heat_title>p>a{
	color:#f2383a;
}

.demosMenu{
	width: 307px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
	padding:6px 10px;
    color: #999;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.law_li{
	height:80px;
	line-height: 80px;border-bottom:1px dashed #ccc;
	box-sizing: border-box;
}
.law_li>a>i{
	line-height: 80px;
	color:#f2383a;
	font-size:8px;
	float:left;
	margin-right:12px;
}
.law_li_h2{
	width:900px;
	float:left;
	font-size:18px;
	color:#000;
	line-height: 80px;
}
.law_li_span{
	float:right;
	font-size:14px;
	color:#999;
	line-height: 80px;
	text-align: right;
}
.law_li:hover .law_li_h2{
	color:#f2383a;
}

.ej_new_border_4{
	display:block;
	position:relative;
}
.ej_new_border_4:before{
	border-top:2px solid #f2383a;
	border-bottom:2px solid #f2383a;
	-webkit-transform:scale(0,1);
	-moz-transform:scale(0,1);
	-o-transform:scale(0,1);
	-ms-transform:scale(0,1);
	transform:scale(0,1);
}
.ej_new_border_4:after{
	border-left:2px solid #f2383a;
	border-right:2px solid #f2383a;
	-webkit-transform:scale(1,0);
	-moz-transform:scale(1,0);
	-o-transform:scale(1,0);
	-ms-transform:scale(1,0);
	transform:scale(1,0);
}
.ej_new_border_4:before,.ej_new_border_4:after{
	position:absolute;
	top:-10px; right:-10px; bottom:-10px; left:-10px;
	content:"";
	visibility: hidden;
	-webkit-transition:opacity 0.5s,-webkit-transform 0.5s;
	-moz-transition:opacity 0.5s,-moz-transform 0.5s;
	-o-transition:opacity 0.5s,-o-transform 0.5s;
	-ms-transition:opacity 0.5s,-ms-transform 0.5s;
	transition:opacity 0.5s,transform 0.5s;
}
.ej_new_border_4:hover:before{
	visibility: visible;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}
.ej_new_border_4:hover:after{
	visibility: visible;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}

.ej_heat_box_border{
	position:relative;
}
.ej_heat_box_border:before{
	border-top:1px solid #f2383a;
	border-bottom:1px solid #f2383a;
	-webkit-transform:scale(0,1);
	-moz-transform:scale(0,1);
	-o-transform:scale(0,1);
	-ms-transform:scale(0,1);
	transform:scale(0,1);
}
.ej_heat_box_border:after{
	border-left:1px solid #f2383a;
	border-right:1px solid #f2383a;
	-webkit-transform:scale(1,0);
	-moz-transform:scale(1,0);
	-o-transform:scale(1,0);
	-ms-transform:scale(1,0);
	transform:scale(1,0);
}
.ej_heat_box_border:before,.ej_heat_box_border:after{
	position:absolute;
	top:0px; right:0px; bottom:0px; left:0px;
	content:"";
	visibility: hidden;
	-webkit-transition:opacity 0.4s,-webkit-transform 0.4s;
	-moz-transition:opacity 0.4s,-moz-transform 0.4s;
	-o-transition:opacity 0.4s,-o-transform 0.4s;
	-ms-transition:opacity 0.4s,-ms-transform 0.4s;
	transition:opacity 0.4s,transform 0.4s;
}
.ej_heat_box_border:hover:before{
	visibility: visible;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}
.ej_heat_box_border:hover:after{
	visibility: visible;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}

.ej_zxbx_box{
	width:100%;
}
.ej_zxbx_box_1{
	width:100%;
	text-align: center;
}
.ej_zxbx_box_1_bottom{
	margin-bottom:70px;
}
.ej_zxbx_box_1_h2{
	font-size:16px;
	color:#f2383a;
	line-height: 30px;
}
.ej_zxbx_box_1_w_l{
	float:left;
	width:50%;
	text-align: right;
}
.ej_zxbx_box_1_w_r{
	float:left;
	width:50%;
	text-align: left;
}
.ej_zxbx_box_1_w_l_p{
	color:#333;
	font-size: 16px;
	line-height: 30px;
}
.ej_zxbx_box_1_w_r .form-control23{
	width: 285px;
    height: 20px;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 28px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.ej_zxbx_box_1_w{
	margin-top:10px;
	margin-bottom:10px;
}
.ej_zxbx_box_1_a{
	display: block;
	text-align: center;
    width: 100px;
    height: 40px;
    line-height: 40px;
    color: #333;
    background: #e2e2e2;
	margin:0 auto;
    font-size: 14px;
	margin-top:20px;
} 
.ej_zxbx_box_1_a:hover{
	background: #f2383a;
    color: #fff;
}

.ej_zxbx_box_1{
	margin-top:87px;
}
.ej_zxbx_box_1_box{
	display: inline-block;
	width:auto;
	margin:0 auro;
	border: 2px solid #f2383a;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	
}

.demosMenu_box{
	width: 110px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    padding: 5px 10px;
    color: #f2383a;
    background-color: #fff;
    background-image: none;
	border:none;
	border-right:2px solid #f2383a;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	float:left;
}
.form-control234{
	width: 285px;
    height: 30px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 30px;
    color: #555;
    background-color: #fff;
    background-image: none;
	border:none;
	float:left;
}
.ej_zxbx_box_1_box_a{
	display:block;
	float:left;
	width:40px;
	height:40px;
	line-height: 40px;
	background:#f2383a;
	color:#fff;
	font-size: 16px;
}
.ej_zxbx_box_1_wz{
	width:86%;
	margin:0 auto;
	margin-top:70px;
}
.ej_zxbx_box_1_wz_h2{
	font-size:16px;
	color: #f2383a;
	line-height: 40px;
}
.ej_zxbx_box_1_wz_p{
	font-size:15px;
	color:#363636;
	line-height: 30px;
}
.ej_zxbx_box_1_wz_p>a{
	color:#f2383a;
	font-size: 17px;
	line-height: 30px;
}

/*留言新增加的列表*/
.ly_nr{
	width: 998px;
	padding: 40px;
	border: 1px solid #eee;
	margin-top: 20px;
}
.ly_nr ul{
	width: 998px;
	height: auto;
}
.ly_nr ul li{
	width: 998px;
	height: auto;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	padding: 10px 0;
}
.ly_nr_top{
	width: 998px;
	line-height: 25px;
	height: 25px;
}
.ly_nr_top>a{
	color: #999;
	font-size: 14px;
}
.ly_nr_top>a>span{
	color: red;
	font-size: 14px;
}
.ly_nr_top>span{
	color: #999;
	font-size: 14px;
	float: right;
}
.ly_nr_con{
	line-height: 25px;
	color: #666;
	font-size: 14px;
}

/*tab切换*/
.cc{width:100%;}
.cc ul.menu{height:34px;}
.cc ul.menu li{float:left;text-align:center;width:15%;height:32px;line-height:32px;list-style:none;font-size:16px;cursor:pointer;}
.cc ul.menu li a{font-size:16px; color: #333;}
.cc ul.menu li.active{background:rgb(242, 56, 58);color:#fff;}
.cc ul.menu li.active a{color:#fff;}
.con1,.con2,.con3,.con4{height:313px;}
.con2,.con3,.con4{display:none;}
.cc ul.menu>a{margin-left:20px;background:rgb(242, 56, 58);color:#fff;font-size:16px;display: block;float: left;width: 15%;height:32px;line-height: 32px;text-align: center;}

/*首页tab切换里的轮播*/
.banner011 {
	width: 360px;
	height: 270px;
	background-color: aqua;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	margin-top: 28px;
	float: left;
}
.imgbox {
	width: 360px;
	height: 270px;
	position: relative;
	background-color: #222222;
	overflow: hidden;
}
.img {
	position: absolute;
	display: none;
	left: 180px;
	margin-left: -180px;
}
.im {
	display: block;
}
.change {
	height: 100px;
	display: block;
	position: absolute;
	z-index: 20;
	opacity: 0.4;
	transition: 0.4s;
	top: 50%;
	margin-top: -50px
}
.change:hover {
	opacity: 1;
}
.pre {
	left: 1%;
}
.next {
	right: 1%;
}
.cirbox {
	width: 88px;
	position: absolute;
	bottom: 15px;
	z-index: 10;
	left: 50%;
	margin-left: -44px;
	cursor: pointer;
}
.cir {
	width: 12px;
	height: 12px;
	background-color: white;
	opacity: 0.4;
	float: left;
	border-radius: 6px;
	margin: 0 5px 0 5px;
	cursor: pointer;
}
.cir:hover {
	background-color: cyan;
	transition: 0.8s;
}
.cr {
	opacity: 1;
}
.cr:hover {
	background-color: white;
}



.con_right{
	float: right;
	width: 495px;
	height: auto;
	margin-top: 28px;
}
.over{
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}



/*新加的分公司页面*/

.fgs_top{
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 50px;
	margin-bottom: 40px;
	border-bottom: 1px solid #e2e2e2;
}
.fgs_top_wz{
	height: auto;
	width: 512px;
	float: right;
	margin-left: 40px;
}


.banner11 {
	width: 528px;
	height: 396px;
	background-color: aqua;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	float: left;
}
.imgbox11 {
	width: 528px;
	height: 396px;
	position: relative;
	background-color: #222222;
	overflow: hidden;
}
.img11 {
	position: absolute;
	display: none;
	left: 264px;
	margin-left: -264px;
}
.im {
	display: block;
}

.fgs_top_wz h2{
	height: 66px;
	line-height: 66px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	font-size: 26px;
	text-align: center;
}
.fgs_top_wz p{
	line-height: 30px;
	color: #333;
	font-size: 16px;
}




/*.banner {
	width: 528px;
	height: 396px;
	background-color: aqua;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	float: left;
}
.imgbox {
	width: 528px;
	height: 396px;
	position: relative;
	background-color: #222222;
	overflow: hidden;
}
.img {
	position: absolute;
	display: none;
	left: 264px;
	margin-left: -264px;
}
.im {
	display: block;
}
*/

.grfw_nr{
	width: 100%;
	height: auto;
	text-align: center;
}
.grfw_nr p{
	line-height: 50px;
	color: #333;
	font-size: 16px;
	border-bottom: 1px solid #eee;
}








