锘緻charset "utf-8";
@import url("../css/common/layout.css");
@import url("../css/common/icon.css");
@import url("../css/common/ie.css");
@import url("../css/animate.css");
@import url("../css/navi/navi_02.css");
/*02瀵艰埅*/
@import url("../css/common/kefu.css");
/*瀹㈡湇*/
@import url("../css/navi/navi_01.css");
/*01瀵艰埅*/
@import url("../css/common/page.css");
/*鍥炬爣*/

* {
	padding: 0;
	margin: 0;
	text-decoration: none !important;
}

a,
a:active,
a:hover {
	outline: none;
	border: none;
}

dl,
dt,
dd {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

ol,
ul {
	list-style-type: none;
}

li {
	list-style: none;
}

html {
	overflow-x: hidden;
}

#m8>a {
	padding: 5px 10px;
	background: linear-gradient(270deg, #22b4c5, #226cc5);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	position: relative;
	color: #ffffff;
}

#m8>a::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 10px solid #22b3c5;
	position: absolute;
	top: 50%;
	left: 99%;
	transform: rotate(90deg) translateX(-50%);
	-webkit-transform: rotate(90deg) translateX(-50%);
	-moz-transform: rotate(90deg) translateX(-50%);
	-ms-transform: rotate(90deg) translateX(-50%);
	-o-transform: rotate(90deg) translateX(-50%);
}

#m8:hover>a {
	color: #ffffff;
}

.clear {
	clear: both;
}

.dowebok .section {
	overflow: hidden;
}

a {
	color: #333;
	outline: none;
}

a:focus {
	outline: none;
	-moz-outline: none;
}

.header {
	width: 100%;
	background: none;
}

.header .navbar {
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.32);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent);
	/* background-color: #ffffff; */
}

.header .navbar .pc_menu .pc_logo a .img2 {
	display: block;
}

.header .navbar .pc_menu .pc_logo a .img1 {
	display: block;
}

.header .navbar .pc_menu .pc_logo a .img2 {
	display: none;
}




.header .navbar .pc_menu {
	margin: 0 auto;
	transition: all 0.3s 0s ease-in-out;
	transition: all 0.2s linear -1ms;
	display: flex;
	align-items: center;
	-webkit-transition: all 0.2s linear -1ms;
	-moz-transition: all 0.2s linear -1ms;
	-ms-transition: all 0.2s linear -1ms;
	-o-transition: all 0.2s linear -1ms;
}

.header .navbar .pc_menu .pc_logo {
	height: 50%;
	align-items: center;
	display: -webkit-flex;
	position: absolute;
	left: 8.35%;
	padding: 0;
}

@media (max-width:1800px) {
	.header .navbar .pc_menu .pc_logo {
		left: 5%;
	}
}

.header .navbar .pc_menu .pc_logo a {
	display: block;
	height: 100%;
}

.header .navbar .pc_menu .pc_logo a img {
	height: 100% !important;
}

.header .navbar .pc_menu .pc_menu_right>li {
	margin: 0 2%;
	height: 100px;
	display: flex;
	align-items: center;
}

.header .navbar .pc_menu .pc_menu_right>li .t {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	display: inline-block;
}

.header .navbar .pc_menu .pc_menu_right li:hover .t {
	color: #1f85ff;
}

.header .navbar .pc_menu .pc_menu_right .active>a {
	color: #1f85ff;
}

.language a img {
	filter: grayscale(0%) brightness(1000%);
	-webkit-filter: grayscale(0%) brightness(1000%);
}


/*-----婊氬姩鍚?-------*/
.header .navbar .pc_fixed .pc_logo a .img1 {
	display: none;
}

.header .navbar .pc_fixed .pc_logo a .img2 {
	display: block;
}
.header.on .navbar{
	border-bottom: none;
}

.header .navbar .pc_fixed {
	transition: all 0.2s linear;
	background: rgba(255, 255, 255, 1);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	box-shadow: 8px 0 45px rgb(0 0 0 / 10%);
}

.header .navbar .pc_fixed .pc_menu_right li .t {
	color: #666666;
}

.header .navbar .pc_fixed .pc_menu_right .active>a {
	color: #1f85ff;
}

.header .navbar .pc_fixed .pc_menu_right li:hover .t {
	color: #1f85ff;
}

.header .navbar .pc_fixed .language a img {
	filter: grayscale(0%) brightness(100%);
	-webkit-filter: grayscale(0%) brightness(100%);
}

