body,
h1,
h2,
h3,
h4,
p,
dl,
dd,
ul,
ol,
form,
input,
textarea,
th,
td,
select {
	margin: 0;
	padding: 0;
}

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;
}

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

input,
textarea {
	outline: none;
}

textarea {
	resize: none;
	overflow: auto;
}

/*body{font-family: "Hiragino Sans GB","Microsoft YaHei","PingHei","Lucida Grande", "Lucida Sans Unicode","Helvetica","Arial","Verdana","sans-serif"; }*/
body {
	text-align: justify;
	text-justify: inter-ideograph;
	font-family: "microsoft yahei";
}
.clearf::after {
	content: '';
	display: block;
	clear: both;
}
.show {
	display: block !important;
}
.flex{
	display: flex !important;
}
.wrap {
	position: relative;
	width: 1600px;
	margin: auto;
}
.head{
	display: inline-block;
	height: 380px;
	width: 100%;
	background: url(../img/head_bg.png) no-repeat;
	background-size: cover;
	position: relative;
}
.best100_logo{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -80px;
}
.name_box{
	text-align: center;
	max-width: 1100px;
	display: flex;
	justify-content: space-around;
	margin: 190px auto 0;
	padding-right: 64px;
	box-sizing: border-box;
}
.pride_name{
	font-size: 37px;
	font-weight: bold;
	color: #713e19;
	position: relative;
}
.nav{
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(255,193,86,.52);
	text-align: center;
}
.nav a{
	font-size: 16px;
	color: #713e19;
	padding: 9px 0;
	display: inline-block;
	margin: 0 11px;
}
.main{
	width: 1180px;
	margin: auto;
	background-color: #fffdf5;
	padding: 40px 72px 70px;
	box-sizing: border-box;
}
.intro{
	display: flex;
	justify-content: space-between;
}
.intro_left{
	width: 492px;
	height: 328px;
	position: relative;
}
.intro_left img{
	height: 100%;
}
.sw1p,.sw2p{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto auto;
}
.intro .swiper-pagination-bullet-active,.pride .swiper-pagination-bullet-active{
	background: #f7a118 !important;
}
.intro .swiper-pagination-bullet,.pride .swiper-pagination-bullet{
	background: #e0e0e0;
	width: 11px;
	height: 11px;
	margin: 0 6px;
	opacity: 1;
}
.intro_right{
	width: 510px;
	position: relative;
}
.title{
	margin-top: 63px;
	margin-bottom: 52px;
	display: flex;
	align-items: center;
}
.intro .title{
	margin: 0 auto 34px !important;
}
.title_text{
	font-size: 24px;
	color: #e0741c;
	font-weight: bold;
	white-space: nowrap;
}
.title_line{
	width: 100%;
	height: 3px;
	background: #ffe7a8;
	margin-left: 5px;
	position: relative;
}
.title_line::after{
	content: '';
	position: absolute;
	background: url(../img/title_after.png);
	width: 46px;
	height: 37px;
	top: -24px;
	right: -30px;
}
.intro_text_box{
	height: 260px;
	overflow: hidden;
}
.small_text p{
	font-size: 12px;
	color: #2a1f16;
	line-height: 24px;
}
.small_text p:not(:last-child){
	margin-bottom: 24px;
}
.more{
	color: #ea5413;
	font-size: 12px;
	position: absolute;
	right: 0;
	bottom: -20px;
	cursor: pointer;
}
.hd_box_style{
	overflow: auto !important;
	height: auto !important;
}
.pride_left{
	/* width: 667px; */
	position: relative;
}
.pride_text_box{
	min-height: 310px;
}
.slogan{
	font-size: 18px;
	color: #c15234;
	font-weight: bold;
	margin-bottom: 27px;
}
.pride_box{
	display: flex;
	justify-content: space-between;
}
.pride_right{
	width: 256px;
	height: 364px;
	position: relative;
}
.pride_right::before,.pride_right::after{
	content: '';
	position: absolute;
	width: 46px;
	height: 46px;
}
.pride_right::before{
	background: url(../img/i_before.png);
	bottom: -22px;
	left: -22px;
}
.pride_right::after{
	background: url(../img/i_after.png);
	top: -22px;
	right: -23px;
}
.sw2p{
	bottom: -28px !important;
}
.sw2{
	box-shadow: 3px 3px 8px 0px rgb(157 125 49 / 75%);
}
.project_box{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.project_left{
	width: 490px;
}
.big_img{
	width: 100%;
	height: 288px;
	overflow: hidden;
	position: relative;
}
.big_img img{
	min-width: 100%;
}
.big_img::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/big_img_before.png);
	width: 153px;
	height: 110px;
	z-index: 99;
}
.big_img .project_name{
	font-size: 18px;
	position: absolute;
	width: 100%;
	bottom: 18px;
	background: rgba(255,238,204,.81);
	padding: 7px 0;
}
.project_detail{
	background: #fff7e3;
	padding: 33px;
	margin-top: 15px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	min-height: 350px;
	display: none;
}
.project_name{
	color: #803011;
	font-weight: bold;
	text-align: center;
}
.project_right{
	width: 501px;
	padding: 16px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #fff7e3;
	min-height: 652px;
	align-content: baseline;
}
.small_con{
	width: 222px;
	height: 148px;
	cursor: pointer;
	margin-bottom: 56px;
}
.small_con img{
	width: 100%;
	height: 100%;
	min-height: 100%;
}
.project_right .project_name{
	font-size: 14px;
	margin-top: 10px;
}
.report_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.report_con{
	padding: 23px;
	box-sizing: border-box;
	width: 488px;
	background: #fff7e3;
	margin-bottom: 22px;
}
.report_title{
	font-size: 18px;
	color: #c15234;
	font-weight: bold;
	margin-bottom: 20px;
}
.about_best100_box,.about_gia_box{
	padding: 0 40px;
	box-sizing: border-box;
}
.to_best100_box{
	text-align: center;
}
.to_best100{
	display: inline-block;
	padding: 6px 28px;
	margin: 22px 0 0;
	color: #FFF7E3;
	background: #F7A118;
	border-radius: 8px;
	box-shadow: 0 0 8px 2px #cccccc;
	font-size: 15px;
}
.footerwrap {
    background: #e0741c;
}
.footer {
    width: 1180px;
    margin: auto;
    overflow: hidden;
    padding: 10px 0;
}
.footer_l {
    float: left;
    width: 20%;
    margin-top: 3%;
}
.footer_r {
    float: right;
    width: 80%;
}
.footer_r li {
    list-style: none;
    float: left;
    text-indent: 24px;
    color: white;
    font-size: 12px;
	line-height: 24px;
    margin-top: 60px;
}

