:root{
    --primary-color: #1849af;
}

body{
    font-size: 14px;
    background: #70b2e4;
}

a{
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
ul{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
}
@media (min-width: 992px){
    .container, .container-lg, .container-md, .container-sm {
        max-width: 992px;
    }
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1120px;
    }
}
@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1120px;
    }
}
.header{
    position: relative;
    z-index: 10000;
}

.header .header-top{
    background-image: url("../../static/images/t1.jpg");
    background-repeat: repeat-x;
}
.header .header-top .content .left-content, .header-top .content .right-content{
    height: 120px;
    float: left;
}
.header  .header-top .content .left-content{
    width: 62%;

}
.header  .header-top .content .right-content
{
    width: 38%;
}

.header .header-top .content .right-content a{
    color: #ffffff;
    font-weight: 400;
}

.header .header-bottom{
    background-image: url("../../static/images/t2.jpg");
    background-repeat: repeat;
}

.header .header-bottom .nav ul{
    list-style: none;
    width: 100%;
}
.header .header-bottom .nav ul li{
    float: left;
    width: 16.667%;
    position: relative;
}
.header .header-bottom .nav ul li a.link{
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    position: relative;
}
.header .header-bottom .nav ul li a.link:hover{
    background: var(--primary-color);
}
.header .header-bottom .nav ul li a.link:after{
    display: block;
    content: '';
    width: 2px;
    height: 60px;
    background-image: url("../../static/images/tline.jpg");
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}
.header .header-bottom .nav ul li:last-child a.link:after{
    background-image: none;
}

.header .header-bottom .nav ul.child{
    position: absolute;
    top: 60px;
    left: 0;
    display: none;
}

.header .header-bottom .nav ul.child li{
    width: 100%;
}

.header .header-bottom .nav ul.child li a{
    background-image: url("../../static/images/t2.jpg");
    background-repeat: repeat;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
}

.header .header-bottom .nav ul.child li a:hover{
    background: var(--primary-color);
}

.header .header-bottom .nav ul li:hover ul.child{
    display: block;
}

.slider .carousel-item:before{
    display: block;
    content: '';
    position: absolute;
    height: 120px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.full-section-title>h2{
    float: left;
}

.full-section-title>a{
    float: right;
}

.about .content, .blogs .content{
    background-image: url("../../static/images/a3.jpg");
    background-repeat: no-repeat;
    padding-left: 38px;
    padding-top: 13px;
}

.about .content img{
    float: left;
    padding-right: 10px;
    width: 127px;
    height: 96px;
}
.about .content p{
    display: block;
    line-height: 25px;
    color: #444444;
    font-size: 12px;
    word-break: break-all;
    margin: 0;
}

.blogs .content img{
    width: 208px;
    height: 143px;
    float: left;
    margin: 8px 8px 8px 0;
}
.blogs .content ul{
    float: right;
    list-style: none;
    width: calc(100% - 230px);
}
.blogs .content ul li a{
    width: 100%;
    color: #3d648d;
    font-size: 12px;
}
.blogs .content ul li a img{
    width: 3px;
    height: 5px;
}

.service .content>a{
    background-image: url("../../static/images/fw2.jpg");
    background-repeat: repeat-y;
    width: 222px;
    padding: 18px 20px;
    font-size: 12px;
    color: #3d648d;
    word-break: break-all;
}
.service .content>ul{
    list-style: none;
    width: 222px;
    padding: 18px 20px;
    font-size: 12px;
    background-image: url("../../static/images/jn2.jpg");
    background-repeat: repeat-y;
}

.service .content>ul li a{
    color: #3d648d;
    width: 100%;
}
.service .content>ul>li>a>div>img{
    margin-right: 10px;
    width: 3px;
    height: 3px;
}

.zhengshu .content .content-cont, .zuixin .content .content-cont, .xiazai .content .content-cont{
    background-image: url("../../static/images/z2.jpg");
    background-repeat: no-repeat;
    width: 300px;
    height: 248px;
    padding: 15px 30px;
}
.zhengshu .content .content-cont, .zuixin .content .content-cont, .xiazai .content .content-cont{
    font-size: 12px;
    color: #3d648d;
}
.xiazai .content .content-cont ul{
    list-style: none;
    height: 218px;
    overflow: hidden;
}
.xiazai .content .content-cont ul li a, .zuixin .content .content-cont ul li a{
    width: 100%;
    color: #3d648d;
}
.xiazai .content .content-cont ul li a .icon, .zuixin .content .content-cont ul li a .icon{
    width: 3px;
    height: 5px;
}
.zuixin .content .content-cont ul{
    list-style: none;
}
.zuixin .content .content-cont .swiper-container{
    height: 218px;
    overflow: hidden;
}

.footer .content p{
    color: #606060;
    font-size: 14px;
}

.footer .content p a{
    color: #606060;
}

.blogs .content.list-content{
    background-image: none;
    padding-left: 0;
}

.blogs .content.list-content ul{
    width: 100%;
}

.sub-title h3{
    color: #d73d00;
    font-size: 18px;
    font-weight: 600;
    padding-left: 15px;
    position: relative;
}
.sub-title h3:before{
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 1.5px;
    height: 100%;
    background: #d73d00;
}
