@font-face {
	font-family: OPPOSans;
	src: ur('../fonts/OPPOSans-R.ttf');
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	font-family: OPPOSans;
	background: #FFF;
	position: relative;
}

ul,
ol {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	font-size: 0;
}

button:focus {
	outline: none;
}

header {
	height: 54px;
	padding: 15px 0;
	background: #2E2070;
}

header>.head {
	height: 100%;
}

header>.head>ul>li {
	display: inline-block;
	margin-right: 20px;
}

header>.head>ul>li>a {
	font-size: 16px;
	color: #FFF;
	line-height: 24px;
}

header>.head>ul>li.active {
	border-bottom: 2px solid #FFF;
}

header>.head>.login_part>a {
	font-size: 14px;
	color: #FFF !important;
	line-height: 24px;
	margin-left: 15px;
}

header>.head>.login_part>a.login_part_br {
	border: 1px solid #FFF;
	border-radius: 15px;
	padding: 0 20px;
}

.node_more {
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: right;
	position: relative;
}

.node_more>a::before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #201D7F;
	top: 5px;
	right: 90px;
}

.node_more>a {
	/* display: block; */
	/* width: 100px; */
	position: relative;
	font-size: 12px;
	color: #5B5555;
}
.banner{
	overflow: hidden;
	height: auto;
}
.banner>.bannerSwiper{
	overflow: hidden;
}
.banner>.bannerSwiper .swiper-button-prev{
	width: 70px;
	height: 70px;
	left: 130px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/prev.png) 100% 100%;
	cursor: pointer;
}
.banner>.bannerSwiper .swiper-button-next{
	width: 70px;
	height: 70px;
	right: 130px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/next.png) 100% 100%;
	cursor: pointer;
}
.banner>.bannerSwiper .swiper-pagination{
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
}
.banner>.bannerSwiper .swiper-pagination .swiper-pagination-bullet{
	border: 1px solid #FFF !important;
	background: transparent !important;
	opacity: 1;
}
.banner>.bannerSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #FFF !important;
}
.banner>#demo>.carousel-inner,
.banner>#demo>.carousel-inner>.carousel-item,
.banner>#demo>.carousel-inner,
.banner>#demo>.carousel-inner>.carousel-item>img {
	width: 100%;
	height: 100% !important;
}

.banner>#demo>.prev {
	position: absolute;
	width: 70px;
	height: 70px;
	left: 130px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	background: url(../images/prev.png) 100% 100%;
	cursor: pointer;
	border: none;
}

.banner>#demo>.next {
	position: absolute;
	width: 70px;
	height: 70px;
	right: 130px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	background: url(../images/next.png) 100% 100%;
	cursor: pointer;
	border: none;
}

.banner>#demo>.carousel-indicators {
	bottom: 40px;
	height: 20px;
}

.banner>#demo>.carousel-indicators>button {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	margin: 3px 5px;
	background: transparent;
	border: 1px solid #FFF;
}

.banner>#demo>.carousel-indicators>button.active {
	width: 20px;
	height: 20px;
	background: #FFF;
	margin: 0 5px;
}

.banner>.search {
	width: 370px;
	height: 40px;
	top: 200px;
	right: calc(50% - 550px);
	z-index: 3;
	overflow: hidden;
}

.banner>.search>input {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	padding: 0 80px 0 20px;
	background: #FFF;
	border: none;
}

.banner>.search>button {
	position: absolute;
	width: 60px;
	height: 40px;
	border: none;
	z-index: 4;
	top: 0;
	right: 0;
	background: url(../images/search.png) no-repeat center;
}

.banner>.goIndex {
	width: 65px;
	height: 105px;
	z-index: 4;
	left: 50%;
	transform: translateX(-50%);
	bottom: 90px;
	background: url(../images/goIndex.png) no-repeat center;
	cursor: pointer;
	animation: myanimation 1s infinite;
}

@keyframes myanimation {
	0% {
		opacity: 0.7;
		bottom: 90px;
	}

	50% {
		opacity: 1;
		bottom: 80px;
	}

	100% {
		opacity: 0.7;
		bottom: 90px;
	}
}
.introduce {
	padding: 50px 0;
	background-color: rgba(82, 74, 74, .04);
}

.policy {
	width: 100%;
	height: 300px;
}

