@charset "utf-8";
/* CSS Document */


body{
	font-family:"Microsoft YaHei","微软雅黑" !important;
	overflow-x: hidden;
}
/* ::-webkit-scrollbar-track-piece{width:10px;background-color:#fff;}
::-webkit-scrollbar{width:6px;height:6px}
::-webkit-scrollbar-thumb{height:50px;background-color:#233484;}
::-webkit-scrollbar-thumb:hover{background:#233484;} */

ul{margin:0px;padding:0px;list-style:none;}
li{list-style:none;}
ul li a{display:block;}
a{text-decoration:none;color:#666;outline:none;}
a:hover{text-decoration: none;}
input{border:1px solid #ccc;outline:none;}
textarea{border:1px solid #ccc;outline:none;}
form{margin:0px;padding:0px;}
table{cellspacing:0px;cellpadding:0px;}
img{border:none;}
a,img{border:0;}
.clear{claer:both;}
.clearfix{*zoom:1;}
.clearfix:after{content: ''; display: block; clear: both;}
a{outline:none !important;}
img{border:0 none;}
.rat-kuan-90 {
	width: 80%;
	max-width: 1400px;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
}
.rat-title {
	padding: 0px;
	margin: 0px 0px 35px;
	text-align: center;
	overflow: hidden;
}
.rat-title h3 {
	position: relative;
	margin: 0px;
	padding-bottom: 30px;
	font-size: 30px;
	font-weight: bold;
}
.rat-title h3::after {
	position: absolute;
	bottom: 15px;
	left: 50%;
	display: block;
	content: "";
	width: 60px;
	height: 4px;
	transform: translateX(-50%);
	background: #233484;
}
.rat-title p {
	font-size: 14px;
	line-height: 2;
	padding: 0px;
	margin: 0px;
}


.rat-header-all {
	width: 100%;
	position: fixed;
	z-index: 90;
}
.rat-header-all.open {
	-webkit-animation: smoothScroll 1s forwards;
	animation: smoothScroll 1s forwards;
	position: fixed;
	top: 0;
	width: 100%;
	transition: none;
	z-index: 1000;
	background: #fff;
	border-bottom: 1px solid #b7b7b7;
}
.rat-header-top {
	position: relative;
	margin: 0px;
	padding: 10px 0px;
	overflow: hidden;
}
.rat-header-logo {
	text-align: center;
	height: 80px;
	padding: 0px;
	margin: 0px;
}
.rat-header-logo img {height: 100%;}
.rat-header-logo .black {display: inherit;}
.rat-header-logo .color {display: none;}

.rat-header-all.open .rat-header-logo .black {display: none;}
.rat-header-all.open .rat-header-logo .color {display: inherit;}
.rat-header-language {
	position: absolute;
	top: 30px;
	right: 20px;
	padding: 0px;
	margin: 0px;
}
.rat-header-language span {
    font-size: 16px;
    color: #fff;
    padding: 0px;
    margin: 0px 30px 0px 0px;
}
.rat-header-language a {color: #fff;}
.rat-header-all.open .rat-header-language a,
.rat-header-all.open .rat-header-language span {color: #333;}
.rat-header-mune {
	padding: 0px;
	margin: 0px 0px 10px;
	overflow: hidden;
}
.rat-header-mune ul {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.rat-header-mune ul li {
	-ms-flex: 1;
	flex: 1;
	box-sizing: border-box;
	cursor: pointer;
	transition: all .2s ease-in-out;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	text-align: center;
}
.rat-header-mune ul li a {color: #fff; margin: 0px auto; font-size: 16px; line-height: 30px;}
.rat-header-mune ul li a:hover {font-weight: 600;}
.rat-header-all.open .rat-header-mune ul li a {color: #333;}

/* 手机栏目 */
.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: 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: 55px;
}
.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: 15px 20px;
}
.menu_pp_two h2 a {color:#233484;}

@media (max-width:991px) {
	.rat-header-logo {width: 70%; float: left; text-align: left; height: auto;}
	.rat-header-logo img {height: 50px;}
	.rat-header-language, .rat-header-mune {display: none;}
	/*公共头部*/
	.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;
		position: relative;
		top: 5px;
		right: 10px;
	}
	.rat-header-all.open .menu_icon {background-color: #233484;}
	.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 {
  width: 100%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	position: relative;
}
.rat-banner .gradient {
	height: 200px;
	left: 0;
	width: 100%;
	background: linear-gradient(0deg,transparent,#000);
	position: absolute;
	top: 0;
	z-index: 8;
	padding: 0;
}
/* .rat-banner .swiper-slide {
	width: 100%;
	height: 900px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding: 0px;
	margin: 0px;
} */
.rat-banner .swiper-button-next, .rat-banner .swiper-button-prev {
    background: rgba(0,0,0,0.2);
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    color: #fff;
    font-size: 40px;
    transition: all 0.3s ease-in-out;
    transform: translateX(-56px);
}
.rat-banner .swiper-button-next {
    transform: translateX(56px);
}
.rat-banner:hover .swiper-button-next, .rat-banner:hover .swiper-button-prev {
    transform: translateX(0);
}
.rat-banner .swiper-pagination-bullet{
	opacity: 1;
	width: 12em;
	height: 3px;
	margin: .5em;
	border: 0;
	border-radius: 0px;
	background: #e4e4e4;
}
.rat-banner>.swiper-pagination-bullets{
	text-align: center;
	bottom: 20px;
	z-index: 5;
}
.rat-banner .swiper-pagination-bullet-active{
	background:#C00;
}
/*
.rat-banner-txt {
	width: 100%;
	position: absolute;
	color: #fff;
	top: 50%;
	transform: translateY(-45%);
	left: 0;
	z-index: 50;
	text-align: center;
}
.rat-banner-txt h3 {
	font-family: 微软雅黑;
	font-size: 62px;
	letter-spacing: 5px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-banner-txt span {
	font-family: 微软雅黑;
	font-size: 24px;
	letter-spacing: 3px;
	padding: 0px;
	margin: 20px 0px 0px;
	display: block;
}
.rat-banner-txt a {
	margin: 50px auto 0px;
	text-transform: uppercase;
	width: 250px!important;
	padding: 20px 35px;
	display: block;
	color: #fff;
	background: #C00;
	border-radius: 10px;
	font-size: 16px;
}
@media (max-width: 960px) {
	.rat-banner-txt h3 {font-size: 42px;}
	.rat-banner-txt hr {margin: 15px auto;}
	.rat-banner-txt span {font-size: 18px; letter-spacing: 0px;}
	.rat-banner-txt a {padding: 10px 35px; margin-top: 65px;border-radius: 5px; width: auto!important; display: inline-block;}
	.rat-banner .swiper-slide {height: 600px;}
} */
@media (max-width:767px) {
	.rat-banner .swiper-pagination-bullet{width:20px;height:4px;}
	.rat-banner>.swiper-pagination-bullets{bottom:5px;}
	.rat-banner .swiper-button-next, .rat-banner .swiper-button-prev {display: none;}
	/* .rat-banner-txt h3 {font-size: 32px;}
	.rat-banner-txt hr {margin: 10px auto;}
	.rat-banner-txt span {font-size: 16px; letter-spacing: 0px;} */
}

/* 服务全球 */
.rat-index-serviceall {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	background: linear-gradient(0deg,#eee,#aaa);
	background: -o-linear-gradient(0deg,#eee,#aaa);
	background: -moz-linear-gradient(0deg,#eee,#aaa);
	background: -ms-linear-gradient(0deg,#eee,#aaa);
}
.rat-index-serviceinfo {
	max-width: 1200px;
	padding: 35px 0px;
	margin: 0px auto;
	text-align: center;
	overflow: hidden;
}
.rat-index-serviceinfo h3 {
	font-size: 42px;
	font-family: "microsoft yahei","黑体";
	padding: 0px;
	margin: 0px 0px 15px;
	overflow: hidden;
}
.rat-index-serviceinfo h3 span {
	color: #233484;
	margin-right: 20px;
}
.rat-index-serviceinfo p {
	font-size: 16px;
	text-shadow:#fff 1px 1px 0px;
	letter-spacing: 2px;
	line-height: 2;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

/* 首页推荐产品 */
.rat-index-proall {
	padding: 60px 0px 80px;
	margin: 0px;
	overflow: hidden;
	position: relative;
}
.rat-index-proall::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	border-top: 30px solid #eee;
	left: 50%;
	top: 0%;
	z-index: 3;
	transform: translateX(-50%);
}
.rat-index-protitle {
	max-width: 1200px;
	padding: 0px;
	margin: 0px auto 25px;
	text-align: center;
	overflow: hidden;
}
.rat-index-protitle h3 {
	font-size: 36px;
	line-height: 1.8;
	color: #233484;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-protitle p {
	font-size: 16px;
	line-height: 1.8;
	padding: 0px;
	margin: 10px 0px 0px;
	overflow: hidden;
}
.rat-index-proinfo {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.i-product-ul{display: flex;justify-content: space-between;}
.i-product-ul .product-item{width: 23.75%;}
.i-product-ul .product-item .imgbox{}
.product-item .imgbox{position: relative;display: block;overflow: hidden;}
.product-item .imgbox::after{position: absolute;bottom: 0;left: 0;display: block;content: "";width: 0;height: 4px;background: #0b56c3;opacity: 0;z-index: 9;transition: all .6s;}
.product-item .imgbox img{display: block;width: 100%;height: auto;transition: all .6s;}
.product-item .imgtext{position: absolute;left: 0;width: 100%;padding: 10px;box-sizing: border-box;transition: all .6s;}
.product-item .imgtext .imgtext-tit{margin-bottom: 5px;font-size: 16px;line-height: 40px; font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.product-item .imgtext .imgtext-more{opacity: 0;transition: all .9s;margin: 0px;}
.product-item .imgbox:hover::after{width: 100%;opacity: 1;}
.product-item .imgbox:hover img{transform: scale(1.1);}
.i-product-ul .product-item .imgbox{background: #eee;border: 1px solid #eee;padding-bottom: 50px;}
.i-product-ul .product-item .shadow{opacity: 1;}
.i-product-ul .product-item .imgtext{bottom: -30px;}
.i-product-ul .product-item .imgbox:hover .imgtext{bottom: 0;}
.i-product-ul .product-item .imgbox:hover .imgtext-more{opacity: 1;}

/* 首页公司简介 */
.rat-index-aboutall {
	position: relative;
	background-color: #3d3d40;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.index_new_mid_l {
	float: left;
	width: 50%;
	padding: 6% 4%;
	margin: 0px;
	overflow: hidden;
}
.index_new_mid_l_1 {
	font-size: 2em;
	color: #fff;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url(../images/index8.png);
	padding-bottom: 0.5em;
	text-align: center;
}
.index_new_mid_l_2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	word-break: break-all;
	overflow: hidden;
	font-size: 16px;
	color: #c5c5c6;
	margin: 30px 0 50px 0;
	line-height: 30px;
}
.index_new_mid_l_3 {
	text-align: center;
}
.index_new_mid_l_3 a {
	display: inline-block;
	border: 1px #737375 solid;
	color: #fff;
	width: 150px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
}
.index_new_mid_l_3 a:hover {
	background-color: #fff;
	color: #05439a;
}
.index_new_mid_r {
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.index_new_mid_r a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/index9.png);
}

/* 首页新闻 */
.rat-index-newsall {
	padding: 80px 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-newsall .rat-index-newsmain{display: flex;justify-content: space-between;color: #7f7f7f;}
.rat-index-newsall .rat-index-newshot{width: 47%;background: #f5f5f5;}
.rat-index-newsall .rat-index-newslist{width: 49%;}
.rat-index-newsall .rat-index-newshot a{display: block;height: 100%;padding: 30px 32px 0;box-sizing: border-box;}
.rat-index-newsall .rat-index-newshot .imgbigout{margin-bottom: 24px;}
.rat-index-newsall .rat-index-newshot .imgbigout img {width: 100%;}
.rat-index-newsall .rat-index-newshot .text{padding-left: 110px;padding-right: 26px;-webkit-transition: .65s;transition: .65s;}
.rat-index-newsall .date{float: left;width: 80px;margin-top: 2px;text-align: right;}
.rat-index-newsall .date p{line-height: .8em;}
.rat-index-newsall .date .date-p1{margin-bottom: 6px;}
.rat-index-newsall .date .date-p2{font-size: 28px;}
.rat-index-newsall .text .p1{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;margin-bottom: 13px;font-size: 24px;color: #000;}
.rat-index-newsall .text .p2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;height: 75px;font-size: 16px;line-height: 25px;}
.rat-index-newsall .rat-index-newslist a{display: block;padding: 20px 0;border-top: 1px solid #ebebeb;}
.rat-index-newsall .rat-index-newslist li:last-child a{border-bottom: 1px solid #ebebeb;}
.rat-index-newsall .rat-index-newslist .date{margin-left: 12px;}
.rat-index-newsall .rat-index-newslist .text{padding-left: 112px;padding-right: 18px;-webkit-transition: .65s;transition: .65s;}
.rat-index-newsall .rat-index-newsmain a:hover .p1{color: #233484;}

/*  */
.rat-index-otherall {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	background-image: url(../images/otherbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}
.rat-index-otherleft {
	width: 35%;
	background-color: rgba(255,255,255,0.8);
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: left;
}
.rat-index-otherinfo {
	padding: 140px 120px;
	margin: 0px;
	overflow: hidden;
	text-align: center;
}
.rat-index-otherinfo h3 {
	font-size: 24px;
	font-weight: 300;
	padding: 0px;
	margin: 0px 0px 25px;
	position: relative;
}
.rat-index-otherinfo h3::before {
	position: absolute;
	bottom: -10px;
	left: 50%;
	display: block;
	content: "";
	width: 60px;
	height: 4px;
	margin-left: -30px;
	background: #233484;
}
.rat-index-otherinfo p {
	font-size: 14px;
	line-height: 2;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-otherright {
	width: 65%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: right;
}
.rat-index-otherlist {
	padding: 120px 150px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-otherlist li {
	width: 33.3333%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: left;
}
.rat-index-otherimg {
	text-align: center;
	padding: 0px;
	margin: 0px 0px 10px;
	overflow: hidden;
}
.rat-index-othertxt {
	font-size: 14px;
	line-height: 1.8;
	color: #fff;
	text-align: center;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-othertxt p {margin: 0px;}

/* 首页合作客户 */
.rat-index-customerall {
	padding: 60px 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-customerinfo {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-customerinfo li {
	width: 12.5%;
	text-align: center;
	padding: 0px;
	margin: 0px 0px 10px;
	font-size: 14px;
	line-height: 1.8;
	float: left;
}
.rat-index-customerinfo li img {
	width: 90px;
	height: 90px;
	filter: none;
}

/* 服务全球 */
.rat-index-kadefuall {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
		border-top: 1px solid #ccc;
    background: linear-gradient(0deg,#ddd,#f6f6f6);
    background: -o-linear-gradient(0deg,#ddd,#f6f6f6);
    background: -moz-linear-gradient(0deg,#ddd,#f6f6f6);
    background: -ms-linear-gradient(0deg,#ddd,#f6f6f6);
}
.rat-index-kedafuinfo {
	padding: 30px 0px 15px;
	margin: 0px;
	overflow: hidden;
	text-align: center;
}
.rat-index-kedafuinfo ul {
	display:-ms-flexbox;display:inline-flex;align-items:center; margin: 0px auto;
}
.rat-index-kedafuinfo li {
	box-sizing:border-box;cursor:pointer;
}
.rat-index-kedafuinfo p {
	font-size: 24px;
	font-weight: 600;
	color: #233484;
	line-height: 30px;
	padding: 0px 20px;
	margin: 0px;	
}

/* 底部信息 */
.rat-footer-allbg {
	background: #212121;
	color: #9a9a9a;
	grid-area: footer;
	padding: 0;
	flex-basis: 100%;
	width: 100%;
	overflow: hidden;
}
.rat-footer-top {
	padding: 50px 0px 10px;
	margin: 0px;
	overflow: hidden;
}

.rat-footer-contact {
    display: block;
    margin: 0;
    padding: 0;
    background-color: transparent;
    vertical-align: middle;
}
.rat-footer-contact ul, .rat-footer-contact ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-left: 1em;
}
.rat-footer-contact ul li {
    margin: 0;
    display: inline-block;
    width: 100%;
		font-size: 14px;
    border: 0;
    padding: 0 0 10px 30px;
    position: relative;
    text-align: left;
}
.rat-footer-contact ul li:before {
    content: '';
    font-family: FontAwesome;
    vertical-align: baseline;
    display: inline-block;
    padding: 0;
    font-size: inherit;
    width: 25px;
    text-align: center;
    position: absolute;
    left: 0;
    color: inherit;
}
.rat-footer-contact ul li span,.rat-footer-contact ul li a {
	color: #fff;
}
.rat-footer-contact ul li.a-logo {
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
	max-width: 180px;
}
.rat-footer-contact ul li.a-address:before {
	content: "\f041";
}
.rat-footer-contact ul li.a-phone:before {
	content: "\f095";
}
.rat-footer-contact ul li.a-fax:before {
	content: "\f1ac";
}

.rat-footer-contact ul li.a-qq:before {
	content: "\f1d6";
}
.rat-footer-contact ul li.a-email:before {
	content: "\f0e0";
}

.rat-footer-nav {
	width: 50%;
	display: block;
	margin: 0 0 10px;
	padding: 0;
	background-color: transparent;
	vertical-align: middle;
	float: left;
}
.rat-footer-nav h3 {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin: 0 0 15px;
	padding: 0;
	text-transform: uppercase;
	border: 0;
}
.rat-footer-nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-left: 1em;
}
.rat-footer-nav li {margin-bottom: 8px;position: relative;font-size: 14px;}
.rat-footer-nav li a {color: #ccc;}
.rat-footer-nav li:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #3776be;
    position: absolute;
    left: -1em;
    top: 10px;
}
.rat-footer-joinus {
	display: block;
	margin: 0 0 10px;
	padding: 0;
	background-color: transparent;
	vertical-align: middle;
}
.rat-footer-joinus h3 {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin: 0 0 15px;
	padding: 0;
	text-transform: uppercase;
	border: 0;
}
.rat-footer-joinus ul {
	font-size: 28px;
	display: inline-block;
	vertical-align: middle;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.rat-footer-joinus li {
	float: left;
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0;
}
.rat-footer-joinus li a {
	color: #fff;
	opacity: 1;
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}
.rat-footer-joinus li i {
	margin: 0px;
	width: 42px;
	padding: 7px 0;
	text-align: center;
}
.rat-code {
    width: 180px;
	padding: 10px;
	overflow: hidden;
}
.rat-footer-bottom {
	padding: 10px 0px;
	line-height: 40px;
	font-size: 14px;
	overflow: hidden;
	text-align: center;
	border-top: 1px solid #444;
}

/* 内页开始 */

.rat-allhome-tabs {width: 100%; margin: 0px 0px 0px; padding: 0px; overflow: hidden;border-bottom:1px solid #eee;}
.ui-tabs{width:100%;overflow-x:auto;padding:20px 0 0;overflow-y:hidden}
.ui-tabs::-webkit-scrollbar{display:none;width:0}
.ui-tabs .main{width:auto;white-space:nowrap}
.ui-tabs .ui-tab{display:inline-block;margin-right:60px;width:auto;cursor:pointer;padding-bottom:20px;position:relative;transition:opacity .2s ease-in-out;box-sizing:border-box}
.ui-tabs .ui-tab span{font-size:14px;color:#777;letter-spacing:0;text-align:center}
.ui-tabs .ui-tab.active{border-bottom:2px solid #233484}
.ui-tabs .ui-tab.active span{font-size:14px;color:#233484;letter-spacing:0;text-align:center}
.ui-tabs .ui-tab:last-child{margin-right:0}
.ui-tabs .ui-tab:hover{opacity:.7}

/* 内页Banner */
.page-title {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 280px 0 240px;
	position: relative;
}
.page-title:before {
	background-color: rgba(0, 0, 0, 0.6);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.page-title-content {
	text-align: center;
	position: relative;
}
.page-title-content .title {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 25px;
	margin-top: 0;
	text-transform: uppercase;
	color: #fff;
}
.page-title-content .bread-crumb {
	border-radius: 5px;
	display: inline-block;
	margin-bottom: 10px;
	background-color: #233484;
}
.page-title-content .bread-crumb li {
	display: inline-block;
	margin-right: 6px;
	position: relative;
}
.page-title-content .bread-crumb li:after {
	color: #fff;
	content: "\f0da";
	font-family: "FontAwesome";
	font-size: 15px;
	position: absolute;
	right: -15px;
	top: 4px;
}
.page-title-content .bread-crumb li:last-child:after {
	display: none;
}
.page-title-content .bread-crumb li a {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 0 7px 25px;
}
.page-title-content .bread-crumb li:last-child a {
	margin-left: 5px;
	padding-left: 13px;
	padding-right: 20px;
}
.rat-ny-bgcolor {background-color: #f6f6f6;}

.rat-ny-infoall {
	padding: 50px 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-ny-editor {
	line-height: 2;
	font-weight: 200;
	font-size: 16px;
	color: #4e4e4e;
	text-align: justify;
}
.rat-maps {
	width: 100%;
	height: 350px;
	border: #ccc solid 1px;
	margin: 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}
.rat-ny-equmentall {
	padding: 50px 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-ny-equmentlist {
	padding: 0px 0px 50px;
	margin: 0px;
	overflow: hidden;
	position: relative;
}
.rat-ny-equmentlist .swiper-pagination-bullet{
	opacity: 1;
	width: 15px;
	height: 15px;
	margin: .5em;
	border: 0;
	border-radius: 0px;
	background: #e4e4e4;
}
.rat-ny-equmentlist>.swiper-pagination-bullets{
	text-align: center;
	bottom: 5px;
	z-index: 5;
}
.rat-ny-equmentlist .swiper-pagination-bullet-active{
	background:#233484;
}
.rat-ny-equmentimg {
	padding: 0px;
	margin: 0px;
	border: 1px solid #eee;
	overflow: hidden;
}
.rat-ny-equmentimg {width: 100%;
}
.rat-ny-equmenttxt {
	background-color: #eee;
	color: #333;
	font-size: 14px;
	text-align: center;
	line-height: 25px;
	padding: 5px 10px;
	margin: 0px;
	overflow: hidden;
}

.rat-ny-honorall {
	padding: 50px 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-ny-honorlist {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-ny-honorone {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	position: relative;
}
.rat-ny-honorone div {
	display: none;
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 5;
}
.rat-ny-honorone 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-ny-honorone:hover div, .rat-ny-honorone:hover p {display: block;}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    top: 50%;
    pointer-events: auto;
    text-align: center;
    position: absolute;
    z-index: 999!important;
    cursor: pointer;
    background: rgba(0,0,0,0.5);
    color: #fff;
    line-height: 18px;
    font-size: 20px;
    width: 30px;
    height: 50px;
    padding-top: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
		transform: translateY(-50%);
}
.owl-carousel .owl-nav button.owl-prev:focus, .owl-carousel .owl-nav button.owl-next:focus, .owl-carousel button.owl-dot:focus {display: none;}
.rat-ny-honorlist .owl-nav .owl-prev {left: 10px}
.rat-ny-honorlist .owl-nav .owl-next {right: 10px}
@media (max-width:991px) {
    .rat-ny-honorlist .owl-nav .owl-prev {left: 5px}
    .rat-ny-honorlist .owl-nav .owl-next {right: 5px}
}
.rat-ny-honorlist .owl-nav .owl-next:hover, .rat-ny-honorlist .owl-nav .owl-prev:hover {background: rgba(0,0,0,0.7);color: #fff}

/* 新闻动态 */
.rat-ny-newsinfo {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-ny-newsinfo .newList {
	overflow: hidden;
	padding: 1rem;
	width: 100%;
	height: 140px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eaeaea;
	transition: all .5s ease;
}
.rat-ny-newsinfo .newLinkBox {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	height: 100%;
	padding-right: 10%;
	overflow: hidden;
}
.rat-ny-newsinfo .leftTimeBox {
	width: 80px;
	height: 98px;
	background: #f5f5f5;
	text-align: center;
	font-family: arial;
	color: #233484;
	transition: all .5s ease;
}
.rat-ny-newsinfo .newData {
	font-size: 2.75rem;
	line-height: 46px;
	padding-top: 15px;
}
.rat-ny-newsinfo .centerContentBox {
	width: calc((100% - 80px)/1);
	padding-left: 3%;
}
.rat-ny-newsinfo .newTitle {
	font-size: 16px;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all .5s ease;
	margin: 0px;
}
.rat-ny-newsinfo .newToolBox {
	margin: 5px 0;
	color: #b4b4b4;
}
.rat-ny-newsinfo .data1 {
	margin-right: 5px;
	font-size: 14px;
}
.rat-ny-newsinfo .newSummry {
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	color: #565656;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.rat-ny-newsinfo .rightIcon {
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 20px;
	border: 1px solid #ccc;
	overflow: hidden;
	text-align: center;
	line-height: 36px;
	font-size: 20px;
	color: #ccc;
}
.rat-ny-newsinfo:hover .leftTimeBox {
	background: #233484;
	color: #eee;
}
.rat-ny-newsinfo:hover .newTitle {color: #233484;}
.rat-ny-newsinfo .rightIcon {border-color: #233484; color: #233484;}
.rat-news-detailsinfo {
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
		font-size: 16px;
}
.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:#0154a4;
	color:#fff;
	padding:0 5px;
	margin-right:20px;
}
.news_list1_title2{
	margin-top:20px;
	font-size:22px;
	color:#0154a4;
	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 #0154a4;
	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 #0154a4;
	border-radius: 50%;
}
.news_list1_next_bg img{
    position: absolute;
    top: -3px;
    left: -10px;
    max-width: initial;
}

/* 产品展示 */
.rat-ny-breadcrumb {padding: 0px; margin: 0px; border-bottom: 1px solid #f0f0f0; overflow: hidden;}
.p102-curmbs-1{height: 40px;line-height: 40px;font-size: 14px;color: #808080;margin: 0px 0px 10px;}
.p102-curmbs-1 b {
	font-weight: normal;
	padding-left: 35px;
	background: url(../images/p102-curmbs-icon1.png) no-repeat left center;
}
.p102-curmbs-1 i {
	font-style: normal;
}
.p102-curmbs-1 span {
	font-family: 宋体;
	height: 46px;
	line-height: 46px;
	padding: 0px 5px;
}
.p102-curmbs-1 a{color: #808080;}
.p102-curmbs-1 a:hover{color: #013171;}
.rat-prolist-all {}
.rat-prolist-tit {
	background: #013171;
	height: 80px;
}
.rat-prolist-tit h2 {
	height: 75px;
	font-size: 24px;
	font-weight: normal;
	line-height: 75px;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
	margin: 0px;
}
.rat-prolist-nav {}
.rat-prolist-nav-one h3 {
	height: 50px;
	line-height: 50px;
	background: url(../images/p14-icon5.png) no-repeat right center #ececeb;
	margin: 0px 0px 2px;
	overflow: hidden;
}
.rat-prolist-nav-one h3 a {
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin-right: 35px;
	margin-left: 15px;
	color: #666;
}
.rat-prolist-nav-one h3.sidenavcur, .rat-prolist-nav-one h3:hover {background: url(../images/p14-icon2.png) no-repeat right center #013171;}
.rat-prolist-nav-one h3.sidenavcur a, .rat-prolist-nav-one h3:hover a {color: #fff;}
/*.rat-prolist-nav dl {padding: 2px 0 4px;} */
.rat-listtwo {padding: 2px 0 4px;}
.rat-prolist-nav dt {
	height: 50px;
	font-size: 16px;
	font-weight: 500;
	line-height: 50px;
	padding-left: 54px;
	padding-right: 40px;
	margin-bottom: 1px;
	background: #ececec;
	position: relative;
	overflow: hidden;
}
.rat-prolist-nav dt:after {
	content: "";
	width: 8px;
	height: 8px;
	border: 2px solid #b8b8b8;
	border-style: solid solid none none;
	position: absolute;
	top: 50%;
	right: 32px;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.rat-prolist-nav a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
}
.rat-prolist-nav dt.sidenavcur a, .rat-prolist-nav dt:hover a {color: #013171;}
.rat-prolist-nav dt.sidenavcur:after, .rat-prolist-nav dt:hover:after {border-color: #013171;}
/* 产品列表 */

.rat-pro-list{padding: 0px; margin: 0px; overflow: hidden;}
.rat-pro-list .product-item{width: calc(33.3333% - 10px); margin: 0px 5px 10px; padding: 0px; overflow: hidden; float: left;}
.rat-pro-list .product-item .imgbox{}
.product-item .imgbox{position: relative;display: block;overflow: hidden;}
.product-item .imgbox::after{position: absolute;bottom: 0;left: 0;display: block;content: "";width: 0;height: 4px;background: #013171;opacity: 0;z-index: 9;transition: all .6s;}
.product-item .imgbox img{display: block;width: 100%;height: auto;transition: all .6s;}
.product-item .imgtext{position: absolute;left: 0;width: 100%;padding: 10px;box-sizing: border-box;transition: all .6s;}
.product-item .imgtext .imgtext-tit{margin-bottom: 5px;font-size: 16px; line-height: 40px; font-weight: bold;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.product-item .imgtext .imgtext-more{opacity: 0;transition: all .9s;margin: 0px;}
.product-item .imgbox:hover::after{width: 100%;opacity: 1;}
.product-item .imgbox:hover img{transform: scale(1.1);}
.rat-pro-list .product-item .imgbox{background: #eee;border: 1px solid #eee; padding-bottom: 50px;}
.rat-pro-list .product-item .shadow{opacity: 1;}
.rat-pro-list .product-item .imgtext{bottom: -30px;}
.rat-pro-list .product-item .imgbox:hover .imgtext{bottom: 0;}
.rat-pro-list .product-item .imgbox:hover .imgtext-more{opacity: 1;}

/* 产品详情 */
.rat-pro-title {
    margin-bottom: 20px;
    padding: 0px;
    overflow: hidden;
    font-size: 24px;
		margin-top: 0px;
}
.pro-showimg {
    padding: 0px 0px 0px;
    margin: 0px 0px 20px;
    text-align: center;
}
.pro-showimg img {
    max-width: 100%;
    border: 1px solid #eee;
	overflow: hidden;
}

.rat-showproduct-navtabs .nav {
  background-color: #fff;
}
.nav-tabs {
    font-weight: bold;
  border-bottom: 1px solid #e4eaec;
}
.nav-tabs .nav-item {
    float: left;
}
.rat-showproduct-navtabs .nav-link.active,.rat-showproduct-navtabs .nav-link:hover {
  font-size: 18px;
	border: 0px;
	padding: 10px 5px;
  color: #013171;
  border-bottom: 2px solid #013171;
	background: inherit;
}
.rat-pro-editor {
	font-size: 14px;
	line-height: 25px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.table td h3, .table th h3 {font-weight: 300; margin: 0px; line-height: 2; font-size: 13px;}
.rat-pro-editor .col-sm-6 {width: 100%;}
/* .rat-pro-editor img {width: 100%;} */

@media (max-width:767px) {
	.rat-kuan-90 {width: 100%; padding: 0px 10px;}
	.rat-index-serviceinfo {padding: 20px 0px;}
	.rat-index-serviceinfo h3 {font-size: 32px; margin-bottom: 10px;}
	.rat-index-serviceinfo p {font-size: 14px; line-height: 1.6;}
	.rat-index-proall {padding: 35px 0px 30px;}
	.rat-index-proall::before {border-left: 30px solid transparent; border-right: 30px solid transparent; border-top: 20px solid #eee;}
	.rat-index-title {margin-bottom: 15px;}
	.rat-index-title h3 {font-size: 24px; padding-bottom: 20px;}
	.rat-index-title h3::after {bottom: 10px; width: 40px; height: 2px;}
	.i-product-ul {display: initial;justify-content: initial;}
	.i-product-ul .product-item {width: calc(50% - 20px); margin: 0px 10px 20px; float: left;}
	.index_new_mid_l {width: 100%; float: initial;}
	.index_new_mid_l_2 {margin: 20px 0px 30px;}
	.index_new_mid_r {width: 100%; height: 280px; position: relative;}
	
	.rat-index-newsall {padding: 30px 0px;}
	.rat-index-newsall .rat-index-newsmain {display: initial;}
	.rat-index-newsall .rat-index-newshot,.rat-index-newsall .rat-index-newslist {width: 100%;}
	.rat-index-newsall .rat-index-newshot a {padding: 10px;}
	.rat-index-newsall .rat-index-newshot .text {padding-right: 0px; padding-left: 100px;}
	.rat-index-newsall .text .p1 {font-size: 18px; margin-bottom: 10px;}
	.rat-index-newsall .text .p2 {font-size: 13px; height: 69px; line-height: 23px; margin: 0px;}
	.rat-index-newsall .rat-index-newslist a {padding: 15px 0px;}
	.rat-index-newsall .rat-index-newslist li:last-child a {border-bottom: 0px; padding-bottom: 0px;}
	.rat-index-otherall {background-size: auto 100%;}
	.rat-index-otherleft,.rat-index-otherright {width: 100%; float: initial;}
	.rat-index-otherinfo {padding: 20px;}
	.rat-index-otherlist {padding: 40px 10px;}
	.rat-index-otherimg {width: 50%; margin: 0px auto 10px;}
	.rat-index-otherinfo p,.rat-index-othertxt,.rat-index-title p {font-size: 12px; line-height: 1.8;}
	.rat-index-customerall {padding: 30px 0px;}
	.rat-index-kedafuinfo {padding: 15px 0px;}
	.rat-index-kedafuinfo p {font-size: 16px;}
	.rat-index-kedafuinfo img {width: 100px;}
	.rat-footer-top {padding-top: 20px;}
	.rat-footer-nomobile {display: none;}
	
	.page-title {padding: 150px 10px 100px;}
	.rat-ny-infoall,.rat-ny-equmentall,.rat-ny-honorall {padding: 25px 0px;}
	.rat-pro-list .product-item {width: calc(50% - 10px);}
	.product-item .imgtext .imgtext-tit {font-size: 14px; font-weight: 300;}
	.ui-tabs .ui-tab {margin: 0px; width: 24%; padding: 0px 10px; text-align: center;}
	.rat-title {margin-bottom: 5px;}
	.rat-title h3 {font-size: 20px;}
	.rat-ny-editor {line-height: 1.8;font-size: 13px;}
	.rat-ny-editor img {margin: 0px; width: 100%;}
	.rat-index-customerinfo li {width: 33.333%;}
}