

a {text-decoration: none;}
a:hover, a:active, a:focus {text-decoration: none; }
ul, ol {list-style: none; margin: 0; padding: 0px;}
.clear {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}



.vertical-align-bottom,
.vertical-align-middle {
    display: inline-block;
    max-width: 100%;
}

.vertical-align-middle {
    vertical-align: middle
}

.vertical-align-bottom {
    vertical-align: bottom
}

.top {
	width: 100%;
	height: 32px;
	/* background-image: url(../images/rc_26.jpg);
	background-repeat: repeat-y;
	background-position: left top; */
	background-color: #294e99;
	line-height: 30px
}
.top_c {
	height: 32px;
	margin: 0 auto
}
.top_r {
	height: 32px;
	float: right;
	color: #fff;
	text-align: right;
}
.top_r p {
	height: 32px;
	padding: 0px 20px;
	float: left;
	color: #fff;
	text-align: right;
	font-size: 14px
}

/*顶部导航*/
.header_common{
	width:100%;
	position: relative;
}
.header_menu{
	width: 100%;
	height: 80px;
	background-color: #fff;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.1) !important;
	transition:all 0.3s;
}
.logo img{
	height: 100%;
}
.header_menu .menu_pc{
	height: 100%;
	font-weight: normal;
}
.header_menu .menu_pc li a {
	line-height: 78px;
	padding: 0px;
	display: table-cell;
}
.header_menu .menu_pc li.open a,.header_menu .menu_pc li a:focus {
	background-color: inherit;
	border-bottom: 2px solid #1a579e;
}
.header_menu .menu_pc li.on a,.header_menu .menu_pc li.active a,.header_menu .menu_pc li a:hover{
	border-bottom: 2px solid #1a579e;
	padding-bottom: 0px;
	background-color: inherit;
	color: #1a579e;
}


