/*reset*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
a {
	color: #333;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration:none;
}
a:hover {
	color: #004098;
	text-decoration:none;
}
a:focus,
a:active {
	outline: none;
}

h1,h2,h3,h4,h5,h6{
	font-weight: 500;
}
h1{font-size:36px;}
h2{ font-size:30px;}
h3{ font-size:24px;}
h4{ font-size:18px;}
h5{ font-size:14px;}
h6{ font-size:12px;}
/* css清除浮动 */
.clearfix:before,.clearfix:after,.container:before,.container:after {
	display: table;
  	content: " ";
}
.clearfix:after,.container:after{
	clear: both;
}
.container{
	width:100%;
	max-width:480px;
	padding: 0 10px;
	margin: 0 auto;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
table { border-collapse: collapse; border-spacing: 0; }
form,input,textarea{margin:0; padding:0;}
ul,ol,li,dl,dt,dd { list-style: none; list-style-image: none; }

.img-response{
	max-width: 100%;
	height: auto;
}
.img-center{
	display: block;
	margin: 0 auto;
}
/** head & nav **/
#container{
	margin: 0 auto;
	max-width: 100%;
}
.site-header {
	position: fixed;
	left: 0px;
	top: 0px;
	background: #fff;
	width: 100%;
	padding: 5px 10px;
	z-index: 999;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.head-bar{
	max-width: 480px;
	margin: 0 auto;
}
.logo{
	display: inline-block;
	float: left;
	height: 40px;
}
.logo img{
	height: 24px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.menu-btn {
	width: 30px;
	height: 30px;
	display: block;
	float: right;
	text-align: center;
	cursor: pointer;
	line-height: 0;
	margin-top: 5px;
	margin-right: 5px;
	position: relative;
}
.icon-bar{
	display: inline-block;
	width: 22px;
	height: 2px;
	background-color: #004098;
	position: absolute;
	margin-top: 6px;
	left: 50%;
	margin-left: -11px;
	-webkit-transition: all 70ms ease-out;
		   -moz-transition: all 70ms ease-out;
		    -ms-transition: all 70ms ease-out;
		     -o-transition: all 70ms ease-out;
		        transition: all 70ms ease-out;
}
.icon-bar.x{
	top: 3px;
}
.icon-bar.y{
	top: 9px;
}
.icon-bar.z{
	top: 15px;
}
.pushy-open-right .icon-bar{
	top: 9px !important;
}
.pushy-open-right .icon-bar.x{
	-ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg); 
	transform: rotate(45deg);	
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;					
}
.pushy-open-right .icon-bar.y{
	width: 0px;
	-webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;					
}
.pushy-open-right .icon-bar.z{
	-ms-transform: rotate(-45deg); 
   	-webkit-transform: rotate(-45deg); 
    transform: rotate(-45deg);	
	-webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;					
}

/*******************************
 * banner
 ******************************/
.banner{
	margin-top: 50px;
	position: relative;
}
.banner2{
	margin-top: 50px;
	position: relative;
}

.cplb-list{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.cplb-list ul li{
	width: 33.3333%;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 0 2px;
}
.cplb-list ul li .lb-pic{
	height: auto;
	overflow: hidden;
	color: #333;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}
.cplb-list ul li .lb-pic span{
	display: inline-block;
	vertical-align: top;
	color: #004098;
	font-size: 24px;
}
.cplb-list ul li .lb-title{
	line-height: 25px;
	font-size: 14px;
	color: #666;
	text-align: center;
}

.develop-box{
	height: auto;
	overflow: hidden;
}
.develop-box .item{
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}
.develop-box .item .date{
	font-size: 14px;
	color: #0b3ba3;
	width: 50px;
	font-weight: bold;
}
.develop-box .item .cont{
	width: calc(100% - 50px);
}
.develop-box .item .cont ul li{
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}
.develop-box .item .cont ul li h5{
	color: #2c61d3;
	font-size: 14px;
	margin-bottom: 5px;
}

.index_lm{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
}
.index_lm li{
	width: 48%;
	height: auto;
	overflow: hidden;
	float: left;
	margin: 1%;
	font-size: 14px;
}
.index_lm li a{
	display: block;
	line-height: 40px;
	font-size: 14px;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
	background-color: #004098;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	text-align: center;
}
.owl-carousel.owl-product{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}
.owl-carousel.owl-product .item {
	height: auto;
	overflow: hidden;
}
.owl-carousel.owl-product .item a{
	display: block;
}
.owl-carousel.owl-product .item .pic{
	height: auto;
	overflow: hidden;
	border: 1px solid #eee;
}
.owl-carousel.owl-product .item .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.owl-carousel.owl-product .item .title{
	text-align: center;
	font-size: 14px;
	margin-top: 6px;
}

.main{
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.main .lmmc{
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.main .lmmc h2{
	font-size: 20px;
}

/*******************************
 * 最新产品
 ******************************/
.new-pro-top{
	text-align: center;
	color: #333;
	font-size: 20px;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 15px;
}
.new-pro-top:after{
	width: 50px;
	height: 1px;
	background-color: #004098;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: 0;
}
.item-half{
	padding-left: 10px;
	padding-right: 10px;
	width: 50%;
	position: relative;
	min-height: 1px;
	float: left;
}
.item-full{
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	position: relative;
	min-height: 1px;
	float: left;
}
.new-pro-box{
	overflow: hidden;
	margin-top: 15px;
}
.new-pro-box.gray{
	background-color: #F1F5F8;
	padding-bottom: 10px;
}
.new-pro-box a{
	display: block;
}
.yuan-pic{
	height: auto;
	overflow: hidden;
}
.yuan-pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.yuan{
	display: block;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.yuan li{
	width: 33.333333%;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 5px;
}
.yuan li a{
	display: block;
}
.yuan li span.pic{
	height: auto;
	overflow: hidden;
}
.yuan li span.pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	border: 1px solid #004098;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}
.yuan li p{
	display: block;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
}
.new-pro-title{
	text-align: center;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	padding: 0 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 10px;
}
.new-pro-box img{
	border: 1px solid #eee;
}
.new-pro-title.bai{
	color: #fff;
}
.product-more-cate{
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.product-more-cate a{
	display: inline-block;
	color: #fff;
	background-color: #004098;
	height: 44px;
	line-height: 44px;
	padding: 0 40px;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
}

.full-case{
	padding: 20px 0;
	background-color: #F1F2F7;
}
#dingzhi_box{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
}
#dingzhi_biaoti1{
	height: auto;
	overflow: hidden;
}
#dingzhi_biaoti1 ul li{
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
#dingzhi_biaoti1 ul li .title{
	font-size: 18px;
	color: #fff;
}
#dingzhi_biaoti1 ul li .intro{
	color: #fff;
	font-size: 12px;
	margin-top: 5px;
}
#dingzhi_biaoti2{
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
}
#dingzhi_jianjie{
	color: #fff;
	font-size: 14px;
}
.dianzmore{
	margin-top: 15px;
	text-align: center;
	font-size: 14px;
}
.dianzmore a{
	display: inline-block;
	color: #0c3ca3;
	background-color: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 40px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#liucheng{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
#liucheng li{
	width: 50%;
	float: left;
	padding: 5px;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
	color: #fff;
}
#liucheng li .pic{
	display: block;
	height: auto;
	overflow: hidden;
}
#liucheng li .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
#liucheng li h3{
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}
#liucheng ul li .title{
	font-size: 16px;
	background-color: #0B77DC;
	color: #fff;
	padding: 10px;
}
#liucheng ul li .title span{
	display: inline-block;
	font-style: italic;
	margin-right: 5px;
}
#liucheng ul li .box{
	background-color: #F2F2F2;
	padding: 10px 15px;
}
#liucheng ul li .box .title2{
	font-size: 14px;
	line-height: 1.75;
}
#liucheng ul li .box .title3{
	font-size: 12px;
	color: #999;
	line-height: 1.75;
}
#liucheng ul li .box .intro{
	margin-top: 10px;
	color: #666;
	font-size: 14px;
	line-height: 1.75;
	text-align: center;
}

