/*头部文字内容*/
.header {
    width: 100%;
}
/*头部连接*/
.header_link {
    width: 100%;
    height: 34px;
    text-align: right;
    margin: 0 auto;
    background: #002063;
}
.hL_box {
    width: 1200px;
    margin: 0 auto;
}
.header_link a {
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 34px;
    color: white;
    padding: 0 5px;
    border-left: 1px solid white;
}
.header_link .header_link1 {
    border: none;
}
.header_link a:hover {
    color: #ba2224;
}
/*头部logo*/
.logo_box {
    width: 1200px;
    height: 130px;
    margin: 0 auto;
    position: relative;
}
.top_logo {
    width: 215px;
    height: 45px;
    position: absolute;
    left: 0;
    top: 43px;
}
.logo_box p {
    position: absolute;
    left: 247px;
    top: 0;
    font-family: "微软雅黑";
    font-size: 30px;
    color: #002063;
    line-height: 130px;
    font-weight: bold;
}
.logo_box p img {
    position: relative;
    top: 4px;
    margin: 0 10px;
}
.hotline {
    position: absolute;
    right: 0;
    top: 40px;
    font-family: "微软雅黑";
}
.hotline img {
    position: absolute;
    left: -42px;
    top: 4px;
}
.hotline_number {
    font-size: 34px;
    color: #002063;
    margin-left: 8px;
}
/*导航*/
.nav {
    width: 100%;
    height: 50px;
    background: #002063;
}
.nav_box {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    text-align-last: justify;
}
.nav_box a {
    font-family: "微软雅黑";
    font-size: 16px;
    color: white;
    line-height: 50px;
    padding: 0 20px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: left;
    margin-left: 9px;
}
.nav_box > a:first-child {
    margin: 0;
}
.nav_box .active_nav {
    background: #ba2224;
}
.nav_box a:hover {
    background: #ba2224;
}
/*banner*/
.banner {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}
.banner img {
    width: 1920px;
    height: 300px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}
