html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
/*strong,*/
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  /*font-size: 12px;*/
  font-size:initial;
  font-family: '宋体';
  padding: 0;
  margin: 0;
}
.content p{
        line-height: initial;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
a {
  color: #000;
  text-decoration: none;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.module {
  width: 100%;
}
.wrapper {
  display: flex;
  justify-content: center;
}

.headerM {
  height: 70px;
}
.footerM {
  height: 423px;
}

.container {
  width: 1200px;
}

/*头部模块*/
.headerWrap {
  display: flex;
  justify-content: center;
  height: 70px;
  border-bottom: solid 1px #ae2a26;
}
.headerWrap .inner {
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
.headerWrap .inner .logo {
  /*margin-top: 14px;*/
  /*margin-right: 80px;*/
  /**width: 177px;*/
  /*width:237px;*/
  /*height: 38px;*/
  margin-top: 18px;
  width: 499px;
	height: 64px;
  margin-bottom: 18px;
}
.headerWrap .inner .searchbox {
  width: 60px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.headerWrap .inner .searchbox:hover {
  background: #ae2a26;
}

.headerWrap .inner .searchbox::before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url('../images/search.png') 0 0 no-repeat;
  background-size: contain;
}

.headerWrap .inner .searchbox:hover::before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url('../images/search_on.png') 0 0 no-repeat;
  background-size: contain;
}
.headerWrap .inner .navmenu {
  flex: 1;
  position: relative;
}
.headerWrap .inner .navmenu ul li {
  position: relative;
  height: 60px;
  display: inline-block;
  width: 11.11111111%;
  text-align: center;
}


.headerWrap .inner .navmenu ul li:hover{
  background-color: #840e0b;
}
.headerWrap .inner .navmenu ul li.current{
  background-color: #840e0b;
}
.headerWrap .inner .navmenu ul li > a {
  /*width: calc(100% - 44px);*/
  /*display: inline-block;*/
  /*padding: 0 22px;*/
  /*height: 70px;*/
  /*line-height: 70px;*/
  /*float: left;*/
  /*font-size: 16px;*/
  /*cursor: pointer;*/
  
  width: calc(100% - 30px);
	width: 63px;
	line-height: 60px;
	height:  60px;
	font-family: '宋体';
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;

}
.headerWrap .inner .navmenu ul li.current > a,
.headerWrap .inner .navmenu ul li > a:hover {
  background: #840e0b;
  color: white;
}

.headerWrap .inner .submenu {
  position: absolute;
  left: 0;
  top: 61px;
  width: 242px;
  background: white;
  z-index: 999;
  display: flex;
  flex-flow: column;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  display: none;
  text-align: left;
}
.headerWrap .inner .submenu a {
  /*display: inline-block;*/
  /*width: 100%;*/
  /*height: 60px;*/
  /*line-height: 60px;*/
  /*background: none;*/
  /*text-indent: 16px;*/
  /*padding: 0;*/
  /*font-size: 16px;*/
  
  display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: none;
    text-indent: 35px;
    padding: 0;
    font-size: 15px;
  
}
.headerWrap .inner .submenu a:hover {
  background: #ae2a26;
  color: white;
}
.headerWrap .searchpanel {
  position: absolute;
  left: 0;
  top: 71px;
  width: 100%;
  height: 280px;
  display: none;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 999;
  background: white;
}
.headerWrap .searchpanel .innner {
  width: 694px;
  height: 113px;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-347px, -66.5px);
}
.headerWrap .searchpanel .innner .searchword {
  display: flex;
  justify-content: center;
  font-size: 30px;
  color: #333;
}
.headerWrap .searchpanel .innner .searchform {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  position: relative;
  margin-bottom: 29px;
}
.headerWrap .searchpanel .innner .searchform input {
  height: 46px;
  border: solid 1px #e7e7e7;
  flex: 1;
  text-indent: 21px;
  outline: none;
  font-size: 16px;
  color: #999;
  background: #f8f8f8;
}
.headerWrap .searchpanel .innner .searchform input:focus {
  border: solid 1px #e7e7e7;
  outline: none;
}
.headerWrap .searchpanel .innner .searchform button {
  height: 50px;
  width: 120px;
  height: 50px;
  background: #ae2a26;
  border: none;
  color: white;
  font-size: 16px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  outline: none;
  cursor: pointer;
}

/*底部模块*/
.footerWrap {
  display: flex;
  justify-content: center;
  background: #666666;
  padding: 10px 0;
}
.footerWrap .container {
  display: flex;
  justify-content: space-between;
}
.footerWrap .linkList {
  /**flex: 0.8;*/
  flex: 1;
}
.footerWrap .linkList h3 {
  width: 64px;
	height: 16px;
	font-family: AdobeHeitiStd-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
  margin-bottom: 10px;
}
.footerWrap .linkList ul {
  display: flex;
  justify-content: space-between;
}

.footerWrap .linkList ul li {
  display: flex;
  flex-flow: column;
}

.footerWrap .linkList ul li a {
  font-family: '宋体';
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #ffffff;
  
}

.footerWrap .companyInfo {
  /**width: 190px;*/
 
}

.footerWrap .companyInfo ul {
  display: flex;
  flex-flow: column;
}
.footerWrap .companyInfo ul li {
  margin-bottom: 0px;
  font-family: '宋体';
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #ffffff;
}
.footerWrap .companyInfo ul li.logo {
  text-align: right;
  padding-right: 25px;
}
.footerWrap .companyInfo ul li img {
  padding-right: 10px;
}

.copyright {
  display: flex;
 height: 31px;
	background-color: #333333;
  color: white;
  justify-content: center;
  align-items: center;
}

/*导航栏*/
.navigation {
  color: #666;
  margin: 20px 0 30px 0;
  display: flex;
}
.navigation::before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url('../images/home.png') 0 0 no-repeat;
  background-size: contain;
  transform: translateY(-5px);
  padding-right: 12px;
}

