@import url(base.css);
@import url(inner.css);
@charset "UTF-8";
*, *::after, *::before{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}
::-webkit-scrollbar {width: 8px;height: 8px;background-color: #F5F5F5;}
::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);background-color: #555;}
::selection {background-color: #ff7c00;color: #ffffff;}
::-moz-selection {background-color: #ff7c00;color: #ffffff;}
::-webkit-selection {background-color: #ff7c00;color: #ffffff;}
body {
	font-family: "Noto Sans SC", sans-serif;
	line-height: 1.5;
}
:focus {
	outline: 1;
}
li{list-style: none;list-style: none;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;outline: 0;}
a{text-decoration: none !important;color: #666;text-decoration: none;outline: 0;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;color: #666;}
.w1200 {
	width: 1320px;
}
.margin-auto {
	margin: 0 auto;
}


header {
	height: 80px;
}
header > .header {
	height: inherit;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header > .header > a {
	width: 165px;
}
header > .header > .header-right {
	display: flex;
	justify-content: space-between;
	flex: 1;
	height: inherit;
	align-items: center;
	margin-left: 15%;
}
header > .header > .header-right > .header-right-menu > ul.nav {
	display: flex;
	height: 80px;
	align-items: center;
}
header > .header > .header-right > .header-right-menu > ul.nav > li.nLi {
	display: flex;
	/* align-items: center; */
	height: inherit;
	position: relative;
}
header > .header > .header-right > .header-right-menu > ul.nav > li.nLi > a {
	padding: 0 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
}
header > .header > .header-right > .header-right-menu > ul.nav > li.nLi > a:hover {
	color: #fff;
	font-weight: bold;
	background: #1f38a1;
}
header > .header > .header-right > .header-right-menu > ul.nav > li.nLi.on > a {
	color: #fff;
	font-weight: bold;
	background: #1f38a1;
}
header > .header > .header-right > .header-right-menu > ul.nav > li.nLi > ul.sub {
	display: none;
	position: absolute;
	top: 80px;
	background: rgba(255,255,255,.6);
	width: 100%;
	/*border: 1px solid #e2e2e2;*/
	z-index: 999;
}
header > .header > .header-right > .header-right-menu > ul.nav > li.nLi > ul.sub > li {
	height: 40px;
	display: flex;
}
header > .header > .header-right > .header-right-menu > ul.nav > li.nLi > ul.sub > li > a {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}
header > .header > .header-right > .header-right-menu > ul.nav > li.nLi > ul.sub > li > a:hover {
	background-color: #1f38a1;
	color: #ffffff;
}


header > .header > .header-right > .header-right-en {
	display: flex;
}
header > .header > .header-right > .header-right-en > cite {
	font-style: normal;
	background-color: #ff7c00;
	color: #ffffff;
	padding: 5px;
	box-sizing: border-box;
}
header > .header > .header-right > .header-right-en > a {
	background-color: #ff7c00;
	color: #ffffff;
	padding: 5px 10px;
	box-sizing: border-box;
}



footer {
	display: flex;
	flex-direction: column;
}
footer > section#footer-top {
	background-color: #012d61;
	height: 350px;
}
footer > section#footer-top > .footer-top {
	display: flex;
	justify-content: space-between;
	padding-top: 60px;
	box-sizing: border-box;
}
footer > section#footer-top > .footer-top > .footer-top-left {
	flex: 1;
	display: flex;
	justify-content: space-between;
}
footer > section#footer-top > .footer-top > .footer-top-left > .footer-top-left-item {
	display: flex;
	flex-direction: column;
}
footer > section#footer-top > .footer-top > .footer-top-left > .footer-top-left-item > span {
	font-size: 18px;
	color: #ffffff;
}
footer > section#footer-top > .footer-top > .footer-top-left > .footer-top-left-item > .footer-top-left-item-cont {
	display: flex;
	flex-direction: column;
	margin-top: 35px;
}
footer > section#footer-top > .footer-top > .footer-top-left > .footer-top-left-item > .footer-top-left-item-cont > a {
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 14px;
}
footer > section#footer-top > .footer-top > .footer-top-right {
	margin-left: 230px;
	display: flex;
	flex-direction: column;
}
footer > section#footer-top > .footer-top > .footer-top-right > img {
	width: 160px;
	height: 160px;
}
footer > section#footer-top > .footer-top > .footer-top-right > span {
	color: #ffffff;
	margin-top: 13px;
	font-size: 14px;
	text-align: center;
}
footer > section#footer-down {
	background-color: #02000d;
	height: 80px;
	color: #ffffff;
}
footer > section#footer-down > .footer-down {
	display: flex;
	justify-content: space-between;
	height: inherit;
	align-items: center;
	font-size: 14px;
}
footer > section#footer-down > .footer-down  a {
	color: #fff;
	font-size: 14px;
}


