﻿@charset "UTF-8";

/*更多模板请访问：https://www.bootstrapmb.com*/
body {
    overflow-x: hidden;
    overflow-y: auto;
}

body,
p,
form,
textarea,
h1,
h2,
h3,
h4,
h5,
dl,
dd {
    margin: 0px;
}

.logo-img {
    height: 150px;
}

input,
button,
ul,
ol {
    margin: 0px;
    padding: 0px;
}

body,
input,
button,
form {
    font-size: 14px;
    line-height: 28px;
    font-family: "microsoft yahei", "宋体", "Arial";
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 14px;
    font-weight: normal;
}

ul,
ol,
li {
    list-style: none;
}

input {
    background: none;
    border: 0 none;
}

img,
iframe {
    border: 0px;
}

em,
i {
    font-style: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.red {
    color: #ba292e;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.poa {
    position: absolute;
}

.por {
    position: relative;
}

.hidden {
    display: none;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

a {
    color: #434343;
    text-decoration: none;
}

a:hover {
    color: #db0f31;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

.ease,
.ease * {
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.noease,
.noease * {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

:-moz-placeholder {
    color: #aaa;
}

::-moz-placeholder {
    color: #aaa;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #aaa;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #aaa;
}

/*清除浮动*/
.clearfix {
    *zoom: 1;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/*网站顶部*/
.top_main {
    width: 100%;
    line-height: 49px;
    color: #ccc;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.top_main li {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-left: 45px;
}

.top_main li a {
    color: #ccc;
}

.top_main .tel {
    color: #db0f31;
    font-family: Tahoma;
    font-size: 16px;
    font-weight: bold;
    margin-right: 25px;
}

/*网站头部*/
.header_main {
    position: absolute;
    width: 100%;
    height: 150px;
    z-index: 9;
}

.header_main .logo {
    display: block;
    margin-top: 20px;
}

.header_main .logo img {
    max-width: 100%;
    display: block;
    vertical-align: middle;
}

/*网站导航*/
#nav .navlist {
    position: relative;
    display: block;
    margin-top: 27px;
}

#nav li {
    float: left;
    width: 122px;
    font-size: 14px;
    position: relative;
}

#nav li a {
    display: block;
    text-align: center;
    position: relative;
    color: #dddddd;
    font-weight: bold;
    line-height: 45px;
    padding: 0 15px;
}

#nav li a span {
    position: relative;
    display: block;
}

#nav li a span:before {
    display: block;
    content: " ";
    position: absolute;
    top: 8px;
    left: 6px;
    width: 40px;
    height: 2px;
    background: #db0f31;
    opacity: 0;
    transition: all .5s;
}

#nav li a span:after {
    display: block;
    content: " ";
    position: absolute;
    right: 6px;
    bottom: 7px;
    width: 40px;
    height: 2px;
    background: #db0f31;
    opacity: 0;
    transition: all .5s;
}

#nav li.hover a,
#nav li:hover a {
    color: #fff;
}

#nav li.hover a span:before,
#nav li:hover a span:before,
#nav li.hover a span:after,
#nav li:hover a span:after {
    opacity: 1;
}

#nav ul .subnav {
    position: absolute;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
}

#nav ul li:hover .subnav {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

#nav ul .subnav {
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    z-index: 199;
    padding-top: 5px;
}

#nav ul .subnav:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(0, 0, 0, .5);
}

#nav ul .subnav a {
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 500;
    height: 35px;
    line-height: 35px;
    padding: 0;
    max-width: 100%;
    border: 0;
    padding: 0 10px;
    background: rgba(0, 0, 0, .5);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#nav ul .subnav a:hover {
    background: #db0f31;
}

/*网站大图*/
#banner_main {
    overflow: hidden;
    position: relative;
    z-index: 2;
    max-width: 1920px;
    margin: 0 auto;
}

#banner_main .banner {
    height: 900px;
}

#banner {
    width: 100%;
    min-width: 1000px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#banner,
.banner ul {
    max-height: 900px;
    overflow: hidden;
}

.banner li {
    width: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    display: none;
}

.banner li:first-child {
    display: block;
}

.banner li img {
    width: 1920px;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -960px;
    top: 0;
}

#banner .tip {
    width: 1000px;
    height: 10px;
    line-height: 0;
    font-size: 0;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    bottom: 20px;
    z-index: 3;
}

