.insidepagebanner {
    width: 100%;
    height: 446.02px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

@media (max-width: 565px) {
    .insidepagebanner {
        height: 184.02px;
    }
}

.insidepagebanner img {
    width: 100%;
}

.insidepagearea {
    padding: 20px 0 70px 0;
    position: relative;
}

.grayarea {
    background: #f2f5f8;
}

.positon {
    font-size: 14px;
    color: #666666;
}

.positon a {
    color: #666666;
}

/* contactus */
#map {
    height: 400px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.contactusbox {
    background: #f2f5f8;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 40px 70px;
}

.contactusbox img {
    vertical-align: top;
    margin-right: 15px;
}

.contactbox {
    display: inline-block;
    width: 75%;
}

.contacthead {
    font-size: 18px;
    color: #333;
    margin-top: 25px;
    margin-bottom: 20px;
}

.zxgtbtn {
    width: 118px;
    height: 40px;
    background: #d9d9d9;
    color: #333;
    font-size: 16px;
    border-radius: 5px;
    border: none;
}

@media (max-width: 1200px) {
    .contactbox {
        width: 67%;
    }
}

@media (max-width: 565px) {
    .contactusbox {
        padding: 15px 12px;
    }
}

/* contactus */

/* aboutus */
.aboutusbox {
    padding: 70px 0;
    background: #f2f5f8;
    margin-top: 20px;
}

.aboutushead {
    text-align: center;
    font-size: 30px;
    color: #000;
    margin-bottom: 40px;
}

.aboutusbody div {
    margin-bottom: 20px;
    color: #333;
    font-size: 14px;
    line-height: 30px;
}

.aboutusbody div p {
    margin-bottom: 0;
}

.aboutusimg {
    padding: 10px;
    -moz-box-shadow: 0px 0px 10px #e6e6e6;
    -webkit-box-shadow: 0px 0px 10px #e6e6e6;
    box-shadow: 0px 0px 10px #e6e6e6;
    background: #fff;
    margin-top: 0px;
}

.aboutusimg img {
    width: 100%;
}

.culturebox {
    padding: 60px 0 30px 0;
    background: #ffffff;
}

.cultureinbox img {
    width: 100%;
}

.cultureinbox {
    text-align: center;
}

.cultureinbox h3 {
    margin-top: 40px;
}

/* aboutus */

/* product */

.productclass {
    background: #fff;
    padding: 15px 20px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin-top: 25px;
}

.productclass div {
    display: inline-block;
    padding: 0 20px;
    font-size: 18px;
    color: #333;
}

.productclass div a {
    color: inherit;
}

.productclass div.on {
    font-weight: bold;
    color: #0526b2;
}

.productinsidebox {
    margin-top: 40px;
}

.productinsidebox ul.productlist {
    padding-left: 0;
    list-style: none;
}

.productinsidebox ul.productlist li {
    margin-bottom: 30px;
    width: 23%;
    margin-right: 2.3%;
    display: inline-block;
}

.productinsidebox ul.productlist li:nth-child(4n) {
    margin-right: 0;
}

.productinsidebox ul.productlist li .imgs {
    width: 100%;
    height: 198px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: all .3s;
}

.productinsidebox ul.productlist li p {
    font-size: 14px;
    color: #333;
    text-align: center;
    margin-top: 20px;
}

.productinsidebox ul.productlist li:hover .imgs {
    -moz-box-shadow: 0px 0px 10px #ddd;
    -webkit-box-shadow: 0px 0px 10px #ddd;
    box-shadow: 0px 0px 10px #ddd;
}

.productinsidebox ul.productlist a {
    text-decoration: none
}

.pager li > a, .pager li > span {
    border-radius: 0;
    color: #333;
}

.pager li.active > a {
    background-color: #0526b2;
    color: #fff;
}

.pager li.thisclass a {
    background-color: #0526b2;
    color: #fff;
}

@media (max-width: 1200px) {
    .productinsidebox ul.productlist li {
        width: 23%;
        margin-right: 2.2%;
    }
}

@media (max-width: 992px) {
    .productinsidebox ul.productlist li {
        width: 31%;
        margin-right: 2.9%
    }

    .productinsidebox ul.productlist li:nth-child(3n) {
        margin-right: 0;
    }

    .productinsidebox ul.productlist li:nth-child(4n) {
        margin-right: 2.9%
    }
}

@media (max-width: 735px) {
    .productinsidebox ul.productlist li {
        width: 100%;
        margin-right: 0 !important;
    }
}

/* product */

/* news */
.newsinsidebox {
    margin-top: 40px;
}

.newslist {
    padding-left: 0px;
    list-style: none;
}

.newslist li {
    background: #fafafa;
    border: 1px solid #e6e6e6;
    height: 157px;
    margin-bottom: 10px;
    transition: all .3s;
}

.newslist li:hover {
    -moz-box-shadow: 0px 0px 10px #ddd;
    -webkit-box-shadow: 0px 0px 10px #ddd;
    box-shadow: 0px 0px 10px #ddd;
}

.newslist li a {
    display: block;
}

.newsimgs {
    height: 155px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 20%;
    float: left;
}

.newsbody {
    padding: 20px;
    width: 79%;
    display: inline-block;
}

.newsbody_head {
    font-size: 18px;
    color: #333;
    overflow: hidden;
    height: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newsbody_time {
    font-size: 14px;
    color: #0526b2;
    margin: 5px 0 10px 0;
}

.newsbody_content {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (max-width: 595px) {
    .newslist li {
        height: auto;
    }

    .newsimgs {
        width: 100%;
        float: none;
    }

    .newsbody {
        width: 100%;
        float: none;
    }
}

/* news */

/* newsdetail */
.newsdetailcontent {
    margin-top: 80px;
}

.newsdetail_head {
    text-align: center;
    font-size: 24px;
    color: #333;
}

.newsdetail_time {
    font-size: 14px;
    color: #0526b3;
    text-align: center;
    margin: 10px auto 25px auto;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 40px;
    width: 80%;
}

.zw div {
    font-size: 14px;
    color: #333333;
    line-height: 25px;
    margin-bottom: 10px;
}

.sharebox {
    width: 100%;
    background: #eef4fd;
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 75px;
}

.gonewslist a {
    font-size: 16px;
    color: #333;
    float: left;
}

.sharebox ul {
    float: right;
    list-style: none;
    padding-left: 0;
}

@font-face {
    font-family: "socialshare";
    src: url("../fonts/iconfont.eot");
    src: url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg#iconfont") format("svg")
}

.social-share {
    font-family: "socialshare" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale
}

.social-share * {
    font-family: "socialshare" !important
}

.social-share .icon-tencent:before {
    content: "\f07a"
}

.social-share .icon-qq:before {
    content: "\f11a"
}

.social-share .icon-weibo:before {
    content: "\f12a"
}

.social-share .icon-wechat:before {
    content: "\f09a"
}

.social-share .icon-douban:before {
    content: "\f10a"
}

.social-share .icon-heart:before {
    content: "\f20a"
}

.social-share .icon-like:before {
    content: "\f00a"
}

.social-share .icon-qzone:before {
    content: "\f08a"
}

.social-share .icon-linkedin:before {
    content: "\f01a"
}

.social-share .icon-diandian:before {
    content: "\f05a"
}

.social-share .icon-facebook:before {
    content: "\f03a"
}

.social-share .icon-google:before {
    content: "\f04a"
}

.social-share .icon-twitter:before {
    content: "\f06a"
}

.social-share a {
    position: relative;
    text-decoration: none;
    margin: 4px;
    display: inline-block;
    outline: none
}

.social-share .social-share-icon {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 20px;
    border-radius: 50%;
    line-height: 32px;
    border: 1px solid #666;
    color: #666;
    text-align: center;
    vertical-align: middle;
    transition: background 0.6s ease-out 0s
}

.social-share .social-share-icon:hover {
    background: #666;
    color: #fff
}

.social-share .icon-weibo {
    color: #ff763b;
    border-color: #ff763b
}

.social-share .icon-weibo:hover {
    background: #ff763b
}

.social-share .icon-tencent {
    color: #56b6e7;
    border-color: #56b6e7
}

.social-share .icon-tencent:hover {
    background: #56b6e7
}

.social-share .icon-qq {
    color: #56b6e7;
    border-color: #56b6e7
}

.social-share .icon-qq:hover {
    background: #56b6e7
}

.social-share .icon-qzone {
    color: #FDBE3D;
    border-color: #FDBE3D
}

.social-share .icon-qzone:hover {
    background: #FDBE3D
}

.social-share .icon-douban {
    color: #33b045;
    border-color: #33b045
}

.social-share .icon-douban:hover {
    background: #33b045
}

.social-share .icon-linkedin {
    color: #0077B5;
    border-color: #0077B5
}

.social-share .icon-linkedin:hover {
    background: #0077B5
}

.social-share .icon-facebook {
    color: #44619D;
    border-color: #44619D
}

.social-share .icon-facebook:hover {
    background: #44619D
}

.social-share .icon-google {
    color: #db4437;
    border-color: #db4437
}

.social-share .icon-google:hover {
    background: #db4437
}

.social-share .icon-twitter {
    color: #55acee;
    border-color: #55acee
}

.social-share .icon-twitter:hover {
    background: #55acee
}

.social-share .icon-diandian {
    color: #307DCA;
    border-color: #307DCA
}

.social-share .icon-diandian:hover {
    background: #307DCA
}

.social-share .icon-wechat {
    position: relative;
    color: #7bc549;
    border-color: #7bc549
}

.social-share .icon-wechat:hover {
    background: #7bc549
}

.social-share .icon-wechat .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -205px;
    left: -84px;
    width: 200px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms
}

.social-share .icon-wechat .wechat-qrcode.bottom {
    top: 40px;
    left: -84px
}

.social-share .icon-wechat .wechat-qrcode.bottom:after {
    display: none
}

.social-share .icon-wechat .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto
}

.social-share .icon-wechat .wechat-qrcode .qrcode table {
    margin: 0 !important
}

.social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0
}

.social-share .icon-wechat .wechat-qrcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent
}

.social-share .icon-wechat:hover .wechat-qrcode {
    display: block
}

/* newsdetail */

.inbankehang {
    background: #f2f5f8;
    width: 100%;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 18px;
    color: #333;
}

.inbankehang label {
    margin-bottom: 0;
}

.inblue {
    color: #0526b2;
}

.banklist {
    margin-top: 45px;
}

.banklist_head {
    margin-bottom: 20px;
    padding-left: 15px;
}

.banklist_head label {
    font-size: 18px;
    margin-right: 10px;
}

.banklist .col-md-3 {
    margin-bottom: 20px;
}

.banklist button {
    width: 125px;
    height: 40px;
    margin-left: 15px;
}

.banklist .col-md-3 label {
    border: 1px solid #dddddd;
}