/* global.css */
/*CSS公用样式*/
html,body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, blockquote, th, td , p{
    margin:0;
    padding:0;
}

body{
    scrollbar-face-color: #f6f6f6;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #cccccc;
    scrollbar-3dlight-color: #cccccc;
    scrollbar-arrow-color: #330000;
    scrollbar-track-color: #f6f6f6;
    font-family:"微软雅黑"!important;
    font-size:14px;
    background:#FFF;
}

*{outline: none!important;font-style: normal;}

table {border-collapse:collapse;border-spacing:0;}

img {border:0;}

a{text-decoration: none!important;color: black;}

li {list-style:none;}

sup {vertical-align:text-top;}

sub {vertical-align:text-bottom;}

input, textarea, select {font-family:inherit;font-size:inherit;font-weight:inherit;}

/*带清除高度的10PX高的空DIV*/
.blank{clear:both;height:10px;overflow:hidden;font-size:0px;}
.blank1{clear:both;height:5px;overflow:hidden;font-size:0px;}

/*单行隐藏*/
.str{white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis;}

/*多行隐藏*/
.strmore{overflow:hidden;text-overflow:ellipsis;}

/*带清除高度的0PX高的空DIV*/
.cls{clear:both;height:0px;overflow:hidden;background:#FFF;}


/* quanju.css */
.main {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: #14186e;
}

#play {
	width: auto;
	height: auto;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

#play .change_a {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
}

#play .prev_a {
	left: 0;
}

#play .next_a {
	right: 0;
}

#play .change_a span {
	position: absolute;
	display: none;
	top: 50%;
	color: #fff;
	width: 60px;
	height: 130px;
	display: block;
	font-size: 28px;
	line-height: 50px;
	margin-top: -21px;
	background-color: #000000;
}

#play .prev_a span {
	left: 0;
}

#play .next_a span {
	right: 0;
}

#play .img_ul {
	position: relative;
	z-index: 1;
}

#play .img_ul li {
	line-height: 720px;
	height: 720px;
}

#play .img_ul li img {
	width: 1080px;
	height: 720px;
	vertical-align: middle!important;
}

.img_hd {
	position: relative;
	width: 970px;
	height: 156px;
	padding: 2px 0;
	margin: 0 auto;
	overflow: hidden;
	line-height: 156px;
	background-color: #14186e;
}

.img_hd ul {
	position: absolute;
	z-index: 1;
}

.img_hd ul li {
	float: left;
	width: 158px;
	height: 106px;
	cursor: pointer;
	*display: inline;
	margin-left: 10px;
	text-align: center;
}

.img_hd ul li.on img {
	box-shadow: 0px 0px 10px #000000;
}

.img_hd ul li img {
	width: 158px;
	height: 106px;
	vertical-align: middle;
}

.main>.bottom_a {
	position: absolute;
	bottom: 0;
	width: 50px;
	z-index: 10;
	height: 150px;
	display: block;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 20px;
	margin-top: -11px;
	line-height: 40px!important;
	text-align: center;
	background-color: #4e4e4e;
}

.main>.prev_a {
	left: 5px;
	background: url(/images/zt/tzs2018/20180808/left.png) left no-repeat;
}

.main>.next_a {
	right: 5px;
	background: url(/images/zt/tzs2018/20180808/right.png) right no-repeat;
}


/*顶部*/

body,
html {
	height: auto;
	overflow-y: auto;
	overflow-x: hidden;
}

.hide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	/*opacity: 0.5;*/
	z-index: 9998;
	/*filter: alpha(opacity=50);*/
	background-color: #000000;
}

.header .top {
position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9998;
}

.header .top_nav {
	position: relative;
	width: 1100px;
	margin: 0 auto;
	font-size: 18px;
	padding: 16px 0 15px 0;
}

.header .top_nav dd .on {
	color: #bcbbbb;
}

.header .top_nav dt {
	margin-right: 50px;
	padding-top: 5px;
}

