﻿* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

html,
body {
  height: 100%;
 
 cursor: pointer;
}

html {
  font-size: 62.5%;
}

html.is-screen-locked {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
}

html.fz-sm {
  font-size: 56.3%;
}

html.fz-md {
  font-size: 62.5%;
}

html.fz-lg {
  font-size: 68.8%;
}

body {
 
  font-size: 1.4rem;
  line-height: 1.6;
  color: #000;
  margin: 0;
  padding: 0;
  min-width: 1px;
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 2px;
  }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  body {
    min-width: 1px;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #555;
}

p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

small {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}

form {
  display: block;
  width: 100%;
}

figure {
  margin: 0;
  padding: 0;
}

input, textarea, select {
  vertical-align: top;
 
}

img {
  display: inline-block;
  vertical-align: top;
  border: 0;
}

sup {
  font-size: 90%;
  vertical-align: top;
}

/**/
.wrap {
	    width: 1200px;
	margin: 0 auto;
	height: auto;
	
}

.fl {
	float: left;
}

.fr {
	float: right;
}
.pt50{
	padding-top: 150px !important;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup, i { font-style: inherit; font-weight: inherit; }
.blk {
	margin: 20px auto 20px auto;
	width: 1200px;
	margin-top: 135px;
}

.p12-curmbs-1 {
	font-size: 14px;
	border-bottom: 1px dashed #dcdcdc;
}

.p12-curblock {
	display: none;
}

.p12-curmbs-1 b {
	border-left: 10px solid #bc1100;
	font-weight: normal;
	padding-left: 8px;
}

.plc {
	width: 84%;
	margin: 0 auto 20px;
}

.p12-curmbs-1 i {
	font-style: normal;
}

.p12-curmbs-1 span {
	padding: 0 5px;
	height: 46px;
	line-height: 46px;
}


/*内页栏目*/

.tl-fdh-02 {
	height: 55px;
	background: #fff;
	margin-bottom: 20px;
	width: 1200px;
	margin: 0 auto 20px;
}

.tl-fdh-02 li {
	width: 19.4%;
	height: 55px;
	font-size: 18px;
	line-height: 55px;
	text-align: center;
	float: left;
	border-right: 1px solid #d8d8d8;
	box-sizing: border-box;
	background: #f4f4f4;
	cursor: pointer;
	text-overflow: ellipsis;
	position: relative;
}

.tl-fdh-02 li a {
	color: #333;
	display: block;
	width: 100%;
}

.tl-fdh-02 li.sidenavcur,
.tl-fdh-02 li:hover {
	background: url(../img/p16-icon6.png) no-repeat bottom center #bc1100;
	border-color: #d8d8d8;
}

.tl-fdh-02 li.sidenavcur a,
.tl-fdh-02 li:hover a {
	color: #fff;
}

.tl-fdh-02 li .erji {
	display: none;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 55px;
	left: 0;
	z-index: 10;
}

.tl-fdh-02 li .erji li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #eee;
	border-bottom: #fff 1px solid;
	font-size: 16px;
}

.tl-fdh-02 li .erji li a {
	color: #333;
}

.tit {
	font-size: 32px;
	text-align: center;
	margin: 25px 0;
}

.wmen {
	color: #cb2631
}

.eng i {
	color: #cb2631;
	padding: 0 15px;
}

.chi {
	margin-bottom: 7px;
	font-weight: bold;
	color: #333;
	letter-spacing: 2px;
}

.eng {
	text-transform: uppercase;
	font-weight: 100;
	font-size: 16px;
}

/*分页*/

.page {
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
	clear: both;
	text-align: center;
}

.page div {
	display: inline-block;
}

.page a,
.page span {
	position: relative;
	float: left;
	padding: 8px 14px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #b8382c;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	font-size: 14px;
}

.page .current {
	background-color: #b8382c;
	border: 1px solid #b8382c;
	color: #fff;
}

.page a:first-child,
.page span:first-child {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.page a:last-child,
.page span:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

