body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
figure,
figure,
legend,
textarea,
p,
blockquote,
th,
td,
input,
label {
  margin: 0;
  padding: 0;
  font-family: 'Microsoft YaHei';
  word-wrap: break-word;
  color: #3c4b5a;
}
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
}
li {
  list-style: none;
}
img {
  border: none;
  vertical-align: top;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
.container {
  height: 100%;
  padding: 140px 0 0 0;
  background: #f5f6f7 url(../images/responsible.jpg) no-repeat top center;
  background-size: 100% auto;
}
.responsible-t {
  display: flex;
  flex-direction: column;
  /* align-items: start; */
  width: 1000px;
  margin: 0 auto;
}
.responsible-t h2 {
  padding: 0px 0 30px 0px;
  font: 48px/48px "";
}
.responsible-t p {
  margin: 0 auto;
  padding: 0 0 0 0px;
  width: 485px;
  font: 18px/32px "";
  text-align: center;
}
.responsible-t ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  margin: 68px auto 20px;
}
.responsible-t ul li {
  width: 198px;
  height: 78px;
  font: 22px/78px "";
  border-radius: 39px;
  text-align: center;
}
.responsible-t ul li.on {
  background: #f3f5f6;
  border-radius: 39px;
  font: bold 22px/78px "";
}
/* .responsible-t ul li:nth-child(1){		
	margin: -45px 0 0 0 ;
	transform: rotate(26deg);
    transform-origin: center center;
}
.responsible-t ul li:nth-child(3){		
	margin: -10px 0 0 0 ;
	transform: rotate(-10deg);
    transform-origin: center center;
}
.responsible-t ul li:nth-child(4){		
	margin: -69px 0 0 0;
    transform: rotate(-19deg);
    transform-origin: center center;
}
.responsible-t ul li:nth-child(5){		
	margin: -157px 0 0 0;
    transform: rotate(-26deg);
    transform-origin: center center;
} */
/* 责任使命 */
.responsible-con {
  display: flex;
  flex-direction: column;
  width: 1200px;
  margin: 60px auto 0;
  box-sizing: border-box;
  padding-bottom: 40px;
}
.responsible-con .responsible-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 0 0px 0 ;
}
.responsible-con .responsible-list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 360px;
  height: 340px;
  background: #FFF;
  border-radius: 50px;
  margin: 0 18px 40px;
}
.responsible-con .responsible-list li h2 {
  width: 280px;
  margin: 0 auto;
  align-items: center;
  font: 16px/30px "";
  padding: 20px 0 0 0;
  text-align: left;
  color: #626d77;
}
.responsible-con .responsible-list li img {
  display: block;
  width: 280px;
  height: 190px;
  border-radius: 30px;
  background: #ccc;
  margin: 0 auto;
}
