html {
	width: 100%;
}

body {
	font-size: 16px;
	background: #fff;
	font-family: "Arial", "Microsoft Yahei", Verdana, Arial, sans-serif;
	line-height: 28px;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ol,
ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	transition: all .3s ease;
	cursor: pointer;
}

a:hover,
a:focus {
	text-decoration: none;
}

em,
i {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
	font-weight: normal;
}

strong {
	font-weight: 800;
}

img {
	border: 0;
	height: auto;
	vertical-align: middle;
	/*display: block;*/
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
textarea,
select,
button {
	border: 0;
	background: none;
	outline: 0;
	font-family: "Microsoft Yahei";
	text-align: left;
}

input[type="button"],
input[type="text"],
input[type="submit"] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

input,
input:focus,
input:active {
	user-select: text;
}

button {
	outline: none !important;
	box-shadow: none !important;
}

button:focus {
	outline: 0;
}

textarea {
	resize: none;
}

video {
	outline: none;
	display: block;
}

label {
	font-weight: normal;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.clearfix:after {
	content: "";
	*zoom: 1;
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
	overflow: hidden;
}

.relative {
	position: relative;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.w1200 {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}


@font-face {
	font-family: mdbt;
	src: url(/templets/default/font/TT0145M_.TTF);
}


.dy_header {
	background: #FFFFFF;
}

.dy_header_flex {
	height: 105px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dy_header .h_more {
	display: flex;
}

.toindex {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	background: #2C78FC;
	border-radius: 10px;
	padding: 0 20px;
	font-weight: 500;
	font-size: 18px;
	color: #FFFFFF;
	margin-right: 25px;
}

.toindex img {
	position: relative;
	top: -1px;
}

.dy_header .h_phone {
	display: flex;
}

.dy_header .h_phone .img {
	padding-right: 10px;
	margin-top: 2px;
}

.dy_header .h_phone .desc {}

.dy_header .h_phone .desc p {
	font-size: 18px;
	color: #666666;
	line-height: 20px;
}

.dy_header .h_phone .desc span {
	font-size: 25px;
	font-weight: bold;
	color: #D10000;
	font-family: SourceHanSansSC;
	line-height: 30px;
}





.dy_banner .swiper-container-banner {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.dy_banner .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.dy_banner img {
	width: 100%;
}

.dy_banner .swiper-pagination-bullet {
	width: 20px;
	height: 8px;
	border-radius: 4px;
	background: #fff;
	transition: .3s;
	opacity: .8;
}

.dy_banner .swiper-pagination-bullet-active {
	width: 40px;
	background: #2566F6;
	opacity: 1;
}



.dy_banner_number {
	padding: 50px 0 35px;
	border-bottom: 1px solid #E2E2E2;
}

.number-box {
	display: flex;
	justify-content: space-between;
}

.number-item {
	text-align: center;
}

.number-item .atit {}

.number-item .atit span {
	font-size: 55px;
	color: #2566F6;
	line-height: 55px;
	display: inline-block;
}

.number-item .atit sub {
	font-size: 18px;
	color: #222222;
	line-height: 30px;
}

.number-item .btit {
	font-size: 18px;
	color: #222222;
	line-height: 30px;
}



.dy-title {
	text-align: center;
	padding: 60px 0 20px;
}

.dy-title .atit {
	font-size: 48px;
	font-weight: bold;
	color: #222222;
	line-height: 64px;
}

.dy-title .atit b {
	color: #2566F6;
}

.dy-title .btit {
	font-size: 24px;
	color: #222222;
	line-height: 32px;
}



.case_sel_list {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
}

.case_sel_item {
	width: 16.666%;
	height: 95px;
	line-height: 95px;
	text-align: center;
	background: #F8F8F8;
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #DCDCDC;
	transition: .3s;
}

.case_sel_item i {
	display: inline-block;
	height: 23px;
	width: 28px;
	position: relative;
	top: 4px;
}

.case_sel_item span {
	font-size: 20px;
	color: #222222;
	transition: .3s;
}

.case_sel_item.active {
	background: #FF4400;
}

.case_sel_item.active i {
	background-position: 0 -60px !important;
}

.case_sel_item.active span {
	color: #fff;
}

.case_sel_content {
	margin-top: 15px;
}

.case_sel_Info {
	position: relative;
	display: none;
}

.case_sel_Info .img {}

.case_sel_Info .img img {
	width: 100%;
	height: 100%;
	display: block;
}

.case_sel_Info .desc {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, .7);
	padding: 20px 25px 22px;
}

.case_sel_Info .desc p {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 5px;
}

.case_sel_Info .desc span {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 30px;
}

.case_sel_Info.active {
	display: block;
}


.dy_sec2 {
	background: url(/templets/default/images/dy_sec2_bg.png) no-repeat center/cover;
	margin-top: 60px;
}

.dy_sec2 img {
	width: 100%;
}

.dy_sec2 .a {
	display: block;
	height: 20%;
	width: 12%;
	position: absolute;
	top: 61%;
}

.dy_sec2 .a1 {
	left: 2%;
}

.dy_sec2 .a2 {
	left: 16%;
}


.sj_item {
	display: flex;
}

.sj_item:nth-of-type(odd) {
	flex-direction: row-reverse;
}

.sj_item .img {
	width: 50%;
}

.sj_item .img img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}

.sj_item .desc {
	display: flex;
	padding: 70px 40px 80px 40px;
	background: #F6F6F6;
	width: 50%;
}

.sj_item .num {
	width: 88px;
	height: 94px;
	line-height: 94px;
	text-align: center;
	background: #2566F6;
	border-radius: 30px 0px 15px 0px;
	font-size: 59px;
	font-weight: bold;
	font-family: mdbt;
	color: #fff;
	flex-shrink: 0;
}

.sj_item .desc .info {
	padding-left: 30px;
}

.sj_item .desc .info .atit {
	font-size: 39px;
	font-weight: bold;
	color: #2566F6;
	line-height: 50px;
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.sj_item .desc .info .btit {
	font-size: 25px;
	color: #222222;
	line-height: 32px;
}


.dy_sec4 {
	padding: 10px 0 30px;
}

.jm_list {
	display: flex;
}

.jm_item {
	width: calc(33.333% - 8px);
}

.jm_item+.jm_item {
	margin-left: 12px;
}

.jm_item .img {
	overflow: hidden;
	border-radius: 30px;
	box-shadow: 0px 0px 6px 0px #777;
}

.jm_item .img img {
	width: 100%;
}

.jm_item p {
	text-align: center;
	display: block;
	font-size: 24px;
	color: #222222;
	line-height: 32px;
	padding: 15px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}



.dy_sec5 {
	background: #EAF3FD;
	padding-bottom: 40px;
}

.hzkh_list {
	display: flex;
	flex-wrap: wrap;
}

.hzkh_item {
	width: calc(16.6666% - 7px);
	margin-right: 7px;
	margin-bottom: 7px;
	border: 1px solid #777777;
	background: #FFFFFF;
	padding: 15px;
	
}

.hzkh_item img {
	width: 100%;
}


.lc_list {
	display: flex;
}

.lc_item {
	background: #EAF3FD;
	border-radius: 0px 30px 0px 30px;
	padding: 45px 15px 45px 15px;
	text-align: center;
	width: calc(20% - 12px);
}

.lc_item+.lc_item {
	margin-left: 12px;
}

.lc_item .img {}

.lc_item .img img {}

.lc_item .atit {
	padding: 18px 0 8px;
	font-size: 24px;
	font-weight: bold;
	color: #2566F6;
}

.lc_item .atit b {
	color: #FF6600;
}

.lc_item .btit {
	font-size: 17px;
	color: #222222;
	line-height: 30px;
}


.ryzz_list {
	display: flex;
	overflow: hidden;
	position: relative;
}

.ryzz_item {
	width: calc(20% - 15px);
	border: 1px solid #eee;
}

.ryzz_item+.ryzz_item {
	margin-left: 15px;
}

.ryzz_item img {
	width: 100%;
}

.dy_sec8 {
	background: url(/templets/default/images/dy_sec8_bg.png) no-repeat center;
	margin-top: 50px;
}


.gywm_box {
	display: flex;
}

.gywm_box .img {
	width: 50%;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 10px 0px #666;
}

.gywm_box .img img {
	width: 100%;
	height: 100%;
}

.gywm_box .desc {
	width: 50%;
	padding-left: 30px;
	font-size: 20px;
	color: #222222;
	line-height: 36px;
}

.gywm_box .desc a {
	display: inline-block;
	margin-top: 20px;
	height: 44px;
	line-height: 44px;
	padding: 0 23px;
	background: #2566F6;
	border-radius: 10px;
	font-size: 22px;
	color: #FFFFFF;
}


.gywm_imgs {
	display: flex;
	padding: 35px 0;
}

.gywm_img {
	width: calc(25% - 10px);
}

.gywm_img+.gywm_img {
	margin-left: 12px;
}

.gywm_img img {
	width: 100%;
}



.dy_sec10_zw {
	display: block;
	width: 100%;
	height: 100px;
}

.dy_sec10 {
	background: #2566F6;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

.sec10_desc {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0px;
}

.dy_sec10 .tit {
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 40px;
}

.dy_sec10 .desc {}

.dy_sec10 .desc .form_box {
	display: flex;
}

.dy_sec10 .desc .int {
	display: block;
	width: 187px;
	height: 32px;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 0 10px;
	margin-right: 10px;
}

.dy_sec10 .desc .btn {
	height: 32px;
	line-height: 32px;
	padding: 0 20px;
	background: #FDCB2E;
	border-radius: 5px;
	color: #E53D16;
	cursor: pointer;
}



.sj_item .img {
	overflow: hidden;
}

.sj_item .img img {
	transition: 0.6s;
}

.sj_item .img:hover img {
	transform: scale(1.05);

}



/*  */
.jm_item .img {
	overflow: hidden;
}

.jm_item .img img {
	transition: 0.6s;
}

.jm_item .img:hover img {
	transform: scale(1.05);

}

/*  */
.hzkh_item {
	overflow: hidden;
}

.hzkh_item img {
	transition: 0.6s;
}

.hzkh_item:hover img {
	transform: scale(1.05);

}

/*  */
.gywm_box {
	overflow: hidden;
}

.gywm_box .img img {
	transition: 0.6s;

}

.gywm_box .img:hover img {
	transform: scale(1.05);


}

/*  */

.ryzz_more {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	background-color: #2566F6;
	text-align: center;
	margin: 50px auto 0;
	width: 10%;
	padding: 5px;


}

.ryzz_more a {
	color: #fff !important;
}

.swiper_js {
	width: 100%;
	margin: 0;
	overflow: hidden;
}

.swiper-wrapper {
	width: 100%;
}

.gywm_img .swiper-slide {}



/* 新添加 */
.dy_sec1_main {
	display: flex;
}
.sec1_left{
	height: 580px;
}
.sec1_left_title {
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	width: 256px;
	height: 72px;
	background: #2566F6;
	text-align: center;
	line-height: 72px;
	display: inline-block;
}

.sec1_list {
	font-size: 18px;
	font-weight: 400;
	color: #222222;
	width: 256px;
	height: 64px;
	background: #EBEBEB;
	line-height: 64px;
	text-align: center;
	border-top: 1px solid white;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sec1_list_span {
	width: 130px;
	margin: 0;

}

.afterIcon{
	content: "";
	display: inline-block;
	/* background: url(/templets/default/images/sec1_icon_arrow.png) no-repeat; */
	width: 15px;
	height: 15px;
	margin-left: 8px;
}

.sec1_ul i {
	display: inline-block;
	height: 23px;
	width: 28px;

}

.sec1_right {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.sec1_rightContent {
	margin-bottom: 10px;
}

.sec1_rightName {

	width: 298px;
	height: 35px;
	background: #EBEBEB;
	text-align: center;
	line-height: 35px;

	font-size: 16px;
	font-weight: 300;
	color: #000000;

}

.secAddMain {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.secAddDt {
	width: calc(33.33% - 20px);
	margin: 0;
}

.secAdd_more {
	font-size: 14px;
	font-weight: 400;
	color: #C4C4C4;
	margin: 0;
}

.secAddDtTop {

	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 20px;
}

.secAddTitle {
	margin: 0;
	display: flex;
	flex-direction: r;
}

.secAddTitle h4 {
	font-size: 24px;
	font-weight: bold;
	color: #222222;

}

.secAddTitle h4::after {
	content: "";
	display: block;
	border-bottom: 3px solid #2566F6;
	position: relative;
	top: 20px;
}

.secAddDtTop span {
	font-size: 16px;
	font-weight: bold;
	color: #C4C4C4;
	margin-left: 8px;
}

.secAddDtContent {
	margin-top: 35px;
}

.secAdd {
	width: 100%;
	height: 217px;
	overflow: hidden;
}

.secAdd img {
	width: 100%;
	height: 100%;
}

.secAddContentUl {
	margin-top: 30px;
}

.secAddContentListTitle {
	font-size: 14px;
	font-weight: 400;
	color: #222222;
}

.secAddContentListDate {
	font-size: 14px;
	font-weight: 400;
	color: #C6C6C6;
}

.secAddContentList {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ECECEC;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.secAddContentList span {
	margin: 0;
}

.secAddZs {
	background: #F9F9F9;
}

.secAddZsTitle {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
}

.secAddZsDate {
	font-size: 14px;
	font-weight: 400;
	color: #C6C6C6;
}

.secAddZsList {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	list-style: disc;
	margin-bottom: 20px;

}

.secAddZsList span {
	margin: 0;
}

.secAddZsUl {
	padding: 20px 18px;

}

.point {
	width: 9px;
	height: 9px;
	background: #999999;
	border-radius: 50%;
	margin: 0;
	margin-right: 9px;
}

.ZsListLeft {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0;
}

.secAdd_more:hover {
	color: red;
}

.pointBig {
	width: 7px;
	height: 7px;
	background: #777777;
	border-radius: 50%;
	margin: 0;
	margin-right: 7px;
}
.sec1_Childul{
	display: none;
}
.sec1_Childlist {
	display: flex;
	align-items: center;
	/* justify-content: center; */

	margin: 10px 0 10px 60px ;
}

.ChildlistTitle {
	margin: 0;
	font-size: 14px;
	font-weight: 300;
	color: #777777;
}

/* .sec1_list:hover .afterIcon::after{
	transform:rotate(90deg);
} */
.rote{
	transform:rotate(90deg);
}

.show{
	display: block;
}
<!--0.00019407272338867-->