@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	overflow-x: hidden;
}

a {
	text-decoration: none;
}

.swiper-container {
	height: 500px;
	overflow: visible;
}

.pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 105px;
	width: 100%;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 32px;
	height: 20px;
	font-size: 0;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	transition: width .8s;
}

.swiper-pagination-switch:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 4px;
	border-radius: 2px;
	background: rgba(102, 102, 102, .5);
	vertical-align: middle;
	transition: width .8s, background-color .8s;
	box-shadow: 0 3px 6px 0 rgba(33, 39, 81, 0.20);
}

.swiper-active-switch:before {
	background: #ffaa00;
	box-shadow: 0 3px 6px 0 rgba(250, 111, 102, .5);
}

.swiper-slide {
	position: relative;
	opacity: 0;
	transition: opacity 0.7s ease-in-out;
	overflow: hidden;
}

.swiper-slide-active {
	opacity: 1;
}

.swiper-slide .img {
	position: absolute;
}

.inner {
	position: relative;
	display: block;
	width: 1180px;
	height: 500px;
	margin: 0 auto;
}

.banner-text {
	position: absolute;
	left: 0;
	bottom: 150px;
	z-index: 999;
}

.banner-text h3 {
	margin-bottom: 10px;
	font-size: 24px;
	color: #333333;
	line-height: 36px;
}

.banner-text em {
	font-style: normal;
	color: #ffffff;
}

.banner-text h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 48px;
	color: #2d8cf0;
	line-height: 60px;
}

.banner-text p {
	margin-top: 10px;
	font-size: 18px;
	color: #bdbdbd;
	line-height: 22px;
}

.banner-text .btn-primary {
	box-shadow: 0 10px 20px 0 rgba(239, 35, 54, 0.20);
	margin-top: 30px;
	height: 40px;
	line-height: 38px;
	padding: 0 30px;
	font-size: 18px;
	color: #fff;
	background-color: #ffaa00;
	display: inline-block;
	border-radius: 28px;
}
.btn-primary:hover{
	background-color: #d48d00;
}

.slide1 {
	background: url(http://all-exe.oss-cn-chengdu.aliyuncs.com/exe/picture/bg-pc1.jpg) no-repeat center center;
}

.slide2 {
	background: url(../images/bg-pc2.jpg) no-repeat center center;
}

.slide3 {
	background: url(../picture/2.jpg) no-repeat center center;
}

.slide4 {
	background: url(http://all-exe.oss-cn-chengdu.aliyuncs.com/exe/picture/bg-pc1.jpg) no-repeat center center;
}

.slide5 {
	background: url(../images/bg-pc5.jpg) no-repeat center center;
}

.slide2 .img1 {
	left: 0px;
	bottom: 120px;
	z-index: 9;
	position: absolute;
}

.slide4 .img1 {
	right: 0px;
	bottom: 130px;
	z-index: 9;
	position: absolute;
}

.slide4 .img2 {
	right: -190px;
	bottom: 0px;
	z-index: 9;
	position: absolute;
}

.slide1 .img1 {
	right: 0px;
	bottom: 130px;
	z-index: 9;
	position: absolute;
}

.slide5 .img1 {
	right: -190px;
	bottom: 0px;
	z-index: 9;
	position: absolute;
}

.slide5 .img2 {
	right: -190px;
	bottom: 0px;
	z-index: 9;
	position: absolute;
}

/*波浪遮罩*/
.cover {
	background: url(../images/banner-cover.png) no-repeat center center;
	position: absolute;
	z-index: 9;
	bottom: 0;
	left: -1280px;
	right: -1280px;
	width: 2560px;
	height: 60px;
	margin: 0 auto;
}

/*底下四个导航*/
.home-events {
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	bottom: 0;
	margin-bottom: -38px;
}

.home-events-box {
	max-width: 1210px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}

.home-events-box-wrapper {
	width: 100%;
	border-radius: 4px;
	box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.10);
}

.home-events-box-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

.home-events-box-item {
	position: relative;
	float: left;
	width: 25%;
	height: 120px;
	background: rgba(255, 255, 255, 1);
	-webkit-transition: .2s;
	transition: .2s;
	border-radius: 15px;
}

.home-events-box-item a {
	display: block;
	height: 100%;
	padding: 34px 5px 34px 120px;
}

.home-events-box-item:hover i img:last-child {
	opacity: 1;
}

.home-events-box-item:hover h2 {
	color: #ffaa00;
}

.home-events-box-item i {
	position: absolute;
	top: 30px;
	left: 40px;
	width: 60px;
	height: 60px;
}

.home-events-box-item i img {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	will-change: opacity;
}

.home-events-box-item i img:last-child {
	opacity: 0;
}

.home-events-box-item h2,
.home-events-box-item p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.home-events-box-item h2 {
	margin-bottom: 4px;
	font-size: 18px;
	line-height: 22px;
	color: #3B516A;
	-webkit-transition: .2s;
	transition: .2s;
	will-change: color;
}

.home-events-box-item p {
	font-size: 14px;
	line-height: 20px;
	color: #95989D;
}

/*  */

/* 公共样式表css */
html,
body {
	color: #333;
	margin: 0;
	height: 100%;
	font-family: "Myriad Set Pro", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #000;
}

img {
	border: 0;
}

body {
	background: #fff;
	color: #666;
	font: 12px/150% Arial, Verdana, "microsoft yahei";
}

html,
body,
div,
dl,
dt,
dd,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
button,
fieldset,
form,
input,
legend,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #08acee;
}

