/*-------------	service-------------*/
.service-wai {
    padding-top: 30px;
    overflow: hidden;
}

.service-list {
    width: 816px;
    height: 630px;
}

.service-top h2 {
    color: #333;
    font-size: 44px;
}

.service-top h2 i {
    color: #ca2b2f;
}

.service-top p {
    color: #666;
    font-size: 15px;
    line-height: 30px;
    margin-top: 15px;
}

.service-bottom {
    margin-top: 40px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.serv-tit {
    position: relative;
}

.serv-tit h3 {
    width: 811px;
    height: 36px;
    margin-left: 6px;
    line-height: 36px;
    background: url(../../../upload/service-tit.jpg) no-repeat center;
}

.serv-tit h3:before {
    content: "";
    width: 2px;
    height: 36px;
    background: #ca2b2f;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.serv-tit h3 em {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    padding-left: 50px;
}

.serv-tit h3:after {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../../../upload/service-icon.png) no-repeat;
    display: inline-block;
    position: absolute;
    left: 2.5%;
    top: 20%;
}

.serv-body {
    margin-top: 12px;
    overflow: hidden;
}

.serv-list li {
    position: relative;
    /*margin-left: 12px;*/
    width: 132px;
    height: 329px;
    float: left;
    background: #fff;
}

.serv-list li {
    /* -webkit-box-shadow: 1px 1px 12px rgba(0,0,0,.08);   -moz-box-shadow: 1px 1px 12px rgba(0,0,0,.08);    box-shadow: 1px 1px 12px rgba(0,0,0,.08);*/
    -webkit-transition: width .15s linear;
    -o-transition: width .15s linear;
    -moz-transition: width .15s linear;
    transition: width .15s linear;
}

.serv-list li.active {
    z-index: 9;
    width: 390px;
    /*    -webkit-box-shadow: 0 4px 20px rgba(0,0,0,.2);    -moz-box-shadow: 0 4px 20px rgba(0,0,0,.2);    box-shadow: 0 4px 20px rgba(0,0,0,.2);*/
}

.serv-block {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    border: 1px solid #eee;
}

.block {
    width: 100%;
    height: 327px;
    text-align: center;
}

.serv-block .block h4 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 10px;
}

.serv-list li:nth-child(2) .serv-block,
.serv-list li:nth-child(3) .serv-block,
.serv-list li:nth-child(4) .serv-block {
    border-left: none;
}

.block ul ol {
    color: #666;
    font-size: 14px;
    line-height: 30px;
}

.serv-none {
    position: relative;
    display: none;
    padding-top: 25px;
    height: 100%;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    background: url(../../../upload/serv-left-bj.jpg) no-repeat;
}

