* {
	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#0069bbheight: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
}

.contact-container {
	padding: 0 0 36px;
	min-height: 220px;
	background: url(/img/ny_bg.png) repeat #f5f5f5
}

.n-gridlist {
	width: 105%
}

.n-gridlist .item {
	width: 380px;
	float: left;
	margin: 0 30px 30px 0;
	background: #fff;
	position: relative;
	overflow: hidden;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.n-gridlist .item a {
	width: 100%;
	display: block;
	cursor: pointer
}

.n-gridlist .item img {
	width: 380px;
	height: 285px;
	display: block
}

.n-gridlist .item h3 {
	width: 100%;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 16px;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.n-gridlist .item .bg {
	position: absolute;
	width: 400px;
	padding-top: 136px;
	height: 350px;
	left: -400px;
	top: 0;
	z-index: 10;
	background: rgba(51, 133, 255, .5);
	text-align: center;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.n-gridlist .item .bg s {
	width: 50px;
	height: 50px;
	display: block;
	border-radius: 100%;
	margin: 0 auto;
	background-color: #fff;
	background-position: -22px 18px
}

.n-gridlist .item:hover {
	background: #333;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .2)
}

.n-gridlist .item:hover h3 {
	color: #fff
}

.n-gridlist .item:hover .bg {
	left: 0
}

.bigimg {
	width: 80%;
	height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto
}

.bigimg img {
	max-width: 100%;
	max-height: 100%;
	min-width: 80%
	
    object-fit: cover;
}

.smimg {
	width: 1200px;
	height: 140px;
	background: #eee;
	margin: 65px auto;
	overflow: hidden;
	position: relative;
	padding: 0 60px
}

.smimg .previmg {
	width: 45px;
	height: 106px;
	position: absolute;
	left: 10px;
	top: 15px;
	opacity: 1
}

.smimg .previmg.dis {
	opacity: .3
}

.smimg .nextimg {
	width: 45px;
	height: 106px;
	position: absolute;
	right: 10px;
	top: 15px;
	opacity: 1
}

.smimg .nextimg.dis {
	opacity: .3
}

.smimg .smimg-p {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden
}

.smimg .smimg-box {
	position: absolute;
	left: 0;
	top: 4px;
	padding: 15px 0;
	transition: all .3s ease
}

.smimg .smimg-box li {
	width: 150px;
	height: 106px;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #ddd;
	margin-left: 10px;
	cursor: pointer
}

.smimg .smimg-box li img {
	max-width: 100%;
	max-height: 100%;
	min-width: 50%
}

.smimg .smimg-box li.cur {
	border: 2px solid #0069bb
}
