html {
    height: 100%;
    border: none;
}

body {
    height: 100%;
    min-width: 1200px;
    border: none;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 14px;
    color: #484848;
    font-family: Arial, "microsoft yahei";
    background: #FFF;
}

div,
ul,
li,
img,
dl,
dd,
dt,
p {
    padding: 0;
    margin: 0;
    border: none;
}

ul,
dl {
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #e6212a;
    text-decoration: none;
}

.clear {
    clear: both;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.header {
    height: 157px;
}

.top {
    height: 36px;
    line-height: 36px;
    color: #666;
    border-bottom: 1px solid #e2e2e2;
}

.top a {
    padding: 5px 8px;
    color: #666;
}

.top ul {
    float: right;
}

.top ul li {
    float: left;
    padding: 0 10px;
}

.top .fr {
    position: relative;
}

.top .fr img {
    position: relative;
    top: 3px;
    margin-right: 4px;
}

#logo {
    height: 140px;
    width: 100%;
}

#logo .logo {
    width: 40%;
}

#logo .logo img {
    margin-top: 24px;
    width: 97%;
    margin-top: 37px;
}

#logo .company {
    padding-left: 15px;
    border-left: 1px solid #c4c4c4;
    height: 60px;
    margin-top: 25px;
    margin-left: 10px;
    padding-top: 5px;
}

#logo .company h2 {
    font-size: 24px;
    color: #e6212a;
    font-weight: bold;
}

#logo .company h3 {
    font-size: 18px;
    margin-top: 5px;
    color: #666;
}

#logo .tel {
    background: url(../images/tel.jpg) no-repeat left center;
    height: 120px;
    width: 204px;
    padding-left: 58px;
}

#logo .tel p {
    font-size: 16px;
    color: #666;
    margin-top: 15px;
}

#logo .tel p span {
    font-size: 30px;
    display: block;
    font-weight: bold;
    color: #252525;
    margin-top: 5px;
}

.nav {
    background: url(../images/navbg.jpg) no-repeat top center;
    height: 68px;
    margin-bottom: -1px;
}

.nav ul li {
    float: left;
    display: inline;
    text-align: center;
    font-size: 16px;
    position: relative;
    margin-top: 7px;
}

.nav ul li:after {
    content: '|';
    position: absolute;
    left: 0;
    top: 18px;
    width: 1px;
    height: 60px;
    display: block;
    color: #FFF;
}

.nav ul li a {
    color: #FFF;
    display: block;
    width: 125px;
    height: 60px;
    line-height: 60px;
    position: relative;
    z-index: 2;
}

.nav ul li a:hover,
.nav ul>li.on>a {
    color: #e6212a;
}

.nav ul li dl {
    margin: 0px;
    padding: 0;
    position: absolute;
    z-index: 999;
    display: none;
}

.nav ul li dl dt a {
    display: block;
    width: 140px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #252525;
    color: #fff;
}

.nav ul li dl dt a:hover {
    background: #e6212a;
    color: #fff;
    display: block;
    width: 140px;
    height: 50px;
}

.nav ul .home {
    margin-left: 15px;
}

.nav ul .on.home a {
    color: #FFF;
}

.nav ul .home a:hover {
    color: #FFF;
}

.nav ul .home:after,
.nav ul li:nth-child(2):after {
    display: none;
}

.banner {
    height: 550px;
    overflow: hidden;
    position: relative;
}

.banner .hd {
    height: 18px;
    position: absolute;
    width: 100%;
    z-index: 1;
    text-align: center;
    bottom: 20px;
}

.banner .hd ul li {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    background: #252525;
    border-radius: 8px;
}

.banner .hd ul li.on {
    background: #e6212a;
}

.banner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.banner .bd li {
    zoom: 1;
    vertical-align: middle;
    width: 100%;
    height: 550px;
    display: block;
}

.banner .bd li a {
    width: 100%;
    height: 550px;
    display: block;
}

.search {
    height: 70px;
    border-bottom: 1px solid #e2e2e2;
}

.search .fl {
    line-height: 70px;
}

.search .fl a {
    margin-right: 15px;
}

.search .fl span {
    color: #333;
    font-weight: bold;
}

.search .fr {
    width: 384px;
    height: 70px;
}

.search .fr input {
    width: 280px;
    height: 36px;
    border: 1px solid #eee;
    margin-top: 15px;
    padding-left: 3px;
    border-radius: 6px 0 0 6px;
    padding-left: 15px;
}

.search .fr button {
    width: 75px;
    height: 40px;
    background: url(../images/search.jpg) no-repeat;
    border: none;
    position: relative;
    left: -10px;
    top: 14px;
}

.sec-title {
    text-align: center;
    padding: 40px 0;
    height: 40px;
    position: relative;
}

.sec-title h2 {
    font-size: 24px;
    color: #252525;
    font-weight: bold;
}

.sec-title h2 span {
    color: #e6212a;
}

.sec-title p {
    font-size: 14px;
    margin-top: 10px;
}

.sec-titles {
    text-align: center;
    padding: 30px 0;
    height: 40px;
    position: relative;
}

.sec-titles h2 {
    font-size: 30px;
    color: #252525;
    font-weight: bold;
    background: url(../images/line.png) no-repeat bottom center;
    padding-bottom: 10px;
}

.sec-titles p {
    font-size: 14px;
    margin-top: 8px;
}

.index-pro {
    padding: 30px 0 30px;
    height: auto;
    overflow: hidden;
    /*background: url(../images/probg.jpg) no-repeat top center;*/
}

.index-pro .content {
    margin-top: 30px;
    height: auto;
    overflow: hidden;
}

.index-pro .content .fl {
    width: 300px;
    background-color: #e6212a;
    padding-top: 25px;
}

.index-pro .content .fr {
    width: 860px;
}

.index-pro .content .fl .title {
    height: 70px;
    width: 270px;
    background: #e6212a url(../images/ico01.jpg) no-repeat 13px center;
    color: #FFF;
    padding: 15px 0 0 30px;
}

.index-pro .content .fl .title span {
    font-size: 28px;
    padding-left: 50px;
    display: block;
}

