/*----媒体资讯页面样式*/
.banner-box-media{
	width: 1170px;
	margin: 0 auto;
	height: 223px;
	overflow: hidden;
	padding-top: 47px;
	background: #fff;
	margin-top: -78px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	box-shadow: 0px 8px 30px #f1f1f1; 
	position: relative;
	margin-bottom: 80px;
}

#bnr_tabs_media {
    /*float: left;*/
    width: 1099px;
    height: 173px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
    position: relative;
}

.flexslider .slides li{
    width: 100%;
    height: 173px;
    overflow: hidden;
}

.flexslider .slides li img{
	display: block;
	float: left;
}

.bnr-page-box-media{
	width: 100%;
	text-align: center;
	height: 20px;
	position: absolute;
	bottom: 21px;
}

#bnr_ctrl {
    overflow: hidden;
    display: inline-block;
    height: 10px;
    line-height: 10px;
}

#bnr_ctrl li {
    /*float: left;*/
    width: 8px;
    height: 8px;
    background: #e5e5e5;
    border-radius: 50%;
    margin-right: 4px;
    cursor: pointer;
    display: inline-block;
}

#bnr_ctrl li.active{
	width: 6px;
	height: 6px;
	background: #fff;
	border: 2px solid #009cff;
}

.news-list-box{
	width: 1096px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.news-list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 77px;
}

.news-top{
	width: 100%;
	height: auto;
	margin-bottom: 23px;
}

.news-img-box{
	width: 337px;
	height: 180px;
	float: left;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 106px;
	position: relative;
	z-index: 999;
}

.news-img-box img{
	display: block;
	width: 100%;
	height: 100%;
	transition:all 0.6s linear; 
	-moz-transition:all 0.6s linear;
	-o-transition:all 0.6s linear; 
	-ms-transition:all 0.6s linear; 
    transform:scale(1,1); 
    -ms-transform:scale(1,1); 
    -moz-transform:scale(1,1);
    -webkit-transform:scale(1,1);
    -o-transform:scale(1,1);
    position: absolute;
    z-index: 1;
}

.news-img-box:hover img{
	transform:scale(1.1,1.1);
    -ms-transform:scale(1.1,1.1); 	/* IE 9 */
    -moz-transform:scale(1.1,1.1); 	/* Firefox */
    -webkit-transform:scale(1.1,1.1); /* Safari Chrome */
    -o-transform:scale(1.1,1.1); 	/* Opera */
}

.news-txt-box{
	float: left;
	height: 100%;
	overflow: hidden;
	display: block;
}

.news-txt-box h1{
	width: 563px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 22px;
	color: #2a2a2a;
	margin-bottom: 10px;
	margin-top: 18px;
}

.news-txt-box p{
	font-size: 16px;
	color: #666;
	width: 542px;
	line-height: 28px;
	margin-bottom: 12px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:3 ;
	height: 84px;
}

.news-txt-box:hover h1{
	color: #4199f2;
}

.news-bottom{
	width: 100%;
	height: 44px;
}

.btn-news-more{
	display: block;
	width: 142px;
	height: 100%;
	text-align: center;
	line-height: 44px;
	font-size: 16px;
	color: #fff;
	border-radius: 21.5px;
	-moz-border-radius: 21.5px;
	background: url(../img/btn-news-more.png) no-repeat;
	float: right;
	margin-top: -8px;
}

