@charset "utf-8";
body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, dl, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea, p {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;

}
*{
    -webkit-animation-fill-mode:both !important;
    -ms-animation-fill-mode:both !important;
    -moz-animation-fill-mode:both !important;
    -o-animation-fill-mode:both !important;
    animation-fill-mode:both !important;
}
ol, ul, li {
    list-style: none;
}
#box img{
    border: 0;
    vertical-align:top;
    width:100%;
}
body {
    color: #4c4c4c;
    background: #fff;
}
.clear {
    clear:both;
    height:0;
    line-height:0;
    font-size:0;
    display:block;
    overflow:hidden
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size:0
}
.clearfix {
    zoom:1;

}
.fl {
    float:left;
    display: inline;

}
.fr {
    float:right;
    display: inline;
}
a:hover {
    color: #da251c;
}
input:focus {
    outline: 0 none;
}
/*common*/

body, html {
    background: #fff;
}

textarea:focus {
    outline: 0 none;
}
html, body {
    width: 100%;
    overflow-x:hidden;
    font-family: "PingFangM", "微软雅黑", Arial, sans-serif;
}
.header {
    width: 100%;
    height:78px;
    z-index: 9;
    background: #fff;
    position: fixed;
    top: 0;
    left:0;
    box-shadow: 0 0 5px #666;
}
.header_inner {
    width: 1300px;
    margin: 0 auto;
}
.header .link {
    margin-top: 15px;
}
.header .link a {
    display: block;
    width: 160px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    /*background: #e60012;*/
    /*border-radius: 6px;*/
    /*box-shadow: 4px 4px 8px rgba(230,0,18,0.26);*/
}
.nav {
    margin-left: 200px;
}
.nav li {
    float: left;
    display: inline;
    position: relative;
    margin-right:33px;
}
.nav li .a {
    font-size:20px;
    color: #444343;
    display: block;
    height: 73px;
    border-top: 5px solid #fff;
    line-height: 73px;
    text-align: center;
}

.nav li:hover .sub_nav_a{
    display: block;
}
.about_main .modal_2 .hd p:after{
    position: absolute;
    content: "";
    display: block;
    width: 88px;
    height: 2px;
    left: 0px;
    top: 55px;
    background: #e60012;
}
.nav li .on, .nav li a:hover {
    border-top: 5px solid #e60012;
    color: #dd3730;
}

.sub_nav_a{
    position: absolute;
    top:65px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    background: #fff;
    display: none;
    box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}
.sub_nav_a dt a:hover{
    border-bottom: 0 none;
}


.sub_nav_a .in {
    padding: 10px;
}
.sub_nav_a .in .t{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 27px;
    margin-bottom: 30px;
}
.sub_nav_a dt{
}
/*
.sub_nav_a dt a{
    color: black;
    text-align: center;
}
.sub_nav_a dt a:hover{
    text-align: center;
    color: #de3731;
    border-bottom: 0 none;

}
*/


.sub_nav_a dt a{
    color: #767171;
    font-size: 14px;
    display: block;
    padding: 8px 0;
    text-align: center;
}
.sub_nav_a dt a:hover{
    color: #de3731;
    border-top: 0 none;
}


/******* banner ***********/
.banner {
    width: 100%;
    min-width: 1200px;
    position: relative;
    text-align: center;
    margin-top: -13px;


}

.service{
    width: 100%;
    min-width: 1300px;
    height: 750px;
    background-color: white;
    margin-top: -10px;
    text-align: center;


}
.title2{
    font-size: 35px;
    color: black
}
aahu{
    color: #e0060d;
}
/*a {*/
/*    text-decoration:none;*/
/*    color: #4c4c4c;*/
/*}*/
.clearfix a{
    text-decoration:none;
    color: #4c4c4c;
}
a:link{color:white;}
a:visited{color:red;}

.swiper-pagination-bullet {
    width: 40px;
    height: 6px;
    border-radius: 0;
    background: #9e9e9e;
    opacity: .6;
    margin: 0 5px;
    outline: 0 none !important;
}
/* 轮播图 */
.swiper-pagination-bullet-active {
    background-color: white;
    width: 40px;
    opacity: 1;
}

.self-a:link{color:black;}

.self-a:visited{color:black;}

.xiazaibg{
    transition-duration: 0.2s; //停留时间显示
}
.xiazaibg:hover{
    -webkit-box-shadow: #ccc 5px 5px 5px;
    -moz-box-shadow: #ccc 5px 5px 5px;
    box-shadow: #ccc 5px 5px 5px;
}

a{
    text-decoration:none;
}

.swiper-container {
    width: 638px;
    height: 428px;
    background: url(../images/banner-mini1.png) center 0px no-repeat;
}
.swiper-wrapper{

}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    /*background-color: #dd3730;*/

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-pagination{
    margin-left: 17%;
    margin-top: 20px;
}
.anli ul li{
    float:left;
    margin-left: 0px;
    width: 240px;
    height: 113px;
}