.policy>.policy_l {
	width: 480px;
	height: 100%;
	overflow-y: auto;
}

.policy>.policy_l>ul.flip-items>li {
	width: 435px;
	height: 300px overflow: hidden;
}

.policy>.policy_r {
	width: 640px;
	height: 100%;
}

.news_list>li {
	width: 100%;
	height: 60px;
}

.news_list>li>a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	padding: 10px 40px 10px 50px;
}

.news_list>li>a::before {
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #201D7F;
	top: 14px;
	left: 20px;
}

.news_list>li>a>.title {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #080808;
}

.news_list>li>a:hover {
	background: url(../images/news_bg.png) 100% 100%;
}

.base>.map {
	z-index: -1;
	left: 0;
	top: 568px;
}

.base_top {
	height: 288px;
	background: url(../images/base_top.png) 100% 100%;
	padding: 50px 0;
}

.base_top .base_area {
	width: 100%;
	height: 50px;
}

.base_area>li>a {
	font-size: 16px;
	color: #FFF !important;
	line-height: 20px;
	padding: 15px 35px;
	border-radius: 25px;
}

.base_area>li.active>a {
	background: linear-gradient(#8471f6, #44a2e4);
}

.base_content {
	height: 795px;
}

.base_content>.dibiao {
	left: 0px;
	/* top: -75px; */
	z-index: -1;
}

.base_content>.information {
	width: 100%;
	height: 440px;
	/* background: rgba(51, 61, 120, .05); */
	padding: 150px 650px 40px 50px;
}

.information_list>li {
	width: 100%;
	height: 70px;
	margin-top: 10px;
}

.information_list>li>a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	padding: 10px 40px 10px 0px;
}

.information_list>li>a>.title {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #080808;
	margin-bottom: 10px;
	font-weight: 500;
}

.information_list>li>a:hover {
	background: url(../images/news_bg.png);
	background-size: cover;
}

.base_bottom {
	width: 100%;
	height: 320px;
}

.base_bottom>.preview {
	width: 545px;
	height: 100%;
	background: rgba(51, 61, 120, .05);
	background: url(../images/hdxx.png);
	background-size: cover;
	position: relative;
}

