* {
    margin: 0;
    padding: 0;
}

i,
em {
    font-style: normal;
}

img {
    transition: all ease-in-out 0.3s;
}

ol,
ul {
    list-style-type: none;
    list-style-image: none
}
.subnav3 {
    position: relative;
}

.subnav3>ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1001;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 13px;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #cbcbcb;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}
.subnav3:hover ul {
    display: block;
}
.subnav3>ul>li>a {
    padding: 10px 20px;
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.53846154;
    color: #353535;
    white-space: nowrap;
}
.subnav3>ul>li>a:hover, .subnav3>ul>li>a:focus {
    background-color: #405f9b;
    color: #fff;
}
a,
a:hover {
    text-decoration: none;
    outline: 0;
    color: #666;
}

a:focus {
    outline: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;/ clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

a:active {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

a:focus {
    outline: dotted 0px;

}

.f-right {
    float: right;
}

.f-left {
    float: left;
}
body {
    font-size: 14px;
    color: #666;
    margin: 0;
    padding: 0;
    line-height: 24px;
}

.text-center {
    text-align: center;
}

.navbar {
    margin-bottom: 0px;
    background-color: #fff;
}

.navbar-nav {
    float: right;
}

.navbar-nav a {
    line-height: 46px;
}

nav .navbar-collapse,
nav .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.navbar-nav>li>a {
    padding-top: 33px;
    padding-bottom: 33px;
    font-size: 16px;
    color: #333;
    padding-left: 25px;
    padding-right: 25px;
}
.navbar-nav1>li>a {
    padding-left: 20px;
    padding-right: 20px;
}

.navbar-nav>li.active>a,
.navbar-nav>li>a:hover {
    color: #273c59;
    border-bottom: solid #273c59 2px;
}
/*
.navbar-nav>li:last-child.active>a,
.navbar-nav>li:last-child>a:hover {
    border-bottom: solid #273c59 0px;
}*/

.navbar-nav>li.disabled {
    pointer-events: none;
}

.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background: none;
}

.dropdown-menu>li>a {
    padding: 10px 20px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: #405f9b;
}

.language {
    margin-top: 2.5%;
    font-size: 16px;
    margin-left: 5%;
}

.language img {
    margin-right: 10px;
}

.series,
.sy-about,
.sy-product,
.you, .case, .hezuo {
    margin-top: 50px;
}

.ser-img {
    position: relative;
    overflow: hidden;
}

.ser-img img {
    transition: all 0.3s;
}

.ser-img:hover img {
    transform: scale(1.4, 1.4);
}

.ser-text {
    border-bottom: 5px solid #e3e3e3;
    transition: all ease-in-out 0.5s;
    padding-bottom: 10px;
}

.ser-text:hover {
    border-bottom: 5px solid #51a4d7;
}

.ser-text h2 {
    color: #333;
    transition: all ease-in-out 0.5s;
    font-weight: normal;
}

.ser-text h2 i {
    padding-left: 20px;
    font-size: 18px;
}

.ser-text p {
    overflow: hidden;
    height: 96px;
    line-height: 24px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /*想省略几行就写几*/
    -webkit-box-orient: vertical;
}

.ser-text:hover h2 {
    color: #0273c9;
}

.icon_bg {
    margin-top: 50px;
}

.sit {
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}

.sit h2 {
    font-size: 24px;
    color: #0273c9;
    padding-bottom: 15px;
    position: relative;
}

.sit h2 span {
    color: #666;
}

.sit h2:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -11px;
    content: "";
    width: 50px;
    height: 3px;
    background: #0273c9;
}

.abtit {
    font-size: 22px;
    font-weight: normal;
}

.icon16 {
    width: 25%;
    float: left;
}

.icon0 {
    padding: 20px 0;
}

.icon01 {
    padding: 20px 0;
}

.ainfo {
    margin-top: 30px;
    margin-bottom: 30px;
}

.about_icon {
    width: 100%;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.about_icon .icon1 {
    transition: all ease-in-out 0.3s;
}

.about_icon:hover .icon1 {
    opacity: 0;
}

.about_icon .icon2 {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    transition: all ease-in-out 0.3s;
}

.about_icon:hover .icon2 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.text-indent {
    text-indent: 2rem;
}
.amore {
    margin-top: 40px;
    color: #333333;
    font-size: 14px;
    font-weight: bold
}

.amore a {
    border: 1px solid #d2d2d2;
    color: #333333;
    padding: 10px 15px;
    border-radius: 20px;
}

.you p {
    overflow: hidden;
    line-height: 24px;
    height: 96px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 20%;
}

.product {
    background: url(../images/pbg.jpg) no-repeat center top;
    color: #fff;
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 50px;
    overflow: hidden;
}

.ptit h2,
.ptit h2 span {
    color: #fff;
}

.ptit h2:after {
    background: #fff;
}

.show-item {
    width: 100%;
}
.card-heading{
    line-height: 44px;
}
.pagination {
    color: #666;
    clear: both;
    margin-top: 1em;
    display: block;
    margin: auto;
    margin-top: 30px;
}

.pagination li {
    display: inline-block;
}

.pagination a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: -1px;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    color: #3280fc;
    border: 1px solid #ddd;
    background: #fff;
    text-decoration: none;
    overflow: hidden;
}

