@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:#0154a4;}
::-webkit-scrollbar-thumb:hover{background:#0154a4;} */

[v-cloak]{
	display: none;
}
.thumb.cover{position:relative;padding-bottom:65%;overflow:hidden;background:#f0f0f0 url('../images/nopic.png') no-repeat center center;background-size:100% auto}
.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:none}
.thumb.cover:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:rgba(0,0,0,0.1);content:"";opacity:0;transition:all .3s ease-in-out}
.thumb.cover:hover:before{opacity:1}

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;
}
.container {max-width: 1400px;}

a{outline:none !important;}

img{border:0 none;}
.mb30 {margin-bottom: 30px;}
.mb50 {margin-bottom: 50px;}
.mb80 {margin-bottom: 80px;}
.rat-kuan-90 {
	width: 90%;
	margin: 0px auto;
	padding: 0px;
}

/*****header*******/
.header{
	width: 100%;
	padding: 5px 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: 65px;
	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: #0154a4;
}
.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: #0154a4;
}

.header_contact{
	width: 140px;
	float: left;
	height: 70px;
	text-align: center;
	line-height: 70px;
	position: relative;
	z-index: 2;
	background: #ccc;
	font-size: 18px;
	color: #000;
	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: #ccc;
}
.header_nav{
	padding: 0;
	margin: 0;
	position: absolute;
	top: 20px;
	right: 50%;
	margin-right: -315px;
}
.header_nav li{
	float: left;
	color: #333;
	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: #333;
    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: #0154a4;
	-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 .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);
}
/* .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: #333;
}
.header.on .header_nav li i{
	background: #333;
}


.sub_nav{
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	background: #ccc;
	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: #f6f6f6;
}

.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 #999;
	-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: #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: 550px;}
.header_nav li{	padding: 0 10px;}
}
@media (min-width: 1200px) {
	.header_nav {width: 600px;}
.header_nav li{	padding: 0 14px;}
}
@media (min-width: 1400px) {
	.header_nav {width: 600px; margin-right: -390px;}
.header_nav li{	padding: 0 18px;}
}
@media (min-width: 1600px) {
	.header_nav {width: 700px; margin-right: -450px;}
	.header_nav li{padding: 0 22px;}
}
@media (min-width: 1000px) and (max-width: 1199px){

.logo img{
	height: 40px;
}
.logo img.logoB{
	margin-top: -14px;
}
.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;
}
.logo img.logoB{
	margin-top: -14px;
}
.header_search{
	width: 140px;
}
.header_contact{
	width: 140px;
}
.header_nav li{
	font-size: 15px;
}}
@media (min-width: 1400px) and (max-width: 1600px){

/* .logo img.logoB{
	margin-top: -16px;
} */
.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:767px) {
	.header {padding: 10px !important; background-color: #fff;}
	.header .logo {line-height: initial; width: 80%;}
	.header .logo img{ margin-top: 2vw;}
	.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:#0154a4;}

/* 首页Banner */
.rat-banner {
	margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}
.rat-banner img {width: 100%;}
.rat-banner .swiper-button-next, .rat-banner .swiper-button-prev {
    background: rgba(0,0,0,0.2);
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    color: #fff;
    font-size: 40px;
    transition: all 0.3s ease-in-out;
    transform: translateX(-56px);
}
.rat-banner .swiper-button-next {transform: translateX(56px);}
.rat-banner:hover .swiper-button-next, .rat-banner:hover .swiper-button-prev {transform: translateX(0);}
.rat-banner .swiper-pagination-bullet{
	opacity: 1;
	width:30px;
	height:4px;
	background: #fff;
	border-radius: 0;
}
.rat-banner>.swiper-pagination-bullets{text-align: center;bottom: 20px;}
.rat-banner .swiper-pagination-bullet-active{background:#2457a0;}
@media (max-width:767px) {
	.rat-banner {margin-top: 75px;width: auto;margin-left: -10px; margin-right: -10px;}
	.rat-banner .swiper-pagination-bullet{width:20px;height:4px;}
	.rat-banner>.swiper-pagination-bullets{bottom:5px;}
	.swiper-button-next, .swiper-button-prev {display: none;}
}


/* 首页产品展示 */
.rat-index-proall {
	/* background-image: url(../images/index1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; */
	padding: 70px 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-pro-infotitle {
	padding: 0px;
	margin: 0px 0px 30px;
	overflow: hidden;
}
.rat-pro-infotitleleft {
	width: 60%;
	padding: 0px;
	margin: 0px;
	float: left;
}
.rat-pro-infotitleleft h3 {
	font-size: 30px;
	font-weight: 500;
	line-height: 50px;
	padding: 0px;
	margin: 0px;
	color: #0154a4;
}
.rat-pro-infotitleleft p {
	font-size: 16px;
	line-height: 1.8;
	padding: 0px;
	margin: 0px;
	color: #666;
}
.rat-pro-infotitleright {}
.rat-pro-infolist {
	padding: 0px;
	margin: 0px;
}
.rat-pro-listone {
	width: 100%;
	height: auto;
	border-left: 10px solid;
	border-color: #024cc9;
	background-color: #f2f6fc;
	display: flex;
	overflow: hidden;
	padding: 20px 0px;
	margin: 0px 0px 15px;
}
.rat-pro-listoneleft {
	width: 20%;
	display: flex;
	align-items: center;
	padding: 0px;
	margin: 0px;
}
.rat-pro-listoneleft p {
    color: #333;
    font-size: 24px;
    line-height: 22px;
    text-align: left;
    text-indent: 1.5rem;
    font-weight: bold;
    vertical-align: top;
    word-break: break-all;
		margin: 0px;
}
.rat-pro-listoneright {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
}
.rat-pro-listoneright li {
	width: calc(50% - 30px);
	position: relative;
	display: block;
	color: #333;
	font-size: 16px;
	height: 45px;
	line-height: 45px;
	border-bottom: 2px solid #dae5f7;
	margin: 8px 15px;
	padding: 0px 5px;
	float: left;
	transition: .3s ease 0s;
}
.rat-pro-listoneright li i {float: right; font-size: 14px; color: #666;margin-top: 15px;margin-right: 5px;}
.rat-pro-listoneright li:hover {border-bottom-color: #0154a4; color: #0154a4;}
.rat-pro-lefttitle {
	width: 100%;
	height: 180px;
	line-height: 140px;
	text-align: center;
	font-size: 28px;
	color: #fff;
	background-color: #0154a4;
	padding: 20px;
	margin: 0px;
}

/* 首页公司简介 */
.rat-index-aboutall {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.rat-index-aboutvideo {
	width: 100%;
	position: relative;
	padding: 0px;
	margin: 0px;
}

.rat-index-aboutvideo .item a,.rat-index-aboutvideo .item a img{
    width: 100%;
    display: block;
}
.ban_img0{
    position: relative;
}
.ban_img0 p{
    width: 100%;
    height: 40px;
    /*background: url(../images/t_mc1.png) repeat;*/
    background: rgba(0,0,0,.8);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 66;
    font-size: 14px;
    text-indent: 2em;
    line-height: 40px;
    color: #fff;
		margin: 0px;
		padding: 0px;
}
.ban_img0 p span{
    width: 75%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rat-index-aboutvideo .owl-carousel .owl-nav button.owl-prev, .rat-index-aboutvideo .owl-carousel .owl-nav button.owl-next, .rat-index-aboutvideo .owl-carousel button.owl-dot {
    top: 40%;
    pointer-events: auto;
    text-align: center;
    position: absolute;
    z-index: 999!important;
    cursor: pointer;
    background: rgba(0,0,0,0.3);
    color: #fff;
    line-height: 38px;
    font-size: 20px;
    width: 30px;
    height: 60px;
    padding-top: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.rat-index-aboutvideo .owl-nav .owl-prev {
    left: 0%
}

.rat-index-aboutvideo .owl-nav .owl-next {
    right: 0%
}

.rat-index-aboutvideo .owl-nav .owl-next:hover,
.rat-index-aboutvideo .owl-nav .owl-prev:hover {
    background: rgba(0,0,0,0.3);
    color: #fff
}
.rat-index-aboutinfo {
	padding: 0px 20px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-aboutinfo h3 {
	color: #0154a4;
	font-size: 30px;
	font-weight: 500;
	margin: 0px 0px 15px;
	padding: 0px;
	overflow: hidden;
}
.rat-index-aboutinfo .details {
	font-size: 16px;
	line-height: 2;
	color: #666;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-aboutinfo a {
	width: 150px;
	height: 38px;
	line-height: 38px;
	font-size: 15px;
	color: rgba(255,255,255,1);
	border-width: 1px;
	border-style: none;
	border-color: transparent;
	background-color: #0154a4;
	padding: 0px 20px;
	margin: 10px 0px 0px;
	border-radius: 5px;
	text-align: center;
	display: block;
}

/* 首页新闻 */
.rat-index-newsall {
	padding: 70px 0px 60px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-newstitle {
	padding: 0px;
	margin: 0px 0px 20px;
	overflow: hidden;
}
.rat-index-newstitle h3 {
	font-size: 30px;
	font-weight: 500;
	color: #0154a4;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.newscon{
	width:100%;
}
.newscon ul{
	width:100%;
	height:auto;
}
.newscon ul li{
	width:100%;
	height:auto;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #0154a4;
}
.newscon ul li:last-child{border-bottom: 0px;}
.newscon li .date{
	float:left;
	width:70px;
	height:auto;
	border: 1px solid #ccc;
}
.newscon li .date span{
	width:100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color:#fff;
	background: #0154a4;
	display: block;
}
.newscon li .date p{
	width:100%;
	text-align: center;
	font-size: 14px;
	color:#999;
	padding:5px 0;
	margin: 0px;
}
.newscon ul li:hover .date span {
	background: #999;
	color: #0154a4;
}
.newscon ul li .newbd{
	margin-left: 85px;
}
.newscon ul li .newbd h4{
	font-size: 16px;
	text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
	color: #333;
	padding-bottom: 5px;
}
.newscon ul li .newbd p{
	color:#999;
	font-size: 14px;
	min-height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.rat-index-newsimg{
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-newsimg a{
	display: block;
	width:100%;
	height:100%;
	position: relative;
}
.rat-index-newsimg:hover img{
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	
}
.rat-index-newsimg img{
	width:100%;
	transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	position: relative;
	z-index: 1;
	vertical-align: bottom;
}
.rightt{
	width:100%;
	height:60px;
	background: rgba(0,0,0,.6);
	position: absolute;
	left:0;
	bottom:0;
	z-index: 2;
	font-size: 16px;
	line-height: 60px;
	color:#fff;
	padding-left: 15px;
	padding-right: 85px;
	text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.rightt .recdt{
	position: absolute;
	bottom:0;
	right:0;
	width:70px;
	height:100%;
	background: #0154a4;
	color: #fff;
	padding: 0 10px;
}
.rightt .recdt span {
	height:30px;
	border-bottom: 1px dashed   #fff;
	width:100%;
	line-height: 30px;
	text-align: center;
	display: block;
}
.rightt .recdt p{
	height:30px;
	width:100%;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
	margin: 0px;
}


/* 底部信息 */
.rat-footer-all {background:#efefef;border-top: 1px solid #ccc;padding:30px 0;font-size: 16px;}
.rat-footer-all .logo{float:left;border-right: 1px solid #ccc;padding:25px 10px 25px 0;margin-right: 10px; overflow: hidden;}
.rat-footer-all .logo img {width: 215px;}
.rat-footer-all .cen{float: left;width: 60%;}
.rat-footer-all .cen a{color: #0154a4;padding:0 10px;margin-bottom: 10px;}
.rat-footer-all .cen span{color: #0154a4;}
.rat-footer-all .cen p{font-size: 15px;line-height: 20px;color: #999;padding-left:10px;}
.rat-footer-all .right{width: 17%;float: right;}
.rat-footer-all .right .link{position: relative;}
.rat-footer-all .right .link span{display:block;width:100%;height:30px;line-height: 30px;background:#fff;border:1px solid #ccc;color: #0154a4;padding:0 10px;position: relative;}
.rat-footer-all .right .link span i{position: absolute;right: 10px;top:10px;font-size: 12px;}
.mt15{margin-top: 15px;}
.rat-footer-all .right .link b{display: none;background:#fff;overflow: hidden;position: absolute;bottom:30px;width: 100%;border: 1px solid #ccc; border-bottom: 0px;}
.rat-footer-all .right .link b a{display: block;padding:6px 10px;font-weight: 500;border-bottom: 1px solid #eee;}
.rat-footer-all .right p a{display: block;float: left;width: 33%;text-align: center;font-size: 32px;color: #666;height:25px;margin-top: 20px;line-height: 25px;position: relative;}
.rat-footer-all .right p a:hover{color:#0154a4;}
.rat-footer-all .right p a.wx{border-left: 1px solid #bfbfbf;border-right: 1px solid #bfbfbf;}
.rat-footer-all .right p a img{position: absolute;bottom:30px;right:-5px;width: 0;height: 0;transition: 0.15s;border:1px solid transparent;}
.rat-footer-all .right p a:hover img{width: 80px;height:80px;border-color:#cecece; max-width: initial; }
.rat-footer-all .right .link:hover b {display: block;}

/* 内页开始 */
.rat-ny-banner {
	width: 100%;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.rat-ny-mbanner {
	width: 100%;
	margin-top: 75px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	display: none;
}
.rat-ny-title {
	margin: 0px 0 30px;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
	overflow: hidden;
}
.rat-ny-title h2 {
	font-size: 36px;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
}
.pro_bread {
	font-size: 14px;
	line-height: 45px;
	padding: 10px 0px;
	background-color: #f6f6f6;
}
.pro_bread .lefts,
.pro_bread .rights {
	flex: 0 0 auto;
}
.pro_bread .lefts {
	display: inline-flex;
}
.pro_bread .bdsharebuttonbox {
	align-items: center;
}
.pro_bread .left_a {
	color: #000;
	flex: 0 0 auto;
}
.pro_bread .left_a1:hover {
	color: #66b821;
}
.pro_bread .left_a2 {
	color: #333;
}
.pro_bread .left_s0 {
	flex: 0 0 20px;
	text-align: center;
}

/* 二级栏目 */
.rat-allhome-tabs {width: 100%; margin: 0px 0px 0px; padding: 0px; overflow: hidden;}
.ui-tabs{width:100%;overflow-x:auto;padding:30px 0 0;border-bottom:1px solid #eee;overflow-y:hidden}
.ui-tabs::-webkit-scrollbar{display:none;width:0}
.ui-tabs .main{width:auto;white-space:nowrap}
.ui-tabs .ui-tab{display:inline-block;margin-right:60px;width:auto;cursor:pointer;padding-bottom:30px;position:relative;transition:opacity .2s ease-in-out;box-sizing:border-box}
.ui-tabs .ui-tab span{font-size:15px;color:#777;letter-spacing:0;text-align:center}
.ui-tabs .ui-tab.active{border-bottom:2px solid #0154a4}
.ui-tabs .ui-tab.active span{font-size:15px;color:#282828;letter-spacing:0;text-align:center}
.ui-tabs .ui-tab:last-child{margin-right:0}
.ui-tabs .ui-tab:hover{opacity:.7}

.rat-ny-infoall {
	padding: 50px 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-ny-editor {
	line-height: 2;
	font-weight: 200;
	font-size: 16px;
	color: #4e4e4e;
	text-align: justify;
}
.rat-ny-editor p {
}
/* 发展历程 */
.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: #333;
}
.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: #333;
}
.historyall {
	margin:0px auto;
	width: 85%;
	padding-bottom: 0px;
}
.historyall .litit {
	background: #666;
	line-height: 40px;
	font-size: 18px;
	font-weight: 600;
	padding: 0px 20px;
	color: #fff;
	border-bottom: 1px solid #ccc;
	font-weight: 500;
}
.historyall .liCon {
	background-color: #f0f0f0;
	padding:6px 20px;
	line-height: 28px;
	color: #666;
}
.history-li:nth-child(even) .historyall .litit {text-align: left;}
.history-li:nth-child(odd) .historyall .litit {text-align: right;}

/* 企业荣誉 */
.rat-item {margin-bottom: 15px;}
.rat-item .img{ overflow: hidden; position: relative;margin:0px;border: 1px solid #eee;}
.rat-item .img img{ width: 100%; display: block; transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out;}
.rat-item .black-50{ transition: opacity 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53); -webkit-transition: opacity 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);}
.rat-item .vico{ border-top: 10px solid transparent; border-bottom: 10px solid transparent; display: block; margin: 0px auto; height: 0; width: 0; border-left: 10px solid #f0f0f0; position: absolute; left: 50%; top: 50%; margin: -5px 0 0 -5px;}
.rat-item .t{color: #222222; display: block; margin:0px; padding:10px 5%; text-align: center; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; background-color: #f0f0f0;  line-height: 1.5; font-size: 16px; position: relative; z-index: 1;}
.rat-item .t:before{  content:""; z-index: -1; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-color: #0154a4;background-color: ; -webkit-transition:-webkit-transform .38s cubic-bezier(.4,0,.2,1); transition:-webkit-transform .38s cubic-bezier(.4,0,.2,1); transition:transform .38s cubic-bezier(.4,0,.2,1); transition:transform .38s cubic-bezier(.4,0,.2,1),-webkit-transform .38s cubic-bezier(.4,0,.2,1); transform:scaleY(0); -webkit-transform:scaleY(0); -moz-transform:scaleY(0); transform-origin:50% 100% 0; -webkit-transform-origin:50% 100% 0; visibility:hidden\9;}
.rat-item:hover .img img{ transform:scale(1.06); -webkit-transform:scale(1.06);}
.rat-item:hover .t{color: #fff;}
.rat-item:hover .t:before{transform:scaleY(1); -webkit-transform:scaleY(1); -moz-transform:scaleY(1); transform-origin:50% 0 0; -webkit-transform-origin: 50% 0 0;visibility:visible\9;}
.rat-item:hover .black-50{opacity: 0; visibility: hidden\9; }

/* 新闻 */

.rat-ny-newsall {
    width: 100%;
    background-color: #fff;
    margin: 0px auto;
    padding: 0px;
    overflow: hidden;
}
.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: 18px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.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 #0154a4;
    color: #0154a4;
    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: #0154a4;
    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%;
    margin: 0 auto;
    padding-top: 0px;
		font-size: 16px;
}
.rat-news-detailsinfo p{
	margin:0;
	line-height: 2;
	margin-bottom: 0px;
}

.rat-news-detailsinfo p img{
	padding:20px 0;
	margin-bottom: 10px;
	width: 70%;
	display: block;
	margin:0 auto;
	/*height: 100%;*/
}
.news_list1_title1{
	font-size:12px;
	color:#000;
}
.news_list1_title1 span{
    display: inline-block;
	font-size:12px;
	background:#0154a4;
	color:#fff;
	padding:0 5px;
	margin-right:20px;
}
.news_list1_title2{
	margin-top:20px;
	font-size:22px;
	color:#0154a4;
	margin-bottom: 25px;
}
.news_list1_txt1{
	padding:20px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-bottom: 10px;
}
.news_list1_txt1 h5{
	text-align: left;
	font-size:20px;
	color:#000;
	padding-left:20px;
	position: relative;
	margin-bottom: 30px;
}
.news_list1_txt1 h5 span{
	position: absolute;
	top:5px;
	left:0;
	width:12px;
	height:12px;
	border:2px solid #0154a4;
	border-radius: 50%;
}
.news_list1_img2{
	margin-top:20px;
	margin-bottom: 30px;
}
.news_list1_back{
	margin-top:30px;
	text-align: right;
	padding: 30px 0px;
	border-top:1px solid #ccc;
}
.news_list1_back a{
	display: inline-block;
	width:60px;
	height:60px;
	line-height: 60px;
	border:1px solid #0154a4;
	border-radius: 50%;
	color:#333;
	font-size:14px;
	text-align: center;
}
.news_list1_btn{
	padding:20px 0;
	border-top: 1px solid #ccc;
}
.news_list1_prev{
	width:50%;
	float:left;
	text-align: left;
	position:relative;
}
.news_list1_prev a{
	position: relative;
	padding-left:5px;
}
.news_list1_next{
	width:50%;
	float:left;
	text-align: right;
	position:relative;
}
.news_list1_next a{
	position: relative;
	padding-right:5px;
}
.news_list1_prev_bg{
	position: absolute;
    top: -5px;
    left: 0;
}
.news_list1_prev_bg span{
	position: absolute;
	top:0;
	left:0;
	width:30px;
	height:30px;
	border:1px solid #0154a4;
	border-radius: 50%;
}
.news_list1_prev_bg img{
	position: absolute;
    top: -3px;
    left: 6px;
    max-width: initial;
}

.news_list1_next_bg{
    position: absolute;
    top: -5px;
    right: 30px;
}
.news_list1_next_bg span{
	position: absolute;
	top:0;
	left:0;
	width:30px;
	height:30px;
	border:1px solid #0154a4;
	border-radius: 50%;
}
.news_list1_next_bg img{
    position: absolute;
    top: -3px;
    left: -10px;
    max-width: initial;
}
/* 联系我们 */

.rat-ny-contactinfo {
    padding: 0;
    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;
	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;
}

table,table tr td { border:1px solid #ccc; padding: 2px 5px; text-align: center;}
table tr th { border:1px solid #fff; padding: 2px 5px; text-align: center;background-color: #0154a4;color: #fff;}
table tr:nth-child(2n) td {background-color: #eee;}
table { min-height: 25px; line-height: 30px; width: 100%; font-size: 14px; border-collapse: collapse;}

/* 在线招聘 */
.JobTitle {
    background-color: #888888;
}

.JobTitle span,
.JobPanel dt span {
    font-size: 12px;
    width: 65%;
    padding: 13px 5px;
    text-align: center;
    float: left;
    display: inline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.JobTitle span {
    color: #fff;
}

.JobTitle span:nth-child(4),
.JobPanel dt span:nth-child(4) {
    width: 35%;
}
.JobTitle span:nth-child(2),
.JobTitle span:nth-child(3),
.JobPanel dt span:nth-child(2),
.JobPanel dt span:nth-child(3) {
    display: none;
}

.JobPanel dl,
.JobPanel dd {
    margin: 0;
    padding: 0;
}

.JobPanel dl {
    margin-top: 0px;
}

.JobPanel dt {
    cursor: pointer;
    font-weight: normal;
    background-color: #f6f6f6;
    margin-bottom: 5px;
}

.JobPanel dd {
    padding: 15px 5%;
    font-size: 12px;
    display: none;
    line-height: 30px;
}

.JobPanel dd h2,
.JobPanel dd p {
    margin: 0;
    padding: 0;
}

.JobPanel dd h2 {
    font-size: 12px;
    margin-bottom: 7px;
}
/* 小屏幕（平板，大于等于 768px） */
@media screen and (min-width:1200px) {
	.JobTitle {margin-top: 15px;}
	.JobTitle span,.JobPanel dt span {width: 35%;}
	.JobTitle span:nth-child(2),.JobPanel dt span:nth-child(2),.JobTitle span:nth-child(3),.JobPanel dt span:nth-child(3) {width: 20%;}
	.JobTitle span:nth-child(4),.JobPanel dt span:nth-child(4) {width: 25%;}
	.JobTitle span,.JobPanel dt span,.JobPanel dd,.JobPanel dd h2 {font-size: 14px;}
	.JobTitle span:nth-child(2),.JobTitle span:nth-child(3),.JobPanel dt span:nth-child(2),.JobPanel dt span:nth-child(3) {display: inline;}
}

@media (max-width:767px) {
	.index_header_container {margin-top: 75px;}
	.rat-index-proall,.rat-index-newsall {padding: 25px 0px;}
	.pro2 {padding: 0px;}
	.rat-index-aboutall {background-color: #f6f6f6; padding: 30px 0px 10px;}
	.rat-index-aboutinfo {padding: 20px 0px;}
	.rat-index-aboutinfo h3,.rat-index-newstitle h3 {font-size: 24px; margin-bottom: 10px;}
	.rat-index-aboutinfo .details {font-size: 14px; line-height: 2;}
	.rat-index-newstitle {margin: 0px;}
	.newscon ul li {margin-bottom: 15px; padding-bottom: 5px;}
	.rat-footer-all {padding: 10px 0px;}
	.rat-footer-all .logo,.rat-footer-all .right {display: none;}
	.rat-footer-all .cen {width: 100%;}
	.rat-footer-all .cen .mt15 {display: none;}
	
	.rat-ny-banner,.rat-allhome-tabs {display: none;}
	.rat-ny-mbanner {display: block;margin-top: 75px;}
	.pro_bread {padding: 0px;}
	.rat-ny-title {padding-bottom: 10px; margin-bottom: 15px;}
	.rat-ny-title h2 {font-size: 24px;}
	.rat-ny-editor {font-size: 14px;}
	.rat-ny-infoall {padding: 25px 0px;}
	.rat-news-detailsall {overflow-x: auto;}
	.rat-pro-infotitleleft {width: 100%; float: initial;}
	.rat-pro-infotitleleft h3 {font-size: 24px;}
	.rat-pro-infotitleleft p {font-size: 14px;}
	.rat-pro-infotitleright {display: none;}
	.rat-pro-listone {border-left: 0px; border-top: 5px solid;display: block;}
	.rat-pro-listoneleft {width: 100%;margin-bottom: 5px;}
	.rat-pro-listoneleft p {font-size: 18px;}
	.rat-pro-listoneright li {width: calc(100% - 20px); font-size: 14px; height: 30px; line-height: 30px; margin: 8px 10px;}
	.rat-pro-listoneright li i {margin-top: 5px;}
	.rat-pro-lefttitle {height: 60px; line-height: 40px; padding: 10px; margin-bottom: 20px;}
	.rat-ny-newsall li {padding-bottom: 10px; margin-bottom: 10px;}
	.rat-ny-newsimg {width: 100%; padding: 0px; margin-bottom: 5px; display: block;}
	.rat-ny-newsimg img {width: 100%;}
	.rat-ny-newstxt {width: 100%; display: block;}
	.rat-news-detailsinfo {font-size: 14px;}
	.rat-news-detailsinfo p img {width: 100%; padding: 0px;}
	.rat-ny-contact-left,.rat-ny-contact-right {width: 100%; float: initial;}
	.rat-ny-contactdetails {font-size: 14px;}
}