


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;
}

.rat-header-all {
	background: #3d65b5;
	border-bottom: 1px solid #eee;
	padding: 0px 0px 40px;
	position: relative;
}
.rat-header-all .rat-logo {
	float: left;
	height: 80px;
	margin: 10px 0px;
}
.rat-header-all .rat-logo img {
	max-height: 80px;
}
/* PC端栏目 */
.b_head {float: right;}
.b_head ul {
	padding-top: 35px;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
}

.b_head ul li {
	float: left;
	position: relative;
	padding-bottom: 0px;
	font-size: 16px;
    padding: 0 20px;
}

.b_head ul li>a {
		font-size: 16px;
    font-weight: normal;
    text-align: center;
    text-indent: 0;
    width: auto;
    height: auto;
    padding: 0 0 5px 0;
    margin: 0;
    color: #ddd;
		line-height: 30px;
    text-decoration: none;
    border: 0 none;
    background: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.nav>li>a:focus, .nav>li>a:hover,.nav>li>a.active {background: initial; color:#fff;}
.navbar-nav li a:after,.navbar-nav li a.active:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.navbar-nav li a:hover::after,.navbar-nav li a.active:after {
width:100%;
left:0;
}
/* .b_head ul li>a.none,.b_head ul li>a:hover {border-bottom: 3px solid #ddac00;} */

.b_head ul li:last-child>a {
    border-right: none;
}

.r_b_head {padding: 0px !important;}
.r_b_head input {
	margin-left: 20px;
	width: 198px;
	height: 34px;
	display: block;
	border: 1px solid #ccc;
	background: #fff;
	text-indent: 14px;
	font-size: 12px;
	color: #000;
	/* border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; */
}

.r_b_head input::-moz-placeholder,
.r_b_head textarea::-moz-placeholder {
    color: #9c9c9c;
    opacity: 1;
}

.r_b_head input:-ms-input-placeholder,
.r_b_head textarea:-ms-input-placeholder {
    color: #9c9c9c;
    opacity: 1;
}

.r_b_head input::-webkit-input-placeholder,
.r_b_head textarea::-webkit-input-placeholder {
    color: #9c9c9c;
    opacity: 1;
}

.r_b_head a {
    position: absolute !important;
    width: 34px;
    height: 34px;
		padding: 0px !important;
		color: #01b1d7 !important;
    top: 0px;
    right: 5px;
    z-index: 101;
		text-align: center;
}
.r_b_head a:hover {border: 0px;}
@media (min-width:768px) {
	.navbar-toggler { display: none; }
}
@media (max-width:767px) {
	.rat-header-all .rat-logo {float: initial; height: initial; padding: 0px; margin: 5px 0px;}
	.rat-logo>a {float: left;}
	.rat-header-all .rat-logo img {max-height: 50px;}
}

/*手机端菜单*/
.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: 14px;
	font-weight: 600;
	line-height: 40px;
	position: relative;
}
.menu_pp_nav ul li span{
	font-size: 30px;
	color: #26488d;
	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 #26488d;
	float: right;
	position: relative;
	right: 0;
	top: 4px;
	z-index: 11;
}
.logo_close span:first-of-type{
	display: block;
	background-color: #26488d;
	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: #26488d;
	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 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: #26488d;
}
.menu_pp_two h2{
	font-size: 18px;
	padding: 30px 30px;
}
.menu_pp_two h2 a{
	color:#26488d;
}
.menu_pp_two ul{
	padding: 0;
}
.menu_pp_two ul a{border: 0px;}

.menu_pp_two ul li a {background-color: #f0f0f0; padding: 0px 10px;}
.menu_pp_nav ul li ul li {
	padding: 0px;
    line-height: 30px;
    font-weight: 300;
}
.menu_pp_two ul li ul li a {background-color: #fff; padding: 0px 20px;}
/*头部公共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: 80px;
		height: 40px;
		background-color: #26488d;
		position: relative;
		top: 5px;
	}
	.menu_icon p {
	    font-size: 16px;
	    line-height: 40px;
        position: absolute;
        margin: 0px;
        color: #fff;
        left: 10px;
	}
	.menu_icon span{
		display: block;
		width: 20px;
		height: 2px;
		border-radius: 2.5px;
		background-color: #fff;
		position: absolute;
		right: 10%;
	}
	.menu_icon span:nth-child(2){
		top:12px;
	}
	.menu_icon span:nth-child(3){
		top: 19px;
	}
	.menu_icon span:nth-child(4){
		top: 26px;
	}
	/*手机端菜单图标变化*/
	.icon_now span:nth-child(2){
		animation: icon1 1s forwards;
	}
	.icon_now span:nth-child(3){
		animation: icon2 1s forwards;
	}
	.icon_now span:nth-child(4){
		animation: icon3 1s forwards;
	}
	.icon_back span:nth-child(2){
		animation: icon4 1s forwards;
	}
	.icon_back span:nth-child(3){
		animation: icon5 1s forwards;
	}
	.icon_back span:nth-child(4){
		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: 77px;
		z-index: 100;
	}
	.header_menu .logo{
		margin-top: 12.5px;
		height: 50px;
		float: left;
	}
	.menu_icon{
		width: 80px;
		height: 50px;
		top: 12.5px;
	}
	.menu_icon p {top: 5px;}
	.menu_icon span:nth-child(2){
		height: 3px;
		top: 12.5px;
	}
	.menu_icon span:nth-child(3){
		height: 3px;
		top: 22.5px;
	}
	.menu_icon span:nth-child(4){
		height: 3px;
		top: 32.5px;
	}
	/*手机端菜单图标变化*/
	.icon_now span:nth-child(2){
		animation: icon1 1s forwards;
	}
	.icon_now span:nth-child(3){
		animation: icon2 1s forwards;
	}
	.icon_now span:nth-child(4){
		animation: icon3 1s forwards;
	}
	.icon_back span:nth-child(2){
		animation: icon4 1s forwards;
	}
	.icon_back span:nth-child(3){
		animation: icon5 1s forwards;
	}
	.icon_back span:nth-child(4){
		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 0px 0px 30px;
		float: left;
		line-height: 95px;
		text-align: center;
		font-size: 15px;
		transition: line-height 0.3s;
		position: relative;
		z-index: 11;
	}
	.bg_box{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: -100%;
		background-color: #26488d;
		opacity: 0.5;
		transition: all 0.5s;
	}
	.menu_pp{
		display: none;
	}
	/*头部公共END END END*/
}
@media (min-width:1200px) {
	.menu_pc ul li {
		padding: 0px 0px 0px 35px;
	}
}
.bgs {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 10;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.rat-index-box {
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-top: -30px;
	position: relative;
}
.rat-index-box .category_box {background-color: #fff;}
.rat-index-box .category_box h4 {
    height: 50px;
    line-height: 50px;
    background: #252525;
    padding: 0 31px 0 15px;
		margin: 0px;
    box-sizing: border-box;
    font-size: 16px;
    border-top: 1px solid #6084cd;
    color: #fff;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rat-index-box .category_box h4 i {
    background: none;
    font-size: 16px;
    width: auto;
    height: auto;
    margin: 0;
    float: none;
    line-height: normal;
    font-weight: normal;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.rat-index-box .category_2 {
    width: 100%;
    box-shadow: none;
    top: 50px;
    border: 0;
    border-top: 1px solid #252525;
    box-sizing: border-box;
    padding: 0;
}
.rat-index-box .category_2 li {
    padding: 6.5px 15px;
    border: none;
    height: auto;
    position: relative;
    margin: 0;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.rat-index-box .category_2 li.more {
    background: #3792D0;
    color: #fff;
}
.rat-index-box .category_2 li>a {
    width: 100%;
    box-sizing: border-box;
    padding: 0 5px;
    position: relative;
    line-height: 42px;
    height: 42px;
    font-size: 14px;
    font-weight: bold;
    color: #4a4a4a;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}
.rat-index-box .category_2 li.more>a {color: #fff;}

.rat-index-box .search_box {
    background: #1f4184;
    border-top: 1px solid #6084cd;
    width: 100%;
    padding: 0 15px;
		float: inherit;
}
.rat-index-box .search{width:auto;height:auto; padding:0;float:left;margin:7px 0;}
.rat-index-box .searchform{height:35px;border:none;background:#fff;border-radius:5px 0 0 5px;}
.rat-index-box .select_box{width:180px; float:left; height:35px; box-sizing:border-box; position:relative;border-right:1px solid #ddd;line-height:35px; padding:0 9px;}
.rat-index-box .select_box .form-control{border: 0px; outline: none;}
.rat-index-box .select_box .form-control:focus{box-shadow:none;-webkit-box-shadow:none;}
.rat-index-box .select_box span{font-size:14px; white-space:nowrap; text-overflow: ellipsis; overflow:hidden; width:100%; float:left;background:url(../images/index.png) no-repeat right 0.75rem center / 8px 10px; display:inline-block; box-sizing:border-box;text-transform:capitalize;color:#252525;letter-spacing:0.5px;}
.rat-index-box .select_box i{margin:2px 5px 0 0; transform:scale(0.8); float:right;}
#select_box{background:#fff; overflow-y:scroll; max-height:220px; position:absolute;left:-15px; right:0; top:42px; border:1px #b5b5b5 solid;z-index: 30;}
#select_box li{white-space:nowrap; color:#5f6062; padding:0 15px; line-height:30px;}
#select_box li:hover{background:#3399ff; color:#fff;}
.rat-index-box .search_input{height:35px;line-height:35px;width:360px; padding: 0px 10px; box-sizing:border-box; border: 0px; float: left;}
.rat-index-box .search_inputny{height:35px;line-height:35px;width:720px; padding: 0px 10px; box-sizing:border-box; border: 0px; float: left;}
.rat-index-box .btn_search{margin:2.5px;height:30px;width:50px;background:#3d65b5;border:none;color:#fff; border: 0px; font-size:13px;font-weight:600;cursor:pointer; border-radius:5px;float:left;}
.rat-index-box .btn_search:hover{color:#252525;}
.rat-index-box .cart_box {
	font-size: 14px;
    border: 0;
    height: 49px;
    padding-left: 0;
    margin: 0 0 0 15px;
		float: right;
}
.rat-index-box .cart_txt {
    line-height: 49px;
}
.rat-index-box .cart_box span a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}
.rat-index-box .cart_txt span{font-weight:normal;}
.rat-index-box .cart_txt i{background:none; color:#fff; font-size: 18px; line-height:25px;margin:0 5px 0 0; vertical-align:middle; font-weight:normal;}

.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;
}
@media (max-width:767px) {
	.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-index-industryall {
	padding: 0px;
	margin: 50px 0px;
	overflow: hidden;
}
.rat-index-industryinfo {

}
.rat-index-industryinfo li {
	width: 25%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: left;
}
.rat-index-industryone {
	border: 1px solid #ccc;
	border-top: 0px;
	border-left: 1px solid transparent;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-industryinfo li:nth-child(3n+1) .rat-index-proone {border-left-color: #ccc;}
.rat-index-industryone img {width: 100%;}

.rat-index-prolistone {
	padding: 0px;
	margin: 50px 0px;
	overflow: hidden;
}
.rat-index-prolistbg {
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-prolisttitle {
	padding: 0px;
	margin: 0px;
	line-height: 50px;
	height: 50px;
	border-bottom: 2px solid #333;
	overflow: hidden;
}
.rat-index-prolisttitle h4 {
	display: block;
	width: 20%;
	line-height: 50px;
	background-color: #3d65b5;
	color: #fff;
	font-size: 21px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	float: left;
	position: relative;
}
.rat-index-prolisttitle 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-index-prolisttitle span {
	float: right;
	padding: 0px 10px;
	margin: 0px;
}
.rat-index-prolistinfo {

}
.rat-index-prolistinfo li {
	width: 16.66666666%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: left;
}
.rat-index-proone {
	border: 1px solid #eee;
	border-top: 0px;
	border-left: 1px solid transparent;
	padding: 20px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-prolistinfo li:nth-child(6n+1) .rat-index-proone {border-left-color: #eee;}
.rat-index-proimg {padding: 20px 0px;}
.rat-index-proinfo {
	padding: 10px 0px;
	margin: 0px;
	text-align: center;
	overflow: hidden;
}
.rat-index-proinfo p {
	font-size: 16px;
	line-height: 30px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-proinfo .cat {
    margin: 5px auto;
    padding: 5px 10px;
    font-size: 12px;
    display: inline-block;
    overflow: hidden;
    border-radius: 5px;
    background-color: #3d65b5;
    color: #fff;
}
.rat-index-proinfo a.cat:hover {
	background: #26488d;
}

.rat-index-aboutall {
	background-color: #fff;
	padding: 50px 0px;
	margin: 50px 0px 0px;
	overflow: hidden;
}
.rat-index-aboutinfo {}
.rat-index-aboutinfo h2 {
	font-size: 36px;
	font-weight: normal;
	font-family: 'DINCond-Medium';
	line-height: 45px;
	margin-top: 0px;
	margin-bottom: 40px;
}
.rat-index-aboutinfo h2 span {color: #3d65b5;}
.rat-index-aboutinfo p {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 15px;
	overflow: hidden;
}
.rat-index-aboutinfo a {
	background: #3d65b5;
	display: block;
	padding: 5px 20px;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	overflow: hidden;
	float: left;
}
.rat-index-aboutinfo a:hover {
	background: #26488d;
}

/* 网站底部信息 */
.rat-footer-bg {
	background: #121212;
	padding: 20px 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-footer-service {
	padding: 0px;
	margin: 0px 0px 20px;
	border-bottom: 1px solid #fff;
	overflow: hidden;
}
.rat-footer-bottom {
	margin: 0px;
	padding: 20px 0;
	overflow: hidden;
}
.rat-footer-logo {float: left; overflow: hidden; margin-left: 15px; margin-right: 25px;}
#dituContent img {max-width: initial;}
.rat-footer-bottominfo {
	float: left;
	font-size: 15px;
	line-height: 30px;
	padding: 0px;
	margin: 0px 20px;
	overflow: hidden;
	color: #ccc;

}
.rat-footer-2wm {
	text-align: right;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}


/* 内页开始 */
.rat-ny-proall {
	margin: 30px 0px;
	padding: 0px;
	overflow: hidden;
}
/* 第一种 */
.rat-pro-categorynew {
	width: 18%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: left;
}
.rat-pro-categorynew h4 {
    height: 50px;
    line-height: 50px;
    background: #6084cd;
    padding: 0 31px 0 15px;
		margin: 0px;
    box-sizing: border-box;
    font-size: 16px;
    border-top: 1px solid #6084cd;
    color: #fff;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rat-pro-categorynew ul {margin: 0;border: 0px; text-align: left;}
.rat-pro-categorynew ul>li{white-space: nowrap; margin-bottom: 1px;margin-top:0;}
.rat-pro-categorynew ul>li:last-child {border-bottom: 0px;}
.rat-pro-categorynew ul>li>a{display:block;font-size:15px;width: 100%;background: #eee; padding: 5px 10px 5px 20px;color:#333;}
.rat-pro-categorynew ul li a:hover, .rat-pro-categorynew ul li a.active {color:#3d65b5;}
.rat-pro-categorynew ul li a i {margin-right: 5px;}
.rat-pro-categorynew ul li ul {padding: 0px;margin: 0px;}
.rat-pro-categorynew ul li ul>li {border-bottom: 0px;}
.rat-pro-categorynew ul li ul li a {padding: 0px 20px; font-size: 14px;line-height: 30px;	background-color: #fcfcfc; color: #666; border-bottom: 1px dashed #e1e1e1;}
/* 第二种 */
.rat-pro-category {
	width: 18%;
	background-color: #f6f6f6;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: left;
}
.rat-pro-category h4 {
    height: 50px;
    line-height: 50px;
    background: #252525;
    padding: 0 31px 0 15px;
		margin: 0px;
    box-sizing: border-box;
    font-size: 16px;
    border-top: 1px solid #6084cd;
    color: #fff;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rat-pro-category h4 i {
    background: none;
    font-size: 16px;
    width: auto;
    height: auto;
    margin: 0;
    float: none;
    line-height: normal;
    font-weight: normal;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.rat-pro-category ul {margin: 0;border: 0px; text-align: left;}
.rat-pro-category ul>li{white-space: nowrap; margin-bottom: 2px;margin-top:0; border-bottom: 1px solid #ccc;}
.rat-pro-category ul>li:last-child {border-bottom: 0px;}
.rat-pro-category ul>li>a{display:block;font-size:16px;width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; text-decoration: none; display: block; padding: 10px 10px 10px 20px; position: relative;color:#666666;color:;}
.rat-pro-category ul>li:last-child>a {border: 0px;}
.rat-pro-category ul li a{
    width: 100%;
    height: 100%;
    padding: 10px;
}
.rat-pro-category ul li a:hover, .rat-pro-category ul li a.active {color:#fff;color:; background-color: #3d65b5;}
.rat-pro-category ul li ul {padding: 0px;margin: 0px;}
.rat-pro-category ul li ul>li {border-bottom: 0px;}
.rat-pro-category ul li ul li a {padding: 0px 30px; font-size: 14px;line-height: 30px;}

.rat-pro-listinfoall {
	width: 80%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	float: right;
}
.rat-pro-listinfoall>h5 {
    color: #999;
    border-bottom: 1px solid #ccc;
}
.rat-pro-listinfoall>h5 span {
    color: #1f4184;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 2px solid #3d65b5;
    display: inline-block;
    padding-bottom: 15px;
    padding-right: 6px;
}
.rat-pro-listinfo ul li {
    width: 20%;
    margin: 0;
    float: left;
    background: #fff;
}
.rat-ny-proone {
	border: 1px solid #eee;
	border-top: 0px;
	border-left: 1px solid transparent;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-pro-listinfo li:nth-child(5n+1) .rat-ny-proone {border-left-color: #eee;}
.rat-ny-proimg {padding: 0px 0px 0px;}
.rat-ny-proinfo {
	padding: 10px 0px;
	margin: 0px;
	text-align: center;
	overflow: hidden;
}
.rat-ny-proinfo p {
	font-size: 16px;
	line-height: 30px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-ny-proinfo .cat {
	margin: 5px auto;
	padding: 5px 10px;
	font-size: 12px;
	display: inline-block;
	overflow: hidden;
	border-radius: 5px;
	background-color: #3d65b5;
	color: #fff;
}
.rat-ny-proinfo a.cat:hover {
	background: #26488d;
}

.rat-pro-detailsup {
	margin: 20px 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: normal;
	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: 0px 10px;
	overflow: hidden;
}
.rat-pro-detailsup-txt p {
    float: left;
    width: 45%;
    margin-right: 5%;
    line-height: 36px;
    display: inline;
}
.rat-pro-detailsup-txt p:last-child {
	width: 95%;
}
.rat-pro-detailsup-btn {
	margin: 10px 10px 0px;
	padding: 0px;
	overflow: hidden;
}
.rat-pro-detailsup-btn a {
	float: left;
	display: block;
	background-color: #1f4184;
	border-radius: 5px;
	line-height: 50px;
	font-size: 14px;
	text-align: center;
	padding: 0px 50px;
	color: #fff;
}
.rat-pro-detailsup-btn a:hover {background-color: #3d65b5;}
.rat-pro-detailslist {
	margin: 10px 0px;
	padding: 0px;
	overflow: hidden;
}
.rat-pro-detailsinfo {
	font-size: 13px;
	line-height: 25px;
	padding: 10px;
	margin: 0px;
	overflow: hidden;
}
/* 新闻动态 */
.rat-down-qatitle {border-bottom: 1px solid #00a49d; font-size: 18px; font-weight: bold; padding: 5px 0px; margin-top: 15px; margin-bottom: 10px;}
.rat-down-qatitle span {font-size: 12px; font-weight: normal;padding: 10px 0px 0px; margin-right: 10px; float:right;}
.rat-down-qatitle a {color: #900;}
.Newslist { }
.Newslist .Item { padding: 10px 0; border-bottom: 1px dashed #cccccc; overflow: hidden;}
.Newslist .Item .fl { width: 21%; float: left; }
.Newslist .Item .fr { width: 77%; float: right; }
.Newslist .Item .pic { overflow: hidden; width: 150px; margin-right: 10px; float:left; }
.Newslist .Item .pic img { width: 100%; transition: all 0.5s; }
.Newslist .Item h3 { font-size: 16px; font-weight:normal; color: #333; line-height: 20px; margin: 0px; }
.Newslist .Item .date { font-size: 14px; color: #999; line-height: 40px; }
.Newslist .Item p { font-size: 14px; color: #999; line-height: 22px; overflow: hidden; text-overflow: ellipsis; display: block;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
 }
.Newslist .Item:hover h3 { color: #c90a16; }
.Newslist .Item:hover .pic img { transform: scale(1.2); }

.NewsDetail { }
.NewsDetail .Title { text-align: center; border-bottom: 1px dashed #333; padding: 20px 0 5px; margin-bottom: 25px; }
.NewsDetail .Title h2 { font-size: 24px; color: #c90a16; line-height: 40px; margin: 0px; }
.NewsDetail .Title p { font-size: 14px; color: #999; line-height: 30px; padding: 0px; margin: 0px; }
.NewsDetail nav { padding-top: 10px; border-top: 1px solid #ccc; margin-top: 20px; overflow: hidden; }
.NewsDetail nav li {border: 1px solid #ccc; border-radius: 5px; line-height: 30px; padding: 0px 20px;}

@media (max-width: 800px) {
	.rat-ny-all {padding: 20px 0px;}
    .Newslist .Item .fl { width: 30%; }
    .Newslist .Item .fr { width: 68%; }
}
@media (max-width: 640px) {
	.rat-ny-all {padding: 15px 0px;}
    .Newslist .Item h3 { font-size: 14px; }
    .NewsDetail .Title h2 { font-size: 18px; }
    .NewsDetail nav li {width: 100%; margin-bottom: 5px;}
}
@media (max-width: 480px) {
    .Newslist .Item p { display: none; }
}
/* 图片展示*/
.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: 100%;
    border: 1px solid #3d65b5;
}
.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;
}

.rat-editor {
    padding: 20px 0px;
    margin: 0px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
}
.rat-order-all {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.rat-order-title {
    background-color: #6084cd;
    padding: 5px 10px;
    margin: 20px 0px 0px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    overflow: hidden;
}
.rat-order-infolist {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.rat-order-infolist li {
    background-color: #f9f9f9;
    padding: 5px 0px;
    margin: 0px;
    overflow: hidden;
    text-align: center;
}
.rat-order-infolist li:nth-child(2n+1) {background-color: #fff;}
.rat-order-infolist li>div {border-right: 1px dotted #ccc;}
.rat-order-infolist li>div:last-child {border-right: 0px;}
.rat-order-infopro01 {font-size: 14px; font-weight: bold;line-height: 60px;}
.rat-order-infopro02 {height: 60px;padding: 5px;}
.rat-order-infopro02 img {height: 50px;}
.rat-order-infopro03 {line-height: 60px; text-align: left;padding: 0px 5px; font-size: 14px;}
.rat-order-infopro04 {padding: 15px 0px;}
/* .rat-order-infopro04 input {width: 60px; height: 28px; border: 1px solid #ccc; text-align: center;padding: 0px; margin: 0px;} */
.rat-order-infopro05 {line-height: 60px;padding: 0px; margin: 0px; overflow: hidden;}
/* .rat-order-infopro05 a {width: 46%; color: #c00; padding: 0px 2%; margin: 0px;overflow: hidden; display: block; float: left;} */

.rat-order-contact {
    padding: 0px;
    margin: 10px 0px;
    overflow: hidden;
}
.rat-order-contact label {
    width: 98%;
    margin: 5px 1%;
    padding: 0px;
    overflow: hidden;
    float: left;
}
.rat-order-contact label:nth-child(1),.rat-order-contact label:nth-child(2) {width: 48%;}
.rat-order-contact input,.rat-order-contact textarea {
    width: 100%;
    margin: 0px;
    padding: 0px 10px;
    border: 1px solid #ccc;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
}

@media (max-width:767px) {
	.rat-index-industryall,.rat-index-prolistone {margin: 30px 0px;}
	.rat-index-prolistinfo li {width: 33.3333%;}
	.rat-index-proone {padding: 5px;}
	.rat-index-prolisttitle {height: 40px;line-height: 40px;}
	.rat-index-prolisttitle h4 {width: 50%;font-size: 14px;line-height: 40px;}
	.rat-index-prolistinfo li:nth-child(3n+1) .rat-index-proone {border-left-color: #eee;}
	.rat-index-prolistinfo li:nth-child(5n+1) .rat-index-proone {border-left-color: transparent;}
	.rat-index-proimg {padding: 10px 0px;}
	.rat-ny-proinfo p,.rat-index-proinfo p {font-size: 12px; line-height: 20px; height: 40px;}
	.rat-index-proinfo a {font-size: 12px;}
	.rat-footer-bg {padding: 10px 0px;}
	.rat-footer-service {margin-bottom: 10px;}
	.rat-footer-bottominfo {font-size: 13px; line-height: 25px; margin: 0px;}

	.rat-pro-categorynew {display: none;}
	.rat-pro-listinfoall {width: 100%;}
	.rat-pro-listinfoall>h5 {margin: 0px;}
	.rat-pro-listinfoall>h5 span {font-size: 18px; padding-bottom: 8px;}
	.rat-pro-listinfo ul li {width: 33.3333%;}
	.rat-index-proinfo .cat,.rat-ny-proinfo .cat {width: 80%;}
	.rat-pro-listinfo li:nth-child(5n+1) .rat-ny-proone {border-left-color: transparent;}
	.rat-pro-listinfo li:nth-child(3n+1) .rat-ny-proone {border-left-color: #eee;}
	.rat-pro-detailsup-btn a {width: 100%;}
}

/* 分页 */
.pagination{display:inline-block;padding-left:0;margin:20px 0 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:#337ab7;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:#23527c;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:#337ab7;border-color:#337ab7}
.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}
