body {
	font-family: "Roboto"
}

html {
	scroll-behavior: smooth
}

p,h1,h2,h3,h4,h5,h6,ul {
	margin: 0
}

a:hover {
	text-decoration: none
}

li {
	list-style: none
}

.clearfix:after {
	content: "020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.container {
	width: 1300px;
	margin: 0 auto;
	padding: 0
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	background: rgba(255,255,255,0.7);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.25)
}

.pc_nav {
	margin: 0 auto;
	height: auto;
	padding-top: 20px;
	padding-left: 160px;
	padding-right: 160px
}

.pc_nav .logo_box {
	float: left
}

.pc_nav .logo_box a {
	display: inline-block;
	vertical-align: middle
}

.pc_nav .right_box {
	float: right;
	margin-top: 25px
}

.pc_nav nav {
	float: left;
	height: auto;
	margin-right: 60px
}

.pc_nav nav li {
	float: left;
	margin: 0 32px;
	padding-bottom: 44px;
	/*position: relative*/
}

.pc_nav nav li a {
	display: inline-block;
	color: #333;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	font-family: "RobotoM"
}

.pc_nav nav li a:hover {
	color: #e60012
}

.pc_nav nav li b {
	display: inline-block;
	width: 0;
	height: 4px;
	background: #e60012;
	position: absolute;
	bottom: -44px;
	left: 50%;
	transition: all .4s
}

.pc_nav nav li .sel_box {
	width: 100%;
    background: rgba(255,255,255,0.9);
    position: absolute;
    top: 112px;
    left: 0;
    z-index: 4;
    box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 20%);
    display: none;
    padding-top: 20px;
    padding-bottom: 20px
}

.pc_nav nav li ul {
	margin: 0;
    text-align: center;
    padding: 0;
    transition: all .4s;
}

.pc_nav nav li ul li {
    display: inline-block;
    float: none;
    padding: 0;
    margin: 0;
    line-height: 30px;
    border: none;
    margin-right: 40px;

}

.pc_nav nav li ul li a {
	margin: 0;
    font-size: 16px;
    transition: transform .4s;
    border: unset;
    padding: 0;
    text-transform: capitalize;
	color: #333333!important;
}

.pc_nav nav li ul li a:hover {
	border: unset;
	color: #e60012 !important
}

.pc_nav nav li:hover div.sel_box {
	display: block
}

.pc_nav nav li:hover b {
	left: 0;
	width: 100%
}

.pc_nav nav .Actives a {
	color: #3F8A3F
}

.pc_nav nav .Actives a b {
	left: 0;
	width: 100%
}

.pc_nav nav .Actives .sel_box a {
	color: #333
}

.pc_nav nav .Actives .sel_box a:hover {
	color: #e60012 !important
}

.pc_nav .lang_box {
	float: right;
	cursor: pointer
}

.pc_nav .lang_box p,.pc_nav .lang_box div {
	display: inline-block
}

.pc_nav .lang_box .lang {
	margin-left: 20px;
	position: relative
}

.pc_nav .lang_box .lang a {
	color: #333;
	display: block;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px
}

.pc_nav .dropdown-menu {
	left: unset;
	right: 0;
	top: 100%;
	min-width: 110px
}

.pc_nav .dropdown-menu a {
	color: #484848 !important
}

footer {
	padding-top: 40px;
	position: relative;
	background-color: #2C2C2C
}

footer .footTopBox div {
	width: 240px;
	display: inline-block;
	margin-right: 120px;
	vertical-align: top;
	margin-top: 40px
}

footer .footTopBox .one {
	width: 310px;
	margin-top: 0
}

footer .footTopBox .one p {
	color: rgba(255,255,255,0.5);
	font-size: 16px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 30px
}

footer .footTopBox .one a {
	display: inline-block;
	width: 100%;
	height: 60px;
	background: #e60012;
	line-height: 60px;
	color: #fff;
	text-align: center
}

footer .footTopBox .two {
	margin-right: 40px
}

footer .footTopBox .three {
	margin-right: 0;
	width: 200px
}

footer .footTopBox h3 {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 24px;
	padding-bottom: 20px
}

footer .footTopBox nav a {
	font-size: 16px;
	display: block;
	font-weight: 400;
	line-height: 40px;
	color: rgba(255,255,255,0.5);
	line-height: 30px
}

footer .footTopBox nav a:hover {
	color: #fff
}

footer .footBootmBox {
	border-top: 1px solid rgba(255,255,255,0.15);
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 60px
}

footer .footBootmBox .url_icon {
	float: right;
	width: 40%;
	text-align: right
}

footer .footBootmBox .url_icon li {
	display: inline-block;
	margin-right: 15px
}

footer .footBootmBox p {
	font-size: 18px;
	color: #fff
}

