/* 中间部分css */
.middlecontent{
    width: 100%;
    background-color: #F5F5F5;
}
.middlecontent .center{
    width: 1200px;
    margin: auto;
}
/* 面包屑 */
 .middlecontent .center .crumbs{
    height: 46px;
    width: 100%;
    background: #FFFFFF;
    margin-bottom: 10px;
}
 .middlecontent .center .crumbs ul{
    display: flex;
    height: 100%;
    align-items: center;
    margin-left: 30px;
}
 .middlecontent .center .crumbs ul li a{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}
 .middlecontent .center .crumbs ul li:last-child a{
    color: #B34746;
}
.middlecontent .center .tab{
    padding: 22px 20px 0;
    display: flex;
    justify-content: space-between;
    background-color: #FFFFFF;
}
.middlecontent .center .tab .tab_left a{

    width: 210px;
    height: 50px;
    background: #F2F2F2;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 13px;
    line-height: 50px;
    text-align: center;
    position: relative;
        display: flex;
    align-items: center;
    justify-content: center;
}
.middlecontent .center .tab .tab_left a img{
    vertical-align: middle;
}
.middlecontent .center .tab .tab_left a span{
    margin: 0 35px 0 10px;
}
.middlecontent .center .tab .tab_left .page-active{
    background-color: #B34746;
    color: #FFFFFF;
}
.middlecontent .center .tab .tab_left .page-active::after{
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 10px solid #B34746;
    border-bottom: 6px solid transparent;
    position: absolute;
    right: -10px;
    top: 20px;
}
.middlecontent .center .tab .tab_left .alter{
    display: flex;
    overflow: hidden;
}
.middlecontent .center .tab .tab_left .page-active .alter img{
    filter: drop-shadow(-30px 0 #fff);
    transform: translateX(30px);
}
.middlecontent .center .tab .right{
    width: 920px;
    min-height: 670px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
}
.middlecontent .center .tab .right .regards{
    width: 100%;
    height: 70px;
    background: #FFFFFF;
    border-bottom: 1px solid #EBEBEB;
    display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: bold;
    color: #333333;
}
.middlecontent .center .tab .right .regards::before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 30px;
    background: #B34746;
    margin: 0 19px 0 16px;
}
.middlecontent .center .tab .right .about-right-content{
    padding: 53px 0 0 20px;
}
.about-right-content .regards_top{
    display: flex;
}
.about-right-content .regards_top .typeface{
    width: 476px;
    margin-right: 16px;
}
.about-right-content .regards_top .typeface p{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    text-indent:2em;
}
.about-right-content .regards_top .typeface p:last-child{
    margin-top: 40px;
}
.about-right-content .regards_top .typeface p span{
    color: #B34746;
    font-weight: bolder;
}
.about-right-content .regards_buttom{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    text-indent:2em;
    margin-top: 48px;
}
/* 联系我们 */
.relation_typeface{
    font-size: 20px;
    font-weight: bold;
    color: #FD002D;
}
.relation_centen{
    margin: 24px 0 55px 0;
}
.relation_centen p{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}
/* 免责声明 */
.statement{
    padding-bottom: 74px;
}
.statement p{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    text-indent: 2em;
}
/* 隐私条款 */
.clause p{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    text-indent: 2em;
}
.clause div{
    margin: 40px 0;
}
.clause div p:first-child{
    font-size: 20px;
    font-weight: bolder;
    color: #FD002D;
}

/* 合作入驻 */
.cooperation{
    padding: 37px 24px 42px !important;
}
.swhzContent p{
line-height:19px;
}

.titleStyle {
    font-size: 30px;
    font-family: Crimson Text;
    font-weight: normal;
    color: #333333;
    text-align: center;
    opacity: 0.06;
}

.titlesStyle {
    font-size: 24px;
    
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-top: -13px;
}