.index-pro .content .fl .title span i {
    display: block;
    font-size: 14px;
    font-style: normal;
}

.index-pro .content .fl .contact {
    background: #e6212a;
    text-align: center;
    padding: 20px 0;
}

.index-pro .content .fl .contact p {
    font-size: 18px;
    color: #FFF;
    margin-top: 10px;
}

.index-pro .content .fl .contact p span {
    display: block;
    font-size: 24px;
    font-weight: bold;
}

.category {
    width: 100%;
    padding: 20px 0;
    background: #e6212a;
    height: auto;
    overflow: hidden;
}

.category h3 {
    line-height: 58px;
    width: 230px;
    height: 58px;
    margin-left: 25px;
}

.category h3 a {
    float: left;
    line-height: 58px;
    color: #4c4c4c;
    width: 230px;
    border-bottom: 1px solid #ccc;
    padding-left: 20px;
    background: #f3f3f3 url(../images/ico02.png) no-repeat 210px center;
    display: block;
}

.category h3.on a {
    background: #e6212a url(../images/ico02.png) no-repeat 210px center;
    color: #FFF;
    font-weight: 900;
}

.category h3 span {
    float: left;
}

.category ul {
    display: none;
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.category li {
    display: block;
    line-height: 40px;
}

.category li a {
    display: block;
    color: #e2e2e2;
    font-size: 14px;
    padding-left: 44px;
}

.category li.on a {
    color: #e6212a;
}

.index-pro .content .fr ul li {
    float: left;
    display: inline-block;
    margin-right: 23px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
}

.index-pro .content .fr ul li:nth-child(3n) {
    margin-right: 0
}

.index-pro .content .fr ul li .img {
    width: 269px;
    height: 269px;
    border: 1px solid #ccc;
    position: relative;
    overflow: hidden;
}

.index-pro .content .fr ul li .img img {
    width: 269px;
    height: 269px;
}

.index-pro .content .fr ul li .mask {
    background: rgba(230, 33, 42, 0.8);
    display: none;
    text-align: center;
    width: 269px;
    height: 269px;
    position: absolute;
    left: 0;
    top: 0;
}

.index-pro .content .fr ul li:hover .mask {
    display: block;
}

.index-pro .content .fr ul li .mask h2 {
    font-size: 18px;
    line-height: 42px;
    padding-top: 60px;
}

.index-pro .content .fr ul li .mask .more {
    width: 120px;
    height: 30px;
    margin: 0 auto;
    border: 1px solid #FFF;
    border-radius: 15px;
    line-height: 30px;
}

.index-pro .content .fr ul li a:hover h2 {
    color: #FFF;
}

.index-pro .content .fr ul li a:hover .more {
    color: #FFF;
}

.liucheng {
    height: 330px;
    overflow: hidden;
    margin-bottom: 30px;
}

.liucheng ul li {
    float: left;
    display: inline-block;
    transition-duration: 0.8s;
    width: 172px;
    height: 155px;
    border: 1px solid #cccccc;
    margin-right: 30px;
    text-align: center;
    margin-top: 10px;
}

.liucheng ul li:hover {
    margin-top: 10px;
}

.liucheng ul li:last-child {
    margin-right: 0;
}

.liucheng ul li img {
    margin-top: 38px;
}

.liucheng ul li p {
    font-size: 16px;
    margin-top: 8px;
}

.about {
    background: url(../images/aboutbg.jpg) no-repeat top center;
    height: 440px;
    overflow: hidden;
    padding-top: 54px;
}

.about .fl {
    float: left;
    display: inline-block;
    width: 622px;
}

.about .fr {
    float: right;
    display: inline-block;
    padding-top: 20px;
}

.about .fr img {
    width: 482px;
    height: 307px;
    border-radius: 10px;
    border: 15px solid #FFF;
}

.about .fl span {
    color: #4f5358;
    font-size: 30px;
    font-weight: bold;
}

.about .fl h2 {
    font-weight: bold;
    color: #FFF;
    position: relative;
    height: 50px;
    font-size: 42px;
}

.about .fl h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -18px;
    width: 70px;
    height: 3px;
    background: #e6212a;
}

.about .fl .info {
    font-size: 15px;
    line-height: 30px;
    color: #FFF;
    margin-top: 45px;
}

.about .fl .more {
    width: 185px;
    height: 42px;
    line-height: 42px;
    border-radius: 5px;
    margin-top: 20px;
    background: #e6212a url(../images/ico03.jpg) no-repeat 40px center;
    display: block;
}

.about .fl .more a {
    color: #FFF;
    padding-left: 80px;
}

.honor {
    height: auto;
    overflow: hidden;
    text-align: center;
    margin-top: -55px;
}

.honor .hd {
    height: 55px;
    overflow: hidden;
    width: 100%;
}

.honor .hd ul li {
    display: inline-block;
    width: 200px;
    height: 55px;
    font-size: 16px;
    line-height: 55px;
    margin-right: 12px;
}

.honor .hd ul li a {
    background: #f2f2f2;
    width: 200px;
    height: 55px;
    display: block;
    border-radius: 5px 5px 0 0
}

.honor .hd ul li a:hover {
    background: #e6212a;
    color: #FFF;
}

.honor .hd ul li.on a {
    background: #e6212a;
    color: #FFF;
}

.honor .bd {
    padding-top: 40px;
}