.serv-list li.active .serv-none {
    display: block;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.serv-list li.active .serv-block {
    display: none;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.serv-none .none{
    display: block !important;
}

.none span em {
    width: 66px;
    height: 66px;
    display: block;
    margin: 0 auto;
    background: url(../images/zc-icon.png) no-repeat center;
}

.serv-list li:nth-child(2) .serv-none .none span em {
    background: url(../images/csfw-icon.png) no-repeat center;
}

.serv-list li:nth-child(3) .serv-none .none span em {
    background: url(../images/zscq-icon.png) no-repeat center;
}

.serv-list li:nth-child(4) .serv-none .none span em {
    background: url(../images/gycp-icon.png) no-repeat center;
}

.none span {
    text-align: center;
    display: block;
}

.none span i {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding-top: 10px;
    display: block;
}

.none p {
    color: #fff;
    font-size: 14px;
    padding: 15px 15px 0px 15px;
    text-align: center;
}

.none a {
    color: #fff;
    width: 118px;
    height: 30px;
    display: block;
    margin: 20px auto;
    line-height: 30px;
    text-align: center;
    background: #d53c3c;
    border: 1px solid #fff;
    border-radius: 30px;
}

.serv-cxtd {
    width: 384px;
    height: 810px;
    overflow: hidden;
}

.cxtd-tit {
    width: 384px;
    height: 100px;
    background: #ca2b2f;
}

.cxtd-tit h2 {
    color: #fff;
    font-size: 28px;
    text-align: center;
    padding-top: 20px;
}

.cxtd-tit p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
}

.cxtd-body {
    padding: 29px 37px 10px;
    overflow: hidden;
    background: #f6f6f6;
    /*	border-bottom:1px solid #ca2b2f;*/
}

.cxtd-gszc {
    overflow: hidden;
    margin-top: 0px;
}

.cxtd-gszc h3 {
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: normal;
}

.cxtd-gszc ul li {
    float: left;
    height: 40px;
    width: 310px;
    overflow: hidden;
    line-height: 40px;
    margin-bottom: 10px;
    border: 1px solid #c7c7c7;
    background: #fff;
}

.cxtd-gszc ul li input {
    color: #777;
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    padding-left: 20px;
}

.cxtd-gszc ul li:nth-child(2) input {
    background: url(../images/xm-icon.png) no-repeat center left 5px;
    padding-left: 30px;
}

.cxtd-gszc ul li:nth-child(3) input {
    background: url(../images/tel-icon.png) no-repeat center left 5px;
    padding-left: 30px;
}

.cxtd-gszc ul li:last-child {
    border: none;
    margin-top: 10px;
}

.cxtd-gszc ul li:last-child input {
    color: #fff;
    font-size: 14px;
    padding-left: 0;
    cursor: pointer;
    background: #ca2b2f;
}

.cxtd-sbzc {
    overflow: hidden;
    margin-top: 0px;
}

.cxtd-sbzc h3 {
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: normal;
}

.cxtd-sbzc ul li {
    float: left;
    height: 40px;
    width: 310px;
    overflow: hidden;
    line-height: 40px;
    margin-bottom: 10px;
    border: 1px solid #c7c7c7;
    background: #fff;
}

.cxtd-sbzc ul li:nth-child(6) {
    margin-bottom: 10px;
    border: none;
    margin-top: 10px;
}

.cxtd-sbzc ul li input {
    color: #777;
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    padding-left: 20px;
}

.cxtd-sbzc ul li:nth-child(1) input {
    background: url(../images/sb-icon.png) no-repeat center left 5px;
    padding-left: 40px;
}

.cxtd-sbzc ul select {
    background-color: #fff;
    background-image: url(../images/hy-icon.png);
    background-repeat: no-repeat;
    background-position: left 5px center;
    padding-left: 30px;
    margin-bottom: 10px;
    width: 310px;
    height: 44px;
    color: #777;
}

.cxtd-sbzc ul li:nth-child(3) input {
    background: url(../images/tel-icon.png) no-repeat center left 5px;
    padding-left: 40px;
}

.cxtd-sbzc ul li:nth-child(6) input {
    color: #fff;
    font-size: 14px;
    padding-left: 0;
    cursor: pointer;
    background: #333333;
}

.serv-cxtd-body {
    position: absolute;
    right: 0px;
    top: 500px;
    z-index: 1;
    width: 100%;
}

/*---------------------	advertising-wai---------------------*/
.advertising-wai {
    height: 200px;
    overflow: hidden;
    background: url(../../../upload/adv-bj.jpg) no-repeat;
}

.adv-l {
    margin-top: 30px;
}

.adv-l h2 {
    color: #fff;
    font-size: 36px;
    letter-spacing: 10px;
    text-align: center;
}

.adv-l p {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin: 15px auto;
}

.adv-l a {
    color: #fff;
    width: 520px;
    height: 60px;
    line-height: 60px;
    background: #d53c3c;
    border-radius: 30px;
    display: block;
    margin: 0 auto;
    margin-top: 25px;
}

.adv-l a em {
    font-size: 24px;
    display: block;
    float: left;
    margin-left: 30px;
}

.adv-l a i {
    width: 350px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    font-size: 30px;
    display: block;
    color: #d53c3c;
    font-weight: bold;
    border-radius: 30px;
    text-align: center;
    float: right;
    margin-right: 5px;
    margin-top: 5px;
}

/*---------------------	advertising-wai---------------------*/
.advantage-wai {
    overflow: hidden;
    padding-top: 75px;
    background: url(../../../upload/adv-ys-bj.jpg) no-repeat;
}

.adv-tit {
    overflow: hidden;
    text-align: center;
}

.adv-tit h2 {
    color: #333;
    font-size: 44px;
    font-weight: bold;
}

.adv-tit h2 em {
    color: #ca2b2f;
}

.adv-tit p {
    color: #666;
    font-size: 20px;
    margin-top: 10px;
    letter-spacing: 5px;
}

.adv-list {
    overflow: hidden;
    padding-top: 25px;
}

.adv-list ul li {
    width: 384px;
    height: 281px;
    float: left;
    margin-right: 24px;
    margin-bottom: 30px;
}

.adv-list ul li a {
    display: block;
    margin: 0 auto;
}

.adv-list ul li:nth-child(3n) {
    margin-right: 0;
}

.adv-list ul li span {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: #ca2b2f;
    display: block;
    margin: 0 auto;
    width: 127px;
    height: 127px;
    padding-top: 34px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    padding: 27px 24px;
}

.adv-list ul li span:after {
    content: '';
    display: inline-block;
    width: 139px;
    height: 139px;
    border: 1px dashed #ce3f43;
    border-radius: 50%;
    background-color: transparent;
    margin-top: -96px;
    margin-left: -31px;
}

.adv-list ul li div {
    width: 384px;
    height: 206px;
    margin-top: -60px;
    background: #f1f1f1 url(../../../upload/ys1-icon.png) no-repeat bottom left;
}

.adv-list ul li:nth-child(2) div {
    background: #f1f1f1 url(../../../upload/ys2-icon.png) no-repeat bottom left;
}

.adv-list ul li:nth-child(3) div {
    background: #f1f1f1 url(../../../upload/ys3-icon.png) no-repeat bottom left;
}

.adv-list ul li:nth-child(4) div {
    background: #f1f1f1 url(../../../upload/ys4-icon.png) no-repeat bottom left;
}

.adv-list ul li:nth-child(5) div {
    background: #f1f1f1 url(../../../upload/ys5-icon.png) no-repeat bottom left;
}

.adv-list ul li:nth-child(6) div {
    background: #f1f1f1 url(../../../upload/ys6-icon.png) no-repeat bottom left;
}

.adv-list ul li:nth-child(1):hover div {
    background: #ca2b2f url(../../../upload/ys2-1-icon.png) no-repeat bottom left;
}

.adv-list ul li:nth-child(2):hover div {
    background: #ca2b2f url(../../../upload/ys2-2-icon.png) no-repeat bottom left;
}

.adv-list ul li:nth-child(3):hover div {
    background: #ca2b2f url(../../../upload/ys2-3-icon.png) no-repeat bottom left;
}

.adv-list ul li:nth-child(4):hover div {
    background: #ca2b2f url(../../../upload/ys2-4-icon.png) no-repeat bottom left;
}

.adv-list ul li:nth-child(5):hover div {
    background: #ca2b2f url(../../../upload/ys2-5-icon.png) no-repeat bottom left;
}

.adv-list ul li:nth-child(6):hover div {
    background: #ca2b2f url(../../../upload/ys2-6-icon.png) no-repeat bottom left;
}

.adv-list ul li div p {
    color: #606060;
    font-size: 20px;
    padding-top: 85px;
    font-weight: bold;
    text-align: center;
}

.adv-list ul li:hover span {
    color: #ca2b2f;
    background: #fff;
}

.adv-list ul li:hover p {
    color: #fff;
}

/*---------------------	region-wai---------------------*/
.region-wai {
    overflow: hidden;
    height: 806px;
    background: url(../../../upload/region-bj.jpg) center no-repeat;
    padding-top: 45px;
}

.region-tit {
    /* overflow:hidden; */
    text-align: center;
}

.region-tit h2 {
    color: #333;
    font-size: 44px;
    font-weight: bold;
}

.region-tit h2 em {
    color: #ca2b2f;
}

.region-tit p {
    color: #666;
    font-size: 20px;
    margin-top: 10px;
    letter-spacing: 5px;
}

.region-list {
    position: relative;
}

.region-list ul {
    overflow: hidden;
}

.region-list ul li {
    background: rgba(255, 255, 255, 0.8);
    width: 473px;
    height: 123px;
    border: 3px solid #e5e5e5;
    position: absolute;
    z-index: 2;
    padding: 25px 45px;
    text-align: left;
}

.region-list ul li:hover {
    background: rgba(202, 43, 47, 1);
}

.region-list ul li h2 {
    color: #ca2b2f;
    font-size: 18px;
    font-weight: bold;
}

.region-list ul li:hover h2 {
    color: #fff;
}

.region-list ul li span {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #ca2b2f;
    border-radius: 50%;
    border: 3px solid #eee;
    position: absolute;
    left: 20px;
    top: 35px;
}

.region-list ul li:hover span {
    background: #fff;
    border: 3px solid #af0812;
}

.region-list ul li p {
    color: #666;
    font-size: 14px;
    line-height: 25px;
    padding-top: 5px;
}

.region-list ul li:hover p {
    color: #fff;
}

.region-list ul li:nth-child(1) {
    top: 58px;
    left: 100px;
}

.region-list ul li:nth-child(2) {
    top: 245px;
    left: 7px;
}

.region-list ul li:nth-child(3) {
    top: 390px;
    left: 100px;
}

.region-list ul li:nth-child(4) {
    top: 69px;
    right: 12px;
}

.region-list ul li:nth-child(5) {
    top: 417px;
    right: -60px;
}

.region-list>a {
    display: block;
    width: 260px;
    height: 44px;
    margin: 0 auto;
    line-height: 44px;
    background-image: linear-gradient(to right, rgba(202, 43, 47, 1), rgba(255, 127, 69, 1));
    margin-top: 30px;
    border: 3px solid #d0d0d0;
    border-radius: 66px;
    position: relative;
    color: #fff;
    top: 540px;
}

.region-list>a p {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.region-list>a img {
    position: absolute;
    right: 11px;
    top: 20px;
}

/*---------------------	about-wai---------------------*/
.about-wai {
    overflow: hidden;
    position: relative;
    height: 686px;
}

.about-left {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 50%;
    height: 100%;
}

.about-left img {
    height: 100%;
    float: right
}

.about-right {
    width: 50%;
    text-align: left;
    padding-left: 45px;
}

.about-right h2 {
    color: #272729;
    font-size: 42px;
    font-weight: bold;
    padding-bottom: 25px;
    padding-top: 40px;
}

.about-right em {
    font-size: 38px;
    color: #ca2b2f;
    text-transform: uppercase;
}

.about-right p {
    color: #666;
    font-size: 14px;
    line-height: 35px;
    text-indent: 2em;
}

.about-right span {
    width: 232px;
    line-height: 50px;
    height: 50px;
    background: #ca2b2f;
    display: block;
    position: relative;
    margin: 35px 0px 0px 0px;
    border-radius: 30px;
}

.about-right span:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    /* background:#fff; */
    display: block;
    position: absolute;
    top: 23px;
    left: 30px;
}

.about-right span:after {
    content: "";
    width: 110px;
    height: 1px;
    /* background:#fff; */
    display: block;
    position: absolute;
    top: 25px;
    right: 35px;
}

.about-right span a {
    padding-left: 80px;
    color: #fff;
    font-size: 14px;
    display: block;
    border-radius: 30px;
}

.about-right ul {
    position: relative;
    margin: 0 -2px;
    padding: 15px 10px 15px 35px;
    background: #ca2b2f;
    margin-left: -115px;
    top: 52px;
}

.about-right ul:after {
    position: absolute;
    top: 0;
    right: -350px;
    display: block;
    width: 350px;
    height: 100%;
    background: #ca2b2f;
    content: "";
}

.about-right ul li {
    padding: 2px;
    width: 25%;
    vertical-align: top;
    text-align: center;
    display: inline-block;
    background: url(../../../upload/ssx.png) no-repeat center right 0px;
}

.about-right ul li:last-child {
    background: none;
}

.about-right ul a {
    display: block;
}

.about-right ul li img {
    width: 43px;
    height: 43px;
    display: block;
    margin: 0 auto;
    padding: 5px;
}

.about-right ul li p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    text-indent: 0px;
}

