@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    border: none;
   
}

img {
    border: none
}

table,
tr,
td {
    font-weight: normal
}

ul,
li {
    list-style: none;
}

i {
    font-style: normal
}

body {
    font-family: 'Microsoft YaHei', 'Heiti SC';
    background: #fff;
    font-size: 14px;
    color: #1a1a1a;
    overflow-x:hidden
}

@media (min-width: 1200px) {
    .container {
        width: 2560px;
        left: 50%;
        margin-left: -1280px;
    }
    .container banner img {
        width: 2560px;
    }
}

@media (min-width: 1440px) {
    .container {
        width: 2560px;
        left: 50%;
        margin-left: -1280px;
    }
    .container .banner img {
        width: 2560px;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 2560px;
        left: 50%;
        margin-left: -1280px;
    }
    .container .banner img {
        width: 2560px;
    }
}

@media (min-width: 1660px) {
    .container {
        width: 2560px;
        left: 50%;
        margin-left: -1280px;
    }
    .container .banner img {
        width: 2560px;
    }
}

@media (min-width: 1920px) {
    .container {
        width: 2560px;
        left: 50%;
        margin-left: -1280px;
    }
    .container .banner img {
        width: 2560px;
    }
}

@media (min-width: 2560px) {
    .container {
        width: 2560px;
    }
}

.container {
    position: relative;
 
    background-color: #f7f7f7;
}
 /*.container {
    width: 100%;
    height: auto;
    margin: 0 auto;
   max-width: 1920px
    margin: 0 auto !important;
    background-color: #f7f7f7;
}
;*/

.top {
	position:absolute;
	top: 0;
    width: 100%;
    height: 42px;
    background:rgba(0,0,0,.3);
}

.header {
    width: 1200px;
    height: 100%;
    line-height: 42px;
    margin: 0 auto;
    color: #fff;
}

.header .left {
    float: left;
    width: 180px;
}

.header a {
    color: #fff;
}

.header p {
    float: right;
}

.banner {
	position: relative;
    margin: 0 auto;
    height: auto;
    width: 100%;
}

.banner img {
    width: 100%;
    height: auto;
}


/*-----------------content-------------------*/

.content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.box1 {
    position: relative;
    top: -70px;
    width: 1140px;
    height: auto;
    display: table;
    border-radius: 30px;
    background-color: #fff;
    padding:30px;
}

.box1-left {
    float: left;
    width: 592px;
    height: 328px;
    border: 6px solid #e5e5e5;
}

.swiper-container {
    width: 100%;
    height: auto;
}

.swiper-slide img {
    width: 592px;
    height: 328px;
}

.box1-right {
    float: right;
    width: 505px;
    height: auto;
    overflow: hidden
}

