@charset "utf-8";
/* reset */
*{
    margin:0;
    padding:0;
    list-style:none;
    box-sizing: border-box;
    outline: none;
}
html,body{
    width: 100%;
    font-family:"PingFang SC","Helvetica Neue",Helvetica,"Microsoft YaHei",Tahoma,Arial;
    font-size:14px;
    background-color:#fff;
    color: #000;
}
p{
    line-height: 1.9;
}
input{
    text-indent: 10px;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
.pc{
	display: block;
}
.yd{
	display: none;
}
.ydlogo,.ydgb{
	display: none;
}
.screen{
	width: 1920px;
	margin:0 auto;
}
.nav-btn{
	display: none;
}
.same_mod1{
	width:100%;
	height: 137px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.same_mod1 .logo{
	width:95px;
}
.same_mod1 .nav_list{
    margin-left: 90px;
}
.same_mod1 .nav_list ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.same_mod1 .nav_list ul li{
    margin: 0 15px;
    width:157px;
    height:69px;
    border-radius: 35px;
}
.same_mod1 .nav_list ul li a{
    color: #000;
    font-size: 24px;
    display: block;
    line-height: 69px;
    text-align: center;
}
.same_mod1 .nav_list ul li.active{
    background-color: #97bc66;
}
.same_mod1 .nav_list ul li.active a{
    color:#fff;

}
.same_mod1 .nav_list ul li:hover{
    background-color: #97bc66;
}
.same_mod1 .nav_list ul li:hover a{
    color:#fff;
}
.same_mod2{
	width: 100%;
	margin: 153px 0px;
}
.same_mod2 .same_mod2_top{
	width: 100%;
    height: 169px;
    background-color: #97bc66;
}
.same_mod2 .same_mod2_top .inner{
    width:100%;
    padding:0px 160px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:100%;
    font-size: 24px;
    color:#fff;
}
.same_mod2 .same_mod2_top .inner .footerleft{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.same_mod2 .same_mod2_top .inner .footerleft img{
    width:72px;
    margin-right: 122px;
}
.same_mod2 .same_mod2_top .inner .phone{
    display: flex;
    align-items: center;
}
.same_mod2 .same_mod2_top .inner .phone img{
    width:233px;
    margin-right: 32px;
}
.same_mod2 .same_mod2_center{
    width:100%;
    padding:89px 160px 100px 160px;
}
.same_mod2 .same_mod2_center ul{
    display: flex;
    justify-content: space-between;
}
.same_mod2 .same_mod2_center ul li .t{
    font-size: 37px;
    margin-bottom: 22px;
}
.same_mod2 .same_mod2_center ul li a{
    display: block;
    font-size: 24px;
    margin-bottom: 15px;
    color:#000;
}
.same_mod2 .same_mod2_bottom .code{
    text-align: center;
    font-size: 19px;
}
.same_mod3{
	font-weight: normal;
	font-size: 45px;
}
.same_mod3 span{
	font-size: 32px;
	padding-left: 4px;
}

@media only screen and (max-width: 1920px){
	.screen{
		width: 100%;
		margin:0 auto;
	}

}

@media only screen and (max-width: 1680px){
	.same_mod1{
		height: 120px;
	}
	.same_mod1 .logo{
		width:83px;
	}
	.same_mod1 .nav_list{
	    margin-left: 79px;
	}
	.same_mod1 .nav_list ul li{
	    margin: 0 13px;
	    width:137px;
	    height:60px;
	    border-radius: 30px;
	}
	.same_mod1 .nav_list ul li a{
	    font-size: 21px;
	    line-height: 60px;
	}
	.same_mod2{
		margin: 143px 0px;
	}
	.same_mod2 .same_mod2_top{
	    height: 148px;
	}
	.same_mod2 .same_mod2_top .inner{
	    padding:0px 140px;
	    font-size: 21px;
	}
	.same_mod2 .same_mod2_top .inner .footerleft img{
	    width:63px;
	    margin-right: 107px;
	}
	.same_mod2 .same_mod2_top .inner .phone img{
	    width:228px;
	    margin-right: 29px;
	}
	.same_mod2 .same_mod2_center{
	    padding:78px 140px 95px 140px;
	}
	.same_mod2 .same_mod2_center ul li .t{
	    font-size: 32px;
	    margin-bottom: 18px;
	}
	.same_mod2 .same_mod2_center ul li a{
	    font-size: 21px;
	    margin-bottom: 13px;
	}
	.same_mod2 .same_mod2_bottom .code{
	    font-size: 16px;
	}
	.same_mod3{
		font-size: 39px;
	}
	.same_mod3 span{
		font-size: 26px;
	}

}
@media only screen and (max-width: 1440px){
   .same_mod1{
		height: 103px;
	}
	.same_mod1 .logo{
		width:71px;
	}
	.same_mod1 .nav_list{
	    margin-left: 68px;
	}
	.same_mod1 .nav_list ul li{
	    margin: 0 11px;
	    width:118px;
	    height:52px;
	    border-radius: 30px;
	}
	.same_mod1 .nav_list ul li a{
	    font-size: 18px;
	    line-height: 52px;
	}
	.same_mod2{
		margin: 122px 0px;
	}
	.same_mod2 .same_mod2_top{
	    height: 127px;
	}
	.same_mod2 .same_mod2_top .inner{
	    padding:0px 120px;
	    font-size: 18px;
	}
	.same_mod2 .same_mod2_top .inner .footerleft img{
	    width:54px;
	    margin-right: 92px;
	}
	.same_mod2 .same_mod2_top .inner .phone img{
	    width:224px;
	    margin-right: 25px;
	}
	.same_mod2 .same_mod2_center{
	    padding:67px 120px 81px 120px;
	}
	.same_mod2 .same_mod2_center ul li .t{
	    font-size: 28px;
	    margin-bottom: 16px;
	}
	.same_mod2 .same_mod2_center ul li a{
	    font-size: 18px;
	    margin-bottom: 11px;
	}
	.same_mod2 .same_mod2_bottom .code{
	    font-size: 14px;
	}
	.same_mod3{
		font-size: 34px;
	}
	.same_mod3 span{
		font-size: 24px;
	}

}
@media only screen and (max-width: 1366px){
   .same_mod1{
		height: 97px;
	}
	.same_mod1 .logo{
		width:68px;
	}
	.same_mod1 .nav_list{
	    margin-left: 64px;
	}
	.same_mod1 .nav_list ul li{
	    margin: 0 9px;
	    width:112px;
	    height:49px;
	    border-radius: 25px;
	}
	.same_mod1 .nav_list ul li a{
	    font-size: 17px;
	    line-height: 49px;
	}
	.same_mod2{
		margin: 116px 0px;
	}
	.same_mod2 .same_mod2_top{
	    height: 120px;
	}
	.same_mod2 .same_mod2_top .inner{
	    padding:0px 114px;
	    font-size: 17px;
	}
	.same_mod2 .same_mod2_top .inner .footerleft img{
	    width:51px;
	    margin-right: 87px;
	}
	.same_mod2 .same_mod2_top .inner .phone img{
	    width:223px;
	    margin-right: 23px;
	}
	.same_mod2 .same_mod2_center{
	    padding:63px 114px 77px 114px;
	}
	.same_mod2 .same_mod2_center ul li .t{
	    font-size: 26px;
	    margin-bottom: 15px;
	}
	.same_mod2 .same_mod2_center ul li a{
	    font-size: 17px;
	    margin-bottom: 10px;
	}
	.same_mod2 .same_mod2_bottom .code{
	    font-size: 13px;
	}
	.same_mod3{
		font-size: 32px;
	}
	.same_mod3 span{
		font-size: 22px;
	}

}
@media only screen and (max-width: 1280px){
    .same_mod1{
		height: 91px;
	}
	.same_mod1 .logo{
		width:63px;
	}
	.same_mod1 .nav_list{
	    margin-left: 60px;
	}
	.same_mod1 .nav_list ul li{
	    margin: 0 8px;
	    width:105px;
	    height:46px;
	    border-radius: 25px;
	}
	.same_mod1 .nav_list ul li a{
	    font-size: 16px;
	    line-height: 46px;
	}
	.same_mod2{
		margin: 109px 0px;
	}
	.same_mod2 .same_mod2_top{
	    height: 113px;
	}
	.same_mod2 .same_mod2_top .inner{
	    padding:0px 107px;
	    font-size: 16px;
	}
	.same_mod2 .same_mod2_top .inner .footerleft img{
	    width:48px;
	    margin-right: 81px;
	}
	.same_mod2 .same_mod2_top .inner .phone img{
	    width:221px;
	    margin-right: 22px;
	}
	.same_mod2 .same_mod2_center{
	    padding:59px 107px 72px 107px;
	}
	.same_mod2 .same_mod2_center ul li .t{
	    font-size: 24px;
	    margin-bottom: 13px;
	}
	.same_mod2 .same_mod2_center ul li a{
	    font-size: 16px;
	    margin-bottom: 8px;
	}
	.same_mod2 .same_mod2_bottom .code{
	    font-size: 12px;
	}
	.same_mod3{
		font-size: 30px;
	}
	.same_mod3 span{
		font-size: 21px;
	}

}
@media only screen and (max-width: 960px){
	p {
	    line-height: 1.8;
	}
	.pc{
		display: none;
	}
	.yd{
		display: block;
	}
    .same_mod1{
    	justify-content: space-between;
	    padding: 0px 17px;
	    height: 48px;
	    position: relative;
	    width: 100%;
    }
    .same_mod1 .logo {
	    width: 28px;
	}
	.nav-btn {
	    display: block;
	    width: 17px;
	}
	.same_mod1 .nav_list{
		display: none;
		width: 100%;
		position: fixed;
	    left: 0;
	    right: 0;
	    top: 0px;
	    z-index: 999;
	    background-color: #fff;
	    margin-left: 0px;
	    height: 100vh;
	    overflow: hidden;
	    transition: all 0.5s;
	}
	.same_mod1 .nav_list ul{
		flex-wrap: wrap;
   		background-color: #FFFFFF;
	}
	.same_mod1 .nav_list ul li{
		width: 100%;
	}
	.same_mod1 .nav_list ul li:hover{
		background-color: #FFFFFF;
	}
	.same_mod1 .nav_list ul li.active{
	    background-color: #FFFFFF;
	}
	.same_mod1 .nav_list ul li a {
	    font-size: 13px;
	    line-height: 46px;
	    text-align: left;
	    padding-left:37px;
	}
	.same_mod1 .nav_list ul li.active a {
	    color: #000;
	}
	.same_mod1 .ydlogo{
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}
	.same_mod1 .ydlogo .logo{
	    width: 28px;
	}
	.same_mod1 .ydgb{
	    display: flex;
	    justify-content: flex-end;
	    padding-right: 17px;
	    align-items: center;
	}
	.same_mod1 .ydgb .guanbi{
	    width: 10px;
	    cursor: pointer;
	}
	.same_mod2{
		margin: 20px 0px;
	}
	.same_mod2 .same_mod2_top{
		padding:10px;
		height: auto;
	}
	.same_mod2 .same_mod2_top .inner{
		padding: 0px;
   		flex-wrap: nowrap;
   		font-size: 9px;
	}
	.same_mod2 .same_mod2_top .inner .footerleft{
		width: auto;
	}
	.same_mod2 .same_mod2_top .inner .footerleft img{
		margin-right: 10px;
		width: 20px;
	}
	.same_mod2 .same_mod2_top .inner .phone{
		color: #FFFFFF;
		width: auto;
	}
	.same_mod2 .same_mod2_top .inner .phone img{
		margin-right: 6px;
		width: 120px;
	}
	.same_mod2 .same_mod2_top .inner .phone span{
		color: #FFFFFF;
	}
	.same_mod2 .same_mod2_center{
		padding: 10px;
	}
	.same_mod2 .same_mod2_center ul{
		flex-wrap: wrap;
	}
	.same_mod2 .same_mod2_center ul li{
		width:50%;
	}
	.same_mod2 .same_mod2_center ul li .t{
		font-size: 16px;
	}
	.same_mod2 .same_mod2_center ul li a{
		font-size: 12px;
	}
	.same_mod2 .same_mod2_bottom{
		padding-top:18px;
	}
	.same_mod2 .same_mod2_bottom .code {
	    font-size: 8px;
	}
	.same_mod3{
		font-size: 14px;
	}
	.same_mod3 span{
		font-size: 11px;
	}

}