﻿

@charset "utf-8";

/*格式化*/

#content p img{ width:100%;display:block; margin:0 auto; max-width:560px;}

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, span, input, textarea {margin:0;padding:0;}

body{ font-size:14px;font-family:"Microsoft Yahei",Verdana,Arial,Helvetica,sans-serif; padding-top:1px; background:#f9f9f9;} 

li, ol { list-style:none; }

ins { text-decoration:none; }

i, em { font-style:normal; }

a { text-decoration:none;font-family:"Microsoft Yahei";}

a:hover { cursor:pointer; text-decoration:none;}

a:active{star:expression(this.onFocus=this.blur());}

:focus{outline:0;}

.clear { clear:both; line-height:0px; overflow:hidden; zoom:1; font-size:0px; content:'.';}

.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}

img{ padding:0; margin:0;}

a img { border:none; }

input,textarea{ border:none;font-family:"Microsoft Yahei"; font-size:13px;}

h1, h2, h3, h4, h5, h6{ font-weight:normal; font-size:14px;}

/*排版通用*/

.f-mm{ margin-left:auto; margin-right:auto;}/*居中对齐*/

.f-fl{ float:left;} /*左浮动*/

.f-fr{ float:right;} /*右浮动*/

.f-tr{ text-align:right;} /*右对齐*/

.f-tl{ text-align:left;} /*左对齐*/

.f-tc{ text-align:center;} /*中间对齐*/

