﻿@charset "utf-8";

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}


a{
	color: #212529;
}
li{
	list-style: none;
}

nav{
	height: 80px;
	background-color: #fff;
	color: #333;
	/*background-color: #999;*/
	z-index: 999;
}

nav img.logo{
	height: 60px;
}

nav li.nav-item.active{
	line-height: 80px;
	height:75px;
}
nav a.nav-link{
	font-weight: 400;
	display: block;
	line-height: 60px;
	height: 75px;
	color: #000;
}

.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
}

nav li.nav-item {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

section.w{
	padding: 5rem 0 2rem 0;
}
section.w h2{
	font-size: 2.5rem;
}

section.w .icon{
	margin: 0.5em 0;
}
section.w ul{
	margin-top: 1.5rem;
}
section.w ul li{
	/*background-color: #eee;*/
	padding: 1rem;
}

.navbar-collapse ul li a.hover {
    color: #0070ED !important;
}


section.wm ul li .top{
	border: 1px solid #00b4ff;
	border-radius: 50%;
	height: 6rem;
	width: 6rem;
}
section.w ul li .bottom .h3{
	font-size: 1.2rem;
	margin: .8rem 0;
}
section.w ul li .bottom p{
	font-size: 0.8rem;
}
.z dd {
    font-size: 1rem;
    color: #B7BFCB;
    line-height: 1.5rem;
}
  .z dd a {
      font-size: 1rem;
        color: #B7BFCB;
    }
section.yd{
	background-color: #f5f6f6;
}
section.yd ul li{
	background-color: #fff;
	border: 1px solid #cccccc;
	padding: 3%;
	margin: 0px;
}
section.yd ul li .top{
	border: 0px;
	border-radius: 50%;
	height: 6rem;
	width: 6rem;
	margin-bottom: 1.2rem;
}
section.yd ul li .bottom .h3{
	margin: 1.2rem;
}

section.al .z{
	background-color: #2C445C;
}
section.al .z .c{
	color: #fff;
}
section.al .z li{
	padding: 1%;
}
section.al .z li img{
	width: 100%;
}
section.ys li:nth-child(n+4){
	border-top: 1px dashed #a0a0a0;
}
section.ys li:nth-child(n){
	border-right: 1px dashed #a0a0a0;
}
section.ys li:nth-child(3n){
	border-right: 0px;
}
@media screen and (max-width: 768px){
	section.ys li.col-lg-4.col-sm-6.col-12.d-flex.justify-content-center.align-items-center.flex-wrap{
		border: 0px;
	}
}


section.ys .bottom{
	padding: 1rem 0;
}
section.ys .bottom p{
	line-height: 1.5;
}

section.yd li.col-lg-4.d-flex.justify-content-center.align-items-center.flex-wrap{
	border:0px;
	border-radius: .5rem;
	background-color: rgba(0,0,0,0);
}
section.yd .t{
	width: 100%;
	/*background-color: #ff0000;*/
	background: linear-gradient(-90deg,#ff5b00,#ff8101);
	border-radius: .5rem .5rem 0 0;
	position: relative;
}
section.yd .t h3{
	color: #fff;
	width: 100%;
	padding: 3rem;
}
section.yd .t img{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%) translateY(50%);
}
section.yd .bottom{
	padding: 3rem 1.5rem 2rem;
	background-color: #fff;
}
section.f {
    padding: 2rem 0rem 0.3rem 0rem;
    color: #fff;
}
/*section.f a{
	color: #B7BFCB ;
}*/
footer,footer a{
	color: #fff;
}


.inline.hidden-xs {
    display: inline !important;
}



tr.hidden-xs {
    display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .hidden-lg.hidden-xs,
    .inline.hidden-lg.hidden-xs,
    .inline-block.hidden-lg.hidden-xs,
    tr.hidden-lg.hidden-xs,
    th.hidden-lg.hidden-xs,
    td.hidden-lg.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-lg.hidden-sm,
    .inline.hidden-lg.hidden-sm,
    .inline-block.hidden-lg.hidden-sm,
    tr.hidden-lg.hidden-sm,
    th.hidden-lg.hidden-sm,
    td.hidden-lg.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg.hidden-md,
    .inline.hidden-lg.hidden-md,
    .inline-block.hidden-lg.hidden-md,
    tr.hidden-lg.hidden-md,
    th.hidden-lg.hidden-md,
    td.hidden-lg.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
     .hidden-lx-md
     {
        display: none !important;
    }
}


@media (min-width: 1200px) {
    .hidden-lg,
    .inline.hidden-lg,
    .inline-block.hidden-lg,
    tr.hidden-lg,
    th.hidden-lg,
    td.hidden-lg {
        display: none !important;
    }
}

.hidden-sm {
    display: block !important;
}

.inline.hidden-sm {
    display: inline !important;
}

.inline-block.hidden-sm {
    display: inline-block !important;
}

tr.hidden-sm {
    display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .hidden-sm.hidden-xs,
    .inline.hidden-sm.hidden-xs,
    .inline-block.hidden-sm.hidden-xs,
    tr.hidden-sm.hidden-xs,
    th.hidden-sm.hidden-xs,
    td.hidden-sm.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm,
    .inline.hidden-sm,
    .inline-block.hidden-sm,
    tr.hidden-sm,
    th.hidden-sm,
    td.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-sm.hidden-md,
    .inline.hidden-sm.hidden-md,
    .inline-block.hidden-sm.hidden-md,
    tr.hidden-sm.hidden-md,
    th.hidden-sm.hidden-md,
    td.hidden-sm.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-sm.hidden-lg,
    .inline.hidden-sm.hidden-lg,
    .inline-block.hidden-sm.hidden-lg,
    tr.hidden-sm.hidden-lg,
    th.hidden-sm.hidden-lg,
    td.hidden-sm.hidden-lg {
        display: none !important;
    }
}
.media h6{
    padding-left:1.2rem;
    font-size:1.25rem;
}
 .media p {
    padding-left: 1.2rem;
}
.media{
font-family:'Microsoft YaHei' !important;
}

nav li.nav-item {
    width: 6em;
    text-align: center;
}
.service2  a{
text-decoration:none !important;
}


@media (min-width: 1000px) and (max-width: 1600px) {
    .lager .col-lg-2 {
        flex: 0 0 14.25% !important;
        max-width: 14.25% !important;
    }

    .lager .col-lg-4 {
        flex: 0 0 35.75% !important;
        max-width: 35.75% !important;
    }
    /*.tel{
        font-size:1rem;
    }
    .email-text {
        font-size: 1rem;
    }*/
    .em .col-lg-4 {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
    .em .col-lg-8 {
        flex: 0 0 75% !important;
        max-width: 75% !important;
    }
    .emimg {
        margin-top: 60% !important;
    }
}
@media (min-width: 1601px) {
    .emimg {
        margin-top: 45% !important;
    }
}

@media (max-width: 991px) {
    .hiden-lgr {
        display:none !important;
    }
}