@charset "utf-8";

/* CSS Document */
@font-face {
	font-family: 'ar';
	src: url('../font/ar.ttf');
}

body {
	min-width: 1200px;
}

.header {
	width: 1200px;
	height: 75px;
	margin: 0 auto;
	font-size: 14px;
}

.header>img {
	display: inline-block;
	margin-top: 15px;
	float: left;
}

.nav {
	float: left;
	display: flex;
	margin-left: 70px;
}

.nav>li {
	width: 112px;
	text-align: center;
	line-height: 75px;

}

.nav>li>a {
	color: #000000;
}

.nav>li>span {
	float: left;
}

.header>p {
	float: right;
	line-height: 75px;
}

.header>p>span {
	color: #b80a1c;
}

.banner {
	width: 100%;
	height: 625px;
	background: url(../images/2.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}

.banner_nav {
	position: absolute;
	display: flex;
	justify-content: space-between;
	width: 780px;
	bottom: 14%;
	left: 50%;
	transform: translateX(-50%);
}

.banner_nav>li {
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #ffc200;
	font-weight: bold;
	font-size: 24px;
}

/* .banner_nav>li>a {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
} */

.cb1 {
	position: fixed;
	top: 163px;
	z-index: 10;
	left: 3%;
	width: 120px;
	min-height: 377px;
	background: url(../images/3.png) no-repeat top center;
	padding-top: 84px;

}

.cb1_nav {
	width: 100%;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.5);
	padding-bottom: 14px;
	border-radius: 10px;
}

