@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;} */

[v-cloak]{
	display: none;
}

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: 25px 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: #fff;
	-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: 52px;
	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;
}
.logo img.logoB{
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 0;
	opacity:0;
    -moz-opacity:0;
    -khtml-opacity:0;
    -webkit-opacity:0;
    filter:alpha(opacity=0);
}

.header_con_right{
	float: right;
}

.header_search{
	width: 90px;
	float: left;
	height: 70px;
	text-align: center;
	line-height: 70px;
	position: relative;
	z-index: 2;
	background: #ab2a25;
}
.header_search a{
	color: #efefef;
}


.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: #ab2a25;
}

.header_contact{
	width: 200px;
	float: left;
	height: 70px;
	text-align: center;
	line-height: 70px;
	position: relative;
	z-index: 2;
	background: #aaabab;
	font-size: 18px;
	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: #aaabab;
}
.header_nav{
	padding: 0;
	margin: 0;
	position: absolute;
	top: 20px;
	right: 50%;
	margin-right: -330px;
}
.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: #333;
}
.header:hover .header_nav li i{
	background: #333;
}

.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);
}
.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: #333;
}
.header.on .header_nav li i{
	background: #333;
}


.sub_nav{
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	background: #aaabab;
	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: #fff;
}

.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: #333;
}
.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: #333;
	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: 660px;}
.header_nav li{	padding: 0 10px;}
}
@media (min-width: 1200px) {
	.header_nav {width: 770px;}
.header_nav li{	padding: 0 18px;}
}
@media (min-width: 1400px) {
	.header_nav {width: 820px;    margin-right: -360px;}
.header_nav li{	padding: 0 22px;}
}
@media (min-width: 1600px) {
	.header_nav {width: 900px; margin-right: -380px;}
.header_nav li{padding: 0 25px;}
}
@media (min-width: 1000px) and (max-width: 1199px){

.logo img{
	height: 36px;
}
.logo img.logoB{
	margin-top: -14px;
}
.header_search{
	width: 50px;
}
.header_contact{
	width: 120px;
}
.header_nav li{
	font-size: 15px;
}
}
@media (min-width: 1200px) and (max-width: 1399px){

.logo img{
	height: 40px;
}
.logo img.logoB{
	margin-top: -14px;
}
.header_search{
	width: 60px;
}
.header_contact{
	width: 140px;
}
.header_nav li{
	font-size: 15px;
}}
@media (min-width: 1400px) and (max-width: 1600px){

.logo img{
	height: 48px;
}
.logo img.logoB{
	margin-top: -16px;
}
.header_search{
	width: 80px;
}
.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: 55px;background: url(../images/menuBtn.png) no-repeat center;background-size: 70%;}
@media (max-width:1199px) {
	.header {padding: 10px; background-color: #fff;}
	.header .logo {line-height: initial;}
	.header .logo img{opacity:0; -moz-opacity:0; -khtml-opacity:0; -webkit-opacity:0; filter:alpha(opacity=0);}
	.header .logo img.logoB{opacity:1; -moz-opacity:1; -khtml-opacity:1; -webkit-opacity:1; filter:alpha(opacity=100);}
	.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 */
.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.4);}
.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'; }
.navigate_bar { width: 100%; }