/*---------------------	case-wai---------------------*/
.case-wai {
    overflow: hidden;
    padding-top: 55px;
    padding-bottom: 30px;
}

.case-tit {
    text-align: center;
    /* overflow:hidden; */
}

.case-tit h2 {
    color: #333;
    font-size: 44px;
    font-weight: bold;
}

.case-tit h2 em {
    color: #ca2b2f;
}

.case-tit p {
    color: #666;
    font-size: 20px;
    margin-top: 10px;
    letter-spacing: 5px;
}

.case-list ul li {
    width: 280px;
    height: 270px;
    float: left;
    background: #f7f7f7;
    margin-right: 26px;
    margin-bottom: 44px;
    position: relative;
}

.case-list ul li:nth-child(4n) {
    margin-right: 0;
}

.case-list ul li img {
    width: 100%;
    display: block;
    height: 210px;
}

.case-list {
    margin-top: 30px;
    overflow: hidden;
}

.case-list ul li p {
    color: #333;
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
}

.case-list ul li p:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    left: 45%;
    width: 32px;
    display: block;
    background: #333333;
}

.case-list ul li:hover p:after {
    height: 3px;
    width: 280px;
    left: 0;
    background: #ca2b2f;
}

.case-list-btn {
    margin: 10px auto;
    width: 232px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    background: #ca2b2f;
}

