img {height: auto;
    width: 100%;
    vertical-align: middle;
    border: 0;
}

a {
    color: #000000;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

.topTips {
    display: flex;
    align-items: center;
    padding: 4px 14px;
    justify-content: space-between;
    background-color: #F5F5F5;
    margin-bottom: 14px;
}

.topTips .right {
    display: flex;
    align-items: center;
    text-align: right;
}

.topTips .right h6 {
    padding: 0 10px;
    border-right: 1px solid #cccccc;
}

.topTips .right h6:last-child {
    border-right: none;
}

/* head */
.head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head .left {
    display: flex;
    align-items: center;
    width: 80%;
}

.head .logo {
    padding-right: 40px;
    border-right: 2px solid #EEEEEE;
    margin-right: 20px;
}

.head .slogan {
    width: 60%;
}

.head .slogan h1 {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 0;
    margin-top: 10px;
}

.head .slogan span {
    color: #258C44;
}

.head .slogan h2 {
    font-size: 16px;
    margin-top: 10px;
}

.head .tel {
    width: 20%;
    background: url(../img/tel.jpg) no-repeat 0 center;
    padding-left: 55px;
}

.navBox {
    margin-top: 20px;
    padding: 0 34px;
    background: -webkit-linear-gradient(bottom, #1E85E4, #1E85E4);
}

.navBox .nav li {
    background: url(../img/line.png) no-repeat right center;
}

.navBox .nav a {
    color: #000000;
    padding: 20px;
    border-radius: 0;
    position: relative;
}

.navBox .nav .active a {
    color: #000000;
    background-color: #ffae00;
}

.navBox .nav a:hover {
    background-color: unset;
}

.navBox .subNav {
    display: none;
    position: absolute;
    background-color: #258C44;
    width: 100%;
    text-align: center;
    padding: 0;
    color: #000000;
    z-index: 99;
}

.navBox .subNav li {
    list-style: none;
    padding: 4px 0;
}

/* swiper */
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}

.bannerSwiper .img {
    position: relative;
}

.bannerSwiper .title {
    font-weight: bold;
    margin-top: 10px;
}

.bannerSwiper .left {
    position: absolute;
    top: 16%;
    left: 4%;
    width: 22%;
    text-align: left;
    font-size: 14px;
    color: #325992;
}

.bannerSwiper .left .leftTitle {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.bannerSwiper .left .leftText {
    margin-bottom: 10px;
}

.bannerSwiper .left .red {
    color: #ff5554;
    font-size: 15px;
}

.bannerSwiper .center {
    position: absolute;
    bottom: 20%;
    left: 30%;
    width: 30%;
    font-size: 14px;
    text-align: left;
    padding: 10px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(70, 130, 180, 0.5), rgba(255, 255, 255, 0.2));
}

.bannerSwiper .right .rightTitle {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.bannerSwiper .right {
    position: absolute;
    top: 16%;
    right: 4%;
    width: 20%;
    text-align: left;
    font-size: 14px;
    color: #325992;
}

.bannerSwiper .right .rightText div {
    margin-bottom: 10px;
}

.bannerSwiper .button {
    width: 24%;
    color: #fcca4a;
    position: absolute;
    right: 4%;
    bottom: 4%;
    font-size: 12px;
    overflow: hidden;
    background-color: #074B85;
    border-radius: 10px;
    padding: 4px;
}

.bannerSwiper .button :after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
}

.triangle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.triangle-left {
    width: 0;
    height: 0;
    border-width: 6px 6px 6px 0;
    border-style: solid;
    border-color: transparent #477397 transparent transparent;
    /*透明 灰 透明 透明 */
    position: relative;
    margin-right: 10px;
    margin-top: 6px;
}

.triangle-left span {
    display: block;
    width: 0;
    height: 0;
    border-width: 6px 6px 6px 0;
    border-style: solid;
    border-color: transparent #73a4cc transparent transparent;
    /*透明 黄 透明 透明 */
    position: absolute;
    top: -6px;
    left: 4px
}

.triangle-right {
    width: 0;
    height: 0;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #477397;
    /*透明 透明 透明 灰*/
    position: relative;
    margin-right: 10px;
    margin-top: 6px;
    margin-left: 8px;
}

.triangle-right span {
    display: block;
    width: 0;
    height: 0;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #73a4cc;
    /*透明 黄 透明 透明 */
    position: absolute;
    top: -6px;
    right: 4px
}

/* product */
.product .info {
    display: flex;
    justify-content: space-between;
}

.product .left {
    width: 20%;
}

.product .left .title {
    padding: 20px 0;
    text-align: center;
    background-color: #0f48a0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.product .left .productCenter .item {
    padding: 20px 10px;
    border: #e2e2e2 solid 1px;
    border-top: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product .left .productCenter .item.active {
    color: #fff;
    background-color: #0f48a0;
    font-weight: bold;
    border: #0f48a0 solid 1px;
    border-top: #fff solid 1px;
}

.product .recommend .recommendContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product .recommend .recommendContent .item {
    width: 46%;
    margin: 6px 0;
}

.product .recommend .recommendContent .item .text {
    text-align: center;
    margin-top: 4px;
}

.product .right {
    width: 72%;
}

.product .right .title,
.product .right .tips {
    text-align: center;
}

.productSwiper {
    position: relative;
}

.productSwiper .swiper-container {
    width: 50%;
    margin: 0 auto;
}

.productSwiper .gallery-thumbs.swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.productSwiper .swiper-slide {
    width: 200px;
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 20px 0;
}

.gallery-thumbs .swiper-slide {
    width: 50%;
}

.swiper-slide-thumb-active {
    border: 2px solid #555;
}

.productSwiper {
    width: 100%;
    position: relative;
}

.swiper-button-prev,
.swiper-button-next {
    width: 4%;
    height: 16%;
    position: absolute;
    margin: 0;
    top: 76%;
    z-index: 999;
    background-color: #ccc;
    color: #3a3939;
    background-size: 50%;
}

.swiper-button-prev {
    left: -40px;
}

.swiper-button-next {
    right: -40px;
}

.product .right .productInfo {
    margin: 10px 0;
}

.product .right .productInfo .title {
    font-size: 16px;
    margin-bottom: 10px;
}

.product .right .productInfo .text {
    letter-spacing: 1px;
    line-height: 22px;
}

.product .right .pageNav {
    padding: 10px 14px;
    background-color: #f5f5f5;
}

.product .right .pageNav .up {
    margin-bottom: 10px;
}



.product .canshu{
    display: inline-block;
    width: 48%;
    font-size: 16px;
    padding: 4px 0;
    border-radius: 20px;
    border: 1px dashed #FF0000;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}












/* now */
.now {
    margin: 20px 0;
}

.now a {
    margin-right: 10px;
}

/* article */
.article {
    margin: 20px 0;
}
.moreRecommend .title,
.xgcp .title,
.article .title {
    display: flex;
    align-items: center;
}
.moreRecommend .title .img,
.xgcp .title .img,
.article .title .img {
    width: 6%;
    margin-right: 10px;
}
.moreRecommend .title .text,
.xgcp .title .text,
.article .title .text {
    font-weight: bold;
    font-size: 22px;
}

.article .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 20px;
    border: 1px solid #d3d2d2;
    margin-top: 10px;
}

.article .content .item {
    width: 48%;
    padding: 6px 0;
    margin-bottom: 4px;
    border-bottom: #bbbaba dashed 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #555;
}

.article .content .item .articleTitle {
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article .content .item .time {
    width: 30%;
    text-align: right;
}

/* xgcp */
.xgcp {
    margin: 20px 0;
}

.xgcp .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0;
}

.xgcp .item {
    width: 28%;
}

.xgcp .item .cpImg {
    margin-bottom: 10px;
    box-shadow: 0px 5px 5px #777575;
}
.xgcp .item .info{
    padding: 0 10px;
}

.xgcp .item .cpTitle {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.xgcp .item .cpText {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    letter-spacing: 1px;
    height: 76px;
}

/* moreRecommend */
.moreRecommend .content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}
.moreRecommend .content .item{
    width: 14%;
    font-size: 12px;
    padding: 4px 0;
    border-radius: 20px;
    border: 1px dashed #555;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* host */
.host{
    margin: 20px 0;
}

.host .box{
    display: flex;
    justify-content: space-between;
}

.host .left{
    width: 28%;
}

.host .left .glyphicon{
    color: #ec5147;
    font-weight: bold;
    font-size: 18px;
}
.host .left .title{
    margin-bottom: 20px;
}
.host .left .title .text{
    font-size: 24px;
    font-weight: bold;
    margin-left: 4px;
}
.host .left .subTitle{
    margin: 20px 0;
    line-height: 22px;
}

.host .left .list .item{
	background: url(../img/choose_list_bg.png) no-repeat left 5px;
	padding-left: 20px;
	text-align: justify;
    margin-bottom: 20px;
}
.host .right{
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.host .right .item{
    width: 48%;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
}
.host .right .item .mask{
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    background-color: #4b9efb;
}

/* footer */

.footer {
    color: #000000;
    background-color: #0D469C;
}

.footer .toplink {
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: #000 solid 1px;
}

.footer .content {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .left {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .left .img {
    padding: 6px;
    background-color: #d9d9d9;
}

.footer .center .link {
    font-size: 1.4rem;
}

.footer .left .text {
    margin-top: 4px;
}

.footer .content .right {
    width: 64%;
    display: flex;
    justify-content: space-between;
}

.footer .content .right .item {
    width: 20%;
}

.footer .content .right .item:last-child {
    margin-right: 0;
}

.footer .content .right .item:last-child .title {
    border-right: 2px #000 solid;
}

.footer .content .right .title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 16px;
    border-left: 2px #000 solid;
    text-align: center;
}

.footer .content .right .text {
    margin-bottom: 6px;
    text-align: center;
}

.footer .center .text {
    font-size: 1.5rem;
}

.footer .center .number {
    font-size: 3rem;
    font-weight: bold;
}

@media (min-width: 1200px) {

    .news .title .col-lg-4 {
        width: 24%;
    }

    .bannerSwiper .button {
        padding: 14px 0;
        width: 15%;
        right: 8%;
        bottom: 8%;
    }
}

@media (max-width: 768px) {
    .head .logo {
		border: none;
		width: 100%;
	}
	.head .tel{
		width: 60%;
	}

	.head .icon {
		color: #258C44;
		font-size: 26px;
	}

	.phnav {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 10px;
	}

	.phnav .item {
		width: 24%;
		text-align: center;
		padding: 10px 0;
		background-color: #258C44;
		color: #000;
		margin-bottom: 4px;
	}
	.phnav .item.active{
		background-color: #ffae00;
	}
    .article .content .item {
        display: block;
    }
    .article .content .item .articleTitle{
        width: 100%;
        margin-bottom: 10px;
    }
    .article .content .item .time{
        width: 100%;
        text-align: left;
    }
    .xgcp .item .info{
        padding: 0;
    }
    .product .info {
        display: block;
    }

    .product .left,
    .product .right {
        width: 100%;
    }
    .moreRecommend .content{
        flex-wrap: wrap;
    }
    .moreRecommend .content .item{
        width: 32%;
        padding: 4px 10px;
        margin-bottom: 10px;
    }
    .host .box{
        display: block;
    }
    .host .box .right,
    .host .box .left{
        width: 100%;
    }

    .footer .content {
        display: block;
    }

    .footer .content .left {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer .content .right {
        width: 100%;
        flex-wrap: wrap;
    }

    .footer .content .right .item {
        width: 30%;
        margin-bottom: 10px;
    }

    .footer .content .right .item:last-child .title {
        border-right: none;
    }

    .bannerSwiper .right {
        font-size: 0.875rem;
    }

    .bannerSwiper .right .rightTitle,
    .bannerSwiper .left .leftTitle {
        font-size: 0.875rem;
    }

    .bannerSwiper .left {
        width: 28%;
        height: 68px;
        overflow: hidden;
    }

    .bannerSwiper .left .leftText {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .bannerSwiper .left,
    .bannerSwiper .left .red {
        font-size: 0.875rem;
    }

    .bannerSwiper .center {
        left: 35%;
        font-size: 0.875rem;
        width: 32%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        padding: 0;
    }

    .bannerSwiper .right {
        width: 28%;
        height: 63px;
        overflow: hidden;
    }

    .bannerSwiper .right .rightText {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}