footer .footBootmBox a {
	font-size: 16px;
	color: #fff
}

footer .footBootmBox .left {
	float: left;
	display: inline-block;
	width: 60%;
	vertical-align: middle
}

.phone_nav {
	display: none
}

.page {
	text-align: center
}

.page ul.pagination {
	margin: 0
}

.page ul.pagination li span {
	display: block;
	color: #333;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	margin-right: 10px;
	text-align: center;
	font-size: 16px;
	border: none;
	background: #fff;
	border-radius: 2px
}

.page ul.pagination li a {
	display: inline-block;
	color: #333;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	margin-right: 10px;
	text-align: center;
	font-size: 16px;
	border: none;
	background: #fff;
	border-radius: 2px
}

.page ul.pagination li.active>span {
	background: #e60012;
	color: #fff
}

.show-box {
	background: rgba(0,0,0,0.7);
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99;
	top: 0;
	left: 0
}

.show-box .search-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.show-box .search-wrapper .input-holder {
	overflow: hidden;
	height: 70px
}

.show-box .search-wrapper .input-holder input {
	height: 70px;
	border: unset;
	width: 450px;
	padding-left: 20px;
	outline: none
}

.show-box .search-wrapper .input-holder p {
	position: relative;
	float: left
}

.show-box .search-wrapper .input-holder .close-btn {
	border-radius: 50%;
	background: #fff;
	text-align: center;
	line-height: 50px;
	height: 50px;
	float: right;
	display: block;
	width: 50px;
	margin-top: 11px;
	margin-left: 5px;
	font-weight: 800;
	cursor: pointer
}

.show-box .search-wrapper .search-input {
	background: rgba(255,255,255,0.8);
	border-radius: 50px;
	color: #fff
}

.show-box .search-wrapper input::-webkit-input-placeholder {
	color: #333;
	font-size: 16px;
	padding-left: 20px
}

.show-box .search-wrapper .search-icon {
	width: 50px;
	height: 50px;
	margin: 10px;
	border-radius: 30px;
	background: #FFF;
	padding: 0px;
	outline: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	float: right;
	cursor: pointer;
	border: unset
}

.show-box .search-wrapper .search-icon i {
	color: #333;
	text-align: center;
	font-size: 20px
}

/*.toUp {*/
/*	position: fixed;*/
/*	right: 40px;*/
/*	bottom: 80px;*/
/*	z-index: 3*/
/*}*/

.toUp:hover {
	cursor: pointer
}

.pc_nav nav .has-sub.Actives a {
	color: #e60012
}

.pc_nav.Active {
	background: #fff
}

.banners {
	position: relative
}

.banners .text {
	position: absolute;
	z-index: 1;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	text-align: center;
	overflow: hidden
}

.banners .text p {
	font-size: 24px;
	font-family: "Roboto";
	font-weight: 400;
	color: #FFFFFF;
	line-height: 60px
}

.banners .text h2 {
	font-size: 50px;
	font-family: "RobotoB";
	font-weight: bold;
	color: #ECF0F4;
	line-height: 60px;
	text-shadow: 0px 2px 2px rgba(0,0,0,0.35)
}

.bottomConBox {
	padding-top: 60px;
	padding-bottom: 60px
}

.bottomConBox div {
	width: 32.7%;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	text-align: center;
	vertical-align: middle
}

.bottomConBox h4 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 400;
	color: #000000;
	line-height: 32px
}

.bottomConBox p {
	font-size: 16px;
	font-weight: 400;
	color: #444;
	line-height: 24px
}

.bottomConBox span {
	color: #333;
	display: block;
	font-size: 18px;
	margin-top: 20px;
	font-family: "RobotoM"
}

.bottomConBox span a {
	text-decoration: underline;
	color: #333
}

.bottomConBox b {
	width: 1px;
	height: 120px;
	background: #000;
	opacity: 0.2;
	display: inline-block;
	vertical-align: middle;
	margin-top: 30px
}

@media screen and (max-width: 1650px) {
	.pc_nav nav li {
		margin: 0 15px
	}
}

@media screen and (max-width: 1550px) {
	.container {
		width: 1170px
	}

	.pc_nav nav {
		margin-right: 30px
	}

	footer .footTopBox div {
		margin-right: 50px
	}

	.bottomConBox div {
		vertical-align: top
	}
}

@media screen and (max-width: 1450px) {
	.pc_nav{
		 padding-right: 60px;
	}
	.containers {
		width: 1170px
	}

	.pc_nav nav {
		margin-right: 80px
	}

	.pc_nav nav li {
		margin: 0 15px
	}
}