.case-list-btn a {
    color: #fff
}

.case-list-btn a:hover {
    color: #fff;
    background: #ca2b2f;
    display: block;
    border-radius: 30px;
}

/*---------------------	news-wai---------------------*/
.news-wai {
    overflow: hidden;
    padding-top: 45px;
    background: url(../../../upload/news-bj.jpg) no-repeat;
    padding-bottom: 20px;
}

.news-tit {
    /* overflow:hidden; */
    text-align: center;
}

.news-tit h2 {
    color: #333;
    font-size: 44px;
    font-weight: bold;
}

.news-tit h2 em {
    color: #ca2b2f;
}

.news-tit p {
    color: #666;
    font-size: 20px;
    margin-top: 10px;
    letter-spacing: 5px;
}

.news-nav {
    margin-top: 25px;
    overflow: hidden;
}

.news-nav ul li {
    width: 280px;
    height: 50px;
    background: #666666;
    float: left;
    margin-right: 26px;
}

/*.news-nav ul li:hover{	background:#ca2b2f;	}*/
.news-nav ul li.on {
    background: #ca2b2f;
}

.news-nav ul li a {
    color: #fff;
    font-size: 16px;
    display: block;
    text-align: center;
    margin: 15px auto;
}

.news-nav ul li:nth-child(4) {
    margin-right: 0px;
}

