body,h1,h2,h3,h4,p,dl,dd,ul,ol,form,input,textarea,th,td,select{margin: 0;padding: 0;}
em{font-style: normal;}
li{list-style: none;}
a{text-decoration: none;}
img{border: none;vertical-align: middle;}
table{border-collapse: collapse;}
input,textarea{outline: none;}
textarea{resize:none;overflow: auto;}
body{font-size:12px;font-family: "Hiragino Sans GB","Microsoft YaHei","PingHei","Lucida Grande", "Lucida Sans Unicode","Helvetica","Arial","Verdana","sans-serif"; }
.wrap{
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}
.wrap:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -150px;
    width: 140px;
	height: 100%;
	background: #ccc;
	z-index: -1;
	background: -webkit-linear-gradient(right, #c8a36f, #fee8ce);
}
.title{
	font-size: 18px;
	color: #330b03;
	background: url(../img/com_title_icon.png) 0 0 no-repeat;
	padding-left: 40px;
	height: 31px;
	line-height: 31px;
}
.header{
	margin-top: 10px;
	position: relative;
}
.header img{
	width: 100%;
}
.header_t{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 30px;
	display: inline-block;
	text-align: center;
}
.header_t p{
	text-align: center;
	color: #575046;
	line-height: 28px;
	font-size: 20px;
}
.header_t .s{
	position: relative;
	display: inline-block;
}
.header_t .s:after{
	content: "";
	display: block;
	position: absolute;
	width: 35px;
	height: 1px;
	background: #575046;
	top: 50%;
	left: -45px;
}
.header_t .s:before{
	content: "";
	display: block;
	position: absolute;
	width: 35px;
	height: 1px;
	background: #575046;
	top: 50%;
	right: -45px;
}
.nav{
	position: absolute;
	width: 140px;
	background: -webkit-linear-gradient(right, #c8a36f, #fee8ce);
	top: 0;
	right: -150px;
	padding-top: 10px;
}
.nav img{
	margin: 0 auto;
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}
.nav li{
	color: #330b03;
	font-size: 13px;
	border-bottom: 1px solid #fff;
	text-align: center;
	width: 90%;
	margin: 0 auto;
	padding: 10px 0;
	cursor: pointer;
}
.nav a{
	color: #330b03;
}
.top{
	border: none !important;
}
.top img{
	width: 60px !important;
	border: none !important;
}
.con{
	background: #fbf3e6;
	padding: 30px 30px;
	padding-bottom: 0;
}
.block_b{
	margin-top: 20px;
}
.block_b_con{
	margin-top: 10px;
	margin-left: 40px;
}
.block_b_con p{
	text-indent: 2em;
	text-align: justify;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}
.block_b_con a{
	color: #fe4523;
}
.block_b_con span{
	color: #fe4523;
	cursor: pointer;
}
.hide{
	display: none;
}
.system{
	display: table;
	margin-top: 30px; 
}
.system_com{
	width: 100%;
	margin-top: 20px;
	padding-left: 40px;
	background: url(../img/icon4.png) right 0 no-repeat;
}
.system li{
	display: table-cell;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 40px;
	position: relative;
}
.system li h1{
	font-size: 14px;
	color: #333;
}
.system li p{
	font-size: 12px;
	color: #333;
}
.system li b{
	font-size: 14px;
	position: absolute;
	left: -12px;
	top: 0;
	color: #fff;
}
.act_way{
	margin-top: 30px; 
}
.act_way_com{
	margin-top: 20px;
}
.act_way_com li{
	display: inline-block;
	width: 380px;
	background: #ffe6c2;
	border-radius: 10px;
	vertical-align: top;
	padding: 15px 20px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.act_way_com li h1{
	font-size: 14px;
	color: #333;
	font-weight: normal;
	margin-bottom: 10px;
}
.list{
	margin-top: 30px;
}
.list_com{
	padding-left: 40px;
}
.list_com li{
	display: inline-block;
	vertical-align: top;
	margin-right: 40px;
}
.list_com h1{
	color: #e62405;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 20px;
}
.list_com p{
	color: #333;
	font-size: 14px;
	padding-left: 15px;
	line-height: 20px;
}
.list_com p a{
	color: #333;
}
.review{
	margin-top: 35px;
	overflow: hidden;
	position: relative;
}
ul.accordion {
    list-style: none;
    font-family: "Hiragino Sans GB","Microsoft YaHei","PingHei","Lucida Grande", "Lucida Sans Unicode","Helvetica","Arial","Verdana","sans-serif";
    font-size: 16px;
    line-height: 1.5em;
    overflow: hidden;
    width: 200%;
}
ul.accordion li {
    float: left;
    width: 90px;
    height: 180px;
    display: block;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -moz-box-shadow: 1px 3px 15px #555;
    -webkit-box-shadow: 1px 3px 15px #555;
    box-shadow: 1px 3px 15px #555;
}
ul.accordion li .heading {
	position: absolute;
    top: 32%;
    width: 100%;
    background-color: #fff;
    padding: 10px 0;
    opacity: 0.9;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
    color: #444;
    text-align: center;
    text-shadow: -1px -1px 1px #ccc;
}
ul.accordion li .bgDescription {
    background: -webkit-linear-gradient(bottom, #cc9933, transparent);
    opacity: 0.8;
    height: 340px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: none;
}
ul.accordion li .description {
    position: absolute;
    width: 280px;
    height: 175px;
    bottom: 0px;
    left: 0px;
    display: none;
}
ul.accordion li .description h2 {
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 20px;
    color: #fff;
    text-align: left;
    margin: 0px 0px 15px 5px;
}
ul.accordion li .description p {
	color: #fff;
    line-height: 14px;
    margin: 10px 5px;
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    line-height: 1.5em;
}
ul.accordion li .description a {
    position: absolute;
    bottom: 0px;
    left: 5px;
    text-transform: uppercase;
    font-style: normal;
    font-size: 11px;
    text-decoration: none;
    color: #fff;
}
.review_show{
	margin: 0 auto;
	margin-top: 15px;
}
.block_bottom {
    overflow: hidden;
    background: #fbf3e6;
    margin-top: 35px;
    padding-bottom: 20px;
}
.sponsor {
    float: left;
    margin-bottom: 15px;
    padding-right: 7px;
}
.sponsor ul{
	margin-top: 10px;
	padding-left: 40px;
}
.sponsor li {
    color: #4c4c4c;
    font-size: 12px;
    line-height: 18px;
}
.sponsor a {
    text-decoration: none;
    color: #4c4c4c;
    font-size: 12px;
    display: inline-block;
}
.contact {
    float: left;
    overflow: hidden;
}
.contact_con{
	padding-left: 40px;
	margin-top: 10px;
}
.contact img {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    float: left;
}
.contact li {
    color: #4c4c4c;
    font-size: 12px;
    line-height: 17px;
}
.contact_r {
    margin-top: 10px;
    float: left;
    margin-left: 15px;
}
#footer {
    background: #643C01;
}
#foot {
    width: 970px;
    margin: 0 auto;
    height: 190px;
}
#foot_pic {
    float: left;
    width: 200px;
    padding-top: 15px;
}
#foot_info {
    float: right;
    padding-top: 25px;
    width: 760px;
    margin-right: 10px;
    line-height: 150%;
    color: #fff;
}
#foot_im {
    margin: 15px 0 0px;
}
#foot_im h3 {
    font-size: 12px;
    height: 20px;
    color: #fff;
    float: left;
    margin-right: 30px;
}
#foot_im h3 a {
    color: #fff;
}
.btn {
    font-family: "Hiragino Sans GB","Microsoft YaHei","PingHei","Lucida Grande", "Lucida Sans Unicode","Helvetica","Arial","Verdana","sans-serif";
    display: block;
    border: none;
    background: #cc9933;
    width: 255px;
    height: 38px;
    color: white;
    font-size: 18px;
    margin: 0 auto;
    margin-top: 15px;
    cursor: pointer;
    border-radius: 5px;
}