@media screen and (max-width: 1400px) {
	.pc_nav {
		padding-left: 60px;
		padding-right: 60px
	}

	.banners .text h2 {
		font-size: 38px;
		line-height: 1.5
	}

	.banners .text p {
		font-size: 18px
	}

	.bottomConBox h4 {
		font-size: 20px
	}
}

@media screen and (max-width: 1300px) {
	.pc_nav {
		padding-left: 40px;
		padding-right: 40px
	}

	.bottomConBox p {
		font-size: 14px;
		line-height: 1.5
	}

	.bottomConBox span {
		font-size: 14px
	}
}

@media screen and (max-width: 1190px) {
	.pc_nav nav li .sel_box{
		top: 102px;
	}
	.container {
		width: 970px
	}

	footer .footTopBox div {
		width: 230px;
		margin-right: 30px
	}

	footer .footTopBox .one {
		width: 255px
	}

	footer .footTopBox .two,footer .footTopBox .three {
		width: 185px
	}

	footer .footTopBox h3 {
		font-size: 20px;
		padding-bottom: 20px
	}

	footer .footTopBox nav a,footer .footTopBox .one p {
		font-size: 14px
	}

	footer .footTopBox .one a {
		height: 45px;
		line-height: 45px
	}

	footer .footBootmBox p,footer .footBootmBox a {
		font-size: 14px
	}

	.pc_nav .logo_box {
		width: 13%
	}

	.pc_nav .right_box {
		margin-top: 15px
	}

	.banners .text h2 {
		font-size: 30px
	}

	.banners .text p {
		font-size: 12px
	}
}

@media screen and (max-width: 1100px) {
	.pc_nav nav .has-sub {
		margin: 0 15px
	}
}

@media screen and (max-width: 1030px) {
	.pc_nav nav .has-sub {
		margin: 0 15px
	}
}

@media screen and (max-width: 999px) {
	.container {
		width: 750px
	}

	.pc_nav nav .has-sub {
		margin: 0 10px
	}

	.pc_nav nav {
		margin-right: 30px
	}

	footer .footTopBox .one {
		width: 100%;
		margin-right: 0
	}

	.bottomConBox div {
		width: 32.5%
	}
}

@media screen and (max-width: 768px) {
	.pc_nav {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px
	}

	.pc_nav nav .has-sub {
		padding-bottom: 35px
	}

	.pc_nav nav li b {
		bottom: -35px
	}

	.pc_nav nav .has-sub a {
		font-size: 14px
	}

	.container {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px
	}

	footer div {
		width: 145px
	}

	.banners .text p {
		line-height: 1.5
	}
}

