
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;
}

/*首页banner*/
.banner-box {
    width: 100%;
    max-height: 600px;
    overflow: hidden;
}

.pics_wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: -1;
}

.html5zoo-img-0 img {
    width: 100%;
}

.html5zoo-arrow-left-0 {
    left: 10% !important;
}

.html5zoo-arrow-right-0 {
    right: 10% !important;
}

.html5zoo-bullet-wrapper-0 div {
    margin: 0 4px !important;
}

.html5zoo-nav-0 {
    margin-top: -35px !important;
    left: 48% !important;
}

.html5zoo-bullet-wrapper-0 {
    width: 100% !important;
}

.banner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 325px;
    margin-top: 8px;
}

.banner ul.bb {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
}

.banner ul.bb li {
    position: absolute;
    display: none;
}

.banner .num {
    position: absolute;
    right: 2px;
    bottom: 10px;
    z-index: 100;
}

.banner .num li {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 4px;
    background: #fff;
    line-height: 18px;
    text-indent: -100px;
    overflow: hidden;
    border-radius: 10px;
}

.banner .num li.num_hover {
    background-color: #f7de07;
}

.banner .num li.num_hover a {
    color: #fff;
}

.banner .num li a {
    float: left;
    display: block;
    text-align: center;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    width: 18px;
    height: 18px;
    line-height: 18px;
}

#bannerArrow, #bannerCircle {
    display: none
}

/*幻灯片样式2*/
#focus {
    width: 255px;
    height: 188px;
    overflow: hidden;
    position: relative;
}

#focus ul {
    height: 188px;
    position: absolute;
}

#focus ul li {
    float: left;
    width: 255px;
    height: 188px;
    overflow: hidden;
    position: relative;
    background: #000;
}

#focus ul li a img {
    height: 188px;
    width: 255px;
}

#focus ul li div {
    position: absolute;
    overflow: hidden;
}

#focus .btnBg {
    position: absolute;
    width: 255px;
    height: 20px;
    left: 0;
    bottom: 0;
    background: #000;
}

#focus .btn {
    position: absolute;
    width: 255px;
    height: 10px;
    padding: 5px 10px;
    right: 0;
    bottom: 0;
    text-align: right;
}

#focus .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 25px;
    height: 10px;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}

#focus .btn span.on {
    background: #fff;
}

/*<!--搜索开始-->*/
.jgss {
    width: 100%;
    height: 80px;
    position: relative;
    background-color: #fff;
}


.jgss p {
    float: left;
    height: 80px;
    line-height: 80px;
    color: #666;
    font-size: 14px;
}

