﻿/* Add here all your css styles (customizations) */
.padl75 {
    padding-left: 7.5px;
}

.padr75 {
    padding-right: 7.5px;
}

.padl0 {
    padding-left: 0;
}

.padr0 {
    padding-right: 0;
}
.margin-0-auto{
    margin:0 auto;
}


.cutpage {
    margin: 20px 0;
}

    .cutpage a.btn {
        /*border: solid 1px #0165b3;*/
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #0165b3;
        margin: 0 5px;
    }

        .cutpage a.btn img {
            margin: 7px;
        }

            .cutpage a.btn img.leftimg {
                display: block;
            }

            .cutpage a.btn img.leftimghover {
                display: none;
            }

        .cutpage a.btn:hover {
            border: solid 1px #0165b3;
            /*background-color: #0165b3;*/
            color: #feffff;
        }

            .cutpage a.btn:hover img.leftimg {
                display: none;
            }

            .cutpage a.btn:hover img.leftimghover {
                display: block;
            }

    .cutpage a.numbtn {
        border: solid 1px #0165b3;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #0165b3;
        cursor: default;
    }

        .cutpage a.numbtn:hover {
            background-color: #fff;
            border: solid 1px #0165b3;
            color: #0165b3;
            cursor: default;
        }

    .cutpage a.btn.disabled {
        pointer-events: inherit;
    }

.prohd{
    margin:35px 0;
}
.prohd .title {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #333333;
}

.prohd .span {
    width: 64px;
    height: 2px;
    background-color: #3e5da8;
    margin:0 auto;
}


/*tabs*/
.tablists{
    display:block;
    overflow:hidden;
}
    .tablists .tablist {
        width: 50%;
        float: left;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 2px;
        color: #666666;
        padding: 9px 0;
        text-align: center;
        background-color: #f4f4f4;
        /*box-shadow: 0px 0px 7px 3px rgba(91, 91, 91, 0.13);*/
        cursor: pointer;
    }
        .tablists .tablist.active {
            background-color: #ffffff;
            box-shadow: 0px 0px 7px 3px rgba(91, 91, 91, 0.13);
            position: relative
        }
.tab-content .tab-pane table{
    width:100%;
    background-color:#fff;
    border:1px solid #e5e5e5;
    text-align:center;
}
    .tab-content .tab-pane table tr td {
        border: 1px solid #e5e5e5;
        padding: 3px 0;
    }

.banner .row {
    margin: 0 -7.5px;
}
.banner .swiper-slide{
    position:relative;
}
.banner .swiper-slide >img{
    width:100%;
}
    .banner .swiper-slide .bannerpositation {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        /*display: flex;
        flex-direction: column;
        justify-content: center;*/
    }
        .banner .swiper-slide .bannerpositation .text {
            background-color: rgba(0, 0, 0, .48);
            color: #fff;
            margin: 0 auto;
            padding: 45px;
            display: none;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
        }
    .banner .swiper-slide.swiper-slide-active .bannerpositation .text {
        display: block;
    }
            .banner .swiper-slide .bannerpositation .text .title {
                font-size: 48px;
                font-weight: normal;
                font-stretch: normal;
                letter-spacing: 0px;
                color: #ffffff;
            }
    .banner .swiper-slide .bannerpositation .text .span {
        width: 195px;
        height: 3px;
        background-color: #3e5da8;
    }
            .banner .swiper-slide .bannerpositation .text .entitle {
                font-size: 18px;
                font-weight: normal;
                font-stretch: normal;
                line-height: 34px;
                letter-spacing: 0px;
                color: #ffffff;
            }
.banner .swiper-pagination-bullet {
    background-color:rgba(255, 255, 255, .66);
    opacity:1;
}
.banner .swiper-pagination-bullet-active {
    background-color: #3e5da8;
}

.slogan img {
    width: 100%;
    margin: 20px 0;
}

.prolists{
    position:relative;
}
    .prolists .prolist {
        padding:15px;
    }
        .prolists .prolist .bg {
            width: 100%;
            background-color: #ffffff;
            transition: all .3s;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -o-transition: all .3s;
        }
    .prolists .prolist.hover .bg {
        box-shadow: -1px 0px 27px 0px rgba(0, 0, 0, 0.14);
    }
    .prolists .prolist .bg .imgbg{
        width: 100%;
        background-color: #fff;
        /*padding:25px 0;*/
    }
.prolists .prolist .img {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    position: relative;
}
    .prolists .prolist .img img {
        width: 100%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
    }
        /*.prolists .prolist:hover .img img {
            transform: scale(1.3);
            -webkit-transform: scale(1.3);
            -moz-transform: scale(1.3);
            -ms-transform: scale(1.3);
            -o-transform: scale(1.3);
        }*/