/*搜索部分*/
.search {
    width: 1200px;
    height: 26px;
    margin: 14px auto;
}
.hot_search {
    float: left;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 26px;
    color: #333333;
}
.hot_search a {
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 26px;
    color: #525252;
    padding: 0 10px;
}
.hot_search a:hover {
    color: #002063;
    text-decoration: underline;
}
.inp {
    float: right;
    width: 310px;
    height: 26px;
    position: relative;
}
.inp input {
    width: 268px;
    height: 24px;
    border: 1px solid #015bb4;
    border-right: none;
    outline: none;
    text-indent: 1em;
    font-size: 14px;
    color: #333333;
    position: absolute;
    left: 0;
    top: 0;
}
.inp a {
    display: block;
    width: 40px;
    height: 24px;
    background: #1e418a;
    border: 1px solid #1e418a;
    position: absolute;
    left: 269px;
    top: 0;
}
.inp a img {
    width: 19px;
    height: 19px;
    position: absolute;
    left: 12px;
    top: 2px;
}
/*所在位置*/
.weizhi {
    width: 100%;
    height: 36px;
    background: #f0f0f0;
}
.weizhiBox {
    width: 1200px;
    height: 36px;
    margin: 0 auto;
    line-height: 36px;
    font-size: 14px;
    color: #525253;
}
.weizhiBox img {
    width: 18px;
    height: 16px;
    margin: 0 0 -2px 2px;
}
.weizhiBox b {
    margin: 0 14px 0 14px;
}
.weizhiBox a {
    color: #002063;
}
/*内容*/
.content {
    width: 906px;
    padding-left: 294px;
    position: relative;
    margin: 30px auto 0;
}
/*左边*/
.conLeft {
    width: 238px;
    position: absolute;
    top: 4px;
    left: 0;
}
.conLeft .title {
    width: 238px;
    height: 68px;
    background: url(../img/2bj.jpg) no-repeat;
    font-size: 30px;
    color: white;
    text-align: center;
    line-height: 68px;
}
.conLeft .main {
    width: 236px;
    margin-top: 9px;
}
.conLeft .main .name {
    width: 100%;
    font-size: 18px;
    color: #002063;
    line-height: 40px;
    border: 1px solid #1e418a;
    border-radius: 5px;
    text-align: left;
}
.conLeft .main .name img {
    width: 17px;
    height: 17px;
    margin: 0 9px -2px 14px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ;
    -moz-transition: All 0.4s ;
    -o-transition: All 0.4s ;
}
.conLeft .main .name:hover {
    cursor: pointer;
}
.conLeft .main .box {
    width: 220px;
    padding: 16px 0;
    border: 1px solid #1e418a;
    border-top: none;
    border-radius: 0 0 5px 5px;
    margin: 0 auto;
    display: none;
}
.conLeft .main .box a {
    display: block;
    width: 190px;
    padding: 2px 15px;
    font-size: 16px;
    color: #002063;
    line-height: 20px;
    margin-bottom: 10px;
}
.conLeft .main .box a:hover {
    background: #1e418a;
    color: white;
}
.conLeft .tel {
    width: 100%;
    height: 104px;
    background: #1e418a;
    position: relative;
    border-radius: 6px;
    margin-top: 9px;
    color: white;
}
.conLeft .tel img {
    width: 62px;
    height: 75px;
    position: absolute;
    left: 15px;
    top: 15px;
}
.conLeft .tel .p1 {
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    left: 84px;
    top: 23px;
}
.conLeft .tel .p2 {
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    position: absolute;
    left: 52px;
    top: 52px;
}
.active_conLa {
    color: white !important;
    background: #1e418a;
}
.conRight {
    width: 100%;
}
.conRight .title {
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: right;
    border-bottom: 1px dashed #949494;
}
.conRight .title .a1 {
    font-size: 16px;
    color: #4a4a4a;
}
.conRight .title b {
    margin: 0 12px 0;
}
.conRight .title .a2 {
    font-size: 20px;
    color: #002063;
}
.anliLunbo {
    width: 1198px;
    height: 263px;
    border: 1px solid #e5e5e5;
    position: relative;
    margin: 100px auto 0;
}
.anliLunbo .top {
    width: 100%;
    height: 56px;
    text-indent: 48px;
    font-size: 20px;
    color: #002063;
    line-height: 56px;
}
.anliLunbo .top img {
    width: 16px;
    height: 16px;
    margin: 0 4px;
}
.anliLunbo .top span {
    font-size: 20px;
    color: #727272;
}
.anliLunbo .top .more {
    /*width: 70px;*/
    height: 15px;
    float: right;
    margin: 20px 72px 0 0;
    color: #1e418a;
    text-indent:0;
    line-height: 15px;
}
.anliLunbo .AL_box {
    width: 1080px;
    height: 204px;
    position: absolute;
    left: 60px;
    top: 56px;
    overflow: hidden;
}
.anliLunbo .AL_box ul {
    height: 204px;
    position: absolute;
    left: 0;
    top: 0;
}
.anliLunbo .AL_box ul li {
    width: 196px;
    height: 204px;
    font-size: 16px;
    color: #262626;
    line-height:35px;
    text-align: center;
    float: left;
    margin: 0 10px;
}
.anliLunbo .AL_box ul li a{
    color: #262626;
}
.anliLunbo .AL_box ul li img {
    width: 196px;
    height: 158px;
}
.anliLunbo .ALleft {
    width: 25px;
    height: 55px;
    position: absolute;
    left: 0;
    bottom: 98px;
}
.anliLunbo .ALright {
    width: 25px;
    height: 55px;
    position: absolute;
    right: 0;
    bottom: 98px;
}
.anliLunbo .ALleft,
.anliLunbo .ALright:hover {
    cursor: pointer;
}
.kXGY {
    width: 1200px;
    height: 325px;
    margin: 48px auto 0;
    position: relative;
}
.kXGY .top {
    width: 100%;
    height: 32px;
    line-height: 32px;
}
.kXGY .top .span1 {
    width: 28px;
    display: block;
    font-size: 20px;
    color: #002063;
    float: left;
    text-align: center;
}
.kXGY .top .span2 {
    width: 111px;
    display: block;
    font-size: 20px;
    color: white;
    background: #1e418a;
    text-align: center;
    float: left;
}
.kXGY .top .span3 {
    font-size: 20px;
    color: #727272;
    line-height: 20px;
    font-family: Aparajita;
    float: left;
    margin: 12px 0 0 6px;
    text-transform: uppercase;
}
.kXGY .top img {
    width: 70px;
    height: 15px;
    float: right;
    margin-top: 17px;
}
.kXGY_left {
    width: 732px;
    height: 322px;
    padding-right: 14px;
    border: 1px solid #d4d4d4;
    position: absolute;
    left: 0;
    top: 0;
}
.kXGY_left .bigImg {
    width: 239px;
    height: 230px;
    position: absolute;
    left: 24px;
    top: 64px;
}
.kXGY_left .main {
    width: 455px;
    height: 210px;
    position: absolute;
    top: 60px;
    right: 14px;
}
.kXGY_left .main a {
    display: block;
    width: 100%;
    height: 30px;
    border-bottom: 1px dashed #d4d4d4;
    line-height: 30px;
    overflow: hidden;
    margin-top: 12px;
    font-size: 16px;
    color: #4e4e4e;
}
.kXGY_left .main a .span1 {
    font-size: 14px;
    color: #676767;
    float: left;
    margin: 0 12px 0 2px;
}
.kXGY_left .main a .span2 {
    font-size: 14px;
    color: #6f6f6f;
    float: right;
    margin-right: 2px;
}
.kXGY_left .main a .span3 {
    display: inline-block;
    width: 290px;
    overflow: hidden;
}
.kXGY_left .main a:hover span {
    color: #002063;
}
.kXGY_right {
    width: 414px;
    height: 322px;
    border: 1px solid #d4d4d4;
    position: absolute;
    right: 0;
    top: 0;
}
.kXGY_right .kXGYLunbo {
    width: 325px;
    height: 234px;
    overflow: hidden;
    position: absolute;
    left: 45px;
    top: 58px;
}
.kXGY_right .kXGYLunbo ul {
    height: 234px;
    position: relative;
}
.kXGY_right .kXGYLunbo ul li {
    width: 325px;
    height: 234px;
    float: left;
}
.kXGY_right .kXGYLunbo ul li img {
    width: 100%;
    height: 100%;
}
.kXGY_right .kXGY_prev {
    width: 19px;
    height: 38px;
    position: absolute;
    left: 0;
    bottom: 135px;
}
.kXGY_right .kXGY_next {
    width: 19px;
    height: 38px;
    position: absolute;
    right: 0;
    bottom: 135px;
}
.kXGY_right .kXGY_next,
.kXGY_right .kXGY_prev:hover {
    cursor: pointer;
}
.quick_nav {
    width: 1200px;
    margin: 30px auto 0;
}
.quick_nav .top {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #BFBFBF;
}
.quick_nav .top img {
    width: 25px;
    height: 25px;
    float: left;
    margin: 7px 9px 0 20px;
}
.quick_nav .top .span1 {
    font-size: 22px;
    color: #2f2f2f;
    float: left;
}
.quick_nav .top .span2 {
    font-size: 20px;
    color: #727272;
    font-weight: bold;
    font-family: Aparajita;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    text-transform: uppercase;
}
.quick_nav .main {
    width: 1050px;
    padding-left: 150px;
    position: relative;
    margin-top: 18px;
}
.quick_nav .main a {
    display: block;
    float: left;
    font-size: 18px;
    color: #3d3d3d;
    line-height: 48px;
    margin-left: 25px;
}
.quick_nav .main .name {
    width: 148px;
    height: 46px;
    border: 1px solid #BFBFBF;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
}
.quick_nav .main .name p {
    width: 125px;
    height: 36px;
    font-size: 20px;
    color: white;
    line-height: 36px;
    background: #1e418a;
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
}

.name_hover{
    background:url(../img/bg1.jpg) 4% center no-repeat #1D4289;
    color:#fff !important;
}

.kXGY .kXGY_left .more{
    float: right;
    color: #1e418a;
}
.kXGY .kXGY_right .more{
    float: right;
    color: #1e418a;
    margin-right: 5px;
}