@charset "utf-8";
/* CSS Document */
body {margin:0 auto !important; overflow-x:hidden; font-family:"Microsoft YaHei",Helvetica; color:#333; }
body,section,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,th,td,input,textarea,select,img { margin:0; padding:0; border:0; }
ul,ol,li { margin:0px; padding:0px; list-style:none; }
h1,h2,h3,h4,h5,h6 { font-size:inherit; font-weight:lighter; }
table { border-collapse:collapse; border-spacing:0; }
em,i { display:inline-block; font-weight:normal; font-style:normal; }
textarea,select,input { font-family:"Microsoft Yahei"; font-size:.32rem; color:#333; }
b { font-weight:bold; }
img { margin:0; padding:0; border:0; }
a { color:#333; text-decoration:none; }
a:hover { /*color:#333;*/ text-decoration:none; }
input[type="text"],input[type="password"],input[type="button"],input[type="submit"],button,textarea { -webkit-appearance:none; }
.cfx:after,nav.mini:after,.h:after,.hn:after,.PH:after { content:' '; clear:both; display:block; height:0; visibility:hidden; line-height:0; }
* { box-sizing:border-box; }
.fl { float:left; }
.fr { float:right; }




.fontBlue{
    color: #003366;
}
.font18{
    font-size: 18px;
}
.font26{
    font-size: 26px;
}
.txt_j{
    text-align: justify;
    margin: 10px;
}
.txt_c{
    text-align: center;
    margin: 10px;
}
/**** 首页 ****/
.headerNav{
    overflow: hidden;
    background: #2741af;
    height: 83px;
}
.headerNav .logo_txt{
    display: inherit;
    height: 100%;
    line-height: 80px;
    margin-left: 8%;
    width: 40%;
}
.headerNav .logo_txt span{
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    vertical-align: middle;
}
.headerNav .logo_txt img{
    vertical-align: middle;
}
.headerNav .toggleHref{
    height: 80px;
    line-height: 80px;
    margin-right: 60px;
}
.headerNav .toggleHref a{
    padding: 5px;
    margin: 0 20px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    color: #fff;

}
.headerNav .toggleHref a.active{
    border-bottom: 3px solid #ffcc72;
}
.headerNav .toggleHref a:hover{
    border-bottom: 3px solid #ffcc72;
}

.banner{

    background: #04101d;
}
.banner .pic{
    width:100%;
    height: 500px;
    margin:  0 auto;
    background: url("/statics/ffsm/index/1u14.jpg") no-repeat center left;
    background-size: auto 100%;
}

.content1200{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.content1200 h3{
    font-size: 34px;
    color:#434343;
}
.content1200 h3.h3_1{
    margin-top: 40px;
    margin-bottom: 20px;
}
.content1200 h3.h3_2{
    margin-top: 80px;
    margin-bottom: 20px;
}

.tb3{
    margin-top: 34px;
    overflow: hidden;
}
.tb3 .tb_c{
    width: 30%;
    float: left;
    padding: 32px 12px;
    border: 1px solid #ccc;
    padding-bottom: 7px;
}
.tb3 .tb_c .pic_icon{
    width: 128px;
    height: 128px;
    padding: 14px;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: inline-block;
    box-sizing: content-box;
}
.tb3 .tb_c p{
    margin: 10px 0;
    border-bottom: 1px solid #ccc;
    padding: 15px 0px;
    font-size: 24px;
}
.tb3 .tb_c .txt_j{
    font-size: 18px;
    color: #a1a1a1;
    min-height: 180px;
    /* text-align: center; */
    line-height: 1.7;
}

.tb5{
    overflow: hidden;
    margin: 54px 0;
}
.tb5 .tb_c{
    width: 20%;
    float: left;
}
.tb5 .tb_c img{
    height: 100px;
}
.tb5 .tb_c p{
    font-size: 24px;
    color:rgb(153,153,153);
    margin-top: 10px;
}

.footer{
    height: 99px;
    text-align: center;
    color: #ffffff;
    background: #333333;
    line-height: 99px;
    font-size: 18px;
}


/*公司概括*/
.content1200 h1{
    font-size: 42px;
    font-weight: bold;
}

.content1200 .font26.txt_j{
    margin: 40px 0;
    color: #666666;
    line-height: 2;
}
.content1200 .font26.txt_c{
    margin: 40px 0;
    color: #666666;
    line-height: 2;
}
/*公司概括end*/

/*开放合作*/
#hezuo .tb3{}
#hezuo .tb3 .tb_c{
    padding: 0;
    width: 32%;
}
#hezuo .tb3 .tb_c .title{
    height: 75px;
    line-height: 75px;
    font-size: 22px;
    background: #f2f2f2;
}
#hezuo .tb3 .tb_c .content{
    padding: 22px;
}
#hezuo .tb3 .tb_c .people{
    text-align: left;
    color: #999999;
}
#hezuo .tb3 .tb_c .people span{
    font-size: 22px;
    margin-right: 12px;
    color: #333;
}
#hezuo .tb3 .tb_c .hang{
    text-align: left;
    margin: 15px 0px;
}
#hezuo .tb3 .tb_c .hang img{
    width: 50px;
    vertical-align: middle;
}
#hezuo .tb3 .tb_c .hang span{
    font-size: 24px;
    padding-left: 12px;
}

/*开放合作end*/










