.list-banner {
	width: 100%;
	height: auto;
}
.list-banner img {
	width: 100%;
	height: 100%;
}
.list-main {
	overflow: hidden;
	padding: 20px 0;
}
.list-title {
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	color: #666;
}
.list-title-position {
	float: left;
	padding: 22px 0;
}
.list-title-position .icon-home {
	width: 20px;
	vertical-align: -3px;
	margin-right: 7px;
}
.list-title-position a {
	font-size: 14px;
	color: #666;
}
.list-title .strokes-nav {
	float: right;
}
.list-title .strokes-nav a {
	padding: 22px 0;
	color: #333;
	font-size: 15px;
	margin-left: 22px;
	display: inline-block;
}
.list-title .strokes-nav .active {
	color: #005C6E;
	font-weight: 700;
	border-bottom: 3px solid #005C6E;
}
.strokes-main {
	overflow: hidden;
	padding: 40px 0;
}
.strokes-title {
	text-align: center;
	margin-bottom: 35px;
}
.strokes-title .strokes-title-switch {
	display: inline-block;
	background: #999999;
	color: #fff;
	padding: 10px 25px;
	font-size: 14px;
	margin: 0 10px;
	position: relative;
	cursor: pointer;
}
.strokes-title .strokes-title-switch.active {
	background: #e01b1d;
}
.strokes-title .strokes-title-switch.active::after {
	content: "";
	position: absolute;
	bottom: -16px;
	left: 42%;
	border-top: 8px solid #e01b1d;
	border-right: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid transparent;
}
.strokes-content {
	display: none;
}
.strokes-content:first-child {
	display: block;
}
.strokes-content,
.strokes-content ul {
	overflow: hidden;
}
.strokes-content li {
	float: left;
	width: 49%;
	background: #fafafa;
	overflow: hidden;
	margin-bottom: 20px;
	box-sizing: border-box;
	border: 1px solid #E6E6E6;
}
.strokes-content li:nth-child(2n+1) {
	margin-right: 2%;
}
.strokes-content li .strokes-content-img {
	height: 230px;
	background: no-repeat center center;
	background-size: cover;
	float: left;
	width: 30%;
}
.strokes-content-text {
	overflow: hidden;
	float: left;
	width: 70%;
	box-sizing: border-box;
	padding: 18px 15px 0px;
}
.strokes-content-text h1 {
	font-size: 18px;
	color: #333;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.strokes-content-text p {
	color: #999;
	font-size: 14px;
	margin-bottom: 15px;
}
.strokes-content-text h2 {
	color: #666;
	font-size: 14px;
	margin-bottom: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 1.7;
}
.strokes-state {
	font-size: 16px;
	width: 100px;
	height: 30px;
	line-height: 30px;
	background: #064a5b;
	color: #fff;
	border-radius: 3px;
	text-align: center;
}
.strokes-state.over {
	background: #bfbfbf;
}
.page {
	margin-top: 20px;
	overflow: hidden;
	text-align: center;
}
.page span,
.page a {
	display: inline-block;
}
.page a {
	margin: 0 5px;
	background: #9a9b9d;
	padding: 5px 10px;
	border-radius: 3px;
	color: #fff;
}
.page a.active {
	background: #064a5b;
}
.footer {
  position: relative !important;
  bottom: 0 !important;
}
.footer-btn {
	display: none !important;
}
.strokes-list-title {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
	text-align: center;
}
.strokes-list-title h1 {
	font-size: 18px;
	color: #333;
	margin-bottom: 15px;
	font-weight: 700;
}
.strokes-list-title p {
	color: #666666;
	font-size: 14px;
}
.trokes-list-content {
	overflow: hidden;
	padding: 20px 0;
}
.trokes-list-content p {
	color: #666666;
	font-size: 14px;
	line-height: 2;
}
.trokes-list-content p span {
	font-weight: 700;
	font-size: 14px;
	color: #000;
}
.word-download {
	overflow: hidden;
	margin: 10px 0 25px;
}
.word-download li {
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
}
.word-download li img,
.word-download li span {
	vertical-align: middle;
	margin: 0 6px;
	font-weight: 700;
}
.word-download li span:hover {
	color: #e01b1d;
}
.sign-up {
	border: 1px solid #e6e3e3;
	padding: 25px 50px 10px;
	background: #fafafa;
	overflow: hidden;
}
.sign-up-col {
	float: left;
	width: 40%;
	overflow: hidden;
}
.sign-up-btn {
	float: left;
	width: 20%;
	overflow: hidden;
}
.sign-up-form {
	overflow: hidden;
	margin-bottom: 15px;
}
.sign-up-form span {
	vertical-align: middle;
	color: #333;
	font-size: 14px;
	width: 20%;
	text-align: right;
	display: inline-block;
	text-align: right;
}
.sign-up-form input {
	display: inline-block;
	background: #FFFFFF;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	padding: 10px;
	width: 75%;
}
.sign-up-btn {
	padding-top: 23px;
	text-align: center;
}
.sign-up-btn button {
	background: #e01b1d;
	font-size: 16px;
	color: #fff;
	height: 45px;
	line-height: 45px;
	text-align: center;
	width: 140px;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 5px;
}
.look-zb {
	overflow: hidden;
	margin: 30px 0;
	text-align: center;
}
.look-zb a {
	display: inline-block;
	background: #e01b1d;
	font-size: 16px;
	padding: 15px 40px;
	color: #fff;
	border-radius: 5px;
}
.strokes-more a {
	font-size: 14px;
	color: #333;
}
/*éå……ç°¬éŽ´æˆœæ»‘*/
.about-party {
	overflow: hidden;
	padding: 40px 0;
}
.about-party-main li {
	margin-right: 0 !important;
	width: 100%;
}
.about-party-main li .strokes-content-img {
	height: 205px;
	width: 22%;
}
.about-party-main .strokes-content-text {
	width: 78%;
}
/*ç¼å¿›æ”¢éŸå—˜æ¹‡é”ï¿½*/
.service-main {
	overflow: hidden;
	padding: 40px 0;
}
.service-network {
	overflow: hidden;
}
.service-network p {
	font-size: 14px;
	color: #666;
}
.service-network-map {
	text-align: center;
}
.service-network-map img {
	max-width: 100%;
}
.service-network-table {
	overflow: hidden;
	border: 1px solid #e6e6e6;
	border-bottom: none;
}
.service-network-cell {
	border-bottom: 1px solid #E6E6E6;
	overflow: hidden;
}
.table-left {
	float: left;
	width: 77%;
	border-right: 1px solid #E6E6E6;
	padding: 20px 20px;
	box-sizing: border-box;
	font-size: 14px;
	color: #333;
}
.table-left em {
	width: 26px;
	height: 12px;
	display: inline-block;
	margin-right: 10px;
}
.table-right {
	float: left;
	width: 23%;
	box-sizing: border-box;
	padding: 20px 10px;
	text-align: center;
	font-size: 16px;
	color: #333;
}
.service-customer {
	overflow: hidden;
	padding: 10px 0;
}
.service-customer-title {
	background: #fcdede;
	font-size: 18px;
	color: #333;
	padding: 5px 0 5px 80px;
	position: relative;
	margin-top: 20px;
	margin-bottom: 25px;
}
.service-customer-title span {
	background: #eb2323;
	font-size: 24px;
	color: #fff;
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	top: -15px;
	left: 0;
	text-align: center;
	line-height: 60px;
}
.service-customer-content {
	padding: 0 80px;
	overflow: hidden;
	font-size: 14px;
	color: #666;
}
.service-customer-content p {
	margin-bottom: 20px;
}
.service-customer-content img {
	max-width: 100%;
}
.service-apply {
	overflow: hidden;
	padding: 0 130px;
}
.service-apply-main {
	padding: 45px 70px 0;
	border: 1px solid #d0d2d2;
	position: relative;
	border-bottom: 0 none;
}
.service-apply-main h1 {
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
	font-weight: 700;
	text-align: center;
}
.service-apply-main h2 {
	font-size: 14px;
	color: #666;
	text-align: center;
	margin-bottom: 65px;
}
.service-apply-form,
.service-apply-form ul {
	overflow: hidden;
}
.service-apply-form li {
	float: left;
	width: 46%;
	padding: 0 2%;
	margin-bottom: 22px;
}
.apply-form-title {
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
}
.apply-form-title span {
	color: #ff0000;
}
.apply-form-content input {
	border: 1px solid #ccc;
	width: 100%;
	height: 32px;
	padding: 0 15px;
	box-sizing: border-box;
	font-size: 14px;
	color: #666;
}
.service-apply-form .textForm {
	width: 96%;
}
.service-apply-form .textForm textarea {
	border: 1px solid #ccc;
	width: 100%;
	height: 130px;
	padding: 10px 15px;
	box-sizing: border-box;
	font-size: 14px;
	color: #666;
}
.service-apply-padding {
	padding: 0 31px;
	position: relative;
	z-index: 2;
}
.apply-bg {
	width: 100%;
	margin-top: -56px;
	position: relative;
	z-index: 1;
}
.apply-bg img {
	width: 100%;
}
.apply-bg-submit {
	position: absolute;
	bottom: 18%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.apply-bg-submit button {
	background: #e01b1d;
	font-size: 24px;
	color: #fff;
	padding: 13px 58px;
	border-radius: 7px;
	margin-bottom: 20px;
	cursor: pointer;
	border: none;
}
.apply-bg-submit p {
	color: #e01b1d;
	font-size: 14px;
	text-align: center;
}
.personnel-main {
	overflow: hidden;
	padding: 40px 0;
}
.personnel-idea {
	overflow: hidden;
}
.personnel-idea h1 {
	font-size: 14px;
	color: #666;
}
.personnel-idea h1 span {
	color: #e01b1d;
	font-size: 16px;
}
.personnel-idea ul {
	overflow: hidden;
	padding: 100px 132px;
}
.personnel-idea li {
	float: left;
	width: 280px;
	box-sizing: border-box;
	box-shadow: 0 0 10px #e4e4e4;
	padding: 100px 45px 35px;
	text-align: center;
	position: relative;
	margin: 0 15px;
	height: 300px;
}
.personnel-idea li img {
	position: absolute;
	top: -35px;
	left: 50%;
	width: 42%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.idea-text-title {
	font-size: 22px;
	color: #0070b8;
	margin-bottom: 20px;
}
.idea-text-content {
	font-size: 14px;
	color: #666;
	line-height: 2em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
    text-align: left;
}
.personnel-welfare {
	overflow: hidden;
}
.personnel-welfare li {
	overflow: hidden;
	margin-bottom: 20px;
}
.welfare-top {
	overflow: hidden;
	margin-bottom: 20px;
	height: 300px;
}
.welfare-top-text {
	float: left;
	width: 500px;
	height: 100%;
	padding: 45px 30px;
	overflow: hidden;
	box-sizing: border-box;
	background: #7b9ac8;
	transition: all .5s;
	cursor: pointer;
}
.welfare-top-text:hover {
	background: #f89865;
}
.welfare-top-text h1 {
	font-size: 24px;
	color: #fff;
	margin-bottom: 30px;
}
.welfare-top-text p {
	font-size: 14px;
	color: #fff;
	line-height: 2em;
	text-indent: 2em;
}
.welfare-top-bigImg {
	float: left;
	width: 400px;
	height: 100%;
	margin-right: 6px;
}
.welfare-top-bigImg img {
	width: 100%;
	height: 100%;
	display: block;
}
.welfare-top-smImg {
	width: 294px;
	height: 100%;
	float: left;
}
.welfare-top-smImg img {
	width: 100%;
	display: block;
	height: 147px;
}
.welfare-top-smImg img:nth-child(2) {
	margin-top: 6px;
}
.welfare-bottom {
	overflow: hidden;
	margin-bottom:20px;
}
.welfare-bottom-img {
	width: 700px;
	float: left;
	height: 350px;
}
.welfare-bottom-img img {
	display: block;
	float: left;
	height: 100%;
	width: 347px;
}
.welfare-bottom-img img:nth-child(1) {
	margin-right: 6px;
}
.welfare-bottom-text {
	float: left;
	width: 500px;
	height: 350px;
	padding: 25px 30px;
	overflow: hidden;
	box-sizing: border-box;
	background: #7b9ac8;
	transition: all .5s;
	cursor: pointer;
}
.welfare-bottom-text:hover {
	background: #f89865;
}
.welfare-bottom-text h1 {
	font-size: 24px;
	color: #fff;
	margin-bottom: 30px;
}
.welfare-bottom-text p {
	font-size: 14px;
	color: #fff;
	line-height: 2em;
	text-indent: 2em;
}
/*æ¶“å¬«åªºç» î…žã”é‘·î„ç•¾æ¶”ï¿½*/
select {
	border: solid 1px #000;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../img/icon/icon-arrow.png) no-repeat scroll right center transparent;
	padding-right: 28px !important;
}
select::-ms-expand {
	display: none;
}
.sociology-search,
.sociology-search ul {
	overflow: hidden;
}
.sociology-search li {
	float: left;
	width: 31%;
	margin-right: 1.5%;
	margin-bottom: 20px;
}
.sociology-search li select {
	border: 1px solid #d9d9d9;
	color: #666;
	font-size: 14px;
	padding: 0 10px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
}
.sociology-search li input[type="text"] {
	border: 1px solid #d9d9d9;
	display: block;
	width: 100%;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
}
.text-content{
    font-size: 16px;
    color:#333;
}
.sociology-search li button {
	background: #eb2323;
	font-size: 16px;
	color: #fff;
	display: block;
	border: none;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	outline: none;
	cursor: pointer;
}
.sociology-content,
.sociology-content ul {
	overflow: hidden;
	margin-bottom: 10px;
}
.sociology-content li {
	float: left;
	width: 24%;
	margin-right: 1%;
	border: 1px solid #e6e6e6;
	background: #fafafa;
	border-top: 2px solid #eb2323;
	padding: 30px 10px;
	box-sizing: border-box;
	text-align: center;
	transition: all .3s;
	margin-bottom: 12px;
	height: 295px;
	overflow: hidden;
}
.sociology-content li:hover {
	background: #eb2323;
}
.sociology-content li:hover h1 {
	color: #fff;
}
.sociology-content li:hover .sociology-position {
	background: #f16565;
	color: #fff;
	border: none;
}
.sociology-content li:hover p,
.sociology-content li:hover span {
	color: #fff;
}
.sociology-content li h1 {
	color: #333;
	font-size: 16px;
	font-weight: 700;
}
.sociology-content li .sociology-position {
	background: #fff;
	margin: 25px 0;
	display: inline-block;
	padding: 7px 30px;
	color: #666;
	font-size: 14px;
	border-radius: 50px;
	border: 1px solid #e6e6e6;
}
.sociology-content li p {
	color: #666;
	margin-bottom: 10px;
}
.sociology-content li span {
	font-size: 14px;
	color: #eb2323;
	display: block;
	margin-top: 30px;
}
.personnel-position-title {
	padding: 0 20px 20px;
	color: #eb2323;
	font-size: 18px;
	font-weight: 700;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
	margin-bottom: 20px;
}
.personnel-position-title::after {
	content: '';
	height: 2px;
	background: #eb2323;
	width: 92px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.personnel-position-title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	border-left: 8px solid #eb2323;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
}
.about-introduce {
	overflow: hidden;
	padding: 70px 0;
}
.about-introduce-img {
	width: 50%;
	float: left;
	position: relative;
}
.about-introduce-img img {
	width: 90%;
}
.about-introduce-img .introduce-img-title {
	position: absolute;
	right: 10px;
	top: 30px;
	padding: 15px 20px;
	font-size: 18px;
	color: #fff;
	background: rgba(6, 74, 91, 0.7);
}
.about-introduce-text {
	float: left;
	width: 50%;
	padding: 20px 10px;
	box-sizing: border-box;
}
.about-introduce-text p {
	font-size: 14px;
	color: #666;
	line-height: 2;
	text-indent: 2em;
}
.about-memo {
	overflow: hidden;
	padding: 40px 0;
}
.about-memo ul {
	overflow: hidden;
	margin: 70px 0 0;
}
.about-memo li {
	width: 50%;
	height: 320px;
	box-sizing: border-box;
	border-right: 1px solid #a4a4a4;
	padding-right: 30px;
	position: relative;
	text-align: right;
}
.about-memo li::after {
	width: 12px;
	height: 12px;
	content: "";
	position: absolute;
	right: -7px;
	top: 0;
	background: url(../image/pointer.png) no-repeat center center;
	background-size: cover;
}
.about-memo li h1 {
	font-size: 18px;
	color: #333;
}
.about-memo li h2 {
	font-size: 16px;
	color: #064a5b;
	margin: 10px 0;
}
.about-memo li p {
	color: #666;
	font-size: 14px;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}
.about-memo li:nth-child(2n) {
	float: right;
	padding-left: 30px;
	border-right: 0;
	text-align: left;
	margin-top: -170px;
}
.about-memo li:nth-child(2n)::after {
	right: initial;
	left: -7px;
}
.overLine {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 160px;
	background: #fff;
}
.showLine {
	position: absolute;
	left: 0;
	width: 100%;
	top: -70px;
	height: 70px;
}
.showLine-div {
	width: 50%;
	height: 100%;
	position: relative;
	border-right: 1px solid #a4a4a4;
}
.showLine-div::after {
	width: 12px;
	height: 12px;
	content: "";
	position: absolute;
	right: -7px;
	top: 0;
	background: url(../image/pointer1.png) no-repeat center center;
	background-size: cover;
}

.about-honor {
	overflow: hidden;
	padding: 0 0 40px;
}
.honor-imgshow {
	width: 742px;
	border: 1px solid #e0e0e0;
	padding: 20px;
	box-sizing: border-box;
	margin: 30px auto;
	position: relative;
}
.honor-imgshow img {
	width: 100%;
	height: 100%;
	display: block;
}
.arrow-l,
.arrow-r {
	width: 27px;
	position: absolute;
	top: 50%;
	margin-top: -27px;
	height: 54px;
	cursor: pointer;
}
.arrow-l {
	left: -57px;
}
.arrow-r {
	right: -57px;
}
.arrow-l img,.arrow-r img {
	width: 100%;
	height: 100%;
}
.honor-scroll {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 130px;
	margin: 0 auto;
}
.honor-scroll ul {
  width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.honor-scroll ul li {
  float: left;
	width: 200px;
  box-sizing: border-box;
  -moz-box-sizing:border-box; /* Firefox */
  -webkit-box-sizing:border-box; /* Safari */
}
.honor-scroll ul li img {
	width: 100%;
	cursor: pointer;
}
.product-main {
	overflow: hidden;
	padding: 40px 0;
}
.product-content ul {
	overflow: hidden;
	padding: 10px 5px;
}
.product-content li {
	float: left;
	width: 23.5%;
	background: #fff;
	box-shadow: 0 0 3px #ddd;
	box-shadow: 0 0 10px #e2e2e2;
	transition: all 1.2s;
	-webkit-transition: all 1.2s;
	-moz-transition: all 1.2s;
	-ms-transition: all 1.2s;
	margin-bottom: 25px;
}
.product-content li:nth-child(4n+1),
.product-content li:nth-child(4n+2),
.product-content li:nth-child(4n+3) {
	margin-right: 2%;
}
.product-content li img {
	width: 100%;
	display: block;
}
.product-content li .project-text {
	padding: 20px 40px 50px;
	background: #fff;
	position: relative;
	text-align: center;
	height: 50px;
}
.product-content li .project-text h1 {
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
}
.product-content li .project-text span {
	color: #064a5b;
	position: absolute;
	bottom: 20px;
	left: 0;
	font-size: 12px;
	width: 100%;
	text-align: center;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
}
.product-content li:hover .project-text {
	background: #064a5b;
}
.product-content li:hover .project-text h1 {
	color: #fff;
}
.product-content li:hover .project-text span {
	color: #fff;
}
.news-main {
	overflow: hidden;
	padding: 40px 0;
}
.news-main ul {
	overflow: hidden;
	padding: 10px 5px;
}
.news-main li {
	float: left;
	width: 23.5%;
	background: #fafafa;
	border: 1px solid #e6e6e6;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.news-main li:nth-child(4n+1),
.news-main li:nth-child(4n+2),
.news-main li:nth-child(4n+3) {
	margin-right: 2%;
}
.news-main li h1 {
	font-size: 16px;
	color: #333333;
	margin-bottom: 7px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-main li h6 {
	font-size: 14px;
	color: #666666;
	margin-bottom: 12px;
}
.news-main li img {
	width: 100%;
}
.news-main li .news-main-img{
	width:100%;
	padding-bottom:147.47%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
}
.news-main li p {
	font-size: 14px;
	color: #666;
	margin-top: 12px;
}
.news-main li:hover h1,
.news-main li:hover p {
	color: #e01b1d;
}
.news-list {
	overflow: hidden;
}
.news-list-title {
	overflow: hidden;
	padding: 10px 0 15px;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
}
.news-list-title h1 {
	font-size: 18px;
	color: #333333;
	margin-bottom: 10px;
}
.news-list-title p {
	font-size: 14px;
	color: #666;
}
.news-list-content {
	padding: 20px 0;
}
.news-list-content p {
	font-size: 14px;
	color: #666666;
	line-height: 1.5;
}
.news-list-content img {
	max-width: 100%;
	height:auto;
}
.personnel-list-contents {
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}
.museum-main .about-introduce-text p {
	line-height: 1.6;
}
.museum-main .about-introduce-img {
	width: 42%;
}
.museum-main .museum-imgbox{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	overflow: hidden;
}
.museum-main .museum-imgbox ul{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.museum-main .museum-imgbox li{
	float: left;
	height: 100%;
	width: 100%;
}
.museum-main .about-introduce-img img {
	width: 100%;
	height: 100%;
	display:  block;
}
.museum-main .about-introduce-text {
	width: 58%;
	padding: 20px 20px;
}
.museum-main .about-introduce-img .introduce-img-title {
	position: absolute;
	bottom: -18px;
	z-index: 2;
	top: auto;
	right: 50%;
	transform: translateX(50%);
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	background: #e01b1d;
}
.museum-arrow-l {
	width: 38px;
	height: 38px;
	background: url(../img/icon/museum-arrow-l.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 2;
}
.museum-arrow-r {
	width: 38px;
	height: 38px;
	background: url(../img/icon/museum-arrow-r.png) no-repeat center center;
	position: absolute;
	right: -38px;
	cursor: pointer;
	top: 0;
	z-index: 2;
}
.service-action .strokes-content img {
	max-width: 100%;
}
.strokes-partner,
.strokes-partner ul {
	overflow: hidden;
}
.strokes-partner li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	height: 120px;
	margin-bottom: 25px;
}
.strokes-partner li img {
	width: 100%;
	height: 100%;
	display: block;
}
.strokes-partner li:nth-child(4n) {
	margin-right: 0;
}
.layer{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 899;
	display: none;
}
.show-layer{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index:900;
	display: none;
}
.alert-table{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-width: 350px;
    background: #fff;
    border-radius: 5px;
    padding: 30px 20px;
}
.alert-table .sign-up-btn{
	width: 100%;
}
.alert-table .sign-up-form input{
	border-color: #b3b3b3;
}
@media only screen and (min-width: 781px) and (max-width: 1200px) {
	.nav-content .search{
		width: 185px;
		top: 17px;
	}
	.nav-content .search-box{
		width: 180px;
	}
	.nav-content .search-box input{
		width: 118px;
	}
	.nav-content .menu li{
		padding: 5px 10px;
	}
	.nav-content .menu li a{
		padding-bottom: 5px;
	}
	.nav-content .menu{
		top: 12px;
		right: 230px;
	}
	.footer-nav li{
		height: 300px;
	}
}
@media only screen and (min-width: 0) and (max-width: 780px) {
	.list-banner {
		height: auto;
	}
	.list-banner img{
		height: auto;
	}
	.list-title-position {
		float: none;
		padding: 12px 0;
	}
	.list-title .strokes-nav {
		float: none;
	}
	.list-title .strokes-nav a {
		padding: 12px 0;
		margin-left: 10px;
	}
	.strokes-main {
		padding: 30px 0;
	}
	.strokes-title {
		margin-bottom: 20px;
	}
	.strokes-title .strokes-title-switch {
		padding: 6px 13px;
		margin-bottom: 15px;
	}
	.strokes-content {
		padding: 0 8px;
	}
	.strokes-content li {
		width: 100%;
	}
	.about-party-main .strokes-content-text {
		padding: 10px 8px 5px;
		width: 100%;
	}
	.strokes-content .strokes-content-text{
		padding: 10px 8px 5px;
		width: 100%;
	}
	.strokes-content li .strokes-content-img {
		height: 175px;
		display:  none;
	}
	.strokes-content-text h1 {
		font-size: 16px;
		margin-bottom: 7px;
	}
	.strokes-content-text p {
		margin-bottom: 7px;
	}
	.strokes-content-text h2 {
		margin-bottom: 7px;
		line-height: 1.5;
	}
	.strokes-state {
		font-size: 14px;
		width: 85px;
	}
	.sign-up {
		padding: 10px 5px;
	}
	.sign-up-col,
	.sign-up-btn {
		width: 100%;
	}
	.sign-up-btn {
		padding: 0 0 10px;
	}
	.service-apply-padding {
		padding: 0 3%;
	}
	.service-apply {
		padding: 0 10px;
	}
	.service-apply-main {
		padding: 25px 10px;
	}
	.apply-bg-submit {
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		bottom: 20px;
	}
	.apply-bg-submit button {
		font-size: 14px;
		padding: 10px 35px;
		border-radius: 4px;
		margin-bottom: 8px;
	}
	.apply-bg-submit p {
		font-size: 12px;
	}
	.personnel-idea ul {
		padding: 20px 0;
	}
	.personnel-idea li {
		width: 80%;
		margin: 35px 10%;
	}
	.personnel-welfare li {
		padding: 0 5px;
	}
	.welfare-top {
		height: auto;
	}
	.welfare-top-text {
		width: 100%;
		padding: 20px 10px;
		height: auto;
		margin-bottom: 6px;
	}
	.welfare-top-text h1,
	.welfare-bottom-text h1 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.welfare-top-bigImg {
		width: 100%;
		height: auto;
		margin-bottom: 6px;
	}
	.welfare-top-smImg {
		width: 100%;
	}
	.welfare-top-smImg img {
		float: left;
		height: auto;
		width: 50%;
	}
	.welfare-top-smImg img:nth-child(2) {
		margin: 0;
	}
	.welfare-bottom-img {
		width: 100%;
		height: auto;
	}
	.welfare-bottom-img img:nth-child(1) {
		margin: 0;
	}
	.welfare-bottom-img img {
		width: 50%;
	}
	.welfare-bottom-text {
		height: auto;
		width: 100%;
		padding: 20px 10px;
	}
	.personnel-main {
		padding-left: 5px;
	}
	.sociology-search li {
		width: 31.7%;
		margin-bottom: 10px;
	}
	.sociology-content li {
		width: 49%;
		height: 225px;
		padding: 10px 0;
	}
	.sociology-content li .sociology-position {
		padding: 5px 10px;
		margin: 10px 0;
	}
	.sociology-content li span {
		margin-top: 15px;
	}
	.about-introduce-img,
	.about-introduce-text {
		width: 100%;
	}
	.about-introduce {
		padding: 30px 0;
	}
	.about-introduce-text p {
		line-height: 1.5;
	}
	.honor-imgshow {
		width: 80%;
		padding: 5px;
	}
	.arrow-l {
		left: -25px;
		width: 14px;
		height: 30px;
		margin-top: -15px;
	}
	.arrow-r {
		right: -25px;
		width: 14px;
		height: 30px;
		margin-top: -15px;
	}
	.product-content li {
		width: 49%;
	}
	.product-content li:nth-child(4n+1),
	.product-content li:nth-child(4n+2),
	.product-content li:nth-child(4n+3) {
		margin-right: 0%;
	}
	.product-content li:nth-child(2n+1) {
		margin-right: 2%;
	}
	.news-main li {
		width: 49%;
		padding: 5px;
	}
	.news-main li:nth-child(4n+1),
	.news-main li:nth-child(4n+2),
	.news-main li:nth-child(4n+3) {
		margin-right: 0%;
	}
	.news-main li:nth-child(2n+1) {
		margin-right: 2%;
	}
	.news-main li h6 {
		margin-bottom: 8px;
	}
	.news-main li p {
		margin-top: 8px;
	}
	.strokes-partner li {
		width: 49%;
		margin-bottom: 10px;
	}
	.strokes-partner li:nth-child(4n) {
		margin-right: 2%;
	}
	.strokes-partner li:nth-child(2n) {
		margin-right: 0;
	}
	.footer-top {
		padding: 0;
	}
	.about-introduce-img .introduce-img-title {
		right: 0;
		padding: 6px 14px;
		font-size: 15px;
		top: 10px;
	}
	.about-introduce-img img {
		width: 100%;
	}
	.about-memo li {
		width: 100%;
		border-left: 1px solid #a4a4a4;
		border-right: 0;
		margin: 0 5px;
		text-align: left;
		height: auto;
		padding: 10px 20px 20px 10px;
	}
	.about-memo li::after {
		left: -5px;
		right: auto;
		top: 15px;
	}
	.about-memo li:nth-child(2n) {
		float: none;
		padding-left: 10px;
		margin-top: 0px;
	}
	.about-memo li p {
		overflow: auto;
		-webkit-line-clamp: initial;
		display: block;
		-webkit-box-orient: initial;
	}
	.overLine {
		display: none;
	}
	.showLine-div {
		width: 100%;
		border-left: 1px solid #a4a4a4;
		border-right: none;
		margin: 5px;
	}
	.showLine-div::after {
		left: -6px;
		right: auto;
		border-right: 0;
	}
	.showLine {
		height: 40px;
		top: -40px;
	}
	.service-customer-title span {
		width: 38px;
		height: 38px;
		line-height: 38px;
		font-size: 18px;
		top: -4px;
	}
	.service-customer-title {
		font-size: 16px;
		padding: 5px 0 5px 50px;
		margin-top: 0;
		margin-bottom: 10px;
	}
	.service-customer-content{
		padding: 0 20px;
		margin-bottom:  20px;
	}
	.museum-main .about-introduce-img{
		width: 100%;
	}
	.museum-arrow-r{
		right: 0;
	}
	.museum-arrow-l{
		right: 40px;
	}
	.museum-main .about-introduce-text{
		width: 100%;
		padding-top: 30px;
	}
	.personnel-idea li img{
		width: 110px;
	}
}
/**.wraper img{ max-width:100%;}**/
.about-main .wraper{
  margin-top: 10px;
}
/* é‡å†™ä¸‰çº§è”åŠ¨ */
.form-group{
  width: 31%;
  margin-right: 1.5%;
  float: left;
}
.form-control{
  color: #666;
  height: 40px;
  border-radius: 0px;
  background: url(../img/icon/icon-arrow.png) no-repeat scroll right center transparent;
}
.rt20{ margin-right:40px;}
/* æœç´¢èŒä½ */
.sociology-search input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666;
}
.sociology-search input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
}
.sociology-search input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
}
.sociology-search input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666;
}
.sociology-search input {
  font-size: 14px;
  color: #666;
}
.look-xz{
  text-align: center;
  font-weight: bold;
  margin: 10px 0;
}
.look-xz span.blue{
  background-color:#337FE5;
}