.prolists .prolist .text {
    width:100%;
    background-color: #3e5da8;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #ffffff;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.prolists .navigation {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
    .prolists .navigation .swiper-button-prev {
        background-image:url(../images/prev.png);
        left:-40px;
    }
    .prolists .navigation .swiper-button-next {
        background-image:url(../images/next.png);
        right:-40px;
    }
/*
    proindex
*/
.proindex{
    padding-top:30px;
}
.proindex.prolists .prolist {
    margin-bottom: 15px;
}
.proindex.prolists .prolist:hover .bg {
    box-shadow: -1px 0px 27px 0px rgba(0, 0, 0, 0.14);
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
}
footer {
    width: 100%;
    overflow: hidden;
    display: block;
}
    footer .footerform{
        position:relative;
    }
    footer .footerform .bg img {
        width: 100%;
    }
        footer .footerform .text {
            position:absolute;
            top:0;
            bottom:0;
            right:0;
            left:0;
        }
            footer .footerform .text .container {
                height:100%;
            }
                footer .footerform .text .container .prohd .title{
                    color:#fff;
                }
            footer .footerform .text form .forminput {
                overflow:hidden;
            }
                footer .footerform .text form label {
                    font-size: 16px;
                    font-weight: normal;
                    font-stretch: normal;
                    height: 28px;
                    line-height:22px;
                    letter-spacing: 0px;
                    color: #ffffff;
                    margin: 0 5px 0 0;
                    padding: 1px 0;
                    border: 2px solid transparent;
                    box-sizing:border-box;
                    float:left;
                    text-align:right;
                    width:70px;
                }
            footer .footerform .text form input {
                float: left;
                margin-right: 5px;
                width: calc(100% - 80px);
                height: 28px;
                line-height: 22px;
            }
            footer .footerform .text form textarea {
                float: left;
                margin-right: 5px;
                width: calc(100% - 80px);
                line-height: 27px;
                height:61px;
            }
                footer .footerform .text form textarea {
                    resize:none;
                }
                footer .footerform .text form .forminput .submit, footer .footerform .text form .forminput .formqq {
                    background-color: #3e5da8;
                    font-size: 16px;
                    font-weight: normal;
                    font-stretch: normal;
                    height: 28px;
                    line-height: 28px;
                    letter-spacing: 0px;
                    color: #ffffff;
                    border: 0;
                    display: block;
                    float: left;
                    padding: 0 24px;
                }
                footer .footerform .text form .forminput .submit{
                    margin-right:15px;
                }
.copyrights{
    background-color:#eee;
    padding:40px 0;
}
.copyrights a {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #333333;
}
.copyrights .copyright{
    margin-bottom:20px;
}
.frindlink a{
    padding:0 10px;
    border-right:1px solid;
}
.frindlink a:nth-last-child(1){
    border-right:0;
}
/*
    smbanner
*/
.smbanner{
    position:relative;
    margin-bottom:30px;
}
    .smbanner .text {
        position: absolute;
        left: 0;
        right: 0;
        top: calc(50% + 75px);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        text-align: center;
        font-size: 36px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 0px;
        color: #ffffff;
    }
/***********************/
.newlist .title {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #333333;
    float: left;
    width: 80%;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.newlist .span {
    width: 8px;
    height: 8px;
    margin: 13px;
    background-color: #3e5da8;
    border-radius: 50%;
    float: left;
}
.newlist .time {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #333333;
    float:right;
}
.newsdetail .newstitle {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 49px;
    letter-spacing: 3px;
    color: #333333;
}
.newsdetail .newsinfo {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #333333;
}
.page a.btn{
    border:0;
    width:50%;
    float:left;
    margin: 5px 0;
    text-align:left;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    font-size:13px;
    outline:none;
}
    .page a.btn.next {
        text-align: right;
    }
    .page a.btn:hover {
        background-color:transparent!important;
        color:#333!important;
    }
   
.page a.btn.disabled {
    opacity:0;
}
    .page a.btn:hover, .page a.btn:active, .page a.btn:visited, .page a.btn:link, .page a.btn:focus {
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-tap-highlight-color: transparent;
        outline: none !important;
        background: none !important;
        text-decoration: none !important;
        box-shadow: none !important;
    }

.contactbdlist {
    display: flex;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom:10px;
}
.contactbdlist img{
    width:26px;
    height:26px;
    margin:4px 0;
}
.contactbdlist .span{
    width:50px;
    margin:0 15px;
}
.contactbdlist a{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #333333;
    padding-right:7.5px;
    margin-right:7.5px;
}
/*
    side
*/
.side {
    position: fixed;
    right: 30px;
    bottom: 60px;
    z-index: 1001;
    display:none;
}
    .side ul li a {
        background-color: #3e5da8;
        display: block;
        box-shadow: -1px 0px 27px 0px rgba(0, 0, 0, 0.14);
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 0px;
        color: #ffffff;
        margin-bottom: 5px;
        padding: 6px 12px;
    }
.header-fixed-shrink .side{
    display:block;
}
/**

*/
@media (max-width:1680px) {
    .prohd {
        margin: 25px 0;
    }
}
@media (max-width:1600px) {
    .prohd {
        margin: 20px 0;
    }
}
@media (max-width:1440px) {
    .prohd {
        margin: 20px 0 15px;
    }
}
@media (max-width:1366px) {
    .prohd {
        margin: 20px 0 10px;
    }
}
@media (max-width:1280px) {
    .prohd {
        margin: 15px 0 10px;
    }
}
@media (max-width:1169px){
    .prolists{
        margin:0 15px;
    }
    .prohd {
        margin: 10px 0 5px;
    }
        .prohd .title {
            font-size: 16px;
            line-height: 26px;
        }
    .smbanner .text{
        top:calc(50% + 25px);
    }
    footer .footerform .text form .col-md-4{
        padding:0 5px;
    }
    footer .footerform .text form label, footer .footerform .text form .span, footer .footerform .text form input {
        font-size: 14px;
        height: 22px;
        line-height: 16px;
    }
    footer .footerform .text form textarea {
        font-size: 14px;
        height:49px;
        line-height: 20px;
    }
}