/*
Theme Name: huateng
add by LeoWang @ 2020.03.24 leo.why@qq.com
*/
/* global */
body {
    padding: 0
}

.richContent p{ text-indent:2em;}

.search-form input {
    border: 1px solid #1979a5;
    border-radius: 30px;
    padding: 0 10px;
    height: 34px;
    color: #1e1e1e;
    background-color: #f1f7ff;
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .7rem;
    line-height: 1.5;
}

.search-form button {
    margin-left: -40px;
    border-radius: 30px;
    border: none;
    color: #2d90bd;
}

.top-nav {
    background-color: #0092dd;
    color: #fff;
}
.top-nav a{
    display:inline-block;
    color: #fff;
    font-size: .8rem;
    margin:8px 4px;
    white-space: nowrap;
}
.navbar .logo img{
    height: 64px;
}
.navbar .navbar-nav .nav-item{
    margin: 0 4px;
}
.navbar .navbar-nav a:hover,
.navbar .navbar-nav .active a {
    border-bottom: 3px solid #0092dd;
}
.carousel-caption {
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background-color: #89b1dba2;
}
.carousel-caption p{
    margin: 0;
}
.carousel-control-next,
.carousel-control-prev {
    top: 45%;
    background-color: #b3cae3;
    width: 40px;
    height: 40px;
}
.homebg {
    background:url('../images/homebgimg.jpg') repeat center center;
}
.main-product .row div{
    padding:0 4px;
}
.main-product .row div img{
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
}
.main-product .row div a.btn{
    padding: 1rem 0;
    border-radius: 12px;
    background-image: linear-gradient(180deg, #2aabf5 0%, #0076fd 100%);
    font-size: 1.2rem;
}
.main-product .row div a.btn:hover{
    background-image: linear-gradient(180deg, #1490d8 0%, #0766d3 100%);
}
.main-product .logo div img{
	width: auto;
	height: auto;
	max-width: 80%;
	max-height: 80%;
}

.footer {
    background-color: #64adf5;
    padding: 40px 0 18px;
    color: #fff;
    font-size: .85rem;
}
.footer p{
    margin-bottom: .5rem;
}
.footer a {
    text-decoration: none;
    color: #fff;
}
.footer a:hover {
    color: #b3cae3;
}

/* products */
.pimg{
    margin: 0 -15px;
    background: url('../images/products.jpg') no-repeat center center;
    height: 300px;
}
.product-title{
    color: rgb(30, 156, 240);
    font-size: 1.3rem;
    margin: 2rem 0 .4rem;
}
.product-subtitle{
    color: rgb(30, 156, 240);
    margin-bottom: 1.5rem;
}
.product-bg{
    position: relative;
}
.product-bg:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('../images/banner-1.png') no-repeat center center;
    background-size: 100%;
    opacity: 0.5;
    z-index: -1;
}
.product-bg .row img{
    width: 90%;
    border-radius: 100px;
    padding: 5px;
    margin: 2rem 0 1rem;
    border: 2px solid rgba(96, 188, 250, 0.63);
}

.product-bg .row a.btn{
    width: 100px;
    font-size: .8rem;
    background-image: linear-gradient(180deg, #2aabf5 0%, #0076fd 100%);
}
.product-bg .row a.btn:hover{
    background-image: linear-gradient(180deg, #abaeaf 0%, #5b5b5c 100%);
    border: 1px solid #5b5b5c;
}
.eq-bg{
    /* background-image: linear-gradient(180deg, #9dd8fa9c 10%,#ffffff00 40%); */
    background: url('../images/bgdiv.png') repeat-x;
    overflow: hidden;
}
.products .eq-bg .row img{
    width: 90%;
    border-radius: 10px;
    margin: 1rem 0;
}
/* intoht */
.about{
    background: url('../images/bgimg.jpg') repeat center center;
}
.about .intobg{
    margin: 0 -15px;
    background: url('../images/aboutus.jpg') no-repeat center center;
    height: 300px;
}
.about .eq-bg p{
    font-size: .9rem;
}
.about .eq-bg .bg{
    background-image: linear-gradient(180deg, #e4f3fc 0%, #a2ddff 100%);
    border-radius: 10px;
    padding: 1rem;
    color: #2d90bd;
}
.about .eq-bg .bg span{
    display: block;
    text-align: center;
    height: 2.5rem;
}
.about .eq-bg .bg img{
    width: 90px;
    margin: -70px auto 0;
}
.about .eq-bg .bg .title{
    font-size: 1.4rem;
    text-align: center;
}
.about .eq-bg .bg .content{
    padding-left: 4px;
    height: 170px;
}
.about .eq-bg .w-4{
    margin-top: 5rem;
}
.about .eq-bg .info {
    min-height: 300px;
    padding: 2rem 1rem 0 4rem;
}
.about .eq-bg .info p{
    margin-top: 3rem;
}
.about .eq-bg .mpic {
    border: 3px solid #2d90bd;
    border-radius: 10px;
    width: 260px;
    height: 260px;
    float: right;
    margin-right: 2rem;
}
.about .eq-bg .mpic img{
    width: 260px;
    border-radius: 10px;
    position: absolute;
    left: 25px;
    top: -15px;
}
.about .timeline{
    overflow: hidden;
    text-align: center;
}
.about .timeline .line{
    border-top: 3px solid #2d90bd;
    position: relative;
    top: -116px;
    z-index: 1;
    margin: 0 100px;
}
.about .timeline .item{
    display: inline-block;
    padding: 2rem 2rem 0;
    position: relative;
    margin:2rem 0 3rem;
    z-index: 99;
}
.about .timeline span{
    display: block;
    background: url('../images/timeline1.png') no-repeat center center;
    background-size: 100%;
    width: 100px;
    height: 100px;
    line-height: 100px;
    color: #fff;
    font-size: 1.5rem;
    margin: 1rem auto;
}
.about .timeline .item:nth-child(even) span{
    background: url('../images/timeline2.png') no-repeat center center;
    background-size: 100%;

}
.about .timeline p{
    color: #2d90bd;
    width: 8rem;
    font-size: .8rem;
    position: absolute;
    bottom: -3rem;
    left: 15px;
}
.about .timeline .item:nth-child(odd) p{
    top: 0;
}
.about .jiagou img{
    width: 90%;
    margin: 2rem auto;
}
.about .shili{
    color: rgb(30, 156, 240);
    margin: 2rem 0;
    font-size: .8rem;
    overflow: hidden;
}
.about .shili strong{
    font-size:2rem;
    font-weight: 400;
}
.about .shili span{
    display: block;
    font-size: 1rem;
}
.about .rongyao{
    color: rgb(30, 156, 240);
    padding: 0;
    margin-top: 5rem;
}
.rongyao .carousel{
    margin: 2rem 0 0;
    /* background-image: linear-gradient(180deg, #e4f3fc88 0%, #a2ddff9c 100%); */
    background: url('../images/bgdiv2.png') repeat-x;
    padding:1.5rem 6rem;
}
.rongyao .carousel .carousel-item img{
    width: 140px;
}
.rongyao .carousel-inner{
    margin:1rem 2rem;
    width: auto;
}
.rongyao .logo img{
    width: 80%;
}
.about .carousel-control-prev{
    left: 80px;
}
.about .carousel-control-next{
    right: 80px;
}

/* news */
.news{
    background: url('../images/bgimg.jpg') repeat center center;
}
.news .intobg{
    margin: 0 -15px;
    background: url('../images/news.jpg') no-repeat center center;
    height: 300px;
}
.newslist .line{
    border-right: 1px solid #cfcece;
}
.newslist .form-row{
    margin: 1rem 0 1rem 10px;
}
.newslist ul{
    padding: 0;
    margin: 0 0 1rem;
}
.newslist ul li{
    list-style: none;
    padding: .8rem;
    margin: .3rem 0;
}
.newslist ul li:hover{
    background-color: #6cabf2;
}
.newslist ul li:hover a,
.newslist ul li:hover span,
.newslist ul li:hover .content{
    color: #fff;
}
.newslist ul li a{
    font-size: 1.2rem;
    text-decoration: none;
}
.newslist ul li span{
    display: block;
    margin: .5rem 0;
    color: #abaeaf;
    font-size: .8rem;
}
.newslist ul li .content{
    color: #5c5c5c;
}
.newslist a.btn{
    width: 200px;
    margin: 2rem 0 2rem 10px;
    border-color:#64adf5 ;
    color: #64adf5;
}
.newslist a.btn:hover{
    background-color: #64adf5;
    color: #fff;
}
.newslist h4{
    font-size: 1rem;
    margin-top: 5rem;
}
.newslist .text-secondary a{
    color: #6c757d;
}

/* joinus */
.joinus{
    background: url('../images/bgimg.jpg') repeat center center;
}
.joinus .intobg{
    margin: 0 -15px;
    background: url('../images/joinus.jpg') no-repeat center center;
    height: 300px;
}
.joinus .joblist{
    width: 90%;
    margin:6rem auto 1rem;
    background-image: linear-gradient(180deg, #ecf3f7 0%, #a2ddff 100%);
    border-radius: 10px;
    padding: 1rem;
    color: #2d90bd;
    font-size: .8rem;
}
.joinus .joblist .img{
    display: block;
    text-align: center;
    height: 2.5rem;
}
.joinus .joblist img{
    width: 90px;
    margin: -70px auto 0;
}
.joinus .joblist p.title{
    font-size: 1rem;
}
.joinus .joblist p.content{
    line-height: 1.2rem;
}
.joinus .joblist span.title{
    display: block;
    font-weight: 600;
    padding: 2rem 0 1rem;
}

/* environment */
.huanbao{
    background: url('../images/bgimg.jpg') repeat center center;
}
.huanbao .intobg{
    margin: 0 -15px;
    background: url('../images/huanbao.jpg') no-repeat center center;
    height: 300px;
}
.huanbao .menu{
    padding: 0;
    margin: 0;
    list-style: none;
}
.huanbao .menu li{
    margin: 1rem 0;
}
.huanbao .menu li i{
    display: none;
}
.huanbao .menu li.active i,
.huanbao .menu li:hover i{
    display: inline-block;
    color: #2d90bd;
}
.huanbao .menu li.active a,
.huanbao .menu li:hover a{
    margin-left: 10px;
    color: #2d90bd;
}
.huanbao .menu a{
    color: #505050;
    text-decoration: none;
    margin-left: 26px;
}
.huanbao .page{
    overflow: hidden;
    padding: 0;
    margin: 0;
    list-style: none;
}
.huanbao .page li{
    width: 33.333%;
    float: left;
}
.huanbao .page a{
    display: block;
    margin: 2rem;
}
.huanbao .page li img{
    width: 100%;
    border-radius: 10px;
    border: 2px solid rgba(160, 221, 254, 0.5);
}

/* contact */
.contact{
    background: url('../images/bgimg.jpg') repeat center center;
}
.contact .intobg{
    margin: 0 -15px;
    background: url('../images/contact.jpg') no-repeat center center;
    height: 300px;
}
.contact .eq-bg .bg{
    background-image: linear-gradient(180deg, #e4f3fc 0%, #a2ddff 100%);
    border-radius: 10px;
    padding: 1rem 2rem;
    color: #2d90bd;
    margin: 4rem 3rem;
}
.contact .eq-bg .bg span{
    display: block;
    text-align: center;
    height: 118px;
    width: 118px;
    border-radius: 4rem;
    background-color: #fff;
    overflow: hidden;
    margin: -70px auto;
}
.contact .eq-bg .bg img{
    width: 100px;
    margin: 26px 0;
}
.contact .eq-bg .bg .title{
    margin-top: 80px;
    font-size: 1.2rem;
}
.contact .eq-bg .bg .content{
    padding-left: 4px;
    height: 170px;
}
.contact .eq-bg .bg p{
    margin-bottom: .4rem;
}
.contact .eq-bg .bg a{
    color: #2d90bd;
}
.contact .form{
    width: 76%;
    margin: 1rem auto;
    padding: 2rem;
    border: 2px solid #33ace4;
    border-radius: 10px;
}
.contact .form-control{
    margin-bottom: 4px;
    color: #2d90bd;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #2d90bd;
}
.contact .form .vcode{
    height: calc(1.5em + .75rem);
    position: absolute;
    top: 0;
    right: 4px;
}
.contact .map{
    overflow: hidden;
    background: url('../images/map.png') no-repeat center center;
    background-size:88%;
    color: #2d90bd;
    padding-bottom: 5rem;
}
.contact .map .title{
    font-weight: 600;
    margin-bottom: .5rem;
    width: 46%;
    float: right;
    margin-top: 160px;
}
.contact .map .content{
    width: 46%;
    float: right;
    clear: both;
    font-size: .8rem;
    padding-right: 4rem;
}
/* newsdetail */
.news .detail {
    margin:4rem 2rem;
}
.news .detail .title{
    font-size: 1.6rem;
    color: #2d90bd;
}
.news .detail .time{
    color: #6d6c6c;
}
.news .detail .language{
    float: right;
    background-color: #64adf5;
    border-color: #64adf5;
}
.news .detail .goback{
    padding: .5rem 2rem;
    background-color: #64adf5;
    border-color: #64adf5;
}
.news .detail .content{
    clear: both;
    margin: 3rem 0;
}
.news .detail .content p{
    text-indent: 2rem;
    line-height: 2rem;
    color: #505050;
}

/* productslist */
.prddetail .intobg,
.prdlist .intobg{
    margin: 0 -15px;
    background: url('../images/products-2.jpg') no-repeat center center;
    height: 300px;
}
.prdlist .menu{
    padding: 0;
    margin: 0;
    list-style: none;
}
.prdlist .menu li{
    margin: 1rem 0;
}
.prdlist .menu li i{
    display: none;
}
.prdlist .menu li.active  > i:nth-child(1),
.prdlist .menu li:hover  > i:nth-child(1){
    display: inline-block;
    color: #2d90bd;
}
.prdlist .menu li.active > a:nth-child(2),
.prdlist .menu li:hover > a:nth-child(2){
    margin-left: 10px;
    color: #2d90bd;
}
.prdlist .menu a{
    color: #505050;
    text-decoration: none;
    margin-left: 26px;
}
.prdlist .page{
    overflow: hidden;
    padding: 0;
    margin: 0;
    list-style: none;
}
.prdlist .page li{
    /*width: 24%;*/
    float: left;
    background-color: white;
}
.prdlist .page a{
    /*display: block;*/
    /*margin: 1.2rem;*/
    color: #505050;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}
.prdlist .page a:hover{
    color: #2d90bd;
}
.prdlist .page li{
    text-align: center;
    border-radius: 6px;
    margin-bottom: 1rem;
    border: 1px solid #fff;
}

.prdlist .page img{
    max-width: 100%;
    max-height: 275px;
}

.prdlist .page a:hover img{
    border: 2px solid #64adf5;
}
.prdlist a.btn{
    border: 1px solid #64adf5;
    color: #64adf5;
    padding: .5rem 2rem;
}
.prdlist a.btn:hover{
    background-color: #64adf5;
    color: #fff;
}
.prdlist .prdad{
    padding:4rem 0 2rem;
}
.prdlist .prdad img{
    width: 100%;
}
/* productdetail */
.prddetail .detail .new{
    display: block;
    background: url('../images/icon-new.png') no-repeat center center;
    background-size: contain;
    width: 60px;
    height: 60px;
    position: absolute;
}
.prddetail .detail span.title{
    display: block;
    text-align: center;
    color: #64adf5;
    width: 340px;

}
.prddetail .detail .pic{
    width: 300px;
    margin: 10px 20px;
}
.prddetail .detail h3.title{
    color: #686868;
    padding: .4rem 0;
}
.prddetail .detail p.title{
    color: #2a76c2;
}
.prddetail .detail .table-striped{
    border: 1px solid #dfe2e6;
    color: #444546;
}
.prddetail .detail .table thead{
    background-color: #d6f1fa;
    color: #2a76c2;
}
.prddetail .detail .table td{
    /*padding: 8px 2rem;*/
    font-size: .9rem;
}
.prddetail .detail .table tbody tr:nth-of-type(odd){
    background-color: #f2fcff;
}
.prddetail .detail .table tbody tr:nth-of-type(even){
    background-color: #d6f1fa;
    color: #2a76c2;
}
.prddetail .detail .color a{
    display: block;
    text-decoration: none;
}
.prddetail .detail .color img{
    width: 200px;
    margin: 1rem 0;
}