button {
	outline: 0;
}

img {
	border: 0;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
	outline: none;
}

li {
	list-style: none;
}

a {
	color: #666;
}

a:hover {
	color: #eee;
}

.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {}

/* 必要布局样式css */
.strange-box {
	max-width: 1210px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}

.strange-header {
	max-width: 1210px;
	padding: 50px 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.strange-header h2 {
	margin-bottom: 10px;
	font-size: 26px;
	line-height: 46px;
	text-align: center;
	color: #3B516A;
}

.strange-header p {
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	color: #999;
}

.strange-content {
	position: relative;
	padding-bottom: 60px;
}

.strange-news-fl {
	width: 482px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.10);
}

.strange-news-fl img {
	position: relative;
	z-index: 1;
	float: right;
	width: 100%;
	background-color: white;
}

.strange-news-fr {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.strange-news-sw {
	margin-left: 400px;
	width: calc(100% - 400px);
	box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.10);
}

.strange-info {
	padding-left: 10px;
}

.strange-info-list {
	width: 100%;
	box-sizing: border-box;
}

.strange-info-list li {
	margin-left: 150px;
}

.strange-info-list li {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}

.strange-info-list>li {
	padding-top: 50px;
	/*padding-left: 150px;*/
	/*padding-right: 75px;*/
	width: 100%;
	height: 100%;
}

.strange-info-list li a {
	display: inline-block;
	width: 100%;
	height: auto;
}

.strange-info-list li a h2 {
	font-size: 20px;
	line-height: 26px;
	color: #3B516A;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.strange-info-list li a h2:hover {
	color: #fa6f66;
}

.strange-text {
	position: relative;
	width: 550px;
}

.strange-info-list .strange-text:before {
	width: 20px;
	height: 20px;
	content: "";
	position: absolute;
	bottom: 0;
	right: -30px;
	/* background: url(../images/news-icon-2.png) no-repeat; */
	background-size: cover;
}

.strange-info-list .strange-text:after {
	width: 20px;
	height: 20px;
	content: "";
	position: absolute;
	top: 0;
	left: -30px;
	/* background: url(../images/news-icon-1.png) no-repeat; */
	background-size: cover;
}

.strange-text-title {
	height: 132px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #95989D;
	line-height: 22px;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}

.strange-info-list .strange-more {
	display: inline-block;
	width: 132px;
	height: 40px;
	border: 1px solid #3B516A;
	border-radius: 4px;
	font-size: 14px;
	color: #3B516A;
	text-align: left;
	padding-left: 30px;
	line-height: 40px;
	margin-bottom: 70px;
}