.tbox_pd{
	text-align: center;
	color: #666;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.owl-carousel.owl-paip{
	margin-top: 20px;
}
.paip-wrap{
	height: auto;
	overflow: hidden;
	padding: 0 15px;
}
.paip-wrap img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.full-wwyy{
	padding: 20px 0;
	background-color: #EDEDED;
}
.index_title_06{
	text-align: center;
	position: relative;
	font-size: 16px;
}
#jishu_box{
	height: auto;
	overflow: hidden;
}
.jishu_item{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.jishu_item .shang{
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
	padding-left: 55px;
}
.jishu_item .shang .num{
	width: 44px;
	height: 44px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	font-size: 20px;
	background-image: url(/web/pic/jishu_a.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 44px;
	line-height: 40px;
}
.jishu_item .shang .num:after{
	content: "";
	width: 20px;
	height: 2px;
	background-color: #004098;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: 8px;
}
.jishu_item .shang .title{
	line-height: 30px;
	font-size: 16px;
	margin-top: 15px;
}
.jishu_item .xia{
	font-size: 14px;
	color: #666;
}

.fbiaodan{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.fbiaodan .ftext{
	display: block;
	width: 100%;
	border: none;
	background-color: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 14px;
	margin: 15px 0;
}
.fbiaodan .fcontent{
	display: block;
	width: 100%;
	border: none;
	background-color: #fff;
	height: 90px;
	line-height: 25px;
	padding: 5px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 14px;
	margin: 15px 0;
}
.fbiaodan .fbtn{
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #E3000B;
	cursor: pointer;
	font-size: 14px;
	border: none;
	color: #fff;
	text-transform: uppercase;
}

.lxx-renn{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	margin-bottom: 15px;
}
.index-more-two{
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
}
.index-more-two a{
	display: inline-block;
	color: #fff;
	background-color: #028ed5;
	line-height: 40px;
	padding: 0 30px;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
			border-radius: 20px;
}


.index_cplist_05{
	display: block;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.index_cplist_05 li{
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
	text-align: center;
}
.index_cplist_05 li a{
	display: block;
}
.index_cplist_05 li .pic{
	height: auto;
	overflow: hidden;
}
.index_cplist_05 li .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.index_cplist_05 li .cover{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background-color: rgba(45, 113, 174, 0.5);
}
.index_cplist_05 li .cover .inner{
	width: 100%;
	padding: 15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.index_cplist_05 li .cover .inner i{
	color: #fff;
	font-size: 30px;
}
.index_cplist_05 li .cover .inner h3{
	font-size: 20px;
	color: #fff;
	padding: 10px 0;
}
.full-wwxx{
	padding: 20px 0;
	background-color: #004098;
}
.wwxx-btn{
	text-align: center;
	font-size: 14px;
}
.wwxx-btn a{
	display: inline-block;
	width: 130px;
	height: 38px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-align: center;
	line-height: 38px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 5px;
}
.wwxx-btn a.btn1{
	background-image: url(/web/pic/btn1.png);
	color: #fff;
}
.wwxx-btn a.btn2{
	background-image: url(/web/pic/btn2.png);
	color: #000;
}
#index_m_tel{
	text-align: center;
	color: #000000;
	font-size: 20px;
	margin-top: 20px;
}
.link_01{
	display: block;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.link_01 li{
	width: 25%;
	padding: 2px;
	float: left;
}
.link_01 li img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.index_ad{
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}
.index_ad img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.index_biaoti1{
	text-align: center;
	line-height: 1.25;
	padding-top: 10px 0;
	margin-bottom: 15px;
	
}
.new-pro-box22{
	height: auto;
	overflow: hidden;
	margin: 6px 0;
}
.new-pro-box22 img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 160px;
	object-fit: cover;
}

.new-pro-box333{
	height: auto;
	overflow: hidden;
	border: 1px solid #eee;
	padding: 10px;
	margin: 10px 0;
}
.new-pro-box333 img{
	display: block;
	margin: 0 auto;
	width: auto;
	height: 100px;
}

#ziyuan_left{
	height: auto;
	overflow: hidden;
}
#ziyuan_left .title{
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#ziyuan_left .jianjie{
	font-size: 14px;
}
#ziyuan_pic{
	height: auto;
	overflow: hidden;
	position: relative;
}
#ziyuan_pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.kfejkajfeommm{
	margin-top: 15px;
	text-align: center;
	font-size: 14px;
}
.kfejkajfeommm a{
	display: inline-block;
	border: 1px solid #ccc;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 40px;
}

