img,
svg {
    vertical-align: top;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.font-12 {
    font-size: 12px;
}

nav.head {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    padding: 30px 0 65px;
    /* border-bottom: 1px solid #707070; */
}

nav.head .container-fluid {
    max-width: 1410px;
}

nav.head .navbar-brand {
    padding: 5px;
}

nav.head .collapse {
    justify-content: end;
}

nav.head .nav-item>a {
    color: #fff !important;
    font-size: 1.15em;
    padding: 10px 12px;
    outline: none;
}

nav.head .nav-item>a:focus,
nav.head .nav-item>a:hover {
    background: none;
}

nav.head .navbar-nav .dropdown-menu {
    margin-top: 0;
    background: #1a4483;
    border-radius: 0;
}

nav.head .navbar-nav .dropdown-menu a{
    color: #fff;
    background: none;
}

/* nav.head .nav-item .sub-menu {
    background: #1a4483;
    position: absolute;
    color: #fff;
    padding: 10px;
    top: 65px;
    transform: scaleY(0);
    transform-origin: top center;
    transition: 0.3s all;
}

nav.head .nav-item:hover .sub-menu {
    transform: scaleY(1);
    visibility: visible;
    transition-delay: 0.3s;
} */

nav.head .nav_line_postion {
    position: relative;
    z-index: 1;
}

nav.head .nav_line {
    background: #1a4483;
    height: 100px;
    display: inline-block;
    position: absolute;
    top: -35px;
    z-index: -1;
}

.footer {
    width: 100%;
    background: #ffffffc2;
    padding-top: 3rem;
    font-size: 14px;
    border-top: 1px solid #ccc;
}

.footer .contacts {
    color: #000;
    margin-top: 2rem;
    padding-left: 3.5rem;
}

.footer .copyright {
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #A5A5A5;
    margin-top: 1em;
}

.footer .copyright a {
    color: #767676;
}

.footer img {
    max-width: 100%;
}

.banner {
    position: relative;
    height: 35vw;
    background: url(/statics/images/banner.jpg) no-repeat left top;
    background-position: center;
    background-size: cover;
}

.service .orange_bg span {
    background: #F9992F;
    color: #fff;
    display: inline-block;
    border-radius: 25px;
    padding: 10px 25px;
    font-size: 18px;
    margin: 30px 0 10px;
}

.service .tel {
    color: #E94E19;
    font-size: 20px;
    font-style: italic;
}

.project-head {
    text-align: center;
    color: #fff;
    margin: 60px 0 40px;
}

.project-head span {
    position: relative;
    background-color: #fa9847;
    padding: 8px 25px;
    font-size: 20px;
    font-weight: bold;
}

.project-head span::before,
.project-head span::after {
    width: 260px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 10px;
}

.project-head span::before {
    content: "";
    background: url(/statics/images/product/project-head-left.png) no-repeat center;
    left: -270px;
}

.project-head span::after {
    content: "";
    background: url(/statics/images/product/project-head-right.png) no-repeat center;
    right: -270px;
}

.project .item {
    position: relative;
    padding: 30px 20px 0px;
    box-shadow: 0px 0px 10px #d2d2d2;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 25px;
    font-size: 14px;
}

.project .item .company {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 15px;
    background: #fff2e8;
    border-radius: 0 18px;
}

.project .item .logo {
    height: 45px;
    margin-bottom: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.project .item .name {
    font-size: 18px;
    color: #000;
    padding: 0 0 10px;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
}

.project .item .icon {
    display: inline-block;
    width: 18px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.project .item .info {
    word-break: break-all;
    padding: 8px 0;
    line-height: 25px;
}

.project .item .link {
    background: url(/statics/images/product/link.png) no-repeat center;
}

.project .item .contactss {
    background: url(/statics/images/product/contact.png) no-repeat center;
}

.page_news .new_list{
	margin: 20px 5%;
    padding: 0;
}
.page_news .new_list li{
	padding: 15px 80px 15px 0;
    border-bottom: 1px dotted #ccc;
    position: relative;
    color: #b8b8b8;
}
.page_news .new_list .date{
	position:absolute;
	right:0;
	top: 16px;
}
.page_news .new_list a{
	color:#767676;
}
.page_news .news_title{
	padding:20px 15px;
	margin: 0 5% 20px;
	text-align:center;
	border-bottom:1px dotted #ccc;
}
.page_news .news_title .date{
	color:#b8b8b8;
}
.page_news .news_content{
	padding:0 5%;
}
.page_news .news_content img{
	max-width: 100%;
    display: block;
    margin: 0 auto;
}
.page_news .news_content p{
	margin-bottom: 30px;
    line-height: 30px;
}

@media screen and (min-width: 992px) {
    body {
        font-size: 16px;
    }
}

@media screen and (max-width: 992px) {
    body {
        font-size: 14px;
    }

    .footer {
        padding-top: 1em;
        font-size: 12px;
    }

    .footer .contacts {
        margin-top: 1em;
    }
}

@media screen and (max-width: 576px) {
    body {
        font-size: 12px;
    }


}