﻿* {
    margin: 0;
    padding: 0;
}
ul,
li {
    list-style: none;
}
a {	
	color: #333333;
    text-decoration: none;
}
a:hover,a:focus{
	color: #FF0000;
	text-decoration: underline;
}
img {
    border: none;
}
body {
    font-size: 14px;
    color: #333;
    font-family: "Microsoft Yahei";
    background: url(../cold/bg-coldchain.jpg) no-repeat center top;
}
.box {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.top {
    width: 1000px;
    height: 440px;
}
h4{
	font-size: 40px;
	font-weight: bold;
	position: absolute;
	top: 330px;
	left: 500px;
}
.tit1 {
    width: 1000px;
    height: 54px;
    font-size: 30px;
    color: #FFFFFF;
    text-align: left;
    padding-left: 36px;
    padding-top: 16px;
    background: url(../images/tit1.png) no-repeat left;
}
.tit {
    width: 1000px;
    height: 54px;
    font-size: 30px;
    color: #FFFFFF;
    text-align: left;
    padding-left: 36px;
    padding-top: 16px;
    background: url(../images/tit.png) no-repeat left;
}

/*tab切换*/
.hjz{
	width: 100%;
	height: 670px;
}


.tab-box {
    width: 1000px;
    height: 80px;
    overflow: hidden;
    margin-top: 10px;
}

.tab-box ul li {
    width: 128px;
    height: 60px;
    text-align: center;
    font-size: 24px;
    color: #333;
    float: left;
    line-height: 60px;
    cursor: pointer;
}

.tab-box ul li.on {
	background-color:#FF0000 ;
	color: #FFFFFF;
    /*background: url(../images/tab-liion.png) no-repeat center center;*/
}

.tab-content {
    width: 1000px;
    height: auto;
    overflow: hidden;
    display: none;
}

.tab-show {
    display: block;
}

.tab-top {
    width: 950px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.tab-top img {
    float: left;
    width: 100%;
    height: 480px;
}


.tab-box1 {
    width: 1000px;
    height: 180px;
    overflow: hidden;
    padding-left: 130px;
    margin-top: 20px;
}

.tab-box1 ul li {
    width: 128px;
    height: 80px;
    padding: 35px 0;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    margin-left: 70px;
    float: left;
    line-height: 40px;
    background: url(../images/tab-libg.png) no-repeat center center;
    cursor: pointer;
}

.tab-box1 ul li.on1 {
    background: url(../images/tab-liion.png) no-repeat center center;
}

.tab-content1 {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    display: none;
}

.tab-show1 {
    display: block;
}


/*征战路线*/
.zzlx{
	width: 100%;
	height:550px;
	position: relative;
}
.zzlx .map{
	width: 682px;
	height: 554px;
	background: url(../cold/map.png) no-repeat;
	position: absolute;
	left: 120px;
	top: -26px;	
}
.zzlx .place{
	width: 80px;
	height: 85px;
	background: url(../cold/position-shanghai.png) no-repeat;
	position: absolute;
	right: 242px;
	top: 275px;
}

/*战报速递*/
.zbsd{
	width: 1000px;
	height: auto;
	position: relative;
	margin-top: 20px;
}

/*幻灯片*/
.flash {
    float: left;
    width: 470px;
    height:300px;
}
.out-img {
    position: relative;
    width: 470px;
    height: 300px;
    overflow: hidden;
}
.out-img .img {
    width: 50000px;
    position: absolute;
    left: 0;
    top: 0;
}
.out-img .img li {
    float: left;
    position: relative;
}
.out-img .img li img {
    display: block;
}
.out-img .img li p {
    position: absolute;
    left: 0;
    bottom:0;
    height: 52px;
    width: 100%;
    text-align: left;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    text-indent: 10px;
    line-height: 52px;
    font-size: 16px;
}
.out-img .num {
    width: 100%;
    position: absolute;
    text-align: right;
    left:-20px;
    bottom: 6px;
    font-size: 0;
}
.out-img .num li {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 3px;
    display: inline-block;
    cursor: pointer;
}
.out-img .num li.on {
    background-color: #FF0000;
}
.out-img .btn {
    position: absolute;
    width: 30px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 30px;
    line-height: 50px;
    font-family: "宋体";
    text-align: center;
    cursor: pointer;
    display: none;
}
.out-img:hover .btn {
    display: block;
}
.out-img .btn-l {
    left: 0;
}
.out-img .btn-r {
    right: 0;
}

/*新闻*/
.new {
	float: right;
	width: 490px;
	height: auto;
}
.new .con h2 a{
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
}
.new .con p{
	line-height: 30px;
}
.new .con p span a{
	color: #FF0000;
}
.new .news{
	width: 490px;
	height: 100px;
}
.new .news li{
	width: 490px;
	height: 42px;
	line-height: 42px;
	font-size: 20px;
	background: url(../images/icon1.png) no-repeat left center;
	padding-left: 30px;
}
/*赛事解读*/
.ssjd{
	width: 100%;
	height: auto;
	position: relative;
}
.title{
	width: 481px;
	height: 38px;
	position: absolute;
	top: 30px;
	left: 0;
}
.out-img1 {
    position: relative;
    width: 1000px;
    height: 400px;
    overflow: hidden;
    margin-top: 10px;
}

.out-img1 .img {
    width: 50000px;
    position: absolute;
    left: 0;
    top: 0;
}

.out-img1 .img li {
    width: 1000px;
    height: 400px;
    float: left;
    position: relative;
}

.out-img1 .img li img {
    display: block;
    width: 500px;
    height: 310px;
    position: absolute;
    left: 20px;
    bottom: 0;
    z-index: 999;
}

.out-img1 .img li .news-nr {
    position: absolute;
    right: 20px;
    top: 40px;
    width: 540px;
    height: 310px;
    border: 4px solid rgba(255,0,0,0.5);
    box-sizing: border-box;
    z-index: 99;
    padding: 40px 50px 20px 86px;
    box-sizing: border-box;
    overflow: hidden;
}

.out-img1 .img li .news-nr h2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    font-size: 28px;
    text-align: center;
    color: #FF0000;
    font-weight: bold;
}
.out-img1 .img li .news-nr .text{	
	width: 440px;
	font-size:14px ;
	line-height: 38px;
	color: #333333;
	margin-top: 20px;
	margin-left: 12px;
}
.out-img1 .img li .news-nr .text span{
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}
.out-img1 .num {
    width: 460px;
    position: absolute;
    text-align: center;
    left: 500px;
    bottom: 6px;
    font-size: 0;
}

.out-img1 .num li {
    width: 15px;
    height: 15px;
    border: 2px solid #FF0000;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
}

.out-img1 .num li.on {
    background-color: #FF0000;
}
.parameter {
	width:419px ;
	height: 94px;

}
/*精彩文章*/
.jc{
	width: 100%;
	height: 370px;
}
.jc .essay{
	width: 481px;
	position: relative;
}
.title1{
	width: 481px;
	height: 38px;
	line-height: 38px;	
	margin:20px 0;
	float: left;
}


/*精彩图片*/
.jctp{
	width: 1000px;
	margin-top: 30px;
}
#focus_Box{position:relative;width:710px;height:308px;margin:20px auto;}
#focus_Box ul{position:relative;width:710px;height:308px}
#focus_Box li{z-index:0;position:absolute; width:0px;background:#787878;height:0px;top:146px;cursor:pointer;left:377px;border:1px solid #FF0000}
#focus_Box li img{width:100%;height:100%;vertical-align:top}
#focus_Box li p{position:absolute;left:0;bottom:0px;width:100%;height:40px;line-height:40px;background:url(../images/float-bg.png) repeat;text-align:center;color:#fff;}
#focus_Box li p span{display:inline-block;width:70%;height:40px;overflow:hidden;}
#focus_Box .prev,#focus_Box .next{display:block;z-index:100;overflow:hidden;cursor:pointer;position:absolute;width:60px;height:60px;top:130px;}
#focus_Box .prev{background:url(../images/btn.png) left bottom no-repeat;left:-100px}
#focus_Box .next{background:url(../images/btn.png) right bottom no-repeat;right:-100px} 
#focus_Box .prev:hover{background-position:left top;}
#focus_Box .next:hover{background-position:right top;}

/*相关专题*/
.part{ width:1000px; height:400px; margin-top:40px;}
.feedback{ width:960px; height:342px; }
.part .feedback h3{
	font-size: 30px;
	color: #FF0000;
	font-weight: bold;
}
.zx-form {
    width: 1000px;
    height: auto;
    overflow: hidden;
    padding: 20px 50px;
    border: 4px solid rgba(255,0,0,0.2);
    box-sizing: border-box;
    margin-top: 20px;
}
.zx-form .form-li {
    float: left;
    width: 370px;
    height: auto;
    overflow: hidden;
}
.zx-form .form-li div {
    width: 370px;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}
.zx-form .form-li div span {
    display: block;
    float: left;
    width: 38px;
    height: 38px;
    border: 1px solid #cccccc;
    background: url(../images/icon-4.png) no-repeat center center;
}
.zx-form .form-li div span.icon-name {
    background-position: 0 0;
}
.zx-form .form-li div span.icon-add {
    background-position: 0 -38px;
}
.form-li div span.icon-tel {
    background-position: 0 -76px;
}
.zx-form .form-li div span.icon-code {
    background-position: 0 -114px;
}
.zx-form .form-li div input {
    float: left;
    width: 330px;
    height: 40px;
    border: 1px solid #e3e3e3;
    border-left: 0 none;
    padding: 0 5px;
    box-sizing: border-box;
    outline: none;
    color: #666666;
}
.zx-form .form-li div input.yzm {
    width: 210px;
}
.zx-form .form-li div img {
    width: 100px;
    height: 40px;
    float: right;
}
.zx-form .form-message {
    float: right;
    width: 480px;
    height: auto;
    overflow: hidden;
}
.zx-form .form-message p {
    width: 480px;
    height: 30px;
    color: #333333;
}
.zx-form .form-message textarea {
    line-height: 24px;
    border: 1px solid #cccccc;
    padding: 10px;
    font-family: "Microsoft Yahei";
    outline: none;
    width: 100%;
    height: 175px;
    box-sizing: border-box;
}
.form-btn {
    clear: both;
    width: 220px;
    margin: 0 auto;
    padding-top: 20px;
    height: auto;
    overflow: hidden;
}
.form-btn button {
    font-family: "Microsoft Yahei";
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    border: 0 none;
    cursor: pointer;
    display: block;
    float: left;
}
.form-btn button.submit {
    background-color: #ff8300;
    margin-right: 20px;
}
.form-btn button.reset {
    background-color: #999999;
}
.footer {
    width: 1000px;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.footer p{ 
	line-height:30px; 
	color:#333333;
	}