#banner .tip span {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
    background: #fff;
    border-radius: 14px;
    opacity: .3;
    transition: all .5s;
}

#banner .tip span.cur {
    opacity: 1;
}

#banner #btn_prev,
#banner #btn_next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 5;
    opacity: .5;
}

#banner #btn_prev {
    left: 4%;
    background-image: url(../images/left_arrow.png);
}

#banner #btn_next {
    right: 4%;
    background-image: url(../images/right_arrow.png);
}

#banner_main .txt {
    position: absolute;
    top: 290px;
    left: 50%;
    margin-left: -400px;
    width: 800px;
    color: #fff;
    text-align: center;
    z-index: 9;
}

#banner_main .txt h3 {
    font-size: 56px;
    line-height: 74px;
    font-weight: bold;
    padding-bottom: 25px;
}

#banner_main .txt h3 b {
    color: #db0f31;
}

#banner_main .txt span {
    display: block;
    font-size: 20px;
    line-height: 28px;
}

#banner_main .txt p {
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
    padding-top: 30px;
}

#banner_main .txt a {
    display: inline-block;
    width: 160px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    margin-top: 60px;
    background: #db0f31;
    border-radius: 50px;
}

#banner_main .txt a:hover {
    background: #434343;
}

/*网站底部*/
.footer {
    width: 100%;
    height: 400px;
    background: url(../images/footer_bg.png) center top no-repeat;
}

.footer .bottom {
    height: 205px;
    padding-top: 100px;
}

.footer .about {
    width: 320px;
    margin-right: 90px;
}

.footer .about .logo {}

.footer .about .txt {
    margin-top: 20px;
    color: #ccc;
    font-size: 13px;
    line-height: 220%;
    text-align: justify;
}

.footer .about .share {
    margin-top: 20px;
}

.footer .about .share li {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    cursor: pointer;
}

.footer .about .share li img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.footer .about .share li .ewm {
    position: absolute;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
    top: -125px;
    left: 50%;
    margin-left: -55px;
    width: 110px;
    height: 110px;
}

.footer .about .share li:hover .ewm {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.footer .fnav dl {
    display: inline-block;
    float: left;
    width: 120px;
    overflow: hidden;
}

.footer .fnav dl dt {
    color: #FFF;
    font-size: 16px;
    line-height: 20px;
    display: block;
    padding-bottom: 20px;
}

.footer .fnav dl dt a {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 16px;
}

.footer .fnav dl dd {
    display: block;
}

.footer .fnav dl dd a {
    display: block;
    font-size: 13px;
    color: #ccc;
    line-height: 33px;
}

.footer .fnav dl dd a:hover {
    color: #dc0000;
}

.footer .shili {
    width: 260px;
    margin-left: 90px;
}

.footer .shili dt {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    display: block;
    padding-bottom: 10px;
}

.footer .shili ul li {
    float: left;
    width: 120px;
    height: 90px;
    margin: 10px 10px 0 0;
}

.footer .shili ul li img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.footer .shili ul li:hover img {
    opacity: .5;
}

.footer .contact {
    width: 250px;
}

.footer .contact dt {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    display: block;
    padding-bottom: 20px;
}

.footer .contact dt a {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 16px;
}

.footer .contact dd {
    display: block;
}

.footer .contact dd p {
    display: block;
    font-size: 13px;
    color: #ccc;
    line-height: 33px;
}

.copyright {
    height: 80px;
    line-height: 80px;
    color: #999;
    font-size: 14px;
    background: #202020;
}

.copyright a {
    color: #999;
    font-size: 12px;
}

/*******index css*******/
/*首页标题*/
.index .title {
    position: relative;
    text-align: center;
    padding-bottom: 45px;
}

.index .title h3 {
    font-size: 24px;
    font-weight: bold;
    color: #434343;
    padding-bottom: 27px;
    background: url(../images/title_bg.png) center bottom no-repeat;
    margin-bottom: 20px;
}

.index .title p {
    width: 760px;
    text-align: center;
    padding-top: 2px;
    color: #999;
    font-size: 15px;
    line-height: 220%;
    margin-top: 3px;
    margin: auto;
}

/*关于我们*/
.index .about {
    padding: 80px 0;
}

.index .about .ititle h3 {
    color: #db0f31;
    font-size: 24px;
    font-weight: bold;
    line-height: 35px;
}

.index .about .ititle span {
    color: #999;
    font-family: Arial;
    font-size: 14px;
}

.index .about .con {
    padding-top: 30px;
}

.index .about .con .txt {
    width: 560px;
    height: 350px;
}

.index .about .con .txt p {
    color: #666;
    font-size: 15px;
    line-height: 33px;
    text-align: justify;
    height: 300px;
    overflow: hidden;
}

.index .about .con .txt .more {
    display: block;
    width: 120px;
    height: 36px;
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    background: #db0f31;
    border-radius: 50px;
    margin-top: 14px;
}

.index .about .con .txt .more:hover {
    background: #333;
}

.index .about .con .video {
    width: 560px;
    height: 350px;
    background: #000;
}

/*服务项目*/
.index .project {
    position: relative;
    padding-top: 60px;
    overflow: hidden;
}

.index .project .project_bg {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 400px;
    background: url(../images/project_bg.jpg) center repeat-y;
    background-attachment: fixed;
}

.index .project .title h3,
.index .project .title p {
    color: #fff;
}

.index .project ul {
    position: relative;
}

.index .project ul li {
    float: left;
    width: 353px;
    padding: 15px;
    margin-right: 22px;
    margin-bottom: 22px;
    border: 1px solid #eee;
    background: #fbfbfb;
    transition: all .5s;
}

.index .project ul li:nth-child(3n) {
    margin-right: 0;
}

.index .project ul li .img {
    position: relative;
    width: 100%;
    height: 265px;
    overflow: hidden;
}

.index .project ul li .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.index .project ul li .img .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/more.png) center no-repeat;
    background-color: rgba(215, 15, 49, .8);
    opacity: 0;
    transition: all .5s;
}

