@charset "utf-8";
/* CSS Document */

body, div, span, ul, li, h1, h2, h3, h4, h5, h6, p, input, dl, dt, dd, p {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	overflow-x: hidden;
}
td, th {
	padding: 0;
	margin: 0;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
* {
	padding: 0;
	margin: 0; /*box-sizing: border-box;*/
}
body, table, td, tr, th, input, select {
	font: 14px/25px Arial, Helvetica, sans-serif;
	color: #333;
	font-family: 'Microsoft YaHei', Helvetica;
}
li {
	list-style: none;
}
img {
	padding: 0;
	margin: 0;
	border: 0;
	/*height: auto!important;*/

	max-width: 100%!important;
	image-rendering: -webkit-optimize-contrast;
}
.clear {
	clear: both;
	visibility: hidden;
}
a {
	color: #666;
	text-decoration: none
}
a:hover {
	color: #57391f;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
i, cite, em {
	font-style: normal
}
/*input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	outline: none
}*/
h1 {
	font-size: 34px;
	line-height: 45px;
}
h2 {
	font-size: 24px;
	line-height: 36px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 15px;
}
/*********************/

.skinw {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
.wrapper {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
.container {
	margin: auto;
	width: 100%;
	max-width: 1200px;
	padding: 40px 0;
	overflow: hidden;
}
 @media (max-width:1299px) {
.skinw {
	width: 95%;
}
.container {
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
}
}
/*banner*/

.banner {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
	background-color: transparent;
	z-index: 0;
}
.fullban_bg {
	position: absolute;
	overflow: hidden;
	top: 0px;
	width: 100%;
	height: 100vh;
	opacity: 0.3;
	background-color: #000000;
}
.fullban_bg:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 1;
	background: url(../images/dian.png) rgba(0, 102, 241, 0.13);
}
.home_video {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.ny {
	position: absolute;
	bottom: 375px;
	left: 335px;
	/* color: rgba(255,255,255,1); */

	font-family: "微软雅黑";
	font-size: 66px;
	color: #fff;
	font-weight: bold;
}
.ny h2 {
}
.ny p {
}
 @media only screen and (max-width:960px) {
.banner {
	height: 70vh;
}
}
 @media only screen and (max-width:768px) {
.banner {
	height: 50vh;
}
}
.banner-text {
	position: absolute;
	left: 20%;
	top: 50%;
	transform: translateY(-50%);
}
.banner-text h2 {
	display: flex;
	justify-content: space-between;
}
.banner-text small {
	display: block;
	line-height: 1;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 15px;
	font-family: "Square721 BT";
	text-transform: uppercase;
	text-align: center;
}
.banner-text strong {
	display: block;
	color: #fff;
	font-size: 56px;
	font-weight: bold;
	line-height: 1.2;
	text-shadow: 0 3px 6px rgba(0,0,0,0.16);
	font-family: "SourceHanSansCN-Regular";
	text-align: center;
}
.banner-text .hometexts {
	display: flex;
	flex-direction: column;
}
.banner-text ol {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.banner-text ol li div {
	width: 1px;
	height: 52px;
	background: white;
}
.banner-text ol li h2 {
	display: block;
	color: #fff;
	font-size: 60px;
	font-weight: bold;
	line-height: 1.2;
	text-shadow: 0 3px 6px rgba(0,0,0,0.16);
	font-family: "SourceHanSansCN-Regular";
}
.banner-text p {
	margin-top: 24px;
	color: #fff;
	font-size: 28px;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 3px;
	margin-bottom: 50px
}
.banner-text a {
	overflow: hidden;
	margin-top: 47px;
	/*background-color: #27A6B7;*/

	position: relative;
	z-index: 2;
	display: block;
	width: 180px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	/*box-shadow: 0 12px 24px rgba(39,166,183,.3);*/

	margin: 0 auto;
	border: 2px solid #fff;
}
.banner-text a:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	/*background: linear-gradient(to right, #61C6D4 0%, #BDDB61 100%);*/

	z-index: -1;
	transition: 0.4s;
}
.banner-text a:hover:before {
	width: 0;
	left: auto;
	right: 0;
}
/*Header*/
.sousuo {
	display: flex;
	width: 36px;
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
	margin-top: 50px;
    float: right;
}
.sousuo .iconfont {
	display: block;
	width: 36px;
	height: 36px;
}
.icon-search {
	background: url(../images/search1.png)no-repeat center;
}
.icon-guanbi {
	background: url(../images/gb.png)no-repeat center;
}
/*搜索*/
.searchbox {
	width: 100%;
	top: 130px;
	text-align: center;
	z-index: 44;
	position: fixed;
}
.displaynone {
	display: none;
}
.clearfix {
    zoom: 1;
}
.clearfix:after, .clearfix:before {
    content: "";
    display: table;
    clear: both;
}
.searchbox .skins {
	padding: 80px 15px;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,0.1);
	border-top: 1px solid #cfcfcf;
}
.searchs {
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.searchs .sertext {
	border-radius: 3px;
	display: block;
	padding: 0;
	outline: 0;
	padding-left: 20px;
	width: 100%;
	float: left;
	color: #a2a2a2;
	font-size: 15px;
	height: 66px;
	line-height: 66px;
	transition: 0.4s;
	box-sizing: border-box;
	background: #efefef;
}
.serbtn {
	position: absolute;
	width: 60px;
	height: 63px;
	top: 1px;
	right: 1px;
	box-sizing: border-box;
	background: url(../images/search-btn.png) no-repeat 15px center;
	cursor: pointer;
	border-radius: 3px;
}
/*Header*/
.header {
	width: 100%;
	height: 130px;
	position: fixed;
	z-index: 50;
	/*background: rgb(255, 255, 255, 0.9);*/
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	background: #fff;
}
.top_tel {
	font-size: 16px;
	color: #000;
	position: absolute;
	top: 35px;
	right: 0;
	padding: 0 0 0 30px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	margin-right: 90px;
}
.top_tel i {
	font-size: 21px;
	color: #363636;
	font-family: Impact, sans-serif;
}
.top-mid {
	overflow: hidden;
}
.logo {
	float: left;
	margin-top: 15px;
}
.logo img {
	display: block;
}
.Navbar-nav {
	display: block;
	padding: 0;
	float: right;
}
.Navbar-nav li {
	float: left;
	padding: 0 27px;
	font-size: 17px;
	line-height: 130px;
	position: relative;
	margin-left: 20px;
	/*font-weight: bold;*/

	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.Navbar-nav li a {
	color: #111;
	text-shadow: none;
	position: relative;
	display: block;
}
.Navbar-nav li a.navbg:before {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #0095c8;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 10px 10px 0 0;
	transform: scaleX(0);
	transition: ease .65s;
}
.Navbar-nav li:hover a.navbg:before {
	transform: scaleX(1);
}
.Navbar-nav li:hover a.navbg {
	color: #0147a6;
	transition: ease .65s;
}
.Navbar-nav li .subnav {
	background: #fff;
	box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
	height: auto;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 100%;
	/*width: 100%;*/

	width: 230px;
	margin-left: -50px;
	z-index: 199;
}
.Navbar-nav li .subnav {
 filter: progid:DXImageTransform.Microsoft.Shadow(color=#cc2727, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
.Navbar-nav li:hover .subnav {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.Navbar-nav li .subnav a {
	text-align: center;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #666;
	display: block;
	font-size: 13px;
	line-height: 25px;
	padding: 10px 3px;
	transition: all 0.2s ease-in-out 0s;
	width: 100%;
	border-bottom: 1px solid #eee;
	background: #fff;
	box-sizing: border-box;
}
.Navbar-nav li .subnav a:hover {
	color: #1d4f91;
	background: #fff;
}
.Navbar-nav li .current {
	color: #1d4f91;
}
.Navbar-nav li .current:hover {
	color: #1d4f91;
	border-bottom: none;
}
 @media (max-width: 1650px) {
.Navbar-nav li {
	padding: 0 10px;
	margin-right: 30px;
	margin-left: 0px;
}
}
 @media (max-width: 1354px) {
.Navbar-nav li {
	padding: 0 9px;
	margin-right: 30px;
}
}
 @media (max-width: 1300px) {
.Navbar-nav li {
	padding: 0 8px;
	margin-right: 20px;
}
}
 @media (max-width: 1218px) {
.Navbar-nav li {
	padding: 0 8px;
	margin-right: 10px;
}
}
 @media (max-width: 1210px) {
.Navbar-nav li {
	padding: 0 10px;
	margin-right: 0px;
}
}
 @media (max-width: 1114px) {
.Navbar-nav li {
	padding: 0 6px;
}
}
.HBanner img {
	display: block;
	width: 100%!important;
	image-rendering: pixelated;
}
.swiper-button-next, .swiper-button-prev {
	display: none;
}
/*------------手机站导航开始----------*/

.hidden-g {
	display: none;
}
.hidden-g {
	position: relative;
}
.hidden-g .h-nav-g {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 80px;
	background: #fff;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.hidden-g .h-nav-g img {
	max-height: 96%;
	margin-left: 15px;
}
.hidden-g .h-nav-g .btn_i {
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.hidden-g .h-nav-g .btn_i small, .hidden-g .h-nav-g .btn_i:before, .hidden-g .h-nav-g .btn_i:after {
	display: block;
	content: '';
	width: 24px;
	height: 2px;
	background: #1d4f91;
	border-radius: 4px;
	margin: 6px 0;
}
.hidden-g .h-nav-g .btn_i_click small {
	opacity: 0;
}
.hidden-g .h-nav-g .btn_i_click:before {
	transform: rotateZ(45deg);
	transform-origin: 0px 6px;
}
.hidden-g .h-nav-g .btn_i_click:after {
	transform: rotateZ(-45deg);
	transform-origin: 5px -1px;
}
.hidden-g .ul-small {
	background: #0095c8;
	width: 220px;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
	-webkit-transition: 300ms;
	-webkit-transform: translateX(220px);
	transform: translateX(220px);
	transition: 300ms;
}
.hidden-g .ul-small input {
	width: 160px;
	line-height: 40px;
	background: #fff;
	border: 0;
	border-radius: 20px;
	margin: 20px 30px 0 30px;
	text-indent: 10px;
}
.hidden-g .ul-small ul {
	margin-top: 20px;
}
.hidden-g .ul-small ul li a {
	color: #fff;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 50px;
	display: block;
	font-size: 16px;
	letter-spacing: 1px;
}
.hidden-g .translate {
	-webkit-transform: translateX(-220px);
	transform: translateX(-220px);
}
.hidden-g .translate2 {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
 @media (max-width: 1024px) {
.header {
	display: none;
}
.hidden-g {
	display: block;
}
.swiper-button-next, .swiper-button-prev {
	height: 0;
}
.HBanner {
	padding-top: 60px;
}
}
/*底部*/

/*.footer {

	overflow: hidden;

}

.footerTop {

	background: #0f192d;

    padding:65px 0;

	overflow: hidden;

}

.footerLeft {

	float: left;

	width: 30%;

}

.footerLeft .img {

	line-height: 0;

}

.xzdtrwm {

    max-width: 150px;

	margin-top: 30px

}

.xzdtrwm p {

    font-size: 15px;

    color: #9fa3ab;

    margin-top: 5px;

    text-align: center;

}

.footerLeft .t {

    margin-top: 10px;

    color: #969aa3;

    font-size: 15px;

    line-height: 3;

    font-family: "Arial";

}

.footerNav {

	float: right;

	margin-top: 20px;

}

.footerNav ul li {

	float: left;

	margin-left: 100px;

}

.footerNav ul li:first-child {

	margin-left: 0;

}

.footerNav ul li .t {

	font-size: 18px;

	color: #ffffff;

}

.footerNav ul li dl {

    margin-top: .2rem;

}

.footerNav ul li dl dd {

	line-height: 32px;

}

.footerNav ul li dl dd p a {

	display: block;

	font-size: 15px;

	color: #9fa3ab;

	letter-spacing: 1px;

}

.footerNav ul li dl dd .d a {

	display: block;

	color: #575e6c;

	font-size: 13px;

}

.ft-bottom {

	background-color: #0f192d;

    padding: 20px 0;

    color: #666;

    line-height: 1.8;

    overflow: hidden;

    font-family: "Arial";

    border-top: 1px solid #1d2739;

}

.ft-bottom .lbox {

	font-size: 14px;

	float: left;

	color:#575e6c;

}

.ft-bottom .rbox {

	font-size: 15px;

	float: right;

	color:#575e6c;

}

.ft-bottom .lbox, .ft-bottom .rbox {

	padding: 10px 0;

}

.ft-bottom .rbox a:first-child {

	padding-left: 0;

}

.ft-bottom .rbox a {

	display: inline-block;

	padding: 0 32px;

	color:#575e6c;

	position: relative;

}

.copyright a{

	color:#575e6c;

}

.banquan {

	background: #0f192d;

	border-top: 1px solid #1d2739;

	text-align: center;

	line-height: 30px;

	color: #575e6c;

	font-size: 13px;

	padding: 20px 0;

}

.banquan .t p {

	color: #575e6c;

	font-size: 15px;

	font-family:"Arial";

}

.banquan .t p a {

	color: #575e6c;

	font-size: 15px;

	font-family:"Arial";

}*/
/*友情链接*/
.links {
	margin-bottom: 30px;
}
.links span {
	width: 90px;
	float: left;
	line-height: 35px;
	overflow: hidden;
	font-size: 16px;
	color: #fff;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.links a {
	margin-right: 10px;
	color: #fff;
	display: inline-block;
	line-height: 35px;
	font-size: 15px;
	letter-spacing: 1px;
}
footer {
	background-color: #0f192d;
	position: relative;
	color: #999;
	padding-top: 60px
}
.ft_logo {
	padding: 46px 0 0;
}
.ft_logo img {
	max-width: 130px;
}
.ewm {
	display: block;
	width: 115px;
	margin-top: 5px;
	float: right;
}
.ft-topper {
	padding: 50px 0 10px;
	position: relative;
	z-index: 55;
	overflow: hidden;
}
.ft-navs {
	width: 76%;
	padding-bottom: 60px;
	float: left;
}
.ft-navs .navitem {
	float: left;
	width: 25%;
}
.ft-navs .navitem h4 {
	font-size: 21px;
	position: relative;
	margin-bottom: 16px;
	color: #fff;
	font-weight: 300;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.ft-navs .navitem .info a {
	line-height: 34px;
	display: block;
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.ft-contact {
	float: right;
	text-align: right;
}
.ft-contact h4 {
	/*position: relative;

    color: #fff;

    font-size: 21px;

    margin-bottom: 16px;

	font-weight:bold;*/

	font-size: 18px;
	font-weight: bold;
	padding-left: 34px;
	display: inline-block;
	padding-bottom: 10px;
	background: url(../images/tel.png) no-repeat left center;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
	color: #fff;
}
.ft-contact .info {
	line-height: 34px;
	color: #fff;
	font-family: "Arial";
	font-size: 15px;
}
.ft-bottom {
	background: #0f192d;
	border-top: 1px solid #1d2739;
	/*background-color: #131210;*/

	padding: 20px 0;
	color: #fff;
	line-height: 1.8;
	overflow: hidden;
	font-family: "Arial";
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.ft-bottom .flbox {
	font-size: 14px;
	float: left;
}
.ft-bottom .frbox {
	font-size: 15px;
	float: right;
}
.ft-bottom .flbox, .ft-bottom .frbox {
	padding: 10px 0;
}
.ft-bottom .frbox a:first-child {
	padding-left: 0;
}
.ft-bottom .frbox a {
	display: inline-block;
	/*padding: 0 32px;*/

	color: #fff;
	position: relative;
}
.copyright a {
	color: #fff;
}
 @media (max-width: 1118px) {
.ft-navs {
	width: 70%;
}
}
 @media (max-width: 894px) {
.ft-navs {
	width: 100%;
}
.ft-contact {
	float: left;
	text-align: left;
}
.ewm {
	float: none;
}
.ft-bottom .frbox {
	float: left;
}
}
 @media (max-width: 614px) {
.ft-navs .navitem {
	width: 50%;
	height: 240px;
}
.ft-navs .navitem:nth-child(3) {
	height: 100px;
}
.ft-navs .navitem:nth-child(4) {
	height: 100px;
}
}