/*******************************
 * 关于我们
 ******************************/
.full-about{
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff;
}
.about-box{
	height: auto;
	overflow: hidden;
}
.full-video{
	padding: 20px 0;
	background-image: url(/web/pic/zone1.jpg);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: cover;
}
.full-nare-bgc{
	padding: 15px 0;
	background-color: #000000;
	margin-top: 15px;
	margin-bottom: 15px;
}
.lxx-bbtt{
	text-align: center;
	color: #333;
	font-size: 20px;
}
#index_lxxx{
	height: auto;
	overflow: hidden;
	color: #333;
	margin-top: 15px;
	font-size: 12px;
}
#index_lxxx a{
	color: #333;
}
#ly_biaoti{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
#ly_biaoti span{
	display: inline-block;
	    font-size: 20px;
	    text-transform: uppercase;
	    padding-right: 95px;
	    background: url(/web/pic/message_title.png) right center no-repeat;
	    overflow: hidden;
}

.new-pro-top.bai{
	color: #fff;
	margin-top: 0;
}
.new-pro-top.bai:after{
	background-color: #fff;
}
.about-top{
	height: auto;
	overflow: hidden;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.feng-cai{
	line-height: 30px;
	padding: 0 15px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #004098;
	margin-bottom: 15px;
	margin-top: 15px;
}
.owl-carousel.owl-fengcai{
	height: auto;
	overflow: hidden;
}
.owl-carousel.owl-fengcai .item .pic{
	height: auto;
	overflow: hidden;
}
.owl-carousel.owl-fengcai .item .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.owl-carousel.owl-fengcai .item .title{
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}
.why-sml{
	text-align: center;
	font-size: 12px;
	color: #ff7800;
	margin-top: 10px;
}
.ys_txt{
	height: auto;
	overflow: hidden;
}
.ys_txt ul li{
	height: auto;
	overflow: hidden;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 10px;
}
.ys_txt ul li .pic{
	height: auto;
	overflow: hidden;
}
.ys_txt ul li .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.ys_txt ul li .title{
	height: auto;
	overflow: hidden;
	color: #333;
	padding: 0 15px;
	line-height: 2;
	font-size: 14px;
	text-align: center;
}
.ys_txt ul li .intro{
	margin-top: 10px;
	font-size: 12px;
	line-height: 2;
	color: #666;
}
.ys_txt ul li .ys_pic{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.ys_txt ul li .ys_pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	overflow: hidden;
}
#whylist{
	overflow:hidden;
}
#whylist dl{
	overflow:hidden;
	margin-top:15px;
}
#whylist dl dt{
	height:60px;
	line-height:60px;
	display:block;
	background:#F3F4F8;
	cursor:pointer;
	overflow: hidden;
}
#whylist dl dt .ico{
	overflow: hidden;
	float: left;
	margin-left: 15px;
}
#whylist dl dt .ico img{
	width: 20px;
	height: auto;
	display: block;
	margin-top: 20px;
	-webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
