body,
h1,
h2,
h3,
h4,
p,
dl,
dd,
ul,
ol,
form,
input,
textarea,
th,
td,
select {
	margin: 0;
	padding: 0;
    line-height: 1;
    text-size-adjust: none;
    font-family: "microsoft yahei";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: middle;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

table {
	/* border-collapse: collapse; */
	border: none;
}

input,
textarea {
	outline: none;
}

textarea {
	resize: none;
	overflow: auto;
}
.flex{
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
}
.show{
    display: block !important;
}
@font-face {
    font-family: 'gchw00u'; 
    src: url('gchw00u.ttf'); 
}
.wrap{
    width: 1600px;
    margin: auto;
}
.head{
    height: 400px;
    background: url(../img/head_bg.jpg) no-repeat;
}
.nav{
    display: inline-block;
    text-align: center;
    margin-top: 10px;
    width: 100%;
}
.nav a{
    display: inline-block;
    font-size: 14px;
    margin: 0 8px;
    color: #fff;
}
.slogan_box{
    text-align: center;
    margin-top: 60px;
}
.slogan_box p span{
    position: relative;
    z-index: 1;
}
.slogan_box p:nth-of-type(1) span{
    font-size: 36px;
    font-family: "gchw00u";
    background-image: -webkit-linear-gradient(274deg,#fffefc 40%,#fede9b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 5px;
    color: #fee3aa;
    filter: drop-shadow(0 3px 2px #b8593b);
}
/* .slogan_box p:nth-of-type(1) span::before {
    content: "万物生长"; 
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    text-shadow: 0 4px 5px #f25d19;
} */
.slogan_box p:nth-of-type(2){
    margin-top: 16px;
}
.slogan_box p:nth-of-type(2) span{
    font-size: 55px;
    font-family: "gchw00u";
    background-image: -webkit-linear-gradient(274deg,#fffefc 40%,#fede9b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 14px;
    color: #fee3aa;
    filter: drop-shadow(0 3px 2px #b8593b);
}
/* .slogan_box p:nth-of-type(2) span::before {
    content: "2023观点年度论坛"; 
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    text-shadow: 0 4px 5px #b65639;
} */
.slogan_box p:nth-of-type(3){
    font-size: 22px;
    font-weight: bold;
    margin-top: 24px;
    color: #fff;
    text-shadow: 0 3px 5px #d98b4f;
}
.slogan_box p:nth-of-type(4){
    font-size: 24px;
    font-weight: bold;
    margin-top: 37px;
    color: #fff;
    text-shadow: 0 3px 5px #d98b4f;
}
.main{
    width: 980px;
    margin: auto;
    padding: 0 0 40px;
}
.news{
    width: 1000px;
    margin: 64px auto 0;
}
.news_left{
    width: 486px;
    height: 273px;
}
.news_left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_right{
    width: 486px;
    height: 310px;
}
.sw2{
    position: relative;
}
.sw2 p{
    font-size: 18px;
    bottom: 0;
    padding: 20px 23px;
    line-height: 1.5;
    box-sizing: border-box;
    font-weight: bold;
    color: #fff;
    position: absolute;
    background: linear-gradient(to bottom,transparent,rgba(0,0,0,.8));
    width: 100%;
}
.nr_btn{
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    background: #f0f0f0;
    color: #666666;
}
.nr_btn span{
    flex: 50%;
    padding: 16px 0;
    text-align: center;
}
.nr_box{
    height: 252px;
    overflow-y: auto;
    padding-right: 10px;
    margin-top: 10px;
    display: none;
}
.sele{
    color: #eb824a;
    border-bottom: 5px solid #eb824a;
}
.nr_box a{
    font-size: 16px;
    padding: 14px 18px;
    line-height: 1.5;
    display: block;
    border-bottom: 1px solid #f1f1f1;
    color: #303030;
}
.title {
    font-size: 36px;
    padding: 54px 0 50px;
    color: #d05308;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.excellence {
    position: relative;
    padding: 30px 30px 30px 10px;
}
.intro p:not(:last-of-type), .excellence p:not(:last-of-type) {
    margin-bottom: 12px;
}
.intro p, .excellence p {
    font-size: 14px;
    line-height: 24px;
    padding-left: 30px;
    color: #4e2c2b;
}
.excellence::after{
    content: '';
    position: absolute;
    background: url(../img/excellence_after.png);
    width: 568px;
    height: 194px;
    right: 0;
    bottom: 0;
}
.excellence a{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fdbd6a;
    z-index: 99;
}
.excellence a span{
    display: inline-block;
    padding: 0px 20px;
    height: 32px;
    box-sizing: border-box;
    line-height: 30px;
}
.b1{
    position: relative;
}
.b1_box,.b2_box{
    padding-left: 30px;
}
.b1_box{
    display: none;
}
.b1_left{
    width: 264px;
    height: 370px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
d1{
    font-size: 18px;
    padding: 7px 24px;
    left: 22px;
    top: 257px;
    box-shadow: 2px 2px 10px -4px #333333;
    background: linear-gradient(to right,#e9752d,#f4ca69);
    color: #fefefe;
    font-weight: bold;
    position: absolute;
    transform: skewX(-16deg);
    z-index: 2;
}
d2{
    width: 200px;
    font-size: 12px;
    left: 22px;
    top: 280px;
    line-height: 1.5;
    color: #333333;
    padding: 12px;
    position: absolute;
    transform: skewX(-16deg);
    background: linear-gradient(to right,#cbc4c0,#efefef);
    z-index: 1;
}
:is(d1,d2) :is(span){
    display: inline-block;
    transform: skewX(16deg);
}
.b1_right{
    width: 645px;
    padding-top: 10px;
}
.b1_left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.b1_right a{
    padding-left: 40px;
    display: block;
}
f1{
    font-size: 24px;
    line-height: 1.5;
    color: #d86918;
    font-weight: bold;
    margin-bottom: 30px;
    display: block;
}
f2{
    font-size: 14px;
    line-height: 1.8;
    color: #303030;
    margin-bottom: 32px;
    display: block;
}
.b1_guest{
    position: absolute;
    width: 620px;
    right: 0;
    bottom: 0;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    border-top: 2px solid #d8d8d8;
    padding-left: 26px;
    padding-top: 36px;
}
.guest_con{
    width: 110px;
    height: 150px;
    position: relative;
    cursor: pointer;
    margin-right: 24px;
}
.guest_con img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    object-fit: cover;
}
.b1gs::before{
    top: -39px;
    left: 0;
    right: 0;
    margin: auto;
    width: 27px;
    height: 16px;
    background: url(../img/b1gs_icon.png) no-repeat;
    content: '';
    position: absolute;
    background-color: #fff;
}
.guest_con b{
    font-size: 18px;
    margin-top: 11px;
    display: block;
    text-align: center;
    color: #ea7d2e;
    font-weight: bold;
}
.b2tl{
    width: 412px;
}
.b2tl p{
    display: flex;
    font-size: 14px;
}
.b2tl p:nth-of-type(1){
    margin-bottom: 22px;
}
.b2tl p{
    margin-bottom: 8px;
}
.b2tl b {
    color: #d96c1f;
    width: 70px;
    white-space: nowrap;
}
.b2tl span{
    color: #303030;
    padding-left: 6px;
}
.b2tr{
    width: 500px;
    border-radius: 10px;
    overflow: hidden;
}
.b2tr img{
    width: 100%;
    object-fit: cover;
}
.b2_b{
    margin-top: 50px;
    grid-template-columns: repeat(auto-fill, 14%);
    display: grid;
    grid-template-rows: max-content;
}
.v_left{
	width: 560px;
	height: 380px;
    position: relative;
}
.video_title{
	position: absolute;
	bottom: 10px !important;
	left: 10px !important;
	font-size: 14px !important;
	font-weight: bold;
	color: #fff !important;
}
.pic{
	display: flex;
    height: 100%;
    cursor: pointer;
}
.next_button, .prev_button{
    top: 40% !important;
}
.slider_circle_10 .active{
	width: 480px;
	height: 300px;
	margin: 0;
	left: 50px;
	top: 20px;
	z-index: 99;
	position: relative;
	cursor: pointer;
}
.slider_circle_10 .prev1, .slider_circle_10 .next1{
	top: 10%;
	height: 260px;
	width: 344px;
	background: rgba(0,0,0,.5) !important;
}
.slider_circle_10 .prev1{
	left: 254px;
}
.slider_circle_10 .next1{
	left: 210px;
	margin: 0;
}
.slider_circle_10 {
    position: relative;
    width: inherit;
    height: inherit;
}	
div.slider > div:not(.nav_indicators):not(.next_button):not(.prev_button){
	box-shadow: none;
	border: none;
	/*filter: brightness(0.6);*/
	border-radius: 6px;
}
.prev_button{
	background: url(../img/v_lbtn.png) !important;
    left: -30px !important;
}
.next_button{
	background: url(../img/v_rbtn.png) !important;
	right: -50px !important;
	left: inherit !important;
}
.prev_button,.next_button{
	border: none !important;
	width: 38px !important;
	height: 62px !important;
    border-radius: 0 !important;
}
.prev_button::after,.next_button::after{
	display: none !important;
}
.v_right{
	width: 327px;
	height: 414px;
	padding: 12px 20px 12px 12px;
	float: right;
	box-sizing: border-box;
	background: #e7e7e7;
	overflow: auto;
}
.v_right h3{
	color: #323232;
	margin-bottom: 14px;
	cursor: pointer;
	font-size: 14px;
	text-overflow: ellipsis;
	/* white-space: nowrap; */
	overflow: hidden;
}
.v_right a{
    display: block;
    color: #323232;
    margin-bottom: 14px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    overflow: hidden;
}
				
video{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 9999;
	background: #ccc;
	width: 80%;
	height: 80%;
	display: none;
}
 .observation a img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.observation_box{
   height: 500px;
}
.observation_box {
    /* height: 600px; */
    overflow: auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, 33%);
    grid-template-rows: max-content;
}
.observation_box a {
    width: 304px;
    height: 192px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    margin-bottom: 24px;
}
.observation_box a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -23px;
    margin: auto;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 90%;
    background: linear-gradient(to right,#f9700c,#ffba41);
    /* opacity: .9; */
    padding: 10px 0 32px;
    border-radius: 60px 60px 0 0;
}
.media_box a{
    width: 472px;
    font-size: 16px;
    line-height: 16px;
    color: #322a26;
    box-sizing: border-box;
    padding-left: 26px;
    padding-bottom: 16px;
    position: relative;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 16px;
}
.media_box a::before{
    content: '';
    position: absolute;
    background: url(../img/news_icon.png);
    width: 17px;
    height: 11px;
    top: 5px;
    left: 0;
}
.review_box {
    display: flex;
    overflow-x: auto;
    padding-bottom: 20px;
}
.review_con {
    width: 277px;
    height: 156px;
    box-sizing: border-box;
    padding: 2px;
    background-position: right;
    background-size: cover;
    position: relative;
    flex: none;
    margin-right: 30px;
}
.review_con img {
    width: 100%;
}
.review_con p {
    width: 220px;
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    position: absolute;
    background: linear-gradient(to right,#f9700c,#ffba41);
    font-weight: bold;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -12px;
    padding: 3px 12px;
    text-align: center;
    border-radius: 4px;
}
.group_box{
	width: 941px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	border-radius: 6px;
	box-sizing: border-box;
	padding: 0 29px 32px;
}
.group_con{
	max-width: 450px;
}
.group_con h3{
	color: #4e2c2b;
	font-size: 18px;
	font-weight: bold;
}
.group_con p{
	color: #4e2c2b;
	font-size: 14px;
    line-height: 1.5;
	margin-top: 12px;
}
.group_con img {
    margin: 4px 0;
}
.qrcode{
	margin-top: 12px;
	display: flex;
}
.qrcode div{
	text-align: center;
	margin-right: 20px;
}
.qrcode img{
	width: 100px;
	height: 100px;
}
.qrcode p{
	font-size: 12px;
	text-align: center;
	margin-top: 6px;
}
.footerwrap {
    background: #f49852;
}
.footer {
    width: 1000px;
    margin: auto;
    overflow: hidden;
    padding: 10px 0;
}
.footer_l {
    float: left;
    width: 20%;
	margin-top: 60px;
}
.footer_r {
    float: right;
    width: 80%;
}
.footer_r li {
    list-style: none;
    float: left;
    text-indent: 24px;
    color: white;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 60px;
}
.side {
    position: fixed;
    background: #f08f4f;
    font-size: 18px;
    color: #fefefe;
    font-weight: bold;
    box-sizing: border-box;
    padding: 22px 8px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    margin: 494px 0px 0 1430px;
    transform: skewY(-15deg);
    box-shadow: -3px 9px 0px -3px #ffe285;
}
/* .side::after{
    content: '';
    position: absolute;
    background: #ffe285;
    width: 100%;
    height: 20px;
    z-index: -1;
    bottom: -7px;
    left: 0;
} */
.side a{
    font-size: 18px;
    font-weight: bold;
    display: block;
    color: #ffffff;
}
.side_box{
    transform: skewY(15deg);
}
.side hr{
    border-color: #ebcb93;
    margin: 20px 0;
}
@media only screen and (max-width: 1600px){
    .wrap{
        width: 100%;
        min-width: 1160px;
    }
    .side{
        right: 0;
    }
}