* {
	padding: 0;
	margin: 0;
	box-sizing: border-box
}

body,
button,
input,
select,
textarea {
	font-family: PingFangSC-Light, 'microsoft yahei', 'helvetica neue', 'hiragino sans gb', tahoma, 'microsoft yahei ui', simsun, sans-serif
}

body,
html {
	width: 100%;
	height: 100%;
	position: relative
}

button,
input[type=button],
input[type=reset],
input[type=submit],
label {
	-webkit-user-select: none;
	outline: 0
}

input {
	outline: 0
}

a {
	display: block;
	color: #000
}

a:active,
a:hover,
a:link,
a:visited {
	text-decoration: none
}

a.underline:hover {
	text-decoration: underline
}

li {
	list-style: none
}

button,
input,
select {
	box-sizing: content-box;
	outline: 0
}

button {
	border: 0;
	cursor: pointer
}

img {
	display: block;
	border: none
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	zoom: 1
}

.fl {
	float: left
}

.fr {
	float: right
}

.tac {
	text-align: center
}

.tar {
	text-align: right
}

.poa {
	position: absolute
}

.por {
	position: relative
}

.hidden {
	display: none
}

.w1200 {
	width: 1200px;
	margin: 0 auto
}

.visihidden {
	visibility: hidden
}

#editor img {
	width: auto
}

input[readonly=readonly] {
	background-color: #f5f5f5
}

.nodata {
	width: 100%;
	line-height: 80px;
	color: #ccc;
	text-align: center;
	font-size: 20px
}

.nybanner {
	width: 100%;
	height: 250px;
	line-height: 42px;
	position: relative;
	overflow: hidden;
	background: url(/img/contact.jpg) no-repeat;
	background-position: center top;
	background-repeat: no-repeat;
	color: #fff
}

.nybanner h3 {
	font-size: 34px;
	padding: 70px 0 6px
}

.nybanner .en {
	font-size: 30px;
	font-family: arial;
	font-weight: 700
}

.nybanner .line {
	width: 50px;
	height: 2px;
	display: block;
	background: #fff;
	margin-top: 10px
}

.sitepath {
	height: 80px;
	line-height: 80px;
	text-align: right
}

.sitepath s {
	width: 20px;
	height: 18px;
	background-position: 0 0;
	margin-right: 4px
}

.sitepath a {
	display: inline
}

.common-menu {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	position: relative
}

.common-menu .common-menu-main {
	width: 1200px;
	margin: 0 auto;
	height: 70px;
	overflow: hidden;
	transition: all .3s ease;
	position: relative
}

.common-menu .common-menu-main.show {
	height: auto
}

.common-menu .common-menu-btns {
	display: none;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 0;
	cursor: pointer
}

.common-menu .common-menu-btns .layui-icon-left {
	position: absolute;
	left: -60px;
	top: 0;
	line-height: 60px;
	color: #000;
	font-size: 40px
}

.common-menu .common-menu-btns .layui-icon-right {
	position: absolute;
	left: 1260px;
	top: 0;
	line-height: 60px;
	color: #000;
	font-size: 40px
}

.common-menu .list {
	width: 10000px;
	margin: 0 auto;
	border-left: 1px solid #ddd;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	transition: all .4s ease
}

.common-menu .list li {
	width: 220px;
	height: 60px;
	float: left;
	border-right: 1px solid #ddd;
	position: relative
}

.common-menu .list li .nav1 {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	display: block;
	text-align: center
}

