/* 导航 */
.Yd_navBox{
    display: none;
}
.navBox{
    width: 100%;
}
.Nav_top{
    width: 100%;
    height: .9rem;
    position: absolute;
    top: 0;
    z-index: 10;
}
.Nav_top1{
    width: 100%;
    height: .9rem;
    position: fixed;
    top: 0;
    z-index: 10;
    background-color: #fff;
    transform: scale(0.5s);
    z-index: 100;
}
.Nav_topContent{
    width: 17rem;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Nav_topContent>img{
    width: 1.62rem;
        height: .45rem;
}
.navUl{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navLi a{
    font-size: .2rem;
    padding:.2rem .1rem;
    cursor: pointer;
    border-bottom: .01rem solid #ccc;
    margin: 0 .1rem;
    color: #fff;
}
.Nav_topContent1{
    width: 17rem;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Nav_topContent1>img{
   width: 1.62rem;
        height: .45rem;
}
.navUl1{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navLi1 a{
    font-size: .2rem;
    padding:.2rem .1rem;
    cursor: pointer;
    /* border-bottom: .01rem solid #ccc; */
    margin: 0 .1rem;
    color: #000;
    display: block;
}

/*  */
.homeBox{
    width: 100%;
    height: 100%;
    position: relative;
}
.homeBox_img{
    width: 100%;
    height: 6rem;
    background-image: url('../img/contactbanner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.homeBox_title{
    font-size: .4rem;
    color: #fff;
    position: absolute;
    top: 60%;
    left: 10%;
}
/*  */

.ContactUs01{
    width: 100%;
    background-color: #fff;
}
.ContactUs01_box{
    width: 15rem;
    margin:.5rem auto;
    display: flex;
    background: url('../img/Contact-Us_03.jpg') no-repeat;
    height: 7rem;
    background-size: cover;
    box-shadow:0 0 12px 0px #999;
}
.ContactUs01_L{
    width: 60%;
    height: 100%;
    padding: .3rem .5rem;
    box-sizing: border-box;
}
.ContactUs01_R{
    width: 40%;
    height: 100%;
    background: rgba(217, 118, 42, 0.11);
    padding: .3rem .5rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
.ContactUs01_LT{
    font-size: .4rem;
    color: #bd2c29;
    text-transform: uppercase;
    font-family: pb;
}
.ContactUs01_LM{
    color: #999;
    font-size: .2rem;
}
.ContactUs01_inputBox{
    margin-top: .3rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ContactUs01_inputBox li p{
    font-size: .16rem;
    margin-bottom: .1rem;
}
.ContactUs01_inputBox li:nth-child(5){
    width: 100%;
}
.ContactUs01_inputBox li {
    width: 45%;
    /* margin-right: 6%; */
    margin-bottom: .2rem;
    color: #444;
}
.ContactUs01_inputBox li input{
    background: none;
    border-radius: .05rem;
    border: solid 1px #d5d5d5;
    padding: .1rem .15rem;
    width: 100%;
    display: block;
    box-sizing: border-box;
    font-size: .18rem;
    color: #444;
}
.ContactUs01_inputBox .ismassage {
    width: 100%;
    margin-right: 0;
}
.index07_LI_label {
    font-size: 16px;
    font-style: italic;
    color: #444;
    line-height: 1.2;
}
.index07_LI_label>span{
    color: #999;
}
.ContactUs01_inputBox li textarea {
    width: 100%;
    font-size: .3rem;
    color: #444;
    background: none;
    border-radius: 0;
    margin-top: .2rem;
    border: solid 1px #d5d5d5;
    height: 1.2rem;
    resize: none;
    font-size: .18rem;
    padding: .1rem .15rem;
    box-sizing: border-box;
}
.index07_btn {
    outline: none;
    border: none;
    width: 120px;
    height: 43px;
    background: #bd2c29;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ContactUs01_RT {
    margin-bottom: 15px;
    background: linear-gradient(to right, #C12D31, #e8be46);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent !important;
    display: inline-block;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
}
.ContactUs01_R_ul{
    font-size: 18px;
    color: #444;
}
.ContactUs01_R_ul>li{
    margin-bottom: .2rem;
}
.ContactUs01_R_ul>li a{
    color: #cc4b1d;
}
.ContactUs01_RIcon{
    margin-bottom: .4rem;
}
.ContactUs01_RIcon a{
    margin-right: .3rem;
}
.index07{
    display: none;
}
/*  */
.ContactUs02{
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    padding-top: .8rem;
    margin-bottom: 1rem;
}
.ContactUs02_T {
    background: linear-gradient(to right, #C12D31, #EFC31D);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-transform: uppercase;
    color: transparent !important;
    font-size: 36px;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 50px;
}
.ContactUs02:before {
    display: inline-block;
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    top: 3.2rem;
    height: .02rem;
    background: linear-gradient(to right, #C12D31 40%, #EFC31D);
}
.ContactUs02_ul {
    display: flex;
    margin: 0 auto;
    width: 16rem;
}
.ContactUs02_ul li {
    width: 20%;
    box-sizing: border-box;
    padding: 20px 3% 30px;
    position: relative;
}
.ContactUs02_ul li:first-child:before {
    border-color: #ab1c23;
}
.ContactUs02_ul li:before {
    display: inline-block;
    position: absolute;
    content: '';
    width: .16rem;
    border-radius: 50%;
    left: 50%;
    margin-left: -.08rem;
    top: 1.34rem;
    height: .16rem;
    background: #f8f4f4;
    border-width: .02rem;
    border-style: solid;
}
.ContactUs02_ul li:first-child:after {
    background: #ab1c23;
}
.ContactUs02_ul li:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    bottom: 0;
    transition: height 0.6s;
    height: 0;
    z-index: -1;
}
.ContactUs02_ul li:first-child .ContactUs02_ul_t1 {
    color: #ab1c23;
}

.ContactUs02_ul .ContactUs02_ul_t1 {
    font-size: .72rem;
    font-weight: bold;
    margin-bottom: .48rem;
    transition: color 0.6s;
}
.ContactUs02_ul .ContactUs02_ul_t1 span {
    font-size: .36rem;
    vertical-align: middle;
    top: 0;
}
.ContactUs02_ul .ContactUs02_ul_t2 {
    font-size: .2rem;
    transition: color 0.6s;
    color: #444444;
}
.ContactUs02_ul li:nth-child(2) .ContactUs02_ul_t1 {
    color: #af2b32;
}
.ContactUs02_ul li:nth-child(2):after {
    background: #af2b32;
}
.ContactUs02_ul li:nth-child(2):before {
    border-color: #af2b32;
}
.ContactUs02_ul li:nth-child(3) .ContactUs02_ul_t1 {
    color: #b1343a;
}
.ContactUs02_ul li:nth-child(3):after {
    background: #b1343a;
}
.ContactUs02_ul li:nth-child(3):before {
    border-color: #b1343a;
}
.ContactUs02_ul li:nth-child(4) .ContactUs02_ul_t1 {
    color: #d9762a;
}
.ContactUs02_ul li:nth-child(4):after {
    background: #d9762a;
}
.ContactUs02_ul li:nth-child(4):before {
    border-color: #d9762a;
}
.ContactUs02_ul li:nth-child(5) .ContactUs02_ul_t1 {
    color: #e59c26;
}
.ContactUs02_ul li:nth-child(5):after {
    background: #e59c26;
}
.ContactUs02_ul li:nth-child(5):before {
    border-color: #e59c26;
}
.ContactUs02_ul li:hover:after {
    height: 100% !important;
}
.ContactUs02_ul li:hover .ContactUs02_ul_t2 {
    color: #fff !important;
}
.ContactUs02_ul li:hover .ContactUs02_ul_t1 {
    color: #fff !important;
}







/*  */
.index06{
    width: 100%;
    color: #fff;
    background: #000;
    /* background: url('../img/contact_bg.jpg') no-repeat; */
    background-size: 100%;
}
.index06_footerC{
    width: 15rem;
    margin: auto;
    padding: .5rem 0;
}
.index06_footerCIcon img{
    width: 2rem;
    height: .6rem;
}
.index06_footerCIcon{
    margin-bottom: .3rem;
}
.index06_footerCUl{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.footerCUl_h2{
    color: #fff;
    font-size: .24rem;
    margin-bottom: .3rem;
    font-family: pb;
}
.textwidget_ul div {
    display: flex;
    align-items: center;
    margin-bottom: .15rem;
    font-size: .15rem;
    line-height: 1.4;
}
.index06_footerCUl>li {
    max-width: 25%;
}
.index06_footerCUl>li {
    max-width: 25%;
}
.textwidget_ul div a{
    font-size: .15rem;
    color: #fff;
}
.textwidget_ul div>img{
    margin-right: .2rem;
}
.media_icon{
    margin-top: .5rem;
}
.media_icon>a{
    margin-right: .2rem;
}
.footerCUl_li2{
    position: relative;
    margin-bottom: .15rem;
}
.footerCUl_li2:before {
    content: '';
    width: .08rem;
    height: .08rem;
    border-radius: 50%;
    background: #fff;
    margin-left: -.08rem;
    margin-right: .12rem;
    display: inline-block;
    vertical-align: middle;
    /* margin-bottom: .15rem; */
}
.textwidget_ul2{
    padding-left: .1rem;
}
.footerCUl_li2>a{
    color: #fff;
    font-size: .15rem;
}
.textwidget_ul3{
    display: flex;
    align-items: flex-start;
    height: 100%;
}
.textwidget_ul3img{
    width: 2rem;
    height: 1rem;
    background: red;
}
.textwidget_ul3img:first-child{
    margin-right: .3rem;
}
.index06_info{
    width: 100%;
    height: .4rem;
    background-color: rgba(33, 33, 33, 0.2);
    font-size: .15rem;
    text-align: center;
    line-height: .4rem;
}
body {
    font-size: .14rem;
}