/* c-4 */
section#c-4 {
	padding: 75px 0;
	box-sizing: border-box;
}
section#c-4 > .c-4 {
	display: flex;
	justify-content: space-between;
}
section#c-4 > .c-4 > .c-4-left {
	display: flex;
	flex-direction: column;
	width: 60%;
}
section#c-4 > .c-4 > .c-4-left > .c-4-left-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
section#c-4 > .c-4 > .c-4-left > .c-4-left-title > span {
	font-weight: bold;
	color: #000000;
	font-size: 20px;
}
section#c-4 > .c-4 > .c-4-left > .c-4-left-title > a {
	color: #333333;
	font-size: 16px;
}


section#c-4 > .c-4 > .c-4-left > .c-4-left-cont {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}
section#c-4 > .c-4 > .c-4-left > .c-4-left-cont > a {
	display: flex;
	justify-content: space-between;
}
section#c-4 > .c-4 > .c-4-left > .c-4-left-cont > a > img {
	width: 205px;
}
section#c-4 > .c-4 > .c-4-left > .c-4-left-cont > a > .c-4-left-cont-a-cont {
	display: flex;
	flex-direction: column;
	margin-left: 30px;
}
section#c-4 > .c-4 > .c-4-left > .c-4-left-cont > a > .c-4-left-cont-a-cont > span:first-of-type {
	font-weight: bold;
	color: #333333;
	font-size: 16px;
}
section#c-4 > .c-4 > .c-4-left > .c-4-left-cont > a > .c-4-left-cont-a-cont > span:last-of-type {
	color: #939292;
	font-size: 14px;
	margin-top: 20px;
}
section#c-4 > .c-4 > .c-4-left > .c-4-left-cont > .c-4-left-cont-down {
	display: flex;
	flex-direction: column;
}
section#c-4 > .c-4 > .c-4-left > .c-4-left-cont > .c-4-left-cont-down > a {
	display: flex;
	align-items: center;
	padding: 5px 0;
	box-sizing: border-box;
	color: #333333;
	font-size: 16px;
	border-bottom: 1px solid #e4e1e1;
}
section#c-4 > .c-4 > .c-4-left > .c-4-left-cont > .c-4-left-cont-down > a > span {
	font-size: 30px;
	margin-right: 20px;
}
section#c-4 > .c-4 > .c-4-right {
	display: flex;
	flex-direction: column;
	flex: 1;
	margin-left: 120px;
}
section#c-4 > .c-4 > .c-4-right > .c-4-right-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
section#c-4 > .c-4 > .c-4-right > .c-4-right-title > span {
	font-weight: bold;
	color: #000000;
	font-size: 20px;
}
/* section#c-4 > .c-4 > .c-4-left > .c-4-left-title > a {
	color: #333333;
	font-size: 16px;
} */
section#c-4 > .c-4 > .c-4-right > .c-4-right-cont {
	margin-top: 20px;
}
section#c-4 > .c-4 > .c-4-right > .c-4-right-cont  img {
	height: 375px;
}

/* c-3 */
section#c-3 {
	padding: 65px 0 55px 0;
	box-sizing: border-box;
	background-color: #f7f8f8;
}
section#c-3 > .c-3 {
	display: flex;
	flex-direction: column;
}
section#c-3 > .c-3 > .c-3-title {
	display: flex;
	flex-direction: column;
	align-items: center;
}
section#c-3 > .c-3 > .c-3-title > span:first-of-type {
	font-size: 28px;
	font-weight: bold;
}
section#c-3 > .c-3 > .c-3-title > span:last-of-type {
	font-size: 14px;
}
section#c-3 > .c-3 > .c-3-cont {
	margin-top: 55px;
	display: flex;
	justify-content: space-between;
}
section#c-3 > .c-3 > .c-3-cont > a {
	width: 25%;
	display: flex;
	flex-direction: column;
}
section#c-3 > .c-3 > .c-3-cont > a > img {
	height: 295px;
	width: 295px;
	border-radius: 50%;
	transition: all .2s;
}
section#c-3 > .c-3 > .c-3-cont > a > img:hover {
    transform: scale(.98);
}
section#c-3 > .c-3 > .c-3-cont > a > .c-3-cont-item {
	display: flex;
	flex-direction: column;
	margin-top: 35px;
	align-items: center;
}
section#c-3 > .c-3 > .c-3-cont > a > .c-3-cont-item > span:first-of-type {
	color: #333333;
	font-size: 24px;
}
section#c-3 > .c-3 > .c-3-cont > a > .c-3-cont-item > span:last-of-type {
	margin-top: 20px;
	color: #333333;
	font-size: 14px;
	text-align: center;
	line-height: 25px;
}