.common-menu .list li .nav1 i {
	border-style: solid dashed dashed dashed;
	border-color: rgba(255, 255, 255, 0) transparent transparent transparent;
	border-width: 10px;
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: -20px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.common-menu .list li .nav1.cur {
	background: #0069bb;
	color: #fff
}

.common-menu .list li .nav1.cur i {
	border-color: #0069bb transparent transparent transparent
}

.relateNews {
	padding: 55px 0 0;
	width: 100%;
	overflow: hidden
}

.relateNews .n-tit {
	margin-bottom: 30px
}

.relateNews .n-tit .more {
	font-size: 16px;
	width: 120px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-top: 10px;
	border: 1px solid #ddd;
	transition: all ease .6s
}

.relateNews .n-tit h3 {
	line-height: 35px;
	font-size: 24px
}

.relateNews .n-tit h3 s {
	width: 4px;
	height: 22px;
	margin-right: 15px;
	background: #f37b1d;
	display: inline-block;
	vertical-align: middle
}

.relateNews .list {
	width: 110%
}

.relateNews .list .item {
	width: 545px;
	float: left;
	margin-right: 32px;
	margin-bottom: 20px
}

.relateNews .list .item a {
	display: block;
	width: 100%;
	height: 100px
}

.relateNews .list .item img {
	width: 135px;
	height: 100px;
	display: block;
	float: left;
	margin-right: 20px
}

.relateNews .list .item h3 {
	line-height: 26px;
	font-size: 16px;
	float: left
}

.relateNews .list .item .time {
	color: #999;
	font-family: arial;
	font-size: 16px;
	line-height: 26px;
	float: right
}

.relateNews .list .item p {
	line-height: 24px;
	overflow: hidden;
	font-size: 14px;
	color: #999;
	float: left;
	width: 388px;
	text-align: justify
}

.relateNews .list .item:hover img {
	-webkit-filter: brightness(105%);
	filter: brightness(105%)
}

.relateNews .list .item:hover h3 {
	color: #0069bb
}

#head-box {
	width: 100%;
	height: 110px;
	background-color: #fff
}

.head-container {
	width: 1200px;
	height: 110px;
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	z-index: 199
}

.head-container .head-logo {
	max-width: 450px;
	width: auto;
	height: 110px;
	display: flex;
	align-items: center
}

.head-container .head-logo img {
	max-width: 450px;
	width: auto;
	height: 60px
}

.head-container .nav_main {
	flex: 1;
	margin: 0 20px;
	height: 110px;
	display: flex
}

.head-container .nav_main .nav_main_panel {
	flex: 1.3;
	height: 110px;
	position: relative;
	font-size: 16px;
	text-align: center
}

.head-container .nav_main .nav_main_panel::after {
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	background-color: #ccc;
	left: 0;
	top: 48px
}

.head-container .nav_main .nav_main_panel>a {
	line-height: 110px;
	color: #333;
	transition: all .4s ease
}

.head-container .nav_main .nav_main_panel>a.cur {
	background: #0069bb;
	color: #fff
}

.head-container .nav_main .nav_main_panel:nth-of-type(1) {
	flex: 1
}

.head-container .nav_main .nav_main_panel:nth-of-type(1)::after {
	display: none
}

.head-container .nav_main .nav_main_panel .subnav {
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	background: #0069bb;
	border-top: 1px solid #0069bb;
	height: auto;
	left: 0;
	top: 110px;
	position: absolute;
	min-width: 100%;
	z-index: 199
}

.head-container .nav_main .nav_main_panel .subnav li a {
	white-space: nowrap;
	color: #fff;
	display: block;
	font-size: 14px;
	text-align: left;
	font-weight: 500;
	line-height: 12px;
	height: 50px;
	padding: 20px 10px;
	text-align: center;
	transition: all .2s ease-in-out 0s;
	border-top: 1px solid #0069bb
}

.head-container .nav_main .nav_main_panel .subnav li a:hover {
	background-color: rgba(255, 255, 255, .1)
}

.head-container .nav_main .nav_main_panel:hover {
	background-color: #0069bb
}

.head-container .nav_main .nav_main_panel:hover>a {
	color: #fff
}

.head-container .nav_main .nav_main_panel:hover .subnav {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0)
}

.head-container .tel_main {
	width: auto;
	height: 110px
}

.head-container .tel_main .zx {
	margin-top: 30px;
	font-size: 14px;
	line-height: 24px;
	color: #666
}

.head-container .tel_main .tel {
	font: normal 26px "Vladimir Script";
	line-height: 24px;
	color: #0069bb;
	text-indent: -12px
}

.header_search {
	transition: all ease .3s;
	right: 0;
	top: 0;
	position: absolute
}

.header_search.addy .search_main {
	width: 360px
}

.header_search .icon {
	display: inline-block;
	vertical-align: middle
}

