

body {
	padding: 0px;
	margin: 0px;
}
ol,ul,dl,li,dt,dd{list-style:none;padding: 0px; margin: 0px;}
a{text-decoration:none; }
a:focus, a:hover{text-decoration:none;}
a,a:hover{transition:all 300ms ease; -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease; -o-transition:all 300ms ease;}

.MoreCase {width:200px;background:#09c;margin: 20px auto 0px;border-radius:1em;}
.MoreCase:hover { background:#0dabc8; }
.MoreCase a { display:block; text-align:center; line-height:2em; font-size:1.6em; padding:8px; color:#fff; }

.rat-header-all {
	width: 100%;
	height: 100vh;
	background-color: #1996c6;
	position: relative;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.rat-header-nyall {
	width: 100%;
	height: 30vw;
    background-image: url(../images/ppt/details-infobg.jpg);
    background-repeat: repeat-y;
    background-size: 100% auto;
	position: relative;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.rat-header-top {
	position: absolute;
	width: 90%;
	padding: 0px;
	margin: 0px;
	top: 0;
	left: 5%;
	z-index: 120;
	overflow: hidden;
}
.rat-header-logo {
	padding: 15px 0px 5px;
	margin: 0px;
	overflow: hidden;
	float: left;
}

.rat-header-mune {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: right;
}
.rat-header-mune li {
	float: left;
	line-height: 100px;
	padding: 0px 40px;
	margin: 0px;
	overflow: hidden;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}
.rat-header-mune li a {color: #fff;position: relative;}
.rat-header-mune li.active a,.rat-header-mune li:hover a {font-weight: 600;}
.rat-header-mune li.active a::after,.rat-header-mune li:hover a::after {
	content: '';
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: -10px;
	left: 0;
}

/* 手机栏目 */
.menu_pp_nav{
	width: 90%;
	height: 100%;
	background-color: #f6f6f6;
	position: fixed;
	top: 0;
	left: -90%;
	color: #fff;
	overflow: hidden;
	z-index: 100;
}
.menu_pp_nav ul{
	width: 100%;
	padding-top: 20px;
}
.menu_pp_nav>ul{
	height: 100%;
	position: absolute;
	left:0;
}
.menu_pp_nav ul a{
    text-align: right;
	display: block;
	color: #333;
	border-top: 1px solid #ccc;
}
.menu_pp_nav ul li:first-of-type a{
	border: none;
}
.menu_pp_nav ul li{
	padding:0 20px;
	font-size: 16px;
	font-weight: 600;
	line-height: 45px;
	position: relative;
}
.menu_pp_nav ul li span{
	font-size: 30px;
	color: #181878;
	position: absolute;
	right: 35px;
	top: -3px;
}
.menu_pp_logo{
	width: 100%;
	padding: 15px 20px 0 20px;
	overflow: hidden;
	position: relative;
}
.menu_pp_search{
	width: 100%;
	height: 35px;
	line-height: 35px;
	position: relative;
}
.menu_pp_search input{
	width: 100%;
	height: 35px;
	padding-left: 10px;
	color: #333;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.menu_pp_search>i{
	width: 15px;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #333;
}
.menu_pp_logo>img{
	height: 60px;
}
.menu_pp_logo h2{
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #333;
}
.logo_close{
	width: 30px;
	height: 30px;
	border-radius:15px;
	border: 1px solid #181878;
	float: right;
	position: relative;
	right: 0;
	top: 15px;
	z-index: 11;
}
.logo_close span:first-of-type{
	display: block;
	background-color: #181878;
	width: 70%;
	height: 1px;
	border-radius: 1px;
	position: absolute;
	top: 14.5px;
	left: 15%;
	transform: rotate(-45deg);
}
.logo_close span:last-of-type{
	display: block;
	background-color: #181878;
	width: 70%;
	height: 1px;
	border-radius: 1px;
	position: absolute;
	top: 14.5px;
	left: 15%;
	transform: rotate(45deg);
}
.menu_pp_two{
	width: 100%;
	height: 100%;
	color: #333;
	padding: 15px 0;
	position: absolute;
	left: -100%;
	bottom: 0;
	z-index: 10;
	background-color: #f6f6f6;
	overflow-y: auto;
}
.menu_pp_two ul{
	padding: 0;
}
.menu_pp_two h3{
	line-height: 45px;
	font-size: 16px;
	padding-left: 45px;
	position: relative;
	margin-top: 5px;
}
.menu_pp_two h3 span{
	font-size: 30px;
	position: absolute;
	left: 30px;
	top: -3px;
	color: #181878;
}
.menu_pp_two h2{
	font-size: 18px;
	padding: 30px 30px;
}
.menu_pp_two h2 a {color:#C00;}

@media (max-width:991px) {
	.rat-navfixed {padding-top: 70px;}
	.Header {height: 70px;}
	.Header-top {height: 70px;}
	.logo-img {height: 60px; padding-top: 5px; padding-left: 10px;}
	/*公共头部*/
	.rat-head-mobile {width: 100%;}
	.rat-head-bottom .rat-logo {height: 50px; padding-left: 10px;}
	.rat-head-bottom .rat-logo img {height: 40px;}
	.bgs {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: auto;
		z-index: 10;
		width: 100%;
		background: rgba(0, 0, 0, 0.6);
	}
	/*手机端菜单图标*/
	.menu_icon{
		float: right;
		width: 50px;
		height: 50px;
		/* background-color: #C00; */
		position: relative;
		top: 20px;
		right: 10px;
	}
	.menu_icon span{
		display: block;
		width: 80%;
		height: 3px;
		border-radius: 2.5px;
		background-color: #fff;
		position: absolute;
		left: 15%;
	}
	.menu_icon span:nth-child(1){
		top:12px;
	}
	.menu_icon span:nth-child(2){
		top: 19px;
	}
	.menu_icon span:nth-child(3){
		top: 26px;
	}
	/*手机端菜单图标变化*/
	.icon_now span:nth-child(1){
		animation: icon1 1s forwards;
	}
	.icon_now span:nth-child(2){
		animation: icon2 1s forwards;
	}
	.icon_now span:nth-child(3){
		animation: icon3 1s forwards;
	}
	.icon_back span:nth-child(1){
		animation: icon4 1s forwards;
	}
	.icon_back span:nth-child(2){
		animation: icon5 1s forwards;
	}
	.icon_back span:nth-child(3){
		animation: icon6 1s forwards;
	}
	@keyframes icon1{
		0%{top:12px;transform: rotate(0deg);}
		40%{top:19px;transform: rotate(0deg);}
		60%{top:19px;transform: rotate(0deg);}
		100%{top:19px;transform: rotate(405deg);}
	}
	@keyframes icon3{
		0%{top:26px;transform: rotate(0deg);}
		40%{top:19px;transform: rotate(0deg);}
		60%{top:19px;transform: rotate(0deg);}
		100%{top:19px;transform: rotate(405deg);}
	}
	@keyframes icon2{
		0%{transform: rotate(0deg);}
		40%{transform: rotate(0deg);}
		60%{transform: rotate(0deg);}
		100%{transform: rotate(495deg);}
	}
	@keyframes icon4{
		0%{top:19px;transform: rotate(405deg);}
		40%{top:19px;transform: rotate(0deg);}
		60%{top:19px;transform: rotate(0deg);}
		100%{top:12px;transform: rotate(0deg);}
	}
	@keyframes icon6{
		0%{top:19px;transform: rotate(405deg);}
		40%{top:19px;transform: rotate(0deg);}
		60%{top:19px;transform: rotate(0deg);}
		100%{top:26px;transform: rotate(0deg);}
	}
	@keyframes icon5{
		0%{transform: rotate(495deg);}
		40%{transform: rotate(0deg);}
		60%{transform: rotate(0deg);}
		100%{transform: rotate(0deg);}
	}
	/*头部公共END END END*/
}

.rat-banner-txt {
	position: absolute;
	width: 90%;
	max-width: 1920px;
	padding: 0px;
	margin: 13vw 0px;
	overflow: hidden;
	top: 0;
	left: 5%;
	z-index: 100;
}
.rat-banner-maintxt {
	font-size: 72px;
	font-weight: 500;
	line-height: 1.8;
	padding: 0px;
	margin: 0px 0px 0.6vw;
	overflow: hidden;
	color: #fff;
}
.rat-banner-maintxt img {width:45vw;}
.rat-banner-infotxt {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-banner-infotxt li {
	font-size: 16px;
	line-height: 1.8;
	padding: 0px;
	margin: 0px 3vw 0px 0px;
	overflow: hidden;
	float: left;
	color: #fff;
}
.rat-banner-infotxt li span {
	font-size: 42px;
	font-weight: 600;
	margin-right: 5px;
}
.rat-banner-link {
	font-size: 24px;
	line-height: 45px;
	padding: 5px 30px;
	margin: 3vw 0px 0px;
	overflow: hidden;
	float: left;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
}
.rat-banner-link:hover {
	background-color: #fff;
	color: #1996c6;
}

.rat-banner-bgimg {
	position: absolute;
	width: 100%;
	max-width: 1600px;
	height: 100%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	z-index: 90;
	background-image: url(../images/ppt/banner-upimg.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top right;
	top: 0;
	right: 0;
}
.rat-banner-bgcolor {
	position: absolute;
	width: 100%;
	max-width: 1600px;
	height: 100%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	z-index: 90;
	background: -webkit-linear-gradient(left, rgba(25,150,200,1), rgba(25,150,200,0));
    background: -o-linear-gradient(left,rgba(25,150,200,1), rgba(25,150,200,0));
    background: -moz-linear-gradient(left,rgba(25,150,200,1), rgba(25,150,200,0));
    background: -ms-linear-gradient(left,rgba(25,150,200,1), rgba(25,150,200,0));
	top: 0;
	left: 0;
}
.ability_q2 {
	position: absolute;
	width: 100%;
	max-width: 1600px;
	height: 35vw;
	padding: 0px;
	margin: 7vw 0px;
	overflow: hidden;
	z-index: 80;
	right: 0;
}
.ability_q2 img {height: 35vw;}
.rat-index-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: right;
	line-height: 35px;
	margin: 0px;
	padding: 0px 10px;
	font-size: 14px;
	overflow: hidden;
	z-index: 100;
	color: #fff;
}
.rat-banner-pc {
    display: block;
    
}
.rat-banner-mobile {display: none;}
.i-banner{position:relative;display:block;width:100vw;height:100vh;background-size:cover!important}
.i-banner.video-sign{overflow:hidden}
.i-banner.video-sign .video{position:absolute;top:50%;left:50%;width:100%;height:auto;transform:translate(-50%,-50%)}

/* 内页开始 */
.rat-banner-nyimg {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	z-index: 90;
	background-image: url(../images/ppt/banner-nyimg.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top right;
	top: 0;
	right: 0;
}
.ability_q3 {
	position: absolute;
	width: 100%;
	height: 35vw;
	padding: 0px;
	margin: 5vw 0px;
	overflow: hidden;
	z-index: 80;
	right: 0;
}
.ability_q3 img {height: 35vw;}
.rat-nybanner-txt {
	font-size: 24px;
	text-align: center;
	line-height: 1.8;
	margin: 12vw 0px 0px;
	padding: 0px;
	overflow: hidden;
	position: absolute;
	z-index: 95;
	width: 100%;
	color: #fff;
}
.rat-nybanner-txt span {
	display: block;
	font-size: 48px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-header-casebannerbg {
	width: 100%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-header-casebannerbg img {width: 100%;}
.rat-header-bannerinfo {
	position: absolute;
	width: 100%;
	margin: 0px;
	overflow: hidden;
	top: 8vw;
	z-index: 98;
}
.rat-header-title {
	font-size: 42px;
	font-family: "宋体";
	font-weight: 600;
	color: #fff;
	text-align: center;
	padding: 0px;
	margin: 0px 0px 20px;
	overflow: hidden;
}
.rat-header-bannervideo {
	width: 90%;
	max-width: 800px;
	padding: 0px;
	margin: 0px auto 30px;
	overflow: hidden;
	background-color: #000;
}
.rat-header-bannertxt {
	width: 90%;
	max-width: 800px;
	color: #fff;
	font-size: 14px;
	line-height: 1.8;
	padding: 0px;
	margin: 0px auto;
	overflow: hidden;
	text-align: center;
}

/* 底部信息 */
.r-float {
    height: 240px;
    margin-top: -180px;
    position: fixed;
    right: 0;
    top: 50%;
    width: 100px;
    z-index: 999999999;
}
.r-float li {
    background-position: center center;
    background-repeat: repeat-x;
    border-radius: 2px;
    cursor: pointer;
    display: block;
    height: 88px;
    margin-bottom: 1px;
    position: absolute;
}
.r-float li a {
    display: block;
}
.r-float li.short-one {
    right: 0;
    top: 0;
    width: 100px;
background-color:#090;
}
.r-float li.short-one a {
    background-image: url("../images/ppt/short_one.png");
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 14px;
    line-height: 15px;
    padding-top: 60px;
    text-align: center;
    width: 100px;
}
.r-float li.long-one {
    background-image: url("../images/ppt/float_three.png");
    overflow: hidden;
    right: -184px;
    top: 89px;
    width: 284px;
}
.r-float li.long-one p {
    background-image: url("../images/ppt/long_one.png");
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    float: left;
    font-size: 14px;
    line-height: 15px;
    padding-top: 60px;
    text-align: center;
    width: 100px;
}
.r-float li.long-two {
    background-image: url("../images/ppt/float_four.png");
    overflow: hidden;
    right: -184px;
    top: 267px;
    width: 284px;
}
.r-float li.long-two p {
    background-image: url("../images/ppt/long_two.png");
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    float: left;
    font-size: 14px;
    line-height: 15px;
    padding-top: 60px;
    text-align: center;
    width: 100px;
}
.tel {
    color: #fff;
    float: left;
    font: 24px/88px Arial;
    height: 88px;
    text-align: left;
    width: 184px;
}
.tel a { color: #fff; }
.rat-footer-all {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	background: #333333;
}
.rat-footer-pcinfo {
	width: 100%;
	padding: 3rem 5% 10px;
	box-sizing: border-box;
	line-height: 2em;
	color: #eaeaea;
	overflow: hidden;
}
.pc_footer_left {
	width: 31%;
	float: left;
	color: #fff;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.pc_footer_center {
	color: #a6a6a6;
	text-align: left;
	float: left;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.pc_footer_center p#fb1 {
    font-size: 20px;
    margin-bottom: 1.8rem;
}
.pc_footer_center p#fb2 {
    font-size: 24px;
    margin-bottom: 1.8rem;
}
.pc_footer_center p#fb3 {
    font-size: 28px;
    margin-bottom: 6rem;
}
.pc_footer_center p#fb4 {
    font-size: 13px;
}
.pc_footer_right {
	width: 30%;
	float: right;
	color: #a6a6a6;
	padding: 0px;
	margin: 0px;
}
.link_way {
	text-align: left;
	margin-bottom: 1rem;
}
.link_way h1 {
	font-size: 24px;
	margin-bottom: 2rem;
}
.link_way p {
	font-size: 17px;
	line-height: 2rem;
}
.link_way_footer .fgz {
    color: #a6a6a6;
    line-height: 36px;
    text-align: left;
    font-size: 12px;
}
.link_way_footer .fgz>a {
    position: relative;
    display: inline-block;
    margin-right: 9px;
    border: 1.5px #a6a6a6 solid;
    border-radius: 50%;
    margin-top: .3rem;
}
.link_way_footer .fgz a img {
    display: block;
    width: 36px;
    height: 36px;
}
.link_way_footer .fgz a span {
    display: none;
    position: absolute;
    top: -190px;
    line-height: 30px;
    left: 50%;
    margin-left: -100px;
    color: #fff;
    width: 200px;
    text-align: center;
    background: #464646;
}
.link_way_footer .fgz>a:hover {
    background: #f14702;
    border: 1.5px #f14702 solid;
}
.link_way_footer .fgz a:hover span {
    display: block;
}
.link_way_footer .fgz a span img {
    width: 160px;
    height: 160px;
    display: inline-block;
}
.rat-mobile-footer {
    display: none;
		overflow: hidden;
		color: #fff;
		padding: 10px 0;
}
.rat-mobile-footer p {padding: 0px; margin: 0px 0px 5px;}
.erwei_m {
    text-align: center;
}
.declare {
    float: right !important;
    width: 70%;
}
.copy_right {
    text-align: left;
    background: #dad2d2;
    padding: 0px 5%;
    margin: 0px;
    line-height: 35px;
    width: 100%;
}
.copy_right a {color: #333;}

/* 内容版块 */
.rat-nyinfo-all {
	padding: 60px 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-ny-title {text-align: center;}
.rat-ny-title a {
    display: inline-block;
    padding: 0 30px;
    border-radius: 20px;
    margin: 0 3px;
    line-height: 40px;
    font-size: 1.6em;
    color: #333;
}
.rat-ny-title a:hover, .rat-ny-title a.cur {
    background: #45b2f9;
    color: #fff;
}
.rat-contact-detail {
	width: 90%;
	padding-top: 40px;
	background: url(../images/ppt/bg_bg09.jpg) no-repeat center top;
	margin: 0 auto;
	font-size: 16px;
	line-height: 24px;
	color: #7c7c7c;
	text-align: center;
}
.TxtShow {
    text-align: center;
    width: 100%;
    margin: 0 auto 30px auto;
    padding-bottom: 50px;
}
#dituContent {width:100%; height:420px; margin:0 auto; border:1px solid #ddd;}
#dituContent img {max-width: initial;}

/* 内页案例 */
.rat-index-procate { text-align:center; padding:0px 0px; margin-bottom: 30px !important;}
.rat-index-procate a{ display:inline-block; margin:0 2px; line-height:32px; font-size: 18px; padding:0 30px; color:#fff;}
.rat-index-procate a.on,.rat-index-procate a:hover{ color:#ffe762; font-weight: 600;}

.rat-index-procate2 { text-align:center; padding:0px 0px; margin-bottom: 30px !important; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;}
.rat-index-procate2 a{ display:inline-block; margin:0px; line-height:2.5; font-size: 18px; padding:0 35px; color:#333; border-left: 1px solid #ccc;}
.rat-index-procate2 a:last-child{ border-right: 1px solid #ccc;}
.rat-index-procate2 a.on,.rat-index-procate2 a:hover{ color:#fff; background-color: #45b2f9; font-weight: 600;}


.rat-case-allinfo {
	width: 90%;
	padding: 0px;
	margin: 0px auto;
	overflow: hidden;
}
.rat-case-one {
	padding: 0px;
	margin: 0px 5px 10px;
	overflow: hidden;
	position: relative;
	/*border-radius: 10px;*/
	width: calc(33.33333% - 10px);
	/*display: inline-block;*/
	/*vertical-align: top;*/
	float: left;
}
.rat-case-one:hover {box-shadow: 0 0 5px #666;}
.rat-case-oneimg {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-case-oneimg img {width: 100%;}
.rat-case-one a .cur-active {
    display: none;
}
.rat-case-one a:hover .cur-active-img {
    display: none;
}
.rat-case-one a:hover .cur-active {
    display: block;
}
.rat-case-onetxt {
	position: absolute;
	padding: 0px 10px;
	margin: 0px;
	overflow: hidden;
	font-size: 16px;
	line-height: 40px;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rat-case-detailstwoinfo {
	min-height: 700px;
	padding: 60px 0px;
	margin: 0px;
	overflow: hidden;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: auto;
	color: #fff;
	line-height: 1.8;
	font-size: 16px;
	text-align: center;
}
.rat-case-detailstwoinfo a {
	display: none;
	color: #fff;
	padding: 0px;
	margin: 10px 0px 0px;
}
.rat-case-detailsinfo {
	padding: 60px 0px 30px;
	margin: 0px;
	overflow: hidden;
	background-image: url(../images/ppt/details-infobg.jpg);
	background-repeat: repeat-y;
	background-size: 100% auto;
}
.rat-case-detailsimginfo {
	width: 100%;
	padding: 0px 50px;
	margin: 0px;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.8;
	color: #fff;
}
/* .rat-case-detailsimginfo li {
	width: 50%;
	padding: 0px 15px;
	margin: 0px 0px 30px;
	overflow: hidden;
	float: left;
}
.rat-case-detailsimginfo li img {width: 100%;} */
.rat-case-detailstitle {
	font-size: 24px;
	line-height: 1.8;
	padding: 0px;
	margin: 50px 0px 30px;
	overflow: hidden;
	color: #fff;
	text-align: center;
}
.rat-case-detailslist {
	width: 100%;
	padding: 0px 50px;
	margin: 0px;
	overflow: hidden;
}

.por {
    position: relative;
}
.poa {
    position: absolute;
}
.listss {
    display: none;
}
.f-cb {
    zoom: 1;
}
.t-f {
    transition: all 0.5s;
}
.clear {
    clear: both;
}
.t-c {
    transition: color 0.5s;
}
.fl {
    float: left;
    display: inline;
}
.load_more_case {
    display: inline-block;
    padding: 0 1em;
    margin: 0px 35px;
    height: 27px;
    line-height: 27px;
    border: none;
    background: #f14702;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
}
.load_more_case:hover {
    background: #fff;
    color: #f14702;
}

/* 公司简介 */
.i-about {
    padding: 0 13%;
    margin: 0 auto;
}
.i-tips{
	width: 100%;
	height: 160px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 23px;
	/*font: 12px/18px Arial;*/
	color: #9d9d9d;
	text-align: center;
}
.i-tips.white{
	color: #fbfdfe;
}
.i-tips h2{
	font-size: 36px;
	line-height: 62px;
	font-family: "HTH", "微软雅黑";
	color: #62636d;
	margin-top: 1.5rem;
}
.i-tips.white h2{
	color: #fff;
}
.i-tips h2:after{
	display: block;
	content: "";
	width: 36px;
	height: 3px;
	background: #79b5ff;
	margin: 0 auto 32px;
}
.i-tips.white h2:after{
	background: #fff;
}
.i-tips h3{
	margin: -26px 0 20px;
	font: 18px/2 "HTH", "微软雅黑";
}
.i-about .list{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.i-about .list ul { width:100%; }
.i-about .list li{
float:left;
	left: 30px;
	width: 30%;
	height: 423px;
	margin: 0 1.5%;
}
.i-about .list .sign{
	width: 160px;
	height: 160px;
	margin: 0 auto 25px;
	position: relative;
}
.i-about .list .circle{
	width: 160px;
	height: 160px;
	border-radius: 80px;
	background: #edeef1;
}
.i-about li.hover .circle{
	background: #45b2f9;
	transform: scale(0.95);
}
.i-about li:nth-child(1) .circle:after{
	content: "";
	display: inline-block;
	position: absolute;
	left: 58px;
	top: 56px;
	width: 43px;
	height: 47px;
	background: url("../images/ppt/sign01.png") no-repeat center;
	transition: all 0.5s;
}
.i-about li:nth-child(1).hover .circle:after{
	background-image: url("../images/ppt/sign02.png");
	transform: rotate(0deg) scale(1.05);
}
.i-about li .in{
	left: 50%;
	top: 50%;
	width: 47px;
	height: 47px;
	margin: -24px 0 0 -22px;
	background: url("../images/ppt/bg_sign01.png") no-repeat;
	background-position: 0 0px;

}
.i-about li.hover .in{
	background-position: 0 -47px;
}
.i-about li .fire{
	right: 36px;
	top: 36px;
	width: 11px;
	height: 11px;
	background: url("../images/ppt/bg_sign02.png") no-repeat;
}
.i-about li.hover .fire{
	background-position: 0 -11px;
}
@keyframes Fire{
	0%{
		width: 5px;
		height: 5px;
		opacity: 0;
	}
	100%{
		width: 11px;
		height: 11px;
		opacity: 1;
	}
}
.i-about li:nth-child(3) .circle:after{
	content: "";
	display: inline-block;
	position: absolute;
	left: 48px;
	top: 56px;
	width: 64px;
	height: 48px;
	background: url("../images/ppt/sign03.png") no-repeat;
	transition: all 0.5s;
}
.i-about li:nth-child(3).hover .circle:after{
	background-image: url("../images/ppt/sign04.png");
	transform: scale(1.05);
	animation: Line 1s;
}
@keyframes Line{
	0%{
		width: 0;
	}
	100%{
		width: 64px;
	}
}
.i-about .list a,
.i-about .list p{
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	/*font: 16px/24px Arial;*/
	color: #87949e;
}
.i-about .list a.tit{
	margin-bottom: 5px;
	font: 26px/60px "HTH", "微软雅黑";
	color: #63636f;
}
.i-about .list a:hover{
	color: #45b2f9;
}
.i-solutions{
	padding-top: 1rem;
	background: url("../images/ppt/bg_bg03.jpg") no-repeat center;
}
.i-solutions .numbers{
	width: 1100px;
	height: 373px;
	margin: 0 auto;
}
.i-solutions .bg{
	left: 0;
	top: 100px;
	width: 1100px;
	height: 373px;
	opacity: 0;
}
.i-solutions .btns{
	top: 0;
	opacity: 1;
}
.i-solutions .bg.fi{
	background: url("../images/ppt/bg_bg04.png") no-repeat left center;
}
.i-solutions .bg.se{
	background: url("../images/ppt/bg_bg05.png") no-repeat left center;
}
.i-solutions .bg.th{
	background: url("../images/ppt/bg_bg06.png") no-repeat left center;
}
.i-solutions .btn{
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	/*font: 14px/20px Arial;*/
	color: #fff;
	transform: translateX(30px);
	opacity: 0;
	border: 0px;
	background: initial;
}
.i-solutions .btn.fi{
	left: 185px;
    top: 210px;
	transform: translateX(-30px);
}
.i-solutions .btn.se{
	left: 337px;
	top: 30px;
	transform: translateX(-30px);
}
.i-solutions .btn.th{
	left: 512px;
	top: 200px;
}
.i-solutions .btn.fo{
	left: 703px;
	top: 125px;
}
.i-solutions .btn.fif{
	left: 840px;
	top: 205px;
}
.i-solutions .btn.si{
	left: 880px;
	top: 285px;
}
.i-solutions .btn.sev{
	left: 730px;
	top: 170px;
}
.i-solutions .btn p{
	margin-right: 15px;
	opacity: 0.8;
}
.i-solutions .btn p.num{
	width: 36px;
	height: 22px;
	padding-bottom: 11px;
	background: url("../images/ppt/bg_sign05.png") no-repeat center top;
	margin: 0;
	font: 12px/22px Arial;
	color: #fff;
	text-align: center;
}
.i-solutions .btn p.fr{
	margin-left: 20px;
}
.i-solutions .btn span{
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #fff;
	margin: 5px 0;
}
.i-solutions .btn span:after{
	content: "";
	position: absolute;
	left: -5px;
	top: -5px;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background: #fff;
	opacity: 0.3;
}
.i-solutions .btn.hover span:after,
.i-solutions .btn.cur span:after{
	background: #00fcff;
	animation: Circle 1.2s infinite linear;
}
@keyframes Circle{
	0%{
		transform: scale(0.5);
		opacity: 0;
	}
	50%{
		transform: scale(1);
		opacity: 0.3;
	}
	100%{
		transform: scale(0.5);
		opacity: 0;		
	}
}
.i-process{
	padding-top: 1rem;
}
.i-process .hold{
	width: 1100px;
	height: 270px;
	margin: 0 auto;
}
.i-process .list{
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 0;
	height: 300px;
	background: url("../images/ppt/bg_bg07.png") no-repeat left 51px;
}
.i-process .btn{
	width: 85px;
	height: 150px;
	line-height: 2;
	color: #8f8f95;
	text-align: center;
	transform: translateX(50px);
	opacity: 0;
	background: initial;
	border: 0px;
	background: initial;
	box-shadow: none;
}
.i-process .btn p {width: 100%; overflow: hidden;}
.i-process .btn.cur{
	color: #45b2f9;
}
.i-process .btn:nth-child(1){
	left: 3px;
	top: 92px;
}
.i-process .btn:nth-child(2){
	left: 111px;
	top: 4px;
}
.i-process .btn:nth-child(3){
	left: 264px;
	top: 63px;
}
.i-process .btn:nth-child(4){
	left: 409px;
	top: -18px;
}
.i-process .btn:nth-child(5){
	left: 568px;
	top: 0px;
}
.i-process .btn:nth-child(6){
	left: 726px;
	top: -5px;
}
.i-process .btn:nth-child(7){
	left: 877px;
	top: 90px;
}
.i-process .btn:nth-child(8){
	left: 1017px;
	top: 10px;
}
.i-process .btn .light{
	float: left;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #fff;
	margin: 12px 29px;
}
.i-process .btn .light:after{
	content: "";
	position: absolute;
	left: -5px;
	top: -5px;
	z-index: -1;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background: #0098ef;
	opacity: 0.3;
}
.i-process .btn.cur .light:after{
	animation: Circle 1.2s infinite linear;	
}
.i-process .btn .circle{
	width: 68px;
	height: 68px;
	border-radius: 34px;
	background: #edeff1;
	margin: 12px 0;
}
.i-process .btn.cur .circle{
	background: #45b2f9;
}
.i-process .btn .circle:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 68px;
	height: 68px;
	background: url("../images/ppt/bg_sign06.png") no-repeat;
}
.i-process .btn.cur .circle:after{
	background-position: 0 -68px;
}
.i-process .btn:nth-child(2) .circle:after{
	background-image: url("../images/ppt/bg_sign07.png");
}
.i-process .btn:nth-child(3) .circle:after{
	background-image: url("../images/ppt/bg_sign08.png");
}
.i-process .btn:nth-child(4) .circle:after{
	background-image: url("../images/ppt/bg_sign09.png");
}
.i-process .btn:nth-child(5) .circle:after{
	background-image: url("../images/ppt/bg_sign10.png");
}
.i-process .btn:nth-child(6) .circle:after{
	background-image: url("../images/ppt/bg_sign11.png");
}
.i-process .btn:nth-child(7) .circle:after{
	background-image: url("../images/ppt/bg_sign12.png");
}
.i-process .btn:nth-child(8) .circle:after{
	background-image: url("../images/ppt/bg_sign13.png");
}
.i-parnter{
	padding: 63px 0 2em;
	background: #f5f6f7;
}
.i-parnter .list{
	width: 950px;
	margin: 24px auto;
}
.i-parnter .list li{
	position: relative;
	top: 30px;
	width: 150px;
	height: 57px;
	margin: 0 20px 20px;
	opacity: 0;
}
.i-parnter .list img{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
}
.i-parnter li.hover img{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
}
.i-parnter {
    padding-top: 0;
}


/* 分页 */
.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}
.pagination>li{display:inline}
.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#f14702;text-decoration:none;background-color:#fff;border:1px solid #ddd}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}
.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#f14702;border-color:#f14702}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}
.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}
.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}

@media (max-width:767px) {
	.rat-header-top {width: 96%; left: 2%;}
	.rat-header-mune {display: none;}
	.rat-header-logo img {height: 50px;}
	.rat-banner-bgimg {background-image: url(../images/ppt/mbanner-upimg.png);}
    .rat-banner-pc {display: none;}
    .rat-banner-mobile {display: block;}
	.ability_q2 {margin-top: 65px;}
	.rat-banner-txt {width: 92%;top: 130px;left: 4%; margin:0px;}
	.rat-banner-maintxt {font-size: 40px;}
    .rat-banner-maintxt img {width:100%;}
	.rat-banner-infotxt li {width: 48%;font-size: 14px;margin-right: 2%;}
	.rat-banner-infotxt li span {font-size: 28px;}
	.rat-banner-link {font-size: 14px;line-height: 25px;}
	.rat-footer-pcinfo,.r-float {display: none;}
	.rat-mobile-footer {display: block;}
	.copy_right {text-align: center;}
	.rat-nyinfo-all {padding: 25px 0px;}
	#dituContent {height: 280px;}
	.rat-header-nyall {height: 75vw;}
	.rat-header-nyall #container{bottom: -50px !important; height: 250px !important;}
	.rat-banner-nyimg {background-image: url(../images/ppt/mbanner-nyimg.png);}
	.ability_q3 {margin-top: 55px;height: 28vw;}
	.rat-nybanner-txt {font-size: 13px; margin-top: 30vw;}
	.rat-nybanner-txt span {font-size: 26px;}
	.TxtShow {margin: 0px; padding-bottom: 30px;text-align: left;}
	.MoreCase {border: 3px;}
	.MoreCase a {
	    line-height: 25px;
	    font-size: 14px;
	    padding: 2px 5px;
	}
	.rat-index-procate {margin-bottom: 15px !important;}
	.rat-index-procate a {font-size: 15px; padding: 0px 20px;}
	.rat-header-bannerinfo {top: 22vw;}
	.rat-header-title {font-size: 24px; color: #fff !important;}
	.rat-header-bannervideo {margin-bottom: 15px;}
	.rat-header-bannervideo video {height: 50vw;}
	.rat-header-casebannerbg {height: 90vw;}
	.rat-index-bottom {text-align: center;}
	.rat-mobile-none {display: none;}
	.rat-case-detailstwoinfo {background-image:url(../images/ppt/details-infobg.jpg) !important;background-repeat: repeat-y; color:#fff !important; padding: 10px 20px 10px; min-height: auto; font-size: 14px;background-size: 100% auto;}
	.rat-case-detailsinfo {padding: 30px 0px;}
	.rat-case-detailsimginfo,.rat-case-detailslist {padding: 0px 10px;}
	.rat-case-detailstitle {font-size: 18px;margin: 30px 0px 10px;font-weight: 600;}
	.rat-case-allinfo {width: 100%; padding: 0px 10px;}
	.rat-case-one {width: calc(100% - 20px); margin: 0px 10px 20px !important; display:block;}
	.rat-header-bannertxt {display: none;}
	
	.i-about {
	    width: 100%;
	    box-sizing: border-box;
	    padding: 0 2.5%;
	}
	.i-tips {
	    margin-bottom: 20px;
	    width: 90%;
	    height: auto;
	}
	.i-about .list {
	    padding: 0px 3px;
	    margin: 0px;
	}
	.i-about .list .h {
	    height: auto;
	    /*border: 1px solid #eee;*/
	    padding: 15px 6px 8px 6px;
	    width: 100%;
	    margin: 0px 0px 12px;
	    /*box-shadow: 0 0 7px rgba(0,0,0,0.1);*/
	}
	.bg.th.poa,.i-solutions .bg.fi,.bg.se.poa {
	    background: none;
	}
	
	.i-solutions { width:100%; }
	.i-solutions .numbers{ width: 100%; }
	.i-solutions .bg{ width: 100%; overflow: hidden; }
	.i-solutions .btn.fi{ left: 30%;top: 0; font-size:15px; height: auto; }
	.i-solutions .btn.se{ left: 30%;top: 50px; font-size:15px; height: auto; }
	.i-solutions .btn.th{ left: 30%;top: 100px; font-size:15px; height: auto; }
	.i-solutions .btn.fo{ left: 30%;top: 150px; font-size:15px; height: auto; }
	.i-solutions .btn.sev{ left: 30%;top: 200px; font-size:15px; height: auto; }
	.i-solutions .btn.fif{ left: 30%;top: 250px; font-size:15px; height: auto; }
	.i-solutions .btn.fi .fl, .i-solutions .btn.se .fl { float:right; padding-left:10px; }
	.i-solutions .btn.fi .fr, .i-solutions .btn.se .fr { float:left; }
	.i-process .hold {
	    width: 100%;
	    height: auto;
	    overflow: hidden;
	}
	.i-process .listss { width:100%; display:inherit; }
	.i-process .listss ul { width:100%;}
	.i-process .listss li { float:left; width:46%; margin:0 2%; font-size:1.3em; line-height:40px; text-align:center; border:1px solid #ddd; height:40px; margin-bottom:20px; }
	.i-process .list {
	    background: none;
	    display: none;
	}
	.i-parnter.end img {
	    display: none !important;
	}
	.rat-index-procate2 a {font-size: 14px; padding: 0px 15px; width: 25%;}
	.rat-index-procate2 a:nth-child(4n-3) {border-left: 0px;}
	.rat-index-procate2 a:last-child {border-right: 0px;}
}