.center {
	width: 1200px;
	margin: 0 auto;
}

.swipe {
	overflow: hidden;
	visibility: hidden;
	position: relative;
}

.swipe-wrap {
	overflow: hidden;
	position: relative;
}

.swipe-wrap>div {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}

body {
	color: #595757;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a {
	color: #595757;
}

header {
	height: 120px;
}

header .center {
	/*overflow: hidden;*/
}

header .logo {
	margin-top: 38px;
	float: left;
}

header .logo {
	margin-top: 38px;
	float: left;
}

header .rightBox {
	float: right;
	position: relative;
	z-index: 10;
}

header form {
	display: block;
	margin-top: 34px;
	position: relative;
	float: right;
}

header #search {
	width: 150px;
	height: 24px;
	line-height: 24px;
	display: block;
	padding-left: 8px;
	box-sizing: border-box;
	border: 1px solid #9b9b9b;
	border-radius: 4px;
}

header #submit {
	position: absolute;
	border: none;
	padding: 0;
	right: 7px;
	width: 11px;
	height: 11px;
	top: 50%;
	margin-top: -6px;
	cursor: pointer;
	background: url(../images/searchIco.png) no-repeat;
}

header ul {
	width: 810px;
	display: flex;
	justify-content: space-between;
}

header ul a {
	line-height: 54px;
	font-size: 20px;
}

header ul>li {
	position: relative;
}

header ul>li:hover>a {
	font-weight: 700;
}

header ul>li a.active {
	font-weight: 700;
}

header ul ol {
	width: 122px;
	box-sizing: border-box;
	background: transparent;
	border: 1px solid transparent;
	font-size: 16px;
	height: 0;
	transition: .6s ease-out;
	overflow: hidden;
	position: absolute;
	top: 56px;
	left: -10px;
}

header ul ol.active {
	background: #f7f8f8;
	border: 1px solid #979898;
}

header ul ol a {
	font-size: 14px;
}

header ul ol a {
	line-height: 28px;
}

header ul ol li {
	padding-left: 12px;
	margin-bottom: 10px;
}

header ul ol li:first-child {
	margin-top: 18px;
}

header ul ol li:hover {
	background: #dcdddd;
}

.banner {
	position: relative;
	height: 520px;
	overflow: hidden;
}

.banner>img {
	position: absolute;
	left: 50%;
	margin-left: -960px;
	transition: .8s;
	opacity: 1;
}

.bannerMainWarp {
	width: 1200px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -600px;
}

