
a, img {
    transition: all ease-out .5s;
}

/*tupian*/
.index-img {
    overflow: hidden;
    position: relative;
}

.index-img:before {
    position: absolute;
    transition: 0.3s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    content: '';
    -webkit-transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.index-img:hover:before {
    -webkit-transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.imgh img {
    display: block;
    width: 100%;
    height: 100%;
}

.imgh:hover img {
    transform: scale(1.1);
}


/*按钮*/
.mm {
    transition: .5s;
}

.mm:hover {
    transform: translateY(-5px);
}

.mm:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.mm:hover:before {
    opacity: 1;
}

a, img {
    transition: all ease-out .5s;
}

.one {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 0;
}

.one:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
    z-index: -1;
}

.one:hover:before {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

/*首页banner*/
.banner-box {
    width: 100%;
    position: relative;
    background: url("../images/banner-bg.jpg") no-repeat center;
    /*height: 790px;*/
    max-height: 790px;
    overflow: hidden;
}

.banner {
    width: 94.8%;
    max-height: 750px;
    overflow: hidden;
    float: right;
    margin-top: 40px;
}

.banner li {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner li a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner li a img {
    display: block;
    width: 100%;
    height: 100%;
}

.banner-nav {
    position: absolute;
    bottom: 15%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 120px;
}

.banner-nav .hd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-nav .hd ul {
    display: block;
    width: 100%;
}

.banner-nav .hd ul li {
    width: 100%;
    height: 20px;
    display: inline-block;
    transition: all ease-out .3s;
    color: #686868;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 20px;
    box-sizing: border-box;
    padding-left: 3.5%;
}

.banner-nav .hd ul li.on {
    background: url("../images/ban-hot.png") no-repeat left center;
    color: #004cab;
    font-weight: bold;
}

/*xun-box*/
.xun-box {
    height: 80px;
    line-height: 80px;
}

.topxunpan {
    z-index: 9;
    float: left;
    background: url("../images/xun.png") no-repeat 0 center;
    padding-left: 29px;
    box-sizing: border-box;
}

.topxunpan .xp {
    position: relative;
    color: #333;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}

.topxunpan .xp i {
    color: #666;
}

.topxunpan .xp #xunpantip {
    z-index: 999;
    position: absolute;
    top: 35px;
    left: 50%;
    width: 180px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    -webkit-transition: transform .4s, opacity .4s;
    -moz-transition: transform .4s, opacity .4s;
    -o-transition: transform .4s, opacity .4s;
    -ms-transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    background-color: #004cab;
    border-radius: 4px;
    opacity: 0;
    font-weight: bold;
    box-shadow: 5px 5px 2px #dfdfdf;
}

.topxunpan .xp #xunpantip::after {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-bottom-color: #004cab;
}

.topxunpan .xp #xunpantip.xunpantextactive {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    opacity: 1;
}

.xun-box p {
    font-weight: bold;
    background: url("../images/tel1.png") no-repeat 0 center;
    font-size: 20px;
    color: #262626;
    padding-left: 32px;
}

.titles {
    font-size: 24px;
    letter-spacing: 2px;
    color: #333333;
    font-weight: bold;
    box-sizing: border-box;
    padding-left: 67px;
    line-height: 1;
    padding-top: 10px;
    display: block;
}


.tit1 {
    background: url("../images/tit1.png") no-repeat center;
    width: 238px;
    height: 59px;
}

.tit2 {
    background: url("../images/tit2.png") no-repeat 0 center;
    width: 225px;
    height: 55px;
}

.tit3 {
    background: url("../images/tit3.png") no-repeat 0 center;
    width: 236px;
    height: 55px;
}

.tit4 {
    background: url("../images/tit4.png") no-repeat 0 center;
    width: 232px;
    height: 64px;
}

.tit5 {
    background: url("../images/tit5.png") no-repeat 0 center;
    width: 227px;
    height: 56px;
}

.tit6 {
    background: url("../images/tit6.png") no-repeat 0 center;
    width: 223px;
    height: 54px;
}

/*about-box*/
.about-box {
    background: url("../images/about-bg.jpg") no-repeat center;
    height: 586px;
    box-sizing: border-box;
    padding-top: 55px;
    display: none;
}

.aboutL {
    width: 280px;
    line-height: 1;
}

.about-jie {
    margin-top: 196px;
    color: #fff;
    width: 221px;
}

.about-jie h6 {
    font-size: 24px;
    font-weight: bold;
}

.about-jie p {
    font-size: 14px;
    line-height: 30px;
    color: #e1e7ee;
    margin-top: 20px;
}


.aboutR {
    padding-top: 80px;
    width: 902px;
    line-height: 1;
    position: relative;
}

.about-more {
    display: block;
    background: url("../images/a-more.png") no-repeat center;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 18px;
    right: 0;
}

.about-more:hover {
    transform: rotate(360deg);
}

.about-p {
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    overflow: hidden;
    text-indent: 2em;
    height: 108px;
}


.about-list {
    width: 100%;
    line-height: 1;
    margin-top: 40px;
}

.about-lun li .a-tu{
    width: 118px;
    height: 118px;
    border: solid 1px #dddddd;
    box-sizing: border-box;
    margin-left: 26px;
    border-radius: 50%;
    overflow: hidden;
    transition: all ease-out .5s;
}
.about-lun li:hover .a-tu{
    border-color: #004cab;
}
.about-lun li .at1{
    background: url("../images/a1.png") no-repeat center #fff;
}
.about-lun li:hover .at1{
    background: url("../images/a11.png") no-repeat center #004cab;
}
.about-lun li .at2{
    background: url("../images/a2.png") no-repeat center #fff;
}
.about-lun li:hover .at2{
    background: url("../images/a22.png") no-repeat center #004cab;
}
.about-lun li .at3{
    background: url("../images/a3.png") no-repeat center #fff;
}
.about-lun li:hover .at3{
    background: url("../images/a33.png") no-repeat center #004cab;
}
.about-lun li .at4{
    background: url("../images/a4.png") no-repeat center #fff;
}
.about-lun li:hover .at4{
    background: url("../images/a44.png") no-repeat center #004cab;
}
.about-lun li .at5{
    background: url("../images/a5.png") no-repeat center #fff;
}
.about-lun li:hover .at5{
    background: url("../images/a55.png") no-repeat center #004cab;
}

.about-lun li .a-zi{
    padding-left: 65px;
    margin-top: 22px;
    box-sizing: border-box;
    line-height: 1;
    font-size: 12px;
    color: #989898;
}

.about-lun li .a-zi p{
    font-size: 18px;
    color: #333333;
    margin-bottom: 3px;
}

.about-lun li .az1{
    background: url("../images/01.png") no-repeat 0 center;
}
.about-lun li .az2{
    background: url("../images/02.png") no-repeat 0 center;
}
.about-lun li .az3{
    background: url("../images/03.png") no-repeat 0 center;
}
.about-lun li .az4{
    background: url("../images/04.png") no-repeat 0 center;
}
.about-lun li .az5{
    background: url("../images/05.png") no-repeat 0 center;
}


.about-dian{
    bottom: -40px !important;
    width: 100%;
    text-align: center;
}

.about-dian .swiper-pagination-bullet{
    margin: 0 10px;
    width: 19px;
    height: 6px;
    background: #cccccc;
    border-radius: 3px;
    opacity: 1;
}

.about-dian .swiper-pagination-bullet-active{
    background: #004cab;
}














/*duct-box*/
.duct-box {
    margin: 62px 0 70px;
}


.ductL {
    width: 225px;
}

.duct-nav {
    border-top: 2px solid #313131;
    width: 211px;
    margin-top: 40px;
    padding-top: 6px;
}

.duct-nav li {
    width: 182px;
    line-height: 1;
}

.duct-nav li h6 a {
    display: block;
    border-left: 3px solid #1c1f21;
    box-sizing: border-box;
    padding-left: 23px;
    padding-right: 35px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #343434;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    background: url("../images/dn-j.png") no-repeat 145px center;
    margin-top: 37px;
    margin-bottom: 20px;
}

.duct-nav li .dn-li {
    width: 100%;
}

.duct-nav li .dn-li p {
    width: 100%;
    box-sizing: border-box;
    padding-left: 24px;
}

.duct-nav li .dn-li p a {
    display: block;
    border-bottom: 1px dashed #bfbfbf;
    box-sizing: border-box;
    line-height: 43px;
    font-size: 16px;
    color: #4e4e4e;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.duct-nav li .dn-li p:hover a {
    color: #004cab;
    transform: translateX(3px);
}

.dl-more {
    display: block;
    background: url("../images/a-more.png") no-repeat center;
    width: 34px;
    height: 34px;
    margin: 70px 0 0 77px;
}

.dl-more:hover {
    transform: rotate(360deg);
}

.ductR {
    width: 953px;
    line-height: 1;
}

.duct1 {
    width: 100%;
}

.duct1 .ductlL {
    display: block;
    box-sizing: border-box;
    width: 520px;
    height: 330px;
    border-radius: 5px;
    border: solid 1px #dddcdd;
    padding: 5px;
}

.duct1 .ductlL img {
    display: block;
    width: 100%;
    height: 100%;
}

.duct1:hover .ductlL {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    transform: translateY(-3px);
}

.duct1 .ductlR {
    width: 391px;
    position: relative;
    padding-top: 60px;
}

.duct1 .ductlR .duct1-name {
    display: block;
    width: 300px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    padding-left: 16px;
    background: url("../images/duct1-name.png") no-repeat 0 center;
}

.duct1:hover .ductlR .duct1-name {
    transform: translateX(3px);
    color: #004cab;
}

.duct1-more {
    display: block;
    background: url("../images/a-more.png") no-repeat center;
    width: 34px;
    height: 34px;
    position: absolute;
    right: 0;
    top: 52px;
}

.duct1-more:hover {
    transform: rotate(360deg);
}

.duct1 .ductlR i {
    display: block;
    width: 310px;
    height: 1px;
    background-color: #004cab;
    position: absolute;
    top: 99px;
    left: -100px;
}

.duct1 .ductlR p {
    overflow: hidden;
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    height: 108px;
    margin-top: 48px;
}

.ductR-list {
    width: 100%;
    position: relative;
    margin-top: 0px;
}

/* .ductR-list li:first-child,
.ductR-list li:nth-child(4n),
.ductR-list li:nth-child(7n) {
    margin-left: 0;
} */

.ductR-list li {
    float: left;
    width: 285px;
    margin-right: 49px;
    margin-top: 20px;
}
.ductR-list li:nth-child(3n){
    margin-right: 0;
}
.ductR-list li .ductR-img {
    display: block;
    width: 100%;
    height: 196px;
    border-radius: 5px;
    border: solid 1px #dddcdd;
    box-sizing: border-box;
    padding: 5px;
}

.ductR-list li .ductR-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ductR-list li:hover .ductR-img {
    transform: translateY(-3px);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}

.ductR-list li .ductR-name {
    display: block;
    width: 100%;
    border-bottom: 1px solid #cdcdcd;
    line-height: 33px;
    padding: 0 40px 0 12px;
    box-sizing: border-box;
    background: url("../images/d-jian.png") no-repeat 249px center;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ductR-list li:hover .ductR-name {
    color: #004cab;
    transform: translateY(-3px);
    border-color: #004cab;
}

/* .ductR-list li:nth-child(3),
.ductR-list li:nth-child(4),
.ductR-list li:nth-child(7)   {
    width: 403px;
    margin-top: -102px;
    height: 430px;
}

.ductR-list li:nth-child(3) .ductR-img,
.ductR-list li:nth-child(4) .ductR-img,
.ductR-list li:nth-child(7) .ductR-img {
    height: 258px;
}

.ductR-list li:nth-child(3) .ductR-name,
.ductR-list li:nth-child(4) .ductR-name,
.ductR-list li:nth-child(7) .ductR-name  {
    background: url("../images/d-jian.png") no-repeat  349px center;
} */

.duct-sou {
    width: 100%;
    padding: 20px 0 20px;
    height: 37px;
}

.ssk {
    width: 393px;
    height: 36px;
    border-radius: 5px;
    border: solid 1px #004cab;
    box-sizing: border-box;
    float: right;
    overflow: hidden;
}

.ss-text {
    width: 350px;
    height: 36px;
    color: #aabacd;
    font-size: 14px;
    background: none;
    padding-left: 16px;
    float: left;
    box-sizing: border-box;
}

.ss-submit {
    width: 36px;
    height: 36px;
    float: right;
    background: url(../images/ss.png) no-repeat center;
    cursor: pointer;
}

/*ys-box*/
.ys-box {
    background: url("../images/ys-bg.jpg") no-repeat center;
    height: 723px;
    padding-top: 85px;
    box-sizing: border-box;
}

.ys-box .titles {
    color: #fff;
}

.ys {
    width: 100%;
    margin-top: 56px;
}

.ys-text {
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 1;
    height: 187px;
    overflow: hidden;
}

.ys-text li h6 {
    font-size: 24px;
}

.ys-text li i {
    width: 87px;
    height: 2px;
    background-color: #dde7f6;
    border-radius: 1px;
    display: block;
    margin: 16px auto 38px;
}

.ys-text li p {
    font-size: 16px;
    line-height: 36px;
}


.ys-nav {
    height: 270px;
    width: 100%;
}

.ys-nav li:first-child {
    margin-left: 0;
}

.ys-nav li {
    float: left;
    width: 270px;
    height: 270px;
    /*background-color: rgba(18, 96, 194, .18);*/
    border: solid 1px rgba(184, 208, 239, .18);
    border-radius: 50%;
    transition: all ease-out .6s;
    text-align: center;
    margin-left: -40px;
    position: relative;
}

.ys-nav li:before {
    content: '';
    background: url("../images/ys-jia.png") no-repeat center;
    width: 19px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 9px;
}

.ys-nav li:first-child:before {
    display: none;
}

.ys-nav li.on {
    background: #fff;
}

.ys-nav li i {
    display: block;
    width: 100%;
    height: 42px;
    margin: 80px 0 27px;
    transition: all ease-out .5s;
}

.ys-nav li:nth-child(1) i {
    background: url("../images/y1.png") no-repeat center;
}

.ys-nav li:nth-child(1).on i {
    background: url("../images/y11.png") no-repeat center;
}

.ys-nav li:nth-child(2) i {
    background: url("../images/y2.png") no-repeat center;
}

.ys-nav li:nth-child(2).on i {
    background: url("../images/y22.png") no-repeat center;
}

.ys-nav li:nth-child(3) i {
    background: url("../images/y3.png") no-repeat center;
}

.ys-nav li:nth-child(3).on i {
    background: url("../images/y33.png") no-repeat center;
}

.ys-nav li:nth-child(4) i {
    background: url("../images/y4.png") no-repeat center;
}

.ys-nav li:nth-child(4).on i {
    background: url("../images/y44.png") no-repeat center;
}

.ys-nav li:nth-child(5) i {
    background: url("../images/y5.png") no-repeat center;
}

.ys-nav li:nth-child(5).on i {
    background: url("../images/y55.png") no-repeat center;
}


.ys-nav li h6 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #fff;
    transition: all ease-out .5s;
}

.ys-nav li.on h6 {
    color: #004cab;
    font-weight: bold;
}

.ys-nav li p {
    font-size: 12px;
    color: #bcd1eb;
    transition: all ease-out .5s;
}

/*case*/
.case-box {
    margin: 70px 0;
}

.case-top {
    height: 69px;
    overflow: hidden;
}

.case-top p {
    background: url("../images/tel2.png") no-repeat 0 center;
    padding-left: 32px;
    font-size: 26px;
    color: #121111;
    margin-top: 30px;
    font-family: 宋体;
    font-weight: bold;
}

.case {
    margin-top: 44px;
    line-height: 1;
    position: relative;
}

.case-but {
    width: 100%;
}

.case-but p {
    font-size: 16px;
    letter-spacing: 3px;
    color: #333333;
    line-height: 1;
}

.case-but p i {
    display: block;
    font-size: 12px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 18px;
}

.case-jian {
    width: 118px;
    height: 15px;
    margin-top: 28px;
}

.cl {
    background: url("../images/cl2.png") no-repeat center;
    transition: all ease-out .5s;
    cursor: pointer;
    width: 33px;
    height: 14px;
}

.cl:hover {
    background: url("../images/cl.png") no-repeat center;
    transform: translateY(-3px);
}

.cr {
    background: url("../images/cr2.png") no-repeat center;
    transition: all ease-out .5s;
    cursor: pointer;
    width: 33px;
    height: 14px;
}

.cr:hover {
    background: url("../images/cr.png") no-repeat center;
    transform: translateY(-3px);
}


.case-list {
    margin-top: 33px;
    width: 100%;
}

.case-list li {
    float: left;
    width: 370px !important;
    margin-right: 45px;
    line-height: 1;
}

.case-list li .case-num {
    font-size: 32px;
    color: #333333;
    transition: all ease-out .5s;
    font-weight: bold;
    margin-bottom: 32px;
}

.case-list li:hover .case-num {
    color: #004cab;
}

.case-list li .case-text {
    width: 100%;
    border-radius: 7px;
    height: 374px;
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box;
    position: relative;
    transition: all ease-out .5s;
}

.case-list li:hover .case-text {
    background-color: #f6f9ff;
}

.case-list li .case-text .case-img {
    display: block;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    height: 240px;
    border-radius: 10px 10px 21px 10px;
}

.case-list li .case-text .case-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.case-list li:hover .case-text .case-img img {
    transform: scale(1.02);
}

.case-list li .case-text .case-more {
    display: block;
    background: url("../images/a-more.png") no-repeat center;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 210px;
    right: 6px;
}

.case-list li:hover .case-text .case-more {
    transform: rotate(360deg);
}

.case-list li .case-text .case-name {
    display: block;
    width: 360px;
    margin: 26px auto 8px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333333;
    line-height: 18px;
}

.case-list li:hover .case-text .case-name {
    font-size: 18px;
    color: #004cab;
    font-weight: bold;
}

.case-list li .case-text i {
    display: block;
    width: 360px;
    margin: 0 auto 21px;
    font-size: 12px;
    color: #cccccc;
}

.case-list li .case-text p {
    width: 360px;
    margin: 0 auto;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #656565;
}


/*small-box*/
.small-box {
    background: url("../images/small-bg.jpg") no-repeat center;
    height: 320px;
    box-sizing: border-box;
    padding-top: 45px;
    line-height: 1;
    color: #fff;
    text-align: center;
}

.small-box h6 {
    border-bottom: 1px solid #fff;
    width: 622px;
    margin: 0 auto 6px;
    font-size: 44px;
    font-weight: bold;
    line-height: .8;
    padding-bottom: 22px;
}

.small-box p{
    font-size: 18px;
    color: #ddecff;
}

.small-box b{
    display: block;
    font-family: Arial-BoldMT;
    font-size: 34px;
    letter-spacing: 2px;
    margin: 22px 0 20px;
}


.sm-a{
    width: 162px;
    margin: 20px auto 0;
}

.sm-a .sa1{
    display: block;
    width: 63px;
    height: 63px;
    border-radius: 10px;
    border: solid 1px #ffffff;
    box-sizing: border-box;
    background: url("../images/qq.png") no-repeat center;
}
.sm-a .sa1:hover{
    transform: translateY(-3px);
    background: url("../images/qq.png") no-repeat center #004cab;
    border-color: #004cab;
}

.sm-a .sa2{
    display: block;
    width: 63px;
    height: 63px;
    border-radius: 10px;
    border: solid 1px #ffffff;
    box-sizing: border-box;
    background: url("../images/wx.png") no-repeat center;
    position: relative;
}
.sm-a .sa2 img{
    display: block;
    width: 0;
    height: 80px;
    position: absolute;
    left:68px;
    top: 0;
    transition: all ease-out .5s;
    box-sizing: border-box;
}
.sm-a .sa2:hover img{
    width: 80px;
    padding: 5px;
    border: 1px solid #fff;
}


/*new-box*/
.new-box{
    background-color: #f6f9ff;
    padding: 69px 0;
    box-sizing: border-box;
    height: 602px;
    overflow: hidden;
}

.newL{
    width: 227px;
}

.new-nav{
    width: 170px;
    margin-top: 30px;
}

.new-nav li{
    width: 100%;
    position: relative;
    line-height: 70px;
    padding-left: 81px;
    box-sizing: border-box;
    border-bottom: 1px solid #f3f4f7;
}

.new-nav li:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #004cab;
    transition: all ease-out .5s;
}

