* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	font-family: '微软雅黑';
}
a {
	text-decoration: none;
}
.pointer {
	cursor: pointer;
}
.hidden {
	display: none !important;
}
.w1200 {
	width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

.bread-box {
	margin-top: 10px;
}
.bread-current {
	color: #0269b7;
}
.hidden {
	display: none;
}
.bg {
	background: url(../../images/newfromtan/zsyz_bg.png) no-repeat;
	background-position: center;
}
.main-content-box {
	padding-top: 50px;
	position: relative;
}
.main-content-box > div {
	height: 500px;
}
.zc-video {
	position: absolute;
	top: 50px;
	left: 0;
}
.zc-video video {
	width: 700px;
	height: 400px;
}
.zc-content {
	width: 740px;
	float: right;
}
.zc-title-left {
	display: inline-block;
	vertical-align: bottom;
	width: 420px;
	height: 140px;
	background: url(../../images/newfromtan/zsyz_bolangxian.png) no-repeat;
	background-position: bottom;
	margin-left: 45px;
}
.zc-title {
	display: inline-block;
	vertical-align: bottom;
	text-align: right;
	height: 140px;
	width: 265px;
	background: url(../../images/newfromtan/zsyz_jianying.png) no-repeat;
	background-position: bottom;
	padding-right: 40px;
}
.zc-title .line {
	margin-right: 20px;
	display: inline-block;
	width: 95px;
	height: 4px;
	border-radius: 2px;
	background-color: #7dbdff;
}
.zc-title h1 {
	font-size: 40px;
	color: #1288f5;
	letter-spacing: 1px;
	margin: 10px 0;
}
.zc-title .en {
	color: #666;
	font-size: 14px;
	letter-spacing: 1px;
}
.zc-remark {
	padding: 20px 20px 20px 60px;
	color: #fff;
	background-color: #3696f8;
	height: 315px;
	margin-top: -1px;
	line-height: 35px;
}
.tab-content-box {
	margin-bottom: 40px;
}
.tab-left-content {
	width: 80px;
	float: left;
}
.tab-left-content a {
	display: block;
	height: 100px;
	background: linear-gradient(to right, #60aaff, #90c2fd);
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	margin-bottom: 20px;
}
.tab-left-content a.first-tab {
	margin-top: 80px;
}
.tab-left-content a:hover {
	background: linear-gradient(to right, #8BBCF6, #BEDBFF);
}
.tab-left-content a span {
	color: #999;
	font-size: 12px;
	display: block;
	padding-left: 5px;
	padding-top: 2px;
	margin-bottom: 10px;
}
.tab-left-content a p {
	margin: 0;
	text-align: center;
	line-height: 24px;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: bold;
}
.tab-right-content {
	width: 1320px;
	border: 10px solid #98c5f8;
	border-radius: 10px;
	height: 500px;
	float: left;
	background-color: #F5FBFF;
	margin-left: -5px;
}
.right-content-flex {
	display: flex;
	flex: 1;
}
.flex-left {
	width: 50%;
	padding: 30px;
	position: relative;
}
.flex-left .pos-corner {
	position: absolute;
	top: 25px;
	left: 25px;
	background: url(../../images/newfromtan/fnqgk_bj.png) no-repeat;
	background-size: 100% 100%;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
	padding-left: 18px;
	font-weight: bold;
	width: 155px;
	letter-spacing: 1px;
}
.flex-left h2 {
	text-align: center;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 35px;
	margin-bottom: 40px;
}
.flex-left .flex-remark {
	background-color: #fff;
	padding: 30px;
}
.flex-left .flex-remark p {
	font-size: 14px;
	line-height: 30px;
	height: 210px;
	margin-bottom: 30px;
	overflow: hidden;
}
.flex-left .flex-remark a {
	display: block;
	width: 120px;
	height: 50px;
	line-height: 50px;
	background-color: #3696f8;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: center;
	border-radius: 10px;
}
.flex-right {
	width: 50%;
	height: 480px;
	background-color: #F0F4F9;
	position: relative;
}
.flex-right > div {
	border-radius: 50%;
}
.flex-right .main-img-box {
	width: 385px;
	height: 385px;
	overflow: hidden;
	margin-top: 60px;
	margin-left: 180px;
}
.flex-right .main-img-box img {
	height: 385px;
	margin-left: -150px;
}
.flex-right .second-img-box {
	position: absolute;
	left: 70px;
	top: 50px;
	width: 160px;
	height: 160px;
	overflow: hidden;
	border: 10px solid #fff;
}
.flex-right .second-img-box img {
	height: 140px;
	margin-left: -60px;
}
.flex-right .third-img-box {
	position: absolute;
	left: 125px;
	top: 175px;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border: 10px solid #fff;
}
.flex-right .third-img-box img {
	height: 85px;
	margin-left: -20px;
}