.header_search .search_btn {
	width: 50px;
	height: 35px;
	cursor: pointer;
	background: #0069bb url(../img/search.png) no-repeat center center;
	border-radius: 0 0 5px 5px
}

.header_search .search_main {
	position: absolute;
	z-index: 10;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	width: 0;
	height: 80px;
	right: 0;
	top: 114px;
	overflow: hidden;
	background: #fff
}

.header_search .search_box {
	width: 280px;
	height: 40px;
	margin-top: 20px;
	margin-left: 40px;
	background: url(../img/search_main.png) no-repeat bottom center
}

.header_search .search_box input {
	border: 0
}

.header_search .search_box .sbtn {
	float: right;
	width: 40px;
	height: 40px;
	display: block;
	cursor: pointer;
	background: url(../img/search1.png) no-repeat center center
}

.header_search .search_box .stxt {
	width: 240px;
	height: 38px;
	line-height: 38px;
	display: block;
	text-indent: 10px;
	color: #999;
	border: none;
	float: left
}

#foot-box {
	width: 100%;
	height: auto;
	padding-bottom: 40px;
	background: #23242c;
	overflow: hidden
}

#foot-box .bottom_main {
	width: 1200px;
	margin: 0 auto
}

#foot-box .links {
	padding: 20px 0;
	font-size: 16px;
	border-bottom: 1px solid #434343
}

#foot-box .links span {
	color: #0069bb;
	font-weight: 700;
	display: inline-block
}

#foot-box .links a {
	display: inline-block;
	color: #f9f9f9;
	padding-right: 10px
}

#foot-box .bottom_nav {
	margin-top: 58px;
	position: relative
}

#foot-box .bottom_nav::before {
	content: "";
	display: block;
	width: 1px;
	height: 16px;
	background-color: #0069bb;
	position: absolute;
	left: 0;
	top: 0
}

#foot-box .bottom_nav .left {
	float: left;
	padding-left: 48px;
	height: 164px;
	width: 200px;
	position: relative
}

#foot-box .bottom_nav .left::before {
	content: "";
	display: block;
	width: 1px;
	height: 16px;
	background-color: #0069bb;
	position: absolute;
	right: 0;
	top: 0
}

#foot-box .bottom_nav .left h3 {
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	height: 34px
}

#foot-box .bottom_nav .left dd a {
	display: inline-block;
	font-size: 12px;
	color: #ccc;
	padding-right: 16px;
	height: 24px
}

#foot-box .bottom_nav .left dd a:hover {
	color: #fff
}

#foot-box .bottom_ewm .ewm {
	width: 120px;
	height: 120px;
	background-color: #666;
	text-align: center;
	margin-top: 60px
}

#foot-box .bottom_ewm .ewm img {
	width: 110px;
	height: 110px;
	margin: 5px auto
}

#foot-box .bottom_ewm .tit {
	margin-top: 64px;
	margin-left: 30px
}

#foot-box .bottom_ewm .tit li {
	display: block;
	clear: left;
	height: 64px
}

#foot-box .bottom_ewm .tit li img {
	width: 50px;
	height: 50px;
	float: left
}

#foot-box .bottom_ewm .tit li p {
	float: left;
	font-size: 12px;
	line-height: 22px;
	color: #ccc;
	padding-left: 12px;
	text-align: left;
	padding-top: 0
}

#foot-box .bottom_ewm .tit li p span {
	margin-top: 2px;
	font-size: 26px;
	font-family: Arial;
	color: #0069bb;
	display: block;
	font-weight: 700
}

#foot-box .bottom_copy {
	width: 100%;
	background: #17181e;
	height: 38px;
	line-height: 38px;
	color: #999;
	font-size: 12px;
	text-align: center
}

#foot-box .bottom_copy span {
	margin: 0 12px;
	opacity: .7
}

#foot-box .bottom_copy a {
	display: inline-block;
	color: #a7a7a7
}

#foot-box .bottom_copy a:hover {
	color: #fff
}

.page-position {
	width: 1200px;
	margin: 0 auto;
	height: 48px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #797a7a
}

.page-position a {
	color: #797a7a;
	margin: 0 2px
}