.new-nav li.on:before{
    width: 100%;
}

.new-nav li:nth-child(1){
    background: url("../images/n1.png") no-repeat 28px center;
}
.new-nav li:nth-child(1).on{
    background: url("../images/n11.png") no-repeat 28px center;
}
.new-nav li:nth-child(2){
    background: url("../images/n2.png") no-repeat 28px center;
}
.new-nav li:nth-child(2).on{
    background: url("../images/n22.png") no-repeat 28px center;
}
.new-nav li:nth-child(3){
    background: url("../images/n3.png") no-repeat 28px center;
}
.new-nav li:nth-child(3).on{
    background: url("../images/n33.png") no-repeat 28px center;
}
.new-nav li a{
    display: block;
    width: 100%;
    font-size: 18px;
    color: #333333;
}
.new-nav li.on a{
    font-weight: bold;
    color: #004cab;
}

.nl-more {
    display: block;
    background: url("../images/a-more.png") no-repeat center;
    width: 34px;
    height: 34px;
    margin: 50px 0 0 95px;
}

.nl-more:hover {
    transform: rotate(360deg);
}


.newR{
    width: 950px;
}

.new1{
    width: 950px;
    height: 250px;
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
}

.new1-lun li.swiper-slide .new1-img{
    width: 384px;
    height: 250px;
    overflow: hidden;
    display: block;
}

