@charset "utf-8";
/* CSS Document */

/*-----whole-----*/

/*-----whole-----*/

html {
	font-size: 100px;
}

body {
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	position: relative;
	overflow-x: hidden;
}

.contain {
	width: 100%;
	margin: 0 auto;
}

/*初始化按钮*/

.btn {
	display: inline-block;
	text-align: center;
	padding: 0px;
	border: 0px;
	margin: 0px;
	position: relative;
	cursor: pointer;
}

.btn span {
	display: inline-block;
}

input.text,
textarea.text {
	display: block;
	padding: 0px;
	width: 100%;
	border: 0px;
	background: none;
	margin: 0px;
	resize: none;
	color: #ccc;
}
@media all and (min-width:900px) {
	#top_form {
		border: 1px solid #ccc;
		width: 100%;
		height: 36px;
		padding: 0 10px;
		border-radius: 10px;
	}
}
/*--- Header ---*/

.Header-wrapper {
	z-index: 99;
}

.Header-wrapper .Header-cl {
	position: relative;
}

.header-container {
	width: 100%;
	background: rgba(0, 0, 0, .2);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 90;
}

/*logo*/

.H-logo {
	height: 70px;
	line-height: 70px;
	font-size: 0px;
	float: left;
	position: relative;
	overflow: hidden;
	z-index: 5;
	margin-left: 4%;
}

.H-logo img.rollover {
	display: none;
}

.H-action {
	float: right;
}

.H-action .split {
	display: block;
	width: 1px;
	height: 70px;
	background: #576fa6;
	float: left;
}

.H-lang,
.H-srch {
	height: 70px;
	float: left;
}

/*Hlang*/

.H-lang {
	position: relative;
}

.H-lang .Hlang-menu {
	display: block;
	width: 60px;
	height: 100%;
	transition: none;
	-webkit-transition: none;
	font-size: 16px;
	text-align: center;
	color: #CCC;
	line-height: 70px;
}

.Hlang-box {
	padding: 20px 0px;
	width: 200px;
	box-shadow: 1px 1px 10px #666;
	background: #fff;
	position: absolute;
	top: 70px;
	left: -76px;
	display: none;
}

.Hlang-box:before {
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 8px 8px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: -8px;
	left: 50%;
	margin: 0 0 0 -4px;
}

.Hlang-box a {
	display: block;
	padding: 5px 10px 5px 60px;
	line-height: 30px;
	background-repeat: no-repeat !important;
	background-position: 20px center !important;
}

.Hlang-box a:hover {
	color: #fff;
	background: #0062b2;
}

.Hlang-box a.CN {
	background-image: url('/APP/Public/Home/images/icon-cn.png');
}

.Hlang-box a.JP {
	background-image: url('/APP/Public/Home/images/icon-jp.png');
}

.Hlang-box a.EN {
	background-image: url('/APP/Public/Home/images/icon-en.png');
}

/*Hsrch*/

.H-srch .Hsrch-menu {
	display: block;
	width: 60px;
	height: 100%;
	background-color: #0f307f !important;
	background: url('/APP/Public/Home/images/search.png') no-repeat center center;
}

.Hsrch-box {
	width: 100%;
	height: 70px;
	background: #0f307f;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	position: absolute;
	z-index: 2;
}

.Hsrch-block {
	padding: 0 0 0 4rem !important;
	width: 12rem !important;
	height: 32px;
	margin: 19px auto 0;
}

.Hsrch-block .btn {
	width: 24px;
	height: 32px;
	background: url('/APP/Public/Home/images/icon-hsrch.png') no-repeat center center;
	float: left;
}

.Hsrch-block .close {
	display: block;
	width: 24px;
	height: 32px;
	background: url('/APP/Public/Home/images/icon-close.png') no-repeat center center;
	float: right;
}

.Hsrch-block .text {
	width: 70%;
	height: 32px;
	font-size: 16px;
	float: left;
	margin: 0 0 0 10px;
}

.Hsrch-block .text::-webkit-input-placeholder {
	color: #6f6f6f;
}

.Hsrch-menu.cur {
	display: none;
}

.Header-wrapper.Header-searching .H-logo img {
	display: none;
}