.honor .bd ul li {
    float: left;
    display: inline-block;
    margin-right: 20px;
    text-align: center;
    font-size: 16px;
    width: 285px;
    height: 189px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.honor .bd ul li img {
    max-width: 287px;
    height: 190px;
}

.index-news {
    height: auto;
    width: 100%;
    overflow: hidden;
    padding-bottom: 40px;
}

.index-news .fl {
    width: 675px;
}

.index-news .fr {
    width: 500px;
}

.index-news .fr .tit {
    font-size: 14px;
    color: #999999;
}

.index-news .fr .tit span {
    font-weight: bold;
    font-size: 20px;
    color: #333;
    margin-right: 15px;
}

.index-news .fr .tit em {
    float: right;
    margin-top: 4px;
}

.index-news .fr .gun-news {
    padding-top: 20px;
}

.index-news .fr .gun-news ul li {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

.index-news .fr .gun-news h2 {
    background: url(../images/wen.jpg) no-repeat left bottom;
    font-size: 14px;
    font-weight: bold;
    line-height: 29px;
    height: 29px;
    display: block;
    padding-left: 30px;
}

.index-news .fr .gun-news p {
    background: url(../images/da.jpg) no-repeat left top;
    font-size: 14px;
    line-height: 26px;
    display: block;
    padding-left: 30px;
}

.tab-news .hd {
    float: left;
    display: inline;
    width: 125px;
    margin-right: 20px;
}

.tab-news .hd ul li {
    width: 75px;
    height: 164px;
    background: #e6212a;
    margin-bottom: 1px;
    padding: 25px;
}

.tab-news .hd ul li h3 {
    font-size: 14px;
    padding-top: 15px;
    color: #FFF;
}

.tab-news .hd ul li h3 span {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
    display: block;
    color: #FFF;
}

.tab-news .hd ul li .more {
    padding: 3px 5px;
    border: 1px solid #FFF;
    text-align: center;
    margin-top: 15px;
}

.tab-news .hd ul li .more a {
    color: #FFF;
}

.tab-news .hd ul li.on {
    background: #ae0a11;
}

.tab-news .bd {
    float: left;
    display: inline;
    width: 520px;
}

.tab-news .bd dl {
    width: 490px;
    height: 165px;
    background: #f8f8f8;
    padding: 15px;
}

.tab-news .bd dl dt {
    float: left;
    display: inline;
}

.tab-news .bd dl dd {
    float: right;
    display: inline;
    width: 257px;
}

.tab-news .bd dl dd .date {
    font-size: 18px;
    color: #e6212a;
    font-weight: bold;
}

.tab-news .bd dl dd .date span {
    display: block;
    font-size: 12px;
}

.tab-news .bd dl dd h4 {
    font-weight: bold;
    font-size: 16px;
    padding: 5px 0
}

.tab-news .bd dl dd p {
    line-height: 25px;
}

.tab-news .bd dl dt img {
    width: 220px;
    height: 162px;
}

.tab-news .bd ul {
    padding-top: 15px;
}

.tab-news .bd ul li {
    line-height: 40px;
}

.tab-news .bd ul li span {
    float: right;
}

.tab-news .bd ul li a:before {
    content: "●";
    font-size: 12px;
    margin-right: 7px;
    color: #e6212a
}

.links {
    padding: 20px 0;
}

.links span {
    font-weight: bold;
    font-size: 18px;
}

.links a {
    margin-right: 15px;
}

.footer {
    background: #1b1b1b;
    height: 240px;
    overflow: hidden;
    padding-top: 45px;
    color: #bbbbbb;
}

.footer .fl h3 {
    color: #FFF;
    margin-bottom: 20px;
}

.footer .fl a {
    color: #bbbbbb;
}

.footer .fl a:hover {
    color: #ae0a11;
}

.footer .dh {
    width: 220px;
    line-height: 30px;
}

.footer .dh ul li {
    float: left;
    width: 45%;
}

.footer .pro {
    width: 120px;
    margin-right: 50px;
    line-height: 30px;
    padding: 0 50px;
    border-left: 1px solid #484848;
    border-right: 1px solid #484848;
}

.footer .contact {
    line-height: 30px;
}

.footer .fr h3 {
    background: #494949;
    width: 140px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
}

.footer .fr img {
    height: 140px;
}

.copyright {
    background: #333333;
    padding: 15px 0;
    border-top: 1px solid #484848;
    color: #bbbbbb;
    text-align: center;
}

.copyright a {
    color: #bbbbbb
}

.kefu {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.kefu li a {
    text-decoration: none;
    color: #FFF;
}

.kefu li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
}

.kefu li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0 auto;
    text-align: center;
}

.kefu li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    margin: 0;
}

.kefu .kefu-qq i {
    background-position: 4px 5px;
}

.kefu .kefu-tel i {
    background-position: 0 -21px;
}

.kefu .kefu-liuyan i {
    background-position: 4px -53px;
}

.kefu .kefu-weixin i {
    background-position: -34px 4px;
}

.kefu .kefu-weibo i {
    background-position: -30px -22px;
}

.kefu .kefu-ftop {
    display: none;
}

.kefu .kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.kefu .kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.kefu .kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.kefu .kefu-right {
    width: 20px;
}

.kefu .kefu-tel-main {
    background: #e6212a;
    color: #fff;
    height: 56px;
    width: 247px;
    padding: 9px 0 6px;
    float: left;
}

.kefu .kefu-main {
    background: #e6212a;
    width: 97px;
    height: 56px;
    position: relative;
    padding: 9px 0 6px;
    float: left;
}

.kefu .kefu-weixin-pic {
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
    z-index: 333;
}

.kefu-weixin-pic img {
    width: 115px;
    height: 115px;
}