.new1-lun li.swiper-slide .new1-img img{
    display: block;
    width: 100%;
    height: 100%;
}

.new1-lun li.swiper-slide:hover .new1-img img{
    transform: scale(1.02);
}

.new1-lun li.swiper-slide .new1-text{
    width: 488px;
    line-height: 1;
    padding-top:  55px;
    margin-right: 29px;
}
.new1-lun li.swiper-slide .new1-text .new1-zi{
    width: 350px;
}

.new1-lun li.swiper-slide .new1-text .new1-zi a{
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 16px;
    color: #262626;
    margin-bottom: 25px;
}

.new1-lun li.swiper-slide:hover .new1-text .new1-zi a{
    transform: translateX(5px);
    color: #004cab;
}

.new1-lun li.swiper-slide .new1-text .new1-zi p{
    overflow: hidden;
    line-height: 26px;
    color: #7c7c7c;
    font-size: 14px;
    height: 56px;
}
.new1-lun li.swiper-slide .new1-text .new1-num{
    text-align: right;
    font-size: 20px;
    color: #262626;
}
.new1-lun li.swiper-slide .new1-text .new1-num b{
    display: block;
    font-size: 34px;
    color: #004cab;
    margin-top: 20px;
}
.nn-more {
    display: block;
    background: url("../images/a-more.png") no-repeat center;
    width: 34px;
    height: 34px;
    float: right;
    margin-top: 35px;
}