.Header-wrapper.Header-searching .H-logo img.rollover {
	display: inline-block;
}

/*Hnav*/

.H-nav {
	float: left;
	margin-left:22%;
}


.H-nav>li {
	padding: 0 30px;
	float: left;
}

.H-nav>li:hover{ background:#426dd7;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;	
}

.H-nav .Hnav-menu {
	display: block;
	height: 70px;
	line-height: 70px;
	font-size: 17px;
	color: #FFF;
	font-family: '微软雅黑';
	position: relative;
}

.Hnav-menu i {
	display: block;
	width: 50px;
	height: 50px;
	background: url('/APP/Public/Home/images/icon-dd1.png') no-repeat center center / 14px auto;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
	display: none;
}

.Hnav-menu.cur i {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}
/* ---------------------------------------------------------------------- */
.Hnav-sub {
	padding: 10px 0;
	width: 28%;
	background: #ffffff;
	position: absolute;
	top: 70px;
	display: none;
}

.HnavSub-box {
	position: relative;
	float: right;
	width: 280px;
	height: 200px;
	padding-right: 10px;
	overflow: hidden;
}

.HnavSub-box img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;		
}
.HnavSub-box img:hover{
	transform: scale(1.05);
}

.HnavSub-list{
	float: left;
}
.HnavSub-list li {
	margin-left: 15%;
	width: 180px;
	height: 40px;
	border-bottom: 1px solid #eee;
	text-align: center;
	color: #989898;
}

.HnavSub-list li a {
	line-height: 50px;
	font-size: 14px;
}

.H-nav>li.cur .Hnav-menu {
	color: #FFF; background: url(/APP/Public/Home/images/menu_mid.gif) no-repeat center bottom;
}

.HnavSub-list li.cur a,
.HnavSub-list li:hover {
	/* border-bottom: 1px solid #0f307f; */
	color: #0f307f;
}

.H-nav>li:nth-child(1) .Hnav-sub{
	left: 31.5%;
}
.H-nav>li:nth-child(2) .Hnav-sub{
	left: 38.2%;
}
.H-nav>li:nth-child(3) .Hnav-sub{
	left: 45%;
}
.H-nav>li:nth-child(4) .Hnav-sub{
	left: 51.7%;
}
.H-nav>li:nth-child(5) .Hnav-sub{
	left: 58.5%;
}
.H-nav>li:nth-child(6) .Hnav-sub{
	left: 65.2%;
}
.H-nav>li:nth-child(7) .Hnav-sub{
	right: 0%;
}

/* -------------------------PC端--------------------------- */

@media all and (max-width:1700px) {
	.Hnav-sub {
		width: 34%;
	}
	.HnavSub-list li {
		margin-left: 10%;
	}
}

@media all and (max-width:1460px) {
	.Hnav-sub {
		width: 36%;
	}

	.H-nav>li:nth-child(1) .Hnav-sub{
		left: 22%;
	}
	.H-nav>li:nth-child(2) .Hnav-sub{
		left: 31%;
	}
	.H-nav>li:nth-child(3) .Hnav-sub{
		left: 40%;
	}
	.H-nav>li:nth-child(4) .Hnav-sub{
		left: 48%;
	}
	.H-nav>li:nth-child(5) .Hnav-sub{
		left: 55%;
	}
	.H-nav>li:nth-child(6) .Hnav-sub{
		left: 60%;
	}
}

@media all and (max-width:1380px) {
	.Hnav-sub {
		width: 38%;
	}
}

@media all and (max-width:1300px) {
	.Hnav-sub {
		width: 39%;
	}
}

@media all and (max-width:1280px) {
	.Hnav-sub {
		width: 41.5%;
	}
}

@media all and (max-width:1200px) {}

/* ----------------------------------------------------------- */
@media all and (min-width:980px) {
	.H-lang:hover .Hlang-box {
		display: block;
		animation: fadeInUp .6s ease-in-out;
		-webkit-animation: fadeInUp .6s ease-in-out;
	}
	.H-nav>li:hover .Hnav-sub {
		display: block;
		animation: fadeInDown .6s ease-in-out;
		-webkit-animation: fadeInDown .6s ease-in-out;
	}
}

/*right menu*/

