
.scrolling {
	position: fixed;
	left: 50%;
	bottom: 40px;
	z-index: 99;
	overflow: hidden;
	display: block;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	padding: 5px;
	transform: rotateZ(-45deg);
	/*border-radius: 100px;
    box-shadow: inset 0 0 100px rgba(27,128,210,.2);*/
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}
.scrolling span,
.scrolling:before,
.scrolling:after {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: -10%;
	right: -10%;
	width: 30%;
	height: 30%;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-animation: start 2s infinite linear;
	animation: start 2s infinite linear;
}
.scrolling:before {
	margin: 4px 4px 0 0;
	-webkit-animation: start 2s .3s infinite linear;
	animation: start 2s .3s infinite linear;
}
.scrolling:after {
	margin: 8px 8px 0 0;
	-webkit-animation: start 2s .6s infinite linear;
	animation: start 2s .6s infinite linear;
}
.start {
	-webkit-animation: start 2s infinite linear;
	animation: start 2s infinite linear;
}
@-webkit-keyframes start {
	0% {
		-webkit-transform: scale(0.9) translate(-5px, 5px);
		opacity: 0
	}
	25% {
		-webkit-transform: scale(1) translate(-20px, 20px);
		opacity: 1
	}
	50% {
		-webkit-transform: scale(0.9) translate(-40px, 40px);
		opacity: 0
	}
	100% {
		-webkit-transform: translate(0, 0);
		opacity: 0
	}
}
@keyframes start {
	0% {
		transform: scale(0.9) translate(-5px, 5px);
		opacity: 0
	}
	25% {
		transform: scale(1) translate(-20px, 20px);
		opacity: 1
	}
	50% {
		transform: scale(0.9) translate(-40px, 40px);
		opacity: 0
	}
	100% {
		transform: translate(0, 0);
		opacity: 0
	}
}
.section-wrap {
	/* margin-top: -100px; */
	/* padding-top: 100px; */
}
.section {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.section h2 {
	position: relative;
	height: 80px;
	margin: -10px 0 16px;
}
.section h2 strong {
	display: block;
	line-height: 40px;
	font-size: 26px;
	color: #cf3432;
	margin-left: 15px;
}
.section h2 b {
	display: block;
	line-height: 30px;
	font-weight: normal;
	font-size: 15px;
	color: #aaa;
	margin-left: 15px;
}
.section h2:before {
	content: '';
	position: absolute;
	top: 10px;
	left: -1px;
	width: 5px;
	height: 25px;
	background-color: #fff;
}
.section h2:after {
	content: '';
	position: absolute;
	top: 10px;
	left: 1px;
	height: 50px;
	width: 1px;
	background-color: #fff;
}
.section h2.tc:before {
	left: 50%;
	margin-left: -20px;
}
.section h2.tc:after {
	left: 50%;
	margin-left: -60px;
}
.section h2.tc strong {
	color: #cf3332;
}
.section h2.tr {
	text-align: right;
}
.section h2.tr:before,
.section h2.tr:after {
	left: auto;
	right: 0;
}
.btn {
	display: block;
	line-height: 50px;
	text-align: center;
	font-size: 17px;
	background: linear-gradient(90deg, #6685b3 0%, #64c0ec 100%);
	color: #fff;
	border-radius: 100px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
	transition: all .35s;
}
.btn:hover {
	color: #fff;
	transform: translate(0, -2px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
}
.more {
	display: inline-block;
	margin-top: 10px;
	padding: 0 15px;
	line-height: 30px;
	background-color: #caaa6f;
	color: #fff;
}
.more:hover {
	color: #fff;
}
@-webkit-keyframes zoom {
	0% {
		-webkit-transform: scale(1)
	}
	100% {
		-webkit-transform: scale(1.15)
	}
}
@keyframes zoom {
	0% {
		transform: scale(1)
	}
	100% {
		transform: scale(1.15)
	}
}
.p1 {
	position: relative;
	overflow: hidden;
	background-color: #ffffff;
}
.p1 h2:after {
	display: none;
}
.banner {
	position: relative;
	overflow: hidden;
	height: 374px;
	/* margin-top: 130px; */
}
.banner .pic li {
	float: left;
	width: 100%;
}
.banner .pic li div {
	position: relative;
	overflow: hidden;
	display: block;
	background-position: 50% 0;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	padding: 24.4% 0 0;
	/*transition: transform 8s;*/
}
.banner .pic li.current div {
	/*transform: scale(1.1, 1.1);*/
}
.navi {
	position: absolute;
	right: calc(50% - 600px);
	bottom: 15px;
	z-index: 9;
	/* width: 3px; */
}
.navi li {
	margin: 4px;
	display: inline-block;
}
.navi li a {
	display: block;
	width: 32px;
	height: 3px;
	font: 0/0 a;
	background-color: #fff;
	/* border-radius: 100px; */
	opacity: .7;
	transition: all .35s;
}
.navi li.on a {
	background-color: #08c;
	opacity: 1;
}
.p1 .w1200 {
	/*position: absolute;
    bottom: -30px;
    left: 50%;
    z-index: 3;
    margin-left: -600px;*/
	position: relative;
	/* z-index: 9; */
	/*margin-top: -30px;
	padding-bottom: 60px;*/
}
.intro {
	/*display: none;*/
	width: 310px;
	height: 110px;
	padding: 20px;
	margin: 30px 0px 20px 0px;
	border-right: 1px solid #ccc;
	/*	background-color: #fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
*/
}
.intro h2 strong {
	color: #cf3334;
}
.intro h2:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 3px;
	background-color: #fff;
}
.intro p {
	margin-top: -20px;
	margin-left: 50px;
}
.leader {
	/*display: none;*/
	width: 1130px;
	height: 40px;
	padding: 20px;
	margin: 0px 0px 5px 0px;
	/*	background-color: #fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
*/
}
.leader ul {
	margin-right: -30px;
}
.leader li {
	float: left;
	width: 270px;
	/*	height: 300px;
	margin-right: 30px;
	text-align: center;
	background-color: #f5f5f5;
	transition: width.35s;
*/
}
.leader li.current {
	width: 340px;
	text-align: left;
	background-color: #fff;
}
.leader h2 i {
	display: block;
	width: 90px;
	height: 90px;
	float: left;
	margin: -10px 10px 0px 13px;
	/*	border: 2px solid #caaa6f;
	margin: 50px auto 30px;
*/
	border-radius: 100px;
	background-image: url(/images/icons_2.png);
}
.leader .i1 {
	background-position: 5px 5px;
}
.leader .i2 {
	background-position: -75px 5px;
}
.leader .i3 {
	background-position: -155px 5px;
}
.leader .i4 {
	background-position: -235px 5px;
}
.speech {
	width: 170px;
	height: 215px;
	overflow: hidden;
	margin-top: -85px;
	padding: 85px 170px 0 0;
	line-height: 26px;
	background: url(/images/leader.jpg) 100% 0 no-repeat;
	text-align: justify;
}
.section .leader h2 i,
.section .leader .current h2:before,
.leader .current .pane {
	display: block;
}
.section .leader .current h2 i,
.section .leader h2:before,
.leader .pane {
	display: none;
}
.section .leader h2 strong {
	color: #333;
	font-size: 24px;
}
.section .current h2 strong {
	color: #333;
	font-size: 26px;
}
.list-ld {
	width: 340px;
}
.list-ld p {
	line-height: 26px;
}
.list-ld p a strong {
	/*font-family: fangsong, microsoft yahei, simhei;*/
	font-size: 15px;
	color: #333;
}
.list-ld p a {
	padding: 0 15px;
	display: block;
	border-radius: 100px;
	color: #797979;
}
.list-ld p a:hover {
	background: #caa96e url(../image/dot13.png) 96% 50% no-repeat;
	color: #fff;
}
.list-ld p a:hover strong {
	color: #fff;
}
.p2 {
	padding: 60px 0 60px;
	background-color: #f8f8f8;
}
.service {
	position: relative;
	overflow: hidden;
	height: 320px;
}
.service ul {
	margin-right: -10px;
}
.service li {
	float: left;
	width: 170px;
	height: 320px;
	margin-right: 10px;
	transition: width.35s;
}
.service li.current {
	width: 660px;
}
.service li .pane {
	position: relative;
	opacity: 0;
	width: 430px;
	height: 290px;
	margin-left: 170px;
	padding: 15px 30px;
	background-color: #d63d3c;
	color: #fff;
	transition: opacity .35s;
}
.service .current .pane {
	opacity: 1;
}
.service .current .pane:before {
	content: '';
	position: absolute;
	left: -20px;
	top: 20px;
	display: block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-right: 10px solid #d63d3c;
}
.service h3 {
	position: relative;
	overflow: hidden;
	float: left;
	width: 170px;
	height: 320px;
}
.service h3 img {
	display: block;
	width: 100%;
}
.service h3 i {
	position: relative;
	display: block;
	width: 90px;
	height: 90px;
	border: 5px solid #fff;
	margin: -230px auto 70px;
	border-radius: 100px;
	background-image: url(/images/icons.png);
	background-color: #fff;
	box-shadow: 0 0 0 5px rgba(255, 255, 255, .2);
	transition: all .35s;
}
.service .current i {
	margin-top: -350px;
	opacity: 0;
}
.service .i1 {
	background-position: 5px -75px;
}
.service .i2 {
	background-position: -75px -75px;
}
.service .i3 {
	background-position: -155px -75px;
}
.service .i4 {
	background-position: -235px -75px;
}
.service h3 b {
	display: block;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	text-shadow: 0 0 5px rgba(0, 0, 0, .35);
}
.service .text-box {
	height: 240px;
	overflow: hidden;
	line-height: 30px;
}
.p3 {
	overflow: hidden;
	padding: 30px 0;
	/* background-color: #f0f0f0; */
	background-attachment: fixed;
}
.p3 .tab {
	height: 40px;
}
.p3 .tab ul {
	float: right;
	position: relative;
	padding: 10px 360px;
	height: 20px;
}
.p3 .tab li {
	float: left;
	position: relative;
	padding: 0 30px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
}
.p3 .tab li + li {
	border-left: 1px solid #aaa;
}
.p3 .tab li a {
	display: block;
	height: 20px;
	line-height: 20px;
}
.p3 .tab .current,
.p3 .tab .on {
	position: relative;
	z-index: 2;
}
.p3 .tab .current a,
.p3 .tab .on a {
	margin: -10px -40px;
	padding: 10px 40px;
	background: linear-gradient(90deg, #6685b3 0%, #64c0ec 100%);
	color: #fff;
	border-radius: 100px;
}
.news {
	width: 780px;
	height: 320px;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0 10px 20px -6px rgba(0, 0, 0, .2);
}
.news .list {
	position: relative;
	overflow: hidden;
	/* width: 780px; */
	height: 320px;
}
.news .list li {
	/* width: 220px; */
	/* height: 300px; */
	width: auto;
	margin: 0 10px;
	padding: 0px 10px 10px;
}
.news .list li h4 {
    color: #4f4f4f;
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;
    width: calc(100% - 150px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news .list li h4:hover {
	color: #08c;
}
.news .list li a {
	display: block;
	position: relative;
	/* width: 100%; */
}
.news .list li a + a {
	margin-top: 5px;
}
.news .list li p {
	line-height: 24px;
	color: #797979;
	position: absolute;
	top: -6px;
	right: 0;
}
.news .list .date {
	display: inline-block;
	line-height: 30px;
	margin-top: 10px;
	padding: 0 0 0 25px;
	background: url(../image/date.png) 0 50% no-repeat;
	color: #aaa;
}
.dots {
	float: left;
	position: relative;
	left: 50%;
	height: 5px;
	margin-top: -20px;
}
.dots li {
	position: relative;
	right: 50%;
	float: left;
	width: 10px;
	height: 10px;
	margin: 0 3px;
	font: 0/0 a;
	background-color: #ddd;
	color: transparent;
	overflow: hidden;
	border-radius: 100px;
	transition: width .5s;
}
.dots li.on {
	width: 40px;
	background-color: #cf3332;
	opacity: 1;
}
.topic {
	position: relative;
	width: 340px;
	height: 260px;
	padding: 5px 20px;
	background-color: #fff;
	box-shadow: 0 10px 20px -6px rgba(0, 0, 0, .2);
}
.topic+.topic {
	margin-left: 30px;
}
.topic:before,
.topic:after {
	content: '';
	position: absolute;
	top: -10px;
	left: 10px;
	right: 10px;
	height: 5px;
	background-color: #fff;
	opacity: .3;
}
.topic:after {
	top: -5px;
	left: 5px;
	right: 5px;
	z-index: 2;
	opacity: .6;
}
.topic h3 {
	height: 44px;
}
.topic h3 strong {
	display: inline-block;
	font-size: 24px;
	color: #6685b3;
}
.topic h3 strong a {
	color: inherit;
}
.topic h3 b {
	color: #aaa;
	font-weight: normal;
}
.topic .list-p li {
	position: relative;
}
.topic .list-p li img {
	display: block;
	width: 100%;
	height: 200px;
}
.topic .list-p li span {
	position: relative;
	display: block;
	width: 320px;
	margin-top: -40px;
	padding: 0 10px;
	line-height: 40px;
	background: #cb2d2c;
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
	color: #fff;
}
.topic .ctr {
	float: right;
	width: 60px;
	height: 30px;
	margin-top: -30px;
	font: 0/0 lx;
}
.search {
	float: right;
	width: 340px;
	height: 40px;
	margin: 10px 0;
	padding: 5px 0;
	position: relative;
}
.search input,
.search button {
	float: left;
	display: inline-block;
	vertical-align: middle;
}
.search input {
	width: 264px;
	height: 30px;
	line-height: 30px;
	padding: 4px 4px 4px 10px;
	border: 1px #ccc solid;
	-webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .1);
	outline: none;
}
.search button {
	width: 60px;
	height: 40px;
	border: none;
	background: #006a9e;
	color: #fff;
	cursor: pointer;
	text-align: center;
	margin-left: -1px;
	font: bold 14px/40px microsoft yahei;
}
.search .gjss {
	float: left;
	display: inline-block;
	width: 75px;
	height: 40px;
	background-color: #be954c;
	color: #fff;
	line-height: 40px;
	text-align: center;
	margin-left: 2px;
	vertical-align: middle;
	font-weight: bold;
}
.p-next,
.p-prev {
	float: left;
	display: block;
	width: 30px;
	height: 30px;
	font: 16px/30px simsun;
	text-align: center;
	background-color: #08c;
	color: #fff;
	cursor: pointer;
}
.p-next:hover,
.p-prev:hover {
	background-color: #33a8e2;
}
.nextStop,
.prevStop {
	/* background-color: #ccc!important; */
	/* cursor: not-allowed; */
}
.p4 {
	padding: 60px 0;
	/* background: url(../images/party.jpg) 50% 100% no-repeat; */
	background-size: cover;
}
.p4.plus {
	/* background: url(../images/party2.jpg) 50% 100% no-repeat; */
	background-size: cover;
	padding: 35px 0 250px;
	background: none;
}
.p4.plus h2 {
    z-index: 3;
}
.p4.plus h2 strong {
    color: #6685b3;
    display: inline-block;
}
.p4.plus h2 b {
    color: #aaa;
    display: inline-block;
    margin-left: 5px;
}
.p4.plus h2> img {
    position: absolute;
    bottom: -165px;
    right: -329px;
    opacity: 0;
}
.p4.plus h2:before,.p4.plus h2:after {
    background-color: #6685b3;
}
.p4.plus h2:after {
	content:none;
	
}
.company {
	height: 220px;
}
.p4 h2.plus-two {
	position: relative;
	z-index: 3;
	width: 1200px;
	/* height: 130px; */
	/* margin: 100px 0 0; */
	/* padding-top: 50px; */
}
.p4 h2.plus-two strong {
	color: #fff1d7;
}
.p4 h2.plus-two b {
	color: #caaa6f;
}
.p4 h2.plus-two:before, .p4 h2.plus-two:after {
	bottom: 50px;
	background-color: #fff1d7;
}
.p4 h2.plus-two:after {
	margin-bottom: 1px;
}
.p4 h2.plus-two img {
	position: absolute;
	bottom: -28px;
	right: -49px;
}
.company ul {
	position: relative;
	overflow: hidden;
}
.company li {
	position: relative;
	float: left;
	width: 200px;
	height: 110px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	margin: -1px 0 0 -1px;
	line-height: 110px;
	text-align: center;
	-webkit-animation-duration: .5s!important;
	animation-duration: .5s!important;
}
.company li.current {
	z-index: 2;
}
.company li b {
	font-size: 16px;
	color: #333;
}
.company li i {
	display: inline-block;
	width: 80px;
	height: 80px;
	margin: 0 15px 0 -5px;
	vertical-align: middle;
	background-image: url(/images/icons.png);
}
.company .s1 {
	background-position: 0 -240px;
}
.company .s2 {
	background-position: -80px -240px;
}
.company .s3 {
	background-position: -160px -240px;
}
.company .s4 {
	background-position: -240px -240px;
}
.company .s5 {
	background-position: 0 -320px;
}
.company .s6 {
	background-position: -80px -320px;
}
.company .s7 {
	background-position: -160px -320px;
}
.company .s8 {
	background-position: -240px -320px;
}
.company .s9 {
	background-position: 0 -400px;
}
.company .s10 {
	background-position: -80px -400px;
}
.company .s11 {
	background-position: -160px -400px;
}
.company .s12 {
	background-position: -240px -400px;
}
.company .pane {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 360px;
	height: 180px;
	padding: 20px;
	text-align: left;
	background: #cb2d2c;
	background: -webkit-linear-gradient(90deg, rgba(203, 45, 44, .95) 0%, rgba(236, 92, 92, .95) 100%);
	background: linear-gradient(90deg, rgba(203, 45, 44, .95) 0%, rgba(236, 92, 92, .95) 100%);
	color: #fff;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}
.company h4 {
	line-height: 35px;
	font-size: 16px;
	margin-bottom: 15px;
}
.company p {
	line-height: 24px;
}
.company li.current .pane {
	display: block;
}
.company h4 .view {
	display: inline-block;
	float: right;
	width: 32px;
	height: 32px;
	background: url(../image/more.png) center no-repeat;
	margin: 0 5px 0 0;
}
.p5 {
	background-image: url(/images/p5.jpg);
}
.p5 .w1200 {
	position: relative;
	height: 300px;
	padding: 30px 0;
}
.p5 h2 {
	float: right;
	margin: 20px 30px 0 0;
}
.p5 h2 strong {
	color: #cf3332;
}
.p5 .tab {
	float: right;
	position: relative;
	z-index: 3;
	width: 120px;
	height: 280px;
	margin: 10px 0 -20px;
	padding: 30px;
	background: #cb2d2c;
	background: -webkit-linear-gradient(90deg, #cb2d2c 0%, #ec5c5c 100%);
	background: linear-gradient(90deg, #cb2d2c 0%, #ec5c5c 100%);
}
.p5 .tab li {
	padding: 15px 0;
}
.p5 .tab li a {
	display: block;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	border-radius: 100px;
}
.p5 .tab .current a {
	background-color: #caaa6f;
}
.p5 .tab li a:hover {
	background: rgba(255, 255, 255, .2);
}
.p6 {
	overflow: hidden;
	padding: 60px 0;
	background: url(../image/p6.png);
}
.works {
	margin: 0 -15px;
	position: relative;
	z-index: 5;
}
.works .pane {
	width: 380px;
	margin: 0 15px;
	background-color: #fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}
.works h3 {
	height: 50px;
	line-height: 50px;
	/* text-align: center; */
	font-size: 20px;
	text-indent: 20px;
	/* background-color: #08c; */
	color: #6685b3;
	border-bottom: 1px solid #eee;
}
.works h3 a {
	color: inherit;
}
.works .list-t {
	padding: 15px;
}
.works .list-t li {
	height: 34px;
	line-height: 34px;
	padding-left: 5px;
	/* background: url(../images/dot12.png) 0 50% no-repeat; */
}
.works .list-t li a {
	display: block;
	width: 280px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.p7 {
	overflow: hidden;
	padding: 30px 0 50px;
	/* background-image: url(../image/p7.jpg); */
	/* background: url(../images/p7-back.jpg) 50% 100% no-repeat; */
	background-attachment: fixed;
	/*-webkit-background-size: 100% auto;
    background-size: 100% auto;*/
}
.p7 h2.tc {
	margin-bottom: 46px;
}
.p7 h2.tc strong,
.p7 h2.tc b {
	color: #fff;
}
.p7 h2:before,
.p7 h2:after {
	/* background-color: #fff; */
}
.p7 h3 {
	height: 40px;
	margin: -40px 0 20px;
}
.p7 h3 b {
	display: inline-block;
	padding: 0 40px;
	line-height: 40px;
	font-size: 18px;
	background-color: #6685b3;
	color: #fff;
}
.p7 .btn {
	width: 210px;
	margin: 0 auto;
}
.notice {
	width: 350px;
	height: 380px;
	padding: 20px;
	background-color: #f5f5f5;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.notice ul {
	height: 280px;
	margin: -10px -10px 10px;
	padding: 10px;
	overflow: hidden;
}
.notice li {
	height: 80px;
	margin-bottom: 20px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}
.notice li .date {
	float: left;
	display: block;
	width: 60px;
	height: 60px;
	padding: 10px;
	line-height: 30px;
	text-align: center;
	background-color: #ffffff;
	color: #6685b3;
	border-right: 1px solid #eee;
}
.notice li a {
	display: block;
	height: 48px;
	margin-left: 80px;
	padding: 16px;
	line-height: 24px;
	font-size: 15px;
	background-color: #fff;
}
.notice li .date strong {
	display: block;
	font-size: 28px;
}
.public {
	width: 520px;
	height: 380px;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}
.public .opt {
	float: right;
	width: 60px;
	height: 30px;
	margin-top: -70px;
	font: 0/0 lx;
}
.public .list-b-t li {
	height: 340px;
	padding: 10px;
	overflow: hidden;
	border-radius: 2px;
}
.public .list-b-t li h4 {
	line-height: 40px;
	font-size: 20px;
	color: #d23636;
}
.public .list-b-t li p {
	margin: 0 0 20px;
	line-height: 24px;
}
.public .date {
	color: #aaa;
}
.public .tag {
	display: inline-block;
	padding: 0 15px;
	background-color: #f5f5f5;
}
.public .tag + .tag {
	margin-left: 20px;
}
.public .price {
	margin: 0 15px;
	font-size: 36px;
	color: #d23636;
}
.board {
	width: 210px;
	height: 380px;
	padding: 20px;
	background-color: #f5f5f5;
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}
.stock {
	display: block;
	position: relative;
	overflow: hidden;
	width: 210px;
	height: 300px;
	margin: 0 0 10px;
	box-shadow: inset 0 0 15px rgba(0, 0, 0, .15);
}
.more1 {
	display: inline-block;
	margin-top: 10px;
	padding: 0 15px;
	line-height: 30px;
	border-radius: 20px;
	background-color: #caaa6f;
	color: #fff;
}
.more1:hover {
	background: #cb2d2c;
	color: #fff;
}
@media only screen and (min-width:2560px) {}
@media only screen and (max-width:1600px) {}
@media only screen and (max-width:1440px) {}
.notice li p {
	padding: 16px;
	text-align: center;
	line-height: 24px;
	font-size: 15px;
	color: #252525;
	background-color: #fff;
}
.notice li p span {
	color: #d23636;
	font-size: 16px;
	margin-right: 10px;
}
.p4 h2.plus-two:before {
	content: '';
	position: absolute;
	top: 129px;
	left: 0;
	width: 40px;
	height: 3px;
}
.p4 h2.plus-two:after {
	content: '';
	position: absolute;
	top: 130px;
	left: 0;
	width: 120px;
	height: 1px;
}
.p5 h2:before {
	content: '';
	position: absolute;
	top: 79px;
	left: 0;
	width: 40px;
	height: 3px;
}
.p5 h2:after {
	content: '';
	position: absolute;
	top: 80px;
	left: 0;
	width: 120px;
	height: 1px;
}
.p7 h2 strong {
	color: #fff;
}
.p7 h2 b {
	color: #fff;
}
.banner,
.banner .pic li,
.banner .pic li div {
	height: auto;
}
.banner .pic li div {
	padding: 24.4% 0 0;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.content,
.header,
.footer,
.wrap,
body,
html {
	min-width: 1260px;
}
.news .list li {
	/* width: 195px; */
}
#cont {
	width: 605px;
	height: 320px;
	float: right;
}
.tempWrap {
	width: 690px;
	margin-left: -15px;
	margin-right: -15px;
}
.company {
	height: 330px;
}
.company li {
	width: 300px;
}
.focus {
  width: 565px;
  height:340px;
  position:relative;
  overflow:hidden;
  display: inline-block;
}
.focus .pic {
  width: 565px;
  height:340px;
}
.focus .pic div a {
  display:block;
  width: 565px;
  height:340px;
  background-color:#fff;
  overflow:hidden;
  background-size: cover;
  background-position: center center;
}
.focus .pic div a img {
  height:350px;
  width: 100%;
  display: none;
}
.focus .pic div p {
  display:block;
  width: 590px;
  height:50px;
  font:normal 14px/50px microsoft yahei;
  background:rgba(0,0,0,0.5);
  filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
  color:#fff;
  margin-top:-50px;
  padding:0 10px;
  position:relative;
}
.focus .navi {
  position:absolute;
  right:10px;
  bottom:18px;
  z-index:9;
  top: auto;
  width: auto;
  margin-top: auto;
}
.focus .navi li {
  float:left;
  margin:0 2px;
}
.focus .navi li a {
  display:block;
  width:12px;
  height:12px;
  border-radius: 50px;
  font:0/0 a;
  color:transparent;
  overflow:hidden;
  background:url(../image/focus.png) 0 100% no-repeat;
}
.focus .navi li.current a {
  background:url(../image/focus.png) 100% 100% no-repeat;
}
.focus a {
  display:block;
}
.focus .prev, .focus .next,.focus .prev666, .focus .next666 {
  display:none;
  width:50px;
  height:50px;
  background-image:url(../image/arr.png);
  background-repeat:no-repeat;
  text-indent:-999em;
  top:40%;
  z-index:9;
  filter:Alpha(opacity=60);
    -moz-opacity:0.6;
    opacity:0.6;
}
.focus .prev,.focus .prev666 {
  position:absolute;
  left:0;
}
.focus .next,.focus .next666 {
  position:absolute;
  right:0;
  background-position:100% 0;
}
.list.pro li {
	position: relative;
	line-height: 34px;
	padding-left: 5px;
	/* background: url(../images/dot12.png) 0 50% no-repeat; */
}
.list.pro li a {
	display: block;
	width: calc(100% - 60px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list.pro li span {
	position: absolute;
	top: 0;
	right: 0;
}
.topic .list.pro {
	border-top: 1px solid #eee;
	padding-top: 20px;
}
.p3.plus {
	padding: 0px 0 60px;
	overflow: visible;
}
.company-wraper .topic {
	box-shadow: none;
}
.ctr.pro {
	margin-top: -38px;
	width: auto;
}
.ctr .for-more {
	font: 15px/30px "宋体";
	color: #797979;
}
.p4 h2.plus {
	height: auto;
	margin: -10px 0 16px;
	padding: 0;
}
.p4 h2.plus strong {
    /* color: #fff1d7; */
}
.video-wraper {
	position: relative;
}
.video-wraper video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translateX(-50%) translateY(-50%);
}
.video-wraper .btn {
	position: absolute;
	z-index: 1;
	top: calc(50% - 35px);
	left: calc(50% - 35px);
	width: 70px;
	line-height: 70px;
	font-size: 30px;
	font-weight: 700;
	font-family: simsun;
	opacity: 0.5;
}
.video-wraper:hover .btn {
	opacity: .8;
}
.wechat {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: black;
    background-color: white;
    transition: .2s;
    position: absolute;
    top: -80px;
    left: -5px;
    border: 2px solid #ccc;
    opacity: 0;
    visibility: hidden;
}

.footer .info {
	/* width: 300px; */
}
.footer .links {
	display: inline-block;
}
.nav-wraper {
	border-top: 1px solid #e0e0e0;
	margin-top: 15px;
}
.head-search {
	position: relative;
	float: right;
	margin-top: 10px;
}
.head-search input {
	border: 1px solid #ddd;
	height: 40px;
	width: 200px;
	border-radius: 50px;
	padding: 0 15px;
	outline: none;
	color: #797979;
	box-shadow: inset 2px 2px 5px 0px rgba(238, 238, 238, 0.15);
}
::-webkit-input-placeholder {
	color: inherit;
}
.head-search button {
	display: block;
	width: 40px;
	height: 100%;
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 3px;
	background-image: url(../image/search.png);
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: center center;
}
.copyright a {
	color: inherit;
}
.footer article {
	display: inline-block;
}
.footer article.foot-logo {
	width: 70px;
	margin-right: 15px;
}
.wechat-hover {
	display: inline-block;
	position: relative;
}
.wechat-hover:hover .wechat {
	opacity: 1;
	visibility: visible;
}
.body-bg-wraper {
	/* background-image: url(../images/body-bg.jpg); */
	background-size: cover;
	background-position: center center;
}
.cpzs-wraper {
	position: relative;
}
.cpzs-wraper li a {
	display: block;
	position: relative;
	margin-bottom: 20px;
}
.cpzs-wraper li a span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	color: white;
	font-size: 15px;
	padding: 8px;
	background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.7) 100%);
}
.cpzs-wraper li a img {
	display: block;
	width: 210px;
	height: 280px;
	vertical-align: middle;
}
.cpzs-wraper .arrow {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translate(0, -15px);
}
.cpzs-wraper .arrow a {
	display: block;
	width: 30px;
	height: 30px;
	font: 16px/30px simsun;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.35);
	color: #fff;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
}
.cpzs-wraper:hover .arrow a {
	opacity: 1;
	visibility: visible;
}
.cpzs-wraper .arrow a.next {
	float: right;
}
.cpzs-wraper .arrow a.prev {
	float: left;
}
.zt-box {
	position: absolute;
	top: 60px;
	left: 0;
}
.zt-box .zt-wraper ul li a img {
	position: static;
	width: 380px;
	height: 230px;
	vertical-align: middle;
	margin: 0 15px;
	border-radius: 3px;
}
.zt-box .zt-wraper ul li a span {
	position: absolute;
	display: block;
	top: 70px;
	text-align: center;
	left: 0;
	right: 0;
	padding: 0 15px;
	/* opacity: 0; */
	font-size: 28px;
	color: #cf3332;
	text-shadow: 0 0 2px #fff;
        font-family: system-ui;
}
.zt-box .zt-wraper .arrow a.next {
	position: absolute;
	top: 105px;
	right: -30px;
	display: block;
	width: 30px;
	height: 30px;
	font: 16px/30px simsun;
	text-align: center;
	/* background-color: rgba(0, 0, 0, 0.35); */
	color: #6685b3;
	cursor: pointer;
}
.zt-box .zt-wraper .arrow a.prev {
	position: absolute;
	top: 105px;
	left: -30px;
	display: block;
	width: 30px;
	height: 30px;
	font: 16px/30px simsun;
	text-align: center;
	/* background-color: rgba(0, 0, 0, 0.35); */
	color: #6685b3;
	cursor: pointer;
}
.ctr.pro.ex {
    float: right;
    margin-top: 0;
    margin-right: 20px;
}
.page_content {
	padding-bottom: 50px;
}
.page_content,.page_content * {
	box-sizing:border-box;
}
.sidebar {
	width: 320px;
	/* border: 1px solid #eee; */
	/* padding: 0 20px; */
}
.side_con {
	width: 850px;
	padding: 0 30px;
	line-height: 1.75;
	border: 1px solid #eee;
	border-top: none;
	margin-bottom: 30px;
}
.bread {
	padding: 40px 0 20px;
	border-bottom: 2px solid #08c;
	/* margin-bottom: 6px; */
}

.bread a,.bread span {
	font-size:16px;
	font-weight:400;
	margin: 0 8px;
	color: #444;
	display: inline-block;
	line-height: 18px;
	padding-right: 15px;
}
.bread a {
	border-right: 1px solid #999;
}
.bread span {
	color: #08c;
}
.list_title {margin-top: -1px;}
.sidebar h4 {
	padding: 11px;
	font-size: 18px;
	text-align: center;
	color: white;
	background-color: #08c;
	margin-top: 6px;
	margin-bottom: 6px;
	font-weight: 400;
	/* border-bottom: 1px solid #eee; */
}
.list_title li a {
	display: block;
	padding: 6px;
	font-size: 14px;
	text-align: center;
	background-color: rgba(0, 136, 204, 0.2);
	/* border-top: 1px solid #eee; */
	margin-bottom: 3px;
}
.list_title li a:hover {
	color: white;
	background-color: #08c;
}

.list_title li a.active {
    background-color: rgba(0, 144, 216, 0.65);
    color: white;
}

.list_message {margin-bottom: 25px;}
.list_message li {
	position: relative;
	padding: 20px 5px;
	border-bottom: 1px dashed #eee;
}
.list_message li .message_title {
    margin-bottom: 10px;
    width: calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list_message li .message_title a {
    font-size: 16px;
    font-weight: 700;
    /* color: #333; */
}
.list_message li .message_date {
    color: #999;
    font-size: 13px;
    margin-bottom: 5px;
    position: absolute;
    top: 22px;
    right: 5px;
}
.list_message li .message_content {
    overflow: hidden;
    height: 45px;
}
.list_message li .message_content a {
    display: block;
    color: #888;
}
.paging {
	display: block;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
	margin-bottom: 25px;
	text-align: right;
	clear: both;
}
.paging a, .paging span {
	position: relative;
	display: inline-block;
	padding: 4px 12px;
	line-height: 1.5;
	color: #08c;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
.paging a, .paging span {
	margin-left: 5px;
}
 .paging span {
	background: #08c;
	color: #FFF !important;
}
.paging a {
	color: #777;
	background: transparent;
	font-weight: bold;
}
.paging a:hover {
    color: #008cc9;
    border: 1px solid #008cc9;
}
.zt-wraper.pro {margin-top: 20px;}
.zt-wraper.pro a span {
	display: none;
}
.zt-wraper.pro a img {
	width: 320px;
	height: 75px;
}
.page_wrap {
	border: 1px solid #eee;
	padding: 15px 80px;
}
.text_title {
	position: relative;
	color: #333;
	text-align: center;
	padding-top: 5px;
	/* padding-bottom: 20px; */
	font-size: 32px;
	font-weight: normal;
	line-height: 1.5;
	}
.text_title .subtitle {
	display: block;
	font-style: normal;
	font-size: 18px;
	margin-top: 8px;
	padding: 5px;
	color: #777;
	background: #f8f8f8;
}
.text_title .btn_print {
	display: block;
	position: absolute;
	top: 0px;
	right: -60px;
	font-size: 12px;
	color: white;
	background-color: #08c;
	padding: 4px 8px;
	border-radius: 3px;
}
.text_title p.text_date {
	line-height: 20px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.text_title p.text_date span {
	font-size: 15px;
	color: #888;
	margin-right: 20px;
}
.text_content {
	font-size: 16px;
	line-height: 2;
}
.text_content img {
	max-width: 800px;
	/*display: block;*/
	margin: auto;
}
.text_next {
	padding:  15px;
	margin: 30px 0 15px;
	background-color: #f8f8f8;
	font-size: 14px;
	border: 1px solid #ddd;
}
.contact_info {
	font-size:16px;
	/* margin-left: 15px; */
}
.contact_info li {
	padding: 12px 15px;
}
.contact_info a {
	color: #08c;
}
#map {
    height: 360px;
    border: 5px solid #ffffff;
    box-shadow: 0 0 15px -6px #ddd;
}
#map label,#map img {
	max-width: none;
}
.list_img {padding: 15px 0;}
.list_img li {
	float: left;
	width: 33.33%;
	padding: 15px;
}
.list_img li .img_box {
	
}
.list_img li .img_box img {
}
.list_img li .img_info a {
	display: block;
	text-align: center;
	font-size: 15px;
}
.page_login,.page_login * {
	box-sizing:border-box;
}
.page_login {
	background-image:url(../image/login-bg.jpg);
	background-size: cover;
	min-height: 670px;
}
.login_wrap {
	float: right;
	margin-top: 200px;
	width: 360px;
	background: white;
	border-radius: 4px;
	padding: 30px 30px 50px;
	text-align: center;
}
.login_wrap h4 {
	font-size: 24px;
	font-weight: normal;
}
.login_wrap form {
	
}
.login_wrap form>div>input {
	display: inline-block;
	width: 100%;
	border: none;
	border: 1px solid #ddd;
	border-radius: 2px;
	height: 40px;
	padding: 0 15px;
	margin-top: 20px;
	font-size: 14px;
}
.login_wrap form>div>input[type="submit"] {
	background: #08c;
	color: white;
	border: none;
	font-size: 16px;
}
.login_wrap ::-webkit-input-placeholder,.side_con ::-webkit-input-placeholder {
	color:#797979;
}
button, input, select, textarea {
	font-family: microsoft yahei, simhei;
}
.score_center {
	padding: 30px 0;
	min-height: 420px;
}
.score_center .person_info {
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.score_center .user_img {
	width: 80px;
	float: left;
}
.score_center .user_img img {
	border-radius: 100px;
}
.score_center .user_info {
	padding-left: 15px;
	float: left;
}
.score_center .user_info p {
	font-size: 16px;
	font-weight: 700;
}
.score_center .user_info li {
	padding: 3px 15px;
}
.score_center .user_info li.active span {
	color: #08c;
}
.user_edit_con {
	padding: 30px 15px 30px;
}
.user_edit_con>div {
	margin-bottom: 15px;
}
.user_edit_con>div label {
	display: inline-block;
	width: 70px;
	text-align: right;
}
.user_edit_con>div input, .user_edit_con>div select,.user_edit_con>div textarea {
	border: 1px solid #ddd;
	padding: 6px 12px;
	min-width: 260px;
	border-radius: 3px;
	vertical-align: top;
}
.user_edit_con>div button {
	border: none;
	padding: 6px 32px;
	/* min-width: 260px; */
	cursor: pointer;
	border-radius: 3px;
	background-color: #08c;
	color: white;
	margin-left: 75px;
}
.pl-0 {
	padding-left:0 !important;
}
.px-0 {
	padding-left:0 !important;
	padding-right:0 !important;
}
.score_center .user_info.pl-0 li {
    padding-left: 0;
    font-size: 16px;
}
.score_info {
	border-bottom: 1px solid #eee;
	padding: 30px 0;
}
.score_info h3 {font-size: 16px;font-weight: normal;margin-bottom: 10px;}
.score_center th {
    background-color: #f7f7f7;
    height: 36px;
    font-size: 14px;
    text-align: center;
    color: #444;
    border-bottom: solid 1px #eee;
    border-top: solid 1px #eee;
}
.score_center td {
    padding: 2px 0;
    text-align: center;
    border-bottom: solid 1px #eee;
    /* line-height: 20px; */
    height: 40px;
}
.score_center td>em {
	display: block;
	font-size: 12px;
	/* display: none; */
}
#table_more {
	float: right;
	display: block;
	background-color: #08c;
	color: white;
	padding: 0px 6px;
	border-radius: 2px;
	font-size: 12px;
}
.score_center tr td:first-of-type a {
	overflow: hidden;
	display: block;
	max-height: 46px;
	padding: 0px 5px;
}
.score_center table {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    margin-bottom: 20px;
}
.score_center table a {
    color:#08c;
}
.score_center table .cancel {
    color: #666;
    border: 1px solid #ddd;
    padding: 2px 8px;
    background: #F5f5f5;
}
.score_center table .dis_cancel {
    color: #ffffff;
    border: 1px solid #940404;
    padding: 2px 8px;
    background: #d23636;
}
.score_center table a.plus {
    display: inline-block;
    width:60px;
    height: 60px;
    margin: 10px;
    vertical-align: middle;
}
.score_center table a.plus img {
}
.center_tab {
	border-bottom: 1px solid #08c;
}
.center_tab li {
	float: left;
}
.center_tab li a {
	display: block;
	background-color: rgba(0, 136, 204, 0.35);
	color: #333;
	padding: 6px 12px;
	text-align: center;
	min-width: 100px;
}
.center_tab li+li a {
	border-left: 1px solid #c7eafb;
}
.center_tab li a.active {
	color: white;
	background-color: #08c;
}
.center_tab li a:hover {
	color:white;
	background-color: #08c;
	
}
.exchange {
	margin-bottom: 30px;
}
.exchange li {
	float: left;
	width: 33.33%;
	padding: 10px;
}
.exchange li> a {
	display: block;
	position: relative;
	border: 1px solid #eee;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0px 2px 15px -6px rgba(238, 238, 238, 0.65);
}
.exchange li h4 {
	margin: 10px 0 3px;
	font-size: 14px;
	padding: 0 15px;
}
.exchange li p {
	padding: 0 15px;
	margin-bottom: 15px;
	color: #08c;
}
.exchange li a span {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 6px 18px;
	border-radius: 3px;
	background-color: #08c;
	color: white;
	display: none;
}
.exchange li a:hover span {
	display:block;
}
.exchange li a span.disable {
	background-color: #d23636;
}
.exchange li .img_box {
	
}
.exchange li .img_box img {
	vertical-align: middle;
}
.sketch_title .sketch_img {
	width: 380px;
	margin-right: 30px;
}
.sketch_title .sketch_img img {
	vertical-align: middle;
}
.sketch_title .sketch_info {
	/* padding-left: 30px; */
	overflow: hidden;
}
.sketch_title .sketch_info h4 {
	font-size: 20px;
	color: #333;
	margin-bottom: 15px;
}
.sketch_title .sketch_info p {
	margin-bottom: 15px;
}
.sketch_title .sketch_info a.sub_btn {
	display: inline-block;
	padding: 6px 32px;
	border-radius: 3px;
	background-color: #08c;
	color: white;
}
.sketch_title .sketch_info a.sub_btn.disable {
	background-color: #d23636;
}
.como_body {
	clear:both;
}
.como_body h4 {
	font-size: 15px;
	border-bottom: 1px solid #eee;
	padding: 50px 0 15px;
	margin-bottom: 30px;
}
.como_body .como_wrap {
	text-align: center;
}
.como_body .como_wrap img {
	min-width: 100%;
	vertical-align: middle;
}
.como_body .como_wrap p {
	margin: 6px;
}

/*20190819*/
.user_edit_con > div [type*="submit"] {
    border: none;
    padding: 6px 32px;
    /* min-width: 260px; */
    cursor: pointer;
    border-radius: 3px;
    background-color: #08c;
    color: white;
    margin-left: 75px;
    min-width: auto;
}
#yzm {
    position:relative;
}
#yzm>img {
        position: absolute;
    top: 21px;
    right: 1px;
    height: 38px;
}


.login_wrap form>div{
	position:relative;
}
.login_wrap form>div .onError,.login_wrap form>div .onFocus{
	display:block;
	position:absolute;
	color:#F00;
	top: 30px;
    right: 5px;
	font-size: 12px;
}
.onShow,.onCorrect {display:none}
.img_cut {
	background-size: cover;
	background-position: center center;
	display: block;
	height: 190px;
}
.img_cut img {
	display:none;
}

#content.edui-default .edui-editor-breadcrumb {
    text-align:left;
}
.edui-default .edui-editor-bottomContainer table {
    margin-bottom: 0;
}
.content_attr {
    text-align:left;
    background-color: #fffcbe;
    border: 1px solid #eee;
    padding: 5px 15px;
    margin: 5px 0;
}
.user_edit_con .content_attr label {
    width: auto;
    margin: 0 5px;
}
.user_edit_con .content_attr input, .user_edit_con .content_attr select, .user_edit_con .content_attr textarea {
    min-width: auto;
    vertical-align: middle;
    margin: 0 5px;
}
.works h3 a+b {
    color: #aaa;
    font-weight: normal;
    font-size: 14px;
}
.footer.white_pro {
	/* background-color: #ffffff; */
	color: #797979;
}
.footer.white_pro .links select {
    border: 1px solid #ccc;
    color: #797979;
    background: #fff url(../image/link_bt.png) 200px 20px no-repeat;
}
.wrap.pro .p3 .tab .current a,.wrap.pro .p3 .tab .on a,.wrap.pro .btn {
    background: linear-gradient(90deg, #6685b3 0%, #64c0ec 100%);
    color: #fff;
}
.wrap.pro .topic h3 strong a,.wrap.pro .works h3 a,.wrap.pro .headlines h3 a {
    color: #6685b3;
    font-size: 24px;
}
.btn_pro {
	float: right;
	font-size: 16px;
	/* font-family: "宋体"; */
	color: #6685b3;
	margin-top: 15px;
}
.bg_wraper_sb {
	background: url(../image/p7.jpg)  50% 100% no-repeat;
	background-attachment: fixed;
}
.wechat_wraper {
	width: 70px;
	/* height: 70px; */
	margin-top: 5px;
	margin-left: 20px;
	padding: 6px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 3px;
}
.wechat_wraper img {
	display: block;
	vertical-align: middle;
}
.wechat_wraper p {
	line-height: 14px;
	font-size: 13px;
	margin-top: 3px;
	text-align: center;
	color: black;
}
.wrap.pro .works h3 .ctr.pro.ex a {
	font: 15px/30px "宋体";
	color: #797979;
}
.bg_wraper_3in1 {
	background-image: url(../image/body-bg2.jpg);
	background-size: cover;
	background-position: center center;
}
.mt-xx {
	margin-top: -60px;
}
.mt-xx.xx-2 {
	margin-top: -80px;
}
.wechat_top {display: inline-block;width: 40px;margin-left: 5px;}
.head-search>form {
	display: inline-block;
	position: relative;
}
.cpzs-wraper .tempWrap {
	margin:0;
}
/*退稿理由框*/
#reject_content,#reject_content * {
    box-sizing:border-box;
}
#reject_content {
    position: fixed;
    bottom: 0;
    right: 230px;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 3px;
    padding: 8px;
    display:none;
}
#reject_content.on {
    display:block;
}
#reject_content>form {
        background-color: white;
    padding: 5px;
    border-radius: 2px;
}
#reject_content textarea {
    width: 300px;
    height: 52px;
    font-size: 14px;
    padding: 5px 10px;
    border: 1px solid #bbb;
}
#reject_content [type="button"] {
        display: block;
    color: white;
    background-color: #08c;
    padding: 4px 8px;
    border-radius: 3px;
    border: none;
    outline: none;
    min-width: 75px;
}