.nn-more:hover {
    transform: rotate(360deg);
}

.new-dian{
    bottom: 30px !important;
}

.new-dian .swiper-pagination-bullet{
    width: 9px;
    height: 9px;
    border: solid 1px #a4a6ba;
    background: #fff;
    opacity: 1;
}

.new-dian .swiper-pagination-bullet-active{
    background: #004cab;
    border-color: #004cab;
}

.new-list{
    margin-top: 10px;
}
.new-list li:nth-child(2n+1){
    margin-left: 0;
}
.new-list li{
    float: left;
    margin-left: 54px;
    position: relative;
    line-height: 68px;
    width: 448px;
    box-sizing: border-box;
    padding-left: 28px;
    background: url("../images/n.png") no-repeat 0 center;
}
.new-list li:before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 428px;
    height: 1px;
    background-color: #d1d1d1;
    opacity: 0.5;
}

.new-list li a{
    display: block;
    width: 80%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333333;
}
.new-list li:hover a{
    transform: translateX(3px);
    color: #004cab;
}

.new-list li span{
    display: block;
    font-size: 12px;
    color: #333;
}


.zi-box{
    background: url("../images/zi-bg.jpg") no-repeat center;
    height: 461px;
    padding-top: 63px;
    box-sizing: border-box;
}


