
* {margin: 0px;padding: 0px;box-sizing: border-box;font-family: "MicrosoftYaHei",sans-serif;}
html{font-size: 62.5%;height: 100px}
body {margin: 0px;padding: 0px;font-size: 16px;font-size:1.6rem;}
ol, ul, li, dl, dt, dd, form, p, h1, h2, h3, h4, h5, img {margin: 0px;padding: 0px;}
h1, h2, h3, h4, h5{line-height: 1;}
ol, ul, li {list-style: none;padding: 0;margin: 0;}
img {border: none;max-width:100%;}
a {text-decoration: none;border: none;margin: 0;padding: 0;}
input, textarea {outline: 0;resize: none;border: none;border: 0;margin: 0;padding: 0;}
select {border: 0;}
input {margin: 0;padding: 0;border: none;}
table, table td {border-collapse: collapse;}
img {max-width: 100%;vertical-align: middle;}
i{font-style: normal;}
.clearfix:after {content: "";height: 0;visibility: hidden;display: block;clear: both;}
.clearfix {zoom: 1;}
.clear {clear: both;}
.fl {float: left;}
.fr {float: right;}
.last{margin-right:0px !important;}
.container{width:1200px; margin:0px auto;}
.w1600{width:1600px; margin:0px auto;}
.banner{ position:relative; z-index:1; width:100%; text-align:center;}
.wrap {width: 100%;_zoom: 1;position: relative;overflow: hidden;}
.line_1{overflow: hidden;text-overflow: ellipsis;display: -webkit-box !important;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.line_2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box !important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.line_3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box !important;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.line_4{overflow: hidden;text-overflow: ellipsis;display: -webkit-box !important;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
input::-webkit-input-placeholder { /* Edge */font-size: 14px;color: #515151;}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */font-size: 14px;color: #515151;}
input::placeholder {font-size: 14px;color: #515151;}
textarea::-webkit-input-placeholder { /* Edge */font-size: 14px;color: #515151;}
textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */font-size: 14px;color: #515151;}
textarea::placeholder {font-size: 14px;color: #515151;}
.flex{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.header{
	position: absolute;
	width: 100%;
	background-color: rgba(0,0,0,0);
	z-index: 99;
	padding-top: 47px;
	/*padding-bottom: 2.5%;*/
}
.header:hover{
	/*background-color: rgba(0,0,0,0.5);*/
}
.header_content{
	justify-content: space-between;
}
.nav_content{
	align-items: flex-start;
}
.nav>ul>li{
	position: relative;
	margin-right: 70px;
}
.nav>ul>li.mobile_lang{
	display: none;
}
.nav>ul>li>a{
	padding: 0 35px;
	line-height: 40px;
	display: block;
	font-size: 18px;
	color: #ffffff;
}
.nav>ul>li.cur>a{
	background-color: #005197!important;
}
.nav>ul>li:hover>a{
	background-color: #005197;
}
.nav>ul>li>ul{
	position: absolute;
	width: 100%;
	z-index: 99;
	display: none;
}
.nav>ul>li:hover>ul{
	display: block;
}
.nav>ul>li>ul>li{
	margin-top: 1px;
	background-color: rgba(255,255,255,0.2);
	line-height: 32px;
	position: relative;
	padding-left: 35px;
}
.nav>ul>li>ul>li:before{
	content: "";
	background: url(../image/nav_black.png) no-repeat;
	width: 11px;
	height: 11px;
	position: absolute;
	left: 18px;
	top: 11px;
}
.nav>ul>li>ul>li>a{
	display: block;
	font-size: 14px;
	color: #333333;
}
.nav>ul>li>ul>li:hover:before{
	background: url(../image/nav_blue.png) no-repeat;
}
.nav>ul>li>ul>li:hover>a{
	color: #005197;
}
.language_item{
	position: relative;
}
.language{
	display: flex;
	align-items: center;
	border-radius: 10px;
	border: solid 1px #ffffff;
	padding: 4px 35px 4px 8px;
	cursor: pointer;
	position: relative;
}
.language:after{
	content: "";
	background: url(../image/down.png) no-repeat;
	width: 7px;
	height: 6px;
	position: absolute;
	right: 18px;
	transform: translateY(-50%);
	top: 50%;
}
.language span{
	font-size: 15px;
	color: #ffffff;
	margin-left: 10px;
	line-height: 1;
}
.language_list{
	position: absolute;
	width: 100%;
	z-index: 99;
	display: none;
	left: 0;
}
.language_item:hover .language_list{
	display: block;
}
.lang_item{
	margin-top: 5px;
	display: flex;
	align-items: center;
	padding: 4px 35px 4px 8px;
}
.lang_item span{
	font-size: 15px;
	color: #ffffff;
	margin-left: 10px;
	line-height: 1;
}
.header_link{
	position: absolute;
	right: 2.5%;
	top: 11px;
}
.header_link>a{
	margin: 0 6px;
	position: relative;
}
.header_code{
	position: absolute;
	left: 50%;
	top: 100%;
	padding-top: 10px;
	transform: translateX(-50%);
	width: 120px;
	display: none;
}
.molibe_menu{
	display: none;
	margin-left: 30px;
}
.menu{
	width: 36px;
	height: 24px;
	position: relative;
}
.menu span {
	display: block;
	width: 100%;
	height: 4px;
	background-color: #ffffff;
	border-radius: 2px;
	position: absolute;
	top: 0;
	transition: 0.3s;
}
.menu span:nth-child(1){
	top: 0;
}
.menu span:nth-child(2){
	top: 10px;
}
.menu span:nth-child(3){
	top: 20px;
}
.menu.active span:nth-child(1){
	opacity: 0;
}
.menu.active span{
	top: 50%;
}
.menu.active span:nth-child(2) {
	transform: translateY(-50%) rotate(45deg);
}
.menu.active span:nth-child(3) {
	transform: translateY(-50%) rotate(-45deg);
}
.index_title_box{
	align-items: center;
	justify-content: space-between;
}
.index_title h2{
	font-size: 40px;
	color: #373636;
}
.index_title span{
	margin-top: 10px;
	line-height: 1;
	display: block;
	font-size: 18px;
	font-family: "Arial";
	color: #646464;
}
.banner_box{
	position: absolute;
	width: 1200px;
	left: 50%;
	top: 22%;
	/*top: 50%;*/
	transform: translateX(-50%);
	text-align: left;
}
.banner_list{
	margin-top: 54px;
}
.banner_list a{
	display: inline-block;
	font-size: 24px;
	color: #ffffff;
	padding: 15px 45px;
	border-radius: 10px;
}
.banner_list a.banner_cul{
	background-color: #005197;
}
.banner_list a.banner_abo{
	margin-left: 18px;
	background-color: #d9b22b;
}
/*part1*/
.part1{
	padding-top: 120px;
	background: url(../image/part1_bg.jpg) no-repeat center bottom;
	background-size: cover;
	height: 688px;
}
.part1_left{
	width: 47%;
}
.part1_title h2{
	font-size: 40px;
	color: #373636;
}
.part1_title span{
	margin-top: 10px;
	line-height: 1;
	display: block;
	font-size: 18px;
	font-family: "Arial";
	color: #646464;
}
.part1_text{
	margin-top: 35px;
}
.part1_text p{
	font-size: 14px;
	line-height: 32px;
	color: #333333;
}
.part1_right{
	width: 100%;
	display: none;
	margin-top: 20px;
}
/*part1*/
/*part2*/
.part2{
	background: url(../image/part2_bg.jpg) no-repeat center;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 120px;
}
.part2_box{
	margin-top: 70px;
	justify-content: space-between;
}
.part2_left{
	width: 43%;
}
.part2_limg{
	border: solid 3px #ffffff;
	overflow: hidden;
}
.part2_limg img{
	width: 100%;
	transition: all 0.7s; 
}
.part2_limg img:hover{
	transform: scale(1.1);
}
.part2_right{
	width: 54.2%;
}
.part2_list ul{
	justify-content: space-between;
}
.part2_list ul li{
	width: 47%;
	margin-bottom: 30px;
}
.part2_rimg{
	border: solid 3px #ffffff;
	overflow: hidden;
}
.part2_rimg img{
	width: 100%;
	transition: all 0.7s;
}
.part2_rimg img:hover{
	transform: scale(1.1);
}
.w100{
	width: 100%!important;
}
/*part2*/
/*part3*/
.part3{
	padding-top: 120px;
	padding-bottom: 110px;
}
.part3_box{
	margin-top: 80px;
	background-color: #ffffff;
	box-shadow: 0px 0px 22px 2px rgba(0, 0, 0, 0.14);
	border-radius: 30px;
	padding-bottom: 39px;
	position: relative;
	padding: 0 58px 39px;
}
.part3_item_img{
	display: inline-block;
	background-color: #d9b22b;
	border-radius: 0px 0px 15px 15px;
	padding: 10px 33px;
}
.part3_item{
	margin-top: 20px;
	justify-content: space-between;
}
.part3_left{
	width: 45.2%;
}
.part3_title{
	text-align: center;
}
.part3_title h2{
	font-size: 18px;
	color: #333333;
}
.part3_title>span{
	margin-top: 9px;
	display: flex;
	justify-content: center;
	overflow: hidden;
	position: relative;
}
.part3_title>span:before{
	content: "";
	width: 100%;
	height: 1px;
	background-color: #333333;
	position: absolute;
	top: 6px;
	/*top: 50%;
	transform: translateY(-50%);*/
}
.part3_title>span>span{
	font-family: "Arial";
	font-size: 10px;
	color: #333333;
	position: relative;
	padding: 0 12px;
	background-color: #ffffff;
	z-index: 99;
}
/*.part3_title>span span:before,.part3_title>span span:after{
	content: "";
	width: 166px;
	height: 8px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.part3_title>span span:before{
	right: 100%;
	background: url(../images/part3_l.png) no-repeat right;
	background-size: cover;
}
.part3_title>span span:after{
	left: 100%;
	background: url(../images/part3_r.png) no-repeat left;
	background-size: cover;
}*/
.part3_title>span>span:before,.part3_title>span>span:after{
	content: "";
	width: 1px;
	height: 8px;
	background-color: #333333;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.part3_title>span>span:before{
	left: 0;
}
.part3_title>span>span:after{
	right: 0;
}
.part3_text{
	margin-top: 30px;
}
.part3_text p{
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}
.part3_right{
	width: 49.4%;
}
.part3_row .part3_left{
	width: 100%;
}
.part3_row .part3_right{
	width: 100%;
	margin-top: 30px;
}
.part3_rlimg_box{
	display: none;
	justify-content: space-between;
}
.part3_rlimg2{
	margin-top: 20px;
}
.part3_rlist ul{
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
}
.part3_rlist ul li{
	/*margin-right: 15px;*/
	/*margin-bottom: 15px;*/
}
.part3_button{
	position: relative;
	width: 80px;
	margin: 50px auto 0;
	background-color: #005197;
	height: 30px;
}
.part3_button .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image: url(../image/part3_prev.png);
	background-color: #005197;
	left: 0;
}
/*.part3_button .swiper-button-prev:hover, .swiper-container-rtl .swiper-button-next:hover{
	background-color: #d9b22b;
}*/
.part3_button .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background-image: url(../image/part3_next.png);
	background-color: #d9b22b;
	right: 0;
}
/*.part3_button .swiper-button-next:hover, .swiper-container-rtl .swiper-button-prev:hover{
	background-color: #005197;
}*/
.part3_button .swiper-button-next, .part3_button .swiper-button-prev{
	margin-top: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 30px;
	background-size: 13px 22px;
}
/*part3*/

/*part4*/
.part4{
	background-color: #f2f2f2;
	padding-top: 80px;
	padding-bottom: 65px;
}
.part4_box{
	margin-top: 80px;
	justify-content: space-between;
}
.part4_left{
	width: 40%;
}
.part4_limg{
	position: relative;
	overflow: hidden;
}
.part4_limg img{
	transition: all 0.7s;
}
.part4_limg img:hover{
	transform: scale(1.1);
}
.part4_ldate{
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 9px 15px;
	background-color: #005197;
}
.part4_ldate p{
	line-height: 1;
	font-family: "NGCDIN-Black";
	font-size: 22px;
	color: #ffffff;
}
.part4_ltext{
	margin-top: 40px;
}
.part4_ltit{
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 10px;
	border-bottom: 1px solid #999999;
}
.part4_ltit h2{
	font-size: 18px;
	color: #333333;
	line-height: 20px;
	width: calc(100% - 50px);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.part4_ltit:hover h2{
	color: #005197;
}
.part4_ltit span{
	display: block;
	width: 42px;
	font-size: 14px;
	color: #666666;
	line-height: 1;
}
.part4_ltit:hover span{
	color: #005197;
}
.part4_ltextp{
	margin-top: 15px;
}
.part4_ltextp p{
	font-size: 14px;
	line-height: 22px;
	color: #666666;
}
.part4_right{
	width: 56%;
}
.part4_rtitem{
	display: flex;
}
.part4_rtimg{
	width: 210px;
	position: relative;
	overflow: hidden;
	margin-right: 25px;
}
.part4_rtimg img{
	transition: all 0.7s;
}
.part4_rtimg img:hover{
	transform: scale(1.1);
}
.part4_rtdate{
	position: absolute;
	left: 0;
	top: 9px;
	padding: 4px 7px;
	background-color: #005197;
}
.part4_rtdate p{
	font-family: "NGCDIN-Black";
	font-size: 14px;
	color: #ffffff;
}
.part4_rttext{
	width: calc(100% - 235px);
}
.part4_rttit{
	padding-bottom: 10px;
	border-bottom: 1px solid #999999;
}
.part4_rttit h2{
	font-size: 18px;
	color: #333333;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.part4_rttit h2:hover{
	color: #005197;
}
.part4_rtp{
	margin-top: 15px;
}
.part4_rtp p{
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.part4_rtmore{
	margin-top: 24px;
}
.part4_rtmore a{
	font-size: 14px;
	color: #666666;
}
.part4_rtmore a:hover{
	color: #005197;
}
.part4_rlist{
	margin-top: 30px;
}
.part4_rlitem{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 36px;
	border-top: 1px solid #999999;
	padding-bottom: 35px;
}
.part4_rldate{
	width: 110px;
	text-align: right;
	padding-right: 15px;
}
.part4_rldate p{
	font-size: 30px;
	color: #333333;
}
.part4_rldate span{
	background-color: #dddddd;
	border-radius: 2px;
	padding: 0 3px;;
	font-size: 14px;
	color: #999999;
}
.part4_rltext{
	width: calc(100% - 130px);
}
.part4_rltext h2{
	font-size: 18px;
	color: #333333;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.part4_rltext h2:hover{
	color: #005197;
}
.part4_rltext p{
	margin-top: 9px;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/*part4*/

/*footer*/
.footer{
	background-color: #005197;
	padding-top: 115px;
}
.footer_content{
	justify-content: space-between;
	padding-bottom: 115px;
}
.footer_logo{
	align-items: flex-start;
}
.footer_logo .footer_code{
	display: none;
}
.footer_nav{
	justify-content: space-between;
	flex-grow: 1;
	margin: 0 60px;
}
.footer_nav_item>h2{
	display: none;
	font-size: 14px;
	color: #ffffff;
	line-height: 1;
	font-weight: normal;
	margin-top: 35px;
	position: relative;
}
.footer_nav_item:nth-child(1)>h2{
	margin-top: 0;
}
.footer_nav_item>h2:after{
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-left: 1px solid transparent;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid transparent;
	transform: rotate(45deg);
	right: 3px;
	top: 4px;
	transition: all 0.7s;
}
.footer_nav_item>h2.cur:after{
	transform: rotate(135deg);
}
.footer_nav_item>ul>li{
	margin-bottom: 35px;
	line-height: 1;
}
.footer_nav_item>ul>li>a{
	font-size: 14px;
	color: #ffffff;
	line-height: 1;
}
.footer_nav_item>ul>li>a:hover{
	text-decoration: underline;
}
.footer_code p{
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
}
.copyright{
	background-color: #003f78;
	padding: 33px 0;
	text-align: center; 
}
.copyright p{
	font-size: 14px;
	color: #ffffff;
}
.copyright p a{
	font-size: 14px;
	color: #ffffff;
}
/*footer*/

/*about*/
.about_introduction{
	background: url(../image/about_part1_bg.jpg) no-repeat center;
	background-size: cover;
	height: 993px;
	position: relative;
}
.about_introduction_content{
	padding-top: 120px;
	padding-bottom: 120px;
	width: 78%;
	justify-content: space-between;
}
.about_introduction_left{
	width: 49%;
}
.about_introduction_title h2{
	margin-top: 10px;
	font-size: 40px;
	color: #333333;
}
.about_introduction_text{
	margin-top: 50px;
}
.about_introduction_text p{
	font-size: 14px;
	line-height: 26px;
	color: #272727;
}
.about_introduction_more{
	margin-top: 40px;
}
.about_introduction_more a{
	display: block;
	width: 144px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	background-color: #d9b22b;
	font-size: 14px;
	color: #ffffff;
}
.about_introduction_more a:hover{
	background-color: #005197;
}
.about_introduction_right{
	width: 33%;
}
.course_item{
	margin-bottom: 80px;
}
.course_item:last-child{
	margin-bottom: 0;
}
.course_title h2{
	font-size: 32px;
	color: #333333;
	font-family: "Impact";
}
.course_text{
	margin-top: 10px;
	display: flex;
	align-items: center;
}
.course_text>.course_img{
	width: 23px;
	text-align: center;
}
.course_text>.course_img img{
	display: block;
	margin: 0 auto;
}
.course_text p{
	width: calc(100% - 28px);
	margin-left: 5px;
	font-size: 14px;
	color: #666666;
}

.about_introduction_video{
	position: absolute;
	right: 0;
	top: 0;
}
.about_introduction_img{
	position: relative;
}
.about_introduction_mask{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,13,41,.6);
}
.about_introduction_play{
	cursor: pointer;
}
.about_speech{
	background: url(../image/about_part2_bg.jpg) no-repeat center;
	background-size: cover;
	height: 1060px;
	padding-top: 90px;
}
.about_speech_content{
	justify-content: space-between;
}
.about_speech_left{
	width: 30%;
	position: relative;
}
.about_speech_limg{
	position: absolute;
	right: 0;
	top: 0;
}
.about_speech_limg img{
	max-width: none;
}
.about_speech_right{
	width: 62%;
	padding-top: 45px;
}
.about_speech_title h2{
	margin-top: 10px;
	font-size: 40px;
	color: #ffffff;
}
.about_speech_text{
	margin-top: 55px;
}
.about_speech_text p{
	font-size: 14px;
	line-height: 26px;
	color: #ffffff;
}
.about_speech_more{
	margin-top: 60px;
}
.about_honor{
	padding-top: 120px;
	padding-bottom: 90px;
}
.about_honor_title h2{
	margin-top: 10px;
	font-size: 40px;
	color: #333333;
}
.about_honor_lunbo{
	margin-top: 50px;
	position: relative;
}
.about_honor_img{
	overflow: hidden;
}
.about_honor_img img{
	width: 100%;
	transition: all 0.7s;
}
.about_honor_img img:hover{
	transform: scale(1.1);
}
.about_honor_text{
	margin-top: 20px;
	text-align: center;
}
.about_honor_text p{
	font-size: 14px;
	color: #000000;
}
.about_honor_lunbo .swiper-button-prev,.about_honor_lunbo .swiper-button-next{
	width: 40px;
	height: 40px;
	background-size: 40px 40px;
}
.about_honor_lunbo .swiper-button-prev, .about_honor_lunbo .swiper-container-rtl .swiper-button-next{
	background-image: url(../image/about_part3_prev.png);
}
.about_honor_lunbo .swiper-button-next, .about_honor_lunbo .swiper-container-rtl .swiper-button-prev{
	background-image: url(../image/about_part3_next.png);
}
.about_partner_title_box{
	background: url(../image/about_part4_02.png) no-repeat left;
	height: 36px;
}
.about_partner_title{
	justify-content: space-between;
	align-items: center;
}
.about_partner_title h2{
	padding-left: 13px;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	line-height: 36px;
}
.about_partner_title h2 span{
	font-size: 14px;
	color: #000000;
	font-family: "Arial";
}
.about_partner_title a{
	font-size: 18px;
	color: #999999;
}
.about_partner_title a img{
	vertical-align: initial;
}
.about_partner_title a:hover{
	color: #005197;
}
.about_partner_content{
	background-color: #f2f2f2;
	padding: 50px 0;
}
.about_partner_lunbo{
	justify-content: space-between;
	align-items: center;
}
.about_partner_item{
	text-align: center;
	height: 108px;
}
.about_partner_img{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*about*/

/*culture*/
.culture_nav_box{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 9;
}
.culture_nav>ul>li{
	background-color: rgba(0,81,151,0.85);
	width: 25%;
}
.culture_nav>ul>li>a{
	display: block;
	height: 100%;
	padding: 29px 0;
}
.culture_nav_item{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.culture_nav_text{
	margin-left: 18px;
}
.culture_nav_text p{
	font-size: 24px;
	color: #ffffff;
}
.culture_nav>ul>li:hover{
	background-color: #d9b22b;
}
.culture_nav>ul>li.cur{
	background-color: #d9b22b;
}
.culture_heart{
	background: url(../image/culture_heart_bg.jpg) no-repeat center;
	background-size: cover;
	height: 1236px;
	padding-top: 220px;
}
.culture_heart_title{
	text-align: center;
}
.culture_heart_title h2{
	font-size: 45px;
	letter-spacing: 5px;
	color: #333333;
}
.culture_heart_title p{
	margin-top: 8px;
	font-family: "ArialMT";
	font-size: 14px;
	color: #666666;
}
.culture_heart_box{
	margin-top: 70px;
	justify-content: space-between;
}
.culture_heart_left{
	width: 280px;
}
.culture_heart_list>ul>li{
	background-color: #005197;
	border-radius: 10px;
	margin-bottom: 33px;
}
.culture_heart_list>ul>li>a{
	padding: 28px 0; 
	display: block;
	font-size: 24px;
	letter-spacing: 1px;
	color: #ffffff;
	text-align: center;
	line-height: 1;
}
.culture_heart_list>ul>li.cur{
	background-color: #d9b22b;
}
.culture_heart_list>ul>li:hover{
	background-color: #d9b22b;
}
.culture_heart_right{
	width: calc(100% - 320px);
}
.culture_heart_item{
	display: none;
}
.culture_heart_item.tab{
	display: block;
}
.culture_part2{
	padding: 120px 0;
}
.culture_part2_left{
	width: 29%;
	padding: 25px 0 0;
	text-align: center;
}
.culture_part2_item{
	margin-bottom: 70px;
}
.culture_part2_item>h2{
	font-size: 45px;
	letter-spacing: 5px;
	color: #333333;
}
.culture_part2_item>span{
	margin-top: 10px;
	display: block;
	font-family: "Arial";
	font-size: 14px;
	color: #333333;
}
.culture_part2_item>p{
	margin-top: 25px;
	font-size: 18px;
	color: #333333;
}
.culture_part2_right{
	width: 71%;
}
/*culture*/

/*planning*/
.planning{
	padding-top: 140px;
	background: url(../image/planning_bg.jpg) no-repeat bottom center;
	/*background-size: cover;*/
	padding-bottom: 550px;
}
.planning_title{
	text-align: center;
}
.planning_title span{
	margin-top: 25px;
	display: inline-block;
	background: url(../image/planning_02.png) no-repeat center;
	/*height: 54px;*/
	line-height: 54px;
	font-size: 24px;
	color: #333333;
	padding: 0 124px;
}
.planning_box{
	margin-top: 62px;
}
.planning_item{
	margin-bottom: 35px;
}
.planning_item_title{
	text-align: center;
	position: relative;
}
.planning_item_title h2{
	display: inline-block;
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #005197;
	font-size: 30px;
	letter-spacing: 2px;
	color: #005197;
	padding: 20px 44px;
	position: relative;
	z-index: 9;
}
.planning_item_title h2 span{
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #005197;
}
.planning_item_title_bg{
	position: relative;
	display: inline-block;
	padding-bottom: 21px;
}
.planning_item_title_bg:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: -33px;
	width: calc(100% + 66px);
	height: 50px;
	background-color: #005197;
	box-shadow: 0px 3px 7px 0px #005197, inset 0px 17px 7px 0px rgba(0, 66, 123, 0.99);
	border-radius: 26px;
	border: solid 5px #88c8ff;
	z-index: 8;
}
.planning_item_list{
	margin-top: 50px;
	padding: 0 100px;
}
.planning_item_list>ul{
	justify-content: center;
}
.planning_item_list>ul>li{
	display: flex;
	align-items: center;
	margin: 0 25px;
	margin-bottom: 65px;
}
.planning_item_list>ul>li>span{
	margin-right: 8px;
}
.planning_item_list>ul>li>.planning_item_text p{
	font-size: 32px;
	letter-spacing: 2px;
	color: #333333;
	position: relative;
	padding: 0 7px;
	z-index: 9;
}
.planning_item_list>ul>li>.planning_item_text{
	position: relative;
}
.planning_item_list>ul>li>.planning_item_text:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 12px;
	background-color: #dddddd;
	border-radius: 6px;
	border: solid 1px #ffffff;
	/*z-index: 8;*/
}
/*planning*/

/*spirit*/
.spirit{
	padding: 160px 0 135px;
}
.spirit_text p{
	font-size: 24px;
	line-height: 50px;
	color: #333333;
}
.spirit_content{
	align-items: center;
	width: 80%;
	margin: 0 auto;
	justify-content: space-between;
}
.spirit_left{
	width: 41%;
}
.spirit_right{
	width: 40%;
}
/*spirit*/
/*value*/
.value{
	padding: 160px 0 20px;
}
.value_item{
	margin-bottom: 90px;
}
.value_item_title{
	text-align: center;
}
.value_item_title h2{
	font-size: 45px;
	letter-spacing: 5px;
	color: #333333;
}
.value_item_title p{
	margin-top: 10px;
	font-family: "Arial";
	font-size: 14px;
	color: #333333;
}
.value_item_list{
	margin-top: 60px;
}
.value_item_list>ul{
	justify-content: space-between;
}
.value_item_list>ul>li{
	margin-bottom: 30px;
}
/*value*/
/*brand_introduction*/

.brand_introduction_content{
	position: relative;
	background-color: #f2f2f2;
}
.brand_introduction_title{
	padding: 17px 0;
	background-color: #d9b22b;
}
.brand_introduction_left{
	background: url(../image/brand1_bg.png) no-repeat left;
	/*height: 660px;*/
	padding-bottom: 73px;
	padding-top: 65px;
}
.brand_introduction_lcontent{
	width: 44%;
}
.brand_introduction_ltitle h2{
	font-size: 40px;
	color: #333333;
}
.brand_introduction_ltitle span{
	margin-top: 10px;
	display: block;
	font-family: "Arial";
	font-size: 14px;
	color: #666666;
}
.brand_introduction_ltext{
	margin-top: 30px;
}
.brand_introduction_ltext p{
	font-size: 14px;
	line-height: 30px;
	color: #333333;
}
.brand_introduction_right{
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.brand_introduction_rimg{
	height: 100%;
}
.brand_introduction_rimg img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
/*brand_introduction*/
/*brand_branch*/
.brand_branch{
	background: url(../image/brand_branch_bg.png) no-repeat bottom center;
	background-color: #005197;
	padding-top: 105px;
	padding-bottom: 120px;
}
.brand_branch_item{
	background-color: #ffffff;
	border-radius: 5px;
	text-align: center;
	padding: 10px 0;
	font-size: 16px;
	color: #333333;
}
.brand_branch_img{
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 5px #ffffff;
	overflow: hidden;
}
.brand_branch_lunbo .gallery-top{
	margin-top: 50px;
}
.brand_branch_lunbo .swiper-slide-thumb-active .brand_branch_item{
	background-color: #d9b22b;
	color: #ffffff;
}
.brand_branch_list{
	position: relative;
}
.brand_branch_list .swiper-button-prev,.brand_branch_list .swiper-button-next{
	width: 60px;
	height: 60px;
	background-size: 60px 60px;
}
.brand_branch_list .swiper-button-prev, .brand_branch_list .swiper-container-rtl .swiper-button-next{
	background-image: url(../image/brand_branch_prev.png);
	left: -85px;
}
.brand_branch_list .swiper-button-next, .brand_branch_list .swiper-container-rtl .swiper-button-prev{
	background-image: url(../image/brand_branch_next.png);
	right: -85px;
}
/*brand_branch*/
/*brand_instrument*/
.brand_instrument{
	background-color: #f2f2f2;
	padding-bottom: 130px;
}
.brand_instrument_content{
	position: relative;
}
.brand_instrument_top_title{
	/*position: absolute;*/
	display: flex;
	align-items: center;
	margin: 0 0 0 auto;
	width: 340px;
	height: 77px;
	background-color: #d9b22b;
	justify-content: center;
}
.brand_instrument_top_img{
	/*width: 40px;*/
	/*margin-right: 10px;*/
}
.brand_instrument_top_text{
	/*width: 240px;*/
}
.brand_instrument_top_text h2{
	font-size: 20px;
	color: #ffffff;
}
.brand_instrument_top_text p{
	margin-top: 6px;
	font-family: "Arial";
	font-size: 10px;
	color: #ffffff;
}
.brand_instrument_detail{
	margin-top: 55px;
}
.brand_instrument_dtitle{
	text-align: center;
}
.brand_instrument_dtitle h2{
	font-size: 40px;
	color: #333333;
}
.brand_instrument_dtitle p{
	margin-top: 10px;
	font-family: "Arial";
	font-size: 14px;
	color: #666666;
}
.brand_instrument_dtext{
	margin-top: 30px;
}
.brand_instrument_dtext p{
	font-size: 14px;
	line-height: 30px;
	color: #333333;
}
.brand_instrument_dlunbo{
	margin-top: 50px;
}
.brand_instrument_dlunbo .swiper-wrapper{
	padding: 0 0 20px;
}
.brand_instrument_ditem{
	padding: 5px;
}
.brand_instrument_dimg{
	background-color: #ffffff;
	box-shadow: 0px 8px 9px 1px 
		rgba(51, 51, 51, 0.21);
	border-radius: 5px;
	overflow: hidden;
}
.brand_instrument_dimg img{
	transition: all 0.7s;
}
.brand_instrument_dimg img:hover{
	transform: scale(1.1);
}
/*brand_instrument*/

/*team*/
.team_group{
	padding-top: 125px;
}
.team_core{
	margin-top: -210px;
	background: url(../image/team_core_bg.jpg) no-repeat top center;
	/*padding-bottom: 210px;*/
	padding-top: 263px;
}
.team_title{
	text-align: center;
}
.team_title h2{
	font-size: 45px;
	color: #333333;
}
.team_title span{
	margin-top: 10px;
	display: block;
	font-family: "Arial";
	font-size: 14px;
	color: #333333;
}
.team_core .team_text{
	text-align: center;
}
.team_text{
	margin-top: 34px;
}
.team_text p{
	font-size: 14px;
	line-height: 2;
	color: #333333;
}
.team_core_img{
	text-align: center;
	margin-top: 85px;
}
.team_doctor{
	background-color: #f2f2f2;
	background: url(../image/team_doctor_bg.png) no-repeat center center;
	padding-top: 100px;
}
.team_doctor .team_text{
	text-align: center;
}
.team_style{
	padding-top: 100px;
	padding-bottom: 77px;
}
.team_style_lunbo{
	margin-top: 55px;
	position: relative;
}
.team_style_lunbo .swiper-button-prev,.team_style_lunbo .swiper-button-next{
	width: 27px;
	height: 52px;
	background-size: 27px 52px;
}
.team_style_lunbo .swiper-button-prev, .team_style_lunbo .swiper-container-rtl .swiper-button-next{
	background: url(../image/team_style_prev.png);
}
.team_style_lunbo .swiper-button-next, .team_style_lunbo .swiper-container-rtl .swiper-button-prev{
	background: url(../image/team_style_next.png);
}
.team_style_lunbo .swiper-button-prev{
	left: -37px;
}

.team_style_lunbo .swiper-button-next{
	right: -37px;
}
.team_style_img{
	overflow: hidden;
	box-shadow: 0px 7px 5px 0px rgba(51, 51, 51, 0.21);
	border-radius: 10px;
	border: solid 2px #ffffff;
}
.team_style_img img{
	transition: all 0.7s;
	width: 100%;
}
.team_style_img img:hover{
	transform: scale(1.1);
}
.team_style_text{
	margin-top: 15px;
}
.team_style_text p{
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #333333;
}
/*team*/
/*news*/
.news{
	padding-top: 80px;
	padding-bottom: 40px;
}
.news_content{
	justify-content: space-between;
}
.news_left{
	width: 25%;
}
.news_left_box{
	background-color: #ffffff;
	z-index: 9;
}
.news_nav>ul>li{
	border: solid 1px #dddddd;
	line-height: 50px;
	margin-bottom: -1px;
}
.news_nav>ul>li:last-child{
	margin-bottom: 0;
}
.news_nav>ul>li>a{
	display: block;
	padding: 0 30px;
	font-size: 18px;
	color: #333333;
	position: relative;
}
.news_nav>ul>li>a:after{
	content: "";
	position: absolute;
	right: 32px;
	top: 20px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid transparent;
	border-bottom: 1px solid transparent;
	/*transition: all 0.7s;*/
	transform: rotate(45deg);
}
.news_nav>ul>li:hover{
	background-color: #005197;
}
.news_nav>ul>li:hover>a{
	color: #ffffff;
}
.news_nav>ul>li:hover>a:after{
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.news_nav>ul>li.cur{
	background-color: #005197;
}
.news_nav>ul>li.cur>a{
	color: #ffffff;
}
.news_nav>ul>li.cur>a:after{
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.news_left_latest{
	margin-top: 60px;
}
.news_latest_title{
	display: flex;
	align-items: center;
	padding-left: 25px;
}
.news_latest_ttext{
	margin-left: 7px;
}
.news_latest_ttext h2{
	font-size: 18px;
	color: #005197;
}
.news_latest_ttext p{
	margin-top: 3px;
	line-height: 1;
	font-family: "Arial";
	font-size: 12px;
	color: #005197;
}
.news_latest_box{
	margin-top: 20px;
}
.news_latest_item{
	padding: 25px;
	background-color: #f2f2f2;
	border-bottom: 1px dashed #dddddd;
}
.news_latest_item:last-child{
	border-bottom: 0;
}
.news_latest_text p{
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}
.news_latest_item:hover .news_latest_text p{
	color: #005197;
}
.news_left_bottom{
	margin-top: 20px;
	padding-bottom: 10px;
	border: 1px solid #dddddd;
}
.news_prevnext{
	padding: 25px;
	border-bottom: 1px dashed #dddddd;
}
.news_prev a,.news_next a{
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}
.news_prev a:hover,.news_next a:hover{
	color: #005197;
}
.news_prev a span,.news_next a span{
	color: #005197;
}
.news_next{
	margin-top: 25px;
}
.news_left_code{
	padding-top: 30px;
	background-color: #ffffff;
}
.news_code_item{
	text-align: center;
	margin-bottom: 35px;
}
.news_code_text{
	margin-top: 0px;
}
.news_code_text p{
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}
.news_right{
	width: 70%;
}
.news_item{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	background-color: #ffffff;
	box-shadow: 0px 0px 22px 2px rgba(51, 51, 51, 0.14);
	border-radius: 10px;
	overflow: hidden;
	padding: 30px 19px 30px 30px;
	margin-bottom: 50px;
}
.news_img{
	width: 38%;
	border-radius: 10px;
	overflow: hidden;
}
.news_img img{
	width: 100%;
	transition: all 0.7s;
}
.news_img img:hover{
	transform: scale(1.1);
}
.news_text{
	width: 58.6%;
	position: relative;
}
.news_text_title{
	padding-bottom: 10px;
	border-bottom: 1px solid #999999;
}
.news_text_title h2{
	font-size: 18px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.news_text_title h2:hover{
	color: #005197;
}
.news_text_title span{
	margin-top: 10px;
	line-height: 1;
	display: block;
	font-size: 14px;
	color: #999999;
}
.news_text_p{
	margin-top: 15px;
}
.news_text_p p{
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.news_more{
	position: absolute;
	bottom: 0;
}
.news_more a{
	font-size: 14px;
	color: #999999;
}
.news_more a:hover{
	color: #005197;
}
/*news*/

/*pages*/
.pages{
	margin-top: 100px;
}
.pages>ul{
	justify-content: flex-end;
}
.pages>ul li{
	margin: 0 5px;
}
.pages>ul li a{
	padding: 4px 10px;
	border-radius: 5px;
	border: solid 1px #999999;
	display: block;
	font-size: 14px;
	color: #999999;
}
.pages>ul li:hover a{
	background-color: #005197;
	border: solid 1px #005197;
	color: #ffffff;
}
.pages>ul li.current a{
	background-color: #005197;
	border: solid 1px #005197;
	color: #ffffff;
}
.pages>ul li span{
	font-size: 14px;
	color: #999999;
	display: block;
	padding:  4px 0;
}
.pages>ul li input[type=text]{
	width: 30px;
	height: 30px;
	border-radius: 5px;
	border: solid 1px #666666;
	font-size: 14px;
	color: #666666;
	text-align: center;
}
.pages>ul li input[type=submit]{
	cursor: pointer;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	border: solid 1px #666666;
	font-size: 14px;
	color: #666666;
	background-color: initial;
}
.pages>ul li.ml40{
	margin-left: 40px;
}
.phone_pages{
	display: none;
}
/*pages*/

/*news_detail*/
.news_detail{
	margin-bottom: 50px;
}
.news_detail_nav{
	line-height: 50px;
	border-bottom: 1px solid #dddddd;
}
.news_detail_nav p{
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.news_detail_nav p a{
	color: #333333;
}
.news_detail_nav p a:hover{
	color: #005197;
}
.news_detail_title{
	margin-top: 25px;
}
.news_detail_title h1{
	text-align: center;
	font-size: 24px;
	line-height: 36px;
	color: #333333;
}
.news_detail_date{
	margin-top: 15px;
}
.news_detail_date p{
	text-align: center;
	font-size: 14px;
	color: #999999;
}
.news_detail_date p span{
	padding: 0 20px;
}
.news_detail_text{
	margin-top: 35px;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}
/*news_detail*/
/*dynamic*/
.dynamic_top{
	justify-content: space-between;
}
.dynamic_top_item{
	width: 47.6%;
}
.dynamic_top_img{
	box-shadow: 0px 2px 4px 0px rgba(51, 51, 51, 0.21);
	border-radius: 5px;
	border: solid 3px #ffffff;
	overflow: hidden;
}
.dynamic_top_img img{
	transition: all 0.7s;
	width: 100%;
}
.dynamic_top_img:hover img{
	transform: scale(1.1);
}
.dynamic_top_text{
	margin-top: 19px;
}
.dynamic_top_title{
	padding-bottom: 10px;
	border-bottom: 1px solid #dddddd;
}
.dynamic_top_title h2{
	font-size: 18px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: 1.1;
}
.dynamic_top_title h2:hover{
	color: #005197;
}
.dynamic_top_date{
	margin-top: 12px;
}
.dynamic_top_date p{
	line-height: 1;
	font-size: 14px;
	color: #999999;
}
.dynamic_top_date p span{
	display: inline-block;
	padding: 5px 10px;
	font-size: 14px;
	color: #999999;
	border-radius: 3px;
	border: solid 1px #999999;
	margin-right: 10px;
}
.dynamic_list{
	margin-top: 40px;
}
.dynamic_item{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.dynamic_date{
	width: 90px;
}
.dynamic_date p{
	font-size: 32px;
	font-weight: bold;
	color: #333333;
}
.dynamic_text{
	width: calc(100% - 90px);
}
.dynamic_text_title span{
	font-size: 14px;
	color: #666666;
}
.dynamic_text_title h2{
	margin-top: 4px;
	border-top: 1px solid #999999;
	padding-top: 10px;
	font-size: 18px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: 1.1;
}

.dynamic_text_title h2:hover{
	color: #005197;
}
.dynamic_text_p{
	margin-top: 11px;
}
.dynamic_text_p p{
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.dynamic_more{
	margin-top: 15px;
}
.dynamic_more a{
	font-size: 14px;
	color: #005197;
}
/*dynamic*/
/*media*/
.media_img{
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	border: solid 3px #ffffff;
	box-shadow: 0px 0px 16px 2px rgba(51, 51, 51, 0.19);
}
.media_img>img{
	width: 100%;
}
.media_mask{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,81,151,0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}
.media_img:hover .media_mask{
	display: flex;
}
.media_text{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	align-items: center;
}
.media_title{
	width: calc(100% - 100px);
}
.media_title h2{
	font-size: 18px;
	color: #333333;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.media_date{
	/*width: 74px;*/
	border-radius: 2px;
	border: solid 1px #999999;
	text-align: center;
	padding: 0 5px;
}
.media_date p{
	font-size: 14px;
	color: #999999;
}
.media_item_list{
	margin-top: 35px;
	justify-content: space-between;
}
.media_item{
	width: 48%;
	margin-bottom: 35px;
}
.media_item .media_title h2{
	font-size: 14px;
}
/*media*/