section#c-2 {
	padding: 65px 0 90px 0;
	box-sizing: border-box;
}
section#c-2 > .c-2 {
	display: flex;
	flex-direction: column;
}
section#c-2 > .c-2 > .c-2-title {
	display: flex;
	flex-direction: column;
	align-items: center;
}
section#c-2 > .c-2 > .c-2-title > span:first-of-type {
	font-size: 28px;
	font-weight: bold;
}
section#c-2 > .c-2 > .c-2-title > span:last-of-type {
	font-size: 14px;
}
section#c-2 > .c-2 > .c-2-cont {
	margin-top: 50px;
	position: relative;
}


section#c-2 > .c-2 > .c-2-cont > .swiper-container > .swiper-wrapper > .swiper-slide > a {
	display: flex;
	flex-direction: column;
	align-items: center;
}
section#c-2 > .c-2 > .c-2-cont > .swiper-container > .swiper-wrapper > .swiper-slide > a > img {
	width: 242px;
	height: 242px;
}
section#c-2 > .c-2 > .c-2-cont > .swiper-container > .swiper-wrapper > .swiper-slide > a > span {
	margin-top: 20px;
}
section#c-2 > .c-2 > .c-2-cont > .swiper-container > .swiper-wrapper > .swiper-slide > a:hover span {
	color: #ff7c00;
}
section#c-2 > .c-2 > .c-2-cont > .product-cont-pagenation {
	display: flex;
	justify-content: space-between;
	margin-top: -169px;
}
section#c-2 > .c-2 > .c-2-cont > .product-cont-pagenation > .swiper-button-prev1 {
	margin-left: -50px;
	cursor: pointer;
}
section#c-2 > .c-2 > .c-2-cont > .product-cont-pagenation > .swiper-button-next1 {
	margin-right: -50px;
	cursor: pointer;
}


/* c-1 */
section#c-1 {
	height: 610px;
	background: url('../img/c-1-bg.jpg') no-repeat center center;
	padding: 110px 0 100px 0;
	box-sizing: border-box;
}
section#c-1 > .c-1 {
	display: flex;
	justify-content: space-between;
}
section#c-1 > .c-1 > .c-1-left {
	width: 27%;
	position: relative;
	height: 425px;
}
section#c-1 > .c-1 > .c-1-left > img {
	position: absolute;
}
section#c-1 > .c-1 > .c-1-left > img.c-1-left-1 {
	top: 0;
	left: 0;
}
section#c-1 > .c-1 > .c-1-left > img.c-1-left-2 {
	bottom: 0;
	right: 0;
}
section#c-1 > .c-1 > .c-1-right {
	flex: 1;
	display: flex;
	flex-direction: column;
	margin-left: 3%;
}
section#c-1 > .c-1 > .c-1-right > .c-1-right-top {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}
section#c-1 > .c-1 > .c-1-right > .c-1-right-top > span {
	font-size: 14px;
	line-height: 28px;
}
section#c-1 > .c-1 > .c-1-right > .c-1-right-top > span:last-child {
	margin-top: 25px;
}
section#c-1 > .c-1 > .c-1-right > .c-1-right-down {
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
}
section#c-1 > .c-1 > .c-1-right > .c-1-right-down > .c-1-right-down-item {
	display: flex;
	flex-direction: column;
	width: 33.3333%;
}
section#c-1 > .c-1 > .c-1-right > .c-1-right-down > .c-1-right-down-item > span:first-of-type {
	color: #1f38a1;
	font-size: 18px;
}
section#c-1 > .c-1 > .c-1-right > .c-1-right-down > .c-1-right-down-item > span:first-of-type > span {
	font-size: 60px;
}
section#c-1 > .c-1 > .c-1-right > .c-1-right-down > .c-1-right-down-item > span:last-of-type {
	font-size: 18px;
	color: #1f38a1;
}
section#c-1 > .c-1 > .c-1-right > .c-1-right-down > .c-1-right-down-item:nth-child(2) {
	border-right: 1px solid #1f38a1;
	border-left: 1px solid #1f38a1;
	align-items: center;
}
section#c-1 > .c-1 > .c-1-right > .c-1-right-down > .c-1-right-down-item:nth-child(2) > span:last-of-type {
	text-align: left;
}
section#c-1 > .c-1 > .c-1-right > .c-1-right-down > .c-1-right-down-item:nth-child(3) {
	align-items: flex-end;
	text-align: left;
}
section#c-1 > .c-1 > .c-1-right > a {
	padding: 10px 0;
	width: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	background-color: #ff7c00;
	color: #ffffff;
	margin-top: 25px;
}

