/*.top_nav{
	background-color: #fff!important;
}
.top_nav li span>a{
	color: rgba(8, 30, 66, 1)!important;
}*/

.content1_con{
	padding-top: 180px;
	display: flex;
	justify-content: center;
}
.content1_con>div{
	width: 50%;
	box-sizing: border-box;
}

.content1_con .d1{
	padding-right: 82px;
}
.content1_con .d1>img{
	display: block;
	float: right;
}
.content1_con .d2 .p1{
	margin: 30px 0 80px;
}
.content1_con .d2 .p2{
	width: 465px;
	margin-bottom: 60px;
}
.an_btn{
    width: 220px;
    height: 88px;
    border-radius: 2px;
    border: 1px solid rgba(237,43,43,1);
    display: block;
    color: rgba(237,43,43,1);
    overflow: hidden;
    text-align: center;
    margin-top: 70px;
}
.an_btn:hover{
	background: rgba(237, 43, 43, 1);
	color: #fff;
}
.an_btn .s1{
	font-size:18px;
	font-family:Roboto-Medium;
	font-weight:500;
	line-height:21px;
	margin-top: 21px;
    display: block;
}
.an_btn .s2{
	font-size:16px;
	font-family:Roboto-Regular;
	font-weight:400;
	line-height:19px;
}

.content2{
	/*height:780px;*/
	background:-webkit-gradient(linear, 100% 0, 0 0, from(rgba(235,211,166,1)), to(rgba(176,142,93,1)));
	background:-webkit-linear-gradient(180deg, rgba(235,211,166,1) 0%, rgba(176,142,93,1) 100%);
	background:-moz-linear-gradient(180deg, rgba(235,211,166,1) 0%, rgba(176,142,93,1) 100%);
	background:-o-linear-gradient(180deg, rgba(235,211,166,1) 0%, rgba(176,142,93,1) 100%);
	background:linear-gradient(180deg, rgba(235,211,166,1) 0%, rgba(176,142,93,1) 100%);
	padding: 160px 0;
	
}
.content2>h3{
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}
.content2 .p1{
	text-align: center;
	color: #fff;
	line-height:24px;
}
.content2_con{
	display: flex;
	justify-content: center;
	margin-top: 130px;
}

.content2_con>div{
	margin: 0 150px;
	text-align: center;
}

.content2_con>div>img{
	
}
.da_btan{
	width:200px;
	height:60px;
	background:rgba(1,7,17,1);
	border-radius:6px;
	border:1px solid rgba(1,7,17,1);
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.content2_con>div .p1{
	margin: 26px 0 15px;
}
.da_btan img{
	width: 30px;
	margin-right: 14px;
}
.da_btan .p2{
	font-size:11px;
	font-family:Roboto-Regular;
	font-weight:400;
	color:rgba(244,245,247,1);
	line-height:13px;
}
.da_btan .p3{
	font-size:18px;
	font-family:Roboto-Medium;
	font-weight:500;
	color:rgba(255,255,255,1);
	line-height:21px;
}
.content3{
	padding: 160px 0;
}
.content3>h3{
	text-align: center;
	margin-bottom: 30px;
}
.content3_con>div{
	display: flex;
	margin-top: 50px;
}
.con_3_text{
	font-size:18px;
	font-family:Roboto-Regular;
	font-weight:400;
	color:rgba(8,30,66,1);
	line-height:28px;
	width:770px;
	text-align: center;
	margin: 0 auto 160px;
}
.content3_con>div p {
	width: 600px;
	box-sizing: border-box;
	padding-left: 80px;
	padding-right: 80px;
}
.content3_con>div .p1{
	font-size:20px;
	font-family:Roboto-Regular;
	font-weight:400;
	color:rgba(8,30,66,1);
	line-height:26px;
	margin-bottom: 10px;
	background: url(../images/download/dg_red.svg) no-repeat 52px 8px;
	
}
.content3_con>div .p2{
	font-size:16px;
	font-family:Roboto-Regular;
	font-weight:400;
	color:rgba(122,134,154,1);
	line-height:24px;
}
.content4{
	padding: 120px 0;
	background: #F4F5F7;
}

.content4>h3{
	text-align: center;
	width: 739px;
    display: block;
    margin: 0 auto 140px;
}
.content4_con>div{
	width: 400px;
	height: 130px;
	box-sizing: border-box;
	float: left;
	text-align: center;
}

.content4_con>div:nth-child(1){
	background: url(../images/download/pc_icon.svg) no-repeat center 8px;
}
.content4_con>div:nth-child(2){
	background: url(../images/download/ap_gard.svg) no-repeat center top;
	border-left: 1px solid #7A869A;
	border-right: 1px solid #7A869A;
}
.content4_con>div:nth-child(3){
	background: url(../images/download/and_gard.svg) no-repeat center 2px;
}

.content4_con>div .a1{
	font-size:18px;
	font-family:Roboto-Regular;
	font-weight:400;
	color:rgba(122,134,154,1);
	line-height:24px;
	margin-top: 104px;
    display: inline-block;
}
.content4_con_btn{
	margin-top: 120px;
	display: flex;
	justify-content: center;
	
}
.content4_con_btn a{
	width:200px;
	height:48px;
	border-radius:2px;
	font-size:16px;
	font-family:Roboto-Regular;
	font-weight:400;
	line-height:48px;
	text-align: center;
	border:1px solid rgba(237,43,43,1);
	margin: 0 30px;
}
.content4_con_btn a:nth-child(1){
	color:rgba(237,43,43,1);
}
.content4_con_btn a:nth-child(2){
	background:rgba(237,43,43,1);
	color: #fff;
}
