@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;
}
/*body {
    font-family: 'Microsoft YaHei', 'Heiti SC';
    background: #fff;
    font-size: 14px;
    color: #1a1a1a;
}

.container {
    width: 100%;
    max-width: 1920px;
    height: auto;
    display: table;
    margin: 0 auto;
    margin: 0 auto !important;
    background-color: #f7f7f7;
}*/

.top {
    width: 100%;
    height: 42px;
    background-color: #0c4da2;
}

.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 {
    height: auto;
    width: 100%;
}

.banner img {
    display: block;
    width: 100%;
    height: auto;
}

.nav {
    width: 100%;
    height: 119px;
    border-bottom: 1px solid #e1e1e1;
    background: #fff;
}

.nav-left {
    float: left;
}

.nav-left img {
    display: block;
    margin-top: 25px;
}

.menu {
    width: 100%;
}

.menu a {
    float: left;
    width: 171px;
    font-size: 18px;
    color: #000;
    line-height: 119px;
    text-align: center;
}


/*-----------------content-------------------*/

.content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.box1 {
    width: 1200px;
    height: auto;
    display: table;
    border-radius: 5px;
    background-color: #fefefe;
    margin-top: 35px;
    padding: 35px 0;
}

.box1-1 {
    width: 1140px;
    height: auto;
    display: table;
    background: #fff;
    margin: 0 auto;
}

.box1-left {
    float: left;
    width: 604px;
    height: 340px;
}

.swiper-container {
    width: 100%;
    height: auto;
}

.swiper-slide img {
    width: 592px;
    height: 328px;
    border: 6px solid #e5e5e5
}

.box1-right {
    float: right;
    width: 506px;
    height: auto;
    overflow: hidden;
}

.box1-right h2 {
    font-size: 24px;
    font-weight: normal;
    color: #000;
}

.box1-right p {
    font-size: 18px;
    color: #858585;
    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;
    font-size: 16px;
    color: #fff
}

.title {
    width: 100%;
    height: auto;
    display: table;
    text-align: center;
}


/* .title i {
	display: inline-block;
	width: 8px;
	height: 26px;
	background-color: #dd3620;
	vertical-align: bottom;
	margin-right: 10px;
}

.title b {
	font-size: 30px;
	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: 50px 0;
    text-align: center;
    margin-top: 20px;
}

.box3 {
    margin-top: 70px;
    padding-bottom: 50px;
}

.box3-box1 {
    width: 1200px;
    height: auto;
    display: table;
    text-align: center;
    margin-top: 30px;
    overflow: hidden;
}

.box3-box1 ul {
    width: 105%;
}

.box3-box1 ul li {
    float: left;
    width: 285px;
    height: auto;
    display: block;
    background-color: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
}

.box3-box1 ul li .box3-item {
    width: 285px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.box3-box1 ul li img {
    display: block;
    width: 285px;
    height: 190px;
}

.box3-box1 ul li h2 {
    font-size: 16px;
    color: #000;
    margin-top: 10px;
    font-weight: bold;
}

.box3-box1 ul li p {
    font-size: 16px;
    color: #464646;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box3-box2 ul li {
    float: left;
    width: 380px;
    height: auto;
    background-color: #fff;
    margin-right: 40px;
    margin-bottom: 20px;
}

.box3-box2 ul li .box3-item2 {
    width: 380px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.box3-box2 ul li img {
    display: block;
    width: 380px;
    height: 253px;
}

.box3-box2 ul li h2 {
    font-size: 16px;
    color: #000;
    margin-top: 10px;
    font-weight: bold;
}

.box3-box2 ul li p {
    font-size: 16px;
    color: #464646;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box3-box3 ul li {
    float: left;
    width: 560px;
    height: auto;
    display: table;
    background-color: #fff;
    margin-right: 70px;
}

.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 h2 {
    font-size: 16px;
    color: #000;
    margin-top: 20px;
    font-weight: bold;
}

.box3-box3 ul li p {
    font-size: 16px;
    color: #464646;
    margin: 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box4 {
    margin-top: 70px;
    /* padding-bottom: 50px; */
}

.box4-box1 {
    width: 1200px;
    height: auto;
    display: table;
    text-align: center;
    margin-top: 30px;
    overflow: hidden;
}

.box4-box1 ul {
    width: 105%;
}

.box4-box1 ul li {
    float: left;
    width: 285px;
    height: auto;
    display: table;
    background-color: #fff;
    margin-right: 20px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px 10px #f9f9f9;
}

