﻿/* CSS Document */
html
{font: 16px/1.8 "微软雅黑","Arial";color: #9b9a9a;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/ }
samp
{font: 16px/1.8 "微软雅黑","Arial";color: #9b9a9a;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/ }
img{border: 0;vertical-align: middle;-ms-interpolation-mode:bicubic; }
ul,ol {list-style: none;margin: 0;padding: 0;}
::-webkit-scrollbar {
display: none;/*隐藏滚轮*/
}
p{margin:0;}
h1{margin:0;}
li {list-style: none;list-style-type: none;}
.clear {clear: both;}

.container-fluid {
    background-color: #fff;
    height: 80px;
    padding: 10px 0;
}
.top_fl {
    float: left;
    width: 70%;
    margin-left: 3%;
}
.top_fl .navbar-brand {
    height: initial;
    padding: 0;
    width: 100%;
}
.top_fl .navbar-brand img {
    width: 100%;
}

.top_fr {
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 3%;
    margin-left: 0;
    height: 48px;
    position: relative;
    z-index: 10;
    float: right;
    margin: auto;
    margin-right: 3%;
}
.top_fr a.top_nav {
    width: 48px;
    height: 48px;
    border: none;
    background: none;
    margin: auto 0;
    display: block;
}
.top_fr a.top_nav i.top_icon1 {
    background: url(../images/sicon2.png) no-repeat center;
    width: 48px;
    height: 48px;
    display: block;
    background-size: 80%;
}
.top_fr a.top_nav.collapsed i.top_icon1 {
    background: url(../images/sicon1.png) no-repeat center;
    background-size: 80%;
}
div#navbar {
    background: #f8f8f8;
    position: relative;
    overflow-y: auto;
    width: 100%;
    padding: 0;
}
div#navbar .nav_list_ul.nav li {
    position: relative;
    display: block;
    padding: 0;
    border-bottom: 1px #dfdfdf solid;
}
div#navbar .nav_list_ul>li>a {
    height: 56px;
    line-height: 56px;
    color: #0051a6;
    display: inline-block;
    width: 100%;
    font-size: 22px;
    background: url(../images/sicon3.png) no-repeat 97% center;
    padding: 0 12% 0 3%;
    background-size: 22px;
}
div#navbar .nav_list_ul>li>a.currentDd{
	background: url(../images/sicon4.png) no-repeat 97% center;
    background-size: 22px;
}
div#navbar .nav_list_ul li ul.subnav {
    line-height: 48px;
    width: 100%;
    overflow: hidden;
    background: none;
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: #f4f4f4;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
    padding: 0 3%;
}
div#navbar .nav_list_ul li ul.subnav li {
    float: left;
    width: 100%;
    line-height: 48px;
    height: 48px;
    overflow: hidden;
    border-bottom: 1px #dbdbdb solid;
}
div#navbar .nav_list_ul li ul.subnav li a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #0051a6;
}
.cont_box {
    padding-top: 80px;
    width: 100%;
    overflow: auto;
}
.banner {
    width: 100%;
    height: 340px;
}
.banner_img img {
    width: 100%;
}
.banner_icon {
    position: absolute;
    bottom: 12px;
    width: 100%;
    height: 4px;
    left: 0;
    margin: 0;
    text-align: center;
}
.banner_icon span {
    display: inline-block;
    width: 40px;
    height: 4px;
    margin-right: 5px;
    border: none;
    border-radius: 0;
    background: url(../images/sicon9.png) repeat;
}
.banner_icon span.swiper-active-switch{
	background:url(../images/sicon10.jpg) repeat;
}

