@charset "utf-8";
/* CSS Document */
*{
	margin:0 auto;
	padding:0;
	}
a{blr:expression(this.onFocus=this.blur())}/*去掉a标签的虚线框，避免出现奇怪的选中区域*/
*html,*html body /* 修正IE6振动bug */{background-image:url(about:blank);background-attachment:fixed;}

/*input,textarea{-webkit-appearance: none;}*//* 删除input或textarea输入框在移动版显示的阴影（Safari/iPhone） */

html, body, div, span, h1, h2, h3, h4, h5, h6, em, small, strong, dl, dt, dd, ol, ul, li { margin: 0 auto; padding: 0; font-size: 100%;}
h1, h2, h3, h4, h5, h6 { font-weight: normal;line-height: 1.5;}
	
html,body{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:"微软雅黑";
	color:#666;
	}
body{
	overflow-x:hidden;
	}
	
ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
li{
	list-style:none;
	}
ul li a{
	display:block;
	}
a{
	text-decoration:none !important;
	color:#666;
	outline:none;
	transition: color .6s,border-color .6s,background-color .6s;
	}
a:hover{
	transition: color .6s,border-color .6s,background-color .6s;
	}
input{
	border:1px solid #ccc;
	outline:none;
	}
textarea{
	border:1px solid #ccc;
	outline:none;
	}
form{
	margin:0px;
	padding:0px;
	}
table{
	cellspacing:0px;
	cellpadding:0px;
	}
img{
	border:none;
	}
a,img{border:0;}
.clear{
	clear:both;
	}
p{
	/**
	text-align:justify; 
	text-justify:inter-ideograph;
	**/
	}
dl,dt,dd{padding:0;margin:0;}
.arial{
	font-family:Arial, Helvetica, sans-serif;
	}
.verdana{
	font-family: Verdana,Geneva,sans-serif;
	}
.Georgia{
	font-family:Georgia, "Times New Roman", Times, serif;
}
.en{
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	}
@font-face {
    font-family:"novecento_sans_widenormal", "HiraginoSansGB-W3", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei", tahoma;
}
.cn{
	font-family:"novecento_sans_widenormal", "HiraginoSansGB-W3", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei", tahoma;
	}

/** 以上为全局设置 **/
/** index **/
.warp{
	width:100%;
	height:auto;
	max-width: 640px;
	}