.ban {
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.ny {
    height: auto;
    overflow: hidden;
    width: 100%;
    padding: 30px 0;
}

.ny .fl {
    width: 300px;
    border: 1px solid #ccc;
}

.ny .fr {
    width: 860px;
}

.ny .fl .title {
    height: 63px;
    width: 270px;
    background: #e6212a url(../images/ico01.jpg) no-repeat 20px center;
    color: #FFF;
    padding: 22px 0 0 30px;
}

.ny .fl .title span {
    font-size: 28px;
    padding-left: 50px;
    display: block;
}

.ny .fl .title span i {
    display: block;
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase
}

.ny .contact {
    background: #e6212a;
    text-align: center;
    padding: 20px 0;
}

.ny .contact p {
    font-size: 18px;
    color: #FFF;
    margin-top: 10px;
}

.ny .contact p span {
    display: block;
    font-size: 24px;
    font-weight: bold;
}

.ny .fr .title {
    line-height: 42px;
    border-bottom: 1px solid #e1e1e1;
}

.ny .fr .title span {
    font-size: 20px;
    color: #e6212a;
    border-bottom: 3px solid #e6212a;
    padding-bottom: 10px;
}

.ny .fr .title p {
    display: inline-block;
    float: right;
}

.ny .fr .tit {
    line-height: 38px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
}

.ny .fr .tit span {
    font-size: 18px;
    color: #e6212a;
    border-bottom: 3px solid #e6212a;
    padding-bottom: 8px;
}

.ny .fr .txt {
    border: 1px solid #e1e1e1;
    background: #f4f4f4;
    margin-top: 20px;
    padding: 15px;
}

.list-1 dl {
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 0;
}

.list-1 dl dt {
    line-height: 35px;
    font-size: 16px;
}

.list-1 dl dt:before {
    content: '■';
    font-size: 12px;
    margin-right: 5px;
    color: #e6212a;
    position: relative;
    top: -3px;
}

.list-1 dl dt span {
    float: right;
    font-size: 14px;
}

.list-1 dl dt a {
    font-weight: bold;
}

.list-1 dl dd {
    color: #999;
}

.list-2 {
    height: auto;
    overflow: hidden;
    padding-bottom: 30px;
}

.list-2 ul li {
    float: left;
    display: inline-block;
    margin-right: 27px;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}

.list-2 ul li:nth-child(3n) {
    margin-right: 0
}

.list-2 ul li .img {
    width: 266px;
    height: 190px;
    border: 1px solid #c1c1c1;
}

.list-2 ul li img {
    max-width: 100%;
    height: 190px;
}

.list-2 ul li p {
    margin-top: 5px;
}

.news {
    padding: 0px 0 0;
}

.news h1 {
    text-align: center;
    font-size: 24px;
    padding-top: 30px;
}

.news .date {
    text-align: center;
    font-size: 14px;
    padding: 15px 0;
}

.news .date span {
    padding: 0 15px;
}

.news .info {
    padding: 10px 0 0;
    line-height: 25px;
}

.tags {
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    height: 35px;
    line-height: 35px;
}

.tags span {
    font-weight: bold;
}

.tags a {
    margin-right: 15px;
}

.page {
    line-height: 50px;
}

.page span {
    float: right;
}

.xg-pro {
    height: auto;
    overflow: hidden;
    margin-top: 5px;
}

.xg-pro ul li {
    float: left;
    display: inline-block;
    width: 200px;
    margin-right: 15px;
    margin-bottom: 10px;
    text-align: center;
}

.xg-pro ul li img {
    width: 200px;
    height: 160px;
}

.xg-news {
    height: auto;
    overflow: hidden;
    margin-top: 15px;
}

.xg-news ul li {
    float: left;
    display: inline-block;
    width: 47%;
    margin-right: 3%;
    line-height: 25px;
}

.xg-news ul li:before {
    content: '■';
    font-size: 12px;
    margin-right: 5px;
    color: #e6212a;
    position: relative;
    top: -10px;
}

.xg-news ul li a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 240px;
    display: inline-block;
}

.xg-news ul li span {
    float: right;
}

.xg-area {
    height: auto;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 15px;
}

.xg-area ul li {
    float: left;
    display: inline-block;
    margin-right: 25px;
    line-height: 25px;
}

.pro {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 0 30px;
}

.pro .img {
    float: left;
    display: inline-block;
    width: 480px;
}

.pro .text {
    float: right;
    display: inline-block;
    width: 350px;
}

.pro .text h1 {
    font-size: 24px;
    padding-top: 20px;
}

.pro .text .desc {
    padding: 20px 0;
    height: 150px;
    font-size: 16px;
    line-height: 25px;
}

.pro .text .btn {
    width: 120px;
    height: 40px;
    background: #e6212a;
    color: #FFF;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
}

.pro-content .tits {
    border-bottom: 1px solid #e1e1e1;
    height: 40px;
    width: 100%;
    font-size: 18px;
}