#whylist dl dt .title{
	overflow: hidden;
	float: left;
	margin-left: 15px;
	line-height: 60px;
	font-size: 18px;
	font-weight: bold;
	color: #004098;
}
#whylist dl dt i{
	float: right;
	line-height: 60px;
	font-size: 18px;
	color: #999;
	margin-right: 20px;
	transition: 0.6s;
}
#whylist dd{
	padding:0px 25px 25px 25px;
	overflow:hidden;
	line-height:25px;
	display:none;
	background: #F3F4F8;
}
#whylist dd .xia{
	margin-top: 5px;
	color: #666;
	overflow: hidden;
}
#whylist dl dt.open i{
	color:#004098;
	transform:rotate(90deg);
}
#whylist dl dt.open .ico img{
	-webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: color;
}
.about-innnnn{
	height: auto;
	overflow: hidden;
	padding: 20px 15px;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.about-brief{
	color: #333;
	margin-top: 15px;
	line-height: 2;
	word-break: break-all;
	font-size: 14px;
}
.about-brief.bai{
	color: #fff;
}
.about-top2{
	text-align: center;
	font-size: 20px;
	margin: 15px 0;
	color: #004098;
}
.about-list{
	height: auto;
	overflow: hidden;
}
.about-list ul li{
	width: 50%;
	padding: 5px;
	height: auto;
	overflow: hidden;
	position: relative;
	float: left;
	margin-bottom: 10px;
}
.about-list ul li .pic {
	height: auto;
	overflow: hidden;
}
.about-list ul li .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.about-list ul li .xia{
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
}
.about-list ul li .shang{
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #000;
	overflow: hidden;
	font-size: 16px;
}

.about-wename{
	text-align: center;
	font-size: 16px;
	margin: 15px 0;
}
.about-more{
	text-align: center;
	margin-top: 15px;
}
.about-more a{
	color: #004098;
	font-size: 14px;
	display: inline-block;
	line-height: 40px;
	padding: 0 30px;
	text-transform: uppercase;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background-color: #fff;
	border: 1px solid #004098;
}
.new-pro-box123{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.new-pro-title123{
	height: 30px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
}
.ccasee-top{
	height: auto;
	line-height: 40px;
	color: #555;
	font-size: 14px;
	overflow: hidden;
}
#footer_follow{
	height: auto;
	overflow:hidden;
	margin: 15px 0;
}

#footer_follow a{
	margin:0px 15px 0px 0px;
	display: inline-block;
	*display:inline;
	*zoom:1;
	color: #fff;
}
#footer_follow img{
	width: 35px;
	height:auto;
	vertical-align: middle;
}
#footer_follow i{
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	/* background:none!important;
	border:2px solid #fff; */
	margin-right:0px!important;
	font-size:16px;
	transition: 0.6s;
	color: #fff;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
			border-radius: 100%;
}
#footer_follow a:hover i{
	/* color: #E50112;
	border-color: #E50112;
	background: #009B4D!important; */
}
#footer_follow span{
	font-size:14px;
	display: block;
	text-transform:uppercase;
	/* font-weight: bold;
	line-height:35px;
	margin-right: 10px;
	display: inline-block;
	*display: inline;
	*zoom:1;
	vertical-align: middle;*/
}
.add-head{
	text-align: center;
	color: #000000;
	font-size: 18px;
	margin: 15px 0;
}
.full-ccase{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	background-color: #42586F;
	padding: 25px 0;
}
#video_title{
	color: #fff;
	font-size: 14px;
	margin-bottom: 15px;
}
#video{
	height: auto;
	overflow: hidden;
}
#video iframe{
	display: block;
	border: 0;
}
#video_pics{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.video_pic{
	width: 23%;
	height: auto;
	overflow: hidden;
	float: left;
	margin: 1%;
	position: relative;
	cursor: pointer;
}
.video_pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.video_pic .zhezhao{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
	text-align: center;
}
.video_pic .zhezhao i{
	display: inline-block;
	position: relative;
	font-size: 20px;
	top: 50%;
	transform: translateY(-50%);
}