.zi-box .titles{
    color: #fff;
}
.zi{
    position: relative;
    width: 100%;
}

.zi .parHd {
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: -69px;
}
.zi .parHd ul li:first-child{
    margin-right: 70px;
}
.zi .parHd ul li {
    transition: .6s;
    float: left;
}
.zi .parHd ul li a {
    display: block;
    color: #323232;
    font-size: 20px;
    font-weight: bold;
}
.zi .parHd ul li a i{
    font-size: 12px;
}
.zi .parHd ul li.on a{
    color: #004cab;
}


.zi .parBd .slideBox {
    position: relative;
    width: 1140px;
    margin: 40px 0 0 60px;
    box-sizing: border-box;
}

.tempWrap {
    width: 100% !important;
}


.zi .parBd ul li {
    width: 368px !important;
    height: 232px;
    border-radius: 5px;
    border: solid 1px #dddcdd;
    box-sizing: border-box;
    position: relative;
    margin-right: 18px;
    overflow: hidden;
    float: left;
    text-align: center;
    line-height: 1;
}

.zi .parBd ul li .pic {
    display: block;
    width: 100%;
    height: 100%;
    transition: .5s;
    overflow: hidden;
}

.zi .parBd ul li .pic img {
    width: 100%;
    height: 100%;
    display: block;
    transition: .8s;
}
.zi .parBd ul li:hover .pic {
    height: 202px;
}