.footer.pro {
	position: relative;
	
}
.footer.pro:after {
	content:"";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../image/footer2.jpg);
	background-size: cover;
	background-position: center center;
}


/*评论区反馈页*/
.pllist {
    padding: 15px 0;
    width: 500px;
}
.pllist h2.comment-title a {
        font-size: 16px;
    color: #08c;
}
.pllist .col-left .comment {
    padding: 15px 0;
}
.pllist .col-left .comment h4 {
    font-weight: normal;
}

.pllist .col-left .comment h5 {
        margin-top: 10px;
        font-weight: normal;
    font-size: 12px;
}
.pllist .col-left .comment .content {
    min-width: auto;
    padding: 6px 12px;
        margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    background-color: #f8f8f8;
}

.text_content table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
	background-color: transparent;
	border-spacing: 0;
	border-collapse: collapse;
}
.text_content table td,.text_content table th {
	    border: 1px solid #ddd;
		padding: 8px;
		    line-height: 1.42857143;
}

body,.headlines h3,.nav li a,.focus .pic div p {
    font-family: 宋体;
}
.nav li a {
    font-weight: bold;
}
/*
body{-webkit-filter: grayscale(100%);}
html{
    -webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    -o-filter:grayscale(100%);
    filter:grayscale(100%);
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}
*{
    -moz-filter: grayscale(100%); 
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%); 
    filter: gray;
}*/

