@font-face{
	font-family:'Roboto';
	src:url('../fonts/RobotoThin.eot');
	src:url('../fonts/RobotoThin.eot') format('embedded-opentype'),
		url('../fonts/RobotoThin.woff2') format('woff2'),
		url('../fonts/RobotoThin.woff') format('woff'),
		url('../fonts/RobotoThin.ttf') format('truetype'),
		url('../fonts/fonts/RobotoThin.svg#RobotoThin') format('svg');
	font-style:normal;
	font-weight:200;
	font-display:swap;
}
	
@font-face{
	font-family:'RobotoNormal';
	src:url('../fonts/RobotoRegular.eot');
	src:url('../fonts/RobotoRegular.eot') format('embedded-opentype'),
		url('../fonts/RobotoRegular.woff2') format('woff2'),
		url('../fonts/RobotoRegular.woff') format('woff'),
		url('../fonts/RobotoRegular.ttf') format('truetype'),
		url('../fonts/RobotoRegular.svg#RobotoRegular') format('svg');
	font-style:normal;
	font-weight:400;
	font-display:swap;
}



body {
	font-family: 'Roboto',sans-serif;
    font-size: 17px;
    font-weight: 300;
	color: #ffffff;
}


*{
	padding: 0;
	margin: 0;
}



*, *::before, *::after {
    box-sizing: border-box;
	font-family: 'Microsoft Yahei',Arial,sans-serif;
}

table {
	border-spacing: 1px;
}


a {
	font-family: 'RobotoNormal';
	color: #ffffff;
	text-decoration: none;
}

ul {
    margin-bottom: 0; 
}





/* header 样式开始 */

.top-new {
	display: block !important;
}

.top-new-row {
    padding: 0px 60px;
    height: 110px;
    background: #373b40;
	display: flex !important;
	align-items: center !important;
	position: relative;
}

.top-new-icons {
	margin-left: auto !important;
}

.top-new img {
    max-width: 130px;
}

.dropdownLi {
	display: flex;
    flex-wrap: wrap;
	padding-left: 30px;
}

.dropdownMenuInner {
	position: absolute;
    top: 110px;
    left: 0;
    z-index: 50;
    box-shadow: 0 3px 3px rgb(0 0 0 / 50%);
    width: 100%;
    background: #373b40;	
	padding: 30px 60px 50px 60px;
    min-height: 480px;
	display: none;
}

.isActive {
	display:block;
}

.dropdownMenuInner li {	
    position: relative;
	width: 28%;
	line-height: 36px;
    border-bottom: 1px solid #94969f;
}

.dropdownMenuInner li:hover a {	
   background: #94969f;
}


.dropdownMenuInner li a {
	display: block;
    padding: 8px 19px;
}


.dropdownMenuInner li a:before {
    position: absolute;
    right: 25px;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 19px;
}



.nav-link {
    display: block;
    padding: 13px 15px;
}

.nav-link:hover {
	font-weight: 700;
}


#langNavi {
	position: relative;
}

#langNavi .currentLang {
	display: flex;
	align-items: center;
	padding: 10px 0;
    cursor: pointer;
    color: #ffffff;
}

.language-icon {
	display: flex;
    align-items: center;
	padding-right: 5px;
}

.arrowLangDown {
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    margin: -2px 9px 0 9px;
	display: inline-block;
}

.langNaviUl {
	position: absolute;
    background: #373b40;
    z-index: 60;
    top: 100%;
    right: 0px;
    box-shadow: 0 0 6px rgb(0 0 0 / 26%);
	max-height: 0;
	width: 116px;
	overflow: hidden;
	transition: max-height 0.6s;
}

.langIsOpen .arrowLangDown {
    -webkit-transform: rotate(-137deg);
    -moz-transform: rotate(-137deg);
    -ms-transform: rotate(-137deg);
    -o-transform: rotate(-137deg);
    transform: rotate(-137deg);
    margin-top: 3px;
}

.langIsOpen .language-value {
	font-weight: 700;
}

.current a {
	font-weight: 700;
}

.langIsOpen .langNaviUl {
	max-height: 230px;
	border: 1px solid #ffffff;
}

.langNaviUl li:first-child {
    border-bottom: 1px solid #6e6e6e;
}

.langNaviUl li:hover {
   background: #0065b3;
}

