﻿html,body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y:auto;
    font-family:"PingFangSC-Regular", "Microsoft YaHei";
    font-size: 16px;
    background-color: #fff;
    position: relative;
}
section.ban img {
    width: 100%;
    padding-top: 70px;
}
.product_list span{float:left;margin-left:11px;display:inline;text-align: center;}
.product_list span a{font-weight:normal;color:#333;font:400 14px/48px "微软雅黑";}
.product_list  span {display:block-in-line; width:150px; height:150px; float:left;}
.product_list  span img{width:100%; border:0px;}
*{
    padding: 0;
    margin:0;
    font-family:"PingFangSC-Regular", "Microsoft YaHei";
}
a {
    transition: all .2s linear;
	 text-decoration: none;
}
ul,ol{
    list-style: none;
}

.clearfix::after{
    content:'';
    display:table;
    clear:both;
}

.center{
    width: 1200px;
    margin:0 auto;
}

.brand-center-body {
	display: block;
	text-align: center;
	font-size: 0;
	overflow: hidden;
}
.brand-center-body ul {
	display: block;
	margin: -2% -1%;
}

.brand-center-body li {
	display: inline-block;
 *display: inline;
 *zoom:1;
	width: 31.333%;
	padding: 2% 1%;
}
 @media screen and (max-width: 768px) {
.brand-center-body li {
	width: 50%;
}
}
 @media screen and (max-width: 640px) {
.brand-center-body li {
	width: 100%;
}
}
.brand-center-body li .pic {
	display: block;
	overflow: hidden;
}
.brand-center-body li img {
	display: block;
	width: 100%;
	height: auto;
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.brand-center-body li .content:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.brand-center-body li .text {
	display: block;
	padding: 15px 20px 20px 20px;
	background-color: #f5f5f5;
	margin-top: 13px;
	transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
.brand-center-body li .content:hover .text {
	background-color: #969696;
}
.brand-center-body li .text h4 {
	display: block;
	line-height: 1;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.brand-center-body li .text h4 a {
	color: #5f5f5f;
	transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
.brand-center-body li .content:hover .text h4 a {
	color: #fff;
}
.brand-center-body li .text .more {
	display: inline-block;
	padding: 1px 16px;
	border: 1px solid #c3c3c3;
	font-size: 12px;
	color: #5f5f5f;
	margin-top: 20px;
	transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
.brand-center-body li .content:hover .text .more {
	color: #fff;
	border: 1px solid #fff;
}
.pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
.pagess ul li { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 

20px;background: #fff;color:#999}
.pagess ul li:hover{ background:#ccc; color:#fff;border: 1px solid #ccc}
.pagess ul li:hover a{color:#fff;}
.pagess ul li.thisclass {display: inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;background: #ccc;color: #fff;}
.pagess ul li.thisclass a {color: #fff;}
.pagess ul li a{ display:block;color:#999}
.pagess ul li a:hover {color: #fff;}
/* nav导航样式 */
.nav-container{
    width:100%;
    height: 70px;
    border-bottom: solid 1px #E5E6E9;
    box-shadow: 1px 1px 1px #E5E6E9;
    position: fixed;
    top:0;
    background-color: #fff;
    z-index: 10000;
}

.nav-content{
    width: 1200px;
    height: 100%;
    margin:0 auto;
}

.nav-logo{
    float:left;
    width: 149px;
    height: 47px;
    /* border: solid 1px red; */
    margin-top:11px;
}

.nav-logo img{
    width: 100%;
    height: 100%;
}

.nav-tab{
    float:right;
    height: 100%;
}

.selected{
    border-bottom: solid 4px #E9222A;
    color: #E9222A;
    background-color: #F6F6F6;
    font-weight:600;
}

.coption{
    width: 95px;
    height:100%;
    text-align: center;
    line-height: 70px;
    font-size: 18px;
    float:left;
    cursor: pointer;
    margin:0 15px;
    color: #000;
    text-decoration: none;
}
.coption.selected{
    border-bottom: solid 4px #E9222A;
    color: #E9222A;
    background-color: #F6F6F6;
    font-weight:600;
}
.coption:hover{
    color: #E9222A;
}

.search{
    width: 95px;
    height: calc(100% - 4px);
    float: right;
    display:flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 30px;
    position: relative;
    top:4px;
}
.search a {
    color: #333;
    text-decoration: none;
}
.search i{
    display:inline-block;
    width: 18px;
    height: 19px;
    background:url('../Images/搜索.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 20px;
    cursor: pointer;
}

.red{
    color:#E9222A;
}

.nav-tab-list{
    display:none;
    position: absolute;
    top:70px;
    left: 0;
    width: 100%;
    background: #F6F6F6;
    z-index: 1000;
    padding: 20px 0 55px;
}

.nav-tab-list .tab-container{
    width: 1200px;
    height: 100%;
    margin:0 auto;
}

.nav-tab-list .tab-container .tab-left{
    float: left;
    margin-right: 62px;
}

.nav-tab-list .tab-container .tab-left img{
    width: 280px;
    height: 160px;
    margin-bottom: 20px;
}

.nav-tab-list .tab-container .tab-left h3{
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #E9222A;
    text-align:left;
    margin:0;
    height: 28px;
    line-height: 28px;
    position: relative;
    top:-30px;
    font-weight: normal;
}

.nav-tab-list .tab-container .tab-right{
    float:left;
}
/* 翻页*/
.paging { height:25px; line-height:20px;  padding:0 5px;  text-align:center;}
.paging ul{ text-align:center;}
.paging a {padding:0 8px;  color:#fff}
.paging li { float: left; padding: 6px; color: #fff; background-color: #c8260b;margin: 5px;  height: 20px;display: inline;}
.paging li a{ height: 20px; color:#fff;}
.paging li .pages_solid{ float: left; color: #fff; margin: 5px;  height: 20px;}

.paging .num_btns {float:right; font-family:Tahoma;}
.paging a:hover, .apage .cur { color:#fff; text-decoration:none;}
.paging li:hover{ background-color:#ffa800; color:#fff;}
.paging .cust_txt { float:left;} 
li.previous_s{
    width: 70px;
}
li.next{
    width: 70px;
}
li.pages_hollow {
    width: 30px;
}
li.pages_solid {
    width: 34px;
	background:#ffa800;
	color:#fff;}
/*新闻*/
/*news*/
.xw_tip{border-bottom: 1px dotted #ccc; padding-bottom:26px; padding-top:26px;
transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;}
.xw_tip:hover{
--webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.4);
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.4);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);}
.xw_tip .xw_time{ width:83px; height:83px; float:left;}
.xw_tip .xw_time .xw_p1{ font-size:36px; color:#666; text-align:center; padding-top:8px;}
.xw_tip .xw_time .xw_p2{ font-size:15px; color:#666; text-align:center;}
.xw_tip .xw_pic{ float:left;}
.xw_tip .xw_title_box{ float:right; width:985px; padding-right:15px;}
.xw_tip .xw_title_box .xw_p3{ font-size:15px; color:#666; font-weight:bold;}
.xw_tip .xw_title_box .xw_p7{ font-size:12px; color:#999; line-height:24px; text-align:justify; margin-top:14px;}
.xw_tip .xw_title_box:hover .xw_p3{color:#005da4;}


/*简介*/
.max_title{ font-size:36px; color:#005da4; text-align:center; font-weight:bold; margin-top:45px; margin-bottom:15px;}
.max_title span{ color:black;}
.max_pic{ width:100%; margin:0 auto;}
.content{ width:1123px; margin:0 auto; margin-top:28px; padding-bottom:50px;}
.content .jj_nr p{ font-size:14px; color:#000000; line-height:36px; text-align:justify;}
.content .jj_nr p a{color:#000000;}

/*在线留言订购*/
/*留言*/

.message{height:400px;padding-left:40px;width:700px;margin-top:20px;margin:auto;}

.message li{float:left;height:40px;margin:0;padding:0;width:700px; margin-bottom: 10px;}

.message li input{border:1px solid #e8e6e6;height:40px;line-height:40px;width:400px; padding: 0 16px; color: #666866; border-radius:3px; background: rgba(255,255,255,0.8);}

.message li p.message_title{float:left;height:40px;line-height:40px;text-align:right;width:100px}

.message li p.message_title .c_red{color:#F00}

.message li p.message_content{float:left;width:500px}

.message li.contentb{float:left;height:160px;width:700px}

.message li.contentb textarea{height:120px;width:400px; resize:none; border-radius:3px ;background: rgba(255,255,255,0.8); padding:16px; color: #666866;}

.message li.yzm{float:left;height:60px;width:700px}

.message li p.message_yzminput{float:left;height:40px;width:160px}

.message li p.message_yzminput input{width:120px}

.message li p.message_yzmico{float:left;height:40px;width:122px; border: 1px solid #f2eeed; margin-left: 16px;}

.message li p.message_yzmico img{ width: 100%;}

.message li p.message_sub{float:left;height:45px;width:200px;}

.message li p.message_sub .tijiao-an{float:left;height:40px;width:120px; font-size: 14px; display: block; border-radius:3px ; color: #fff; background: #e02700; line-height: 40px;text-align: center; font-family: "微软雅黑";}

.message_content textarea{border:1px solid #e8e6e6}

.tijiao{width:100px;display:block;font-size:16px;line-height:40px;text-align:center;color:#fff !important;background:#e02700;border-radius:4px; margin-top: 10px;}


/* main中间样式 */

.main-container{
    position: relative;
    width: 100%;
    margin-top:70px;
}

.main-cont{
    width: 1200px;
    margin:0 auto;
    padding-top:20px;

}
.main-left{
    width: 240px;
    margin-right: 45px;
    float: left;
}

.main-left .logo{
    position: relative;
    width: 100%;
    height: 120px;
    background-color: #383A3E;
    margin-bottom: 20px;
    padding: 10px;
}

.main-left .logo h1{
    font-family: PingFangSC-Regular;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 37px;
    font-weight: normal;
}

.main-left .logo h1 small{
    font-size: 16px;
    position: relative;
    top:-8px;
}

.main-left .logo img{
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.main-left ul,
.main-left .ul {
    width: 100%;
}

.main-left ul li,
.main-left .ul .li {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    cursor: pointer;
    background: #F5F5F5;
    margin-bottom: 10px;
    color: #333;
}

.main-left ul li span,
.main-left .ul .li span {
    float:left;
}

.main-left ul li i,
.main-left .ul .li i {
    display:inline-block;
    width: 8px;
    height: 12px;
    float: right;
    background: url('../Images/箭头-未选中.png') no-repeat center center;
    margin-top:14px;
}

.main-left ul li:hover,
.main-left .ul .li:hover {
    background: #E9222A;
    color: #fff;
}

.main-left ul li:hover i,
.main-left .ul .li:hover i {
    background: url('../Images/箭头-选中.png') no-repeat center center;
}

.main-left ul .selected,
.main-left .ul .selected {
    background: #E9222A;
    color:#fff;
}

.main-left ul .selected i,
.main-left .ul .selected i {
    background: url('../Images/箭头-选中.png') no-repeat center center;
}

.main-right{
    width: calc(100% - 285px);
    float: left;
}

.main-right-title{
    width: 100%;
    border-bottom:solid 1px #DCDCDC;
    text-align: right;
    padding-bottom: 12px;
    margin-bottom: 10px;
}
/* 职位详情 */
.contactDetail{
    position: fixed;;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.5);
    z-index: 100000;
    display:none;
    overflow: auto;
}

.contactDetail .content{
    width: 720px;
    height: 685px;
    background: #fff;
    position: absolute;
    top:120px;
    left: 50%;
    margin-left: -360px;
    display:none;
}

.contactDetail .content .title{
    width: 720px;
    height: 143px;
    position:absolute;
    top: 0;
    left:0;
    /*margin-left: -360px;*/
    padding: 40px;
    background: #fff;
    border-bottom: solid 1px #DCDCDC;
}
.contactDetail .content .title h3{
    font-size: 24px;
    color: #31373D;
    letter-spacing: 0;
    margin-bottom: 8px;
}
.contactDetail .content .title p{
    font-size: 16px;
    color: #333333;
}

.contactDetail .content .cont{
    width: 100%;
    height: 470px;
    margin-top:143px;
    overflow-y:auto;
    overflow-x:hidden;
    padding: 20px 40px;
}

.contactDetail .content .cont>P{
    margin-bottom: 20px;
}

.contactDetail .content .cont ul li{
    margin-bottom: 10px;
}
.contactDetail .content .ft{
    width: 720px;
    height: 72px;
    position: absolute;
    bottom:0;
    left: 0;
    background: #fff;
    border-top:solid 1px #DCDCDC;
    text-align:center;
}

.contactDetail .content .ft a{
    display:inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    color: #fff;
    background: #E9222A;
    border-radius: 2px;
    margin-top:16px;
}

/* 产品中心-详情 */

.productDetail h2{
    padding: 25px 0 38px 0;
}

.productDetail p{
    letter-spacing: 2;
}

.productDetail .image{
    width: 520px;
    height: 320px;
    margin:20px auto;
    /* border:solid 1px #ccc; */
    text-align: center;
}

.productDetail .image img{
    width: 565px;
    height: 328px;
}
.productDetail h4{
    width: 100%;
    color: red;
    text-align: center;
    margin:30px 0;
}

/* footer底部样式 */

.footer-container{
    width: 100%;
    /* height:262px; */
    background: #F6F8FA;
}

.footer-content{
    width: 1200px;
    height: 262px;
    padding-top: 50px;
    margin:0 auto;
}

.footer-logo{
    width: 215px;
    height: 69px;
    /* border:solid 1px red; */
    margin-right: 160px;
    float:left;
}

.footer-tab{
    float:left;
}

.footer-tab ul li{
    float:left;
    width: 80px;
    margin-right: 50px;
}

.footer-tab ul li span{
    font-size:18px;
    font-weight: bolder;
    margin-bottom: 5px;
}

.footer-tab ul li ol li{
    font-size:14px;
    margin-top:10px;
}
.footer-tab a {
    text-decoration: none;
    color: #444;
}

.footer-common{
    float:left;
}

.footer-common .footer-common-gz{
    width: 120px;
    height: 120px;
}

.footer-common span{
    display: inline-block;
    width: 120px;
    text-align: center;
}

.footer-ft{
    width: 100%;
    height: 96px;
    /* line-height: 40px; */
    background-color:#292929;
    color: #fff;
    overflow: hidden;
}

.footer-ft .footer-p{
    width: 1200px;
    /* height: 100%; */
    height: 20px;
    line-height: 20px;
    font-size:14px;
    margin:16px auto;
    text-align: center;
    letter-spacing: 0;
}
p {
    font-family: Arial,"Microsoft YaHei";
}

.container-1500{ width: 1496px;}

@media( max-width:1500px){
  .container-1500{ 
  	width: 1170px;
  }
}

@media (max-width: 1200px){
	.container-1500 {
	   width: 970px; 
	}
}
@media (max-width: 992px){
	.container-1500 {
	    width: 750px;
	}
}
@media (max-width: 768px){
	.container-1500 {
	   
	}
}
@media (max-width: 768px){
	.container-1500 {
	    width: auto;
	}
}
.container-1500 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.solutionMain {height:400px;overflow:hidden;margin:50px 0 25px 0;}
.solutionMain ul{width:1220px;}
.solutionMain li{
	float:left;
	width:390px;
	margin-right:10px;
	height:350px;
	overflow:hidden;
	margin-bottom: 10px;
}
.solutionMain li img{width:390px;height:350px;transition:all 0.5s;}
.solutionMain li span{display:block;position:relative;height:40px;line-height:40px;background: url('../images/opc.png');text-align:center;color:#fff;font-size:16px;margin-top:-40px;padding:0 10px;}
.solutionMain li:hover img{transform:scale(1.1,1.1);transition:all 0.5s;}


/*首页联系*/
.s_lx_bg{ background:url(../images/img.jpg) no-repeat center; width:100%; height:581px; padding-top:100px;}
.s_lx_box{ width:1154px; margin:0 auto;background-color:rgba(255,255,255,0.7); padding-bottom:68px;}
.s_lx_box .s_lx_left{ width:502px; float:left; margin-left:70px;}
.s_lx_box .s_lx_left h1{font-size:30px; color:#005da4; font-weight:bold; padding-top:70px; margin-bottom:26px;}
.s_lx_box .s_lx_left p{ font-size:14px; color:black; line-height:40px;}
.s_lx_box .s_lx_left p a{color:black;}
.s_lx_box .s_lx_left p a:hover{color:#005da4;}
.s_lx_box .s_ditu{ width:457px; height:351px; background-color:black; float:right; margin-right:28px; margin-top:70px;}


/*首页新闻*/
.s_xw_box{width:1177px;margin:0 auto; margin-top:30px;margin-bottom: 20px;}
.s_xw_box .s_xw_p1{ font-size:36px; color:#005da4; font-weight:bold; text-align:center; margin-bottom:40px;}
.s_xw_box .s_xw_p1 span{ color:black;}
.s_xw_left{ width:154px; float:left;}
.s_xw_left img{ margin-bottom:39px;}
.s_xw_right{ width:1023px; float:left;}
.s_xw_right .s_xw_nr{ width:880px; height:95px; background-color:#e5e5e5; float:left; padding-left:43px;}
.s_xw_right .s_xw_nr .s_xw_p2{ font-size:22px; color:#757575; padding-top:15px;}
.s_xw_right .s_xw_nr .s_xw_p3{ font-size:12px; color:#757575; margin-top:14px;}
.s_xw_right .s_xw_nr:hover{background-color:#005da4;}
.s_xw_right .s_xw_nr:hover .s_xw_p2{ color:white;}
.s_xw_right .s_xw_nr:hover .s_xw_p3{ color:white;}
.s_xw_right .s_xw_time{ width:93px; height:95px; background-color:#005da4; float:left;}
.s_xw_right .s_xw_time .s_xw_p4{ font-size:24px; color:white; text-align:center; padding-top:17px;}
.s_xw_right .s_xw_time .s_xw_line2{ width:54px; height:1px; background-color:#b7b7b7; margin:6px auto;}
.s_xw_right .s_xw_time .s_xw_p5{ font-size:19px; font-weight:bold; color:white; text-align:center;}
.s_xw_right .s_xw_tip{ margin-bottom:39px;}
.s_xw_box .s_xw_more{ width:125px; margin:0 auto; background-color:#7b7b7b;}
.s_xw_box .s_xw_more p{ font-size:12px; color:white; font-weight:bold; text-align:center; line-height:35px;}
.s_xw_box .s_xw_more:hover{ background-color:#005da4;}

/*首页产品*/
.s_pro_box{ width:1191px; margin:0 auto; margin-top:106px;}
.s_pro_box .s_pro_kuang4{ width:851px; margin:0 auto;}
.s_pro_box .s_pro_kuang4 img{ float:left;}
.s_pro_box .s_pro_kuang4 p{ float:left; margin-top:25px; margin-left:4px; margin-right:4px;}
.s_pro_box .s_pro_p1{ font-size:12px; color:#a3a3a3; text-align:center; text-transform:uppercase; margin-top:15px;}

.s_pro_kuang2{ background-image:url(../images/img14.jpg); width:829px; height:136px; margin:0 auto; margin-top:35px; margin-bottom:77px;}
.s_pro_kuang2 .s_pro_p2{ font-size:36px; color:#737373; text-align:center; padding-top:23px;}
.s_pro_kuang2 .s_pro_p3{font-size:19px; color:#737373; text-align:center; margin-top:10px;}
.ss_kuang2{ width:207px; padding-left:326px; margin-top:16px;}
.ss_kuang2 .s_ss_pic{ float:left;position:relative; z-index:200; margin-top:6px;}
.ss_kuang2 .ss_title1{ width:136px; height:22px; border:1px solid #c5c5c5; float:left; font-size:12px; color:#ababab; line-height:22px; padding-left:33px; margin-left:-20px; position:relative; z-index:100;}
.ss_kuang2 .ss_pic2{ float:left;}

.s_pro_tip{ background-image:url(../images/img17.jpg); width:269px; height:298px; float:left; position:relative; margin-left:14px; margin-right:13px; margin-bottom:35px;}
.s_pro_tip .s_pro_kuang1{ position:absolute; left:25px; top:10px;}
.s_pro_tip .s_pro_kuang1 .s_pro_p4{ font-family:"迷你简粗宋"; font-size:48px; color:white; float:left;}
.s_pro_tip .s_pro_kuang1 .s_pro_p5{ font-size:20px; color:white; float:left; font-weight:bold; margin-top:13px; margin-left:13px;}




.s_pro_kuang5{ width:210px; position:absolute; left:30px; top:88px;}
.s_pro_kuang5 p{ font-size:14px; color:black; line-height:31px; border-bottom:1px solid #eef2f7;}
.s_pro_kuang5 p span{color:#005da4;}
.s_pro_kuang5 p a{color:black;}
.s_pro_kuang5 p a:hover{color:#005da4;}

.s_pro_more{ background-image:url(../images/img18.jpg); width:108px; height:22px; position:absolute; bottom:0; left:80px;}
.s_pro_more p a{ display:block; font-size:12px; color:#005da4; text-align:center; line-height:22px; font-weight:bold;}

/*首页企业文化*/
.s_cul_box{width:1191px; margin:0 auto; margin-top:124px;}
.s_cul_box .s_cul_tip{width:279px; height:278px; float:left; margin-left:58px; margin-right:58px; position:relative;}
.s_cul_box .s_cul_tip p{ width:104px; height:104px; background-color:#005da4; border-radius:70px; font-size:36px; color:white; text-align:center; line-height:104px; position:absolute; right:-28px; top:12px;}

.s_cul_box .s_cul_tip1{background-image:url(../Images/img73.png);}
.s_cul_box .s_cul_tip2{background-image:url(../Images/img74.png);}
.s_cul_box .s_cul_tip3{background-image:url(../Images/img75.png);}

.s_cul_box .s_cul_tip:hover p{transform: rotateY(360deg);
 transition: all 1s ease 0s;
-webkit-transform: rotateY(360deg);	/* Safari 和 Chrome */
-moz-transform: rotateY(360deg);
-webkit-transform: all 1s ease 0s;}
/*首页简介*/
.s_jj_bg{ background-image:url(../images/img2.jpg); width:1156px; height:319px; margin:0 auto; margin-top:32px; margin-bottom:51px;}
.s_jj_bg .s_jj_p1{ font-size:36px; color:#005da4; font-weight:bold; text-align:center; padding-top:12px;}
.s_jj_bg .s_jj_p1 span{ color:black;}
.s_jj_bg .s_jj_pic{ margin:0 auto; margin-top:8px;}
.s_jj_bg .s_jj_nr{ width:1055px; margin:0 auto; margin-top:22px;}
.s_jj_bg .s_jj_nr p{ font-size:14px; color:black; line-height:36px;}
.s_jj_bg .s_jj_nr p a{color:black;}
.s_jj_bg .s_jj_nr p a:hover{color:#005da4; }
.s_jj_bg .s_jj_more{ width:71px; background-color:#4c4c4c; margin:0 auto; margin-top:24px;}
.s_jj_bg .s_jj_more p a{ display:block; font-size:12px; color:white; text-align:center; line-height:31px;}
img {
    border: 0;
    display: block;｝