.copyright {
	width: 100%;
	text-align: center;
	color: #fff;
	opacity: .8;
	float: left
}

.copyright img {
	display: inline
}

.copyright a {
	display: inline;
	color: #fff
}

.toolbar_wrap {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	width: 0;
	height: 100%
}

.toolbar_wrap .toolbar {
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	z-index: 1000
}

.toolbar_tabs {
	position: fixed;
	top: 50%;
	right: 18px;
	width: 60px;
	margin-top: -61px;
	z-index: 9999
}

.toolbar_tab {
	position: relative;
	width: 60px;
	height: 60px;
	margin-bottom: 4px;
	cursor: pointer;
	background-color: #555;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px
}

.toolbar_tabs .tab_ico {
	width: 34px;
	height: 35px;
	margin-left: 1px;
	position: relative;
	z-index: 2;
	background-color: #555;
	display: inline-block;
	background-image: url(../images/toolbaricon.png);
	background-repeat: no-repeat
}

.toolbar_tabs .tab_text {
	width: 155px;
	font-size: 14px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	text-align: center;
	position: absolute;
	z-index: 1;
	left: 80px;
	top: 0;
	background-color: #666;
	border-radius: 3px
}

.toolbar_tab:hover,
.toolbar_tab:hover .tab_ico,
.toolbar_tab_hover,
.toolbar_tab_hover .tab_ico {
	background-color: #f47511
}

.toolbar_tabs .tab_kf em {
	width: 129px;
	height: 129px;
	text-align: left
}

.toolbar_tabs .tab_kf em img {
	width: 110px;
	height: 110px;
	margin-top: 10px;
	margin-left: 10px
}

.toolbar_tabs .toolbar_tabs a {
	display: inline-block;
	height: 60px
}

.icon {
	background: url(../img/icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle
}

.banner_main {
	z-index: 2;
	width: 100%;
	height: 600px;
	margin: 0 auto;
	position: relative;
	overflow: hidden
}

.banner_main .swiper-slide {
	height: 600px
}

.banner_main .swiper-slide img {
	width: 1920px;
	height: 600px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px
}

.banner_main .banner_prev {
	display: none;
	width: 30px;
	height: 115px;
	position: absolute;
	top: 50%;
	margin-top: -57px;
	background: url(../img/icon.png) no-repeat;
	z-index: 5;
	background-position: 0 0;
	left: 4%;
	transition: all .6s ease;
	vertical-align: middle;
	cursor: pointer
}

.banner_main .banner_prev:hover {
	opacity: .9;
	transition: all .6s ease;
	left: 3.8%
}

.banner_main .banner_next {
	display: none;
	width: 30px;
	height: 115px;
	position: absolute;
	background: url(../img/icon.png) no-repeat;
	top: 50%;
	margin-top: -57px;
	z-index: 5;
	background-position: -40px 0;
	right: 4%;
	transition: all .6s ease;
	vertical-align: middle;
	cursor: pointer
}

.banner_main .banner_next:hover {
	opacity: .9;
	transition: all .6s ease;
	right: 3.8%
}

.banner_main:hover .banner_next,
.banner_main:hover .banner_prev {
	display: inline-block
}

.banner_main .swiper-pagination-bullet {
	width: 40px;
	height: 5px;
	margin: 0 10px;
	display: inline-block;
	font-size: 0;
	cursor: pointer;
	background-color: #fff;
	border-radius: 0;
	opacity: 1
}

.banner_main .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #0069bb
}

.top_tit {
	position: relative;
	padding-top: 70px
}

.top_tit .enName {
	font: normal 80px "Vladimir Script";
	color: #513f35;
	line-height: 80px;
	text-align: center
}

.top_tit .cName {
	margin-top: 12px;
	font-size: 24px;
	color: #3e342e;
	text-align: center;
	line-height: 24px;
	background-size: 1200px 10px
}

.aboutus {
	width: 100%;
	height: 756px;
	background: url(../img/bg3.jpg) no-repeat
}

.aboutus .img {
	width: 500px;
	float: left;
	height: 350px;
	margin-left: -50px;
	margin-top: -50px
}

.aboutus .img img {
	width: 500px;
	height: 350px
}

