body {
	color: #333333;
	font-family: "microsoft yahei";
	background: #fff;
	font-size: 14px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

dl {
	margin: 0;
}

dt {
	font-weight: normal;
}

ul,
li {
	list-style-type: none;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

a {
	color: #333;

	outline: none;
}

a:hover {
	text-decoration: none;
	color: #641f1a;
}

a:focus {
	text-decoration: none;
	color: inherit;
}

img {
	border: 0;
	vertical-align: middle;
	transition: all 0.6s;
}

table {
	border-collapse: collapse;
}

input,
textarea,
select,
button {
	border: 0;
	outline: none;
}

.wrap {
	width: 100%;
	overflow: hidden;
}

/*公共样式勿删除*/
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.flex {
	display: flex;
	align-items: center;
}

.flex_item {
	flex: 1;
}

/**/

.header {
	line-height: 93px;
	z-index: 99;
	height: 93px;
	width: 100%;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 99;
	position: fixed;
}

.header .navbar-default .navbar-nav>li>a {
	font-size: 16px;
	padding: 0 12px;
	line-height: 93px;
	color: #333;
	font-weight: bold;
	position: relative;
}

.header .navbar-default .navbar-nav>.active>a,
.header .navbar-default .navbar-nav>:hover>a,
.header .navbar-default .navbar-nav>.active>a:focus,
.header .navbar-default .navbar-nav>.active>a:hover {
	background: none;
	color: #d3091c;
}
.header .navbar-default .navbar-nav>li:last-child.active>a{
	color: #333;
}
.header .navbar-default {
	margin: 0;
	background: none;
	border: none;
}

.banner{
	margin-top: 93px;
}
.homepage .title {
	margin: 30px 0 20px;
	padding-top: 5px;
	font-weight: 600;
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	position: relative;
}


.homepage .scroll {
	border-top: 1px solid #eee;
}

.homepage .titleA {
	margin: 30px 0;
}

.homepage .a,.g{
	border-bottom: 1px solid #eee;
}

.homepage .a .container {
	margin-bottom: 20px;
}

.homepage .a .flex {
	text-align: center;
	align-items: stretch;
}

.homepage .a .flex b {
	font-size: 28px;
}

.homepage .a .flex span {
	font-size: 12px;
	padding-left: 10px;
}

.homepage .a .flex img {
	margin-top: 40px;
}

.homepage .a .row img {
	max-width: 100%;
}

.homepage .a .row h3 {
	font-size: 25px;
	font-weight: bold;
}

.homepage .a .row p {
	color: #646464;
	font-size: 13px;
}

.homepage .a .row ul {
	font-size: 13px;
	font-weight: bold;
	line-height: 26px;
	width: 80%;
}

.homepage .a .row ul li {
	display: flex;
	align-items: center;
}

.homepage .a .tabtitle {
	text-align: center;
	margin-top: 20px;
	padding-left: 100px;
}

.homepage .a .tabtitle a {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #d9d9d9;
	margin: 0 5px;
	position: relative;
}

.homepage .a .tabtitle a.on::after {
	content: '';
	display: block;
	border: 1px solid #9c9c9c;
	position: absolute;
	left: -3px;
	top: -3px;
	right: -3px;
	bottom: -3px;
	border-radius: 50%;
}

.homepage .a .tabtitle a:first-child {
	background: #1248cc;
}

.homepage .a .tabtitle a:nth-child(3) {
	background: #b30f0f;
}

.homepage .a .tabtitle a:nth-child(4) {
	background: #63646a;
}

.homepage .a .tabtitle a:nth-child(5) {
	background: #714d37;
}

.homepage .a .tabtitle a:nth-child(6) {
	background: #13151a;
}

.homepage .a .tabtitle a:last-child {
	background: #9ea4af;
}

.homepage .b {
	margin-top: 30px;
	background: url(../images/bg-video.jpg) 50% no-repeat;
	background-size: cover;
	padding-bottom: 70px;
}

.homepage .c {
	border-bottom: 1px solid #eee;
	text-align: center;
}

.homepage .c .title {
	color: #000;
}

.homepage .c h4 {
	margin: 0 0 93px 0;
}

.homepage .c .text-center {
	padding: 25px 0;
}


.homepage .f img {
	max-width: 100%;
}

.homepage .f .box {
	padding: 100px 50px 0;
}

.homepage .f .box p {
	font-size: 18px;
	text-indent: 2rem;
	margin-top: 15px;
	line-height: 36px;
}

.homepage .f .box h2 {
	font-size: 28px;
	color: #00509d;
	font-weight: 700;
	text-align: center;
	line-height: 40px;
}

.homepage .g .text-center {
	padding: 25px 0;
	margin-top: 40px;
}

.homepage .h {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #ececec;
}

.homepage .h>ul>li {
	float: left;
	line-height: 30px;
	width: 20%;
	text-align: center;
	border-right: 1px dashed #939393;
}
.homepage .h>ul>li:last-child{
	border: none;
}
.homepage .h>ul>li .box {
	display: inline-block;
	text-align: left;
}

.homepage .h>ul>li a {
	display: block;
	color: #787575;
}

.homepage .h>ul>li h4 {
	margin-top: 0;
	position: relative;
}
.homepage .h>ul>li h4 i{
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}
.nav-tabs1 {
	border: 1px solid #ddd;
	text-align: center;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.nav-tabs1>li {
	float: none;
	flex: 1;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	border: none;
}

.nav-tabs1>li>a {
	border: none;
	border-radius: 0;
	margin: 0;
}

.nav-tabs1>li.active>a,
.nav-tabs1>li.active>a:focus,
.nav-tabs1>li.active>a:hover {
	color: #fff;
	border: none;
	background: #00509d;
}

.homepage .e .swiper-slide {
	text-align: center;
	font-weight: bold;
}

.homepage .e .swiper-slide span {
	display: block;
	padding: 6px 0;
	cursor: pointer;
}

.homepage .e .swiper-slide.on span {
	color: #fff;
	background: #641f1a;
}

.homepage .e .tabcontent .nav-tabs {
	text-align: center;
	color: #fff;
	background: #641f1a;
	border: none;
}

.homepage .e .tabcontent .nav-tabs>li {
	float: none;
	display: inline-block;
	font-size: 20px;
}

.homepage .e .tabcontent .nav-tabs>li>a {
	color: #fff;
	border: none;
	line-height: 60px;
	padding: 0 15px;
}

.homepage .e .tabcontent .nav-tabs>li>a:hover {
	background: none;
}

.homepage .e .tabcontent .nav-tabs>li i {
	display: inline-block;
	height: 18px;
	width: 18px;
	background: 0 0;
	border: 1px solid #fff;
	-webkit-transition: background .3s;
	transition: background .3s;
	margin-right: 12px;
	vertical-align: middle;
}

.homepage .e .tabcontent .nav-tabs>li span {
	vertical-align: middle;
}

.homepage .e .tabcontent .nav-tabs>li.active>a,
.homepage .e .tabcontent .nav-tabs>li.active>a:focus,
.homepage .e .tabcontent .nav-tabs>li.active>a:hover {
	background: none;
	color: #fff;
}

.homepage .e .tabcontent .nav-tabs>li.active>a i,
.homepage .e .tabcontent .nav-tabs>li.active>a:focus i,
.homepage .e .tabcontent .nav-tabs>li.active>a:hover i {
	background: #fff;
}

.homepage .e .tabcontent .table {
	color: #fff;
	background: #641f1a;
	text-align: center;
	margin: 0;
}

.homepage .g .row img{
	width: 100%;
}
.homepage .g .box
{
	height: 402px;
	overflow: hidden;
}
.homepage .g .box .on
{
	height: auto;
}

.on
{
	height: auto!important;
}

.homepage .g .row a{
	display: block;
	margin-bottom: 20px;
}
.d_n {
	display: none;
}
.rightside{
	z-index: 50;
	    -webkit-transform: translate3d(200%,0,0);
	    transform: translate3d(200%,0,0);
	    max-width: 361px;
	    position: fixed;
	    width: 30%;
	    top: calc(50px + 35vw);
	    right: calc((100% - 1500px)/ 2);
	    opacity: .7;
	    -webkit-transition: opacity .5s .5s,-webkit-transform .5s .5s;
	    transition: opacity .5s .5s,-webkit-transform .5s .5s;
	    transition: transform .5s .5s,opacity .5s .5s;
	    transition: transform .5s .5s,opacity .5s .5s,-webkit-transform .5s .5s;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
}
.rightside:hover{opacity:1}
a {cursor: pointer; }

.tabs{
	margin-bottom: 30px;
}
.tabs .tab {
    float: left;
    box-sizing: border-box;
    opacity: .5;
	text-align: left;
	cursor: pointer;
}
.tabs .tab .main {
    font-size: 24px;
    border-bottom: 3px solid #000;
	text-align: left;
	font-weight: bold;
	margin: 0;
}
.tabs .tab .sub {
    opacity: 0;
	
	font-weight: bold;
}
.tabs .tab.current,
.tabs .tab.current .sub,
.tabs .tab.swiper-slide-thumb-active,
.tabs .tab.swiper-slide-thumb-active .sub {
    opacity: 1;
}
.homepage .c .gs4-slide .text {
    margin: 40px 0  0;
    line-height: 1.5;
    font-weight: 600;
	font-size: 18px;
	text-align: center;
}
.homepage .c .gs4-slide .desc {
    line-height: 1.2;
    color: grey;
    margin-bottom: 70px;
}
video{
	vertical-align: middle;
}
.swiper-pagination-bullet-active{
	background: #666;
}
.homepage .c .swiper-button-next,.homepage .c  .swiper-button-prev{
		margin-top: -100px;
	}


.aaa img:hover{
		transform: scale(1.15);
	  }





@media screen and (min-width:999px) and (max-width:1200px) {
	.header .navbar-default .navbar-nav>li>a {
		padding: 0 8px;
		font-size: 14px;
	}

	.logo img{
		width: 130px;
	}

}

@media screen and (min-width:769px) and (max-width:998px) {
		.header .navbar-default .navbar-nav>li>a {
		padding: 0 2px;
		font-size: 14px;
	}
	.logo img{
		width: 100px;
	}


}

@media (max-width:768px) {
	.header {
		line-height: 50px;
		height: auto;
	}
	.banner{
		margin-top: 90px;
	}

	.homepage .titleB{
		width: 90%!important;
		margin: 20px auto 10px auto!important;
	}
	.homepage .c h4 {
		line-height: 20px;
		margin: 0 auto 40px auto!important;
		width: 90%!important;}

	.homepage .a .flex img{
		width: 9px;
	}
	.homepage .a .flex b{
		font-size: 22px;
	}
	.homepage .a .flex p{
		font-size: 12px;
	}
	.homepage .a .tabtitle{
		padding: 0;
	}
	.homepage .a .row ul{
		width: 100%;
	}
	.header .navbar-default .navbar-nav>li>a {
		font-size: 11px;
		line-height: 25px;
		padding: 0;
	}
	.logo img {
		margin: 0;
	}
	.navbar-nav{
		margin: 7px 0;
	}
	.homepage .c h4{
		margin: 0 0 30px 0;
		width: 95%;
        margin-left: auto;
        margin-right: auto;
	}
	.homepage .e .tabcontent .nav-tabs>li>a{
		font-size: 12px;
		padding: 0;
	}
	.homepage .e .tabcontent .nav-tabs>li i{
		margin: 0;
		width: 12px;
		height: 12px;
	}
	.homepage .f .box{
		padding: 0;
	}
	.homepage .f .box h2{
		font-size: 18px;
		line-height: 30px;
	}
	.homepage .f .box p{
		font-size: 12px;
		line-height: 22px;
	}
	.homepage .h{
		padding: 0;
		background: #fff;
	}
	.homepage .h>ul>li{
		float: none;
		text-align: left;
		width: 100%;
		border: none;
		padding: 15px 40px;
		border-bottom: 1px solid #ddd;
	}
	.homepage .h>ul>li .box{
		display: block;
	}
	.homepage .h>ul>li .box>div{
		display: none;
	}

	.rightside {
	    top: calc(74px + 57.5vw);
		right: 1%;
	}
	.rightside img{
		width: 112px;
	}
	.homepage .h>ul{
		border-top: 1px solid #ddd;
	}
	.homepage .h>ul>li h4 {
		margin: 0;
	}
	.homepage .h>ul>li h4 i{
		display: block;
	}
	.homepage .h>ul .box>div{
		margin-top: 10px;
	}
	.homepage .e .swiper-slide span{
		font-size: 8px;
	}
	.homepage .e .container{
		padding: 0;
	}
	.navbar-nav>li {
		float: left;
		width: 20%;
		text-align: center;
		font-size: 11px;
	}
	.down img{
		width: 60px;
	}
	.tabs .tab .main{
		font-size: 12px;
	}
	.tabs .tab .sub {
	    font-size: 7px;
	}
	.inner .container{
		padding: 0 5px;
	}
	.homepage .c .gs4-slide .text {
	    margin-top: 25px;
	    font-size: 14px;
	    font-weight: 600;
	    max-width: 95%;
	}
	.homepage .g .box{
		height: 230px;
	}
	.homepage .g .text-center{
		margin: 0;
	}
	
}




.homepage .a .tabtitle2 {
	text-align: center;
	margin-top: 20px;
}

.homepage .a .tabtitle2 a {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #d9d9d9;
	margin: 0 5px;
	position: relative;
}

.homepage .a .tabtitle2 a.on::after {
	content: '';
	display: block;
	border: 1px solid #9c9c9c;
	position: absolute;
	left: -3px;
	top: -3px;
	right: -3px;
	bottom: -3px;
	border-radius: 50%;
}

.homepage .a .tabtitle2 a:first-child {
	background: #101315;
}

.homepage .a .tabtitle2 a:nth-child(2) {
	background: #1b2f69;
}

.homepage .a .tabtitle2 a:nth-child(3) {
	background: #e7eaf1;
}
.homepage .a .tabtitle2 a:nth-child(4) {
	background:linear-gradient(225deg,#040000,#e7ebf1);
}
.homepage .a .tabtitle2 a:nth-child(5) {
	background: #8a93a0;
}
.homepage .a .tabtitle2 a:nth-child(6) {
	background: #941e23;
}

.homepage .a .tabtitle2 a:last-child {
	background:linear-gradient(225deg,#040000,#941e23);
}


.homepage .i {
	border-top: 1px solid #eee;
    text-align: center;
    height: 100px;
    font-size: 18px;
    font-weight: bold;
    line-height: 100px;
	
}

.homepage .i img {
	margin-right: 20px;
}
.homepage .i span {
	margin-right: 50px;
}

@media (max-width:768px) {
	.homepage .i {
		border-top: 1px solid #eee;
		text-align: center;
		height: 100px;
		font-size: 12px;
		font-weight: bold;
		line-height: 100px;
		
	}
	
	.homepage .i img {
		margin-right: 5px;
		width: 45px;
	}
	.homepage .i span {
		margin-right: 5px;
	}
}



.pzb_tab{ border-collapse: collapse; width: 100%;}
.pzb_tab td{ width: 50%; font-size: 14px; padding: 10px 14px; text-align: center; border-bottom: 1px solid #000;}
.pzb_tab td.left{ text-align: left; border-right: 1px solid #000; font-weight: bold;}
.pzb_cen_tit{ height: 42px; line-height: 42px; border-bottom: 1px solid;}
.center{ text-align: center;font-size: 20px;font-weight: bold;}


.homepage .titleB {
    width: 1200px;
    margin: 30px auto 20px auto;
    font-weight: 600;
    text-align: left;
    height: 60px;
    font-size: 24px;
    padding-left: 20px;
    position: relative;
}

.homepage .c h4 {
    margin: 0 auto 93px auto;
    text-align: left;
    width: 1200px;
}

.homepage .titleB span {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 42px;
	background: #641f1a;
}