@charset "utf-8";
/* CSS Document */
body {
  text-align: center;
  font-family: "微软雅黑";
  /* [disabled]font-size: 16px; */
  color: #3f3b3b;
  line-height: 25px;
}

#center {
  text-align: center;
  vertical-align: middle;
  height: 200px;
  line-height: 200px;
  width: 400px;
  border: #000000 dotted 1px;
}
.banner-box {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.banner-box > .banner-inner {
  position: relative;
  width: 100%;
  overflow: visible;
  margin: 0 auto;
}
.banner-box > .banner-inner > .banner {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0 auto;
}
#top {
  width: 100%;
  height: 60px;
  /* display:block;*/
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  right: 0px;
  top: 0px;
  position: fixed; /*固定定位*/
  z-index: 9999;
  color: #ffffff;
  line-height: 15px;
  z-index: auto;
}
#top1 {
  background: #ffffff;
  height: 500px;
  width: 100%;
  margin: 0 auto;
  background: url(../images/banner.jpg) no-repeat center top;
}
.samepart *{
	box-sizing: border-box;
}
a {
  color: #0f657b;
}
a:link {
  color: #095481;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #095481;
}
a:hover {
  text-decoration: underline;
  color: #d90313;
}
a:active {
  text-decoration: none;
  color: #095481;
}

.dis-f {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dis-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dis-c {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contnr {
  width: 100%;
  height: 647px;
  background: url(../images/bg1.jpg) no-repeat center top;
  box-sizing: border-box;
}
.samepart {
  padding-top: 42px;
}
.samepart .bttitle {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 0px;
  color: #3980bd;
  margin-bottom: 70px;
}
.samepart .bttitle span {
  color: #ff7326;
}
.samepart .bttitle p {
  margin: 0;
  position: relative;
  padding-bottom: 25px;
}
.samepart .bttitle p::before {
  content: "";
  width: 115px;
  height: 11px;
  background-color: #3980bd;
  border-radius: 6px;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.samepart .bttitle p:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #bfbfbf;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  border-radius: 3px;
  z-index: 1;
}
.samepart .content{
  width: 1013px;
  margin: 0 auto;
}
.contnr .content {
  height: 348px;
  background: url(../images/icon5.png) no-repeat;
  background-size: 100%;
  border-radius: 20px;
}
.contnr .content.active{
  background-image: url(../images/icon6.png);
}
.contnr .tabbox {
  color: #3980bd;
}
.contnr .tabbox > div {
  width: 50%;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 24px;
  line-height: 56px;
	cursor: pointer;
}
.contnr .tabbox > div span {
  font-size: 23px;
  width: 26px;
  height: 26px;
  background-color: #3980bd;
  border-radius: 2px;
  margin-right: 6px;
  color: #ffffff;
}
.contnr .tabbox > div.active {
  color: #ffffff;
}
.contnr .tabbox > div.active span {
  background-color: #ff7326;
}
.contnr .tabcontent .txt{
  margin-top: 0;
}
.contnr .tabcontent>div{
	padding: 55px;
	display: none;
}
.contnr .tabcontent>div.active{
	display: flex;
}
.contnr .tabcontent img{
	margin-right: 54px;
	flex-shrink: 0;
}
.contnr .tabcontent .tabcontent1 p{
  font-family: "AlibabaPuHuiTiRegular";
		font-size: 22px;
	line-height: 22px;
	color: #4d4d4d;
	margin: 0 0 15px 0;
}
.contnr .tabcontent .tabcontent1 p:last-child{
	margin-bottom: 0;
}
.contnr .tabcontent .tabcontent1 p em{
  font-family: "AlibabaPuHuiTiBold";
	font-style: normal;
	line-height: 22px;
	color: #3980bd;
	margin-right: 10px;
}
.contnr .tabcontent .tabcontent2{
	padding-right: 0;
	align-items: stretch;
}
.contnr .tabcontent .tabcontent2 img{
	margin-right: 37px;
}
.contnr .tabcontent .tabcontent2 .txt{
	flex-wrap: wrap;
	align-content:space-between;
}
.contnr .tabcontent .tabcontent2 p{
	width: 50%;
	text-align: left;
	 font-family: "AlibabaPuHuiTiRegular";
		font-size: 22px;
	line-height: 30px;
	color: #4d4d4d;
	margin: 0;
}
.contnr .tabcontent .tabcontent2 p em{
  font-family: "AlibabaPuHuiTiBold";
	font-style: normal;
	line-height: 22px;
	color: #3980bd;
	margin-bottom: 10px;
	display: block;
}
.project{
	background: #ffffff;
  padding-bottom: 91px;
}
.project ul{
  flex-wrap: wrap;
}
.project li{
	width: 315px;
	height: 303px;
	background: url(../images/icon1.png) no-repeat;
	background-size: 100%;
	list-style: none;
	padding: 43px 0 0 0;
}
.project li:nth-child(1),
.project li:nth-child(2),
.project li:nth-child(3){
  margin-bottom: 56px;
}
.project li p{
	margin: 0;
}
.project li:nth-child(2n){
	background-image: url(../images/icon2.png);
}
.project li .top{
  font-family: "AlibabaPuHuiTiBold";
		font-size: 25px;
	line-height: 25px;
	color: #3980bd;
	text-align: left;
  margin-bottom: 35px;
  padding-left: 37px;
}
.project li:nth-child(2n) .top{
  color: #c08d1f;
}
.project li .top img{
	margin-right: 20px;
	flex-shrink: 0;
}
.project li .top em{
  font-family: "AlibabaPuHuiTiRegular";
	display: block;
	font-size: 22px;
	margin-top: 10px;
	line-height: 22px;
	font-style: normal;
}
.project li .txt{
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 22px;
	line-height: 36px;
	color: #4d4d4d;
  text-align: center;
}
.honor{
  background: url(../images/bg2.jpg) no-repeat;
  background-position: top center;
  height: 491px;
  box-sizing: border-box;
}
.honor .bttitle{
  color: #ffffff;
}
.honor .bttitle p::before{
  background: #ff7326;
}
.honor ul{
  flex-wrap: wrap;
}
.honor li{
  width: 303px;
  height: 61px;
  font-family: "AlibabaPuHuiTiMedium";
  	font-size: 20px;
	line-height: 29px;
	color: #ffffff;
  list-style: none;
}
.honor li:nth-child(1),
.honor li:nth-child(2),
.honor li:nth-child(3){
  margin-bottom: 37px;
}
@font-face {
  font-family: "AlibabaPuHuiTiRegular";
  src: url(../font/AlibabaPuHuiTi-Regular.ttf);
}
@font-face {
  font-family: "AlibabaPuHuiTiMedium";
  src: url(../font/AlibabaPuHuiTi-Medium.ttf);
}
@font-face {
  font-family: "AlibabaPuHuiTiBold";
  src: url(../font/AlibabaPuHuiTi-Bold.ttf);
}