.zi .parBd ul li:hover .pic img {
    transform: scale(1.03);
}

.zi .parBd ul li .name {
    display: block;
    width: 100%;
    box-sizing: border-box;
    color: #333;
    line-height: 30px;
    background: #fff;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .5s;
}

.zi-mm{
    display: block;
    background: url("../images/a-more2.png") no-repeat center;
    width: 34px;
    height: 34px;
    position: absolute;
    left: 0;
    top: 98px;
}

.zi-mm:hover{
    transform: rotate(360deg);
}

/*link-box*/
.link-box{
    margin: 70px 0 60px;
    height: 56px;
    overflow: hidden;
}
.link-box h6 i{
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 1;
}
.link-box h6 b{
    display: block;
    font-size: 34px;
    color: #333;
    line-height: 1;
    margin-top: 8px;
}
.link-a{
    width:1050px;
    margin-top: -5px;
}
.link-a a{
    display: inline-block;
    font-size: 14px;
    color: #999;
    padding:0 17px;
    line-height: 30px;
    transition: .5s;
}

.link-a a:hover{
    color: #004cab;
    transform: translateY(-3px);
}

/*form-box*/
.form-box{
    height: 208px;
    background-color: #f6f9ff;
    box-sizing: border-box;
    padding-top: 66px;
}