.aboutus .aboutCont {
	width: 1196px;
	height: 350px;
	margin-top: 108px;
	border: 2px solid #513f35
}

.aboutus .aboutTxt {
	width: 610px;
	float: left;
	margin-left: 50px
}

.aboutus .aboutTxt .aTit {
	margin-top: 50px;
	font-size: 24px;
	color: #333;
	line-height: 26px
}

.aboutus .aboutTxt .cont {
	margin-top: 20px;
	font-size: 14px;
	color: #333;
	line-height: 30px
}

.aboutus .aboutTxt .viewMore {
	display: block;
	width: 150px;
	height: 40px;
	font-size: 14px;
	margin-top: 46px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #0069bb;
	border-radius: 20px;
	transition: all ease .6s
}

.aboutus .aboutTxt .viewMore:hover {
	background: #0069bb;
	opacity: .7;
	width: 180px;
	transition: all ease .6s
}

.newArr {
	position: relative;
	height: 858px;
	background: url(../img/bg1.jpg) no-repeat;
	background-size: 100% 858px
}

.newArr .top_tit .enName {
	color: #fff
}

.newArr .top_tit .cName {
	color: #fff
}

.newArr .product {
	position: relative;
	margin-top: 60px
}

.newArr .product .list {
	width: 106%
}

.newArr .product .list li {
	position: relative;
	float: left;
	display: block;
	width: 300px;
	height: 448px;
	transition: all ease .3s
}

.newArr .product .list li a {
	display: block
}

.newArr .product .list li.item .img {
	display: block;
	width: 300px;
	height: 224px;
	transition: all .6s ease
}

.newArr .product .list li.item .txt {
	width: 299px;
	height: 224px;
	background: #fff;
	border-left: 1px solid #ddd;
	cursor: pointer
}

.newArr .product .list li.item .txt .tit {
	padding-top: 40px;
	font-size: 24px;
	text-align: center;
	color: #333
}

.newArr .product .list li.item .txt .cont {
	width: 224px;
	margin: 0 auto;
	margin-top: 16px;
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 26px
}

.newArr .product .list li.item .txt .more {
	width: 100px;
	height: 30px;
	margin: 0 auto;
	margin-top: 20px;
	font: normal 14px arial;
	line-height: 30px;
	text-align: center;
	color: #666;
	border: 1px solid #ddd;
	border-radius: 15px;
	transition: all ease .6s
}

.newArr .product .list li.item:hover .img {
	border: none;
	filter: brightness(105%);
	transition: all ease .6s
}

.newArr .product .list li.item:hover .txt .tit {
	color: #0069bb
}

.newArr .product .list li.item:hover .txt .more {
	width: 120px;
	transition: all ease .6s
}

.newArr .product .hd {
	position: absolute;
	bottom: -90px;
	left: 45%;
	height: 36px
}

.newArr .product .hd .iconList {
	display: inline-block;
	max-width: 300px;
	text-align: center
}

.newArr .product .hd .iconList li {
	float: left;
	display: block;
	width: 14px;
	height: 14px;
	margin-left: 12px;
	font-size: 0;
	border: 2px solid #fff;
	border-radius: 100%;
	cursor: pointer
}

.newArr .product .hd .iconList li.on {
	background: #0069bb;
	border: 2px solid #0069bb
}

.newArr .product .list li .triangle {
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent #fff transparent;
	border-width: 13px;
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -12px;
	top: 198px
}

.newArr .product .list li.pro2 .triangle {
	border-style: dashed dashed solid dashed;
	border-color: #fff transparent transparent transparent;
	border-width: 13px;
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -12px;
	top: 224px
}

.newArr .product .list li .img {
	position: absolute;
	top: 0;
	left: 0
}

.newArr .product .list li .txt {
	position: absolute;
	bottom: 0;
	left: 0
}

.newArr .product .list li.pro2 .img {
	position: absolute;
	bottom: 0;
	left: 0;
	top: 224px
}

.newArr .product .list li.pro2 .txt {
	position: absolute;
	top: 0;
	left: 0
}

.newArr {
	position: relative;
	height: 858px;
	background: url(../img/bg1.jpg) no-repeat;
	background-size: 100% 858px
}

