@charset "UTF-8";
* {margin:0;}
.header_container {background-image: url('/images/exhibition_2021_top.jpg');width: 1200px;height: 150px;margin: 0 auto;background-size: contain;position: relative;}
.account {position: absolute;top: 0;right: -96px;background-color: #ae0001;border-radius: 0 0 5px 5px;font-size: 15px;padding: 2px 30px;color: white;}
.account a {color: white;text-decoration: none;}

.nav {background-color: #ae0001;}
.nav ul {list-style: none;margin: 0 auto;width: 1200px;}
.nav li {float: left;padding: 10px 0;position: relative}
.nav .child {display: none;position: absolute;background-color: #ae0001;top: 41px;font-size: 13px;width: 300px;}
.nav .child a {border: 0;padding: 0;}
.nav li:hover .child {display: block;z-index: 5;}
.nav li .child_nav {padding: 5px 2px;}
.nav li .child_nav:hover {background-color: white;}
.nav li .child_nav:hover a {color: black;}
.nav a {color: white;text-decoration: none;border-right: 1px solid white;padding:0 50px;}
.clear:after {content: '';display: block;clear: both;}
.carousel ul {list-style: none;padding: 0;width: 100%;}
.carousel {overflow: hidden;position: relative;}
.carousel li {width: 100%;float: left;}
.carousel img {width: 100%;}
.pagination {position: absolute;z-index: 1;text-align: center;}
.conference ul {list-style: none;padding: 0;}
.conference_body  {width: 1200px;margin: 0 auto;}
.conference {}
.conference .left,.conference .right {width: 50%;float: left;}
.conference .left li {margin-bottom: 7px;}
.conference .right h1 {font-size: 33px;font-weight: 300;text-align: left;margin-bottom: 10px;}
.conference .right h2 {font-size: 14px;font-weight: 600;text-align: left;color: #81cdfa;}
.conference .right p {color: #666666;font-size: 14px;line-height: 1.9;letter-spacing: 1px;margin-bottom: 7px;}
.count_down {font-size: 26px;margin-top: 58px;padding-right: 70px;text-align: left;}
.time {font-size: 30px;}
.conference_people li {float: left;width: 33.3%;text-align: center;}
.conference_people .num {font-size: 31px;color: #faad81;}
.conference_people .desc {font-size: 14px;color: #999;margin-top: 20px;}
.participants {background-color: #f8f8f8;}
.participants_body {width: 1200px;margin: 0 auto;padding: 5px 0;}
.participants_body ul {list-style: none;padding: 0;}
.participants_body h1 {text-align: center;color: #666666;font-size: 31px;font-weight: 600;margin-bottom: 35px;}
.participants_body li {width: 33.33%;float: left;}
.participants_body .item {width: 95%;}
.participants_body img {width: 100%;transform: scale(1);transition: transform 1s ease 0s;}
.participants_body img:hover {transform: scale(0.8);}
.participants_body .item_title {font-size: 30px;color: white;text-align: center;margin-top: 20px;}
.participants_body p {margin-top: 16px;color: #fff;letter-spacing: 1px;font-size: 14px;line-height: 1.9;padding: 0 20px;height: 100px;}
.participants_body li:nth-child(2) {margin-top: 80px;}
.participants_body li:nth-child(3) {margin-top: 30px;}
.paper {margin-top: 13px;}
.paper_body {width: 1200px;margin: 0 auto;}
.paper_body h1 {color: #666666;font-size: 31px;text-align: center;font-weight: 600;margin-bottom: 30px;}
.paper_body .left,.paper_body .right {float: left;width: 46%;padding: 0 20px;}
.paper_body .right {border-left: 1px solid #999999;}
.paper_body h2 {font-size: 24px;font-weight: 500;line-height: 1.1;margin-bottom: 20px;}
.paper_body p {color: #666666;letter-spacing: 1px;font-size: 15px;line-height: 1.7;}
.paper_body .left p {line-height: 2.4;}
.paper_body .right p {line-height: 1.8;}
.ad {padding: 52px 0;}
.ad_body {width: 1200px;margin: 0 auto;}
.ad_body h1 {color: #666666;font-size: 30px;text-align: center;margin-bottom: 50px;font-weight: 600;}
.ad_body .left,.ad_body .right {width: 49%;float: left;}
.ad_body p {color: #666666;letter-spacing: 1px;font-size: 15px;line-height: 1.9;padding-right: 20px;}
.ad_body .right img {width: 100%;}
.hotel {background-color: #f5f5f5;}
.hotel_body {width: 1200px;margin: 0 auto;}
.hotel_body h1 {color: #666666;font-size: 31px;text-align: center;margin-bottom: 1em;font-weight: 600;}
.hotel_body ul {list-style: none;padding: 0;}
.hotel_body li {float: left;width: 33.33%;}
.hotel_body .photo {width: 80%;margin: 0 auto;text-align: center;position: relative;z-index: 1;}
.hotel_body .photo:before {transform: rotate(4deg);top: -7px;z-index: -10;content: "";border-radius: 3px;width: 100%;height: 100%;border: 10px solid #fff;box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);transition: 0.3s all ease-out;position: absolute;left: 0;}
.hotel_body .photo:after {transform: rotate(-4deg);top: 8px;z-index: -20;content: "";border-radius: 3px;width: 100%;height: 100%;border: 10px solid #fff;box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);transition: 0.3s all ease-out;position: absolute;left: 0;}
.hotel_body img {width: 100%;height:250px;border: 10px solid #fff;border-radius: 3px;box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);}
.hotel_body p {text-align: center;color: #999999;font-size: 16px;font-weight: 600;margin: 36px 0;}
.hotel_body .photo:hover:before {transform: rotate(0deg);}
.hotel_body .photo:hover:after {transform: rotate(0deg);}


.sign_body {text-align: center;}
.sign_body a {display: inline-block;border: 1px solid #ae0001;width: 220px;height: 40px;line-height: 40px;text-align: center;border-radius: 10px;color: #ae0001;margin: 20px;font-size: 24px;font-weight: bold;text-decoration: none;}
.history_body {width: 1200px;margin: 0 auto;padding: 26px 0;}
.history_body h1 {color: #666666;font-size: 31px;text-align: center;margin-bottom: 1em;font-weight: 600;}
.history_body ul {list-style: none;padding: 0;display: grid;grid-auto-flow: column;grid-template-columns: 33.33% 33.33% 33.33%;grid-gap: 12px;height: 514px;grid-template-rows: 50% 50%;width: 98%;}
.history_body img {width: 100%;height: 100%;}
.history_body .item1 {grid-row-start:1;grid-row-end:3;}
.ad1 img {width: 100%;margin-top: 22px;}
.ad1 img:nth-child(2) {margin-top: 10px;}
.media {background-color: #eee;padding: 10px 0;}
.media h1 {color: #666666;font-size: 31px;text-align: center;font-weight: 600;height: 60px;line-height: 60px;}
.media_body {width: 1200px;margin: 0 auto;}
.media_body ul {list-style: none;padding: 0;}
.media_body li {width:10%;height:56px;float: left;text-align: center;margin-right: 13px;}
.media_body img {width: 95%;height: 90%;}

.footer {background-color: #282828;padding: 5px 0;color: white;}
.footer_body {width: 1200px;margin: 0 auto;}
.footer .info>li {float: left;width: 24%;}
.footer ul {padding: 0;list-style: none;}
.footer li {margin-bottom: 5px;font-size: 13px;}
.footer .h1 {font-size: 21px;color: #faad81;margin-bottom: 20px;}
.bottom {text-align: center;background-color: black;color: white;padding: 20px 0;}



.seller {width: 1200px;margin: 0 auto;}
.path {height: 50px;line-height: 50px;padding: 0 25px;border-bottom: 1px solid #0060b0;font-size: 14px;color: #676767;}
.path a {color: #8c8989;text-decoration: none;}
.path a span {color: #0060b0;font-size: 16px;}
.people_info .left {float: left;width: 70%;padding-top: 50px;}
.people_info .right {float: right;width: 30%;}
.people_info .left ul {padding: 0;list-style: none;width: 76%;margin: 0 auto;box-shadow: 0 2px 5px 1px rgba(124,124,124,.2);margin-bottom: 30px;color: #666666;}
.people_info .left li {padding: 0 25px;margin: 10px 0;}
.people_info .left li:after {content: '';display: block;clear: both;}
.people_info .left .h1 {text-align: center;font-size: 24px;color: #0060b0;}
.people_info .left .mall {text-align: center;font-size: 14px;color: #0060b0;}

.people_info .left .note {font-size: 13px;line-height: 1.6;}
.people_info .left .label,.people_info .left .input {float: left;height: 50px;}
.people_info .label {width: 100px;position: relative;}

.people_info .require:after {content: "*";position: absolute;right: -15px;top: 0;color: red;display: block;}
.people_info .label span {font-size: 13px;}
.people_info .left .input {margin-left: 30px;position: relative;}
.people_info .left .input input[type="text"] {border: 1px solid #d3d3d3;height: 30px;width: 350px;}
.people_info .left .input textarea {border: 1px solid #d3d3d3;height: 100px;width: 350px;}
.booth .input span {padding-right: 10px;}
.people_info .left input[type="submit"] {height: 30px;padding: 7px 20px;color: white;background-color: #0060b0;font-size: 14px;text-align: center;border: 0;border-radius: 3px;}
.people_info .left .products {height: 120px;}
.people_info .left .line {height: 1px;border-bottom: 1px dashed #d9d9d9;display: inline-block;width: 98%;margin-bottom: -60px;}
.people_info .left .submit {text-align: center;padding-bottom: 30px;padding-top: 60px;}
.people_info .right {color: #333;line-height: 26px;margin-top: 50px;}
.people_info .right h3 {color: white;margin-bottom: 30px;margin-top: 30px;border: 1px solid #0060b0;text-align: center;width: 40%;border-radius: 3px;background-color: #0060b0;font-size: 15px;}
.people_info .view h3 {margin-bottom: 10px;}
.people_info .right span {color: red;}
.top {background-color: #ae0001;border-radius: 50px;padding: 20px 15px;position: fixed;right: 10px;bottom: 10px;color: white;}
.top a {text-decoration: none;color: white;}

.hy_top,.hy_bottom {width: 556px;}
.hy_top {margin-top: 80px;margin-bottom: 10px;}
.hy_top img {width: 100%;}
.hy_bottom img {width: 48.7%;}
.hy_bottom img:nth-child(1) {margin-right: 9px;}