.yzsfw {
    width: 100%;
    position: relative;
    display: block;
}
.yzsfw .yzsfw_tit {
    padding: 16px 3%;
    width: 100%;
    text-align: center;
    margin: 0;
}
.yzsfw .yzsfw_tit h1 {
    line-height: 40px;
    font-size: 26px;
    font-weight: bold;
    color: #333333;
}
.yzsfw .yzsfw_tit span {
    font-size: 14px;
    line-height: 26px;
    color: #808080;
}
.yzsfw_news  {
    width: 100%;
	height: auto;
}
.yzsfw_news_tit {
    background: #193472;
    margin: 0 3%;
    width: 94%;
    text-align: center;
    height: 56px;
    line-height: 56px;
}
.yzsfw_news_tit h1 {
    font-size: 24px;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 56px;
}
.yzsfw_news_cont {
    margin: 0 3%;
    width: 94%;
    text-align: center;
    border: 1px solid #eeeeee;
    padding-top: 0px;
	padding-bottom: 0px;
}
.yzsfw_news_cont .yzsfw_news_cont_p {
    line-height: 32px;
    height: 160px;
    padding: 0 3%;
    margin-bottom: 20px;
    display: block;
}
.yzsfw_news_cont .yzsfw_news_cont_p span {
    font-size: 14px;
    color: #555555;
    display: block;
    width: 100%;
    height: 100%;
}
.yzsfw_news_links {
    display: block;
    width: 100%;
    text-align: center;
    height: 43px;
}
.yzsfw_news_links a {
    display: block;
}
.yzsfw_news_links a img {
    height: 42px;
}
.yzsfw_news .yzsfw_icon {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 16px;
    left: 0;
    margin: 16px 0;
    text-align: center;
    line-height: 50px;
}
.yzsfw_news .yzsfw_icon  span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 14px;
    border: none;
    border-radius: 0;
    background: url(../images/sicon6.png) no-repeat;
}
.yzsfw_news .yzsfw_icon span.swiper-active-switch{
	background: url(../images/sicon7.png) no-repeat;
}
.tubiao {
    width: 100%;
}
.tubiao img {
    width: 100%;
}

.jdal {
    width: 100%;
    position: relative;
    display: block;
    background: #f4f4f4;
    padding-bottom: 20px;
}
.jdal_tit {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 16px 3%;
}
.jdal_tit h1 {
    line-height: 40px;
    font-size: 26px;
    font-weight: bold;
    color: #333333;
}
.jdal_tit span {
    font-size: 14px;
    line-height: 26px;
    color: #808080;
    margin-top: 4px;
    display: block;
}
.jdal_cont {
    width: 100%;
    margin: 0;
}
.jdal_cont_box {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 6px;
    padding-left: 6px;
    margin-bottom: 14px;
}
.jdal_cont_box a {
    width: 100%;
    height: 100%;
    display: block;
}
.jdal_cont_box a .jdal_cont_pic {
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    height: 100%;
    display: block;
}
.jdal_cont_box .jdal_cont_pic img {
    width: 100%;
}
.jdal_cont_box a .jdal_cont_p {
    background: #fff;
    padding: 12px 5%;
    width: 100%;
}
.jdal_cont_box a .jdal_cont_p span {
    font-size: 12px;
    color: #333333;
    text-align: center;
    line-height: 24px;
	display:block;
    height: 24px;
    overflow: hidden;
}
.jdal_cont_box a .jdal_cont_p p {
    font-size: 10px;
    color: #808080;
    text-align: center;
    line-height: 20px;
	display:block;
    height: 20px;
    overflow: hidden;
}

.jdal_links {
    display: block;
    width: 100%;
    text-align: center;
    height: 42px;
    margin-top: 10px;
}
.jdal_links a {
    display: block;
}
.jdal_links a img {
    height: 42px;
}

.gykn {
    width: 100%;
    position: relative;
    display: block;
	background-color:#1f3976;
    background-size: 100%;
    padding-bottom: 20px;
}
.gykn .gykn_tit {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 16px 3%;
}
.gykn .gykn_tit h1 {
    line-height: 40px;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}