.cb1_nav>li {
	width: 90px;
	margin: 0 auto;
	padding: 20px 0 11px 0;
	font-size: 13px;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.cb1_nav>li:last-child {
	border-bottom: 0;
}

.cb1_nav>li>a {
	color: #ffffff;
}


.cb2 {
	position: fixed;
	top: 163px;
	z-index: 10;
	right: 3%;
	width: 120px;
	min-height: 377px;
	background: url(../images/4.png) no-repeat top center;
	padding-top: 88px;

}

.cb2_box {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	padding-bottom: 14px;
	border-radius: 10px;
	padding-top: 11px;
}

.cb2_box>a {
	display: block;
	width: 105px;
	height: 26px;
	border-radius: 13px;
	background-color: #d12d1f;
	margin: 0 auto;
	text-align: center;
	line-height: 26px;
	color: #FFFFFF;
	font-size: 14px;
}

.cb2_nav {
	width: 100%;
	margin: 0 auto;
	margin-top: 9px;

}

.cb2_nav>li {
	width: 90px;
	margin: 0 auto;
	padding: 20px 0 11px 0;
	font-size: 13px;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.cb2_nav>li:last-child {
	border-bottom: 0;
}

.cb2_nav>li>a {
	color: #ffffff;
}

.cb2_box>img {
	margin: 0 auto;
}



.bt>p {
	text-align: center;
	font-size: 14px;
	color: #b80a1c;
	font-family: 'ar';
	letter-spacing: 3px;
}

.bt>h4 {
	margin-top: 20px;
	font-size: 40px;
	line-height: 50px;
	color: #b80a1c;
	font-weight: bold;
	text-align: center;
}

.bt>h4>span {
	color: #333333;
	margin: 0 20px;
}

.main_box1 {
	width: 100%;
	background-color: #f2f3f4;
}

.main1 {
	width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 96px;
}

.main1>p {
	font-size: 24px;
	color: #333333;
	line-height: 36px;
	margin-top: 58px;
}

.main1_list {
	width: 100%;
	margin-top: 54px;
	display: flex;
	justify-content: space-between;
}

.main1_list>li {
	width: 380px;
	height: 304px;
	background-color: #ffffff;
	box-shadow: 0px 3px 20px 0px rgba(184, 10, 28, 0.1);
	border-radius: 10px;
	padding: 0 39px 0 30px;
}

.main1_list>li>h4 {
	line-height: 40px;
	color: #b80a1c;
	font-size: 30px;
	background: url(../images/6.png) no-repeat left center;
	padding-left: 52px;
	margin: 30px 0 20px 0;
}

.main1_list_text>li {
	font-size: 20px;
	color: #666666;
	line-height: 40px;
	border-bottom: 1px dashed #e5e5e5;
}

.main1_list_text>li:last-child {
	border-bottom: 0;
}

.main1_list>li>a {
	display: block;
	width: 160px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	box-shadow: 0px 10px 20px 0px rgba(184, 10, 28, 0.2);
	border-radius: 20px;
	font-size: 20px;
	color: #ffffff;
	background-color: #d12d1f;
	margin-top: 20px;
}

.main2 {
	width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 106px;
}

.main2>table {
	width: 100%;
	margin-top: 40px;
	text-align: center;
}

.main2>table th {
	background-color: #f8d861;
	line-height: 42px;
}

.main2>table td {
	border: solid 1px #dcdcdc;

}

.table_tr1 {
	line-height: 50px;
	font-size: 14px;
}

.table_tr2>td {
	height: 70px !important;
}

.table_tr2>td>a {
	display: inline-block;
	background-color: #d12d1f;
	border-radius: 13px;
	width: 105px;
	height: 27px;
	line-height: 27px;
	color: #FFFFFF;
	font-size: 14px;
}


.main_box3 {
	width: 100%;
	min-height: 1050px;
	background: url(../images/9.jpg) no-repeat center;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 100px;
}

.main3 {
	width: 1200px;
	margin: 0 auto;
}

.wt span {
	color: #FFFFFF !important;
}

.wt p {
	color: #FFFFFF !important;
}

.wt>h4 {
	color: #f8d861 !important;
}

.main3>table {
	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
}

.main3>table th {
	background-color: #f8d861;
	line-height: 52px;
	color: #333333;
	font-size: 20px;
}

.main3>table td {
	text-align: center;
	background-color: #ffffff;
	border: solid 1px #dcdcdc;
	line-height: 30px;
	font-size: 14px;
}

.main3>table td a {
	display: inline-block;
	width: 143px;
	height: 39px;
	border-radius: 19px;
	background-color: #d12d1f;
	line-height: 39px;
	font-size: 20px;
	color: #ffffff;
}

.table1_td1 {
	color: #d02d1f;
	font-size: 18px !important;
}


.main4 {
	width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 135px;
}

.main3_list {
	width: 100%;
	margin: 0 auto;
	margin-top: 74px;
	display: flex;
	justify-content: space-between;
}

.main3_list>li {
	width: 280px;
	height: 280px;
	background-size: 100% 100%;
	color: #FFFFFF;
	font-size: 20px;
	background-repeat: no-repeat;
	line-height: 24px;
	position: relative;
}

.main3_list>li>p {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.main3_list>li:nth-of-type(1) {
	background-image: url(../images/10.png);
}

.main3_list>li:nth-of-type(2) {
	background-image: url(../images/11.png);
}

.main3_list>li:nth-of-type(3) {
	background-image: url(../images/12.png);
}

.main_box5 {
	width: 100%;
	background-color: rgba(184, 10, 28, 0.1);
	padding-top: 60px;
	padding-bottom: 54px;
}

.main5 {
	width: 1200px;
	margin: 0 auto;
}

.main5_list {
	margin-top: 65px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main5_list>li {
	width: 390px;
	height: 260px;
	background-color: #FFFFFF;
	box-shadow: 0px 3px 20px 0px rgba(184, 10, 28, 0.1);
	border-radius: 10px;
	padding-top: 32px;
	padding-left: 12px;
	display: flex;
	margin-bottom: 20px;
}

.ma5_img {
	margin-right: 12px;
}

.ma5_img>p {
	width: 144px;
	height: 39px;
	background-color: #b80a1c;
	border-radius: 10px;
	text-align: center;
	line-height: 39px;
	color: #FFFFFF;
	font-size: 16px;
}

.ma5_text {
	padding-top: 15px;
}

.ma5_text>h4 {
	font-size: 22px;
	color: #333333;
	font-weight: normal;
}

.ma5_text>p {
	font-size: 14px;
	margin-top: 20px;
	line-height: 24px;
	color: #666666;
}


.main_box6 {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 90px;
	background-color: #f2f3f4;
}

.main6 {
	width: 1200px;
	margin: 0 auto;
	min-height: 501px;
	background-color: #ffffff;
	box-shadow: 0px 5px 19px 1px rgba(102, 102, 102, 0.1);
	border-radius: 8px;
	margin-top: 60px;
	display: flex;
}

.main6_right {
	padding-left: 44px;
	padding-top: 50px;
	padding-right: 66px;
}

.main6_right>p {
	margin-top: 38px;
	font-size: 18px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 26px;
}

.main_box7 {
	width: 100%;
	height: 700px;
	background-color: #b80a1c;
	padding: 60px 0 87px 0;
}

.main7 {
	width: 600px;
	margin: 0 auto;
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
}

.main7>li {
	width: 280px;
	height: 401px;
	background-color: #ffffff;
	box-shadow: 0px 5px 19px 1px rgba(102, 102, 102, 0.1);
	border-radius: 8px;
	text-align: center;
	padding-top: 30px;
}

.main7>li>h4 {
	font-size: 30px;
	color: #b80a1c;
}

.main7>li>p {
	margin-top: 23px;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
}

.main7>li>img {
	margin: 0 auto;
	margin-top: 8px;
}

.main_box8 {
	width: 100%;
	background-color: #f2f3f4;
	padding-top: 60px;
	padding-bottom: 84px;
}

.main8 {
	width: 1100px;
	min-height: 720px;
	background-color: #ffffff;
	box-shadow: 0px 5px 19px 1px rgba(102, 102, 102, 0.1);
	border-radius: 8px;
	margin: 0 auto;
	margin-top: 60px;
}

.contact-slide {
	position: relative;
}

.contact-listy {
	width: 100%;
	padding: 0 50px;
}

.contact-listy ul {
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
}

.contact-listy ul li {
	line-height: 60px;
}

.contact-listy ul li a {
	display: inline-block;
	font-size: 18px;
	color: #333333;
	line-height: 60px;
}

.contact-listy ul li.active a {
	color: #b80a1c;
	border-bottom: 2px solid #b80a1c;
}

.adress {
	margin-top: 30px;
}

.contact-listy .adress p {
	font-size: 18px;
	color: #333333;
	line-height: 36px;
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: left center;
}

.contact-listy .adress p:nth-of-type(1) {
	background-image: url(../images/25.png);
}

.contact-listy .adress p:nth-of-type(2) {
	background-image: url(../images/26.png);
}


.contact-map {
	width: 1000px;
	height: 480px;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
}

.contact-map #allmap {
	width: 100%;
	height: 100%;
}

.anchorBL {

	display: none;

}




/* ggyy */


.ggyy_banner {
	width: 100%;
	height: 630px;
	background: url(../images/bbanner.jpg) no-repeat center;
	background-size: cover;
	padding-top: 356px;
}

.ggyy_banner_list {
	width: 765px;
	height: 98px;
	background-color: #ffffff;
	border-radius: 50px;
	margin: 0 auto;
	padding-top: 18px;
	padding-left: 40px;
}

.ggyy_banner_list>li {
	width: 33.333%;
	line-height: 30px;
	border-right: 2px solid rgba(230, 0, 18, 0.2);
	text-align: center;
	float: left;
	font-size: 20px;
}

.ggyy_banner_list>li:nth-of-type(3n) {
	border-right: 0;
}

.ggyy_banner_list>li>a {
	color: #c20a14;
}

.ggyy_banner>p {
	font-size: 24px;
	color: #ffffff;
	margin-top: 34px;
	text-align: center;
}

.gy_main1 {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 60px;
	background: url(../images/28.jpg) no-repeat center;
	background-size: cover;
	min-height: 940px;
}

.gy_bt {
	position: relative;
	padding-top: 20px;
}

.gy_bt>span {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	font-size: 60px;
	color: #ffffff;
	line-height: 60px;
	opacity: 0.2;
	letter-spacing: 3px;
}

.gy_bt>h4 {
	padding-top: 20px;
	text-align: center;
	font-size: 50px;
	color: #FFFFFF;
	background: url(../images/29.png) no-repeat center;
	padding: 0 68px;
}

.gy_bt2>span {
	color: #b40001;
}

.gy_bt2>h4 {
	color: #b40001;
	background: url(../images/30.png) no-repeat center;
}

.gy_main1_box {
	width: 1080px;
	margin: 0 auto;
	margin-top: 110px;
	background: url(../images/31.png) no-repeat;
	min-height: 608px;
	background-size: 100%;
	padding-top: 90px;
}

.gy_main1_box>h4 {
	text-align: center;
	font-size: 24px;
	color: #d12d1f;
}

.gy_main1_list {
	width: 680px;
	margin: 0 auto;
	margin-top: 40px;
}

.gy_main1_list>li {
	display: flex;
	margin-bottom: 30px;
}

.tabel {
	width: 200px;
	text-align: right;
	font-size: 24px;
	color: #333333;
	line-height: 60px;
	margin-right: 30px;
}

.tabel>img {
	display: inline-block;
	margin-right: 8px;
}

.put {
	width: 400px;
	height: 60px;
	background-color: #ffffff;
	border-radius: 20px;
	border: solid 1px #ce2c1f;
	line-height: 54px;
	padding-left: 16px;
	font-size: 20px;
}

.gy_yzm {
	display: block;
	width: 120px;
	height: 41px;
	background-color: #eb6100;
	border-radius: 10px;
	float: right;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #ffffff;
	margin: 10px;
}

.gy_btn {
	display: block;
	width: 300px;
	height: 70px;
	background-color: #b40001;
	box-shadow: 0px 10px 20px 0px rgba(184, 10, 28, 0.2);
	border-radius: 35px;
	text-align: center;
	line-height: 70px;
	font-size: 30px;
	color: #ffffff;
	border: 0;
	margin: 0 auto;
	margin-top: 40px;
}

.gymain_box1 {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 92px;
	background-color: #f2f3f4;
}

.gy_main2_box {
	width: 1080px;
	margin: 0 auto;
	margin-top: 44px;
}

.box {
	width: 100%;
}

.w250 {
	width: 250px;
}

.tab_menu {
	width: 880px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}

.tab_menu li {
	width: 25%;
	float: left;
	line-height: 60px;
	color: #333333;
	background: #ffffff;
	text-align: center;
	cursor: pointer;
	font-size: 20px;
}

.tab_menu li.current {
	color: #ffffff;
	height: 83px;
	background: url(../images/35.png) no-repeat;
}

.tab_menu1 {
	width: 440px;
}

.tab_menu1 li {
	width: 50%;
}

.tab_menu1 li.current {
	background: #b80a1c;
	height: auto;
}

.tab_box {
	width: 100%;
	background-color: #FFFFFF;
	min-height: 456px;
	padding: 50px 42px;
	margin-top: 20px;
}

.tab_box table {
	width: 100%;
	height: 356px;
	text-align: center;
}

.tab_box table th {
	background-color: #eb6100;
	border: 1px solid #e60012;
	color: #FFFFFF;
}

.tab_box table td {
	border: 1px solid #DCDCDC;
}


.tab_box .hide {
	display: none;
}

.gymain_box2 {
	background-color: #b80a1c;
	width: 100%;
	min-height: 1100px;
	padding-top: 80px;
	padding-bottom: 60px;
}

.gy_main3 {
	width: 1080px;
	margin: 0 auto;
	padding: 50px 40px;
	min-height: 724px;
	background-color: #ffffff;
	box-shadow: 0px 5px 19px 1px rgba(102, 102, 102, 0.1);
	border-radius: 10px;
	margin-top: 60px;
}

.gy_main3_list {
	width: 100%;
	min-height: 126px;
	background-image: url(../images/38.png);
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 40px;
}

.gy_main3_list>p {
	font-size: 40px;
	color: #eb6100;
	font-weight: bold;
	line-height: 102px;
	background: url(../images/41.png) no-repeat left center;
	padding-left: 123px;
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
}

.gy_main3_list>ul {
	border-left: 1px solid rgba(235, 97, 0, 0.2);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 315px;
}

.gy_main3_list>ul>li {
	line-height: 36px;
	background: url(../images/42.png) no-repeat left center;
	background-position-x: 40px;
	padding-left: 100px;
	color: #eb6100;
	font-size: 24px;
}

.gy_main3_list2 {
	background-image: url(../images/39.png);
	min-height: 292px;
}

.gy_main3_list2>p {
	color: #00479d;
	background: url(../images/44.png) no-repeat left center;
}

.gy_main3_list2>ul {
	border-left: 1px solid rgba(0, 71, 157, 0.2);
}

.gy_main3_list2>ul>li {
	padding-left: 100px;
	background: url(../images/43.png) no-repeat left center;
	background-position-x: 40px;
	color: #00479d;
}

.gy_main3_list3 {
	background-image: url(../images/40.png);
}

.gy_main3_list3>p {
	color: #e60012;
	background: url(../images/45.png) no-repeat left center;
}

.gy_main3_list3>ul {
	border-left: 1px solid rgba(230, 0, 18, 0.2);
}

.gy_main3_list3>ul>li {
	padding-left: 100px;
	background: url(../images/46.png) no-repeat left center;
	background-position-x: 40px;
	color: #e60012;
}

.gy_bt3>h4 {
	font-size: 40px;
	background: url(../images/47.png) no-repeat center;
}

.gy_cb {
	left: auto;
	right: 3%;
}

.gy_tc {
	width: 100%;
	height: 100vh;
	position: fixed;
	background: url(../images/49.jpg) no-repeat center;
	background-size: 100% 100%;
	z-index: 12;
	padding-top: 100px;
	display: none;
	overflow-y: auto;
}

.gy_tc>img {
	margin: 0 auto;
}

.gy_tc>p {
	text-align: center;
	margin-top: 82px;
	color: #ffffff;
	line-height: 36px;
	font-size: 26px;
}

.gy_tc_list {
	width: 540px;
	margin: 0 auto;
	margin-top: 77px;
}

.gy_tc_list>li {
	width: 100%;
	display: flex;
	background-color: #ffffff;
	border-radius: 30px;
	border: solid 1px #ce2c1f;
	height: 80px;
	padding-left: 30px;
	margin-bottom: 30px;
}

.gy_tc_list .tabel {
	width: auto;
	line-height: 80px;
	text-align: left;
	margin-right: 0;
}

.gy_tc_list .tabel>img {
	margin-right: 15px;
}

.gy_tc_list .put {
	height: auto;
	width: 376px;
	line-height: 80px;
	border: 0;
	border-radius: 0;
	padding-left: 0;
	border-radius: 35px;
}

.gy_tc_list .put input {
	width: 48%;
	float: left;
	line-height: 80px;
	font-size: 26px;
}

.gy_tc_list .gy_yzm {
	width: 161px;
	height: 61px;
	line-height: 60px;
	background-color: #eb6100;
	border-radius: 20px;
	font-size: 24px;
}

.gy_tc_box .gy_btn {
	width: 300px;
	height: 70px;
	background-color: #eb6100;
	box-shadow: 0px 10px 20px 0px rgba(184, 10, 28, 0.2);
	border-radius: 35px;
}

.gy_close {
	position: absolute;
	top: 20px;
	right: 20px;

}

.gy_close>img {
	width: 50px;
}

.gy_btn {
	width: 300px;
	height: 70px;
	background-color: #eb6100;
	box-shadow: 0px 10px 20px 0px rgba(184, 10, 28, 0.2);
	border-radius: 35px;
	line-height: 70px;
	text-align: center;
	font-size: 30px;
}

.jd_banner>img {
	width: 100%;
}

.jd_main_box {
	margin-bottom: 68px;
}

.jd_main_box>h4 {
	line-height: 104px;
	background-color: #FFFFFF;
}

.jd_main_box>h4>p {
	width: 1200px;
	margin: 0 auto;
	font-size: 40px;
	color: #da4b3c;
	padding-left: 34px;
}

.jd_main_box>h4>p>span {
	font-size: 80px;
	margin-right: 14px;
}

.jd_main_text {
	width: 100%;
	background-color: #fcefed;
	padding-top: 80px;
	padding-bottom: 52px;
}

.jd_main_list {
	width: 1200px;
	margin: 0 auto;
	padding-left: 34px;
}

.jd_main_list>li {
	font-size: 23px;
	color: #333333;
	line-height: 35px;
	padding-left: 40px;
	background: url(../images/51.png) no-repeat left top;
	background-position-y: 8px;
	opacity: 0.76;
	margin-bottom: 48px;
}

.jd_main_text>p {
	font-size: 23px;
	width: 1200px;
	margin: 0 auto;
	padding-left: 34px;
	line-height: 35px;
	opacity: 0.76;
	color: #333333;
	margin-bottom: 46px;
}

.jd_main_box2>h4 {
	text-align: center;
}

.jd_main_text2 input {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 30px;
}

.jd_main_text2 p {
	margin-bottom: 78px;
}

.jd_main2_box {
	width: 1200px;
	height: 570px;
	border-radius: 50px;
	background-color: #FFFFFF;
	margin: 0 auto;
	margin-bottom: 200px;
	padding-top: 80px;
}

.jd_main2_box>h4 {
	text-align: center;
	font-size: 28px;
	color: #333333;
	opacity: 0.76;
	font-weight: inherit;
}

.jd_main2_list {
	margin-top: 70px;
}

.jd_list {
	width: 405px;
	margin: 0 auto;
	margin-top: 66px;
}

.jd_list>li {
	width: 100%;
	display: flex;
	margin-bottom: 24px;
}

.jd_list .tabel {
	width: auto;
	text-align: left;
	margin-right: 0px;
	font-size: 26px;
	line-height: 42px;
}

.jd_list .put {
	width: 320px;
	height: 42px;
	line-height: 42px;
	border: 0;
	padding-left: 0;
	background-color: #f4f4f4;
	border-radius: 0;
	padding-left: 10px;
}

.jd_list input {
	width: 100%;
	line-height: 42px;
	height: 42px;
	border: 0;
	font-size: 22px;
}

.jd_list>li:last-child .put {
	width: 100%;
}

.jd_list>li:last-child .put>input {
	width: 200px;
}

.jd_list .gy_yzm {
	width: 119px;
	height: 41px;
	margin: 0;
	border-radius: 0;
	background-color: #e2e2e2;
	color: #999999;
}

.jd_btn {
	width: 405px;
	height: 54px;
	margin: 0 auto;
	border-radius: 0;
	line-height: 54px;
	font-size: 26px;
	color: #FFFFFF;
	background-color: #da4b3c;
}

.index_tc {
	width: 650px;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	top: 1%;
	z-index: 20;
}
.index_tc>img{
	width: 100%;
}
.index_tc_text {
	background-color: #FFFFFF;
	padding-top: 50px;
	text-align: center;
	padding-bottom: 46px;
}

.index_tc_text>h4 {
	font-size: 38px;
	color: #da4b3c;
	line-height: 40px;
}

.index_tc_text>p {
	margin-top: 24px;
	font-size: 24px;
	color: #000000;
	opacity: 0.3;
}

.index_tc_btn {
	display: block;
	width: 243px;
	height: 51px;
	text-align: center;
	line-height: 50px;
	margin: 0 auto;
	background-color: #da4b3c;
	font-size: 25px;
	color: #FFFFFF;
	margin-top: 46px;
	border-radius: 10px;
}
.index_close{
	position: absolute;
	top: 20px;
	right: 20px;
}
.index_close>img{
	width: 20px;
}