.index .project ul li .txt {
    text-align: center;
    padding-top: 12px;
}

.index .project ul li .txt h3 {
    color: #333;
    font-size: 16px;
    line-height: 22px;
    transition: all .5s;
}

.index .project ul li .txt p {
    color: #999;
    font-size: 13px;
    line-height: 22px;
    padding-top: 10px;
    height: 66px;
    overflow: hidden;
}

.index .project ul li:hover {
    border-color: #db0f31;
    box-shadow: 0 0 5px 0 #fbfbfb;
}

.index .project ul li:hover .bg {
    opacity: 1;
}

.index .project ul li:hover .img img {
    transform: scale(1.1);
}

.index .project ul li:hover .txt h3 {
    color: #db0f31;
}

/*客户案例*/
.index .icase {
    padding-top: 60px;
}

.index .icase .icase_bg {
    height: 600px;
    background: url(../images/case_bg.jpg) center repeat-y;
    background-attachment: fixed;
}

.index .icase .icase_bg .w1200 {
    position: relative;
    height: 600px;
}

.index .icase .icase_bg ul {
    padding-top: 80px;
}

.index .icase .icase_bg ul li {
    position: relative;
    height: 440px;
    overflow: hidden;
}

.index .icase .icase_bg ul li .img {
    width: 720px;
    height: 440px;
}

.index .icase .icase_bg ul li .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.index .icase .icase_bg ul li .txt {
    position: absolute;
    top: 40px;
    right: 0;
    width: 560px;
    height: 360px;
    padding: 40px 50px 0 50px;
    background: #f2f2f2;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.index .icase .icase_bg ul li .txt h3 {
    color: #db0f31;
    font-size: 22px;
    line-height: 38px;
}

.index .icase .icase_bg ul li .txt span {
    color: #434343;
    font-size: 18px;
    line-height: 28px;
}

.index .icase .icase_bg ul li .txt i {
    display: block;
    width: 60px;
    height: 2px;
    background: #db0f31;
    margin: 15px 0;
}

.index .icase .icase_bg ul li .txt p {
    color: #434343;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
}

.index .icase .icase_bg .hd {
    position: absolute;
    right: 0;
    bottom: 140px;
    width: 509px;
}

.index .icase .icase_bg .hd a {
    display: block;
    float: left;
    width: 38px;
    height: 38px;
    margin-right: 5px;
    background-color: #db0f31;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.index .icase .icase_bg .hd a.prev {
    background-image: url(../images/left.png);
}

.index .icase .icase_bg .hd a.next {
    background-image: url(../images/right.png);
}

