﻿html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

a,
area {
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

img {
    -ms-interpolation-mode: bicubic;
}

html,
body {
    font-family: "微软雅黑", -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif, Helvetica;
}

input {
    border-radius: 0;
}

button {
    -webkit-appearance: none;
    border-radius: 0;
}


/*Reset IOS input style*/

div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
form {
    list-style: none;
}

.boxcenter {
    margin: 0 auto;
}

.fl_all {
    float: left;
    display: inline-block
}

.fr_all {
    float: right;
    display: inline-block
}

.txtdot {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.menubox {
    position: absolute;
    height: 110px;
    background: url(menubg.png) repeat;
    top: 20px;
    z-index: 99;
    left: 0;
    right: 0;
}

.menubox_ul {
    width: 1280px;
    margin: 0 auto;
}

.menubox_ul_li_l {
    margin-top: 17px;
    float: left;
    display: inline-block;
}

.menubox_ul_li_r {
    float: right;
    display: inline-block;
}

.menubox_sch {
    width: 203px;
    height: 29px;
    background: url(schbg.png) top left no-repeat;
    margin-top: 14px;
    overflow: hidden;
    float: right;
}

.menubox_sch_inp {
    width: 150px;
    height: 25px;
    margin-left: 13px;
    background: none;
    border: 0;
    outline: none;
    font-size: 14px;
    color: #9ac8f4;
    line-height: 25px;
    margin-top: 2px;
    float: left;
    display: inline-block;
}

.menubox_sch_btn {
    float: right;
    display: inline-block;
    border: 0;
    background: 0;
    width: 40px;
    height: 29px;
    cursor: pointer;
    outline: none
}

.menu_m {
    clear: both;
    padding-top: 18px;
}

.menu_m dt {
    float: left;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-left: 20px;
    line-height: 30px;
    position: relative;
}

.menu_m dt a {
    color: #fff;
}

.menu_m dt.on a {
    color: #ffd940;
}

.menu_m dt:hover {
    color: #ffd940;
}

.menu_m dt:hover a {
    color: #ffd940;
}

.menu_m dt.now {
    color: #ffd940;
}

.menu_m dt.now a {
    color: #ffd940;
}

.menu_m dt ul {
    display: none;
    width: 130px;
    position: absolute;
    border-bottom: 3px #1361b8 solid;
    padding-top: 19px;
    margin-left: -43px;
}

.menu_m dt ul li {
    background: #f3f3f3;
    padding: 8px 0px 6px 0px;
    font-weight: normal;
}

.menu_m dt ul a {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #333;
    line-height: 34px;
}

.menu_m dt:hover ul li a {
    color: #333;
}

.menu_m dt:hover ul li a:hover {
    color: #014898;
}

.menu_m dt ul.mpos0 {
    border: 0;
    background: none;
}

.banner {
    min-width: 1200px;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    position: relative;
}

.banner .hd {
    height: 30px;
    overflow: hidden;
    position: absolute;
    left: 47%;
    bottom: 35px;
    z-index: 3;
}

.banner .hd ul {
    overflow: hidden;
    vertical-align: middle;
}

.banner .hd ul li {
    float: left;
    margin-right: 5px;
    width: 29px;
    height: 30px;
    background: url(banner_dot2.png) center center no-repeat;
    cursor: pointer;
}

.banner .hd ul li.on {
    background: url(banner_dot1.png) center center no-repeat;
}

.banner .bd {
    position: relative;
    z-index: 1;
}

.banner .bd li {
    zoom: 1;
    vertical-align: middle;
}

.banner .bd img {
    width: 100%;
    display: block;
}

.ibox {
    width: 1170px;
}

.ibox1 {
    overflow: hidden;
}

.ibox1_l {
    width: 370px;
    margin-top: 55px;
    margin-right: 30px;
}

.ibox1_l div {
    width: 370px;
    height: 277px;
    position: relative;
    overflow: hidden;
}

.ibox1_l div p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(alpha_b.png) repeat;
    height: 48px;
    line-height: 48px;
    font-size: 15px;
    color: #FFF;
    padding: 0px 10px 0px 10px;
}

.txtdot a {
    color: #fff;
}

.ibox1_l div a {
    color: #fff;
}

.ibox1l {
    width: 370px;
    position: relative;
    overflow: hidden;
}

.ibox1l .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 8px;
    bottom: 16px;
    z-index: 1;
}

