body {
	color:#DACFCB;
}

.bg-img {
	position: fixed;
	top: 0;
	z-index: -1;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url(../img/bgs.jpg);
	background-size: 100%;
}

img {
	max-width: 100%;
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.box {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.banner-section {
	margin-top: 70px;
}

.sj_banner {
	display: none;
}

.landing-page>div {
	padding: 50px 0;
}
.navs.add_bg,
.sj-header-main.add_bg{
	background:  rgba(0, 0, 0, .9);
}

/*澶撮儴*/

.navs {
	position: fixed;
	width: 100%;
	height: 70px;
	top: 0;
	left: 0;
	z-index: 10;
	background: #000988;
}

.nav_left {
	float: left;
	width: 120px;
	margin-top: 11.5px;
}

.nav_right {
	float: right;
}

.nav_right ul {
	height: 70px;
}

.nav_right ul li {
	float: left;
	width: 90px;
	height: 100%;
	text-align: center;
	line-height: 70px;
	font-size: 16px;
	cursor: pointer;
	box-sizing: border-box;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.nav_right ul li:hover {
	background: #fcb117;
	color: #fff;
}

.actives {
	background: #fcb117;
	color: #FFFFFF;
}

.sj-header-content {
	height: 70px;
	padding: 15px 0;
	box-sizing: border-box;
}

.menu_icons {
	display: none;
	float: right;
	width: 30px;
	margin-top: 10px;
	cursor: pointer;
}

.menu_icons span {
	display: block;
	width: 100%;
	height: 2px;
	background: #FFFFFF;
	margin: 10px 0;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.sj-header{
	display: none;
}
.sj-header .sj-header-content a {
	float: left;
	width: 100px;
}

.menus_icon {
	float: right;
	width: 30px;
	cursor: pointer;
}

.menus_icon span {
	display: block;
	width: 100%;
	height: 2px;
	background: #FFFFFF;
	margin: 8px 0;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.sj-header-main {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(20, 36, 87, .9);
	z-index: 20;
}

.sj-list-content {
	display: none;
	position: fixed;
	top: 70px;
	left: 0;
	width: 100%;
	padding: 0 5%;
	height: calc(100vh - 50px);
	background:  rgba(0, 0, 0, .9);
	z-index: 2000;
	box-sizing: border-box;
}

.sj-list li {
	line-height: 50px;
	padding: 0 10px;
	font-size: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.menus_icon.on span:first-child {
	transform: rotate( -45deg);
	-webkit-transform: rotate( -45deg);
	-ms-transform: rotate(-45deg);
	margin-bottom: 0px;
}

.menus_icon.on span:nth-child(2) {
	display: none;
}

.menus_icon.on span:last-child {
	transform: rotate( 45deg);
	-webkit-transform: rotate( 45deg);
	-ms-transform: rotate(45deg);
	margin-top: -1px;
}
.menus_icon.on{
	margin-top: 12px;
}

/*鏂伴椈*/

.new-content-left {
	float: left;
	width: 48%;
}

.new-content-right {
	float: right;
	width: 48%;
}

.new-content-title img,
.new-content-title span {
	display: inline-block;
	vertical-align: middle;
}

.new-content-title img {
	width: 40px;
}

.new-content-title span {
	font-size: 30px;
	font-weight: bold;
}
.new-content-title{
	background: #c7000b;
	padding: 5px 10px;
}
.new-more{
	float: right;
	margin-top: 10px;
	line-height: 20px;
	color: #fff;
}
.new-more:hover {
    color: #fcb117;
}
.new-content-right ul li {
	border-bottom: 1px dashed #DACFCB;
	margin-top: 20px;
}
.new-content-right ul li:hover .list-content{
	color: #fcb117;
}
.new-content-right .new-content-list {
	font-size: 18px;
	font-weight: bold;
	color: #fcb117;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new-content-right .list-content {
	height: 40px;
	color: #DACFCB;
	margin: 11px 0 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news_slick .slick-dots {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 100%;
	text-align: right;
}

.news_slick .slick-dots li {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 3px;
	cursor: pointer;
	background: none;
}

.news_slick .slick-dots button {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	opacity: .8;
	transition: all .5s;
	-webkit-transition: all .5s;
	outline: none;
}

.news_slick .slick-active button {
	background: #000000;
	opacity: .7;
	color: #FFFFFF;
}

.new-consulting-content {
	background: #c7000b;
	line-height: 45px;
	padding: 0 15px;
	color: #DACFCB;
	font-size: 20px;
	font-weight: bold;
}

.new-consulting-content a {
	display: block;
	color: #DACFCB;
	font-size: 14px;
	text-align: center;
	float: right;
	font-weight: normal;
}

.new-consulting-content a:hover {
	color: #fcb117;
}

.new-consulting {
	margin-top: 28px;
}

.new-consulting ul li a {
	display: block;
	line-height: 45px;
	box-sizing: border-box;
	border-bottom: 1px dashed #DACFCB;
	color: #DACFCB;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.new-consulting ul li a:hover {
	color: #fcb117;
}

.new-consulting ul li a .new-text {
	float: left;
	width: calc(100% - 60px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new-consulting ul li a .new-data {
	float: right;
}


/*end*/


/*鑳屾櫙*/

.content_title {
	margin-bottom: 40px;
}

.content_title h3 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	position: relative;
	color: #DACFCB;
}
.content_title h6{
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	color: #fcb117;
}
.content_title h3:after,
.content_title h3:before {
	content: '';
	width: 60px;
	height: 1px;
	background: #DACFCB;
	display: inline-block;
	margin: 0px 20px;
	vertical-align: middle;
}

.bbs_background_content p {
	line-height: 26px;
	color: #DACFCB;
	margin-bottom: 10px;
	text-indent: 2em;
}

.bbs_background_content p:last-child {
	margin-bottom: 0;
}

.bbs_background_img {
	margin-top: 20px;
}

.bbs_background_img img {
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.bbs_background_img .bbs-img-left:hover img,
.bbs_background_img .bbs-img-right:hover img {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.bbs-img-left {
	float: left;
	width: 49%;
	margin-right: 2%;
	overflow: hidden;
}

.bbs-img-right {
	float: left;
	width: 49%;
	overflow: hidden;
}


/*浜偣*/

.bright-spot-content li {
	float: left;
	width: 32%;
	height: 160px;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 15px;
	background: #0e3aa4;
	color: #333333;
	margin-right: 2%;
	margin-bottom: 20px;
	box-shadow: rgb(9 140 255 / 20%) 0px 0px 10px;
	-webkit-box-shadow: rgb(9 140 255 / 20%) 0px 0px 10px;
	-moz-box-shadow: rgba(9, 140, 255, .2) 0px 0px 10px;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.bright-spot-content li:hover {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

.bright-spot-title {
	font-size: 20px;
	color: #f9d50d;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.bright-spot-text {
	margin-top: 25px;
	line-height: 22px;
	color: #DACFCB;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.bright-spot-content li:nth-child(3n) {
	margin-right: 0;
}

.bg-border {
	border-top: 1px solid rgba(59, 73, 119, .3);
}


/*鏃ョ▼*/

.schedule-of-table table {
	float: left;
	width: 100%;
}

.schedule-of-table .table-two {
	float: right;
}

.schedule-of-table table tr th,
.schedule-of-table table tr td {
	border: 1px solid #0e3aa4;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
}

.schedule-of-table .table-two tr th,
.schedule-of-table .table-two tr td {
	border: 1px solid #0e3aa4;
}

.schedule-of-table table tr td p {
	margin: 4px 0;
}

.schedule-of-table table tr td span{
	display: block;
	text-align: left;
	padding: 0 10px;
}

.schedule-of-table table tr th {
	color: #DACFCB;
}


/*end*/


/*鍙備細鍢夊*/

.forum-guests-content ul li {
	float: left;
	width: 20%;
}

.forum-guests-content ul li {
	text-align: center;
	margin-bottom: 20px;
}

.forum-guests-content ul li .forum-guests-img {
	display: inline-block;
	padding: 10px;
	overflow: hidden;
}

.forum-guests-img img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
}

.forum-guests-name p {
	margin: 5px 0;
}

.forum-guests-name p:nth-child(2) {
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.forum-guests-name p:first-child {
	font-size: 20px;
}


/*end*/


/*澶ц禌濂栭」*/

.contest-awards-table table {
	width: 100%;
}

.contest-awards-table table tr th,
.contest-awards-table table tr td {
	border: 1px solid #ffffff;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
}

.contest-awards-table table tr td p {
	line-height: 26px;
}

.contest-awards-table table tr td p span {}

.contest-awards-table table tr th {
	color: #FFFFFF;
}

.contest-awards-list {
	margin-top: 30px;
}

.contest-awards-list li {
	float: left;
	width: 49%;
	margin-right: 2%;
}

.contest-awards-list li:last-child {
	margin-right: 0;
}


/*end*/

.note {
	color: red;
	font-size: 16px;
	margin-top: 10px;
}


/*鑱斿姩灞曚細鍙傝*/

.visit-content li {
	float: left;
	margin-right: 2%;
	width: 32%;
	border: 1px solid #dedede;
	box-sizing: border-box;
	border-radius: 4px;
	overflow: hidden;
	transition: all .3s ease 0s;
	background: #FFFFFF;
}

.visit-content li:hover {
	border: 1px solid #1A5D83;
}

.visit-content-main {
	min-height: 232px;
	box-sizing: border-box;
}

.visit-content li:nth-child(3n) {
	margin-right: 0;
}

.visit-content-main {
	padding: 15px;
}

.visit-content-title {
	text-align: center;
	font-size: 18px;
	margin-bottom: 15px;
	color: #1A5D83;
	font-weight: bold;
}

.visit-content-list {
	line-height: 26px;
}


/*璐圭敤*/
.schedule-of-table,
.landing-page-table{
	overflow-x: auto;
}
.schedule-of-table table,
.landing-page-table table{
	min-width: 800px;
	width: 100%;
}
.landing-page-table table tr th,
.landing-page-table table tr td {
	padding: 15px;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	border: 1px solid #0e3aa4;
	line-height: 25px;
}

.landing-page-table table tr th {
	color: #DACFCB;
}

.landing-page-table table p {
	text-align: left;
}

.costs-that {
	margin-top: 20px;
}

.costs-that-title {
	font-size: 18px;
	font-weight: bold;
}

.costs-that-number>div {
	font-size: 14px;
	margin-top: 8px;
}

.costs-that-number p {
	text-indent: 2em;
	font-size: 14px;
	line-height: 28px;
}

.costs-that-note div {
	font-size: 16px;
	color: red;
	font-weight: bold;
}

.costs-that-note p {
	text-indent: 2em;
	color: red;
	line-height: 26px;
}
/*end*/

/*璇︽儏椤�*/
.pro-content {
	color: #333;
	/*font-family: "Microsoft YaHei", '寰蒋闆呴粦', "Arial";*/
}
.pro-content img{
	max-width: 100%;
}
.pro-content .time{
    position: absolute;
    bottom: 10px;
    right: 0;
    color: #666666;
    font-size: 13px;
}
.pro-content .editor {
    font-size: 16px;
    line-height: 2;
    color: #333333;
    padding: 30px;
}
.pro-content .newtitle {
    position: relative;
    font-size: 20px;
    line-height: 1.8;
    text-align: center;
    padding-bottom: 50px;
    border-bottom: 1px solid #dddddd;
}
.pro-content .returns {
    border-top: 1px solid #dddddd;
    padding-top: 50px;
}
.pro-content .return_href {
    float: right;
    border-radius: 5px;
    background: #333333;
    padding: 0px 15px 3px 15px;
    font-size: 17px;
    color: #fff;
    line-height: 50px;
}
.pro-content .return_href img {
    width: 30px;
    margin-right: 10px;
}
.pro-content {
	padding: 20px 0 50px;
}
.pro-content .box{
	padding: 30px;
	border-radius: 4px;
	background: #FFFFFF;
	box-sizing: border-box;
}
/*璧勮椤�*/
.information{
	padding: 50px 0;
	box-sizing: border-box;
}
.brand{
	padding-top: 50px;
}
.information-title a,
.brand a{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 14px;
}
.information-title a:hover,
.brand a:hover{
	color: #fcb117;
}
.information-content{
	margin: 20px 0 50px;
}

.information-title h3{
	position: relative;
	font-size: 30px;
	color: #feb729;
	font-weight: bold;
	padding-left: 20px;
}
.information-title h3:before{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	content: '';
	width: 5px;
	height: 90%;
	background: #feb729;
	display: inline-block;
	vertical-align: middle;
}
.information-content ul li{
	padding: 30px;
	box-sizing: border-box;
	background: #FFFFFF;
	border-radius: 4px;
	margin-bottom: 30px;
	box-shadow: rgb(9 140 255 / 20%) 0px 0px 10px;
	-webkit-box-shadow: rgb(9 140 255 / 20%) 0px 0px 10px;
	-moz-box-shadow: rgba(9, 140, 255, .2) 0px 0px 10px;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.information-content ul li>a:hover{
	color: initial;
}
.information-content ul li:hover {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
.information-content ul li:last-child{
	margin-bottom: 0;
}
.information-content ul li a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.information-content-img{
	width: 30%;
    float: left;
    box-sizing: border-box;
    transition: all .4s;
    -webkit-transition: all .4s;
    overflow: hidden;
}
.information-content-img img{
	transition: all .4s;
    -webkit-transition: all .4s;
}
.information-content-img:hover img{
	transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.information-content-text{
	width: 65%;
    float: right;
    color: #333333;
    margin-top: 10px;
}
.information-content-one{
	font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.information-content-two{
	margin: 30px 0;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.information-content-details span{
	color: #142457;
}
.information-content-details span:hover{
	color: #feb729;;
}
.pagetion {
    text-align: center;
}
.pagetion a {
	display: inline-block;
    font-family: 'arial';
    margin: 5px;
    background: #FFFFFF;
    padding: 5px 9px;
    font-size: 14px;
    color: #666;
    box-shadow: 1px 1px 3px rgb(255 255 255 / 50%);
}
.pagetion a:hover, 
.pagetion a.on {
    background: #feb729;
    color: #FFFFFF;
}
/*鍦ㄧ嚎鎶ュ悕*/

.cost-information {
	/*background: url(../img/bg3.jpg) no-repeat;*/
	/*background-size: cover;*/
}

.cost-information .content_title h3 {
	color: #DACFCB;
}

.cost-information .content_title h3:after,
.cost-information .content_title h3:before {
	background: #DACFCB;
}

.cost-left,
.cost-right {
	float: left;
	width: 47.5%;
	box-sizing: border-box;
}

.cost-left {
	padding-right: 5%;
	margin-right: 5%;
	margin-top: 30px;
}

.cost-right {
	border-left: 1px solid #DACFCB;
}

.cost-left li {
	margin-bottom: 20px;
	box-sizing: border-box;
	overflow: hidden;
}

.cost-left li:last-child {
	margin-bottom: 0;
}

.cost-left li select {
	width: 49%;
	background: #FFFFFF;
	border-radius: 4px;
	font-size: 14px;
}

.cost-left li input,
.cost-left li select {
	height: 40px;
	box-sizing: border-box;
	padding: 0 15px;
	color: #666666;
	-webkit-appearance: none;
}

.cost-left .star {
	font-size: 0;
}

.cost-left .star input {
	width: 49%;
	background: #FFFFFF;
	border-radius: 4px;
	margin-right: 2%;
	margin-bottom: 20px;
	font-size: 14px;
}

.cost-left .star input:nth-child(2n) {
	margin-right: 0;
}

.cost-left .star input:nth-child(3),
.cost-left .star input:nth-child(4) {
	margin-bottom: 0;
}

.cost-left li .sub {
	width: 100%;
	border-radius: 4px;
	background: #0e3aa4;
	color: #FFFFFF;
}

.cost-left li input::-webkit-input-placeholder {
	color: #666;
}

.cost-left li input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #666;
}

.cost-left li input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #666;
}

.cost-left li input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #666;
}

.scan-code {
	text-align: center;
}

.scan-code-title {
	font-size: 16px;
	color: #FFFFFF;
	padding: 20px 0;
}

.scan-code-img {
	width: 180px;
	height: 180px;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px;
	background: #FFFFFF;
}

.scan-code-img img {
	width: 100%;
	height: 100%;
	margin-bottom: 20px;
}


/*鍘嗗眾鍙備細浼佷笟灞曠ず*/

.successive-content table {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.successive-content tr td {
	border: 1px solid #2368A9;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}
.costs-that-number a{
	color: #fcb117;
}
.costs-that-number a:hover{
	color: #0595C7;
}
/*鐣欒祫妗�*/

.banner-box {
	position: relative;
}

.online_registration {
	width: 100%;
	height: 70px;
}

.online_registration .box {
	height: 70px;
	padding: 0;
}

.online_registration_title {
	width: 15%;
	box-sizing: border-box;
	line-height: 60px;
	padding: 10px;
	background: #3641AD;
	border-radius: 15px 15px 0 0;
	color: #fff;
	text-align: center;
	font-size: 18px;
	float: left;
	margin-top: -10px;
	font-weight: bold;
}

.online_registration ul {
	float: right;
	width: 78%;
	margin-right: 3.5%;
}

.online_registration ul li {
	position: relative;
	width: 18%;
	margin: 15px 2% 15px 0;
	float: left;
}

.online_registration_title {
	width: 15%;
	box-sizing: border-box;
	line-height: 60px;
	padding: 10px;
	background: #2368A9;
	border-radius: 15px 15px 0 0;
	color: #fff;
	text-align: center;
	font-size: 18px;
	float: left;
	margin-top: -10px;
	font-weight: bold;
}

.online_registration ul .text1,
.online_registration ul li select {
	background: #FFFFFF;
	color: #333333;
	line-height: 40px;
	padding: 0 15px;
	height: 40px;
	width: 100%;
	box-sizing: border-box;
	border: 0;
	border-radius: initial;
	-webkit-appearance: none;
}

.online_registration ul li:last-child {
	margin-right: 0;
}

.online_registration ul .sub {
	line-height: 40px;
	height: 40px;
	background: #2368A9;
	color: #FFFFFF;
	text-align: center;
	font-size: 15px;
	padding: 0;
	border: 0;
	width: 100%;
	cursor: pointer;
}


/*绮惧僵鐬棿*/

#moment-img li {
	margin: 10px;
}

.index_project_list .slick-arrow.next {
	right: 20px;
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}

.index_project_list .slick-arrow {
	width: 40px;
	height: 40px;
	position: absolute;
	border-radius: 50%;
	top: 50%;
	margin-top: -20px;
	background: url(../img/lefts.png) no-repeat center;
	cursor: pointer;
	z-index: 9;
	background-color: rgb(0, 0, 0, .3);
}

.index_project_list .slick-arrow.prev {
	left: 20px;
}
/*搴曢儴*/
.moment-video .moment-video-content{
	float: left;
	width: 30%;
}
/*鑱旂郴鎴戜滑*/
.contact-us li {
	position: relative;
    height: 350px;
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    padding: 40px;
}

.contact-us li:after{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	content: '';
    width: 1px;
    height: 80%;
    background: rgba(59, 73, 119, 1);
    display: inline-block;
    vertical-align: middle;
}
.contact-us li:last-child:after{
	display: none;
}
.contact-us .titles {
    font-size: 25px;
    color: #feb729;
    margin-bottom: 35px;
}
.contact-us .t1 {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 15px;
}
.contact-us .t2 {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.footer_box {
	padding-top: 50px;
}
.footer-content{
	padding-bottom: 30px;
}
.footer_box .left {
	float: left;
	width: 80%;
	color: #DACFCB;
}

.footer_box .left .iphone_none {
	font-weight: bold;
	font-size: 20px;
}
.organizer-text-unit{
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.organizer-text{
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	padding-bottom: 15px;
}
.unit-content{
	/*padding-left: 20px;*/
}
.footer_box .left .organizer {
	font-size: 14px;
}

.footer_box .left .organizer span {
	display: inline-block;
	vertical-align: middle;
}
.unit-content i{
	display: inline-block;
	vertical-align: middle;
	height: 15px;
	width: 1px;
	background:rgba(255, 255, 255, .5);
	margin: 0 5px;
}
.footer_box .right {
	float: right;
	width: 20%;
	margin-top: 80px;
	font-size: 12px;
	color: #DACFCB;
	line-height: 30px;
	text-align: center;
}

.bg-borders {
	border-top: 1px solid rgba(255, 255, 255, .3);
}

.organizer {
	margin: 20px 0;
}

.copyrights-pc {
	color: #feb729;
}
.copyrights-pc a {
	color: #feb729;
}
.copyrights-pc a,
.copyrights-pc span,
.copyrights-pc em{
	display: inline-block;
	vertical-align: middle;
}
.footer_box .right img {
	max-width: 100px;
}
@media screen and (min-width: 580px) {
	.three {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.six {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 6;
		-webkit-box-orient: vertical;
	}
}

@media screen and (min-width: 960px) {
	.bright-spot-content li:hover .bg {
		height: 100%;
	}
}
@media screen and (max-width: 1200px) {
	.content_title h3,
	.new-content-title span {
		font-size: 24px;
	}
	.new-content-title img {
		width: 30px;
	}
	.new-content-right .new-content-list {
		font-size: 16px;
	}
	.nav_right ul li{
		width: 72px;
		font-size: 15px;
	}
	.information-title h3{
		font-size: 24px;
	}
	.information{
		padding: 40px 0;
	}
	.information-content-one{
		font-size: 18px;
	}
	.information-content-two{
		font-size: 14px;
	}
	.information-content-two{
		margin:  20px 0;
	}
	.information-content-text{
		margin-top: 0;
	}
	.contact-us li{
		padding: 20px;
	}
}

@media screen and (max-width: 960px) {
	.cost-left {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.cost-right {
		width: 100%;
		border: none;
		margin-top: 30px;
	}
	.banner-box {
		margin-top: 70px;
	}
	.bright-spot-content li .bright-spot-left,
	.bright-spot-content li .bright-spot-right {
		width: 100%;
	}
	.pc-header {
		display: none;
	}
	.sj-header {
		display: block;
	}
	.forum-guests-content ul li{
		width: 25%;
	}
	.pro-content .box{
		padding: 20px;
	}
	.pro-content .newtitle {
	    position: relative;
	    font-size: 17px;
	    padding-bottom: 35px;
	    width: 90%;
	    margin: auto;
	}
	.pro-content .editor{
		padding: 10px;
		font-size: 14px;
	}
	.pro-content .returns{
		padding-top: 20px;
	}
	.pro-content .return_href {
		float: left;
	    font-size: 14px;
	    line-height: 40px;
	    padding: 0 10px;
	}
	.pro-content{
		padding: 40px 0;
	}
}

@media screen and (max-width: 750px) {
	#line22 {
		border-top: 1px solid rgba(59, 73, 119, .3);
	}
	.pc_banner {
		display: none;
	}
	.sj_banner {
		display: block;
	}
	.online_registration .box {
		padding-top: 15px;
	}
	.online_registration {
		position: relative;
		padding-bottom: 15px;
	}
	.online_registration .box,
	.online_registration {
		height: auto;
	}
	.online_registration_title {
		display: none;
	}
	.online_registration ul {
		float: none;
		width: 100%;
		height: auto;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.online_registration ul li {
		width: 100%;
	}
	.online_registration ul .text1,
	.online_registration ul li select {
		border: 1px solid #DEDEDE;
		-webkit-appearance: none;
	}
	.new-content-left,
	.new-content-right {
		width: 100%;
	}
	.new-content-right {
		margin-top: 20px;
	}
	.new-consulting-content {
		font-size: 16px;
	}
	.bright-spot-content li {
		width: 49%;
	}
	.bright-spot-content li:nth-child(2n) {
		margin-right: 0;
	}
	.schedule-of-table table tr th,
	.schedule-of-table table tr td {
		font-size: 14px;
	}
	.forum-guests-img img{
		width: 100px;
		height: 100px;
	}
	.footer_box .left,
	.footer_box .right{
		float: none;
		width: 100%;
	}
	.footer_box .right{
		margin-top: 0;
	}
	.footer_box{
		padding-top: 30px;
	}
	.footer_box .left .iphone_none{
		font-size: 16px;
	}
	.footer_box .right img{
		margin-bottom: 10px;
	}
	.cost-left{
		margin-top: 20px;
	}
	.information-content ul li{
		padding: 20px;
	}
	.information-content-img{
		width: 100%;
	}
	.information-content-text{
		width: 100%;
	}
	.information-content-text{
		margin-top: 20px;
	}
	.information-title h3{
		font-size: 20px;
	}
	.information{
		padding: 30px 0;
	}
	.contact-us li{
		margin-top: 20px;
		float: none;
		width: 100%;
		padding: 0;
		height: auto;
		border-bottom: 1px dashed rgba(255, 255, 255, .3);
	}
	.contact-us li:last-child{
		border: none;
	}
	.contact-us .titles {
	    font-size: 19px;
	    margin-bottom: 15px;
	}
	.contact-us .t1 {
	    font-size: 16px;
	}
	.contact-us .t2 {
	    font-size: 15px;
	    line-height: 21px;
	    margin-bottom: 20px;
	}
	.contact-us li:after{
		display: none;
	}
}

@media screen and (max-width: 580px) {
	.content_title h3 {
		font-size: 20px;
	}
	.landing-page>div {
		padding: 30px 0;
	}
	.content_title {
		margin-bottom: 15px;
	}
	.bbs_background_img li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.bbs_background_img li:last-child {
		margin-bottom: 0;
	}
	.content_title h3:after,
	.content_title h3:before {
		width: 20px;
	}
	.bright-spot-content li {
		width: 100%;
	}
	.visit-content li {
		width: 100%;
		margin-bottom: 20px;
	}
	.visit-content li:last-child {
		margin-bottom: 0;
	}
	.bbs_background_img li p {
		font-size: 14px;
	}
	.successive-content tr td {
		font-size: 12px;
	}
	.scan-code-img {
		width: 100px;
		height: 100px;
	}
	.bright-spot-content li .bright-spot-right .three {
		height: auto;
	}
	.bright-spot-content li .bright-spot-left,
	.bright-spot-content li .bright-spot-right {
		width: 100%;
	}
	.bright-spot-content li {
		margin-bottom: 20px;
	}
	.bright-spot-content li:nth-child(5) {
		margin-bottom: 20px;
	}
	.bright-spot-content li:last-child {
		margin-bottom: 0;
	}
	.bright-spot-title {
		font-size: 17px;
	}
	.schedule-of-table table tr th,
	.schedule-of-table table tr td,
	.contest-awards-table table tr th,
	.contest-awards-table table tr td,
	.landing-page-table table tr th,
	.landing-page-table table tr td {
		font-size: 14px;
	}
	.contest-awards-list li {
		width: 100%;
		margin-bottom: 20px;
	}
	.contest-awards-list li:last-child {
		margin-bottom: 0;
	}
	.bbs-img-left,
	.bbs-img-right {
		width: 100%;
	}
	.bbs-img-left {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.forum-guests-img img{
		width: 80px;
		height: 80px;
	}
	.forum-guests-name p:first-child{
		font-size: 16px;
	}
	.forum-guests-content ul li{
		width: 50%;
	}
	.new-content-title span {
		font-size: 20px;
	}
	.information-content{
		margin: 20px 0 30px
	}
	.copyrights-pc{
		margin-top: 10px;
		text-align: center;
		font-size: 14px;
	}
}