﻿	@charset "utf-8";
	
	@font-face{
    font-family: 'myfirstfont';
    src : url('exo2-regular.ttf');
}
	.tabpage {
		width: 100%;
		padding: 36px 60px 40px 60px;
		box-sizing: border-box;
		background: rgba(244,246,248,0.70);
		/*border: 1px solid blueviolet;*/
	}
	
	.tab-title {
		width: 100%;
		height: 220px;
		border-bottom: 1px solid #D3D3D3;
		position: relative;
	}
	
	.tab-title-box {
		width: 750px;
		height: 180px;
		margin: 0 auto;
		display: flex;
	}
	
	.tab-name {
		width: 250px;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		cursor: pointer;
	}
	
	.tab-name img {
		margin-top: 15px;
	}
	
	.tab-name-title {
		font-family:"myfirstfont","Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
		font-size: 26px;
		color: #000;
		font-weight: 600;
		letter-spacing: 0.3px;
	}
	
	.tab-pic1 {
		display: none;
	}
	
	.tab-pic2 {
		display: block;
	}
	
	.tab1 {
		width: 250px;
		height: 100%;
		background: url(../../xcwz/images/img-02.png) no-repeat center;
	}
	
	.tab2 {
		width: 250px;
		height: 100%;
		background: url(../../xcwz/images/img-03.png) no-repeat center;
	}
	
	.tab3 {
		width: 250px;
		height: 100%;
		background: url(../../xcwz/images/img-04.png) no-repeat center;
	}
	
	.tab3 .tab-name-title,
	.tab2 .tab-name-title,
	.tab1 .tab-name-title {
		color: #fff;
	}
	
	.tab1 .tab-pic1,
	.tab2 .tab-pic1,
	.tab3 .tab-pic1 {
		display: block;
	}
	
	.tab1 .tab-pic2,
	.tab2 .tab-pic2,
	.tab3 .tab-pic2 {
		display: none;
	}
	
	.tab-title-circle {
		width: 750px;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	
	.tab-circle {
		width: 15px;
		height: 15px;
		border-radius: 15px;
		background: #FFFFFF;
	}
	
	.tab1-circle {
		border: 2px dotted #19928E;
		position: absolute;
		bottom: -8px;
		left: 108px;
	}
	
	.tab2-circle {
		border: 2px dotted #FA8900;
		position: absolute;
		bottom: -8px;
		left: 358px;
	}
	
	.tab3-circle {
		border: 2px dotted rgba(18, 118, 160, 0.9);
		position: absolute;
		bottom: -8px;
		left: 608px;
	}
	
	.tab-content1 {
		width: 86%;
		display: flex;
		margin:auto;
	}
	
	.tab-content {
		flex: 1;
		padding: 35px 34px 0;
		box-sizing: border-box;
		position: relative;
	}
	
	.tab-content-title {
		display: flex;
		align-items: center;
		height: 40px;
		font-family:"myfirstfont","Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
		font-size: 24px;
		color: #333333;
		letter-spacing: 0.28px;
		font-weight: 600;
	}
	
	.tab-content-title img {
		margin-right: 20px;
	}
	
	.tab-content-box {
		width: 100%;
		/* height: 150px; */
		font-family:"myfirstfont","Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
		font-size: 16px;
		color: #666666;
		letter-spacing: 0;
		line-height: 28px;
		margin: auto;
    	padding: 0 40px;
    	word-break: break-word;
	}
	
	.tab-num {
		width: 100%;
		height: 88px;
		display: flex;
		align-items: baseline;
		justify-content: center;
	}
	
	.tab-no {
		font-weight: 600;
		font-size: 43px;
		color: #000000;
		letter-spacing: 0.5px;
	}
	
	.tab-num-box {
		font-weight: 600;
		font-size: 58px;
		color: #ED6C00;
		letter-spacing: 0.67px;
	}
	
	.tab-border-right {
		width: 2px;
		height: 209px;
		background: #D3D3D3;
		position: absolute;
		right: 0;
		top: 60px;
	}
	
	.tab-content2-1 {
		width: 100%;
		display: flex;
	}
	
	.tab-content2-box {
		flex: 1;
		padding: 20px 14px 0;
		box-sizing: border-box;
		position: relative;
	}
	
	.tab2-box {
		height: 300px;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.tab2-num1 {
		padding-top: 65px;
		font-family:"myfirstfont","Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
		font-size: 90px;
		color: #27AAA5;
		letter-spacing: 1.04px;
		line-height: 100px;
	}
	
	.tab2-name {
		padding-top: 65px;
		font-weight: 600;
		font-size: 24px;
		color: #333333;
		letter-spacing: 0.28px;
		line-height: 40px;
	}
	
	.tab2-num2 {
		padding-top: 65px;
		font-family:"myfirstfont","Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
		font-size: 90px;
		color: #106FB5;
		letter-spacing: 1.04px;
		line-height: 100px;
	}
	
	.tab2-num3 {
		padding-top: 65px;
		font-family: "myfirstfont","Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;
		font-size: 90px;
		color: #ED6C00;
		letter-spacing: 1.04px;
		line-height: 100px;
	}
	
	.tab-content3 {
		width: 86%;
		display: flex;
		margin:auto;
	}
	
	.tab3-pic {
		margin-top: 93px;
	}
	
	.tab3-name {
		padding-top: 27px;
		font-family:"myfirstfont","Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
		font-size: 24px;
		color: #CCCCCC;
		letter-spacing: 0.28px;
		text-align: center;
		line-height: 40px;
		font-weight: 600;
	}
	
	.tab-content2-2 {
		width: 86%;
		display: flex;
margin:auto;
	}
	
	.tab2-content {
		flex: 1;
		padding: 36px 14px 23px;
		box-sizing: border-box;
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.tab2-circle-num {
		width: 173px;
		height: 173px;
	}
	
	.tab2-name2 {
		padding-top: 50px;
		font-weight: 600;
		font-size: 24px;
		color: #333333;
		letter-spacing: 0.28px;
		text-align: center;
		line-height: 40px;
	}
	
	.tab2-name3 {
		font-weight: 600;
		font-size: 24px;
		color: #333333;
		letter-spacing: 0.28px;
		text-align: center;
		line-height: 40px;
		padding-top: 10px;
	}
	
	.tab2-name4 {
		font-size: 20px;
		color: #333333;
		letter-spacing: 0.23px;
		text-align: center;
		line-height: 40px;
	}
	
	.yaunxi-jieshao {
		width: 100%;
		margin-top: 40px;
		margin-bottom: 40px;
		/*border: 1px solid blueviolet;*/
	}
	
	.yuanxi-title {
		font-family:"myfirstfont","Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
		font-size: 28px;
		color: #333333;
		letter-spacing: 0.32px;
		text-align: center;
		line-height: 40px;
		font-weight: 600;
	}
	
	.yuanxi-box {
		width: 86%;
		height: 376px;
		margin-top: 40px;
		padding-right: 74px;
		box-sizing: border-box;
		display: flex;
margin:auto;
	}
	
	.yuanxi-content {
		flex: 1;
		height: 300px;
	font-family: "myfirstfont","Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;
		font-size: 16px;
		color: #333333;
		letter-spacing: 0;
		line-height: 30px;
		overflow-y: auto;
	}
	/*--------------------- 滚动条样式 --------------------------*/
	

	/*火狐*/
	.yuanxi-content{
			  scrollbar-width: thin;
    scrollbar-color: #EAEAEA #ffffff ;
    scrollbar-highlight-color:#EAEAEA;
    scrollbar-arrow-color:#ffffff;
    scrollbar-face-color:#EAEAEA;
    scrollbar-track-color:#ffffff;
    scrollbar-shadow-color:#ffffff;
	}
	
	.yuanxi-content::-webkit-scrollbar {
		/*滚动条整体样式*/
		width: 5px;
		/*高宽分别对应横竖滚动条的尺寸*/
	}
	
	.yuanxi-content::-webkit-scrollbar-thumb {
		/*滚动条里面小方块*/
		border-radius: 8px;
		background: #EAEAEA;
	}
	
	.yuanxi-content::-webkit-scrollbar-track {
		/*滚动条里面轨道*/
		border-radius: 0;
		background: rgb(255, 255, 255);
	}
		/*--------------------- 滚动条样式 --------------------------*/
	
	
	
	
	
	.yuanxi-content p {
		text-indent: 32px;
		padding-top: 18px;
		box-sizing: border-box;
	}
	
	.yuanxi-pic {
		width: 600px;
		margin-right: 28px;
		height: 100%;
		/*border: 1px solid blue;*/
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.yuanxi-yuan {
		width: 340px;
		height: 335px;
		/*border: 1px solid brown;*/
		position: relative;
	}
	
	.yuanxi-yuan img {
		width: 134px;
		height: 137px;
		cursor: pointer;
	}
	
	.xuexiao-name {
		font-weight: 600;
		font-family:"myfirstfont","Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
		font-size: 16px;
		color: #5B9BD5;
		width: 64px;
		text-align: center;
		margin: 0 auto;
		padding-top: 146px;
	}