.download h4{
    background: url(../img/icon1.png) 52% 50% no-repeat;
    text-align: center;
    font-size: 18px;
    color: #fc914a;
    font-weight: normal;
    margin: 30px 0;
}
.downloadbtn {
    display: block;
    background: url(../img/downloads.png) 0 0 no-repeat;
    width: 366px;
    height: 42px;
    margin: 0 auto;
}
.con_a{
	overflow: hidden;
	margin-top: 35px;
}
.con_a_l{
	width: 59%;
	float: left;
}
.con_a_l img{
	width: 100%;
	height:300px;
}
.con_a_l_title{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 10;
}
.con_a_l_title a{
	color: #fff;
}
.con_a_l_title p{
    width: 90%;
    padding: 10px 5%;
    font-weight: bold;
    font-size: 16px;
}
.con_a_l_title::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
    top: 0;
    left: 0;
    z-index: -1;
}
.swiper-button-next {
    background: url(../img/rights.png) 0 0 no-repeat;
    right: 5px;
    left: auto;
    background-size: 100%;
    width: 20px;
}
.swiper-button-prev {
    background: url(../img/lefts.png) 0 0 no-repeat;
    left: 5px;
    right: auto;
    background-size: 100%;
    width: 20px;
}
.con_a_r{
	float: left;
	width: 39%;
    padding-left: 2%;
}
.con_a_r_show{
	overflow: auto;
    height: 283px;
    margin-top: 10px;
}
#liw_hotline {
    padding: 10px 0 5px 5px;
    border-top: 1px solid #ddd;
}
#liw_hotline h1 {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 2px;
}
#liw_hotline h1 a {
    color: #31000F;
}
#liw_hotline h2 {
    padding-bottom: 5px;
    line-height: 22px;
    font-size: 13px;
    color: #7B6755;
	font-weight:normal;
}
.clearfix:after, .box:after, .boxNoPad:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
.awardwinners {
    padding-top: 40px;
    overflow: hidden;
}
.awardwinners_show{
	margin-top: 10px;
}
#sepcialframe{
	margin-top: 10px;
}
#morenewsframe2{
	margin-top: 10px;
}
.awardwinners li {
    float: left;
    width: 31%;
    border: 1px solid #ccc;
    padding: 5px;
    margin: 4px;
}
.awardwinners a {
    text-decoration: none;
}
.awardwinners li img {
    width: 100%;
}
.awardwinners li p {
    margin: 5px 0 0;
    text-align: center;
    font-size: 12px;
    color: #333;
}
.con_b{
	overflow: hidden;
	margin-top: 40px;
}
.con_b_l {
    width: 65%;
    overflow: hidden;
    float: left;
}
#sepcialframe {
	overflow: hidden;
}
#llf_item {
    float: left;
    width: 275px;
    overflow: hidden;
    padding: 5px 0;
    padding-right: 10px;
    margin-bottom: 10px;
}
#llf_item h3 {
    float: left;
    width: 110px;
    overflow: hidden;
}
#llf_item a {
    color: #814904;
    text-DECORATION: none;
}
#llf_item h3 img {
    width: 100px;
    height: 90px;
}
#llf_item h1 {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 3px;
    line-height: 130%;
    color: #a90400;
}
#llf_item h2 {
    line-height: 145%;
    color: #8F8174;
   	font-size: 12px;
	font-weight:normal;
}
.con_b_r{
	float: left;
	width: 35%;
}
.con_b_r li {
    color: rgb(212,160,105);
    line-height: 28px;
    font-weight: bold;
    font-size: 13px;
    height: 28px;
    overflow-y: hidden;
    padding-left: 2%;
}
.con_b_r a {
    color: #814904;
    text-DECORATION: none;
}


