/*初始化*/
@charset "utf-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/*Html5*/
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display: block;}
audio,canvas,video{display: inline-block;}
audio:not([controls]){display: none;height: 0;}
/*Base*/
html{font: 62.5%/1.8 "微软雅黑","\5b8b\4f53",Arial,sans-serif;-ms-text-size-adjust: none;-webkit-text-size-adjust: none; /*修正手持设备字体变化*/min-width: 16rem;overflow-x: hidden;}
body{overflow: hidden;}
*{margin: 0;padding: 0;}
a{text-decoration: none;background: transparent;color: inherit; /*修正win8系统IE连接灰色背景*/outline:none;}
a:focus{outline: 0;}
a:active,a:hover{outline: 0;/*transition:text-shadow 500ms ease-in 0ms, color 500ms ease-in 0ms;*/}
img{border: 0;vertical-align: middle;-ms-interpolation-mode:bicubic;}
fieldset{border: 0.025rem solid #c0c0c0;margin: 0 0.1rem;padding: 0.35em 0.625em 0.75em;}
button,input,select,textarea{font-family: inherit;font-size: 100%;margin: 0;outline:none;border:none;-webkit-appearance: none;border-radius: 0;}
button,input{line-height: normal;}
button,select{text-transform: none;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance: button;cursor: pointer;}
button[disabled],html input[disabled]{cursor: default;}
input[type="checkbox"],input[type="radio"]{box-sizing: border-box;padding: 0;}
input[type="search"]{-webkit-appearance: textfield;-moz-box-sizing: content-box;-webkit-box-sizing: content-box;box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance: none;}
button::-moz-focus-inner,input::-moz-focus-inner{border: 0;padding: 0;}
input.submit{border: 0;margin: 0;cursor: pointer;}input.radio{width: 0.65rem;height: 0.65rem;float: left;display: inline;}
textarea{overflow: auto;vertical-align: top;}
table{border-collapse: collapse;border-spacing: 0;}
ul,ol,li{list-style: none;}
/*清除浮动*/
.cl{zoom:1;}
.cl:after{display:block;clear:both;visibility:hidden;height:0;overflow:hidden;content:".";}
.fl{float:left;}
.fr{float:right;}
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.b{display: block;width: 100%;height: 100%;}
.ws{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
body{
    max-width: 640px;
    min-height: 320px;
    margin: 0 auto 2.7rem;
}
/*公共颜色*/
.c01{color:#05b96f;}
/*头部开始*/
.header{
    width: 16.0rem;
	height: 2.75rem;
}
.header>a{
    width:8.025rem;
    height: 100%;
    float: left;
}
.header>a img{
    width: 100%;
}
.nav-btn{
	float: right;
	width: 5.3rem;
    height: 100%;
	background: url('../images/nav.jpg') no-repeat center / cover;
    cursor: pointer;
}
/*nav开始*/
.nav{
    position: fixed;
    z-index: 9999;
    background: #0089e1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: none;
}
.nav-close{
    background: url("../images/nav_close.png") no-repeat center center / 100% 100%;
    margin-right: 0.5rem;
    width: 4.4rem;
    height: 3.3rem;
    float: right;
}
.nav-list{
    overflow: hidden;
    clear: both;
}
.nav-list li{
    float: none;
    position: relative;
    text-align: center;
    line-height: 2rem;
    font-size: 0.8rem;
}
.nav-list li a{
    color: white;
}
.nav-list li:nth-child(2n){
    right: 1.5rem;
}
.nav-list li:nth-child(2n+1){
    left: 1.5rem;
}
/*底部浮动信息*/
.bottom-btn{
    width: 100%;
    height: 2.7rem;
    position: fixed;
    max-width: 640px;
    bottom: 0;
    background: #0089e1;
    opacity: 0.9;
    z-index: 999;
}
.bottom-btn a{
    display: block;
    float: left;
    width: 33.33%;
    height: 100%;
    color: white;
    font-size: 0.6rem;
    text-align: center;
    line-height: 3.8rem;
    font-weight: bold;
}
.bottom-btn-map{
    background: url("../images/bottom_map.png") no-repeat center 0.3rem;
    background-size: 0.8rem 1.15rem;
}
.bottom-btn-tel{
    border-left: 0.025rem solid rgba(255,255,255,.7);
    border-right: 0.025rem solid rgba(255,255,255,.7);
    background: url("../images/bottom_tel.png") no-repeat center 0.425rem;
    background-size: 0.95rem;
}
.bottom-btn-top{
    background: url("../images/bottom_top.png") no-repeat center 0.65rem;
    background-size: 1.675rem 0.7rem;
}
/*banner图*/
.swiper-banner{
    width: 16.0rem;
    height: 9.9rem;
    overflow: hidden;
}
.swiper-banner img{
    width: 16.0rem;
    height: 9.75rem
}
.swiper-banner .swiper-wrapper{
    height: 9.75rem
}
.swiper-banner .swiper-pagination{
    width: 100%;
    height: 0.15rem;
    position: relative;
    overflow: hidden;
    background: rgba(0,137,255,.4);
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #0089e1;
}
.swiper-banner .swiper-pagination span.swiper-pagination-progressbar{
    width: 100%;
    height: 0.15rem;
}
.title h1{
	font-size: 1.125rem;
	line-height: 1.125rem;
	color: #0089e1;
	text-align: center;
	padding-top: 1.75rem;
	padding-bottom: 1.0rem;
}
.selects{
	width: 14.11rem;
	margin:0 auto;
	font-size: 0;
	text-align: left;
	position: relative;
}
.selects .btn{
	width: 2.95rem;
	height: 1.875rem;
	background: #86c8f2;
	display: inline-block;
	vertical-align: top;
	position: relative;
	cursor: pointer;
}
.selects .btn:after{
	content: '';
	position: absolute;
	top: 0.4rem;
	left:1.15rem;
	width: 0.65rem;
	height: 0.65rem;
	border-radius: 0.1rem;
	border: 0.05rem solid #fff;
	border-left-color: transparent;
	border-top-color: transparent;
	transform:rotateZ(45deg);
}
.selects.show .btn:after{
	top: 0.75rem;
	left:1.175rem;
	border: 0.05rem solid #fff;
	border-right-color: transparent;
	border-bottom-color: transparent;
}
.options{
	width: 11.15rem;
	height: 1.875rem;
	line-height: 1.875rem;
	padding-left: 1.05rem;
	display: inline-block;
	vertical-align: top;
	background: #e7f6ff;
	box-shadow: 0 0 0.4rem 0 #b3d8ee inset;
	font-size: 0.65rem;
	color: #0089e1;
}
.selects .box{
	width:14.1rem;
	height: 8.75rem;
	overflow: auto;
	display: none;
	position: absolute;
	left: 0;
	top: 1.875rem;
	z-index: 9;
	background: #0089e1;
}
.selects .box::-webkit-scrollbar{width:0.35rem; border-radius: 0.25rem;}
.selects .box::-webkit-scrollbar-track{background-color:#e7f6ff;}
.selects .box::-webkit-scrollbar-thumb{background-color:#086ac4;}
.selects .box p{
	width:14.1rem;
	height: 1.725rem;
	background: #0089e1;
}
.selects .box a{
	font-size: 0.65rem;
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	line-height:1.725rem;
	padding-left: 1.05rem;
}
.selects .box a:hover{
	background: #086ac4;
}
.pro_list{
	width: 16.0rem;
	padding: 0.9rem 1.375rem 0;
}
.pro_list img{
	width: 6.0rem;
	height: 5.0rem;
}
.pro_list p{
	line-height: 0.8rem;
	font-size: 0.4rem;
	text-align: center;
}
.pro_list li{
	float: left;
	width: 6.0rem; 
	margin-bottom: 0.25rem;
}
.pro_list li:nth-child(odd){
	margin-right: 1.245rem;
}
.use{
	width: 100%;
}
.use .tds{
	width: 100%;
	font-size: 0;
	padding-bottom: 0.075rem;
}
.use .box{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	height: 7.3745rem;
	background: #0089e1;
}
.use img{
	width: 100%;
	height: 100%;
}
.use .box a{
	display: block;
	width: 100%;
	height: 100%;
}
.tds h3{
	display: inline-block;
	font-size: 0.7rem;
	font-weight: normal;
	line-height: 1.25rem;
	border-bottom: 0.075rem solid #00f6ff;
	color: #00f6ff;
	padding-top: 1.2rem;
	margin-left: 0.65rem;
	max-width:  6.5rem;
}

.tds p{
	color: #fff;
	padding-top: 0.5rem;
	padding-left: 0.65rem;
	width: 7.525rem;
	line-height: 0.875rem;
	font-size: 0.5rem;
}
.advantage{
	font-size: 0;
	padding:0 0.75rem 0.5rem;
	text-align: center;
}
.advantage .box{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	height: 10.0rem;
	background: url('../images/advantage_bar.jpg') no-repeat center top;
	background-size: 2.125rem 2.475rem;
	padding-top: 2.75rem;
	margin-bottom: 0.5rem;
}
.advantage h2{
	font-size: 0.75rem;
	line-height: 1.25rem;
	color: #0089e1;
}
.advantage h3{
	color: #cbcbcb;
	font-size: 0.4rem;
	line-height: 0.75rem;
	font-weight: normal;
	font-family: 'Arial';
	text-transform: uppercase;
}
.advantage p{
	text-align: left;
	text-indent: 0.75rem;
	font-size: 0.5rem;
	line-height: 0.875rem;
}
.advantage .box:nth-child(odd) p{
	padding: 0.25rem 0.25rem 0 0.5rem;
}
.advantage .box:nth-child(even) p{
	padding: 0.25rem 0.5rem 0 0.25rem;
}
.about{
	width: 15.0rem;
	margin: 0 auto;
	box-shadow: 0 0 0.625rem 0 rgba(0,0,0,.2);
	padding:1.65rem 0.575rem 1.825rem;
}
.a_title h1{
	font-size: 0.85rem;
	line-height: 0.85rem;
	padding-left: 4.0rem;
	color: #0089e1;
}
.a_title p{
	color: rgba(0,54,155,.2);
	font-size: 0.55rem;
	line-height: 0.55rem;
	text-transform: uppercase;
	font-family: 'Arial';
	padding-left: 2.375rem;
	margin-top: -0.25rem;
	padding-bottom: 1.0rem;
}
.a_title p span.bar{
	font-size: 2.0rem;
	font-weight: bold;
	padding-right: 0.2rem;
}
.about .box{
	display: inline-block;
	vertical-align: top;
	padding-bottom: 0.625rem;
}
.about .box img{
	width: 9.1rem;
	height: 9.9rem;
}
.about .box span,
.about .box span a{
	display: block;
	color: #0089e1;
	font-size: 0.6rem;
	line-height: 0.6rem;
}
.about .box span{
	margin-left:1.475rem;
}
.about .honor a{
	padding-top: 1.75rem;
	padding-bottom: 0.625rem;
	border-bottom: 0.025rem solid #cbd1e4;
	background: url('../images/about_bar01.jpg') no-repeat 0.475rem top;
	background-size: 1.3rem 1.35rem;
}
.about .culture a{
	padding-top: 2.45rem;
	padding-bottom:  0.625rem;
	border-bottom: 0.025rem solid #cbd1e4;
	background: url('../images/about_bar02.jpg') no-repeat 0.4rem 0.75rem;
	background-size: 1.4rem 1.35rem;
}
.about .company a{
	padding-top: 2.125rem;
	background: url('../images/about_bar03.jpg') no-repeat 0.4rem 0.85rem;
	background-size: 1.35rem 0.95rem;
}
.about>p{
	font-size: 0.6rem;
	line-height: 1.125rem;
	text-align: left;
	text-indent: 1.2rem;
}
.about .more{
	font-size: 0.525rem;
	line-height: 1.625rem;
	width: 5.75rem;
	height: 1.625rem;
	color: #fff;
	padding-left: 1.45rem;
	background: #0089e1;
	border-radius: 0.5rem;
	margin: 1.0rem auto 0;
}

.news{
    padding: 0 0.75rem;
}
.news_cate{
    text-align: center;
}
.news_cate a{
    display: inline-block;
    width: 6.05rem;
    height: 1.675rem;
    line-height: 1.675rem;
    text-align: center;
    font-size: 0.55rem;
    font-weight: bold;
    color: #fff;
    border-radius: 0.83rem;
    background:url('../images/new_bar.png') no-repeat 1.1rem 0.425rem rgba(0,137,225,.4);
    background-size: 1.225rem 0.85rem;
    margin-right: 0.75rem;
    padding-left: 1.6rem;
}
.news_cate a:last-child{
    margin-right: 0;
}
.news_cate a.active{
    background:url('../images/new_bar.png') no-repeat 1.1rem 0.425rem #0089e1;
	background-size: 1.225rem 0.85rem;
}
.new_list{
    padding: 0.625rem 0 1.75rem;
    display: none;
}
.new_list.active{
    display: block;
}
.new_list li{
    height: 1.625rem;
    height: 2.0rem;
    border-bottom: 0.025rem dashed #666666;
    padding:  0 3rem 0 0.8rem;
    position: relative;
    font-size: 0.6rem;
}
.new_list li:after{
	content: '';
	width: 0.2rem;
	height: 0.2rem;
	border-radius: 50%;
	position: absolute;
	left: 0.125rem;
	top: 0.925rem;
	background: #333333;
}
.new_list li a{
	padding-right: 0.45rem;
    display: block;
    width: 10.5rem;
    height: 2.0rem;
    line-height: 2.0rem;
    font-weight: bold;
    color: #333;
}
.new_list li i{
    width: 0.25rem;
    height: 0.25rem;
    background-image: url('../images/new_bar.png');
    background-size: 0.25rem 0.25rem;
    position: absolute;
    left: 0;
    top: 0.675rem;
}
.new_list li span{
    font-size: 0.5rem;
    line-height: 2.0rem;
    position: absolute;
    color: #ccc;
    right: 0;
    top: 0;
}


/*清除浮动lyy*/
.clear{zoom:1;}
.clear:after{display:block;clear:both;visibility:hidden;height:0;overflow:hidden;content:".";}
.fl {
    float:left;
    display: inline;
}
.fr {
    float:right;
    display: inline;
}

@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon.eot');
    src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf') format('truetype'),
        url('../fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}



.icon-arrow-left:before {
    content: "\e600";
}
.icon-arrow-down:before {
    content: "\e601";
}
.icon-arrow-right:before {
    content: "\e602";
}
.icon-arrow-up:before {
    content: "\e603";
}
.icon-phone:before {
    content: "\e606";
}
.icon-house:before {
    content: "\e607";
}
.icon-search:before {
    content: "\e60a";
}
.icon-details:before {
    content: "\e604";
}
.icon-left:before {
    content: "\e605";
}


 [class*="icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mian {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  min-width: 320px;
  overflow: hidden;
  background-color: #fff;
  font-family: Microsoft YaHei;
}
.menu_list{width: 100%;}
.menu_list li{width: 100%; float: none;}

.menu_list li .son_list{display: none;}
.menu_list .active .son_list{display: block;}
.menu_list a{
  line-height: 2rem;
  display: block;
  color: #333;
  background: #f4f4f4;
  padding: 0 1.125rem;
  border-bottom: 1px solid #cfcbc1;
  font-size: 0.8rem;
  }
.menu_list li i {
float: right;
margin-top: .45rem;
color: #656565;
font-weight: bold;
font-size: 1.6em;
}

.CategoryList_Title{height: 2rem;line-height: 2rem;padding: 0 .687em;color: #333;text-align: center;border-bottom: 1px solid #b0b4bb;font-size: 1rem;background: linear-gradient(180deg , #f2f2f2 0% , #e0e0e0 100%);}

.CategoryList_Title i{font-size: 0.8rem; margin-top:.6rem; color:#0089E0}

.productLayout .prt{background:#02935d;color:#fff;height:35px;width:100%;line-height:35px;padding-left:20px;}
.productLayout{overflow:hidden; min-height: 11rem;}
.productLayout dl{padding:10px 0; float:left; width:46%; margin:10px 2%; text-align:center; background-color:#f9f9f9; overflow:hidden;}
.productLayout dl dt img{width:100%;}
.productLayout dd h5{height:20px; line-height:20px; overflow:hidden; margin-top:10px;}
.productLayout dd h5 a{color:#333; font-size:0.5rem;}


.nyListSpan li{border-bottom:1px solid #ccc; float: none;}
.nyListSpan li a.nyListLinkSpan{display:block;overflow: hidden; height:100% ;padding:10px; background:linear-gradient(180deg , #fff 0% , #f1f1f1 100%); color:#666; background-position: 90% center;}
.nyListSpan li a.nyListLinkSpan:hover{background:linear-gradient(180deg , #fff 0% , #ccc 100%); background-position: 90% center;}
.contact{ overflow: hidden; }
.nyListSpan li  span {
    background: rgba(0, 0, 0, 0) url("../images/i_l_do_do.png") no-repeat scroll right center;
    color: #003f98;
    margin-left: 20px;
    opacity: 0.5;
    padding-right: 25px;
}
.nyListSpan li h4{ white-space:nowrap; overflow: hidden; text-overflow: ellipsis;}
.nyListSpan li img{ float: left; width: 5rem; margin-right: 0.5rem; }




.gyBox{ color:#444; 
font-size: 0.625rem;
line-height: 1rem; padding:0.6rem;
min-height: 16.5rem;
;
}
.gyBox img{ width:100%;}
/*翻页*/
.flip{  line-height:20px; text-align:center; padding:20px 0; clear:both;font-size:0.6rem;}
.flip a, .flip span{ padding:5px 9px; margin:0 5px; background-color:#0089E0; color:#fff; border-radius:2px;}
.flip span,  .flip a:hover{ color:#FF0000;  }
.cp_xqct{padding:10px;  color: #444;
  font-size: 0.625rem;
  line-height: 1rem;}
.cp_xqct .title{border-bottom:1px solid #ccc;display: block; margin:0 auto; text-align:center; line-height:30px;  margin-bottom: 1rem;
 font-size: 0.8rem;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.cp_xqct img{ display:block; width:100%!important; marx-widht:640px!important; margin:0 auto;}
.page{overflow: hidden;white-space: nowrap;text-overflow: ellipsis; font-size: 0.6rem;}
.page a{color: #333;}

/**手机图集滚动**/
.swiper_case1{ margin-bottom: 1rem;margin:0 auto; overflow: hidden;width: 100%; }
.swiper_case1 li {  height: 12rem; text-align: center; overflow: hidden;}
.swiper_case1 li img{vertical-align:middle;display: inline;width: 100%;}
.swiper_case1 .swiper_case_span{text-align: center;}
.clean_st{font-size: 0.625rem;}
.clean_st table {
/* 	width: 100%;
word-wrap:break-word; */

}
.clean_st tr{
}
.clean_st td{
/*  	word-break: break-all;
	word-wrap: break-word; */
	padding: .1rem;
	font-size: 0.5rem;

}





.ny_newsctd{ width:100%; height:auto; overflow: hidden; margin-top:35px;}
.ny_newsctd td{padding-left: .2rem; border: 1px solid #000;}

.proct_tld{ width:100%; height:30px; border-bottom:1px solid #CCC; float:left;}
.proct_tld span{ padding:0 0.1rem;  height:30px; float:left; line-height:30px; border:1px solid #CCC;border-radius: 5px 5px 0 0; border-bottom:none; text-align:center; font-family:"微软雅黑"; font-size:14px;}
.proct_tld .p_zd{height:30px;  float:left; color:#fff; background:#0077d5; cursor:pointer; font-weight:bold;}

.ny_news_ctd{ 

	width:100%;overflow-y: hidden; height:auto; padding-bottom:50px; border:0px solid #CCC; float:left; margin-top:15px;}
.ny_news_ctd p{ width:100%; float:left; height:auto; margin:5px 0 0 5px;
overflow-x:scroll;

	}


.i-pinfo-con-list li{
    line-height: 50px;
    border-bottom: 1px dashed #999;
    width: 100%;
}
.i-pinfo-con-list li p{
    float: left;
    font-size: 15px;
    padding-left: 30px;
    background: url("/images/i_pinfo_li_pdf.png") no-repeat left center;
    width: 50%;
    margin: 0;
}
.i-pinfo-con-list li span{
    float: right;
    font-size: 13px;
    color: #999;
}
.i-pinfo-con-list li p a:hover{
    color: #0089e1;
}


/**  滚筒条样式           **/
#scrollbar1 {
 width: 100%;
 margin: 0 auto;
 }
#scrollbar1 .viewport { 
 width: 100%;;
 height: 35rem;
 overflow: hidden;
 position: relative;
 }
#scrollbar1 .overview { 
 width: 100%;
 list-style: none;
 position: absolute;
 left: 0;
 top: 0.5rem;
 padding: 0;
 margin: 0;
 }
 #scrollbar1 .scrollbar{
 	position: relative;
 	border-radius: .3rem;
 	height: .4rem;
 	background-color: #F1F1F1;
 	width: 100%;
 }
  #scrollbar1 .scrollbar:before{
 	position: absolute;
 	left: 0;
 	content:"";
 	border: 4px solid transparent; 
 	border-right-color:#666;  
 	top:50%;
 	left: -2px;
 	z-index: 999999;
 	margin-top:-4px;
 	
 }
 #scrollbar1 .scrollbar:after{
 	position: absolute;
 	display: block;  
 	content:"";
 	border: 4px solid transparent; 
 	border-left-color:#666;  
 	top:50%;
 	right: -3px;
 	z-index: 999999;
 	margin-top:-4px;

 }


 #scrollbar1 .thumb { 
 background: #0089E0;
 height: 0.4rem;
 width: 0.5rem;
 cursor: pointer;
 overflow: hidden;
 position: absolute;
 top: 0;
 left: -5px;
 border-radius: .5rem;
 }