.index .icase .icase_bg .hd a:hover {
    background-color: #333;
}

/*解决方案*/
.index .solution {
    padding: 70px 0;
    display: flex;
    gap: 30px;
    justify-content: center;
}

.index .solution .content {
    width: 380px;
}


.index .solution .img {
    position: relative;
    width: 100%;
    height: 285px;
    overflow: hidden;
}

.index .solution .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.index .solution .img .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/more.png) center no-repeat;
    background-color: rgba(215, 15, 49, .8);
    opacity: 0;
    transition: all .5s;
}



.index .solution .txt {
    border: 1px solid #ddd;
    border-top: 0;
    display: flex;
    flex-direction: column;
    padding-top: 25px;
}

.index .solution h3 {
    text-align: center;
    margin-bottom: 15px;
}

.index .solution .items {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.index .solution .txt span {
    position: relative;
    display: block;
    width: 58px;
    height: 48px;
    margin: auto;
    overflow: hidden;
}

.index .solution .txt span:after {
    display: block;
    content: " ";
    position: absolute;
    left: 50%;
    margin-left: -43px;
    top: 50%;
    margin-top: -1px;
    bottom: 7px;
    width: 86px;
    height: 1px;
    background: #ddd;
    transform: rotate(-40deg);
}

.index .solution .txt span i {
    position: relative;
    display: inline-block;
    color: #999;
    font-size: 28px;
    line-height: 32px;
    font-family: Arial;
    margin: 8px 0;
    background: #fff;
    z-index: 1;
}

.index .solution .txt h3 {
    color: #333;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    padding-top: 15px;
}

.index .solution .txt p {
    color: #5a5a5a;
    font-size: 13px;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 37px;
}

.index .solution .content:hover .bg {
    opacity: 1;
}

.index .solution .content:hover .img img {
    transform: scale(1.1);
}

/*优势*/
.index .youshi {
    height: 300px;
    background: url(../images/youshi_bg.jpg) center repeat-y;
    background-attachment: fixed;
}

.index .youshi ul {
    padding-top: 100px;
    color: #fff;
}

.index .youshi ul li {
    float: left;
    width: 300px;
    text-align: center;
    cursor: pointer;
}

.index .youshi ul li span {
    position: relative;
    display: inline-block;
    line-height: 70px;
}

.index .youshi ul li span b {
    font-family: tahoma;
    font-size: 48px;
    transition: all .5s;
}

.index .youshi ul li span i {
    position: absolute;
    bottom: -7px;
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
}

.index .youshi ul li p {
    font-size: 14px;
}

.index .youshi ul li span b:hover {
    color: #db0f31;
}

/*新闻中心*/
.index .news {
    padding: 70px 0;
}

.index .news .textlist {
    width: 768px;
    height: 418px;
    border: 1px solid #ddd;
}

.index .news .textlist ul {
    padding: 9px 0;
}

.index .news .newsimg {
    position: relative;
    width: 398px;
    height: 418px;
    border: 1px solid #ddd;
    background: #f9f9f9;
}

.index .news .newsimg:before {
    display: block;
    content: " ";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 400px;
    height: 160px;
    background: #db0f31;
}

.index .news .newsimg a {
    position: relative;
    display: block;
    padding: 30px;
}

.index .news .newsimg img {
    width: 100%;
    height: 254px;
}

.index .news .newsimg .txt {
    padding-top: 8px;
}

.index .news .newsimg h3 {
    color: #5A5A5A;
    font-size: 16px;
    font-weight: bold;
    transition: all .5s;
}

.index .news .newsimg p {
    color: #999;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    padding-top: 5px;
}

.index .news .newsimg:hover h3 {
    color: #db0f31;
}

.index .news .textlist .item {
    height: 70px;
    padding: 15px;
}

.index .news .textlist .item a {
    display: block;
}

.index .news .textlist .item h3 {
    font-size: 16px;
    font-weight: bold;
    color: #5A5A5A;
    transition: all .5s;
}

.index .news .textlist .item p {
    color: #999;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
}

.index .news .textlist .item .time {
    display: block;
    width: 70px;
    height: 70px;
    margin-right: 10px;
    color: #db0f31;
    text-align: center;
}

.index .news .textlist .item .time b {
    display: block;
    font-size: 36px;
    line-height: 45px;
}

.index .news .textlist .item .time span {
    font-size: 12px;
    line-height: 22px;
}

.index .news .textlist .item:hover h3 {
    color: #db0f31;
}

/*联系方式*/
.index .lianxi {
    height: 340px;
    background: url(../images/lianxi_bg.jpg) center repeat-y;
    background-attachment: fixed;
}

.index .lianxi .fangshi {
    float: left;
    width: 400px;
    padding-top: 90px;
}

.index .lianxi .fangshi h3 {
    color: #db0f31;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    padding-bottom: 25px;
}

.index .lianxi .fangshi p {
    color: #ddd;
    font-size: 14px;
    line-height: 35px;
    padding-left: 30px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: 16px;
}

.index .lianxi .fangshi p:nth-child(2) {
    background-image: url(../images/con1.png);
}

.index .lianxi .fangshi p:nth-child(3) {
    background-image: url(../images/con2.png);
}

.index .lianxi .fangshi p:nth-child(4) {
    background-image: url(../images/con3.png);
}

/*合作客户*/
.index .kehu {
    padding: 70px 0;
}

.index .kehu .bd {
    padding: 0 20px;
}

.index .kehu li {
    float: left;
    width: 200px;
    height: 100px;
    padding: 0 16px;
}

.index .kehu img {
    display: block;
    width: 100%;
    height: 100%;
}

/*******内页样式********/
.nybanner {
    width: 100%;
    position: relative;
    height: 530px;
    overflow: hidden;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(../images/nybanner.jpg);
    background-attachment: fixed;
}

.submian {
    padding-bottom: 30px;
}

.submian .sobtitle {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #434343;
    background: #f6f6f6;
}

.submian .sobtitle s {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 18px;
    margin-right: 10px;
    background: url(../images/home.png) no-repeat;
    vertical-align: middle;
    margin-left: 250px;
    margin-top: -4px;
}

.submian .sobtitle i {
    font-size: 12px;
    font-family: 宋体;
    margin: 0 5px;
}

.submian .sobtitle a {
    font-size: 14px;
    color: #434343;
}

.submian .sobtitle a:hover {
    color: #db0f31;
}

/*内页左侧*/
.submian .subleft {
    position: relative;
    top: -160px;
    width: 220px;
}

.submian .subleft .title {
    height: 180px;
    background: #db0f31;
}

.submian .subleft .title h2 {
    padding-top: 50px;
    padding-left: 30px;
    color: #fff;
}

.submian .subleft .title h2 p {
    font-size: 20px;
    line-height: 25px;
}

.submian .subleft .title h2 span {
    font-size: 25px;
    line-height: 35px;
}

.submian .subleft .title h2 i {
    display: block;
    width: 40px;
    height: 2px;
    background: #fff;
    margin: 10px 0;
}

/*栏目分类*/
.submian .subleft .lefta {
    margin-bottom: 10px;
}

.submian .subleft .lefta .comt {
    background: #eee;
    padding: 10px 15px;
}

.submian .subleft .lefta .comt ul {
    border-top: 0;
}

.submian .subleft .lefta .comt ul li a {
    display: block;
    color: #333;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    transition: all .5s;
}

.submian .subleft .lefta .comt ul li:hover a,
.submian .subleft .lefta .comt ul li.hover a {
    color: #db0f31;
    font-weight: bold;
}

/*内页右侧*/
.submian .subright {
    width: 898px;
    padding: 30px;
    border: 1px solid #eee;
    margin-top: 20px;
}

.submian .subright#news {
    width: 960px;
    padding: 0;
    border: 0;
}