/*子页 左右布局*/
.mainWrap {
  display: flex;
  justify-content: space-between;
}
.sidebar {
  width: 231px;
  margin-bottom: 30px;
}

.sidebar .state {
  display: flex;
  background: #ae2a26;
  height: 146px;
  margin-bottom: 30px;
}
.sidebar .state img {
  transform: translate(18px, 39px);
  width: fit-content;
  height: fit-content;
}

.sidebar .state .fontBox {
  transform: translate(18px, 45px);
}
.sidebar .state .fontBox p {
  font-size: 28px;
  color: white;
  font-weight: bold;
  margin-bottom: 10px;
}

.sidebar .state .fontBox span {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.2);
}
.sidebar .cate ul {
  display: flex;
  flex-flow: column;
}
.sidebar .cate ul {
  display: flex;
  flex-flow: column;
}
.sidebar .cate ul li {
  height: 50px;
  display: flex;
  align-items: center;
  text-indent: 18px;
  font-size: 15px;
  color: #333;
  border-bottom: solid 2px #ededde;
  cursor: pointer;
  position: relative;
}
.sidebar .cate ul li.cur {
  background: #f6f6f6;
  color: #ae2a26;
  border-bottom: solid 2px #ae2a26;
}
.sidebar .cate ul li::after {
  content: '';
  position: absolute;
  right: 18px;
  top: 23px;
  width: 7px;
  height: 11px;
  background: url('../images/arrow_rht_off.png') 0 0 no-repeat;
  background-size: contain;
}
.sidebar .cate ul li.cur::after {
  content: '';
  position: absolute;
  right: 18px;
  top: 23px;
  width: 7px;
  height: 11px;
  background: url('../images/arrow_rht_on.png') 0 0 no-repeat;
  background-size: contain;
}
.mainbar {
  width: 919px;
  margin-bottom: 30px;
}
.mainbar .head {
  font-size: 30px;
  color: #ae2a26;
  padding-bottom: 15px;
  font-weight: 500;
  border-bottom: solid 1px #dbdbdb;
  margin-bottom: 30px;
}
.content img{
    width:80%;
}