.ibox1l .hd ul {
    overflow: hidden;
    zoom: 1;
    float: right;
}

.ibox1l .hd ul li {
    float: left;
    width: 15px;
    height: 15px;
    background-image: url(focusbg.png);
    background-repeat: no-repeat;
    background-position: center 0;
    cursor: pointer;
}

.ibox1l .hd ul li.on {
    background-position: center -15px;
}

.ibox1l .bd {
    position: relative;
    width: 370px;
    height: 277px;
    z-index: 0;
}

.ibox1l .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.ibox1l .bd li p {
    height: 50px;
    position: absolute;
    height: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(alphab.png) repeat;
    line-height: 50px;
    color: #fff !important;
    font-size: 16px;
    padding: 0 60px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ibox1l .bd img {
    width: 370px;
    height: 277px;
    display: block;
}

.ibox1l .bd li p a {
    color: #fff !important;
}

.ibox1_m {
    width: 370px;
    padding-top: 48px;
}

.ibox1_m div {
    display: none;
    margin-top: 10px;
    overflow: hidden;
    height: 230px;
}

.ibox1_m div h1 {
    font-size: 17px;
    color: #3b3b3b;
    line-height: 30px;
    height: 33px;
}

.ibox1_m div h1 a {
    color: #3b3b3b;
    display: block;
    overflow: hidden;
}

.ibox1_m div h1 a:hover {
    color: #eb4656;
}

.ibox1_m div p {
    font-size: 14px;
    color: #797979;
    line-height: 25px;
    height: 90px;
}

.ibox1_m div p span {
    color: #919191;
    margin-left: 6px;
}

.ibox1_m div p a {
    color: #eb4656;
    margin-left: 8px;
}

.ibox1_m div ul {
    overflow: hidden;
    font-size: 16px;
    height: 33px;
    line-height: 33px;
    color: #3b3b3b
}

.ibox1_m div ul a {
    float: left;
    display: inline-block;
    width: 300px;
    overflow: hidden;
    color: #3b3b3b;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ibox1_m div ul a:hover {
    color: #014898
}

.ibox1_m div ul li {
    float: right;
    font-size: 14px;
    color: #919191;
    display: inline-block;
}

.ibox1_m dl {
    height: 48px;
    background: url(iboxbg1.png) top left repeat-x;
    overflow: hidden;
}

.ibox1_m dl dt {
    float: left;
    display: inline-block;
    height: 45px;
    font-size: 19px;
    color: #060606;
    line-height: 38px;
    padding: 0 5px;
    margin-right: 30px;
}

.ibox1_m dl dt a {
    color: #060606;
}

.ibox1_m dl dt.now {
    border-bottom: 3px #1361b8 solid;
    color: #014898
}

.ibox1_m dl dt.now a {
    color: #014898
}

.ibox1_r {
    width: 370px;
    height: 283px;
    /* background: url(ibg2.png) top left no-repeat; */
    margin-top: 50px;
}

.ibox1_r h1 {
    font-size: 20px;
    color: #cd2333;
    line-height: 36px;
    text-align: center;
    font-weight: normal;
    height: 75px;
}

.ibox1_r h1 a {
    color: #0056b0;
}

.ibox1div {
    width: 370px;
    height: 176px;
    overflow: hidden;
    position: relative;
}

.ibox1div .bd {
    position: relative;
    width: 304px;
    height: 176px;
    z-index: 0;
    margin-left: 32px;
}

.ibox1div .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.ibox1div .bd img {
    width: 304px;
    height: 176px;
    display: block;
}

.ibox1div .bd li p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(alpha_b.png) repeat;
    font-size: 14px;
    color: #CCC;
    line-height: 18px;
    padding: 4px 10px;
    overflow: hidden;
}

