/*示例1*/
#move_port{
  position: fixed;
  left: 0;
  top:0;
  cursor: pointer;
  z-index: 10000;//调整层级
}

.objrow{
	display: flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-left: 3vw;
	margin-right: 3vw;
	padding:80px 0;
}
.objrow-content{
	width: 24%;
}
.objrow-content-title{
	font-weight: bold;
    font-size: 50px;
    color: #000;
    line-height: 60px;
}
.objrow-content-title span{
	font-size: 16px;
    color: #000;
    line-height: 60px;
	font-weight: 400;
}
.objrow-content-desc{
	font-size: 16px;
    color: #000;
    line-height: 30px;
}

.objrow1{
	display: flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-left: 2vw;
	margin-right: 2vw;
	padding:0 0 40px 0;
}
.objrow1-content{
	width: 23%;
}
.objrow1-content-imgdiv{
	overflow: hidden;
}
.objrow1-content img{
	width:100%;
	display: inline-block;
    transition: all .8s ease-out;
}
.objrow1-content a img:hover{
	transform: scale(1.1);
}
.objrow1-content-title{
	font-weight: bold;
    font-size: 30px;
    color: #000;
    line-height: 60px;
}
.objrow1-content-desc{
	font-size: 16px;
    color: #000;
    line-height: 30px;
}

.objrow2-top h3{
	font-size:35px;
	border:none;
	margin-top:40px;
	margin-bottom:20px;
	color:#000;
}
.objrow2-top h3 a{
	color:#000;
}
.objrow2-top h3 a:hover{
	color:#FF7616;
}
.objrow2-top h3 span{
	color:red;
}
.objrow2-menu-left h4{
	font-size:24px;
	margin-top:20px;
	padding-left:40px;
	color:#000;
	font-weight: bold;
	line-height: 0px;
	border:none;
}
.objrow2-menu-left h4 span{
	font-size: 18px;
	font-weight: bold;
}
.objrow2-menu-left h4 span em{
	width:20px;
	height:20px;
	background:red;
	color:red;
	font-size: 14px;
	font-style:normal;
}
.objrow2-menu{
	display: flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-left: 2vw;
	margin-right: 2vw;
	margin-top:5px;
	margin-bottom:5px;
}
.objrow2-menu-content{
	margin-right: 40px;
	z-index:1000;
}
.objrow2-menu-content ul li{
	float: left;
    padding: 0 4px;
    font-size: 14px;
    line-height: 40px;
}
.objrow2-menu-content ul li a{
    color:#000;
}
.objrow2-menu-content ul li a:hover{
    color:#FF7616;
}

.objrow3{
	background:url("../image/obj04.jpg");
	height:auto;
}
.objrow3-menu{
	display: flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-left: 2vw;
	margin-right: 2vw;
}
.objrow3-menu-content{
	z-index:1000;	
}
.objrow3-menu-content ul{
	padding:40px;
}
.objrow3-menu-content ul li{
	float: left;
    padding: 0 8px;
    font-size: 18px;
    line-height: 40px;
    color: #000;
}
.objrow3-menu-content ul .ative{
	border-bottom: 1px solid red;
}
.objrow3-menu-content ul li a{
	color:#000;
}
.objrow3-menu-content ul li a:hover{
	color:#FF7616;
}
.objrow3-menu-left h3{
	padding:40px;
	font-size:30px;
	color:#000;
}
.objrow3-menu-left h3 a{
	color:#000;
}
.objrow3-menu-left h3 a:hover{
	color:#FF7616;
}
.objrow3-menu-left h3 span{
	font-size:24px;
}
.objrow3-menu-left h3 span em{
	color:red;
	font-style:normal;
}

.objrow4{
	padding:80px 0 40px 0;
}
.objrow4-top{
	padding:0 0 80px 0;
}
.objrow4-top h3{
	font-size:35px;
	color:#000;
	border-bottom:0px;
}
.objrow4-top h3 span{
	color:red;
}
.objrow4-content{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
	margin-left: 2vw;
    margin-right: 2vw;
}
.objrow4-content .partner{
	width: 17%;
    margin-bottom: 2vw;
    border: 1px solid #E5E5E5;
    margin-left: 2.4vw;
}
.objrow4-content .partner img{
	width:100%;
}