body{padding-top:0;}
.wrap {background:#f8f8f8;}
/*头部开始*/
body .g-hd {height:9.125em; overflow:hidden;}
body .g-hd .u-toptel { height:2.2em; line-height:2.2em;background:#e5e5e5; font-size:1em; text-align:center; position:relative;}
body .g-hd .u-toptel:before { content:""; position:absolute; top:0.1em; left:50%; margin-left:-35%; width:1.83em; height:1.83em; z-index:10;background:url(/mobile/images/common/tel.gif) no-repeat; -webkit-background-size:cover; -moz-background-size:cover; background-size:cover;}
body .g-hd .u-toptel a { font-size: 1.25em; color:#0050a0; font-family:Arial, Helvetica, sans-serif; font-weight:bold; padding:0 0 0 2%;}
body .g-hd .logo { width:21.56%; padding:1.25em 0 0 3.125%;} /*logo边距*/
body .g-hd .logo img { width:100%; height:auto;display:block; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
body .g-hd .top_r { width:71.56%; margin:1em 0 0 1.5%; font-size:1.75em; color:#013c7f; font-weight:bold;}
body .g-hd .top_r em { display:block; font-size:0.57em; font-weight:normal; line-height:0.8em;}
/*头部结束*/


/*导航*/
.g_nav { height:4.29em; overflow:hidden; position:relative;}
.g_nav:before { content:""; position:absolute; top:2.145em; left:0; width:100%; height:1px; background:#fff; z-index:50;}
.g_nav a li {position:relative;float:left; width:33.3%; text-align:center;height:2.145em; line-height:2.145em; font-size:1em; color:#fff; font-weight:bold; background-color:#01448c;
background-image: -webkit-gradient(linear, left top, left bottom, from(#0051a2), to(#01397a));
background-image: -webkit-linear-gradient(top, #0051a2, #01397a);  /*背景渐变，针对苹果浏览器写的兼容*/
background-image: -moz-linear-gradient(top, #0051a2, #01397a); /*背景渐变，针对火狐浏览器写的兼容*/
background-image: -o-linear-gradient(top, #0051a2, #01397a); /*背景渐变，针对欧朋浏览器写的兼容*/
background-image: -ms-linear-gradient(top, #0051a2, #01397a); /*背景渐变，针对手机微软浏览器写的兼容*/
background-image: linear-gradient(top, #0051a2, #01397a);  overflow:hidden; 
}
.g_nav a:first-child li { background:#eac20a;}
.g_nav a li:before { content:""; position:absolute; top:0; right:0; width:1px; height:2.90em; background:#0294ec;}
.g_nav a li:after { content:""; position:absolute; top:0; right:1px; width:1px; height:2.90em; background:#012246;}
.g_nav a:nth-child(3) li:before, .g_nav a:nth-child(6) li:before { background:none;}
.g_nav a:nth-child(3) li:after, .g_nav a:nth-child(6) li:after { background:none;}


/*通栏广告*/
.g-adv{ height:12.458em; border-top:1px solid #959192;}
.g-adv .sclwrap_box , .g-adv .m-box{ height:12.458em;overflow:hidden;}
.g-adv .m-box img{ display:block;width:100%;vertical-align:top;}

/*---搜索----*/
.so_box { overflow:hidden; font-size:1em; height:2.958em; position:relative; padding:0.75em 0 0 1%; border-top:1px solid #c6d4e3; background:#c0cedd;}
.so_box .m-ipt{width:85%;}
.so_box .u-bt{ width:3.42em; height:2.16em; text-shadow:none;float:left; position:relative; left:0;z-index:99; margin-left:-1.5%;}
.so_box .u-bt img { width:100%; display:block; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
.so_box .u-in{ float:left; position:absolute; z-index:100; left:75%; top:19%; width:21%; height:4.8em;background:none; border:0;}
.so_box .u-key1 {width:103%; background:url(/mobile/images/Index/txt.gif) no-repeat;background-size: cover;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover; border:none medium; box-shadow: inset none;font-size:1em;color:#b9bcc3; text-indent:5%; font-size:1.08em; height:1.92em; line-height:1.92em;float:left; z-index:10; position:relative;} /*搜索中的请输入关键词样式*/

/**/
.m-te { height:36.625em; overflow:hidden; padding:1em 0 0 0;}
.m-te dt { position:relative; padding:0 3.125%; width:93.75%; z-index:10;}
.m-te dt:before { content:""; position:absolute; top:22.89em; left:0; width:100%; height:1.5em; background-size: cover;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover; z-index:-1;}
.m-te dt img { width:100%; height:auto;display:block; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; padding:0.25em; border:1px solid #b4b4b4; background:#fff;}
.m-te dd { padding:1.7em 0 0 0;}
.m-te dd p { color:#666; font-size:1em; line-height:1.2em; padding:0 0 1.4em 0;}
.m-te dd p em { float:left; color:#013a7c; font-weight:bold; height:1.4em;}
.m-te dd p:nth-child(2) { color:#013d81;}

/**/
.pro_box { overflow:hidden; height:14.375em;}
.pro_box h2 { height:2.33em; line-height:2.33em; font-size:1em; color:#e4e4e4; padding:0 0 0 6.25%; box-shadow:0 1px 1px #959192; position:relative;
background-color:#01448c;
background-image: -webkit-gradient(linear, left top, left bottom, from(#0051a2), to(#01397a));
background-image: -webkit-linear-gradient(top, #0051a2, #01397a);  /*背景渐变，针对苹果浏览器写的兼容*/
background-image: -moz-linear-gradient(top, #0051a2, #01397a); /*背景渐变，针对火狐浏览器写的兼容*/
background-image: -o-linear-gradient(top, #0051a2, #01397a); /*背景渐变，针对欧朋浏览器写的兼容*/
background-image: -ms-linear-gradient(top, #0051a2, #01397a); /*背景渐变，针对手机微软浏览器写的兼容*/
background-image: linear-gradient(top, #0051a2, #01397a);}
.pro_box h2:before { content:""; position:absolute; top:0.83em; left:3.125%; width:0.33em; height:0.58em; background:url(/mobile/images/Index/ico.png) no-repeat;background-size: cover;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;}
.pro_box h2 span { padding:0 3%; text-align:center; display:inline-block; color:#dedede;}
.pro_c { margin:0.708em 0 0 0; padding:2.16em 0 0 5.9%; height:8.13em; overflow:hidden; background:#e4e4e4; border-top:1px solid #c6c6c6; border-bottom:1px solid #c6c6c6;}
.pro_c ul li {float: left; color: #000; font-size: 1em; line-height:1.8em; padding:0 0 0 1.8em; width:9.28em; height:1.58em; line-height:1.58em; margin:0 1em 0.92em 0; display:inline; overflow:hidden; background:url(/mobile/images/Index/li.gif) no-repeat;background-size: cover; -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;}

/**/
.yx { height:34.16em; overflow:hidden;}
.bt01 { height:4.18em; overflow:hidden; color:#fff; padding:0.5em 0 0 0; font-size:1.16em; background:#005da3; font-weight:bold; text-align:center;}
.bt01 b { color:#ffe400;}
.bt01 em { display:block; font-size:0.6em; line-height:1em; font-family:Arial, Helvetica, sans-serif; color:#9bb2ce; font-weight:normal;}

.bt01 span { display:block; font-size:0.85em; line-height:1.8em; border-top:1px solid #fff; margin:0.35em 0 0 0;}

.yx h2 { margin:1em 0 0 0; text-align:center; height:2.33em; line-height:2.33em; font-size:1em; color:#e4e4e4; padding:0 4% 0 6.25%; box-shadow:0 1px 1px #959192; position:relative;
background-color:#01448c;
background-image: -webkit-gradient(linear, left top, left bottom, from(#0051a2), to(#01397a));
background-image: -webkit-linear-gradient(top, #0051a2, #01397a);  /*背景渐变，针对苹果浏览器写的兼容*/
background-image: -moz-linear-gradient(top, #0051a2, #01397a); /*背景渐变，针对火狐浏览器写的兼容*/
background-image: -o-linear-gradient(top, #0051a2, #01397a); /*背景渐变，针对欧朋浏览器写的兼容*/
background-image: -ms-linear-gradient(top, #0051a2, #01397a); /*背景渐变，针对手机微软浏览器写的兼容*/
background-image: linear-gradient(top, #0051a2, #01397a);}
.y_list { height:24.17em; padding:1.25em 0 0 3.125%; overflow:hidden; position:relative;}
.y_list:before { content:"";  position:absolute; top:8.58em; left:4.42em; width:14.5em; height:7.958em; z-index:15; background:url(/mobile/images/Index/ico12.png) no-repeat; background-size: cover;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;}
.y_list a li { float:left; width:46.5%; margin:0 3.125% 0 0; overflow:hidden; display:inline; position:relative;}
.y_list a li img { width:100%; height:auto;display:block; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; padding:0.25em; border:1px solid #8f8f8f; background:#fff;}
.y_list a li span { display:block; width:100%; line-height:1.4em; padding:0.5em 0 1em 0; overflow:hidden; font-size:0.93em; color:#232323;}
.y_list a:nth-child(2n) li span { text-align:right;}
.y_list a li em { position:absolute; top:0.28em; left:0.3em; display:block; color:#fff; text-align:center; font-weight:bold; width:6.04em; height:1.67em; line-height:1.67em; background:rgba(0,73,149,0.8);}
.y_list a:nth-child(2) li em { position:absolute; top:0.28em; left:5.65em;}
.y_list a:nth-child(3) li em { position:absolute; top:7.12em; left:0.3em;}
.y_list a:nth-child(4) li em { position:absolute; top:7.12em; left:5.65em;}


/**/
.honor_box { height:17.625em; overflow:hidden;}
.hon_img {float:left;display:inline; overflow:hidden; padding:1.08em 0 0 3.125%;}
.hon_img ul li {float:left;width:30.3%; overflow:hidden; margin-right:3.125%; display:inline;}
.hon_img ul a:nth-child(3) li, .hon_img ul a:nth-child(6) li { margin-right:0;}
.hon_img ul li img {width:100%; display:block; border:1px solid #ababab; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
.hon_img ul li span { text-align:center; display:block; color:#333; padding:0.6em 0 1.2em 0; font-size:1em;white-space: nowrap;text-overflow: ellipsis; overflow:hidden;}

/**/
.al_centre { height:15.25em; overflow:hidden;}
.al_list { height:11.54em; overflow:hidden; padding:1.375em 0 0 2%;}
.al_list dt { width:45.78%; display:inline-block;}
.al_list dt img { width:100%; height:auto;display:block; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; padding:0.16em; border:1px solid #c5c5c5; background:#fff;}
.al_list dd {overflow:hidden; width:51.6%;}
.al_list dd h3 { color:#1e4192; display:block; font-size:1em; font-weight:bold; padding:0 0 3% 0;}
.al_list dd p { color:#666; font-size:1em; line-height:1.4em;}
.al_list dd p:nth-child(3) {color:#1e4192;}

/**/
.bd01 { height:5.375em; font-size:1em; overflow:hidden; position:relative;}
.bd01 img { width:100%; height:5.375em; display:block;}
.bd01 .u-tel01 { position:absolute; top:3.5em; left:9.3%; font-size:1em; color:#fff; width:90%;}
.bd01 .u-tel01 a { font-size: 1em; color:#fff;}
.bd01 .u-tel01 span { margin:0 0 0 3%;}
.bd01 .u-tel01 span a { width:6.52em; height:1.82em; line-height:1.82em; text-align:center; color:#fff; font-size:0.7em; background:url(/mobile/images/Index/bdzx.gif) no-repeat;background-size: cover;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover; display:inline-block; margin:0 0 0 1.5%;}


/**/
.m-ys { height:47.25em; overflow:hidden; position:relative; z-index:10; font-size:1em; margin-top:1.05em;}
.m-ys h2 { height:2.78em; line-height:2.78em; font-size:1.33em; color:#e2e3de; font-weight:bold; text-align:center; box-shadow:0 1px 1px #959192; position:relative;
background-color:#01448c;
background-image: -webkit-gradient(linear, left top, left bottom, from(#0051a2), to(#01397a));
background-image: -webkit-linear-gradient(top, #0051a2, #01397a);  /*背景渐变，针对苹果浏览器写的兼容*/
background-image: -moz-linear-gradient(top, #0051a2, #01397a); /*背景渐变，针对火狐浏览器写的兼容*/
background-image: -o-linear-gradient(top, #0051a2, #01397a); /*背景渐变，针对欧朋浏览器写的兼容*/
background-image: -ms-linear-gradient(top, #0051a2, #01397a); /*背景渐变，针对手机微软浏览器写的兼容*/
background-image: linear-gradient(top, #0051a2, #01397a);}
.m-ys:before { content:""; position:absolute; bottom:0; left:0; width:100%; height:0.5em; background:#757575;}
.m-ys:after { content:""; position:absolute; bottom:0; left:0; width:50%; height:0.5em; background:#01438b;}
.m-ys dl { font-size:1em; padding:7% 2.8% 0; overflow:hidden;}
.m-ys dl dt { color:#075a99; font-size:1em; line-height:1.4em; padding:0 0 2% 0; font-weight:bold; border-bottom:1px dashed #a8a8a8;}
.m-ys dl dt em { color:#ffc000; font-size:2.55em; width:1.06em; height:1.06em; line-height:1em; float:left; text-align:center; font-family:Arial, Helvetica, sans-serif; display:inline-block; margin-right:1.5%; font-weight:normal; background:url(/mobile/images/Index/01.gif) no-repeat;background-size: cover;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;}
.m-ys dl dt span { font-size:1.25em; color:#333; display:block;}
.m-ys dl dd { padding:3% 0 0 1%; overflow:hidden;}
.m-ys dl dd p { color:#333; font-size:1em; line-height:1.9em;}
.m-ys dl dd p b { color:#0c4ca3;}
.m-ys .img { width:82.5%; height:18.4em; display:block; padding:4% 0 0 7%;}
.m-ys .img img { width:100%; display:block; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}

/**/
.jz_centre { height:14.67em; overflow:hidden; margin:1em 0 0 0;}

.jz_list { height:11.54em; overflow:hidden; padding:1.375em 0 0 2%;}
.jz_list dt { width:43.59%; display:inline-block;}
.jz_list dt img { width:100%; height:auto;display:block; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; padding:0.16em; border:1px solid #c5c5c5; background:#fff;}
.jz_list dd {overflow:hidden; width:51.6%;}
.jz_list dd h3 { color:#1e4192; display:block; font-size:1em; font-weight:bold;}
.jz_list dd p { color:#666; font-size:1em; line-height:1.4em; padding:5% 0 0 0;}
.jz_list dd p:nth-child(3) {color:#1e4192;}
.jz_list dd p a {color:#666; display:block; margin:4% 0 0 0;}



/**/
.dt_centre { height:15em; overflow:hidden; position:relative;}
.sub_tab { height:2.33em; line-height:2.33em; font-size:1em; color:#e4e4e4; padding:0 0 0 3.125%; box-shadow:0 1px 1px #959192; position:relative;
background-color:#01448c;
background-image: -webkit-gradient(linear, left top, left bottom, from(#0051a2), to(#01397a));
background-image: -webkit-linear-gradient(top, #0051a2, #01397a);  /*背景渐变，针对苹果浏览器写的兼容*/
background-image: -moz-linear-gradient(top, #0051a2, #01397a); /*背景渐变，针对火狐浏览器写的兼容*/
background-image: -o-linear-gradient(top, #0051a2, #01397a); /*背景渐变，针对欧朋浏览器写的兼容*/
background-image: -ms-linear-gradient(top, #0051a2, #01397a); /*背景渐变，针对手机微软浏览器写的兼容*/
background-image: linear-gradient(top, #0051a2, #01397a);}
.sub_tab li { float:left;color:#fff; height:2.33em; line-height:2.33em; padding:0 3%; cursor:pointer;}
.sub_tab li.z-on { text-align:center; display:inline-block; position:relative;}
.sub_tab li.z-on:before { content:""; position:absolute; top:0.88em; left:3.125%; width:0.33em; height:0.58em; background:url(/mobile/images/Index/ico.png) no-repeat;background-size: cover;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;}
a.dtmore { position:absolute; top:0.5em; right:3.125%; color:#dedede; font-size:1em; z-index:99;}
.dt_centre .sclwrap_box , .dt_centre .m-box{ height:12.67em;}
.n_list { float:left; display:inline;}
.n_list ul { padding:0.8em 0 0 3.125%;}
.n_list ul li {position:relative;padding-left:4.5%;line-height:1.8em; color:#666;font-size:1em;white-space: nowrap;text-overflow:ellipsis;overflow:hidden;}
.n_list ul li:before {content:"";position:absolute;left:0;top:0.62em;width:0.43em;height:0.43em; border-radius:0.43em;border:0.1em solid #c5c5c5;}



/*底部开始*/
.g-ft {}
a.u_top { display:block; height:1.775em; padding:1.1em 0 0 0; font-size:1em; text-align:center; color:#002857; position:relative;}
a.u_top:before { content:""; position:absolute; top:0; left:0; width:100%; height:0.583em; background:#002857;}
a.u_top:after { content:""; position:absolute; top:0; left:50%; margin-left:-0.79em; width:1.583em; height:0.583em; background:url(/mobile/images/common/fsj.gif) no-repeat;background-size: cover;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;}

.f_nav { height:3.83em; margin:0 auto; text-align:center; width:100%; max-width:640px; min-width:320px; position:fixed; bottom:0; z-index:999;background-color:#01448c;
background-image: -webkit-gradient(linear, left top, left bottom, from(#0051a2), to(#01397a));
background-image: -webkit-linear-gradient(top, #0051a2, #01397a);  /*背景渐变，针对苹果浏览器写的兼容*/
background-image: -moz-linear-gradient(top, #0051a2, #01397a); /*背景渐变，针对火狐浏览器写的兼容*/
background-image: -o-linear-gradient(top, #0051a2, #01397a); /*背景渐变，针对欧朋浏览器写的兼容*/
background-image: -ms-linear-gradient(top, #0051a2, #01397a); /*背景渐变，针对手机微软浏览器写的兼容*/
background-image: linear-gradient(top, #0051a2, #01397a);}
.f_nav a { color:#fff; width:24.75%; height:3.83em; text-align:center; display:inline-block; float:left; font-size:1em; border-right:1px solid #4d82b8;}
.f_nav a img { width:2.08em; height:1.67em; display:block; margin:0.4em 0 0.2em 2.25em;}
.f_nav a:last-child { border:0;}


@media screen and (min-width:320px) {
	body { font-size:75%;}
}
@media screen and (min-width:360px) {
	body { font-size:87%;}
}
@media screen and (min-width:400px) {
	body { font-size:93%;}
}
@media screen and (min-width:480px) {
	body { font-size:112%;}
}
@media screen and (min-width:568px) {
	body { font-size:131%;}
}
@media screen and (min-width:639px) {
	body { font-size:150%;}
}