nav.navbar.bootsnav ul.nav > li > a{
    padding: 0px;
    margin: 0;
    /*color: rgba(0, 0, 0, 0.4);*/
    text-transform: uppercase;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a{
    padding: 0px;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li.on > a{ color: #1a579e; }
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
    position: absolute;
    margin: 0 0 0 7px;
}
nav.navbar.bootsnav ul.nav > li.dropdown > ul{
    top: 100%;
    transition: all 0.8s ease 0s;
    right: 15px;
    left: auto;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
}
nav.navbar.bootsnav ul.nav > li.dropdown.on > ul{
    top: 100%;
}
.dropdown-menu.multi-dropdown{
    position: absolute;
    left: -100% !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    border: none;
}

/*手机端菜单*/
.menu_pp_nav{
	width: 90%;
	height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: -90%;
	color: #fff;
	overflow: hidden;
	z-index: 100;
}
.menu_pp_nav ul{
	width: 100%;
	padding-top: 30px;
}
.menu_pp_nav>ul{
	height: 100%;
	background-color: #fff;
	position: absolute;
	left:0;
}
.menu_pp_nav ul a{
	display: block;
	color: #333;
	border-top: 1px solid #ccc;
}
.menu_pp_nav ul li:first-of-type a{
	border: none;
}
.menu_pp_nav ul li{
	padding:0 30px;
	font-size: 16px;
	font-weight: 600;
	line-height: 50px;
	position: relative;
}
.menu_pp_nav ul li span{
	font-size: 30px;
	color: #1a579e;
	position: absolute;
	right: 35px;
	top: -3px;
}
.menu_pp_logo{
	width: 100%;
	padding: 15px 30px 0 30px;
	overflow: hidden;
	position: relative;
}
.menu_pp_search{
	width: 100%;
	height: 35px;
	line-height: 35px;
	position: relative;
}
.menu_pp_search input{
	width: 100%;
	height: 35px;
	padding-left: 10px;
	color: #333;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.menu_pp_search>i{
	width: 15px;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #333;
}
.menu_pp_logo>img{
	width: 60%;
}
.menu_pp_logo h2{
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #333;
}
.logo_close{
	width: 30px;
	height: 30px;
	border-radius:15px;
	border: 1px solid #1a579e;
	float: right;
	position: relative;
	right: 0;
	top: 4px;
	z-index: 11;
}
.logo_close span:first-of-type{
	display: block;
	background-color: #1a579e;
	width: 70%;
	height: 1px;
	border-radius: 1px;
	position: absolute;
	top: 14.5px;
	left: 15%;
	transform: rotate(-45deg);
}
.logo_close span:last-of-type{
	display: block;
	background-color: #1a579e;
	width: 70%;
	height: 1px;
	border-radius: 1px;
	position: absolute;
	top: 14.5px;
	left: 15%;
	transform: rotate(45deg);
}
.menu_pp_two{
	width: 100%;
	height: 100%;
	color: #333;
	padding: 15px 0;
	position: absolute;
	left: -100%;
	bottom: 0;
	z-index: 10;
	background-color: #fff;
	overflow-y: auto;
}
.menu_pp_two ul{
	padding: 0;
}
.menu_pp_two h3{
	line-height: 45px;
	font-size: 16px;
	padding-left: 45px;
	position: relative;
}
.menu_pp_two h3 span{
	font-size: 30px;
	position: absolute;
	left: 30px;
	top: -3px;
	color: #1a579e;
}
.menu_pp_two h2{
	font-size: 18px;
	padding: 30px 30px;
}
/*头部公共END END END*/

@media (min-width:300px) {
	/*公共头部*/
	.header_menu{
		height: 60px;
	}
	.header_menu .logo{
		margin-top: 5px;
		height: 50px;
		padding:0px;
		float: left;
		transition: all 0.3s;
	}
	.menu_pc{
		display: none;
	}
	/*手机端菜单图标*/
	.menu_icon{
		float: right;
		width: 40px;
		height: 40px;
		background-color: #1a579e;
		position: relative;
		top: 10px;
	}
	.menu_icon span{
		display: block;
		width: 70%;
		height: 2px;
		border-radius: 2.5px;
		background-color: #fff;
		position: absolute;
		left: 15%;
	}
	.menu_icon span:nth-child(1){
		top:12px;
	}
	.menu_icon span:nth-child(2){
		top: 19px;
	}
	.menu_icon span:nth-child(3){
		top: 26px;
	}
	/*手机端菜单图标变化*/
	.icon_now span:nth-child(1){
		animation: icon1 1s forwards;
	}
	.icon_now span:nth-child(2){
		animation: icon2 1s forwards;
	}
	.icon_now span:nth-child(3){
		animation: icon3 1s forwards;
	}
	.icon_back span:nth-child(1){
		animation: icon4 1s forwards;
	}
	.icon_back span:nth-child(2){
		animation: icon5 1s forwards;
	}
	.icon_back span:nth-child(3){
		animation: icon6 1s forwards;
	}
	@keyframes icon1{
		0%{top:12px;transform: rotate(0deg);}
		40%{top:19px;transform: rotate(0deg);}
		60%{top:19px;transform: rotate(0deg);}
		100%{top:19px;transform: rotate(405deg);}
	}
	@keyframes icon3{
		0%{top:26px;transform: rotate(0deg);}
		40%{top:19px;transform: rotate(0deg);}
		60%{top:19px;transform: rotate(0deg);}
		100%{top:19px;transform: rotate(405deg);}
	}
	@keyframes icon2{
		0%{transform: rotate(0deg);}
		40%{transform: rotate(0deg);}
		60%{transform: rotate(0deg);}
		100%{transform: rotate(495deg);}
	}
	@keyframes icon4{
		0%{top:19px;transform: rotate(405deg);}
		40%{top:19px;transform: rotate(0deg);}
		60%{top:19px;transform: rotate(0deg);}
		100%{top:12px;transform: rotate(0deg);}
	}
	@keyframes icon6{
		0%{top:19px;transform: rotate(405deg);}
		40%{top:19px;transform: rotate(0deg);}
		60%{top:19px;transform: rotate(0deg);}
		100%{top:26px;transform: rotate(0deg);}
	}
	@keyframes icon5{
		0%{transform: rotate(495deg);}
		40%{transform: rotate(0deg);}
		60%{transform: rotate(0deg);}
		100%{transform: rotate(0deg);}
	}
	/*头部公共END END END*/

}
@media (min-width:768px) {
	/*公共头部*/
	.header_menu{
		height: 80px;
		z-index: 100;
	}
	.header_menu .logo{
		margin-top: 12.5px;
		height: 50px;
		float: left;
	}
	.menu_icon{
		width: 50px;
		height: 50px;
		top: 12.5px;
	}
	.menu_icon span:nth-child(1){
		height: 5px;
		top: 12.5px;
	}
	.menu_icon span:nth-child(2){
		height: 5px;
		top: 22.5px;
	}
	.menu_icon span:nth-child(3){
		height: 5px;
		top: 32.5px;
	}
	/*手机端菜单图标变化*/
	.icon_now span:nth-child(1){
		animation: icon1 1s forwards;
	}
	.icon_now span:nth-child(2){
		animation: icon2 1s forwards;
	}
	.icon_now span:nth-child(3){
		animation: icon3 1s forwards;
	}
	.icon_back span:nth-child(1){
		animation: icon4 1s forwards;
	}
	.icon_back span:nth-child(2){
		animation: icon5 1s forwards;
	}
	.icon_back span:nth-child(3){
		animation: icon6 1s forwards;
	}
	@keyframes icon1{
		0%{top:12.5px;transform: rotate(0deg);}
		40%{top:22.5px;transform: rotate(0deg);}
		60%{top:22.5px;transform: rotate(0deg);}
		100%{top:22.5px;transform: rotate(405deg);}
	}
	@keyframes icon3{
		0%{top:32.5px;transform: rotate(0deg);}
		40%{top:22.5px;transform: rotate(0deg);}
		60%{top:22.5px;transform: rotate(0deg);}
		100%{top:22.5px;transform: rotate(405deg);}
	}
	@keyframes icon2{
		0%{transform: rotate(0deg);}
		40%{transform: rotate(0deg);}
		60%{transform: rotate(0deg);}
		100%{transform: rotate(495deg);}
	}
	@keyframes icon4{
		0%{top:22.5px;transform: rotate(405deg);}
		40%{top:22.5px;transform: rotate(0deg);}
		60%{top:22.5px;transform: rotate(0deg);}
		100%{top:12.5px;transform: rotate(0deg);}
	}
	@keyframes icon6{
		0%{top:22.5px;transform: rotate(405deg);}
		40%{top:22.5px;transform: rotate(0deg);}
		60%{top:22.5px;transform: rotate(0deg);}
		100%{top:32.5px;transform: rotate(0deg);}
	}
	@keyframes icon5{
		0%{transform: rotate(495deg);}
		40%{transform: rotate(0deg);}
		60%{transform: rotate(0deg);}
		100%{transform: rotate(0deg);}
	}
	/*头部公共END END END*/
}
@media (min-width:992px) {
	/*公共头部*/
	.header_menu .logo{
		margin-top: 10px;
		height: 60px;
		float: left;
	}
	.menu_pc{
		display: block;
	}
	.menu_pc ul li{
		height: 100%;
		padding:0px 15px;
		float: left;
		line-height: 95px;
		text-align: center;
		font-size: 16px;
		transition: line-height 0.3s;
		position: relative;
		z-index: 11;
	}
	.bg_box{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: -100%;
		background-color: rgb(0, 140, 208);
		opacity: 0.5;
		transition: all 0.5s;
	}
	.menu_pp{
		display: none;
	}
	/*头部公共END END END*/
}
@media (min-width:1200px) {
	.menu_pc ul li {
		padding: 0px 20px;
	}
}

/* Banner动画 */
.rat-banner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}
.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;
}

