﻿
/*====================
      *基本默认值
====================*/
* {
    padding: 0;
    margin: 0;
    font-family: "Arial, 微软雅黑, 宋体, simsun, sans-serif";
}

img{
    border: none;
    outline: none;
}
li {
    list-style: none;
}
a{
    text-decoration: none;
}

.container{
    width: 1200px;
    margin: 0 auto;
}


/*头部*/
.header{
    height: 90px;
    line-height: 90px;
    font-size: 20px;
    color: #000;
    min-width: 1200px;
}
.header_main{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_logo_a{
    width: 157px;
    height: 44px;
}
.header_logo{
    width: 157px;
    height: 44px;
    display: block;
}
.header_menu{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.header_menu>ul{
    display: flex;
}
.header_menu>ul>li{
    margin-left: 65px;
    position: relative;
}
.header_menu>ul>li>a{
    color: #000;

}
.header_menu>ul>li.active{
    position: relative;
    color: #BE161F;

}
.header_menu li.active>a{
    color: #BE161F;
}
.header_menu li.active:after{
    content: "";
    width: 77px;
    height: 5px;
    background: rgba(190,22,31,1);
    border-radius: 3px;
    position: absolute;
    left: 50%;
    bottom: 25px;
    margin-left: -38px;
}
.header_menu>ul>li:hover>a{
    color: #BE161F;
}
.header_menu>ul>li:hover .menu_2{ display: block;}


.menu_2{
    position: absolute;
    left: 50%;
    top: 90px;
    margin-left: -75px;
    width: 110px;
    height: auto;
    background: #ffffff;
    z-index: 999;
    box-shadow: 0 0 5px #ccc;
    padding: 10px 15px 25px 25px;
    display: none;
}
.menu_2 li{
    font-size: 16px;
    color: #222;
    line-height: 1.8em;
    padding-top: 15px;
}
.menu_2 li a{
    color: #222;
}
.menu_2 li a i{
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 2px 0;
}

.menu_2 li a.icon_gray{
    color: #e9e9e9;
}
.header_tel {
    font-size: 20px;
    color: #000000;
    font-weight: normal;
}


.public_title{
    font-size: 30px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 600;
}
.public_title2{
    color: #000000;
}

/*banner*/
.banner{
    width: 100%;
    min-width: 1200px;
    height: 480px;
    background: url("../images/banner_bg.png") no-repeat center;
    background-size: cover;
    overflow: hidden;

}
.banner2{
    background: url("../images/laywer_banner.png") no-repeat center;
    background-size: cover;
}
.theme_img{
    width: 488px;
    height: 450px;
}
.theme_img2{
    width: 460px;
    height: 423px;

}
.banner_main{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 480px;

}
.theme_text{
    text-align: right;
    color: #000;
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 900px;
    justify-content: flex-end;
}
.theme_title{
    font-size: 40px;
    font-weight: 600;
}
.theme_title em{
    font-style: normal;
    font-size: 30px;
    font-weight: 400;
    display: block;
    padding-top: 5px;
}
.theme_info{
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    padding: 20px 0 60px 0;
}
.theme_btn{
    background: #BE161F;
    border-radius: 57px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    width: 138px;
    height: 39px;
    line-height: 39px;
    display: block;
    text-align: center;
    float: right;
}
.theme_btn2{
    float: none;
}

.main{
    padding: 70px 0;
}
.main_1{
    width: 100%;
    min-width: 1200px;
    height: auto;
    overflow: hidden;
    background: url("../images/main_1.png") no-repeat center;
    background-size: cover;
}
.main_2{
    width: 100%;
    min-width: 1200px;
    height: auto;
    overflow: hidden;
    background: url("../images/main_2.png") no-repeat center;
    background-size: cover;
}
.main_3{
    width: 100%;
    min-width: 1200px;
    height: auto;
    overflow: hidden;
    background: url("../images/main_3.png") no-repeat center;
    background-size: cover;
}
.main_4{
    width: 100%;
    min-width: 1200px;
    height: auto;
    overflow: hidden;
    background: url("../images/main_4.png") no-repeat center;
    background-size: cover;
}
.main_5{
    width: 100%;
    min-width: 1200px;
    height: auto;
    overflow: hidden;
    background: url("../images/main_5.png") no-repeat center;
    background-size: cover;
}
.title{
    color: #000000;
    text-align: center;
}
.title2{
    color: #FFFFFF;
}

.title_h1{
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 600;
}

.title_p{
    font-size: 18px;
    padding-top: 10px;
}

.main1_1{
    width: 890px;
    height: 346px;
    margin: 40px auto 0 auto;
    display: block;
}
.main1_2{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 90px;
}
.main1_itmes{
    width: 211px;
    height: 237px;
    background: rgba(255,255,255,0.39);
    box-shadow: 0px 0px 6px rgba(42,114,242,0.5);
    border-radius: 20px;
    text-align: center;
}
.main1_icon{
    width: 79px;
    height: 79px;
    margin: 18px auto 0 auto;
    display: block;
}
.main1_title{

    font-size: 21px;
    color: #BE161F;
    padding-top: 5px;
}
.main1_info{
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    line-height: 28px;
    padding: 12px 10px 0 10px;

}

.main2_1{
    display: flex;
    justify-content: space-between;
    color: #ffffff;
    margin-top: 50px;
    align-items: center;
}

.main2_text ul{
    display: flex;
    flex-direction: column;
    margin-top: -40px;

}

.main2_text li{

    padding-left: 36px;
    margin-top: 20px;
    background: url("../images/icon_gou.png") no-repeat left 6px;
    background-size: 24px;

}

.main2_title{
    font-weight: 600;
    font-size: 21px;
    color: #FFFFFF;
    line-height: 38px;
}
.main2_cont{

    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 25px;
    margin-top: 5px;
    opacity: 0.7;
}


.main2_img{
    width: 838px;
    height: 387px;
}

.main3_1{
    display: flex;
    align-items: center;
    justify-content: center;

}
.main3_2{
    margin-top: 36px;
}
.main3_itmes{
    width: 377px;
    height: 253px;
    background: rgba(255,255,255,0.39);
    box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
    border-radius: 12px;
    margin:20px;
    color: #000000;
    padding: 30px;
    box-sizing: border-box;
}

.main3_title{
    display: flex;
    align-items: center;
}
.main3_title img{
    flex: 0 0 32px;
    height: 32px;
}
.main3_title p{
    font-weight: 600;
    font-size: 21px;
    line-height: 36px;
    margin-left: 10px;
}
.main3_info{

    font-weight: 400;
    font-size: 15px;
    color: #000000;
    line-height: 30px;
    margin-top: 15px;
    text-align: justify;
}


.main4_title{
    width: 200px;
    font-size: 30px;
    color: #FFFFFF;
    position: relative;
    margin: 60px auto 0 auto;
    text-align: center;
    padding-bottom: 10px;
}
.main4_title:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #ffffff;
    border-radius: 60px;
}
.main4_1{
    display: flex;
    justify-content: space-between;
    color: #ffffff;
    margin: 0 auto;
}
.main4_size{
    width: 80%;
    margin-top: 20px;
}
.main4_itmes{
    width: 190px;
    height: 200px;
    margin-top: 40px;
    text-align: center;
}
.tx_img{
    width: 55px;
    height: 55px;
}
.tx_title{
    font-weight: 600;
    font-size: 21px;
    color: #FFFFFF;
    line-height: 33px;
    margin-top: 20px;
}
.tx_info{
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 28px;
    opacity: 0.7;
    margin-top: 20px;
}
.main4_2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #ffffff;
    margin-top: 20px;
}
.main4_list{
    width: 390px;
    height: 240px;
    background: #fff;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
    border-radius: 12px;
    padding: 30px;
    box-sizing: border-box;
    margin-top: 20px;
    color: #000000;
    text-align: center;
    cursor: pointer;
}
.main4_list:hover{
    background: #BE161F;
}
.main4_list:hover *{ color: #FFFFFF;}

.support_img1{
    background: url("../images/main6_1.png") no-repeat;
    background-size: cover;
}
.support_img2{
    background: url("../images/main6_2.png") no-repeat;
    background-size: cover;
}
.support_img3{
    background: url("../images/main6_3.png") no-repeat;
    background-size: cover;
}
.support_img4{
    background: url("../images/main6_4.png") no-repeat;
    background-size: cover;
}
.support_img5{
    background: url("../images/main6_5.png") no-repeat;
    background-size: cover;
}
.support_img6{
    background: url("../images/main6_6.png") no-repeat;
    background-size: cover;
}

.main4_list:hover .support_img1{
    background: url("../images/main6_11.png") no-repeat;
    background-size: cover;
}
.main4_list:hover .support_img2{
    background: url("../images/main6_22.png") no-repeat;
    background-size: cover;
}
.main4_list:hover .support_img3{
    background: url("../images/main6_33.png") no-repeat;
    background-size: cover;
}
.main4_list:hover .support_img4{
    background: url("../images/main6_44.png") no-repeat;
    background-size: cover;
}
.main4_list:hover .support_img5{
    background: url("../images/main6_55.png") no-repeat;
    background-size: cover;
}
.main4_list:hover .support_img6{
    background: url("../images/main6_66.png") no-repeat;
    background-size: cover;
}
.main4_list:hover .support_href{
    border: 1px solid #FFFFFF;
}
.support_img{
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.support_title{
    font-weight: 600;
    font-size: 21px;
    margin-top: 15px;
}
.support_info{
    margin-top: 20px;
    font-weight: 400;
    font-size: 15px;
    padding: 0 30px;
    line-height: 1.8em;
}
.support_href{
    width: 120px;
    height: 48px;
    border-radius: 12px;
    border: 1px solid #BE161F;
    display: block;
    margin: 35px auto  0 auto;
    font-weight: 600;
    font-size: 18px;
    color: #BE161F;
    line-height: 48px;
}

.main5_1{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

}
.title_h12{
    padding-top: 20px;
}
.main5_tel{
    padding-top: 20px;
}
.main5_tel p{

    font-size: 18px;
    color: #000000;
    line-height: 30px;
}

.main5_ewm{
    width: 145px;
    height: 145px;
    display: block;
    margin: 0 auto;

}

/*产品页*/
.promain{
    padding: 70px 0;
}
.pro_1{
    width: 100%;
    min-width: 1200px;
    height: auto;
    overflow: hidden;
    background: url("../images/pro_bg1.png") no-repeat center;
    background-size: cover;
}
.pro_2{
    width: 100%;
    min-width: 1200px;
    height: auto;
    overflow: hidden;
    background: url("../images/pro_bg2.png") no-repeat center;
    background-size: cover;
}
.pro_3{
    width: 100%;
    min-width: 1200px;
    height: auto;
    overflow: hidden;
    background: url("../images/pro_bg3.png") no-repeat center;
    background-size: cover;
}
.pro_4{
    width: 100%;
    min-width: 1200px;
    height: auto;
    overflow: hidden;
    background: url("../images/pro_bg4.png") no-repeat center;
    background-size: cover;
}
.pro_5{
    width: 100%;
    min-width: 1200px;
    height: auto;
    overflow: hidden;
    background: url("../images/pro_bg5.png") no-repeat center;
    background-size: cover;
}


.proTw{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.pro_pic{
    width: 560px;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.pro_pic img{
    width: 100%;
    height: auto;
}
.pro_pic p{
    font-weight: 600;
    font-size: 60px;
    line-height: 84px;
}
.prolay_1{ color: #FFFFFF;}
.prolay_2{ color: #000000; text-align: right;}

.pro_text{
    width: 540px;
    height: auto;
    overflow: hidden;
    padding-top: 30px;
}

.pro_text2{
    padding-top: 50px;
}


.pro_title{
    font-size: 30px;
    font-weight: 600;
}
.pro_info{
    font-size: 15px;
    line-height: 26px;
    margin: 20px 0 60px 0;
    font-weight: 500;
}

.pro_itmes{
    width: 590px;
    height: auto;
    overflow: hidden;
    color: #FFFFFF;
    text-align: center;
}
.finance_title{
    font-size: 30px;
    font-weight: 600;
}
.finance_pic{
    width: 560px;
    height: 370px;
    margin-top: 45px;
}
.finance_info{
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    margin-top: 15px;

}

/*关于我们*/
.about_banner{
    width: 100%;
    min-width: 1200px;
    height: 480px;
    background: url("../images/about_banner.png") no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 35px;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
    justify-content: center;
}

.about_1{
    width: 100%;
    min-width: 1200px;
    height: auto;
    overflow: hidden;
    background: url("../images/about_bg1.png") no-repeat center;
    background-size: cover;
    padding: 0 0 70px 0;
}
.about_3{
    width: 100%;
    min-width: 1200px;
    height: auto;
    overflow: hidden;
    background: url("../images/about_bg3.png") no-repeat center;
    background-size: cover;
}
.about_5{
    width: 100%;
    min-width: 1200px;
    height: auto;
    overflow: hidden;
    background: url("../images/about_bg5.png") no-repeat center;
    background-size: cover;
}
.about_6{
    width: 100%;
    min-width: 1200px;
    height: auto;
    overflow: hidden;
    background: url("../images/about_bg6.png") no-repeat center;
    background-size: cover;
}
.about1_1{
    position: relative;
    height: auto;

}
.about1_pic{
    width: 496px;
    height: 604px;
}
.about1_text{
    width: 780px;
    position: absolute;
    right: 0;
    top: 100px;


}
.about_top{
    width: 580px;
    float: right;
    padding-bottom: 40px;

}
.about_title{
    font-weight: 600;
    font-size: 30px;
    color: #3B3B3B;
    text-align: right;

}
.about_info{
    font-weight: 400;
    font-size: 15px;
    color: #666666;
    line-height: 40px;
    text-align: justify;
    margin-top: 35px;
}
.about_info p{
    text-indent: 50px;
}
.about1_bottom{
    clear: both;
    width: 778px;
    height: 240px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 4px 20px rgba(0,0,0,0.1);
    padding: 40px 65px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 15px;
    color: #666666;
    line-height: 35px;
    text-align: justify;
    margin-top: 35px;
}
.about1_2{
    display: flex;
    justify-content: space-between;
    margin-top: 135px;
}

.about1_itmes{
    width: 130px;
    text-align: center;

}
.about1_itmes img{
    width: 100px;
    height: 110px;
    margin: 0 auto;
}
.about1_itmes p{
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 32px;
    margin-top: 10px;
}
.ai_box{
    padding: 70px 0;
}
.ai_main{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.ai_pic{
    width: 300px;
    height: 197px;

}
.ai_text{
    width: 300px;
    font-weight: 600;
    font-size: 21px;
    color: #000000;
    line-height: 42px;
    padding: 30px 0 0 30px;
    box-sizing: border-box;
}
.ai_text strong{
    color: #BE161F;
    font-size: 30px;
}


.contact{
    width: 100%;
    height: 530px;
    background: rgba(255,255,255,0.2);
    margin-top: 75px;
    color: #FFFFFF;
    padding: 30px 70px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.contact_title .title_h1{
    font-weight: 600;
    font-size: 29px;
    color: #FFFFFF;

}
.contact_title .title_p{
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}

.contact_left{
    width: 600px;
}
.contact_right{
    padding-left: 68px;
    border-left: #EFEFEF solid 1px;
    margin-top: 60px;
    height: 390px;

}
.contact_right p{

    font-size: 18px;
    color: #FFFFFF;
    line-height: 41px;
    margin-top: 20px;
}
.contact_right img{
    width: 160px;
    height: 160px;
    display: block;
    margin: 60px auto 0 auto;
}
.form_title{
    color: #FFFFFF;
}
.form_titleh1{
    font-weight: 600;
    font-size: 32px;
    line-height: 45px;
}
.form_titlep{
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    margin-top: 10px;
}
.form_input{
    width: 590px;
    height: 53px;
    background: rgba(255,255,255,1);
    font-weight: 400;
    font-size: 14px;
    color: #666;
    line-height: 53px;
    outline: none;
    border: none;
    margin-top: 15px;
    text-indent: 10px;
}
select.form_select{
    background: rgba(255,255,255,1);
}
/* 直接在输入字段上设置placeholder的颜色 */
.form_input::placeholder {
    color: #666; /* 灰色 */
}

/* 或者如果你想针对不同的浏览器兼容性写不同的样式 */
.form_input::-webkit-input-placeholder { /* Chrome, Opera, Safari */
    color: #666; /* 灰色 */
}

.form_input:-moz-placeholder { /* Firefox 18- */
    color: #666; /* 灰色 */
    opacity: 1; /* 修复老版本Firefox的不透明度问题 */
}

.form_input::-moz-placeholder { /* Firefox 19+ */
    color: #666; /* 灰色 */
    opacity: 1; /* 修复Firefox的不透明度问题 */
}

.form_input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #666; /* 灰色 */
}

.form_btn{
    width: 590px;
    height: 53px;
    background: rgba(42,114,242,1);

    font-size: 21px;
    color: #FFFFFF;
    line-height: 53px;
    text-align: center;
    display: block;
    margin-top: 30px;
}

.map{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.map_img{
    width: 684px;
    height: 378px;
}
.map_text{

    color: #000000;
    text-align: right;
}
.map_title{
    font-weight: 600;
    font-size: 30px;
}
.map_info{
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
    margin-top: 30px;
}

.agent_title .title_h1{ font-size: 30px;}
.agent_title .title_p{ font-size: 18px; padding: 0; margin-top: 10px;}

.agent_tab{
    color: #BE161F;
    width: 88%;
    margin: 85px auto 0 auto;
}
.agent_tab ul{
    display: flex;
    justify-content: space-between;
}
.agent_tab li{
    width: 220px;
    cursor: pointer;
}


.agent_small{
    width: 195px;
    height: 100px;
    line-height: 120px;
    text-align: center;
    box-shadow: 0px 0px 6px rgba(114,114,114,0.16);
    border-radius: 8px;
    position: relative;
    background: #FFFFFF;

    font-size: 21px;
    color: #BE161F;
}
.agent_icon{
    width: 61px;
    height: 61px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: -35px;
}
.agent_icon1{
    background: url("../images/agent_1.png") no-repeat center;
    background-size: cover;
}
.agent_icon2{
    background: url("../images/agent_2.png") no-repeat center;
    background-size: cover;
}

.agent_icon3{
    background: url("../images/agent_3.png") no-repeat center;
    background-size: cover;
}

.agent_tab li.active .agent_icon1{
    background: url("../images/agent_11.png") no-repeat center;
    background-size: cover;
}
.agent_tab li.active .agent_icon2{
    background: url("../images/agent_22.png") no-repeat center;
    background-size: cover;
}

.agent_tab li.active .agent_icon3{
    background: url("../images/agent_33.png") no-repeat center;
    background-size: cover;
}
.agent_tab li.active .agent_small{
    background: #BE161F;
}
.agent_tab li.active *{ color: #FFFFFF;}

.agent_box{
    color:#BE161F;
}
.agent_box>div{ display: none;}
.agent_box>div.active{ display: block;}
.agent_list{

    display: flex;
    justify-content: space-between;
}
.agent_itmes{
    width: 365px;
    height: 197px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 0px 6px rgba(0,0,0,0.16);
    border-radius: 10px;
    padding:  20px 40px;
    margin-top: 20px;
    box-sizing: border-box;
}
.share_title{
    font-weight: 600;
    font-size: 21px;
    color: #BE161F;
    line-height: 45px;
    text-align: center;
    margin-top: 10px;
}
.share_cont{
    font-weight: 500;
    font-size: 15px;
    color: #BE161F;
    line-height: 26px;
    text-align: justify;
    margin-top: 10px;
}

.flow{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    align-items: center;
}
.flow_table{
    width: 210px;
    height: 140px;

    border: 1px dashed #BE161F;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 15px;
    box-sizing: border-box;

}
.flow_line{
    width: 73px;
    height: 23px;
    background: url("../images/flow_line.png") no-repeat;
    background-size: cover;


}
.flow_title{
    font-weight: 600;
    font-size: 21px;
    color: #BE161F;
    line-height: 45px;
}
.flow_info{
    font-weight: 500;
    font-size: 15px;
    color: #BE161F;
    margin-top: 5px;
}

.about_tel .title_p{
    font-size: 21px;

}
.about_tel .title_h1{
    padding-top: 35px;
    font-size: 24px;
}

.icon_about_tel{
    width: 31px;
    height: 31px;
    display: inline-block;
    vertical-align: middle;
    background: url("../images/icon_about_tel.png") no-repeat;
    background-size: 31px;
    margin: 0 10px 7px 0;

}
.icon_about_tel2{
    width: 31px;
    height: 31px;
    display: inline-block;
    vertical-align: middle;
    background: url("../images/icon_about_tel2.png") no-repeat;
    background-size: 31px;
    margin: 0 10px 7px 0;

}
/*底部*/
.footer{
    min-width: 1200px;
    background: #303443;
    height: auto;
    overflow: hidden;
    color: #ffffff;
}

.footerTop{
    padding: 50px 0;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.footer_l{
    /*float: left;*/
}

.footer_logo{
    width: 162px;
    height: 49px;
    display: block;
    margin-bottom: 5px;
}
.footer_l p{ padding-top: 30px; padding-left: 5px;}
.footer_l p font{ display: block; font-size: 16px;}
.footer_l p span{
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    display: block;
    margin-top: 10px;
}
.footer_m{
    /*float: left;*/
}
.footer_m ul{
    display: flex;
}
.footer_m li{

    margin-left: 100px;
}
.footer_m li h1{
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 5px;
}
.footer_m li p{
    color: #ffffff;
    font-size: 16px;
    padding-top: 25px;
}
.footer_m li p a{
    color: #ffffff;
}
.footer_m li p a.icon_gray{ color: #666;}
.footer_r{
    float: left;
}
.footer_r ul{
    display: flex;
}
.footer_r li{
    width: 125px;
    height: auto;
    overflow: hidden;
    margin-left: 100px;
    /*float: left;*/
}
.footer_r li p{
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 5px;
}
.footer_r li img{
    width: 125px;
    height: 125px;
    display: block;
    margin-top: 30px;
}

.icon_tel_1{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 5px 0;
    background: url("../images/icon_tel_1.png") no-repeat;
    background-size: cover;
}
.icon_tel_2{
    width: 16px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 5px 0;
    background: url("../images/icon_tel_2.png") no-repeat;
    background-size: cover;
}

.index_banner{
    height: 480px;
    min-width: 1200px;
}

.try{
    padding: 50px 100px;
    background: #f5f5f5;
    width: 590px;
    margin: 0 auto 20px auto;
}
.try .form_titleh1{
    color: #333333;
    text-align: center;
    padding-bottom: 30px;
}

.try .form_input{
    background: #fff;
    margin-top: 5px;
    height: 45px;
    line-height: 45px;

}
.form_itmes{
    padding-top: 10px;
}
.try .form_itmes span{
    display: inline-block;
    vertical-align: middle;
}
.try .form_itmes span font{ color: #ff0000; margin: 0 5px 0 0;}

/* 本例子css */
.txtScroll-top{ width: 100%;  overflow:hidden; position:relative; font-size: 16px;}
.txtScroll-top .bd{ padding:15px;  }
.txtScroll-top .infoList li{ height:34px; line-height:34px;   }
.txtScroll-top .infoList li span{ margin-right: 50px;}
.txtScroll-top .infoList li .date{ float:right; color:#f2672c;  }