/*公共样式开始*/

* {
	padding: 0;
	margin: 0;
	list-style: none;
}

html,
body {
	margin: 0 auto;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
header,
section,
footer {
	margin: 0;
	padding: 0
}

body,
button,
input,
select,
textarea {
	font: 12px/1.5 "微软雅黑";
	color: #666666;
}

body {
	overflow-x: hidden;
}

address,
cite,
dfn,
em,
var,
i {
	font-style: normal
}

ul,
ol,
dl {
	list-style: none
}

a {
	text-decoration: none;
	outline: none;
	font-family: "微软雅黑";
	color: #666666;
	cursor: pointer;
	font-size: 12px;
}

* {
	margin: 0;
	padding: 0;
}

body,
div,
ul {
	margin: 0;
	padding: 0;
}

li {
	font-size: 12px;
	font-family: "微软雅黑";
	list-style: none;
	margin: 0;
	padding: 0;
}

em {
	font-style: normal;
	font-size: 12px;
}

body,
p,
span {
	font-family: "微软雅黑";
}

img {
	border: none;
}

p {
	margin: 0px;
	padding: 0px;
	word-wrap: break-word;
}

:focus {
	outline: none;
}

img {
	border: 0;
	vertical-align: middle;
	display: inline-block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.clear:after {
	display: block;
	content: "";
	clear: both;
}

.transtion {
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
@font-face {
    font-family: 'PINGFANG REGULAR';
    src: url('PINGFANG REGULAR.ttf');
    /*src: local('fontName Regular'),
    local('fontName'),
    url('DINCond-Medium.woff') format('woff'),
    url('DINCond-Medium.ttf') format('truetype'),
    url('DINCond-Medium.svg#fontName') format('svg');*/
}

@font-face {
    font-family: 'PINGFANG BOLD';
    src: url('PINGFANG BOLD.ttf');
    /*src: local('fontName Regular'),
    local('fontName'),
    url('DINCond-Medium.woff') format('woff'),
    url('DINCond-Medium.ttf') format('truetype'),
    url('DINCond-Medium.svg#fontName') format('svg');*/
}
/*主体样式*/
.wrapper{
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
	height: 100%;
	position: relative;
	background: #f7f7f7;
}
.wrapper .header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 0.88rem;
	max-width: 750px;
	width: 100%;
	background: #b10e07;
	z-index: 999;
	margin: auto;
}
.wrapper .header .logo{
	float: left;
	width: 3.4rem;
	height: 0.52rem;
	margin-top: 0.17rem;
	margin-left: 0.24rem;
}
.wrapper .header .logo img{
	max-width: 3.4rem;
	max-height: 0.52rem;
}
.wrapper .header span.icon{
	float: right;
	width: 0.42rem;
	height: 0.3rem;
	background: url("nav.png") no-repeat center;
	background-size: contain;
	margin-top: 0.29rem;
	margin-right: 0.24rem;
}

.wrapper .banner{
	max-width: 750px;
	height: 3.3rem;
	margin-top: 0.88rem;
}
.wrapper .banner img{
	max-width: 750px;
	max-height: 3.3rem;
}

.menu_list_bor {
    position: fixed;
    height: 100%;
    width: 100%;
    right: -100%;
    top: 0;
    z-index: 8888;
}

.colse_menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
}
.menu_right {
    width: 60%;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 9999;
    overflow-x: hidden;
}

.menu_top {
    width: 100%;
    height: 1rem;
    border-bottom: 1px solid #bbbbbb;
}

.clo {
    line-height: 1rem;
    color: #333;
    font-size: 0.3rem;
    width: 1.5rem;
    margin-left: 0.3rem;
    height: 1rem;
    background-size: auto 0.25rem;
    padding-left: 0.35rem;
}

.menu_list {
    width: 100%;
}

.clo b{
    float: left;
    height: 100%;
    width: 20px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform:  rotate(180deg);;
    background: url('fl.png') no-repeat right center;
    background-size: 40%;
}

.clo span {
    display: inline-block;
    line-height: 0.8rem;
    margin-left: 0.1rem;
}

.menu_list >ul>li,.menu_list>ul>li div>ul>li{
    line-height: 0.8rem;
    *height: 0.8rem;
    position: relative;
    border-bottom: 1px solid #e9e9e9;
}
.menu_list>ul>li div>ul{
    display: none;
}
.menu_list >ul >li >a,.menu_list>ul>li div>ul>li>a {
    line-height: 0.8rem;
    *height: 0.8rem;
    color: #333;
    font-size: 0.28rem;
    display: inline-block;
    padding-left: 0.65rem;
    width: 100%;
    display: block;
}

.menu_list>ul>li div>ul>li{
    border:0;
    border-top: 1px solid #e9e9e9;
    padding-left: 0.3rem;
}

.menu_list >ul >li div>ul>li>a{color: #575757;}

.menu_list >ul >li>b, .menu_list >ul >li div>ul>li b{
    position: absolute;
    display: block;
    width: 100%;
    height: 0.8rem;
    right: 0;
    top: 0;
    background: url('fl.png') no-repeat 90% center;
    background-size: 3.5%;
}
.menu_list>ul>li div>ul>li li{
    border-top:1px solid #e9e9e9;
}
.menu_list>ul>li div>ul>li li a{
    padding-left:1.5rem;
    color:#333;
    font-size: 0.28rem;
}

.menu_list>ul>li>b.nex ,.menu_list >ul >li div>ul>li b.nex{
    background: url('nex.png') no-repeat 90% center;
    background-size: 6%;
}

.menu_list>ul>li{line-height: 0.8rem;}



.wrapper .smallNav{
	max-width: 750px;
	margin: 0 auto;
	background: #fff;
	margin-top: 0.16rem;
	overflow: hidden;
	padding: 0.22rem 0.24rem;
}
.wrapper .smallNav .nav_intro{
	float: left;
	
}
.wrapper .smallNav .nav_intro a{
	display: block;
	width: 2.6rem;
	height: 2.78rem;
	background: #b10e07 url("intro.png") no-repeat center 0.95rem;
	background-size: 18%;
	text-align: center;
	font-size: 0.26rem;
	color: #fff;
	line-height: 3.4rem;
	font-family: "PINGFANG BOLD";
	
}
.wrapper .smallNav .nav_leaderAll{
	float: right;
	
}
.wrapper .smallNav .nav_leaderAll ul{
	overflow: hidden;
	width: 4.38rem;
	margin-top: -0.04rem;
}
.wrapper .smallNav .nav_leaderAll ul li{
	float: left;
	width: 2.11rem;
	height: 1.35rem;
	margin: 0.04rem;
}
.wrapper .smallNav .nav_leaderAll ul li a{
	display: block;
	width: 2.11rem;
	height: 1.35rem;
	color: #fff;
	font-size: 0.26rem;
	text-align: center;
	line-height: 1.9rem;
	font-family: "PINGFANG BOLD";
}
.wrapper .smallNav .nav_leaderAll ul li.nav_leader a{
	background: #65a2e3 url("leader.png") no-repeat center 0.22rem;
	background-size: 18%;
}
.wrapper .smallNav .nav_leaderAll ul li.nav_constitution a{
	background: #5968c3 url("constitution.png") no-repeat center 0.22rem;
	background-size: 18%;
}
.wrapper .smallNav .nav_leaderAll ul li.nav_organization a{
	background: #e39e23 url("organization.png") no-repeat center 0.22rem;
	background-size: 18%;
}
.wrapper .smallNav .nav_leaderAll ul li.nav_contact a{
	background: #aac071 url("contact.png") no-repeat center 0.22rem;
	background-size: 18%;
}


/*dynamic*/
.wrapper .dynamic{
	padding: 0.22rem 0.24rem;
	margin-top: 0.16rem;
	background: #fff;
}
.wrapper .dynamic .dynamic_nav ul{
	overflow: hidden;
}
.wrapper .dynamic .dynamic_nav ul li{
	float: left;
	margin-right: 0.78rem;
	width: 1.82rem;
	height: 0.5rem;
	background: #eeeeee;
	
	font-size: 0.26rem;
	text-align: center;
	line-height: 0.5rem;
	font-family: "PINGFANG BOLD";
	color: #454545;
}
.wrapper .dynamic .dynamic_nav ul li.on{
	color: #fff;
	background: #b10e07;
}
.wrapper .dynamic .dynamic_nav ul li:last-child{
	margin-right: 0;
}
.dynamic .dynamic_content{
	margin-top: 0.3rem;
}
.dynamic .dynamic_content .dynamic_recommend{
	overflow: hidden;
}
.dynamic .dynamic_content .dynamic_recommend .dynamic_recommend_l{
	float: left;
	width: 2.15rem;
	position: relative;
	height: 1.6rem;
}
.dynamic .dynamic_content .dynamic_recommend .dynamic_recommend_l img{
	max-width: 2.15rem;
	max-height: 1.6rem;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.dynamic .dynamic_content .dynamic_recommend .dynamic_recommend_r{
	float: right;
	width: 4.65rem;
}
.dynamic .dynamic_content .dynamic_recommend .dynamic_recommend_r h3{
	font-size: 0.28rem;
	font-family: "PINGFANG BOLD";
	font-weight: normal;
	color: #454545;
	margin-top: 0.1rem;
}

.dynamic .dynamic_content .dynamic_recommend .dynamic_recommend_r p{
	font-size: 0.26rem;
	text-indent: 0.44rem;
	font-family: "PINGFANG REGULAR";
	margin-top: 0.1rem;
}
.dynamic .dynamic_content .dynamic_lists{
	border-top: 1px dashed #c9c9c9;
	margin-top: 0.23rem;
	padding-top: 0.1rem;
}
.dynamic .dynamic_content .dynamic_lists li.dynamic_lists_li{
	position: relative;
	line-height: 0.4rem;
	margin: 0.1rem 0;
}
.dynamic .dynamic_content .dynamic_lists li.dynamic_lists_li span{
	position: absolute;
	top: 0;
	right: 0;
	color: #969696;
	font-family: "PINGFANG REGULAR";
	font-size: 0.22rem;
}
.dynamic .dynamic_content .dynamic_lists li.dynamic_lists_li p{
	font-size: 0.26rem;
	color: #454545;
	font-family: "PINGFANG REGULAR";
	text-indent: 0.25rem;
	background: url("disc.png") no-repeat 0.05rem center;
}

/*news*/
.wrapper .news{
	padding: 0.22rem 0.24rem;
	margin-top: 0.16rem;
	background: #fff;
}
.wrapper .news .news_content{
	margin-top: 0.2rem;
}
.wrapper .news h3{
	border-bottom: 1px solid #dddddd;
	font-weight: normal;
	position: relative;
}
.wrapper .news h3 span{
	font-size: 0.28rem;
	font-family: "PINGFANG BOLD";
	color: #454545;
	border-bottom: 2px solid #b10e07;
}
.wrapper .news h3 a{
	font-size: 0.24rem;
	font-family: "PINGFANG REGULAR";
	position: absolute;
	right: 0;
	top: 0.06rem;
}
.wrapper .news .dynamic_recommend{
	overflow: hidden;
}
.wrapper .news .dynamic_recommend .dynamic_recommend_l{
	float: left;
	width: 2.15rem;
	position: relative;
	height: 1.6rem;
}
.wrapper .news .dynamic_recommend .dynamic_recommend_l img{
	max-width: 2.15rem;
	max-height: 1.6rem;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.wrapper .news .dynamic_recommend .dynamic_recommend_r{
	float: right;
	width: 4.65rem;
}
.wrapper .news .dynamic_recommend .dynamic_recommend_r h3{
	font-size: 0.28rem;
	font-family: "PINGFANG BOLD";
	font-weight: normal;
	color: #454545;
	margin-top: 0.1rem;
	border-bottom: none;
}

.wrapper .news .dynamic_recommend .dynamic_recommend_r p{
	font-size: 0.26rem;
	text-indent: 0.44rem;
	font-family: "PINGFANG REGULAR";
	margin-top: 0.1rem;
}
.wrapper .news .dynamic_lists{
	border-top: 1px dashed #c9c9c9;
	margin-top: 0.23rem;
	padding-top: 0.1rem;
}
.wrapper .news .dynamic_lists li.dynamic_lists_li{
	position: relative;
	line-height: 0.4rem;
	margin: 0.1rem 0;
}
.wrapper .news .dynamic_lists li.dynamic_lists_li span{
	position: absolute;
	top: 0;
	right: 0;
	color: #969696;
	font-family: "PINGFANG REGULAR";
	font-size: 0.22rem;
}
.wrapper .news .dynamic_lists li.dynamic_lists_li p{
	font-size: 0.26rem;
	color: #454545;
	font-family: "PINGFANG REGULAR";
	text-indent: 0.25rem;
	background: url("disc.png") no-repeat 0.05rem center;
}

/*brand*/
.wrapper .brand{
	padding: 0.22rem 0.24rem 1rem;
	margin-top: 0.16rem;
	background: #fff;
}
.wrapper .brand h3{
	border-bottom: 1px solid #dddddd;
	font-weight: normal;
	position: relative;
}
.wrapper .brand h3 span{
	font-size: 0.28rem;
	font-family: "PINGFANG BOLD";
	color: #454545;
	border-bottom: 2px solid #b10e07;
}
.wrapper .brand h3 a{
	font-size: 0.24rem;
	font-family: "PINGFANG REGULAR";
	position: absolute;
	right: 0;
	top: 0.06rem;
}
.wrapper .brand ul{
	overflow: hidden;
	margin-top: 0.2rem;
}
.wrapper .brand ul li{
	float: left;
	width: 2.21rem;
	height: 1.65rem;
	position: relative;
	margin-right: 0.19rem;
}
.wrapper .brand ul li:last-child{
	margin-right: 0;
}
.wrapper .brand ul li img{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	max-width: 2.21rem;
	max-height: 1.65rem;
	margin: auto;
}


/*footer*/
.wrapper .footer{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0.7rem;
	margin: auto;
	background: #b10e07;
	color: #ff6c66;
	font-size: 0.22rem;
	font-family: "PINGFANG REGULAR";
	text-align: center;
	line-height: 0.7rem;
	max-width: 750px;
	width: 100%;
}


/*news*/
/*news nav*/
.wrapper .position{
	padding: 0 0.24rem;
	margin-top: 0.16rem;
	/*margin-bottom:0.2rem;*/
	border-bottom: 0.16rem solid #f7f7f7;
	height: 0.5rem;
	background: #fff;
}
.wrapper .position p{
	overflow: hidden;
	padding-top: 0.07rem;
}
.wrapper .position p i{
	width: 0.28rem;
	height: 0.36rem;
	display: inline-block;
	padding-right: 0.14rem;
	float: left;
}
.wrapper .position p i img{
	max-width: 0.28rem;
}
.wrapper .position p span{
	font-size: 0.24rem;
	float: left;
	font-family: "PINGFANG REGULAR";
}
.wrapper .position p span a{
	font-size: 0.24rem;
}
.wrapper .position p span a:last-child{
	color: #b10e07;
}

/*nav*/
.wrapper .news_main{
	padding: 0 0.24rem;
	background: #fff;
	height: 100%;
	padding-bottom: 1rem;
}
.wrapper .nav ul{
	padding-top: 0.1rem;
	overflow: hidden;
}
.wrapper .nav ul li{
	float: left;
	width: 3.35rem;
	height: 0.6rem;
	margin: 0.1rem 0;
}
.wrapper .nav ul li a{
	display: block;
	height: 100%;
	width: 100%;
	font-family: "PINGFANG REGULAR";
	font-size: 0.28rem;
	background: #b10e07;
	color: #fff;
	text-align: center;
	line-height: 0.6rem;
	
}
.wrapper .nav ul li a.on{
	background: #ff6c66;
}


.wrapper .news_main .news_main_list{
	margin-top: 0.2rem;
	border-top: 0.01rem solid #c9c9c9;
	padding-top: 0.1rem;
}

.wrapper .news_main .news_main_list ul li.dynamic_lists_li{
	position: relative;
	line-height: 0.4rem;
	padding-bottom: 0.2rem;
	padding-top: 0.2rem;
	border-bottom: 1px dashed #c9c9c9;
}
.wrapper .news_main .news_main_list ul li.dynamic_lists_li h3 a{
	float: right;
	height: 0.48rem;
	width: 0.48rem;
	background: url("icon_upload.png") no-repeat center bottom;
	margin-top: -0.05rem;
	background-size: contain;
}
.wrapper .news_main .news_main_list ul li.dynamic_lists_li span{
	position: absolute;
	top: 0;
	right: 0;
	color: #969696;
	font-family: "PINGFANG REGULAR";
	font-size: 0.24rem;
}
.wrapper .news_main .news_main_list ul li.dynamic_lists_li span.ymd{
	right: 1rem;
}
.wrapper .news_main .news_main_list ul  li.dynamic_lists_li p{
	font-size: 0.26rem;
	color: #454545;
	font-family: "PINGFANG REGULAR";
	text-indent: 0.44rem;
	margin-top: 0.1rem;
}

.wrapper .news_main .news_main_list ul  li.dynamic_lists_li h3{
	font-size: 0.28rem;
	position: relative;
}

/*product*/
.wrapper .news_main .product_main_list{
	margin-top: 0.2rem;
	border-top: 0.01rem solid #c9c9c9;
	padding-top: 0.1rem;
	overflow: hidden;
}
.wrapper .news_main .product_main_list li{
	float: left;
	width: 3.35rem;
	height: 2.5rem;
	position: relative;
	margin: 0.1rem 0;
}
.wrapper .news_main .product_main_list li img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-height: 2.5rem;
	max-width: 3.35rem;
}
.wrapper .news_main .product_main_list li h3{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 0.5rem;
	background: rgba(0,0,0,0.5);
	color: #fff;
	text-align: center;
	line-height: 0.5rem;
	font-weight: normal;
	font-family: "PINGFANG REGULAR";
}





/*内容页*/
.content{background-color: #ffffff;overflow: hidden;padding:0 0.2rem 1rem;font-family: "PINGFANG REGULAR";}
.content .article_title {
    margin:0.4rem 0 0.2rem;
    text-align: center;
}
.content .article_title h3 {
    font-size: 0.32rem;
    color:#333;
}
.content .article_title .author {
    font-size: 0.23rem;
    color: #c6c5c6;
    margin-top: 0.1rem;
}
.content .article_con {
    /*padding:0.5rem 0;*/
    font-size: 0.28rem;
    color: #555555;
    text-align: justify;
    line-height: 200%;
    min-height: 5rem;
}
.content .article_con img{max-width: 100%;display: inline-block;height: auto !important;}
.content .up,.content .down {
    font-size: 0.26rem;
    text-align: left;
    color: #444444;
    font-weight: bold;
    padding:0 0.1rem;
}
.content .up a,.content .down a {
    color: #777777;
    font-weight: normal;
    font-size: 0.26rem;
}
.content .up {
    margin-top: 0.3rem;
}
.content .down{margin-bottom: 0.2rem;margin-top:0.1rem;}



/*pageclass*/
.pageClass {
    text-align: center;
    font-size: 0.22rem;
    padding-top: 0.7rem;
    padding-bottom: 0.5rem;
    clear: both;
    font-family: "PINGFANG REGULAR";
}
.pageClass span {
    padding: 0.10rem 0.2rem;
    display: inline-block;
    margin-left: 0.1rem;
    font-size: 0.24rem;
    background-color:#b10e07;
    color: #ffffff;
}
.pageClass strong span{
    color: #454545;
    background-color: #eeeeee;
}
.pageClass .next span{color: #ffffff;margin-top:0.1rem;}











