/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset,button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

input,textarea {border:  none; box-shadow: none; outline: none;}

body{margin: 0 auto;overflow-x: hidden; width: 100%;}
/* 设置默认字体 */
body,
button, input, select, textarea {
    font: 16px/22px "Microsoft YaHei";color: #333;
}

h1 {font-size: 18px;font-family: "Microsoft Yahei";}
h2 {font-size: 16px;font-family: "Microsoft Yahei";}
h3 {font-size: 14px; font-family: "Microsoft Yahei"; font-weight:normal;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*覆盖bootstrape对标题加的默认外边距*/

address, cite, dfn, em, i, var {font-style: normal;} /* 斜体扶正 */

/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #333; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; color:#333;}


/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}
input[type="text"],input[type="button"], input[type="submit"], input[type="reset"]{
	-webkit-appearance: none;}
textarea {-webkit-appearance: none;}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {overflow-y: scroll;}

.til01{text-align: center;display: block;font-size:50px;color: #333;line-height:64px;height:140px;font-weight: normal;position: relative;margin: 0 auto;}
.til01 b{color: #32348a;}
.til01 a{display: block;color: #333;}
.til01 p{display: block;font-size: 24px;line-height:44px;opacity: 0.8;}
.til02,.til02 a,.til02 b{color: #fff;}

i,em{font-style:normal;}
.head{height:164px;background:#FFF;}
.head .hea-top{width: 75.3%; height:104px;margin:0 auto;}
.head .hea-top .logo{width:50%; height:104px; float:left;padding-top:26px; box-sizing: border-box;}
.head .hea-top .logo .t_logo{height:48px; float:left; line-height: 0; overflow: hidden;padding-top:5px;margin: 0px; margin-right: 25px;}
.head .hea-top .logo h2{float:left; padding-left:34px; background:url(../images/hea-xt.png) no-repeat left;margin: 0px;}
.head .hea-top .logo h2 span{display: block; height:29px; line-height: 29px;font-size: 20px; color:#231815; font-weight: normal;}
.head .hea-top .logo h2 em{display: block;height:29px; line-height: 29px;font-size: 19px;color:#231815;font-weight: bold;}
.head .hea-top .hea-tel{float:right;white-space: nowrap;
    line-height: 24px;
    font-size: 16px;
    background: url(../images/hea-tel1.png) no-repeat 0 45px;
    padding: 25px 60px 0 35px;
    color: #959595;}
.head .hea-top .hea-tel span {display: block;
    line-height: 30px;
    white-space: nowrap;
    font-size: 24px;
    color: #252525;
    font-family: Tw Cen MT;
    font-weight: bold;}
.head .menu{height:60px; background: url(../images/hea-navbj.jpg) no-repeat center;}
.head .menu .nav{width: 75.3%; height:60px;margin:0 auto;}
.head .menu .nav li{width:12.7%;height:60px; float:left; text-align: center; position: relative; line-height: 0;}
.head .menu .nav li:first-child{width:6%;}
.head .menu .nav li a{display: block;height:60px;line-height: 60px;font-size: 16px; color:#333333; position: relative;padding: 0px;}
.head .menu .nav li a:before{width:1px; height:10px; background:#dedede; content:""; position: absolute; right:0;top:27px;}
.head .menu .nav li:last-child a:before{display: none;}
.head .menu .nav li i{display: inline-block; width:0; height:2px;background: #013171;margin:-2px auto 0; transition: .5s; vertical-align: bottom;}
.head .menu .nav li:hover a,.head .menu .nav li.cur a{font-size: 16px; color:#013171; font-weight: bold;font-family: "思源黑体 CN";background: inherit;}
.head .menu .nav li:hover i,.head .menu .nav li.cur i{width:36px;}
@media screen and  (min-width:760px) and (max-width:1680px){
	.head .hea-top,.head .menu .nav{width:93.3%;}
}
.menu_pp {display: none;}
@media (max-width:767px) {
	.menu_pp {display: block;}
}
/*手机端菜单*/
	.bgs {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: auto;
		z-index: 90;
		width: 100%;
		background: rgba(0, 0, 0, 0.6);
	}
.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;
	padding: 0px 10px;
	font-family: arial;
	font-weight: bold;
	color: #333;
	font-size: 14px;
	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: 40px;
	position: relative;
}
.menu_pp_nav ul li span{
	font-size: 30px;
	color: #004da0;
	position: absolute;
	right: 35px;
	top: -3px;
}
.menu_pp_nav ul li p {
	line-height: 35px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.menu_pp_nav ul li p a {
	color: #666;
	font-weight: 300;
	border-top: 1px solid #ccc;
}
.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{
	max-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 #004da0;
	float: right;
	position: relative;
	right: 0;
	top: 4px;
	z-index: 61;
}
.logo_close span:first-of-type{
	display: block;
	background-color: #004da0;
	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: #004da0;
	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: 60;
	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: #004da0;
}
.menu_pp_two h2{
	font-size: 24px;
	padding: 30px 30px 10px;
}
.menu_pp_two h2 a {
	font-family: arial;
	color: #015198;
}
/*头部公共END END END*/
@media (min-width:300px) {
	/*手机端菜单图标*/
	.menu_icon{
		float: right;
		width: 40px;
		height: 40px;
		background-color: #015198;
		position: relative;
		top: 15px;
    right: 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) {
	.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*/
}


/* 首页Banner */
.rat-banner {
  width: 100%;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}
.rat-mbanner {display: none;}
.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:#E60012;
}
@media (max-width:767px) {
	.rat-banner {display: none;}
	.rat-mbanner {
		width: 100%;
		margin-top: 80px;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
		position: relative;
		display: block;
	}
	.rat-mbanner img {width: 100%;}
	.rat-mbanner .swiper-pagination-bullet{
		opacity: 1;
		width:10px;
		height:10px;
		background: #fff;
	}
	.rat-mbanner>.swiper-pagination-bullets{
		text-align: center;
		bottom: 5px;
	}
	.rat-mbanner .swiper-pagination-bullet-active{
		background:#ff8e01;
	}
}

/**/
.search{height:78px; border:1px solid #e9e9e9;border-left:0;border-right:0; box-sizing: border-box;}
.sea{height:76px;width:75.3%;margin:0 auto;}
.sea span{display: block; height:76px;float:left;}
.sea span i{display: block; height:76px; line-height: 76px; float:left;font-size: 14px; color:#555555; font-weight: bold;}
.sea span a{display: block; height:76px; line-height: 76px; float:left;font-size: 14px; color:#555555; margin-right: 36px;}
.sea span a:last-child{margin-right: 0;}
.sea .sou{width:276px; height: 46px;float:right; border:1px solid #e9e9e9;background-color: #fff; border-radius: 20px; overflow: hidden; box-sizing: border-box;margin-top: 17px;}
.sea .sou .txt{width:199px; height:44px; line-height: 44px;padding:0 10px; box-sizing: border-box;float:left;background: 0;border:0; font-size: 14px; color:#666;}
.sea .sou .btn{width:75px; height:44px;float:right; background: url(../images/sea-btn.png) no-repeat center; cursor: pointer;border: 0px;}
.sea .sou .txt::-webkit-input-placeholder{font-size: 14px; color:#666;}
.sea .sou .txt::-moz-placeholder{font-size: 14px; color:#666;}
@media screen and  (min-width:760px) and (max-width:1680px){
    .sea{width:93.3%;}
}
/**/
.guide{padding:87px 0 120px;background:url(../images/guide.jpg) no-repeat center bottom;}
.gui{width:75.3%; margin:0 auto;}
.gui .gui-left{width:594px;height:578px; float:left;padding-top:43px; position: relative;z-index:20;}
.gui .gui-left h2{margin-bottom: 28px;}
.gui .gui-left h2 span{display: inline-block; height:56px; line-height: 56px; font-size: 45px; color:#333333;padding-right:37px;font-weight: bold;background:url(../images/gui-yy.png) no-repeat right 11px;}
.gui .gui-left h2 em{display: block; height:73px; line-height: 73px;font-size: 55px;color:#003171; font-weight: bold;}
.gui .gui-left strong{display: block; line-height: 1.8; font-weight: normal;font-size: 18px; color:#333333; font-family: "思源黑体 CN"; margin-bottom: 37px;}
.gui .gui-left .aboutmore {width:180px; height:47px;background:#C00; margin-bottom: 94px; text-align: center;}
.gui .gui-left .aboutmore a {color: #fff; font-size: 14px; line-height: 47px;}
.gui .gui-left .gui-sz{width:973px; height:138px; background: #FFF;box-shadow: 0px 0px 10px rgba(0,0,0,0.2);padding-top:24px; box-sizing: border-box;}
.gui .gui-left .gui-sz ul li{float:left; height:83px;border-right:1px solid #eeeeee;}
.gui .gui-left .gui-sz ul li span{display: block;text-align: center;height:56px;}
.gui .gui-left .gui-sz ul li span em{display: inline-block; height:56px; line-height: 56px;font-size: 42px; color:#003171; font-weight: bold;}
.gui .gui-left .gui-sz ul li span i{display: inline-block; width:17px; height: 17px; background:#E60012;border-radius: 50%; text-align: center; line-height: 17px;font-size: 13px;color:#FFFFFF; vertical-align: bottom;margin:0 0 5px -8px;}
.gui .gui-left .gui-sz ul li p{height:27px;font-size: 14px; line-height: 27px; color:#333333;text-align: center;}
.gui .gui-left .gui-sz ul li:nth-child(4) p{padding-left:46px;}
.gui .gui-left .gui-sz ul li:nth-child(5) p{padding-left:23px;}
.gui .gui-left .gui-sz ul li:last-child{border-right:0;}
.gui .gui-rig{width:786px; height: 533px;overflow: hidden;float:right;}
.gui .gui-rig .gui-con,.gui .gui-rig .gui-con .con{height:100%;}
.gui .gui-rig span{display: block; width:100%;height:100%; line-height: 0; overflow: hidden;}
.gui .gui-rig span img{width: 100%;height:100%; transition: 1s;}
.gui .gui-rig span:hover img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);}
@media screen and  (min-width:760px) and (max-width:1680px){
    .gui{width:93.3%;}
    .gui .gui-left{width:50%;height:540px;}
    .gui .gui-rig{width:45%;}
}
/* 首页产品 */
.pro-top{height:775px;background:url(../images/product.jpg) no-repeat center top;padding-top:80px; box-sizing: border-box; overflow: hidden; /*margin-bottom: 30px;*/}
.pro-top h2{text-align: center; margin-bottom: 45px;}
.pro-top h2 span{display: inline-block; height:70px; line-height: 70px;font-size: 50px; color:#FFF;padding:0 21px;position: relative; font-weight: normal;}
.pro-top h2 span:before{width:15px; height:20px; background:url(../images/tit-left.png) no-repeat center; content:""; position: absolute; left:0;top:26px;}
.pro-top h2 span:after{width:15px; height:20px; background:url(../images/tit-rig.png) no-repeat center; content:""; position: absolute; right:0;top:26px;}
.pro-top h2 em{display: block; height:44px; line-height: 44px;font-size: 24px; color:#e0e0e0;font-weight: normal;}
.pro-top .pro-con{width: 75.3%; height:513px;margin:0 auto; position: relative;padding-top:31px; box-sizing: border-box;}
.pro-top .pro-con ul li{width:575px; height:85px; margin-bottom: 89px;}
.pro-top .pro-con ul li i{display: block; width:74px; height:84px;overflow: hidden;}
.pro-top .pro-con ul li i img{width:100%; transition: .5s;}
.pro-top .pro-con ul li h4{padding-top:3px;}
.pro-top .pro-con ul li h4 span{display: block; height:41px; line-height: 41px;font-size: 28px; color:#ffffff;font-weight: bold; font-family: "思源黑体 CN";}
.pro-top .pro-con ul li h4 p{height:33PX;line-height: 33px;font-size: 17px; color:rgba(255,255,255,0.66); font-weight: normal;}
.pro-top .pro-con ul li.odd{float:left;}
.pro-top .pro-con ul li.even{float:right;}
.pro-top .pro-con ul li.odd i{float:left; margin-right: 21px;}
.pro-top .pro-con ul li.even i{float:right; margin-left: 21px;}
.pro-top .pro-con ul li.odd h4{float:left;}
.pro-top .pro-con ul li.even h4{float:right; text-align: right;}
.pro-top .pro-con ul li:hover i img{margin-top:-84px;}
.pro-top .pro-con .pro-cen{width:630px; position: absolute; left: 50%; transform: translate(-50%, 0px); top:0;}
.pro-top .pro-con .pro-cen i{display: block; width:275px; height:432px; margin:0 auto 30px; line-height: 0; overflow: hidden;}
.pro-top .pro-con .pro-cen i img{width:100%;}
.pro-top .pro-con .pro-cen p em{display: block;float:left; height:20px; line-height: 20px; font-size: 18px; color:#FFF; font-weight: bold; padding-left:28px;background:url(../images/pro-dd.png) no-repeat left; margin-left: 38px;}
.pro-top .pro-con .pro-cen p em:first-child{margin-left: 0;}
.pro-bot{background:#f5f5f5; padding:45px 12px 60px 20px }
.pro-bot con {overflow: hidden;}
.pro-bot ul li{float:left;padding:22px 0;background:#FFF; margin-right: 12px; width: 49.5%;}
.pro-bot ul li dl dt{width:71.3%; line-height: 0; overflow: hidden; float:right;}
.pro-bot ul li dl dt img{width:100%;}
.pro-bot ul li dl dd{width:28.7%;float:left;padding:47px 0 0 5%; box-sizing: border-box;}
.pro-bot ul li dl dd h4{height:89px; line-height: 89px; margin-bottom: 21px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.pro-bot ul li dl dd h4 a{font-size: 28px; color:#1e1e1e; font-weight: bold;padding-left:13px; background:url(../images/pro-xt.png) no-repeat left; font-weight: bold;}
.pro-bot ul li dl dd p{margin-bottom: 53px;}
.pro-bot ul li dl dd p em{display: block;height:36px;line-height: 36px;background:url(../images/pro-dd.png) no-repeat left;padding-left:27px;}
.pro-bot ul li dl dd p em a{font-size: 19px; color:#1e1e1e; font-family: "思源黑体 CN";}
.pro-bot ul li dl dd strong{display: block; width:159px; height:44px; background:url(../images/pro-kk.png) no-repeat center;}
.pro-bot ul li dl dd strong a{display: block;width:159px;height:44px; text-align: center;}
.pro-bot ul li dl dd strong i{display: inline-block; height:44px;line-height: 44px;padding-right:41px;background:url(../images/pro-jt.png) no-repeat right; font-weight: normal;}
.pro-bot ul li:last-child{float:right;}
@media screen and  (min-width:760px) and (max-width:1680px){
    .pro-top .pro-con{width:93.3%;}
    .pro-bot ul li dl dd h4 a{font-size: 20px;}
    .pro-bot ul li dl dd p em a{font-size: 16px;}
}

.rat-index-salenet {
	background: url(../images/sl_map.png) no-repeat;
	background-position: center 60px;
	padding: 80px 0px 120px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-salenettitle {
	padding: 0px;
	margin: 0px 0px 50px;
	overflow: hidden;
	text-align: center;
}
.rat-index-salenettitle h3 {
	color: #5c5c5c;
	font-size: 72px;
	line-height: 1.8;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-salenettitle h3 span {color: #013171;}
.rat-index-salenettitle p {
	font-size: 16px;
	color: #999;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.rat-index-salenetinfo {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-salenetinfo p {
	line-height: 1.6;
	color: #333333;
	font-size: 34px;
	padding: 0px;
	margin: 0px 0px 5px;
	overflow: hidden;
	text-align: center;
}
.rat-index-salenetinfo ul {
	width: 50%;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
}
.rat-index-salenetinfo li {
	width: 50%;
	font-size: 16px;
	line-height: 2;
	color: #666;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: left;
}
.rat-index-salenetinfo li.usa {
	background: url(../images/iq_usa.jpg) no-repeat left center !important;
	text-indent: 30px !important;
}
.rat-index-salenetinfo li.de {
	background: url(../images/iq_de.jpg) no-repeat left center !important;
	text-indent: 30px !important;
}
.rat-index-salenetinfo li.en {
	background: url(../images/iq_en.jpg) no-repeat left center !important;
	text-indent: 30px !important;
}
.rat-index-salenetinfo li.fl {
	background: url(../images/iq_fl.jpg) no-repeat left center !important;
	text-indent: 30px !important;
}
.rat-index-salenetinfo li.ind {
	background: url(../images/iq_ind.jpg) no-repeat left center !important;
	text-indent: 30px !important;
}
.rat-index-salenetinfo li.ja {
	background: url(../images/iq_ja.jpg) no-repeat left center !important;
	text-indent: 30px !important;
}
.rat-index-salenetinfo li.kr {
	background: url(../images/iq_kr.jpg) no-repeat left center !important;
	text-indent: 30px !important;
}
.rat-index-salenetinfo li.sd {
	background: url(../images/iq_sd.jpg) no-repeat left center !important;
	text-indent: 30px !important;
}
.rat-index-salenetinfo li.fr {
	background: url(../images/iq_fr.jpg) no-repeat left center !important;
	text-indent: 30px !important;
}

/*优势*/
.edge{font-family:"Microsoft Yahei";font-size:16px;position: relative;line-height:27px;padding:82px 0 0;color: #666;background: #f2f2f2;}
.edge1{height:495px;position: relative;z-index: 1;overflow: hidden;}
.edge3{background:url(../images/edgebg3.jpg) no-repeat center 0;}
.edge_p{height:495px;width: 50%;}
.edge_p3{width: 55.625%;}
.edge_p1{background:url(../images/edge_pic1.jpg) no-repeat 0 0;}
.edge_p2{background:url(../images/edge_pic2.jpg) no-repeat right 0;}
.edge_p4{background:url(../images/edge_pic4.jpg) no-repeat 0 0;}
.edge_w{width: 44.48%;}
.edge_wx{width: 40.1%;}
.edge_w3{width: 413px;}
.edge_w1{width:498px;padding:60px 20px 0 0;}
.edge_w1 h3{height:195px;line-height:47px;font-size:32px;white-space: nowrap;color: #333;font-weight: normal;}
.edge_w1 h3 span{height: 128px;font-size: 42px;line-height: 47px;color: #32348a;font-weight: bold;display: block;overflow: hidden;}
.edge_w1 h3 em{display: block;height:100px;background:url(../images/edge_ico1.png) no-repeat 0 0;width: 100px;font-family: Arial;padding: 26px 0 0 22px;font-size: 52px;float: left; margin-right: 20px;}
.edge_w3 h3 em{background:url(../images/edge_ico2.png) no-repeat 0 0;}
.edge_w1 p{display: block;padding: 0 0 28px;}
.edge_w ul{padding:0 0 18px;position: relative;}
.edge_w li{padding:0 0 18px;position: relative;}
.edge_w li b{font-weight: normal;color: #cc0007;}
.more01{float: left;text-align: center;}
.plan_c dd span a,.more01 a{display: block;color: #fff;border-radius: 17px;padding: 0px 20px; background: #1f227d;
    -webkit-gradient(linear, left top, right bottom, from(#3e4092), to(#1f227d)): ;
    background-image: -webkit-linear-gradient(left, #3e4092, #1f227d);
    background-image: -moz-linear-gradient(left, #3e4092, #1f227d);
    background-image: -o-linear-gradient(left, #3e4092, #1f227d);
    background-image: -ms-linear-gradient(left, #3e4092, #1f227d);
    background-image: linear-gradient(left, #3e4092, #1f227d);}

.honner{width:666px;position: relative;padding: 90px 0 0;}
.poster-main .poster-btn{ width:38px; height:38px; position: absolute; cursor:pointer;  display:block; z-index: 10;}
.poster-main .poster-btn a { position: absolute; top:164px; }
.poster-main .poster-prev-btn a { right:0; }
.poster-main .poster-next-btn a { left:0; }
.poster-main .poster-next-btn{left:-60px;top:130px;}
.poster-main .poster-prev-btn{right:-60px;top:130px;}
.poster-main .poster-next-btn a{ background: url(../images/prev2.png) no-repeat; width:38px; height:38px; display:block;}
.poster-main .poster-prev-btn a{ background: url(../images/next2.png) no-repeat; width:38px; height:38px; display:block;}
.poster-item{position: relative; margin: 0 auto;}
.poster-item em{position: absolute;left:0;width: 100%;height: 60px;line-height: 60px;color: #000;text-align: center; display: none;  overflow: hidden; }
.poster-main .poster-list .poster-item img {display: block;width: 100%;}
.poster-main {position: relative;margin: 0 auto 40px;}
.poster-main .poster-list .poster-item {position: absolute;left: 0;top: 0;}
.poster-main .poster-btn {position: absolute;top: 0;cursor: pointer;}
/**/
.solution{padding-top:93px; box-sizing: border-box;}
.solution h2{text-align: center; margin-bottom: 35px;}
.solution h2 span{display: inline-block; height:68px; line-height: 68px;font-size: 50px; color:#333333;padding:0 21px;position: relative; font-weight: bold;}
.solution h2 span:before{width:15px; height:20px; background:url(../images/tit-left.png) no-repeat center; content:""; position: absolute; left:0;top:26px;}
.solution h2 span:after{width:15px; height:20px; background:url(../images/tit-rig.png) no-repeat center; content:""; position: absolute; right:0;top:26px;}
.solution h2 em{display: block; height:42px; line-height: 42px;font-size: 24px; color:#666666;font-weight: normal;}
.solution .sol-con{width:100%;height:840px;position: relative;}
.solution .sol-con .sol-list,.solution .sol-con .sol-pic{height:840px;}
.solution .sol-con .sol-pic{position: relative;width:100%;}
.solution .sol-con .sol-pic img {max-width: inherit;}
.solution .sol-con .sol-pic span{display: block; width:100%; height:100%; line-height: 0; overflow: hidden;}
.solution .sol-con .sol-pic span img{width:100%;height:100%;}
.solution .sol-con .sol-pic .sol-left{width:50%; height:840px;padding:106px 0 0 178px; box-sizing: border-box; position: absolute; left:0; top:0;}
.solution .sol-con .sol-pic .sol-left i{display: block; width:32px; height:2px; background: #E60012; margin-bottom: 31px;}
.solution .sol-con .sol-pic .sol-left h4{width:342px;}
.solution .sol-con .sol-pic .sol-left h4 em{display: block; line-height:23px; font-size: 16px; color:rgba(255,255,255,0.37); text-transform: uppercase; font-weight: normal;}
.solution .sol-con .sol-pic .sol-left h4 span{display: block; height:62px;line-height: 62px;font-size: 42px; color:#FFF; font-weight: bold; font-family: "思源黑体 CN"; margin-bottom: 16px;}
.solution .sol-con .sol-pic .sol-left p{ line-height:27px;font-size: 16px; color:#FFF; margin-bottom: 372px;width:342px; }
.solution .sol-con .sol-pic .sol-left strong{display: block; width:159px; height: 44px; background:url(../images/sol-kk.png) no-repeat center;}
.solution .sol-con .sol-pic .sol-left strong a{display: block; height:44px; text-align: center;}
.solution .sol-con .sol-pic .sol-left strong em{display: inline-block; height:44px; line-height: 44px;font-size:14px; color:#FFF;padding-right:40px;background:url(../images/sol-jt1.png) no-repeat right;font-weight: normal;}
.solution .sol-con .sol-hd{width:50%; height:840px;background:rgba(0,49,113,0.77); position: absolute;right:0;top:0;}
.solution .sol-con .sol-hd ul li{height:210px;border-bottom:1px solid rgba(255,255,255,0.18); box-sizing: border-box; transition: .5s;}
.solution .sol-con .sol-hd ul li a{display: block;height:208px;padding:19px 106px 0 42px; box-sizing: border-box;}
.solution .sol-con .sol-hd ul li i{display: block;  height:80px; line-height: 80px;font-size: 62px; color:rgba(255,255,255,0.1); font-family: "Impact"; margin-bottom: 26px; transition: .5s;}
.solution .sol-con .sol-hd ul li span{display: block; height:37px; line-height: 37px;font-size: 26px; color:#FFF; font-family: "思源黑体 CN";}
.solution .sol-con .sol-hd ul li p{height:24px; line-height: 24px;font-size: 16px; color:rgba(255,255,255,0.37); text-transform: uppercase; background:url(../images/sol-jt.png) no-repeat right;}
.solution .sol-con .sol-hd ul li:last-child{border-bottom:0;}
.solution .sol-con .sol-hd ul li.cur{background: rgba(255,255,255,0.25);}
.solution .sol-con .sol-hd ul li.cur i{color:#E60012;}
.solution .sol-con .sol-hd ul li.cur p{background:url(../images/sol-jt_h.png) no-repeat right;}

/**/
.newsbj{ background:#fff; position: relative; padding: 60px 0px 30px;}
.rat-index-news{padding-top:0px;position: relative;z-index:30;}
.rat-index-news h2{text-align: center; }
.rat-index-news h2 span{display: inline-block; height:95px; line-height: 95px;font-size: 50px; color:#333333;padding:0 25px;position: relative; font-weight: bold; font-family: "思源黑体 CN";}
.rat-index-news h2 span:before{width:15px; height:20px; background:url(../images/tit-left.png) no-repeat center; content:""; position: absolute; left:0;top:41px;}
.rat-index-news h2 span:after{width:15px; height:20px; background:url(../images/tit-rig.png) no-repeat center; content:""; position: absolute; right:0;top:41px;}
.rat-index-news .list-group {
	width: 100%;
	padding: 0px 0px 20px;
	background-color: #f8f8f8
}
.rat-index-news .list-group img {width: 100%;}
.rat-index-news .list-group .thumb {
	position: relative
}
.rat-index-news .list-group ul {
	height: 320px;
	padding: 15px 20px 0
}
.rat-index-news .list-group ul>li {
	line-height: 34px;
	font-size: 12px
}
.rat-index-news .list-group ul>li .tit {
	float: left;
	width: 60%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.rat-index-news .list-group ul>li .date {
	float: right
}
.rat-index-news .list-group .more {
	display: block;
	margin: 0 auto;
	width: 90px;
	height: 30px;
	background-color: #eee;
	color: #666;
	font-size: 12px;
	line-height: 30px;
	text-align: center
}
.rat-index-news .list-group .more:hover {
	opacity: .9
}
.rat-index-news .list-group+.list-group {
	border-left: 2px solid #f8f8f8
}

.case {padding: 0px 0px 50px; margin: 0px; overflow: hidden;}
.cas-ml h4{height:67px; margin-bottom:0px; }
.cas-ml h4 span{display: block;height:67px; line-height: 67px; float:left; padding:0 24px;font-size: 28px; color:#333333; font-family: "思源黑体 CN"; font-weight: bold; position: relative;}
.cas-ml h4 span:before{width:15px; height:20px; background:url(../images/tit-left.png) no-repeat center; content:""; position: absolute; left:0;top:26px;}
.cas-ml h4 span:after{width:15px; height:20px; background:url(../images/tit-rig.png) no-repeat center; content:""; position: absolute; right:0;top:26px;}
.cas-ml h4 i{display: block; height:67px; line-height: 67px; float:right;position: relative; font-size: 14px; color:#333333; font-weight: normal; text-transform: uppercase;}
.cas-ml h4 i:before{width:750px; height:1px; background: #EAEAEA; content:""; position: absolute; left:-760px; top:34px;}
.cas-ml p{font-size: 16px; margin-bottom:32px; }
.cas-ml .cas-bd{overflow: hidden;}
.cas-ml .cas-bd ul li{float:left;width:188px !important; height:82px;border:1px solid rgba(197,197,197,0.57); box-sizing: border-box; margin-right: 13px;}
.cas-ml .cas-bd ul li a{display: block; width:100%; height:105px;}
.cas-ml .cas-bd ul li i{display: block; width:183px; height:80px; margin:0 auto; line-height: 0; overflow: hidden;}
.cas-ml .cas-bd ul li i img{width: 100%;}

/*风采展示*/
.show{position: relative;text-align: center;font-size: 16px; padding: 20px 0px 30px;}
.show_t{height:38px;line-height:38px;position: relative;z-index:1;width: 480px;margin: 0 auto 28px;font-size: 18px;overflow: hidden;}
.show_t li{height:38px;color: #fff;width: 146px;float: left;border-radius: 19px;}
.show_t li:nth-child(2){margin: 0 14px;}
.show_t li a{color: #fff;display: block;}
.show_t li{background:#666;-webkit-gradient(linear, left top, right bottom, from(#999), to(#666)); 
    background-image: -webkit-linear-gradient(left, #999, #666); 
    background-image: -moz-linear-gradient(left, #999, #666); 
    background-image: -o-linear-gradient(left, #999, #666); 
    background-image: -ms-linear-gradient(left, #999, #666); 
    background-image: linear-gradient(left, #999, #666);}
.show_t li.cur{background:#1f227d;-webkit-gradient(linear, left top, right bottom, from(#3e4092), to(#1f227d)); 
    background-image: -webkit-linear-gradient(left, #3e4092, #1f227d); 
    background-image: -moz-linear-gradient(left, #3e4092, #1f227d); 
    background-image: -o-linear-gradient(left, #3e4092, #1f227d); 
    background-image: -ms-linear-gradient(left, #3e4092, #1f227d); 
    background-image: linear-gradient(left, #3e4092, #1f227d);}
.show_c1{position: relative;}
.prev2,.next2{width: 54px;height: 24px;display: block;cursor: pointer;z-index: 9;top:87px;right:-88px;background:url(../images/next1.png) no-repeat 0 0;overflow: hidden;position: absolute;}
.prev2{left:-88px;background:url(../images/prev1.png) no-repeat 0 0;}
.prev2:hover,.next2:hover{background-position: 0 bottom;}
.show_cl{overflow: hidden;}
.show_c li{float: left;margin:0 38px 0 0;position: relative;border: 1px solid #eee;}
.show_c li,.show_c li p,.show_c li p img,.show_c li span{width: 270px;height:203px;display: block;overflow: hidden;}
.show_c li span{display: none;position: absolute;left: 0;top: 0;background: rgba(50 , 52 , 138 , 0.7);}
.show_c li span a{background:url(../images/ico02.png) no-repeat center 67px;padding: 99px 0 0;line-height: 42px;color: #fff;display: block;}
.show_c li:hover span{display:block;}


/* 底部信息 */
.rat-footer-all {
	background-color: #323c44;
	padding: 0px;
	margin: 0px 0px 0px;
}
.rat-footer-top {
	padding: 50px 0px;
	margin: 0px;
}
.rat-footer-contact .phone {
	font-family: Arial;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 6px;
	color: #fff;
}
.rat-footer-contact .contactinfo {
	display: flex;
	color: #fff;
	padding: 8px 5px;
	line-height: 20px;
}
.rat-footer-contact .contactinfo i {
	color: #fff;
	margin-right: 10px;
	font-size: 15px;
	margin-top: 5px;
}
.rat-footer-contact .contactinfo p {
	font-size: 14px;
	line-height: 1.8;
	margin: 0px;
}
.rat-footer-contact .feedback-btn {
	width: 136px;
	height: 36px;
	margin-top: 2px;
	color: #ccc;
	background: #f5f5f5;
	line-height: 0;
	display: inline-block;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	background: #fff;
	border: 1px solid #dcdfe6;
	color: #606266;
	-webkit-appearance: none;
	text-align: center;
	box-sizing: border-box;
	outline: none;
	margin: 0;
	transition: .1s;
	font-weight: 500;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	padding: 12px 20px;
	font-size: 14px;
	border-radius: 4px;
}
.rat-footer-mune {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: left;
}
.rat-footer-mune li {
	padding: 0px;
	margin: 0px 120px 0px 0px;
	overflow: hidden;
	float: left;
}
.rat-footer-mune li:last-child {margin-right: 0px;}
.rat-footer-munetitle {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 15px;
	overflow: hidden;
}
.rat-footer-munelm {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-footer-munelm a {
	display: block;
	font-size: 13px;
	line-height: 2.2;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	color: #fff;
}
.rat-footer-qrCode {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	text-align: left;
	float: right;
}
.rat-footer-qrCode img { width: 110px;}
.rat-footer-qrCode p {
	font-size: 12px;
	color: #fff;
	line-height: 16px;
	text-align: center;
	padding: 10px 0px 0px;
	margin: 0px;
	overflow: hidden;
}

/* 底部版权 */
.rat-footer-bottom {
	background-color: #000;
	padding: 10px 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-footer-copyright {
	font-size: 14px;
	line-height: 1.8;
	color: #fff;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-footer-copyright a {color: #fff; margin-left: 20px;}

@media (max-width:767px) {
	.til01 {font-size: 32px;line-height: 45px; height: 100px;}
	.til01 p {font-size: 18px; line-height: 30px;}
	.head {height: auto;}
	.head .hea-top {width: 100%; padding: 0px 10px;height: auto;}
	.head .hea-top .logo {width: auto;padding: 10px 0px;height: auto;}
	.head .hea-top .logo .t_logo {margin-right: 15px;}
	.head .hea-top .logo h2 {padding: 6px 0px 6px 20px;}
	.head .hea-top .logo h2 span {height: 20px; line-height: 20px; font-size: 16px;}
	.head .hea-top .logo h2 em {height: 20px; line-height: 20px; font-size: 13px;}
	.head .hea-top .hea-tel,.head .menu {display: none;}
	.search {height: auto;overflow: hidden; display: none;}
	.sea {padding: 10px; width: 100%; height: auto;overflow: hidden;}
	.sea span {display: none;}
	.sea .sou {width: 100%; margin: 0px; height: auto;}
	.sea .sou .txt {width: calc(100% - 80px); height: 30px; line-height: 30px;}
	.sea .sou .btn {height: 30px;}
	
	.guide {padding: 20px 0px;}
	.gui {width: 100%; padding: 0px 10px;}
	.gui .gui-left {width: 100%; height: auto; padding-top: 0px;padding-bottom: 20px;}
	.gui .gui-left h2 {margin-bottom: 20px;}
	.gui .gui-left h2 span {height: 40px; line-height: 40px; font-size: 26px;}
	.gui .gui-left h2 em {height: 50px; line-height: 50px; font-size: 38px;}
	.gui .gui-left strong {margin-bottom: 20px; font-size: 15px;}
	.gui .gui-left .aboutmore {width: 100%; height: 35px; margin-bottom: 15px;}
	.gui .gui-left .aboutmore a {line-height: 35px;}
	.gui .gui-left .gui-sz {width: 100%; height: auto; overflow: hidden;}
	.gui .gui-left .gui-sz ul li {width: auto !important;padding: 0px 25px;}
	.gui .gui-left .gui-sz ul li:nth-child(3) {border-right: 0px;}
	.gui .gui-left .gui-sz ul li:last-child {width: 100% !important; border-top: 1px solid #f0f0f0;}
	.gui .gui-left .gui-sz ul li:nth-child(4) p {text-align: center !important; padding-left: 0px;}
	.gui .gui-left .gui-sz ul li span {height: 50px;}
	.gui .gui-left .gui-sz ul li span em {font-size: 26px; height: 50px; line-height: 50px;}
	.gui .gui-rig {width: 100%; height: auto;}
	
	.pro-top {height: auto; padding-top: 30px;}
	.pro-top h2 {margin-bottom: 20px;}
	.pro-top h2 span {font-size: 28px; line-height: 45px; height: 45px;}
	.pro-top h2 em {font-size: 16px; height: 50px; line-height: 25px; padding: 0px 20px;}
	.pro-top .pro-con {width: 100%; padding: 0px 10px; height: auto;}
	.pro-top .pro-con ul li {width: 50%; height: auto; margin-bottom: 15px;}
	.pro-top .pro-con ul li i {width: 45px; height: 55px; margin-right: 10px; display: none;}
	.pro-top .pro-con ul li i img {margin-top: -50px;}
	.pro-top .pro-con ul li h4 span {line-height: 30px; height: 30px; font-size: 16px;}
	.pro-top .pro-con ul li h4 p {line-height: 25px; height: 25px; font-size: 14px;}
	.pro-top .pro-con .pro-cen {position: inherit;width: 100%; text-align: center;overflow: hidden;padding-bottom: 20px;}
	.pro-top .pro-con .pro-cen i img {height: 350px;width: auto;}
	.pro-top .pro-con .pro-cen i {height: auto; margin-bottom: 15px;}
	.pro-top .pro-con .pro-cen p {text-align: center;}
	.pro-top .pro-con .pro-cen p em {font-size: 16px; margin-bottom: 20px;}
	.pro-top .pro-con .pro-cen p em:first-child {margin-left: 20px;}
	.pro-bot {padding: 25px 12px 30px 10px;}
	.pro-bot ul li dl dt,.pro-bot ul li dl dd {width: 100%; padding: 0px;}
	.pro-bot ul li dl dd p {display: none;}
	.rat-index-salenet {padding: 25px 0px;background-size: auto 90%;}
	.rat-index-salenettitle {margin-bottom: 20px;}
	.rat-index-salenettitle h3 {font-size: 38px;}
	.rat-index-salenetinfo p {font-size: 24px;}
	.rat-index-salenetinfo ul {width: 100%;padding: 0px 10px;}
	.rat-index-salenetinfo li {width: 33.3333%;}
	.rat-index-salenetinfo li:last-child {width: 100%; text-align: center;}
	.edge {padding: 25px 0px 0px; background: #fff;}
	.edge1 {height: auto; margin-bottom: 0px; padding-bottom: 30px; padding-top: 30px; background: none;}
	.edge2,.edge4 {background-color: #f2f2f2;}
	.edge_p,.honner {width: 100%; display: none;}
	.edge_w {width: 100%; padding: 0px 10px;}
	.edge_wx {width: 100%;}
	.edge_w1 {width: 100%; padding: 0px;}
	.edge_w1 h3 em {height: 80px;background-size: 80px 80px;width: 80px;font-size: 42px;}
	.edge_w3 h3 em {background: url(../images/edge_ico1.png) no-repeat 0 0;background-size: 80px 80px;}
	.edge_w1 h3 span {height: 90px;font-size: 28px;line-height: 38px;}
	.edge_w1 h3 {font-size: 26px; height: auto; margin-bottom: 15px;}
	.edge_w1 p {padding-bottom: 15px; font-size: 15px;}
	
	
	.newsbj {padding: 25px 0px;}
	.rat-index-news h2 span {font-size: 28px; line-height: 60px; height: 60px;}
	.rat-index-news h2 span:before,.rat-index-news h2 span:after {top: 20px;}
	.case {padding-bottom: 15px;}
	.cas-ml h4 span {font-size: 24px; line-height: 50px; height: 50px;}
	.cas-ml h4 span:before,.cas-ml h4 span:after {top: 15px;}
	.cas-ml h4 i {line-height: 50px; height: 50px; font-size: 13px;}
	.cas-ml h4 i:before {display: none;}
	.show_t {width: 100%; padding: 0px 10px; margin-bottom: 15px;height: 30px;line-height: 30px; font-size: 16px;}
	.show_t li {height: 30px; width: 30%;}
	.show_cl {margin: 0px 10px;}
	.show_c li {margin-right: 15px;}
	
	.rat-footer-all {margin: 0px;}
	.rat-footer-top {padding: 20px 0px;}
}

/* 内页开始 */
.rat-ny-infoall {
	padding: 10px 0px 50px;
	margin: 0px;
	overflow: hidden;
}
.rat-ny-title {
	height: 46px;
	line-height: 46px;
	font-weight: normal;
	border-bottom: 2px solid #dfdfdf;
	margin: 0 0 30px;
}
.rat-ny-title b {
  display: inline-block;
	font-size: 24px;
	font-weight: normal;
	line-height: 43px;
	color: #464646;
	padding-left: 30px;
	padding-right: 10px;
	border-bottom: 2px solid #333333;
	background: url(../images/p14-icon11.png) no-repeat 0 center;
}
.rat-ny-title span {
	font-size: 18px;
	font-family: Arial;
	color: #c2c2c1;
	text-transform: uppercase;
}
.p102-curmbs-1{height: 40px;line-height: 40px;font-size: 14px;color: #808080;margin: 0px 0px 20px;}
.p102-curmbs-1 b {
	font-weight: normal;
	padding-left: 35px;
	background: url(../images/p102-curmbs-icon1.png) no-repeat left center;
}
.p102-curmbs-1 i {
	font-style: normal;
}
.p102-curmbs-1 span {
	font-family: 宋体;
	height: 46px;
	line-height: 46px;
	padding: 0px 5px;
}
.p102-curmbs-1 a{color: #808080;}
.p102-curmbs-1 a:hover{color: #013171;}

.tl-fdh-02 {
	height: 55px;
	background: #fff;
	margin-bottom: 20px;
	overflow: hidden;
}
.tl-fdh-02 li {
	width: 20%;
	height: 55px;
	font-size: 18px;
	line-height: 55px;
	text-align: center;
	float: left;
	border-right: 1px solid #eee;
	margin-right: -1px;
	background: #efefed;
	cursor: pointer;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.tl-fdh-02 li a {
	display: block;
	height: 55px;
	color: #595757;
}
.tl-fdh-02 li.sidenavcur,
.tl-fdh-02 li:hover {
	background: url(../images/p16-icon6.png) no-repeat bottom center #013171;
	border-color: #013171;
}
.tl-fdh-02 li.sidenavcur a,
.tl-fdh-02 li:hover a {
	color: #fff;
}
/* 公司简介 */
.rat-ny-editor {
	line-height: 30px;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-about-img {
	padding: 0px;
	margin-right: 50px;
	overflow: hidden;
}
.daily {
	margin-top: 30px;
	padding: 15px 0px 15px 0px;
	justify-content: space-between;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}
.daily li {
	list-style：none;
	float: left;
	width: 20%;
	padding-left: 60px;
	box-sizing: border-box;
	color: #284a78;
}
.daily li:last-child {width: 40%;border-right: none;}
.daily li span {
	display: block;
	font-size: 16px;
	line-height: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #333333;
	font-family: "微软雅黑";
}
.daily li em {
	display: block;
	font-size: 48px;
	font-family: Impact;
	line-height: 100%;
	transition: .3s;
	font-style: normal;
}
.daily li i {
	display: inline-block;
	width: 27px;
	height: 27px;
	background: #e84c50;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 27px;
	margin-left: 10px;
	vertical-align: bottom;
	margin-bottom: 6px;
	font-style: normal;
}
.daily li:hover em,
.daily li:hover span {
	animation: bounceIn 1s;
	-webkit-animation: bounceIn 1s;
	font-style: normal;
}
.daily li:hover em {
	color: #e10416;
	font-style: normal;
}

/* 图片展示 */
.rat-img-one {
	padding: 0px;
	margin: 0px 0px 15px;
	background: #f0f0f0;
	overflow: hidden;
}
.rat-img-oneimg {
	border: 1px solid #e5e5e5;
	padding: 10px 9px;
	background: #fff;
}
.rat-img-onename {
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #f0f0f0;
	color: #4b4a4a;
}
/* 在线订单 */
.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 label {width: 60px; line-height: 20px; font-size: 14px; margin: 0px; font-weight: 300; float: left;}
.rat-contact-message ul li #message {
	height: 95px;
	border: none;
	background: none;
	width: calc(100% - 65px);
	font-size: 14px;
	float: right;
}
.rat-contact-message ul li input {
	border: none;
	background: none;
	width: calc(100% - 65px);
	font-size: 14px;
	float: right;
}
.rat-contact-message ul li input:focus,.rat-contact-message ul li #message:focus  {outline: initial;}
input:-internal-autofill-selected {background-color: initial;}
.rat-contact-message button {
	display: inline-block;
	width: 190px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #333;
	font-size: 16px;
	border: 0px;
}
.rat-map {
	width:100%;
	height:380px;
	margin:0 auto;
	border:1px solid #ddd;
	font-size: 14px;
}

/* 文件下载 */
.rat-down-info {
	padding: 0px;
	margin: 0px 0px 0px;
	overflow: hidden;
}
.rat-down-infodetails {
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	padding: 0px;
	margin: 15px 0px 0px;
	overflow: hidden;
}
.rat-mt10 {margin-top: 15px;}
.downinfo{ border:1px solid #eaedf4; margin: 0px 5px 10px; padding: 10px 0px; font-size: 14px;}
.downinfo:hover{box-shadow: 0 0 6px rgba(0,0,0,.15);}
.downinfo .icon{color:#ccc; margin-right:5px;}
.downinfo .rat-rad{background-color: #C00; border: 1px solid #C00;}
.downinfo .line{border-left: 1px solid #eaedf4;}
.downinfo .line h4 {font-size: 16px;}
/* 新闻 */

.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 #013171;
    color: #013171;
    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: #013171;
    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;
}
.rat-news-detailsinfo p{
	margin:0;
	line-height: 24px;
	margin-bottom: 10px;
}

.rat-news-detailsinfo p img{
	padding:20px 0;
	margin-bottom: 10px;
	width: 70%;
	display: block;
	margin:0 auto;
	/*height: 100%;*/
}
.news_list1_title1{
	font-size:12px;
	color:#000;
}
.news_list1_title1 span{
    display: inline-block;
	font-size:12px;
	background:#013171;
	color:#fff;
	padding:0 5px;
	margin-right:20px;
}
.news_list1_title2{
	margin-top:20px;
	font-size:22px;
	color:#013171;
	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 #013171;
	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 #013171;
	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 #013171;
	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 #013171;
	border-radius: 50%;
}
.news_list1_next_bg img{
	position: absolute;
	top: -3px;
	left: -10px;
	max-width: initial;
}
/* 产品展示 */
.rat-prolist-all {}
.rat-prolist-tit {
	background: #013171;
	height: 80px;
}
.rat-prolist-tit h2 {
	height: 75px;
	font-size: 24px;
	font-weight: normal;
	line-height: 75px;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
}
.rat-prolist-nav {}
.rat-prolist-nav-one h3 {
	height: 50px;
	line-height: 50px;
	background: url(../images/p14-icon5.png) no-repeat right center #ececeb;
	margin-bottom: 2px;
	overflow: hidden;
}
.rat-prolist-nav-one h3 a {
	display: block;
	font-size: 18px;
	font-weight: normal;
	margin-right: 40px;
	margin-left: 38px;
	color: #666;
}
.rat-prolist-nav-one h3.sidenavcur, .rat-prolist-nav-one h3:hover {background: url(../images/p14-icon2.png) no-repeat right center #013171;}
.rat-prolist-nav-one h3.sidenavcur a, .rat-prolist-nav-one h3:hover a {color: #fff;}
/*.rat-prolist-nav dl {padding: 2px 0 4px;} */
.rat-listtwo {padding: 2px 0 4px;}
.rat-prolist-nav dt {
	height: 50px;
	font-size: 16px;
	font-weight: 500;
	line-height: 50px;
	padding-left: 54px;
	padding-right: 40px;
	margin-bottom: 1px;
	background: #ececec;
	position: relative;
	overflow: hidden;
}
.rat-prolist-nav dt:after {
	content: "";
	width: 8px;
	height: 8px;
	border: 2px solid #b8b8b8;
	border-style: solid solid none none;
	position: absolute;
	top: 50%;
	right: 32px;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.rat-prolist-nav a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
}
.rat-prolist-nav dt.sidenavcur a, .rat-prolist-nav dt:hover a {color: #013171;}
.rat-prolist-nav dt.sidenavcur:after, .rat-prolist-nav dt:hover:after {border-color: #013171;}
/* 产品内页 */
.rat-pro-item {
    width: 31.3333%;
    margin: 0px 1% 15px;
    position: relative;
    float: left;
}

.photo-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    border: 1px solid #eee;
}
.photo-container img {
    display: block;
    width: 100%;
    background-size: cover!important;
    background-color: #f9f9f9;
    transition: all .5s ease-in-out;
}
.rat-pro-one:hover .photo-container img {
    transform: scale(1.05);
}
.rat-pro-one .info {
	background-color: #f0f0f0;
    padding: 15px 10px 10px;
		margin: 0px;
		overflow: hidden;
}
.rat-pro-one .info .title {
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
    line-height: 1.4;
    transition: all .5s ease-in-out;
		float: left;
}
.rat-pro-one .info .desc {
    font-size: 12px;
    color: #444;
    letter-spacing: 0;
    margin: 0px;
    line-height: 1.4;
    transition: all .5s ease-in-out;
		float: right;
}
.rat-pro-one:hover .info .desc, .rat-pro-one:hover .info .title {
    transform: translateY(-5px);
}
.rat-pro-one:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 0;
    background: #eee;
    transition: all .5s ease-in-out;
}
.rat-pro-one:hover:after {
    width: 100%;
}
.rat-pro-detailstitle {
	font-size: 24px;
	line-height: 30px;
	padding: 0px;
	margin: 0px 0px 10px;
	text-align: center;
	overflow: hidden;
}
.rat-pro-detailsimg {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	position: relative;
}
.rat-pro-detailsimg img {width: 100%;}
.rat-pro-detailsimg .swiper-pagination-bullet{
	opacity: 1;
	width:10px;
	height:10px;
	background: #fff;
	border-radius: 0;
}
.rat-pro-detailsimg>.swiper-pagination-bullets{
	text-align: center;
	bottom: 15px;
}
.rat-pro-detailsimg .swiper-pagination-bullet-active{
	background:#013171;
}
.rat-pro-detailsinfotitle {
	line-height: 35px;
	font-size: 16px;
	margin: 15px 0 10px;
	padding: 0 15px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #001b72;
	color: #fff;
	background-image: -webkit-linear-gradient(left, #001b72, #001454);
	background-image: -moz-linear-gradient(right, #001b72, #001454);
	background-image: -o-linear-gradient(right, #001b72, #001454);
	background-image: linear-gradient(to right, #001b72, #001454);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 200% 100%;
}
.rat-pro-detailsinfo {
	padding: 10px 0px;
	margin: 0px;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.8;
}
.rat-pro-detailsinfo .lists .item {
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 20px;
	margin: 0 0 25px;
	font-size: 1.4rem;
	color: #868686;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
	top: 40%;
	pointer-events: auto;
	text-align: center;
	position: absolute;
	z-index: 999!important;
	cursor: pointer;
	background: #486fce;
	color: #fff;
	line-height: 18px;
	font-size: 20px;
	width: 30px;
	height: 30px;
	padding-top: 5px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 50%
}
.rat-pro-moreinfo .owl-nav .owl-prev {left: 10px}
.rat-pro-moreinfo .owl-nav .owl-next {right: 10px}
@media (max-width:991px) {
	.rat-pro-moreinfo .owl-nav .owl-prev {left: 5px}
	.rat-pro-moreinfo .owl-nav .owl-next {right: 5px}
}
.rat-pro-moreinfo .owl-nav .owl-next:hover,.rat-pro-moreinfo .owl-nav .owl-prev:hover {
	background: #486fce;
	color: #fff
}
.fixed-content{position:fixed;right:0;bottom:200px;z-index:9999;color:#fff}
.fixed-content li{
    width:70px;
    height:62px;
    text-align:center;
    background:#666;
    color: #fff;
    padding-top: 8px;
    margin-bottom:2px;
    position:relative;
    cursor:pointer;
    font-size:12px;
    font-weight:400
}
.fixed-content li a {color: #fff;}
.fixed-content li i{font-size: 28px;margin:0px;display: block;}
.fixed-content li p{margin-left:0;margin-top: 3px;}
.fixed-content li.show_tel div{
    position:absolute;
    top: 0px;
		left: -185px;
		width: 180px;
		height: 62px;
		line-height: 62px;
    box-shadow:0 0 9px #ccc;
    color:#003171;
    background-color:#fff;
    font-size:22px;
    font-family:OPPOSans;
    font-weight:700;
    display: none;
}
.fixed-content li.show_weixin div{
    position:absolute;
    top:0px;
    left:-135px;
    width:130px;
		padding: 10px;
    box-shadow:0 0 9px #ccc;
    color:#666;
    background-color:#fff;
    font-size:22px;
    font-family:OPPOSans;
    font-weight:700;
    display: none;
}
.fixed-content li.show_weixin div img {width: 100%;}
.fixed-content li.show_tel:hover div,.fixed-content li.show_weixin:hover div {display: block;}
.fixed-content li:hover {
    width:70px;
    height:62px;
    background:#fff;
    box-shadow:0 0 9px 0 #ccc;
    color:#003171;
    font-size:12px;
    font-weight:400
}
.fixed-content li:hover a {color:#003171;}
@media (max-width:991px) {
	.p102-curmbs-1 {height: 30px; line-height: 30px; margin-bottom: 10px;}
	.rat-ny-title {margin-bottom: 15px; height: 40px; line-height: 40px;}
	.rat-ny-title b {font-size: 18px; line-height: 35px;}
	.rat-ny-title span {font-size: 14px;}
	.tl-fdh-02,.fixed-content {display: none;}
	.rat-ny-infoall {padding-bottom: 20px;}
	.rat-pro-detailsinfo .lists .item {padding: 0px 0px 10px; margin: 0px 0px 15px;}
	.rat-contact-message {margin-top: 0px;}
	.rat-contact-message ul li {width: 100%;}
	.rat-contact-message ul li:nth-child(2) {margin-left: 0; margin-right: 0;}
	.rat-contact-message ul li:nth-child(5) {width: 100%;}
	.rat-about-img {margin: 0px 0px 10px;}
	.rat-ny-editor {font-size: 14px; line-height: 1.8;}
	.daily li {width: 33.33333%; padding: 10px 0px; margin: 0px;}
	.daily li:last-child {width: 100%; border-top: 1px solid #eee; text-align: center; padding-bottom: 0px;}
	.daily li em {font-size: 32px;}
	.daily li i {font-size: 12px; width: 20px; height: 20px; line-height: 20px; margin-top: 10px; margin-bottom: 0px;}
	.rat-img-onename {line-height: 30px; height: 30px;}
	.rat-ny-newsall li {padding: 10px 0px; margin: 0px;}
	.rat-ny-newstxt p {height: auto;}
}