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;
}
*{-webkit-text-size-adjust: none;}
/*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: "Noto sans SC";
}
.clearf::after {
	content: '';
	display: block;
	clear: both;
}
.show {
	display: block !important;
}
.flex{
	display: flex !important;
}
.wrap {
	position: relative;
	width: 1600px;
	margin: auto;
}
.head{
	height: 312px;
	background:url(../img/head.jpg);
	position: relative;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
	color: #ffffff;
}
.slogan p:nth-of-type(1){
	font-size: 36px;
	font-weight: bold;
	margin: 70px auto 0;
}
.slogan p:nth-of-type(2){
	font-size: 47px;
	font-weight: bold;
	margin-bottom: 30px;
}
.slogan p:nth-of-type(3){
	font-size: 20px;
	margin-bottom: 6px;
}
.slogan p:nth-of-type(4){
	font-size: 20px;
}
.nav{
	background: #19676c;
	text-align: center;
}
.nav a{
	font-size: 18px;
	color: #ffffff;
	display: inline-block;
	vertical-align: top;
	margin: 0 30px;
	padding: 2px 0;
}
.main{
	width: 1100px;
	margin: auto;
	padding-top: 83px;
	background: #fcfcfc;
	padding: 83px 60px 60px;
	box-sizing: border-box;
}
.main p{
	color: #2a383a;
	font-size: 14px;
	line-height: 22px;
}
.intro{
	display: flex;
	justify-content: space-between;
	padding: 0 40px;
}
.intro_left{
	width: 463px;
}
.title{
	color: #189eb1;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 68px auto 46px;
}
.research img{
}
.result_box{
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.result_con{
	width: 315px;
	text-align: center;
	margin: 0 12px;
}
.result_con h1{
	background: #28ad4b;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border-radius: 50px;
	padding: 6px 0;
	margin-bottom: 10px;
}
.news_box{
	display: flex;
	justify-content: space-between;
}
.news_left{
	width: 473px;
	height: 308px;
	border-radius: 10px;
    position: relative;
}
.news_left img{
	width: 100%;
}
.news_left p{
    position: absolute;
    bottom: 0;
    left:0;
    color: #ffffff;
    padding: 6px 12px;
    box-sizing: border-box;
    background: #2a383ac4;
    width: 100%;
    text-align: center;
}
.news_right{
	width: 445px;
	height: 316px;
	overflow: auto;
	padding-right: 12px;
}
.news_right a{
	padding-bottom: 16px;
	border-bottom: 1px solid #fcfcfc;
	display: block;
	margin-bottom: 20px;
}
.news_right h1{
	font-size: 16px;
	color: #2a383a;
	margin-bottom: 6px;
	font-weight: bold;
}
.group h1{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
}
.group_box{
	display: flex;
	justify-content: space-between;
}
.group_left{
	width: 400px;
}
.group_left img{
	margin: 6px 12px;
}
.group_right{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.group_right h1{
	flex-basis: 100%;
}
.img_con{
	width: 100px;
	margin: 0 4px;
}
.img_con p{
	font-size: 12px;
	text-align: center;
}
.img_con img{
	width: 100%;
}
.img_box{
	display: flex;
}
.footerwrap {
    background: #1a86a0;
}
.footer {
    width: 1000px;
    margin: auto;
    overflow: hidden;
    padding: 30px 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;
    margin-top: 60px;
}