@charset "utf-8";

/*格式化*/

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:#fff;} 

#content p img{ width:100%;display:block; margin:0 auto; max-width:100%; height:auto;}

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-pr{ position:relative;} /*定位*/

.f-di{ display:inline;}

/*杂项*/

.u-co-bt{ border-radius:4px; /*css3圆角*/ width:80px; height:32px; line-height:32px; display: inline-block; vertical-align: middle;  padding-top:1px; font-size:16px;}/*提交按钮样式*/

.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; }

/*首页标题 开始*/

.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样式*/



/* -- 页面整体布局 -- */

.wrap{min-width:320px; max-width:640px; margin:0 auto; overflow:hidden; position:relative; background:#fff;} /*网站首页宽度*/

.wrap img{ width:100%;}

.wrap { background:#fff;}	

.wrap img { display:block; width:100%;}

.c-list:after,.m-box:after{visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}

.clearfix:after{visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}





/*---头部---*/



.g-hd .m-con{padding: 1rem 0 1.2rem;}
.g-hd .m-logo{  width: 100%;  }.g-hd .m-logo img {    max-width: 100%;height: auto;display: block;margin: 0 auto;}

.g-hd h1{ width: 65%; font-size: 1rem; color: #333; float: right;}

.g-hd h1 strong{font-size: 1.083rem; color: #c11300; font-weight: bold; padding: 1rem 0 0.2rem; display: block; }

/*---导航---*/



.g-nav{height:auto;position:relative;text-align:center;z-index:1;line-height:2.9rem;clear:both;border-bottom:1px solid #fff;

background: #0e78c9; /* Old browsers */

background: -moz-linear-gradient(top,  #0e78c9 0%, #0a67a8 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e78c9), color-stop(100%,#0a67a8)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #0e78c9 0%,#0a67a8 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #0e78c9 0%,#0a67a8 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #0e78c9 0%,#0a67a8 100%); /* IE10+ */

background: linear-gradient(to bottom,  #0e78c9 0%,#0a67a8 100%); /* W3C */}

.g-nav a:hover,.g-nav a:visited, .g-nav a:active, .g-nav a:link{color:#fff;}

.g-nav:before{position:absolute;content:"";width:100%;height:1px;background:#0067bf;top:50%;left:0;}

.g-nav a{display:inline-block;width:25%;color:#fff;font-size:1rem;position:relative;float:left;}

.g-nav a:before{position:absolute;content:"";width:1px;height:100%;background:#0067bf;top:0;right:0;}

.g-nav a:after{position:absolute;content:"";width:1px;height:100%;background:#318de8;top:0;left:0;}

.g-nav a:nth-child(3n):before{background:none;}

.g-nav a:nth-child(3n+1):after{background:none;}

.g-nav a:hover{color:#fff;background-color:#0067bf;}









/*---返回---*/

.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,.g-back .u-bl,.g-back .u-bh{background:url(../images/Nyskinsbar.png) no-repeat; background-size:35px 600px;}

.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;} /*内页目录样式*/





/*---搜索---*/

.g-se{ padding:15px 10px;position:relative;} /*搜索布局*/

.g-se .m-ipt{margin-right:43px;}

.g-se .u-glass{ position:absolute; right:10px;top:15px; width:42px; height:30px; background:transparent; z-index:888;}

.g-se .u-bt{ width:42px; height:30px; float:right; border-radius:0 4px 4px 0;-webkit-border-radius:0 4px 4px 0; position:relative;}

.g-se .u-bt:before{content:'';display:block;width:12px;height:12px;border-radius:17px;position:absolute;right:14px;top:5px;z-index:99;} /*搜索右边的图标css3样式*/

.g-se .u-bt:after{content:'';display:block;width:4px;height:10px;border-radius:5px;border:0;position:absolute;right:12px;top:16px;z-index:99;-webkit-transform:rotate(-52deg);-o-transform:rotate(-52deg);-ms-transform:rotate(-52deg);transform:rotate(-52deg);} /*搜索右边的图标css3样式*/

.g-se .u-in{ float:right; position:absolute; z-index:100; right:10px; top:15px; width:42px; height:30px;}

.g-se .u-key{width:100%;height:14px;padding:7px 0; line-height:14px;border-right:0;	border-bottom-left-radius:5px;border-top-left-radius:5px;border-bottom-right-radius:0;border-top-right-radius:0;-webkit-border-top-left-radius:5px; -webkit-border-bottom-left-radius:5px; -webkit-border-top-right-radius:0;  -webkit-border-bottom-right-radius:0; text-indent:15px;float:left;} /*搜索中的请输入关键词样式*/

.g-se .u-bt:before{border:3px solid #fff;}/*搜索按钮-放大镜圆圈颜色*/

.g-se .u-bt:after{background:#fff;}/*搜索按钮-放大镜直线颜色*/

.g-se .u-in{ background:transparent;}

.g-se .u-bt{ background-color:#0267ab;

	background-image: -webkit-gradient(linear, left top, left bottom, from(#1a94d1), to(#0267ab)); 

	background-image: -webkit-linear-gradient(top, #1a94d1, #0267ab); 

	background-image: -moz-linear-gradient(top,  #1a94d1, #0267ab); 

	background-image: -o-linear-gradient(top,  #1a94d1, #0267ab); 

	background-image: -ms-linear-gradient(top, #1a94d1, #0267ab); 

	background-image: linear-gradient(top, #1a94d1, #0267ab);

}

/*---搜索按钮背景色---*/

.g-se .u-key {color:#d0d0d0; border:1px solid #1a94d1; box-shadow:3px 2px 3px #ccc inset;} 	/*搜索框*/



/*---底部---*/



.g-ft{padding-bottom:5rem; font-size: 1rem;}

.g-ft .u-top{text-align: center;font-weight: bold;  border: 1px solid #004c92;

background: #00a7ea; /* Old browsers */

background: -moz-linear-gradient(top,  #00a7ea 0%, #0055a7 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a7ea), color-stop(100%,#0055a7)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #00a7ea 0%,#0055a7 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #00a7ea 0%,#0055a7 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #00a7ea 0%,#0055a7 100%); /* IE10+ */

background: linear-gradient(to bottom,  #00a7ea 0%,#0055a7 100%); /* W3C */}



.g-ft .u-top a{display: block; border: 1px solid #33a5e5; color: #fff; }

.g-ft .u-top span{ padding: 0.7rem 0 0.7rem 2rem; background:url("../images/top.png") no-repeat 0 center; background-size: 1.46rem; line-height: 1.46rem; display: inline-block;}



.g-ft p{text-align: center; padding: 1rem 0 1.5rem; color: #333;}

.g-ft p span{display: block; width: 27.3%; margin: 0 auto; padding-bottom: 1.6rem;}

.g-ft p span a{display: block; padding: 0.4rem 0; border: 1px solid #0574cf; color: #333;}



.f-code{ width:90px; margin:20px auto; overflow:hidden;}

.f-code img{ width:90px; height:90px;}

.f-code span{ display:block; text-align:center; font-size:13px; color:#333; }





/* 底部固定导航 */

.social_nav5{height:4.6rem;position:fixed; bottom:0; min-width:320px; max-width:640px; width:100%;  z-index:999; border-top:1px solid #004c92;

	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box;

background: #008ede; /* Old browsers */

background: -moz-linear-gradient(top,  #008ede 0%, #0868c7 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008ede), color-stop(100%,#0868c7)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #008ede 0%,#0868c7 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #008ede 0%,#0868c7 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #008ede 0%,#0868c7 100%); /* IE10+ */

background: linear-gradient(to bottom,  #008ede 0%,#0868c7 100%); /* W3C */}



.social_nav5 li{ width:25%; float:left; position:relative; font-size:1rem; 

	border-top:1px solid #33a5e5;text-align:center; color:#fff;line-height:1rem; height:4.6rem; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box;}

.social_nav5 li:last-child{border-right:none;}

.social_nav5 li em{ width:32%; display:block; margin:0 auto; padding:0.5rem 0 0.4rem 0;}

.social_nav5 li a{ color:#fff;}

.social_nav5 li.cur{ color:#fff; background: #065db2; border: 1px solid #1896de;box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box;}

.social_nav5 li .erji{ position:absolute; bottom:4.6rem; left:0; width:130%; padding: 0 15%; text-align: left; background:#1789d9; display:none; }

.social_nav5 li .erji a{ display:block; font-size:1rem; height: 2.5rem; line-height:2.5rem; position:relative; color:#fff;

 background:url("../images/f_bg.png") no-repeat center bottom; background-size: 100% 1px;}

.social_nav5 li .erji a:last-child{border-bottom:none;}



/*底部结束*/

@media screen and (min-width:320px) {

html { font-size:75%;}

}

@media screen and (min-width:360px) {

html { font-size:87%;}

}

@media screen and (min-width:375px) {

html { font-size:88%;}

}

@media screen and (min-width:400px) {

html { font-size:98%;}

}

@media screen and (min-width:414px) {

html { font-size:100%;}

}

@media screen and (min-width:480px) {

html { font-size:112%;}

}

@media screen and (min-width:568px) {

html { font-size:131%;}

}

@media screen and (min-width:639px) {

html { font-size:150%;}

}