﻿/*二级banner、面包屑*/
@import url(style2.css);

.input-cntr {
    position: relative;
    transform: translateZ(0);
    border: 1px solid #e1e1e1;
    height: 52px;
    width: 50%;
    overflow: hidden;
	margin: 0 auto;
}
.input-cntr img{margin-left: 15px;}
.input-cntr input[type="text"] {
    padding-left: 18px;
    padding-right: 130px;
    border: 0;
    width: 90%;
    height: 100%;
    font-size: 14px;
    font-family: Microsoft Yahei;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #666;
}
.input-cntr button {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    width: 108px;
    height: 100%;
    font-size: 14px;
    font-family: Microsoft Yahei;
    color: #fff;
    background: #e70012;
    outline: none;
    cursor: pointer;
}

.rlzy_con2{padding: 75px 0 0 0;}
.rlzy_con2_sdo {margin-top: 40px;}
.rlzy_con2_sdo span{display: inline-block;vertical-align: top;font-size: 20px;cursor: pointer;}
.rlzy_con2_sdo_top{font-size: 0;line-height: 90px;    background: #f4f4f4;margin-bottom: 8px;}
.rlzy_con2_sdo_top .span1{width: 6%; margin-left: 2.3%;}
.rlzy_con2_sdo_top .span2{width: 78%;}
.rlzy_con2_sdo_top .span3{width: 5.3%;}
.rlzy_con2_sdo_top .span4{width: 6%; margin-right: 2.4%;}

.rlzy_con2_sdo .span1{text-align: left;}
.rlzy_con2_sdo .span4{text-align: right;}
.span4 i{display: inline-block;width: 40px;height: 40px;text-align: center;line-height: 40px;border-radius: 50%;background: #e60012;font-size: 20px;color: #fff;
margin-right: 19px;}
.rlzy_con2_sdo_bottom{box-sizing: border-box;padding: 40px 20px;display: none;    background: #f4f4f4;    margin-bottom: 40px;    border-left: 3px solid #cc272b}
.rlzy_con2_sdo_bottom p{font-size: 14px;line-height: 30px;color: #666;text-indent:2em;}
.rlzy_con2_sdo_bottom p font{display: inline-block;margin-right: 20px;}
.rlzy_con2_sdo dd span{font-size: 16px;color: #666;}
.rlzy_con2_sdo_top.active .span4 i,.rlzy_con2_sdo_top:hover .span4 i{background: #e60012;color: white;}
.span4 i{transition: 0.3s ease-in-out;}

.tt_page{margin: 75px 0;}
.tt_page ul{text-align: center;font-size: 0;}
.tt_page ul li{display: inline-block;vertical-align: top;border: 1px solid #eee;box-sizing: border-box;width: 42px;height: 40px;line-height: 40px;}
.tt_page ul li a{display: block;font-size: 12px;color: #c9c8c8;line-height: 38px;}
.tt_page ul li:nth-child(1) a{transform: rotate(-180deg);}
.tt_page ul li:hover a{background: #e5e5e5;color: #333;}
.tt_page ul li.active a{background: #e60012;color: white;}
.tt_page a{background: white;}

@media (max-width: 800px) {
    .divBox1 {width: 100%;}
    .input-cntr {width: 95%;height: auto;overflow: auto;margin: 10px auto;}
    .input-cntr input[type="text"] {
        padding-bottom: 10px;
        padding-top: 10px;
        width: 88%;
        font-size: 12px;
    }
    .rlzy_con2_sdo_top .span1 {width: 8%;margin-left: 2.3%;padding-top: 20px;}
    .rlzy_con2_sdo_top .span1 img {width: 100%;}
    .rlzy_con2_sdo_top .span2 {
        width: 68%;
        margin-left: 2.3%;
        padding-top: 25px;
        height: 30px;
    }
    .rlzy_con2_sdo_top .span3 {width: 8.3%;}
    .rlzy_con2_sdo_top .span4 {
        width: 6%;
        margin-right: 2.4%;
        padding-top: 20px;
    }
    .rlzy_con2_sdo_bottom p {
        padding: 5px;
    }
}