/* 首页产品展示 */
.rat-index-pro-all {
	position: relative;
	padding: 3% 15% 3% 10%;
}
.rat-index-pro-leftbg {
	width: 10%;
	position: absolute;
	right: 0;
	top: 0px;
	bottom: 0;
	background: #e99c4a;
}
.rat-index-pro-all>i {
	width: 24px;
	height: 3px;
	background: #ab2a25;
	position: absolute;
	top: 0;
	left: 10%;
}
.rat-index-pro-all>h5 {
	font-size: 30px;
	font-weight: normal;
	color: #333;
	letter-spacing: 1px;
	margin-top: 0;
	margin-bottom: 20px;
}
.rat-index-pro-left{
	cursor:pointer;
	position:absolute;
	left:11.14583333333333%;
	width:4.6875em;
	height:4.6875em;
	top:50%;
	margin-top:-2.34375em;
	z-index:10;
	background-image:url(../images/proleft.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.rat-index-pro-right{
	cursor:pointer;
	position:absolute;
	right:16.14583333333333%;
	width:4.6875em;
	height:4.6875em;
	top:50%;
	margin-top:-2.34375em;
	z-index:10;
	background-image:url(../images/proright.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.rat-index-pro-info { 
	border-bottom: 3px #fff solid;
	border-right: 3px #fff solid;
}
.rat-index-pro-one{
	margin:0 7.5%;
	height:33rem;
}
.rat-index-pro-one .hi {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rat-index-pro-one .css3 {
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.rat-index-pro-one-img{
	text-align:center;
}
.rat-index-pro-one-title{
	font-size:1.575em; 
	letter-spacing:0em; 
	color:#000;
}
.rat-index-pro-one-summary{ 
	margin-top:0.5em;   
	position:relative;
	font-size:15px; 
	font-family: akrobat; 
	color:#000; 
	padding-bottom:1.6em;
}
.rat-index-pro-one-summary:after{
	content: ""; 
	position: absolute;
	left:0; 
	bottom:0;
	height:0.1428571428571429em;
	width:2.714285714285714em;
	background-color:#ab2a25;
}
.rat-index-pro-one-more{
	opacity:0; 
	margin-top: 15px;
}
.rat-index-pro-one-more span{
	background-color:#e99c4a; 
	text-align:center;
	font-size:12px; 
	display:inline-block; 
	width:129px;
	height:28px; 
	line-height:28px; 
	color:#fff; 
	font-family:Arial, Helvetica, sans-serif;
}
.rat-index-pro-one-more span font{ 
	text-align:left;
	font-style:normal;
	width:98px;
	display:inline-block;
	background-position:right center;
	background-repeat:no-repeat;
	background-image:url(../images/proonemore.png);
}
.rat-index-pro-one-img{margin-bottom:30px; margin-top:50px; text-align: center;}
.rat-index-pro-one-img img {width: 80%;}
.rat-index-pro-all .swiper-slide:hover .rat-index-pro-one-more{opacity:1;}
.rat-index-pro-all .swiper-slide:hover .rat-index-pro-one-img img{margin-top:-28px;}
.rat-index-pro-all .swiper-slide{background-color:#f1f5f8;}
.rat-index-pro-all .swiper-slide:hover{background-color:#e0e8ef;}

/* 首页新闻 */
.rat-index-news-all {
    padding: 3% 15% 0 0;
    position: relative;
}
.rat-index-news-leftbg {
	width: 10%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: #e99c4a;
}
.rat-index-news-con {
	padding: 50px 5% 50px 10%;
	background: #f5f5f5;
	position: relative;
}
.rat-index-news-con>i {
	width: 24px;
	height: 3px;
	background: #ab2a25;
	position: absolute;
	top: 0;
	left: 10%;
}

.rat-index-news-title{	position: relative;	top: 0px;}
.rat-index-news-title h5{
	font-size: 32px; 
	font-weight: normal; 
	color: #333;
	margin: 20px 0;
	margin-bottom: 30px;
	letter-spacing: 1px;
}
.rat-index-news-title a{display: block;width: 200px;line-height: 40px;color: #333;border-bottom: 1px solid #333;position: relative;z-index: 2;
	-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;
}
.rat-index-news-title a span{width: 0%;height: 100%;position: absolute;top: 0;left: 0;z-index: -1;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;
}
.rat-index-news-title a:hover{
	border-bottom: 1px solid #e99c4a;
}
.rat-index-news-title a:hover span{
	width: 100%;
}
.rat-index-news-title a:hover{
	color: #fff;
	padding-left: 15px;
}
.rat-index-news-title a i{
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -6px;
	background: url(../images/more_icon1.png) center no-repeat;
	background-size: cover;
	-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;
}
.rat-index-news-title a:hover i{
	right: 10px;
	background: url(../images/more_icon4.png) center no-repeat;
	background-size: cover;
}

.rat-index-news-info{
	width: 100%;
	position: relative;
	top: 0px;
}
.rat-index-news-info ul{
	padding: 0;
	margin: 0;
	width: 100%;
}
.rat-index-news-info ul li{
	border-bottom: 1px solid #d9d9d9;
	overflow: hidden;
}
.rat-index-news-info ul li span{
	float: left;
	width: 12%;
	line-height: 60px;
	font-size: 15px;
	color: #333;
}
.rat-index-news-info ul li h5{
	float: left;
	width: 21%;
	line-height: 60px;
	font-size: 15px;
	color: #333;
	margin: 0;
	padding-left: 16px;
	position: relative;
}
.rat-index-news-info ul li h5 i{
	width: 8px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	background: #666;
}
.rat-index-news-info ul li p{
	float: left;
	width: 67%;
	line-height: 60px;
	font-size: 15px;
	color: #333;
	margin-bottom: 0;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

/* 首页关于我们 */
.rat-index-about-all {
	padding-top: 4%;
	position: relative;
	background: #f5f5f5;
	overflow: hidden;
}
.rat-index-about-bg1 {
	width: 10%;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	background: #e99c4a;
}
.rat-index-about-all>i {
	width: 24px;
	height: 3px;
	background: #ab2a25;
	position: absolute;
	top: 0;
	left: 10%;
	z-index: 9;
}
.rat-index-about-con {
	padding: 0 15% 4% 10%;
	background: #e99c4a;
	position: relative;
	z-index: 2;
}
.rat-index-about-conbg {
	position: absolute;
	top: 0;
	left: -1880px;
	z-index: -1;
	width: 2000px;
	height: 2000px;
	background: #f5f5f5;
	transform: rotate(-60deg);
	transform-origin: top left;
}
.rat-index-about-con>h5 {
	font-size: 32px;
	font-weight: normal;
	color: #333;
	letter-spacing: 1px;
	margin-top: 0;
	margin-bottom: 60px;
}
.rat-index-about-info {
	width: 100%;
	background: #fff;
	padding: 4% 2.5%;
	overflow: hidden;
}
.rat-index-about-img {
	width: 36%;
	height: 320px;
	float: left;
}
.rat-index-about-img img{
	width: 100%;
	height: 320px;
	object-fit: cover;
}
.rat-index-about-txt {
	width: 62%;
	float: right;
	font-size: 16px;
	line-height: 1.8;
	padding: 0px;
	margin: 0px;
	text-align: justify;
	overflow: hidden;
}

/* 首页联系我们 */
.rat-index-contact-all {
  padding: 6% 0 5% 0;
	background:url(../images/contact-bg.jpg) no-repeat center center;
	background-size:cover;
	overflow: hidden;
}
.rat-index-contact-width {
  width: 80%;
  margin: 0 auto;
}
.rat-index-contact-en h5 {
    font-size: 32px;
    font-family: akrobat;
    text-transform: uppercase;
    color: #fff;
    line-height: 52px;
    letter-spacing: 1px;
    margin: 0;
    margin-bottom: 30px;
}
.rat-index-contact-en h5 font {
    color: #f00;
}

.rat-index-contact-cn h5 {
    font-size: 22px;
    color: #fff;
    margin: 0;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.rat-index-contact-cn p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 6px;
    letter-spacing: 1px;
    opacity: 0.9;
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    -webkit-opacity: 0.9;
    filter: alpha(opacity=90);
}
.index_culture_a {
    display: block;
    width: 47%;
    margin-left: 53%;
    margin-top: 25px;
    line-height: 50px;
    color: #fff;
    border-bottom: 1px solid #fff;
    position: relative;
    z-index: 2;
    -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;
}
.index_culture_a:hover{
	color: #101010;
	padding-left: 25px;
}
.index_culture_a span {
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #fff;
    -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;
}
.index_culture_a:hover span{
	width: 100%;
}
.index_culture_a i {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
    background: url(../images/more_icon2.png) center no-repeat;
    background-size: cover;
    -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;
}
.index_culture_a:hover i{
	right: 10px;
	background: url(../images/more_icon3.png) center no-repeat;
	background-size: cover;
}

/********footer*********/
.footer{
	width: 100%;
	padding: 0 12%;
	background: #f2f2f2;
	position: relative;
}
.footer a {color: #666;}
.footer a:hover {color: #ab2a25;}
.footer_bg{
	width: 10%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background: #e99c4a;
}

.footer_logo{
	padding: 50px 0 30px;
}

.footer_nav{
	width: 100%;
	padding: 30px 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	position: relative;
}

.footer_nav ul{
	padding: 0;
	margin: 0;
}
.footer_nav ul li{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #666;
	padding: 15px 0;
	background:url(../images/more_icon1.png) no-repeat left top;
	background-size:8px 8px;
}
.footer_nav ul li img{
	display: block;
	margin-bottom: 4px;
}
.footer_nav ul span{
	display: inline-block;
	vertical-align: top;
	width: 15px;
	height: 1px;
	background: #535353;
	margin: 26px 15px 0;
}

.footer_weixin{
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -45px;
}

.footer_bottom{
	padding: 20px 0 40px 0;
}

.footer_bottom p{
	font-size: 16px;
	font-family:akrobat;
	color: #666;
	margin-bottom: 0;
	float: left;
	margin-top: 10px;
}
.unohacha{
	float: right;
}

.back_top{
	position: absolute;
	bottom:100px;
	cursor: pointer;
	right: 2%;
	line-height: 30px;
	color: #fff;
	font-size: 15px;
	font-family:akrobat;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.back_top span{
	display: inline-block;
	width: 16px;
	height: 1px;
	background: #fff;
	margin-right: 10px;
	margin-top: 14px;
	vertical-align: top;
}
/********footer*********/



.rat-ny-banner {
    width: 100%;
    position: relative;
    background: #aaabab;
}
.banner_list {
    width: 100%;
    height: 620px;
    position: relative;
    overflow: hidden;
}
.banner_list div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: rgba(0,0,0,0.4);
}

/* 内页开始 */
.rat-ny-allbg {
    padding: 0px;
    margin: 0px;
}
.rat-ny-bgcolor {
    background-color: #e99c4a;
    padding-bottom: 70px;
}
.rat-news-bgcolor {
    background-color: #e99c4a;
    overflow: hidden;
}
.rat-ny-word-info-bg {
    width: 80%;
    min-height: 550px;
    margin: 0 auto;
    background: #fff;
    margin-top: -30px;
    position: relative;
    z-index: 10;
    padding: 30px 0px 50px;
    overflow: hidden;
}
.ttl {
    width: 7%;
    height: 100%;
    max-height: 500px;
    position: absolute;
    display: inline-block;
    top: 50px;
    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-details-info {
    padding: 30px 3% 0 7%;
    margin-top: 0px;
    min-height: 350px;
    font-size: 16px;
    line-height: 2;
}
.rat-ask-infotitle {
    margin-top: 0px;
    font-size: 18px;
    font-weight: 600;
    color: #900;
    margin-bottom: 15px;
}
.rat-ask-infodetails {
    font-size: 16px;
    line-height: 2;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.rat-ask-infodetails span {
    font-size: 18px;
    color: #900;
}

/* 荣誉 */
.rat-honor-one {
    padding: 0px 0px;
    margin: 0px auto;
}
.rat-honor-one-img {

}
.rat-honor-one-txt {
    padding: 5px 0px;
    width: 100%;
    margin: 0px;
    background-color: #ccc;
    text-align: center;
    overflow: hidden;
    line-height: 36px;
    font-size: 16px;
}
.rat-honor-onet-xt span {
     width: 0;
     height: 0;
     display: inline-block;
     margin-right: 5px;
     border-width: 8px;
     border-style: solid;
     border-color: transparent #c00 transparent transparent;
     transform: rotate(90deg); /*顺时针旋转90°*/
}

/* 发展历程 */
.history-li {
	overflow: hidden;
}
.history-li:nth-child(even) > div {
	border-left: 1px solid #ccc;
	margin-left: -1px;
	background: url(../images/history-bg.png) left 60px no-repeat;
}
.history-li:nth-child(even) > div:before {
    border-radius: 50%;
    content: "";
    top: 20px;
    height: 14px;
    left: -8px;
    position: absolute;
    width: 14px;
    background: #900;
}
.history-li:nth-child(odd) > div {
	border-right: 1px solid #ccc;
	margin-right: -1px;
    background: url(../images/history-bg.png) right 60px no-repeat;
}
.history-li:nth-child(odd) > div:before {
    border-radius: 50%;
    content: "";
    height: 14px;
    top: 20px;
    right: -7px;
    position: absolute;
    width: 14px;
    background: #900;
}
.history-all {
	margin:0px auto;
	width: 85%;
	padding-bottom: 0px;
}
.history-all .li-tit {
	background: #f8f8f8;
	line-height: 40px;
	font-size: 18px;
	padding: 0px 20px;
	color: #900;
	border-bottom: 1px solid #ccc;
	font-weight: 600;
}
.history-all .li-Con {
	background-color: #f0f0f0;
	padding:6px 20px;
	line-height: 28px;
	color: #666;
}
.history-li:nth-child(even)>div{
	left:50%;
}
.history-li:nth-child(even) .history-all .litit {
	text-align: left;
}
.history-li:nth-child(odd) .history-all .litit {
	text-align: right;
}

/* 产品展示 */
.rat-ny-productbg {
    width: 80%;
    margin: 60px auto;
    background: #fff;
    position: relative;
    z-index: 10;
    padding: 30px 2% 30px;
    overflow: hidden;
}
.rat-ny-product-one {display: block; background-color: #f0f0f0; position: relative; margin-bottom: 20px;}
.rat-ny-product-one .text {padding: 0 15px;}
.rat-ny-product-one .img {overflow: hidden;}
.rat-ny-product-one .img .img-box {width: 100%; position: relative; overflow: hidden;}
.rat-ny-product-one .img img {background-color: #cccd; display: block; transition: transform 0.6s ease 0s; width: 100%;transform: translateZ(0px); -webkit-transform: translateZ(0px);}
.rat-ny-product-one .img .img-box>img {transform: scale(1.01); -webkit-transform: scale(1.01);}
.rat-ny-product-one .img .img-box>span {width: 100%; height: 100%; position: absolute; left: 0; top: 0; visibility: hidden; opacity: 0; background: rgba(0, 0, 0, 0); transition: all 0.3s; -webkit-transition: all 0.3s; z-index: 3;}
.rat-ny-product-one .img .img-box span p {font-size: 18px;}
.rat-ny-product-one .img .img-box span span {width: 100%; position: absolute; left: 0; top: 50%; display: block; color: #fff; font-size: 12px; padding: 0; line-height: 26px; padding: 3px 0; text-align: center; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.rat-ny-product-one .img .img-box span span:before {content: ""; display: inline-block; width: 100px; height: 1px; background-color: #f2f2f2; position: absolute; left: 50%; margin-left: -50px; transition: all 0.6s ease 0s; top: 0;}
.rat-ny-product-one .img .img-box span span:after {content: ""; display: inline-block; width: 100px; height: 1px; background-color: #f2f2f2; position: absolute; left: 50%; margin-left: -50px; transition: all 0.6s ease 0s; bottom: 0;}
.rat-ny-product-one .text {height: 80px; padding: 9px 15px; color: #999; font-size: 13px; line-height: 1.7; transition: all 0.3s; -webkit-transition: all 0.3s; background: url(../images/icon01.png) no-repeat right 15px top 57px;}
.rat-ny-product-one .text span {display: block; color: #000; font-size: 18px;overflow: hidden;/*注意不要写在最后了*/    
white-space: nowrap;    
-o-text-overflow: ellipsis;    
text-overflow: ellipsis;    }
.rat-ny-product-one:hover .img .img-box>span {visibility: visible; opacity: 1; background: rgba(0, 0, 0, 0.6);}
.rat-ny-product-one:hover .img .img-box span span:before,.rat-ny-product-one:hover .img .imgbox span span:after {width: 6px; margin-left: -3px; opacity: 0.6;}
.rat-ny-product-one:hover .img .img-box>img {transform: scale(1.05); -webkit-transform: scale(1.05);}
.rat-ny-product-one:hover .text {background: url(../images/icon01.png) no-repeat right 10px top 57px;}

.rat-products-detailsbg {
    width: 80%;
    margin: 0 auto;
    background: #fff;
    margin-top: -30px;
    position: relative;
    z-index: 10;
    padding: 50px;
    overflow: hidden;
}
.rat-products-details-title {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 50px;
}
.rat-products-details-img {
    width: 100%;
    padding: 20px;
    border: 1px solid #e99c4a;
    margin-bottom: 20px;
}
.rat-products-details-img img{
	width:96%;
	height: auto;
	margin:0 auto;
}
.rat-products-details-name {
    font-size: 24px;
    font-weight: 600;
    color: #900;
    margin-top: 0px;
    margin-bottom: 15px;
}
.rat-products-details-info {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
    margin-bottom: 25px;
    line-height: 26px;
}
.rat-products-details-info p {margin: 0px;}
.rat-products-details-list {
        border-bottom: 1px solid #d3d3d2;
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
        padding-left: 0px;
        font-size: 14px;
}
.rat-products-details-list i {
    font-style: normal;
    font-weight: 600;
    display: block;
    padding: 0px 10px;
    text-align: center;
    float: left;
    border-bottom: 1px solid #000;
    color: #000;
}
.rat-products-details-list span {
    margin-left: 10px;
    float: left;
    display: block;
}
table,table tr th, table tr td { border:1px solid #ccc; padding: 2px 5px;}
table { min-height: 25px; line-height: 25px; font-size: 14px; border-collapse: collapse;}

/* 新闻动态 */
.rat-news-menu-all {
    width: 80%;
    margin: 60px auto;
    padding: 0px;
    background-color: #fff;
    overflow: hidden;
    text-align: center;
}
.rat-news-menu-all li {
    width: 18%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.rat-news-menu-all li a {
    text-align: center;
    display: inline-block;
    padding: 50px 0;
    font-size: 18px;
    color: #333;
    font-weight: 700;
}
.news_on {
    border-bottom: 2px solid #900;
}

.rat-ny-news-all,.rat-ny-service-all {
    width: 80%;
    background-color: #fff;
    margin: 60px auto;
    padding: 30px;
    overflow: hidden;
}
.rat-ny-askinfo {
    padding: 30px 3% 0 7%;
    margin-top: 0px;
    min-height: 350px;
    font-size: 16px;
    line-height: 2;
}
.rat-ny-news-all li,.rat-ny-askinfo li {
    padding: 0px 0px 20px;
    margin: 0px 0px 20px;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
}
.rat-ny-service-all li {
    width: 48%;
    padding: 0px 0px 10px;
    margin: 0px 1% 10px;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
    float: left;
}
.rat-ny-news-all li:last-child,.rat-ny-askinfo li:last-child {margin-bottom: 0px ; border-bottom: 0px;}
.rat-ny-news-img {
    /* width: 300px; */
    padding: 0px 20px 0px 0px;
    margin: 0px;
    overflow: hidden;
    display: table-cell;
    vertical-align: top;
		float:left;
}
.rat-ny-news-txt {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    display: table-cell;
    vertical-align: top;
}
.rat-ny-news-txt h3 {
    padding: 0px;
    margin: 0px 0px 10px;
    color: #666;
    font-size: 18px;
    line-height: 34px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.rat-ny-service-all .rat-ny-news-txt h3 {margin: 0px;}
.rat-ny-news-txt h3 i {
    padding: 0px 5px;
    margin: 0px 0px 0px 20px;
    background-color: #83d1f2;
    color: #fff;
    display: inline-flex;
    line-height: 20px;
    font-weight: bold;
}
.rat-ny-news-txt p {
    padding: 0px;
    margin: 0px;
    line-height: 25px;
    font-size: 14px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.rat-ny-news-txt span {
  color:#666;
	font-size:12px;
	display:block;
	margin-top:20px;
}
.rat-news-details-bg1 {
    width: 80%;
    margin: 0 auto;
    background: #fff;
    margin-top: -30px;
    position: relative;
    z-index: 10;
    padding: 50px;
    overflow: hidden;
}
.rat-news-details-info {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.rat-news-details-info p{
	margin:0;
	font-size:16px;
	line-height: 30px;
	margin-bottom: 14px;
	text-indent: 2em;
}
.rat-news-details-info .service-content p{
	text-indent:0;
}
.rat-news-details-info p img{
	padding:0px 0;
	margin-bottom: 10px;
	width:auto;
	max-width:100%;
	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:#900;
	color:#fff;
	padding:0 5px;
	margin-right:20px;
}
.news_list_title{
	margin-top:15px;
	font-size:24px;
	color:#900;
	margin-bottom:30px;
	font-weight:bold;
	text-align: center;
}
.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 #900;
	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 #900;
	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_next a:hover,.news_list1_prev a:hover {color: #900;}
.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 #900;
	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 #900;
	border-radius: 50%;
}
.news_list1_next_bg img{
    position: absolute;
    top: -3px;
    left: -10px;
    max-width: initial;
}

/* 联系方式 */
.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-bottom: 10px;
}
.rat-ny-title p {
    width: 50%;
}
.rat-ny-contact-info {
    padding: 0 7%;
    margin-top: 30px;
}
.rat-ny-contact-left{
	float:left;
	width:42%;
}
.rat-ny-contact-details {
    font-size: 16px;
    line-height: 1.8;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.rat-ny-contact-right{
	float:right;
	width:55%;
}
.rat-maps {
    width:100%;
    height:305px;
    border:#ccc solid 1px;
    margin: 0px 0px 0px;
    padding: 0px;
    overflow: hidden;
}
.rat-maps img {max-width: none;}

.rat-contacts-message {
    width: 80%;
    margin: 0 auto;
    padding: 50px 0 50px;
    background: #f1f1f1;
    position: relative;
}
.complaints-box{
	width: 100%;
    margin: auto;
    padding: 0 7%;
    margin-top: 30px;
}

.complaints-box .title-box {
    display: none;
}
.complaints-box .title{
	color: #000;
	font-size: 26px;
	line-height: 24px;
}
.complaints-main{
	margin-top: 1.5625em;
}

.complaints-main .hang1{
	padding-left: 0;
	overflow: hidden;
}
.complaints-main .hang1 li{
	float: left;
	width: 32%;
	margin-right: 2%;
	font-size: 14px;
	height: 3.571em;
	line-height: 3.571em;
	background: #fff;
	border: 1px solid #900;
	padding: 0 1.5%;
	overflow: hidden;

}
.complaints-main .hang1 li:nth-child(3n){
	margin-right: 0;
}
.complaints-main .hang1 li:last-child {width: 100%; margin: 0px; margin-top: 1.55%;}
.complaints-main .hang1 li em{
	float: left;
	width: 27%;
	color: #999999;
}
.complaints-main .hang1 li:last-child em {width: 8%;}
.complaints-main .hang1 li em i{
	color: #e64340;
}
.complaints-main .hang1 li input{
	float: left;
	width: 73%;
	height: 100%;
	border: none;
	margin-top: 1px;
	padding-right: 10%;
}
.complaints-main .hang1 li:last-child input {width: 92%;}
.complaints-main .hang1 li:nth-child(1) input{
	background: url(../images/service_hang1-libg1.png) no-repeat right center;
}
.complaints-main .hang1 li:nth-child(2) input{
	background: url(../images/service_hang1-libg2.png) no-repeat right center;
}
.complaints-main .hang1 li:nth-child(3) input{
	background: url(../images/service_hang1-libg3.png) no-repeat right center;
}
.complaints-main .hang1 li:nth-child(4) input{
	background: url(../images/service_hang3-libg2.png) no-repeat right center;
}
.complaints-main .hang4{
	margin-top: 17.5px;
	border: 1px solid #900;
	background: #fff;
	height: 18.125em;
	padding: 1.55%;
	padding-top: 0;
}
.complaints-main .hang4 .top{
	font-size: 14px;
	line-height: 3.571em;
	background: url(../images/service_hang4-bg.png) no-repeat right center;
}
.complaints-main .hang4 .top em{
	color: #999;
}
.complaints-main .hang4 .top em i{
	color: #e64340;
}

.complaints-main .hang4 textarea{
	height: 15em;
	width: 100%;
	font-size: 14px;
	display: block;
	resize: none;
	background: none;
	border: none;
}

.verify{
  position: relative;
  width: 310px;
  margin: 0 auto;
  margin-top: 35px;
}

.verify .touch {
  position: relative;
  width: calc(100% - 2px);
  height: 44px;
  border: 1px solid #dbdbdb;
  background: #fff;
  font-size: 16px;
  line-height: 44px;
  color: #888;
}
.verify .touch p {
  padding-left: 65px;
}
.verify .touch .btn {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 50px;
  height: 44px;
  background: #d90915 url(../images/bg_btn01.png) no-repeat right center;
  cursor: pointer;
  border-radius: 0;
}
.verify .touch .touch-in {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.verify .touch i {
  display: inline-block;
  position: absolute;
  right: -62px;
  top: 0;
  width: 62px;
  height: 44px;
  background: url(../images/bg_btn02.png) no-repeat center top/100% auto;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.verify .touch i.done {
  background-position: center bottom;
}
.verify span {
  display: inline-block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 50px;
  background: #900;
  margin-top: 20px;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  display: none;
}
.verify input {
  width: 100%;
  height: 50px;
  border: 0;
  background: #900;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  border-radius: 0;
}
.complaints-box .code-box{
	margin-top: 17.5px;
	overflow: hidden;
}
.complaints-box .code-box .texts{
	float: left;
	height: 3.571em;
    line-height: 3.571em;
    background: #fff;
    border: 1px solid #cccccc;
    padding: 0 1.5%;
   	font-size: 14px;
   	width: 20.5em;
}
.complaints-box .code-box .texts em{
	color: #999999;
	float: left;
	max-width: 30%;
}
.complaints-box .code-box .texts em i{
	color: #e64340;
}
.complaints-box .code-box .texts input{
	float: left;
    height: 100%;
    border: none;
    width: 70%;
    padding-left: 5%;
}
.complaints-box .code-box .image{
	float: left;
	font-size: 14px;
	margin-left: 0.786em;
	margin-top: 4px;
}
.complaints-box .code-box .image img{
	width: 11.7em;
	height: 2.929em;
}
.complaints-box .code-box .image i{
	color: #e64340;
	margin-left: 0.643em;
}

/*招聘岗位*/
.rat-ny-join-info {
    padding:  0 3% 0 7%;
    margin-top: 0px;
    min-height: 350px;
}
.Job-Title {
    background-color: #888888;
}

.Job-Title span,
.Job-Panel dt span {
    font-size: 12px;
    width: 33.33%;
    padding: 13px 5px;
    text-align: center;
    float: left;
    display: inline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Job-Title span {
    color: #fff;
}

.Job-Title span:nth-child(3),
.Job-Title span:nth-child(4),
.Job-Title span:nth-child(5),
.Job-Panel dt span:nth-child(3),
.Job-Panel dt span:nth-child(4),
.Job-Panel dt span:nth-child(5) {
    display: none;
}

.Job-Panel dl,
.Job-Panel dd {
    margin: 0;
    padding: 0;
}

.Job-Panel dl {
    margin-top: 0px;
}

.Job-Panel dt {
    cursor: pointer;
    font-weight: normal;
    background-color: #f6f6f6;
    margin-bottom: 5px;
}

.Job-Panel dd {
    padding: 15px 5%;
    font-size: 12px;
    display: none;
    line-height: 30px;
}

.Job-Panel dd h2,
.Job-Panel dd p {
    margin: 0;
    padding: 0;
}

.Job-Panel dd h2 {
    font-size: 12px;
    margin-bottom: 7px;
}
/* 小屏幕（平板，大于等于 768px） */
@media screen and (min-width:1200px) {
	.Job-Title {margin-top: 15px;}
	.Job-Title span,.Job-Panel dt span {width: 16.6%;}
	.Job-Title span,.Job-Panel dt span,.Job-Panel dd,.Job-Panel dd h2 {font-size: 14px;}
	.Job-Title span:nth-child(3),.Job-Title span:nth-child(4),.Job-Title span:nth-child(5),.Job-Panel dt span:nth-child(3),.Job-Panel dt span:nth-child(4),.Job-Panel dt span:nth-child(5) {display: inline;}
}

.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: #900; border-color: #900; margin-top: 5px;}
.rat-downinfo-mtmb {margin: 5px 0px 0px;}


/* 分页 */
.pagination {display: inline-block;padding-left: 0;margin: 20px 0;border-radius: 4px}
.pagination>li {display: inline}
.pagination>li>a,.pagination>li>span {position: relative;float: left;padding: 6px 12px;margin-left: -1px;line-height: 1.42857143;color: #900;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: #900;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: #900;border-color: #900}
.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:1199px) {
	.header.on {padding: 10px;}
	.index_header_container {margin-top: 75px;}
	.slider_banner .swiper-slide div {display: none;}
	.rat-index-pro-all {padding: 20px 0px;}
	.rat-index-news-all {padding: 0px 10px;}
	.rat-index-about-all {margin: 20px 10px; padding: 0px; }
	.footer {padding: 0px 10px;}
	.rat-index-pro-leftbg,.rat-index-news-leftbg,.rat-index-about-conbg,.rat-index-aboutbg1,.footer_bg,.back_top,.footer_nav {
		display: none;
	}
    .rat-index-about-all>i,.rat-index-news-con>i {left: 10px;}
    .rat-index-pro-all>i {left: 20px;}
    .rat-index-pro-all>h5 {
			padding: 0px 20px;
			font-size:24px;
		}
	.rat-index-pro-right {right: 15px; width: 30px; height: 30px;}
	.rat-index-pro-left {left: 15px; width: 30px; height: 30px;}
	.rat-index-pro-info {border-right: 0px;margin: 0px 10px;}
	.rat-index-pro-one {height: 32rem;}
	.rat-index-news-con {padding: 10px;}
	.rat-index-news-title h5 {font-size: 24px;margin-bottom: 10px;}
	.rat-index-news-title a {width: 100%; line-height: 30px;}
	.rat-index-news-info ul li {padding: 5px 0px;}
	.rat-index-news-info ul li h5 {display: none;}
	.rat-index-news-info ul li span,.rat-index-news-info ul li p {
		width: 100%; 
		float: initial;
		line-height: 25px;
		margin-top:3px;
	}
	.rat-index-about-con {padding: 10px;}
	.rat-index-about-con>h5 {margin-top: 10px; margin-bottom: 15px; font-size: 24px; color: #fff;}
	.rat-index-about-img {width: 100%; float: initial; height: auto;}
	.rat-index-about-txt {
		width: 100%;
		float: initial;
		font-size: 14px;
		margin-top:10px;
	}
	.index_culture_a {width: 100%; margin: 0px 0px 0px;}
	.rat-index-contact-width {width: 100%;}
	.rat-index-contact-en h5 {font-size: 26px;line-height: 35px;margin-bottom: 20px;	}
	.rat-index-contact-cn h5 {margin-bottom: 10px;}
	.footer_logo {padding: 10px 0px; border-bottom: 1px solid #333; text-align: center;}
	.footer_bottom {padding: 10px 0px;}
	.footer_bottom p {font-size: 14px; text-align: center;margin: 0px;}

    .rat-ny-banner {margin-top: 75px;}
    .banner_list {height: auto;}
    .banner_list div,.ttl {display: none;}
    .rat-ny-word-info-bg {width: 100%; margin-top: 0px; min-height: 350px; padding: 25px 0px;}
    .rat-ny-title {padding: 0px 10px 10px;}
    .rat-ny-title h3 {font-size: 28px; margin-top: 0px; float: left;}
    .rat-ny-title p {width: auto; float: left; margin: 13px 0px 0px 10px;}
    .rat-ny-details-info {padding: 0px 10px; font-size: 14px; line-height: 1.8; min-height: auto;}
    .rat-ny-details-info img {margin: 0px; padding: 0px !important;}
    .rat-ny-bgcolor {padding-bottom: 10px;}
    .history-all {width: 100%; margin-bottom: 10px;}
    .history-li:nth-child(odd) .history-all .litit {text-align: left;}
    .history-li:nth-child(odd) > div:before,.history-li:nth-child(even) > div:before {display: none;}
    .history-li:nth-child(odd) > div,.history-li:nth-child(even) > div {
			background: none;
		}
    .rat-products-detailsbg,.rat-news-detailsbg1,.rat-contacts-message {width: 100%; margin-top: 0px; min-height: 350px; padding: 25px 10px;}
    .rat-products-details-title {margin-bottom: 20px;}
    .rat-news-menu-all {width: 100%; margin: 10px 0px;}
    .rat-news-menu-all li a {padding: 15px 0px; font-size: 16px; font-weight: 600;}
	.rat-ny-service-all li {width:100%; margin: 0px 0px 10px;}
    .rat-ny-news-all, .rat-ny-service-all  {width: 100%; margin: 10px 0px 20px;padding: 15px 10px;}
    .rat-ny-news-img,.rat-ny-news-txt {padding: 0px;width: 100%; display: block;}
    .rat-ny-news-img img {width: 100%; margin-bottom: 10px;}
    .rat-ny-news-txt h3 {margin: 0px;}
    .rat-ny-join-info {padding: 0px 10px;}
    .complaints-box {padding: 0px; margin: 0px;}
    .rat-ny-contact-info {padding: 0px 10px; margin: 0px;}
    .rat-ny-contact-left,.rat-ny-contact-right {width: 100%;}
    .rat-ny-contact-details {font-size: 14px; margin-bottom: 15px;}
    .rat-ny-contact-details p {margin: 0px; padding: 0px;}
}