.ssk {
    width: 310px;
    height: 41px;
    background-image: linear-gradient(
            #f3f3f3,
            #f3f3f3),
    linear-gradient(
            #0060b7,
            #0060b7);
    background-blend-mode: normal,
    normal;
    border-radius: 3px;
    float: right;
    margin-top: 20px;
    box-sizing: border-box;
    position: relative;
}

.ss-text {
    width: 270px;
    height: 100%;
    background: none;
    color: #666;
    font-size: 14px;
    padding-left: 22px;
    float: left;
    box-sizing: border-box;
}

.ss-submit {
    width: 19px;
    height: 100%;
    background: url(../images/ss.png) no-repeat center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 20px;
}

.title {
    text-align: center;
    line-height: 1;
}

.title p {
    background: url("../images/tit-xx.png") no-repeat center;
    font-size: 30px;
    color: #16338a;
    margin-bottom: 14px;
}

.title p a {
    color: #16338a;
}


/*duct-box*/
.duct-box {
    background: url("../images/duct-bg.jpg") no-repeat center;
    height: 1079px;
    box-sizing: border-box;
    padding-top: 72px;
}

.duct-big {
    margin-top: 70px;
}

.ductL {
    width: 243px;
    height: 811px;
    background-color: #16338a;
    box-shadow: inset 0px 6px 8px 1px rgba(4, 9, 25, 0.26);
}

.ductL-tit {
    width: 100%;
    height: 93px;
    border-bottom: 1px solid #2b4595;
    text-align: center;
    line-height: 1;
    color: #fff;
    box-sizing: border-box;
    padding-top: 24px;
}

.ductL-tit a {
    display: block;
    font-size: 24px;
    color: #fff;
}

.ductL-tit i {
    display: block;
    font-size: 14px;
    opacity: 0.7;
    margin-top: 11px;
}

.duct-nav {
    width: 213px;
    margin: 0 auto;
    padding-top: 24px;
    box-sizing: border-box;
        height: 647px;
    overflow-y: auto;
}

.duct-nav li {
    width: 100%;
}

.duct-nav li:first-child p {
    margin-top: 0;
}

.duct-nav li p {
    position: relative;
    width: 213px;
    height: 36px;
    z-index: 0;
    margin-bottom: 15px;
    margin-top: 15px;
}

.duct-nav li p:before {
    content: '';
    position: absolute;
    bottom: -26px;
    left: 50%;
    transform: translate(-50%);
    background: url("../images/duct-nav-yin.png") no-repeat center;
    width: 208px;
    height: 60px;
    z-index: -1;
}

.duct-nav li p a {
    display: block;
    width: 213px;
    height: 36px;
    background-color: #ffffff;
    border-radius: 17px;
    box-sizing: border-box;
    padding: 0 15px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    color: #16338a;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.duct-navli {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.duct-navli a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px 0 15px;
    background: url("../images/dn1.png") no-repeat 0 center;
    font-size: 16px;
    line-height: 40px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    position: relative;
}

.duct-navli a:hover {
    background: url("../images/dn2.png") no-repeat 0 center;
    font-weight: bold;
    transform: translateX(5px);
}

.duct-navli a:before {
    content: '>';
    font-family: 宋体;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
}

.duct-tell {
    background: url("../images/duct-tel.png") no-repeat center;
    width: 213px;
    height: 34px;
    margin: 15px auto 0;
    box-sizing: border-box;
    padding-left: 65px;
    color: #fafafa;
    font-weight: bold;
    font-size: 18px;
    line-height: 34px;
}

.ductR {
    width: 940px;
}

.ductT {
    width: 100%;
    height: 410px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.ductT .ductT-img {
    display: block;
    width: 410px;
    height: 410px;
    background-color: #f0efee;
    border-right: solid 1px #dddddd;
    box-sizing: border-box;
    overflow: hidden;
}

.ductT .ductT-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.ductT .ductT-img:hover img {
    transform: scale(1.1);
}

.ductT .ductT-text {
    width: 400px;
    margin-left: 40px;
    line-height: 1;
    padding-top: 50px;
}

.ductT .ductT-text .ductT-name {
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 20px;
    color: #333333;
}

.ductT:hover .ductT-text .ductT-name {
    transform: translateY(-5px);
    color: #16338a;
}

.ductT .ductT-text .ductT-zi {
    font-size: 14px;
    line-height: 31px;
    color: #666666;
    margin-top: 15px;
}

.ductT .ductT-text .ductT-zi p {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    width: 100%;
}

.ductT-more {
    margin-top: 40px;
    text-align: center;
}

.ductT-more a {
    display: block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    font-size: 14px;
}

.ductT-more .da1 {
    border: solid 1px #dddddd;
    color: #666666;
}

.ductT-more .da1:hover {
    border-color: #16338a;
    background: #16338a;
    color: #fff;
}

.ductT-more .da2:hover {
    border: solid 1px #dddddd;
    color: #666666;
    background: #fff;
}

.ductT-more .da2 {
    background: #16338a;
    color: #fff;
    margin-left: 10px;
}

.dl, .dr {
    position: absolute;
    top: 184px;
    width: 40px;
    height: 40px;
    border: solid 1px #dddddd;
    box-sizing: border-box;
    transition: all ease-out .5s;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    font-family: 宋体;
    font-weight: bold;
    font-size: 28px;
    color: #999;
    border-radius: 50%;
}

.dl {
    left: 21px;
}

.dr {
    right: 21px;
}


.dl:hover, .dr:hover {
    border-color: #16338a;
    background: #16338a;
    color: #fff;
}


.duct-list {
    width: 100%;
    margin-top: 21px;
}

.duct-list li:first-child {
    margin-left: 0;
}

.duct-list li {
    float: left;
    width: 300px;
    height: 380px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    box-sizing: border-box;
    margin-left: 20px;
}

.duct-list li .duct-img {
    display: block;
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.duct-list li .duct-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.duct-list li:hover .duct-img img {
    transform: scale(1.1);
}

.duct-list li .duct-nn {
    display: block;
    width: 100%;
    height: 118px;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    border-bottom: 8px solid #dcdcdc;
    line-height: 1;
    text-align: center;
}

.duct-list li .duct-nn .duct-name {
    display: block;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    color: #333333;
    padding: 20px 20px 15px;
}

.duct-list li .duct-nn:before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    height: 8px;
    width: 0;
    background: #16338a;
    transition: all ease-out .5s;
}

.duct-list li:hover .duct-nn:before {
    width: 100%;
}

.duct-list li:hover .duct-nn .duct-name {
    color: #16338a;
    transform: translateY(-3px);
}

.duct-list li .duct-nn .duct-more {
    display: block;
    margin: 0 auto;
    width: 90px;
    height: 30px;
    border: solid 1px #dddddd;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    line-height: 30px;
}

.duct-list li:hover .duct-nn .duct-more {
    color: #fff;
    background: #16338a;
    border-color: #16338a;
}

/*about-box*/
.about-box {
    background: url("../images/about-bg.jpg") no-repeat center;
    height: 601px;
    overflow: hidden;
}

.aboutL {
    width: 553px;
    line-height: 1;
    padding-top: 60px;
}

.about-tit {
    width: 154px;
    margin-left: 238px;
    text-align: center;
    color: #fafafa;
    font-size: 30px;
}

.about-tit i {
    display: block;
    font-family: ArialMT;
    font-size: 16px;
    margin-top: 14px;
}

.about-zi {
    text-indent: 2em;
    overflow: hidden;
    font-size: 15px;
    line-height: 33px;
    color: #fafafa;
    height: 198px;
    margin: 38px 0 40px;
}

.about-more {
    display: block;
    width: 90px;
    height: 30px;
    border: solid 1px #dddddd;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
    line-height: 30px;
    text-align: center;
}

.about-list {
    margin-top: 70px;
    text-align: center;
}

.about-list li:first-child {
    margin-left: 0;
}

.about-list li {
    float: left;
    margin-left: 85px;
}

.about-list li a {
    display: block;
    line-height: 1;
    font-size: 14px;
    color: #fff;
}

.about-list li a i {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    box-sizing: border-box;
    width: 69px;
    height: 69px;
    border: solid 1px #ffffff;
    transition: all ease-out .5s;
    margin-bottom: 9px;
}

.about-list li:hover a i {
    background-color: #16338a;
    transform: translateY(-5px);
}

.about-list .ab1 a i {
    background: url("../images/a1.png") no-repeat center;
}

.about-list .ab2 a i {
    background: url("../images/a2.png") no-repeat center;
}

.about-list .ab3 a i {
    background: url("../images/a3.png") no-repeat center;
}

.aboutR {
    position: absolute;
    right: 0;
    top: 0;
    width: 967px;
    height: 601px;
    overflow: hidden;
    margin-right: -358px;
}

.aboutR img {
    display: block;
    width: 100%;
    height: 100%;
}


/*zi*/
.zi-box {
    background: url("../images/zi-bg.jpg") no-repeat center;
    height: 435px;
    padding-top: 65px;
    box-sizing: border-box;
}

.zi {
    position: relative;
    width: 100%;
}

.zi li {
    width: 390px !important;
    float: left;
    margin-right: 15px;
    margin-top: 5px;
}

.zi li .zi-img {
    display: block;
    width: 100%;
    height: 276px;
    overflow: hidden;
}

.zi li .zi-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.zi li:hover .zi-img {
    transform: translateY(-3px);
}

.zi li .zi-name {
    display: block;
    text-align: center;
    line-height: 1;
    margin-top: 15px;
    width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 18px;
    color: #888;
}

.zi li:hover .zi-name {
    color: #be1c1c;
    transform: translateY(-3px);
}


.zl, .zr {
    position: absolute;
    top: 96px;
    width: 40px;
    height: 40px;
    border: solid 1px #dddddd;
    box-sizing: border-box;
    transition: all ease-out .5s;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    font-family: 宋体;
    font-weight: bold;
    font-size: 28px;
    color: #999;
    border-radius: 50%;
}

.zl {
    left: -90px;
}

.zr {
    right: -90px;
}

.tempWrap {
    width: 100% !important;
}

.zl:hover, .zr:hover {
    border-color: #16338a;
    background: #16338a;
    color: #fff;
    transform: translateY(-3px);
}

/*form-box*/
.form-box {
    background: url("../images/form-bg.jpg") no-repeat center;
    height: 290px;
}

.formL {
    padding-top: 77px;
    line-height: 1;
    color: #fff;
}

.formL b {
    display: block;
    font-size: 26px;
}

.formL p {
    display: block;
    font-size: 16px;
    margin: 20px 0 25px;
}

.formL span {
    display: block;
    background: url("../images/form-tel.png") no-repeat center;
    width: 400px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 83px;
    font-size: 18px;
    font-weight: bold;
}

.formR {
    width: 265px;
    padding-top: 53px;
    margin-right: 70px;
}

.formR b {
    display: block;
    line-height: 1;
    color: #fff;
    font-size: 24px;
    margin-bottom: 16px;
}

.webq_bottom_r {
    width: 100%;
    position: relative;
}

.webq_bottom_r .webq_bottom_r3 {
    height: auto;
}

.webq_bottom_r .webq_bottom_r3_1 {
    float: left;
    width: 100%;
    height: 28px;
    line-height: 28px;
    position: relative;
}

.webq_bottom_r .webq_bottom_ml {
    margin-top: 10px;
}

.webq_bottom_r .webq_bottom_r1 {
    height: 30px;
    margin-top: 10px;
    position: relative;
}

.webq_bottom_r .webq_bd_1 {
    width: 190px;
    height: 30px;
    background: transparent;
    line-height: 18px;
    color: #fff;
    padding: 5px 10px 5px 10px;
    box-sizing: border-box;
    display: block;
    float: right;
    border: solid 1px #fff;
}

.webq_bottom_r .webq_bd_2 {
    width: 190px;
    border: solid 1px #fff;
    height: 30px;
    line-height: 30px;
    background: transparent;
    color: #fff;
    box-sizing: border-box;
    padding: 0 10px 0 10px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: block;
    float: right;
}

.webq_bottom_r .form-tt {
    position: absolute;
    top: 30px;
    width: 80px;
    right: -100px;
}

.webq_bottom_r .webq_bd_go {
    border: 0;
    width: 80px;
    height: 30px;
    background: #fff;
    cursor: pointer;
    color: #be1c1c;
    line-height: 30px;
    font-size: 14px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 10px;
}

.webq_bottom_r .webq_bd_go2 {
    border: 0;
    width: 80px;
    height: 30px;
    background: #fff;
    cursor: pointer;
    color: #666;
    line-height: 30px;
    font-size: 14px;
    box-sizing: border-box;
    text-align: center;
}

.webq_bottom_r .webq_yan {
    margin-top: 10px;
    float: left;
    width: 100%;
}

.webq_bottom_r .webq_yan input {
    width: 107px;
    height: 30px;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 14px;
    color: #fff;
    float: left;
    border: 1px solid #fff;
    margin-left: 4px;
    background: transparent;
}

.webq_bottom_r .webq_yan .web_yanimg {
    width: 70px;
    height: 30px;
    overflow: hidden;
    float: right;
}

.webq_bottom_r .webq_yan .web_yanimg img {
    display: block;
    width: 100%;
    height: 100%;
}

.webq_bottom_r .ly_d1,
.webq_bottom_r .ly_d2,
.webq_bottom_r .ly_d3,
.webq_bottom_r .ly_d4 {
    float: left;
    color: #fff;
    font-size: 18px;
}


/*定义input的初始颜色home*/

.webq_bottom_r input::-webkit-input-placeholder {
    color: #fff;
}

.webq_bottom_r input::-moz-placeholder {
    color: #fff;
}

.webq_bottom_r input:-moz-placeholder {
    color: #fff;
}

.webq_bottom_r input:-ms-input-placeholder {
    color: #fff;
}

.webq_bottom_r textarea::-webkit-input-placeholder {
    color: #fff;
}

.webq_bottom_r textarea::-moz-placeholder {
    color: #fff;
}

.webq_bottom_r textarea:-moz-placeholder {
    color: #fff;
}

.webq_bottom_r textarea:-ms-input-placeholder {
    color: #fff;
}

/*ys-box*/
.ys-box {
    background: url("../images/ys-bg.jpg") no-repeat center;
    height: 1796px;
    box-sizing: border-box;
    padding-top: 23px;
}

.ys-box .title p {
    background: url("../images/tit-xx2.png") no-repeat center;
}

.ys {
    margin-top: 96px;
    line-height: 1;
}

.ys-text {
    line-height: 1;
    position: absolute;
    transition: all ease-out .5s;
}

.ys-text .ys-num {
    background: url("../images/ys-num.png") no-repeat center;
    width: 66px;
    height: 86px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    box-sizing: border-box;
    padding-top: 10px;
    margin-right: 27px;
}

.ys-text .ys-num span {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}

.ys-text .ys-zi {
    width: 512px;
}

.ys-text .ys-zi b {
    display: block;
    font-size: 26px;
    color: #be1c1c;
}

.ys-text .ys-zi i {
    display: block;
    font-family: ArialMT;
    font-size: 12px;
    color: #666;
    margin: 19px 0 30px;
}

.ys-text .ys-zi .ys-p {
    padding-left: 24px;
    box-sizing: border-box;
    background: url("../images/yp1.png") no-repeat 0 12px;
    font-size: 15px;
    line-height: 30px;
    color: #333333;
    font-weight: bold;
    height: 165px;
}

.ys-text .ys-zi .ys-more {
    display: block;
    background: url("../images/ys-more.png") no-repeat center;
    width: 145px;
    height: 60px;
    box-sizing: border-box;
    text-align: center;
    padding-top: 15px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-top: -20px;
    margin-left: 24px;
}


.ys1 {
    top: 0;
    left: 674px;
}

.ys1 .ys-zi {
    width: 375px;
}

.ys2 {
    top: 429px;
    left: 13px;
}

.ys2 .ys-zi {
    width: 285px;
}

.ys2 .ys-zi .ys-p {
    background: url("../images/yp2.png") no-repeat 0 12px;
    height: 165px;
}

.ys3 {
    top: 833px;
    left: 674px;
}

.ys3 .ys-zi {
    width: 433px;
}

.ys4 {
    top: 1259px;
    left: 13px;
}

.ys-tu {
    transition: all ease-out .5s;
    position: absolute;
}

.ys-tu img {
    display: block;
    width: 100%;
    height: 100%;
}

.yt1 {
    width: 543px;
    height: 274px;
    top: 0;
    left: 87px;
}

.yt2 {
    width: 580px;
    height: 350px;
    top: 371px;
    left: 539px;
}

.yt3 {
    width: 542px;
    height: 265px;
    top: 834px;
    left: 97px;
}

.yt4 {
    width: 517px;
    height: 402px;
    top: 1154px;
    right: 62px;
}


/*case*/
.case-box {
    background: url("../images/case-bg.jpg") no-repeat center;
    height: 870px;
    box-sizing: border-box;
    padding-top: 83px;
}

.case-box .title p {
    background: url("../images/tit-xx2.png") no-repeat center;
}

.case {
    margin: 45px auto 0;
    position: relative;
    width: 1200px;
}

.case li {
    float: left;
    width: 380px !important;
    margin-right: 30px;
    margin-top: 15px;
    transition: all ease-out .5s;
}

.case li:hover {
    transform: translateY(-5px);
}

.case li .case-img {
    display: block;
    width: 100%;
    height: 257px;
    overflow: hidden;
}

.case li .case-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.case li:hover .case-img img {
    transform: scale(1.1);
}

.case li .case-name {
    display: block;
    width: 100%;
    background: url("../images/khalbg.jpg") no-repeat center;
    height: 73px;
    line-height: 73px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case li:hover .case-name {
    color: #16338a;
}


.cl, .cr {
    position: absolute;
    transition: all ease-out .5s;
    top: 105px;
    width: 54px;
    height: 59px;
    cursor: pointer;
}

.cl {
    background: url("../images/jtl03.png") no-repeat center;
    left: -91px;
}

.cr {
    background: url("../images/jtr03.png") no-repeat center;
    right: -91px;
}

.cl:hover, .cr:hover {
    transform: translateY(-5px);
}


.case-small {
    background: url("../images/case-small.png") no-repeat center;
    height: 292px;
    margin-top: 20px;
}

.caseL {
    line-height: 1;
    padding: 59px 0 0 104px;
    box-sizing: border-box;
}

.caseL span {
    display: block;
    font-size: 24px;
    color: #333333;
}

.caseL b {
    display: block;
    font-size: 30px;
    color: #be1c1c;
    margin: 26px 0 21px;
}

.caseL p {
    font-size: 26px;
    color: #333333;
}

.caseR {
    width: 465px;
    padding-top: 45px;
    margin-right: 40px;
}

.webq_bottom_r-case {
    width: 318px;
    position: relative;
}

.webq_bottom_r-case .webq_bottom_d1 {
    background: url(../images/ly_d1.png) no-repeat 276px center;
}

.webq_bottom_r-case .webq_bottom_d2 {
    background: url(../images/ly_d2.png) no-repeat 276px center;
}

.webq_bottom_r-case .webq_bottom_d3 {
    background: none;
}


.webq_bottom_r-case .webq_bottom_rli1 {
    width: 42px;
    height: 4px;
    background: #000;
}

.webq_bottom_r-case .webq_bottom_rt2 {
    height: 40px;
    line-height: 20px;
    color: #999999;
    font-size: 14px;
    text-transform: uppercase;
}

.webq_bottom_r-case .webq_bottom_rt2 span {
    font-size: 20px;
}

.webq_bottom_r-case .webq_bottom_rli2 {
    width: 42px;
    height: 4px;
    background: #000;
}


.webq_bottom_r-case .webq_bottom_r1 {
    height: 40px;
    margin: 10px 0 0 0;
    padding: 4px 5px 5px 26px;
    box-sizing: border-box;
    width: 318px;
    float: left;
    border: solid 1px #bcbcbc;
}

.webq_bottom_r-case .webq_bottom_r3 {
    float: left;
}

.webq_bottom_r-case .webq_bottom_r3_1 {
    width: 318px;
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 50px 0 20px;
    box-sizing: border-box;
    border: solid 1px #bcbcbc;
}

.webq_bottom_r-case .webq_bottom_rml {
    margin-top: 10px;
}


.webq_bottom_r-case .webq_bd_1 {
    width: 100%;
    height: 100%;
    border: 0;
    background: none;
    line-height: 19px;
    color: #999999;
}

.webq_bottom_r-case .webq_bd_2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: none;
    color: #999999;
    display: block;
}

.webq_bottom_r-case .webq_yan {
    margin-top: 10px;
    float: left;
    height: 40px;
    border: solid 1px #bcbcbc;
    width: 318px;
}

.webq_bottom_r-case .webq_yan input {
    width: 200px;
    height: 40px;
    box-sizing: border-box;
    padding-left: 33px;
    font-size: 14px;
    color: #999999;
    float: left;
    background: no-repeat;
    border: none;
    margin: 0;
}

.webq_bottom_r-case .webq_yan .web_yanimg {
    width: 117px;
    height: 40px;
    overflow: hidden;
    float: left;
}

.webq_bottom_r-case .webq_yan .web_yanimg img {
    display: block;
    width: 100%;
    height: 100%;
}

.webq_bottom_r-case .form-tt {
    width: 400px;
    margin: 33px auto 0;
}

.webq_bottom_r-case .webq_bd_go {
    border: none;
    background: url("../images/cse-ff.png") no-repeat center;
    width: 126px;
    height: 126px;
    display: block;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
    text-align: center;
    line-height: 20px;
    margin: 0;
    position: absolute;
    right: -145px;
    top: 30px;
}

.webq_bottom_r-case .webq_bd_go span {
    margin-top: -25px;
    display: block;
}

/*定义input的初始颜色home*/

.webq_bottom_r-case input::-webkit-input-placeholder {
    color: #999;
}

.webq_bottom_r-case input::-moz-placeholder {
    color: #999;
}

.webq_bottom_r-case input:-moz-placeholder {
    color: #999;
}

.webq_bottom_r-case input:-ms-input-placeholder {
    color: #999;
}

.webq_bottom_r-case textarea::-webkit-input-placeholder {
    color: #999;
}

.webq_bottom_r-case textarea::-moz-placeholder {
    color: #999;
}

.webq_bottom_r-case textarea:-moz-placeholder {
    color: #999;
}

.webq_bottom_r-case textarea:-ms-input-placeholder {
    color: #999;
}


/*new-box*/
.new-box {
    padding: 70px 0 0;
    background-color: #ebebeb;
}

.new-box .title p {
    background: url("../images/tit-xx2.png") no-repeat center;
}

.new {
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    width: 1200px;
    margin: -42px auto 0;
    height: 515px;
    box-sizing: border-box;
    padding:0 0 0 17px;
}
.new .newL:first-child{
    margin-right: 33px;
}
.newL {
    margin-top: 70px;
    width: 566px;
}

.new-tit {
    width: 100%;
    height: 58px;
    line-height: 58px;
    background: #f4f4f4;
    box-sizing: border-box;
    padding: 0 30px 0 25px;
    overflow: hidden;
}
.new-tit p{
    font-size: 22px;
    color: #333333;
}
.new-tit p i{
    font-size: 14px;
    color: #666666;
    margin-left: 13px;
}
.new-tit a{
    display: block;
    background: url("../images/n-i1.png") no-repeat center;
    width: 27px;
    height: 27px;
    margin-top: 16px;
}
.new-tit a:hover{
    background: url("../images/n-i2.png") no-repeat center;
}

.newT{
    height: 149px;
    line-height: 1;
    width: 100%;
}

.newT .new-img{
    display: block;
    width: 211px;
    height: 149px;
    overflow: hidden;
}

.newT .new-img img{
    display: block;
    width: 100%;
    height: 100%;
}
.newT:hover .new-img img{
    transform: scale(1.1);
}
.newT .newTR{
    width: 302px;
    padding-top: 37px;
}
.newT .newTR a{
    display: block;
    width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}
.newT:hover .newTR a{
    transform: translateY(-3px);
    color: #16338a;
}

.newT .newTR p{
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    height: 48px;
    margin-top: 20px;
}


.new-list{
    width: 100%;
}
.new-list li:first-child{
    margin-top: 24px;
}
.new-list li{
    line-height: 24px;
    width: 100%;
    margin-top: 50px;
}

.new-list li a{
    width: 80%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #333333;
}
.new-list li:hover a{
    transform: translateX(5px);
    color: #16338a;
}
.new-list li i{
    display: block;
    font-size: 14px;
    color: #666;
}
.faq-box{
    border-top: 1px solid #d4d4d4;
    box-sizing: border-box;
    height: 312px;
}
.faq{
    width: 1200px;
    margin: 0 auto;
    height: 312px;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    box-sizing: border-box;
}

.faqL{
    width: 185px;
    line-height: 1;
    box-sizing: border-box;
    padding-top: 63px;
    text-align: center;
}

.faqL b{
    display: block;
    font-size: 18px;
    color: #be1c1c;
}
.faqL span{
    display: block;
    font-family: Arial-BoldMT;
    font-size: 56px;
    color: #16338a;
    font-weight: bold;
    margin: 5px 0 55px;
}
.faqL a{
    display: block;
    background: url("../images/faq-q.png") no-repeat center;
    width: 40px;
    height: 40px;
    margin-left: 38px;
}

.faq-list{
    width: 1012px;
    height: 312px;
}
.faq-list li{
    float: left;
    border-left: 1px solid #d4d4d4;
    box-sizing: border-box;
    width: 337px;
    height: 312px;
    padding: 50px 0 0 47px;
    line-height: 1;
}
.faq-list li .faq-name{
    display: block;
    padding-left: 52px;
    box-sizing: border-box;
    background: url("../images/q.png") no-repeat 0 center;
    height: 23px;
    line-height: 23px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    width: 234px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.faq-list li:hover .faq-name{
    color: #16338a;
    transform: translateY(-3px);
}

.faq-list li p{
    background: url("../images/a.png") no-repeat 0 0;
    padding-left: 52px;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    margin-top: 40px;
    box-sizing: border-box;
    width: 234px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.faq-list li .faq-more{
    display: block;
    text-align: center;
    margin: 46px 0 0 52px;
    font-size: 14px;
    color: #666666;
    width: 90px;
    height: 30px;
    border: solid 1px #dddddd;
    line-height: 30px;
}

.faq-list li .faq-more:hover{
    border-color: #16338a;
    background: #16338a;
    color: #fff;
}


/*link*/
.link{
    width: 100%;
    height: 146px;
    overflow: hidden;
    border-top: 1px solid #d4d4d4;
    padding-top: 39px;
    box-sizing: border-box;
}
.link .link-tit{
    border-right: 1px solid #d4d4d4;
    height: 56px;
    width: 96px;
}
.link .link-tit p{
    font-size: 14px;
    color: #666;
}
.link .link-tit h3{
    font-size: 24px;
    color: #333;
}
.link .link-ul{
    width: 91%;
    float: left;
    height: 56px;
    overflow: hidden;
}
.link .link-ul li{
    float: left;
    margin-left: 20px;
    line-height: 27px;
    font-size: 14px;
}

.link .link-ul li a{
    color: #666;
    display: block;
    transition: .6s;
}
.link .link-ul li a:hover{
    color: #16338a;
    transform: translateY(-3px);
}









































































































































































































































