.base_bottom>.preview>a {
	display: block;
	width: 180px;
	height: 40px;
	border-radius: 20px;
	background: linear-gradient(#8471f6, #44a2e4);
	margin-top: 125px;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	font-weight: 700;
	color: #FFF !important;
	letter-spacing: 2px;
	position: absolute;
	left: 33px;
	bottom: 35px;
}

.base_bottom>.study_tel {
	width: 590px;
	height: 100%;
}

.base_bottom>.study_tel>.item {
	width: 100%;
	height: 150px;
	background: url(../images/xsyx.png);
	background-size: cover;
	position: relative;
}

.base_bottom>.study_tel>.item>a {
	width: 160px;
	height: 30px;
	border-radius: 15px;
	background: linear-gradient(#8471f6, #44a2e4);
	/* margin-top: 5px; */
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	font-weight: 700;
	color: #FFF !important;
	letter-spacing: 2px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 95px;
}

.base_bottom>.study_tel>.item:nth-child(2) {
	background: url(../images/lxfs.png);
	background-size: cover;
}

.base_bottom>.sign {
	width: 305px;
	height: 100%;
	background: url(../images/sign_bg.png);
	background-size: cover;
	padding: 20px 50px;
}

.base_bottom>.sign>a {
	display: block;
	width: 100%;
	height: 40px;
	border-radius: 20px;
	background: linear-gradient(#8471f6, #44a2e4);
	margin-top: 190px;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	font-weight: 700;
	color: #FFF !important;
	letter-spacing: 2px;
}

.video_type {
	width: 100%;
	height: 50px;
}

.video_type>li>a {
	font-size: 16px;
	color: #000 !important;
	line-height: 20px;
	padding: 15px 35px;
	border-radius: 25px;
	font-weight: 500;
}

.video_type>li.active>a {
	background: linear-gradient(#8471f6, #44a2e4);
	color: #FFF !important;
}

.video_content {
	height: 580px;
	overflow: hidden;
}

.video_part {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.video_part .video_bg{
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.video_part .video_more {
	position: absolute;
	display: block;
	width: 296px;
	height: 61px;
	border-radius: 30px;
	background: url(../images/video_more.png);
	background-size: cover;
	z-index: 999;
	top: 380px;
	left: calc(50% - 600px);
}

.culture {
	width: 100%;
	height: 460px;
}

.culture>.culture_l {
	width: 455px;
	height: 440px;
}

.culture>.culture_l>a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.culture>.culture_l>a>.pic {
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.culture>.culture_l>a>.pic>img {
	width: 100%;
	height: 100%;
	transition: all .3s;
}

.culture>.culture_l>a>.shadow {
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 300px;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .3s;
	background: rgba(0, 0, 0, .75);
}

.culture>.culture_l>a>.content {
	width: 100%;
	height: 140px;
	background-color: #f5f5f8;
	padding: 30px;
}

.culture>.culture_l>a>.content>.title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #000;
	font-weight: 700;
}

.culture>.culture_l>a>.content>.info {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #666;
}

.culture>.culture_l>a:hover {
	box-shadow: 0px 4px 25px 2px rgba(24, 70, 146, 0.19);
}

.culture>.culture_l>a:hover>.pic>img {
	transform: scale(1.15);
}

.culture>.culture_l>a:hover>.shadow {
	opacity: 1;
}

.culture>.culture_r {
	width: 725px;
	height: 100%;
	font-size: 0;
}

.culture>.culture_r>li {
	display: inline-block;
	width: 225px;
	height: 210px;
	margin: 0 20px 20px 0;
}

.culture>.culture_r>li:nth-child(3n) {
	margin-right: 0;
}

.culture>.culture_r>li>a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.culture>.culture_r>li>a>.pic {
	width: 100%;
	height: 145px;
	overflow: hidden;
}

.culture>.culture_r>li>a>.pic>img {
	width: 100%;
	height: 100%;
	transition: all .3s;
}

.culture>.culture_r>li>a>.shadow {
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 145px;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .3s;
	background: rgba(0, 0, 0, .75);
}

.culture>.culture_r>li>a>.content {
	width: 100%;
	height: 65px;
	background-color: #f5f5f8;
	padding: 10px 15px;
}

.culture>.culture_r>li>a>.content>.title {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #000;
	font-weight: 700;
}

.culture>.culture_r>li>a>.content>.info {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #666;
}

.culture>.culture_r>li>a:hover {
	box-shadow: 0px 4px 25px 2px rgba(24, 70, 146, 0.19);
}

.culture>.culture_r>li>a:hover>.pic>img {
	transform: scale(1.15);
}

.culture>.culture_r>li>a:hover>.shadow {
	opacity: 1;
}

.culture_more {
	width: 100%;
	height: 30px;
}

.culture_more>a {
	display: block;
	width: 160px;
	height: 100%;
	background: linear-gradient(#8471f6, #44a2e4);
	border-radius: 15px;
	text-align: center;
	font-size: 16px;
	color: #FFF !important;
	font-weight: 700;
	line-height: 30px;
	float: right;
}

.culture_list>li {
	width: 50%;
	display: inline-block;
}

.education {
	min-height: 580px;
	background-image: url(../images/education_bg.png);
	background-repeat: no-repeat;
	background-position: center 0;
	padding-top: 25px;
}

#certify {
	position: relative;
	width: 100%;
	height: 435px;
	margin-top: 46px;
}

#certify .swiper-slide {
	position: relative;
	width: 680px;
	height: 394px;
	padding: 20px 92px 50px 92px;
	background: url(../images/computer.png);
	background-size: cover;
}

#certify .swiper-slide>img {
	position: absolute;
	display: block;
	width: 496px;
	height: 323px;
	top: 20px;
	left: 92px;
	z-index: 1;
}

#certify .swiper-slide>.shadow {
	position: absolute;
	width: 496px;
	height: 323px;
	z-index: 2;
	background: rgba(0, 0, 0, .75);
	top: 20px;
	left: 92px;
	padding-top: 115px;
	opacity: 0;
	transition: all .3s;
	cursor: pointer;
}

#certify .swiper-slide:hover>.shadow {
	opacity: 1;
}

.swiper-pagination {
	/* width: 60px !important; */
	left: 50%;
	transform: translateX(-50%) !important;
}

.swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
	margin: 0 5px;
	border: 1px solid #000 !important;
	background: #FFF !important;
}

.swiper-pagination-bullet-active {
	background: #000 !important;
}

.train_list {
	font-size: 0;
}

.train_list>li {
	display: inline-block;
	width: 224px;
	height: 210px;
	margin: 0 20px 20px 0;
}

.train_list>li:nth-child(5n) {
	margin-right: 0;
}

.train_list>li>a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.train_list>li>a>.pic {
	width: 100%;
	height: 145px;
	overflow: hidden;
}

.train_list>li>a>.pic>img {
	width: 100%;
	height: 100%;
	transition: all .3s;
}

.train_list>li>a>.shadow {
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 145px;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .3s;
	background: rgba(0, 0, 0, .75);
}

.train_list>li>a>.content {
	width: 100%;
	height: 65px;
	background-color: #f5f5f8;
	padding: 10px 15px;
}

.train_list>li>a>.content>.title {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #000;
	font-weight: 700;
}

.train_list>li>a>.content>.info {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #666;
}

.train_list>li>a:hover {
	box-shadow: 0px 4px 25px 2px rgba(24, 70, 146, 0.19);
}

.train_list>li>a:hover>.pic>img {
	transform: scale(1.15);
}

.train_list>li>a:hover>.shadow {
	opacity: 1;
}

.foot {
	padding: 30px 0;
	background: #F0F4F7;
}

.foot_top,
.foot_bottom {
	width: 100%;
	min-height: 120px;
}

.foot_top>.about,
.foot_bottom>.tel {
	width: 500px;
}

.foot_top>.guide {
	width: 190px;
}

.foot_top>.company {
	width: 450px;
}

.foot_bottom>.friendLink {
	width: 670px;
}

.friend_list>li {
	display: inline-block;
	width: 50%;
	height: 20px;
	line-height: 20px;
	margin-bottom: 5px;
}

.friend_list>li>a {
	font-size: 14px;
	color: #333;
}

footer {
	padding: 20px 0;
	background: #2E2070;
	text-align: center;
}

footer>p,
footer>p>a {
	font-size: 12px;
	color: #FFF !important;
	line-height: 20px;
}

footer>p>a:hover {
	color: #FFF !important;
}

.loginModal {
	background: #FFF;
	padding: 25px;
}

.loginModal>input {
	width: 100%;
	height: 40px;
	margin-top: 15px;
	border: none;
	border-bottom: 1px solid #F5F5F5 !important;
}

.loginModal>#checkCode {
	right: 25px;
	top: 205px;
	z-index: 2;
	cursor: pointer;
}