.header .navbar .pc_fixed .sb-icon-search {
	filter: grayscale(0%) brightness(100%);
	-webkit-filter: grayscale(0%) brightness(100%);
}


.header .navbar .pc_menu .pc_menu_right>li:hover .t:after {
	width: 60px;
}

.header .navbar .pc_menu .pc_menu_right .active>a {
	position: relative;
}

.header .navbar .pc_menu .pc_menu_right>li.active .t:after {
	width: 60px;
}

.Big-index {
	display: inline-block;
	width: 100%;
}

.login {
	position: absolute;
	top: calc(50% - 10px);
	right: calc(4.5% + 130px);
}

.login a {
	display: block;
}

.login a img {
	display: inline-block;
	width: 20px;
	filter: opacity(.5) grayscale(10);
	-webkit-filter: opacity(.5) grayscale(10);
}

.login a img:hover {
	filter: none;
	-webkit-filter: none;
}

.language {
	position: absolute;
	width: 24px;
	height: 24px;
	right: 8.3%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.language ul {
	padding-right: 16px;
	display: flex;
	justify-content: center;
	background: url(../images/language-arrow.png) no-repeat top 4px right;
	margin: 0 5px 0 20px;
	padding: 0;
	position: relative;
}

.language ul::before {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	top: -2px;
	left: -30px;
	background: url(../images/language_icon01.png) no-repeat;
}

.language ul li {
	font-size: 14px;
	color: #ffffff;
	line-height: 14px;
	display: none;
	cursor: pointer;
	width: 100%;
}

.language ul li.active {
	display: block;
}

.language ul li:hover a {
	color: #000077;
}

.language ol {
	position: absolute;
	left: calc(50% - 60px);
	top: 28px;
	z-index: 10;
	display: none;
}

.language ol li {
	width: 120px;
	background: rgba(255, 255, 255, 0.7);
	text-align: center;
	line-height: 40px;
}

.language ol li a {
	display: block;
}

.language ol li:hover {
	background: #000077;
}

.language ol li:hover a {
	color: #fff;
}

@media(max-width:1500px) {
	.login a img {
		width: 18px;
	}

	.login {
		top: calc(50% - 9px);
		right: calc(4.5% + 120px);
	}

	.language ul li {
		font-size: 13px;
		line-height: 13px;
	}

	.language ol li {
		width: 110px;
		line-height: 38px;
		font-size: 13px;
	}

	.language ol {
		left: calc(50% - 55px);
	}

	.header .navbar .pc_menu .pc_menu_right>li {
		margin: 0 1.8%;
	}
}

@media(max-width:1400px) {
	.header .navbar .pc_menu .pc_menu_right>li .t {
		font-size: 14px;
	}
}

@media(max-width:1300px) {
	.header .navbar .pc_menu .pc_menu_right>li .t {
		font-size: 13px;
	}

	.login a img {
		width: 15px;
	}

	.login {
		top: calc(50% - 7px);
		right: calc(4.5% + 100px);
	}

	.language ul li {
		font-size: 12px;
		line-height: 12px;
	}

	.language ol li {
		width: 100px;
		line-height: 35px;
		font-size: 12px;
	}

	.language ol {
		left: calc(50% - 50px);
	}
}

@media(max-width:1200px) {
	.header .navbar .pc_menu .pc_menu_right>li {
		line-height: 75px;
	}

	.header .navbar .pc_menu .pc_menu_right>li .t {
		font-size: 12px;
	}

	.header .navbar .pc_menu .pc_menu_right li {
		margin: 0 1.2%;
	}

	.header .navbar .pc_menu .pc_menu_right>li.active .t:after {
		width: 40px;
	}

	.header .navbar .pc_menu .pc_menu_right>li:hover .t:after {
		width: 40px;
	}
}

@media(max-width:1200px) {
	.header .navbar .pc_menu {
		height: 70px;
	}

	.login a img {
		width: 20px;
	}

	.login {
		top: calc(50% - 10px);
		right: 80px;
	}
}

@media(max-width:760px) {}

/* banner */
.part_one,
.banner,
.page_banner {
	width: 100%;
	overflow: hidden;
}

/* 搴曢儴 */
.footer_gun {
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	padding-top: 100px;
	background-color: #f1f1f1;
}
.fp-completely .footer_gun .content .boxlist,
.fp-completely .footer_gun .footer_about .bottom {
	animation: fadeInUp 1s 0s linear;
	-webkit-animation: fadeInUp 1s 0s linear;
}

.footer {
	width: 100%;
	background-color: #f1f1f1;
}

.footer .content {
	width: 83.3%;
	margin: 0 auto;
}

.footer .content .boxlist {
	width: 100%;
	padding-top: 80px;
}

.footer .content .boxlist .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 30px;
}