.pro-content .tits span {
    background: #e6212a;
    color: #FFF;
    display: block;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.pro-content .info {
    padding: 20px 0;
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    border: 1px solid #ddd;
    display: none;
    text-align: center;
    overflow: hidden;
    font-size: 0;
}

div.zoomMask {
    position: absolute;
    background: url(../images/mask.png) repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}

.pc-slide {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.view .swiper-slide .imgauto {
    width: 100%;
    height: 350px;
    position: relative;
}

.view .swiper-slide .imgauto img {
    max-width: 90%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.view .swiper-container {
    width: 100%;
}

.preview {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.preview .swiper-container {
    width: 80%;
    margin: 0 10%;
    overflow: hidden;
}

.preview .swiper-slide {
    width: 22.5%;
    padding: 5px;
}

.preview .swiper-slide .imgauto {
    width: 100%;
    height: 80px;
    line-height: 80px;
    border: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
    position: relative;
    display: block;
}

.preview .swiper-slide .imgauto img {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.preview .slide6 {
    width: 82px;
}

.preview img {
    padding: 1px;
}

.preview .active-nav .imgauto {
    border: 1px solid #e6212a;
}

.preview .arrow-left {
    background: url(../images/prev1.png) no-repeat left center;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    width: 10px;
    height: 18px;
    z-index: 10;
}

.preview .arrow-right {
    background: url(../images/next1.png) no-repeat left center;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 10px;
    height: 18px;
    z-index: 10;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#message {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    transform: scale(0);
    transition: .3s;
}

.messagebg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 1001;
}

#message .m-content {
    margin-top: 10%;
}

#message .m-content .m-message {
    background: #fff;
    width: 580px;
    background: #fff;
    padding: 50px;
    margin: 0 auto;
    position: relative;
    z-index: 1002;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
}

.m-message {
    width: 494px;
    margin: 48px auto 0;
}

.m-message label {
    margin-bottom: 15px;
    display: block;
    font-size: 14px;
}

.m-message label em {
    display: block;
    float: right;
    color: red;
    height: 32px;
    line-height: 32px;
}

.m-message label span {
    width: 70px;
    height: 34px;
    line-height: 34px;
    color: #2F2F2F;
    float: left;
    font-weight: bold;
    text-align: right;
    margin-right: 30px;
    display: inline-block;
}

.m-message label input.inp,
.m-message label textarea,
.m-message label.code input {
    width: 77%;
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    border: #cccccc 1px solid;
    border-radius: 3px;
    padding: 0 14px;
    box-sizing: border-box;
    color: #555;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.m-message label input:focus,
.m-message label textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6);
}

.m-message label textarea {
    height: 72px;
    line-height: 24px;
    padding: 10px 14px;
}

.m-message label.code {
    line-height: 34px;
}

.m-message label.code input {
    width: 30%;
    float: left;
    margin-right: 30px;
}

.m-message label.code .pic {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 32px;
}

.m-message label.code img {
    display: block;
    width: 100%;
    height: 100%;
}

.btn-1 input {
    width: 52px;
    height: 32px;
    line-height: 32px;
    background: #e8e8e8;
    border: none;
    color: #333;
    margin-right: 22px;
    cursor: pointer;
    transition: 0.3s;
}

.btn-1 {
    padding-left: 100px;
}

.btn-1 input.focus {
    background: #e6212a;
    color: #fff;
}

.btn-1 input.focus:hover {
    background: #444;
}

.btn-1 input:hover {
    background: #ccc;
}

.pagebar {
    clear: both;
    margin: 20px 0;
    text-align: center;
}

.pagebar a:hover {
    color: #333;
}

.page-status {
    border-radius: 2px 0 0 2px;
}

.page-last {
    border-radius: 0 2px 2px 0;
}

.page-index,
.page-last,
.page-next,
.page-num,
.page-pre,
.page-status {
    display: inline-block;
    margin: 0 -1px 5px 0;
    padding: 0 15px;
    height: 28px;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    color: #333;
    vertical-align: middle;
    font-size: 12px;
    line-height: 28px;
}

.page-status {
    display: none;
}

.page-num-current {
    height: 30px;
    border-top: none;
    border-bottom: none;
    background-color: #333;
    color: #8a8a8a !important;
    line-height: 30px;
}

a.page-num-current:hover {
    color: #fff;
}






.index_title {
    height: 100px;
    width: 600px;
    margin: 0 auto;
}

.index_title i {
    color: #232323;
}

.index_title span {
    color: #C82126;
    padding-left: 10px;
    padding-right: 10px;
}

.index_title h2 {
    text-align: center;
    font-size: 42px;
    color: #C82126;
    letter-spacing: 3px;
    font-weight: 900;
}

.index_title em:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    background: #262626;
    left: 520px;
    top: 0px;
}

.index_title em:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    background: #262626;
    right: 520px;
    top: 0px;
}

.index_title em {
    display: block;
    position: relative;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    text-transform: uppercase;
    color: #262626;
}

.yz {
    overflow: hidden;
    background: #F7F7F7;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    padding-bottom: 60px;
}

.yz_info {
    position: relative;
    width: 1200px;
    overflow: hidden;
}

.yz_info ul {}

.yz_info li {
    width: 374px;
    height: 195px;
    text-align: left;
    padding: 18px 18px 0;
    box-sizing: border-box;
    float: left;
    margin-right: 39px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.yz_info li h3 {
    display: block;
    height: 52px;
    line-height: 52px;
    padding-left: 45px;
    text-align: left;
    color: #262626;
    font-size: 24px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d4d4d4;
}

.yz_info li p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.yz_info li:last-child {
    margin-right: 0;
}

.yz_info li:hover,
.yz_info li.cur {
    background: #fff;
    box-shadow: 0 0 20px #dfdfdf;
}

.yz_info li:nth-child(1) h3 {
    background: url(../images/yzico1.png) no-repeat left center;
}

.yz_info li:nth-child(2) h3 {
    background: url(../images/yzico2.png) no-repeat left center;
}

.yz_info li:nth-child(3) h3 {
    background: url(../images/yzico3.png) no-repeat left center;
}

.yz_info {
    margin: 0 auto;
    position: relative;
    width: 1200px;
    overflow: hidden;
}

.pt {
    padding-top: 60px;
}




.textlist1 {
    height: 388px;
}

.textlist1 li {
    float: left;
    margin-left: 36px;
    text-align: left;
    margin-bottom: 24px;
    height: 90px;
    width: 46%;
    background: #FFF;
    position: relative;
    padding: 10px 0;
}

.textlist1 li:nth-child(2n) {
    float: right;
    margin-left: 0;
}

.textlist1 li .InfoTitle {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 16px;
    text-indent: 65px;
    padding-top: 5px;
    font-weight: bold;
}

.textlist1 li a:hover {
    color: #0170e2;
}

.textlist1 li p {
    margin-left: 45px;
    padding: 0 0 0 20px;
    color: #5d5d5d;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    color: #999;
    height: 48px;
    overflow: hidden;
}

.textlist1 li .time {
    float: left;
    width: 56px;
    height: 56px;
    background: #cc222a;
    color: #FFF;
    line-height: 25px;
    padding: 12px 12px;
    position: absolute;
    left: -35px;
    top: 16px;
    text-align: center;
    -moz-box-shadow: 0px 0px 20px #a91f26;
    -webkit-box-shadow: 0px 0px 20px #a91f26;
    box-shadow: 0px 0px 6px #a91f26;
}

.textlist1 li .time .day {
    font-size: 28px;
    font-weight: bold;
}

.textlist1 li .time .month {
    float: left;
    width: 56px;
    font-size: 14px;
}

.textlist1 li .time .year {
    float: left;
    font-size: 18px;
    width: 48px;
}

.ly_article .viewmore {
    width: 140px;
    height: 40px;
    line-height: 40px;
    border: #c5c5c5 solid 1px;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    color: #6d6d6d;
    margin-top: 30px;
}

.ly_article .viewmore:hover {
    color: #0170e2;
    border: #0170e2 solid 1px;
}

@media (max-width:1199px) {
    .ly_article_in {
        width: 96%;
        padding: 20px 0;
    }

    .textlist1 li {
        width: 45%;
    }
}

@media (max-width:991px) {
    .textlist1 li {
        width: 43%;
    }
}

@media (max-width:767px) {
    .textlist1 {
        height: auto;
    }

    .textlist1 li {
        width: 88%;
        margin-left: 12%;
        margin-bottom: 0;
        height: 76px;
    }

    .textlist1 li .InfoTitle {
        font-size: 16px;
    }

    .textlist1 li p {
        line-height: 20px;
        height: 42px;
        font-size: 12px;
    }

    .textlist1 li .time {
        height: 46px;
        -moz-box-shadow: 0px 0px 10px #0170E2;
        -webkit-box-shadow: 0px 0px 10px #0170E2;
        box-shadow: 0px 0px 10px #0170E2;
    }

    .textlist1 li .time .day {
        font-size: 24px;
    }

    .textlist1 li .time .month {
        margin-top: -6px;
    }
}

.ly_article_in {
    text-align: center;
    width: 90%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 40px 0;
}





/*新增*/
.page-wrap {
    background: #ffffff;
    padding-bottom: 3.38541667%;
}

@media (min-width: 990px) {
    .page-wrap-left {
        float: left;
        width: 305px;
        margin-right: 2.16666667%;
    }
}

.xypg-left-box {
    margin-bottom: 20px;
}

.xypg-left-title {
    background: #e6212a;
    padding: 10px 20px;
    position: relative;
}

.xypg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    z-index: 9;
}