#tbox2{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
}
#tbox3{
	height: auto;
	overflow: hidden;
	padding-left: 65px;
	background: url(/web/pic/t2.png) left center no-repeat;
	color: #fff;
	font-size: 14px;
	margin-top: 15px;
	margin-left: 50px;
}
#tbox3 dt{
	display: block;
	height: auto;
	overflow: hidden;
}
#tbox3 dt div{
	display: inline-block;
	float: left;
}
#tbox3 dd{
	font-size: 16px;
	line-height: 1.5;
}

.zs-wrap1233{
	height: auto;
	overflow: hidden;
	margin: 15px 0;
	background-color: #fff;
	padding: 15px;
}
.index_cplist_04{
	display: block;
	height: auto;
	overflow: hidden;
	position: relative;
}
.index_cplist_04 dd{
	width: 50%;
	margin: 10px 0;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 0 5px;
}
.index_cplist_04 dd a{
	display: block;
}
.index_cplist_04 dd .pic{
	height: auto;
	overflow: hidden;
	display: block;
}
.index_cplist_04 dd img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	border: 1px solid #eee;
}
.index_cplist_04 dd h3{
	text-align: center;
	font-size: 14px;
	color: #333;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 10px;
}
.index_cplist_04 dd h3 a{
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index_cplist_04 dd .xia {
	text-align: center;
	margin-top: 10px;
}
.index_cplist_04 dd .xia a{
	display: inline-block;
	margin: 0 5px;
}


.index_cplist_04{
	height: auto;
	overflow: hidden;
}
.index_cplist_04 ul li{
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}
.index_cplist_04 ul li .ys_pic{
	height: auto;
	overflow: hidden;
}
.index_cplist_04 ul li .ys_pic.pic_5{
	display: none;
}
.index_cplist_04 ul li .ys_pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.index_cplist_04 ul li .title{
	color: #000;
	font-size: 16px;
}
.index_cplist_04 ul li .intro{
	height: auto;
	overflow: hidden;
	position: relative;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-size: 40px auto;
	margin-top: 15px;
}
.index_cplist_04 ul li .intro .title{
	color: #000;
	font-size: 14px;
}
.index_cplist_04 ul li .intro .brief{
	color: #666;
	font-size: 12px;
	line-height: 2;
	margin-top: 6px;
}
.zs-wrap{
	height: auto;
	overflow: hidden;
}
.zs-wrap img{
	border: 1px solid #eee;
}
.zs-title{
	font-size: 14px;
	text-align: center;
	margin-top: 5px;
}
.full-logo{
	padding: 20px 0;
	background-color: #eee;
}
.owl-carousel.owl-houban{
	margin-top: 20px;
}
.product-more{
	text-align: center;
	margin-top: 15px;
	font-size: 14px;
	text-transform: uppercase;
}
.product-more a{
	display: inline-block;
	color: #fff;
	line-height: 40px;
	padding: 0 25px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background-color: #0186D3;
}
.owl-carousel.owl-xxinwen{
	margin-top: 20px;
}
.owl-carousel.owl-xxinwen .item .title{
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}
.full-zss{
	padding: 15px 10px;
	background-image: url(/web/pic/zone2.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	margin-top: 15px;
}
.business_right{
	background: url(/web/pic/ditu.png) 35px center no-repeat rgba(0, 0, 0, 0.5);
	background-size: cover;
	padding: 20px;
}
.bus-title{
	text-align: center;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.bus-intro{
	color: #fff;
	font-size: 12px;
	line-height: 2;
	margin-bottom: 20px;
}
.bus-more{
	text-align: center;
}
.bus-more a{
	display: inline-block;
	font-size: 14px;
	line-height: 40px;
	border-radius: 20px;
	padding: 0 30px;
	color: #fff;
	border: 1px solid #fff;
	text-transform: uppercase;
}
.owl-carousel.owl-zs{
	margin-top: 15px;
}
.owl-carousel.owl-zs .item{
	height: auto;
	overflow: hidden;
}
.owl-carousel.owl-zs .item .owl-half{
	width: 50%;
	height: auto;
	overflow: hidden;
	float: left;
}
.owl-carousel.owl-zs .item .pic{
	height: auto;
	overflow: hidden;
	border: 1px solid #eee;
}
.owl-carousel.owl-zs .item .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.owl-carousel.owl-zs .item .owl-half .inner{
	padding: 5px 10px;
	height: auto;
	overflow: hidden;
}
.owl-carousel.owl-zs .item .title{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	text-align: center;
	margin-top: 5px;
}
.owl-carousel.owl-zs .item .owl-half .inner .intro{
	font-size: 12px;
	color: #666;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
	margin-top: 6px;
}
.owl-carousel.owl-hotpro{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.owl-carousel.owl-hotpro .item{
	height: auto;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
}
.owl-carousel.owl-hotpro .item .pic{
	height: auto;
	overflow: hidden;
}
.owl-carousel.owl-hotpro .item .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.owl-carousel.owl-hotpro .item .title{
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	background-color: rgba(0,0,0,.6);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 10px;
}

.zss-inntro{
	height: auto;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	margin: 15px 0;
	padding-left: 90px;
}

#shuzi_zone{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
#shuzi_zone ul li{
	width: 25%;
	padding: 2px;
	height: auto;
	overflow: hidden;
	float: left;
	margin: 5px 0;
}
#shuzi_zone ul li .shang{
	text-align: center;
	font-size: 20px;
	color: #004098;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 24px;
}
#shuzi_zone ul li .xia{
	text-align: center;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	color: #555;
	font-size: 12px;
	margin-top: 10px;
}
.pro-img img{
	border: 1px solid #eee;
}
.gg-txt{
	text-align: center;
	color: #004098;
	font-size: 20px;
}
.gg-txt p{
	display: inline-block;
}
.gg-pic{
	text-align: center;
	margin: 5px 0;
	height: auto;
	overflow: hidden;
}
.gg-pic img{
	height: 40px;
	width: auto;
}
.gg-intro{
	text-align: center;
	font-size: 14px;
	margin-top: 15px;
}
.gg-box{
	padding: 10px;
	border: 1px solid #004098;
	margin-top: 15px;
}
.index_tuwenlist{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.index_tuwenlist dl{
	width: 48%;
	margin: 1%;
	float: left;
	height: auto;
	overflow: hidden;
}
.index_tuwenlist dl dd{
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 120px auto;
	padding: 20px 0;
}
.index_tuwenlist dl dd .shuzi{
	text-align: center;
	font-size: 20px;
	margin-top: 15px;
}
.index_tuwenlist dl dd .wenzi{
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	padding: 0 35px;
}
.index_tuwenlist dl dt{
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}
.index_tuwenlist dl dt .pic{
	display: block;
	height: auto;
	overflow: hidden;
	margin-top: 5px;
}
.index_tuwenlist dl dt .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.pro-img22{
	height: auto;
	overflow: hidden;
}
.pro-img22 img{
	border: 1px solid #eee;
}
.cmd-ttl{
	text-align: center;
	color: #004098;
	margin-top: 15px;
	font-size: 18px;
	padding: 0 10px;
}

.lm-sort-list{
	height: auto;
	overflow: hidden;
}
.lm-sort-list ul li{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
.lm-sort-list ul li a{
	display: block;
}
.lm-sort-list ul li .pic{
	height: auto;
	overflow: hidden;
}
.lm-sort-list ul li .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.lm-sort-list ul li .title{
	text-align: center;
	color: #fff;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.index_title_01{
	height: auto;
	overflow: hidden;
	text-align: center;
	font-size: 20px;
}


#slideBox5{
	overflow:visible;
	margin-top: 15px;
}
#slideBox5 .hd{
	overflow:hidden;
	margin-bottom: 15px;
}
#slideBox5 .hd ul{
	overflow: hidden;
	text-align: center;
}
#slideBox5 .hd ul li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	cursor:pointer;
	position:relative;
	overflow:visible;
	margin:0 5px;
	font-size: 12px;
	line-height: 40px;
	padding: 0 15px;
}
#slideBox5 .hd ul li.on{
	background: #004098;
	border-color: #004098;
	color: #fff;
}
#slideBox5 .bd{
	overflow:visible;
}
#slideBox5 .bd ul{
	overflow: visible;
}
#slideBox5 .bd ul .pic{
	width:100%;
	overflow:hidden;
	border:1px solid #ccc;
}
#slideBox5 .bd ul .pic img{
	max-width:100%;
	height:auto;
	display:block;
}
#slideBox5 .bd ul .desc{
	margin-top: 15px;
	overflow:hidden;
}
#slideBox5 .bd ul .desc h2{
	display:block;
	font-size:16px;
	overflow:hidden;
	font-weight:normal;
}
#slideBox5 .bd ul .desc h3{
	display:block;
	margin-top:5px;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	color:#0b3ba3;
}
#slideBox5 .bd ul .desc .info{
	margin-top: 10px;
	font-size: 12px;
    color: #6b6b6b;
    line-height: 30px;
	overflow:hidden;
}

