i,
em {
    font-style: normal;
}

.topWrap {
    background: #fff;
    font-family: "Microsoft Yahei";
    position: relative;
}

.topWrap .header {
    width: 1400px;
    margin: 0 auto;
}

.twz {
    background: #f7f7f7;
    height: 33px;
    color: #999999;
    line-height: 33px;
    font-size: 14px;
}

.twz a {
    display: inline-block;
    color: #999999;
    position: relative;
    padding: 0 15px 0 7px;
    background: url(../images/tpico.png) no-repeat left center;
}

.twz a:last-child {
    padding-right: 0;
}

.h_nr {
    height: 103px;
    padding-top: 13px;
    box-sizing: border-box;
}

.logo {
    width: 222px;
    overflow: hidden;
    box-sizing: border-box;
    float: left;
}

.logo img {
    width: 222px;
    height: 75px;
    display: block;
}

.logo_txt {
    font-size: 20px;
    color: #5b5b5b;
    text-align: left;
    line-height: 33px;
    font-weight: normal;
    margin-top: 8px;
    margin-left: 30px;
    float: left;
}

.logo_txt i {
    font-weight: normal;
    font-size: 28px;
    color: #252525;
    display: block;
    line-height: normal;
}

.t_code {
    width: 110px;
    float: right;
}

.t_code img {
    width: 80px;
    height: 80px;
    float: left;
}

.t_code span {
    height: 80px;
    float: left;
    width: 23px;
    background: #ececec;
    color: #333333;
    font-size: 14px;
    display: block;
    padding: 0 5px;
    box-sizing: border-box;
    text-align: center;
    line-height: normal;
}

.h_nr .sc {
    margin-top: 10px;
    padding-left: 54px;
    background: url(../images/tel.png) no-repeat left center;
    float: right;
    width: 255px;
    box-sizing: border-box;
}

.h_nr .sc p {
    overflow: hidden;
    color: #333333;
    font: 26px "Arial";
    font-weight: bold;
    float: left;
    line-height: 32px;
}

.nav {
    height: 60px;
    border-top: 1px solid #ebebeb;
    position: relative;
}

.nav ul {
    width: 1400px;
    margin: 0 auto;
}

.nav li {
    float: left;
    font-size: 18px;
    width: 138px;
    padding: 0 20px;
}

.nav li a {
    text-decoration: none;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    display: block;
    position: relative;
    z-index: 2;
    color: #333333;
    box-sizing: border-box;
    text-align: center;
}

.nav li:before {
    content: '';
    position: absolute;
    height: 16px;
    width: 9px;
    background: url(../images/libg.png) no-repeat;
    background-size: 100%;
    top: 25px;
    right: 0;
}

.nav li:hover:before,
.nav li.cur:before {
    width: 0;
    color: #fff;
    z-index: 1;
}

.nav li:hover a,
.nav .cur a {
    background: url(../images/cur.png) no-repeat center center;
    background-size: 100%;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
}

.nav li.home {
    padding-left: 0;
}

.nav li.nones {
    padding-right: 0;
}

.nav li.nones:before {
    background: none;
}

.nav li .submenu {
    overflow: hidden;
    display: none;
    position: absolute;
    width: 100%;
    top: 60px;
    z-index: 99;
    background: #f4f4f4;
    padding: 14px 0;
    left: 0;
    line-height: 0;
    font-size: 0;
    text-align: center;
}

.nav li .submenu dl {
    width: 1300px;
    margin: 0 auto;
    padding: 70px 0 50px;
}

.nav li .submenu dt {
    float: right;
    width: 450px;
    height: 260px;
    overflow: hidden;
    margin-left: 30px;
}

.nav li .submenu dt a {
    background: none;
}

.nav li .submenu dt img {
    width: 450px;
    height: 260px;
    display: block;
}

.nav li .submenu dd {
    float: left;
    width: 670px;
    margin-left: 50px;
}

.nav li .submenu p a {
    display: block;
    float: left;
    width: 198px;
    height: 48px;
    line-height: 48px;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding-left: 42px;
    font-size: 18px;
    color: #333333;
    margin: 0 20px 20px 0;
    position: relative;
    text-align: left;
}

.nav li .submenu p a:nth-child(3n) {
    margin-right: 0;
}

.nav li .submenu p a:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border: 1px solid #a4a4a4;
    border-radius: 50%;
    left: 21px;
    top: 21px;
}

.nav li:hover .submenu p a {
    font-weight: normal;
}

