* {
	margin: 0;
	padding: 0;
}
/*@font-face {
	font-family: DENG;
	src: url('../font/DENG.ttf')
}
@font-face {
	font-family: SweiSpringCJKtc-Black;
	src: url('../font/SweiSpringCJKtc-Black.ttf')
}
.family-DENG {
	font-family: DENG;
}
.family-SweiSpring {
	font-family: SweiSpringCJKtc-Black;
}*/
html {
	-webkit-tap-highlight-color:transparent;
}
body{
	font-size: 14px;
    margin: 0;
    padding: 0; 
    color: #000;
	min-width: 1000px;
	font-family: '微软雅黑';
	/*font-family: DENG;*/
}
.m {
	width: 1000px;
	margin: 0 auto;
}
.l {
	float: left;
}
.r {
	float: right;
}
button {
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
}
a {
	text-decoration: none;
}
ul,ul li,ol,ol li {
	list-style: none;
}
img {
	display: block;
}
.duration {
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

header {
	overflow: hidden;
	width: 100%;
	background: #fff;
	height: 60px;
}
.header_left {
	width: 247px;
	font-size: 20px;
}
.header_left a {
	margin-top: 10px;
}
.header_right {
	margin-top: 20px;
	font-size: 20px;
	line-height: 20px;
}
.header_right img {
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 6px;
}
.header_right b {
	/*font-size: 15px;*/
}
.banner {
	width: 100%;
	height: 536px;
	overflow: hidden;
	background: url(../images/banner-3840-3.jpg) center;
	position: relative;
}
.banner ul {
	position: absolute;
	bottom: 70px;
	left: 0;
	right: 0;
	width: 950px;
	margin: 0 auto;
}
.banner ul li {
	/*width: 236px;*/
	height: 55px;
	/*background: url(../images/jpg15.jpg);*/
	background: #ff6633;
	border-radius: 22px;
	color: #fff;
	text-align: center;
	line-height: 55px;
	font-size: 30px;
	font-weight: bold;
	float: left;
	padding: 0 30px 0 20px;
	margin-right: 75px;
	cursor: pointer;
}
.banner ul li:last-child {
	margin-right: 0;
}
.banner ul li .dian01 {
	width: 9px;
	height: 9px;
	background: #fff;
	border-radius: 100px;
	margin-right: 20px;
}
.plate1 {
	background: #f0f3ff;
	padding: 110px 0 57px;
}
.h1 {
	font-size: 52px;
	color: #ff0033;
	margin: 0 auto;
	line-height: 52px;
	width: 870px;
	text-align: center;
	position: relative;
	/*font-family: SweiSpringCJKtc-Black;*/
}
.h1 b {
	position: absolute;
	top: 12px;
}
.h1 b:first-child {
	left: 0;
}
.h1 b:last-child {
	right: 0;
}
.plate1 ul {
	margin: 50px auto 45px;
	/*overflow: hidden;*/
}
.plate1 ul li {
	width: 238px;
	height: 279px;
	float: left;
	margin: 0 16px 25px 0;
	background: url(../images/jpg2.png) no-repeat;
	background-size: cover;
	box-shadow: 3px 10px 15px #ccb9c4;
}
.plate1 ul li:nth-child(4n) {
	margin-right: 0;
}
.plate1 ul li b {
	line-height: 60px;
	font-size: 34px;
	display: block;
	color: #fff;
	text-align: center;
	margin-bottom: 39px;
	/*font-family: SweiSpringCJKtc-Black;*/
}
.plate1 ul li p {
	font-size: 20px;
	margin-bottom: 27px;
	margin-left: 47px;
    text-decoration: underline;
    cursor: pointer;
}
.plate1 button {
	width: 373px;
	height: 83px;
	background: -moz-linear-gradient(left, #ff6249 0%, #fd8933 100%);
    background: -webkit-linear-gradient(left, #ff6249 0%,#fd8933 100%);
    background: -o-linear-gradient(left, #ff6249 0%,#fd8933 100%);
    background: -ms-linear-gradient(left, #ff6249 0%,#fd8933 100%);
    background: linear-gradient(to left, #ff6249 0%,#fd8933 100%);
    /*border-top: 1px solid #c43228;*/
    border-radius: 43px;
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    box-shadow: 0 10px 12px #cdb9c4;
}
.plate2 h1 {
	margin: 87px auto 55px;
}
.plate2 ul {
	margin-bottom: 48px;
}
.plate2 ul::after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0;
	clear: both;
}
.plate2 ul li {
	width: 184px;
	height: 66px;
	text-align: center;
	line-height: 66px;
	float: left;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 10px;
	margin: 0 7px 27px;
	box-shadow: 0 0 5px 5px #ededed;
}
.plate2 ul li:hover { 
	color: #fff;
	background: -moz-linear-gradient(left, #ff6249 0%, #fd8933 100%);
    background: -webkit-linear-gradient(left, #ff6249 0%,#fd8933 100%);
    background: -o-linear-gradient(left, #ff6249 0%,#fd8933 100%);
    background: -ms-linear-gradient(left, #ff6249 0%,#fd8933 100%);
    background: linear-gradient(to left, #ff6249 0%,#fd8933 100%);
}

.plate2 ol {
	overflow: hidden;
	margin-bottom: 68px;
}
.plate2 ol li {
	width: 94px;
	height: 51px;
	text-align: center;
	line-height: 51px;
	float: left;
	color: #666666;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 10px;
	margin: 0 2px 22px;
	border: 1px solid #999999;
}
.plate2 ol li:hover { 
	color: #fff;
	background: -moz-linear-gradient(left, #ff6249 0%, #fd8933 100%);
    background: -webkit-linear-gradient(left, #ff6249 0%,#fd8933 100%);
    background: -o-linear-gradient(left, #ff6249 0%,#fd8933 100%);
    background: -ms-linear-gradient(left, #ff6249 0%,#fd8933 100%);
    background: linear-gradient(to left, #ff6249 0%,#fd8933 100%);
}

.plate3 {
	padding: 65px 0 70px;
	background: #ff6666;
}
.plate3 ul {
	height: 343px;
	/*background: url(../images/jpg6.jpg);*/
	margin: 70px auto 96px;
}
.plate3 ul li {
	width: 486px;
	height: 65px;
	line-height: 65px;
	margin-bottom: 36px;
	text-indent: 30px;
	font-size: 34px;
	font-weight: bold;
	cursor: pointer;
	background: url(../images/anniu01.png);
	background-size: cover;
}
.plate3 button {
	width: 477px;
	height: 83px;
	background: -moz-linear-gradient(left, #ff6249 0%, #fd8933 100%);
    background: -webkit-linear-gradient(left, #ff6249 0%,#fd8933 100%);
    background: -o-linear-gradient(left, #ff6249 0%,#fd8933 100%);
    background: -ms-linear-gradient(left, #ff6249 0%,#fd8933 100%);
    background: linear-gradient(to left, #ff6249 0%,#fd8933 100%);
    /*border-top: 1px solid #c43228;*/
    border-radius: 43px;
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    box-shadow: 0 15px 12px #d54e50;
}

.plate4 {
	padding: 80px 0 70px;
	background: #f0f3ff;
}
.plate4 table {
	border-radius: 10px;
	overflow: hidden;
	margin-top: 60px;
	border: 1px solid #f34e52;
}
.plate4 table th {
	background: #fe0000;
	color: #fff;
	line-height: 54px;
	font-size: 20px;
	border-left: 1px solid #c8c8c8;
}
.plate4 table th:first-child {
	border-left: none;
}
.plate4 table td:first-child {
	border-left: none;
}
.plate4 table tr:last-child td {
	border-bottom: none;
}
.plate4 table td {
	border-left: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	text-align: center;
	font-size: 20px;
}
.plate4 table td button {
	margin: 15px auto;
	width: 118px;
	height: 36px;
	line-height: 36px;
	background: -moz-linear-gradient(left, #ff6249 0%, #fd8933 100%);
    background: -webkit-linear-gradient(left, #ff6249 0%,#fd8933 100%);
    background: -o-linear-gradient(left, #ff6249 0%,#fd8933 100%);
    background: -ms-linear-gradient(left, #ff6249 0%,#fd8933 100%);
    background: linear-gradient(to left, #ff6249 0%,#fd8933 100%);
    /*border-top: 1px solid #c43228;*/
    border-radius: 43px;
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: block;
}

.plate5 {
	background: #f0f3ff;
	padding-bottom: 30px;
}

.plate5 .m {
	/*background: #fff;*/
	border: 1px solid #ff6633;
	border-radius: 10px;
	margin-top: 52px;
	overflow: hidden;
}
.plate5T {
	width: 930px;
	margin: 50px auto 20px;
	overflow: hidden;
}
.plate5T input {
	width: 427px;
	height: 65px;
	padding: 0 5px;
	border: 1px solid #c3c3c3;
	border-radius: 5px;
	outline: none;
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	margin: 0 9px 20px;
	float: left;
}
.plate5B {
	width: 942px;
	margin: 0 auto 40px;
	overflow: hidden;
	position: relative;
}
.plate5B input {
	width: 427px;
	height: 65px;
	padding: 0 5px;
	border: 1px solid #c3c3c3;
	border-radius: 5px;
	outline: none;
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	margin: 0 16px;
	float: left;
}
.plate5B p {
	position: absolute;
	width: 120px;
	right: 15px;
	bottom: 0;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
    height: 65px;
    background: #fff;
    line-height: 65px;
}
.plate5B span {
	position: absolute;
	width: 120px;
	right: 16px;
	top: 0;
	border-radius: 0 5px 5px 0;
	overflow: hidden; 
}
.plate5B span img {
	display: block;
	width: 100%;
}
.plate5 button {
	width: 200px;
	height: 58px;
	line-height: 58px;
	font-size: 28px;
	color: #fff;
	display: block;
	margin: 30px auto 0;
	border-radius: 35px;
	background: -moz-linear-gradient(left, #ff6249 0%, #ff6633 100%);
    background: -webkit-linear-gradient(left, #ff6249 0%,#ff6633 100%);
    background: -o-linear-gradient(left, #ff6249 0%,#ff6633 100%);
    background: -ms-linear-gradient(left, #ff6249 0%,#ff6633 100%);
    background: linear-gradient(to left, #ff6249 0%,#ff6633 100%);
    box-shadow: 0 10px 12px #cdb9c4;
}
.p-button {
	width: 200px;
	height: 58px;
	line-height: 58px;
	font-size: 28px;
	color: #fff;
	display: block;
	margin: 75px auto 0;
	border-radius: 35px;
	background: -moz-linear-gradient(left, #ff6249 0%, #ff6633 100%);
    background: -webkit-linear-gradient(left, #ff6249 0%,#ff6633 100%);
    background: -o-linear-gradient(left, #ff6249 0%,#ff6633 100%);
    background: -ms-linear-gradient(left, #ff6249 0%,#ff6633 100%);
    background: linear-gradient(to left, #ff6249 0%,#ff6633 100%);
    box-shadow: 0 10px 12px #cdb9c4;
}

.plate6 {
	margin-top: 60px;
	padding: 45px 0 0;
	/*box-shadow: 0 0 10px 5px #ededed;*/
	border-radius: 10px;
	overflow: hidden;
}
.plate6C {
	width: 1000px;
	height: 548px;
	background: url(../images/bg-bishi.jpg);
	margin: 45px auto 70px;
}
.plate6T {
	overflow: hidden;
	height: 270px;
	margin-bottom: 23px;
}
.plate6T div {
	width: 480px;
	color: #fff;
}
.plate6T b {
	display: block;
	font-size: 34px;
	margin-left: 45px;
	line-height: 52px;
	color: #ff0000;
}
.plate6T p {
	font-size: 28px;
	margin: 30px auto 16px;
	text-align: center;
	font-weight: bold;
}
.plate6T strong {
	font-size: 32px;
	display: block;
	text-align: center;
}
.plate6T button {
	width: 130px;
	height: 47px;
	font-size: 18px;
	margin: 30px auto 0;
	display: block;
	color: #fff;
	border-radius: 24px;
	background: -moz-linear-gradient(left, #ff6249 0%, #fd8933 100%);
    background: -webkit-linear-gradient(left, #ff6249 0%,#fd8933 100%);
    background: -o-linear-gradient(left, #ff6249 0%,#fd8933 100%);
    background: -ms-linear-gradient(left, #ff6249 0%,#fd8933 100%);
    background: linear-gradient(to left, #ff6249 0%,#fd8933 100%);
}
.plate6T button a {
	color: #fff;
}
.plate6B {
	overflow: hidden;
}
.plate6B div {
	float: left;
	color: #fff;
	width: 240px;
	margin-right: 15px;
}
.plate6B div:last-child {
	margin-right: 0;
}
.plate6B div:nth-child(3) {
	margin-right: 10px;
}
.plate6B p {
	font-size: 24px;
	margin: 40px auto 24px;
	text-align: center;
	font-weight: bold;
}
.plate6B strong {
	font-size: 28px;
	display: block;
	text-align: center;
}
.plate6B button {
	width: 120px;
	height: 43px;
	font-size: 18px;
	margin: 30px auto 0;
	display: block;
	color: #fff;
	border-radius: 28px;
	background: -moz-linear-gradient(left, #ff6249 0%, #fd8933 100%);
    background: -webkit-linear-gradient(left, #ff6249 0%,#fd8933 100%);
    background: -o-linear-gradient(left, #ff6249 0%,#fd8933 100%);
    background: -ms-linear-gradient(left, #ff6249 0%,#fd8933 100%);
    background: linear-gradient(to left, #ff6249 0%,#fd8933 100%);
}

.plate7 {
	margin: 75px auto 93px;
}
.plate7 table {
	margin-top: 60px;
	border-radius: 10px;
	overflow: hidden;
	font-size: 20px;
	box-shadow: 0 0 10px 5px #ededed;
    line-height: 34px;
}
.plate7 table tr:first-child {
	line-height: 55px;
	color: #fff;
	background: -moz-linear-gradient(left, #ff6249 0%, #fd8933 100%);
    background: -webkit-linear-gradient(left, #ff6249 0%,#fd8933 100%);
    background: -o-linear-gradient(left, #ff6249 0%,#fd8933 100%);
    background: -ms-linear-gradient(left, #ff6249 0%,#fd8933 100%);
    background: linear-gradient(to left, #ff6249 0%,#fd8933 100%);
}
.plate7 table td,.plate7 table th {
	padding: 20px;
	border-right: 1px solid #333333;
}
.plate7 table td:last-child,.plate7 table th:last-child {
	border-right: none;
}
.plate7 table tr:last-child td {
	border-top: 1px solid #333333;
}
.plate7 table td button {
	width: 162px;
	height: 43px;
	font-size: 22px;
	margin: 14px auto 0;
	display: block;
	color: #fff;
	border-radius: 28px;
	background: -moz-linear-gradient(left, #ff6249 0%, #fd8933 100%);
    background: -webkit-linear-gradient(left, #ff6249 0%,#fd8933 100%);
    background: -o-linear-gradient(left, #ff6249 0%,#fd8933 100%);
    background: -ms-linear-gradient(left, #ff6249 0%,#fd8933 100%);
    background: linear-gradient(to left, #ff6249 0%,#fd8933 100%);
}

.plate8 {
	background: #ff6666;
	padding: 70px 0 30px;
}
.plate8C {
	width: 692px;
	height: 635px;
	background: url(../images/poster01.png);
	margin: 64px auto 0;
	overflow: hidden;
}

.bg-f0f3 {
	background: #f0f3ff;
}
.bg-ff6 {
	background: #ff6666;
}
.line45 {
	line-height: 45px;
}
.text-ff6 {
	color: #ff6600;
}
.ewmli {
	width: 23.5%;
}
.footer {
	background: url(../images/bg-foot.jpg) no-repeat center;
	height: 239px;
}
.video {
	width: 628px;
	height: 355px;
	margin: 34px auto 0;
	cursor: pointer;
}
.video video {
	width: 628px;
	height: 355px;
	cursor: pointer;
}
.zx-side {
	display: none;
}

.big-img {
	display: none;
	position: absolute;
	top: -110px;
	left:0;
	right: 0;
	margin: auto;
	z-index: 99;
	width: 110px;
	height: 110px;
	border-radius: 5px;
}

.ptanchuang {
	display: none;
	position: fixed;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: rgba(0,0,0,0.5);
}
.flex-tc {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.pcont {
	width: 85%;
	margin: auto;
	background: #fff;
	/*padding: 20px 10px;*/
	border-radius: 8px;
	text-align: center;
	max-height: 95%;
	overflow-y: auto;
}
.pcont img {
	max-width: 100%;
}
/*定义滚动条样式*/
.overflow-y::-webkit-scrollbar{
	width: 8px;
	height: 8px;
	background-color: rgba(240,240,240,1);
}
/*定义滚动条轨道内阴影+圆角*/

.overflow-y::-webkit-scrollbar-track{
    border-radius: 10px;
    background-color: #ededed;
}
/*定义滑块内阴影+圆角*/
.overflow-y::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: #c1c1c1;
}

/*
全局css，适合所有页面
*/
img {
	border: 0px;
}
.w1000 {
	width: 1000px;margin: auto;
}
.bgwhite {
	background: #fff;
}
.bg-f7{
	background: #f7f7f7;
}
.bg-f8{
	background: #f8f8f8;
}
.bg-f6{
	background: #f6f6f6;
}
.bg-f5 {
	background: #f5f5f5;
}
.bg-3b7 {
	background: #3b7abe;
}
.h02 {
	height: 2px;
}
.h05 {
	height: 5px;
}
.h10 {
	height: 10px;
}
.h15 {
	height: 15px;
}
.h20 {
	height: 20px;
}
.h25 {
	height: 25px;
}
.h30 {
	height: 30px;
}
.h35 {
	height: 35px;
}
.h40 {
	height: 40px;
}
.h45 {
	height: 45px;
}
.h50 {
	height: 50px;
}
.h60 {
	height: 60px;
}
.h70 {
	height: 70px;
}
.h80 {
	height: 80px;
}
.w100 {
	width: 100%;
}
.w99 {
	width: 99%;margin: auto;
}
.w98 {
	width: 98%;margin: auto;
}
.w97 {
	width: 97%;margin: auto;
}
.w96 {
	width: 96%;margin: auto;
}
.w95 {
	width: 95%;margin: auto;
}
.w94 {
	width: 94%;
}
.w93 {
	width: 93%;
}
.w92 {
	width: 92%;
}
.w91 {
	width: 91%;
}
.w90 {
	width: 90%;
}

.w89 {
	width: 89%;
}
.w88 {
	width: 88%;
}
.w87 {
	width: 87%;
}
.w86 {
	width: 86%;
}

.w85 {
	width: 85%;
}
.w84 {
	width: 84%;
}
.w83 {
	width: 83%;
}
.w82 {
	width: 82%;
}
.w81 {
	width: 81%;
}
.w80 {
	width: 80%;
}
.w79 {
	width: 79%;
}
.w78 {
	width: 78%;
}
.w77 {
	width: 77%;
}
.w76 {
	width: 76%;
}
.w75 {
	width: 75%;
}
.w74 {
	width: 74%;
}
.w73 {
	width: 73%;
}
.w72 {
	width: 72%;
}
.w71 {
	width: 71%;
}
.w70 {
	width: 70%;
}
.w69 {
	width: 69%;
}
.w68 {
	width: 68%;
}
.w67 {
	width: 67%;
}
.w66 {
	width: 66%;
}
.w65 {
	width: 65%;
}
.w64 {
	width: 64%;
}
.w63 {
	width: 63%;
}
.w62 {
	width: 62%;
}
.w61 {
	width: 61%;
}
.w60 {
	width: 60%;
}
.w59 {
	width: 59%;
}
.w58 {
	width: 58%;
}
.w57 {
	width: 57%;
}
.w56 {
	width: 56%;
}
.w55 {
	width: 55%;
}
.w54 {
	width: 54%;
}
.w53 {
	width: 53%;
}
.w52 {
	width: 52%;
}
.w51 {
	width: 51%;
}
.w50 {
	width: 50%;
}
.w49 {
	width: 49%;
}
.w48 {
	width: 48%;
}
.w47 {
	width: 47%;
}
.w46 {
	width: 46%;
}
.w45 {
	width: 45%;
}
.w44 {
	width: 44%;
}
.w43 {
	width: 43%;
}
.w42 {
	width: 42%;
}
.w41 {
	width: 41%;
}
.w40 {
	width: 40%;
}
.w39 {
	width: 39%;
}
.w38 {
	width: 38%;
}
.w37 {
	width: 37%;
}
.w36 {
	width: 36%;
}
.w35 {
	width: 35%;
}
.w34 {
	width: 34%;
}
.w33 {
	width: 33.33%;
}
.w32 {
	width: 32%;
}
.w31 {
	width: 31%;
}
.w30 {
	width: 30%;
}
.w29 {
	width: 29%;
}
.w28 {
	width: 28%;
}
.w27 {
	width: 27%;
}
.w26 {
	width: 26%;
}
.w25 {
	width: 25%;
}
.w24 {
	width: 24%;
}
.w23 {
	width: 23%;
}
.w22 {
	width: 22%;
}
.w21 {
	width: 21%;
}
.w20 {
	width: 20%;
}
.w19 {
	width: 19%;
}
.w18 {
	width: 18%;
}
.w17 {
	width: 17%;
}
.w16 {
	width: 16.66%;
}
.w15 {
	width: 15%;
}
.w14 {
	width: 14%;
}
.w13 {
	width: 13%;
}
.w12 {
	width: 12%;
}
.w11 {
	width: 11%;
}
.w10 {
	width: 10%;
}
.w09 {
	width: 9%;
}
.w08 {
	width: 8%;
}
.w07 {
	width: 7%;
}
.w06 {
	width: 6%;
}
.w05 {
	width: 5%;
}
.w04 {
	width: 4%;
}
.w03 {
	width: 3%;
}
.w02 {
	width: 2%;
}
.auto {
	margin: auto;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.flex_a {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.flex_b {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex_c {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.flex_e {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.items {
	align-items: center;
}
.baseline {
	align-items: baseline;
}
.flex-grow {
	flex-grow: 1;
}
.flex-1 {
	flex: 1;
}
.flex-nowrap {
	flex-wrap: nowrap;
}
.overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.overflow2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.overflow3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.overflow4 {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.overflow5 {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.overflow6 {
	display: -webkit-box;
	-webkit-line-clamp: 6;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.overflow7 {
	display: -webkit-box;
	-webkit-line-clamp: 7;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.overflow8 {
	display: -webkit-box;
	-webkit-line-clamp: 8;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.overflow9 {
	display: -webkit-box;
	-webkit-line-clamp: 9;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.clear {
	clear: both;
}
.float-l {
	float: left;
}
.float-r {
	float: right;
}
.text-right {
	text-align: right;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.none {
	display: none;
}
.relative {
	position: relative;
}
.block {
	display: block;
}
.curse {
	cursor: pointer;
}
.mt05 {
	margin-top: 5px;
}
.mb05 {
	margin-bottom: 5px;
}
.ml05 {
	margin-left: 5px;
}
.mr05 {
	margin-right: 5px;
}
.pt05 {
	padding-top: 5px;
}
.pb05 {
	padding-bottom: 5px;
}
.pl05 {
	padding-left: 5px;
}
.pr05 {
	padding-right: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mb10 {
	margin-bottom: 10px;
}
.ml10 {
	margin-left: 10px;
}
.mr10 {
	margin-right: 10px;
}
.pt10 {
	padding-top: 10px;
}
.pb10 {
	padding-bottom: 10px;
}
.pl10 {
	padding-left: 10px;
}
.pr10 {
	padding-right: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mb15 {
	margin-bottom: 15px;
}
.ml15 {
	margin-left: 15px;
}
.mr15 {
	margin-right: 15px;
}
.pt15 {
	padding-top: 15px;
}
.pb15 {
	padding-bottom: 15px;
}
.pl15 {
	padding-left: 15px;
}
.pr15 {
	padding-right: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mb20 {
	margin-bottom: 20px;
}
.ml20 {
	margin-left: 20px;
}
.mr20 {
	margin-right: 20px;
}
.pt20 {
	padding-top: 20px;
}
.pb20 {
	padding-bottom: 20px;
}
.pl20 {
	padding-left: 20px;
}
.pr20 {
	padding-right: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mb30 {
	margin-bottom: 30px;
}
.ml30 {
	margin-left: 30px;
}
.mr30 {
	margin-right: 30px;
}
.pt30 {
	padding-top: 30px;
}
.pb30 {
	padding-bottom: 30px;
}
.pl30 {
	padding-left: 30px;
}
.pr30 {
	padding-right: 30px;
}
.border-ccc {
	border: 1px solid #ccc;
}
.border-ddd {
	border: 1px solid #ddd;
}
.border-eee {
	border: 1px solid #eee;
}
.border-b-eee {
	border-bottom: 1px solid #eee;
}
.border-t-eee {
	border-top: 1px solid #eee;
}
.noborder {
	border: none !important;
}
.font12 {
	font-size: 12px;
}
.font13 {
	font-size: 13px;
}
.font14 {
	font-size: 14px;
}
.font15 {
	font-size: 15px;
}

.font16 {
	font-size: 16px;
}
.font17 {
	font-size: 17px;
}
.font18 {
	font-size: 18px;
}
.font19 {
	font-size: 19px;
}
.font20 {
	font-size: 20px;
}
.font21 {
	font-size: 21px;
}
.font22 {
	font-size: 22px;
}
.font23 {
	font-size: 23px;
}
.font24 {
	font-size: 24px;
}
.font25 {
	font-size: 25px;
}
.font26 {
	font-size: 26px;
}
.font27 {
	font-size: 27px;
}
.font28 {
	font-size: 28px;
}
.font29 {
	font-size: 29px;
}
.font30 {
	font-size: 30px;
}
.font31 {
	font-size: 31px;
}
.font32 {
	font-size: 32px;
}
.font33 {
	font-size: 33px;
}
.font34 {
	font-size: 34px;
}
.font36 {
	font-size: 36px;
}
.font38 {
	font-size: 38px;
}
.font40 {
	font-size: 40px;
}
.font42 {
	font-size: 42px;
}
.font46 {
	font-size: 46px;
}
.text-000 {
	color: #000;
}
.text-1a1 {
	color: #1a1a1a;
}
.text-010 {
	color: #010000;
}
.text-025 {
	color: #0257ab;
}
.text-232 {
	color: #232323;
}
.text-333 {
	color: #333;
}
.text-3f3 {
	color: #3f3f3f;
}
.text-393 {
	color: #393838;
}
.text-404 {
	color: #404040;
}
.text-414 {
	color: #414141;
}
.text-4c4 {
	color: #4c4c4c;
}
.text-505 {
	color: #505050;
}
.text-666 {
	color: #666;
}
.text-808 {
	color: #808080;
}
.text-999 {
	color: #999;
}
.text-fff {
	color: #fff;
}
.line20 {
	line-height: 20px;
}
.line21 {
	line-height: 21px;
}
.line22 {
	line-height: 22px;
}
.line23 {
	line-height: 23px;
}
.line24 {
	line-height: 24px;
}
.line25 {
	line-height: 25px;
}
.line26 {
	line-height: 26px;
}
.line27 {
	line-height: 27px;
}
.line28 {
	line-height: 28px;
}
.line29 {
	line-height: 29px;
}
.line30 {
	line-height: 30px;
}
.line31 {
	line-height: 31px;
}
.line32 {
	line-height: 32px;
}
.line33 {
	line-height: 33px;
}
.line34 {
	line-height: 34px;
}
.line35 {
	line-height: 35px;
}
.line36 {
	line-height: 36px;
}
.line37 {
	line-height: 37px;
}
.line38 {
	line-height: 38px;
}
.line39 {
	line-height: 39px;
}
.line40 {
	line-height: 40px;
}
.line41 {
	line-height: 41px;
}
.line42 {
	line-height: 42px;
}
.line48 {
	line-height: 48px;
}
.letter1 {
	letter-spacing: 1px;
}
.letter2 {
	letter-spacing: 2px;
}
.letter3 {
	letter-spacing: 3px;
}
.radius2 {
	border-radius: 2px;
}
.radius3 {
	border-radius: 3px;
}
.radius4 {
	border-radius: 4px;
}
.radius5 {
	border-radius: 5px;
}
.radius6 {
	border-radius: 6px;
}
.radius7 {
	border-radius: 7px;
}
.radius8 {
	border-radius: 8px;
}
.radius9 {
	border-radius: 9px;
}
.radius10 {
	border-radius: 10px;
}
.radius20 {
	border-radius: 20px;
}
.radius100 {
	border-radius: 100px;
}
/*字母大写*/
.uppercase {
	text-transform: uppercase;
}
/*强制字符换行*/
.break-all{
	word-break: break-all;
}
/*字体倾斜*/
.italic{
	font-style: italic;
}
.indent2em {
	text-indent: 2em;
}
/*阴影*/
.box-shadow {
	box-shadow: 0 0 5px #ccc;
}
.box-shadow-y2 {
	box-shadow: 0 2px 3px #ccc;
}
.hover-big {
	transition: all 0.6s;
}
.hover-big:hover {
	transform: scale(1.2);
}
.hover-cont1 {
	display: none;
	position: absolute;
	bottom: 25px;
	left: -38px;
	width: 196px;
	background: #ece7bf;
	box-shadow: 0 5px 10px #ccc;
	padding: 10px 10px 15px 13px;
	border-radius: 6px;
	line-height: 24px;
	font-size: 15px;
	z-index: 9;
}
.hover-cont2 {
	display: none;
	position: absolute;
	bottom: 65px;
	left: 0;
	right: 0;
	margin: auto;
	width: 440px;
	background: #ece7bf;
	box-shadow: 0 5px 10px #ccc;
	padding: 10px 5px 15px 13px;
	border-radius: 6px;
	line-height: 24px;
	font-size: 15px;
	z-index: 9;
	text-indent: 0;
	font-weight: normal;
}