@charset "utf-8";

* {
    margin: 0px;
    padding: 0px;
}

.left {
    float: left;
}

.right {
    float: right;
}

img {
    border: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "020";
    height: 0px;
    display: block;
    overflow: hidden;
    clear: both;
}

a {
    color: #333333;
}

a:hover {
    color: #004a7c;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    text-decoration: none;
}

ul li,
ol li {
    list-style-type: none;
}

body {
    font-family: "microsoft Yahei";
    width: 100%;
}

.height10 {
    width: 100%;
    height: 10px;
}

.height15 {
    width: 100%;
    height: 15px;
}

.height20 {
    width: 100%;
    height: 20px;
}

.height25 {
    width: 100%;
    height: 25px;
}

.height30 {
    width: 100%;
    height: 30px;
}

.height40 {
    width: 100%;
    height: 40px;
}

.height50 {
    width: 100%;
    height: 50px;
}

.height60 {
    width: 100%;
    height: 60px;
}


/*******通用********/
.main {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.newtitle {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
}

.newtitle .newtitle01 {
    width: auto;
    height: 100%;
    font-size: 36px;
    color: #333333;
    padding-right: 20px;
    font-weight: 600;
}

.newtitle .newtitle02 {
    width: auto;
    height: 100%;
    font-size: 14px;
    color: #666666;
}

.newtitle a {
    width: auto;
    height: 100%;
    font-size: 14px;
    color: #666666;
    float: right;
    line-height: 70px;
}

/*******header********/

/*******banner********/
.tybanner {
    width: 100%;
    height: 240px;
}

.tybannercon {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.tybannercon span {
    line-height: 200px;
    font-size: 40px;
    color: #FFFFFF;
}

.bdcdjbanner {
    background: url(/picture/0/2009221350237085461.png) no-repeat top center;
}

.tytitle {
    width: 1200px;
    height: auto;
    margin: auto;
}

.tytitle p {
    width: 100%;
    height: 98px;
    border-bottom: 2px solid #acacac;
}

.tytitle p span {
    display: block;
    float: left;
    color: #2B2F32;
    font-size: 36px;
    height: 88px;
    line-height: 100px;
    cursor: default;
}

.tybannercon .tybannercon01 {
    line-height: 80px;
    font-size: 40px;
    padding-top: 50px;
    color: #FFFFFF;
}

.tybannercon .tybannercon02 {
    line-height: 20px;
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.8;
    padding-right: 775px;
}

.tybannercon span {
    display: block;
    width: 100%;
    height: auto;
}

/*******主体********/
.content_wrap {
    width: 1200px;
    height: 245px;
    margin: 60px auto;

}

.fuwu_l {
    width: 380px;
    height: 230px;
}

.fuwu_r {
    width: 820px;
    height: 180px;
    background: #FFFFFF;
    box-shadow: 0 2px 15px 0 rgba(153, 153, 153, 0.20);
    margin-top: 50px;
    position: relative;
}

.fuwu_r .bl_btn {
    position: absolute;
    top: -30px;
    left: -20px;
    background: #262F56;
    box-shadow: 0 2px 15px 0 rgba(153, 153, 153, 0.20);
    width: 209px;
    height: 60px;
    color: #fff;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    padding-left: 23px;
    line-height: 60px;
}
.sx_ul{
    margin-left: 40px;
}

.fuwu_r .sx_ul li a{
    width: 226px;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
    margin-right: 30px;
    cursor: pointer;
}

.fuwu_r .sx_ul li {
    float: left;
    background: #F1F2F3;
    margin-top: 70px;
    color: #333333;
    width: 226px;
    height: 70px;
    margin-right: 30px;
    cursor: pointer;
}