@keyframes fadeInUp {
	0% {
		transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fadeInDown {
	0% {
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

/*--- Footer ---*/

.Footer-wrapper {
	color: #fff;
}

.footer-container {
	padding: 56px 0 84px;
	background: #2449a4;
}

.F-nav {
	width: 14%;
	float: left;
	text-align: center;
}

.F-nav.F-nav2 {
	width: 18.0833%;
}

.F-nav dt, .top {
	line-height: 25px;
	font-size: 16px;
	position: relative;
}

.F-nav dt i {
	display: block;
	width: 50px;
	height: 50px;
	background: url('/APP/Public/Home/images/icon-dd2.png') no-repeat center center / 14px auto;
	position: absolute;
	right: 0px;
	top: 0px;
	display: none;
}

.F-nav dt.cur i {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}

.F-nav dd {
	margin: 15px 0 0;
}

.F-nav dd a {
	display: block;
	padding: 5px 0;
	line-height: 24px;
	opacity: .6;
}

.F-nav dd a:hover {
	opacity: 1;
}

.F-code {
	display: inline-block;
	text-align: center;
	margin: 18px 0 0;
}

.F-code .type {
	line-height: 22px;
	font-size: 13px;
	color: #b6b6b6;
	margin: 10px 0 0;
}

.F-split {
	width: 1px;
	height: 272px;
	background: #3d3d3e;
	float: left;
}

#web-bnr {
	display: none;
}

#web-bnr .bnr-img {
	height: 390px;
}

/*--- Banner ---*/

#index-bnr {
	height: 690px;
}

.bnr-img {
	display: block;
	width: 100%;
	height: auto;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: relative;
}

.index-bnr .bnr-img {
	height: 690px;
}

.index-bnr .swiper-pagination {
	font-size: 0px;
	bottom: 8.070175438596491% !important;
	opacity: .75;
}

.index-bnr .swiper-pagination-bullet {
	width: 60px;
	height: 4px;
	border-radius: 3px;
	background: #fff;
	position: relative;
	overflow: hidden;
	margin: 0 8px;
	opacity: 1;
}

.index-bnr .swiper-pagination .swiper-pagination-bullet i {
	display: block;
	width: 100%;
	height: 100%;
	background: #4ab078;
	position: absolute;
	left: -100%;
	top: 0px;
}

.index-bnr .bnr-bg {
	width: 100%;
	height: 100%;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: absolute;
	top: 0px;
	left: 0px;
}

/*iBnr-1*/

.iBnr1-box {
	text-align: center;
	color: #fff;
	z-index: 2;
	position: absolute;
	left: 50%;
	top: 40%;
	width: 1200px;
	margin-left: -600px;
	text-align: left;
}

.iBnr1-box .t1,
.iBnr1-box .t2 {
	line-height: 76px;
	font-size: 60px;
	font-weight: lighter;
	margin-bottom: 30px;
	transition-delay: .6s;
	-webkit-transition-delay: .6s;
	opacity: 0;
	transition: all .6s ease-in-out .2s;
	-webkit-transition: all .6s ease-in-out .2s;
	transform: translateX(-100px);
	-webkit-transform: translateX(-100px);
}

.iBnr1-box .t2 {
	transition: all 1s ease-in-out .2s;
	-webkit-transition: all 1s ease-in-out .2s;
}

.swiper-slide.swiper-slide-active .iBnr1-box .t1,
.swiper-slide.swiper-slide-active .iBnr1-box .t2 {
	transform: translate(0, 0) scale(1);
	-webkit-transform: translate(0, 0) scale(1);
	opacity: 1;
}

.iBnr1-box .t2 {
	line-height: 34px;
	font-size: 18px;
	font-weight: lighter;
	text-transform: uppercase;
	font-family: '微软雅黑';
	letter-spacing: 2px;
}

.iBnr1-block .orn1 {
	display: block;
	width: 89px;
	height: 89px;
	line-height: 89px;
	font-size: 18px;
	font-weight: lighter;
	position: absolute;
	left: 0px;
	top: 32px;
}

/*--- Container ---*/

/*-- 首页 --*/

.header-container {
	background: #2449a4;
}

/*内页banner 文字缓动1*/

.ypt-bann {
	padding-top: 100px !important;
}

.ypt-bann h2 {
	font-size: 28px !important;
	font-weight: lighter;
	text-align: left !important;
}

.ypt-bann h2 span {
	font-size: 56px !important;
}

.ypt-bann h3 {
	font-size: 16px !important;
	font-weight: lighter !important;
	text-align: left !important;
	line-height: 30px;
}

.bann h2,
.bann h1,
.bann h4,
.bnr-t1 h2 {
	animation: mymove 1s infinite;
	-webkit-animation: mymove 1s infinite;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
}

@keyframes mymove {
	from {
		transform: translateY(-50px);
	}
	to {
		transform: translateY(0px);
	}
}

@-webkit-keyframes mymove {
	from {
		transform: translateY(-50px);
	}
	to {
		transform: translateY(0px);
	}
}

/*文字缓动2*/

.bann h3,
.bann h5,
.bnr-t1 p {
	animation: mymovet 1.5s infinite;
	-webkit-animation: mymovet 1.5s infinite;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
}

@keyframes mymovet {
	from {
		transform: translateY(50px);
	}
	to {
		transform: translateY(0px);
	}
}

@-webkit-keyframes mymovet {
	from {
		transform: translateY(50px);
	}
	to {
		transform: translateY(0px);
	}
}

.pdtb70 {
	padding: 70px 0px;
}

.bann {
	height: 380px;
	padding-top: 160px;
	margin-top: 70px;
	color: #fff;
}

.bann h1 {
	font-size: 36px;
	text-align: center;
}

.bann h2 {
	font-size: 42px;
	margin-bottom: 10px;
	text-align: center;
}

.bann h3 {
	font-size: 24px;
	font-weight: lighter;
	font-family: "Microsoft yahei";
	text-transform: uppercase;
	text-align: center;
}

/*翻动效果*/

/*btn*/

.index-link {
	width: 120px;
	margin: 0px auto;
}

.flip-btn {
	display: block;
	width: 114px;
	height: 34px;
	margin: 16px auto 0;
}

.flip-btn .btn {
	width: 112px;
	height: 32px;
	line-height: 32px;
	color: #de9f7d;
	border: 1px solid #de9f7d;
}

.flip-btn .btn.btn2 {
	color: #fff;
	background: #de9f7d;
}

.flip-btn {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.flip-btn,
.flip-btn .btn {
	transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
}

.flip-btn .btn {
	display: block;
}

.flip-btn .btn.btn1 {
	transform: translateZ(20px);
	-webkit-transform: translateZ(20px);
}

.flip-btn .btn.btn2 {
	transform: rotateX(-90deg) translateZ(-20px);
	-webkit-transform: rotateX(-90deg) translateZ(-20px);
	opacity: 0;
}

.index-link:hover .flip-btn {
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	transform: rotateX(90deg);
}

.index-link:hover .flip-btn .btn.btn2 {
	opacity: 1;
}

/*----------------------------------重新定义---------------------------  */
/* -----底部----- */
.xg-footer{
	width: 70%;
	margin-left: 15%;
}
.footer-line-tj{
	width: 100%;
	height: 1px;
	background-color: #576fa6;
	opacity: .8;
	margin-top: 30px;
}
.footer-ewm-tj{
	width: 80%;
	margin-left: 18%;
	overflow: hidden;
}
.footer-ewm-tj div{
	float: left;
}
.footer-left-tj{
	width: 66%;
}
.footer-left-tj ul{
	margin-top: 68px;
	overflow: hidden;
}
.footer-left-tj ul li{
	float: left;
}
.footer-left-tj ul li:nth-child(2) img{
	margin-left: 30px;
	margin-top: 20px;
	vertical-align: bottom;
}

.footer-left-tj ul li:nth-child(2) a{
	font-size: 22px;
	color: #ffffff;
	margin-left: 10px;
	line-height: 20px;
}
.footer-left-tj p{
	margin-top: 20px;
	font-size: 12px;
	color: #CCC;
}
.Footer-relation{
	margin-top: 30px;
	font-size: 12px;
	color: #CCC;
}

.Footer-relation h4{
	overflow: hidden;
	margin: 6px 0 8px -16px;
}
.Footer-relation p{
	float: left;
	margin-left: 16px;
}







.footer-right-tj{
	width: 34%;
	overflow: hidden;
}
.footer-right-tj select{
	margin: 105px auto 55px;
	width: 40%;
	height: 30px;
	background-color: #2449a4;
	border: 1px solid #576fa6;
	border-radius: 5px;
	color: #CCC;
	text-indent: 1em;
	font-size: 12px;
	float: left;
}
.footer-right-tj h3{
	text-align: center;
	margin-top: 60px;
}
.footer-right-tj p{
	font-size: 13px;
	color: #ccc;
	margin-top: 10px;
}






@media all and (max-width:1700px) {
	.H-nav {
		margin-left:6.5%;
	}
}
@media all and (max-width:1580px) {
	.H-nav {
		margin-left:0.5%;
	}
	.H-nav>li {
		padding: 0 28px;
	}
}
@media all and (max-width:1460px) {
	.H-nav>li {
		padding: 0 24px;
	}
}

@media all and (max-width:1380px) {
	.H-nav>li {
		padding: 0 20px;
	}
	.H-nav .Hnav-menu {
		font-size: 16px;
	}
}

@media all and (max-width:1300px) {
	.H-nav>li {
		padding: 0 19px;
	}
}

@media all and (max-width:1280px) {
	.H-nav>li {
		padding: 0 10px;
	}
}

@media all and (max-width:1200px) {
	.H-nav>li {
		padding: 0 6px;
	}
	.H-lang .Hlang-menu {
		width: 40px;
	}
	.H-srch .Hsrch-menu {
		width: 40px;
	}
}
@media all and (max-width:900px) {
	.H-action .split {
		display: none;
	}
	.H-lang .Hlang-menu {
		line-height: 50px;
	}
	.H-lang .Hlang-menu {
		width: 32px;
	}
	.H-srch .Hsrch-menu {
		width: 32px;
		background-color: #2449a4 !important;
	}
	/* --底部--- */
	.xg-footer{
		width: 0%;
		margin-left: 0%;
	}
	.F-nav {
		text-align: left;
	}
	.footer-line-tj{
		display: none;
	}
	.footer-left-tj {
		width: 100%;
	}
	.footer-left-tj ul {
		margin-top: 30px;
	}
	.footer-ewm-tj {
		width: 92%;
		margin-left: 4%;
	}
	.footer-left-tj ul li:nth-child(2) img {
		margin-left: 16px;
	}
	.footer-left-tj ul li:nth-child(2) a {
		font-size: 18px;
		margin-left: 6px;
	}
	.footer-left-tj h4 span:nth-child(n+2) {
		margin-left: 0px;
	}
	.footer-left-tj h4 span:nth-of-type(3) {
		display: block;
	}
	.footer-right-tj {
		width: 92%;
		margin-left: 4%;
		overflow: hidden;
	}
	.footer-right-tj h3 {
		margin-top: 40px;
	}
	.footer-right-tj select {
		margin-top: 82px;
		text-indent: 0.5em;
	}
}

.Container-wrapper{
    margin-top: 70px;
}
@media all and (max-width:1000px) {
    .Container-wrapper{
        margin-top: 50px;
    }
}


#main-active{
	color: #ffffff;
}
@media all and (max-width:900px) {
	#main-active{
		color: #000000;
		font-weight: 600;
	}

	.HnavSub-list li {
		margin-left: 0%;
		width: 180px;
		height: 40px;
		background-color: #426dd7;
		border-bottom: none;
		text-align: left;
		color: #ffffff;
	}
	.Hnav-sub {
		width: 100%;
	}
	
.H-nav>li:nth-child(1) .Hnav-sub{
	left:0%;
}
.H-nav>li:nth-child(2) .Hnav-sub{
	left: 0%;
}
.H-nav>li:nth-child(3) .Hnav-sub{
	left: 0%;
}
.H-nav>li:nth-child(4) .Hnav-sub{
	left: 0%;
}
.H-nav>li:nth-child(5) .Hnav-sub{
	left: 0%;
}
.H-nav>li:nth-child(6) .Hnav-sub{
	left: 0%;
}
.H-nav>li:nth-child(7) .Hnav-sub{
	right: 0%;
}
}<!--0.00015592575073242-->