html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	font-family: "sans-serif", "Noto Sans SC", "Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif !important
}

* {
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	color: #333;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.6;
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	zoom: 1;
	display: inline-block;
	display: inline;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

a {
	background: transparent;
	color: #000;
	-webkit-text-decoration: none;
	text-decoration: none
}

a:active, a:hover {
	outline: 0
}

a:hover {
	color: #4169e2;
}

b, strong {
	font-weight: 700
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle
	display: block;
	max-width: 100%
}


::-webkit-scrollbar {
	height: 5px;
	width: 5px
}

::-webkit-scrollbar-track {
	background: rgba(0,0,0,.1)
}

::-webkit-scrollbar-thumb {
	background: #4169e2
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #4169e2
}

::-webkit-scrollbar-thumb:vertical:hover {
	background: #4169e2
}
svg:not(:root) {
	overflow: hidden
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	word-wrap: break-word;
	overflow: auto;
	white-space: pre;
	white-space: pre-wrap
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button, select {
	text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible
}

button[disabled], html input[disabled] {
	cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input:focus, textarea:focus {
	outline: none
}

input {
	line-height: normal
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	*height: 13px;
	padding: 0;
	*width: 13px;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=text] {
	-webkit-appearance: none
}

textarea {
	overflow: auto;
	resize: vertical
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td, th {
	padding: 0
}

q {
	quotes: none
}

ol, ul {
	list-style: none outside none
}

h1, h2, h3 {
	font-weight: 400;
	line-height: 2
}

h1 {
	font-size: 18px
}

h2 {
	font-size: 15.6px
}

h3 {
	font-size: 14.04px
}

h4 {
	font-size: 12px
}

h5, h6 {
	font-size: 10.2px;
	text-transform: uppercase
}

input:-moz-placeholder, input::-moz-placeholder, textarea:-moz-placeholder, textarea::-moz-placeholder {
	color: #ccc
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #ccc
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #ccc
}

html {
	overflow: hidden;
	overflow-y: scroll
}

button, input, select, textarea {
	border: none;
	border-radius: 0;
	outline: none;
	padding: 0
}
.logding {
    background-color: #fff;
    -webkit-clip-path: polygon(6% 0, 93% 0, 84% 100%, 0 100%);
    clip-path: polygon(6% 0, 93% 0, 84% 100%, 0 100%);
    height: 100%;
    left: -50%;
    position: fixed;
    top: 0;
    transition: all 1.5s;
    width: 200%;
    z-index: 9999;
}
.logding .box1, .logding .box2 {
    -webkit-clip-path: polygon(6% 0, 93% 0, 84% 100%, 0 100%);
    clip-path: polygon(6% 0, 93% 0, 84% 100%, 0 100%);
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 2s;
}
.logding .box1 {
    background-color: #faccd0;
    left: -50%;
    width: 80%;
    z-index: 2;
}
.logding .box2 {
    background-color: #4169e2;
    left: -30%;
    width: 50%;
    z-index: 3;
}
.logding.on, .logding.on .box1, .logding.on .box2 {
    left: 100%;
}

.header{
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	height: 60px;
	justify-content: space-between;
	padding: 0 40px;
	box-sizing: border-box;
}
.header.white{
	background-color: #FFFFFF;
	box-shadow: 5px 0 18px 0 rgba(0, 0, 0, .2);
	color: #333;
}
.header .left{
	display: flex;
	align-items: center;
}
.header .left .img{
	height: 50px;
}
.header .left .img img{
	height: 50px;
}
.header .left .img .logos{
	display: none;
}
.header.white .left .img .logo{
	display: none;
}
.header.white .left .img .logos{
	display: inline-block;
}
.header .left .nav{
	display: flex;
	align-items: center;
	margin-left: 80px;
}
.header .left .nav .list{
	margin: 0 15px;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	position: relative;
}
.header .left .nav .list a.alist{
	color: #FFFFFF;
	position: relative;
}
.header.white .left .nav .list a.alist{
	color: #333;
}
.header .left .nav .list a.alist::after{
	background-color: #fff;
	bottom: -7px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	transition: all .5s;
	width: 0;
}
.header .left .nav .list:hover a.alist::after{
	    width: 100%;
}
.header.white .left .nav .list a.alist::after{
	background-color: #4169e2;
}
.header .left .nav .list:nth-child(1) .hover_nav{
    width: 200px;
} 
.header .left .nav .list:nth-child(2) .hover_nav{
    width: 200px;
} 
.header .left .nav .list:nth-child(3) .hover_nav{
    width: 200px;
}  
.header .left .nav .list:nth-child(4) .hover_nav{
    width: 200px;
}  
.header .nav .hover_nav{
	position: absolute;
	top: 60px;
	left: -30px;
	width: 120px;
	background: #ededed;
	overflow: hidden;
	clip-path: inset(0 0 100% 0);
	transition: all 0.5s;
}
.header .left .nav .list:hover .hover_nav{
	clip-path: inset(0 0 0 0);
}
.header .nav .hover_nav .hlist{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	line-height: 40px;
	padding: 0 15px 0 20px;
	font-size: 14px;
	border-left: 3px solid #ededed;
}
.header .nav .hover_nav .hlist .ioc{
	width: 8px;
	height: 8px;
	display: flex;
	align-items: center;
}
.header .nav .hover_nav .hlist:hover{
	/* border-left: 3px solid #4169e2; */
	border-left: 3px solid #FF9800;
    background: #4169e2;
    color: #fff;
}
.header .nav .hover_prod_nav{
	position: absolute;
	top: 60px;
	left: -270px;
	width: 1200px;
	background: #ededed;
	overflow: hidden;
	clip-path: inset(0 0 100% 0);
	transition: all 0.5s;
	display: flex;
	height: 600px;
}
.header .left .nav .list:hover .hover_prod_nav{
	clip-path: inset(0 0 0 0);
}
.header .hover_prod_nav .listone{
	width: 160px;
	background-color: #ededed;
}
.header .hover_prod_nav .onelist{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	line-height: 40px;
	padding: 0 15px 0 20px;
	font-size: 14px;
	border-left: 3px solid #ededed;
}
.header .hover_prod_nav .onelist .ioc{
	width: 8px;
	height: 8px;
	display: flex;
	align-items: center;
}
.header .hover_prod_nav .onelist.ons{
	/* color: #4169e2;
	border-left: 3px solid #4169e2; */
	border-left: 3px solid #FF9800;
    background: #4169e2;
    color: #fff;

}
.header .hover_prod_nav .onelist:hover{
	/* color: #4169e2;
	border-left: 3px solid #4169e2; */
	border-left: 3px solid #FF9800;
    background: #4169e2;
    color: #fff;
}
.header .hover_prod_nav .listtwo{
	width: 1050px;
}
.header .hover_prod_nav .onelist_main{
	width: 160px;
	position: relative;
	height: 100%;
	background-color: #F6F6F6;
}
.header .hover_prod_nav .twolist{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	line-height: 40px;
	padding: 0 15px 0 20px;
	font-size: 14px;
	border-left: 3px solid #F6F6F6;
}
.header .hover_prod_nav .twolist a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.header .hover_prod_nav .twolist .ioc{
	width: 8px;
	height: 8px;
	display: flex;
	align-items: center;
}
.header .hover_prod_nav .twolist .prod_main{
	display: none;
	position: absolute;
	left: 160px;
	top: 0;
	width: 900px;
	height: 600px;
	overflow-y: auto;
	background-color: #FFFFFF;
}

.header .hover_prod_nav .twolist.ons .prod_main{
	display: block;
}
.header .hover_prod_nav .twolist.ons .prod_main .pbox{
	padding: 30px 40px;
	display: flex;
	flex-wrap: wrap;
}
.header .hover_prod_nav .prod_main a{
	width: 270px;
}
.header .hover_prod_nav .prod_main .plist{
	width: 270px;
	text-align: center;
	margin-bottom: 30px;
}
.header .hover_prod_nav .prod_main .plist .img{
	height: 180px;
	overflow: hidden;
}
.header .hover_prod_nav .prod_main .plist .img img{
	height: 180px;
}
.header .hover_prod_nav .prod_main .plist .name{
	margin-top: 15px;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
}
.header .hover_prod_nav .twolist.ons{
	/* color: #4169e2;
	border-left: 3px solid #4169e2; */
	border-left: 3px solid #FF9800;
    background: #4169e2;
    color: #fff;
}
.header .hover_prod_nav .twolist.ons a{
	/* color: #4169e2; */
	color: #fff;
}
.header .hover_prod_nav .twolist:hover{
	/* color: #4169e2;
	border-left: 3px solid #4169e2; */
	border-left: 3px solid #FF9800;
    background: #4169e2;
    color: #fff;
}
.header .hover_prod_nav .prod_main .plist .img:hover img{
	transition: all 0.6s;
	transform: scale(1.1);
}
.header .right{
	display: flex;
	align-items: center;
	color: #FFFFFF;
}
.header.white .right{
	color: #333;
}
.header .right .tel{
	font-size: 14px;
	display: flex;
	align-items: center;
	margin-right: 20px;
}
.header .right .tel img{
	width: 16px;
	height: 16px;
	margin-right: 5px;
}
.header .right .search{
	width: 16px;
	height: 16px;
}
.header .right .search img{
	width: 18px;
	height: 18px;
}
.header .right .nume{
	background: #4169e2;
	clip-path: polygon(22% 0, 100% 0, 78% 100%, 0 100%);
	cursor: pointer;
	height: 36px;
	margin-left: .8rem;
	opacity: 1;
	position: relative;
	width: 50px;
	display: none;
}
.header .right .nume .line{
	background: #fff;
	height: 3px;
	left: 50%;
	opacity: 1;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 16px;
	transition: all .5s;
}
.header .right .nume .line:first-child {
    left: 55%;
    top: 40%;
}
.header .right .nume .line:last-child {
    top: 60%;
}
.header .right .nume.ons .line:first-child {
    left: 50%;
    top: 51%;
    transform: rotate(45deg);
}
.header .right .nume.ons .line:last-child {
    top: 50%;
    transform: rotate(-45deg);
}


.footer{
	height: 650px;
	/*height: 590px;*/
	/* background-color: #4169E2; */
	background: url(../img/footer-bg.jpg);
	display: flex;
	color: #fff;
}
.footer .left{
	width: 62.4%;
	border-right: 1px solid #e4e4e4;
	padding: 70px 60px;
}
.footer .left .titles{
	font-size: 28px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
.footer .left .f_search_main{
	margin-top: 20px;
	display: flex;
	align-items: center;
}
.footer .left .f_search_main .f_search{
	display: flex;
	background-color: #FFFFFF;
	height: 40px;
	align-items: center;
	width: 400px;
	justify-content: space-between;
	margin-right: 30px;
}
.footer .left .f_search_main .f_search input{
	height: 36px;
	border: none;
	width: 350px;
	padding: 0 20px;
	color: #666;
    font-size: 14px;
}
.footer .left .f_search_main .f_search .btnn{
	display: block;
    width: 48px;
    height: 48px;
	background: none;
    text-align: center;
    background-image: url(../img/sousuo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 44%;
}
.footer .left .f_search_main .f_search img{
	width: 26px;
	height: 26px;
}
.footer .left .f_search_main .f_search_text{
	color: #fff;
	font-size: 14px;
}
.footer .left .f_search_main .f_search_text a{
	margin-left: 10px;
	color: #f2f2f2;
}
.footer .left .f_nav{
	border-top: 1px solid #e4e4e4;
	display: flex;
	justify-content: flex-start;
	margin-top: 45px;
	padding-top: 60px;
}
.footer .left .f_nav .list{
	width: 25%;
}
.footer .left .f_nav .name{
	margin-bottom: 10px;
}
.footer .left .f_nav .name a{
	color: #fff;
	font-size: 16px;
}
.footer .left .f_nav .text{
	line-height: 22px;
}
.footer .left .f_nav .text a{
	color: rgba(255, 255, 255, 0.5);
	font-weight: 500;
	transition: all .3s;
	font-size: 12px;
	padding-left: 0;
}
.footer .left .f_nav .text a:hover{
	/* padding-left: 10px;
	color: #4169e2; */
	border-bottom: 1px solid #eee;
}
.footer .left .bot{
	margin: 30px 0;
	font-size: 14px;
	color: #fff;
}
.footer .left .bot a{
	font-size: 14px;
	color: #fff;
}
.footer .right{
	width: 37.6%;
	padding: 140px 60px 0;
}
.footer .right .titles{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 20px;
	margin-top: 0;
}
.footer .right .titles .name{
	color: #fff;
	border-bottom: 3px solid #fff;
	margin-bottom: -1px;
	padding-bottom: 10px;
	font-size: 16px;
}
.footer .right .ioclist{
	display: flex;
	align-items: center;
	font-size: 14px;
	height: 40px;
}
.footer .right .ioclist img{
	width: 20px;
	height: 20px;
	margin-right: 20px;
}
.footer .right .code_main{
	margin-top: 30px;
	display: flex;
}
.footer .right .code_main .c_list{
	width: 90px;
	margin-right: 20px;
	text-align: center;
}
.footer .right .code_main .c_list .img{
	height: 90px;
}
.footer .right .code_main .c_list .img img{
	width: 100%;
	height: 100%;
}
.footer .right .code_main .c_list .name{
	color: #fff;
	font-size: 12px;
	margin-top: 5px;
	line-height: 20px;
}


.pages{
	margin: 20px 0 50px;
	opacity: 1;
	text-align: center;
}
.pages a{
	display: inline-block;
	margin: 0 10px;
	padding-top: 10px;
	position: relative;
	width: 12px;
	font-size: 14px;
	color: #d6d6d6;
}
.pages a.page-num-current{
	color: #4169e2;
}
.pages a::after{
	position: absolute;
	content: "";
	width: 3px;
	height: 8px;
	background-color: #ddd;
	top: 0;
	left: 1px;
	transform: rotate(20deg);
	opacity: 0;
}
.pages a::before{
	position: absolute;
	content: "";
	width: 3px;
	height: 8px;
	background-color: #4169e2;
	top: 0;
	right: 1px;
	transform: rotate(20deg);
	opacity: 0;
}
.pages a.page-num-current::after{
	opacity: 1;
}
.pages a.page-num-current::before{
	opacity: 1;
}
.pnav{
	display: none;
}
.newsdetails .left img {
	height: 50vh;
}
@media (max-width: 1200px){
	.header .left .nav .list {
		margin: 0 5px;
	}
	.footer .left .f_search_main{
		flex-wrap: wrap;
	}
	.footer .left .f_search_main form{
		width: 100%;
	}
	.footer .left .f_search_main .f_search{
		width: 100%;
		margin-right: 0;
		height: 36px;
		padding: 0 5%;
	}
	.footer .left .f_search_main .f_search input{
		height: 34px;
		width: 90%;
		padding: 0;
	}
	.footer .left .f_search_main .f_search img{
		width: 22px;
		height: 22px;
	}
	.footer .left .f_search_main .f_search_text{
		width: 100%;
		margin-top: 5%;
	}
}
@media (max-width: 910px){
	.header{
		background-color: #FFFFFF;
		padding: 0 5%;
		height: 50px;
	}
	.header .left .img .logo{
		display: none;
	}
	.header .left .img .logos{
		display: inline-block;
	}
	.header .left .nav{
		display: none;
	}
	.header .right .tel{
		display: none;
	}
	.header .right .nume{
		width: 40px;
		height: 26px;
		display: block;
	}
	.header .right .nume.ons .line , .header .right .nume.ons .line:first-child{
		left: 30%;
	}
	.pnav{
		display: block;
		position: fixed;
		top: -100%;
		left: 0;
		width: 100%;
		height: 100%;
		padding-top: 80px;
		padding-left: 5%;
		padding-right: 5%;
		background-color: #222222;
		z-index: 999;
		color: #FFFFFF;
		overflow-y: auto;
		padding-bottom: 10%;
		transition: all 0.6s;
	}
	.pnav.ons{
		top: 0;
	}
	.pnav .list{
		padding: 10px 0;
		border-bottom: 1px solid hsla(0, 0%, 100%, .1);
	}
	.pnav .list .lists{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.pnav .list .lists .name{
		color: #FFFFFF;
		font-size: 16px;
	}
	.pnav .list .lists .ioc{
		width: 12px;
		height: 12px;
		display: flex;
		align-items: center;
	}
	.pnav .hlist_main{
		display: none;
	}
	.pnav .list.ons .hlist_main{
		display: block;
	}
	.pnav .hlist_main .htitle{
		display: flex;
		align-items: center;
		color: #FFFFFF;
		line-height: 40px;
		font-size: 12px;
	}
	.pnav .hlist_main .hlist{
		display: flex;
        display: inline-flex;
        margin-right: 2%;
        align-items: center;
        color: #FFFFFF;
        opacity: 0.6;
        line-height: 40px;
        font-size: 14px;
	}
	.footer .left{
		width: 100%;
		padding: 5%;
	}
	.footer .right{
		display: none;
	}
	.footer .left .titles{
		font-size: 16px;
	}
	.footer .left .f_search_main{
		flex-wrap: wrap;
	}
	.footer .left .f_search_main form{
		width: 100%;
	}
	.footer .left .f_search_main .f_search{
		width: 100%;
		margin-right: 0;
		height: 36px;
		padding: 0 5%;
	}
	.footer .left .f_search_main .f_search input{
		height: 34px;
		width: 90%;
		padding: 0;
	}
	.footer .left .f_search_main .f_search img{
		width: 22px;
		height: 22px;
	}
	.footer .left .f_search_main .f_search_text{
		width: 100%;
		margin-top: 5%;
	}
	.footer .left .f_nav{
		width: 100%;
		/* margin-top: 10%; */
		padding: 0;
		flex-wrap: wrap;
	}
	.footer .left .f_nav .list{
		width: 100%;
		padding: 10px 0;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
	}
	.footer .left .f_nav .name{
		margin-bottom: 0;
	}
	.footer .left .f_nav .text{
		display: none;
	}
	.footer .left .f_nav .list.ons .text{
		display: block;	
	}
	.pages a{
		font-size: 12px;
	}
	.newsdetails .left img {
		height: 100%;
	}
}	