.gykn .gykn_tit span {
    font-size: 14px;
    line-height: 26px;
    color: #dfe1e8;
    margin-top: 4px;
    text-align: left;

    height: 104px;
    overflow: hidden;
}
.gykn_links {
    display: block;
    width: 100%;
    text-align: center;
    height: 42px;
    margin-top: 5px;
}
.gykn_links a {
    display: block;
}
.gykn_links a img {
    height: 42px;
}
.gykn_icon {
    width: 100%;
    padding: 0 3%;
    margin-top: 20px;
    overflow: hidden;
}
.gykn_icon li {
    float: left;
    width: 25%;
    padding: 0 3%;
    text-align: center;
    margin-bottom: 6px;
}
.gykn_icon li a {
    display: block;
    width: 100%;
    height: 100%;
}
.gykn_icon li a .gykn_icon_icon {
    width: 100%;
}
.gykn_icon li a .gykn_icon_icon img {
    width: 100%;
}
.gykn_icon li a .gykn_icon_p {
    height: 32px;
    display: block;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
}
.news {
    width: 100%;
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    padding-bottom: 24px;
}
.news_tit {
    padding: 16px 3%;
    width: 100%;
    text-align: center;
    margin: 0;
}
.news_tit h1 {
    line-height: 40px;
    font-size: 26px;
    font-weight: bold;
    color: #222222;
}
.news_box {
    position: relative;
    z-index: 10;
    float: left;
    background: #fff;
    width: 100%;
}
.news_fy_tit {
    float: left;
    width: 100%;
    background: #fff;
    height: 42px;
    line-height: 42px;
    position: relative;
    border-bottom: 1px solid #eeeeee;
}
.news_fy_tit ul {
    float: left;
    width: 100%;
	padding: 0 3%;
}
.news_fy_tit li {
    float: left;
    height: 42px;
    line-height: 42px;
    display: block;
    position: relative;
    width: 25%;
    text-align: center;
    background: url(../images/sicon20.png) right center no-repeat;
    background-size: 1px 20px;
    color: #666666;
    font-size: 18px;
}
.news_fy_tit li.cur {
    color: #be2020;
}
.news_box_cont {
    width: 100%;
    overflow: hidden;
}
.list {
    width: 300%;
}
.news_box_cont .tabCon {
    float: left;
    width: calc((100%)/ 3);
}