/*默认单页*/
.submian .Aboutpage {
    color: #666;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    min-height: 640px;
}

.submian .Aboutpage h3 {
    color: #db0f31;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.submian .Aboutpage img {
    max-width: 100%;
}

.submian .t {
    padding: 0 0 25px;
    color: #db0f31;
    font-size: 18px;
}

.submian .t2 {
    padding: 25px 0;
    color: #db0f31;
    font-size: 24px;
}

/*联系我们*/
.submian .contact {
    padding-top: 30px;
}

.submian .contact ul {
    padding-bottom: 20px;
}

.submian .contact ul li {
    float: left;
    width: 240px;
    height: 260px;
    padding: 0 29px;
    border-left: 1px solid #eee;
    text-align: center;
}

.submian .contact ul li:last-child {
    border-right: 1px solid #eee;
}

.submian .contact ul li img {
    width: 80px;
    height: 80px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.submian .contact ul li h3 {
    color: #434343;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 25px;
}

.submian .contact ul li p {
    color: #434343;
    font-size: 14px;
    line-height: 19px;
}

/*解决方案*/
.submian .solution {
    padding: 60px 0;
}

.submian .solution ul {}

.submian .solution ul li {
    float: left;
    width: 380px;
    margin-right: 30px;
}

.submian .solution ul li:nth-child(3n) {
    margin-right: 0;
}

.submian .solution ul li .img {
    position: relative;
    width: 100%;
    height: 285px;
    overflow: hidden;
}

.submian .solution ul li .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.submian .solution ul li .img .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/more.png) center no-repeat;
    background-color: rgba(215, 15, 49, .8);
    opacity: 0;
    transition: all .5s;
}