.news-list {
    margin-top: 35px;
}

.news-list ul li {
    width: 1140px;
    height: 85px;
    margin-left: 5%;
    position: relative;
    padding: 18px 5.8% 20px 8.3%;
    float: left;
    margin-bottom: 15px;
    background: #fff;
}

.news-list ul li a {
    display: block;
}

.news-list ul li span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    width: 140px;
    height: 45px;
    background: #555555;
    text-align: center;
    line-height: 45px;
    position: absolute;
    top: 25%;
    left: -57px;
}

.news-list ul li h2 {
    color: #333;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
}

.news-list ul li p {
    color: #666;
    font-size: 14px;
    width: 870px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.news-list ul li:hover {
    background: #dcdcdc;
}

.news-list ul li:hover p {
    color: #000;
}

.news-list ul li em {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-image: linear-gradient(to right, rgba(202, 43, 47, 1), rgba(255, 127, 69, 1));
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    right: -30px;
    top: 25%;
    opacity: 0;
}

.news-list ul li:hover em {
    opacity: 1;
}

.news-btn {
    margin-left: 390px;
}

.news-btn a {
    display: inline-block;
    margin: 15px auto;
    width: 190px;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    text-align: center;
    background: #ca2b2f;
    color: #fff;
}

.news-btn a:hover {
    transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .68s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    background: #ca2b2f;
    color: #fff;
    border-radius: 30px;
}

/*-------------contact------------------*/
.cur-wai {
    overflow: hidden;
}

.cur_mian {
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    border-bottom: 1px dashed #dcdcdc;
}

.cate-f {
    float: left;
    width: 50%;
}

.cate-f b {
    border-left: 10px solid #000;
    font-weight: normal;
    padding-left: 8px;
    margin: 13px auto;
    height: 20px;
    line-height: 20px;
}

.cate-f li,
.cate-f li a,
.cate-f b,
.cate-f a {
    float: left;
    /*line-height: 46px;*/
    font-size: 14px;
    text-decoration: none;
    color: #666;
    word-wrap: break-word;
    outline: none;
    padding-right: 8px;
}

.cate-f li:last-child span {
    display: none;
}

.cate-r {
    float: left;
    width: 50%;
    max-width: 600px;
    height: 47px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    position: relative;
}

.cate-r ul {
    width: 100%;
    margin: 0 auto;
    z-index: 100;
    height: 47px;
    overflow: hidden;
}

.cate-r li {
    float: right;
    display: block;
    margin: 5px 0 5px 5px;
    overflow: hidden;
}

.cate-r li.cur {
    color: #dc251c;
    border-bottom: #dc251c solid 2px;
}

.cate-r li a {
    overflow: hidden;
    padding: 1px 8px;
    line-height: 37px;
    float: left;
    display: block;
    color: #333;
    box-sizing: border-box;
}

.cate-r li.cur a {
    color: #dc251c;
}

.about-mian {
    overflow: hidden;
}

.about_tit {
    text-align: center;
    overflow: hidden;
    margin-top: 50px;
}

.about_tit h1 {
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    color: #dc251c;
    text-shadow: 1px 1px 1px #f5f5f5;
}

.about_tit p {
    color: #666;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    margin: 10px auto 15px;
}

.about_tit em {
    display: block;
    margin: 0 auto 30px;
    width: 26px;
    height: 3px;
    background-color: #ffb100;
}

.about-body dl,
.about-body dd {
    float: left;
    display: block;
    overflow: hidden;
    width: 600px;
}

.about-body dl {
    width: 540px !important;
    margin-right: 60px;
}

.about-body dl li {
    margin: 0 auto;
    padding-left: 65px;
    width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 68px;
    color: #333;
    box-sizing: border-box;
    border-bottom: 1px dashed #ddd;
    background: url(../../../upload/images/400-icon.png) left center no-repeat;
}

.about-body dl li:nth-child(2) {
    background: url(../../../upload/images/iPhone-icon.png) left center no-repeat;
}

.about-body dl li:nth-child(3) {
    background: url(../../../upload/images/tel-icon.png) left center no-repeat;
}

.about-body dl li:nth-child(4) {
    background: url(../../../upload/images/yx-icon.png) left center no-repeat;
}

.about-body dl li:nth-child(5) {
    background: url(../../../upload/images/wz-icon.png) left center no-repeat;
}

.about-body dl li:nth-child(6) {
    background: url(../../../upload/images/diz-icon.png) left center no-repeat;
}

.about-body dd h5 {
    float: left;
    padding-bottom: 54px;
    width: 220px;
    height: 36px;
    background: url(../../../upload/about-h5.png) no-repeat;
}

.about-body dd li {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    height: 360px;
    box-sizing: border-box;
    border: 1px dashed #ddd;
}

.zxly-box {
    margin-top: 50px;
    overflow: hidden;
    background: #f8f8f8;
    padding: 10px 0 60px;
    border-top: 1px solid #efefef;
}

.zxly-tit {
    padding: 30px 0;
}

.zxly-tit h3 {
    position: relative;
    width: 300px;
    font-size: 24px;
    font-weight: bold;
    line-height: 0px;
    color: #ca2b2f;
}

.zxly-tit h3 span {
    font-size: 16px;
    color: #333;
}

.zxly-l {
    margin-right: 2%;
    width: 48%;
    overflow: hidden;
    float: left;
}

.zxly-l img {
    width: 100%;
}

.zxly-r {
    width: 50%;
    overflow: hidden;
    float: left;
}

.zxly-r .f-l {
    width: 49.6%;
    height: 80px;
    margin: 0 0.2%;
    float: left;
    overflow: hidden;
    display: block;
}

.zxly-r .f-l label,
.zxly-r .in_area label {
    display: block;
    width: 580px;
    height: 30px;
    color: #333;
    font-weight: bold;
}

.zxly-r input,
.zxly-r textarea {
    border: solid 1px #ddd;
    border-radius: 2px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.zxly-r .f-l input {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    line-height: 40px;
    padding: 4px 15px;
    box-sizing: border-box;
}

.zxly-r .in_area,
.zxly-r .in_sub {
    float: left;
    display: block;
    overflow: hidden;
    width: 99.6%;
    margin: 0 0.2%;
    margin-top: 20px;
}

.zxly-r .in_area textarea {
    background-color: rgba(255, 255, 255, 0.9);
    width: 94.5%;
    height: 120px;
    line-height: 24px;
    padding: 10px 15px;
    font-size: 14px;
    resize: none;
    overflow: hidden;
}

.zxly-r .in_sub .submit {
    width: 170px;
    height: 40px;
    color: #fff;
    background-color: #ca2b2f;
    border: none;
    cursor: pointer;
}

.yzm {
    float: left;
    display: block;
    overflow: hidden;
    width: 99.6%;
    margin: 0 0.2%;
    margin-top: 10px;
}

.yzm img,
.yzm input {
    height: 35px;
    line-height: 35px;
    float: left;
    padding: 0;
    margin: 0 10px 0 0;
    width: 110px;
}

.yzm input {
    width: 150px;
}

/*----------------------------------------------------*/
.about-nav-wai {
    overflow: hidden;
    padding: 20px 0;
}

.about-nav li {
    width: 25%;
    height: 55px;
    font-size: 18px;
    line-height: 55px;
    text-align: center;
    float: left;
    border-right: 1px solid #eee;
    margin-right: -1px;
    background: #f4f4f4;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.about-nav {
    overflow: hidden;
}

.about-nav li a {
    display: block;
    height: 55px;
    color: #333;
}

.about-nav li.cur,
.about-nav li:hover {
    background: #ca2b2f;
    border-color: #ca2b2f;
}

.about-nav li.cur a,
.about-nav li:hover a {
    color: #fff;
}

.about-title {
    text-align: center;
    margin: 20px 0;
}

.about-title h1 {
    color: #ca2b2f;
    font-size: 36px;
    font-weight: bold;
}

.about-box {
    overflow: hidden;
    padding-bottom: 20px;
}

.about-body p {
    color: #666;
    font-size: 14px;
    line-height: 30px;
}