.strange-more em {
	display: inline-block;
	width: 13px;
	height: 8px;
	vertical-align: middle;
	margin-top: -4px;
	margin-left: 10px;
	background: url(../images/news-btn-more.png) no-repeat;
	background-size: cover;
	transition: margin-left 0.3s ease-out;
}

.strange-more:hover {
	color: #fa6f66;
	border-color: #fa6f66;
}

.strange-more:hover em {
	margin-left: 15px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAYAAADpeqZqAAAAAXNSR0IArs4c6QAAAI1JREFUGBljYCADMBLS87sgfQPDf4Z/LIKSYYwNDX9A6pkIaWIRkAz7z8ig//vDs+v/GxrYQOoJ2gRSBFL8+8Pz60DWP1YBKW2wpl/56beAAqogBYQAIyPDBuJsmpnG+uc6wxqggf9YNBnCCGr6j64hfdZvFkLO+XuDKZiFhaGagUfiGmN6wz9C6nHKAwAcay6AxWqjRQAAAABJRU5ErkJggg==") no-repeat;
}

.strange-pagination {
	width: 200px;
	height: 20px;
	bottom: 30px;
	left: 50%;
	margin-left: -100px;
}

.strange-pagination {
	width: 200px;
	height: 20px;
	bottom: 30px;
	left: 50%;
	margin-left: -100px;
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.strange-pagination ul li {
	width: 24px;
	height: 4px;
	border-radius: 1px;
	transition: all 0.3s;
	margin: 0 5px;
	cursor: pointer;
	display: inline-block;
	background: #000;
	opacity: .2;
	text-indent: -9999px;
}

.strange-pagination .on {
	background: #F66E6A;
	border-radius: 100px;
	transform: scale(1.2);
	opacity: 1;
}
/* 33 */

/* 公共样式表css */
html,body {
    color: #333;
    margin: 0;
    height: 100%;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    border: 0;
}

body {
    background: #fff;
    color: #666;
}

html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #08acee;
}

button {
    outline: 0;
}