.btn-news-more:hover{
	opacity: 0.8;
}
@font-face {
    font-family: 'Akzidenz Grotesk-Extra Bold';
    src: url('../Fonts2/Akzidenz Grotesk-Extra Bold.eot');
    src: url('../Fonts2/Akzidenz Grotesk-Extra Bold.eot?#iefix') format('embedded-opentype'), url('../Fonts2/Akzidenz Grotesk-Extra Bold.woff') format('woff'), url('../Fonts2/Akzidenz Grotesk-Extra Bold.ttf') format('truetype'), url('../Fonts2/Akzidenz Grotesk-Extra Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
.news-bottom span{
	font-size: 25.84px;
	color: #d4d4d4;
	float: left;
	font-family: 'Akzidenz Grotesk-Extra Bold';
}

.news-line{
	width: 835px;
	height: 1px;
	background: #ececec;
	position: relative;
	left: 50%;
	margin-left: -445px;
	top: 18px;
}

/*----媒体资讯详情页面样式*/
.news-cnt-box{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
	padding-top: 72px;
	margin-top: -78px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
}

.news-title-box{
	width: 1168px;
	margin-left: 33px;
	border-bottom: 1px solid #eaeaea;
	position: relative;
	margin-bottom: 59px;
	padding-bottom: 30px;
}

.news-title-box h1{
	font-size: 26px;
	color: #000;
	width: 895px;
	margin-left: 36px;
}

.news-title-box span{
	display: inline-block;
	color: #bdbdbd;
	font-size: 16px;
	margin-top: 16px;
	margin-left: 36px;
	
}

.media-newsTitle{
	position: absolute;
	top: 0;
	right: 79px;
}

.btn-media-service{
	display: block;
	width: 180px;
	height: 52px;
	margin: 0 auto;
	text-align: center;
	line-height: 52px;
	font-size: 20px;
	color: #fff;
	background: url(../img/btn-news-service.png) no-repeat;
	margin-bottom: 83px;
}

.newsCnt1{
	width: 1168px;
	float: right;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 90px;
}

.newsCnt1 p{
	color: #666;
	font-size: 16px;
	line-height: 28px;
	width: 950px;
	margin: 0 auto;
	margin-bottom: 0px
}

.newsCnt1 img{
	display: block;
	margin: 0 auto;
	max-width: 950px;
}

.btn-media-advantage{
	display: block;
	width: 180px;
	height: 52px;
	margin: 0 auto;
	text-align: center;
	line-height: 52px;
	font-size: 20px;
	color: #fff;
	background: url(../img/btn-news-advantage.png)  no-repeat;
	margin-bottom: 83px;
}

.btn-media-feedback{
	display: block;
	width: 180px;
	height: 52px;
	margin: 0 auto;
	text-align: center;
	line-height: 52px;
	font-size: 20px;
	color: #fff;
	background: url(../img/btn-news-feedback.png)  no-repeat;
	margin-bottom: 83px;
}

.news-choose{
	width: 966px;
	float: right;
	height: auto;
	overflow: hidden;
	font-size: 16px;
	padding-bottom: 66px;
}

.news-prev{
	color: #343434;
	margin-bottom: 13px;
}

.news-prev span{
	color: #3b90f2;
}



/*----用户案例页面样式*/
.btn-video{
	display: block;
	width: 152px;
	height: 44px;
	background: url(../img/btn-video-bg.png) no-repeat;
	position: absolute;
	top: 344px;
}

.btn-video:hover{
	opacity: 0.8;
}

.body-case{
	width: 1198px;
	margin: 0 auto;
	/*overflow: hidden;*/
	height: auto;
	background: #fff;
	margin-top: -104px;
	padding-top: 104px;
	border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
}

.case-cnt1-box{
	width: 100%;
	height: auto;
	text-align: center;
	padding-bottom: 84px;
	border-bottom: 1px solid #eef1f3;
	margin-bottom: 46px;
}

.case-num{
	display: block;
	margin: 0 auto;
	margin-top: -27px;
	margin-bottom: 58px;
}

.img-case-member{
	width: 100%;
	display: block;
	margin-bottom: 96px;
}

.case-cnt1-box p{
	font-size: 16px;
	color: #666;
}

.case-cnt2-box{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.case-row{
	width: 100%;
	overflow: hidden;
	height: auto;
	width: 1096px;
	margin: 0 auto;
}
.case-row:hover .case-row-right h1{
	color: #5789f0;
}

.case-row-left{
	float: left;
	width: 380px;
	height: 306px;
	background: #fff;
	border: 1px solid #f0f0f0;
	border-radius: 8px;
	box-shadow: 0px 12px 30px #f5f5f5;
	margin-bottom: 46px;
}

.img-case-row{
	width: 320px;
	height: 160px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 35px;
}

.img-case-row img{
	width: 100%;
	height: 100%;
	display: block;
	transition:all 0.6s linear; 
	-moz-transition:all 0.6s linear;
	-o-transition:all 0.6s linear; 
	-ms-transition:all 0.6s linear; 
    transform:scale(1,1); 
    -ms-transform:scale(1,1); 
    -moz-transform:scale(1,1);
    -webkit-transform:scale(1,1);
    -o-transform:scale(1,1);

}

.case-row:hover img{
	transform:scale(1.1,1.1);
    -ms-transform:scale(1.1,1.1); 	/* IE 9 */
    -moz-transform:scale(1.1,1.1); 	/* Firefox */
    -webkit-transform:scale(1.1,1.1); /* Safari Chrome */
    -o-transform:scale(1.1,1.1); 	/* Opera */

}

.case-row-left h1{
	font-size: 18px;
	color: #2a2a2a;
	padding-left: 36px;
	margin-bottom: 3px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.case-row-left h2{
	font-size: 18px;
	color: #24a6ff;
	padding-left: 36px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.case-row-right{
	float: left;
	width: 628px;
	height: auto;
	margin-left: 84px;
	padding-top: 56px;
}

.case-row-right h1{
	font-size: 20px;
	color: #2a2a2a;
	width: 522px;
	margin-bottom: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.case-row-right p{
	font-size: 16px;
	color: #666;
	width: 522px;
	line-height: 24px;
	/*padding-bottom: 45px;*/
	border-bottom: 1px solid #eeeff1;
	margin-bottom: 22px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:3 ;
	height: 76px;
}


.case-more{
	display: block;
	width: 38px;
	height: 15px;
	background: url(../img/case-more.png) no-repeat;
	margin-left: 5px;
}

.case-more-btn{
	display: block;
	width: 242px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	background: url(../img/case-more-btn.jpg) no-repeat;
	margin-top: 90px;
	margin: 0 auto;
	font-size: 18px;
	color: #fff;
	margin-bottom: 100px;
	margin-top: 90px;
}

.case-more-btn:hover{
	opacity: 0.8;
}

.mgrT88{
	margin-top: 88px !important;
}


/*----团队介绍页面样式*/
.mgrB80{
	margin-bottom: 80px;
}

.team-box{
	width: 1120px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.team-box h1{
	font-size: 25px;
	color: #000;
	width: 100%;
	text-align: center;
	margin-bottom: 28px;
}
.team-box h2{
	font-size: 16px;
	color: #666;
	width: 100%;
	text-align: center;
}

.team-num{
	display: block;
	margin: 0 auto;
	margin-top: 55px;
	margin-bottom: 204px;
}

.team-member-box-left{
	width: 714px;
	min-height: 200px;
	position: relative;
	background: #f5f5f5;
	margin-bottom: 180px;
	padding-left: 406px;
	padding-top: 46px;
	padding-bottom: 24px;
	position: relative;
}

.team-member-name{
	font-size: 20px;
	color: #666;
	margin-bottom: 24px;
}

.team-member-name span{
	font-size: 25px;
	color: #000;
	margin-right: 20px;
}

.team-member-box-left p,.team-member-box-right p{
	width: 646px;
	font-size: 16px;
	color: #666;
	line-height: 24px;
	height: 52px;
	overflow: hidden;
}

.team-member-box-left p.more,.team-member-box-right p.more{
	height: auto;
}

.team-member-box-left  .span,.team-member-box-right  .span{
	display: inline-block;
	width: 14px;
	height: 9px;
	background: url(../img/down-member-det.png) no-repeat;
	cursor: pointer;
	width: 100%;
	text-align: right;
	background-position-x: 96%;
	margin-top: -18px;
}
.team-member-box-left .span{
	background-position-x: 89%;
}
.team-member-box-left .span.close,.team-member-box-right .span.close{
	background: url(../img/up-member-det.png) no-repeat !important;
	background-position-x: 96% !important;
}
.team-member-box-left .span.close{
	background-position-x: 89% !important;
}
.team-member-com{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.team-member-com img{
	display: block;
	float: left;
	margin-right: 10px;
}

.team-member-left{
	position: absolute;
	left: 57px;
	bottom: 35px;
}

.team-member-box-right{
	width: 657px;
	min-height: 200px;
	position: relative;
	background: #f5f5f5;
	margin-bottom: 180px;
	padding-right: 406px;
	padding-top: 46px;
	padding-left: 57px;
	padding-bottom: 24px;
}

.team-member-right{
	position: absolute;
	right: 57px;
	bottom: 35px;
}

.team-botm-txt{
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 102px;
}


/*----申请试用页面样式*/
.body-trila{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	padding-top: 68px;
	margin-top: -68px;
	background: #fff;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}

.trial-cnt-box{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.trial-left-img{
	float: left;
	overflow: hidden;
	margin-top: 41px;
	margin-left: 87px;
}

.trial-left-img img{
	display: block;
}

.trial-form{
	float: left;
	margin-left: 144px;
	overflow: hidden;
	width: 414px;
}

.form-img-box{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 42px;
}

.form-img-box img{
	display: block;
}

.ipt-normal{
	width: 390px;
	height: 44px;
	line-height: 44px;
	padding-left: 21px;
	border: 1px solid #ededed;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: #f3f5f7;
}

.mgrB20{
	margin-bottom: 20px !important;
}

.ipt-normal-active{
	width: 388px !important;
	border: 2px solid #84a7f4 !important;
	height: 42px !important;
	padding-left: 20px;
}

.ipt-group{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.ipt-job{
	width: 153px;
	height: 44px;
	padding-left: 21px;
	line-height: 44px;
	border: 1px solid #ededed;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: #f3f5f7;
	float: left;
	margin-right: 13px;
}

.ipt-job-active{
	width: 151px !important;
	height: 42px !important;
	padding-left: 20px !important;
	border: 2px solid #84a7f4 !important;
}

.ipt-name{
	width: 199px;
	height: 44px;
	padding-left: 21px;
	line-height: 44px;
	border: 1px solid #EDEDED;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: #F3F5F7;
	float: left;
}

.ipt-name-active{
	width: 197px !important;
	height: 42px !important;
	padding-left: 20px !important;
	border: 2px solid #84a7f4 !important;
}

.ipt-vc{
	width: 204px;
	height: 44px;
	padding-left: 21px;
	line-height: 44px;
	border: 1px solid #EDEDED;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: #F3F5F7;
	float: left;
	margin-right: 21px;
}

.ipt-vc-active{
	width: 202px !important;
	height: 42px !important;
	padding-left: 20px !important;
	border: 2px solid #84a7f4 !important;	
}

.btn-vc{
	width: 163px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border: 1px solid #EDEDED;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: #F3F5F7;
	float: left;
	color: #b5b7b8;
	font-size: 14px;
	cursor: pointer;
}

.btn-vc:hover{
	color: #959595;
}

.mgrB14{
	margin-bottom: 14px;
}

.btn-sub-trial{
	width: 192px;
	height: 52px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 52px;
	background: url(../img/btn-sub-trial.png) no-repeat;
	margin: 0 auto;
	display: block;
	margin-top: 55px;
	cursor: pointer;
	background-color: transparent;
	border-radius: 26px;
}

.btn-sub-trial:hover{
	opacity: 0.8;
}


/*----CTMS、IWRS与PV页面样式*/
.body-ctms{
	width: 1152px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	padding-top: 71px;
}

.part1-ctms-box{
	width: 100%;
	height: 390px;
	border-bottom: 1px solid #eee;
}

.ctms-left-img-box{
	float: left;
	margin-left: 56px;
	margin-top: 51px;
	margin-right: 64px;
}

.ctms-left-img-box img{
	display: block;
}

.ctms-left-txt-box{
	padding-top: 72px;
	float: left;
}


.ctms-left-txt-box h1{
	width: 100%;
	font-size: 22px;
	color: #2d2d2d;
	margin-bottom: 17px;
}

.ctms-left-txt-box h2{
	font-size: 18px;
	color: #117cf7;
	margin-bottom: 22px;
}

.ctms-left-txt-box p{
	font-size: 16px;
	color: #2d2d2d;
	line-height: 30px;
	width: 744px;
}

.ctms-left-txt-box ul{
	width: 744px;
	overflow: hidden;
	height: auto;
	margin-top: 24px;
}

.ctms-left-txt-box ul li{
	/*width: 106px;*/
	float: left;
	padding-left: 14px;
	font-size: 16px;
	color: #2D2D2D;
	background: url(../img/list-style-bg.png) no-repeat 0 9px;
	margin-bottom: 16px;
	margin-left: 24px;
}




.ctms-right-txt-box{
	padding-top: 72px;
	float: left;
	margin-left: 48px;
}


.ctms-right-txt-box h1{
	width: 100%;
	font-size: 22px;
	color: #2d2d2d;
	margin-bottom: 17px;
}

.ctms-right-txt-box h2{
	font-size: 18px;
	color: #117cf7;
	margin-bottom: 22px;
}

.ctms-right-txt-box p{
	font-size: 16px;
	color: #2d2d2d;
	line-height: 30px;
	width: 744px;
}

.ctms-right-txt-box ul{
	width: 744px;
	overflow: hidden;
	height: auto;
	margin-top: 24px;
}

.ctms-right-txt-box ul li{
	float: left;
	padding-left: 14px;
	font-size: 16px;
	color: #2D2D2D;
	background: url(../img/list-style-bg.png) no-repeat 0 9px;
	margin-bottom: 16px;
	margin-right: 13px;
}

.ctms-right-img-box{
	float: right;
	margin-right: 62px;
	margin-top: 51px;
}

.ctms-right-img-box img{
	display: block;
}

.members-special{
	width: 100%;
	/*height: 546px;*/
	background: #f2f4f6;
	/*padding-top: 100px;*/
	text-align: center;
}

.members-special img{
	display: inline-block;
}



/*----CRC页面样式*/
.body-CRC{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	padding-top: 63px;
	background: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	margin-top: -63px;
}

.CRC-title-box{
	width: 100%;
	text-align: center;
	height: auto;
	overflow: hidden;
}

.CRC-title-box h1{
	font-size: 22px;
	color: #2d2d2d;
	margin-bottom: 17px;
}

.CRC-title-box p{
	font-size: 16px;
	color: #666;
	margin-bottom: 35px;
}

.CRC-nav-btn-box{
	width: 100%;
	height: 88px;
	border-bottom: 1px solid #eeeeee;
	text-align: center;
	margin-bottom: 63px;
}

.btn-crc,.btn-cra{
	display: inline-block;
	width: 134px;
	height: 46px;
	text-align: center;
	color: #666;
	line-height: 46px;
	font-size: 16px;
	cursor: pointer;
	border-radius: 20px;
	-moz-border-radius: 20px;
}

.CRC-nav-btn-box .active{
	background: #1593ff;
	color: #fff;
}

.CRC-nav-btn-box div:hover{
	background: #1593ff;
	color: #fff;
}

.mgrR14{
	margin-right: 14PX;
}

.phone-CRC-box{
	width: 1400px;
	margin: 0 auto;
	height: 543px;
	margin-bottom: 108px;
}

.phone-CRA-box{
	width: 1400px;
	margin: 0 auto;
	height: 543px;
	margin-bottom: 108px;
	display: none;
}


.part1-phone-crc{
	float: left;
	width: 491px;
	height: 489px;
	padding-right: 61px;
	padding-top: 54px;
}

.part1-phone-crc ul{
	float: right;
	overflow: hidden;
}

.part1-phone-crc ul li{
	height: 162px;
	padding-right: 70px;
	text-align: right;
	position: relative;
}

.part1-phone-crc ul li h1{
	font-size: 18px;
	color: #2d2d2d;
	margin-bottom: 6px;
}

.part1-phone-crc ul li p{
	font-size: 16px;
	color: #828282;
}

.part1-phone-crc ul li img{
	position: absolute;
	right: 0;
	top: 20px;
}

.img-phone-crc{
	display: block;
	float: left;
}

.part2-phone-crc{
	float: left;
	width: 520px;
	height: 489px;
	padding-left: 63px;
	padding-top: 54px;
}

.part2-phone-crc ul{
	float: left;
	overflow: hidden;
}

.part2-phone-crc ul li{
	height: 162px;
	padding-left: 70px;
	text-align: left;
	position: relative;
}

.part2-phone-crc ul li h1{
	font-size: 18px;
	color: #2d2d2d;
	margin-bottom: 6px;
}

.part2-phone-crc ul li p{
	font-size: 16px;
	color: #828282;
}

.part2-phone-crc ul li img{
	position: absolute;
	left: 0;
	top: 20px;
}


.part1-phone-cra{
	float: left;
	width: 491px;
	height: 489px;
	padding-right: 61px;
	padding-top: 34px;
}

.part1-phone-cra ul{
	float: right;
	overflow: hidden;
}

.part1-phone-cra ul li{
	height: 94px;
	padding-right: 70px;
	text-align: right;
	position: relative;
}

.part1-phone-cra ul li h1{
	font-size: 18px;
	color: #2d2d2d;
	padding-top: 24px;
}

.part1-phone-cra ul li h1.title{
	font-size: 20px;
	padding-top: 0px;
}

.part1-phone-cra ul li p{
	font-size: 16px;
	color: #828282;
}

.part1-phone-cra ul li img{
	position: absolute;
	right: 0;
	top: 20px;
}

.img-phone-cra{
	display: block;
	float: left;
}

.part2-phone-cra{
	float: left;
	width: 520px;
	height: 489px;
	padding-left: 63px;
	padding-top: 34px;
}

.part2-phone-cra ul{
	float: left;
	overflow: hidden;
}

.part2-phone-cra ul li{
	height: 94px;
	padding-left: 70px;
	text-align: left;
	position: relative;
}

.part2-phone-cra ul li h1{
	font-size: 18px;
	color: #2d2d2d;
	padding-top: 24px;
}

.part2-phone-cra ul li h1.title{
	font-size: 20px;
	padding-top: 0px;
}

.part2-phone-cra ul li img{
	position: absolute;
	left: 0;
	top: 20px;
}
#footer{
	background-color: #fff;
}