.formL{
    line-height: 1;
}
.formL i{
    display: block;
    font-size: 14px;
    color: #666666;
}

.formL span{
    display: block;
    width: 29px;
    height: 4px;
    background-color: #4d74ce;
    margin: 7px 0 17px;
}
.formL b{
    display: block;
    font-size: 20px;
    color: #004cab;
    margin: 17px 0 15px;
}
.formL p{
    font-size: 12px;
    color: #333333;
}

.formR{
    width: 830px;
}

.webq_bottom_r {
    width: 100%;
    float: right;
    position: relative;
    box-sizing: border-box;
    padding-top: 8px;
}

.webq_bottom_r3 {
    height: auto;
    float: left;
}

.webq_bottom_r3_1 {
    float: left;
    width: 270px;
    height: 38px;
    line-height: 38px;
    position: relative;
    background: #fff;
    border-radius: 5px;
    border: solid 1px #dddddd;
}
.webq_bd_2 {
    width: 100%;
    height: 100%;
    line-height: 38px;
    border: 0;
    background: none;
    color: #333;
    box-sizing: border-box;
    padding: 0 10px 0 38px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: block;
}
.webq_bottom_ml {
    margin-left: 13px;
}

.webq_bottom_r1 {
    height: 38px;
    margin-top: 14px;
    position: relative;
    width: 555px;
    float: left;
    background: #fff;
    border-radius: 5px;
    border: solid 1px #dddddd;
}