.ibox1div .bd li:hover p {
    display: block;
}

.ibox1div .prev,
.ibox1div .next {
    position: absolute;
    left: 3px;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 30px;
    height: 50px;
    background-image: url(ibg3.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.ibox1div .next {
    left: auto;
    right: 3px;
    background-position: right -100px;
}

.ibox1div .prev:hover {
    background-position: 0 -50px;
}

.ibox1div .next:hover {
    background-position: right -150px;
}

.ibox1div .prevStop {
    display: none;
}

.ibox1div .nextStop {
    display: none;
}

.ibox2 {
    background: url(ibg4.png) top center repeat-x #f4f4f4;
    margin-top: 50px;
    overflow: hidden;
}

.ibox2 ul {
    width: 1170px;
    overflow: hidden;
    height: 104px;
}

.ibox2 ul li {
    float: left;
    display: inline-block;
    width: 145px;
    height: 104px;
    margin-right: 1px;
    background: url(ibg5.png) top left repeat-x;
}

.ibox2 ul li a {
    display: block;
    height: 96px;
    color: #004a96;
    font-size: 18px;
    text-align: center;
    line-height: 146px;
    overflow: hidden;
    background-position: center top;
    background-repeat: no-repeat;
}

.ibox2 ul li.now {
    background: url(ibg5a.png) top center repeat-x;
}

.ibox2 ul li.now a {
    color: #fff
}

.ibox2 ul li a.iaim1 {
    background-image: url(ibg6a.gif);
}

.ibox2 ul li.now a.iaim1 {
    background-image: url(ibg6aa.gif);
}

.ibox2 ul li a.iaim2 {
    background-image: url(ibg6b.gif);
}

.ibox2 ul li.now a.iaim2 {
    background-image: url(ibg6bb.gif);
}

.ibox2 ul li a.iaim3 {
    background-image: url(ibg6c.gif);
}

.ibox2 ul li.now a.iaim3 {
    background-image: url(ibg6cc.gif);
}

.ibox2 ul li a.iaim4 {
    background-image: url(ibg6d.gif);
}

.ibox2 ul li.now a.iaim4 {
    background-image: url(ibg6dd.gif);
}

.ibox2 ul li a.iaim5 {
    background-image: url(ibg6e.gif);
}

.ibox2 ul li.now a.iaim5 {
    background-image: url(ibg6ee.gif);
}

.ibox2 ul li a.iaim6 {
    background-image: url(ibg6f.gif);
}

.ibox2 ul li.now a.iaim6 {
    background-image: url(ibg6ff.gif);
}

.ibox2 ul li a.iaim7 {
    background-image: url(ibg6g.gif);
}

.ibox2 ul li.now a.iaim7 {
    background-image: url(ibg6gg.gif);
}

.ibox2 ul li a.iaim8 {
    background-image: url(ibg6h.gif);
}

.ibox2 ul li.now a.iaim8 {
    background-image: url(ibg6hh.gif);
}

.ibox2 div {
    display: none;
    margin: 0 auto;
    width: 1170px;
    padding: 34px 0px 60px 0px;
    min-height: 160px;
    overflow: hidden;
}

.ibox2 div img {
    float: left;
    display: inline-block;
    width: 370px;
    height: 143px;
}

.ibox2 div dl {
    float: right;
    display: inline-block;
    width: 758px;
    font-size: 16px;
    color: #3d3d3d;
    line-height: 34px;
}

.ibox3 {
    overflow: hidden;
    height: 140px;
    width: 1170px;
    border-top: 1px #dbe2e4 solid;
}

.ibox3l {
    font-size: 18px;
    color: #252525;
    width: 120px;
    line-height: 140px;
}

.ibox3 .picScroll-left {
    width: 1035px;
    overflow: hidden;
    position: relative;
    float: right;
    display: inline-block;
}

.ibox3 .picScroll-left .hd {}

.ibox3 .picScroll-left .hd .prev {
    display: block;
    width: 19px;
    height: 32px;
    float: left;
    margin-top: 56px;
    overflow: hidden;
    cursor: pointer;
    background: url(ibg9a.png) left top no-repeat;
}

.ibox3 .picScroll-left .hd .next {
    display: block;
    width: 19px;
    height: 32px;
    float: right;
    margin-top: 56px;
    overflow: hidden;
    cursor: pointer;
    background: url(ibg9b.png) left top no-repeat;
}

.ibox3 .picScroll-left .hd .prevStop {
    background-position: -60px 0;
}

.ibox3 .picScroll-left .hd .nextStop {
    background-position: -60px -50px;
}

.ibox3 .picScroll-left .bd {
    width: 960px;
    float: right;
    margin-top: 40px;
}

.ibox3 .picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
    height: 60px;
}

.ibox3 .picScroll-left .bd ul li {
    width: 240px;
    float: left;
    _display: inline;
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
}

.ibox3 .picScroll-left .bd ul li img {
    float: left;
    display: inline-block;
}

.ibox3 .picScroll-left .bd ul li a {
    color: #252525;
}

.ibox3 .picScroll-left .bd ul li a:hover {
    color: #cd2333;
}

.footerbox {
    height: 230px;
    background: #014898;
}

.footerbox_ul {
    width: 1170px;
    overflow: hidden;
}

.footerbox_ul_l {
    float: left;
    width: 433px;
    height: 140px;
    border-right: 1px #1361b8 solid;
    margin-top: 35px;
    margin-right: 29px;
}

.footerbox_ul_l img {
    display: block;
    margin-top: 40px;
}

.footerbox_ul_m {
    font-size: 14px;
    line-height: 34px;
    color: #FFF;
    margin-top: 40px;
    float: left;
    display: inline-block;
}

.footerbox_ul_m a {
    color: #FFF;
}

.footerbox_ul_r {
    padding: 0px 36px 0px 33px;
    text-align: center;
    border-left: 1px #1361b8 solid;
    float: right;
    display: inline-block;
    margin-top: 35px;
    font-size: 14px;
    color: #83b5ec;
    line-height: 30px;
    height: 140px;
    overflow: hidden;
}

.footerbox_ul_r img {
    display: block;
}


/* 新加 */

.znq {
    margin-top: 0;
    margin-right: 30px;
}

.listnews h3 a {
    font-size: 17px;
    color: #3b3b3b;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.listnews h3 p {
    margin-top: 15px;
    font-size: 14px;
    color: #565656;
    font-weight: normal;
}

.listnews h3 p i {
    font-size: 14px;
    color: #919191;
    font-style: normal;
}

.listnews h3 p span a {
    font-size: 14px;
    color: #cd2333;
}

.ztpic {
    width: 370px;
    height: 135px;
    overflow: hidden;
    position: relative;
}

.ztpic .hd {
    height: 8px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -16px;
    z-index: 1;
}

.ztpic .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.ztpic .hd ul li {
    float: left;
    margin-right: 5px;
    width: 8px;
    height: 8px;
    line-height: 8px;
    text-align: center;
    background: url(icon.jpg) left center no-repeat;
    cursor: pointer;
}

.ztpic .hd ul li.on {
    background: url(iconred.jpg) left center no-repeat;
}

.ztpic .bd {
    height: 294px;
    width: 100%;
    position: relative;
}

.ztpic .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.ztpic .bd img {
    width: 370;
    height: 120px;
    display: block;
}

.xxgk {
    margin-top: 20px
}

.xxgk img {
    width: 100%;
    height: 123px;
}