html,
body {
    width: 100%;
    font-size: 16px;
    min-width: 1280px;
}

* {
    margin: 0;
    padding: 0;
}

em {
    font-style: normal;
}

img {
    border: 0 none;
    height: auto;
    vertical-align: middle;
}

ul {
    list-style: none;
}

.clear {
    clear: both
}

.l {
    float: left;
}

.r {
    float: right;
}

div {
    box-sizing: border-box;
}

.a_list {
    width: 1280px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
}

.a_list li {
    display: block;
    width: 27%;
    padding: 2% 3%;
    display: flex;
    justify-self: start;
}

.a_list li .img {
    background: #fff;
    width: 100px;
    height: 100px;
    margin-right: 30px;
    border-radius: 50%;
    text-align: center;
    padding-top: 20px;
}

.a_list li .txt {
    color: #fff;
}

.a_list li .txt h3 {
    padding-top: 20px;
}

.a_list li .txt .more {
    border: 1px #fff solid;
    height: 36px;
    line-height: 32px;
    border-radius: 32px;
    text-align: center;
    width: 100px;
    margin-top: 10px;
}

.a_list li .txt .more a {
    color: #fff;
    font-size: 14px;
}

.a_list li.a1 {
    background: #ca3d3f;
}

.a_list li.a2 {
    background: #645550;
}

.a_list li.a3 {
    background: #ca3d3f;
}


/*::-webkit-scrollbar {display:none}*/

li {
    list-style: none;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

a {
    text-decoration: none;
    color: #333;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.s_width {
    width: 1280px;
    margin: 0 auto;
    position: relative
}

.liuyan {
    padding: 0 0 30px 0
}


/*header*/

.header {
    width: 100%;
    height: 120px;
    border-top: 10px solid #645550;
}

.header .logo {
    width: 760px;
    margin-top: 20px;
}

.header .logo .logo_l {
    width: 500px;
}

.header .tel {
    padding: 30px 0 0 0;
}

.header .tel img {}

.header .tel p {
    float: right;
    padding-left: 5px;
}

.header .tel em {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #645550;
}

.header .tel span {
    display: block;
    font-size: 14px;
    color: #ca3d3f;
}

.nav {
    width: 100%;
    height: 60px;
    position: relative;
    background: #ca3d3f;
}

.nav ul {
    height: 70px;
    margin: 0 auto;
    width: 1280px;
    display: flex;
    justify-content: space-between;
}

.nav li {
    font-size: 16px;
    position: relative;
    height: 60px;
    flex: 1;
    text-align: center;
}

.nav li:last-child {
    border-right: 0
}

.nav li a {
    text-decoration: none;
    line-height: 60px;
    display: block;
    position: relative;
    z-index: 2;
    color: #fff;
}

.nav li a:hover {
    color: #fff;
    font-weight: bold;
}

.nav li:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 0;
    background: #f2c026;
    bottom: 0;
    left: 0;
    -webkit-transition: width .5s;
    transition: width .5s;
    color: #fff;
    z-index: 1;
}

.nav li:hover:after {
    width: 100%;
    color: #fff;
    z-index: 1;
}