.box4-box1 ul li .box4-item {
    width: 285px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.box4-box1 ul li img {
    display: block;
    width: 285px;
    height: 190px;
}

.box4-box1 ul li h2 {
    width: 95%;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 15px auto 0 auto;
}

.box4-box1 ul li p {
    width: 95%;
    font-size: 16px;
    color: #464646;
    margin: 10px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box4-box1 ul li h3 {
    font-size: 16px;
    color: #000;
    overflow: hidden;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.box4-box2 ul li {
    float: left;
    width: 380px;
    height: auro;
    display: table;
    background-color: #fff;
    margin-right: 30px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px 10px #f9f9f9;
}

.box4-box2 ul li .box4-item2 {
    width: 380px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.box4-box2 ul li img {
    display: block;
    width: 380px;
    height: 253px;
}

.box4-box2 ul li h2 {
    width: 95%;
    font-size: 20px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 15px auto 0 auto;
}

.box4-box2 ul li p {
    width: 95%;
    font-size: 16px;
    color: #464646;
    margin: 10px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box4-box2 ul li h3 {
    font-size: 16px;
    color: #000;
    overflow: hidden;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.box4-box3 ul li {
    float: left;
    width: 580px;
    height: auto;
    display: table;
    background-color: #fff;
    margin-right: 40px;
    box-shadow: 0 0 10px 10px #f9f9f9;
}

.box4-box3 ul li .box4-item3 {
    width: 580px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.box4-box3 ul li img {
    display: block;
    width: 580px;
    height: 387px;
}

.box4-box3 ul li h2 {
    width: 95%;
    font-size: 20px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 15px auto 0 auto;
}

.box4-box3 ul li p {
    width: 95%;
    font-size: 16px;
    color: #464646;
    margin: 10px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box4-box3 ul li h3 {
    font-size: 16px;
    color: #000;
    overflow: hidden;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.box5 {
    width: 100%;
    height: auto;
    display: table;
    background-color: #fff;
    padding-bottom: 30px;
}

.box5-box1 {
    margin-top: 40px;
}

.box5-box12 {
    position: relative;
    width: 100%;
    height: auto;
    display: table;
    margin-top: 40px;
}

.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: 20px;
    clear: both;
}

.box5-box22 ul {
    width: 100%;
    text-align: center;
}

.box5-box22 ul li {
    display: inline-block;
    width: 110px;
    height: auto;
    margin-right: 10px;
    text-align: center;
}

.box5-box22 ul li img {
    display: block;
    width: 110px;
    height: 110px;
    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;
    display: table;
    margin-top: 60px;
    padding-bottom: 20px;
}

.mr_frbox {
    position: relative;
}

.box6-box1 {
    width: 1200px;
    height: auto;
    text-align: center;
    margin-top: 30px;
    overflow: hidden;
}

.box6-box1 ul {
    width: 105%;
}

.box6-box1 ul li {
    float: left;
    width: 285px;
    height: auto;
    display: table;
    margin-right: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.box6-box1 ul li img {
    display: block;
    width: 285px;
    height: 190px;
    border-radius: 5px;
    overflow: hidden;
}

.box6-box1 ul li p {
    font-size: 16px;
    color: #464646;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mr_frUl {
    width: 1200px;
    height: 228px;
    overflow: hidden
}

.mr_frBtnL {
    position: absolute;
    width: 44px;
    height: 84px;
    cursor: pointer;
    z-index: 99;
    left: 5px;
    top: 50px;
}

.mr_frBtnR {
    position: absolute;
    width: 44px;
    height: 84px;
    cursor: pointer;
    z-index: 999;
    right: 5px;
    top: 50px
}

.box7 {
    width: 100%;
    height: auto;
    display: table;
    background: #fff;
    padding-bottom: 50px;
}

.box7-box1 {
    width: 1200px;
    height: auto;
    display: table;
    text-align: center;
    margin-top: 70px;
    overflow: hidden;
}

.box7-box1 ul {
    width: 105%;
}

.box7-box1 ul li {
    float: left;
    width: 285px;
    height: auto;
    text-align: center;
    margin: 20px 20px 20px 0;
}

.box7-box1 ul li img {
    display: block;
    width: 285px;
    height: 190px;
    border-radius: 5px;
}

.box7-box1 ul li p {
    font-size: 16px;
    color: #464646;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box8 {
    width: 100%;
    height: auto;
    display: table;
    /*	background: url(../images/bg.jpg) repeat-y center;*/
    padding: 50px 0;
    margin: 50px 0;
}

.box8-box1 {
    width: 100%;
    background: #fff;
    display: table;
    margin-top: 30px;
    padding-top: 50px;
}

.box8-box21 {
    position: relative;
    width: 1130px;
    height: auto;
    display: table;
    /* border: 3px solid #f5c15e; */
    margin: 0 auto;
    padding-bottom: 50px;
    border-top: none;
}

.box8-box1 ul {
    margin-top: 20px
}

.box8-box1 ul li {
    font-size: 14px;
    float: left;
    width: 25%;
    height: auto;
    text-align: left;
    margin-top: 20px;
}

.box8-box2 ul li {
    font-size: 14px;
    float: left;
    width: 33.33%;
    height: auto;
    text-align: left;
    margin-top: 20px;
}
.box8-left ul li,
.box8-right ul li {
    font-size: 16px;
    float: left;
    width: 47%;
    height: auto;
    text-align: left;
    margin-top: 20px;
    padding-left: 3%;
}

.box8-left {
    float: left;
    width: 45%;
    height: auto;
    display: table;
}

.box8-right {
    float: right;
    width: 45%;
    height: auto;
    display: table;
}

.box8-left h2,
.box8-right h2 {
    font-size: 24px;
    font-weight: bold;
    color: #df0006;
    margin-top: 40px;
    margin-left: 20px;
}

.box8-left1,
.box8-right1 {
    margin-top: 30px;
}

.box8-line {
    width: 1070px;
    position: absolute;
    top: 50%;
    left: 4%;
    height: 1px;
    background: #f6c76e;
}

.box8-line1 {
    width: 1px;
    position: absolute;
    top: 5%;
    left: 50%;
    height: 530px;
    background: #f6c76e;
}

.box9 {
    width: 100%;
    height: auto;
    display: table;
    background: #fff;
    padding: 50px 0;
}

.box9-box1 {
    width: 100%;
    height: auto;
    display: table;
    /*	background: url(../images/bg.jpg) repeat-y center;*/
    padding: 50px 0;
}

.box9-box2 {
    width: 100%;
    height: auto;
    display: table;
    background: #fff;
    margin-top: 30px;
}

.box9-box21 {
    position: relative;
    width: 1154px;
    height: auto;
    display: table;
    border: 3px solid #f5c15e;
    margin: 30px auto;
    padding-bottom: 50px;
    border-top: none;
}

.box9-top {
    position: absolute;
    width: 1160px;
    height: 45px;
    top: -2px;
    left: -3px;
    z-index: 99;
    /* background: url(../images/bg-top.jpg) no-repeat center; */
}

.box9-bottom {
    position: absolute;
    width: 1160px;
    height: 45px;
    left: -3px;
    bottom: -3px;
    z-index: 99;
    /* background: url(../images/bg-bottom.jpg) no-repeat center; */
}

.box9-box21 ul li {
    font-size: 18px;
    float: left;
    width: 30.33%;
    height: auto;
    text-align: left;
    margin-top: 20px;
    padding-left: 3%;
}

.box9-box21 ul.box9-list li {
    font-size: 18px;
    float: left;
    width: 30.33%;
    height: auto;
    text-align: left;
    margin-top: 20px;
    padding-left: 3%;
}

.box9-box21 ul.box9-list li h2 {
    font-size: 24px;
    font-weight: bold;
    color: #f36304;
    margin-top: 20px;
    margin-left: 15px;
}

.box9-box21 ul.box9-list li ul li {
    font-size: 18px;
    float: left;
    width: 100%;
    height: auto;
    text-align: left;
    margin-top: 20px;
    padding-left: 3%;
}

.box10 {
    width: 100%;
    height: auto;
    display: table;
    background: #fff;
    padding-top: 10px;
}

.box10_box1 {
    width: 100%;
    height: auto;
    display: table;
    margin: 30px 0;
}

.copy {
    width: 100%;
    height: 130px;
    text-align: center;
    padding: 60px 0 10px 0;
    background: #ff0000;
}

.copy p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.layer-sponsor {
    width: 1200px;
    font-size: 18px;
    color: #282828;
    line-height: 26px;
    text-align: left;
}

.layer-sponsor table tr th {
    color: #3a3a3a;
    font-size: 22px;
}

.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: 20px;
    border: 1px solid #e5e5e5;
}


#back-top {
    position: fixed;
    width: 125px;
    height: 420px;
    background: url(../images/nav-bg.png) no-repeat top right;
    top: 30%;
    right: 50px;
    text-decoration: none;
    z-index: 99999;
}

#back-top a {
    width: 107px;
    display: block;
    height: 32px;
    font-size: 14px;
    color: #1c1c1c;
    line-height: 32px;
    text-align: left;
    padding-left: 20px;
}

#back-top a:hover {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: url(../images/navhover.png) no-repeat top right;
}

#back-top a:nth-child(1) {
    margin-top: 7px;
}

#back-top a:nth-child(2) {
    margin-top: 25px;
}

#back-top a:nth-child(3) {
    margin-top: 30px;
}

#back-top a:nth-child(4) {
    margin-top: 30px;
}

#back-top a:nth-child(5) {
    margin-top: 30px;
}

#back-top a:nth-child(6) {
    margin-top: 30px;
}

#back-top a:nth-child(7) {
    margin-top: 30px;
}