.flexUl {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.bg_img li:nth-child(1){
    background: url('/statics/theme/img/content/bg_qyhz1.png')no-repeat center;
}
.bg_img li:nth-child(1) div:nth-child(1){
    background: #FC8AAC;
}
.bg_img li:nth-child(2){
    background: url('/statics/theme/img/content/bg_qyhz2.png')no-repeat center;
}
.bg_img li:nth-child(2) div:nth-child(1){
    background: #FFDB42;
}
.bg_img li:nth-child(3){
    background: url('/statics/theme/img/content/bg_qyhz3.png')no-repeat center;
}
.bg_img li:nth-child(3) div:nth-child(1){
    background: #FC8AAC;
}
.bg_img li:nth-child(4){
    background: url('/statics/theme/img/content/bg_qyhz4.png')no-repeat center;
}
.bg_img li:nth-child(4) div:nth-child(1){
    background: #FC8AAC;
}
.cyhz>ul>li {
    width: 254px;
    height: 88px;
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(20, 65, 117, 0.28);
    display: flex;
    padding: 20px 50px 20px 46px;
    align-items: center;
}

.cyhz>ul>li>img {
    margin-right: 21px;
}

.cyhz>ul>li>div {
    
    text-align: center;
}

.cyhz>ul>li>div>h3 {
    font-size: 20px;

    font-weight: bold;
    color: #333333;
}

.cyhz>ul>li>div>p {
    width: 40px;
    height: 2px;
    background: #696969;
    margin: 12px auto;
}

.cyhz>ul>li>div>span {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}

.htsx {
    margin-top: 50px;
}

.htsx>ul>li {
    width: 230px;
    height: 263px;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 0px rgba(20, 65, 117, 0.28);
}

.htsx>ul>li>div {
    padding: 15px 20px 25px 15px;
}

.htsx>ul>li>div>h3 {
    font-size: 18px;
    
    color: #333333;
    margin-bottom: 12px;
    font-weight: bolder;
}

.htsx>ul>li>div>p {
    font-size: 16px;
    
    font-weight: 400;
    color: #999999;
}

.qyhz {
    margin-top: 50px;
}

.qyhz>ul>li {
    width: 170px;
    height: 198px;
    position: relative;
    padding-top: 48px;
    text-align: center;
}

.qyhz>ul>li>div {
    width: 40px;
    height: 40px;
    border: 4px solid #FFFFFF;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    top: -7px;
    left: -8px;
    line-height: 40px;
}

.qyhz>ul>li>h3 {
    font-size: 20px;
    
    color: #333333;
    margin-bottom: 12px;
    font-weight: bolder;
}

.qyhz>ul>li>p {
    font-size: 16px;
    
    font-weight: 400;
    color: #666666;
}

.hzlc {
    margin-top: 50px;
}

.hzlc>ul {
    padding-left: 7px;
    position: relative;
}

.hzlc>ul>div {
    width: 100%;
    position: absolute;
    height: 1px;
    background: #A1CDFF;
    top: 15px;
    left: 0;
    z-index: 1;
}

.hzlc>ul>li>p {
    width: 30px;
    height: 30px;
    background: #4982ED;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.hzlc>ul>li {
    z-index: 666;
}

.hzlc>ul>li>div {
    background: url('/statics/theme/img/content/bg_hzlcbj.png')no-repeat center;
    width: 139px;
    height: 125px;
    padding: 22px 20px 0 17px;
}

.hzlc>ul>li>div>h3 {
    font-size: 18px;
    
    color: #FFFFFF;
    margin-bottom: 14px;
    font-weight: bolder;
}

.hzlc>ul>li>div>p {
    font-size: 14px;
    
    font-weight: 400;
    color: #FFFFFF;
}

.lxfs {
    margin: 50px 0;
}

.lxfs>ul {
    padding: 30px 50px 32px;
    background: #EBF4FF;
}

.lxfs>ul>li {
    text-align: center;
}

.lxfs>ul>li>h4 {
    font-size: 18px;
    
    font-weight: 400;
    color: #333333;
    position: relative;
    margin: 18px 0 12px;
}

.lxfs>ul>li>h4>p {
  width: 50px;
  height: 40px;
  text-align: center;
  padding-top: 9px;
  background: url(/statics/theme/img/content/bg_lsfsyx.png)no-repeat center;
  font-size: 12px;
  
  font-weight: 400;
  color: #FFFFFF;
  position: absolute;
  top: -20px;
  left: -13px;
  line-height: 15px;
}

.lxfs>ul>li>p {
    font-size: 16px;
    
    font-weight: 400;
    color: #666666;
}
/* 友情链接 */
.friendship{
    padding-bottom: 57px;
}
.friendship p{
    text-indent: 2em;
    line-height: 34px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}
.friendship .color-red{
    color: #B34746;
}
.friendship .require{
    margin-top: 48px;
}
.friendship .require div:first-child{
    font-size: 20px;
    font-weight: 400;
    color: #B34746;
    margin-bottom: 26px;
}
.friendship .inputBox{
    width: 470px;
    height: 34px;
    background: #FFFFFF;
    border: 1px solid #A2A2A2;
    outline: none;
    padding-left: 10px;
}
.friendship .copyButton{
    width: 60px;
    height: 36px;
    background: #EAEAEA;
    border: 1px solid #A2A2A2;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    margin-left: 8px;
    cursor: pointer;
}
.friendship .aligning{
    vertical-align: middle;
}




/* 热门工具开始  */
.show_hotTools{
    width: 100%;
    background:#fff;
    box-sizing: border-box;
    padding: 30px 20px;
}
.index_mian_hotTools{
    width: 100%;
    height: 145px;
    background: url(../../img/content/bg_index_NinthBg.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    
}
.index_mian_hotTools>p{
    width: 48px;
    height: 60px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
    margin-left: 45px;
}
.index_mian_hotTools>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 155px;
    margin-top: 28px
}
.index_mian_hotTools>div>div{
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    width: 804px;
    justify-content: space-between;
}
.index_mian_hotTools_toolList{
    display: flex;
    align-items: center;
}
.index_mian_hotTools_toolList>img{
    width: 34px;
    height: 34px;
}
.index_mian_hotTools_toolList>a{
    font-size: 18px;
    font-weight: 400;
    color: #B34746;
    margin-left: 11px;
}
.index_mian_hotTools_toolList>a:hover{
     font-size: 20px;
     transition: all .2s;
     text-decoration: underline;
}
.tool_marginLeft{
    margin-left: -15px;
}
/* 热门工具结束  */