.header .top_nav dt,
.header .top_nav dd {
	display: inline-block;
	vertical-align: middle;
}

.header .top_nav dd a {
	color: #FFFFFF;
	margin-left: 50px;
}

.header .join {
	position: absolute;
	top: 20px;
	right: 0;
	width: 122px;
	height: 34px;
	color: #ffffff;
	line-height: 34px;
	border-radius: 5px;
	text-align: center;
	background-color: #1a2173;
}

.header .item {
	max-width: 100%;
	min-width: 1100px;
	height: 945px;
	margin: 0 auto;
	color: #FFFFFF;
	background: url(/images/zt/tzs2018/20180808/banner.png) center no-repeat;
}


/*主体*/
.section>div {
	width: 1100px;
	margin: 0 auto;
	padding-top: 30px;
}


/*项目背景*/

.project_back {
	position: relative;
}

.project_back .content {
	position: relative;
	color: #fff;
	line-height: 38px;
	z-index: 2;
}

.project_back .content p{
	font-size: 24px!important;
}

.project_back .back_color {
	position: absolute;
	top: 23px;
	left: -402px;
	z-index: 1;
	width: 1500px;
	height: 280px;
	background-color: #365dff;
}


/*最新资讯*/

.latest_inform .inform>div {
	display: inline-block;
	vertical-align: top;
}

.latest_inform .ifrm {
	position: relative;
	margin-top: 100px;
	margin-bottom: 30px;
}

.latest_inform .ifrm .center {
	display: inline-block;
	color: #0090ff;
	font-size: 80px;
	font-weight: bolder;
	text-align: center;
	letter-spacing: 10px;
}

.latest_inform .ifrm .back_img1 {
	position: absolute;
	top: 0px;
	left: -400px;
	width: 1920px;
	height: 92px;
	background: url(/images/zt/tzs2018/20180808/title_back1.png) left center no-repeat;
}

.latest_inform .inform .tage_page {
	width: 520px;
	margin-left: 20px;
}

.latest_inform .inform .tage_page .tage {
	padding-bottom: 10px;
}

.latest_inform .inform .tage_page .tage a {
	display: inline-block;
	color: #00a0e9;
	font-size: 24px;
	margin-left: 20px;
	padding-bottom: 5px;
}

.latest_inform .inform .tage_page .tage a:nth-child(1) {
	margin-left: 0;
}

.latest_inform .inform .tage_page .tage a.on {
	border-bottom: 3px solid #ff00a5;
}

.latest_inform .inform .slideBox {
	width: 560px;
	height: 380px;
	overflow: hidden;
	position: relative;
	float: left;
}

.page div[id*=page_] {
	height: 330px;
}

.page div[id*=page_] li {
	width: 485px;
	line-height: 24px;
	padding-bottom: 10px;
	border-top: 1px solid #730f7c;
}

.page div[id*=page_] li:nth-child(1) {
	border-top: 0!important;
}

.page div[id*=page_] li a span,
.page div[id*=page_] li a em {
	display: block;
}

.page div[id*=page_] li a span {
	font-size: 18px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	white-space: nowrap;
	color: #00a0e9;
}

.page div[id*=page_] li a em {
	max-height: 52px;
	font-size: 18px;
	overflow: hidden;
	line-height: 26px;
	color: #000000;
	padding-right: 30px;
}

.page div[id*=page_] a:hover * {
	color: #82BB30;
}

.nano>.nano-pane {
	width: 8px!important;
	background: #361573!important;
}

.nano>.nano-pane>.nano-slider {
	width: 8px!important;
	background: #d1078a!important;
}


/*赛事运营*/

.competi_opera .opra {
	position: relative;
	margin-bottom: 40px;
}

.competi_opera .opra .center {
	display: block;
	color: #0090ff;
	font-size: 80px;
	font-weight: bolder;
	text-align: right;
	letter-spacing: 10px;
}