.submian .solution ul li .txt {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 0 64px;
    padding-top: 25px;
    text-align: center;
    border-bottom: 2px solid #db0f31;
}

.submian .solution ul li .txt span {
    position: relative;
    display: block;
    width: 58px;
    height: 48px;
    margin: auto;
    overflow: hidden;
}

.submian .solution ul li .txt span:after {
    display: block;
    content: " ";
    position: absolute;
    left: 50%;
    margin-left: -43px;
    top: 50%;
    margin-top: -1px;
    bottom: 7px;
    width: 86px;
    height: 1px;
    background: #ddd;
    transform: rotate(-40deg);
}

.submian .solution ul li .txt span i {
    position: relative;
    display: inline-block;
    color: #999;
    font-size: 28px;
    line-height: 32px;
    font-family: Arial;
    margin: 8px 0;
    background: #fff;
    z-index: 1;
}

.submian .solution ul li .txt h3 {
    color: #333;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    padding-top: 15px;
}

.submian .solution ul li .txt p {
    color: #5a5a5a;
    font-size: 13px;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 37px;
}

.submian .solution ul li:hover .bg {
    opacity: 1;
}

.submian .solution ul li:hover .img img {
    transform: scale(1.1);
}

/*文章列表*/
.submian .Newslist {}

.submian .Newslist .list {
    padding-bottom: 20px;
}

.submian .Newslist .item {
    display: block;
    padding: 25px;
    border: 1px solid #eee;
    margin-top: 20px;
    transition: all .5s;
}

.submian .Newslist .item:first-child {
    margin-top: 0;
}

.submian .Newslist .item a {
    display: block;
}

.submian .Newslist .item .img {
    width: 187px;
    height: 140px;
    overflow: hidden;
}

.submian .Newslist .item .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.submian .Newslist .item .txt {
    width: 700px;
}

.submian .Newslist .item .txt .tit {
    font-size: 18px;
    line-height: 30px;
}

.submian .Newslist .item .txt .tit span {
    display: inline-block;
    color: #db0f31;
    padding-right: 10px;
}

.submian .Newslist .item .txt .tit h3 {
    display: inline-block;
    color: #434343;
    font-size: 18px;
    transition: all .5s;
}

.submian .Newslist .item .txt .mark {
    color: #929292;
    font-size: 14px;
    line-height: 20px;
    padding: 9px 0;
}

.submian .Newslist .item .txt .mark span {
    display: inline-block;
    padding-right: 18px;
}

.submian .Newslist .item .txt p {
    color: #888;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}

.submian .Newslist .item .txt p span {
    display: inline-block;
    color: #db0f31;
    padding-left: 10px;
}

.submian .Newslist .item a:hover .txt h3 {
    color: #db0f31;
}

/*图文列表*/
.submian .Piclist {}

.submian .Piclist .list {
    padding-bottom: 20px;
}

.submian .Piclist .item {
    display: block;
    padding-bottom: 30px;
    border-bottom: 1px dotted #ccc;
    margin-top: 20px;
    transition: all .5s;
}

.submian .Piclist .item:first-child {
    margin-top: 0;
}

.submian .Piclist .item a {
    display: block;
}

.submian .Piclist .item .img {
    position: relative;
    width: 240px;
    height: 180px;
    overflow: hidden;
}

.submian .Piclist .item .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.submian .Piclist .item .img .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/more.png) center no-repeat;
    background-color: rgba(215, 15, 49, .8);
    opacity: 0;
    transition: all .5s;
}