.langNaviUl li a {
    padding: 8px 15px;
    display: block;
    white-space: nowrap;
}


/* header 样式结束 */










/* Banner 样式开始 */


img{
	vertical-align: top;
}

li{
	list-style: none;
}

#focus-banner{
	position: relative;
	width: 100%;
	overflow: hidden;
}

#focus-banner-list{
	position: relative;
}

#focus-banner-list li{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

#focus-banner-list li img{
	width: 100%;
}

.focus-banner-img{
	display: block;
}

#focus-banner-list .focus-banner-text{
	position: absolute;
	top: 258px;
	width: 1000px;
	height: 100%;

}

#focus-banner-list .focus-banner-text p{
	color: #fff;
	font-weight: 800;
    font-size: 52px;
    line-height: 72px;
    white-space: pre-wrap;
}

#focus-banner-list .focus-banner-text a{
	padding: 15px 50px;  
	border: 1px solid #ffffff;
	position: absolute;
	top:250px;
	cursor: pointer;
}

#focus-banner-list .focus-banner-text a:hover{
	background-color: #0065b3;
	border: 1px solid #0065b3;
}

#focus-banner-list .focus-banner-text span{
	font-weight: 400;
    font-size: 14px;
	color: #fff;
}

.btn-icon{
	align-self: center;
    width: 46px;
    height: 16px;
	color: #fff;
}

#focus-banner .focus-handle{
	position: absolute;
	top: 50%;
	margin-top: -40px;
	z-index: 100;
	display: block;
	width: 80px;
	height: 80px;
	background-image: url("../images/focus_handle.png");
}

#next-img{
	left: 0;
}

#next-img{
	left: 50px;
	background-position: 0 0;
}

#next-img:hover{
	background-position: 0 -80px;
}

#prev-img{
	right: 0;
}

#prev-img{
	right: 50px;
	background-position: -80px 0;
}

#prev-img:hover{
	background-position: -80px -80px;
}

#focus-bubble{
	position: absolute;
	left: 50%;
	bottom: 50px;
	z-index: 999;
}

#focus-bubble li{
	float: left;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border:1px #fff solid;
	cursor: pointer;
}

#focus-bubble li a{
	display: block;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=0);
	opacity: 0;
}

#focus-bubble li.current{
	background-color: #fff;
}

@media screen and (max-width: 1920px) and (min-width: 768px){
	.focus-banner-text {
		margin-left: calc(50% - 440px);
	}
}

/* Banner 样式结束 */







/* 产品列表CSS开始 */
.products {
	display: block;
	overflow: hidden;
	padding:0 0 60px;
}



.product {
	display: block;
	overflow: hidden;
	width: 1230px;
	margin: 0 auto;
	padding-top: 20px;
}

.pro-top {
	display: block;
	overflow: hidden;
}


.pro-top-h {
	display: block;
	overflow: hidden;
	padding-bottom: 20px;
}

.product h3 {
	color: #333 ;
}



.pro-left-img img {
	max-width: 100%;
}

.product h3 {
	padding-bottom: 5px;
}


.pro-xx {
	display: block;
	overflow: hidden;
}



.pro-center {
	color: #333;
}

.pro-wz {
	padding: 12px 0;
}

.pro-wz p {
	line-height: 28px;
}



.pro-tab {
	display: block;
	overflow: hidden;
}


.pro-tab td {
	color: #333;
	text-align: center;
	line-height: 35px;
}

.pro-tab table {
	width: 100%;
	padding-top: 30px;
}

.pro-tab tbody {
	overflow: hidden;
}

.pro-tab tr {
	width: 100%;
}
 
.pro-tab th {
	background: #485a64;

}

.pro-tab tr:nth-child(2n-1){
	background: #0000000d;
}



.pro-tab tr:hover {
	background: #b1cadd;
}

.pro-tab tr:nth-of-type(n+3) {
	cursor: pointer;
}


/* 产品列表CSS结束 */







/* content-section 样式开始 */

.content-section{
	overflow: hidden;
	padding: 3rem 0;
    background-color: #fff;
}

.stretch {
	display: block;
	overflow: hidden;
	width: 1230px;
	margin: 0 auto;
}

.content-section-left {
	display: flex;
	width: 54%;
	float: left;
}