.footer .content .boxlist .top .logo {
	width: 20%;
}

.footer .content .boxlist .top .logo a {
	width: 100%;
}

.footer .content .boxlist .top .logo a img {
	width: 100%;
}

.footer .content .boxlist .top .more a {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-color: #cccccc;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	margin-left: 15px;
	display: none;
}
.footer .content .boxlist .top .more{
    	margin-right: 50px;
}
.footer .content .boxlist .top .more p {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-color: #cccccc;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	margin-left: 15px;
	position: relative;
	z-index:10;
}

.footer .content .boxlist .top .more p:first-child::after {
	content: "";
	position: absolute;
	top: auto;
	left: 50%;
	right: auto;
	bottom: 40px;
	width: 140px;
	height: 140px;
	background: url(../images/code.jpg) no-repeat;
	background-size: cover;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	display: none;
}

.footer .content .boxlist .top .more p:hover:first-child::after {
	display: block;
}

.footer .content .boxlist .top .more span {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-color: #cccccc;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	margin-left: 15px;
	position: relative;
	z-index:10;
}

.footer .content .boxlist .top .more span::after {
	content: "QQ锛?321814110";
	position: absolute;
	top: auto;
	left: 50%;
	right: auto;
	bottom: 40px;
	width: 180px;
	height: 40px;
	background-color: #1f85ff;
	line-height: 40px;
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	display: none;
}

.footer .content .boxlist .top .more span:hover::after {
	display: block;
}

.footer .content .boxlist .top .more a img {
	width: 100%;
}

.footer .content .boxlist .top .more span img {
	width: 100%;
}

.footer .content .boxlist .top .more a:hover {
	background-color: #226cc5;
}

.footer .content .boxlist .top .more span:hover {
	background-color: #226cc5;
}
.footer .content .boxlist .top .more p:hover {
	background-color: #226cc5;
}
.footer .content .boxlist .bottom {
	padding: 80px 0;
	display: flex;
	justify-content: space-between;
}

.footer .content .boxlist .bottom .left {
	width: 62.5%;
	display: flex;
	align-items: center;
}

.footer .content .boxlist .bottom .left ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.footer .content .boxlist .bottom .left ul>li>a {
	display: block;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 40px;
	color: #333333;
	transition: all .5s linear;
	font-weight: lighter;
}

.footer .content .boxlist .bottom .left ul>li>ol>li {}

.footer .content .boxlist .bottom .left ul>li>ol>li a {
	font-size: 14px;
	line-height: 45px;
	color: #666666;
	font-weight: lighter;
}

.footer .content .boxlist .bottom .right {
	text-align: left;
    	width: 31%;
}

.footer .content .boxlist .bottom .right .address {
	margin-bottom: 0;
}

.footer .content .boxlist .bottom .right .address h3 {
	font-weight: normal;
	margin: 0;
	font-size: 16px;
	color: #666666;
	line-height: 40px;
}

.footer .content .boxlist .bottom .right .address a {
	margin: 0;
	display: inline-block;
	font-size: 26px;
	line-height: 44px;
	color: #226cc5;
	margin-right: 20px;
	margin-bottom: 20px;
}

.footer .content .boxlist .bottom .right .address p {
	margin: 0;
	font-size: 16px;
	color: #226cc5;
	line-height: 44px;
}

.footer .footer_about {
	width: 100%;
	border-top: 1px solid #dcdcdc;
}

.footer .footer_about .bottom {
	width: 83.3%;
	display: flex;
	align-items: center;
	padding: 30px 0;
	margin: 0 auto;
	flex-wrap: wrap;
}

.footer .footer_about .bottom p {
	font-size: 12px;
	color: #333333;
	line-height: 48px;
	margin-right: 10px;
}

.footer .footer_about .bottom p a {
	color: #333333;
}