/*******************************
 * 新闻资讯
 ******************************/
.news-list{
	overflow: hidden;
}
.news-list ul li{
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	border-bottom: 1px solid #D9D9D9;
}
.news-list ul li a{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 10px;
	height: 36px;
	line-height: 36px;
}
.news-list ul li a i{
	padding-right: 5px;
	color: #2b3087;
}

/*******************************
 * footer
 ******************************/
footer{
	background-color: #004098;
	padding-top: 20px;
	margin-top: 20px;
	padding-bottom: 60px;
}
.foot-logo{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 15px;
	padding-left: 10px;
}

#footer_follow{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	text-align: center;
}
#footer_follow a{
	display: inline-block;
	margin: 0 5px;
}
#footer_follow img{
	width: auto;
	height: 30px;
}
#footer_follow span{
	display: inline-block;
	color: #fff;
	font-size: 14px;
}
.accordion {
 	width: 100%;
 	margin: 0 auto;
 	background: #FFF;
 	-webkit-border-radius: 4px;
 	-moz-border-radius: 4px;
 	border-radius: 4px;
 }
.accordion .link {
	cursor: pointer;
	display: block;
	padding: 10px 15px;
	color: #4D4D4D;
	font-size: 14px;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-transform: uppercase;
}
.accordion li:last-child .link {
	border-bottom: 0;
}
.accordion li i {
	position: absolute;
	top: 15px;
	left: 12px;
	font-size: 12px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 12px;
}
.accordion li.open .link {
	color: #004098;
}
.accordion li.open i {
	color: #004098;
}
.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.submenu {
 	display: none;
 	background: #FFFFFF;
 	font-size: 14px;
 }
 .submenu li {
 	border-bottom: 1px solid #EEEEEE;
 }
 .submenu a {
 	display: block;
 	text-decoration: none;
 	color: #333;
	padding-top: 8px;
	padding-bottom: 8px;
 	padding-left: 25px;
 	-webkit-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
 	transition: all 0.25s ease;
 }
 .submenu a:hover {
 	color: #333;
 }
 .wechat{
	 height: auto;
	 overflow: hidden;
	 margin-top: 15px;
 }
 .wechat img{
	 display: block;
	 margin: 0 auto;
	 max-width: 100px;
	 height: auto;
 }
 .foot-content{
 	font-size: 12px;
 	line-height: 2;
 	color: #555;
	padding: 0 15px;
 }
 .foot-content a{
	 color: #555;
	 display: inline-block;
 }
 .copyright{
 	text-align: center;
 	color: rgba(255,255,255,.7);
	margin-top: 20px;
	padding: 0 10px;
	border-top: 1px solid #eee;
	padding-top: 15px;
 }
 .copyright a{
	 color: #bbb;
 }
 .new-pro-top233{
	 text-align: center;
	 font-size: 20px;
	 margin-top: 5px;
 }
 .new-pro-top233.bai{
	 color: #fff;
 }
 
 
 /***********************/