.submian .Piclist .item .txt {
    width: 628px;
}

.submian .Piclist .item .txt .tit {
    font-size: 18px;
    line-height: 30px;
}

.submian .Piclist .item .txt .tit span {
    display: block;
    color: #db0f31;
    text-align: right;
}

.submian .Piclist .item .txt .tit h3 {
    display: block;
    color: #5a5a5a;
    font-size: 18px;
    font-weight: bold;
    transition: all .5s;
}

.submian .Piclist .item .txt p {
    color: #888;
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
    padding-top: 15px;
}

.submian .Piclist .item .txt p span {
    display: inline-block;
    color: #db0f31;
    padding-left: 10px;
}

.submian .Piclist .item a:hover .txt h3 {
    color: #db0f31;
}

.submian .Piclist .item a .img:hover .bg {
    opacity: 1;
}

/*图片列表*/
.submian .Imglist .list {
    padding: 0;
}

.submian .Imglist .list .item {
    float: left;
    width: 274px;
    padding: 15px;
    padding-bottom: 0;
    margin-bottom: 20px;
    margin-right: 20px;
    border: 1px solid #eee;
}

.submian .Imglist .list .item:nth-child(3n) {
    margin-right: 0;
}

.submian .Imglist .list .item a {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.submian .Imglist .list .item .img {
    position: relative;
    width: 100%;
    height: 206px;
}

.submian .Imglist .list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.submian .Imglist .list .item .img .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/da.png) center no-repeat;
    background-color: rgba(215, 15, 49, .8);
    opacity: 0;
    transition: all .5s;
}

.submian .Imglist .list .item h3 {
    width: 100%;
    height: 45px;
    color: #555;
    text-align: center;
    display: block;
    line-height: 45px;
    transition: all .5s;
}

.submian .Imglist .list .item:hover .img .bg {
    opacity: 1;
}

/*留言表单*/
.msgPage {
    padding-top: 50px;
}

.msgPage .tit {
    text-align: center;
}

.msgPage .tit .p1 {
    font-size: 36px;
    line-height: normal;
    padding-bottom: 15px;
}

.msgPage .tit .p2 {
    font-size: 16px;
    color: #828282;
    line-height: 24px;
    padding-bottom: 46px;
}

.msgPage .tit .p2 span {
    color: #db0f31;
    font-weight: bold;
}

.formData {
    padding-bottom: 20px;
}

.formData .item {
    float: left;
    color: #999;
    font-weight: normal;
    width: 560px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e5e5e5;
    margin-right: 76px;
    margin-bottom: 30px;
    position: relative;
}

.formData .item label {
    padding-left: 15px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    text-align: center;
    display: block;
    margin: 0;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #cccccc;
}

.formData .item input {
    outline: none;
    line-height: 38px;
    height: 38px;
    font-size: 18px;
}

.formData .item .txt {
    width: 355px;
    height: 50px;
    line-height: 50px;
    display: block;
    background: none;
    padding-left: 70px;
    border: 0 none;
    color: #333;
}

.formData .item .red {
    position: absolute;
    right: 15px;
    top: 0;
    color: #ff0000;
    z-index: 11;
}

.formData .item.mr0 {
    margin-right: 0;
}

.formData .msg-box {
    position: absolute;
    left: 0;
    top: 0px;
}

.formData .liuyan {
    width: 1198px;
    height: 240px;
    border: 1px solid #e5e5e5;
    float: left;
}

.formData .liuyan label {
    text-align: right;
    display: block;
}

.formData .liuyan textarea {
    width: 1178px;
    height: 214px;
    line-height: 28px;
    padding: 12px 10px;
    text-indent: 100px;
    font-size: 18px;
    font-family: "microsoft yahei";
    color: #333;
    border: 0 none;
    overflow: hidden;
    background: none;
    resize: none;
    display: block;
    outline: none;
}

.formData .bot {
    width: 100%;
}