.xypg-left-title i {
    position: absolute;
    left: -5px;
    top: -9px;
    font-style: normal;
    font-size: 67px;
    font-weight: bold;
    opacity: .1;
    color: #fff;
    line-height: 1;
    z-index: 1;
    text-transform: uppercase;
}

.xypg-left-title span {
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    opacity: .6;
    margin-left: 10px;
    text-transform: capitalize;
}

.xypg-left-title span:before {
    content: "/";
    padding-right: 5px;
}

.xypg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}

.latest-news {
    padding: 10px 0;
}

.latest-news li {
    padding: .5em 1em;
    font-size: 14px;
}

.latest-news li a {
    display: block;
    line-height: 1.2;
    color: #5a5a5a;
}

.latest-news li a:before {
    content: '+';
    font-weight: bold;
    margin-right: 5px;
    font-size: 16px;
}

.latest-news li a:hover {
    color: #00ada9;
}

.latest-news li a:hover:before {
    color: #00ada9;
}

.hot-keys {
    padding: 20px 7px 8px 7px;
}

.hot-keys li {
    width: calc(50% - 14px);
    float: left;
    margin: 0 7px 14px 7px;
}

.hot-keys li a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 2.857;
    border: 1px dashed #f1f1f1;
}

.hot-keys li a:hover {
    color: #00ada9;
    border-color: #00ada9;
}

.page-wrap-contact {
    padding: 10px 0;
    font-size: 14px;
}

.page-wrap-contact h4 {
    padding: .3em 1.4em .8em 1.4em;
    font-size: 16px;
    color: #000000;
}

.page-wrap-contact p {
    border-top: 1px solid #eee;
    position: relative;
    margin-bottom: 0;
    padding: .8em 1.4em;
    color: #2f2f2f;
}

.page-message-img img {
    border: 1px solid #d2d2d2;
}

.page-wrap-right {
    overflow: hidden;
}

.page-wrap-right .xypg-right-content img {
    max-width: 100%!important;
    max-height: auto!important;
    height: auto!important;
}

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 9999;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #292e39;
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}

.navigation a {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    font-family: "Microsoft YaHei", Arial;
    line-height: 26px;
    border: 1px solid #cbcbcb;
    margin: 0 5px;
    padding: 0 8px;
}

.navigation a.previous_page {
    float: left;
}

.navigation a.next_page {
    float: right;
}

.navigation a:hover {
    color: #fff;
    border-color: #00ada9;
    background: #00ada9;
}

.clearfix{
    display: table;
    clear: both;
}
/* 内页左侧导航栏样式 */
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.xypg-left-nav {
    margin: 0 -1px;
}

.xypg-left-nav>li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav>li:last-child {
    border-bottom: none;
}

.xypg-left-nav>li>a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.xypg-left-nav>li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav>li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.xypg-left-nav>li:hover>a,
.xypg-left-nav>li.clicked>a {
    color: ##e6212a;
}