.competi_opera .opra .back_img2 {
	position: absolute;
	top: 15px;
	left: -400px;
	width: 1920px;
	height: 88px;
	background: url(/images/zt/tzs2018/20180808/title_back2.png) left center no-repeat;
}

.competi_opera .competi dt {
	position: relative;
	color: #FFFFFF;
	background: #270188;
	font-size: 18px;
	padding: 40px 50px 40px 65px;
}

.competi_opera .competi dt p {
	margin-top: 20px;
	line-height: 32px;
}

.competi_opera .competi dd div {
	position: relative;
	display: inline-block;
	width: 460px;
	height: 210px;
	color: #FFFFFF;
	font-size: 18px;
	margin-top: 30px;
	line-height: 28px;
	padding: 20px 35px;
	vertical-align: top;
}

.competi_opera .competi dd div h1 {
	margin-bottom: 10px;
	line-height: 40px;
}

.competi_opera .competi dd div:nth-child(2n+2) {
	margin-left: 34px;
}

.competi_opera .class_tion>p {
	color: #280089;
	font-size: 40px;
	font-weight: bold;
	padding: 20px 0;
}

.competi_opera .class_tion li {
	position: relative;
	display: inline-block;
	width: 350px;
	height: 110px;
	color: #FFFFFF;
	font-size: 24px;
	margin-left: 20px;
	text-align: center;
}

.competi_opera .class_tion li:nth-child(1) {
	margin-left: 0!important;
}

.competi_opera .class_tion li h1 {
	font-weight: 500;
	font-size: 48px;
}

.competi_opera .evaluat {
	margin-top: 40px;
}

.competi_opera .evaluat p {
	color: #280089;
	font-size: 40px;
	font-weight: bold;
	padding: 20px 0;
}

.competi_opera .evaluat ul {
	width: 900px;
	margin: 0 auto;
}

.competi_opera .evaluat li {
	font-size: 30px;
	margin-top: 30px;
	line-height: 32px;
}

.competi_opera .evaluat li span {
	color: #0090ff;
	font-weight: bold;
}

.competi_opera .prize {
	position: relative;
	margin-top: 50px;
}

.competi_opera .prize span {
    position: absolute;
    display: block;
    top: 0px;
    right: -405px;
    width: 410PX;
    height: 1013px;
    background: url(/images/zt/tzs2018/20180808/title_back3.png) right top no-repeat;
    background-size: 80% 90%;
}

.competi_opera .prize p {
	color: #280089;
	font-size: 40px;
	font-weight: bold;
	padding: 10px 0 20px 0;
	margin-bottom: 20px;
}

.competi_opera .prize li {
	display: inline-block;
	width: 49%;
	font-size: 24px;
	line-height: 48px;
	text-indent: 100px;
}

.competi_opera .prize li a:hover {
	color: #82BB30;
	text-decoration: underline!important;
}

.competi_opera .vote_passage {
	display: none;
	width: 480px;
	height: 100px;
	border: 0;
	color: #FFFFFF;
	font-size: 48px;
	cursor: pointer;
	font-weight: 500;
	line-height: 90px;
	text-align: center;
	text-indent: -20px;
	margin: 50px auto 0 auto;
	background: transparent url(/images/zt/tzs2018/20180808/back_2.png) center no-repeat;
}


/*赛事路线图*/

.high_event {
	position: relative;
	margin-top: 100px!important;
}

.high_event span {
    position: absolute;
	display: block;
    left: -402px;
    top: 40px;
    width: 340px;
    height: 887px;
    background: url(/images/zt/tzs2018/20180808/title_back4.png) left top no-repeat;
    background-size: 100% 73%;
}


/*现场照片*/

.field_photo {
	width: 1200px!important;
	margin: 0 auto;
}

.field_photo .photo {
	position: relative;
	width: 1200px;
	height: 675px;
	margin: 0 auto;
	overflow: hidden;

}