.box1-right h2 {
    font-size: 20px;
    font-weight: bold;
    color: #dd3620;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}

.box1-right p {
    font-size: 18px;
    color: #000;
    line-height: 35px;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.box1-right a {
    display: block;
    width: 136px;
    height: 48px;
    background-color: #dd3620;
    line-height: 48px;
    color: #fff;
    text-align: center;
    margin-top: 25px;
}

.title {
    width: 100%;
    height: auto;
    display: table;
}

.title i {
    display: inline-block;
    width: 8px;
    height: 26px;
    background-color: #dd3620;
    vertical-align: bottom;
    margin-right: 10px;
}

.title b {
    font-size: 24px;
    color: #000;
}

.title span {
    display: inline-block;
    margin-left: 10px;
    font-size: 18px;
    color: #707070;
}

.box2-box1 {
    width: 1200px;
    height: auto;
    display: table;
    border-radius: 30px;
    background-color: #fff;
    padding: 15px 0 50px 0;
    text-align: center;
    margin-top: 20px;
}

.box2 {
    margin-bottom: 70px;
}

.box3-box1 {
    width: 1200px;
    height: auto;
    display: table;
    text-align: center;
    margin-top: 20px;
    overflow: hidden;
}

.box3-box1 ul {
    width: 105%;
}

.box3-box1 ul li {
    float: left;
    width: 270px;
    height: 226px;
    background-color: #fff;
    margin-right: 14px;
    padding: 10px;
    margin-bottom: 20px;
}

.box3-box1 ul li .box3-item {
    width: 270px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.box3-box1 ul li img {
    display: block;
    width: 270px;
    height: 180px;
}

.box3-box1 ul li p {
    font-size: 16px;
    color: #464646;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box3-box2 ul li {
    float: left;
    width: 360px;
    height: 290px;
    background-color: #fff;
    margin-right: 30px;
    padding: 10px;
    margin-bottom: 20px;
}

.box3-box2 ul li .box3-item2 {
    width: 360px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.box3-box2 ul li img {
    display: block;
    width: 360px;
    height: 240px;
}

.box3-box2 ul li p {
    font-size: 16px;
    color: #464646;
    margin-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box3-box3 ul li {
    float: left;
    width: 560px;
    height: 440px;
    background-color: #fff;
    margin-right: 40px;
    padding: 10px;
}

.box3-box3 ul li .box3-item3 {
    width: 560px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.box3-box3 ul li img {
    display: block;
    width: 560px;
    height: 387px;
}

.box3-box3 ul li p {
    font-size: 16px;
    color: #464646;
    margin-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box4 {
    margin-top: 30px;
    padding-bottom: 50px;
}

.box4-box1 {
    width: 1200px;
    height: auto;
    display: table;
    text-align: center;
    margin-top: 20px;
    overflow: hidden;
}

.box4-box1 ul {
    width: 105%;
}

.box4-box1 ul li {
    float: left;
    width: 270px;
    height: 256px;
    background-color: #fff;
    margin-right: 14px;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.box4-box1 ul li .box4-item {
    width: 270px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.box4-box1 ul li img {
        display: block;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    border-radius: 100%;
}

.box4-box1 ul li p {
    font-size: 16px;
    color: #464646;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box4-box1 ul li h2 {
    font-size: 16px;
    color: #317edc;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box4-box2 ul li {
    float: left;
    width: 360px;
    height: 330px;
    background-color: #fff;
    margin-right: 30px;
    padding: 10px;
    margin-bottom: 20px;
}

.box4-box2 ul li .box4-item2 {
    width: 360px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.box4-box2 ul li img {
    display: block;
    width: 240px;
    height: 240px;
}

.box4-box2 ul li p {
    font-size: 14px;
    color: #464646;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box4-box2 ul li h2 {
    font-size: 16px;
    color: #317edc;
    margin-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box4-box3 ul li {
    float: left;
    width: 560px;
    height: 470px;
    background-color: #fff;
    margin-right: 40px;
    padding: 10px;
}

.box4-box3 ul li .box4-item3 {
    width: 560px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.box4-box3 ul li img {
    display: block;
    width: 387px;
    height: 387px;
}

.box4-box3 ul li p {
    font-size: 16px;
    color: #464646;
    margin-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box4-box3 ul li h2 {
    font-size: 16px;
    color: #317edc;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box5 {
    width: 100%;
    height: auto;
    display: table;
    background-color: #fff;
    padding-bottom: 30px;
}


/*.box5-box1 {
      margin-top: 40px;
}

.box5-box12 {
      width: 100%;
      height: auto;
      display: table;
}

.box5-box12-left {
      float: left;
      width: 700px;
      height: 478px;
      background-color: #f7f7f7;
      margin-top: 20px;
}

.box5-box12-left img {
      position: relative;
      top: 30px;
      left: 30px;
      width: 687px;
      height: 453px;
      border: 6px solid #fff;
}

.box5-box12-right {
      float: right;
      font-size: 18px;
      line-height: 60px;
}

.box5-box12-right ul li:first-child {
      color: #f00;
      margin-top: 40px;
}

.box5-box12-right ul li p:before {
      display: inline-block;
      content: '';
      background: #d0d0d0;
      width: 8px;
      height: 8px;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      margin-right: 20px;
      vertical-align: middle;
}

.box5-box22 {
      margin-top: 30px;
      clear: both;
}

.box5-box22 ul {
      width: 105%;
}

.box5-box22 ul li {
      float: left;
      width: 180px;
      height: auto;
      margin-right: 24px;
      text-align: center;
}

.box5-box22 ul li img {
      display: block;
      width: 180px;
      height: 180px;
}

.box5-box22 ul li p {
      font-size: 16px;
      color: #464646;
      margin-top: 10px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
}

.box5-box23 ul li {
      float: left;
      width: 230px;
      height: auto;
      margin-right: 12px;
      text-align: center;
}

.box5-box23 ul li img {
      display: block;
      width: 230px;
      height: 230px;
}

.box5-box23 ul li p {
      font-size: 16px;
      color: #464646;
      margin-top: 10px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
}*/

.box5-box1 {
    margin-top: 40px;
}

.box5-box12 {
    position: relative;
    width: 100%;
    height: auto;
    display: table;
    margin-top: 20px;
}

.box5-box12 img {
    width: 1200px;
    height: 600px;
}

.box5-mask {
    position: absolute;
    width: 100%;
    height: 180px;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
}


/* .box5-box12-left {
	float: left;
	width: 700px;
	height: 478px;
	background-color: #317edc;
	margin-top: 20px;
}

.box5-box12-left img {
	position: relative;
	top: 30px;
	left: 30px;
	width: 687px;
	height: 453px;
	border: 6px solid #fff;
}

.box5-box12-right {
	float: right;
	font-size: 18px;
	line-height: 60px;
}

.box5-box12-right ul li:first-child {
	color: #f00;
	margin-top: 40px;
}

.box5-box12-right ul li p:before {
	display: inline-block;
	content: '';
	background: #d0d0d0;
	width: 8px;
	height: 8px;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 20px;
	vertical-align: middle;
} */

.box5-box22 {
    margin-top: 30px;
    clear: both;
}

.box5-box22 ul {
    width: 100%;
    text-align: center;
}

.box5-box22 ul li {
    display: inline-block;
    width: 92px;
    height: auto;
    margin-right: 10px;
    text-align: center;
}

.box5-box22 ul li img {
    display: block;
    width: 92px;
    height: 92px;
    border: 3px solid #737475;
}

.box5-box22 ul li p {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box5-box32 {
    width: 100%;
    height: auto;
    display: table;
    margin-top: 15px;
}

.box5-box32 ul li {
    float: left;
    width: 30%;
    height: auto;
    display: table;
    font-size: 16px;
    padding-left: 3%;
    line-height: 40px;
    color: #414141;
}

.box6 {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.box6-box1 {
    width: 1200px;
    height: auto;
    display: table;
    text-align: center;
    margin-top: 20px;
    overflow: hidden;
}

.box6-box1 ul {
    width: 105%;
}

.box6-box1 ul li {
    float: left;
    width: 285px;
    height: auto;
    margin-right: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.box6-box1 ul li img {
    display: block;
    width: 285px;
    height: 190px;
}

.box6-box1 ul li p {
    font-size: 16px;
    color: #464646;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box7 {
    width: 100%;
    height: auto;
    margin-top: 30px;
    padding-bottom: 40px;
}

.box7-box1 {
    width: 1200px;
    height: auto;
    display: table;
    text-align: center;
    margin-top: 20px;
    overflow: hidden;
}
.box7-box1 h2{font-size: 18px; text-align: left;}
.box7-box1 ul li {
    font-size: 16px;
    float: left;
    width: 400px;
    height: auto;
    text-align: left;
    margin-top: 20px;
}
.box7-box1 ul li span{ display: inline-block; float: right; margin-right: 100px}
.box8 {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 50px 0;
}

.box8-box1 {
    margin-top: 30px;
}

.copy {
    width: 100%;
    height: 130px;
    text-align: center;
    padding: 60px 0 10px 0;
    background: #f7f7f7;
}

.copy p {
    font-size: 16px;
    color: #1c1c1c;
    line-height: 30px;
}

.box22 {
    margin-top: 50px;
    margin-bottom: 0
}

.layer-sponsor {
    width: 1200px;
    font-size: 16px;
    color: #282828;
    line-height: 26px;
    margin: 0 auto;
    text-align: left;
}

.layer-sponsor table tr th {
    color: #3a3a3a;
    font-size: 16px;
	text-align: right; 
	padding-right: 5px
}

.layer-sponsor table tr td {
    height: 60px;
}

.layer-sponsor table tr td span {
    display: block;
    background-color: #ffffff;
    border-radius: 5px;
    width: 320px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    border: 1px solid #e5e5e5;
}

.layer-sponsor table tr td span img {
    display: inline-block;
    color: #999999;
    vertical-align: middle;
    margin-top: -5px;
}