@media screen and (min-width: 600px) and (max-width: 1048px) {
	.con{
		padding: 30px 14px;
	}
	.wrap{
		width: 881px;
		margin: 0;
	}
	ul.accordion li {
	    width: 85px;
	}
	.act_way_com li{
		width: 371px;
	    padding: 15px 20px;
	    margin-bottom: 10px;
	    margin-right: 7px;
	}
	.system_com{
		background: url(../img/icon4.png) 94% 0 no-repeat;
	}
	.btn{
		margin-top: 10px;
	}
	.sponsor {
	     padding-right: 0; 
	}
	.nav {
	    width: 120px;
	    right: -126px;
	}
	.nav img{
	    width: 90%;
	}
	.wrap:after{
	    right: -126px;
	    width: 120px;
	}
	.awardwinners li {
		width: 30%;
	}
	#llf_item {
		width: 267px;
	}
}
@media screen and (max-width: 600px) {
	.header{
		margin-top: 0;
	}
	.wrap:after{
	   	display: none;
	}
	.header_t p{
		line-height: 16px;
		font-size: 12px;
	}
	.header_t {
	    bottom: 10px;
	}
	.title{
		background: none;
		padding-left: 0;
		font-size: 20px;
	}
	.con{
		padding: 5px 2%;
	}
	.con_a_l{
		width: 100%;
	}
	.con_a_r {
	    width: 98%;
	    margin-top: 20px;
	}
	.con_a_r_show{
		margin-top: 5px;
	}
	#liw_hotline h1 {
	    font-size: 15px;
	    line-height: 20px;
	}
	#liw_hotline h2 {
	    line-height: 19px;
	    font-size: 12px;
	}
	.awardwinners {
	    padding-top: 20px;
	}
	.con_b {
	    margin-top: 20px;
	}
	.con_b_l {
	    width: 100%;
	}
	.con_b_r {
		margin-top: 20px;
	    width: 100%;
	}
	.awardwinners li {
	    width: 45%;
	    padding: 1%;
	    margin: 1%;
	}
	.download h4 {
	    margin-bottom: 15px;
	}
	.con_a {
	    margin-top: 15px;
	}
	.downloadbtn {
	    background-size: 100%;
	    width: 273px;
	}
	#llf_item {
	    width: 100%;
	}
	.block_b_con {
	    margin-top: 10px;
	    margin-left: 0px;
	}
	.review_show{
		overflow: auto;
	}
	#accordion{
		width: 2240px;
	}
	ul.accordion li {
		width: 280px;
	}
	.act_way_com li{
		width: 94%;
	    padding: 15px 3%;
	    margin-bottom: 10px;
	    margin-right: 7px;
	}
	.act_way_com li img{
		width: 100%;
	}
	.system_com{
		padding-left: 0;
	}
	.system_com li{
		margin: 5px 0; 
		display: inline-block;
	}
	.list_com {
	    padding-left: 0px;
	}
	.list_com li {
	    margin-right: 0px;
	}
	.contact{
		width: 100%;
	}
	.contact_con {
	    padding-left: 0px;
	}
	.contact img {
	    display: block;
	    margin: 0 auto;
	    float: none;
	    margin-top: 10px;
	}
	.contact_r {
	    margin-left: 0px;
	}
	#footer{
		display: none;
	}
	.nav{
		display: none;
	}
}
