
/*------------------------------------------------------------
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}
.text-center {
	text-align: center;
}
.text-red {
	color: red;
}
.font-size14 {
	font-size: 14px;
}
body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family:"Microsoft YaHei",微软雅黑;
	line-height: 1.1;
}

table,
input, textarea, select, option {
	line-height: 1.1;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
body {
	color: #333;
	text-align:center;
	line-height: 1.5;
	background: #86b6f8 url("../image/bg-2-1.jpg") no-repeat center top;
	background-size: cover;
}

#container {
	text-align: left;
	overflow:  hidden;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
img {
	vertical-align: top;
}
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.mt0 {
	margin-top: 0 !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
/*------------------------------------------------------------
------------------------------------------------------------*/
#main {
	max-width: 540px;
	margin: 0 auto;
	padding: 60px 0 20px;
}
#main img {
	width: 100%;
}
.logo{
	margin: 0 auto 50px;
	width: 340px;
}
.inner {
	background: url("../image/bg02.png") no-repeat center top;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* padding: 0 100px 20px; */
}
.fromContent {
	padding: 0 100px 20px;
}
.inner .title {
	width: 350px;
	margin: 0 auto 50px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 20px 5px 20px;
background-color: transparent;
background-image: linear-gradient(140deg, #D2A438 0%, #FFEF88 100%);
border-style: solid;
border-width: 1px 0px 0px 0px;
border-color: #067E1E;
border-radius: 0px 0px 10px 10px;
	color: #000000;
font-family: "Roboto Slab", Sans-serif;
font-size: 24px;
font-weight: 700;
font-style: normal;
}
.inner li {
	margin-bottom: 20px;
	position: relative;
}
.inner input {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #252525;
border: 1px solid #FFE51B;
border-radius: 50px 50px 50px 50px;
	color:#fff;
	padding: 6px 55px !important;
	font-size: 20px;
	font-weight: normal;
min-height: 46px;
}
.inner li span {
	position: absolute;
	top:10px;
	left:14px;
	display: block;
	width: 24px;
}
.inner .btn {
	width: 300px;
	margin: 0 auto;
  -webkit-animation: tada 1s infinite;
  animation: tada 1s infinite	
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

.ulList {
	margin:  20px 0;
}
.ulList li {
	float: left;
	width: 135px;
}
.service {
	width: 410px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.service .live {
	width: 190px;
	margin: 0px 15px 0px 0px;
	float: left;
}
.service .live a {
	text-align: center;
	display: block;
		color: #fff;
font-size: 16px;
padding: 15px 30px;	
	font-family: "Roboto Slab", Sans-serif;
font-weight: 500;
background-color: transparent;
background-image: linear-gradient(120deg, #0095FF 0%, #0F74D7 100%);
border-radius: 20px 0px 20px 0px;
box-shadow: 0px 19px 22px 0px rgba(0, 0, 0, 0.5);
letter-spacing: 1px;
}
.service .tg {
	width: 190px;	
	float: left;
}
.service .tg a {
text-align: center;	
	display: block;	
	color: #fff;
	font-size: 16px;
padding: 15px 30px;	
	font-family: "Roboto Slab", Sans-serif;
font-weight: 500;
background-color: transparent;
background-image: linear-gradient(230deg, #0095FF 0%, #0F74D7 100%);
border-radius: 20px 0px 20px 0px;
box-shadow: 0px 12px 35px 0px rgba(0, 0, 0, 0.5);
letter-spacing: 1px;
}
.service li img {
	margin: 0 6px 0 0;
	width: 20px !important;
	vertical-align: middle;
}
.slick{
    border-radius: 8px;
    overflow: hidden;
}
.slick img {
    border-radius: 8px;
}
@media all and (min-width: 0) and (max-width: 767px) {
	#main {
		margin: 0 20px;
		padding-top: 10px;
	}
	.logo {
	    margin-bottom: 10px;
		width: 250px;
	}
	/* .inner {
		padding: 0 40px 20px;
	} */
	.fromContent {
		padding: 0 10px 10px;
	}
	.inner .title {
		margin-bottom: 10px;
	}
	.inner .btn {
		width: 280px;
	}
	.ulList li {
		width: 25%;
	}
	.service {
		width: 100%;
	}
	.service .live {
		width: 48%;
		margin: 0 4% 0 0;
	}
	.service .tg {
		width: 48%;
		margin: 0 0 0;
	}	
	.service a {
		padding: 15px 15px !important;
	}
	
	
}