.bannerMain {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.bannerMain .bannerTxt {
	text-align: center;
	margin-top: 17.5%;
}

.bannerMain .bannerTxt h4 {
	font-size: 42px;
	font-weight: 700;
	line-height: 58px;
	color: #fefeff;
}

.bannerMain .bannerTxt strong {
	font-size: 26px;
	line-height: 40px;
	color: #fefeff;
}

.bannerMain .list {
	position: absolute;
	right: 0;
	top: 74px;
}

.bannerMain .list li {
	margin-bottom: 10px;
	box-sizing: border-box;
}

.bannerMain .list li img {
	width: 163px;
	height: 114px;
	box-sizing: border-box;
	border: 3px solid transparent;
}

.bannerMain .list li img.active {
	border: 3px solid #0068b7;
}

.bannerB {
	height: 160px;
	padding-top:10px;
	box-sizing: border-box;
	background: #2b2e4f;
}

.bannerBL {
	width: 63.17%;
	float: left;
}

.bannerBL h4 {
	font-size: 22px;
	line-height: 34px;
	color: #fff;
}

.bannerBL p {
	font-size: 14px;
	line-height: 20px;
	color: #fefeff;
}
@media screen and (min-width:1201px) {
	.bannerBR {
		margin-top:50px;
		float: right;
	}
	.bannerBL p {
		margin-left:10px;
	}
}
@media screen and (max-width:1200px) {
	.bannerBR {
		margin-top: 20px;
		float: right;
	}
}



/*zoujin*/

.zoujin {
	padding-top: 86px;
	padding-bottom: 105px;
}

.topTitle {
	text-align: center;
	margin-bottom: 66px;
}

.zjList {
	display: flex;
	justify-content: space-between;
}

.zjList li {
	width: 210px;
	height: 195px;
	border: 1px solid #a7a7a8;
	position: relative;
	background: #f2f2f3;
	box-sizing: border-box;
	padding: 0 16px;
	padding-top: 42px;
	cursor: pointer;
}

.zjList li:hover .topIco {
	background: #1d99f9;
}

.zjList li:hover .more {
	background: #1d99f9;
}

.zjList li .topIco {
	display: block;
	position: absolute;
	width: 54px;
	height: 54px;
	background: #b5b5b6;
	text-align: center;
	left: 50%;
	margin-left: -27px;
	top: -27px;
	border-radius: 5px;
	transition: .5s ease-out;
}

.zjList li .topIco img {
	margin-top: 10px;
}

.zjList li strong {
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	display: block;
}

.zjList li p {
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.zjList li .more {
	display: block;
	width: 82px;
	height: 21px;
	background: #b5b5b6;
	text-align: center;
	line-height: 21px;
	font-size: 14px;
	margin: 16px auto;
	color: #fff;
	transition: .5s ease-out;
}

.secai {
	padding-top: 105px;
	padding-bottom: 70px;
	background: #eff4f7;
}

.secaiL .topTitle {
	margin-bottom: 16px;
}

.secaiL {
	float: left;
	width: 386px;
	text-align: right;
}

.secaiL strong {
	font-size: 26px;
	line-height: 40px;
	display: block;
}

.secaiL p {
	padding-left: 100px;
	font-size: 17px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.secaiL .more {
	display: block;
	width: 118px;
	height: 31px;
	background: #1d99f9;
	text-align: center;
	line-height: 31px;
	font-size: 14px;
	margin: 16px auto;
	float: right;
	color: #fff;
	transition: .5s ease-out;
}

.secaiR {
	float: right;
	width: 790px;
}

.secaiR li {
	width: 380px;
	height: 210px;
	position: relative;
	overflow: hidden;
	transition: 1s ease-out;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.secaiR li:nth-child(2n) {
	margin-right: 0;
}

.secaiR li .imgs {
	width: 380px;
	height: 210px;
	transition: 0.6s ease-out;
}

.secaiR li:hover .imgs {
	transform: scale(1.1);
}

.secaiR li .mask {
	position: absolute;
	top: 0;
	left: 0;
	/*opacity: 0;*/
	display: none;
}


/*window*/

.window {
	height: 638px;
	padding-top: 86px;
	box-sizing: border-box;
	overflow: hidden;
	background: url(../images/window.jpg) no-repeat center;
}

.windowMain {
	position: relative;
}

.windowMain .prev {
	position: absolute;
	left: 86px;
	top: 96px;
	cursor: pointer;
}

.windowMain .next {
	position: absolute;
	right: 86px;
	top: 96px;
	cursor: pointer;
}

.winWarp {
	width: 744px;
	height: 300px;
	padding-top: 15px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.windowCon {
	transition: 1s ease-in-out;
	position: absolute;
	left: 0;
}

.windowCon>div {
	float: left;
	margin-right: 37px;
	transition: .6s ease-in-out;
}

.windowCon>div a {
	display: block;
	width: 222px;
	height: 222px;
	overflow: hidden;
}

.windowCon img {
	width: 222px;
	height: 222px;
	transition: .6s ease-out;
}

.windowCon img:hover {
	transform: scale(1.1);
}

.windowCon div.active {
	transform: scale(1.2);
}

.windowCon div.active strong {
	color: #1d99f9;
	border: 1px solid #1d99f9;
	border-top: none;
}

.windowCon div strong {
	display: block;
	line-height: 46px;
	color: #fff;
	font-size: 18px;
	border: 1px solid #959595;
	border-top: none;
	padding-left: 10px;
}

.yeji {
	padding-top: 88px;
	padding-bottom: 88px;
}

.yejiMain {
	height: 420px;
}

.yejiConWarp {
	float: left;
	width: 780px;
	height: 420px;
	position: relative;
	overflow: hidden;
}

.yejicontent {
	position: absolute;
	left: 0;
	top: 0;
	transition: .6s;
}

.yejiItems {
	width: 380px;
	height: 420px;
}

.yejiItems .tops {
	width: 380px;
	height: 210px;
	overflow: hidden;
}

.yejiItems .tops img {
	width: 380px;
	height: 210px;
}

.yejiItems {
	background: #efefef;
	float: left;
}

.yejiItems {
	margin-right: 20px;
}

.yejiItems .tops img:last-child {
	display: none;
}

.yejiItems .tops img {
	transition: 1s ease-out;
}

.yejiItems .tops:hover img {
	transform: scale(1.1);
}

.yejiItems .bottoms {
	box-sizing: border-box;
	padding: 0 26px;
	padding-top: 20px;
}

.yejiItems .bottoms strong {
	line-height: 38px;
	font-size: 20px;
	font-weight: 700;
}

.yejiItems .bottoms p {
	font-size: 16px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.yejiInfo {
	float: right;
}

.yejiInfo p {
	margin-top: 12px;
	font-size: 18px;
	line-height: 22px;
	color: #595757;
	width: 280px;
	text-align: left;
}

.yejiInfo .mores {
	display: block;
	width: 118px;
	height: 31px;
	background: #1d99f9;
	text-align: center;
	line-height: 31px;
	font-size: 14px;
	margin: 16px 0;
	color: #fff;
	transition: .5s ease-out;
}

.ctrls {
	text-align: left;
}

.ctrls span {
	margin-right: 9px;
	cursor: pointer;
}

.voice {
	padding-top: 88px;
	padding-bottom: 88px;
	background: #eff4f7;
}

.voiceL {
	width: 520px;
	float: left;
}

.voiceL .fl {
	width: 177px;
	height: 173px;
	overflow: hidden;
}

.voiceL img {
	transition: .8s ease-out;
}

.voiceL li:hover img {
	transform: scale(1.1);
}

.voiceL .fr {
	width: 320px;
}

.voiceL>img {
	margin-bottom: 30px;
}

.voiceL strong {
	font-size: 18px;
	color: #595757;
	line-height: 20px;
	font-weight: 700;
	display: block;
}

.voiceL li:first-child {
	margin-bottom: 46px;
}

.voiceL span {
	display: block;
	line-height: 30px;
}

.voiceL p {
	font-size: 16px;
	color: #595757;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.voiceR {
	float: right;
	width: 600px;
}

.voiceR>img {
	margin-bottom: 30px;
}

.voiceRMain ul {
	margin-bottom: -1px;
}

.voiceRMain ul li {
	float: left;
	width: 158px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	background: #eeeeee;
	box-sizing: border-box;
	border: 1px solid #C5C5C5;
	cursor: pointer;
}

.voiceRMain ul li.active {
	background: #fff;
	border-bottom: none;
}

.voiceRMain ul li:not(:nth-child(1)) {
	border-left: none;
}

.voiceRMain ol {
	background: #fff;
	padding-left: 20px;
	padding-right: 27px;
	border: 1px solid #C5C5C5;
	display: none;
}

.voiceRMain ol:nth-child(1) {
	display: block;
}

.voiceRMain ol li {
	height: 88px;
	font-size: 14px;
	padding: 10px 0;
	margin-top:10px;
	box-sizing: border-box;
	line-height: 22px;
	border-bottom: 1px dashed #c5c5c5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.voiceRMain ol li:last-child {
	border: none;
	display: block;
}

.voiceRMain .mores {
	margin-top: 16px;
	float: right;
	display: block;
	width: 118px;
	height: 31px;
	background: #1d99f9;
	text-align: center;
	line-height: 31px;
	font-size: 14px;
	color: #fff;
	transition: .5s ease-out;
}

.bottom {
	/*padding-bottom: 88px;*/
}

.bottomT {
	padding-top: 88px;
	background: #383838;
	height: 350px;
	box-sizing: border-box;
}

.bottomT .topTitle {
	margin-bottom: 42px;
}

.bottomT .mores {
	display: block;
	margin: 0 auto;
	width: 118px;
	height: 31px;
	background: #1d99f9;
	text-align: center;
	line-height: 31px;
	font-size: 14px;
	color: #fff;
	transform: translate(-12px);
}

.bottomB {
	height: 530px;
	background: #2f383d;
	padding-top: 40px;
}

.bottomB .center {
	position: relative;
}

.bottomB .codes {
	position: absolute;
	right: 0;
	top: 0;
	width: 151px;
	height: 151px;
}

.bottomBL {
	width: 890px;
	height: 340px;
	display: flex;
	position: relative;
	justify-content: space-between;
}

.bottomBL dl {
	width: 184px;
}

.bottomBL dt {
	line-height: 62px;
	font-size: 28px;
	color: #fff;
	margin-bottom: 16px;
}

.bottomBL dt:after {
	content: '';
	display: block;
	width: 185px;
	height: 3px;
	background: url(../images/borderB.png) no-repeat left;
}

.bottomBL dd a {
	line-height: 36px;
	font-size: 20px;
	color: #9f9fa0;
}

.bottom form {
	display: block;
	width: 332px;
	height: 43px;
	background: #555555;
	border: 1px solid #777777;
	margin: 0 auto;
	position: relative;
}

.bottom form input[type="text"] {
	background: #555555;
	padding-left: 22px;
	width: 100%;
	box-sizing: border-box;
	height: 100%;
	color: #9f9fa0;
	border: none;
}

.bottom form input[type="submit"] {
	display: block;
	width: 21px;
	height: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	border: none;
	left: 300px;
	top: 0;
	cursor: pointer;
	background: url(../images/arrss.png) no-repeat center;
}

.copys {
	padding-top: 30px;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	color: #dcdddd;
	font-weight: normal;
}