.nav li:hover .submenu p a:hover {
    border-color: #06beff;
    background: #089df5;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#06beff), to(#0d5de2));
    background-image: -webkit-linear-gradient(left, #06beff, #0d5de2);
    background-image: -moz-linear-gradient(left, #06beff, #0d5de2);
    background-image: -o-linear-gradient(left, #06beff, #0d5de2);
    background-image: -ms-linear-gradient(left, #06beff, #0d5de2);
    background-image: linear-gradient(left, #06beff, #0d5de2);
    color: #fff;
}

.nav li .submenu span a {
    display: block;
    width: 198px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #06beff;
    padding-left: 42px;
    font-size: 18px;
    color: #fff;
    margin: 0 20px 20px 0;
    position: relative;
    text-align: left;
    font-weight: normal;
    float: left;
    background: #089df5;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#06beff), to(#0d5de2));
    background-image: -webkit-linear-gradient(left, #06beff, #0d5de2);
    background-image: -moz-linear-gradient(left, #06beff, #0d5de2);
    background-image: -o-linear-gradient(left, #06beff, #0d5de2);
    background-image: -ms-linear-gradient(left, #06beff, #0d5de2);
    background-image: linear-gradient(left, #06beff, #0d5de2);
}

.nav li .submenu span a:before,
.nav li .submenu p a:hover:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    border-radius: 50%;
    left: 21px;
    top: 21px;
}

@media screen and (max-width:1440px) {
    .topWrap .header,
    .nav li .submenu dl {
        width: 1200px;
    }
    .nav ul {
        width: 1200px;
        margin: 0 auto;
    }
    .nav li {
        font-size: 16px;
        width: 114px;
    }
    .nav li .submenu p a {
        font-size: 16px;
    }
}

.ty-banner-1 {
    overflow: hidden;
    line-height: 0;
    text-align: center;
}

.ty-banner-1 img {
    visibility: hidden;
}

.ty-banner-1 img.show {
    visibility: visible;
}

.p101-search-1 {
    height: 80px;
    box-shadow: 0 3px 4px #e9e9e9;
}

.p101-search-1 p {
    float: left;
    width: 750px;
    height: 80px;
    line-height: 80px;
    font-size: 14px;
    color: #333333;
}

.p101-search-1 p b {
    display: inline-block;
}

.p101-search-1 p a {
    color: #666666;
    display: inline-block;
    margin-right: 15px;
}

.p101-search-1-inp {
    float: right;
    width: 356px;
    height: 36px;
    background: #fff;
    margin-top: 22px;
}

.p101-search-1-inp1 {
    width: 249px;
    height: 34px;
    line-height: 34px;
    color: #999999;
    border: 1px solid #e3e3e3;
    border-right: 0;
    padding: 0 20px;
    float: left;
}

.p101-search-1-inp2 {
    width: 66px;
    height: 36px;
    border: 0;
    background: #0b69e5 url(../images/p101-search-icon1.png) no-repeat center center;
    float: right;
    cursor: pointer;
}

.plc {
    padding: 5px 0 25px;
}

.p12-curblock {
    display: none;
}

.p102-curmbs-1 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #808080;
}

.p102-curmbs-1 b {
    font-weight: normal;
    padding-left: 35px;
    background: url(../images/p102-curmbs-icon1.png) no-repeat left center;
}

.p102-curmbs-1 i {
    font-style: normal;
}

.p102-curmbs-1 span {
    font-family: 宋体;
    height: 46px;
    line-height: 46px;
    padding: 0px 5px;
}

.p102-curmbs-1 a {
    color: #808080;
}

.p102-curmbs-1 a:hover {
    color: #0b69e5;
}

.p2-pro_cla .p2-pro_cla2:nth-child(3n) {
    margin-right: 0;
}

.p2-pro_cla {}

.p2-pro_cla2 .sidenavcur a {
    color: #0b69e5;
}

.p2-pro_cla2 {
    width: 32.3%;
    float: left;
    font-size: 14px;
    line-height: 30px;
    margin: 0 1.5% 0px 0;
    position: relative;
}

.p2-pro_cla h3 {
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 2px;
    font-weight: normal;
}

.p2-pro_cla h3 a {
    display: block;
    height: 52px;
    color: #333;
    background: #f0f0f0;
    text-align: center;
}

.p2-pro_cla h3.sidenavcur a {
    background: #0b69e5;
    color: #fff;
}

.p2-pro_cla h3 a:hover {
    color: #fff;
    background: #0b69e5;
}

.p2-pro_cla_c {
    padding: 25px 20px;
    border-left: solid 1px #ebebeb;
    box-shadow: 3px 3px 5px #ccc;
    width: 1160px;
    background: #fff;
}

.pro_cc {
    display: none;
}

.p2-pro_cla_c li {
    height: 40px;
    line-height: 40px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin-bottom: 10px;
    white-space: nowrap;
    width: 205px;
    float: left;
    margin-right: 30px;
    border: 1px solid #eee;
    border-radius: 3px;
    font-size: 16px;
}

.p2-pro_cla_c li:nth-child(5n) {
    margin-right: 0;
}

.p2-pro_cla2 li a {
    color: #444;
    display: block;
}

.p2-pro_cla_c li:hover {
    background: #0b69e5;
    border-color: #0b69e5;
}

.p2-pro_cla_c li:hover a {
    color: #fff;
}

.p2-pro_cla_c li.r_last {
    margin-right: 0;
}

.p2-pro_claej {
    right: 0;
    top: 0;
    background: #ededed;
    padding: 8px 16px;
    display: none;
}

.p2-pro_cla2 li.cur .p2-pro_claej {
    display: block;
}

.p2-pro_claej:before {
    content: "";
    position: absolute;
    top: 10%;
    left: -6px;
    width: 0;
    height: 0;
    border-top: solid 6px transparent;
    border-bottom: solid 6px transparent;
    border-right: solid 6px #ebebeb;
}

.p2-pro_claej a {
    display: block;
    border-bottom: solid 1px #fff;
    padding: 0 10px;
}

.p2-pro_claej a:last-child {
    border: 0;
}

.p2-pro_cla2 h3.sidenavcur:before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -12px;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
    border-top: solid 10px #0b69e5;
}

.p2-pro_cla2 h3.sidenavcur a {
    background: #0b69e5;
    color: #fff;
}

.p2-pro_cla_c .sidenavcur {
    border-color: #0b69e5;
}

.p102-pros-1 {
    padding: 30px 0 0;
}

.p102-pros-1-title {
    height: 66px;
    line-height: 66px;
    font-size: 26px;
    color: #333333;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    margin-bottom: 30px;
}

.p102-pros-1-title:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: #0b69e5;
    left: 0;
    bottom: -2px;
    z-index: 1;
}

.p102-pros-1-list dl {
    float: left;
    width: 378px;
    margin: 0 33px 50px 0;
}

.p102-pros-1-list dl:nth-child(3n) {
    margin-right: 0;
}

.p102-pros-1-list dt {
    position: relative;
    box-shadow: 0 0 3px #ccc;
}

.p102-pros-1-list dt img,
.p102-pros-1-list dt a {
    width: 100%;
    display: block;
}

.p102-pros-1-list dt em {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 0;
    display: none;
}

.p102-pros-1-list dt i {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #0b69e5;
    border-radius: 100%;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    z-index: 1;
}

.p102-pros-1-list dt i:after {
    content: "";
    width: 9px;
    height: 9px;
    border: 1px solid #fff;
    border-style: solid solid none none;
    position: absolute;
    top: 50%;
    left: 18px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

.p102-pros-1-list dd {
    padding-top: 15px;
}

.p102-pros-1-list dd h4 {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: left;
    font-weight: normal;
    margin-bottom: 3px;
}

.p102-pros-1-list dd h4 a {
    display: inline-block;
    height: 40px;
    color: #1a1a1a;
    position: relative;
    padding-left: 20px;
}

.p102-pros-1-list dd h4 a:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 18px;
    background: #0b69e5;
    left: 0;
    top: 50%;
    margin-top: -9px;
    z-index: 1;
}

.p102-pros-1-list .p102-pros-1-desc {
    line-height: 24px;
    font-size: 14px;
    color: #666666;
    text-align: justify;
}

.p102-pros-1-list dl:hover dt em {
    display: block;
}

.p102-pagination-blk {
    padding-bottom: 40px;
}

.footWrap {
    background: url(../images/ftbg.jpg) no-repeat center top;
    height: 753px;
    padding-top: 252px;
    font-family: "Microsoft Yahei";
    box-sizing: border-box;
    width: 100%;
    min-width: 1300px;
    max-width: 1920px;
    margin: 0 auto;
    color: rgba(100, 155, 197, 0.70);
    font-size: 14px;
    line-height: 28px;
}

.footWrap a:hover {
    color: #fff;
}

.footers {
    width: 1400px;
    margin: 0 auto;
}

.f_nav {
    width: 816px;
    float: left;
}

.fnav {
    height: 340px;
}

.fnav dl {
    width: 196px;
    float: left;
}

.fnav dt a {
    height: 36px;
    line-height: 36px;
    text-align: left;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
}

.fnav dd a {
    display: block;
    color: rgba(100, 155, 197, 0.70);
}

.fbeian {
    width: 816px;
}

.fbeian img {
    width: 192px;
    height: 67px;
    display: block;
}

.fbeian p {
    display: block;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    font-weight: normal;
}

.fbeian i {
    color: rgba(100, 155, 197, 0.70);
    ;
    display: block;
}

.footWrap em {
    padding: 0 15px;
}

.fbeian p a {
    color: #fff;
}

.fbeian i a {
    color: rgba(100, 155, 197, 0.70);
}

.fcontact {
    width: 584px;
    float: right;
}

.f_contact {
    height: 340px;
}

.f_contact .lx1 {
    font-size: 14px;
    line-height: 36px;
    font-weight: normal;
    width: 75px;
    float: left;
    color: #ffffff;
    text-align: center;
    padding-bottom: 25px;
    background: url(../images/ft_ico11.png) no-repeat center bottom;
    margin-right: 50px;
}

.f_contact .lx1 a {
    color: #fff;
}

.f_contact .lx1 img {
    width: 41px;
    height: 42px;
    display: block;
    margin: 0 auto;
}

.f_contact .lx2 {
    width: 415px;
    float: left;
}

.f_contact .lx2 i {
    font-size: 14px;
    line-height: 36px;
    font-weight: normal;
    width: 75px;
    float: left;
    color: #ffffff;
    text-align: center;
    margin-right: 40px;
}

.f_contact .lx2 a {
    color: #fff;
}

.f_contact .lx2 i img {
    width: 41px;
    height: 42px;
    display: block;
    margin: 0 auto;
}

.f_contact .lx2 span {
    display: block;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 39px;
}

.f_contact .lx2 span b {
    font-size: 39px;
    display: block;
}

.fcode {
    width: 415px;
    margin-top: 30px;
}

.fcode i {
    font-size: 14px;
    line-height: 36px;
    font-weight: normal;
    width: 75px;
    float: left;
    color: #ffffff;
    text-align: center;
    margin-right: 40px;
}

.fcode i img {
    width: 41px;
    height: 42px;
    display: block;
    margin: 0 auto;
}

.fcode p {
    width: 133px;
    float: left;
    ;
}

.fcode p img {
    width: 133px;
    height: 133px;
    background: #fff;
    padding: 3px;
}

.ft_cp {
    width: 442px;
    margin-top: 34px;
    margin-right: 63px;
    position: relative;
}

.cp_l {
    width: 12px;
    height: 19px;
    background: url(../images/cp_l.png) no-repeat;
    position: absolute;
    left: 0;
    top: 28px;
}

.cp_r {
    width: 12px;
    height: 19px;
    background: url(../images/cp_r.png) no-repeat;
    position: absolute;
    right: 0;
    top: 28px;
}

.ftcp {
    width: 345px;
    overflow: hidden;
    margin: 0 auto;
}

.ftcp li {
    width: 75px;
    height: 75px;
    float: left;
    margin-right: 15px;
}

.ftcp li img {
    width: 100%;
    display: block;
}

.ftcp img {
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    transition: 0.35s;
}

.ftcp li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media screen and (max-width:1401px) {
    .footers {
        width: 1200px;
        margin: 0 auto;
    }
    .f_nav {
        width: 698px;
    }
    .fnav dl {
        width: 172px;
    }
    .fcontact {
        width: 490px;
    }
    .ft_cp {
        margin-right: 0;
    }
}

.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}

.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 62px;
    position: relative;
}

.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 31px;
    background-position: -23px -47px;
    background-size: 52px 82px;
}

.client-2 .my-kefu-ftop .my-kefu-main {
    padding-top: 6px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 62px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #0b69e5;
    color: #fff;
    height: 53px;
    width: 230px;
    padding: 9px 0 0;
    float: left;
}

.client-2 .my-kefu-main {
    background: #0b69e5;
    width: 97px;
    height: 53px;
    position: relative;
    padding: 9px 0 0;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 115px;
    height: 115px;
}

.link_bj {
    min-height: 53px;
    overflow: hidden;
    background: #001629;
    padding-top: 15px;
    box-sizing: border-box;
}

.link {
    width: 1400px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    font-family: "Microsoft Yahei";
}

.link h2 {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    width: 80px;
    float: left;
    height: 24px;
    line-height: 24px;
    color: rgba(153, 153, 153, 0.5);
}

.link p {
    font-size: 14px;
    overflow: hidden;
    line-height: 24px;
    color: rgba(153, 153, 153, 0.5);
}

.link p a {
    color: rgba(153, 153, 153, 0.5);
    font-size: 14px;
    text-align: left;
    display: block;
    float: left;
    padding-right: 3%;
}

.link p a:hover {
    color: #fff;
}

@media screen and (max-width:1440px) {
    .link {
        width: 1200px;
        margin: 0 auto;
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}