@media only screen and (max-width:640px) {
	html{
		font-size:6px;
	}
}


.am-container{
	width:1100px;
	padding-left: 0px;
	padding-right: 0px;
}
.float-r{
	float:right;
}

.banner{
	min-width:1300px;
	position: relative;
}
.banner .main{
	position: absolute;
	left:0;
	top:10%;
	width:100%;
	letter-spacing:4px;
	text-align: center;
}

.banner .main h1{
	color:#fff;
	margin:0.5rem 0;
	font-size: 8rem;
    padding-top: 8rem;
}
.banner .main h1 i{
	color: #f9d7b1;
	font-style:normal
}

.banner .main h2{
	margin:1rem 0;
	font-size: 3.5rem;
    color: #FFF;
    padding: 30px;
}
.banner .main p{
	color:#fff;
	font-size:2.2rem;
	width: 195px;
    height: 50px;
    margin: auto;
    background: #f9d7b1;
    line-height: 50px;
    color: #19246d;
    border-radius: 5px;
    font-weight: bold;
    cursor:pointer
}



.part1{
	/*height: 750px;*/
}
.part1-item1,.part1-item2{
	display: inline-block;
	width: 500px;
	vertical-align: middle;
	padding-top: 80px;

}
.part1-item1 img{
	line-height: normal;
}
.part1-item2 {
	margin-left: 20px;
}
.part1-item2-1 h1,.part1-item2-1 p{
	line-height: normal;
}
.part1-item2-1 h1{
	font-size: 24px;
	color: #d30708;
}
.part1-item2-1 p{
	font-size: 18px;
	color: #666;
	line-height: 40px;
}
.common-h2{
	font-size: 25px;
    text-align: center;
    color: #fff;
    background: #3c2a60;
    width: 450px;
    height: 50px;
    line-height: 50px;
    margin: 30px auto;
    border-bottom: 5px solid red;
}
.part1-ys-item{
	width: 100%;
    padding: 30px 0 0;
}
.part1-ys-item li{
	width: 19.5%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.part1-ys-item li p {
	width: 70%;
    margin: 30px auto;
	color: #666;
	text-align:left;

}

.part2{
	height: 512px;
	background:#FFF;
	background:url('/Public/2019/images/usakh/ditu-2.jpg') no-repeat center center;
	background-size:cover;
}

.part2-item{
	display: flex;
    justify-content: space-between;
}
.part2-items{
	width: 47%;
    display: inline-block;
    text-align: center;
    background: #fff;
}
.part2-items img{
	padding: 30px 0 0;
}
.part2-items p{
	color: #084293;
    text-align: left;
    width: 75%;
    margin: auto;
    padding: 15px 0 30px;
}
.part3{
}
.part3-p{
	color: #3c2a60;
}
.part3-item{
	display: inline-block;
	margin-top: 50px;
	width: 100%;
    padding: 0;
    display: flex;

}
.part3-item li{
	width: 20%;
	text-align:center;
}
.part3-item img{
	display: inline-block;
	vertical-align: middle;
}
.part3-item p{
	color: #666;
}
.part4{
	background:url('/Public/2019/images/usakh/ditu-3.jpg') no-repeat center center;
	background-size:cover;
}
.part4 table{
	width: 100%;
    text-align: center;
    color: #FFF;
    background: rgb(255,255,255,0.2);
    border-radius: 15px;
    margin:30px 0;
}
.part4 table tr:nth-child(1) td{
	border-top: none;
}

.part4 table tr td:nth-child(1){
	width: 20%;
	border-left:none;
}
.part4 table tr td:nth-child(3){
	border-right: none;
}
.part4 table tr:last-child td{
	border-bottom: none;
}
.part4 table tr td:nth-child(2),.part4 table tr td:nth-child(3){
	width: 40%
}
.part4 table tr{

}
.part4 table tr td{
	padding:25px 0;
	border:1px solid #FFF;
}
.mytick-d{
	width: 45%;
    display: inline-block;
    text-align: left;
}
.mytick {
    display: inline-block;
    position: relative;
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    margin-right: 5px;
}

.mytick:before,
.mytick:after {
    content: '';
    pointer-events: none;
    position: absolute;
    color: black;
    border: 1px solid #fff;
    background-color: white;
}
.mytick:before {
    width: 1px;
    height: 0px;
    left: 20%;
    top: 50%;
    transform: skew(0deg, 50deg);
}


.mytick:after {
    width: 4px;
    height: 0px;
    left: 40%;
    top: 40%;
    transform: skew(0deg, -50deg);
}

.table-item-1{
	
}
.table-item-1 img{
	width: 50px;
	display: inline;
}
.table-item-1 p{
	width: 100px;
    display: inline;
}
.part5{
	background:#FFF;
	background-size:cover;
}
.part5-item{
	width: 100%;
}
.part5-item li:nth-child(1),
.part5-item li:nth-child(3){
	margin-right:8%; 
}
.part5-item li{
	width: 45%;
    display: inline-block;
    margin-top: 30px;
}
.part5-item li img{
	width: 50%;
	display: inline-block;
    vertical-align: top;
}
.part5-item li div{
	width: 40%;
	display: inline-block;
    vertical-align: top;
    margin-left: 5%;
    padding-top: 10px;
}
.part5-item li div h2{
    color: #012169;
}
.part5-item li div p{
    color: #666;
}
.part6{
	background:#f1f0f0;
	background-size:cover;
}

.part6 table{
	width: 100%;
	margin:30px 0;
}
.part6 table tr td{
	text-align: center;
	width: 25%;
	height: 400px;
}
.part6 table tr td div{
	width: 90%;
    background: #FFF;
    margin:auto;
    height: 400px;
}
.part6 table tr td div img{
	width: 100%
}
.part6 table tr h3{
    width: 80%;
    margin: 20px auto;
    text-align: left;
}
.part6 table tr td{
    vertical-align: top;
}
.part6 table tr td p{
	line-height: 35px;
    text-align: left;
    width: 80%;
    margin: auto;
    text-indent: 3rem;
}