.newArr .products {
	width: 1200px;
	height: 480px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -600px;
	margin-top: -180px;
	z-index: 99
}

.newArr .proMenu {
	width: 280px;
	height: 480px;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 15px;
	position: absolute;
	left: 20px;
	top: -50px;
	z-index: 99;
	padding-top: 10px;
	overflow: hidden
}

.newArr .proMenu h3 {
	font-size: 26px;
	color: #333;
	line-height: 52px;
	padding-left: 60px
}

.newArr .proMenu a {
	display: block;
	cursor: pointer;
	width: 100%;
	padding-left: 60px;
	font-size: 16px;
	color: #333;
	line-height: 50px;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.newArr .proMenu a:hover {
	background-color: #0069bb;
	color: #fff
}

.newArr .slideProduct {
	width: 1000px;
	position: absolute;
	left: 200px;
	top: 10px;
	overflow: hidden;
	z-index: 9;
	border-radius: 10px
}

.newArr .slideProduct .hd {
	position: absolute;
	left: 50%;
	bottom: 10px;
	z-index: 30
}

.newArr .slideProduct .hd ul {
	height: 20px;
	padding: 0 4px;
	border-radius: 8px;
	background: rgba(0, 0, 0, .5)
}

.newArr .slideProduct .hd ul li {
	height: 20px;
	padding: 4px 4px;
	border-radius: 8px;
	float: left
}

.newArr .slideProduct .hd ul li em {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background-color: #fff;
	text-indent: -9999px;
	cursor: pointer
}

.newArr .slideProduct .hd ul li.on em {
	background-color: #0069bb
}

.newArr .slideProduct .bd a {
	width: 1000px;
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.newArr .products {
	width: 1200px;
	height: 630;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 165px;
	margin-left: -600px;
	margin-top: 0;
	z-index: 99
}

.newArr .proMenu {
	width: 364px;
	height: 631px;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 15px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	padding-top: 0;
	overflow: hidden
}

.newArr .proMenu h3 {
	font-size: 36px;
	color: #333;
	line-height: 83px;
	padding-left: 87px
}

.newArr .proMenu a {
	display: block;
	cursor: pointer;
	width: 100%;
	padding-left: 87px;
	font-size: 24px;
	color: #333;
	line-height: 60px;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.newArr .proMenu a:hover {
	background-color: #0069bb;
	color: #fff
}

.newArr .slideProduct {
	width: 893px;
	position: absolute;
	left: 310px;
	top: 72px;
	overflow: hidden;
	z-index: 9;
	border-radius: 10px
}

.newArr .slideProduct .hd {
	position: absolute;
	left: 50%;
	bottom: 10px;
	z-index: 30
}

.newArr .slideProduct .hd ul {
	height: 20px;
	padding: 0 4px;
	border-radius: 8px;
	background: rgba(0, 0, 0, .5)
}

.newArr .slideProduct .hd ul li {
	height: 20px;
	padding: 4px 4px;
	border-radius: 8px;
	float: left
}

.newArr .slideProduct .hd ul li em {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background-color: #fff;
	text-indent: -9999px;
	cursor: pointer
}

.newArr .slideProduct .hd ul li.on em {
	background-color: #0069bb
}

.newArr .slideProduct .bd a {
	width: 893px;
	height: 495px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.restShow {
	width: 100%;
	height: 812px;
	background: url(../img/bg4.jpg) no-repeat;
	background-size: 100% 812px
}

.restShow .show {
	margin-top: 50px
}

.restShow .show .left {
	float: left;
	width: 600px
}

.restShow .show .rest {
	position: relative;
	width: 600px;
	height: 450px
}

.restShow .show .rest .bd .list li {
	position: relative;
	width: 600px;
	height: 450px
}

.restShow .show .rest .bd .list li img {
	display: block;
	width: 600px;
	height: 450px
}

.restShow .show .rest .bd .list li .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 600px;
	height: 65px;
	background-color: rgba(0, 0, 0, .3)
}

.restShow .show .rest .bd .list li .txt .tit {
	font-size: 16px;
	color: #fff;
	text-align: left;
	text-indent: 30px;
	line-height: 65px
}

.restShow .show .rest .bd .list li:hover img {
	-webkit-filter: brightness(105%);
	filter: brightness(105%)
}

.restShow .show .rest .hd {
	position: absolute;
	width: 30%;
	bottom: 24px;
	right: 30px
}

.restShow .show .rest .hd .iconList {
	float: right
}

.restShow .show .rest .hd li {
	float: left;
	width: 14px;
	height: 14px;
	background-color: #d9d6d3;
	border-radius: 100%;
	margin-right: 12px;
	font-size: 0;
	cursor: pointer
}

.restShow .show .rest .hd li.on {
	background-color: #0069bb
}

.restShow .show .right {
	float: left;
	width: 580px
}

.restShow .show .right .showList {
	width: 580px
}

.restShow .show .right .showList .item {
	float: left;
	margin: 0 30px 30px 0;
	background: #fff
}

.restShow .show .right .showList .list li {
	position: relative;
	width: 280px;
	height: 220px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0
}

.restShow .show .right .showList .list li img {
	display: block;
	width: 100%;
	height: 220px
}

.restShow .show .right .showList .list li .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background-color: rgba(0, 0, 0, .3)
}

.restShow .show .right .showList .list li .txt .tit {
	font-size: 16px;
	color: #fff;
	text-align: left;
	text-indent: 30px;
	line-height: 40px
}

.restShow .show .right .showList .list li:hover img {
	-webkit-filter: brightness(105%);
	filter: brightness(105%)
}

.newsShop {
	width: 100%;
	height: 960px;
	background: url(../img/202003221584842928616134.jpg) no-repeat;
	background-size: 100% 960px
}

.news .top_tit .enName {
	color: #fff
}

.news .top_tit .cName {
	color: #fff
}

.newsPart {
	margin-top: 50px
}

.newsPart .left {
	width: 400px;
	height: 610px;
	float: left
}

.newsPart .left a {
	display: block
}

.newsPart .left .img {
	width: 400px;
	height: 260px
}

.newsPart .left .img img {
	display: block;
	width: 400px;
	height: 260px
}

.newsPart .left .txt {
	width: 400px;
	height: 350px;
	background: #fff
}

.newsPart .left .txt .title {
	padding-top: 60px;
	margin-left: 40px
}

.newsPart .left .txt .title .tit1 {
	font-size: 20px;
	color: #333;
	line-height: 24px
}

.newsPart .left .txt .title .tit2 {
	margin-top: 16px;
	font: normal 24px arial;
	color: #333;
	line-height: 24px
}

.newsPart .left .txt .cont {
	width: 280px;
	margin-top: 30px;
	margin-left: 40px;
	font-size: 14px;
	line-height: 24px;
	color: #333
}

.newsPart .left .txt .icon {
	width: 100px;
	height: 4px;
	margin-top: 20px;
	margin-left: 40px;
	background-position: -100px 0;
	transition: all ease .6s
}

.newsPart .left:hover .img {
	filter: brightness(105%)
}

.newsPart .left:hover .txt .title .tit1 {
	color: #f37b1d
}

.newsPart .left:hover .txt .icon {
	margin-top: 30px;
	transition: all ease .6s
}

.newsPart .right {
	width: 800px;
	float: left
}

.newsPart .right .part1 {
	width: 800px;
	height: 260px;
	background: #936c4e
}

.newsPart .right .part1 .newsM {
	position: relative;
	width: 800px;
	height: 260px
}

.newsPart .right .part1 .newsM .bd {
	width: 610px;
	padding-top: 65px;
	margin-left: 60px
}

.newsPart .right .part1 .newsM .bd .list li {
	width: 610px;
	cursor: pointer
}

.newsPart .right .part1 .newsM .bd .list li .time {
	float: left;
	width: 126px;
	height: 126px;
	background-color: #fff;
	border-radius: 50%
}

.newsPart .right .part1 .newsM .bd .list li .time .day {
	margin-top: 30px;
	font: normal 60px arial;
	color: #333;
	line-height: 50px;
	text-align: center
}

.newsPart .right .part1 .newsM .bd .list li .time .year {
	margin-top: 12px;
	font: normal 16px arial;
	color: #666;
	line-height: 12px;
	text-align: center
}

.newsPart .right .part1 .newsM .bd .list li .txt {
	float: left;
	width: 434px;
	margin-left: 50px
}

.newsPart .right .part1 .newsM .bd .list li .txt .tit {
	margin-top: 20px;
	font-size: 18px;
	color: #fff;
	line-height: 24px
}

.newsPart .right .part1 .newsM .bd .list li .txt .cont {
	margin-top: 16px;
	font-size: 14px;
	line-height: 24px;
	color: #f7d1b3
}

.newsPart .right .part1 .newsM .hd {
	position: absolute;
	width: 20px;
	top: 65px;
	right: 50px
}

.newsPart .right .part1 .newsM .hd .iconList li {
	display: block;
	width: 16px;
	height: 16px;
	background-color: #fff;
	border-radius: 100%;
	margin-bottom: 14px;
	font-size: 0;
	cursor: pointer
}

.newsPart .right .part1 .newsM .hd .iconList li.on {
	background-color: #0069bb
}

.newsPart .right .part2 {
	width: 800px;
	height: 350px
}

.newsPart .right .part2 .slideBox {
	position: relative;
	height: 350px
}

.newsPart .right .part2 .slideBox .bd {
	width: 466px;
	float: left
}

.newsPart .right .part2 .slideBox .bd .list .item {
	position: relative;
	width: 466px;
	height: 350px
}

.newsPart .right .part2 .slideBox .bd .list .item img {
	display: block;
	width: 466px;
	height: 350px
}

.newsPart .right .part2 .slideBox .bd .list .item .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 466px;
	height: 65px;
	background-color: rgba(0, 0, 0, .5)
}

.newsPart .right .part2 .slideBox .bd .list .item .txt .tit {
	display: block;
	padding-left: 50px;
	margin-top: 14px;
	margin-left: 30px;
	font-size: 14px;
	color: #fff;
	line-height: 36px
}

.newsPart .right .part2 .slideBox .hd {
	float: right;
	width: 334px;
	height: 350px;
	background: #fff
}

.newsPart .right .part2 .slideBox .hd .list {
	margin-top: 30px
}

.newsPart .right .part2 .slideBox .hd .list li {
	display: block;
	width: 100%;
	margin-bottom: 6px;
	cursor: pointer
}

.newsPart .right .part2 .slideBox .hd .list li .txt {
	padding: 0 30px;
	margin-top: 10px
}

.newsPart .right .part2 .slideBox .hd .list li .tit {
	width: 200px;
	font-size: 16px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.newsPart .right .part2 .slideBox .hd .list li .num {
	font: normal 20px "Vladimir Script";
	color: #0069bb;
	opacity: .6
}

.newsPart .right .part2 .slideBox .hd .list li s.icon {
	float: left;
	display: block;
	width: 14px;
	height: 16px;
	margin-top: 6px;
	margin-right: 16px;
	background-position: -110px -20px
}

.newsPart .right .part2 .slideBox .hd .list li:hover s.icon {
	background-position: -90px -20px
}

.newsPart .right .part2 .slideBox .hd .list li:hover .tit {
	color: #0069bb
}

.newsPart .right .part2 .slideBox .hd .arrow {
	position: absolute;
	bottom: 8px;
	margin-left: -86px;
	width: 86px;
	height: 46px;
	display: block
}

.newsPart .right .part2 .slideBox .hd .arrow .prev {
	display: block;
	float: left;
	margin-top: 12px;
	margin-left: 20px;
	width: 12px;
	height: 18px;
	background-position: -164px 0;
	cursor: pointer
}

.newsPart .right .part2 .slideBox .hd .arrow .next {
	display: block;
	float: left;
	margin-top: 12px;
	margin-left: 24px;
	width: 12px;
	height: 18px;
	background-position: -186px 0;
	cursor: pointer
}

.newsPart .right .part2 .slideBox .hd .list li.on s.icon {
	background-position: -90px -20px
}

.newsPart .right .part2 .slideBox .hd .list li.on .tit {
	color: #0069bb
}
