body {background-color: #f6f6f6;}

a:focus {
  outline: none;
}
a,a:link,a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
a:active {text-decoration:none;}
li, ul {
    list-style: none;
    margin: 0;
		padding: 0px;
}
.clearfix:after {content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix {*zoom: 1;}
.containe {margin: 0 auto;padding: 0px;width: 90%; max-width: 1400px;}
.mobile {display: none;}

/*位置控制*/
.vertical-align {
	font-size: 0
}
.vertical-align:before {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	content: ""
}
.vertical-align-bottom,
.vertical-align-middle {
	display: inline-block;
	max-width: 100%;
	font-size: 14px
}
.vertical-align-middle {
	vertical-align: middle
}
.vertical-align-bottom {
	vertical-align: bottom
}

.rat-head-all {
	padding: 0px;
	margin: 0px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
    box-shadow: 0 1px 3px #ccc;
}
.rat-head-top {
	background: #0095D9;
	padding: 0px;
	margin: 0px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
}
.rat-head-follow {
	padding: 0px;
	margin: 0px;
}
.rat-head-follow li {
	float: left;
	font-size: 20px;
	padding: 0px 15px;
	margin: 0px;
	overflow: hidden;
	text-align: center;
	background: #0095D9;
}
.rat-head-follow li a {
	font-size: 14px;
	color: #fff;
}

.header_menu{
	width: 100%;
	background-color: #fff;
	transition:all 0.3s;
}
.header_menu .logo {
    float: left;
		margin: 5px 0px;
    height: 70px;
}
.logo img{
	height: 100%;
}

/* PC端栏目 */
.header_menu .navbar{margin:0;padding: 0px;float: right;}
.header_menu .navbar .nav{padding: 0px; margin: 0px; float: left;}
.header_menu .navbar .nav a{white-space:nowrap;line-height:35px;padding:0 10px;transition:all .2s ease-in-out; color:#333;text-align:center;display:block;background:rgba(255,255,255,0);}
.header_menu .navbar .nav a:hover, .header_menu .navbar .nav a.active{color:#0095D9;}
.header_menu .navbar .nav>li{margin-right:10px;position:relative; float: left;}
.header_menu .navbar .nav>li>a{white-space:nowrap;line-height:35px;padding:0 20px;transition:all .2s ease-in-out;font-size:18px; line-height: 80px;color:#333;text-align:center}
.header_menu .navbar .nav>li .submenu{min-width: 180px; list-style:none;padding:10px 10px;display:none;position:absolute;top:100%;background-color: #0095D9; left:0;z-index: 50;}
.header_menu .navbar .nav>li .submenu::after, .header_menu .navbar .nav>li .submenu::before {position: absolute;left: 50px;display: inline-block;width: 0;height: 0;content: '';border: 7px solid transparent;border-top-width: 0;}
.header_menu .navbar .nav>li .submenu::after {top:-7px;border-bottom-color: #0095D9 !important;}
.header_menu .navbar .nav>li .submenu>li{text-align:left;padding: 0px 10px; border-bottom: 1px solid transparent;}
.header_menu .navbar .nav>li .submenu>li a{white-space:nowrap;line-height:30px;padding: 0px;transition:all .2s ease-in-out;font-size:15px; line-height: 30px; color:#fff;text-align:left;}
.header_menu .navbar .nav>li .submenu>li:hover {border-bottom-color:#7ec9f6;}
.header_menu .form-search{width:240px; border: 1px solid #999; border-radius:50px;overflow:hidden; float: right; margin-top: 23px;}
.header_menu .form-search {border: 1px solid #ccc;}
.header_menu .form-search .form-control,.header_menu .form-search .btn{border:none;box-shadow:none;background:none}
.header_menu .btn-menu{position:absolute;left:0;top:50%;transform:translateY(-50%);width:30px;height:30px;z-index:2;border-radius:4px;cursor:pointer;background:#0095D9;transition:all .2s ease-in-out;display:none}
.header_menu .btn-menu .icon{position:absolute;top:50%;left:50%;width:15px;height:2px;background:#333;transform:translate(-50%, -50%);transition:all .2s ease-in-out}
.header_menu .btn-menu .icon:before,
.header_menu .btn-menu .icon:after{position:absolute;top:-6px;left:0;right:0;height:2px;content:"";background:#333;transition:all .2s ease-in-out}
.header_menu .btn-menu .icon:after{top:auto;bottom:-6px}
/* 手机栏目 */
.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{
	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: 14px;
	font-weight: 400;
	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: 25px 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;
	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: #0095D9;
}
.menu_pp_two h2{
	font-size: 18px;
	padding: 30px 20px;
}
.menu_pp_two h2 a {color:#0095D9;}

@media (max-width:991px) {
	.rat-head-top {line-height: 30px;}
	.rat-head-follow li, .header_menu .navbar {display: none;}
	.rat-head-follow li:first-child {display: block;}
	.header_menu .logo {height: 60px;}
	.logo img {height: 60px;}
	/*公共头部*/
	.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: 40px;
		height: 40px;
		background-color: #0095D9;
		position: relative;
		top: 15px;
		right: 0px;
	}
	.menu_icon span{
		display: block;
		width: 70%;
		height: 2px;
		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*/
}

/* 首页Banner */
.rat-banner {
    margin-top: 125px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}
.rat-banner img {width: 100%;}
.rat-banner .swiper-button-next, .rat-banner .swiper-button-prev {
	background: initial;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: auto 100%;
	height: 30px;
	line-height: 30px;
	width: 50px;
	text-align: center;
	color: #fff;
	font-size: 40px;
	transition: all 0.3s ease-in-out;
	top: initial;
	bottom: 40px;
	z-index: 10;
}
.rat-banner .swiper-button-next {
	right: initial;
	left: 140px;
	background-image: url(../images/right.png);
}
.rat-banner .swiper-button-prev {
	left: 80px;
	background-image: url(../images/left.png);
}
.rat-mbanner {display: none;}

@media (max-width:991px) {
.rat-banner {display: none;}
.rat-mbanner {
    margin-top: 102px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  display: block;
}
.rat-mbanner img {width: 100%;}
.rat-mbanner .swiper-button-next, .rat-mbanner .swiper-button-prev {
	background: initial;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: auto 100%;
	height: 30px;
	line-height: 30px;
	width: 50px;
	text-align: center;
	color: #fff;
	font-size: 40px;
	transition: all 0.3s ease-in-out;
	top: initial;
	bottom: 40px;
	z-index: 10;
}
}

/* 首页栏目名称条 */
.rat-index-title {
	padding: 0px;
	margin: 0px 0px 30px;
	line-height: 1.5;
	overflow: hidden;
}
.rat-index-title p {
	font-size: 26px;
	font-weight: 600;
	padding: 0px;
	margin: 0px;
	color: #0095D9;
}
.rat-index-title span {
	font-size: 24px;
	padding: 0px;
	margin: 0px;
	color: #666;
}
/* 首页产品展示 */
.rat-index-proall {
    background-color: #f6f6f6;
	padding: 50px 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-protitle {
	font-size: 32px;
	font-weight: 500;
	line-height: 35px;
	padding: 0px 10px;
	margin: 0px 0px 30px;
	color: #333;
	position: relative;
}
.rat-index-protitle::after {
	position: absolute;
	content: '';
	width: 2px;
	height: 35px;
	background-color: #0095D9;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	display: block;
}
.rat-index-prolist {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-proone {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	position: relative;
}
.rat-index-proone img {transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.rat-index-proone:hover img {transform: scale(1.08, 1.08);}
.rat-index-proone div {
	display: none;
	position: absolute;
	background-color: rgba(0,158,255,0.5);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 5;
}
.rat-index-proone p {
	display: none;
	width: 100%;
	padding: 0px 10px;
	position: absolute;
	text-align: center;
	font-size: 20px;
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}
.rat-index-proone:hover div, .rat-index-proone:hover p {display: block;}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    bottom: 10px;
    pointer-events: auto;
    text-align: center;
    position: absolute;
    z-index: 30!important;
    cursor: pointer;
	background-repeat: no-repeat;
	background-size: auto 100%;
    line-height: 18px;
    font-size: 20px;
    width: 30px;
    height: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.owl-carousel .owl-nav button.owl-prev:focus, .owl-carousel .owl-nav button.owl-next:focus, .owl-carousel button.owl-dot:focus {display: none;}
.owl-carousel {
	padding: 0px 0px 45px;
	position: relative;
}
.rat-index-prolist .owl-nav .owl-prev {
    right: 60px;
	background-image: url(../images/left_l.png) !important;
}
.rat-index-prolist .owl-nav .owl-next {
    right: 0px;
	background-image: url(../images/right_l.png) !important;
}

/* 首页解决方案 */

.rat-index-newsolutions {
    background-color: #f6f6f6;
	padding: 0px;
	margin: 80px 0px 30px;
	overflow: hidden;
}
.rat-index-solutionsnl {
    background-image: url('../images/solutionsbg.jpg');
    background-position: no-repeat;
    background-size: auto 100%;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.rat-index-solutionsleft {
    background-color: #fff;
    width: 45%;
    height: 490px;
    margin: 0px;
    padding: 60px;
    overflow: hidden;
    float: left;
}
.rat-index-solutionsright {
    width: 55%;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    float: right;
}
.rat-index-solutionsright li {
    width: 25%;
    margin: 0px;
    text-align: center;
    padding: 0px;
    float: left;
    border-left: 1px solid #fff;
    background-color: rgba(0,149,217,0.3);
}
.rat-index-solutionsright li.cur {
    background-color: #0095D9;
}
.rat-solutionsinfo {
    height: 490px;
    padding: 170px 10px;
    margin: 0px;
    text-align: center;
    overflow: hidden;
}
.rat-solutionsinfo img {main-width: 100%;}
.rat-solutionsinfo p {
    font-size: 24px;
    color: #fff;
    margin: 10px 0px 0px;
    padding: 0px;
}

/*.rat-index-solutionsall {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	position: relative;
}
.rat-index-solutionsbgimg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: -10;
    top: 0px;
    left: 0px;
}
.rat-index-solutionstxt1 {
	width: 50%;
	max-width: 720px;
	padding: 60px 0px;
	margin: 0px;
	overflow: hidden;
	float: left;
}
.rat-index-solutionstxt {
	padding: 0px 0px;
	margin: 0px;
	overflow: hidden;
} */
.rat-index-solutionstxtinfo {
	font-size: 16px;
	line-height: 1.8;
	padding: 0px;
	margin: 80px 0px 0px;
	overflow: hidden;
	color: #333;
	position: relative;
}
/*.rat-index-solutionstxtinfo::after {
	content: '';
	width: 2px;
	height: 80%;
	background-color: #0095D9;
	position: absolute;
	left: 0;
	top: 10px;
	display: block;
}
.rat-index-solutionstxtbtn {
	background-color: #0095D9;
	color: #fff;
    font-size: 16px;
    border-radius: 50px;
    padding: 3px 30px 0px;
    height: 40px;
    line-height: 35px;
	margin: 150px 0px 0px;
	display: block;
	float: left;
	overflow: hidden;
}
.rat-index-solutionstxtbtn:hover {color: #eee;}

.rat-index-solutionslist {
	width: 45%;
	max-width: 540px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: right;
}
.rat-index-solutionslist ul {border-top: 1px solid #0095D9;}
.rat-index-solutionslist li {
	width: 100%;
	background-color: #fff;
	margin: 0px;
	border: 1px solid #0095D9;
	border-top: 0px;
	overflow: hidden;
}
.rat-index-solutionslist li a {color: #666; font-size: 16px; font-weight: 600; line-height: 50px; padding: 35px 50px; display: block;}
.rat-index-solutionslist li.cur {background-color: #0095D9;}
.rat-index-solutionslist li.cur a {color: #fff;} */

/* 首页新闻中心 */
.rat-index-newsall {
	padding: 60px 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-newstxt {
	width: 30%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: left;
}
.rat-index-newstxt li {
	background-color: #fff;
	border-bottom: 1px solid #f6f6f6;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-newsone {
	padding: 15px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-newsone h3 {
	font-size: 16px;
	padding: 0px;
	margin: 0px 0px 15px;
	overflow: hidden;
	color: #333;
}
.rat-index-newsone p {
	font-size: 13px;
	line-height: 25px;
	height: 75px;
	padding: 0px;
	margin: 0px;
	color: #999;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.rat-index-newsone span {
	background-color: #0095D9;
	border: 1px solid #fff;
	border-radius: 50px;
	padding: 0px 20px;
	height: 35px;
	line-height: 35px;
	margin: 20px 0px 0px;
	display: block;
	float: left;
	overflow: hidden;
}
.rat-index-newsimg {
	width: 70%;
	height: 510px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: right;
}
.rat-index-newsimg img {width: 100%;}
.rat-index-newsone:hover {background-color: #0095D9;}
.rat-index-newsone:hover h3 {color: #fff;}
.rat-index-newsone:hover p {color: #fff;}

/* 底部信息 */
.rat-footer-all {
	background: #333;
	padding: 20px 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-footer-top {
	padding: 10px 0px;
	margin: 0px 0px 20px;
	border-bottom: 1px solid #999;
	overflow: hidden;
}
.rat-footer-logo {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: left;
	height: 70px;
}
.rat-footer-logo img {height: 100%;}
.rat-footer-mune {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: right;
}
.rat-footer-mune li {
	padding: 0px 20px;
	margin: 0px;
	overflow: hidden;
	float: left;
}
.rat-footer-mune li a {
	line-height: 70px;
	font-size: 16px;
	color: #999;
	overflow: hidden;
}
.rat-footer-bottom {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-footer-copyright {
	width: 50%;
	max-width: 320px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: left;
}
.rat-footer-copyright h3 {
	font-size: 26px;
	line-height: 1.6;
	padding: 0px;
	margin: 0px 0px 20px;
	overflow: hidden;
	color: #999;
}
.rat-footer-copyright p {
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 1px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	color: #999;
}
.rat-footer-contactinfo {
	width: 50%;
	max-width: 480px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: right;
	font-size: 15px;
	line-height: 2;
	color: #999;
}
.rat-footer-contactinfo p {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.rat-footer-contactinfo ul {
	padding: 0px;
	margin: 20px 0px 0px;
	overflow: hidden;
}
.rat-footer-contactinfo li {
	padding: 0px 15px;
	margin: 0px;
	overflow: hidden;
	float: left;
	position: relative;
}
.rat-footer-contactinfo li::after {
	content: '|';
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
}
.rat-footer-contactinfo li:first-child {padding-left: 0px;}
.rat-footer-contactinfo li:first-child::after {display: none;}
.rat-footer-contactinfo li a {
	font-size: 15px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	color: #999;
}

/* 内页开始 */
.rat-nybanner {
	width: 100%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
}
.rat-nybanner img {width: 100%;}

.rat-ny-infoall {
	padding: 60px 0px;
	margin: 125px 0px 0px;
	overflow: hidden;
}
.ny-tab-tit { margin-bottom: 50px; text-align: center; }
.ny-tab-tit li { display: inline-block; margin: 0 30px; }
.ny-tab-tit li a { display: inline-block; font-size: 24px; color: #666; padding: 0 15px; line-height: 40px; }
.ny-tab-tit li.cur a,.ny-tab-tit li:hover a { color: #0095D9; border-bottom: 1px solid #0095D9; }
.rat-ny-editor {
	font-size: 14px;
	line-height: 2;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	color: #666;
}

/* 企业荣誉 */
.rat-item {margin-bottom: 15px;}
.rat-item .img{ overflow: hidden; position: relative;margin:0px;border: 1px solid #eee;}
.rat-item .img img{ width: 100%; display: block; transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out;}
.rat-item .black-50{ transition: opacity 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53); -webkit-transition: opacity 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);}
.rat-item .vico{ border-top: 10px solid transparent; border-bottom: 10px solid transparent; display: block; margin: 0px auto; height: 0; width: 0; border-left: 10px solid #f0f0f0; position: absolute; left: 50%; top: 50%; margin: -5px 0 0 -5px;}
.rat-item .t{color: #222222; display: block; margin:0px; padding:10px 5%; text-align: center; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; background-color: #f0f0f0;  line-height: 1.5; font-size: 16px; position: relative; z-index: 1;}
.rat-item .t:before{  content:""; z-index: -1; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-color: #0154a4;background-color: ; -webkit-transition:-webkit-transform .38s cubic-bezier(.4,0,.2,1); transition:-webkit-transform .38s cubic-bezier(.4,0,.2,1); transition:transform .38s cubic-bezier(.4,0,.2,1); transition:transform .38s cubic-bezier(.4,0,.2,1),-webkit-transform .38s cubic-bezier(.4,0,.2,1); transform:scaleY(0); -webkit-transform:scaleY(0); -moz-transform:scaleY(0); transform-origin:50% 100% 0; -webkit-transform-origin:50% 100% 0; visibility:hidden\9;}
.rat-item:hover .img img{ transform:scale(1.06); -webkit-transform:scale(1.06);}
.rat-item:hover .t{color: #fff;}
.rat-item:hover .t:before{transform:scaleY(1); -webkit-transform:scaleY(1); -moz-transform:scaleY(1); transform-origin:50% 0 0; -webkit-transform-origin: 50% 0 0;visibility:visible\9;}
.rat-item:hover .black-50{opacity: 0; visibility: hidden\9; }

/* 新闻动态 */
.rat-ny-newslist .w50 {
	width: calc(50% - 40px);
	margin: 0px 20px;
	padding: 0px;
	overflow: hidden;
	float: left;
}
.rat-ny-newsone {
	background-color: #fff;
	padding: 30px;
	margin: 0px 0px 40px;
	overflow: hidden;
}
.rat-ny-newsoneimg {
	width: 240px;
	margin: 0px 30px 0px 0px;
	padding: 0px;
	overflow: hidden;
	float: left;
}
.rat-ny-newsoneimg img {width: 100%; display: block; transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out;}
.rat-ny-newsonetxt {
	width: calc(100% - 420px);
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	float: left;
}
.rat-ny-newsonetxt h3 {
	font-size: 18px;
	line-height: 1.8;
	margin: 10px 0px 30px;
	padding: 0px;
	overflow: hidden;
	color: #333;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.rat-ny-newsonetxt p {
	font-size: 14px;
	line-height: 30px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.rat-ny-newsoneother {
	width: 110px;
	padding: 25px 0px;
	margin: 0px;
	float: right;
	overflow: hidden;
}
.rat-ny-newsonedate {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	padding: 0px;
	margin: 0px 0px 40px;
	overflow: hidden;
	color: #666;
}
.rat-ny-newsonebtn {
	border: 1px solid #0095D9;
	border-radius: 50px;
	padding: 0px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	margin: 0px;
	display: block;
	overflow: hidden;
}
.rat-ny-newsone:hover .rat-ny-newsoneimg img {transform: scale(1.1); -webkit-transform: scale(1.1);}
.rat-ny-newsone:hover .rat-ny-newsonetxt h3 { color: #0095D9;}
.rat-news-detailsinfo {
    width: 100%;
    margin: 0 auto;
    padding: 50px;
		font-size: 16px;
		background-color: #fff;
}
.rat-news-detailsinfo p{
	margin:0;
	line-height: 2;
	margin-bottom: 0px;
}

.rat-news-detailsinfo p img{
	padding:20px 0;
	margin-bottom: 10px;
	width: 70%;
	display: block;
	margin:0 auto;
	/*height: 100%;*/
}
.news_list1_title1{
	font-size:12px;
	color:#000;
}
.news_list1_title1 span{
    display: inline-block;
	font-size:12px;
	background:#0095D9;
	color:#fff;
	padding:0 5px;
	margin-right:20px;
}
.news_list1_title2{
	margin-top:20px;
	font-size:22px;
	color:#0095D9;
	margin-bottom: 25px;
}
.news_list1_txt1{
	padding:20px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-bottom: 10px;
}
.news_list1_txt1 h5{
	text-align: left;
	font-size:20px;
	color:#000;
	padding-left:20px;
	position: relative;
	margin-bottom: 30px;
}
.news_list1_txt1 h5 span{
	position: absolute;
	top:5px;
	left:0;
	width:12px;
	height:12px;
	border:2px solid #0154a4;
	border-radius: 50%;
}
.news_list1_img2{
	margin-top:20px;
	margin-bottom: 30px;
}
.news_list1_back{
	margin-top:30px;
	text-align: right;
	padding: 30px 0px;
	border-top:1px solid #ccc;
}
.news_list1_back a{
	display: inline-block;
	width:60px;
	height:60px;
	line-height: 60px;
	border:1px solid #0154a4;
	border-radius: 50%;
	color:#333;
	font-size:14px;
	text-align: center;
}
.news_list1_btn{
	padding:20px 0;
	border-top: 1px solid #ccc;
}
.news_list1_prev{
	width:50%;
	float:left;
	text-align: left;
	position:relative;
}
.news_list1_prev a{
	position: relative;
	padding-left:5px;
}
.news_list1_next{
	width:50%;
	float:left;
	text-align: right;
	position:relative;
}
.news_list1_next a{
	position: relative;
	padding-right:5px;
}
.news_list1_prev_bg{
	position: absolute;
    top: -5px;
    left: 0;
}
.news_list1_prev_bg span{
	position: absolute;
	top:0;
	left:0;
	width:30px;
	height:30px;
	border:1px solid #0095D9;
	border-radius: 50%;
}
.news_list1_prev_bg img{
	position: absolute;
    top: -3px;
    left: 6px;
    max-width: initial;
}
.news_list1_next_bg{
    position: absolute;
    top: -5px;
    right: 30px;
}
.news_list1_next_bg span{
	position: absolute;
	top:0;
	left:0;
	width:30px;
	height:30px;
	border:1px solid #0095D9;
	border-radius: 50%;
}
.news_list1_next_bg img{
    position: absolute;
    top: -3px;
    left: -10px;
    max-width: initial;
}

/* 联系我们 */
.rat-contact-box {
	padding: 0px;
	margin: 0px 0px 50px;
	overflow: hidden;
	position: relative;
}
.rat-contact-info {
	background-color: #fff;
	width: 49%;
	height: 480px;
	margin: 0px;
	padding: 50px;
	overflow: hidden;
	float: left;
}
.rat-contact-map {
	width: 49%;
	height: 100%;
	border: 1px solid #0095D9;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: right;
	position: absolute;
	right: 0;
}
/* 在线留言 */
.rat-ny-title {
	margin-bottom: 50px!important;
	font-size: 24px !important;
	font-weight: 600 !important;
	position: relative;
}
.rat-ny-title:before {
	bottom: -20px;
	content: "";
	height: 2px;
	position: absolute;
	width: 80px;
	background-color: #0095D9;
}
.rat-ny-title:after {
	background-color: #fff;
	bottom: -20px;
	content: "";
	height: 2px;
	left: 3px;
	position: absolute;
	width: 5px;
}
.complaints-box {
    width: 100%;
    margin: auto;
    margin-top: 2.125em;
    padding-bottom: 0;
}
.complaints-main {
    margin-top: 1.5625em;
}
.complaints-main .hang1 {
    padding-left: 0;
    overflow: hidden;
}
.complaints-main .hang1 li {
    float: left;
    width: 32%;
    margin-right: 2%;
    font-size: 14px;
    height: 3.571em;
    line-height: 3.571em;
    background: #fff;
    border: 1px solid #0095D9;
    padding: 0 1.5%;
    overflow: hidden;
}
.complaints-main .hang1 li:nth-child(3n){
	margin-right: 0;
}
.complaints-main .hang1 li em {
    float: left;
    width: 20%;
    color: #999999;
}
.complaints-main .hang1 li em i {
    color: #0095D9;
}
.complaints-main .hang1 li input {
    float: left;
    width: 80%;
    height: 100%;
    border: none;
    margin-top: 1px;
    padding-right: 10%;
}
.complaints-main .hang1 li input:focus {outline: 0px;}
.complaints-main .hang1 li:nth-child(1) input{
	background: url(../images/service_hang1-libg1.png) no-repeat right center;
}
.complaints-main .hang1 li:nth-child(2) input{
	background: url(../images/service_hang1-libg2.png) no-repeat right center;
}
.complaints-main .hang1 li:nth-child(3) input{
	background: url(../images/service_hang1-libg3.png) no-repeat right center;
}

.complaints-main .hang3{
	overflow: hidden;
	margin-top: 17.5px;
	padding-left: 0;
}
.complaints-main .hang3 li{
	float: left;
	width: 100%;
	margin-right: 0;
	font-size: 14px;
	height: 3.571em;
	line-height: 3.571em;
	background: #fff;
	border: 1px solid #0095D9;
	padding: 0 1.5%;
	padding-right: 1%;
	overflow: hidden;

}
.complaints-main .hang3 li em{
	float: left;
	width: 10%;
	color: #999999;
}
.complaints-main .hang3 li em i{
	color: #0095D9;
}
.complaints-main .hang3 li input{
	float: left;
	width: 90%;
	height: 100%;
	border: none;
	margin-top: 1px;
	padding-right: 10%;
}
.complaints-main .hang3 li input:focus {outline: 0px;}
.complaints-main .hang3 li:nth-child(1) input{
	background: url(../images/service_hang3-libg1.png) no-repeat right center;
}
.complaints-main .hang4 {
    margin-top: 17.5px;
    border: 1px solid #0095D9;
    background: #fff;
    height: 18.125em;
    padding: 1.55%;
    padding-top: 0;
}
.complaints-main .hang4 .top {
    font-size: 14px;
    line-height: 3.571em;
    background: url(../images/service_hang4-bg.png) no-repeat right center;
}
.complaints-main .hang4 textarea {
    height: 11em;
    width: 100%;
    font-size: 14px;
    display: block;
    resize: none;
    background: none;
    border: none;
}
.complaints-main .hang4 textarea:focus {outline: 0px;}
.complaints-main .hang4 .top em {
    color: #999;
}
.complaints-main .hang4 .top em i {
    color: #0095D9;
}
.verify {
    position: relative;
    width: 310px;
    margin: 0 auto;
    margin-top: 35px;
}
.verify span {
    display: inline-block;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 50px;
    background: #0095D9;
    margin-top: 20px;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    display: none;
}
.verify input {
    width: 100%;
    height: 50px;
    border: 0;
    background: #0095D9;
    font-size: 14px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    border-radius: 0;
}

/* 在线招聘 */
.JobTitle {
    background-color: #0095D9;
}

.JobTitle span,
.JobPanel dt span {
    font-size: 12px;
    width: 65%;
    padding: 13px 5px;
    text-align: center;
    float: left;
    display: inline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.JobTitle span {
    color: #fff;
}
.JobTitle span:nth-child(4),.JobPanel dt span:nth-child(4) {
    width: 35%;
}
.JobTitle span:nth-child(1),.JobTitle span:nth-child(3),.JobTitle span:nth-child(4),.JobPanel dt span:nth-child(1),.JobPanel dt span:nth-child(3),.JobPanel dt span:nth-child(4) {
    display: none;
}
.JobPanel dl,.JobPanel dd {
    margin: 0;
    padding: 0;
}
.JobPanel dl {
    margin-bottom: 4px;
}
.JobPanel dt {
    cursor: pointer;
    font-weight: normal;
    background-color: #fff;
    margin-bottom: 1px;
}
.JobPanel dd {
    padding: 15px 5%;
    font-size: 12px;
    display: none;
    line-height: 30px;
    background-color: #fff;
}
.JobPanel dd h2,.JobPanel dd p {
    margin: 0;
    padding: 0;
}
.JobPanel dd h2 {
    font-size: 12px;
    margin-bottom: 7px;
}
/* 小屏幕（平板，大于等于 768px） */
@media screen and (min-width:1200px) {
	.JobTitle {margin-top: 15px;}
	.JobTitle span,.JobPanel dt span {width: 33%;}
	.JobTitle span:nth-child(1),.JobPanel dt span:nth-child(1) {width: 15%;}
	.JobTitle span:nth-child(4),.JobPanel dt span:nth-child(4),.JobTitle span:nth-child(3),.JobPanel dt span:nth-child(3) {width: 15%;}
	.JobTitle span:nth-child(5),.JobPanel dt span:nth-child(5) {width: 22%;}
	.JobTitle span,.JobPanel dt span,.JobPanel dd,.JobPanel dd h2 {font-size: 14px;}
	.JobTitle span:nth-child(1),.JobTitle span:nth-child(4),.JobTitle span:nth-child(3),.JobPanel dt span:nth-child(1),.JobPanel dt span:nth-child(4),.JobPanel dt span:nth-child(3) {display: inline;}
}

/* 工艺开发 */
.rat-process-box {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	position: relative;
}
.rat-process-info {
	background-color: #fff;
	width: 49%;
	height: 100%;
	min-height: 380px;
	padding: 50px;
	margin: 0px;
	overflow: hidden;
	float: left;
	position: absolute;
}
.rat-process-info h2 {
	color: #0095D9;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	display: inline-block;
	float: left;
}
.rat-process-img {
	width: 49%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: right;
}

/* 验证服务 */
.rat-ny-kuanifno {
    width: 100%;
    margin: 0 auto;
    padding: 50px;
    background-color: #fff;
}

/* 下载 */
.service-post {
	background-color: #f9f9f9;
	border: 1px solid #f2f2f2;
	border-bottom: 3px solid #e9e9e9;
	margin-bottom: 30px;
	position: relative;
}
.service-post:after {
	border-bottom: 3px solid;
	border-bottom-color: #1578b6;
	bottom: -2px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.service-post .thumb {
    margin-bottom: 15px;
}
.service-post .thumb img {
    width: 100%;
}
.service-post .content {
    padding: 0 30px 15px 30px;
}
.service-post .content .title {
    font-size: 18px;
    height: 50px;
    line-height: 25px;
    font-weight: 600;
    margin-top: 0;
	color: #666;
}
.service-post .content p {
    color: #989898;
    line-height: 1.857;
}
.service-post .content .btn-link {
	color: #1578b6;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	text-transform: capitalize;
}
.service-post:hover:after {
    width: 100%;
}

/* 下载 */
.downinfo{ border:1px solid #eaedf4; background-color:#fff; margin-bottom: 10px; padding: 10px 0px; font-size: 14px;}
.downinfo:hover{box-shadow: 0 0 6px rgba(0,0,0,.15);}
.downinfo .icon{color:#ccc; margin-right:5px;}
.downinfo span{margin-right: 10px; color: #e99c4a;}
.downinfo .line{border-left: 1px solid #eaedf4;}
.downinfo .rat-btn {background-color: #0095D9; border-color: #0095D9; margin-top: 5px;}
.rat-downinfo-mtmb {margin: 5px 0px 0px;}

.rat-down-details {
	min-height: 150px;
	line-height: 25px;
    margin-bottom: 40px;
    padding: 0px;
    overflow: hidden;
}
.rat-down-content {
	background-color: #fff;
	padding: 50px;
	margin: 0px;
	overflow: hidden;
}
.rat-down-content .name {
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
    color: #175b7f;
}
.rat-down-content .occupation {
    color: #777;
    font-family: 'Lato',sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.rat-down-content hr {
    margin-top: 0px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.team-member-infos {
    margin-bottom: 0px;
    margin-top: 20px;
}
.form-control {
	width: 100%;
	border-radius: 0px;
	padding: 5px 10px;
}
.prodbutton {
	width: 100%;
	padding: 5px 0px;
	font-size: 16px;
	text-align: center;
}

/* 荣誉 */
.rat-honor-one {
	background-color: #fff;
	border: 1px solid #eee;
	padding: 10px;
	margin: 0px 0px 20px;
	overflow: hidden;
}
.rat-honor-one:hover {box-shadow: 2px 2px 8px 0 #ccc;}
.rat-honor-oneimg {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-honor-oneimg img {width: 100%;}
.rat-honor-onetxt {
	font-size: 14px;
	text-align: center;
	color: #0095D9;
	font-weight: 600;
	line-height: 25px;
	margin: 15px 0px 10px;
	padding: 0px;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
/* 产品 */
.rat-index-proban {
	position: relative;
	padding: 0px;
	margin: 0px 0px 50px;
	overflow: hidden;
}
.rat-index-proban .owl-nav .owl-prev {
    right: 60px;
	background-image: url(../images/left_l.png) !important;
}
.rat-index-proban .owl-nav .owl-next {
    right: 0px;
	background-image: url(../images/right_l.png) !important;
}
.rat-pro-list {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-pro-list li {
	width: 100%;
	background-color: #fff;
	margin: 0px;
	border: 1px solid #0095D9;
	border-top: 0px;
	overflow: hidden;
}
.rat-pro-list li:first-child {border-top: 1px solid #0095D9;}
.rat-pro-list li a {color: #666; font-size: 15px; font-weight: 600; line-height: 40px; padding: 20px 30px; display: block;}
.rat-pro-list li:hover,.rat-pro-list li.cur {background-color: #0095D9;}
.rat-pro-list li:hover a,.rat-pro-list li.cur a {color: #fff;}
.rat-pro-one {
	padding: 0px;
	margin: 0px 0px 20px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #eee;
	position: relative;
}
.rat-pro-oneimg {
    width: 50%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	text-align: center;
	float: right;
}
.rat-pro-oneimg img {
	width: 100%;
	transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
}
.rat-pro-one:hover .rat-pro-oneimg img {
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
}
.rat-pro-onetxt {
    width: 50%;
	padding: 30px;
	margin: 0px;
	overflow: hidden;
	color: #666;
	float: left;
}
.rat-pro-onetxt p {font-size: 14px; font-weight: 300; line-height: 30px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; margin: 0px;font-family: auto; color:#000;}
.rat-pro-onetxt h3 {font-size: 16px; font-weight: 600; line-height: 40px; margin: 10px 0px 25px; border-bottom: 2px solid #0095D9;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.rat-pro-onetxt .rat-prosamll p {font-size: 14px; font-weight: 300; line-height: 40px;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.rat-pro-onetxt span {border: 1px solid #0095D9; border-radius: 20px; width: 80px; padding: 5px 0px; text-align: center; position: absolute; bottom: 20px; left: 30px;}
.rat-pro-onetxt span .hover {display: none;height: 20px;}
.rat-pro-onetxt span .nohover {display: initial;height: 20px;}
.rat-pro-one:hover .rat-pro-onetxt {color: #0095D9;}
.rat-pro-one:hover .rat-pro-onetxt span {background-color: #0095D9;}
.rat-pro-one:hover .rat-pro-onetxt span .nohover {display: none;}
.rat-pro-one:hover .rat-pro-onetxt span .hover {display: initial;}
@media (max-width:1400px) {
    .rat-pro-onetxt {padding: 10px;}
    .rat-pro-onetxt p {font-size: 13px;}
    .rat-pro-onetxt h3 {margin: 5px 0px 15px; font-size: 16px;}
    .rat-pro-onetxt .rat-prosamll p {line-height: 30px;font-size: 13px;}
    .rat-pro-onetxt span {left: 10px; bottom: 10px;}
}
@media (max-width:1200px) {
    .rat-pro-onetxt {padding: 10px;}
    .rat-pro-onetxt p {font-size: 12px;}
    .rat-pro-onetxt h3 {margin: 5px 0px 15px; font-size: 14px;}
    .rat-pro-onetxt .rat-prosamll p {line-height: 22px;font-size: 12px;}
    .rat-pro-onetxt span {left: 10px; bottom: 10px;}
    .rat-pro-onetxt span {border-radius: 15px; width: 60px; padding: 2px 0px;}
}
@media (max-width:920px) {
    .rat-pro-onetxt p {font-size: 14px;}
    .rat-pro-onetxt h3 {font-size: 16px;}
    .rat-pro-onetxt .rat-prosamll p {line-height: 40px;font-size: 14px;}
}
@media (max-width:420px) {
    .rat-pro-onetxt p {font-size: 12px;}
    .rat-pro-onetxt h3 {font-size: 14px;line-height: 24px; margin-bottom: 5px;}
    .rat-pro-onetxt .rat-prosamll p {line-height: 20px;font-size: 12px;}
    .rat-pro-onetxt span {border-radius: 15px; width: 60px; padding: 2px 0px;}
}
.rat-pro-detailsbox {
	background-color: #fff;
	padding: 20px;
	margin: 0px 0px 30px;
	overflow: hidden;
}
.rat-pro-detailstitle {
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 10px;
	overflow: hidden;
	position: relative;
	font-size: 18px;
	font-weight: 600;
	color: #333;
}
.rat-pro-detailstitle::after {
	content: '';
	width: 15px;
	height: 15px;
	border-radius: 15px;
	background-color: #0095D9;
	position: absolute;
	top: 5px;
	left: 0px;
}
.rat-pro-detailsimg {text-align: center;}
.rat-pro-detailsimg img {max-width: 100%;}

.rat-pro-downinfo {
    background-color: #f6f6f6;
    margin: 20px 0px 0px 0px;
    padding: 5px 10px;
    overflow: hidden;
}
.rat-pro-downimg {
    width: 120px;
    font-size: 36px;
    line-height: 50px;
    color: #999;
    text-align: center;
    padding: 0px;
    margin: 0px 20px 0px 0px;
    float: left;
    border-right: 1px solid #ccc;
}
.rat-pro-downtxt {
    width: calc(100% - 250px);
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    line-height: 50px;
    color: #333;
    float: left;
}
.rat-pro-downbtn {
    width: 100px;
    font-size: 28px;
    line-height: 50px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    float: right;
}
.rat-pro-downbtn a {
    color: #0095D9;
}
.rat-solutions-sminfo {
    background-color: #f6f6f6;
    margin: 20px 0px 0px 0px;
    padding: 10px 10px;
    overflow: hidden;
}
.rat-solutions-smiimg {
    width: 120px;
    font-size: 36px;
    line-height: 50px;
    color: #0095D9;
    text-align: center;
    padding: 0px;
    margin: 0px 20px 0px 0px;
    float: left;
    border-right: 1px solid #ccc;
}
.rat-solutions-smtxt {
    width: calc(100% - 150px);
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    line-height: 50px;
    color: #333;
    float: left;
}

@media (max-width: 991px) {
	.pc {display: none;}
	.mobile {display: block;}
	.containe {width: 100%; padding: 0px 10px;}
	
	.rat-index-proall,.rat-index-newsall,.rat-ny-infoall {padding: 25px 0px;}
	.rat-index-title {margin: 0px 0px 15px;}
	.rat-index-title p, .rat-index-title span {font-size: 20px;}
	.rat-index-protitle {font-size: 24px; line-height: 28px; margin-bottom: 15px;}
	.rat-index-protitle::after {height: 28px;}
	.rat-index-newsolutions {margin: 25px 0px;}
	.rat-index-solutionsleft {padding: 20px; width: 100%; height: auto;}
	.rat-index-solutionstxtinfo {font-size: 13px; margin-top: 25px;}
	.rat-solutionsinfo {height: 200px; padding: 20px 5px;}
	.rat-solutionsinfo p {font-size: 18px;}
	.rat-index-solutionsright {width: 100%;}
	.rat-index-newstxt {width: 100%;}
	.rat-index-newsimg {width: 100%; height: auto;}
	.rat-footer-mune,.rat-footer-copyright h3 {display: none;}
	.rat-footer-top {padding-top: 0px;}
	.rat-footer-logo {text-align: center;float: inherit;}
	.rat-footer-copyright,.rat-footer-contactinfo {width: 100%; max-width: inherit; font-size: 13px; line-height: 1.6}
	.rat-footer-contactinfo li {padding: 0px 6px;}
	.rat-footer-contactinfo li a {font-size: 13px;}
	.ny-tab-tit {display: none;}
	.rat-index-proban {margin-bottom: 25px;}
	.owl-carousel {padding-bottom: 30px;}
	.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {bottom: 5px; width: 25px; height: 15px;}
	.rat-ny-kuanifno {padding: 10px;}
	.rat-pro-list li a {padding: 10px 20px;}
	.rat-pro-one {margin: 10px 0px 0px;}
	.rat-pro-detailsbox {padding: 10px;margin-bottom: 15px;}
	.rat-pro-detailstitle {font-size: 16px;}
	.rat-process-box {position: inherit;}
	.rat-process-info {width: 100%; padding: 15px; min-height:auto; position: inherit;}
	.rat-process-img {width: 100%;}
	.rat-pro-downimg {margin-right: 10px; width: 40px; font-size: 24px;}
	.rat-pro-downtxt {width: calc(100% - 90px);font-size: 12px;}
	.rat-pro-downbtn {width: 30px; font-size: 18px;}
	.rat-down-content .name {font-size: 18px;}
	.rat-down-details {min-height: auto; margin-bottom: 15px;}
	.rat-down-content {padding: 15px;}
	.rat-ny-newsone {padding: 10px; margin-bottom: 20px;}
	.rat-ny-newsoneimg {width: 100%; margin: 0px;}
	.rat-ny-newsonetxt {width: 100%; float: inherit;}
	.rat-ny-newsonetxt h3 {font-size: 15px; margin-bottom: 15px;}
	.rat-ny-newsonetxt p {font-size: 13px;line-height: 1.8;}
	.rat-ny-newsoneother {width: 100%; float: inherit; padding: 10px 0px 0px;}
	.rat-ny-newsonedate {float: left; margin: 0px; font-size:14px; line-height: 1.8;}
	.rat-ny-newsonebtn {float: right; height: 30px; line-height: 30px;width: 80px; border-radius: 20px;}
	.rat-news-detailsinfo {padding: 15px; font-size:13px;}
	.rat-contact-box {position: inherit; margin-bottom: 35px;}
	.rat-contact-info {width: 100%; height: auto; padding: 15px;}
	.rat-contact-map {height: 320px; position: inherit;width: 100%;}
	.complaints-main .hang1 li {width: 100%; margin-top: 10px;}
	.complaints-main .hang1 li:first-child {margin-top: 0px;}
	.complaints-main .hang3 li em {width: 25%;}
	.complaints-main .hang3 li input {width: 75%;}
	.verify {margin-top: 10px;width: 100%;}
	.rat-solutions-smiimg {width: 40px; margin-right: 10px; line-height: 75px;}
	.rat-solutions-smtxt {width: calc(100% - 50px);; font-size: 14px; line-height: 25px;}
}