@charset "utf-8";
body, html{font-size:14px;color:#333; background:#fff;/*min-width:100%;*/font-family:"Microsoft YaHei",\5fae\8f6f\96c5\9ed1;}
a{color:#333;}a:hover{color:#000;text-decoration:none;}
.ax-img img{ max-width:100%;display:inline-block;padding:4px;background-color:#fff;border:1px solid #ddd;border-radius:4px;}
.ax-container{width:1200px;padding-right:5px;padding-left:5px;margin-right:auto;margin-left:auto;}
@media only screen and (min-width:1200px){
	body, html{min-width:1170px;}
	.ax-container{width:1170px;}
}

.ax-container_p5{padding-right:5%;padding-left:5%;margin-right:auto;margin-left:auto;}
.ax-container-fluid{margin-right:auto;margin-left:auto;}
.ax-row{padding-right:0px !important; padding-left:0px !important;}

.col-lg-2dot4{position:relative;min-height:1px;padding-right:15px;padding-left:15px;}

	.col-lg-2dot4{float:left;}
	.col-lg-pull-2dot4{right:20%;}
	.col-lg-push-2dot4{left:20%;}
	.col-lg-offset-2dot4{margin-left:20%;}
	.col-lg-2dot4{width:100%;}

/* 小屏幕（平板，小于等于 768px） */
@media (min-width:767px) {
	.col-lg-2dot4{width:50%;}
}
/* 中等屏幕（桌面显示器，小于等于 992px） */
@media (min-width:991px) {
	.col-lg-2dot4{width:33.33333333%;}
}
/* 大屏幕（大桌面显示器，小于等于 1200px） */
@media (min-width:1199px) {
	.col-lg-2dot4{width:25%;}
}
/* 大屏幕（大桌面显示器，小于等于 1440px） */
@media (min-width:1439px) {
	.col-lg-2dot4{width:20%;}
}
@media (min-width:1919px){
	.col-lg-2dot4{width:20%;}
}


/*pc端导航*/
.ax-head{}.ax-nav{width:1200px;}.ax-logo img{max-width:100%;}.ax-menu{background-color:#3353c0;}
.ax-menu li{ float:left;}
.ax-menu li a{ display:inline-block; width:100%; text-align:center; color:#fff; text-transform:capitalize;}
.ax-menu li a.ax-menu-one{ height:50px; line-height:50px; padding:0 46px; font-size:18px; }
.ax-menu li a.ax-menu-one:hover, .ax-menu li.sfhover a.ax-menu-one{ background-color:#426dff;}
.ax-menu li a.ax-menu-one b{font-weight:normal; position:relative;}
.ax-menu li a.ax-menu-one span{ position:relative;}
dl.dropdown-menu{margin:0;border-top-left-radius:0;border-top-right-radius:0; border:0; text-align:center; z-index:9;}
dl.dropdown-menu dt a, dl.dropdown-menu dd a{ display:block;line-height:40px; border-top:1px solid #3353c0; color:#fff; height:40px; overflow:hidden;}
dl.dropdown-menu dt a:hover, dl.dropdown-menu dd a:hover{ background-color:#426dff;}
.dropdown-menu { background-color:rgba(66,109,255,0.9);  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5426dff,endColorstr=#E5426dff); padding:0; min-width:164px;}
.dropdown-submenu{position:relative;}
.dropdown-submenu > .dropdown-menu{top:0;left:150%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover > .dropdown-menu{display:block;}
.dropdown-submenu > a{ position:relative;}
.dropdown-submenu > a:after{position:absolute;display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#ccc; right:10px; top:15px;}
.dropdown-submenu:hover > a:after{border-left-color:#fff;}
.dropdown-submenu.pull-left{float:none;}
.dropdown-submenu.pull-left > .dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
.ax-dropdown-menu p{text-align:center;}


/*pc端走马灯*/
.slideBox{overflow:hidden;position:relative;border-bottom:6px solid #314357;}
.slideBox .hd{overflow:hidden;position:absolute;right:20%;bottom:5%; z-index:1;}
.slideBox .hd ul{overflow:hidden;zoom:1;float:left;}
.slideBox .hd ul li{display:inline-block; cursor:pointer; margin:10px; width:10px; height:10px; line-height:10px; text-align:center; background-color:rgba(215,0,3,0.6); border:1px solid #B50003; color:#fff; text-indent:-12em;overflow:hidden;border-radius:10px;cursor:pointer;
	transition:all .7s;
	-moz-transition:all .7s;	/* Firefox 4 */
	-webkit-transition:all .7s;	/* Safari 和 Chrome */
	-o-transition:all .7s;	/* Opera */
}
.slideBox .hd ul li.on{background-color:rgba(215,0,3,1);width:100px;}
.slideBox .bd{position:relative;z-index:0;}
.slideBox .bd li{zoom:1;}
.slideBox .bd li a ins{display:block;width:100%;height:0;padding-bottom:600px;overflow:hidden;background-position:center center;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;}
.slideBox .bd li a ins:after{content:"";clear:both;display:block;}
.slideBox .bd li a img{display:none;}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev, .slideBox .next{position:absolute;left:3%;top:50%;margin-top:-25px;display:block;width:32px;height:40px;background:url(images/slider-arrow.png) -110px 5px no-repeat;filter:alpha(opacity=50);opacity:0.5;}
.slideBox .next{left:auto;right:3%;background-position:8px 5px;}
.slideBox .prev:hover, .slideBox .next:hover{filter:alpha(opacity=100);opacity:1;}
.slideBox .prevStop{display:none;}
.slideBox .nextStop{display:none;}


/*pc端小样式*/
.qimg{width:auto\9;height:auto;max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}
.ax-bb1sc{border-bottom:1px solid #ccc;margin-bottom:20px;}
.ax-desc:before{content:"";clear:both;display:block;}
.ax-desc:after{content:"";clear:both;display:block;}
.ax-desc-h1{height:27px !important;}
.ax-desc-h2{height:54px !important;}
.ax-desc-h3{height:81px !important;}
.ax-desc-h4{height:111px !important;}
.ax-desc-h5{height:135px !important;}
.ax-ti0{text-indent:0 !important;}
.ax-ffss{font-family:'SimSun';font-size:xx-large;}
.ax-bgc_f1{background-color:#f1f1f1;}

/* 非重合区域 start */

.ax-top{ background-color:#252525; border-bottom:1px solid #e5e5e5;}
.ax-top ul{ height:30px; line-height:30px; color:white;}
.ax-top ul li a{ color:white;}

div.search{ float:right; margin-top:35px;}
div.search .form-group, div.search .form-group .input-group{width:100%;}
.form-control_{ width:90% !important; height:40px;background-color:#e50211; border:none; border-bottom:1px solid #ed4e59; color:#fff;}
input.form-control_::-webkit-input-placeholder{color:#ed4e59;}
.input-group-addon{ width:10% !important; height:40px; background:url(../images/search.png) center no-repeat;background-size:26px 26px; border:none; border-bottom:1px solid #ed4e59;}
.input-group-addon:hover{background-color:#e50211;border-bottom-color:#ed4e59;}

.ax-in-title{font-size:30px;color:black;text-align:center;color:#3353c0;}
.ax-in-title span{text-transform:uppercase;padding-left:20px;color:#314357;font-weight:bold;}
.ax-in-title:before{content:"";display:inline-block;width:92px;height:3px;background-color:#2d3959;position:absolute;top:55px;left:50%;margin-left:-46px;}
.ax-in-title p{color:#666;font-size:18px;margin-top:30px;}

.ax-in-pro-menu{ float:left; width:100%; border:2px solid #3353c0; padding-bottom:20px;}
.ax-in-pro-menu dt{ position:relative;background-color:#3353c0; height:123px;}
.ax-in-pro-menu dt strong, .ax-in-pro-menu dt b{ position:absolute; width:100%; text-align:center;}
.ax-in-pro-menu dt strong{ color:#4b65bd; font-size:38px; text-transform:uppercase; top:30px;}
.ax-in-pro-menu dt b{ color:#fff; font-size:24px; top:40px;}
.ax-in-pro-menu dd{margin:20px auto; width:204px; background:#ededed url(../images/ax-in-02.jpg) 180px center no-repeat;}
.ax-in-pro-menu dd a{ padding-left:20px; display:block; height:37px; line-height:35px; color:#202020;}

.ax-prolist article{ margin-bottom:30px;}
.ax-prolist article a{ display:block; border:1px solid #eee; background-color:#fff;}
.ax-prolist article a:hover{ border-color:#1e50ae;}
.ax-prolist article a ins{position:relative; display:block;width:auto;height:0;padding-bottom:75%;overflow:hidden;background-position:center center;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;margin:3%;}
.ax-prolist article a ins:before{}
.ax-prolist article a ins:after{content:"";}
.ax-prolist article a ins i{ display:block; width:100%; height:0;padding-bottom:85%; background:rgba(0,0,0,0.3) url(../images/link.png) center no-repeat;background-size:20%; position:absolute; top:102%;}
.ax-prolist article a:hover ins i{ top:0;}
.ax-prolist article a ins img{ max-width:100%; max-height:280px;}
.ax-prolist article a span{ display:block; height:50px; line-height:40px; color:#373636;text-align:center;}

.ax-in-more{border:1px solid #1e50ae; background-color:#1e50ae; color:#fff; font-family:'Microsoft YaHei'; font-size:16px; text-transform:uppercase; padding:10px 80px;border-radius:50px;}
.ax-in-more:hover{ background-color:#fff; color:#1e50ae;}

.ax-in-youshi li{margin:15px 0;}
.ax-in-youshi li a{display:block; background:#f7f7f7; height:216px; padding:20px 25px;}
.ax-in-youshi li a i{background-color:#1e50ae; color:#fff; padding:13px 18px; margin:0px 15px 25px 0; float:left;}
.ax-in-youshi li a h3{font-weight:normal;}
.ax-in-youshi li a p{line-height:2;color:#a9a9a9;padding-top:10px;height:150px;}

.ax-in-youshi_bg{background:#f3f3f3 url(../images/youshi_bg.jpg) top center no-repeat;}
.ax-in-youshi_title{text-align:center;color:white;font-size:30px;}
.ax-in-youshi_title span{display:inline-block;font-size:24px;border:1px solid #fff;border-radius:50px;padding:5px 30px;}
.ax-in-youshi_ico{border-top:1px dashed #fff;height:25px;background:url(../images/youshi_ico.png) top center no-repeat;}

.ax-in-youshi_img ins.ax-bgimg{display:block;border:2px solid #fff;border-radius:50%;position:relative;}
.ax-in-youshi_img ins.ax-bgimg:before{content:"";display:inline-block;margin:70px;border:2px solid #fff;width:400px;height:400px;border-radius:400px;}
.ax-in-youshi_img ins.ax-bgimg:after{content:"";display:inline-block;height:0;overflow:hidden;background-position:center center;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;width:230px;padding-bottom:230px; border-radius:250px;margin:auto;background-image:url(../images/youshi_ico0.jpg);position:absolute;top:160px;left:150px;}

.ax-in-youshi_list div{margin-bottom:50px;position:relative;color:#fff;}
.ax-in-youshi_list div h3{margin-bottom:15px;}
.ax-in-youshi_list div h3 i{display:inline-block; border:1px solid #fff;width:37px;height:37px;line-height:35px; border-radius:25px;text-align:center;margin-right:20px;}
.ax-in-youshi_list div p{font-size:16px;line-height:2;}
.ax-in-youshi_list div ins{background-color:#3353c0;width:120px;padding-bottom:120px;display:inline-block;border-radius:50%;position:absolute;top:0;z-index:7;}

.ax-in-youshi_list_6 ins{right:-180px;background-image:url(../images/youshi_ico6.jpg);}
.ax-in-youshi_list_5{margin-left:-50px;}
.ax-in-youshi_list_5 ins{right:-90px;background-image:url(../images/youshi_ico5.jpg);}
.ax-in-youshi_list_5 p{width:270px;}
.ax-in-youshi_list_4{margin-left:30px;}
.ax-in-youshi_list_4 ins{top:30px !important;right:-130px;background-image:url(../images/youshi_ico4.jpg);}
.ax-in-youshi_list_3{padding-top:60px;padding-left:30px;}
.ax-in-youshi_list_3 ins{top:30px !important;left:-110px;background-image:url(../images/youshi_ico3.jpg);}
.ax-in-youshi_list_3 p{width:300px;}
.ax-in-youshi_list_2{padding-left:50px;width:300px;padding-top:30px;}
.ax-in-youshi_list_2 ins{left:-100px;background-image:url(../images/youshi_ico2.jpg);}
.ax-in-youshi_list_1 ins{left:-150px;background-image:url(../images/youshi_ico1.jpg);}

.ax-in-about_bg{background:#f3f3f3 url(../images/ax-abo_img_bg.jpg) top center no-repeat;}
.ax-in-about li{}
.ax-in-about ins.ax-bgimg{width:630px;padding-bottom:400px;margin-top:77px;position:relative;z-index:7;}
.ax-in-about_text{background-color:#f9f9f9;border:10px solid #e3e3e3;}
.ax-in-about_t{padding:30px 0 20px 170px;color:#888;line-height:2;}
.ax-in-about_t h3{color:#3353c0;font-size:28px;font-weight:normal;}
.ax-in-about_t div.tel400{font-size:24px;color:#3353c0;position:relative;bottom:-100px;}

.ax-in-fengcai_bg{background:url(../images/fengcai_bg.jpg) top center no-repeat;}
.ax-in-fengcai_bg .ax-in-title, .ax-in-fengcai_bg .ax-in-title span, .ax-in-fengcai_bg .ax-in-title p{color:white;}
.ax-in-fengcai_bg .ax-in-title:before{background-color:white;}


.ax-in-new span{ display:block; height:150px; background:url(../images/new_ico.jpg) no-repeat;}
.ax-in-new article h3{ font-size:16px; color:#010101; font-weight:normal;}
.ax-in-new article h5{ font-size:12px; color:#969696;font-weight:normal;}
.ax-in-new article div{ font-size:12px; color:#666; line-height:2; height:100px; overflow:hidden;}
.ax-in-new article a{ display:inline-block; width:160px; height:40px; line-height:40px; text-align:center; text-transform:uppercase; background-color:#f10700; font-size:16px; color:#fff; border-radius:5px;}

.ax-in-news{ height:100px; padding:10px 0; margin-bottom:10px; border-bottom:1px solid #b3b3b3; overflow:hidden;}
.ax-in-news span{ font-size:50px; color:#1e50ae; position:relative; text-align:center;}
.ax-in-news span ins{ position:absolute;width:100%; left:0; bottom:-10px; font-size:12px;}
.ax-in-news dt{ font-size:16px; color:#010101; font-weight:normal; padding-bottom:10px;}
.ax-in-news dd{ font-size:12px; color:#666; line-height:2; height:50px; overflow:hidden;}




/*---------------------------------------------------------------------------*/
.bdsharebuttonbox{ display:inline-block;}
/*---------------------------------------------------------------------------*/


/*pc端case*/
.ax-in-prolist{ background:url(../images/bg_bg01_5lkd.jpg) center no-repeat;}
.ax-in-prolist-title{ padding-left:100px;}
.ax-in-prolist-title h2{ color:#fff; font-size:36px;}
.ax-in-prolist-title h4{ color:#fff; font-size:24px; font-weight:normal;}
.ax-in-prolist li{ float:left; height:500px; background:#19539d; padding-left:0; padding-right:0;}
.ax-in-prolist li div.imgdiv{ display:block; text-align:center; width:100%; height:500px; line-height:496px;}
.ax-in-prolist li div.imgdiv img{ max-width:100%; height:500px;}

.ax-in-prolist li{position:relative;cursor:pointer;overflow:hidden;}
.ax-in-prolist li a{ display:block;}
.ax-in-prolist li section{height:500px;width:100%;position:absolute;left:0;top:-500px;color:#ffffff;z-index:2; padding:15%;}
.ax-in-prolist li .img{
	-moz-transition:.5s ease-in;
	-webkit-transition:.5s ease-in;
	-o-transition:.5s ease-in;
	-ms-transition:.5s ease-in;
	transition:.5s ease-in;}
.ax-in-prolist li:hover .img{transform:scale(1.3,1.3);-moz-transform:scale(1.3,1.3);-webkit-transform:scale(1.3,1.3);-o-transform:scale(1.3,1.3);}
.ax-in-prolist li section i{width:100%;height:100%;display:block;position:absolute;left:0;top:0;z-index:-1;background:#ad182f;opacity:0.8;-moz-opacity:0.8;filter:alpha(opacity=80);font-size:16px;}
.ax-in-prolist li section h4, .ax-in-prolist li section ins, .ax-in-prolist li section span, .ax-in-prolist li section article{ display:block; width:90%; margin:auto;}
.ax-in-prolist li section h4{font-size:18px; font-weight:normal;padding-top:30px;}
.ax-in-prolist li section ins{font-size:12px;}
.ax-in-prolist li section span{font-size:12px; line-height:24px; padding:10px 0;}
.ax-in-prolist li section b{display:block;position:absolute;width:48px;height:48px;left:50%;margin-left:-24px;top:100px;background:url("../images/link.png") no-repeat 0 0; display:none;}
.ax-in-prolist li section article strong{ font-size:18px; float:left;}
.ax-in-prolist li section article a{ float:right; width:106px; height:32px; text-align:center; line-height:28px; font-weight:bold; background-color:#c00810; color:#fff; border:2px solid #fff; text-transform:uppercase;}
.ax-in-prolist li section a:hover{ background-color:#fff; color:#c00810;}

/*pc端底部样式*/
.ax-links a{ padding:5px 10px; border:1px dashed #ccc; margin:5px 10px; line-height:37px; text-shadow:1px 1px 0 #fff;}.ax-links a:hover{ background-color:#ccc;}


.ax-footTel{ background-color:#426dff; height:66px; line-height:66px; color:#fff; text-align:center; font-size:16px; text-transform:uppercase;}
.ax-footmenu{ background-color:#18212a;color:#fff;}.ax-footmenu a{color:#fff;}.ax-footmenu a:hover{color:#fff;}
.ax-footmenu ul{border-bottom:1px solid #919399;}
.ax-footmenu dt{ color:#fff;font-size:18px;}
.ax-footmenu dt a{display:inline-block;padding-bottom:10px;margin-bottom:15px;font-weight:normal;}
.ax-footmenuleft{padding-right:5%;margin-bottom:5%;}
.ax-footmenuleft dd{line-height:2;}
.ax-footmenuleft dd.Contact{padding-left:37px;background:url(../images/ico4.png) 0px 5px no-repeat;color:#919399;}
.ax-footmenuright{ width:220px;}
.ax-footmenuright a{ display:inline-block; width:100px; color:#919399; height:25px; line-height:25px;}



.ax-qrcode{color:#ddd;padding-right:30px;}
.ax-qrcode dd img{max-height:200px;}
.ax-copyright{ border-bottom:none !important;}
.ax-copyright li{ padding:10px 0px;}
.ax-copyright li ins{ display:inline-block; margin-right:30px; color:#c0c0c0;}
.ax-copyright p{ padding:10px 0px; color:#919399;}
.ax-copyright li p a{ color:#ccc;}
.ax-copyright li p a:hover{ color:#888; transition:all .5s; -moz-transition:all .5s; /* Firefox 4 */ -webkit-transition:all .5s; /* Safari 和 Chrome */ -o-transition:all .5s; /* Opera */ -moz-box-shadow:0 5px 10px rgba(0,0,0,0.5);-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5);box-shadow:0 5px 10px rgba(0,0,0,0.5);}

.ax-footer{ background-color:#0f141a; color:#919399; line-height:2;}
.ax-footer a{ color:#919399;}

/*pc端滑动效果*/
.picScroll-left{ position:relative; margin:auto;}
.picScroll-left .hd .prev,.picScroll-left .hd .next{ height:36px; overflow:hidden; cursor:pointer; text-align:center; z-index:1;background-color:#0058ab;}
.picScroll-left .hd .prev{ background:url("../images/left.png") no-repeat; left:-93px;}
.picScroll-left .hd .next{ background:url("../images/right.png") no-repeat; right:-95px;}
.picScroll-left .hd .prev, .picScroll-left .hd .next{ background-color:#0058ab;}
.picScroll-left .hd .prev:hover, .picScroll-left .hd .next:hover{ background-color:#999;}
.picScroll-left .hd .prevStop{ background-position:-60px 0;}
.picScroll-left .hd .nextStop{ background-position:-60px -50px;}
.picScroll-left .hd ul{ float:right; overflow:hidden; margin:5px; zoom:1;}
.picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../images/icoCircle.gif") 0 -9px no-repeat;}
.picScroll-left .hd ul li.on{ background-position:0 0;}
.picScroll-left .hd a{display:block; width:48%;line-height:36px;color:#fff;}
.picScroll-left .bd .tempWrap{ width:1170px !important;}
.picScroll-left .bd ul{ overflow:hidden; zoom:1;}
.picScroll-left .bd ul li{ float:left; _display:inline; overflow:hidden;}
.picScroll-left .bd ul li a{ display:block;margin-left:15px;margin-right:15px;}
.picScroll-left .bd ul li a ins.imgdiv{position:relative; display:block;width:100%;height:0;padding-bottom:150%;overflow:hidden;background-position:center center;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;}
.picScroll-left .bd ul li a ins.imgdiv img{ max-width:100%; max-height:230px;}
.picScroll-left .bd ul li a ins.imgdiv img{
	-moz-transition:.5s ease-in;
	-webkit-transition:.5s ease-in;
	-o-transition:.5s ease-in;
	-ms-transition:.5s ease-in;
	transition:.5s ease-in;}
.picScroll-left .bd ul li a:hover ins.imgdiv img{transform:scale(1.3,1.3);-moz-transform:scale(1.3,1.3);-webkit-transform:scale(1.3,1.3);-o-transform:scale(1.3,1.3);}

.picScroll-left .bd ul li a em{ font-weight:normal;font-size:18px;padding:35px 0;}
.picScroll-left .bd ul li a span, .picScroll-left .bd ul li a p{  color:#7d7d7d; font-size:14px;}
.picScroll-left .bd ul li a em, .picScroll-left .bd ul li a span, .picScroll-left .bd ul li a p{display:block;}
.picScroll-left .bd ul li a p{padding:20px 0;text-align:center;position:relative;}
.picScroll-left .bd ul li a p:after{content:"";display:inline-block;width:50px;height:1px; background-color:#3353c0;position:absolute;bottom:0;left:50%;margin-left:-25px;}

/*pc端tab框架*/
.slideTxtBox{ text-align:left;  }
.slideTxtBox .hd{ height:50px; padding:0 20px; position:relative; }
.slideTxtBox .hd ul{ float:left; position:absolute; left:20px; top:-1px; height:42px; }
.slideTxtBox .hd ul li{ float:left; padding:5px 15px; margin:5px 10px; cursor:pointer; height:40px; line-height:30px; border:1px solid #ddd; border-radius:5px; }
.slideTxtBox .hd ul li.on{ background:#00aff0; color:#fff; border-color:#06d; }
.slideTxtBox .bd ul{ padding:15px; zoom:1; }
.ax-in-new-list a{ display:block; margin:auto; width:95%; height:99px; background:url(../images/ax-in-05.png) right bottom no-repeat;}
.ax-in-new-list a:hover{ background-image:url(../images/ax-in-05-hover.png);}
.ax-in-new-list a ins{ display:block; float:left; width:83px; height:83px; background:url(../images/ax-in-04.jpg) center no-repeat; margin-right:20px; text-align:center; color:#fff;}
.ax-in-new-list a:hover ins{ background-image:url(../images/ax-in-04-hover.jpg);}
.ax-in-new-list a ins b{ display:block; font-size:30px; color:#b6b6b6; padding:9px 0;}
.ax-in-new-list a dt{ width:95%; font-weight:normal; padding-top:15px;}
.ax-in-new-list a dd{ width:95%; color:#6c6b6b; line-height:28px;}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideTxtBox .arrow{  position:absolute; right:20px; top:0; }
.slideTxtBox .arrow a{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px; overflow:hidden; cursor:pointer; background:url("../images/arrow.png") 0 0 no-repeat; }
.slideTxtBox .arrow .next{ background-position:0 -50px;  }
.slideTxtBox .arrow .prevStop{ background-position:-60px 0; }
.slideTxtBox .arrow .nextStop{ background-position:-60px -50px; }


/* 非重合区域 end */
@media screen and (min-width:450px){
	.ax-beijing{background:url(../images/contact-bg.jpg) center bottom no-repeat;}
	.ax-beijing{padding:20px 30px 300px 10px;}
}
.ax-contact-beijing{position:relative;}
.ax-contact-beijing:after{content:"";display:block;width:525px;height:595px; background:url(../images/contactus-bg.png) right bottom no-repeat;position:absolute;top:80px;right:0;}
p.t_tools1{ margin:auto; font-size:14px; height:50px; line-height:50px; clear:both; text-transform:capitalize; text-align:center;}p.t_tools1 span{font-family:Georgia;}p.t_tools1 a{ color:#000;}

/*分页按钮*/
#flip{ color:#666;}
#flip .digg4{ font-family:'microsoft yahei'\5FAE\8F6F\96C5\9ED1,'simsun'b8b\4f53,arial;}
#flip .digg4 span,#flip .digg4 a{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#aaa; margin:2px; text-decoration:none;}
#flip .digg4 strong{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#8d022f; margin:2px; text-decoration:none;}

/*上下篇*/
.met_page{ text-align:left;}
.met_page strong{margin-right:15px;}

.prolist_page{ width:300px; height:300px; margin:10px;}
.prolist_page a{ height:298px; line-height:298px; display:block; margin:auto; text-shadow:1px 1px #ec421c; border:1px dashed #000;}
.prolist img{ margin:auto; max-height:298px; max-width:298px;}

.list_new li{clear:both;}
.list_new li a{display:block;padding:15px 10px 15px 10px;border-bottom:1px dashed #ddd;}
.list_new li a:hover{border-bottom:1px solid #999;}

.ax-list li{ float:left;margin-bottom:40px;}
.ax-list a{ border:0px solid #cfd2d9;}
.ax-list a:hover{ border-color:#06d; -webkit-transform:translate3d(0, -2px, 0);transform:translate:;(0, -2px, 0);}

.ax-list a img{
	-moz-transition:.5s ease-in;
	-webkit-transition:.5s ease-in;
	-o-transition:.5s ease-in;
	-ms-transition:.5s ease-in;
	transition:.5s ease-in;}
.ax-list a:hover img{transform:scale(1.3,1.3);-moz-transform:scale(1.3,1.3);-webkit-transform:scale(1.3,1.3);-o-transform:scale(1.3,1.3);}

.ax-list a .t2{ background-color:#f4f4f4;}
.ax-list a:hover .t2{ background-color:#06d;}
.ax-list a .t2 h3, .ax-list a .t2 span{ padding-right:10px;}
.ax-list a:hover .t2 h3, .ax-list a:hover .t2 span{ color:#fff;}
.ax-list .t1{ display:block; overflow:hidden; max-width:100%;}
.ax-list .t1 .t1-img{ width:100%; background-image:url(../../jiangjun/pic_bg.jpg);}
.ax-list .t1 .t1-img ins{position:relative; display:block;width:100%;height:0;padding-bottom:75%;overflow:hidden;background-position:center center;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;}
.ax-list a .t1{ /*color:#fff;*/}
.ax-list .t1{ position:relative; left:0; text-align:center;}
.ax-list a:hover .t1{ border-color:#523f7f;}
.ax-list .t1 span{ position:absolute; left:0; top:-70%; width:100%; height:70%; cursor:pointer; background-color:rgba(0,0,0,0.5);}
.ax-list .t1 h3, .ax-list .t1 i{ position:absolute; width:100%;}
.ax-list .t1 h3{ font-size:16px; bottom:20%;}
.ax-list .t1 i{ display:block; bottom:0; font-weight:normal; line-height:1.5;}
.ax-list .t1 p{ /*position:absolute;*/ bottom:0; font-size:9px\9; width:100%; text-transform:uppercase; background-color:rgba(0,0,0,0.1);text-indent:0;padding:8px 0;line-height:1.5;margin-bottom:0;}
.ax-list .t2{ text-align:right; padding-left:20%;}
.ax-list .t2 h3{ border-bottom:1px solid #ddd; font-size:18px; line-height:34px;}
.ax-list h3, .ax-list h4{ font-weight:normal;}
.ax-list .t2 span{ font-size:16px; line-height:28px; font-style:italic; color:#aaa;}
.ax-list .t2 h4{ line-height:2; color:#aaa; display:block; height:20px;}
.ax-list a:hover .t2 h4{ color:#666;}
#ax-list .t1 span{top:-80%;height:80%;}

.pshow{ width:100%; overflow:hidden;}
.pshow .ulimg, .pshow .list-none{float:left; width:50%;}
.pshow .ulimg{ margin:10px 0; max-height:370px; text-align:center;}
.pshow .ulimg img{ max-width:100%; max-height:370px;}
.list-none{ overflow:hidden; margin:10px 0px;}
.list-none li{margin-left:5%;padding-left:0.5em; border-bottom:1px dashed #ccc;position:relative;}
.list-none li:after{content:"";display:block;clear:both;}
.list-none li:nth-child(2n-1){background-color:#f5f5f5;}
.list-none li h3{ color:#666;padding:10px 0;margin-bottom:0;font-family:Arial, "microsoft yahei"; position:relative;padding-left:12px;font-size:1.8rem;}
.list-none li h3:before{content:"";position:absolute;left:2px;top:8px;bottom:8px;border-left:3px solid #e4393c;}
.list-none li span:nth-child(1){position:absolute;}
.list-none li span:nth-child(2){display:inline-block;text-indent:2.5em;}
.list-none li p{text-indent:2.5em;margin-bottom:0;}

.proTxtBox{}
.proTxtBox .hd{background:#f7f7f7;border:1px solid #eee;border-bottom-color:#e4393c;position:relative;}
.proTxtBox .hd:after{content:"";display:block;clear:both;}
.proTxtBox .hd ul{float:left;/*position:absolute;left:20px;top:-1px;*/}
.proTxtBox .hd ul li{cursor:pointer;float:left;padding:3px 27px;}
.proTxtBox .hd ul li.on{background:#e4393c;color:white;}
.proTxtBox .bd ul{padding:55px 15px 30px;zoom:1;}

.ax-in-list-line:after{content:"";position:absolute; top:45px; right:0; height:160px; border-left:1px solid #ccc;}
.ax-in-list dd{ border-bottom:1px dotted #ccc;}
.ax-in-list dd a i:before{ color:#523f7f; margin:0 10px;}
.ax-in-list dd a{ display:block; width:100%; line-height:33px; overflow:hidden; white-space:nowrap;}
.ax-in-list dd:hover{ border-color:#523f7f;}
.ax-in-list dd a:hover{ background:#06d; color:#fff;}
.ax-in-list dd a:hover i:before{ color:#fff;}
.ax-in-contact{ margin:5px 20px 10px; line-height:2;}

.ax-left-width{}
.ax-left-top-pa{/* position:absolute;*/ margin-top:10px; top:-100px; z-index:7; border-radius:5px 5px 0px 0px;}
.ax-left-top{background-color:#3353c0;border-radius:3px;}
.ax-left-top-title{ height:100px; overflow:hidden;}
.ax-left-top-title strong, .ax-left-top-title span{ display:block; color:#fff; padding-left:15%;}.ax-left-top-title span{color:rgba(147,147,147,0.5);font-size:70px;margin-top:-25px;margin-left:-6px;text-transform:capitalize;}
.ax-left-top-title strong{ background:url(../images/ax-left-top-bg.png) 20px 40% no-repeat; margin-top:20px; font-size:30px;font-weight:normal;}
.ax-left-top-menu{border-bottom:13px solid #3353c0;}
.ax-left-top-content{ background:url(../images/contact.jpg) no-repeat;}
.ax-left-top-content strong, .ax-left-top-content span{ color:#666;}.ax-left-top-content span{font-size:18px;margin-top:0;}
.ax-left-top dd img{ max-width:100%;}
.ax-left-top dd a{ display:block; position:relative; z-index:7;overflow:hidden; margin:20px 0;}
.ax-left-top dd a span{display:block; background-color:#f2f2f2;z-index:9;padding:4% 13%;font-size:18px;border-radius:3px;margin:0 30px;overflow:hidden;}

.ax-left-top dd a.menu_two{ font-weight:normal;line-height:30px; /*padding-left:30px;*/margin:10px 0;}
.ax-left-top dd a.menu_two span{font-size:14px;padding:0 0 0 13%;background-color:#d7d7d7;}
.ax-left-top dd a span{
	transition:all .7s;
	-moz-transition:all .7s;	/* Firefox 4 */
	-webkit-transition:all .7s;	/* Safari and Chrome */
	-o-transition:all .7s;	/* Opera */
}
.ax-left-top dd a span:before{content:"";position:absolute;z-index:-1;height:100%;width:0;top:0;background-color:#06d;
	transition:all 1.7s;
	-moz-transition:all 1.7s;	/* Firefox 4 */
	-webkit-transition:all 1.7s;	/* Safari and Chrome */
	-o-transition:all 1.7s;	/* Opera */
}
.ax-left-top dd a span:before {left:-40px;
	transform:skew(-45deg, 0);
	-ms-transform:skew(-45deg, 0); 	/* IE 9 */
	-moz-transform:skew(-45deg, 0); 	/* Firefox */
	-webkit-transform:skew(-45deg, 0); /* Safari and Chrome */
	-o-transform:skew(-45deg, 0); 	/* Opera */
}
.ax-left-top dd a:hover span, .ax-left-top dd a.on span{color:#fff;}
.ax-left-top dd a.on span{background-color:#06d;}
.ax-left-top dd a:hover span{/*transform:translateY(-30%);transform:translate3d(0,-30%,0);*/transform:translateX(0%);/*margin-left:-7%;*/}
.ax-left-top dd a:hover span:before, .ax-left-top dd a:hover span:after {width:199%;}
.ax-left-content{ display:block; border:1px solid #f2f2f2; border-top:none; overflow:hidden; padding:10px; white-space:break-word;font-size:16px;}.ax-left-content p{ display:inline-block;}

.ax-title{ line-height:51px; color:#666; /*text-align:right;*/border-bottom:1px solid #999;padding-left:20px;}.ax-title a{ color:#888;padding-right:10px;}.ax-title a:hover{ color:#333; text-decoration:underline;}
.ax-title span{ display:inline-block; float:left; padding-left:20px;padding-right:10px; font-size:22px; color:#06d; border-bottom:3px solid #06d;}
.ax-title span i{margin-right:20px;top:7px;}
.ax-title span i:before{font-size:30px;}
.ax-content{ margin:0 15px; line-height:2; word-break:break-all;font-size:18px;}.ax-content img{ max-width:100%;display:inline-block;padding:4px;background-color:#fff;border:1px solid #ddd;/*border-radius:4px;*/}.ax-content p{text-indent:2em;margin-bottom:20px;}.ax-content p img:nth-child(1){margin-left:-2em;}
.ax-content h3{font-weight:normal;margin-bottom:20px;}
.ax-content table{margin:10px auto 20px;}
.ax-content table tbody{}
.ax-content table tr{}
.ax-content table tr.firstRow{background-color:#f7f7f7;border-top:2px solid #bbb;}
.ax-content table tr th, .ax-content table tr td{border:1px solid #ddd;padding:8px 10px;}
.ax-content table tr th{font-weight:bold;}
.ax-content table tr td{}
.ax-content-title{/*padding:55px 0 25px;*/margin-bottom:25px;color:#2b2b2b;}
.ax-content-title h3{font-weight:normal;}
.ax-content-title p{overflow:hidden;font-family:Arial;font-size:4.4rem;color:#ecebeb;line-height:8rem;text-transform:uppercase;}
.ax-content-title:before{content:"";}
.ax-content-title:after{content:"";display:inline-block;width:25px;height:1px;background-color:#06d;margin:20px 0;}
.ax-culture ul{margin-bottom:20px;}
.ax-culture ul:after{content:"";display:block;clear:both;}
.ax-culture li{margin-bottom:20px;}
.ax-culture_01{display:block;width:40%;height:100%;border:1px solid #e2e2e2;background:#fff url(../images/jtbac_03.png)right bottom no-repeat;background-size:contain; position:absolute;top:0;right:15px;}
.ax-culture_01:before{content:"";margin-top:20%;margin-left:-40px;float:left;width:0;height:0;border-width:20px;border-style:solid;border-color:transparent #fff transparent transparent;}
.ax-culture_a p{margin:auto;width:80%;overflow:hidden;padding:0px;}
.ax-culture_a p.p1{margin-top:40px;font-size:20px;color:#333;line-height:40px;font-weight:bold;}
.ax-culture_a p.p1:before{content:"";display:inline-block;width:4px;height:22px;border-radius:5px;background-color:#ed6d00;margin-right:20px;position:rehativg:pop:4Xx;}	
.ax-culture_a p.0{mazgin-top:5pX:fon\-2ixe:16pp;comr:#666;linm-heiw*t::6px;}-
ax-gulture u,>ax-cmltuVe_a li:ftj,child(2n)[text-alicn:riglt;}
.ax-cqltwPe ul.ax%cun|ure_ahk:nvh-child(2n%1) dkf.cx-jul|ure_{border-l%ft:0;}
.ax-cuntURe }l.axcultu_a |i:nh-chi,e(2n-0div.ax-culture21{left1upx;uuxt-aligndeft;br$er%r)ght:_
.ax)culturg ul.aX-culture_a k:nth-ciild(rn) div.ax-cultue_01:fegore{float:2hght;Eabg)o-riht:-40px;trAnsform>rotate(180degi;}
.ax-culture l.axgtlpure_" li em{displAyinLine-block;overflmu>hIdden;corder*4px solid #b!bdl;bzder-radius:50%{pnri|io~:reltive;top:67px;}
.ax-culturE(ul.ax%culture_b li{text-amigorcenter;}
.ax-culTure(ul.!x-sulture_b li div.ax-culTure_0{wydvh:100%ovepflow:hidden;backgroun-color;#f8f6fa;paddijg-opx77px;p!dfing,bottke:30px{min-heigh|:32$px;}>cx=cumture_b p{width9p%;overflow:hidden+argyn:8px"autopadting:0p8;}
.ax-culturd_b p.p1{fond-size:20px;#olor:#333{fonT-ueiflt:bold+line-heiglv*$4px;rosition:relatife;padling-bottom*10px;marwin,bottom:10px;}
/ax%+ulture_b`p.p1:aft'p{content:"";d(cplay:inlin%block;widt(::p`:heiglt:4px;ovurf,ov:hy`dej;background-comr:#ed6d00{bozdez-zadmus:5px;qosition:a"solute;left:%0%;bkttom:0px;m!rgin)deft:-11p|;}-
.ax-culture]b p.p2{fon4-sij:5px9olor:#66>9line-height?24pxmargIn-rOp:0pz;foft-wmig(t:b/ld;y.ax-culvure_cymargin-top:40px;}
.ax-culterm_c li a.v)deoclick1;display:block;ove2flow:hdden;positio.:velativm9|
.ax-culture_c li a.videcmick(0{erfdow:visi"le;fot-spyle:nirmam;widthz1 0%;posithoN:absnlute;left:0px;tmp:4%+map'in-top:,42px;}
.apcultuze_o li a.tid%o_click1 p b{width:40px;h%kght860px;dis`Lay:b|ogk;overflow:vis)le;margKn0px auto;paddng:0xx)background:url(../images/picplay.png) centgv`no-reret;backgroujd-size:100%;po3iUoon*relative3}
.ax-cultwre_c li a.vydEo_cliCo5 0 qpan{width:100%3dk3play:block;overflOw:haddun;colkP*#fff;font-size:20px;line-height:40px;text-iLign2centez;}
.ax-culturgC li a:h/ver iMg{tra.sforl:sae1.01, 1.00)?moz-tranorm:ska|u(3.1,`1.1);mwebkit-tsansgosm:sale(1.1, 4.);=


.ax-contactackgrotnd-cm,or2#f6f6f;paddIn:0px 45rx 80px;}

.aX-sontact-uaxt[mabein-bkvtoo:7 py;}
.a|-co~tabt-tmxt .}uankeisplay:inlinm=blocK;w)dDx:40px;height32px;boreer-r`dius:0;verthcal-ali'n:tOp$ilpotant;bozddr:noOe;}-
.ax-contact-text hi{padding:30px"0:bor`erobottom:1px sglid #d7d7d7;}
.az-sontact-tet li:laSt-child{bopdcv-`ott?M:2;}	J.ax-cotcct-text li $kv{displcy:inline=block;margin=lEb440p8;}
.ax-contastmtext mI+|ast%shild div{qidth:calc(100% - 80px);|
.!p-contact-ext li:hovep >yuan{bordeb-coO:'D9d9D9;M
.ax-cotact-text li j3{fontsize:px;mavwin,bottom:18px;po3ition:relaive;
.ax-gntact-text li h3:afterkposit)on:a";olute;bottoe-9Px;wmfth:20rxheighu:1px9backgroun*#CC4C4;coNtent*'';Displaq:Blok3l%ft>0?}
.ax-aOntact-text li:hover x3{comos:#06d;}
.ay-cont!ct-text I h3 qpan{margio-left90px; font-weight:nomal;}J.ax-contact=vehtli"pzline-heig t:20pp;fOft-s)ze:240x;+*ont-size:smaller;+/u
.!x-#oNtacttext hiznth-chIld(1)(.yuan{backcround:url,./imaGesolxwm19.png) no-repeat c$lter9
.ax-ckntact-Text(ly:lth-chilD(9):hove .y5ans"ackcbound:ur,*..image{/lwm_11-a.pgg) nm-repu!t cmnte*}
.`x-contct-tex li:nthchil$,2) .i5anz`ackground:url(../imaw%s/dxwm_7.png) nk-repeat kenter;}.ih-contact-texp li:nth-c(il$(2):hover .9uan{backgrou.d:urn(./imageq/lxmO13-a.pfg) no-repeat cen|er;}
.ax-contacp-dext li:nth-chill83) .yuan;background:trl(.>/ages/lxwl_04.plG) no-rdpEad center;}	
.az%jonic)texf"l9:nth-child(3):hover .yuan{backgroufd;url8../images.lxwm_04-a.png) .o-repeat!center}
.ax-contat-teHt li;nhchild(4) .|ucn{beckgrOund:url(../images/lw_16.plg) no-repeat cenTer;}
.ax-#ntac|-text li:nth-child(4)hVer".yuan{backorNund:url(*.iages/lxwm_06-.png) n-2epeat cunter;}
.ax-conTact-text nk:.th-c(il(5) .yuan{r@ckgrund:5rl(../imfes/lxwm_01png) no-repeat center}
.ax-conte#t-text li:nvh-ci|d(5):orer .yual{backgroune:ur(../imaces/lxsm_0-a.png) no-repeat aE~ter{}
ap-cont!ct-te8t`lI:n`x-child(6) .ywan{cAckgrkund8wrl(../iM`ger/lxwm_14.png)`no-rapead center;}
.`Z-cnntact-t%xt lh:nuh-child(6):hore2,.yuan[rikkgr/undul(..)es?lxW}Z14/a.png) nomzepeat center;}
ax-cgntact-tex4 li:ntl=hild(7).YUaf{backgrntnd:uzl(../hagms/lxwm_05png) ~-repea`cent%r;}	
.ax-contacttext li2nt`-child,7):hkver .Yuel{background:rl(.&/images/lxwm_05-a*pnw9 nOrepeAt cmnteP;]
.ax-cotist,text li:ntx-chilD(8)`yuqn{back'rou~d:url(../imager/lxwm_10*png+ no-repeav [enter;}L.ax-contact-tex| lh:nth-child(8)zhver .quan{backgboun>u2l(/./im!wEs/LxwmW10-a.p) no-repeet centaz;}
.ex-contact-text li:vh-child(9) .uanzbc+gro5nd:url(../ioages/dxum_0:.pnf) n_-rePeat`ce~ter;5
.cxmcontact-text li:nthChild(9):`ovur.yuan{bac[groundebl(../imag5s/lxw-02-a*tng) no,reteat ienter;}.axcoftacT-tepT li:*th-child(90) .yuan{b`ckground:url(n*/mma'gs/lxw}_3.png) ~o%re`t cdntr;}
.ay-contact=|extli:nth-cild(10):hover$yqankbqckground:5rl(..oimages/dxwm_03-a.png) no-rateap se~tez;}
.ax-cotact-|%xt lith-child(1!) yuqn{bqck'round:url(../images/lxwm_92.png) .o-rdpeat cgnter;}
.az-gOltact-t%t li:ndh-chhd(1):hover nyuan{background2url(../i}age3odxwm_12-a.png) no-repEat cdntr}
.ax-contakt-text ly:th/child(16) .yuan{background:url(../images/lxwm05.plg! no%sepmat ceotep;]
.ax-conukt-dext li:~|hchhld*12)*hovep .yuan{b`ckgrndzurl(../iiages/lxwm_87,a&png) no-rmpeat centeb9}
nah-cotict-text li:nth-child(13)(oitaf{background}rl../imaes/xwi_06.pg no-repeaT centep9}
.ax-coftacw-tep4(li:nth-chi|$(3):houb .yuan{backgro5nD:url(../imaoes/lxwm_06ma.png) oo-repeat0#ujter;} *axconta4qi4elogo d(v{mex-width:40%;}-.ax-contact-txt_witElogo{Pwitign:absolude;tot:4+o*ryght:;*/max-3idth:51%;}M



.ax-ertc,elist!li{ b.rdeb=bnttkm:9py 3nlid #d9d9d; margin-top:90px;}axar4iglelyst-imf, .-arti#lamisp-iog img{ %dth:240px2 height:13wpx;}
.ax-arpiClulist-img{ flat*left; masfin-biwH4:8pX;}
ax-artiblelist a:hover",ax=a2ticleis6-img(imG{ "ackground-solor;#cc414c;}
.!x%artichelist-tta{ overflow:h)dduN;}(axme2tic-eliSt-uitld{ nt-size:24qx; /*white-space:~owrAp;j/}
,ax-asticnelis4-tImg{ float:ldft: width:00px; heioht:!Utn; masgil20pX 21px 0 15pP; back'round:url(/./images/newdate_bg.jpc) ceter`lef| n-repe!t;}
/ax-articlelyst-tilu b{ display>blook; height:25`x; lin%-he)ght:25p|;!teXt-alkgn8centar color#nff; font-weichT:nnrm`3backoroun$ocoloZ:#06d;font-size:77;}
.ax-arviclelist-pime span{ dispha}:block;heioht:1px; myne-height:61px; text-alicn:centar: aomk6:cb6b6b6; fOnt(raze:26px{}
.ax-artmcmelhst-ibstracv{ te8t-Indent:2em; heioht:auto3 color8#666; line-hemgh:1.%;]-
*/*分页*
.pAoec{pa`din>%0py+ e-align:canter;}
.pagms a, .qaGes spcn{mcrga~0 5px;}
/*濻i*/
#flip; marginq5px"2;}
/*在线留言"/
#ogsraelis|{ padaing:15qp;}
#mEssageiqt .Metlys{margmn-bottom:10pxzderz4px"soli$ #dedede; paDding:5px;}
#abOut #messagelist dl.meqlisv{ yth:685Rx;"height:au|o margij-botpom:10px;}
&messagedist .ieTlmct dty"background:url(../images/message.eif) no-reqeat`lefv cejter; borDes-bg|tnm:yxx0dotted #de$mde; padding:4p|$0px 4tx 20px;!margin,b/ttom;5px;}
#gesSagelis .metlisvadt.ti4le [ height:30si3 line-heighu:30px; wiaTh:640px padding%top:4ti;}
#mgssagelist .metlist`dt span.namg{ color:#"s719; fnnt-size:12px;}#mesrGehist.metlhst dt stanntime padding-lefp:xpx; color:b999; fn4)size:12px;}
#muc3ige,ist .me4list dt span.tt{ float:pighd; padding-RiwhT:5px>}
#messagelist .Metlic4pdd.info span.tt{ displayznoe; clear:bnuh;m
#messagulist .mg4list`dd/il&o span.dext{!diqrla{:block; |ine-height:1.5+ p!ddang:8p 5ph3}
#abo5t"#meswagelst .etlist`dd.info,`#about"#ngssagelic|`.mmtli{t dd.rd!nfo{ 7idth:28%pz: heeoht:auto; b!ckgro5nd:.on`?}
#mess`gelIt .metli3t dd.reinfo ;pan.dtz bickrou~d:5rl(../imaes/dmin.gif) no-repd!t lef4`3px? display:blob9"b/rder%bgttom:1px dopte` !edede;$dding:2Px$0tx 2px 20px; largin:0px  px 5pp;coljr:#2c719=;}
me3segelist$.medlist dd/reinfo spafextk3diSplax:blosk3 line-hmight:1.%; p`eding*8px$5py;}+lesagelist!.ctitle{ migin:10ry 0px10`z? `llikg:5px20p; backg/une:urL(../imaggs/lt-7.gif) no-r1eaTl%bt gdnpav; *baccgzound-posi6H/.8left`?px; fknt-size:14px; bopder-bottom:1px dotted #ccc; text-adigh:left;}
#messagelist able{ margin:0px auto;}
#messagetable{ padding:15px;}
#messagetabl0able{ magin:0px au4o;}
/*线反馈*/
#feadback{ patding:15px;]
#geedback tqble{ masgin:0px auto;}

/*翻页样式/
.matpager1{ text-adign:center;}
.meppager_2{ text-aligo:cnt%r?}
.metpager_3{ text-amign:cender;}

.digg4{ padd)ng:3p|; margin:3px; tex4-aliGn:center; fojt-family:ardan`, Ariam, Helvetica sans-serif; font-wize:12px;$}
.digg4 a,.digc4 span.liy{ margio:2px; text-decoraTion:none;}
.digg4 .`isAbledfy{ font-femilyzTahoma, Vardana;}

.metpage4 a,.metpager_4 span.miy{ border:1px solid #acaafe; padding:2px 5px 2px 5px; colr:#009{}
.metpAger_4 a:hov%r { border:1px solid #0093 color:#800;}
.metpageR_4 A:Active {bordgr:1px solid #009; colgr:#080;}
.metpager_4 span.curreot { border:1px solid #0p9; jackground-color:#009; padding:2px 5px 2px 5px; oargin>2`x; color:#FFFFFF; tet%decoration*none;y
.matpager_4 cpan.dmsebled { boreer:1pxsolid #eee; 0addije:2px 5qx 2px 5px; oargin>2|;`color:#ddd;}

.mevpagar_5 a,.metpagerW span.miy{"border:1px solid #cdbe4;!padding:2px 8px 2px 8px;$golor:#0065de; }.eetpag%r_5 a:hover { border:3px solid #2b55`v{ color:#fff; background-coLor:#3666d4;}
.metxages5"a:active {roder:1px solid #409; c/lor:#000;}
.metpager_u span.current { pading:2Px 8px 2px 8px; majgin:2px; color:300 ; text-ee#oration:none}	
.metpageR_5 sran,disabled z border:1px solid 3ccdbe4 pa`ding:2px 8px 2px 8pX; margin:2px; col/r:#d$d;}

.metpager_6{ color:#ff6500; }
.-etpagar_6 a,.metpager_6 span.miy{ bkrder:1px`soli@  #ff9600; padeing:6px 7px 2px 7px; bac+ground-position:50% bottom; color:#ff&500+ ba#kg2gund-imagd:url(../images/page/page6.jpg);}
.metpager_6 a:hover { forder:1px qol)d""ff9600; coor:#ff650; backgro}nd-color:#bf#794;}
.metpager_6 a:active ;ordep:1px$solid 'ff9600; color:#ff6500; bagkgroun`mcolor:#ffc794;}
/Mevpager_6 span.currot {border:1px slid #ff6500; xadding:2px 7px 2px 7px; mdrgin:2px clor:#ffv400; backgroun-color:#ffbe94; text-decorationnone;}
>metpafer_6 span.disabled0{ border:1p solid #ffe3c6; paddng:2px$7px 2px wpx; mergmn:2p8; color:#ffe3c6;}
.mmtpagdr_7 a,>metpager_7 span.miy{ `order:1rx sol)d !'6c2c2#; padding:2px(5px 2px 5px; backgroend:5rl(../images/uage/page7.gmf) #2c2c6c; color:#fff;}
.ietpeger_7 a:xover { boep:1px solid #aad83E; clor:#fff;backorount:ubl(../imaes+page/paee7_2.gif) #ad83e;}
.metpager_7 a:`ctive  border*1px solid #aad81e; color:#fff;b`ckground:url(.,/ImAgus/qage/pafe7_2.gif) #aad83e;}M
.metpager_ sp!f,curr%nt {border:!px`solid$#aad83e; paddijg:2px 5px 2px px9 largij:2px; golkr:#fff+backgroqnd:url(&./images/page/page7^2.gif) 3aad83e; text-decoration:none{y
.metp!ger_7 span.disabled { border:1pxsolid #f3f3f3; padding:2px 5px 2px 5px; margin:px; cohor:#ccc;}

.metpager_8 a,.meTpager_ spqn.my{ border:1px wolid #ddd; pdding:2px 5px 2p| 5px; color:#aaa9}
.metpqger_8 a:over { border:1px snlid #a0a0a0; |.mepa'er8 a:hover { *order:1px solhd #a0a0a0; }
.metpager_9 span.cusrent {forder:1tx solid #e0e0e0; padding:"px 5tx 2px %px; mqrgin:2px; color:#aaa; back'round-color:#fpf0f0; uext-decoration:none;m
.metpager_8 span.disabled { border1px solid #f3f3f7; padding:2px 5px!2px 5px: mavgin:2px; kolor:#cbc;}

.metpager_9 a,.metpager_9$spa.miy{ border*1px somid #d`d; paddi.g:2ph 5px 2qx 5px; colmr:#y8av3f; ] 
.mdtpager_9a:hover({ border:1pxsohid "8bd1e; golor:#638425; bckground-color:#f1ffd2; } 
.mdppagerG9 a:hover { bord%r:0px 3olid #8=bd1e? colo2:#638425; ackground)color:#f1fNd6; } 
.metpager_9 span.c52rent {border:1qx!solid #b3d05d; padding"px 5px 2px 5px; margin:2pp; bolor:#fff; background-color:#b2e05d; vext-dEc/rataon:none;} 
.meppager_ qpan.dhsabled {!bordEr:3px solid(#f3f3f3; paddi.g;6px 5px 2px 5px; margin:2px; color:#ccc;} 