.sigle-title{
	text-align: left;
	font-size: 14px;
	margin-top: 15px;
	color: #004098;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #D9D9D9;
}
.sigle-content{
	margin-top: 15px;
	line-height: 2;
	word-break: break-all;
	font-size: 14px;
}
.sigle-content img{
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.sigle-content table,
.sigle-content video,
.sigle-content iframe{
	max-width: 100% !important;
	height: auto;
}

.news-piclist{
	overflow: hidden;
}
.news-piclist ul li{
	margin-top: 15px;
	position: relative;
	height: auto;
	overflow: hidden;
}
.news-piclist ul li a{
	display: block;
}
.news-pic{
	width: 45%;
	float: left;
	position: relative;
}
.news-picrt{
	width: 55%;
	float: left;
	position: relative;
	padding-left: 15px;
}
.news-pictitle{
	color: #333;
	font-size: 12px;
	font-weight: bold;
}
.news-picinfo{
	margin-top: 5px;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	color: #999999;
}

.news-title{
	text-align: center;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #D9D9D9;
}
.vide-content{
	margin-top: 15px;
	overflow: hidden;
}
/*******************************
 * 产品详情页
 ******************************/
.smoobox{
	margin-top: 20px;
}

/*******************************
 * 产品二级,三级目录
 ******************************/
.pushy-content .pushy-submenu dl dt a{
	background-color: #595959;
	border-bottom: 1px solid #777;
	padding: 6px 10px 6px 35px;
}
/*---分页--*/
.pages-num{
	padding: 20px 0;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}

.pages-num a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:3px 10px;
	border:1px solid #ccc;
	margin:0 2px;
}
.pages-num .current{
	background:#004098;
	border-color:#004098;
	color:#FFF;
	font-weight:700;
}

