@charset "utf-8";

@font-face {
	font-family: "TT0868M_1";
	src: url("../fonts/TT0868M/TT0868M_1.woff2") format("woff2"),
		url("../fonts/TT0868M/TT0868M_1.woff") format("woff"),
		url("../fonts/TT0868M/TT0868M_1.ttf") format("truetype"),
		url("../fonts/TT0868M/TT0868M_1.eot") format("embedded-opentype"),
		url("../fonts/TT0868M/TT0868M_1.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "ADOBEHEITISTD-REGULAR";
	src: url("ADOBEHEITISTD-REGULAR.woff2") format("woff2"),
		url("ADOBEHEITISTD-REGULAR.woff") format("woff"),
		url("ADOBEHEITISTD-REGULAR.ttf") format("truetype"),
		url("ADOBEHEITISTD-REGULAR.eot") format("embedded-opentype"),
		url("ADOBEHEITISTD-REGULAR.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Century751BT No2ItalicB";
	src: url("../fonts/Century 751 Italic No.2/Century 751 Italic No.2.woff2") format("woff2"),
		url("../fonts/Century 751 Italic No.2/Century 751 Italic No.2.woff") format("woff"),
		url("../fonts/Century 751 Italic No.2/Century 751 Italic No.2.ttf") format("truetype"),
		url("../fonts/Century 751 Italic No.2/Century 751 Italic No.2.eot") format("embedded-opentype"),
		url("../fonts/Century 751 Italic No.2/Century 751 Italic No.2.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
}

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

a {
	display: block;
}

img {
	width: 100%;
}

/* 两边截取 */

.mc_lbjq {
	width: 100%;
}

.mc_lbjq img {
	height: 100%;
	width: auto !important;
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.mc_container_lbjq {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

/* 列表图片 */
.mc_list_imgbox {
	position: relative;
	overflow: hidden;
}

.mc_list_imgbox img {
	height: 100%;
}

.mc_list_png {
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
}

.mc_list_img {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}



/*头部导航区*/
.logo {
	position: relative;
	float: left;
	z-index: 30;
}

.logo a {
	width: 186px;
	line-height: 72px;
}

.logo img {
	width: 100%;
}

.be_header_right {
	float: right;
	display: flex;
	align-items: center;
}

.be_navposi {
	position: relative;
}

.be_nav {
	float: left;
	color: rgb(0, 0, 0);
}

.be_nav .be_navli {
	float: left;
	display: block;
	line-height: 72px;
	padding-left: 25px;
	padding-right: 25px;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}

.be_first {
	margin-left: 0px !important;
}

.be_nav a {
	color: #333;
}

.be_headerbtn a {
	/* position: relative; */
	/* top: 50%; */
	float: left;
	width: 164px;
	margin-left: 15px;
	/* margin-top: 17px; */
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	background-color: #1783c1;
	border-radius: 20px;
	/* transform: translateY(-50%); */
}

.be_search {
	float: left;
	margin-left: 38px;
	width: 20px;
}

.search_iconbox {
	width: 20px;
	margin-top: 5px;
}

/* 搜索模态框 */
.mc_modal {
	position: fixed;
	z-index: 999;
	display: none;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.6);
	overflow-x: hidden;
	overflow-y: auto;
}

.mc_modal .modal_dialog {
	width: 100%;
	/* padding: 30px 0; */
}

.mc_modal .modal_dialog .modal_content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	color: #333;
	background-color: #fff;
	border-radius: 6px;
	transform: translate(-50%, -50%)
}

.mc_modal .modal_dialog .modal_content .modal_header {
	position: relative;
	padding: 60px 0 40px;
}

.mc_modal .modal_dialog .modal_content .modal_header button.close {
	position: absolute;
	top: 0;
	right: 15px;
	background: #fff;
	font-size: 50px;
	font-weight: bold;
	color: #ccc;
	border: 0;
	cursor: pointer;
	opacity: 1;
}

.mc_modal .modal_dialog .modal_content .modal_header h4 {
	font-size: 18px;
	font-weight: 500;
}

.mc_modal .modal_dialog .modal_content .modal_body {
	padding: 15px;
}

.modal_header .ph_search {
	margin-top: 0;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding-right: 25px;
}

.modal_header .ph_searchbox {
	width: 80%;
	margin: 0 auto;
}

#ph_title {
	width: calc(100% - 50px);
	line-height: 30px;
	padding: 0 20px;
}

.search {
	width: 25px;
	cursor: pointer;
}

.be_nav .yxnav_active1 .be_nava {
	color: #1783c1;
}



/* 手机端 */
/* 手机导航 */
.mc_language a {
	color: #fff;
	font-size: 18px;
	line-height: 58px;
	margin-right: 20px;
	margin-right: 100px;
}

.mc_ph_hd {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 64px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #fff;
	box-shadow: 5px 0 15px rgba(0, 0, 0, .16)
}

.mc_ph_hd .mc_ph_logo a {
	line-height: 64px;
}

.mc_ph_hd .mc_ph_logo {
	width: 125px;
}

.mc_ph_menu {
	overflow: hidden;
	width: 50px;
	height: 100%;
}

.mc_ph_hd .mc_phmenubox {
	width: 50px;
	height: 50px;
	cursor: pointer;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.mc_ph_hd .mc_phmenubox .point {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 22px;
	margin-top: 14px;
}

.mc_ph_hd .mc_phmenubox .point .nav_btn,
.mc_ph_hd .mc_phmenubox .point .nav_btn::after,
.mc_ph_hd .mc_phmenubox .point .nav_btn::before {
	display: inline-block;
	width: 28px;
	height: 1px;
	background-color: #000;
}

.mc_ph_hd .mc_phmenubox .nav_btn {
	position: absolute;
	top: 10px;
	right: 0;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.mc_ph_hd .mc_phmenubox .nav_btn::after,
.mc_ph_hd .mc_phmenubox .nav_btn::before {
	content: '';
	position: absolute;
	right: 0;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.mc_ph_hd .mc_phmenubox .nav_btn::after {
	top: -10px;
}

.mc_ph_hd .mc_phmenubox .nav_btn::before {
	top: 10px;
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn {
	background: transparent;
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn::after {
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn::before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mc_ph_dropbox {
	display: block;
	position: fixed;
	left: 50%;
	top: 64px;
	z-index: 100;
	width: 100%;
	padding: 0 15px;
	background-color: #f1f1f1;
	transform: translateX(-50%);
}

.mc_ph_drop {
	display: none;
	width: 100%;
	padding-bottom: 18px;
	background-color: #f1f1f1;
	font-family: '微软雅黑';
}

.mc_ph_drop h4 {
	position: relative;
}

.mc_ph_drop h4::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	opacity: .1;
	background-color: #999;
}

.mc_ph_drop h4 a {
	display: inline;
	font-size: 16px;
	line-height: 40px;
	text-transform: uppercase;
	color: #999;
}

.mc_ph_drop h4 img {
	position: absolute;
	top: 50%;
	right: 5px;
	width: 13px;
	cursor: pointer;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.mc_ph_drop .ph_nav_sec {
	display: none;
	padding-top: 7px;
	padding-bottom: 8px;
}

.mc_ph_drop .ph_nav_sec .mc_lisbox {
	max-width: 100%;
	padding: 0 15px;
}

.mc_ph_drop h5 {
	position: relative;
}

.mc_ph_drop h5::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;

	width: 100%;
	height: 1px;

	opacity: .05;
	background-color: #000;
}

.mc_ph_drop h5 a {
	font-family: '微软雅黑';
	font-size: 14px;
	line-height: 35px;
	text-transform: uppercase;
	color: #999;
}

.mc_ph_drop h5 img {
	position: absolute;
	top: 50%;
	right: 5px;

	width: 13px;
	cursor: pointer;

	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.mc_ph_drop h4.active img.img_s,
.mc_ph_drop h5.active img.img_s {
	display: none;
}

.mc_ph_drop h4.active img.img_d,
.mc_ph_drop h5.active img.img_d {
	display: block;
}

.mc_ph_drop .ul3 {
	display: none;
}

.mc_ph_drop h6 a {
	font-family: '微软雅黑';
	font-size: 12px;
	line-height: 40px;
	text-transform: uppercase;
	color: #999;
}

.ph_searchbox {
	width: 100%;
	overflow: hidden;
	padding: 0 15px;
	padding-left: 15px;
}

.ph_search {
	width: 100%;
	height: 35px;
	border: 1px solid #999999;
	margin-top: 18px;
	float: left;
	border-radius: 17.5px;
	position: relative;
}

.ph_search input {
	width: calc(100% - 24px);
	height: 100%;
	text-indent: 20px;
	color: #333333;
}

.search_iconbox {
	width: 14px;
	margin-top: 7px;
	margin-right: 10px;
}

.ph_search input::-webkit-input-placeholder {
	color: #999999;
}

.ph_search button {
	width: 40px;
	height: 100%;
	color: #ffffff;
	line-height: 35px;
	text-align: center;
	font-size: 20px;
	font-family: "微软雅黑";
	float: right;
	position: absolute;
	top: 0;
	right: 0;
}

.ph_nav_fir li {
	margin-right: 20px;
}

/*响应式导航菜单*/
.be_btn_toggle {
	padding: 10px;
	background-color: transparent;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	display: none;
}


.be_btn_toggle_bar {
	display: block;
	width: 24px;
	height: 4px;
	background-color: #363636;
	border-radius: 2px;
}

.be_btn_toggle_bar+.be_btn_toggle_bar {
	margin-top: 4px;
}

/*响应式下拉菜单*/
.be_flnav {
	width: 100%;
	text-align: center;
	background-color: #999;
	position: absolute;
	top: 68px;
	right: 0px;
	display: none;
}

.be_flnavli {
	/*width: 200px;*/
	line-height: 35px;
	border-bottom: 1px solid #f2f2f2;
}

.be_flnava {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

/*导航下拉菜单*/
.be_navli>a {
	display: block;
	line-height: 72px;
	font-size: 16px;
}

.be_navli {
	position: relative;
}

.be_xiala {
	width: 314px;
	position: absolute;
	top: 100%;
	left: 25px;
	padding: 17px 0;
	/* margin-top: -4px; */
	z-index: 3;
	background-color: #f2f2f2;
	border-top: 4px solid #1783c1;
	display: none;
	transform: translateY(-4px);
}

.be_xiala li a {
	padding: 17px 0;
	/* margin-top: 34px; */
	margin-left: 23px;
}

.be_xiala li a {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: normal;
}


.be_xiala li.yxnav_active2>a {
	color: #1783c1;
}

.be_xiala span {
	margin-right: 12px;
}

/*banner图*/
.banner_index_ph {
	display: none;
}

.banner {
	position: relative;
	width: 100%;
}

.be_banimg img {
	width: 100%;
}

.title_block {
	display: block;
}

.banner_title_index {
	font-family: "Century751BT No2ItalicB";
	font-weight: 600;
	font-size: 26px;
	line-height: 44px;
	color: #fff;
	letter-spacing: 3px;
}

.banner_subtitle_index {
	font-family: "Century751BT No2ItalicB";
	font-size: 16px;
	color: #fff;
}

.banner_titbox_index {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* banner 内页 */
.banner_mbx_container {
	margin-top: 35px;
}

.banner_title_inner {
	font-family: "Century751BT No2ItalicB";
	font-weight: 600;
	font-size: 40px;
	/* line-height: 44px; */
	color: #fff;
	letter-spacing: 3px;
}

.banner_container_inner {
	top: 50%;
	transform: translate(-50%, -50%);
}

.banner_mbx li {
	float: left;
	margin-right: 5px;
}

.banner_mbx a {
	font-family: "Century751BT No2ItalicB";
	font-size: 16px;
	color: #fff;
}



/*尾部*/
.footer {
	background-color: #343741;
}

.be_footertop {
	border-bottom: 1px solid rgba(77, 79, 84, .5);
}

/*左边*/
.be_footertop_left {
	width: 577px;
	padding-top: 54px;
	padding-bottom: 53px;
	border-right: 1px solid rgba(77, 79, 84, .5);
	float: left;
}

.be_footernavli {
	float: left;
	margin-right: 48px;
}

.be_footernavli a {
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}

/*右边*/
.be_footertop_right {
	width: calc(100% - 577px);
	float: left;
	margin-top: 40px;
}

.be_footxiala {
	float: left;
	width: 290px;
	margin-left: 67px;
}

.mc_select_hd {
	padding-left: 25px;
	padding-right: 20px;
	background: rgba(36, 40, 51, .5);
	border-radius: 5px;
	cursor: pointer;
}

.mc_select_bd {
	display: none;
	width: inherit;
	position: absolute;
	background: rgba(36, 40, 51, 1);
	padding: 15px 25px;
	height: 100px;
	overflow: hidden;
	padding-right: 0;
}

.mc_select_list li {
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 30px;
	color: #999;
	cursor: pointer;
}



.be_footxl {
	width: 263px;
	height: 40px;
	padding-left: 27px;
	opacity: 0;
}

.be_footxl_value {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #999;
	line-height: 40px;
	/* float: left; */
	/* margin-top: -25px; */
	/* margin-left: 27px; */
}

.be_footxl_icon {
	margin-top: -25px;
	margin-top: 13px;
	transition: all .36s;
}

.be_footxl_icon.on {
	transform: rotate(180deg);
}

.be_footer_contact {
	float: left;
	margin-top: 5px;
}

.be_footericon {
	display: inline-block;
	margin-left: 50px;
	width: 30px;
}



/*底部*/
.be_footerbottom {
	margin-top: 40px;
	padding-bottom: 27px;
	font-family: Arial;
	font-size: 14px;
	color: #999;
}

.be_aboutus p{
	line-height: 25px;
}
.be_aboutus {
	text-align: left;
}

.be_flfooter_bottom a {
	display: inline-block;
	font-family: Arial;
	font-size: 14px;
	color: #999;
	line-height: 25px;
}

.be_author p {
	width: 135px;
	float: left;
	line-height: 25px;
}

.be_liuliang {
	margin-top: 5px;
	float: left;
}

.be_liuliang img {
	width: 100%;
}

/*首页*/
.be_indexscreen1_title {
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 30px;
	color: #333;
	margin-top: 74px;
}

.be_contain {
	margin: 44px auto;
}

.index_s1 .be_contain {
	padding-top: 55px;
	overflow: hidden;
	margin: 0 -57px;
}

.be_screen1_box {
	width: 20%;
	float: left;
}

.index_s1 .be_screen1_box {
	padding: 0 87px;
}

.be_screen1_box img {
	width: 100%;
}

.be_screen1_box:last-child {
	margin-left: -20px;
}

.index_s1 .be_s1des {
	margin-left: -30px;
}

.be_s1des {
	width: 188px;
	margin-top: 11px;
	font-family: Arial;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #333;
	transition: all .36s;
}

.be_s1des_a {
	display: block;
}



.be_s1box_icon {
	width: 100px;
	margin: 0 auto;
	height: 115px;
	/* margin-left: 38px; */
}

.index_s1_video {

	display: none;
	margin-left: 10px;
	margin-top: 10px;
}


.be_s1box_icon img {
	width: 100%;
	transition: all .36s;
}

.be_s3_icon {
	width: 280px;
}

/*第二屏*/
/*左边*/
.be_indexscreen2 {
	margin-top: 66px;
}

.be_s2_left {
	width: 943px;
	float: left;
}

.be_s2_left img {
	width: 100%;
}

/*右边*/
.be_s2_right {
	width: calc(100% - 943px);
	float: left;
	background-color: #eaeaea;
}

.be_s2_contain {
	margin: 84px 59px 47px;
}

.be_s2_indextitle {
	font-family: Arial;
	font-weight: bold;
	font-size: 30px;
	height: 30px;
	overflow: hidden;
	color: #333;
}

.be_s2_indexdes {
	width: 545px;
	letter-spacing: 1px;
	margin-top: 33px;
	font-family: Arial;
	font-size: 16px;
	line-height: 26px;
	height: 156px;
	overflow: hidden;
	color: #333;
}

.be_s2_btn {
	width: 163px;
	height: 39px;
	line-height: 39px;
	margin-top: 25px;
	background-color: #1783c1;
	border-radius: 20px;
	font-family: Arial;
	font-size: 16px;
	text-align: center;
	color: #fffefe;
}


.be_s2_btn1 {
	width: 51px;
	height: 19px;
	margin-top: 54px;
	cursor: pointer;
}

.be_s2btn_prev {
	float: left;
}

.be_s2btn_next {
	padding-left: 29px;
	float: left;
}

/*第三屏*/
.be_s3box {
	width: 25%;
	margin-left: 0px;
}



.be_s3_icon {
	transition: all .36s;
}

.be_s3lide {
	margin-top: 53px;
}

.be_dots {
	width: 100px;
	margin: 0 auto;
	line-height: 8px;
}

.be_dots span {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin-right: 10px;
	cursor: pointer;
	background-color: rgba(7, 17, 27, 0.4);
}

.be_dots span.be_active {
	background-color: #1783c1;
}

.index_s3 {
	overflow: hidden;
}

.index_s3_slick {
	/* padding-left: 10px; */
	margin-right: -22px;
}

.index_s3_slick .slick-list {
	overflow: unset;
}

.index_s3_slick .slick-dots {
	bottom: -35px;
}

.index_s3_slick .slick-dots li {
	width: 8px;
	height: 8px;
}

.index_s3_slick .slick-dots .slick-active {
	background: #1783c1;
}


/*第四屏*/
.be_screen4 {
	background: url(../images/index/screen4_icon.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 37px;
}

.be_s4main {
	padding-top: 160px;
	padding-bottom: 145px;
}

.be_s4_title {
	font-family: Arial;
	font-weight: bold;
	font-size: 30px;
	color: #fff;
}

.index_s4 {
	position: relative;
}

.index_s4 .be_s4_title,
.index_s4 .be_s4_des {
	letter-spacing: 1px;
}

.index_s4_bg {
	height: 638px;
}

.be_s4_des {
	width: 661px;
	/* height: 130px; */
	/* overflow: hidden; */
	margin-top: 25px;
	line-height: 26px;
	font-family: Arial;
	font-size: 16px;
	color: #fff;
}

.be_s4number {
	margin-top: 70px;
}

.be_s4_numbox {
	margin-right: 84px;
	float: left;
}

.be_s4num {
	font-family: Arial;
	font-weight: bold;
	font-size: 50px;
	color: #fff;
}

.be_s4title {
	font-family: Arial;
	font-size: 16px;
	color: #fff;
	margin-top: 12px;
	text-align: center;
}

/*B1*/
/*第一屏*/
.be_screen1_title {
	margin-top: 139px;
	margin-bottom: 26px;
}

.be_screen1_title h1 {
	font-weight: bold;
	font-size: 40px;
	color: #333;
}

.be_screen1_main {
	background-color: #1783c1;
}

.be_screen1_left {
	width: 780px;
	float: left;
	margin-top: 36px;
	margin-bottom: 120px;
}

.be_screen1_left p {
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	letter-spacing: 1px;
	word-wrap: break-word;
}

.be_screen1_right {
	width: 322px;
	float: right;
	margin-top: -146px;
	/* margin-left: 108px; */
}

.be_screen1_right img {
	width: 100%;
}

/*第二屏*/
.be_screen2_main {
	margin-top: 60px;
	margin-bottom: 105px;
}

.be_screen2_left {
	width: 436px;
	float: left;
}

.be_screen2_left img {
	width: 100%;
}

.be_screen2_right {
	width: 655px;
	float: left;
	margin-left: 100px;
}

.c1_s2 .be_screen2_right p {
	max-height: 52px;
}

.be_screen2_right p {
	font-size: 16px;
	font-family: Arial;
	color: #666666;
	letter-spacing: 1px;
	line-height: 26px;
	overflow: hidden;
}

.b3_s2 .be_screen2_right .be_hdes p {
	width: 520px;
}


/*B2*/
.b2_s2 .be_screen2_main {
	margin-bottom: 78px;
}

.be_screen1_icondes {
	font-size: 14px;
	text-align: center;
	color: #fff;
	margin-top: 15px;
}

.be_s1_left_B2 {
	margin-bottom: 30px;
}

.be_s2_2right {
	float: right;
}

.be_s2_2left {
	float: left;
	margin-left: 0px;
}

.be_s2_2 {
	margin-top: 65px;
}

.be_s2_font {
	font-size: 16px;
	font-family: Arial;
	color: #666666;
}

/*B3*/
.be_s1_left_B3 {
	margin-top: 48px;
	margin-bottom: 45px;
}

.mc_zfx {
	display: inline-block;
	transform: translateY(-2px);
	margin-right: 7px;
}

.be_screen2_right .be_sc2_title {
	font-family: Arial;
	font-weight: bold;
	font-size: 26px;
	color: #333;
	line-height: 32px;
	margin-bottom: 30px;
}

.be_screen2_right .be_hdes {
	/* height: 65px; */
	padding: 14px 0;
	font-family: "ADOBEHEITISTD-REGULAR";
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #e6e6e6;
	display: flex;
	align-items: center;
}

.be_screen2_right .be_hdes p {
	width: calc(100% - 31px);
}

.be_sc2_list li:first-child {
	border-top: 1px solid #e6e6e6;
}

.screen2_number {
	width: 31px;
	line-height: 36px;
	font-family: "TT0868M_1";
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin-right: 22px;
	display: inline-block;
	background: url(../images/B3/screen2_icon3.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

/*B4*/
.b4_s1 .be_screen1_title h1 {
	font-size: 40px;
	line-height: 56px;
	font-weight: bold;
	color: #333;
	width: 761px;
}

.b4_s1 .be_screen1_title {
	margin-top: 68px;
}

/* .b4_s1 .be_screen1_left p{
	line-height: 0;
} */
.b4_s1 .be_screen1_left .mc_zfx {
	line-height: 52px;
}

.b4_s1 .be_screen1_left {
	margin-top: 0;
}

.b4_s1_wrap {
	margin-top: 24px;
	margin-bottom: 10px;
}

.b4_s1 .be_s1_left_B3>p {
	line-height: 26px;
}

.b4_s1 .be_s1_left_B3 {
	margin-bottom: 45px;
}


/*B5*/
.b5_s1 .be_screen1_left {
	margin-top: 40px;
}

.b5_s1 .be_screen1_left p:first-child {
	margin-bottom: 12px;
}

/*C1*/
.c1_s2 .be_screen2_main {
	margin-bottom: 82px;
}

.c1_s1 .be_screen1_left {
	margin-top: 48px;
}

.be_s1_left_C1 {
	margin-bottom: 125px;
}

.be_sc2_C1titledes {
	font-family: Arial;
	font-size: 16px;
	color: #666;
	line-height: 26px;
}

.toptitle {
	margin-bottom: 19px;
}

.bottomtitle {
	margin-top: 22px;
}

/*关于我们*/
.be_screen1_top {
	background-color: #1783c1;
}

.be_D1screen1_left {
	width: 535px;
	float: left;
}

.be_D1screen1_title {
	font-family: Arial;
	font-weight: bold;
	font-size: 40px;
	color: #fefefe;
	margin-top: 90px;
}

.be_D1screen1_des p {
	font-family: Arial;
	font-size: 16px;
	color: #fefefe;
	margin-top: 32px;
	margin-bottom: 55px;
	line-height: 28px;
	max-height: 168px;
	overflow: hidden;
}

.be_D1screen1_right {
	width: 618px;
	float: right;
	margin-top: 68px;
	margin-bottom: -130px;
}

.be_D1screen1_right img {
	width: 100%;
}

.be_screen1_bottom {
	margin-top: 45px;
	width: 580px;
	color: #1783c1;
}

.be_screen1_number {
	width: 33.3%;
	float: left;
}

.be_screen1_numdes {
	font-family: Arial;
	font-weight: bold;
	font-size: 50px;
}

.be_screen1_numtitle {
	font-family: Arial;
	font-size: 16px;
	margin: 16px 40px 10px;
}

.be_screen2 {
	margin-top: 19px;
}

.d1_s2 {
	padding-bottom: 61px;
}

.be_screen2_des {
	font-family: Arial;
	font-size: 16px;
	color: rgba(51, 51, 51, .8);
	line-height: 28px;
}

/*联系我们*/
/*左边*/
.e1_s2 {
	margin-top: 0;
}

.be_E1screen1_left {
	width: 748px;
	float: left;
	border-right: 1px solid #EEE;
	margin-top: 78px;
	padding-bottom: 87px;
}

.be_E1screen1_title {
	font-size: 30px;
	font-weight: bold;
	color: #333;
	margin-bottom: 30px;
}

.be_E1screen1_input {
	background-color: #fdfdfd;
	border: 1px solid #eaeaea;
	width: 340px;
	height: 50px;
	text-indent: 1.2em;
	margin-bottom: 15px;
}

.be_next {
	margin-left: 10px;
}

.be_full {
	position: relative;
	width: 693px;
	height: 50px;
	margin-bottom: 15px;
}

.be_email {
	width: 693px;
	height: 50px;
}

.be_email_right {
	position: absolute;
	top: 50%;
	right: 19px;
	margin-top: -6px;
	font-family: Arial;
	font-size: 12px;
	color: #999;
	z-index: 0;
}

.be_message {
	width: 693px;
	height: 112px;
	resize: none;
	padding-top: 20px;
}

.be_files {
	position: absolute;
	opacity: 0;
	z-index: 0;
	width: 693px;
	cursor: pointer;
}

.be_full1 {
	width: 693px;
	height: 50px;
}

.be_tishi {
	position: absolute;
	z-index: 0;
}

.be_btndes {
	width: 185px;
	height: 50px;
	line-height: 50px;
	background-color: #2296cd;
	float: right;
	font-family: Arial;
	font-size: 16px;
	color: #fffefe;
	margin-top: -1px;
	text-align: center;
	text-indent: unset;
	cursor: pointer;
	/* position: relative;
	z-index: 1; */
}

.sub {
	text-align: center;
}

.btn_submit {
	background: #1783c1;
}

.be_submit {
	width: 693px;
}

.be_code {
	float: left;
}

.be_verifycode {
	float: left;
}

.submitbtn {
	float: left;
}

.be_screen1_right {
	float: right;
}

.be_mantop {
	margin-top: 25px;
}


/*右边*/
.be_E1screen1_right {
	width: calc(100% - 748px);
	margin-top: 78px;
	padding-left: 49px;
	float: left;
}

.be_E1screen1_flbottom {
	padding-top: 9px;
}

.be_E1screen1_flbottom p {
	font-size: 16px;
	color: #666;
}

.e1_s2_title p {
	line-height: 33px;
}

.e1_s2_title {
	margin-bottom: 35px;
}

.e1_s2_contact .e1_s2_dt {
	color: #2296cd;
	margin-bottom: 12px;
	font-weight: bold;
}

.e1_s2_contact {
	margin-bottom: 40px;
}

.e1_s2_add p {
	line-height: 26px;
}

.e1_s2_add .e1_s2_dt {
	margin-bottom: 5px;
}

/*第二屏地图*/
.be_map {
	width: 100%;
	height: 465px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	background-color: rgb(243, 241, 236);
	color: rgb(0, 0, 0);
	text-align: left;
	/* margin-top: 87px; */
}


/* hover效果 */
@media screen and (min-width: 1240px) {
	.be_screen1_box:hover .be_s3_icon {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
	}

	.be_screen1_box:hover .be_s1des {
		color: #1783c1;
	}

	.mc_select_list li:hover {
		color: #1783c1;
	}

	.be_xiala li:hover>a {
		color: #1783c1;
	}

	.be_btn_toggle:hover {
		background-color: #f9f9f9;
	}

	.be_btn_toggle:hover .be_btn_toggle_bar {
		background-color: #1428a0;
	}

	.be_nav .be_navli:hover .be_nava {
		color: #1783c1;
	}

	.be_footernavli a:hover {
		color: #1783c1;
	}

	/* .be_screen1_box:hover .be_s1box_icon img {
		transform: scale(1.2);
	} */
}

/* 载入效果 */
.anmt1 {
	animation-delay: 0.3s;
	animation-name: fadeInUp;
}

.anmt2 {
	animation-delay: 0.5s;
	animation-name: fadeInUp;
}

.anmt3 {
	animation-delay: 0.7s;
	animation-name: fadeInUp;
}

.anmt4 {
	animation-delay: 0.9s;
	animation-name: fadeInUp;
}

.anmt5 {
	animation-delay: 1.1s;
	animation-name: fadeInUp
}

.anmt_up {
	animation-name: fadeInUp;

}

.anmt_left {
	animation-name: fadeInLeft;

}

.anmt_right {
	animation-name: fadeInRight;

}


.banner_title_index {
	animation-delay: 0.3s;
	animation-name: fadeInLeft;
}

.index_banner_anmt {
	animation-delay: 0.3s;
	animation-name: fadeInLeft;
}

.be_indexscreen1_title {
	animation-delay: 0.3s;
	animation-name: fadeIn;
}

/* .index_s1 {
	overflow: hidden;
} */

.index_s2_slick {
	animation-delay: 0.3s;
	animation-name: fadeInUp;
}

.be_indexscreen2 {
	overflow: hidden;
}

.index_s3 {
	overflow: hidden;
}

.index_s3_slick {
	animation-delay: 0.3s;
	animation-name: fadeInUp;
}

.be_s4_title {
	animation-delay: 0.3s;
	animation-name: fadeIn;
}

.be_s4_des {
	animation-delay: 0.3s;
	animation-name: fadeInLeft;
}

.banner_titbox_inner {
	animation-delay: 0.3s;
	animation-name: fadeInLeft;
}

.banner_mbx {
	animation-delay: 0.3s;
	animation-name: fadeIn;
}

.be_screen1_title {
	animation-delay: 0.3s;
	animation-name: fadeIn;
}

.be_screen1_left,
.be_screen2_left {
	animation-delay: 0.3s;
	animation-name: fadeInLeft;
}

.be_screen1_right {
	animation-delay: 0.3s;
	animation-name: fadeInUp;
}

.be_screen2_right {
	animation-delay: 0.3s;
	animation-name: fadeInRight;
}

.screen1 {
	overflow: hidden;
}

.b1_s2 .be_screen2_right p {
	overflow: unset;
	max-height: unset;
}

.be_s2_2right {
	animation-delay: 0.3s;
	animation-name: fadeInRight;
}

.be_s2_2left {
	animation-delay: 0.3s;
	animation-name: fadeInLeft;
}

.be_D1screen1_left {
	animation-delay: 0.3s;
	animation-name: fadeInLeft;
}

.be_D1screen1_right {
	animation-delay: 0.3s;
	animation-name: fadeInRight;
}

.d1_s2 .be_screen2_contain {
	animation-delay: 0.3s;
	animation-name: fadeInUp;
}

.be_E1screen1_left {
	animation-delay: 0.3s;
	animation-name: fadeInLeft;
}

.be_E1screen1_right {
	animation-delay: 0.3s;
	animation-name: fadeInRight;
}

.e1_s2 {
	overflow: hidden;
}

.be_map {
	animation-delay: 0.3s;
	animation-name: fadeInUp;
}

/* 8.3 */
.be_screen1_title_twoline {
	max-width: 765px;
	margin-top: 100px;
}

.index_s2_slick .be_s2_right {
	height: 487px;
}

/* 8.19 */
.be_screen1_title {
	max-width: 850px;
	margin-top: 100px;
}

.index_s3 .be_s1des {
	height: unset;
	max-height: 48px;
}

.index_s3_slick {
	padding-bottom: 5px;
}

/* 9.5 */
.mc_cnzz{
	margin-top: 5px;
}
.mc_cnzz span {
	display: inline-block;
	transform: translateY(-1px);
}

.mc_cnzz a {
	display: block;
	width: 50px;
	height: 12px;
	/* margin-left: 12px; */
	margin-top: -6px;
}

.mc_cnzz img {
	width: 100%;
}

.be_flfooter_bottom a:nth-child(3){
	float: right;
}

.be_footerbottom {
	margin-top: 14px;
}