#s1, #s2, #s3, #s4 {
    overflow: hidden;
}
.news_box_cont .news_box_cont_list {
    width: 100%;
    padding-top: 10px;
    line-height: 26px;
    overflow: hidden;
    padding-bottom: 12px;
}
.news_box_cont .news_box_cont_list li {
    overflow: hidden;
    width: 100%;
    height: 87px;
    padding: 10px 3% 10px;
    border-bottom: 1px solid #eeeeee;
}
.news_box_cont .news_box_cont_list li a {
    display: block;
    width: 100%;
    height: 100%;
}
.news_box_cont .news_box_cont_list li a .news_box_cont_list_samp {
    width: 66px;
    height: 66px;
    background: #223369;
    float: left;
}
.news_box_cont .news_box_cont_list li a .news_box_cont_list_samp samp.ri {
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    display: block;
    padding: 10px 0 0;
}
.news_box_cont .news_box_cont_list li a .news_box_cont_list_samp samp.niyu {
    font-size: 12px;
    width: 100%;
    text-align: center;
    line-height: 22px;
    color: #fff;
    display: block;
    margin-top: 4px;
}
.news_box_cont_list_span {
    float: right;
    width: 76%;
    height: 66px;
    line-height: 28px;
}
.news_box_cont_list_span span {
    line-height: 28px;
    margin-top: 5px;
    display: block;
    font-size: 14px;
    color: #333333;
    height: 56px;
    overflow: hidden;
}
.news_box_cont_links {
    display: block;
    width: 100%;
    text-align: center;
    height: 42px;
    margin-top: 5px;
}
.news_box_cont_links {
    display: block;
    width: 100%;
    text-align: center;
    height: 42px;
    margin-top: 5px;
}
.news_box_cont_links a {
    display: block;
}
.news_box_cont_links a img {
    height: 42px;
}
.foot_top {
    background: #303030;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 6% 3% 4%;
}
.foot_top_lxwm {
    float: left;
    height: 100%;
    width: 60%;
}
.foot_top_lxwm .foot_top_lxwm_tit {
    height: 40px;
    line-height: 40px;
	display:block;
	width:100%;
	background:url(../images/sicon19.jpg) no-repeat left bottom;
}
.foot_top_lxwm .foot_top_lxwm_tit h1 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    display: block;
}
.foot_top_lxwm .foot_top_lxwm_cont {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.foot_top_lxwm span {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #fff;
    line-height: 34px;
}
.foot_top .foot_top_ewm {
    float: right;
    height: 100%;
    width: 30%;
    margin: 0px 0;
}
.foot_top .foot_top_ewm img {

}
.foot_bottom {
    background: #282828;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 4% 3% 4%;
}
.foot_bottom span {
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    width: 100%;
    float: left;
}
.foot_bottom a {
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    float: left;
    width: 100%;
}

/****栏目样式***/
.sj_main_banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.sj_main_banner_pic img{
    width: 100%;
	height:120px;
}
.sj_main_banner_cont {
    position: absolute;
    top: calc((100% - 88px)/2);
    left: 3%;
}
.sj_main_banner_cont h1 {
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    margin: 0;
    height: 56px;
    line-height: 56px;
    display: block;
    padding-bottom: 10px;
    background: url(../images/sjmainicon1.jpg) no-repeat left bottom;
}
.sj_main_banner_cont span {
    color: #fff;
    font-size: 12px;
    height: 32px;

    display: block;
}
.sj_main_nav {
    width: 100%;
    height: 46px;
    line-height: 46px;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-overflow-scrolling: touch;
    text-align: justify;
    box-sizing: border-box;
    padding-left: 3%;
    background: #ffffff;
}
.sj_main_nav a {
    color: #555555;
    text-decoration: none;
    margin-right: 12px;
    font-size: 14px;
    line-height: 46px;
    height: 46px;
    padding-right: 14px;
    border-right: 1px solid #dddddd;
}
.sj_main_cont {
    background: #f4f4f4;
    width: 100%;
    padding: 20px 3% 30px;
    overflow: hidden;
}
.sj_main_cont .sj_main_cont_tit {
    width: 100%;
    display: block;
    padding-bottom: 8px;
    background: url(../images/sjmainicon2.png) no-repeat left bottom;
    float: left;
}
.sj_main_cont .sj_main_cont_tit h1 {
    font-size: 24px;
    color: #454545;
    font-weight: bold;
    line-height: 38px;
}
.sj_main_cont_list {
    float: left;
    width: 100%;
    display: block;
    padding-top: 24px;
}
.sj_main_cont_list li {
    float: left;
    width: 100%;
    height: 42px;
    background: #fff;
    margin-bottom: 18px;
    line-height: 42px;
}
.sj_main_cont_list li a {
    display: block;
    color: #333333;
    font-size: 14px;
	background:url(../images/sjmainicon3.png) no-repeat 97% center;
	padding: 0 42px 0 18px;
	background-size: 10px;
    height: 42px;
    overflow: hidden;
}

/****内容页脚本*****/
.sj_main_cont_show {
    float: left;
    width: 100%;
    display: block;
}
.sj_main_cont_show_tit {
    display: block;
    border-bottom: 1px solid #999;
    padding-bottom: 4px;
}
.sj_main_cont_show_tit h1 {
    font-size: 24px;
    line-height: 46px;
    color: #333;
    font-weight: bold;
}
.sj_main_cont_show_cont {
    font-size: 14px;
    color: #333;
    padding: 20px 0 10px;
    line-height: 32px;
}
.sj_main_cont_show_cont img{
    max-width:100%;
}
/******图片信息页样式****/
.sj_main_cont_piclist {
    float: left;
    width: 100%;
    display: block;
}
.sj_main_cont_piclist li {
    float: left;
    width: 100%;
    height: 74px;
    margin-bottom: 14px;
    background: #fff;
}

.sj_main_cont_piclist li .sj_main_cont_piclist_img {
    width: 92px;
    height: 74px;
    float: left;
    overflow: hidden;
    margin-right: 10px;
}
.sj_main_cont_piclist li .sj_main_cont_piclist_img img {
    height: 74px;
    width: 100%;
}
.sj_main_cont_piclist_cont {
    float: left;
    width: 66%;
    height: 74px;
    overflow: hidden;
}
.sj_main_cont_piclist_cont span {
    color: #333333;
    font-size: 14px;
    width: 100%;
    float: left;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-top: 4px;
}

.sj_main_cont_piclist_cont samp {
    float: left;
    font-size: 12px;
    line-height: 22px;
    color: #808080;
}

/******图片页样式******/
.sj_main_cont_pic {
    float: left;
    width: 100%;
    display: block;
}
.sj_main_cont_pic li {
    float: left;
    width: 50%;
    padding: 0 2%;
    overflow: hidden;
    margin-bottom: 20px;
}
.sj_main_cont_pic li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.sj_main_cont_pic .sj_main_cont_pic_img {
    width: 100%;
    float: left;
}
.sj_main_cont_pic .sj_main_cont_pic_img  img {
    width: 100%;
}
.sj_main_cont_pic .sj_main_cont_pic_cont {
    width: 100%;
    text-align: center;
    float: left;
    padding: 6px 0 0;
    height: 30px;
    overflow: hidden;
    line-height: 24px;
}
.sj_main_cont_pic .sj_main_cont_pic_cont span {
    font-size: 14px;
    color: #444444;
}

/*****产品图片样式******/
.sj_main_cont_cppic {
    float: left;
    width: 100%;
    display: block;
}
.sj_main_cont_cppic li {
    float: left;
    width: 50%;
    padding-right: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.sj_main_cont_cppic li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.sj_main_cont_cppic .sj_main_cont_cppic_img {
    width: 100%;
    float: left;
    border-bottom: 1px solid #f2f2f2;
    padding: 6px 0;
    background: #fff;
}
.sj_main_cont_cppic .sj_main_cont_cppic_img  img {
    width: 100%;
}
.sj_main_cont_cppic_cont {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px 4%;
    text-align: center;
    height: 62px;
    overflow: hidden;
    line-height: 24px;
}
.sj_main_cont_cppic_cont span {
    font-size: 12px;
    color: #333333;
    display: block;
    line-height: 22px;
	height:22px;
	overflow:hidden;
}
.sj_main_cont_cppic_cont p {
    font-size: 10px;
    color: #808080;
    display: block;
    line-height: 20px;
	height:20px;
	overflow:hidden;
}

/****关于中质样式****/
.sj_main_cont_gykn {
    float: left;
    width: 100%;
    display: block;
}

.sj_main_cont_gykn_cont {
    width: 100%;
    display: block;
    padding-bottom: 8px;
    float: left;
    border-bottom: 1px solid #e4e4e4;
}
.sj_main_cont_gykn_cont_tit {
    width: 100%;
    display: block;
    padding-bottom: 8px;
    background: url(../images/sjmainicon2.png) no-repeat left bottom;
    float: left;
}
.sj_main_cont_gykn_cont_tit  h1{
    font-size: 24px;
    color: #454545;
    font-weight: bold;
    line-height: 38px;
}
.sj_main_cont_gykn_cont_p {
    float: left;
    width: 100%;
    display: block;
    line-height: 28px;
    padding: 20px 0;
}
.sj_main_cont_gykn_cont_p span {
    color: #454545;
    font-size: 14px;
}
.sj_main_cont_gykn_lsit {
    width: 100%;
    display: block;
    padding-bottom: 8px;
    float: left;
}
.sj_main_cont_gykn_lsit_tit {
    width: 100%;
    display: block;
    padding-bottom: 8px;
    background: url(../images/sjmainicon2.png) no-repeat left bottom;
    float: left;
    padding-top: 14px;
}
.sj_main_cont_gykn_lsit_tit  h1{
    font-size: 24px;
    color: #454545;
    font-weight: bold;
    line-height: 38px;
}
.sj_main_cont_gykn_lsit_box {
    float: left;
    width: 100%;
    display: block;
    line-height: 28px;
    padding: 20px 0 0;
}
.sj_main_cont_gykn_lsit_box li {
    float: left;
    width: 100%;
    background-size: 66px !important;
    margin-bottom: 20px;
    padding: 4%;
}
.sj_main_cont_gykn_lsit_box_tit {
    width: 100%;
    display: block;
    background: url(../images/sjmainicon4.jpg) no-repeat left bottom;
    float: left;
}
.sj_main_cont_gykn_lsit_box_tit h1 {
    font-size: 20px;
    color: #be2020;
    font-weight: bold;
    line-height: 42px;
}
.sj_main_cont_gykn_lsit_box_cont {
    width: 100%;
    display: block;
    float: left;
    line-height: 30px;
    padding-top: 8px;
}
.sj_main_cont_gykn_lsit_box_cont span {
    font-size: 14px;
    color: #454545;
}
.sj_main_cont_gykn_img {
    width: 100%;
    display: block;
    padding-bottom: 8px;
    float: left;
}
.sj_main_cont_gykn_img li {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.sj_main_cont_gykn_img li img {
    width: 100%;
}

/***联系我们样式****/
.sj_main_cont_lxwm {
    float: left;
    width: 100%;
    display: block;
}
.sj_main_cont_gykn_cont {
    width: 100%;
    display: block;
    padding-bottom: 8px;
    float: left;
}
.sj_main_cont_lxwm_cont_tit {
    width: 100%;
    display: block;
    padding-bottom: 8px;
    background: url(../images/sjmainicon2.png) no-repeat left bottom;
    float: left;
}
.sj_main_cont_lxwm_cont_tit h1 {
    font-size: 24px;
    color: #454545;
    font-weight: bold;
    line-height: 38px;
}
.sj_main_cont_lxwm_cont_box {
    float: left;
    width: 100%;
    display: block;
}

.sj_main_cont_lxwm_box {
    float: left;
    width: 100%;
    display: block;
}
.sj_main_cont_lxwm_box .sj_main_cont_lxwm_box_tit {
    width: 100%;
    display: block;
    padding-bottom: 8px;
    float: left;
    padding-top: 22px;
}
.sj_main_cont_lxwm_box .sj_main_cont_lxwm_box_tit h1 {
    font-size: 24px;
    color: #454545;
    font-weight: bold;
    line-height: 38px;
}
.sj_main_cont_lxwm_box_cont {
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
    display: block;
    padding-bottom: 20px;
    float: left;
    line-height: 30px;
}
.sj_main_cont_lxwm_box_cont span {
    float: left;
    width: 100%;
    color: #555555;
    font-size: 14px;
}
.sj_main_cont_pywh {
    float: left;
    width: 100%;
    display: block;
    padding-top: 20px;
}
.sj_main_cont_pywh .sj_main_cont_pywh_img {
    float: left;
    width: 100%;
}
.sj_main_cont_pywh .sj_main_cont_pywh_img img {
    width: 100%;
}
.sj_main_cont_pywh_cont {
    float: left;
    width: 100%;
}
.sj_main_cont_pywh_cont {
    float: left;
    width: 100%;
    padding-top: 8px;
}
.sj_main_cont_pywh_cont li {
    float: left;
    width: 100%;
    height: 76px;
    border-bottom: 1px solid #e4e4e4;
    display: block;
}

.sj_main_cont_pywh_cont li i {
    width: 40px;
    float: left;
    height: 100%;
    margin-right: 10px;
}
.sj_main_cont_pywh_cont li.sj_main_cont_pywh_sm i{
	background:url(../images/sjmainicon11.png) no-repeat left center;
    background-size: 40px;
}
.sj_main_cont_pywh_cont li.sj_main_cont_pywh_yj i{
	background:url(../images/sjmainicon12.png) no-repeat left center;
    background-size: 40px;
}
.sj_main_cont_pywh_cont li.sj_main_cont_pywh_jzg i{
	background:url(../images/sjmainicon13.png) no-repeat left center;
    background-size: 40px;
}
.sj_main_cont_pywh_cont li.sj_main_cont_pywh_jyzz i{
	background:url(../images/sjmainicon14.png) no-repeat left center;
    background-size: 40px;
}
.sj_main_cont_pywh_cont li .sj_main_cont_pywh_cont_p {
    float: left;
    height: 60px;
    margin: 8px 0;
    width: calc(100% - 50px);
}
.sj_main_cont_pywh_cont li span {
    font-size: 18px;
    float: left;
    width: 100%;
    line-height: 30px;
    display: block;
    font-weight: bold;
	margin-top: 4px;
}
.sj_main_cont_pywh_cont li.sj_main_cont_pywh_sm span {
    color: #be2020;
}
.sj_main_cont_pywh_cont li.sj_main_cont_pywh_yj span {
    color: #274388;
}
.sj_main_cont_pywh_cont li.sj_main_cont_pywh_jzg span {
    color: #d97022;
}
.sj_main_cont_pywh_cont li.sj_main_cont_pywh_jyzz span {
    color: #269e3d;
}
.sj_main_cont_pywh_cont li p {
    font-size: 14px;
    float: left;
    width: 100%;
    line-height: 24px;
    display: block;
    color: #4d4d4d;
}



/******单页样式*****/

.sj_main_cont_page{
    float: left;
    width: 100%;
    display: block;
}
.sj_main_cont_page_cont{
    font-size: 14px;
    color: #333;
    padding: 20px 0 10px;
    line-height: 32px;
}
.sj_main_cont_page_cont img{
max-width:100%;
}

/*******额外样式*****/
.NewsPage {
    float: left;
    margin-top: 10px;
    display: block;
    width: 100%;
}