﻿@charset "utf-8";
@import url(../font/stylesheet.css);
@import url(../font/font.css);

.content img,
.xueyuan img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.yxszy img {
	width: 100%
}

.inner {
	width: 1600px;
	margin: 0px auto;
}

.jigou_inner p {
	font-size: 20px;
	line-height: 30px;
	text-indent: 2em;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}


.cont_tswypage {
	padding: 0 75px;
}

.tswy_title {
	text-align: center;
	margin-bottom: 20px;
}

.tswy_title h3 {
	line-height: 38px;
	font-size: 24px;
	color: #1a1a1a;
}

.tswy_title h4 {
	line-height: 29px;
	font-size: 14px;
	color: #666666;
	font-weight: lighter;
	border-bottom: 1px solid #F3F3F3;
}

.tswy_title h4 span {
	padding: 0 7px;
}

.gallery_tswybig {
	position: relative;
	margin-bottom: 30px
}

.gallery_tswysmall {

	box-sizing: border-box;
	padding: 30px 0;
	border-top: 1px solid #F3F3F3;
}

.gallery_tswybig .img {
	height: 0;
	padding-bottom: 590px;
	position: relative;
	overflow: hidden;
}

.gallery_tswybig .img em {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-size: auto 100%;
	background-repeat: no-repeat;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.gallery_tswybig .next,
.gallery_tswybig .prev {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 10;
	width: 44px;
	height: 90px;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;

}

.gallery_tswybig .prev {
	background: url(../img/tswy_arrow1.png) no-repeat center;
	left: 0px;
}

.gallery_tswybig .next {
	background: url(../img/tswy_arrow2.png) no-repeat center;
	right: 0px;
}

.gallery_tswysmall .img {
	padding-bottom: 56.36%;
}

.gallery_tswysmall .img em {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-size: auto 100%;
	background-repeat: no-repeat;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.gallery_tswysmall .img:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(58, 34, 96, 0.4);
}

.gallery_tswysmall .swiper-slide-active .img:after {
	background: none;
}

.dp {
	margin-bottom: 80px;
}



.prev {
	float: left;
	cursor: pointer;
}