.xypg-left-nav>li:hover .first-nav-btn,
.xypg-left-nav>li.clicked .first-nav-btn {
    color: #e6212a;
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav>li {
    border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav>li>a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav>li>a:hover {
    color: #e6212a;
}

.xypg-left-nav .xypg-left-subnav>li.clicked>a {
    color: #e6212a;
}

.xypg-left-nav .xypg-left-threenav>li>a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.xypg-left-nav .xypg-left-threenav>li>a:before {
    content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav>li>a:hover {
    color: #e6212a;
}

.xypg-left-nav .xypg-left-threenav>li.clicked>a {
    color: #e6212a;
}

@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
}

.xypg-pro-description {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 2em;
}

.xypg-product-list {
    margin: 0 -1.5%;
    font-size: 0;
}

.xypg-product-list li {
    display: inline-block;
    vertical-align: bottom;
    width: 29%;
    margin: 0 1.5% 20px 1.5%;
    border: 1px solid #eeeeee;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.xypg-product-list li .img {
    display: block;
}

.xypg-product-list li h3 a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 1.6;
    padding: .8em 0;
}

.xypg-product-list li:hover {
    border-color: #00ada9;
}

.xypg-product-list .no-result {
    margin: 0 1.5%;
    font-size: 14px;
}

.xypg-case-list {
    margin: 0 -1%;
    font-size: 0;
}

.xypg-case-list li {
    display: inline-block;
    vertical-align: bottom;
    width: 31.333%;
    margin: 0 1% 10px 1%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.xypg-case-list li .img {
    display: block;
}

.xypg-case-list li h3 a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 1.6;
    padding: .8em 0;
}

.xypg-case-list li:hover h3 a {
    color: #00ada9;
}




.left .box {
    margin-bottom: 10px;
}

.left .box h3 {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.left .box .content {
    padding: 5px 0px;
}

.prodescription {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
}

.n_banner {
    width: 100%;
}

.n_banner img {
    width: 100%;
}

.sort_menu h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.sort_product {
    margin-top: 10px;
}

.sort_product h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.n_contact {
    margin-top: 10px;
}

.n_contact h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.n_contact .content {
    padding: 5px;
    line-height: 24px;
}

.sun-page {
    padding: 1rem 0;
}

.sitemp {
    line-height: 31px;
    padding-right: 10px;
    background: url(../images/nav.png) no-repeat 0% 100%;
}

.sitemp .site {
    width: 50%;
    float: right;
    text-align: right;
    line-height: 31px;
}

.sitemp h2 {
    width: 50%;
    float: left;
    line-height: 31px;
    text-indent: 15px;
    color: #000;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width: 768px) {
    .sitemp {
        background: none;
    }
    .sitemp .site {
        width: 100%;
        float: none;
        text-align: left;
    }
    .sitemp h2 {
        width: 100%;
        float: none;
        background: url(../images/nav.png) no-repeat 0% 100%;
    }
}

.right .content {
    padding: 10px;
    padding-top: 15px;
    overflow: hidden;
    line-height: 24px;
}

.right .content p>img {
    max-width: 100%;
}

.x-product-list li .img img, .x-case-item .img img, .x-news-img img, .xypg-product-list li .img img, .xypg-case-list li .img img, .relate-product-slick .owl-item .img img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.box10017_-5144 *{margin: 0;padding: 0;box-sizing: border-box;}
.box10017_-5144{    background: url(/uFile/82283/image/2018816165224902.jpg) no-repeat left 7px;
    padding-left: 116px;float:right;
}
.box10017_-5144 a{ height:30px;font-weight:700; line-height:26px;color:#666; text-decoration:none;font-family: "微软雅黑",Arial;font-weight:normal;margin:0 5px;    font-size: 14px;}
.box10017_-5144 a:hover{text-decoration:none;}






.Prolist ul.list{float: left;width: 100%;padding-left: 0px;}
.Prolist ul.list li.item{float: left;position: relative;width: 275px;margin-bottom: 20px;margin-right: 20px;background: #f6f6f6;transition: all .5s;}
.Prolist ul.list li.item:nth-child(3n){margin-right: 0;}
.Prolist ul.list li.item a{display: block;}
.Prolist ul.list li.item span{width: 100%;height: 45px;color: #555;text-align: center;display: block;line-height: 45px;transition: all .5s;}
.Prolist ul.list li.item .img{width: 100%;height: 252px;overflow: hidden;}
.Prolist ul.list li.item .img img{width: 100%;height: 100%;transition: all .5s;}
.Prolist ul.list li.item .bg{position: absolute;top: 0;width: 100%;height: 252px;background: url(../images/more.png) center no-repeat;background-color: rgba(0,0,0,.7);opacity: 0;transition: all .5s;}
.Prolist ul.list li.item:hover .bg{opacity: 1;}
.Prolist ul.list li.item:hover .img img{transform: scale(1.1);}

.submian .sobtitle h3{float: left;position: relative;height: 30px;color: #666;font-size: 18px;border-bottom: 2px solid #e60212;}
.submian .sobtitle s{display: inline-block;width: 15px;height: 15px;margin-right: 10px;background: url(../images/locationIco.png) no-repeat;vertical-align: middle;}
.submian .sobtitle a{font-size: 14px;color: #666;}
.submian .sobtitle a:hover{color: #e60212;}
.nybanner{width: 100%;position: relative;height: 300px;overflow: hidden;background-position: center;background-repeat: no-repeat;background-image: url(../images/nybanner.jpg);}
.submian .sobtitle{height: 26px;line-height: 20px;padding-bottom: 5px;font-size: 14px;color: #666;border-bottom: 1px solid #ddd;margin-bottom: 20px;text-align: right;}




/*内容详情页*/
.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 #pic{width: max-content;margin: 20px auto;padding: 1px;box-shadow: 0 0 20px 0 rgba(0,0,0,.3);}
.submian .subright .conBox #pic img{max-width: 800px;}
.submian .subright .conBox .ArticleTencont{padding: 5px 0px 20px 0px;color: #666;font-size:14px;line-height:35px;text-align: justify;overflow: hidden;margin-top:20px;}
.submian .subright .conBox .ArticleTencont img{max-width: 100%;display: block;margin: 0 auto;}

.producr_img{display: block;margin: 0 auto;}


/*内容分页*/
.reLink{width: 93%;}
.reLink{height: 38px;border: 1px solid #ddd;margin: 10px auto 10px;padding: 0px 10px;}
.reLink .prevLink, .reLink .nextLink{height: 38px;line-height: 38px;color: #666;}
.reLink .prevLink a, .reLink .nextLink a{height: 38px;line-height: 38px;color: #666;}
.reLink .prevLink a:hover, .reLink .nextLink a:hover{color: #e60212;}
.reLink .prevLink{float: left;}
.reLink .nextLink{float: right;}
.hot_pro .pro_list {
  margin-top: 15px;
}
.pro_list {
  width: 100%;
  overflow: hidden;
  margin-top: 32px;
}

.pro_list ul li {
  width: 23%; 
  margin-right:2%;
  margin-bottom: 28px;
  float: left;
  border: 1px solid #eee;
}

.pro_list ul li a .imgauto {
  width: 100%;padding-bottom:76%;width: 100%;position: relative;height: 50px;
}
.pro_list ul li a .imgauto img{ width: 100%;height: 100%; position: absolute;top: 0;left: 0; }
.pro_list ul li a span {
  display: block;
  margin-top: 6px;
  text-align: center;
  font-size: 14px;line-height:35px;
}

.pro_list ul li:nth-child(4n) {
  margin-right: 0;
}

.pro_list ul li:hover {
  border: 1px solid #e60212;
}

.pro_list ul li:hover img {
  opacity: .6;
}

.pro_list ul li:hover span {
  color: #e60212;line-height:35px;
}



.page_title {
  border-bottom: 1px solid #e60212;
  padding-top: 15px;
  width: 100%;
}

.page_title h3 {
  width: 140px;
  height: 42px;
  font-size: 18px;
  margin-top: 10px;
  display: block;
  color: #fff;
  line-height: 42px;
  background: #e60212;
  text-align: center;
  font-weight: normal;
}

.hot_pro{
    width: 100%;
}
.showarea {
    padding: 15px 0;
}
.showarea h3 {
  padding-bottom: 10px;
  font-size: 16px;
  color: #e60212;
  border-bottom: 1px solid #e4e4e4;
  display: block;
}
.showarea h3 span {
  font-weight: 400;
  color: #999;
  text-transform: uppercase;
}
.showarea .list {
      overflow: hidden;
    margin-top: 20px;
}
.showarea .list a {
    display: block;
    margin-right: 17px;
    font-size: 14px;
    float: left;
    margin-bottom: 12px;
}
.showarea .list a:hover {
  color: #e60212;
}

/*文章列表*/
.submian .Newslist{}
.submian .Newslist .list{padding-bottom: 20px;}
.submian .Newslist .item{display: block;padding: 10px 20px;border: 1px solid #e1e1e1;margin-bottom: 15px;transition: all .5s;}
.submian .Newslist .item a{display: block;}
.submian .Newslist .item .txt{width: 100%;}
.submian .Newslist .item .txt h3{font-size: 16px;line-height: 30px;transition: all .5s;}
.submian .Newslist .item .txt .mark{color: #999;font-size: 12px;line-height: 20px;padding:0;}
.submian .Newslist .item .txt .mark span{display: inline-block;padding-right: 18px;}
.submian .Newslist .item .txt p{color: #999;line-height: 25px;text-align: justify;height: 50px;overflow: hidden;}
.submian .Newslist .item .txt p span{display: inline-block;color:#e60212;padding-left: 10px;}
.submian .Newslist .item a:hover .txt h3{color:#e60212;}
.page-num-current{
    border: 1px solid #e6212a!important;
    background-color: #e6212a!important;
    color: #fff!important;
}
.about_content_font{
    font-size: 15px;
}
.subright{
    width: 869px
}





/*选择我们*/
.choo {
    width: 100%;
    overflow: hidden;
    padding-bottom: 90px;
    background: #f3f3f3;
}
.choo_box {
    margin: 0 auto;
    width: 1200px;
    height: 1372px;
}
.chootop {
    width: 1200px;
    height: 166px;
    float: left;
}
.chootop p {
    text-align: center;
    margin-top: 60px;
}
.chootop span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #2b2b2b;
    letter-spacing: 5px;
    margin-top: 3px;
}
.ys1 {
    width: 1200px;
    height: 450px;
    float: left;
    margin-bottom: 30px;
}
.ys1 img {
    width: 560px;
    height: 450px;
    float: right;
}
.ys1 dl {
    background: url(../images/ys1.png) no-repeat left 58px;
    width: 560px;
    height: 350px;
    margin-top: 80px;
    float: left;
}
.ys1 dl dt {
    padding-left: 74px;
    font-size: 30px;
    color: #2b2b2b;
    font-weight: bold;
    margin-top: 49px;
}
.ys1 dl dd {
    padding-left: 74px;
    margin-top: 25px;
    height: 90px;
    font-size: 16px;
    color: #777777;
    line-height: 30px;
}
.ys1 dl dd span {
    color: #ec1b24;
    font-weight: bold;
}
.ys2 {
    width: 1200px;
    height: 450px;
    float: left;
    margin-bottom: 30px;
}
.ys2 img {
    width: 560px;
    height: 450px;
    float: left;
}
.ys2 dl {
    background: url(../images/ys2.png) no-repeat left 58px;
    width: 560px;
    height: 350px;
    margin-top: 80px;
    float: right;
}
.ys2 dl dt {
    padding-left: 74px;
    font-size: 30px;
    color: #2b2b2b;
    font-weight: bold;
    margin-top: 58px;
}
.ys2 dl dd {
    padding-left: 74px;
    margin-top: 25px;
    height: 90px;
    color: #777777;
    font-size: 16px;
    line-height: 30px;
}
.ys2 dl dd span {
    color: #ec1b24;
    font-weight: bold;
}
.ys3 {
    width: 1200px;
    height: 450px;
    float: left;
    margin-bottom: 30px;
}
.ys3 img {
    width: 560px;
    height: 450px;
    float: right;
}
.ys3 dl {
    background: url(../images/ys3.png) no-repeat left 58px;
    width: 560px;
    height: 350px;
    margin-top: 80px;
    float: left;
}
.ys3 dl dt {
    padding-left: 74px;
    font-size: 30px;
    color: #2b2b2b;
    font-weight: bold;
    margin-top: 58px;
}
.ys3 dl dd {
    padding-left: 74px;
    margin-top: 25px;
    height: 90px;
    color: #777777;
    font-size: 16px;
    line-height: 30px;
}
.ys3 dl dd span {
    color: #ec1b24;
    font-weight: bold;
}
.ys4 {
    width: 1200px;
    height: 450px;
    float: left;
    margin-bottom: 30px;
}
.ys4 img {
    width: 560px;
    height: 450px;
    float: left;
}
.ys4 dl {
    background: url(../images/ys4.png) no-repeat left 58px;
    width: 560px;
    height: 350px;
    margin-top: 80px;
    float: right;
}
.ys4 dl dt {
    padding-left: 74px;
    font-size: 24px;
    color: #2b2b2b;
    font-weight: bold;
    margin-top: 58px;
}
.ys4 dl dd {
    padding-left: 74px;
    margin-top: 25px;
    font-size: 16px;
    height: 90px;
    color: #777777;
    line-height: 30px;
}
.ys4 dl dd span {
    color: #ec1b24;
    font-weight: bold;
}
.choo_box {
    width: 1200px;
    height: 1372px;
}


.ul-txt {
    padding-top: 22px;
}

.ul-txt>li {
    height: 35px;
    line-height: 35px;
    color: #333;
    background: url('../images/dot.png') left center no-repeat;
    padding-left: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ul-txt>li>span {
    float: none;
    color: #e10021;
}