@media screen and (max-width: 767px) {
	.banners .text h2 {
		font-size: 20px;
		line-height: 1.2
	}

	.banners .text p {
		line-height: 1.5
	}

	.pc_nav,.show-box {
		display: none
	}

	.empty {
		height: 55px
	}

	.bodyTop {
		position: fixed;
		width: 100%;
		top: 0;
		display: none
	}

	.phone_nav {
		display: block
	}

	.phone_nav .activess {
		box-shadow: 0 1px 10px rgba(0,0,0,0.3)
	}

	.phone_nav .tops {
		position: fixed;
		top: 0px;
		left: 0;
		width: 100%;
		background: #fff;
		z-index: 55;
		padding: 5px 10px
	}

	.phone_nav .tops .logo_box p {
		float: left;
		margin-top: 0px
	}

	.phone_nav .tops .logo_box p a {
		display: inline-block;
		vertical-align: middle;
		margin-top: 7px
	}

	.phone_nav .tops .logo_box p a img {
		width: 60%
	}

	.phone_nav .tops .logo_box .menu_btn {
		width: 30px;
		float: right;
		margin-top: 7px;
		padding: 0
	}

	.phone_nav .tops .logo_box .menu_btn span {
		border: 1px solid #000;
		display: block;
		margin: 8px 0;
		transition: all 0.3s;
		transform-origin: center
	}

	.phone_nav .tops .logo_box .play {
		margin-top: 20px;
		margin-bottom: 15px
	}

	.phone_nav .tops .logo_box .play span {
		margin: -1px !important
	}

	.phone_nav .tops .logo_box .play span:nth-child(1) {
		transform: rotate(45deg)
	}

	.phone_nav .tops .logo_box .play span:nth-child(2) {
		transform: rotate(-45deg)
	}

	.phone_nav .tops .logo_box .play span:nth-child(3) {
		display: none
	}

	.phone_nav .show_menu {
		background: #fff;
		height: 98vh;
		position: fixed;
		top: 50px;
		left: -100%;
		width: 100%;
		background: #fff;
		z-index: 55;
		overflow-y: scroll;
		border-top: 1px solid #eee;
		transition: all .3s
	}

	.phone_nav .show_menu ul {
		padding: 0
	}

	.phone_nav .show_menu ul li {
		border-bottom: 1px solid #eee;
		position: relative
	}

	.phone_nav .show_menu ul li a {
		color: #333;
		font-size: 15px;
		line-height: 60px;
		padding-left: 20px;
		font-weight: 600;
		text-transform: uppercase
	}

	.phone_nav .show_menu ul li div.Btn,.phone_nav .show_menu ul li div.Btn1 {
		position: relative;
		float: right
	}

	.phone_nav .show_menu ul li div.Btn span.menu_btns,.phone_nav .show_menu ul li div.Btn1 span.menu_btns {
		position: absolute;
		top: 21px;
		right: 26px;
		display: block;
		width: 2px;
		height: 12px;
		background: #323233;
		z-index: 99
	}

	.phone_nav .show_menu ul li div.Btn span.menu_btns_1,.phone_nav .show_menu ul li div.Btn1 span.menu_btns_1 {
		position: absolute;
		right: 21px;
		top: 26px;
		display: block;
		width: 12px;
		height: 2px;
		background: #323233;
		z-index: 99
	}

	.phone_nav .show_menu ul li .second {
		display: none;
		background: #eee
	}

	.phone_nav .show_menu ul li .second li {
		position: relative
	}

	.phone_nav .show_menu ul li .second li a {
		font-size: 14px;
		color: #666;
		line-height: 45px
	}

	.phone_nav .show_menu ul li .three {
		display: none
	}

	.phone_nav .show_menu ul li .three li a {
		font-size: 13px;
		color: #666;
		line-height: 35px;
		padding-left: 30px
	}

	.phone_nav .show_menu .lang_box_p {
		height: 60px;
		padding: 0 20px
	}

	.phone_nav .show_menu .lang_box_p p.langs {
		height: 60px
	}

	.phone_nav .show_menu .lang_box_p p.langs a {
		color: #333;
		font-size: 15px;
		margin-right: 0px;
		padding: 0 18px;
		display: inline-block;
		border-right: 1px solid #ccc
	}

	.phone_nav .show_menu .lang_box_p p.langs a:last-child {
		border-right: unset
	}

	.phone_nav .show_menu .lang_box_p form {
		margin: 20px 0
	}

	.phone_nav .show_menu .lang_box_p form p {
		overflow: hidden;
		height: 45px
	}

	.phone_nav .show_menu .lang_box_p form p input {
		border: none;
		background: none;
		font-size: 20px;
		display: inline-block;
		height: 100%;
		width: 85%;
		float: left;
		border: 1px solid #ccc
	}

	.phone_nav .show_menu .lang_box_p form p input::-webkit-input-placeholder {
		color: #999;
		font-size: 20px;
		padding-left: 20px
	}

	.phone_nav .show_menu .lang_box_p form button {
		border: none;
		background: #e60012;
		font-size: 20px;
		color: #fff;
		display: inline-block;
		width: 15%;
		float: right;
		height: 45px
	}

	.phone_nav .play-menu {
		left: 0%
	}

	.phone_nav .show_menu .logo_box .menu_btn {
		width: 35px;
		padding-top: 20px
	}

	.phone_nav .show_menu .logo_box .menu_btn span {
		margin-top: 20px
	}

	.phone_nav .show_menu .logo_box .menu_btn span:nth-child(2) {
		margin-top: -1px
	}

	.phone_nav .show_menu .logo_box p>a>img {
		width: 75%
	}

	footer {
		padding-top: 50px
	}

	footer .footTopBox div,footer .footTopBox .two,footer .footTopBox .three {
		margin-top: 0;
		margin-bottom: 35px;
		width: 100%;
		margin-right: 0
	}

	footer .footTopBox h3 {
		padding-bottom: 10px;
		font-size: 16px
	}

	footer .footBootmBox {
		margin-top: 0;
		padding-top: 15px;
		padding-bottom: 15px
	}

	footer .footBootmBox .left {
		width: 100%
	}

	footer .footBootmBox .url_icon {
		text-align: left;
		width: 100%;
		margin-top: 20px
	}

	.bottomConBox {
		padding-bottom: 10px
	}

	.bottomConBox div {
		width: 100%;
		margin-bottom: 50px
	}

	.bottomConBox h4 {
		font-size: 16px;
		line-height: 1.5;
		margin-top: 10px;
		margin-bottom: 5px
	}

	.bottomConBox b {
		display: none
	}

	.url_icon {
		text-align: left
	}

	.toUp {
		right: 20px
	}

	.page ul.pagination {
		margin-top: 20px;
		margin-bottom: 0
	}
}

@media screen and (max-width: 321px) {
	#close_state_box {
		bottom: 67px
	}
}

.bannerImg .swiper-pagination-bullet-active {
	background: #e60012!important
}