@media (max-width:1400px) {
	.footer .content {
		width: 95%;
	}

	.footer .footer_about .bottom {
		width: 95%;
	}

	.footer .content .boxlist .bottom .left {
		width: 56.5%;
	}

	.footer .content .boxlist .bottom {
		padding: 60px 0;
	}

	.footer .content .boxlist .bottom .left ul>li>a {
		display: block;
		margin-bottom: 15px;
		font-size: 15px;
		line-height: 30px;
	}
}

@media (max-width:1200px) {
	.footer .content .boxlist .bottom {
		padding: 60px 0;
	}

	.footer .content .boxlist .bottom .left ul>li>a {
		display: block;
		margin-bottom: 15px;
		font-size: 15px;
		line-height: 30px;
	}

	.footer .content .boxlist .bottom .right .address h3 {
		font-size: 15px;
		line-height: 30px;
	}

	.footer .content .boxlist .bottom .left ul>li>ol>li a {
		font-size: 13px;
		line-height: 35px;
	}

	.footer .content .boxlist .top .logo {
		width: 25%;
	}

	.footer .content .boxlist .bottom .right .address a {
		font-size: 20px;
		line-height: 35px;
		color: #226cc5;
		margin-right: 14px;
	}

	.footer .content .boxlist .bottom .right .address p {
		font-size: 14px;
		line-height: 35px;
	}

	.footer .footer_about .bottom p {
		line-height: 30px;
	}

	.footer .content .boxlist {
		padding-top: 60px;
	}
}

@media (max-width:1000px) {
	.footer .content .boxlist .bottom .left {
		display: none;
	}

	.footer .content .boxlist .top .logo {
		width: 30%;
	}
}

@media (max-width:760px) {
	.footer .content .boxlist .top .logo {
		width: 40%;
	}

	.footer .content .boxlist .bottom {
		padding: 40px 0;
	}

	.footer .content .boxlist {
		width: 100%;
		padding-top: 40px;
	}
}

@media (max-width:550px) {
	.footer .content .boxlist .top .logo {
		width: 50%;
	}
	.header .navbar .pc_menu .pc_logo{
		height: 40%;
	}

	.footer .content .boxlist .top .more p {
		width: 26px;
		height: 26px;
	}

	.footer .content .boxlist .top .more span {
		width: 26px;
		height: 26px;
	}

	.footer .content .boxlist .top .more a {
		width: 26px;
		height: 26px;
	}

	.footer .footer_about .bottom {
		padding: 20px 0;
	}
	.footer .footer_about .bottom p{
		line-height: 18px;
	}
.footer .content .boxlist .top .more span::after{
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}
.footer .content .boxlist .top .more p:first-child::after{
    width: 100px;
    height: 100px;
}
}


p>img {
	max-width: 100%;
}

p>a>img {
	max-width: 100%;
}

/* 鎵嬫満绔垏鎹腑鑻 */
.m_language {
	padding: 0 20px;
	display: flex;
	align-items: center;
	color: #333333;
}

.m_nav .ul {
	margin-bottom: 10px;
}

.m_language a {
	color: #333333;
	font-size: 18px;
	transition: all .5s linear;
}

.m_language a:first-child {
	margin-right: 10px;
}

.m_language a:last-child {
	margin-left: 10px;
}

.m_language .active {
	color: #000077;
}

.m_language a:hover {
	color: #000077;
}

.video{
	width: 100%;
}
.video > video{
	width: 100%;
}
.fancybox-outer .fancybox-prev{
	display:none;
}
.fancybox-outer .fancybox-next{
	display:none;
}

.video iframe{
	width: 800px;
	height: 500px;
}
@media (max-width:1200px) {
	.video iframe{
		width: 600px;
		height: 350px;
	}
}
@media (max-width:760px) {
	.video iframe{
		width: 450px;
		height: 250px;
	}
}
@media (max-width:550px) {
	.video iframe{
		width: 350px;
		height: 250px;
	}
}
@media (max-width:450px) {
	.video iframe{
		width: 300px;
		height: 200px;
	}
	.fancybox-overlay .fancybox-wrap .fancybox-skin{
		padding: 5px !important;
	}
	.h5-control-wrap{
		padding: 0;
	}
}
@media (max-width:380px) {
	.video iframe{
		width: 240px;
		height: 160px;
	}
}
#newBridge .icon-right-center {
    right: 2px;
        top: 60% !important;
    left: auto;
    bottom: auto;
}

#newBridge .icon-right-center{
    right: 2px;
    top: 70% !important;
    left: auto;
    bottom: auto;
}
#newBridge .nb-icon-right-center{
    top: 80% !important;
}