@media screen and (max-width:1600px) {
	.wrap{
		width: 100%;
		min-width: 1180px;
	}
	.head{
		background-size: cover;
		background-position: center;
	}
	.name_box{
	}
	.pride_name,.nav{
		white-space: nowrap;
	}
}

@media screen and (max-width:1320px){
	.wrap{
		min-width: 1080px;
	}
	.main{
		width: 1080px;
		padding: 40px 30px 70px;
	}
	.footer {
		width: 100%;
		margin-top: 20px;
	}
	.footer_l {
		width: 100%;
		text-align: center;
	}
	.footer_r {
		float: right;
		width: 96%;
		padding: 0 2%;
	}
}

@media screen and (max-width:700px){
	.wrap{
		width: 100%;
		min-width: auto;
	}
	.small_text p:not(:last-child) {
	    margin-bottom: 18px;
	}
	.title_line::after{
		right: -10px;
	}
	.main>*{
		max-width: 100%;
	}
	.name_box{
		flex-wrap: wrap;
		padding: 0;
		margin: 130px auto 0;
	}
	.pride_name{
		font-size: 16px;
	}
	.best100_logo{
		top: -170px;
		width: 50%;
	}
	.head{
		height: 325px;
	}
	.nav{
		overflow: auto;
	}
	.main{
		width: 100%;
		padding: 30px 22px;
	}
	.intro,.pride_box,.project_box{
		flex-wrap: wrap;
	}
	.intro .title {
	    margin: 40px auto 34px !important;
	}
	.intro_left{
		width: 100%;
	}
	.intro_right{
		width: 100%;
	}
	.pride_right{
		width: 100%;
	}
	.sw2{
		max-width: 256px;
		margin-top: 70px;
	}
	.pride_right::before, .pride_right::after{
		display: none;
	}
	.project_left{
		width: 100%;
	}
	.big_img{
		overflow: hidden;
	}
	.project_right{
		width: 100%;
	}
	.small_con{
		flex: 0 0 48%;
	}
	.small_con img{
		width: 100%;
	}
}