img {
    border: 0;
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

a {
    color: #666;
}

a:hover {
    color: #eee;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}

/* 必要布局样式css */
.cloud-content {
    background: #f5f5f5;
    padding: 80px 0;
}

.cloud-header {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.cloud-header h3 {
    font-weight: normal;
    text-align: center;
    margin-bottom: 40px;
    color: #333;
}

.cloud-header h3 em {
    display: block;
    margin-bottom: 14px;
    font-style: normal;
    font-size: 30px;
}

.cloud-header h3 span {
    font-size: 16px;
    opacity: .6;
}

.cloud-wrapper .cloud-card {
    float: left;
    padding: 20px;
    cursor: pointer;
    min-height: 310px;
    background: transparent;
    width: calc(24.8% - -3px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}

@media screen and (max-width:1677px) {
	.cloud-wrapper .cloud-card {		
		width: 50%;

	}
}
@media screen and (max-width:700px) {
	.cloud-wrapper .cloud-card {		
		width: 100%;

	}
}
.cloud-card-image {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.cloud-card-text {
    margin-top: 10px;
    color: #e6e6e6;
    font-size: 14px;
    line-height: 24px;
}

.cloud-card-image-back {
    width: 100%;
    height: 200px;
    background: url(http://all-exe.oss-cn-chengdu.aliyuncs.com/exe/picture/ww.png) no-repeat center;
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
}

.cloud-card-image .cloud-card-image-back {
    z-index: 0;
    position: absolute;
}

.cloud-card-image-title {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 200px;
    position: absolute;
    z-index: 1;
}

.cloud-wrapper .cloud-card:hover .cloud-scale {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.cloud-wrapper .cloud-card:hover {
    background: rgba(255, 170, 0, 0.3);
    -webkit-box-shadow: 0 0 25px rgba(186, 204, 207, 0.7);
    -moz-box-shadow: 0 0 25px rgba(186, 204, 207, 0.7);
    box-shadow: 0 0 25px rgba(186, 204, 207, 0.7);
}

.cloud-card-image-back01 {
    width: 100%;
    height: 200px;
    background: url(http://all-exe.oss-cn-chengdu.aliyuncs.com/exe/picture/hh.png) no-repeat center;
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    z-index: 0;
    position: absolute;
}

.cloud-card-image-back02 {
    width: 100%;
    height: 200px;
    background: url(http://all-exe.oss-cn-chengdu.aliyuncs.com/exe/picture/ss.png) no-repeat center;
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    z-index: 0;
    position: absolute;
}

.cloud-card-image-back03 {
    width: 100%;
    height: 200px;
    background: url(http://all-exe.oss-cn-chengdu.aliyuncs.com/exe/picture/xk.png) no-repeat center;
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    z-index: 0;
    position: absolute;
}

/*reset css*/
/* *{margin:0;padding:0;list-style:none;border:none;} */
/*main css*/
.izl-rmenu{position:fixed;right:10px;bottom:10px;padding-bottom:73px;z-index:999;}
.izl-rmenu .btn{width:72px;height:73px;margin-bottom:1px;cursor:pointer;position:relative;}
.izl-rmenu .btn-qq{background:url(../picture/r_qq.png) 0px 0px no-repeat;background-color:#6da9de;}
.izl-rmenu .btn-qq:hover{background-color:#488bc7;}
.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background:url(../images/r_qq.png) 0px 0px no-repeat;background-color:#6da9de;text-decoration:none;display:block;}
.izl-rmenu .btn-wx{background:url(../picture/r_wx.png) 0px 0px no-repeat;background-color:#78c340;}
.izl-rmenu .btn-wx:hover{background-color:#58a81c;}
.izl-rmenu .btn-wx .pic{position:absolute;left:-180px;top:0px;display:none;width:160px;height:160px;}
.izl-rmenu .btn-phone{background:url(../picture/r_phone.png) 0px 0px no-repeat;background-color:#fbb01f;}
.izl-rmenu .btn-phone:hover{background-color:#ff811b;}
.izl-rmenu .btn-phone .phone{background-color:#ff811b;position:absolute;width:160px;left:-160px;top:0px;line-height:73px;color:#FFF;font-size:18px;text-align:center;display:none;}
.izl-rmenu .btn-top{background:url(../picture/r_top.png) 0px 0px no-repeat;background-color:#666666;display:none;}
.izl-rmenu .btn-top:hover{background-color:#444;}

/* 444 */




a:focus {
    outline: none;
    text-decoration: none;
}
a:hover,
a:active {
    outline: none;
    color: #2B2F3D;
    text-decoration: none;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}


/* 必要布局样式css */

.container {width: 1200px !important}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    z-index: 10;
    position: relative;
}

.container:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.btn-blue,
.btn-blue-border:hover {
    color: #FFF !important;
    background: #c5c5c5 !important;
    border: 2px solid transparent !important;
}
.btn-blue:hover,
.btn-blue-border {
    color: #cfcfcf !important;
    background-color: transparent !important;
    border: 2px solid #cfcfcf !important;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.adaction {
    background: #ffffff;
    background-position: center bottom;
    background-repeat: repeat-x;
}
.adaction .container {
    padding-top: 30px;
    padding-bottom: 30px;
}
.adaction p {
    color: #7e7e7e;
    font-size: 24px;
    line-height: 46px;
    float: left;
}
.adaction .btn {
    float: right;
}
.foot {
    background-color: #212121;
}
.foot h4 {
    color: #FFF;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: normal;
}
.foot a {
    color: #999;
}
.foot .phone .fa {
    margin-right: 5px;
}

.foot .phone {
    color: #999;
    font-size: 16px;
    font-weight: bold;
}
.foot .fa-phone img{
    float:left;
}
.foot .btn-green {
    margin: 5px 0;
    padding: 5px 12px;
    color: #EEE;
    background-color: #339E60;
}
.foot .btn-green .fa {
    margin-left: 5px;
    color: #DDD;
}
.foot .links {
    max-height: 140px;
    overflow: hidden;
}

footer {
    background-color: #212121;
}
footer .container {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #333;
}
footer .copy {
    color: #737373;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
    float: left;
}
footer .copy span {
    color: #777;
    margin: 0 10px;
}
footer .footer-link {
    color: #FFF;
    font-style: 400;
}
.space {
    padding-top: 80px;
    padding-bottom: 80px;
}
.col-xs-2 {
    width: 16.66666667%;
    float: left;
}
.col-xs-6 {
    width: 50%;
    float: left;
}
ul.footer_social_links {
    float: right;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}
.footer_social_links li {
    float: left;
    padding: 0px 10px;
    border-left: 2px solid #404040;
    list-style: none;
    line-height: 20px;
    margin-top: 5px;
}
.footer_social_links li:first-child {
    border-left: 0;
}
.footer_social_links a {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
    text-align: right;
}
.footer_social_links a:hover {
    color: #eee;
}

.adaction1 {
    background: #000000;
    background-position: center bottom;
    background-repeat: repeat-x;
}
.adaction1 .container {
    padding-top: 30px;
    padding-bottom: 30px;
}
.adaction1 p {
    color: #ffaa00;
    font-size: 24px;
    line-height: 46px;
    float: left;
}
.adaction1 .btn {
    float: right;
}

.btn-blue-border1:hover {
    color: #ffffff !important;
    background: #ffaa00 !important;
    border: 2px solid transparent !important;
}
.btn-blue1:hover,
.btn-blue-border1 {
    color: #ffaa00 !important;
    background-color: transparent !important;
    border: 2px solid #ffaa00 !important;
}
.content {
	width: 1330px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-color: ;
}

.title {
	height: 40px;
	line-height: 40px;
	color: #3c4f6b;
}

.title h2 {
	font-size: 16px;
}

.list ul {
	margin: 10px;
	font-size: 0;
}

.list li {
	position: relative;
	display: inline-block;
	width: 610px;
	margin: 10px 0 0 10px;
	background-color: #fff;
	vertical-align: top;
	border-radius: 15px;
}

.list .to-detail {
	position: relative;
	display: block;
	height: 180px;
	padding: 40px 30px 40px 130px;
	box-shadow: 10px 0 25px rgba(186, 204, 207, 0.7);
	border-radius: 15px;
}

.list .to-detail:hover .name {
	color: #666;
}

.list .logo {
	position: absolute;
	left: 30px;
	top: 40px;
	width: 80px;
	height: 80px;
}

.list .info {
	height: 38px;
	margin-top: 10px;
}

.list .name {
	display: inline-block;
	font-size: 20px;
	color: #333;
}

.list .time {
	display: inline-block;
	margin-left: 20px;
	font-size: 14px;
	color: #202020;
}

.list .desc {
	line-height: 22px;
	font-size: 12px;
	color: #a4a4a4;
}

.list .down-btns {
	position: absolute;
	right: 30px;
	top: 41px;
	width: 110px;
	height: 78px;
}

.list .btn {
	display: inline-block;
	width: 108px;
	margin-top: 22px;
	border: 2px solid #ffaa00;
	line-height: 34px;
	font-size: 14px;
	color: #ffaa00;
	text-align: center;
	background-color: #ffffff;
	border-radius: 10px;
}

.list .btn:hover {
	border-color: #ffaa00;
	background-color: #ffaa00;
	color: #ffffff;
}

.list .btn-appstore {
	color: #ffaa00;
	background-color: #fff;
}

.list .btn-appstore:hover {
	color: #fff;
}

.list .btn-appstore:hover .icon-appstore {
	background-image: url(../image/appstore2.png);
}

.list .btns2 .btn {
	margin-top: 6px;
}

.list .btns2 .btn:first-child {
	margin-top: 0;
}

.list .icon-appstore {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-bottom: 6px;
	background: url(../image/appstore.png) no-repeat 50%;
	background-size: 16px auto;
	vertical-align: middle;
}
.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}