.banner_mid{
position:absolute; left:0; top:0; width:100%; height:100%; z-index:10; color:#fff;}
.banner_mid_1{
font-size:42px; letter-spacing:5px;}
.banner_mid_2{
font-size:18px; margin:10px 0 20px 0;}
.banner_mid_3 a{ line-height:3em; padding:0 1.3em; font-size:0.75em;
display:inline-block; background-color:#fff; color:#1c4781; font-family:Arial, Helvetica, sans-serif;}
.banner_mid_3 a span{ min-width:9.571428571428571em; letter-spacing:0.02em;
display:inline-block; background-position:right center; background-repeat:no-repeat; background-image:url(../images/img5.png);}
.banner_mid_3 a:hover span{
background-position:95% center;}
.cell_mid {display: table;height: 100%;width: 100%;}
.cell_h {height: 100%;display: table-cell;vertical-align: middle;}
.mobilebannerimg{ display:none;
background-position:center; background-repeat:no-repeat; background-size:cover; background-repeat:no-repeat; height:40vh;}
@media screen and (max-width: 1200px){
	.banner_mid_1{
	font-size:2.5em;}
	.banner_mid_2{
	font-size:1em;}
	.indexbanner .swiper-pagination-bullet{
	width:4em; height:1.5em;}
	.indexbanner .swiper-pagination-bullet-active i{
	font-size:0.875em;}
	.banner_footer{
	bottom:10%;}
	}
}
@media (max-width:767px) {
		.banner_mid_3 a{
		font-size:0.6em;}
		.banner_mid_1{
		font-size:1.875em;}
		.banner_mid_2{
		font-size:0.875em;}
	.rat-header-all {margin: 0px; padding: 10px 0px;}
	.rat-index-box {margin-top: 0px;}
	.rat-banner {margin-top: 0px;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-title {
	width:100%;
	text-align: center;
}
.rat-title span {
	font-family: arial;
	color:#F0F0F0;
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}
.rat-title h2{
	font-family: '微软雅黑';
	font-size: 26px;
	margin: 0px;
	margin-bottom: 30px;
	color:#2457a0;
}

/* 首页产品展示 */
.rat-index-probg {
	padding: 35px 0px 45px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-proone {
	border: 1px solid #e0e0e0;
	margin-bottom: 15px;
	overflow: hidden;
}
.rat-index-proimg img {
	width: 100%;
}
.rat-index-protext {
	font: normal 14px/23px "\5FAE\8F6F\96C5\9ED1";
	padding: 8px;
	z-index: 1;
	color: #666;
	background: #f5f5f5;
	border-top: 1px solid #fff;
	overflow: hidden;
}
.rat-index-protext span {
	font-size: 16px;
	height: 22px;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rat-index-proone:hover .rat-index-protext {background-color: #294e99; color: #fff;}
.rat-index-proone .rat-index-proimg {
  display: block;
  position: relative;
  overflow: hidden;
}
.rat-index-proone .rat-index-proimg:after {
  content: '+';
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  margin-left: -26px;
  margin-top: 0px;
  display: inline-block;
  position: absolute;
  top: 0%;
  left: 50%;
  z-index: 10;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;
  opacity: 0;
  color: #fff;
  font-size: 40px;
  text-align: center;
  font-family: "Times New Roman", "微软雅黑";
}
.rat-index-proone .rat-index-proimg .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-out;
  z-index: 2;
}
.rat-index-proone:hover .rat-index-proimg .mask {
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease-out;
}
.rat-index-proone:hover .rat-index-proimg:after {
  top: 35%;
  opacity: 1;
}
.rat-index-proone:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;
}
.rat-index-proone img {
  transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;
  width: 100%;
  height: auto;
}

/* 首页公司简介 */
.rat-index-aboutall {
	background: url(../images/compnaybg.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 50px 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-aboutdetails {
	padding: 0px;
	padding-left: 30px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-aboutinfo hr{
   width: 50px;
    background: #000;
    height: 2px;
    border: none;
    display: inline-block;
		margin: 0px;
}
.rat-index-aboutinfo h2{
	font-family: arial;
	font-size: 40px;
	line-height: 1.5;
	margin: 0px;
}
.rat-index-aboutinfo h3{
	font-family: '微软雅黑';
	font-size: 24px;
	margin: 0px 0px 20px;
	color: #2457a0;
}
.rat-index-aboutinfo p{
	font-size: 14px;
	line-height: 25px;
}
.rat-index-aboutmore{
	  display: inline-block;
    width: 160px;
    height: 40px;
    border: 2px #ccc solid;
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    color: #666;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.rat-index-aboutmore i{
	  display: inline-block;
    vertical-align: -3px;
    width: 18px;
    height: 18px;
    margin-left: 15px;
    background: url(../images/icon18.png) right center no-repeat;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.rat-index-aboutmore:hover{
	border: 2px #00A0EA  solid;
	background:#00A0EA ;
	color:#fff;
}
.rat-index-aboutmore:hover i{
	background: url(../images/icon18.png) left center no-repeat;
}
.rat-index-aboutcount{
	height:auto;
	margin-top: 30px;
	color: #fff;
}
.rat-index-aboutcount li{float:left; width:25%; text-align:center; background-image:url(../images/img12.jpg);}
.index_2_5_mid{padding:15px 1em; background-position:left center; background-repeat:no-repeat; }
.rat-index-aboutcount li:nth-child(2) .index_2_5_mid{background-image:url(../images/img14.jpg);}
.rat-index-aboutcount li:nth-child(4) .index_2_5_mid{background-image:url(../images/img15.png);}
.rat-index-aboutcount li:nth-child(3),.rat-index-aboutcount li:nth-child(4){background-image:url(../images/img13.png);}
.index_2_5_mid_2{font-size:0.875em;}
.rat-index-aboutcount li:nth-child(1) .index_2_5_mid,.rat-index-aboutcount li:nth-child(2) .index_2_5_mid{color:#4a4a4a;}
.index_2_5_mid_1 span:nth-child(1){font-size:3em; font-family:Arial, Helvetica, sans-serif;}
.rat-index-aboutcount li:nth-child(1) .index_2_5_mid_1 span:nth-child(1),.rat-index-aboutcount li:nth-child(2) .index_2_5_mid_1 span:nth-child(1){color:#194695;}
.rat-index-aboutcount span:nth-child(2){font-size:0.875em; margin-left:0.5em;}

/* 首页新闻 */
.rat-index-newsbg {
	padding: 50px 0px 35px;
	margin: 0px;
	overflow: hidden;
}
.newscon{
	width:100%;
}
.newscon ul{
	width:100%;
	height:auto;
}
.newscon ul li{
	width:100%;
	height:auto;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}
.newscon ul li:last-child{border-bottom: 0px;}
.newscon li .date{
	float:left;
	width:70px;
	height:auto;
	border: 1px solid #EDEDED;

}
.newscon li .date span{
	width:100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color:#fff;
	background: #ccc;
	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: #00A0EA;
}
.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;
}
.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: #00A0EA;
	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 {
	background: url(../images/bottombg.jpg) top center no-repeat;
	padding: 35px 0 25px 0;
	margin: 0px;
}

.rat-footer-top {
	width: 100%;
	padding: 0 0 25px 0;
	border-bottom: #666666 solid 1px;
	height: 71px;
}
.rat-footer-topl {
	width: 66%;
	float: left;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-footer-topl a {
    float: left;
    color: #fff;
    font-size: 14px;
    padding: 12px 0 12px 0;
    margin: 0 36px 0 0;
}
.rat-footer-topl a:hover {
    color: #1a579e;
    border-bottom: #1a579e solid 2px;
    padding: 12px 0 10px 0;
}
.rat-footer-topr {
    float: right;
    width: 215px;
}
.pz_select_2 {
    float: left;
    width: 215px;
    height: 35px;
    background-color: #0091a4;
    cursor: pointer;
    position: relative;
    line-height: 35px;
    z-index: 1;
}
.pz_select_2 span {
    float: left;
    width: 215px;
    height: 35px;
    padding: 0 35px 0 17px;
    line-height: 35px;
    color: #fff;
    font-size: 12px;
    background: url(../images/down_img2.jpg) right no-repeat;
}
.pz_select_2 ul {
    width: 215px;
    background: #e0f1f7;
    position: absolute;
		border: 1px solid #ccc;
    display: none;
    left: 0px;
    bottom: 35px;
    z-index: 200;
    overflow: hidden;
    box-sizing: border-box;
}
.pz_select_2:hover ul {display: block;}
.pz_select_2 li {
    float: left;
    width: 215px;
    padding: 0 17px 0 17px;
}
.pz_select_2 li a {
    width: 100%;
    display: block;
    line-height: 32px;
    font-size: 13px;
    color: #424242;
    border-bottom: #f5f5f5 solid 1px;
}
.pz_select_2 .option {
    background: #fff;
}
.pz_select_2 .option a {
    color: #424242;
    font-size: 13px;
}


.rat-footer-bottom {
	width: 100%;
	padding: 20px 0 0 0;
}
.rat-footer-bottoml {
	float: left;
	width: calc(100% - 130px);
	color: #d1d1d1;
	line-height: 24px;
}
.rat-footer-bottoml p {
	line-height: 30px;
	font-size: 14px;
	margin: 0px;
	overflow: hidden;
}
.rat-footer-bottomr {
	float: right;
	width: 105px;
}
.rat-footer-bottomr .weixin {
    float: left;
}
.rat-footer-bottomr a {
    float: left;
    width: 26px;
    height: 26px;
    margin: 0 0 0 9px;
}
.rat-footer-bottomr a.dbg1 {
    background: url(../images/down_img3.png) no-repeat;
    background-size: 100%;
}
.rat-footer-bottomr a .pf_wx {
    display: none;
    position: absolute;
    width: 113px;
    height: 118px;
    left: -44px;
    top: -118px;
    z-index: 45;
    background: url(../images/down_img6.png) no-repeat;
    z-index: 100;
}
.rat-footer-bottomr a:hover .pf_wx {display: block;}
.rat-footer-bottomr a .pf_wx .wximg {
    float: left;
    width: 99px;
    height: 97px;
    margin: 8px 7px 0 7px;
}
.rat-footer-bottomr a:hover.dbg1 {
    background: url(../images/down_img3_h.png) no-repeat;
    background-size: 100%;
}
.rat-footer-bottomr .fenxiang {
    float: left;
}
.rat-footer-bottomr a.dbg3 {
    background: url(../images/down_img5.png) no-repeat;
    background-size: 100%;
}

@media (max-width:767px) {
	.rat-title span {font-size: 24px;}
	.rat-title h2 {margin-bottom: 20px; font-size: 18px;}
	.rat-index-aboutall,.rat-index-probg {padding: 25px 0px;}
	.rat-index-aboutinfo h2 {font-size: 28px;}
	.rat-index-aboutinfo h3 {font-size: 18px; margin-bottom: 15px;}
	.rat-index-aboutdetails {padding: 0px;}
	.rat-index-aboutinfo p {font-size: 13px; line-height: 22px;}
	.rat-index-aboutmore {margin-top: 10px;}
	.rat-index-aboutcount li {width: 50%;}
	.rat-index-newsbg {padding: 25px 0px 20px;}
	.rat-footer {padding: 30px 0px;}
	.rat-footer-bottom {padding: 0px;}
	.rat-footer-bottoml {width: 100%;}
}

/* 内页开始 */
/* 面包屑 */
.ny_flnav_box{ height:50px; line-height:50px; background:#f5f5f5; margin-top:-3px; overflow: hidden;}
.ny_flnav_box .map{ float:left}
.ny_flnav_box .map a{ color:#666; font-size:14px}
.ny_flnav_box .map .sy{font:normal normal normal 14px/1 FontAwesome; font-style:normal; font-size:16px}
.ny_flnav_box .map .sy:before {
    content: "\f015";
}
.ny_flnav_box .map .jt{ padding-left:10px}
.ny_flnav_box .map .jt i{font:normal normal normal 14px/1 FontAwesome; font-style:normal; padding-right:10px}
.ny_flnav_box .map .jt i:before {
    content: "\f105";
}
/* 内页标题 */
#brandStory{ text-align:center; margin-bottom:25px}
#brandStory h1{ font-size:24px; color:#1a579e; margin: 0px 0px 15px}
#brandStory span{ font-size:14px; text-transform:Uppercase}
/* 信息展示 */
.rat-ny-infoall {
    padding: 50px 0px;
    margin: 0px;
    overflow: hidden;
}
.rat-ny-editor {
    font-size: 15px;
    line-height: 2;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

/* 产品展示 */
.rat-index-prolist {
	background: #f6f6f6;
	overflow: hidden;
}
.rat-index-prolist h3 {
	line-height: 40px;
	font-size: 18px;
	font-weight: normal;
	padding: 5px 10px;
	margin: 0px;
	color: #fff;
	background: #1a579e;
	overflow: hidden;
}
.rat-index-prolist ul {
	padding: 0px 10px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-prolist li {
	line-height: 35px;
	font-size: 15px;
	padding: 5px 0px;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
}
.rat-index-prolist li:last-child {
	border-bottom: 0px;
}
.rat-index-prolist li a {
	color: #666;
}
.rat-index-prolist li a:hover,.rat-index-prolist li a.active {color: #C00; font-weight: 600;}
.rat-pro-oneinfo {
    padding: 0px;
    margin: 0px 0px 20px;
    position: relative;
    overflow: hidden;
}
.rat-pro-oneinfo .rat-pro-oneinfo-img{display:block; border:1px solid #efefef; width:100%; overflow:hidden;}
.rat-pro-oneinfo .rat-pro-oneinfo-img a{ display:block; width:100%;}
.rat-pro-oneinfo .rat-pro-oneinfo-img .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-out;
  z-index: 2;
}
.rat-pro-oneinfo:hover .rat-pro-oneinfo-img .mask {
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease-out;
}
.rat-pro-oneinfo:hover .rat-pro-oneinfo-img:after {
  top: 35%;
  opacity: 1;
}
.rat-pro-oneinfo .rat-pro-oneinfo-img img{ width:100%; height:100%;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;}
.rat-pro-oneinfo .rat-pro-oneinfo-txt{ width:100%; height:45px; line-height:45px; background:#efefef; text-align:center; font-size:14px; color:#333; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}


.rat-pro-oneinfo-other { position:absolute; bottom:-100%; left:0; width:100%; background:#1a579e; padding:10px 0;z-index: 5;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;}
.rat-pro-oneinfo-other .rat-pro-oneinfo-txt2{ padding:0 13%; text-align:center; color:#fff;}
.rat-pro-oneinfo-other .g_title4{ width:100%; height:33px; line-height:33px; font-size:18px; overflow:hidden;}
.rat-pro-oneinfo-other .g_link1{ width:100%; margin-top:9px;}



.rat-pro-oneinfo:hover .rat-pro-oneinfo-other{ bottom:0;}
.rat-pro-oneinfo:hover .rat-pro-oneinfo-img img{transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);
-webkit-transform: scale(1.1,1.1);
-o-transform: scale(1.1,1.1);
-moz-transform: scale(1.1,1.1);}
.rat-pro-detailstitle {
    font-size: 24px;
    line-height: 30px;
    padding: 0px;
    margin: 0px 0px 20px;
    text-align: center;
    overflow: hidden;
}
.rat-pro-detailsimg {
    padding: 0px;
    margin: 0px 0px 20px;
    overflow: hidden;
    text-align: center;
}
.rat-pro-detailsimg img {max-width: 100%;}
.rat-pro-detailsinfo {

}

.rat-pro-detailsup {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.rat-pro-detailsup-pic {
    display: inline-block;
    width: 100%;
    min-height: 350px;
		line-height: 350px;
    overflow: hidden;
		text-align: center;
		border: 1px solid #ccc;
}
.rat-pro-detailsuptitle {
	padding: 0px;
	margin: 0px;
	line-height: 40px;
	height: 40px;
	background-color: #eee;
	overflow: hidden;
}
.rat-pro-detailsuptitle h4 {
	display: block;
	line-height: 40px;
	background-color: #3d65b5;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 30px;
	margin: 0px;
	text-align: center;
	float: left;
	position: relative;
}
.rat-pro-detailsuptitle h4:before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #3d65b5;
    border-style: solid;
    border-width: 6px;
    content: "";
    margin-top: -6px;
    opacity: 1;
    position: absolute;
    right: -12px;
    top: 50%;
}
.rat-pro-detailsup-txt {
	margin-top: 10px;
	padding: 10px;
	overflow: hidden;
    font-size: 14px;
    line-height: 30px;
}
.rat-proinfo-other {
	padding: 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    font-size: 13px;
    margin-bottom: 20px;
    cursor: pointer;
    border-top: 1px dashed #ccc;
}
.rat-proinfo-last {float: left;}
.rat-proinfo-next {float: right;}


/* 内页新闻 */
.newslist {}
.newslist li {
    width: 100%;
    background:#fff;
    padding: 18px;
    border:1px solid #f0f0f0;
    float:left;
    overflow:hidden;
    margin-bottom:20px;
    transition:all 0.6s;
    position:  relative;
}
.newslist li:hover {
    box-shadow:0px 5px 10px 0px #eee;transition:all 0.6s
}
.newslist .newimg {
    overflow: hidden;
    float: left;
    margin-right: 24px;
}
.newslist .newimg img {
    height: 160px;}
.newslist li h6 {
    font-size: 18px;
    font-weight: 900;
    color: #444444;
    margin: 16px auto 8px auto;
    display: -webkit-box !important;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.newslist li p {
    font-size: 14px;
    color: #666666;
    text-align: left;
    line-height: 22px;
    margin-bottom: 18px;
    display: -webkit-box !important;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.newslist li span {
    color: #999;
    font-size: 14px;
    display: block;
    float: left;
		margin-bottom: 20px;
}
.newslist li .nse {
    font-size: 14px;
    color: #666666;
    width: 100px;
    height: 38px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #ddd;
    display: block;
    float: right;
    line-height: 38px;
    transition: all 0.6s;
    position: absolute;
    right: 15px;
    bottom: 20px;
}
.newslist li:hover .nse {
    border:1px solid #ff7519;
    background:#ff7519;
    color:#fff;
    margin-top:-6px;
    transition:all 0.6s;
}
.rat-news-detailstitle {
    margin-bottom: 0;
    text-align: center;
    font: bold 24px gautami;
    padding: 0px 0px 0px;
    color: #313134;
}
.rat-news-detailsdate {
    text-align: center;
    padding: 0px 0px 10px;
    margin-bottom: 0;
    font: 14px Ebrima;
    color: #676767;
    border-bottom: 1px dotted #999;
}
.rat-news-detailsinfo {
    font: 16px arial;
    line-height: 35px;
    color: #666;
    width: 100%;
    padding: 0px 0px;
    margin: 20px 0px 0px;
    overflow: hidden;
}

/* 图片展示*/
.pro_item {
    width: 98%;
    height: 100%;
		padding: 0px;
		margin: 0px 1% 20px;
		display: block;
    overflow: hidden;
    text-decoration: none;
}
.pro_item .pro_img {
    width: 100%;
		border: 1px solid #ccc;
}
.pro_item .pro_img img {
	width: 100%;
}
.pro_item .pro_name {
    position: relative;
    width: 100%;
    height: 35px;
    line-height: 35px;
    margin-top: 5px;
    font-size: 16px;
    color: #000;
    font-family: newsgoth_btbold;
    overflow: hidden;
}
.pro_item .pro_name:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 40px;
    border: 1px solid #1a579e;
}
.pro_item .pro_brief {
    height: 36px;
    line-height: 18px;
    font-size: 14px;
    color: #333;
    margin-top: 14px;
    margin-bottom: 14px;
    overflow: hidden;
}
.pro_item .pro_btn {
    width: 100%;
    height: 39px;
    line-height: 39px;
    border: 1px solid #333;
		color: #333;
    font-size: 12px;
    text-align: center;
}
.pro_item:hover .pro_btn {
    background: #ff7519;
    border-color: #ff7519;
    color: #fff;
}

.video_img {
    width: 100%;
		border: 1px solid #ccc;
}
.video_img img {
	width: 100%;
}
.video_name {
    position: relative;
    width: 100%;
    height: 35px;
    line-height: 35px;
    margin-top: 5px;
    font-size: 16px;
    color: #000;
    font-family: newsgoth_btbold;
    overflow: hidden;
}
.video_name:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 40px;
    border: 1px solid #1a579e;
}


table,table tr th, table tr td { border:1px solid #999; padding: 2px 5px; width: initial;}
table { min-height: 25px; line-height: 25px; font-size: 14px; border-collapse: collapse; width: 100%;}

/* 分页 */
.pagination{display:inline-block;padding-left:0;margin:0px 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:#1a579e;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:#1a579e;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:#294e99;border-color:#294e99}
.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:767px) {
    .newslist li {padding: 10px 5px;}
    .newslist .newimg,.newslist li span {width: 100%; margin: 0px;}
    .newslist .newimg img {width: 100%; height: auto;}
    .newslist li h6 {width: 100%; margin: 0px; padding: 10px 0px 0px;}
    .newslist li p {width: 100%; margin: 8px 0px;}
    .newslist li .nse {float: none; position: initial; right: auto; bottom: auto; margin-top: 5px;}
}
