body {
    /* background:#eee; */
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.header {
    width: 100%;
    height: 90px;
}

.header .inner {
    width: 1120px;
    margin: 0 auto;
    /* background-color: #eee; */
    height: 100%;
}

.header .inner .logo {
    width: 192px;
    padding-top: 17px;
    height: 73px;
    float: left;
}

.header .inner .nav {
    float: left;
    height: 100%;
}

.header .inner .nav ul {
    margin-left: 56px;
}

.header .inner .nav ul li {
    width: 109px;
    height: 90px;
    float: left;
    line-height: 90px;
    font-size: 17px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    position: relative;
}

.header .inner .nav ul li a {
    color: #fff;
    display: block;
}

.header .inner .nav .product .msg {
    display: none;
    width: 109px;
    position: absolute;
    transform: translateY(0);
    left: 0;
    background: #fff;
    color: #fff;
    z-index: 333;
}

.header .inner .nav .product .msg a {
    color: #ff2a36;
    text-decoration: none;
    display: block;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    transition: all 0.25s;
}

.header .inner .nav .product .msg a:hover {
    color: #fff;
    background: #ff2a36;
}

.header .inner .nav .product:hover .msg {
    display: block;
}

.header .inner .nav .aswe .as {
    display: none;
    width: 109px;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 333;
    color: #fff;
}

.header .inner .nav .aswe .as a {
    color: #ff2a36;
    text-decoration: none;
    display: block;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    transition: all 0.25s;
}

.header .inner .nav .aswe .as a:hover {
    color: #ff2a36;
}

.header .inner .nav .aswe:hover .as {
    display: block;
}

.header .inner .btn {
    float: right;
}

.header .inner .btn img {
    margin-top: 30px;
    cursor: pointer;
}

.header .inner .btn img:hover {
    content: url("../img/home/1nav/sm_a.png");
}

.header .inner .tel {
    float: right;
    margin-left: 68px;
}

.header .inner .tel .telView img {
    margin-top: 28px;
}

.header .inner .tel .telView {
    float: left;
    margin-right: 5px;
}

.header .inner .tel span {
    font-size: 16px;
    color: #fff;
    line-height: 90px;
}

.banner {
    width: 100%;
    height: 300px;
    position: relative;
    background: url(../img/contactUs/banner.jpg) no-repeat 50% 100%;
}

.inner {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.bannertext {
    width: 360px;
    height: 100px;
    float: left;
    padding-top: 100px;
}

.bannertext p:first-child {
    font-size: 24px;
    color: #fff;
}

.bannertext p:nth-child(2) {
    font-size: 24px;
    padding-top: 30px;
    color: #fff;
}

.particulars {
    height: 1455px;
    width: 100%;
    background-color: #f5f5f5;
}

.particulars .inner {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.brandtit {
    width: 165px;
    height: 75px;
    margin: 0 auto;
    padding-top: 72px;
    text-align: center;
}

.brandtit p:first-child {
    font-size: 40px;
    color: #000;
    padding-bottom: 8px;
}

.particularsBox {
    width: 100%;
    margin-top: 100px;
    height: 390px;
}

.particularsBox li {
    width: 350px;
    height: 390px;
    cursor: context-menu;
    float: left;
    margin-right: 50px;
}

.particularsBox li:nth-child(3) {
    margin-right: 0;
}

.partImg {
    text-align: center;
    margin-bottom: 32px;
    margin-top: 90px;
    background-color: red;
    height: 80px;
}

.particularsBox li:first-child .partImg {
    background: url(../img/contactUs/address.png) no-repeat 50% 100%;
}

.particularsBox li:nth-child(2) .partImg {
    background: url(../img/contactUs/phone.png) no-repeat 50% 100%;
}

.particularsBox li:last-child .partImg {
    background: url(../img/contactUs/zj.png) no-repeat 50% 100%;
}

.partText p {
    text-align: center;
}

.partSert p {
    text-align: center;
}

.particularsBox li:hover {
    /* color:#e60d19; */
    box-shadow: 0px 2px 12px #e9e9e9;
}

.particularsBox li:first-child:hover .partImg {
    background: url(../img/contactUs/address_a.png) no-repeat 50% 100%;
}

.particularsBox li:first-child:hover .partText p:first-child {
    color: #e60d19;
}

.particularsBox li:nth-child(2):hover .partImg {
    background: url(../img/contactUs/phone_a.png) no-repeat 50% 100%;
}

.particularsBox li:nth-child(2):hover .partText p:first-child {
    color: #e60d19;
}

.particularsBox li:last-child:hover .partImg {
    background: url(../img/contactUs/zj_a.png) no-repeat 50% 100%;
}

.particularsBox li:nth-child(2):hover .partText p:first-child {
    color: #e60d19;
}

.partText .partB {
    width: 25px;
    margin: 10px auto;
    border-bottom: 2px solid #e60d19;
}

.partText p:first-child {
    font-size: 22px;
    color: #ff2b36;
}

.partSert p {
    font-size: 17px;
    line-height: 25px;
}

.particularsBox2 {
    width: 100%;
    height: 500px;
    margin-top: 65px;
}

.partInput div {
    display: inline-block;
    width: 48%;
    height: 70px;
    background-color: #ededed;
    line-height: 70px;
}

.partInput span {
    padding-left: 30px;
}

.partInput input {
    border: none;
    outline: none;
    background-color: #eee;
    width: 80%;
    height: 35px;
}

.partArea {
    width: 100%;
    height: 300px;
    margin-top: 30px;
}

.partArea textarea {
    border: none;
    outline: none;
    background-color: #eee;
    padding: 15px;
}

.partBtn {
    width: 96.3%;
    margin-top: 55px;
    text-align: center;
    height: 100px;
    line-height: 100px;
}

.partBtn button {
    margin: 0 auto;
    width: 205px;
    font-size: 20px;
    color: #f6dcdd;
    border: none;
    cursor: pointer;
    outline: none;
    height: 45px;
    background-color: #ff2b36;
}

.partBtn button:hover {
    background: #e60d19;
}

.footer {
    width: 100%;
    height: 250px;
    background-color: #1d0001;
}

.footer .inner {
    width: 1160px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 60px;
}

.footerleft {
    width: 335px;
    height: 115px;
    float: left;
}

.leftTEXT {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
}

.leftTEXT p:first-child {
    color: #fff;
    font-size: 18px;
    padding-bottom: 2px;
}

.leftTEXT p:nth-child(2) {
    font-size: 30px;
    color: #fff;
}

#particuBox {
    width: 100%;
    height: 600px;
}

.footerBtn {
    width: 96px;
    height: 35px;
    cursor: pointer;
    margin-top: 10px;
    background: url(../img/home/13foot/button.png) no-repeat;
}

.footerBtn:hover {
    background: url(../img/home/13foot/button_a.png) no-repeat;
}

.footerCenter {
    width: 235px;
    height: 150px;
    float: left;
    margin-left: 140px;
}

.footerCenter p {
    padding-bottom: 3px;
}

.footerCenter p a {
    color: #fff;
    font-size: 18px;
}

.footerCenter p a:hover {
    color: #a00811;
}

.centerleft {
    float: left;
    width: 45%;
}

.centerright {
    width: 45%;
    text-align: center;
    float: right;
}

.centerright .centerBtn {
    margin: 0 auto;
    margin-top: 5px;
    cursor: pointer;
    width: 96px;
    height: 34px;
    background: url(../img/home/13foot/dl.png);
}

.centerBtn:hover {
    background: url(../img/home/13foot/dl_a.png);
}

.footerRight {
    width: 268px;
    height: 150px;
    float: right;
}

.footerlQB {
    width: 123px;
    height: 123px;
}

.footerlQB {
    float: left;
}

.footerrQB {
    float: right;
}

.footerrQB,
.footerlQB p {
    text-align: center;
    color: #fff;
}

.copy {
    height: 70px;
    border-top: 1px solid #4f3839;
    color: #eee;
    text-align: center;
    background-color: #1d0001;
    min-width: 1200px;
}

.copy span {
    color: #897a7b;
    line-height: 70px;
}

.centerBtn a {
    display: block;
    width: 100%;
    height: 100%;
}