.webq_bottom_r4 {
    width: 120px;
    height: 36px;
    background: #2ec26e;
    border-radius: 15px;
    margin-top: 19px;
    float: right;
    box-shadow: 3px 4px 5px 0px rgba(50, 172, 123, 0.3);
}

.webq_bd_1 {
    width: 100%;
    height: 100%;
    border: 0;
    background: none;
    line-height: 20px;
    color: #333;
    padding: 9px 10px 0 38px;
    box-sizing: border-box;
    display: block;
}



.webq_bd_go {
    border: 0;
    width: 261px;
    height: 38px;
    background-color: #165fbc;
    cursor: pointer;
    color: #fff;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    float: right;
    margin: 14px 0 0;
    z-index: 0;
    overflow: hidden;
}


.webq_yan {
    background-color: #fff;
    border-radius: 5px;
    float: left;
    margin-left: 11px;
    width: 260px;
    height: 38px;
    border: solid 1px #dddddd;
}

.webq_yan input {
    width: 168px;
    height: 38px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    float: left;
    padding-left: 18px;
    background: none;
}

.webq_yan .web_yanimg {
    width: 92px;
    height: 38px;
    overflow: hidden;
    float: left;
}

.webq_yan .web_yanimg img {
    display: block;
    width: 100%;
    height: 100%;
}
.ly_d1 {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/ly_d1.png) no-repeat center;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.ly_d2 {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/ly_d2.png) no-repeat center;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.ly_d3 {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/ly_d2.png) no-repeat center;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}





.webq_bottom_r input::-webkit-input-placeholder {
    color: #333;
}

.webq_bottom_r input::-moz-placeholder {
    color: #333;
}

.webq_bottom_r input:-moz-placeholder {
    color: #333;
}

.webq_bottom_r input:-ms-input-placeholder {
    color: #333;
}

.webq_bottom_r textarea::-webkit-input-placeholder {
    color: #333;
}

.webq_bottom_r textarea::-moz-placeholder {
    color: #333;
}

.webq_bottom_r textarea:-moz-placeholder {
    color: #333;
}

.webq_bottom_r textarea:-ms-input-placeholder {
    color: #333;
}



