.loginModal>.loginBtns {
	width: 100%;
	height: 40px;
}

.loginModal>.loginBtns>a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	text-align: center;
	letter-spacing: 2px;
	line-height: 20px;
	padding: 10px;
	font-size: 14px;
	background: #201D7F;
	color: #FFF !important;
}

.page {
	font-size: 12px;
	margin-top: 50px;
}

.page-a {
	float: left;
	height: 26px;
	line-height: 26px;
	padding: 0 8px;
	margin: 0 3px;
	background-color: #f0f0f0;
	border: #cccccc solid 1px;
}

.page-a:link,
.page-a:visited {
	text-decoration: none;
	color: #000000;
}

.page-a:hover,
.page-a:active {
	text-decoration: none;
	color: #1060FF;
}

.page-curr {
	float: left;
	height: 26px;
	line-height: 26px;
	padding: 0 8px;
	margin: 0 3px;
	background-color: #ffffff;
	border: #1060FF solid 1px;
	color: #1060FF
}

.page-curr:link,
.page-curr:visited {
	text-decoration: none;
	color: #1060FF;
}

.page-curr:hover,
.page-curr:active {
	text-decoration: none;
	color: #1060FF;
}

.select-course-filter {
	width: 1200px;
	margin: 0 auto;
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 10px;
	list-style: none;
	border-radius: 4px;
}

.breadcrumb li a {
	color: #333;
}

.breadcrumb .active a {
	color: #201D7F;
}

.work-lf-top {
	width: 100%;
	height: 52px;
	line-height: 50px;
	position: relative;
}

.work-lf-top h3 {
	font-size: 18px;
	color: #201D7F;
	display: inline-block;
	margin-bottom: 0px;
	padding-bottom: 15px;
	margin-left: 0px;
	font-weight: bold;
	border-bottom: 3px solid #201D7F;
}

