﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	height: 100%;
	width: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	font-family: "微软雅黑"
}
.top {
	width: 100%;
	height: 420px;
	background-repeat: no-repeat;
	background: url(../images/top.jpg) no-repeat;
	height: 420px;
	background-position: center;
}

.content {
	width:880px;
	margin:0 auto;
	padding:10px;
	box-sizing:border-box;
	
}
.content .part {width:880px;padding:10px 0; }
.content .part .title{box-sizing:border-box;height:50px;padding-left:20px;line-height:50px;font-size:22px;color:#fff200;background:#fa4040;font-weight:300;}
.content .part .title span{font-size:16px;color:#fff200 !important}
.content .part .title span{font-size:16px;}
.content .part .title2{font-size:34px;color:#f93a00;text-align:center;font-weight:bold}
.content .part .words-top{box-sizing:border-box;background: url(../images/part1.jpg) no-repeat;color:#221815;font-size:20px;height:184px;line-height:26px;padding:20px 0 0 430px;color:#fa4040}
.content .part .words{position:relative;color:#221815;font-size:20px;line-height:35px;padding:10px 0;}
.content .part .words span{color:#fa4040;font-weight:bold}
.content .part .words .flow{display:flex;justify-content:space-between;background:url(../images/part2.jpg) no-repeat;height:180px;padding-top:120px}
.content .part .words .flow .item{text-align:left;flex:1;font-size:14px;margin:10px;line-height:25px}
.content .part .words .flow .item span{font-size:16px;font-weight:bold;color:#111}
.content .part .words .btn{background: url(../images/btn.jpg) no-repeat;width:184px;height:44px;margin:0 auto;margin-bottom:10px;}
.content .part .words .rule{font-size:16px;}
.content .part .words .rule2{background: url(../images/part3.jpg) no-repeat;font-size:16px;height:264px;padding-top:10px;padding-left:280px;line-height:30px}
.content .part .words .country{display:flex;flex-wrap:wrap;justify-content:center;margin:10px 0 }
.content .part .words .country .item:hover{height:56px;text-align:center;flex:0 0 190px;margin:10px;background:linear-gradient(to bottom, #fc9f9f 50%, #fb6768 50%);line-height:56px;color:#fff;font-size:20px;}
.content .part .words .country .item{height:56px;text-align:center;flex:0 0 190px;margin:10px;background:linear-gradient(to bottom, #ccc 50%, #999 50%);line-height:56px;color:#fff;font-size:20px;}
.content .part .words .country .item a:link{display:block;color:#fff; text-decoration:none;}
.content .part .words .country .item a:visited{color:#fff;}
.content .part .words .country .item a:hover{color:#fff;}