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


body{
	font-family:"Microsoft YaHei","微软雅黑" !important;
	overflow-x: hidden;
}
@font-face{
	font-family:akrobat;
	font-display:swap;
	src:local('Akrobat-Regular'),url(../fonts/akrobat-regular-webfont.woff2) format('woff2'),url(../fonts/akrobat-regular-webfont.woff) format('woff');
	font-weight:400;
	font-style:normal
}
@font-face{
	font-family:akrobat;
	font-display:swap;
	src:local('Akrobat-Bold'),url(../fonts/akrobat-bold-webfont.woff2) format('woff2'),url(../fonts/akrobat-bold-webfont.woff) format('woff');
	font-weight:700;
	font-style:normal
}
@font-face{
	font-family:akrobat;
	font-display:swap;
	src:local('Akrobat-ExtraBold'),url(../fonts/akrobat-extrabold-webfont.woff2) format('woff2'),url(../fonts/akrobat-extrabold-webfont.woff) format('woff');
	font-weight:900;
	font-style:normal
}
/* ::-webkit-scrollbar-track-piece{width:10px;background-color:#fff;}
::-webkit-scrollbar{width:6px;height:6px}
::-webkit-scrollbar-thumb{height:50px;background-color:#ab2a25;}
::-webkit-scrollbar-thumb:hover{background:#ab2a25;} */

.rat-kuan-90 {width: 90%; margin: 0px auto; padding: 0px;}
.card .card-img {
    position: relative;
}



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;}

/*****header*******/
.header{
	width: 100%;
	padding: 15px 0;
	padding-left: 5% !important;
	position: absolute; top:0; left: 0;
	z-index: 999;
	-webkit-transition: all cubic-bezier(.23,1,.32,1) .3s;
	-moz-transition: all cubic-bezier(.23,1,.32,1) .3s;
	-ms-transition: all cubic-bezier(.23,1,.32,1) .3s;
	-o-transition: all cubic-bezier(.23,1,.32,1) .3s;
    transition: all cubic-bezier(.23,1,.32,1) .3s;
}

.header_bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #333;
	-webkit-transition: all cubic-bezier(.23,1,.32,1) .5s;
	-moz-transition: all cubic-bezier(.23,1,.32,1) .5s;
	-ms-transition: all cubic-bezier(.23,1,.32,1) .5s;
	-o-transition: all cubic-bezier(.23,1,.32,1) .5s;
    transition: all cubic-bezier(.23,1,.32,1) .5s;
	opacity:0;
    -moz-opacity:0;
    -khtml-opacity:0;
    -webkit-opacity:0;
    filter:alpha(opacity=0);
	box-shadow: 0 2px 10px hsla(214,3%,49%,.3);

}