.content-section-left img {
	width: 100%;
}

.content-section-right {
	width: 42%;
	float: right;
}

.content-section-right h2 {
	font-size: 2.5rem;
    color: #457cbe;
	text-align: center;
	margin-bottom: 45px;
}

.content-section-right p {
	line-height: 25px;
    margin-bottom: 2rem;
	color: #646464;
	text-align:justify;
}

.content-section-right a {
	display: block;
	border: 1px solid #457cbe;
	cursor: pointer;
	margin: 0 auto;
	padding: 1rem 2.8rem;
	color: #457cbe;
	font-size: 15px;
	text-align: center;
	max-width:200px;
}

.content-section-right a:hover {
	background: #457cbe;
	color: #ffffff;
}

/* content-section 样式结束 */






/* 视频样式 样式开始 */

.videoelement {
	position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}



/* 视频样式 样式结束 */



.new {
	display: block;
	max-width: 1230px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.news-list-view {
	max-width: 1230px;
	margin: 0 auto;
	margin-bottom: 10px;
    padding: 45px;
    background-color: #f1f1f4;
	display: flex;
    flex-wrap: wrap; 
}

.left {
	width:33.33%
}

.left img {
	max-width: 100%;
    height: auto;
    width: auto;
}


.right {
	font-family: 'Microsoft Yahei', Arial , sans-serif;
	width: 66.66%;
    position: relative;
    padding-left: 45px;
	text-align: justify;
}

.right p {
	color: #333;
	padding-bottom: 20px;
}

.right h3 {
	color: #0489FE;
	padding-top: 15px;
	padding-bottom: 15px;
}

.description p {
	color: #333;
	line-height: 28px;
}

.right a {
	color: #333;
}

.linkButton {
	position: absolute;
	overflow: hidden;
    width: 320px;
	bottom: 0;
}


.linkButton a {
	display: flex;
	border: 1px solid #005aaa;
	width: 100%;
    padding: 14px 14px;
	line-height: 1;
}

.linkButton a:hover {
	background-color: #f4f7ff;
}

.linkButton a:after {
	display: block;
	content: '';
	border-right: 1px solid #005aaa;
    border-bottom: 1px solid #005aaa;
	transform: rotate(315deg);
    width: 12px;
    height: 12px;
    min-width: 12px;
	position: absolute;
	right: 15px;
}

/* 视频样式 样式结束 */







/* 材料样式开始 */

.breadcrumbs {
	display: block;
	overflow: hidden;
	background-color: #727272; 
}

.lujing {
	margin: 0 auto;
	width: 1230px;
	font-size: 16px;
    line-height: 40px;
}


.page-header {
	display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
	background: #959595;
	padding: 22px 0;
}

.page-header h1 {
    color: #ffffff;
	font-size: 45px;
	font-weight: 800;
    padding: 0px 0px 20px;

}

.page-header p {
	 color: #ffffff;
}




.cail {
	display: block;
	overflow: hidden;
	max-width: 1230px; 
	margin: 0 auto;
}


.cail h3 {
	color: #000000;
	font-size: 30px;
	padding: 30px 0;
	text-align: left;
}

.cail p {
	color: #000000;
}


.column-block {
	max-width: 1230px;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;
	padding: 0 0 40px;
}


.col {
	width: 46%
}


.text-block h4 {
	color: #000000;
	padding-bottom: 20px;
}

.text-block p {
	line-height: 28px;
    text-align: justify;
	padding-bottom: 10px;
}

.image-block img {
	max-width: 100%;
}

.content-images {
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
}

.content-img img {
	width: 100%;
}

.content-font {	
	position: absolute;
	top: 300px;	
}

.content-font h1 {
    color: #fff;
    font-weight: 800;
    font-size: 52px;
	text-align: center;
}

.content-font p{
	line-height: 28px;
	text-align: justify;
}


.clwz {
	display:block;
	overflow: hidden;
	background-color: whitesmoke;
}

.cl-wz {
	max-width: 1230px;
	margin:0 auto;
	padding: 50px 0;
}

.cl-wz p {
	line-height: 38px;
	color: #000000;
}

/* 材料样式结束 */




/* 关于众悦开始 */


.about-us {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-img img {
	width: 100%;
}


.about-wenz {
	position: absolute;
	top: 300px;
}

.about-wenz p {
	padding-top: 10px;
}

.about-wenz h1{
	text-align: center;
	color: #fff;
    font-weight: 800;
    font-size: 52px;
    line-height: 72px;
    white-space: pre-wrap;
}

.about-cont {
	max-width: 1230px;
	margin: 0 auto;
	color: #000000;
	padding:20px 0 50px;
}

.ab-xq {
	text-indent:2em;
}

.about-cont h3 {
	color: #000000;
    text-align: center;
    font-size: 30px;
    padding: 30px 0;
	font-weight: 100;
}

.about-cont p {
	text-align: justify;
	padding-bottom: 20px
}




.gc-one{
	display:flex;
	display: -webkit-flex;
	justify-content: space-between;
}


.gc-two {
	display:flex;
	display: -webkit-flex;
	justify-content: space-between;
	padding-top: 10px;
}


.ab-lc{
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;  
	justify-content: space-between;
}

.lc-dis {
	padding-bottom: 10px;
}

.lc-dis p {
	padding:6px 0;
	text-align: center;
	color: #0065b3;
}

.ab-row {
	display:flex;
	display: -webkit-flex;
}

.ab-row .lc-dis {
	padding-right:10px;
}


/* 关于众悦结束 */




/* 联系我们开始 */

.contact {
	display: block;
    overflow: hidden;
	width: 1230px;
	margin: 0 auto;
	padding: 20px 0 50px;
	color: #000000;
}


.con-left {
	width: 45%;
	float: left;
	padding-top: 15px;
}

.con-left p {
	line-height: 45px;
}

.con-right {
	width: 55%;
	float: right;
}

.con-right img{
	width: 300px;
	float: left;
}



/* 联系我们结束 */




/* footer 样式开始 */

.footer-new {
    display: block;
    background: #373b40;
    color: white;
    padding-top: 40px;
}


.footer-new-inner {
    margin: 0 auto;
	max-width: 1230px;
}

@media (min-width: 769px) {
	.footer-new-col-left {
		width: 50%;
	}
	
	.footer-new-col-right {
		width: 50%;
	}
}

@media (min-width: 1200px){
	.footer-new-top {
		padding-bottom: 40px;
		display: flex;
		flex-direction: row;
	}
	
	.footer-new-logo {
		padding-bottom: 40px;
	}
	
	.footer-new-text {
		max-width: 450px;
		padding-bottom: 50px;
	}
	
	
	.footer-new-bottom {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	
	.footer-new-metanavi ul li:not(:last-child) {
		padding-right: 25px;
	}
	
}

.footer-new-bottom {
	border-top: 1px solid #ffffff66;
    line-height: 40px;
	font-size: 15px;
}


.footer-new-logo img {
	width:124px;
}


.footer-new-metanavi ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}



.pb-3 h3 {
	padding-bottom: 1.5rem !important;
}


.footer-new-navi-item {
    padding-bottom: 10px;
}


.footer-new-navi {
	display: block;
	overflow: hidden ;
}

.footer-new-navi-col {
	width: 50%;
	float: right;
}

.footer-new-navi-item a{
	font-size:16px;
}

/* footer 样式结束 */


.pages {
	display: flex;
	justify-content: center;
	padding: 10px 0 60px;
	color: #333;
}

.pages a {
	border: 1px solid #000000;
	padding: 8px 10px;
	color: #333;
	margin-left: 15px;
}


.pages a:hover {
	border: 1px solid #0090ff;
	background: #0090ff;
	color: #ffffff;
}





.wz-con {
	display: block;
	max-width: 1230px;
	margin: 0 auto;
	color: #333;
}


.wz-con h3 {
	font-size: 25px;
	font-weight: 800;
	color: #0489FE;
}


.wz-xq p {
	line-height: 28px; 
	text-align: justify;
	padding-bottom: 15px;
}

.wz-lx {
	display: flex;
	padding: 20px 0 50px;
}

.wz-lx a {
	color: #0065b3;
	padding: 10px 20px;
	border: 1px solid #0065b3;
}

.wz-lx a:hover {
	background: #0065b3;
	color: #ffffff;
}

.wz-xq th {
	padding-right: 5px;
	padding-bottom: 5px;
}

.wz-xq td {
	padding-right: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}
