/* Pc-Header */

* {
  padding: 0px;
  margin: 0px;
}

.d-table {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
  vertical-align: middle;
}

.d-cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.header {
  width: 100%;
  /*position: fixed;*/
  top: 0px;
  left: 0px;
  z-index: 99;
  background: url(../images/back.png) black;
  height: 60px;
}

.header img {
  display: block;
}

.header .right-img {
  max-width: 100%;
  margin: auto;
  width: 62%;
}

.header b {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #505050;
}

.header p {
  text-align: center;
  width: 100%;
  font-size: 13px;
  color: #a2a2a2;
}

.header ul {
  width: 39.947%;
  margin: auto;
}

.header ul li {
  float: left;
  list-style: none;
  width: 16.6%;
  line-height: 20px;
  padding: 10px 0px;
  cursor: pointer;
  /*background-position: right center;*/
  background-repeat: no-repeat;
  /*background-image: url(../images/nav_border.png);*/
}

.header ul li a {
  text-decoration: none;
}

.cti-allcar .row .col-xs-10 .col-xs-4 img:first-child {
  width: auto;
  margin: 0 auto;
}

.cti-allcar img {
  width: auto;
  display: inline;
}

.cti-header img {
  display: inline;
}

iframe {
  display: none!important;
}


/*左上logo*/

.mp-theme {
  display: none;
}

.header .logo {
  width: 11%;
  float: left;
  height: 100px;
  display: table;
}

.header .header-logo {
  float: left;
  color: white;
  width: 22.85%;
  height: 100%;
  margin-left: 6.25%;
}

.header .header-logo img {
  width: 100%;
}

.header .logo img {
  width: 33.5000%;
  margin: auto;
}


/*右上图标*/

.header .right-box {
  width: 15.3%;
  float: right;
  height: 100px;
  position: relative;
  display: table;
}

.header .right-box .sky-href, .header .right-box .soul-href {
  position: absolute;
  display: block;
  width: 50%;
  height: 30px;
  top: 35px;
  left: 0px;
}

.header li:hover p {
  color: white;
}

.header .right-box .soul-href {
  right: 0px;
  left: auto;
}

.header ul {
  overflow: hidden;
  /*background: url(../images/nav_border.png) no-repeat;*/
  /*background-position: right center;*/
  float: right;
  margin-right: 5%;
}


/*红线*/

.right-top {
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
}

.header .line {
  width: 39.947%;
  height: 2px;
  margin: auto;
  margin-top: -2px;
}

.header .line .move {
  background: #db0100;
  width: 16.6%;
  height: 2px;
}

.header .light {
  color: white;
}

.cti-allcar .row .col-xs-10 .col-xs-4 img:first-child {
  width: auto;
  margin: 0 auto;
}


/*手机+pc切换*/

.video-play-box+section, .statement+section, .cti-footer-links {
  background: transparent url(../images/body_bg.jpg) center top no-repeat fixed;
}


/*
.pc-only {
	display: block;
}

.iphone-only {
	display: none;
}

@media screen and (max-width:768px) {
	.pc-only {
		display: none !important;
	}
	.iphone-only {
		display: block !important;
	}
	.mobile-header {
		width: 100%;
		background: #040405;
		padding: 2.7% 0;
		position: fixed;
		top: 0;
		width: 100%;
		height: auto;
		z-index: 9999;
	}
	.mobile-header .logo-left {
		width: 9.6%;
		margin-left: 4.6%;
	}
	.mobile-header .nav-right {
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: 18%;
		background: url(../images/nav-right.png) no-repeat center center;
		background-size: 45%;
		cursor: pointer;
	}
	.mobile-header .mobile-nav {
		position: absolute;
		width: 100%;
		top: 100%;
		background: #191919;
		z-index: 888;
		color: #ababab;
		font-size: 14px;
		// padding-top: 5%;
		padding-bottom: 7%;
		display: none;
	}
	.mobile-header .mobile-nav ul {
		width: 70%;
		margin: 0 auto;
		list-style: none;
	}
	.mobile-header .mobile-nav ul li {
		padding-top: 7%;
    	padding-bottom: 4%;
		border-bottom: 1px solid #363636;
		cursor: pointer;
	}
	.mobile-header .mobile-nav ul li a{
		color: #ababab;
		text-decoration: none;
		display: block;
	}
	.mobile-header .mobile-nav ul li:last-child {
		border-bottom: 1px solid #757575;
	}
	.mobile-header .mobile-nav ul li.current,
	.mobile-header .mobile-nav ul li:last-child.current {
		border-bottom: 1px solid #db0100;
	}
	.mobile-header .mobile-nav ul span {
		color: #505050;
		font-size: 12px;
		display: inline-block;
		padding-left: 4.5%;
	}
}*/