.policy-bottm-right {
	width: 100%;
	min-height: 500px;
}

.work-lf-b-right-text li {
	width: 100%;
	height: 52px;
	line-height: 52px;
	color: #555;
	display: inline-block;
	position: relative;
	border-bottom: 1px dashed #ddd;
}

.b-right-text-matter {
	width: 75%;
}

.b-right-text-span {
	background: url(../images/jt-right.png) no-repeat;
	position: absolute;
	width: 10px;
	height: 10px;
	top: 20px;
	left: 3px;
}

.b-right-text-date {
	margin-right: 5px;
}

.work-lf-b-right-text li:hover .b-right-text-matter,
.work-lf-b-right-text li:hover .b-right-text-date {
	color: #201D7F;
}

.train_fl>a {
	font-size: 16px;
	color: #333 !important;
	line-height: 20px;
	padding: 15px 35px;
	border-radius: 25px;
}

.train_fl>a.active {
	background: linear-gradient(#8471f6, #44a2e4);
	color: #FFF !important;
}

.video_list>li {
	display: inline-block;
	width: 224px;
	height: 210px;
	margin: 0 20px 20px 0;
}

.video_list>li:nth-child(5n) {
	margin-right: 0;
}

.video_list>li>a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.video_list>li>a>.pic {
	width: 100%;
	height: 145px;
	overflow: hidden;
}

.video_list>li>a>.pic>img {
	width: 100%;
	height: 100%;
	transition: all .3s;
}

.video_list>li>a>.shadow {
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 145px;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .3s;
	background: rgba(0, 0, 0, .75);
}

.video_list>li>a>.content {
	width: 100%;
	height: 65px;
	background-color: #f5f5f8;
	padding: 10px 15px;
}

.video_list>li>a>.content>.title {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #000;
	font-weight: 700;
}

.video_list>li>a>.content>.info {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #666;
}

.video_list>li>a:hover {
	box-shadow: 0px 4px 25px 2px rgba(24, 70, 146, 0.19);
}

.video_list>li>a:hover>.pic>img {
	transform: scale(1.15);
}

.video_list>li>a:hover>.shadow {
	opacity: 1;
}

.city_top {
	height: 528px;
	overflow: hidden;
}

.city_top>.city_top_bg {
	z-index: 1;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.city_list {
	width: 100%;
	height: 360px;
}

.city_list>.city_list_l {
	width: 570px;
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
}

.city_list>.city_list_l>a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.city_list>.city_list_l>a>img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.city_list>.city_list_l>a>.title {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px 15px;
	line-height: 20px;
	width: 100%;
	background: rgba(0, 0, 0, .75);
	font-size: 14px;
	color: #FFF;
	z-index: 2;
}

.city_list>.city_list_r {
	width: 600px;
	height: 100%;
}

.city_list>.city_list_r>li {
	display: block;
	width: 100%;
	height: 60px;
}

.city_list>.city_list_r>li>a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 0 20px 40px;
	line-height: 20px;
	font-size: 16px;
	color: #000;
}

.city_list>.city_list_r>li>a>.title {
	width: calc(100% - 140px);
	height: 100%;
}

.city_list>.city_list_r>li>a>.time {
	font-size: 14px;
	color: #666;
}

.city_list>.city_list_r>li>a:hover {
	background: url(_files/images/news_bg.png) 100% 100%;
}

.activity_list {
	width: 100%;
}

.activity_list>li {
	width: 100%;
	height: 220px;
	background: #FFF;
	margin-bottom: 30px;
}

.activity_list>li>.pic {
	width: 335px;
	height: 100%;
}

.activity_list>li>.pic>img {
	width: 100%;
	height: 100%;
}

.activity_list>li>.content {
	width: calc(100% - 335px);
	height: 100%;
	padding: 35px 60px;
	position: relative;
}

.activity_list>li>.content>a {
	position: absolute;
	width: 160px;
	height: 34px;
	border-radius: 17px;
	line-height: 34px;
	text-align: center;
	color: #FFF !important;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: 700;
	background: linear-gradient(#8471f6, #44a2e4);
	bottom: 35px;
	right: 60px;
	z-index: 2;
}

.tel_part {
	background: #F0EEEE !important;
	padding: 30px 0;
}

.tel_part>div>div>p {
	background: #F0EEEE !important;
}