.f-tc h1{ font-size: 1rem; font-weight: bold; color: #333; text-align: center; line-height: 3rem;width: 100%;} 

.f-pr{ position:relative;} /*定位*/

.f-di{ display:inline;}

/*杂项*/

.u-co-bt{ border-radius:4px; /*css3圆角*/ width:80px; height:26px; line-height:26px; display: inline-block; vertical-align: middle;  padding-top:1px;}/*提交按钮样式*/

.u-co-bt.z-spe{ width:100%;}

.u-lico{ width:24px; height:24px; border-radius:4px;  /*css3圆角*/ background:#000; padding:10px;opacity: 0.8; position:relative; left:50%; margin:10px 0 10px -14px; box-shadow:0 0 3px #2d2d2d;}/*等待载入*/

.fs15{font-size:15px;} /*15号字体*/

.fs12{font-size:12px;} /*12号字体*/

.pdr12{ padding-right:12px;} /*右边距12px*/

.pl10{ padding-left:10px;} /*左边距10px*/

.red { color:#f00; } /*字体颜色红色*/

.emptyData{padding-left:10px;line-height:26px; }

/* -- 页面整体布局 -- */

.wrap{min-width:320px; max-width:640px; margin:0 auto; overflow:hidden; position:relative; background:#fff;} /*网站首页宽度*/



/*内页返回开始*/

.g-back{ overflow: hidden;position: relative;text-align:right;margin-top:1px; height:38px; padding:7px 11px 0 9px;} /*内页返回布局样式*/

.g-back a{display: inline-block;font-size:0.875em;height: 32px;line-height: 28px; width:32px;position: relative;}	/*内页返回链接样式*/

.g-back .u-bp { background-position:0 0; } /*内页返回样式*/

.g-back .u-bl {background-position:0 -286px;  } /*内页回到首页样式*/

.g-back .u-bh { margin-right:10px; background-position:0 -232px;} /*内页目录样式*/

/*内页返回结束*/







/*定位图片样式*/

.header .tel_bt, .title .icon, .sytitbg .icon, .probox .content ul li, .probox .content ul li ul li, .navbg, .brand_advance .yscontent h2, .social_nav2 .btn, .social_nav2 .btn2, .social2 span,.hotline .telbg {

    background-image: url(../skins/SkinsBar2.png);

    background-size: 32px 889px;}



/*底部浮动栏样式3*/

.social_nav3{ height:55px; width:320px; position:fixed; bottom:0; left:0; z-index:999; }

/*底部浮动社交导航/电话*/

.social_nav3 .social3{ display:block; width:288px; height:55px; margin-right:18px; position:relative; background:#656565;}

.social_nav3 a{ height:55px; font-size:12px; width:65px; display:inline-block; font-size:12px; position:relative; z-index:11; text-align:center; color:#fff;}

.social_nav3 a.tel{ width:65px; text-indent:15px;}

.social_nav3 span{display:block;width:35px;height:25px;position:absolute;top:0;z-index:10;}

.social3{ background-color:#0f65c4;}

.social3:before{ content:''; height:1px; width:100%; background:#656565; border-bottom:1px solid #656565; position:absolute; top:0; left:0; z-index:3;}

.social3:after{ content:''; height:1px; width:100%; background:#656565; border-top:1px solid #656565; position:absolute; bottom:0; left:0;z-index:3;}

.social3 b{width:1px; height:100%; background:#656565; border-left:1px solid #656565; position:absolute; top:0; right:0;}

/*底部社交-电话-动画*/

.social_nav3 em.tel{

	/*left:30px;

	top:5px;

	height:30px;*/

	background-position:3px -49px;

	animation-name: telshow;

	animation-duration: 1.0s;

	animation-timing-function: linear;

	animation-iteration-count: infinite;

	-webkit-animation-name: telshow;

	-webkit-animation-duration: 1.0s;

	-webkit-animation-timing-function: linear;

	-webkit-animation-iteration-count: infinite;

	-o-animation-name: telshow;

	-o-animation-duration: 1.0s;

	-o-animation-timing-function: linear;

	-o-animation-iteration-count: infinite;

}

@keyframes telshow {

	0% {transform: rotate(0deg)}

	5% {transform: rotate(-13deg)}

	10% {transform: rotate(0deg)}

	15% {transform: rotate(-13deg)}

	20% {transform: rotate(0deg)}

	25% {transform: rotate(-13deg)}

	100% {transform: roate(0deg)}

}

@-webkit-keyframes telshow {

	0% {-webkit-transform: rotate(0deg)}

	5% {-webkit-transform: rotate(-13deg)}

	10% {-webkit-transform: rotate(0deg)}

	15% {-webkit-transform: rotate(-13deg)}

	20% {-webkit-transform: rotate(0deg)}

	25% {-webkit-transform: rotate(-13deg)}

	100% {-webkit-transform: roate(0deg)}

}

/*底部社交-微信-动画*/

.social_nav3 span.weichat{

	background-position: 6px -150px;

    background-repeat: no-repeat;

    left: 86px;

    top: 7px;

}

@keyframes xshow {0% {opacity:0;}25% {opacity:1;}50% {opacity:0;}75% {opacity:1;}100% {opacity:0;}}

@-o-keyframes xshow {0% {opacity:0;}25% {opacity:1;}50% {opacity:0;}75% {opacity:1;}100% {opacity:0;}}

@-webkit-keyframes xshow {0% {opacity:0;}25% {opacity:1;}50% {opacity:0;}75% {opacity:1;}100% {opacity:0;}}

/*底部社交-微博-动画*/

.social_nav3 span.weibo{ background-position: 1px -430px;background-repeat: no-repeat;height: 26px;left: 157px; top: 7px;}

@keyframes xshow2 {0% {opacity:0;}20% {opacity:1;}40% {opacity:0;}60% {opacity:1;}80% {opacity:0;}100% {opacity:0;}}

@-o-keyframes xshow2 {0% {opacity:0;}25% {opacity:1;}50% {opacity:0;}75% {opacity:1;}100% {opacity:0;}}

@-webkit-keyframes xshow2 {0% {opacity:0;}25% {opacity:1;}50% {opacity:0;}75% {opacity:1;}100% {opacity:0;}}

.social_nav3 span.talk99{background-position:1px -200px; background-repeat:no-repeat;left:226px; height:24px; width:26px; top:8px;}

.social_nav3 .btn{ display:block; width:32px; height:55px; position:absolute; right:0; background-position:0 -786px; }

.social_nav3 .btn2{ display:block; width:32px; height:55px; position:absolute; right:0;background-position:0 -249px; display:none;}



/*定位图片样式*/

.header .tel_bt, .title .icon, .sytitbg .icon, .probox .content ul li, .probox .content ul li ul li, .navbg, .brand_advance .yscontent h2, .social_nav3 .btn, .social_nav3 .btn2, .social3 span, .brand_advance .yscontent .telbg {

    background-image: url(../skins/SkinsBar3.png);

    background-size: 32px 889px;}



/*底部结束*/



/*------通用部件-----*/

/*首页标题 开始*/

.m-tit{ position:relative; text-indent:10px; height:38px; font-size:15px; line-height:38px;} /*首页产品导航样式*/

.m-tit .u-ico{ position:absolute;right:10px; top:2px; width:30px; height:38px; }  /*首页产品导航箭头样式*/

.m-tit .u-ico:before{content:""; /*配合:before这个属性，写 before的时候一定要加上去*/

	position:absolute;

	width:12px;

    height:12px;

    right:5px;

	top:12px;

	z-index:10;

	-moz-transform: rotate(45deg); /*角度45度，针对火狐浏览器写的兼容*/

	-o-transform: rotate(45deg); /*针对欧朋浏览器写的兼容*/

	-webkit-transform: rotate(45deg); /*针对苹果浏览器写的兼容*/

	transform: rotate(45deg);} /*首页产品导航箭头css3样式*/

.m-tit .u-ico:after{content:""; /*配合:before这个属性，写 before的时候一定要加上去*/

	position:absolute;

	width:12px;

    height:12px;

    right:8px;

	top:12px;

	z-index:10;

	-moz-transform: rotate(45deg);/*角度45度，针对火狐浏览器写的兼容*/

	-o-transform: rotate(45deg);/*针对欧朋浏览器写的兼容*/

	-webkit-transform: rotate(45deg);/*针对苹果浏览器写的兼容*/

	transform: rotate(45deg);} /*首页产品导航箭头css3样式*/

	

/*内页面包屑导航样式 开始*/

.m-btit {line-height: 35px; padding-left: 12px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;border-top:1px solid #d9d9d9; box-shadow:0 1px #fff; position:relative; background-color:#f6f6f6;background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eaeaea));

	background-image: -webkit-linear-gradient(top, #f6f6f6, #eaeaea);  /*背景渐变，针对苹果浏览器写的兼容*/

	background-image: -moz-linear-gradient(top, #f6f6f6, #eaeaea); /*背景渐变，针对火狐浏览器写的兼容*/

	background-image: -o-linear-gradient(top, #f6f6f6, #eaeaea); /*背景渐变，针对欧朋浏览器写的兼容*/

	background-image: -ms-linear-gradient(top, #f6f6f6, #eaeaea); /*背景渐变，针对手机微软浏览器写的兼容*/

	background-image: linear-gradient(top, #f6f6f6, #eaeaea); /*背景渐变，正常的写法*/

	border-bottom:1px solid #d9d9d9; } /*内页面包屑导航背景*/

.m-btit:before{content:""; /*配合:before这个属性，写 before的时候一定要加上去*/

	position:absolute;

	left:0;

	top:0;

	width:100%;

	border-top: 1px solid #fff;}	/*内页面包屑导航背景上面的线条*/

.m-btit span{ padding:0 8px; position:relative; height:100%; top:-12px; display:inline-block;}

.m-btit span:before{content:""; /*配合:before这个属性，写 before的时候一定要加上去*/

	position:absolute;

	background:#7c7c7c;

	width:8px;

    height:8px;

    left:2px;

	top:3px;

	z-index:10;

	-moz-transform: rotate(45deg); /*角度45度，针对火狐浏览器写的兼容*/

	-o-transform: rotate(45deg); /*角度45度，针对欧朋浏览器写的兼容*/

	-webkit-transform: rotate(45deg); /*角度45度，针对苹果浏览器写的兼容*/

	transform: rotate(45deg);}  /*角度45度，内页面包屑箭头样式*/

.m-btit span:after{content:""; /*配合:before这个属性，写 before的时候一定要加上去*/

	position:absolute;

	width:8px;

    height:8px;

    left:1px;

	top:3px;

	z-index:11; background-color:#f2f2f2;

	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#eeeeee)); /*针对苹果老式浏览器写的兼容*/

	background-image: -webkit-linear-gradient(top, #f2f2f2, #eeeeee); /*背景渐变，针对苹果浏览器写的兼容*/

	background-image: -moz-linear-gradient(top, #f2f2f2, #eeeeee); /*背景渐变，针对火狐浏览器写的兼容*/

	background-image: -o-linear-gradient(top, #f2f2f2, #eeeeee); /*背景渐变，针对欧朋浏览器写的兼容*/

	background-image: -ms-linear-gradient(top, #f2f2f2, #eeeeee); /*背景渐变，针对手机微软浏览器写的兼容*/

	background-image: linear-gradient(top, #f2f2f2, #eeeeee);  /*背景渐变，正常的写法*/

	-moz-transform: rotate(45deg); /*角度45度，针对火狐浏览器写的兼容*/

	-o-transform: rotate(45deg); /*角度45度，针对欧朋浏览器写的兼容*/

	-webkit-transform: rotate(45deg); /*角度45度，针对苹果浏览器写的兼容*/

	transform: rotate(45deg);	} /*角度45度，内页面包屑箭头样式*/

/*内页面包屑导航样式 结束*/	

