.slideBox {
    overflow: hidden;
    position: relative;
}

.slideBox .container {
    position: relative;
}

.slideBox img {
    width: 100%;
}

.slideBox .hd {
    width: 15px;
    overflow: hidden;
    position: absolute;
    left: 0;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    width: 15px;
    height: 15px;
    margin-bottom: 15px;
    line-height: 30px;
    text-align: center;
    background: transparent;
    cursor: pointer;
    border-radius: 100%;
    box-sizing: border-box;
    border: 2px solid #FFFFFF;
}

.slideBox .hd ul li.on {
    background: #fff;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    z-index: 0;
}

.slideBox .bd img {
    width: 100%;
    vertical-align: bottom;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -20px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

.dynamic {
    padding-bottom: 20px;
}

.title {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #e5e5e5;
    padding-top: 30px;
    margin-bottom: 15px;
}

.title-fl {
    float: left;
    margin-right: 25px;
}

.title-fl img {
    vertical-align: top;
}

.title-fl h2 {
    display: inline-block;
    font-size: 20px;
    color: #1f317b;
    font-weight: bold;
    margin-left: 4px;
}

.title-fl span {
    font-size: 18px;
    color: #a4a8c1;
}

.title-wire {
    position: absolute;
    bottom: -2px;
    left: 0;
    display: block;
    width: 130px;
    height: 2px;
    background-color: #19479e;
}

.title-more {
    position: absolute;
    bottom: 6px;
    right: 0;
    font-size: 14px;
    color: #19479e;
}

.little-title {
    font-size: 18px;
    color: #1d367f;
    font-weight: bold;
    padding: 20px 0;
    overflow: hidden;
}

.little-title a {
    color: #1d367f;
}

.little-title-null {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.little-title i {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #1f317b;
    vertical-align: middle;
    margin-right: 4px;
}

.little-title span {
    vertical-align: middle;
}

.journalism-list {
    padding-top: 6px;
    padding-left: 20px;
}

.journalism-list li {
    margin-bottom: 16px;
}

.journalism-list li:last-child {
    margin-bottom: 0;
}

.journalism-list a {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
}

.journalism-list span {
    float: left;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.data {
    float: right;
    color: #999999;
}

.journalism-image {
    padding-left: 30px;
}

.journalism-list a:hover {
    color: #1d367f;
}

.product-center {
    padding-bottom: 30px;
    background-color: #f5f5f7;
}

.product-content {
    margin-bottom: 20px;
}

.product {
    margin-top: 25px;
}

.product-fl {
    padding-right: 15px;
}

.product-fr {
    height: 210px;
    background-color: #FFFFFF;
}

.product-fl-content {
    height: 210px;
    background-color: #1f317b;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}

.product-fl-content span {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.journalism-pic img {
    width: 100%;
}

.little-title-more {
    font-size: 14px;
    color: #19479e;
    font-weight: normal;
}

.journalism-img a {
    display: block;
    position: relative;
}

.journalism-img-shade {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 36px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    background-color: rgba(0, 57, 144, .5);
}

.product-class {
    margin-top: 20px;
}

.dynamo-class {
    background-color: #FFFFFF;
    width: 100%;
    height: 210px;
    box-shadow: 0 0 4px #e2e2e2;
}

.dynamo-class ul {
    overflow: hidden;
}

.dynamo-class li {
    width: 20%;
    float: left;
    text-align: center;
}

.dynamo-class li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.dynamo-class li:hover a {
    color: #384888;
}

.dynamo-pic {
    width: 130px;
    height: 130px;
    border-radius: 100%;
    box-shadow: 0 0 6px #b8b8b8;
    margin: 20px auto 15px auto;
    box-sizing: border-box;
    padding: 4px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.dynamo-class li:hover .dynamo-pic {
    opacity: .9;
    filter: alpha(opacity=90);
    background-color: #384888;
}

.dynamo-pic img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.pic-icon {
    height: 22px;
    display: inline-block;
    vertical-align: top;
}

.pic-icon1 {
    width: 22px;
    background-image: url("../images/pic-icon1.png");
}

.pic-icon2 {
    width: 29px;
    background-image: url("../images/pic-icon2.png");
}

.pic-icon3 {
    width: 32px;
    background-image: url("../images/pic-icon3.png");
}

.pic-icon4 {
    width: 26px;
    background-image: url("../images/pic-icon4.png");
}

.pic-icon5 {
    width: 22px;
    background-image: url("../images/pic-icon5.png");
}

.pic-span {
    display: inline-block;
    vertical-align: top;
}

.dynamo-class li:hover .pic-icon1 {
    background-image: url("../images/pic-icon11.png");
}

.dynamo-class li:hover .pic-icon2 {
    background-image: url("../images/pic-icon22.png");
}

.dynamo-class li:hover .pic-icon3 {
    background-image: url("../images/pic-icon33.png");
}

.dynamo-class li:hover .pic-icon4 {
    background-image: url("../images/pic-icon44.png");
}

.dynamo-class li:hover .pic-icon5 {
    background-image: url("../images/pic-icon55.png");
}

.ynamo-class-list {
    width: 32%;
    height: 100%;
    background-color: #f3f5ff;
    float: left;
    margin-right: 2%;
    overflow: hidden;
}
.ynamo-class-img>img{
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.ynamo-class-list:hover .ynamo-class-img>img{
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -o-transform:scale(1.05);
}

.ynamo-class-list:last-child {
    margin-right: 0;
}

.ynamo-class-img {
    height: 150px;
    overflow: hidden;
}

.ynamo-class-img img {
    width: 100%;
}

.ynamo-class-font {
    text-align: center;
    font-size: 18px;
    color: #003990;
    padding-top: 16px;
}

.ynamo-class-font img {
    vertical-align: top;
}

.body-bottom {
    padding: 45px 0 40px 0;
}

.about-us {
    box-shadow: 0 0 4px #e2e2e2;
    overflow: hidden;
    padding: 10px 15px;
    height: 222px;
}

.about-us-img {
    width: 48%;
}

.about-us-img img {
    width: 100%;
}

.about-us-font {
    width: 52%;
    padding: 10px 0 0 20px;
    font-size: 14px;
    line-height: 24px;
    color: #1e1e1e;
}

.about-us-font a {
    color: #19479e;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.about-us-font a:hover {
    opacity: .9;
    filter: alpha(opacity=90);
}

.marketing-list {
    padding: 0 30px;
}

.marketing-list a {
    display: block;
    width: 100%;
    height: 65px;
    box-shadow: 0 0 4px #e2e2e2;
    margin-bottom: 14px;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.marketing-list a:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

.blue-block {
    width: 28%;
    height: 65px;
    text-align: center;
    background-color: #003990;
    padding-top: 15px;
}

.blue-block img {
    height: 35px;
    vertical-align: middle;
}

.blue-font {
    width: 72%;
    line-height: 65px;
    font-size: 20px;
    color: #19479e;
    text-align: center;
    font-weight: bold;
}

.enterprise-bulletin {
    box-shadow: 0 0 4px #e2e2e2;
    overflow: hidden;
    width: 100%;
    height: 222px;
    padding-top: 20px;
}

.enterprise-bulletin a {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #333333;
    margin-bottom: 10px;
    font-weight: bold;
    padding: 0 10px 0 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.enterprise-bulletin a:hover {
    color: #19479e;
}

.image-list {
    display: none;
    position: absolute;
    top: 55px;
    left: 30px;
    width: 160px;
    background-color: #f7f7f7;
}

.journalism-image img {
    width: 100%;
}

.image-list a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #1e1e1e;
    box-sizing: border-box;
    padding-left: 10px;
}

.image-list a:hover {
    font-size: 14px;
    color: #ffffff;
    background-color: #003990;
}

.image-list a.on {
    font-size: 14px;
    color: #ffffff;
    background-color: #003990;
}

.focus {
    display: none;
    position: relative;
    overflow: hidden;
}

.focus img {
    width: 100%
}

.focus .hd {
    width: 100%;
    height: 11px;
    position: absolute;
    z-index: 1;
    bottom: 5px;
    text-align: center;
}

.focus .hd ul {
    display: inline-block;
    padding: 3px 5px;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 0;
    vertical-align: top;
}

.focus .hd ul li {
    display: inline-block;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #8C8C8C;
    margin: 0 5px;
    vertical-align: top;
    overflow: hidden;
}

.focus .hd ul .on {
    background: #1d367f;
}
@media screen and (max-width: 990px){
    .product-class-title {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .journalism-list {
        padding: 0 0 0 10px;
    }

    .journalism-img {
        margin-bottom: 20px;
    }

    .dynamo-class {
        height: auto;
    }
    .dynamo-class li:last-child {
        padding-bottom: 20px;
    }

    .dynamo-class li a {
        height: auto;
    }

    .ynamo-class-list {
        width: 100%;
        height: auto;
        margin-right: 0;
        padding-bottom: 10px;
    }

    .journalism-image {
        padding-left: 0;
    }

    .enterprise-bulletin {
        text-align: center;
    }

    .enterprise-bulletin {
        height: auto;
        padding: 20px 0;
    }

    .marketing-list {
        padding: 0;
    }

    .about-us {
        height: auto;
    }

    .ynamo-class-img {
        height: auto;
    }

    .about-us-img {
        width: 100%;
    }

    .about-us-font {
        width: 100%;
    }
    .inform-title img {
        margin-top: 8px!important;
    }
    .inform-container {
        margin-top: 0!important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .about-us-font {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
    }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .inform-title img {
        margin-top: 8px!important;
    }
    .inform-container {
        margin-top: -36px!important;
    }
    .focus .hd{
        display: none;
    }
}
@media screen and (max-width: 1200px){
    .slideBox {
        display: none;
    }
    .focus {
        display: block;
    }

}