.ab-cate{
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	float: left;
	margin-bottom: 10px;
}
.ab-cate a{
	display: block;
	padding: 0 15px;
	background-color: #F0F0F0;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	text-align: center;
}
.ab-cate #on{
	background:#004098;
	color:#fff;
}
.ab-top{
	margin-top: 10px;
}
.form-group{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
.form-group label{
	display: block;
	font-size: 12px;
	font-weight: bold;
}
.form-group input{
	display: block;
	width: 100%;
	padding: 3px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 12px;
	line-height: 2;
	border: 1px solid #ddd;
}
.form-group textarea{
	display: block;
	width: 100%;
	padding: 3px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 12px;
	line-height: 20px;
	border: 1px solid #ddd;
	height: 80px;
}
.form-group2{
	margin-top: 15px;
	margin-bottom: 20px;
}
.form-group2 input{
	display: block;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	padding: 4px 0;
	text-transform: uppercase;
	line-height: 2;
	background-color: #004098;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.sigle-content *:before,.sigle-content *:after,.foot-content *:before,.foot-content *:after,.about-brief *:before,.about-brief *:after{
	display:inline!important;
}
.foot-content a{
	padding:0!important;
}
.about-pic{
	margin-top: 15px;
	padding: 10px;
}
.about-pic img,.about-brief img,.about-pic iframe{
	width:100%!important;
	height:auto!important;
	display:block;
}

.bx-wrapper .bx-pager.bx-default-pager a{
	font-size:0;
	text-indent:-9999em;
}

/* #lxxx table td img,.foot-content table td img{
	width:25px;
	height:auto;
} */

.foo-fixbar{
	width:100%;
	position:fixed;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:999;
	background-color:#4289bf;
}
.foo-fixlist{
	max-width:480px;
	height:auto;
	margin:0 auto;
}
.foo-fixlist ul li{
	width:33.3333%;
	float:left;
	text-align:center;
	color:#fff;
	padding:5px 0;
	border-right:1px solid #2b6fa3;
	border-left:1px solid #589ed2;
}
.foo-fixlist ul li:first-child{
	border-left:none;
}
.foo-fixlist ul li:last-child{
	border-right:none;
}
.foo-fixlist ul li a{
	display:block;
	color:#fff;
	font-size:14px;
}
.foo-fixlist ul li span{
	display:inline-block;
	padding-top:25px;
	background-repeat:no-repeat;
	background-position:50% 2px;
	background-size: 22px;
}
.foo-fixlist ul li.home span{
	background-image:url(../images/home.png);
}
.foo-fixlist ul li.tel span{
	background-image:url(../images/tel.png);
}
.foo-fixlist ul li.fbk span{
	background-image:url(../images/talk.png);
}
.foo-fixlist ul li.mail span{
	background-image:url(../images/mail.png);
}
.foo-fixlist ul li.qq span{
	background-image:url(../images/qq.png);
}

.tulist_02{
	display: block;
	height: auto;
	overflow: hidden;
}
.tulist_02 li{
	width: 48%;
	height: auto;
	overflow: hidden;
	float: left;
	margin: 1%;
}
.tulist_02 li a{
	display: block;
}
.tulist_02 li img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

/*** 表单-首页  ***/
.form-tabs-nav{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.form-tabs-nav ul li{
	width: 48%;
	margin: 1%;
	float: left;
	font-size: 12px;
	padding: 12px 0;
	text-align: center;
	cursor: pointer;
	color: #000;
	background-color: #f5f5f5;
}
.form-tabs-nav ul li.active{
	border-color: #00A3C9;
	color: #fff;
	background-color: #00A3C9;
}
.form-wraps{
	height: auto;
	overflow: hidden;
	margin-top: 5px;
}
.formbox{
	height: auto;
	overflow: hidden;
}
.idx-frm-gp{
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 10px 0;
}
.frm-gps label{
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}
.frm-gps label font{
	margin-left: 5px;
	font-weight: normal;
	color: #ff0000;
}
.frm-gps.chk label{
	display: inline-block;
	font-weight: normal;
	margin-bottom: 0;
	margin-right: 10px;
}
.frm-gps.chk label input{
	margin-right: 5px;
}
.frm-gps.put textarea{
	display: block;
	width: 100%;
	padding: 6px 10px;
	border-radius: 5px;
	font-size: 14px;
	color: #333;
	height: 100px;
	border: 1px solid #eee;
}
.frm-gps.put input{
	display: block;
	width: 100%;
	padding: 0 10px;
	border-radius: 5px;
	border: 1px solid #eee;
	color: #333333;
	font-size: 14px;
	line-height: 34px;
}
.frm-gps.btn{
	margin-top: 15px;
}
.frm-gps.btn button{
	display: block;
	text-align: center;
	line-height: 34px;
	color: #fff;
	font-size: 14px;
	background-color: #00A3C9;
	cursor: pointer;
	border: none;
	width: 100%;
	border-radius: 5px;
}

.dht_qk{ display:block; height:50px; background:rgba(34,166,215,0.8); position:fixed; bottom:0; z-index:1000; width:100%; box-shadow:0 -2px 2px rgba(102,102,102,0.2); border-top:1px solid rgba(255,255,255,0.2);}
.dht_qk li{ width:20%; float:left; height:50px;}
.dht_qk li a{ border-right:1px solid rgba(255,255,255,0.2); color:#fff; display:block; font-size:12px; height:50px; overflow:hidden; padding-top:30px; text-align:center; vertical-align:bottom;}
.dht_qk li.v1{ background:url(../images/s1.png) center 3px no-repeat;background-size:24px}
.dht_qk li.v2{ background:url(../images/s2.png) center 3px no-repeat;background-size:24px}
.dht_qk li.v3{ background:url(../images/s3.png) center 3px no-repeat;background-size:24px}
.dht_qk li.v4{ background:url(../images/s4.png) center 3px no-repeat;background-size:24px}
.dht_qk li.v5{ background:url(../images/s5.png) center 3px no-repeat;background-size:24px}