.photo .hd {
	position: absolute;
	overflow: hidden;
	left: 45%;
	bottom: 20px;
	height: 20px;
	z-index: 1;
}

.photo .hd ul {
	float: left;
	zoom: 1;
	overflow: hidden;
}

.photo .hd ul li {
	display: inline-block;
	width: 8px;
	height: 8px;
	cursor: pointer;
	background: #E0E0E0;
	opacity: 0.2;
	filter: alpha(opacity=20);
	margin-right: 2px;
	line-height: 14px;
	text-align: center;
	vertical-align: bottom;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.photo .hd ul li.on {
	width: 10px;
	height: 10px;
	background: #00A0E9;
}

.photo .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.photo .bd li {
	zoom: 1;
	vertical-align: middle;
}

.photo .bd li img {
	width: 1200px;
	height: 675px;
}

.photo .prev,
.photo .next {
	position: absolute;
	display: block;
	left: 3%;
	top: 50%;
	width: 32px;
	height: 40px;
	opacity: 0.5;
	margin-top: -25px;
	filter: alpha(opacity=50);
	background: url(/images/zt/tzs2018/20180808/slider-arrow.png) -110px 5px no-repeat;
}

.photo .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.photo .prev:hover,
.photo .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.photo .prevStop {
	display: none;
}

.photo .nextStop {
	display: none;
}


/*往届车企*/

.enter_introdu {
	margin-top: 50px!important;
}

.enter_introdu .introdu {
	background-size: 100%;
	width: auto;
	height: 385px;
	padding: 30px 30px 0 30px;
}

.enter_introdu .introdu li {
	display: inline-block;
}

.enter_introdu .introdu li img {
	border: 1px solid #9995be;
}


/*组织机构*/

.organiza .mechanism {
	padding-top: 58px;
	padding-bottom: 35px;
}

.organiza .mechanism dl {
	display: inline-block;
	vertical-align: top;
	color: #000000;
	width: 32%;
}

.organiza .mechanism dl dt {
	font-size: 26px;
	font-weight: bold;
}

.organiza .mechanism dl dd {
	font-size: 20px;
	line-height: 30px;
}


/*底部*/

.footer {
	padding: 20px 0 50px 0;
	background-color: #000000;
}


/*商务合作*/

.busi_coopera {
	width: 1100px;
	margin: 0 auto;
}

.busi_coopera .coopera p,
.busi_coopera .coopera .contact_way li {
	color: #fff;
	font-size: 20px;
}

.busi_coopera .coopera .contact_way {
	margin: 30px 0;
}

.busi_coopera .coopera .contact_way>div+div {
	margin-left: 30px;
}

.busi_coopera .coopera .contact_way div,
.busi_coopera .coopera .contact_way div ul {
	display: inline-block;
	vertical-align: top;
}

.busi_coopera .coopera .contact_way>div>ul+ul {
	margin-left: 15px;
}

.busi_coopera .coopera .contact_way a {
	display: inline-block;
	width: 245px;
	height: 113px;
	color: #00e4ff;
	font-size: 30px;
	margin-left: 10px;
	text-align: center;
	line-height: 113px;
	background: url(/images/zt/tzs2018/20180808/back_3.png) center no-repeat;
}


/*标题*/

.section .title {
	position: relative;
	text-align: left;
	margin-bottom: 20px;
}

.section .title .center {
	display: inline-block;
	color: #0090ff;
	font-size: 60px;
	font-weight: bolder;
	text-align: center;
	padding-left: 80px;
	letter-spacing: 10px;
	background: url(/images/zt/tzs2018/20180808/title_left.gif) left 20px no-repeat;
}


/*悬浮*/

.suspend {
	position: fixed;
	left: 50%;
	bottom: 30%;
	margin-left: 40%;
	z-index: 2;
}

.suspend li {
	margin-bottom: 15px;
}

.suspend a {
	display: block;
	color: #FFFFFF;
	font-size: 26px;
	line-height: 34px;
	padding: 5px 10px;
	text-align: center;
	border-radius: 5px;
	letter-spacing: 3px;
	border: 1px solid #FFFFFF;
	background-color: #14186e;
}

.suspend li .on_1 {
	background-color: #ff0090;
}

.suspend li .on_2 {
	border: 1px solid #b3b2d1;
	background-color: #b3b2d1;
}

.icon_1,
.icon_2,
.icon_3,
.icon_4,
.icon_5,
.icon_6,
.icon_7 {
	position: absolute;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-moz-border-radius: 50%;
	background-color: #FFFFFF;
	overflow: hidden;
}

.icon_1 {
	top: 18px;
	left: -17px;
}

.icon_2 {
	top: 18px;
	right: -17px;
}

.icon_3 {
	bottom: 10px;
	left: -17px;
}

.icon_4 {
	top: 40px;
	right: -17px;
}

.icon_5 {
	top: 40px;
	left: -17px;
}

.icon_6 {
	bottom: 10px;
	right: -17px;
}

.icon_7 {
	top: 15px;
	left: 20px;
}

.hllen {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9998;
	background: rgba(0,0,0,0.3);
}

.hllen>table {
	width: 580px;
	height: 530px;
	border-radius: 5px;
	margin: 10% auto 0 auto;
}

.hllen table td {
	width: 7px;
	border: 1px solid #d2e5f8;
	background-color: rgba(0,0,0,0.2);
}

.hllen .ui_t {
	width: 560px;
	height: 7px;
}

.hllen .ui_c {
	background-color: #fff;
}

/* 现场照片 */
.picScroll-left2 {
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 30px;
	overflow: hidden;
	position: relative;
}
			
.picScroll-left2 .hd {
	z-index: 9998;
}
			
.picScroll-left2 .hd .prev,
.picScroll-left2 .hd .next {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	width: 31px;
	height: 245px;
	color: #91d3f5;
	z-index: 9998;
	cursor: pointer;
	overflow: hidden;
	font-size: 50px;
	line-height: 245px;
	font-weight: bolder;
	background-color: transparent;
	font-family: "SimSun";
}
			
.picScroll-left2 .hd .prev {
	left: 15px;
}
			
.picScroll-left2 .hd .next {
	right: 0;
}
			
.picScroll-left2 .bd ul {
	overflow: hidden;
	height: 245px;
	zoom: 1;
}
			
.picScroll-left2 .bd ul li {
	margin-left: 14px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
}
			
.picScroll-left2 .bd ul li img {
	width: 350px;
	height: 245px;
	display: block;
}
			
.subject .main .border:nth-child(1) {
	border-bottom: 7px solid #ccdcef;
	border-radius: 10px 10px 0 0;
}
			
.subject .main .border:nth-child(2) {
	border-top: 0;
	border-radius: 0 0 10px 10px;
}


/*弹框*/
.hidden {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.5);
}

.hidden .hid-box {
	width: 1100px;
	margin: 12% auto;
	padding-bottom: 20px;
	background-color: #fff;
	border: 1px solid #ff00a5;
}

.hidden .hid-box .close {
	display: block;
	height: 40px;
	font-size: 20px;
	background: #fff;
	margin-top: 10px;
	line-height: 40px;
	text-align: right;
	margin-right: 30px;
}

.hidden .hid-box> div {
	height: 500px;
	overflow: auto;
}

.hidden .hid-box ul li {
	display: inline-block;
	vertical-align: top;
	width: 230px;
	height: auto;
	padding-bottom: 10px;
	margin: 20px 0 0 28px;
	border: 1px solid #b8b8b8;
}

.hidden .hid-box ul li div {
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
}

.hidden .hid-box ul li div img {
	width: 230px;
	height: 150px;
	transition: all 0.3;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.hidden .hid-box ul li div:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.hidden .hid-box ul li p {
	color: #666;
	font-size: 14px;
	padding: 0 10px;
	overflow: hidden;
	line-height: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