.formData .sub {
    width: 232px;
    line-height: 46px;
    border: 2px solid #db0f31;
    margin-right: 2px;
    text-align: center;
    background: #db0f31;
    color: #FFF;
    cursor: pointer;
    font-size: 18px;
    display: block;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.formData .sub:hover {
    background: none;
    color: #db0f31;
}

.formData .yzm {
    width: 432px;
}

.formData .yzm .txt {
    padding-left: 80px;
}

.formData .yzm img {
    position: absolute;
    right: 3px;
    top: 3px;
    border: 0px;
    display: block;
}

/*内容详情页*/
.submian .subright .conBox .ArticleTitle h1 {
    font-size: 24px;
    text-align: center;
    padding: 20px 0px;
    font-weight: bold;
}

.submian .subright .conBox .ArticleMessage {
    line-height: 30px;
    height: 30px;
    margin-bottom: 10px;
    text-align: center;
    border-bottom: 1px dashed #ccc;
}

.submian .subright .conBox .ArticleMessage span:first-child {
    margin-left: 0;
}

.submian .subright .conBox .ArticleMessage span {
    color: #999;
    margin-left: 14px;
    font-size: 12px;
}

.submian .subright .conBox .ArticleMessage .jiathis_style {
    float: left;
    margin-top: 5px;
}

.submian .subright .conBox .txt1 {
    color: #868686;
    font-size: 12px;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    padding: 5px;
    margin-bottom: 10px;
}

.submian .subright .conBox .txt2 {
    color: #868686;
    font-size: 12px;
    border: 1px solid #e5e5e5;
    padding: 5px;
    margin-bottom: 10px;
}

.submian .subright .conBox .ArticleTencont {
    padding: 5px 0px 20px 0px;
    color: #666;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    overflow: hidden;
}

.submian .subright .conBox .ArticleTencont img {
    max-width: 100%;
}

/*内容分页*/
.reLink {
    margin: 10px auto 10px;
}

.reLink .prevLink,
.reLink .nextLink {
    line-height: 35px;
    color: #666;
}

.reLink .prevLink a,
.reLink .nextLink a {
    color: #666;
}

.reLink .prevLink a:hover,
.reLink .nextLink a:hover {
    color: #db0f31;
}

/*浮动客服*/
.toolbar {
    position: fixed;
    top: 50%;
    right: 1%;
    margin-top: -163px;
    z-index: 100;
    width: 80px;
}

.toolbar dd {
    position: relative;
    float: left;
    width: 80px;
    height: 80px;
    background: #db0f31;
    margin-top: 2px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
}

.toolbar dd:first-child {
    margin-top: 0;
}

.toolbar dd i {
    width: 100%;
    height: 30px;
    display: block;
    margin-top: 13px;
    background: url(../images/toolbar.png) no-repeat center 0;
}

.toolbar dd.qq i {
    background-position-y: 0;
}

.toolbar dd.tel i {
    background-position-y: -30px;
}

.toolbar dd.code i {
    background-position-y: -60px;
}

.toolbar dd.top i {
    background-position-y: -90px;
}

.toolbar dd span {
    display: block;
    color: #fff;
}

.toolbar dd.tel .box {
    position: absolute;
    top: 0;
    width: 190px;
    right: -200px;
    height: 100%;
    margin-right: 10px;
    border-radius: 5px;
    background: #db0f31;
    opacity: 0;
    transition: all .5s;
}

.toolbar dd.tel .box p {
    font-size: 14px;
    margin: 15px auto 7px;
}

.toolbar dd.tel .box h3 {
    font-size: 18px;
    font-weight: bold;
}

.toolbar dd.tel .box:after {
    display: block;
    content: " ";
    border-style: solid dashed dashed dashed;
    border-color: transparent transparent transparent #db0f31;
    border-width: 9px;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: -18px;
    margin-left: -12px;
}

.toolbar dd.code .box {
    position: absolute;
    top: 0;
    width: 162px;
    right: -172px;
    height: 162px;
    margin-right: 10px;
    border-radius: 5px;
    background: #db0f31;
    opacity: 0;
    transition: all .5s;
}

.toolbar dd.code .box img {
    width: 140px;
    height: 140px;
    padding: 11px;
}

.toolbar dd.code .box:after {
    display: block;
    content: " ";
    border-style: solid dashed dashed dashed;
    border-color: transparent transparent transparent #db0f31;
    border-width: 9px;
    width: 0;
    height: 0;
    position: absolute;
    top: 30px;
    right: -18px;
    margin-left: -12px;
}

.toolbar dd:hover {
    background: #333;
}

.toolbar dd.tel:hover .box {
    opacity: 1;
    right: 80px;
}

.toolbar dd.code:hover .box {
    opacity: 1;
    right: 80px;
}