@charset "utf-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}


/* -webkit-text-size-adjust fix Chrome 12 px limit */

body,
button,
input,
select,
textarea,
label {
    font-size: 14px;
    font-family: Microsoft Yahei;
    -webkit-text-size-adjust: none;
}

body {
    background-color: white;
}

button,
input,
select,
label {
    vertical-align: middle;
    list-style-type: none;
    border: none;
}

label {
    padding-left: 0.4em;
}

ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

ul {
    list-style: none;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 13px;
}

h4 {
    font-size: 12px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 12px;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace;
}

small {
    font-size: 12px;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

img {
    border: 0 none;
}

a img,
span img {
    vertical-align: bottom;
}

em {
    font-style: normal;
    font-weight: 700;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table th {
    font-weight: 300;
}

a {
    text-decoration: none;
    color: #606060;
}

a:hover {
    text-decoration: none;
    color:#4190de;// #005aaa
}


/* width_control  */

.width_control {
    width: 100%;
    overflow: hidden;
    min-width: 1000px;
    max-width: 2000px;
    margin: 0 auto;
    position: relative;
}

.fixed_width {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}

.fixed_wrapper {
    background: #f8f8f8;
    height: 30px;
    line-height: 30px;
}

.header_box{
    background:#fff;
    height:98px;
    width:100%;
}
/*top*/

.top {
    overflow: hidden;
    font-size: 12px;
    font-family: '微软雅黑';
    color: #282828;
    height: 30px;
    line-height: 30px;
}

.top i {
    font-style: normal;
    margin: 0 10px;
}

.top a {
    text-decoration: none;
    color: #666;
}
.top a:hover{
    color:#005aaa;
}
.top_left {
    float: left;
}

.top_right {
    float: right;
}

.top_right .service {
    width: 132px;
    background: url(icon.png) no-repeat 69px -39px;
    display: inline-block;
}


/*头部*/

.header {
    width: 1000px;
    margin: 0 auto;
    height: 98px;
}

.header a {
    text-decoration: none;
}

.header_wrapper {}

.header_left {
    float: left;
    padding-top: 28px;
}

.header_left img {
    cursor: pointer;
}

.header_right {
    float: right;
    font-size: 14px;
    margin-right: -30px;
}

.header_right ul {
    height: 98px;
}

.header_right ul li {
    float: left;
    position: relative;
    width: 114px;
    text-align: center;
    //padding: 0 28px;
    border-bottom: 2px solid #fff;
}

.header_right ul li a {
    text-decoration: none;
    height: 98px;
    line-height: 98px;
    font-size: 16px;
    color: #666;
}

.header_right ul .active {
    border-bottom: 0px solid #66a1e3;
}

.header_right ul .active a {
    color: #66a1e3;
}

.header_right ul li .lv_2 {
    text-align: center;
}

.header_right ul li .lv_2 a {
    line-height: 30px;
    height: 30px;
    font-size: 12px;
}


/*导航下拉菜单*/

.lv_1_con {
    display: none;
}

.lv_1:hover .lv_1_con {
    display: block;
}

.lv_1:hover {
    border-bottom: 2px solid #66a1e3;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    width: 112px;
}

.lv_1:hover a {
    color: #66a1e3;
}

.lv_1:hover .lv_2 a {
    color: #000;
}

.lv_2:hover {
    background: #66a1e3;
}

.lv_1 .lv_2:hover a {
    color: #fff;
}

.lv_1_con {
    position: absolute;
    left: 0;
    top: 98px;
    background: #fff;
    width: 114px;
    z-index: 9997;
    border-top: 2px solid #66a1e3;
}


/*导航下拉菜单*/


/* body 主体 */

.main_body {
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    min-height: 400px;
    position: relative;
    z-index: 99;
}

.main_content {
    width: 1000px;
    margin: 0 auto;
}

.fluid_width {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    zoom: 1;
    position: relative;
}

.content {
    overflow: hidden;
}

.content_left {
    float: left;
    width: 240px;
}

.content_left ul {
    overflow: hidden;
    margin-top: 15px;
}

.content_left p {
    font-size: 24px;
    text-align: center;
    border-bottom: 1px solid #c8c8c8;
    margin-top: 42px;
    padding-bottom: 30px;
}

.content_left ul li {
    float: left;
    text-align: center;
    border-bottom: 1px dashed #c8c8c8;
}

.content_left ul li a {
    line-height: 50px;
    height: 50px;
    display: block;
    width: 240px;
    text-decoration: none;
    font-size: 18px;
}

.content_left ul li:hover {
    background: #4190de;
}

.content_left ul li a:hover {
    color: #fff;
}

.content_left ul .active {
    background: #4190de;
    color: #fff;
}

.content_left ul .active a {
    color: #fff;
}


/*banner*/

.pic_fixed {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.pic-wrapper {
    position: relative;
    width: 1600px;
    margin: 0px -400px;
    height: 199px;
}

.pic-wrapper .pic_box {
    position: absolute;
    width: 1000px;
    height: 199px;
    top: 0;
    left: 0;
    padding: 0px 400px;
}

.pic-wrapper .pic_box .pic {
    position: absolute;
    width: 1400px;
    height: 199px;
    top: 0;
    left: 50%;
    margin-left: -700px;
    overflow: hidden;
}

.pic-wrapper .pic_box .pic a {
    display: block;
}


/*banner*/


/* footer */

.main_body {
    padding-bottom: 33px;
}

body {
    background: #fff!important;
}

.footer_wrapper {
    background: #6d9bcf;
}

.footer_wrapper .yinlian {
    width: 299px;
}

.footer_wrapper .fixed_width {
    overflow: hidden;
    padding-top: 30px;
    position: relative;
    height:212px;
}

.footer_wrapper .fixed_width .footer_cot {
    float: left;
    color: #fff;
    overflow: hidden;
    font-family: 'Microsoft Yahei';
}

.footer_wrapper .fixed_width .footer_cot h3 {
    font-size: 18px;
    font-weight: normal;
    color: #fefefe;
    margin-bottom: 19px;
}

.footer_wrapper .footer_cot p {
    font-size: 12px;
    line-height: 29px;
    font-family: 'Microsoft Yahei';
}

.footer_wrapper .footer_cot div {
    overflow: hidden;
}

.footer_wrapper .about_link a {
    color: #fff;
    font-size: 12px;
    float: left;
    margin-right: 44px;
    margin-bottom: 20px;
    padding-bottom:1px;
    font-family: 'Microsoft Yahei';
    border-bottom:1px solid transparent;
}
.footer_wrapper .about_link a:hover{
    border-bottom:1px solid #fff;
}
.footer_wrapper .about_link {
    width: 184px;
}

.footer_wrapper .fixed_width .about_link h3 {
    margin-bottom: 23px;
}

.footer_wrapper .footer_box {
    width: 220px;
}

.footer_wrapper .hot_footer {
    margin-top: 46px;
}

.footer_wrapper .hot_footer a {
    color: #fff;
    font-size: 12px;
    display: block;
    margin-bottom: 21px;
    font-family: 'Microsoft Yahei';
    padding-bottom:2px;
    border-bottom:1px solid transparent;
    width:auto;
}
.footer_wrapper .hot_footer a:hover{
    border-bottom:1px solid #fff;
}
.footer_wrapper .footer_weixin {
    position: absolute;
    right: 15px;
    top: 52px;
    width: 122px;
    text-align: center;
}

.footer_wrapper .footer_weixin img {
    width: 122px;
    height: 122px;
    margin-bottom:8px;
}

.footer_wrapper .footer_weixin {
    font-size: 12px;
    color: #fff;
    font-family:' Microsoft Yahei';
}

.footer_wrapper .footer_bot {
    height: 56px;
    background: #6292c8;
    color: #fff;
    font-size: 12px;
}

.footer_wrapper .footer_bot .footer_bot_box {
    margin-left: 308px;
    overflow: hidden;
}

.footer_bot .fixed_width {
    padding-top: 0;
    height: 100%;
    line-height: 56px;
}

.footer_wrapper .footer_bot .footer_bot_box span {
    margin-right: 24px;
    float: left;
}

.footer_wrapper .footer_bot .footer_bot_box i {
    float: left;
    background: url(gongan_icon.png) no-repeat center;
    margin-left: 22px;
    margin-right: 26px;
    width: 23px;
    height: 56px;
}

.footer_wrapper .footer_bot .footer_bot_box b {
    float: left;
    background: url(yingye_icon.png) no-repeat center;
    width: 27px;
    height: 56px;
}


/*返回顶部*/

p#back-to-top {
    position: fixed;
    display: none;
    bottom: 6%;
    right: 10%;
    z-index: 9999;
}


/*分支机构*/

.header_brachtable {
    line-height: 22px;
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    /* margin-top: -7px;修改*/
    border: 1px solid #606060;
    /* margin-left: 33%;修改*/
    width: 212px;
    font-size: 12px;
    right: 100px;
    margin-top: -6px;
    padding-top: 4px;
}

.header_brachtable tbody {
    margin-right: 19px;
    float: right;
}

.line_cu {
    width: 100%;
    height: 8px;
    background-color: #dfdfdf;
}

#header_brachtable:hover table {
    display: block;
}


/*底部微信*/

#foot_weixin {
    display: none;
    margin-top: -130px;
    margin-left: 675px;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 999;
}

#back-to-top img {
    cursor: pointer;
}

.TRS_Editor img {
    max-width: 100%;
}