.container{
	max-width: 640px;
}
.swiper-container {
    width: 100%;
    height: auto;
}
.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.top{
	height: auto;
	background: #fff;
}
.top01{
	padding-right:0;
	padding-left: 8px;
	width: 100%;
}
.top01 img{
	max-width: 100%;
	height: 50px;
}
.top01 a{
	display: block;
	line-height: 30px;
	font-size: 18px;
	color: #e3963c;
	font-weight: bold;
}
.top01 a h1{
	float: left;
}
.top_gsmc{
	float: left;
	line-height: 50px;
}
.top02{
	line-height: 30px;
	text-align: right;
	padding-left: 0;
	margin-top: 9px;
	display: none;
}
.top02 a{
	display: block;
	color: #e3963c;
	font-weight: bold;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 20px;
	position: relative;
	text-align: center;
}
.top_tb{
	float: right;
}
.topdh{
	float: right;
}
.top02 a i{
	margin-right: 10px;
	font-size: 22px;
	border:1px solid #e3963c;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}

.banner{
	height: auto;
}
.banner a{
	display: block;
}
/** menu **/
.menu{
	height: auto;
	padding:15px 0;
}
.menu ul{
	height: auto;
}
.menu ul li{
	height: auto;
	padding: 0 5px;
}
.menu ul li a{
	display: block;
	text-align: center;
}
.menu_tb{
	line-height: 30px;
	font-size: 24px;
	color: #e3963c;
}
.menu_bt{
	line-height: 25px;
	font-size: 14px;
	color: #111;
}
.menu ul li a:hover .menu_bt{
	color: #e3963c;
}
/** menu **/
/** adv **/
.adv{
	height: auto;
}
.adv01{
	height: auto;
	padding:0;
}
.adv02{
	height: auto;
	padding: 0 10px;
}
.adv_fbq{
	 display: table;
    width: 100%;
    height: 100%;
}
.adv_zbq{
	display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.adv_bt{
	line-height: 25px;
	font-size: 22px;
	color: #e3963c;
}
.adv_nr{
	line-height: 25px;
	font-size: 15px;
	color: #333;
	margin-top: 8px;
}
.adv_nr p{
	margin:0;
}
/** adv **/
/** smfw **/
.smfw{
	height: auto;
	background: #e3963c;
	padding:10px 0;
	margin-top: 15px;
}
.smfw01{
	height: auto;
	padding-right: 8px;
	padding-left: 10px;
}
.smfw_bt{
	line-height: 25px;
	font-size: 22px;
	color: #fff;
}
.smfw_wz{
	line-height: 25px;
    font-size: 15px;
    color: #eee;
    margin-top: 10px;
}
.smfw_wz p{
	margin:0;
}
.smfw02{
	height: auto;
}
.smfw_tb{
	height: auto;
	border:1px solid #eee;
	border-radius: 100%;
	padding:15px;
	margin-top: 4px;
}
/** smfw **/
/** ab **/
.ab{
	height: auto;
	padding:20px 0;
}
.tite{
	height: auto;
}
.tite p {
    font-size: 0.7rem;
    color: #999999;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}
.tite h3 {
    font-size: 2.0rem;
    color: #5a5a5a;
    background: url(../images/line.png) no-repeat 50% 50%;
    line-height: 2.0rem;
    width: 100%;
    text-align: center;
    margin-top: 0.2rem;
}
.tite h4 {
    font-size: 14px;
    color: #666666;
    margin-top: 0.4rem;
    width: 100%;
    text-align: center;
}
.ab .container{
	margin-top: 15px;
}
.ab01{
	height: auto;
	line-height: 22px;
	font-size: 13px;
	color: #333;
}
.ab01 p{
	margin-bottom: 0;
}
.ab02{
	height: auto;
}
.ab_tp{
	height: auto;
}
/** ab **/
/** sercive_rx **/
.sercive_rx{
	height: auto;
	padding:15px;
	background: url(../images/sercive_rx.jpg) center center no-repeat;
	background-size: cover;
}
.fw_rx{
	height: auto;
	text-align: center;
	color: #fff;
}
.fw_rx a{
	display: block;
	color: #fff;
}
.fw_rx01{
	width: 60px;
	height: 60px;
	text-align: center;
	font-size: 32px;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	margin-left: -30px;
}
.fw_rx01a{
	position: absolute;
	top:10px;
}
.fw_rx01a i{
	width: 60px;
	height: 60px;
	border:1px solid #fff;
	border-radius: 100%;
	line-height: 60px;
	position:relative;
	-webkit-animation-name: pulsea;
	-moz-animation-name: pulsea;
	-ms-animation-name: pulsea;
	-o-animation-name: pulsea;
    animation-name: pulsea;
    -webkit-animation-duration: 1000ms;
	-moz-animation-duration: 1000ms;
	-ms-animation-duration: 1000ms;
	-o-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-o-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes pulsea
{
0% {top:-16px;}
50% { top:-10px;}
100% { top:-16px;}
}

@-webkit-keyframes pulsea
{
0% {top:-16px;}
50% { top:-10px;}
100% { top:-16px;}
}
@-moz-keyframes pulsea
{
0% {top:-16px;}
50% { top:-10px;}
100% { top:-16px;}
}
@-ms-keyframes pulsea
{
0% {top:-16px;}
50% { top:-10px;}
100% { top:-16px;}
}

.fw_rx02{
	height: auto;
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}
.fw_bt{
	line-height: 25px;
	font-size: 16px;
	text-align: left;
}
.fw_dh{
	line-height: 30px;
	font-size: 24px;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	text-align: left;
}
/** sercive_rx **/
/** service_xm **/
.service_xm{
	height: auto;
	padding:20px 0 10px;
}
.service_xm .container{
	margin-top: 15px;
}
.fu_xm{
	height: auto;
}
.fu_xm ul{
	height: auto;
}
.fu_xm ul li{
	height: auto;
	margin-bottom: 10px;
}
.fu_xm ul li:nth-child(odd){
	padding-left: 0;
	padding-right: 8px;
}
.fu_xm ul li:nth-child(even){
	padding-right: 0;
	padding-left: 8px;
}
.fwxm_tp{
	height: auto;
}
.fwxm_con{
	height: auto;
	background: #fff;
	padding:10px;
}
.fwxm_bt{
	line-height: 25px;
	font-size: 16px;
	color: #111;
	font-weight: bold;
}
.fwxm_nr{
	height: auto;
	margin-top: 5px;
	line-height: 22px;
	font-size: 13px;
	color: #333;
}
.fwxm_nr p{
	margin:0;
}
/** service_xm **/
/** fu_liuc **/
.fu_liuc{
	height: auto;
	padding:20px 0;
	background: #f7f7f7;
}
.fu_liuc .container{
	margin-top: 15px;
}
.liuc_ul{
	height: auto;
	width: 80%;
}
.liuc_ul ul{
	height: auto;
}
.liuc_ul ul li{
	height: auto;
	text-align: center;
}
.liuc_tb{
	background: #e3963c;
	border-radius: 100%;
	padding:5px;
}
.liuc_bt{
	line-height: 25px;
	font-size: 14px;
	margin-top: 5px;
	color: #5a5a5a;
}
.liuc_nr{
	height: auto;
	margin-top: 15px;
	line-height: 23px;
	font-size: 13px;
	text-align: center;
	padding:0 15px;
}
.liuc_nr p{
	margin:0;
	border:1px solid #ddd;
	padding:15px 15px;
}
/** fu_liuc **/
/** ksdh **/
.ksdh{
	height: auto;
	padding:20px 15px;
}
.ksdh_zj{
	width: 100%;
	height: auto;
	background: #e3963c;
	border-radius: 15px;
	padding:15px 10px;
}
.ksdh_zj a{
	display: block;
	color: #fff;
	text-align: center;
}
.ksdh_tb{
	width: 50px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.ksdh_tba{
	position: absolute;
	top: -10px;
}
.ksdh_tba img{
	position:relative;
	-webkit-animation-name: pulsea;
	-moz-animation-name: pulsea;
	-ms-animation-name: pulsea;
	-o-animation-name: pulsea;
    animation-name: pulsea;
    -webkit-animation-duration: 1000ms;
	-moz-animation-duration: 1000ms;
	-ms-animation-duration: 1000ms;
	-o-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-o-animation-timing-function: linear;
    animation-timing-function: linear;
}
.ksdh_line{
	width: 1px;
	height: 50px;
	background: #fff;
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
	vertical-align: middle;
}
.ksdh_hm{
	display: inline-block;
	vertical-align: middle;
}
.ksdh_hm01{
	line-height: 20px;
	font-size: 20px;
	text-align: left;
}
.ksdh_hm02{
	line-height: 30px;
	font-size: 32px;
	margin-top: 5px;
}
/** ksdh **/
/** footer_kefu **/
.footer_kefu{
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 0;
	left:0;
}
.footer_kefu1{
	max-width: 640px;
}
.footer_kefu01{
	height: auto;
	background: #e3963c;
}
.footer_kefu02{
	height: auto;
	background: #fe0000;
}
.kefu_zj{
	height: auto;
}
.kefu_zj a{
	display: block;
	color: #fff;
	text-align: center;
	padding:5px 0;
}
.kefu_tb{
	width: 30px;
	height: auto;
}
.kefu_tb img{
	max-width: 100%;
}
.kefu_wz{
	font-size: 16px;
	margin-top: 3px;
}
/** footer_kefu **/
/** footer **/
.footer{
	height: auto;
	padding:10px 15px;
	background: #5a5a5a;
}
.footer p{
	margin:0;
	line-height: 25px;
	font-size: 13px;
	color: #fff;
}
.footer p a{
	color: #fff;
}
.footer p a:hover{
	color: #e3963c;
}
/** footer **/
/** phone_zx **/
#phone_zx{
	width:100%;
	height:auto;
	background:#fff;
	position:fixed;
	bottom:0;
	left:0;
	z-index:9999999;
}
.phone_zx1{
	max-width: 640px;
}
.zx1{
width:50%;
height:auto;
float:left;
}
.zx1 ul{
height:auto;
}
.zx1 ul li{
width:50%;
height:auto;
float:left;
}
.zx1 ul li a{
display:block;
text-align:center;
padding:5% 0;
color:#000;
border-left:1px solid #ddd;
}

.zx_tb{
height:auto;
}
.zx_tb img{
max-width:100%;
height: 30px;
}
.zx_wz{
line-height:1.5;
font-size: 14px;
color:#000;
margin-top: 2px;
}

.zx2{
width:50%;
height:auto;
float:left;
}
.zx2 a{
display:block;
background:#e3963c;
color:#fff;
text-align:center;
    padding: 2.5% 0;
}
.zx2 a .zx_wz{
color:#fff;
}
.warp{
	padding-bottom: 35px;
}
/** phone_zx **/

#newBridge{
	display: none !important;
}


/** 移动端 **/
.phone{ display:none;}
.phoneshow{ display:none;}
.phonebanner{ display:none;}

@media (max-width: 768px){
header{
	display:none;
	}
.phone{ display:block; z-index:99999; position:relative;}
.navbar-nav { width:100%; margin-left:0px; text-transform:uppercase;}
.navbar-nav li{ text-align:center; border-bottom:1px dotted #e5e5e5;}
.navbar-nav li a{ color:#666;}
.navbar-nav li a:hover{ color:#00a0e9;}
.headerbg{ position:fixed; top:0px; left:0px; width:100%; z-index:999; background:#fff;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);}
.logo_boxlist{ float:left;}
.headerwarp{ display:none;}
.navbar-toggle {background-color:#00a0e9; margin-top:20px;}
.navbar-toggle .icon-bar {background-color:#fff;}
.navbar-collapse{ border-top:1px solid #e5e5e5;}
.indexprotopbt{ text-align:center; margin:0 auto; width:100%}
.indexprotop .col-lg-2{ text-align:center;}
.indexpromore{ float:none;}
.indexpromore a{ margin:0 auto;}
.indexprowarpitem{ margin-top:20px;}
.indexaboutwarp{ border-bottom:1px dotted #ccc; padding-bottom:20px; border-right:none; padding-top:20px;}
.indexnewswarp{ margin-top:20px;}
.indexcontimg{ margin-top:20%;}
.indexprotopbt{ width:140px; margin:0 auto;}
.indexprotitle{ margin-top:20px;}
.rslides_tabs{ bottom:390px;}
.logo_boxlist{ margin-left:0;}
.indexcontwz p{ width:90%;}
.indexnewsright{ margin-top:20px;}
.indexprotextit{ margin-left:20px;}
.phoneshow{ display:block;}
.pcshow{ display:none;}
.phonebanner{ display:block;}

#phone_current a{
	color:#00a0e9;
	}
	

.adv_bt{
	line-height: 23px;
	font-size: 15px;
}
.adv_nr{
	line-height: 22px;
	font-size: 12px;
	margin-top: 5px;
}	
	
.smfw_bt{
	line-height: 25px;
	font-size: 15px;
}
.smfw_wz{
	line-height: 22px;
	font-size: 14px;
	margin-top: 5px;
}	
.smfw02{
	padding:0 10px 0 0;
}
.smfw_tb{
	border:1px solid #eee;
	padding:8px;
	margin-top: 21px;
}
.ab01{
	
}	
.fwxm_nr{
	height: 54px;
	line-height: 18px;
    font-size: 12px;
}
.liuc_ul{
	width: 100%;
}
.liuc_ul ul li{
	padding: 0 10px;
}	
.ab01{
	font-size: 12px;
}

}

@media (max-width: 330px){
	.ksdh_tb{
		width: 40px;
	}
	.ksdh_line{
		height: 40px;
	}
	.ksdh_hm01{
		font-size: 18px;
	}
	.ksdh_hm02{
		font-size: 28px;
	}
}
/** 移动端 **/
/** index **/