.header_con{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.logo{
	float: left;
	line-height: 70px;
	position: relative;
	cursor: pointer;
}

.logo img{
	height: 70px;
	opacity:1;
    -moz-opacity:1;
    -khtml-opacity:1;
    -webkit-opacity:1;
    filter:alpha(opacity=100);
	-webkit-transition: all cubic-bezier(.23,1,.32,1) .5s;
	-moz-transition: all cubic-bezier(.23,1,.32,1) .5s;
	-ms-transition: all cubic-bezier(.23,1,.32,1) .5s;
	-o-transition: all cubic-bezier(.23,1,.32,1) .5s;
    transition: all cubic-bezier(.23,1,.32,1) .5s;
}

.header_con_right{
	float: right;
}

.header_search{
	width: 100px;
	float: left;
	height: 70px;
	text-align: center;
	line-height: 70px;
	position: relative;
	z-index: 2;
	background: #2c3388;
}
.header_search a{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}


.header_search i{
	display: block;
    position: absolute;
    top: 0;
    left: -80px;
    z-index: -1;
    width: 80px;
    height: 80px;
    transform: rotate(-60deg);
    transform-origin: top right;
    background: #2c3388;
}

.header_contact{
	width: 140px;
	float: left;
	height: 70px;
	text-align: center;
	line-height: 70px;
	position: relative;
	z-index: 2;
	background: #ef8109;
	font-size: 16px;
	color: #efefef;
	padding-right: 40px;
	font-family:akrobat;
	letter-spacing: 1px;
}
.header_contact i{
	display: block;
    position: absolute;
    top: 0;
    left: -80px;
    z-index: -1;
    width: 80px;
    height: 80px;
    transform: rotate(-60deg);
    transform-origin: top right;
    background: #ef8109;
}
.header_nav{
	padding: 0;
	margin: 0;
	position: absolute;
	top: 20px;
	right: 50%;
	margin-right: -315px;
}
.header_nav li{
	float: left;
	color: #fff;
	position: relative;
	font-size: 16px;
	letter-spacing: 1px;
	-webkit-transition: all cubic-bezier(.23,1,.32,1) .5s;
	-moz-transition: all cubic-bezier(.23,1,.32,1) .5s;
	-ms-transition: all cubic-bezier(.23,1,.32,1) .5s;
	-o-transition: all cubic-bezier(.23,1,.32,1) .5s;
    transition: all cubic-bezier(.23,1,.32,1) .5s;
}

.header_nav li i{
	display: block;
	margin-bottom: 4px;
    width: 2px;
    height: 6px;
    background: #fff;
    transition: background .6s cubic-bezier(.23,1,.32,1) 0s;
    transform: skew(-29deg);
    transform-origin: left bottom;
}

.header_nav li span{
	display: block;
	width: 100%;
	height: 1px;
	position: relative;
	margin-top: 4px;
}
.header_nav li span b{
	position: absolute;
	left: 50%;
	right: 50%;
	height: 1px;
	background: #e99c4a;
	-webkit-transition: all cubic-bezier(.23,1,.32,1) .6s;
	-moz-transition: all cubic-bezier(.23,1,.32,1) .6s;
	-ms-transition: all cubic-bezier(.23,1,.32,1) .6s;
	-o-transition: all cubic-bezier(.23,1,.32,1) .6s;
    transition: all cubic-bezier(.23,1,.32,1) .6s;
}

.header_nav li.on span b{
	left: 0;
	right: 0;
}

.header:hover .header_bg{
	opacity:1;
    -moz-opacity:1;
    -khtml-opacity:1;
    -webkit-opacity:1;
    filter:alpha(opacity=100);
}
/* .header:hover .logo img{
	opacity:0;
    -moz-opacity:0;
    -khtml-opacity:0;
    -webkit-opacity:0;
    filter:alpha(opacity=0);
}
.header:hover .logo img.logoB{
	opacity:1;
    -moz-opacity:1;
    -khtml-opacity:1;
    -webkit-opacity:1;
    filter:alpha(opacity=100);
} */

.header:hover .header_nav li{
	color: #eee;
}
.header:hover .header_nav li i{
	background: #eee;
}

.header.on{
	padding: 0;
	position: fixed;
}

.header.on .header_bg{
	opacity:1;
    -moz-opacity:1;
    -khtml-opacity:1;
    -webkit-opacity:1;
    filter:alpha(opacity=100);
}

.logo img.logoB{
	display: none;
}
/* .header.on .logo img{
	opacity:0;
    -moz-opacity:0;
    -khtml-opacity:0;
    -webkit-opacity:0;
    filter:alpha(opacity=0);
}
.header.on .logo img.logoB{
	opacity:1;
    -moz-opacity:1;
    -khtml-opacity:1;
    -webkit-opacity:1;
    filter:alpha(opacity=100);
} */
.header.on .header_nav li{
	color: #fff;
}
.header.on .header_nav li i{
	background: #fff;
}


.sub_nav{
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	background: #666;
	z-index: 999;
	display: none;
}
.sub_nav_list{
	width: 0%;
	overflow: hidden;
	display: none;
}

.sub_nav_list.on{
	display: block;
	overflow: hidden;
    width: 0;
    -webkit-animation: to100vh 1s cubic-bezier(.25,.46,.45,.94) both .3s;
    animation: to100vh 1s cubic-bezier(.25,.46,.45,.94) both .3s;
}

.sub_nav_list_w{
	background: #444;
}

.sub_nav_list_w ul{
	width: 80%;
	margin: 0 auto;
	padding:30px 0 50px 0;
	overflow: hidden;
}

.sub_nav_list_w ul li{
	width: 33.33%;
	float: left;
	padding: 0 35px;
}
.sub_nav_list_w ul li a{
	display: block;
	position: relative;
	padding: 30px 0;
	border-bottom: 1px solid #e4e4e4;
	-webkit-transition: padding 250ms cubic-bezier(.25,.46,.45,.94);
    transition: padding 250ms cubic-bezier(.25,.46,.45,.94);
}
.sub_nav_list_w ul li a:hover{
	padding-left: 12px;
}
.sub_nav_list_w ul li a span{
	display: block;
	font-size: 14px;
	color: #fff;
}
.sub_nav_list_w ul li a span.en{
	font-family:akrobat;
	margin-bottom: 8px;
	text-transform: uppercase;
}
.sub_nav_list_w ul li a span.cn{
	letter-spacing: 1px;
}

.sub_nav_list_w ul li a i{
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -6px;
	background-image: url(../images/more_icon1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: right 250ms cubic-bezier(.25,.46,.45,.94);
    transition: right 250ms cubic-bezier(.25,.46,.45,.94);
}
.sub_nav_list_w ul li a:hover i{
	background-image: url(../images/more_icon3.png);
	right: 12px;
}

.sub_nav_list_w ul li a b{
	width: 0%;
	height: 1px;
	background: #999;
	position: absolute;
	bottom: -1px;
	left: 0;
	-webkit-transition: width 250ms cubic-bezier(.25,.46,.45,.94);
	transition: width 250ms cubic-bezier(.25,.46,.45,.94);
}
.sub_nav_list_w ul li a:hover b{
	width: 100%;
}

@-webkit-keyframes to100vh {
	0% {
		width: 0
	}

	100% {
		width: 100vw
	}
}

@keyframes to100vh {
	0% {
		width: 0
	}

	100% {
		width: 100vw
	}
}



.clm0{
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.clp0{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.sub_nav_img{
	width: 100%;
	height: 450px;
	background-image: url(../images/menu.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 2;
}


.sub_nav_img1{
	background-image: url(../images/menu1.jpg);
}

.sub_nav_img2{
	background-image: url(../images/menu2.jpg);
}

.sub_nav_img3{
	background-image: url(../images/menu3.jpg);
}

.sub_nav_img4{
	background-image: url(../images/menu4.jpg);
}

.sub_nav_img5{
	background-image: url(../images/menu5.jpg);
}

.sub_nav_imgBg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity:0.3;
    -moz-opacity:0.3;
    -khtml-opacity:0.3;
    -webkit-opacity:0.3;
    filter:alpha(opacity=30);
    -webkit-transition: all cubic-bezier(.23,1,.32,1) .6s;
	-moz-transition: all cubic-bezier(.23,1,.32,1) .6s;
	-ms-transition: all cubic-bezier(.23,1,.32,1) .6s;
	-o-transition: all cubic-bezier(.23,1,.32,1) .6s;
    transition: all cubic-bezier(.23,1,.32,1) .6s;
}

.sub_nav_img:hover .sub_nav_imgBg{
	opacity:0.6;
    -moz-opacity:0.6;
    -khtml-opacity:0.6;
    -webkit-opacity:0.6;
    filter:alpha(opacity=60);
}

.sub_nav_img_zi{
	position: absolute;
	width: 82%;
	top:50%;
	left: 9%;
	height: 60px;
	overflow: hidden;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	-webkit-transition: all cubic-bezier(.23,1,.32,1) .6s;
	-moz-transition: all cubic-bezier(.23,1,.32,1) .6s;
	-ms-transition: all cubic-bezier(.23,1,.32,1) .6s;
	-o-transition: all cubic-bezier(.23,1,.32,1) .6s;
    transition: all cubic-bezier(.23,1,.32,1) .6s;
}

.sub_nav_img_zi h5{
	margin: 0;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	position: relative;
	-webkit-transition: all cubic-bezier(.23,1,.32,1) .6s;
	-moz-transition: all cubic-bezier(.23,1,.32,1) .6s;
	-ms-transition: all cubic-bezier(.23,1,.32,1) .6s;
	-o-transition: all cubic-bezier(.23,1,.32,1) .6s;
    transition: all cubic-bezier(.23,1,.32,1) .6s;
}

/*.sub_nav_img_zi h5 a{
	color:#fff;
}
*/
.sub_nav_img_zi h5 b{
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity:0.4;
    -moz-opacity:0.4;
    -khtml-opacity:0.4;
    -webkit-opacity:0.4;
    filter:alpha(opacity=40);
}

.sub_nav_img_zi h5 i{
	width: 0%;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all cubic-bezier(.23,1,.32,1) .6s;
	-moz-transition: all cubic-bezier(.23,1,.32,1) .6s;
	-ms-transition: all cubic-bezier(.23,1,.32,1) .6s;
	-o-transition: all cubic-bezier(.23,1,.32,1) .6s;
    transition: all cubic-bezier(.23,1,.32,1) .6s;
}

.sub_nav_img_zi h5:hover{
	padding-left: 10px;
}
.sub_nav_img_zi h5:hover i{
	width: 100%;
}

.sub_nav_img_zi h5 span{
    position: absolute;
    top: 50%;
    right: 0;
    width: 7px;
    height: 8px;
    margin-top: -4px;
    background-image: url(../images/ico_dash_w.svg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all cubic-bezier(.23,1,.32,1) .6s;
	-moz-transition: all cubic-bezier(.23,1,.32,1) .6s;
	-ms-transition: all cubic-bezier(.23,1,.32,1) .6s;
	-o-transition: all cubic-bezier(.23,1,.32,1) .6s;
    transition: all cubic-bezier(.23,1,.32,1) .6s;
}
.sub_nav_img_zi h5:hover span{
	right: 10px;
	background-image: url(../images/ico_link_w.svg);
}

.sub_nav_img_zi p{
	margin-top: 20px;
	margin-bottom: 0;
}
.sub_nav_img_zi p span{
	display: inline-block;
	font-size: 14px;
	line-height: 35px;
	margin: 5px 0;
	color: #fff;
	letter-spacing: 1px;
	position: relative;
	opacity:0;
    -moz-opacity:0;
    -khtml-opacity:0;
    -webkit-opacity:0;
    filter:alpha(opacity=0);
	-webkit-transition: all cubic-bezier(.23,1,.32,1) .6s;
	-moz-transition: all cubic-bezier(.23,1,.32,1) .6s;
	-ms-transition: all cubic-bezier(.23,1,.32,1) .6s;
	-o-transition: all cubic-bezier(.23,1,.32,1) .6s;
    transition: all cubic-bezier(.23,1,.32,1) .6s;
}
.sub_nav_img_zi p span i{
	width: 0%;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all cubic-bezier(.23,1,.32,1) .6s;
	-moz-transition: all cubic-bezier(.23,1,.32,1) .6s;
	-ms-transition: all cubic-bezier(.23,1,.32,1) .6s;
	-o-transition: all cubic-bezier(.23,1,.32,1) .6s;
    transition: all cubic-bezier(.23,1,.32,1) .6s;
}
.sub_nav_img_zi p span:hover i{
	width: 100%;
}

.sub_nav_img:hover .sub_nav_img_zi1{
	height:400px;
}

.sub_nav_img:hover .sub_nav_img_zi p span{
	opacity:1;
    -moz-opacity:1;
    -khtml-opacity:1;
    -webkit-opacity:1;
    filter:alpha(opacity=100);
}


@media (min-width: 992px) {
	.header_nav {width: 600px;}
.header_nav li{	padding: 0 10px;}
}
@media (min-width: 1200px) {
	.header_nav {width: 680px;}
.header_nav li{	padding: 0 14px;}
}
@media (min-width: 1400px) {
	.header_nav {width: 730px; margin-right: -390px;}
.header_nav li{	padding: 0 18px;}
}
@media (min-width: 1600px) {
	.header_nav {width: 820px; margin-right: -480px;}
.header_nav li{padding: 0 22px;}
}
@media (min-width: 1000px) and (max-width: 1199px){

.logo img{
	height: 40px;
}
.header_search{
	width: 130px;
}
.header_contact{
	width: 80px;
}
.header_nav li{
	font-size: 15px;
}
}
@media (min-width: 1200px) and (max-width: 1399px){

.logo img{
	height: 40px;
}
.header_search{
	width: 140px;
}
.header_contact{
	width: 140px;
}
.header_nav li{
	font-size: 15px;
}}
@media (min-width: 1400px) and (max-width: 1600px){

.logo img{
	height: 65px;
}
.header_contact{
	width: 180px;
}
.header_nav li{
	font-size: 15px;
}}

.seacher-box{width:70%;height:80px;position:fixed;left:50%;margin-left:-35%;top:50%;margin-top: -40px; z-index:10000;display:none}
.seacher-box .span-ctn{width:35px;height:35px;position:absolute;top:-45px;right:-58px;cursor:pointer}
.seacher-box .span-ctn:before{content:'';width:35px;height:2px;webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .5s;transition:all .5s;position:absolute;top:-1px;background:#fff}
.seacher-box .span-ctn:after{content:'';width:35px;height:2px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);background:#fff;position:absolute;top:1px;-webkit-transition:all .5s;transition:all .5s}
.seacher-box .input{width:100%;height:80px;line-height:80px;border-bottom:1px solid #fff;display:block}
.seacher-box .input__field{width:100%;background: url(../images/ico_36.png) no-repeat 5px 30px; padding-left: 40px; border:none;color:#fff;height:80px;line-height:80px;font-size:20px}
.seacher-box .sub-butn {
    border: none;
    height: 80px;
    margin: 0px;
    font-size: 24px;
    line-height: 80px;
    color: #999;
    text-align: right;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    text-align: center;
}
.sub-menu-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,.8);
    z-index: 9999;
    display: none;
}
header .menuBtn{float: right;display: none;}
header .menuBtn .menuBtn_a {display: inline-block;vertical-align: middle;width: 38px;height: 45px;background: url(../images/menuBtn.png) no-repeat center;background-size: 70%;}
@media (max-width:767px) {
	.header {padding: 10px !important; background-color: #fff;}
	.header .logo {line-height: initial;width: 80%;}
	.header .logo img{display: none;}
	.header .logo img.logoB{display: block; height: auto;}
	.header_con_right {display: none;}
	.rat-header-logo {width: 50%;}
	header .seacher-btn {margin-top: 18px; margin-left: 10px;}
	header .menuBtn{display: block;}
	.seacher-box {width: 90%; margin-left: -45%; height: 60px;}
	.seacher-box .input,.seacher-box .sub-butn {height: 60px; line-height: 60px;}
	.seacher-box .input__field {height: 60px; line-height: 60px; background: url(../images/ico_36.png) no-repeat 5px 20px;}
	.seacher-box .span-ctn {top: -50px; right: 0px;}
}

#nav_float .h_search_form{position: static;display: block;width: 95%;background: #eee;padding: 0;margin:0 auto;height: 50px;margin-top: 10px;}
#nav_float .h_search_form .text{height: 100%;width: 90%;background: transparent;border: 0;text-indent: 3%;font-size: 14px;color: #fff;}
#nav_float .h_search_form .button{background: url(../images/menu_search.png) no-repeat center center;-moz-background-size:100%;background-size:100%;width: 7%;height: 100%;width: 18px;border: 0;cursor: pointer;}
#nav_float{width: 100%;overflow: auto;border-top:1px solid #ccc; position: fixed;background: white;top: 0;bottom: 0;z-index: 9999;left: -100%;padding-top: 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-bottom: 30px;}
#nav_float.on{left: 0;}
#nav_float .nav_header{height: 40px;overflow: hidden;position: relative;}
#nav_float .nav_header .nav_title{height: 40px;line-height: 40px;font-size: 18px;text-indent: 15px;}
#nav_float .nav_header .close_btn{width: 40px;height: 40px;position: absolute;right: 0;top: 0;cursor: pointer;background: url(../images/header_nav_close_btn.png) no-repeat center center;-moz-background-size: 25px 25px;background-size: 25px 25px;}
#nav_float .cate_box{overflow: hidden;}
#nav_float .cate_box .nav_cate1{height: 50px;overflow: hidden; border-bottom: 1px dashed #ccc;}
#nav_float .cate_box .nav_cate1 .nav_cate1_title{font-size: 15px;line-height: 50px;position: relative;padding-left: 2%;cursor: pointer;}
#nav_float .cate_box .nav_cate1 em{background: url(../images/mobile_arrow.png)no-repeat;width: 15px;height: 10px;display: block;float: right;position: absolute;right: 2%;top: 50%;-webkit-transform: translate(0,-50%) rotate(270deg);-moz-transform: translate(0,-50%) rotate(270deg);-ms-transform: translate(0,-50%) rotate(270deg);transform: translate(0,-50%) rotate(270deg);-moz-background-size: 100%;background-size: 100%;}
#nav_float .cate_box .nav_cate1 .nav_cate1_title.on em{-webkit-transform: translate(0,-50%);-moz-transform: translate(0,-50%);-ms-transform: translate(0,-50%);transform: translate(0,-50%)}
#nav_float .cate_box .nav_cate1 .nav_cate2{padding-left: 6%;}
#nav_float .cate_box .nav_cate1 .nav_cate3{font-size: 14px;margin: 0;height: 30px;overflow: hidden;line-height: 30px;}
#nav_float .cate_box .nav_cate1 .nav_cate3_a{position: relative;line-height: 30px;cursor: pointer;}
#nav_float .cate_box .nav_cate1 .nav_cate3_next .nav_cate3_a a{display: block;}
#nav_float .cate_box .nav_cate1 .nav_cate3_a.on em{-webkit-transform: translate(0,-50%);-moz-transform: translate(0,-50%);-ms-transform: translate(0,-50%);transform: translate(0,-50%);}
#nav_float .cate_box .nav_cate1 .nav_cate4{padding-left: 5%;}
#nav_float .cate_box .nav_cate1 .nav_cate4 .nav_cate4_a{margin: 0;line-height: 40px;}
#nav_float .cate_box .nav_cate1 .nav_cate2 .login_box{width: 187px;}
#nav_float .cate_box .nav_cate1 .black_bg #fb_button em{display: none;}
#nav_float .close_btn{width: 14px;height: 13px;background: url(../images/header_nav_close_btn.png) no-repeat;position: absolute;right: 20px;top: 20px;-moz-background-size: 100%;background-size: 100%;cursor: pointer;}
#nav_float .navLangMenu{padding-left: 5%;line-height: 60px;}
#nav_float .navLangMenu a{margin-right: 2%;}
#nav_float .navLangMenu a img{margin-right: 3px;}
#nav_float .navLangMenu a.cur{color:#c51516;}

/* swiper */
.index_header_container {overflow: hidden;}
.swiper-container-fade { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; }
.swiper-container-fade .swiper-slide { height: auto; }
/*slider_banner*/
.slider_banner .swiper-wrapper { }
.slider_banner .swiper-slide img { width: 100%; min-height: 150px; }
.slider_banner .swiper-slide img+img { position: absolute; top: 0; left: 0; }
.slider_banner .swiper-slide div {position: absolute;top: 0; bottom: 0; left: 0; right: 0; z-index: 99; background-color: rgba(0,0,0,0.2);}
.slider_banner .swiper-slide img { width: 100%; transition: 3s linear; transform: scale(1.08); }
.slider_banner .swiper-slide.swiper-slide-active img { transform: scale(1); }
.slider_banner .slider_swiper_control { position: absolute; right: 200px; bottom: 230px; z-index: 2; text-align: right; }
.slider_banner .swiper-button-white { position: static; position: relative; right: auto; left: auto; display: inline-block; overflow: hidden; margin: auto; width: 60px; height: 90px; border-radius: 0; background-color: #113f78; background-position: center; background-repeat: no-repeat; vertical-align: middle; text-indent: -9999px; opacity: 1; filter: alpha(opacity=100); }
.slider_banner .swiper-pagination { position: static; display: inline-block; width: auto; width: 100%; color: #fff; vertical-align: middle; text-align: right; }
.slider_banner .swiper-pagination span { vertical-align: middle; }
.slider_banner .swiper-pagination i { display: inline-block; margin: 0 8px; width: 6px; height: 6px; background-color: #fff; vertical-align: middle; }
.slider_banner .swiper-pagination-bullet:before { display: none; }
.slider_banner .swiper-pagination-bullet { display: inline-block; margin: 0; padding: 15px 0; width: 59px; height: auto; border-bottom: 2px solid rgba(255,255,255,0.5); border-radius: 0; background: initial; text-align: center; font-size: 16px; line-height: 1; }
.slider_banner .swiper-pagination-bullet.swiper-pagination-bullet-active { color: #fff; border-bottom-color: #b1b1b2; }
.banner_navigate_button { position: relative; float: right; margin-bottom: 180px; width: 178px; }
.banner_navigate_button:before { position: absolute; top: 50%; left: 50%; margin-left: -1px; width: 2px; height: 3px; background: url(../images/banner_prev.png) no-repeat right center; content: ""; }
.navigate_button_prev, .navigate_button_next { position: relative; float: right; display: block; width: 89px; height: 42px; border: 1px solid rgba(123,123,123,0.3); cursor: pointer; }
.navigate_button_prev:before, .navigate_button_next:before { position: absolute; top: 0; width: 75%; height: 42px; content: ""; -webkit-transition: all ease-in-out .35s; transition: all ease-in-out .35s; }
.navigate_button_prev:hover:before, .navigate_button_next:hover:before { width: calc(100% + 27px); }
/* swiper-button title */
.slider_banner .navigate_button_prev:before {right: 0; background: url(../images/banner_prev.png) no-repeat left center; }
.slider_banner .navigate_button_next:before {left: 0; background: url(../images/banner_next.png) no-repeat right center; }
.pagination_bar { right: 0; display: flex; width: 178px; -webkit-display: flex; justify-content: space-between; -webkit-justify-content: space-between; }
.pagination_bar .product-pagination { flex: 1; -webkit-flex: 1; }
.pagination_bar .product-pagination span { color: #a7a4a5; letter-spacing: .7px; font-size: 16px; font-family: 'PFDinTextCompPro-Medium'; line-height: 16px; }
.pagination_bar .product-pagination span.swiper-pagination-current { color: #575757; }
.pagination_bar .product-pagination i { margin: 0 8px; font-size: 16px; line-height: 16px; }
.product_more a { color: #a7a4a5; text-transform: capitalize; letter-spacing: .7px; font-size: 16px; font-family: 'PFDinTextCompPro-Medium'; }

/* 首页产品展示 */
.rat-index-proall{ background: #f8f8f8; padding:60px 0 20px;position:relative;background-position: center;}
.rat-index-proall .title{ text-align:left; font-size:24px; font-family:'微软雅黑'; font-weight:lighter;  color:#222; margin:0; padding-bottom:3%;  margin-left: 340px; }
.rat-index-proall .title em{font-style: normal;position: relative;z-index: 10;}
.rat-index-proall .title span{position: relative;z-index: 10;display: block; text-transform: uppercase;position: relative;z-index: 10;}
.rat-index-proall .title:after{ display:block; width:313px; height:3px; background-color:#222; content:'';position: absolute;left:0;top:78px;z-index: 10; }
.rat-index-proall .hd{ position:relative; z-index:1; }
.rat-index-proall .hd li{ width: 493px; height: 68px; text-align: right;  position:absolute;background:url(../images/li_1.png) no-repeat center center;}
.rat-index-proall .hd li.li_2{width: 449px;background:url(../images/li_2.png) no-repeat center center;}
.rat-index-proall .hd li.li_3{width: 404px;background:url(../images/li_3.png) no-repeat center center;}
.rat-index-proall .hd li.li_4{width: 404px;background:url(../images/li_4.png) no-repeat center center;}
.rat-index-proall .hd li.li_5{width: 449px;background:url(../images/li_5.png) no-repeat center center;}
.rat-index-proall .hd li.li_6{background:url(../images/li_6.png) no-repeat center center;}
.rat-index-proall .hd li.li_7{width: 360px;background:url(../images/li_7.png) no-repeat center center;}
.rat-index-proall .hd li.li_8{width: 360px;background:url(../images/li_8.png) no-repeat center center;}

/* 小框定位*/
.rat-index-proall .hd li a{ display:block;height:68px; font-size:16px; }
.rat-index-proall .hd li.li_1,.rat-index-proall .hd li.li_2,.rat-index-proall .hd li.li_3,.rat-index-proall .hd li.li_7{ left:0px;}
.rat-index-proall .hd li.li_4,.rat-index-proall .hd li.li_5,.rat-index-proall .hd li.li_6,.rat-index-proall .hd li.li_8{ right:0px;}
.rat-index-proall .hd li.li_1{ top:0px;}
.rat-index-proall .hd li.li_2{ top:78px;}
.rat-index-proall .hd li.li_3{ top:156px;}
.rat-index-proall .hd li.li_7{ top:234px;}
.rat-index-proall .hd li.li_8{ top:0px;}
.rat-index-proall .hd li.li_4{ top:78px;}
.rat-index-proall .hd li.li_5{ top:156px;}
.rat-index-proall .hd li.li_6{ top:234px;}
.rat-index-proall .hd li.li_1 a:after,
.rat-index-proall .hd li.li_2 a:after,
.rat-index-proall .hd li.li_3 a:after,
.rat-index-proall .hd li.li_7 a:after{display: none;content: '';width:100%;height: 1px;box-shadow:0px 3px 6px rgba(0,0,0,1);position: absolute;bottom: 0px;right:40px;}
.rat-index-proall .hd li.li_4 a:after,
.rat-index-proall .hd li.li_5 a:after,
.rat-index-proall .hd li.li_6 a:after,
.rat-index-proall .hd li.li_8 a:after{display: none;content: '';width:100%;height: 1px;box-shadow:0px 3px 6px #333333;position: absolute;bottom: 0px;left:0px;}
.rat-index-proall .hd li.on a:after{display: inline-block;} 
.rat-index-proall .hd li.on.li_1{background:url(../images/li_1_on.png) no-repeat center center;}
.rat-index-proall .hd li.on.li_2{background:url(../images/li_2_on.png) no-repeat center center;}
.rat-index-proall .hd li.on.li_3{background:url(../images/li_3_on.png) no-repeat center center;}
.rat-index-proall .hd li.on.li_4{background:url(../images/li_4_on.png) no-repeat center center;}
.rat-index-proall .hd li.on.li_5{background:url(../images/li_5_on.png) no-repeat center center;}
.rat-index-proall .hd li.on.li_6{background:url(../images/li_6_on.png) no-repeat center center;}
.rat-index-proall .hd li.on.li_7{background:url(../images/li_7_on.png) no-repeat center center;}
.rat-index-proall .hd li.on.li_8{background:url(../images/li_8_on.png) no-repeat center center;}

/*icon*/
.rat-index-proall .hd a{display: block;text-align: right;padding-right: 110px;color: #fff;font-size:18px;padding-top: 12px;}
.rat-index-proall .hd li.on a{color: #fff;}
.rat-index-proall .hd a em{font-style: normal;padding-top: 6px;letter-spacing: 1px;font-family:akrobat;font-size:16px;}
.rat-index-proall .hd span{ display: inline-block;content: '';width: 40px; height: 40px;position: absolute;right:60px;top:50%;transform: translateY(-50%);}
.rat-index-proall .hd li.li_4 a,
.rat-index-proall .hd li.li_5 a,
.rat-index-proall .hd li.li_6 a,
.rat-index-proall .hd li.li_8 a{text-align: left;padding-left: 100px;padding-right: auto;}
.rat-index-proall .hd li.li_4 span,
.rat-index-proall .hd li.li_5 span,
.rat-index-proall .hd li.li_6 span,
.rat-index-proall .hd li.li_8 span{left:50px;right:auto;}
.rat-index-proall .bd{ text-align:center;}
.rat-index-proall .bd ul li img{ max-width:523px; width: 100%;margin-top: -120px;}
.rat-index-proall .bd ul li span{display: none;font-size: 16px;color: #333;text-align: center;}
.rat-index-proall .bd ul script{ display:none; max-width:523px; }
@media(max-width:1680px){
	.rat-index-proall .hd li.li_1,.rat-index-proall .hd li.li_2,.rat-index-proall .hd li.li_3,.rat-index-proall .hd li.li_7{ left:-80px;}
	.rat-index-proall .hd li.li_4,.rat-index-proall .hd li.li_5,.rat-index-proall .hd li.li_6,.rat-index-proall .hd li.li_8{ right:-80px;}
	.rat-index-proall .title{margin-left: 140px;}
	.rat-index-proall .title:after{width: 120px;}
}
@media(max-width:1280px){
	.rat-index-proall .bd ul li img{ max-width:400px;margin-top: 0;}
	.rat-index-proall .bd ul script{ max-width:400px;}
}
@media(max-width:1200px){
	.rat-index-proall .hd li.li_1,.rat-index-proall .hd li.li_2,.rat-index-proall .hd li.li_3{ left:-100px;}
	.rat-index-proall .hd li.li_4,.rat-index-proall .hd li.li_5,.rat-index-proall .hd li.li_6{ right:-100px;}
}
@media(max-width:1023px){
	.rat-index-proall{min-height: auto;padding: 30px 10px 60px;}
	.rat-index-proall .hd{position: absolute;left:50%;transform: translateX(-50%);bottom: 16px}
	.rat-index-proall .hd li{margin:0 5px;display: inline-block;width: 10px !important;height: 10px !important;border-radius: 50%;background: #999 !important;position: relative !important;left:auto !important;right:auto !important;top:auto !important;}
	.rat-index-proall .hd li.on{background: #EE7700 !important;}
	.rat-index-proall .hd li a{display: none;}
	.rat-index-proall .bd ul li span{display: block;}
}
@media (max-width: 639px) {
	.rat-index-proall .title{margin-left: 0px;text-align: center;}
	.rat-index-proall .title:after{display: none;}
}
@media only screen and (min-width:768px ) {
	.rat-index-proall .title{ font-size:28px;}
}
@media only screen and (min-width:1440px ) {
	.rat-index-proall .title{ font-size:32px;}
}

/* 首页行业运用 */
.prj_case{padding: 60px 0 60px;}
.prj_case .heading{display:flex;justify-content:space-between;align-items:center;margin-bottom: 20px;padding: 0;}
.prj_case .heading h3 {padding: 15px 0 0 0;font-size: 32px; font-weight: 500; margin: 0px;position: relative;}
.prj_case .heading h3 small {display: block;text-transform: uppercase;font-size: 16px;font-weight: 400;line-height: 1.8;color: #777;}
.prj_case .heading h3:before {position: absolute;top: 0;width: 45px ;height: 3px;background: #e20012; content: "";}
.prj_case .heading .nav-menu{display:inline-block}
.prj_case .heading .nav-menu .nav-item{margin-left:30px;transition:all ease .3s;position:relative}
.prj_case .heading .nav-menu .nav-item:hover{color:#333}
.prj_case .heading .nav-menu .nav-item:hover:after{content:" ";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:100%;height:2px;background:#333}
.prj_case .heading .nav-menu .nav-item:first-child:after{content:" ";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:100%;height:2px;background:#333}

.prj_case .wrapper {
    overflow: hidden;
}
.rat-index-appmobile {display: none;}
.prj_case .options {
    overflow: hidden;
    min-width: 600px;
    width: 100%;
    height: 520px;
}
.prj_case .options .item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s;
    color: #fff;
    width: 8%;
    height: 100%;
    float: left;
}
.prj_case .options .item.active{width: 44%;}
.prj_case .options .item .box{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.prj_case .options .item .icon-wrap {opacity: 0;}
.prj_case .options .item .icon-wrap .tit {
	font-size: 18px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 55px;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    box-sizing: border-box;
}
.prj_case .options .item .icon-wrap .tit img{margin-bottom: 22px;}
.prj_case .options .item:not(.active) .icon-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    opacity: 1;
    text-align: center;
}

.prj_case .options .item .info-wrap{opacity: 0;width: 356px;height: 175px;background: url(../images/prj_case_bg.png) no-repeat center;padding: 20px 55px 0 30px;
	position: absolute;left: 40px;bottom: 75px;box-sizing: border-box;}
.prj_case .options .item.active .info-wrap {opacity: 1;}

.prj_case .options .item .info-wrap .tit{font-size: 24px;line-height: 24px;font-weight: bold;}
.prj_case .options .item .info-wrap p{font-size: 14px;line-height: 24px;margin: 15px 0;}
.prj_case .options .item .info-wrap a{color: #fff;font-size: 14px;}


/* 首页技术服务 */
.rat-index-solution{background:#010302;padding:60px 0 80px 0}
.rat-index-solution .heading{color:#fff;margin-bottom:25px; text-align: center;}
.rat-index-solution .heading h3 {padding: 15px 0 0 0;font-size: 32px; font-weight: 500; margin: 0px;position: relative;}
.rat-index-solution .row{margin:0}.rat-index-solution .row .col-sm-4{padding:0}
.rat-index-solution .row .col-sm-4:nth-child(2) .dataitem{background-image:url('../images/sol2.jpeg')}
.rat-index-solution .row .col-sm-4:nth-child(3) .dataitem{background-image:url('../images/sol3.jpeg')}
.rat-index-solution .dataitem{position:relative;padding:40px 50px;height:470px;text-align:center;background-image:url('../images/sol1.jpeg');background-position:center;background-repeat:no-repeat;background-size:auto 100%;cursor:pointer}
.rat-index-solution .dataitem:hover .mask{background:#3280fc;opacity:.9}
.rat-index-solution .dataitem:hover .text{margin-top:0}
.rat-index-solution .dataitem:hover .text .icon{margin-bottom:0}
.rat-index-solution .dataitem:hover .text .icon .iconfont{border:none}
.rat-index-solution .dataitem:hover .text .summary{opacity:1}
.rat-index-solution .dataitem:hover .text .btnjs{opacity:1}
.rat-index-solution .dataitem .mask{position:absolute;left:0;right:0;top:0;bottom:0;background:#161a1d;opacity:.75;content:" ";z-index:2;transition:all .3s ease-in-out}
.rat-index-solution .dataitem .text{display:block;margin-top:70px;transition:all .3s ease-in-out}
.rat-index-solution .dataitem .text .icon,.rat-index-solution .dataitem .text .title,.rat-index-solution .dataitem .text .summary{position:relative;z-index:3;display:block;color:#fff;margin:15px 0;transition:all .3s ease-in-out}
.rat-index-solution .dataitem .text .icon{margin-bottom:40px}
.rat-index-solution .dataitem .text .icon .iconfont{font-size:72px;padding-bottom:30px;border-bottom:solid 2px #ddd;transition:all .3s ease-in-out}
.rat-index-solution .dataitem .text .title{font-size:22px;font-weight:bold}
.rat-index-solution .dataitem .text .summary{opacity:0;font-size:16px;line-height:180%}
.rat-index-solution .dataitem .text .btnjs{position:relative;z-index:3;color:#fff;border:solid 1px #fff;border-radius:0;padding:6px 25px;margin-top:30px;transition:all .3s ease-in-out;opacity:0}
.rat-index-solution .swiper .swiper-pagination{display:none}

/* 首页新闻 */
.rat-index-news {background:#f6f6f6;padding:60px 0}
.rat-index-news .heading{display:flex;justify-content:space-between;align-items:center;margin-bottom: 20px;padding: 0;}
.rat-index-news .heading h3 {padding: 15px 0 0 0;font-size: 32px; font-weight: 500; margin: 0px;position: relative;}
.rat-index-news .heading h3 small {display: block;text-transform: uppercase;font-size: 16px;font-weight: 400;line-height: 1.8;color: #777;}
.rat-index-news .heading h3:before {position: absolute;top: 0;width: 45px ;height: 3px;background: #e20012; content: "";}
.rat-index-news .heading .nav-menu{display:inline-block}
.rat-index-news .heading .nav-menu .nav-item{margin-left:30px;transition:all ease .3s;position:relative}
.rat-index-news .heading .nav-menu .nav-item:hover{color:#333}
.rat-index-news .heading .nav-menu .nav-item:hover:after{content:" ";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:100%;height:2px;background:#333}
.rat-index-news .heading .nav-menu .nav-item:first-child:after{content:" ";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:100%;height:2px;background:#333}
.rat-index-news .card{background:#fff;transition:all ease .3s}
.rat-index-news .card:hover{box-shadow:0 0 20px rgba(0,0,0,0.5)}
.rat-index-news .card .card-img{display:none}
.rat-index-news .card .card-body{padding:30px 30px 60px 30px}
.rat-index-news .card .card-body .title{font-size:16px;overflow:hidden;margin-bottom:20px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.rat-index-news .card .card-body .date{top:auto;right:auto;left:30px;bottom:30px;background:none;color:#777;text-align:left;padding:0}
.rat-index-news .card .card-body .summary{color:#333;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden;line-height: 20px;height: 100px;}
.rat-index-news .card .card-body .btnnews {position:absolute;right:30px;bottom:30px;padding:0;color:#e20012}
.rat-index-news .topnews .card .card-img{display:block}
.rat-index-news .topnews .card .card-img .thumb.p16x9{padding-bottom:530px}
.rat-index-news .topnews .card .card-img .thumb.cover img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease-in-out;
    min-width: 100%;
    min-height: 100%;
    max-height: none;
    max-width: 100%;
}
.rat-index-news .topnews .card .card-body .title{height:1.6em;text-overflow:ellipsis}
.rat-index-news .topnews .card .card-body .summary{line-height:1.8em;max-height:3.6em;-webkit-line-clamp: 2;}
.rat-index-news .morenews{display:flex;flex-wrap:wrap;padding:0 0 0 10px;margin:0 -10px;}
.rat-index-news .morenews li{padding:0 10px}
.rat-index-news .morenews li:nth-child(1){flex:0 0 100%}
.rat-index-news .morenews li:nth-child(2),.rat-index-news .morenews li:nth-child(3){flex:0 0 50%}
.rat-index-news .morenews .item2{background:url("../images/news-bg-pic1.jpg") no-repeat center;background-size:cover !important;transition:background .3s}
.rat-index-news .morenews .item3{background:url("../images/news-bg-pic2.jpg") no-repeat center;background-size:cover !important;transition:background .3s}
.rat-index-news .morenews .item4{background:url("../images/news-bg-pic3.jpg") no-repeat center;background-size:cover !important;transition:background .3s}

.rat-index-news .topnews .card .card-body {padding-bottom: 88px; position: absolute; bottom: 0px; background-color: rgba(255,255,255,0.8);}
.rat-index-news .topnews .swiper-pagination {margin-bottom: 20px;padding-right: 20px;text-align: right;}
.rat-index-news .topnews .swiper-pagination .swiper-pagination-bullet {margin: 0 5px;width: 10px;height: 10px;}
.rat-index-news .topnews .swiper-pagination .swiper-pagination-bullet:before {display: none;}
.rat-index-news .card .card-body .date,.rat-index-news .card .card-body .btn{bottom: 45px;}

/* 首页公司简介 */
.rat-index-aboutall {padding: 50px 0px; margin: 0px; height: 760px; position: relative; overflow: hidden; background: url(../images/index-bg2.jpg) no-repeat center bottom;}
.rat-index-aboutall .rat-kuan-90 {width: 90%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.rat-index-aboutall .thumb{position:absolute;left:0;top:50%;transform:translateY(-50%);width:40%;margin-top:-40px}
.rat-index-aboutall .about-intro{position:absolute;right:0;top:50%;transform:translateY(-50%);width:50%;margin-top:-100px}
.rat-index-aboutall .about-intro .heading {margin-bottom: 20px; padding: 15px 0;}
.rat-index-aboutall .about-intro .heading big{font-size:52px;font-weight:bold;text-transform:uppercase;opacity:.3}
.rat-index-aboutall .about-intro .heading h3{font-size: 24px; margin: 0px; font-weight: 300;}
.rat-index-aboutall .about-intro .summary{font-size:15px;line-height:2;opacity:.7;margin-bottom:10px}
.rat-index-aboutall .about-data{position:absolute;right:0;left:0;bottom:-300px}
.rat-index-aboutall .about-data .box{width:100%;padding:30px 0;display:flex;justify-content:space-around;background:rgba(0,0,0,0.1)}
.rat-index-aboutall .about-data .box .bbk{position:absolute;left:0;top:-20px;bottom:-20px;z-index:-1;content:"";background:#3280fc;width:25%;transition:all .3s ease-in-out}
.rat-index-aboutall .about-data dl{flex:1;text-align:center;padding:0;margin:0;color:#3280fc;cursor:pointer;border-right:solid 1px rgba(0,0,0,0.2);transition:all .3s ease-in-out}
.rat-index-aboutall .about-data dl:last-child{border-right:none}
.rat-index-aboutall .about-data dl.active{color:#fff}
.rat-index-aboutall .about-data dl.active dt{opacity:1;color:#fff;}
.rat-index-aboutall .about-data dl dt{font-size:14px;font-weight:normal;transition:all .3s ease-in-out}
.rat-index-aboutall .about-data dl dd big{font-size:46px}

/* 底部信息 */
.sto-footer{background:#333;color:rgba(255,255,255,0.4)}
.sto-footer a{color:rgba(255,255,255,0.4)}
.sto-footer .navbar{background:#4d4d4d;font-size:1.15rem}
.sto-footer .navbar .navbar-menu{color:rgba(255,255,255,0.3);display:flex;justify-content:space-between;list-style:none;margin:0;padding:0}
.sto-footer .navbar .navbar-menu li{position:relative;flex:1}
.sto-footer .navbar .navbar-menu li:after{position:absolute;top:50%;right:0;content:"";width:1px;height:20px;background:rgba(255,255,255,0.3);transform:translateY(-50%)}
.sto-footer .navbar .navbar-menu li:last-child:after{display:none}
.sto-footer .navbar .navbar-menu li a{display:block;padding:15px;text-align:center;color:rgba(255,255,255,0.3);font-size: 14px;}
.sto-footer .navbar .navbar-menu li a:hover{color:#fff}
.sto-footer .contact{display:flex;justify-content:space-between}
.sto-footer .contact dl{flex:1;margin:0;padding:10px 20px}
.sto-footer .contact dl dt{position:relative; font-size: 14px; border-bottom:solid 1px rgba(255,255,255,0.2);padding:10px 0;color:rgba(255,255,255,0.8)}
.sto-footer .contact dl dt:after{position:absolute;left:0;bottom:-1.5px;width:20px;height:2px;background:#fff;content:""}
.sto-footer .contact dl dd{padding:15px 0;line-height:1.8em}
.sto-footer .contact dl dd big{font-size:15px}
.sto-footer .contact dl dd .subscription{position:relative;border:solid 1px rgba(255,255,255,0.2);border-radius:2px;margin-bottom:20px}
.sto-footer .contact dl dd .subscription .form-control,.sto-footer .contact dl dd .subscription .btn{background:none;border:none}
.sto-footer .contact dl dd .subscription .form-control{color:#fff;padding-right:30px}
.sto-footer .contact dl dd .subscription .btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:#e20012;color:#fff;padding:5px 15px;height:auto;line-height:1rem}
.sto-footer .copyright{margin-top:0px;padding:15px 0px 20px;border-top:solid 1px rgba(255,255,255,0.15)}
.sto-footer .copyright .support{display:inline-block;float:right}
.rat-mobile-info {display: inline-block;}

/* 内页开始 */
.rat-ny-banner {
    width: 100%;
    position: relative;
    background: #aaabab;
}
.banner_list {
    width: 100%;
    height: 620px;
    position: relative;
    overflow: hidden;
}

/* 内页开始 */
.rat-ny-infoall {
    padding: 0px;
    margin: 0px;
}
.rat-ny-bgcolor {
    background-color: #eee;
    padding-bottom: 50px;
}
.rat-news-bgcolor {
    background-color: #eee;
    overflow: hidden;
}
.rat-ny-infolistbg {
    width: 90%;
    min-height: 450px;
    margin: 0 auto;
    background: #fff;
    margin-top: -30px;
    position: relative;
    z-index: 10;
    padding: 50px 0px 50px;
    overflow: hidden;
}
.ttl {
    width: 7%;
    height: 100%;
    max-height: 500px;
    position: absolute;
    display: inline-block;
    top: 60px;
    left: 0;
}
.ttl span.crcl {
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #959595;
    border-radius: 50%;
    display: inline-block;
    font-size: 13px;
    color: #959595;
    font-weight: 700;
    text-align: center;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    margin-left: -20px;
}
.ttl span.bar {
    width: 1px;
    height: 15px;
    background: #959595;
    display: block;
    position: absolute;
    left: 50%;
    top: 50px;
}
.ttl span.text {
    font-size: 18px;
    font-family: akrobat;
    color: #959595;
    font-weight: 400;
    letter-spacing: .2em;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: 11px;
}
.rat-ny-title {
    padding: 0 7%;
    width: 100%;
    margin: 0px;
    overflow: hidden;
}
.rat-ny-title h3 {
    font-size: 36px;
    font-family: akrobat;
    color: #333;
		margin-top: 0px;
    margin-bottom: 10px;
}
.rat-ny-title p {
    width: 50%;
}
.rat-ny-editor {
    font-size: 16px;
    line-height: 2;
    padding: 0px 7%;
    margin: 30px 0px 0px;
}
/* 联系我们 */

.rat-ny-contactinfo {
    padding: 0 7%;
    margin-top: 30px;
}
.rat-ny-contact-left{
	float:left;
	width:40%;
}
.rat-ny-contactdetails {
    font-size: 16px;
    line-height: 1.8;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.rat-ny-contact-right{
	float:right;
	width:59%;
}
.rat-maps {
    width:100%;
    height:350px;
    border:#ccc solid 1px;
    margin: 0px 0px 0px;
    padding: 0px;
    overflow: hidden;
}
.rat-maps img {max-width: none;}

/* 在线反馈 */
.rat-contact-message {
	margin: 30px 0px 0px;
	padding: 0px 7%;
	overflow: hidden;
}
.rat-contact-message ul li {
    margin-top: 25px;
    float: left;
    width: 31.33333%;
    padding-bottom: 8px;
    border-bottom: 1px #ccc solid;
}
.rat-contact-message ul li:nth-child(2) {
    margin-left: 3%;
    margin-right: 3%;
}
.rat-contact-message ul li:nth-child(4) {
    margin-right: 3%;
}
.rat-contact-message ul li:nth-child(5) {
    float: right;
    width: 65.66666%;
}
.rat-contact-message ul li:nth-child(6) {
    width: 100%;
}
.rat-contact-message ul li:nth-child(7) {
    width: 100%;
		text-align: center;
		border-bottom: 0px;
}
.rat-contact-message ul li #message {
    height: 95px;
    border: none;
    background: none;
    width: 100%;
    font-size: 14px;
}
.rat-contact-message ul li input {
    border: none;
    background: none;
    width: 100%;
    font-size: 14px;
}
.rat-contact-message button {
    display: inline-block;
    width: 190px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #333;
    font-size: 16px;
		border: 0px;
}

/* 新闻动态 */
.rat-news-muneall {
    width: 90%;
    margin: 60px auto;
    padding: 0px;
    background-color: #fff;
    overflow: hidden;
    text-align: center;
}
.rat-news-muneall li {
    width: 20%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.rat-news-muneall li a {
    text-align: center;
    display: inline-block;
    padding: 50px 0;
    font-size: 18px;
    color: #333;
    font-weight: 700;
}
.rat-news-muneall p {
    text-align: center;
    display: inline-block;
    padding: 30px 0 20px;
    font-size: 18px;
    color: #333;
    font-weight: 700;
}
.news_on {
    border-bottom: 2px solid #0558a4;
}

.rat-ny-newsall {
    width: 90%;
    background-color: #fff;
    margin: 60px auto;
    padding: 30px;
    overflow: hidden;
}
.rat-ny-newsall h3 {
    letter-spacing: 2px;
    margin-bottom: 25px;
    margin-top: 0;
    font-size: 24px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.rat-ny-newsall li {
    padding: 0px 0px 20px;
    margin: 0px 0px 20px;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
}
.rat-ny-newsall li:last-child {margin-bottom: 0px ; border-bottom: 0px;}
.rat-ny-newsimg {
    width: 300px;
    padding: 0px 20px 0px 0px;
    margin: 0px;
    overflow: hidden;
    display: table-cell;
    vertical-align: top;
}
.rat-ny-newsimg img {border: 1px solid #eee;}
.rat-ny-newstxt {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    display: table-cell;
    vertical-align: top;
}
.rat-ny-newstxt h3 {
    padding: 0px;
    margin: 0px 0px 10px;
    color: #666;
    font-size: 15px;
    line-height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.rat-ny-newstxt h3 i {
    padding: 0px 10px;
    margin: 0px 0px 0px 10px;
    background-color: #2c3388;
    color: #fff;
    display: inline-flex;
    line-height: 20px;
    font-size: 14px;
    border-radius: 5px;
    font-style: normal;
}
.rat-ny-newstxt p {
    padding: 0px;
    margin: 0px;
    line-height: 25px;
    height: 50px;
    font-size: 14px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.rat-ny-newstxt span {
    border: 1px solid #0558a4;
    color: #0558a4;
    line-height: 30px;
    font-size: 14px;
    padding: 0px 0px 0px 10px;
    margin: 15px 0px 0px;
    display: inline-block;
    overflow: hidden;
}
.rat-ny-newstxt span b {
    background-color: #0558a4;
    color: #fff;
    padding: 0px 10px;
    margin: 0px 0px 0px 10px;
    overflow: hidden;
    display: inline-flex;
}
.rat-news-detailsbg1 {
    width: 90%;
    margin: 0 auto;
    background: #fff;
    margin-top: -30px;
    position: relative;
    z-index: 10;
    padding: 50px;
    overflow: hidden;
}
.rat-news-detailsinfo {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 0px;
}
.rat-news-detailsinfo p{
	margin:0;
	line-height: 24px;
	margin-bottom: 10px;
}

.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:#0d56a7;
	color:#fff;
	padding:0 5px;
	margin-right:20px;
}
.news_list1_title2{
	margin-top:20px;
	font-size:22px;
	color:#0d56a7;
	margin-bottom: 45px;
}
.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 #0d56a7;
	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;
	border-bottom: 1px solid #ccc;
}
.news_list1_back a{
	display: inline-block;
	width:60px;
	height:60px;
	line-height: 60px;
	border:1px solid #0d56a7;
	border-radius: 50%;
	color:#333;
	font-size:14px;
	text-align: center;
}
.news_list1_btn{
	padding:20px 0;
}
.news_list1_prev{
	width:50%;
	float:left;
	text-align: left;
	position:relative;
}
.news_list1_prev a{
	display: block;
	position: relative;
	padding-left:50px;
}
.news_list1_next{
	width:50%;
	float:left;
	text-align: right;
	position:relative;
}
.news_list1_next a{
	display: block;
	position: relative;
	padding-right:50px;
}
.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 #0d56a7;
	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 #0d56a7;
	border-radius: 50%;
}
.news_list1_next_bg img{
    position: absolute;
    top: -3px;
    left: -10px;
    max-width: initial;
}

/* 产品展示 */
.rat-ny-proinfoall {
	font-size: 14px;
	line-height: 2;
	padding: 0px 7%;
	margin: 0px -10px;
}
/* 左边栏目 */
.rat-index-prolist {
	width: 20%;
	padding: 0px;
	margin: 0px;
	float: left;
	background: #f6f6f6;
	overflow: hidden;
}
.rat-index-prolist h3 {
	line-height: 40px;
	font-size: 18px;
	font-weight: normal;
	padding: 5px 10px;
	margin: 0px;
	color: #fff;
	background: #6386c1;
	overflow: hidden;
}
.rat-index-prolist ul {
	padding: 0px 10px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-prolist li {
	line-height: 25px;
	font-size: 14px;
	padding: 10px 0px;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
}
.rat-index-prolist li:last-child {
	border-bottom: 0px;
}
.rat-index-prolist li a {
	color: #666;
}
.rat-index-prolist li.active a {
	color: #0558a4;
  font-weight: bold;
}

.rat-pro-infotitle {
	border-bottom: 1px solid #3c8cc1;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0px;
	overflow: hidden;
}
.rat-pro-infotitle span {
	background: #3c8cc1;
	color: #fff;
	font-weight: bold;
	line-height: 40px;
	border-radius: 5px 5px 0px 0px;
	margin: 0px;
	padding: 0px 30px;
	display: block;
	float: left;
	overflow: hidden;
}
.rat-pro-infodetails {
	font-size: 14px;
	line-height: 25px;
	padding: 0px 20px;
	margin: 0px;
	overflow: hidden;
}
/* 产品展示 */
.rat-ny-product {
	width: 78%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: right;
}
.rat-ny-product .widget {
  background: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
	margin-bottom: 20px;
}
.rat-ny-product .widget a {
  color: #333;
    font-size: 16px;
}
.rat-ny-product .widget .widget-title {
	margin: 0px;
	font-weight: normal;
	padding: 20px 10px;
	border-bottom: 1px solid #E0E0E0;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.rat-ny-product .widget .widget-title:hover {
    border-color: #666;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.rat-ny-product .widget .widget-header {
  border-radius: 0;
  border: 1px solid #ccc;
}
.rat-ny-product .widget .widget-header a {
  display: block;
  position: relative;
  overflow: hidden;
}
.rat-ny-product .widget .widget-header a:after {
  content: '+';
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  margin-left: -26px;
  margin-top: 0px;
  display: inline-block;
  position: absolute;
  top: 0%;
  left: 50%;
  z-index: 10;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;
  opacity: 0;
  color: #fff;
  font-size: 40px;
  text-align: center;
  font-family: "Times New Roman", "微软雅黑";
}
.rat-ny-product .widget .widget-header .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-out;
  z-index: 2;
}
.rat-ny-product .widget .widget-header:hover .mask {
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease-out;
}
.rat-ny-product .widget .widget-header:hover a:after {
  top: 35%;
  opacity: 1;
}
.rat-ny-product .widget .widget-header:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;
}
.rat-ny-product .widget .widget-header img {
  transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;
  width: 100%;
  height: auto;
}
.rat-products-detailstitle {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 50px;
}
.rat-products-detailstitle p {
	font-size: 14px;
	line-height: 25px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

.rat-index-proone {
    padding: 0px 0px;
    margin: 0px auto;
}
.rat-index-prooneimg {

}
.rat-index-proonetxt {
    padding: 5px 0px;
    width: 100%;
    margin: 0px;
    background-color: #ccc;
    text-align: center;
    overflow: hidden;
    line-height: 30px;
    font-size: 15px;
}
.rat-index-proonetxt span {
     width: 0;
     height: 0;
     display: inline-block;
     margin-right: 5px;
     border-width: 8px;
     border-style: solid;
     border-color: transparent #0099CC transparent transparent;
     transform: rotate(90deg); /*顺时针旋转90°*/
}

/* 下载 */
.downinfo{ border:1px solid #eaedf4; 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: #0558a4; border-color: #0558a4; margin-top: 5px;}
.rat-downinfo-mtmb {margin: 5px 0px 0px;}



/* 分页 */
.pagination {display: inline-block;padding-left: 0;margin: 20px 0 0px;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: #ef8109;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: #ef8109;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: #ef8109;border-color: #ef8109}
.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:1190px) {
	.header.on {padding: 10px;}
	.header_bg {background-color: #fff;}
	.index_header_container {margin-top: 65px;}
	.slider_banner .swiper-slide div {display: none;}
	.rat-kuan-90 {width: 96%;}
	.prj_case,.rat-index-solution,.rat-index-news {padding: 30px 0px;}
	.prj_case .options {display: none;}
	.rat-index-appmobile {padding: 0px; margin: 0px; overflow: hidden;display: block;}
	.rat-index-appmobile li {width: 48%; margin: 0px 1% 10px; padding: 0px; overflow: hidden; float: left;}
	.rat-index-appmobileimg {padding: 0px; margin: 0px; overflow: hidden;}
	.rat-index-appmobiletxt {padding: 0px 10px; margin: 0px; font-size: 14px; line-height: 30px; overflow: hidden; color: #fff; background-color: #0055AA; text-align: center;}
	.rat-index-news .heading .nav-menu,.rat-index-news .heading h3 small,.prj_case .heading .nav-menu,.prj_case .heading h3 small {display: none;}
	.rat-index-news .heading h3,.prj_case .heading h3,.rat-index-solution .heading h3 {width: 100%; text-align: center; font-size: 26px;}
	.rat-index-news .heading h3:before ,.prj_case .heading h3:before {margin-left: -23px; left: 50%;}
	.rat-index-solution .dataitem {padding: 15px; height: auto; margin: 0px 0px 15px;background-size: 100% auto;}
	.rat-index-solution .dataitem .text {margin-top: 30px;}
	.rat-index-solution .dataitem .text .summary {display: none;}
	.rat-index-news .topnews .card .card-img .thumb.p16x9 {padding: 0px;}
	.rat-index-news .topnews .card .card-img .thumb.cover img{position: inherit;transform: inherit;top: inherit;left: inherit;}
	.rat-index-news .card .card-body {padding: 10px 10px 40px 10px;}
	.rat-index-news .topnews .card .card-body {padding-bottom: 40px; position: inherit;}
	.rat-index-news .card .card-body .btnnews {bottom: 10px;}
	.rat-index-news .morenews {padding: 0px; margin: 0px;display: block;}
	.rat-index-news .morenews li {padding: 0px;}
	.rat-index-aboutall .about-intro .heading {margin: 0px;}
	.rat-index-aboutall .about-intro .heading big {display: none;}
	.rat-index-aboutall .about-intro .heading h3 {font-size: 26px; font-weight: 400; text-align: center;}
	.rat-index-aboutall {padding: 30px 0px; height: inherit; position: inherit;}
	.rat-index-aboutall .rat-kuan-90 {position: inherit;transform: inherit;top: inherit;left: inherit;}
	.rat-index-aboutall .thumb,.rat-index-aboutall .about-intro {position: inherit;transform: inherit;top: inherit;left: inherit;width: 100%; margin: 0px; padding: 0px;}
	
	.sto-footer .navbar{display:none}
	.sto-footer .contact{display:flex;flex-wrap:wrap; padding-top: 15px;}
	.sto-footer .contact dl{width: 100%; flex: inherit;margin:0;padding:0px 0px 0}
	.sto-footer .contact dl:first-child {display: none;}
	.sto-footer .contact dl dt {padding-top: 0px;}
	.sto-footer .contact dl dd {padding-top: 5px;padding-bottom: 10px;}
	.sto-footer .copyright{padding:10px 0; text-align: center;}
	.sto-footer .copyright .support{display:block;float:none;margin-top:10px}
	.rat-mobile-info {display: none;}
	
	.rat-ny-title {padding: 0 10px;}
	.rat-ny-title h3 {font-size: 28px; margin-top: 0px;}
	.rat-ny-title p {width: 100%;}
	.rat-ny-editor {font-size: 14px;line-height: 1.8;margin: 0px; padding: 0px 10px;}
	.rat-ny-contactinfo {margin-top: 10px; padding: 0px 10px;}
	.rat-ny-contactdetails {font-size: 14px;line-height: 1.5;}
	.rat-ny-contact-left,.rat-ny-contact-right {width: 100%; float: initial;}
	.rat-maps {height: 260px;}
	
	.rat-ny-banner {margin-top: 65px;}
	.rat-ny-banner .banner_list {height: auto;}
	.rat-ny-newsall {width: 100%;margin: 0px auto;padding: 30px 10px;}
	.rat-ny-newsall li {padding-bottom: 10px; margin-bottom: 10px;}
	.rat-ny-newsimg {width: 100%;padding: 0px;display: block;}
	.rat-ny-newsimg img {width: 100%;}
	.rat-ny-newstxt {display: block;}
	.rat-ny-newstxt h3 {margin: 0px;}
	.rat-ny-newstxt p {height: auto;}
	.rat-ny-newstxt span {margin-top: 10px;line-height: 25px; font-size: 12px;}
	.rat-ny-bgcolor {padding-bottom: 0px;}
	.rat-news-muneall {margin: 10px;width: auto;}
	.rat-news-muneall li {width: 20%;}
	.rat-news-muneall li a {padding: 10px 0px;font-size: 14px;}
	.ttl, .rat-index-prolist {display: none;}
	.rat-ny-product {width: 100%;}
	.rat-ny-infolistbg,.rat-news-detailsbg1 {width: 100%; margin-top: 0px; padding: 20px 10px;}
	.rat-ny-proinfoall {padding: 0px 10px;}
	.rat-ny-product .widget .widget-title {padding: 10px;}
	.rat-ny-product .widget a {font-size: 14px;}
	.rat-products-detailstitle {margin-bottom: 20px;}
}