body{
    width: 100%;
    height: 100%;
    min-width: 1460px;
    margin: 0 auto;
}
a {
    text-decoration: none;
    outline: none;
    list-style: none;
}

img {
    vertical-align: middle;
}

a:hover {
    text-decoration: none;
}

.wrap {
    width: 100%;
    height: 100%;
}

.top {
    width: 100%;
    height: 50px;
    background: #3688C2;
}

.topCon {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #fff;
}

.topCon a {
    font-size: 16px;
    color: #fff;
    opacity: 0.67;
}

.header {
    width: 1000px;
    padding: 30px 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.header .logo span {
    color: #121212;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
}

.header .logo img {
    vertical-align: sub;
}

.header .nav {}

.header .nav ul li {
    float: left;
    padding: 0 20px;
    line-height: 35px;
}

.header .nav ul li a {
    color: #121212;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

.header .nav ul li.on a {
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 3px solid #3688C2;
}

.header .nav ul li:hover a {
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 3px solid #3688C2;
}

.banner {
    width: 100%;
    height: 518px;
    background: url(../img/xy123banner.png) no-repeat center;
    background-size: 100% 100%;
}

.bannerLogo {
    width: 1000px;
    padding-top: 80px;
    margin: 0 auto;
}

.main {
    width: 1000px;
    margin: 0 auto;
}

.tap {
    width: 100%;
    margin-top: 30px;
}

.tap .tapLeft {
    width: 728px;
}

.slideTxtBox {}

.slideTxtBox .hd ul {
    width: 100%;
    height: 48px;
}

.slideTxtBox .hd ul li {
    font-size: 20px;
    color: #767676;
    overflow: hidden;
    font-weight: bold;
    float: left;
    margin-right: 30px;
}

.slideTxtBox .hd ul li a {
    display: block;
    height: 48px;
    color: #949494;
    line-height: 48px;
    font-weight: 400;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    padding: 0 15px;
}

.slideTxtBox .hd ul li.on a {
    color: #ffff;
    font-weight: 700;
    background: #3688C2;
}

.slideTxtBox .bd ul {
    overflow: hidden;
}

.slideTxtBox .bd ul li {
    font-size: 17px;
    height: 48px;
    line-height: 48px;
    background: url(../img/xy123li-bg.png) center left no-repeat;
    overflow: hidden;
    border-bottom: 1px solid #EBEBEB;
}

.slideTxtBox .bd ul li a {
    display: block;
    float: left;
    width: 85%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 14px;
    color: #121212;
}

.slideTxtBox .bd ul li a:hover {
    color: #3688C2;
}

.slideTxtBox .bd li span {
    float: right;
    color: #999999;
    font-size: 16px;
    width: 85px;
    overflow: hidden;
}

.slideTxtBox .bd li span a {
    color: #999999;
}

.tapRight {
    width: 237px;
}

.jianjie {
    width: 237px;
    height: 296px;
    background: url(../img/xy123rxjj.png)center center no-repeat;
}

.jianjie ul {
    padding-left: 20px;
    padding-top: 150px;

}

.jianjie ul li {
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    background: url(../img/xy123li-bg.png) center left no-repeat;
}

.jianjie ul li a {
    font-size: 18px;
    color: #214A6C;
    letter-spacing: 0;
    /* line-height: 20px; */
    padding-left: 15px;
}

.jianjie ul li:hover a {
    color: #3688C2;
}

.sjtj {
    width: 237px;
    height: 296px;
    background: url(../img/xy123sjtjbg.png)center center no-repeat;
    padding: 0 10px;
}

.sjtj .title {
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 20px;
    height: 44px;
    line-height: 44px;
}

.sjtj p {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0;
    margin-bottom: 0;
    margin-top: 5px;
}

.sjtj p span {
    color: #3688c2;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0;
    text-align: left;
}

.sjtj ul li p {
    font-size: 14px;
    color: #666666;
}

.rxzsk {
    margin-top: 20px;
}

.phone {
    width: 100%;
    margin-top: 20px;
}

.phone .title {
    width: 150px;
    height: 48px;
    background: #3688C2;
    text-align: center;
    line-height: 48px;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
}
.phone .title a{
    color: #fff;
}

.phone .phoneCon {
    margin: 20px 0;
    width: 100%;
    height: 348px;
    /* background: url(../img/xy123phone.png) center center no-repeat; */
}

.phone .phoneCon ul li {
    width: 240px;
    height: 58px;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: left;

    margin-right: 8px;
}

.phone .phoneCon ul li:nth-child(1),
.phone .phoneCon ul li:nth-child(2),
.phone .phoneCon ul li:nth-child(3),
.phone .phoneCon ul li:nth-child(4),
.phone .phoneCon ul li:nth-child(9),
.phone .phoneCon ul li:nth-child(10),
.phone .phoneCon ul li:nth-child(11),
.phone .phoneCon ul li:nth-child(12),
.phone .phoneCon ul li:nth-child(17),
.phone .phoneCon ul li:nth-child(18),
.phone .phoneCon ul li:nth-child(19),
.phone .phoneCon ul li:nth-child(20) {
    background-color: #DCEDF8;
}

.phone .phoneCon ul li p {
    font-size: 15px;
    color: #333333;
    letter-spacing: 0;
    line-height: 58px;
    margin: 0;
    width: 165px;
    overflow: hidden;
    height: 58px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.phone .phoneCon ul li span {
    font-size: 16px;
    color: #3688C2;
    line-height: 58px;
}

.phone .phoneCon .ul1 {
    width: 259px;
}

.phone .phoneCon .ul2 {
    width: 248px;
    margin-left: 10px;
}

.phone .phoneCon .ul3 {
    width: 243px;
    margin-left: 10px;
}

.phone .phoneCon .ul4 {
    width: 219px;
    margin-left: 10px;
}

.phone .phoneCon .span1 {
    line-height: 28px;
    font-size: 15px;
    color: #333333;
    display: block;
}

.phone .phoneCon .span2 {
    font-size: 12px;
    color: #666666;
    line-height: 25px;
    display: block;
}


/* footer */

/* copyright_box */
.footer .copyright_box {
    width: 100%;
    /* height: 180px; */
    margin: 0 auto;
    background: #EDEDED;
    border-top: 2px solid #3688C2;
}

.footer .copyright_box .copyright {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .copyright .left {
    width: 210px;
    height: 97px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .copyright .center {
    width: 597px;
    padding: 32px 12px;
    text-align: center;
}

.footer .copyright .center>div {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    line-height: 28px;
    /* opacity: 0.6; */
}

.footer .copyright .center>div a {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    line-height: 28px;
    padding: 0 5px;
    /* opacity: 0.6; */
}

.footer .copyright .right {
    width: 398px;
    /* height: 152px; */
    /* padding: 0px 0px 18px 0px; */
    display: flex;
    justify-content: space-between;
    margin-left: 5px;
}

.footer .copyright .right>div>p {
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    color: #121212;
    letter-spacing: 0;
    text-align: center;
    line-height: 23px;
}

.footer .center_rig {
    display: flex;
    justify-content: space-between;
}

.footer .copyright_box .bah {
    width: 100%;
    /* height: 40px; */
    line-height: 40px;
    text-align: center;
    background: #06224F;
}

.footer .copyright_box .bah a {
    opacity: 0.6;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 23px;
}

.footer .copyright_box .bah a:not(:nth-child(-1n+1)) {
    margin-left: 10px;
}

.footer .copyright .right {
    margin-top: 20px;
}

.footer .copyright .right ul li {
    width: 90px;
    text-align: center;
    float: left;
    margin-left: 20px;
}

.footer .copyright .right ul li:hover .erweima {
    /* display: block; */
    visibility: visible;
}

.footer .copyright .right ul li img {
    margin: 0 auto;
}

.footer .copyright .right .erweima {
    background: url(../img/erweimaBg.png);
    padding: 15px 10px 10px 10px;
    visibility: hidden;
    width: 106px;
    height: 112px;
    margin-left: -25px;
}

.footer .copyright .right .erweima img {
    width: 100%;
    height: 100%;
}

.footer .img1 {
    display: block;
}

.footer .img2 {
    display: none;
}

.footer .copyright .right ul li:hover .img1 {
    display: none;
}

.footer .copyright .right ul li:hover .img2 {
    display: block;
}

.span8 {
    float: right;
}

.span9 {
    float: right;
    font-size: 14px !important;
    color: #666666 !important;
    padding-left: 5px;
}