.pagination li>span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: -1px;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    color: #3280fc;
    border: 1px solid #ddd;
    background: #fff;
    text-decoration: none;
    overflow: hidden;
}

.pagination li.active>span {
    color: #ffffff;
    background: #3280fc;
}

.pagination .prev::before {
    font-family: "FontAwesome";
    display: inline-block;
    content: "\f104";
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.pagination .next::after {
    font-family: "FontAwesome";
    display: inline-block;
    content: "\f105";
    width: 10px;
    height: 10px;
    margin-left: 5px;
}

.pagination a:not(.goto):hover {
    background-color: #eee;
    color: #ec6c00;
}

.pagination a.cur,
.pagination a.cur:hover {
    background-color: #507e3f;
    color: #fff;
    border-color: #3280fc;
    margin-right: 1px
}

.pagination a.disabled {
    background-color: #e6e6e6 !important;
    color: #bbb !important;
    cursor: no-drop
}

.pagination .prev {
    border-radius: 5px 0 0 5px;
}

.pagination .next {
    border-radius: 0 5px 5px 0;
}

.show-item ul {
    margin-left: -2px;
    margin-right: -2px;
    padding-left: 0px;
}

.show-item ul li {
    float: left;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    padding: 0px 10px;
}

.item_warp {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.item-box img {
    border: 1px solid #ddd;
}

.show-item ul li img {
    max-width: 100%;
    height: auto;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.show-item li:hover img,
.leader-list1:hover img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -o-opacity: 0;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.mask_warp {
    display: table;
    width: 100%;
    height: 100%;
}

.mask-cont {
    display: table-cell;
    vertical-align: middle;
}

.mask:before,
.mask:after {
    content: '';
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    -webkit-transition: opacity .35s ease-in-out, -webkit-transform .35s ease-in-out;
    transition: opacity .35s ease-in-out, transform .35s ease-in-out;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;

}

.mask:before {
    border-top: 3px solid rgba(255, 255, 255, 0.5);
    border-bottom: 3px solid rgba(255, 255, 255, 0.5);
    -webkit-transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0, 1, 1);
    -o-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
}

.mask:after {
    border-left: 3px solid rgba(255, 255, 255, 0.5);
    border-right: 3px solid rgba(255, 255, 255, 0.5);
    -webkit-transform: scale3d(1, 0, 1);
    -ms-transform: scale3d(1, 0, 1);
    -o-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
}

.mask:hover:before,
.mask:hover:after {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.mask-cont h1,
.mask-cont p,
.mask-cont span {
    color: white;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -o-opacity: 0;
    transition: .35s;
}

.mask-cont h1 {
    font-size: 20px;
    font-weight: normal;
    max-width: 70%;
    margin: 0 auto;
}

.mask-cont span {
    display: block;
    font-size: 12px;
    width: 102px;
    height: 34px;
    line-height: 34px;
    margin: -3% auto 0;
    color: white;
    background: #ff6253;
}

.item-box:hover>.mask {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    -o-opacity: 100;
    background-color: rgba(9, 122, 218, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7e5d1e, endColorstr=#7e5d1e), alpha(opacity=0);
}

.item-box:hover>.mask p,
.item-box:hover>.mask h1,
.item-box:hover>.mask span {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    -o-opacity: 100;
    /* -webkit-transform: translate3d(0,0px,0);
    transform: translate3d(0,0px,0); */
}

.item-box:hover>.mask span {
    margin: 3% auto 0;
}

.item-content {
    padding-right: 5%;
}

.blocks>li,
[class*="blocks-"]>li {
    position: relative;
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.show-item ul li h2 {
    font-weight: normal;
}

.show-item ul li h2 a {
    color: #333;
}
.case-tit {
    margin-bottom: 10%;
}
.case-tit h2 {
    position: relative;
    font-size: 30px;
    color: #333;
    font-weight: normal;
}
.case-tit h2 span {
    font-size: 16px;
    color: #888888;
}
.case-tit h2:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    left: 0;
    bottom: -20px;
    background-color: #cd0c26;
}
.case p {
    color: #333;
    padding-right: 15%;
    margin-bottom: 9%;
}
.hezuo {
    background-color: #f3f3f3;
    padding-top: 4%;
    padding-bottom: 4%;
}
.w20 {
    width: 20%;
    float: left;
}
.w20 img {
    border-radius: 10px;
    margin-bottom: 8px;
}
footer {
    background-color: #1c65a4;
    color: #ddd;
    padding-top: 5%;
}
footer a {
    color: #ddd;
}
footer dt {
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 12%;
}
footer dt:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    left: 0;
    bottom: -8px;
    background-color: #47c9ff;
}
footer dd {
    line-height: 30px;
}
footer a:hover {
    color: #ddd;
}
.yu {
    margin-top: 10%;
}
.bottom {
    background-color: #255599;
    color: #bbb;
    padding-top: 1%;
    padding-bottom: 1%;
}
.sit {
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}
.sit h2 {
    font-size: 30px;
    color: #333;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 0;
}
.sit img {
    border: 1px solid #ddd;
}
.sit h2 span {
    color: #666;
}
.sit h2:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    content: "";
    width: 50px;
    height: 3px;
    background: #cb0d27;
}
.ny-about {
    margin-top: 4%;
    margin-bottom: 4%;
}
.pager-loose {
    display: inline-block;
}
.nav_pro_t {
    padding: 15px 20px;
    background: #00a5f5;
    color: #fff;
    text-align: left;
}
#openclos {
    display: block;
    line-height: 40px;
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    background-color: #007bff;
}
.pro-list .row>div {}
a.pro {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #ddd;
}
a.pro img {
    transition: all ease-in-out .3s;
}
a.pro:hover img {
    transform: scale(1.2, 1.2);
}
span.bg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
}
a.pro:hover span.bg {
    opacity: 1;
}
.pro-list span.icon {
    position: absolute;
    top: -100%;
    left: 50%;
    display: block;
    transition: .3s;
    transform: translate(-50%, 0);
}
a.pro:hover span.icon {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pro-text {
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 36px;
}

.ny-tit h1 {
    color: #333;
}
.ny_info {
    margin-bottom: 50px;
    line-height: 27px;
}
.text-indent {
    text-indent: 2em;
}
.ny-content {
    min-height: 300px;
    margin-bottom: 50px;
}
.ny-content p {
    line-height: 28px;
    color: #666;
}
.ny-images a {
    margin-bottom: 20px;
    display: block;
}
.media-news {
    padding: 20px 15px;
    min-height: 220px;
    border-radius: 6px;
    box-shadow: #ddd 5px 5px 30px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}
.media-news h3 {
    color: #333;
}
.media-news h3 i {
    padding-right: 10px;
}
.media-news h6 {
    line-height: 24px;
    color: #666;
    margin: 20px 0;
    max-height: 72px;
    white-space: normal;
	overflow:hidden; 
	
	text-overflow:ellipsis;
	
	display:-webkit-box; 
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:3; 
}
.media-news a {
    display: inline-block;
    color: #fff;
    background: #ca0325;
    border-radius: 6px;
    padding: 5px 15px;
}
.media-news:hover {
    transform: translateY(-10px)
}
.shownews-t {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.shownews-t h3 {
    font-size: 22px;
}
#map {
    width: 100%;
    height: 400px;
}
@media (max-width:767px) {
    .pro-list{
        margin-top: 30px;
      }
    }
















































































@media screen and (max-width: 767px) {

    .container-fluid>.navbar-collapse {
        width: 100%;
    }
    .you .col-md-4 {
        margin-top: 10px;
    }
    .nav .container-fluid {
        position: initial;
    }
    .navbar-nav {
        border-bottom: solid #ccc 1px;
    }
    .dropdown-menu {
        min-width: 100%;
    }
    .dropdown-menu li {
        border-bottom: solid #ccc 1px;
    }
    .icon16 {
        width: 50%;
    }
    .logo-img {
        margin-left: 10px;
    }

    .navbar-header {
        padding-top: 10px;
        padding-bottom: 10px;
    }


    .navbar-collapse {
        float: left;
    }


    .navbar-brand {
        float: none;
        overflow: hidden;

    }

    .navbar-nav>li>a {

        padding-top: 7px;
        padding-bottom: 7px;
    }

    .navbar-brand img {
        height: 55px;
        width: auto;
        float: left;
        padding: 7px;
    }

    .navbar-toggle {
        margin-top: 10px;
        background: #1c65a4;
    }

    .navbar-toggle span {
        background-color: #fff;
    }

    .nav-tabs {
        margin-top: 30px;
    }

    .nav-tabs>li>a {
        font-size: 12px;
        padding: 10px 0;
    }

    .navbar-nav {
        width: 100%;
        float: left;
    }

    .ainfo,
    .aimg {
        padding: 1%;
    }
    .product {
        background-size: 100% 100%;
    }
    .w20 {
        width: 33.33%;
    }

}