/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,700');
/*手机端*/
.pt-20{
  padding-top: 20px;
}
li{
  list-style:none;}
.tt-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 101;
}

.stick.logo-switch.tt-header .logo img.white {
	display: none;

}
.logo-switch.tt-header .logo img.green,
.stick.logo-switch.tt-header .logo img.green{
	display: inline-block;
}
.mt-40{
  margin-top:40px
}
.tt-header ul {
	padding-left: 0;
	margin-bottom: 0;
}
.tt-header .logo {
	display: inline-block;
	position: relative;
	line-height: 70px;
	z-index: 101;
	transition: none;
}
.tt-header .logo img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}

/*top line*/

/*cmn-toggle-switch 手机端右侧图标*/
.cmn-toggle-switch:focus {
	outline: none;
}
.tt-header .cmn-toggle-switch {
	display: none;
	position: relative;
	float: right;
	margin-top: 12px;
	padding: 0;
	width: 25px;
	height: 17px;
	cursor: pointer;
	z-index: 101;
}
.tt-header .cmn-toggle-switch span {
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
	right: 0;
	height: 3px;
	background: #000;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.tt-header .cmn-toggle-switch::before,
.tt-header .cmn-toggle-switch::after {
	content: "";
	position: absolute;
	display: block;
	top: 7px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #000;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.tt-header .cmn-toggle-switch::before {
	margin-top: -7px;
}
.tt-header .cmn-toggle-switch::after {
	margin-top: 7px;
}
.tt-header .cmn-toggle-switch.active::before {
	-webkit-transform: translateY(7px) rotate(45deg);
	-moz-transform: translateY(7px) rotate(45deg);
	-ms-transform: translateY(7px) rotate(45deg);
	transform: translateY(7px) rotate(45deg);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}
.tt-header .cmn-toggle-switch.active::after {
	-webkit-transform: translateY(-7px) rotate(-45deg);
	-moz-transform: translateY(-7px) rotate(-45deg);
	-ms-transform: translateY(-7px) rotate(-45deg);
	transform: translateY(-7px) rotate(-45deg);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}
.tt-header .cmn-toggle-switch.active span {
	opacity: 0;
}


@media (min-width: 992px){
	.logo-switch.tt-header .logo img.white{
		display:none;
	}
	.tt-header .top-inner {
		position: relative;
		float: left;
		padding: 0px;
	}

	.tt-header .toggle-block {
		display: block !important;
		float: right;
	}

	.tt-header .toggle-block .container {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.tt-header .main-nav {
		display: inline-block;
		vertical-align: top;
	}

	.tt-header .main-nav>ul>li {
		position: relative;
		float: left;
		list-style: none;
	}

	.tt-header .main-nav>ul>li.active {
		background: #f2c21a;
	}

	.tt-header .main-nav>ul>li>a {
		display: block;
		position: relative;
		padding: 36px 14px;
	}

	.tt-header .main-nav>ul>li:last-child>a:before {
		display: none;
	}
/*2nd level*/
	.tt-header .main-nav>ul>li>ul {
		display: block;
		position: absolute;
		box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
		top: 100%;
		left: 0;
		width: 120px;
		background: #1e2434;
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-ms-transform: translateY(40px);
		transform: translateY(40px);
		-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
	}


	.tt-header .main-nav>ul>li:hover>ul {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
	}

	.tt-header .main-nav>ul>li>ul>li {
		border-bottom: 1px solid #323b54;
		text-align: left;
		list-style: none;
	}

	.tt-header .main-nav>ul>li>ul>li:last-child {
		border-bottom: 0;
	}

	.tt-header .main-nav>ul>li>ul>li>a {
		display: block;
		position: relative;
		font-size: 14px;
		line-height: 18px;
		font-weight: 400;
		color: #FFF;
		letter-spacing: 0.30px;
		padding: 15px 19px 14px 31px;
		text-decoration: none;
		font-family: 'Work Sans', sans-serif;
	}

/*3rd level*/
	.tt-header .main-nav>ul>li>ul>li {
		position: relative;
	}

	.tt-header .main-nav>ul>li>ul>li>ul {
		display: block;
		position: absolute;
		top: 0;
		left: 100%;
		width: 256px;
		background: #1e2434;
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-ms-transform: translateY(40px);
		transform: translateY(40px);
		-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
		list-style: none;
	}

	.tt-header .main-nav>ul>li:nth-last-child(1)>ul>li>ul,
.tt-header .main-nav>ul>li:nth-last-child(2)>ul>li>ul {
		left: auto;
		right: 100%;
		margin-right: 0;
	}

	.tt-header .main-nav>ul>li>ul>li:hover>ul {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
	}

	.tt-header .main-nav>ul>li>ul>li>ul>li:last-child {
		border-bottom: 0;
	}

	.tt-header .main-nav>ul>li>ul>li>ul>li {
		border-bottom: 1px solid #323b54;
		text-align: left;
	}

	.tt-header .main-nav>ul>li>ul>li>ul>li>a {
		display: block;
		position: relative;
		font-size: 14px;
		line-height: 18px;
		font-weight: 500;
		color: #FFF;
		letter-spacing: 0.30px;
		padding: 15px 19px 14px 31px;
		font-family: 'Work Sans', sans-serif;
	}

	.tt-header .main-nav>ul>li>ul>li>ul>li>a:hover {
		background: #001a57;
		color: #fff;
		text-decoration: none;
	}

	.tt-header .menu-toggle {
		/*display: none;*/
		padding-left: 4px;
	}


/*stick*/
	.tt-header.stick {
		position: fixed;
		left: 0;
		width: 100%;
	}

	.tt-header.stick .logo {
		height: 42px;
		line-height: 42px;
	}

	.tt-header {
		position: relative;
		background: #001a57;
	}

	.tt-header.stick {
		position: fixed;
	}

	.tt-header .main-nav>ul>li:hover {
		background: #f2c21a;
	}

	.tt-header .toggle-block {
		display: block;
		float: left;
	}

/*	.tt-header .top-inner {
		float: right;
		padding-bottom: 0;
	}*/

	.tt-header .main-nav>ul>li.first a {
		padding-left: 0;
	}

	.tt-header .main-nav>ul>li.active ul li a {
		color: #FFF;
		padding-left: 20px;
	}

	.tt-header .main-nav>ul>li>ul>li>a:hover {
		background: #d93530;
		color: #fff;
	}
}


.tt-header .main-nav>ul>li.active>a {
	color: #fff;
}

.tt-header .main-nav>ul>li>a {
	color: #fff;
	text-decoration: none;
}


.header1 .tt-header .main-nav>ul>li>a {
	color: #333;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}


.tt-header .main-nav>ul>li>ul>li>ul>li>a:hover {
	background: #d93530;
	color: #fff;
	text-decoration: none;
}






.image-zoom-on-hover {
	overflow: hidden;
}

.image-opacity-on-hover img,
.image-zoom-on-hover img {
	transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, -moz-transform 300ms ease-out, -moz-filter 300ms ease-out;
	-o-transition: opacity 300ms ease-out, -o-transform 300ms ease-out, -o-filter 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out, -webkit-filter 300ms ease-out;
}

.image-zoom-on-hover:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.image-opacity-on-hover:hover img {
	opacity: 0.50;
	filter: alpha(opacity=50);
}

.image-opacity-on-hover {
	background: #1e2434;
}

.button-more{
	width:160px; margin:0 auto; height:40px; background:url(../images/icon-jt.png) no-repeat 50% center; background-color:#FFF; border:1px solid #ededed;
}
.button-more:hover{
	background:url(../images/icon-jt-white.png) no-repeat 50% center; background-color:#d93631; border:1px solid #d93631; transition: all .2s linear;
}


h2.maintitle{
	font-size:36px;
	background-image:-webkit-linear-gradient(bottom,#af0601,#cb2621,#d93631); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent;
	text-align:center;
}
p.subtitle{
	font-size:12px; color:#999; text-transform:uppercase; display:block;
}

p.overview{
	font-size:14px; color:#858585;	
}
.zscy-pro h3{
	font-size:18px;
	padding-bottom:20px;
}
.zscy-appimg{
	position:relative;
}
.zscy-apptitle{
	background: rgba(0, 0, 0, 0.7);
	display: inline-block;
	width: 100%;
	height: 55px;
	line-height:55px;
	position: absolute;
	bottom: 0;
	color:#fff;
	text-align:center;
	font-size:18px;
}

.zscy-news .riqi{
	background:#d93530;
	color:#fff;
}
.zscy-news .riqi h2{
	font-size:24px;
	font-weight:bold;
	margin:0;
}
.zscy-news .riqi h2 span{
	font-size:16px;
	display:block;
	font-weight:normal;
}
.zscy-news p.title{
	font-size:16px;
	font-weight:bold;
}
.zscy-news p.title a{
	color:#333;
}
.zscy-news p.title a:hover{
	color:#d93530;
	text-decoration:none;
}
.zscy-news p.text{
	font-size:12px;
	color:#666;
}

footer.bg{
	background:#093b5c;
	color:#fff;
}
footer h2{
	font-size:20px;
}
footer h2 span{
	width:40px;
	height:1px;
	/* background:#d93530; */
	display:block;
	margin-top:20px;
}
footer ul li{
	line-height:30px;
	color:#ccc;
}
footer a{
	color:#ccc;
}
footer a:hover{
	color:#d93530;
	text-decoration:none;
}
footer p{
	color:#ccc;
}
footer .copyright{
	border-top:1px solid #717171;
	height:60px;
	line-height:60px;
}
footer.mobielphone{
	display:none;
}
.banner-about{
	background:url(../images/banner-about.jpg) no-repeat top center;
	color:#fff;
	height:400px;
	text-align:center;
	line-height:400px;
	font-size:36px;
	padding-top:50px;
}
.banner-about span{
	color:#ff0000;
}
.banner-pro{
	background:url(../images/banner-pro.jpg) no-repeat top center;
	color:#fff;
	height:400px;
	text-align:center;
	line-height:400px;
	font-size:36px;
	padding-top:50px;
}
.banner-pro span{
	color:#ff0000;
}
.banner-app{
	background:url(../images/banner-app.jpg) no-repeat top center;
	color:#fff;
	height:400px;
	text-align:center;
	line-height:400px;
	font-size:36px;
	padding-top:50px;
}
.banner-app span{
	color:#ff0000;
}
.banner-news{
	background:url(../images/banner-news.jpg) no-repeat top center;
	color:#000;
	height:400px;
	text-align:center;
	line-height:400px;
	font-size:36px;
	padding-top:50px;
}
.banner-news span{
	color:#ff0000;
}

.banner-contact{
	background:url(../images/banner-contact.jpg) no-repeat top center;
	color:#000;
	height:400px;
	text-align:center;
	line-height:400px;
	font-size:36px;
	padding-top:50px;
}
.banner-contact span{
	color:#ff0000;
}

.paginationWrapper {
	position: relative;
}

.paginationWrapper a.activePagi,
.paginationWrapper a:hover {
	color: #fff;
	background: #d93631;
	border: 2px solid #d93631;
	cursor: pointer;
	text-decoration: none;
	outline: none;
}

.nubmerPagination {
	display: inline-block;
}

.paginationWrapper a {
	border: 2px solid #d4d4d4;
	background: #fff;
	color: #2a2a2a;
	padding: 9px 16px;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
	margin-right: 10px;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	text-decoration: none;
}

.ny-single{
	font-size:14px; line-height:28px; color:#666;
}
.ny-single img{
	max-width:100%;
}
.ny-single p{
	padding:10px 0px;
}

.pro h3{
	color:#d93631;
	font-size:30px;
}
.pro h3 span{
	width:4px;
	height:40px;
	background:#d93631;
	display:block;
	margin-left:10px;
	margin-top:10px;
}
.pro p{
	color:#666;
	line-height:28px;
}
.pro a{
	color:#d93631;
	padding-top:10px;
}
.pro a:hover{
	color:#d93631;
}


.carousel-caption{
	position: absolute; width: 100%; top: 55%; left: 0; text-align: center;
-webkit-transform: translate(0, -55%);
    -ms-transform: translate(0, -55%);
        transform: translate(0, -55%);
}
.carousel-caption h1{
	font-size:50px;
}
.carousel-caption h1 span{
	color:#ff0000;
}
.carousel-caption p{
	font-size:24px;
	text-transform:uppercase;
}


#video {
	width: 100%;
	height:auto;
	margin: 0 auto;
	position: relative;
}

#video video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.VideoBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 70px;
	height: 70px;
	margin-left: -35px;
	margin-top: -35px;
	cursor: pointer;
	z-index: 10;
}