.nav li div {
    display: none;
    width: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    background: linear-gradient(to bottom, #ca3d3f, #ca3d3f);
    z-index: 9999;
    box-sizing: border-box;
}

.nav li div a {
    display: block;
    COLOR: #fff;
    LINE-HEIGHT: 45px;
    HEIGHT: 45px;
    FONT-SIZE: 15px;
    font-weight: normal;
    margin-top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.nav li div a:hover {
    color: #fff;
    background: #645550;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    font-weight: normal;
    transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
}


/*banner*/

.banner {
    position: absolute;
    z-index: 1;
    height: 100%;
}


/*about*/

.about {
    width: 100%;
    padding: 40px 0 20px;
}

.about .s_width {
    width: 1280px;
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
}

.about_nr {
    width: 50%;
    display: flex;
    justify-content: space-between;
}

.about_l {
    width: 49%;
    overflow: hidden
}

.about_l img {
    width: 100%;
    height: 100%;
    transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
}

.about_l:hover img {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.about_r {
    width: 48%;
    background: #f2f2f2;
    border-top: 5px #cb3e40 solid;
}

.about_r h2 {
    font-size: 20px;
    color: #464646;
    margin-top: 24px;
    text-align: center;
}

.about_r h2:after {
    content: "";
    width: 20%;
    background: #ccc;
    display: block;
    height: 2px;
    margin: 0.5rem auto;
}

.about_r h2:hover {
    color: #d60000;
    transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
}

.about_r h2:hover:after {
    content: "";
    width: 60%;
    background: #d60000;
    display: block;
    height: 2px;
    margin-top: 0.5rem;
    transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
}

.about_r p {
    font-size: 14px;
    line-height: 28px;
    color: #464646;
    margin: 16px 20px;
    text-align: justify;
}

.about_r .about_more,
.news .about_more {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 16px 20px;
}

.about_r .about_more h3,
.news .about_more h3 {
    font-size: 18px;
    color: #ca3d3f;
    background: url("../images/a.png") left center no-repeat;
    padding-left: 30px;
}

.about_r .about_more a,
.news .about_more a {
    color: #ca3d3f;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.about_r .about_more img,
.news .about_more img {
    margin-left: 10px;
}

.pro {
    width: 100%;
}

.pro h2 {
    width: 1280px;
    margin: 0px auto 0 auto;
    line-height: 60px;
    text-align: center;
    position: relative
}

.pro h2 em {
    width: 1280px;
    display: block;
    margin: 0 auto;
    font-size: 37px;
}

.pro h2 em:before {
    content: "";
    width: 550px;
    height: 60px;
    background: #4cb3dc;
    display: inline-block;
    margin-right: 50px;
    position: absolute;
    left: 0;
}

.pro h2 em:after {
    content: "";
    width: 550px;
    height: 60px;
    background: #4cb3dc;
    display: inline-block;
    margin-left: 50px;
    position: absolute;
    right: 0;
}

.pro_con {
    width: 1280px;
    margin: 20px auto 0 auto;
    overflow: hidden;
}

.marquee2 {
    width: 9999px;
    height: 424px;
}

.marquee2 .pro_cc {
    width: 415px;
    height: 363px;
    background: #0057a4;
    float: left;
    margin: 0 16px 11px 0;
    position: relative;
    overflow: hidden;
}

.marquee2 .pro_cc a {
    width: 415px;
    height: 363px;
    position: relative;
    display: block;
    font-size: 12px;
    color: #333;
    text-decoration: none;
}

.marquee2 .pro_cc a:hover {
    text-decoration: none;
    color: #ff0000;
    text-decoration: none;
}

.marquee2 .pro_cc img {
    width: 100%;
    transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
}

.marquee2 .pro_cc:hover img {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.marquee2 .pro_cc .pro_cc_text {
    padding: 15px 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #efeded;
}

.marquee2 .pro_cc .pro_cc_pic {
    width: 424px;
    height: 405px;
    overflow: hidden;
}

.marquee2 .pro_cc em {
    text-align: center;
    line-height: 40px;
    display: block;
    font-size: 20px;
    color: #0057a4;
    font-weight: bold
}

.marquee2 .pro_cc p {
    color: #0057a4;
    font-size: 15px;
    text-align: left;
    padding: 0 20px;
    line-height: 26px;
}

.fa {
    width: 1280px;
    height: 500px;
    max-width: 1440px;
    margin: 0 auto 30px auto;
    background: #f2f2f2;
    border-top: #ca3d3f 4px solid;
}

.fa .lm {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.fa .lm .bt {
    margin-left: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #ca3d3f;
    background: url("../images/a.png") center left no-repeat;
    padding-left: 30px;
}

.fa .lm .more {
    margin-right: 20px;
}

.fa_con {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.huo_dd {
    overflow: hidden;
    margin: 20px auto;
    width: 96%;
}

.huo_dd li {
    float: left;
    padding: 0;
    width: 400px;
    margin-right: 16px;
    position: relative;
    overflow: hidden;
}

.huo_t_l {
    width: 400px;
}

.huo_t_l a {
    width: 400px;
    height: 326px;
    overflow: hidden;
    display: block;
}

.huo_t_l div {
    width: 400px;
    height: 50px;
    background: rgba(255, 255, 255, 0.6);
    text-align: center;
    line-height: 50px;
    color: #333;
    font-size: 16px;
    margin-top: 5px;
}

.huo_dd li img {
    width: 100%;
    transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
}

.huo_dd li:hover img {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.fahuo_more {
    width: 350px;
    margin: 45px auto 0 auto;
}

.fahuo_more li {
    width: 166px;
    float: left;
    background: url(../images/hong.png) no-repeat left center;
    text-align: center;
    line-height: 42px;
}

.fahuo_more li.on {
    background: url(../images/hei.png) no-repeat left center;
}

.fahuo_more li a {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
}


/*新闻+联系我们*/

.news_contact {
    width: 1280px;
    border: 1px solid #d9d9d9;
    margin: 50px auto;
    background: #f2f2f2;
    overflow: hidden
}

.news {
    width: 49%;
    display: flex;
    justify-content: space-between;
    background: #f2f2f2;
    background-size: cover;
    border-top: 5px #cb3e40 solid;
}

.news h2 {
    width: 100%;
    height: 45px;
    background: #439eca;
    font-size: 18px;
    line-height: 45px;
    color: #fff;
    font-weight: normal;
}

.news h2 em {
    text-transform: uppercase;
    font-size: 14px;
}

.news .news_l {
    padding: 20px;
    float: left;
    width: 35%
}

.news .news_l img {
    width: 100%;
}

.news .news_r {
    width: 100%;
}

.news .news_r ul {
    margin: 16px 20px;
}

.news .news_r li {
    line-height: 40px;
    font-size: 14px;
    border-bottom: 1px dashed #666;
    display: flex;
    justify-content: space-between;
}

.news .news_r li a {
    color: #464646;
    font-size: 14px
}

.news .news_r li span {
    color: #464646;
}

.contact {
    width: 25%;
    float: right;
}

.contact h2 {
    width: 100%;
    height: 45px;
    background: #439eca;
    font-size: 18px;
    line-height: 45px;
    padding-left: 20px;
    color: #fff;
    font-weight: normal;
}

.contact h2 em {
    text-transform: uppercase;
    font-size: 14px;
}

.contact p {
    font-size: 15px;
    line-height: 28px;
    padding-left: 20px;
    color: #333;
}

.contact p span {
    display: block;
    font-size: 17px;
    font-weight: bold;
    line-height: 50px;
    margin-top: 10px;
    color: #ca3d3f;
}


/*footer*/

.footer {
    overflow: hidden;
    background: #ca3d3f;
    height: 210px;
    text-align: center;
    border-bottom: 11px #645550 solid;
}

.footer ul {
    margin: 30px auto;
    width: 1000px;
    display: flex;
    justify-content: space-between;
}

.footer ul li {
    font-size: 15px;
    flex: 1;
    border-right: 1px #fff solid;
}

.footer ul li a {
    text-decoration: none;
    color: #fff;
}

.footer ul li:last-child {
    border-right: 0;
}

.footer p {
    color: #fff;
    margin-top: 50px;
    line-height: 30px;
}

.footer p a {
    color: #fff;
}


/*网站内页*/

.main {
    width: 1280px;
    margin: 50px auto;
}

.t_left {
    width: 290px;
    float: left;
}

.fenlei2 {
    overflow: hidden;
}

.fenlei2 h2 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 25px;
    padding: 0px 0 0px 20px;
    background: #ca3d3f;
    width: 270px;
    height: 55px;
    line-height: 55px;
}

.fenlei2 h2 span {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.fenlei2 ul {
    border: 1px solid #eee;
    padding: 0px 0 0px 0;
}

.fenlei2 li {
    line-height: 45px;
    margin: 0 auto;
    color: #333;
    margin-bottom: 1px;
    border-bottom: 1px solid #f4f4f4;
    font-size: 16px;
    background: url("../images/a.png") 15px left no-repeat;
}

.fenlei2 li a:hover {
    background: #645550;
    color: #fff;
    display: block;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    text-indent: 28px;
}

.fenlei2 li a {
    font-size: 15px;
    padding: 0 0 0 25px;
    color: #333;
    display: block;
}

.fenlei2 li.treeone {
    background: #fff;
    padding-left: 0;
    border: 1px solid #ececec;
    line-height: 35px;
}

.fenlei2 li.treeone a {
    font-size: 12px;
    color: #333;
    font-weight: normal;
}

.fenlei2 li.treeone:hover {
    background: #645550;
}

.contact_ny {
    width: 290px;
    margin-top: 20px;
}

.contact_ny h2 {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    padding: 0px 0 0px 15px;
    font-weight: bold;
    background: #ca3d3f;
    width: 275px;
    height: 55px;
    line-height: 55px;
}

.contact_ny h2 span {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.contact_ny p {
    font-size: 14px;
    border: 1px solid #eee;
    padding: 15px;
    line-height: 31px;
}

.contact_ny p span {
    font-weight: bold;
    display: block;
    line-height: 32px;
    font-size: 18px;
}

.main_cont {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    /*text-indent:2em;*/
}

.map {
    height: 420px;
    width: 100%
}

.main_cont img {
    max-width: 100%;
    margin: 2% auto;
}

.main_cont h3 {
    text-align: center;
    font-size: 28px;
    line-height: 50px;
    font-weight: normal;
    color: #cb3e40
}

.main_cont h4 {
    font-size: 15px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px;
    color: #777
}

.main_cont h4 a {
    color: #777
}

.main_cont li {
    line-height: 44px;
    font-size: 15px;
    background: url(../images/a.png) left center no-repeat;
    padding-left: 40px;
    border-bottom: 1px #f1f1f1 dashed;
}

.main_cont li:before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 18px;
    margin-right: 10px;
}

.main_cont li .l {
    text-align: left;
}

.main_l {
    float: left;
    width: 290px;
    padding: 0 0 0 9px;
    overflow: hidden;
    background: #333
}

.main_r {
    float: right;
    width: 970px;
    overflow: hidden;
    border: 1px #eee solid;
    padding: 10px 20px;
}

.col-tit {
    color: #333;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    border-bottom: 4px solid #CCC;
    margin-bottom: 30px;
}

.col-tit .tit {
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
    color: #cb3e40;
}

.crumbs {
    background: url(../Images/002.gif) no-repeat center left;
    margin-left: 15px;
    font-size: 15px;
    padding-left: 20px;
    line-height: 60px;
    color: #333
}

.crumbs a {
    color: #333
}

.crumbs a:hover {
    font-weight: bold;
    color: #333
}

.crumbs li {
    display: inline-block;
}

.crumbs>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.article p {
    line-height: 220%;
    margin-bottom: 15px;
}


/*内页产品展示*/

.tuji {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    padding-left: 2px;
    width: 100%;
}

.tuji ul {
    margin-top: 0px;
}

.tuji li {
    float: left;
    padding: 0;
    width: 307px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px
}

.tuji li .p-img {
    width: 312px;
    height: 250px;
    text-align: center;
    border: 1px solid #ebebeb;
    position: relative;
    cursor: pointer;
}

.tuji li .p-name {
    height: 50px;
    line-height: 50px;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    background: #ebebeb;
    width: 310px;
}

.tuji li .p-img mark {
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: rgba(214, 0, 0, .5);
    z-index: 20;
    opacity: 0;
    transform: skewX(60deg);
    transition: 360ms;
}

.tuji li .p-img div {
    position: absolute;
    z-index: 21;
    background: red;
}

.tuji li .p-img .borderleft {
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
}

.tuji li .p-img .bordertop {
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
}

.tuji li .p-img .borderbottom {
    bottom: 0;
    right: 0;
    width: 0;
    height: 3px;
}

.tuji li .p-img .borderright {
    top: 0;
    right: 0;
    width: 3px;
    height: 0;
}

.tuji li .p-img .leftline {
    position: absolute;
    left: 50%;
    margin-left: -230px;
    top: 50%;
    z-index: 21;
    border-top: 1px solid #cb3e40;
    width: 60px;
    opacity: 0;
}

.tuji li .p-img .topline {
    position: absolute;
    left: 50%;
    margin-top: -230px;
    top: 50%;
    z-index: 21;
    border-left: 1px solid #cb3e40;
    height: 60px;
    opacity: 0;
}

.espcms_page_botton {
    text-align: center;
    padding: 50px 0px 15px 0;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    outline: 0px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-default {
    color: #333;
    background-color: #dddddd;
    outline: 0px;
    margin-right: 1px;
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #dddddd;
    border-color: #8c8c8c;
    outline: 0px
}

.btn-default:hover {
    color: #333;
    background-color: #dddddd;
    /*border-color: #adadad;*/
    outline: 0px
}

.btn-default:active,
.btn-default.active {
    color: #464646;
    background-color: #dddddd;
    outline: 0px
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
    color: #fff;
    background-color: #cb3e40;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.espcms_info_pager {
    width: 1280px;
    margin: 0 auto 105px auto;
}

.espcms_info_pager li {
    width: 46%;
    float: left;
    line-height: 50px;
    margin-right: 5%
}

.espcms_info_pager li:nth-child(2n) {
    margin-right: 0px;
}