﻿/*2020年7月15日 19:11:40 maruis*/
blockquote, body, div, img, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-size: 14px;
    font-family: "Microsoft YaHei,sans-serif";
    color: #333;
    background-color: #dffbff;
}
ul, li {
    list-style: none;
}
a, a:hover {
    text-decoration: none;
    color: inherit;
}
img {
    border: none;
    vertical-align: middle;
}
.clearfix:before, .clearfix:after {
    content: '';
    display: block;
    clear: both;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.mainnav {
    min-width: 1200px;
    background: url(../images/01-01-bg-header.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center;
    margin-bottom: 30px;
}
.mainnav .header {
    margin: 0px auto;
    width: 1200px;
    height: 324px;
    position: relative;
}
.query {
    position: absolute;
    bottom: 50px;
    right: 0px;
}
.query .queryword {
    height: 46px;
    outline: none;
    line-height: 46px;
    border-radius: 25px;
    border: none;
    text-indent: 15px;
    width: 400px;
    margin-bottom: 30px;
}
.query .hot {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
}
.query i {
    position: absolute;
    right: 16px;
    top: 12px;
    font-size: 24px;
}
.lang {
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 16px;
    font-weight: bold;
    color: #013c88;
    margin-right: 8px;
}
.lang a {
    margin-left: 8px;
}
.lang a:hover {
    color: #CF0002;
}
.box {
    width: 100%;
}
.box .container {
    width: 1200px;
    margin: 0px auto;
    overflow: hidden; /* border:1px solid red; */
}
.box .container1920 {
    min-width: 1200px;
    height: 184px;
    margin: 0px auto;
    overflow: hidden;
    background: url(../images/01-12-bg-header.png) no-repeat;
    background-size: auto 100%;
    background-position: center;
}
.nav {
    width: 1200px;
    position: absolute;
    top: 300px;
    left: 50%;
    margin-left: -598px;
    z-index: 100;
}
.nav .nav_item {
    float: left;
    width: 196px;
    height: 45px;
    margin-right: 4px;
}
.nav .nav_item .atitl {
    display: inline-block;
    width: 196px;
    height: 45px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    background-color: white;
    color: #013c88;
    font-weight: bold;
    font-size: 18px
}
.nav .nav_item .atitl b {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url('../images/01-01-menu_home.png') center center no-repeat;
    position: relative;
    top: 6px;
    border-radius: 3px;
}
.nav .nav_item .nav-title {
    position: relative;
    top: -3px;
}
.nav .nav_item:nth-child(2) .atitl b {
    background: url('../images/01-01-menu-open.png') center center no-repeat;
}
.nav .nav_item:nth-child(3) .atitl b {
    background: url('../images/01-01-menu-info.png') center center no-repeat;
}
.nav .nav_item:nth-child(4) .atitl b {
    background: url('../images/01-01-menu-server.png') center center no-repeat;
}
.nav .nav_item:nth-child(5) .atitl b {
    background: url('../images/01-01-menu-interaction.png') center center no-repeat;
}
.nav .nav_item:nth-child(6) .atitl b {
    background: url('../images/01-01-menu-special.png') center center no-repeat;
}
.nav .nav_item .atitl.selected, .nav .nav_item .atitl:hover {
    background-color: #013c88;
    color: white;
    font-weight: bold;
}
.nav .nav_item:first-child .atitl.selected b, .nav .nav_item:first-child .atitl:hover b {
    background: url('../images/01-01-menu_home-prev.png') center center no-repeat;
}
.nav .nav_item:nth-child(2) .atitl.selected b, .nav .nav_item:nth-child(2) .atitl:hover b {
    background: url('../images/01-01-menu-open-prev.png') center center no-repeat;
}
.nav .nav_item:nth-child(3) .atitl.selected b, .nav .nav_item:nth-child(3) .atitl:hover b {
    background: url('../images/01-01-menu-info-prev.png') center center no-repeat;
}
.nav .nav_item:nth-child(4) .atitl.selected b, .nav .nav_item:nth-child(4) .atitl:hover b {
    background: url('../images/01-01-menu-server-prev.png') center center no-repeat;
}
.nav .nav_item:nth-child(5) .atitl.selected b, .nav .nav_item:nth-child(5) .atitl:hover b {
    background: url('../images/01-01-menu-interaction-prev.png.png') center center no-repeat;
}
.nav .nav_item:nth-child(6) .atitl.selected b, .nav .nav_item:nth-child(6) .atitl:hover b {
    background: url('../images/01-01-menu-special-prev.png') center center no-repeat;
}
/* 二级导航 */
.nav_ej {
    width: 1200px;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 200;;
    background-color: #fff;
    display: none;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px #ddd;
    -moz-box-shadow: 0 5px 10px #ddd;
    box-shadow: 0 5px 10px #ddd;
}
.nav_ej_title {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    font-weight: bold;
}
.nav_ej_title:hover {
    color: #013c88;
    font-weight: bold;
}
.span_qzqd:hover {
    color: #013c88;
    font-weight: bold;
}
.nav_ej_title a.fr {
    color: #999
}
.footer {
    min-width: 1200px;
    width: 100%;
    height: 220px;
    background-color: #333333;
    text-align: center;
}
.footer .content {
    margin: 0px auto;
    width: 1000px;
    text-align: center;
    padding-top: 10px;
    position: relative;
}
.footer .content .foot_left {
    position: absolute;
    top: 150px;
    left: 20px;
}
.footer .content .foot_right {
    position: absolute;
    top: 155px;
    right: 20px;
}
.footer .content div {
    text-align: center;
    color: white;
    line-height: 26px;
}
.footer .content ul {
    padding-top: 20px;
    height: 110px;
    margin: 20px auto;
}
.footer .content ul li {
    float: left;
    width: 200px;
    color: white;
}
.footer .content ul li img {
    height: 36px;
    margin-bottom: 5px;
}
.footer .content ul li.mid {
    position: relative;
    top: -15px;
}
.footer .content ul li.mid img {
    height: 104px;
}
.wd220 {
    width: 220px
}
.title1 {
    height: 40px;
    line-height: 40px;
    position: relative;
    border-bottom: 2px solid #64824E;
    width: 140px;
}
.title1:hover {
    border-bottom: 2px solid #CE0000;
}
.title1 .dot {
    display: inline-block;
    width: 33px;
    height: 18px;
    background-color: #013c88;
    position: absolute;
    left: 0;
    bottom: 8px;
    -webkit-transition: width .5s ease;
    -moz-transition: width .5s ease;
    -ms-transition: width .5s ease;
    -o-transition: width .5s ease;
    transition: width .5s ease;
}
.title1 .dot_hover {
    width: 0;
    background: #CE0000;
}
.title1 .titlespan {
    display: inline-block;
    height: 40px;
    padding: 0 20px 0 45px;
    color: #013c88;
    font-weight: bold;
    font-size: 16px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.title1 .titlespan_hover {
    padding: 0 20px 0 5px;
    color: #CE0000;
}
/* .title1{height: 40px;line-height: 40px;position: relative;border-bottom: 2px solid #64824E;width: 140px;}
.title1 .dot{display:inline-block;width:33px;height:22px;background-color: #013c88;position: absolute;left:0;bottom:8px;}
.title1 .titlespan{display:inline-block;height: 40px;padding: 0 20px 0 45px;color: #013c88;font-weight: bold;font-size: 18px;} */

.list36 {
    line-height: 36px;
}
.list36 li {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}
/* xuedi */
.list36 li span.fr {
    font-size: 16px;
    margin-left: 20px;
}
.list36 li:hover, .list1 li:hover span.fr {
    color: #013c88;
    font-weight: bold;
}
.list1 {
    line-height: 30px;
}
/* xuedi */
.list1 li {
    width: 368px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}
.list1_0 li {
    width: 350px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}
.list1_01 li {
    width: 660px;
    /* margin-right: 80px; */
}
.list1_02 li {
    width: 490px;
}
.list1 li span {
    height: 30px;
    line-height: 30px;
}
.list1 li span.fr {
    color: #999;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    margin-left: 20px;
}
/* 薛迪 */
.list1 li a {
    width: 249px;
    line-height: 36px;
}
.list1 li:hover, .list1 li:hover span.fr {
    color: #013c88;
    font-weight: bold;
}
.list1_1 li {
    height: 30px;
    line-height: 30px;
}
.list1_1 li a {
    color: inherit;
    font-size: 14px;
}
.list1_1 li a:hover {
    color: #013c88;
    font-weight: bold;
}
.list10 {
    padding-top: 20px;
}
.list10 li {
    width: 180px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.list10 li:nth-child(3n) {
    margin-right: 0;
}
.list10 li a {
    font-size: 16px;
}
.list10 li a:hover {
    color: #013c88;
    font-weight: bold;
}
/*设置两列事的宽度mrs*/
.ul_col2 li {
    width: 558px;
}
/*图片放大，蒙版效果mrs*/
.comm_img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.comm_img:hover {
    opacity: 0.8;
Alpha(opacity = 80);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.comm_a_title {
    cursor: pointer;
    font-size: 16px;
    vertical-align: middle;
    padding-left: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.comm_a_title:hover {
    padding-left: 16px;
    color: #013c88;
    font-weight: bold;
}
.nav_ej_zwxx > li {
    width: 360px;
    margin-right: 30px;
    cursor: pointer;
}
.nav_ej_zwxx > li:nth-child(3n) {
    margin-right: 0;
}
.nav_ej_zfxx {
    padding: 30px 20px;
}
.nav_ej_zfxx li {
    width: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    background-color: #e6eff4;
    color: #013c88;
    margin-bottom: 10px;
    padding-left: 50px;
    position: relative;
}
.nav_ej_zfxx li:nth-child(2n) {
    margin-left: 10px;
}
/* xuedi */
.nav_ej_zfxx li b {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('../images/image011.png') no-repeat;
    position: absolute;
    top: 5px;
    left: 22px;
}
.nav_ej_zfxx li:hover b {
    background: url("../images/image01.png") no-repeat;
}
.nav_ej_zfxx li:nth-child(2) b {
    background: url('../images/image022.png') no-repeat;
}
.nav_ej_zfxx li:nth-child(2):hover b {
    background: url('../images/image02.png') no-repeat;
}
.nav_ej_zfxx li.selected {
    background: #013c88;
    color: #fff;
}
.nav_ej_zfxx li.selected b {
    background: url('../images/01-01-zwgk-baohu-prev.png') no-repeat;
}
.nav_ej_zfxx li.selected:nth-child(2) b {
    background: url('../images/01-01-zwgk-baohu-prev.png') no-repeat;
}
.nav_ej_zfxx li a, .nav_ej_zmhd li a {
    color: #333333;
}
.nav_ej_zfxx li:hover a, .nav_ej_zmhd li:hover a {
    color: #013c88;
}
.nav_ej_zmhd {
    padding: 10px 50px;
}
.nav_ej_zmhd li {
    width: 220px;
    height: 35px;
    line-height: 35px;
    background-color: #e6eff4;
    color: #013c88;
    margin-bottom: 10px;
    padding-left: 80px;
    position: relative;
}
.nav_ej_zmhd li:hover {
    cursor: pointer;
}
.nav_ej_zmhd li:nth-child(2n) {
    margin-left: 10px;
}
.nav_ej_zmhd li b {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('../images/01-01-zwgk-baohu.png') no-repeat;
    position: absolute;
    top: 8px;
    left: 50px;
}
.nav_ej_zmhd li:nth-child(1) b {
    background: url('../images/01-04-title1.png') no-repeat;
}
.nav_ej_zmhd li:nth-child(2) b {
    background: url('../images/01-04-title2.png') no-repeat;
}
.nav_ej_zmhd li:nth-child(3) b {
    background: url('../images/01-04-title3.png') no-repeat;
}
.nav_ej_zmhd li:nth-child(4) b {
    background: url('../images/01-04-title4.png') no-repeat;
}
.nav_ej_zmhd li:nth-child(5) b {
    background: url('../images/01-04-title5.png') no-repeat;
}
.nav_ej_zmhd li:nth-child(6) b {
    background: url('../images/01-04-title6.png') no-repeat;
}
.nav_ej_zmhd li:nth-child(1):hover b {
    background: url('../images/01-04-title01.png') no-repeat;
}
.nav_ej_zmhd li:nth-child(2):hover b {
    background: url('../images/01-04-title02.png') no-repeat;
}
.nav_ej_zmhd li:nth-child(3):hover b {
    background: url('../images/01-04-title03.png') no-repeat;
}
.nav_ej_zmhd li:nth-child(4):hover b {
    background: url('../images/01-04-title04.png') no-repeat;
}
.nav_ej_zmhd li:nth-child(5):hover b {
    background: url('../images/01-04-title05.png') no-repeat;
}
.nav_ej_zmhd li:nth-child(6):hover b {
    background: url('../images/01-04-title06.png') no-repeat;
}
/* .nav_ej_zmhd li:nth-child(7):hover b{background: url('../images/01-04-title01.png') no-repeat;} */
.nav_ej_zmhd li.selected {
    background: #013c88;
    color: #fff;
}
.nav_ej_zmhd li.selected b {
    background: url('../images/01-01-zwgk-baohu-prev.png') no-repeat;
}
.nav_ej_zmhd li.selected:nth-child(2) b {
    background: url('../images/01-01-zwgk-baohu-prev.png') no-repeat;
}
.nav_ej_zmhd li.selected:nth-child(3) b {
    background: url('../images/01-01-zwgk-baohu-prev.png') no-repeat;
}
.nav_ej_zmhd li.selected:nth-child(4) b {
    background: url('../images/01-01-zwgk-baohu-prev.png') no-repeat;
}
.nav_ej_zmhd li.selected:nth-child(5) b {
    background: url('../images/01-01-zwgk-baohu-prev.png') no-repeat;
}
.nav_ej_zmhd li.selected:nth-child(6) b {
    background: url('../images/01-01-zwgk-baohu-prev.png') no-repeat;
}
.nav_ej_zmhd li.selected:nth-child(7) b {
    background: url('../images/01-01-zwgk-baohu-prev.png') no-repeat;
}
.nav_ej_zmhd li.selected:nth-child(8) b {
    background: url('../images/01-01-zwgk-baohu-prev.png') no-repeat;
}
/* wp 2020-6-16 */
.footer ul li {
    cursor: pointer;
}
.footer ul li:hover div {
    color: #013c88;
}
.footer ul li:hover img {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform:scale(1.2, 1.2);
    -moz-transform:scale(1.2, 1.2);
    -ms-transform:scale(1.2, 1.2);
    -o-transform:scale(1.2, 1.2);
    transform:scale(1.2, 1.2);
}

