@charset "UTF-8";

/*css 初始化 */

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
}

fieldset,
img,
input,
button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}


/*去掉input等聚焦时的蓝色边框*/

ul,
ol {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "SimSun", "宋体";
}

select,
input {
    vertical-align: middle;
}

select,
input,
textarea {
    font-size: 12px;
    margin: 0;
}

textarea {
    resize: none;
}


/*防止拖动*/

img {
    border: 0;
    vertical-align: middle;
}


/*  去掉图片低测默认的3像素空白缝隙，或者用display：block也可以*/

table {
    border-collapse: collapse;
}

body {
    font-family: PingFangSC-Regular, PingFang SC;
    color: #666;
    background: #fff
}

.clearfix:before,
.clearfix:after {
    /*清楚浮动*/
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

a {
    text-decoration: none;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
    font-family: PingFangSC-Regular, PingFang SC;
}


/*设置h标签的大小，设置跟父亲一样大的字体font-size:100%;*/

s,
i,
em {
    font-style: normal;
    text-decoration: none;
}
.container-fluid{
    padding:0;

}

/* 公共样式 */
.row{
    margin:0!important;
}
.common-top {
    margin: 80px 0 60px 0;
    text-align: center;
}

.common-top span {
    font-size: 22px;
    font-weight: 600;
    color: #303030;
    vertical-align: middle;
}

.common-top span:first-child {
    display: inline-block;
    width: 26px;
    height: 2px;
    background: linear-gradient(to left, #F07154 0%,#ffffff 100%);
    
}

.common-top span:nth-child(2) {
    margin: 0 10px;
}

.common-top span:last-child {
    display: inline-block;
    width: 26px;
    height: 2px;
    background: linear-gradient(270deg, #FFFFFF 0%, #F07154 100%);
}


/*头部导航开始*/

nav .row {
    height: 100px;
    width: 1200px;
    line-height: 100px;
    margin: 0 auto;
    justify-items: center;
}

nav .row img {
    width: 156px;
    height: 30px;
}

nav .row li a {
    font-size: 20px;
    color: #303030;
    border-radius: 4px;
}

nav .nav-link {
    display: inline;
    padding:6px 16px;
}
nav .nav-link .nav-a{
    height: 24px;
}
.nav-pills .nav-link.active {
    background-color: #F07154;
    color: #ffffff;
}


/* banner */

.banner {
    width: 100%;
    height: 800px;
}

section .banner img {
    width: 100%;
    height: 800px;
}


/* 轮播 */

.server {
    height: 850px;
    background-color: #F9F9FA;
}
.server .lj-jz{
    display: flex;
    justify-content: center;
}
.swiper img {
    width: 877px;
    height: 572px;
    
}
.carousel-indicators li {
    background-color: #F07154;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border:none;
    margin: 0 10px;
}

.server-main {
    position: relative;
}

.server-dot {
    position: absolute;
    top: 606px;
    left: 0;
}

.carousel-indicators .active {
    width: 50px;
    height: 16px;
    border-radius: 8px;
    opacity: 1;
    margin:0;
    margin: 0 10px;
}


/* 扫一扫办理 */

.QRcode-main {
    width: 738px;
    height: 387px;
    margin: 0 auto 90px auto;
}

.QRcode-main img {
    width: 738px;
    height: 387px;
}


/* 年检须知 */

.year {

    height: 574px;
    background-color: #F4F7FD;
}

.year-main {
    display: flex;
    justify-content: center;
}

.year-card {
    width: 372px;
    height: 322px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px #DDE8FD;
    border-radius: 4px;
}

.year-card {
    margin-right: 75px;
    margin-left: 75px;
}

.fl .card-img-top {
    width: 45px;
    height: 33px;
    margin: 63px auto 0 auto;
}

.fr .card-img-top {
    width: 37px;
    height: 36px;
    margin: 63px auto 0 auto;
}

.year-card .bodyl h3 {
    margin-left: -69px;
    text-align: center;
}

.year-card h3 {
    font-size: 18px;
    font-weight: 500;
    color: #303030;
    margin-bottom: 20px;
    margin-top:30px;
}

.year-card .bodyl {
    margin-left: 69px;
}

.year-card .bodyf {
    text-align: center;
}

.year-card p {
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #666666;
    line-height: 16px;
}


/* 年检流程 */

.process {
    padding-bottom: 164px;
}

.process .w {
    width: 1014px;
    height: 2293px;
}

.process-main {
    position: relative;
    margin: 0 auto;
}

.process-dot {
    position: absolute;
    left: 0;
    bottom: 30px;
}


/* 关于我们 */

.about {
    background-color: #F2F2F2;
    height: 2225px;
    margin:0;
    margin-top:164px;
}
.about-img{
    width: 100%;
    height: 700px;
}
.about-img img{
    width: 100%;
    height: 100%;
}
.introduce {
    top: 539px;
    left: 50%;
    transform: translateX(-600px);
    width: 1200px;
    height: 520px;
    background: #F07154;
    border-radius: 4px;
}

.introduce h3 {
    text-align: center;
    margin-top: 38px;
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
}

.introduce-main::before {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    position: absolute;
    left: 138px;
    top: 120px;
}

.introduce-main::after {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    position: absolute;
    right: 129px;
    bottom: 80px;
}

.introduce-main {
    width: 882px;
    margin: 0 auto;
    margin-top: 80px;
}

.introduce-main p {
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.introduce-bottom {
    width: 1130px;
    height: 1020px;
    border-left: 10px solid #F07154;
    border-bottom: 10px solid #F07154;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-575px);
}

.introduce-bottom .bot {
    padding-left: 15px;
}

.yopwid {
    width: 336px;
    height: 250px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px 0px #E8E7E7;
    border-radius: 0px 8px 8px 0px;
    margin-bottom: 55px;
    border:none;
}

.introduce-bottom .card h5 {
    padding-top: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #303030;
}

.card-body {
    padding: 0;
}

.introduce-bottom .bot {
    display: flex;
    justify-content: space-between;
}

.introduce-bottom .bot-main {
    width: 747px;
    height: 554px;
}

.introduce-bottom .bot-main img {
    width: 100%;
    height: 100%;
}

.bot-main {
    display: flex;
    flex-direction: column;
    padding-right: 15px;
}

.bot .wid {
    width: 336px;
    height: 399px;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px 0px #E8E7E7;
    border-radius: 4px 4px 0px 0px;
    border:none;
}

.bot-main .myser {
    display: flex;
    justify-content: space-between;
    padding: 56px 15px 0;
}
.bot .card-title{
    margin-bottom:30px;
}
.bot-main .my {
    width: 336px;
    height: 399px;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px 0px #E8E7E7;
    border-radius: 4px 4px 0px 0px;
    border:none;
}

.mytext {
    padding: 0 30px 0 38px;
    font-size: 16px;
    color: #6E6E6E;
    width: 320px;
    font-family: PingFangSC-Regular, PingFang SC;
    text-align : justify ;
}

.mytitle {
    font-size: 20px;
    font-weight: 500;
    color: #303030;
}


/* 最新动态 */

.online {
    width: 1200px;
    height: 632px;
    border: 3px solid #EDEDED;
    margin: 0 auto;
}

.online .my-title {
    font-size: 20px;
    font-weight: 500;
    color: #F07154;
    padding-top: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.online .my-text {
    margin: 0 10px;
    font-size: 18px;
    color: #666666;
}

.online .my-point {
    margin-bottom: 30px;
}

.online .my-point span {
    font-size: 16px;
    color: #979797;
}

.online .my-point span:nth-child(2) {
    margin-left: 60px;
}

.carone {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.carone img {
    width: 372px;
    height: 278px;
}

.carone .card {
    border: none;
}

.my-card {
    width: 372px;
}

.carone .card-body {
    margin-top: 30px;
    margin-bottom: 60px;
}

.carone .my-title {
    font-size: 20px;
    font-weight: 500;
    color: #F07154;
}

.carone .my-text {
    font-size: 18px;
    color: #666666;
    line-height: 25px;
}


/*尾部部导航开始*/

footer {
    width: 100%;
    height: 246px;
    background-color: #303030;
}

.line {
    width: 1px;
    height: 100px;
    background-color: #ADADAD;
    margin-top:68px;
}
.foot-top{
    padding-top:62px;
}
.foot img {
    width: 80px;
    height: 80px;
}
.foot .nav-link{
    padding:0;
}
.foot ul li a{
    color: #ffffff;
    font-size: 16px;
}
.foot ul li{
    height: 16px;
    border-right:1px solid #ffffff;
    line-height: 16px;
    padding-right:10px;
    padding-left:10px;
}
.foot ul li:last-child{
    border:none;
}
.foot ul li:first-child{
    padding-left:0;
}
.foot-main-left{
    margin-top:30px;
    justify-items: center;
}
.foot-main-left img{
    width: 18px;
    height: 18px;
}
.foot .card-img-top{
    margin:0 auto;
}
.foot-main-left span{
    font-size: 16px;
    color: #FFFFFF;
    margin-left:6px;
}
.foot-main-left p:last-child{
    margin-top:20px;
}
.foot .my-card{
    margin-top:60px;
    
    border:none;
    background-color: #303030!important;
}
.foot .my-title{
    text-align: center;
    margin-top:20px;
    font-size: 16px;
    color: #FFFFFF;
}