input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

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

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

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

p {
    margin: 0;
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}


/*头部样式*/

.top_head {
    position: relative;
    line-height: 40px;
    background: #e7e7e7;
    font-size: 12px;
    color: #333333;
}

.top_head a {
    font-size: 12px;
    color: #333333;
}

#header {
    position: relative;
    height: 130px;
    border-bottom: 1px solid #e0e0e0;
}

.logo {
    float: left;
    line-height: 122px;
}
.logo img{width:108%;}
.top_phone {
    margin-top: 35px;
    background: url(../images/top_phone.png) no-repeat left center;
    padding-left: 60px;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    font-family: "Adobe 黑体 Std";
}


/*热门搜索*/

.search_index {
    height: 90px;
    position: relative;
    color: #666;
}

.hotSearch {
    float: left;
    height: 90px;
    line-height: 90px;
    font-weight: normal;
    color: #666666;
    font-size: 16px;
}

.hotSearch a {
    color: #666666;
    font-size: 16px;
    margin-right: 10px;
}

#formsearch {
    margin-top: 25px;
    width: 364px;
    height: 40px;
    line-height: 40px;
    float: right;
    background: url(../images/sss.png) no-repeat center center;
}

#formsearch input {
    height: 40px;
    background: #fff;
    line-height: 40px;
    border: none;
    outline: none;
}

#formsearch input#keyword {
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    color: #686868;
    float: left;
    background: none;
    border: none;
    font-size: 13px;
    width: 300px;
}

#formsearch input#s_btn {
    width: 64px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    float: left;
    background: none;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}


/*c1_index*/

.c1_index {
    position: relative;
    padding-top: 58px;
    padding-bottom: 30px;
}

.ttt1 {
    text-align: center;
    background: url(../images/ttt1_bg.png) no-repeat center;
    height: 77px;
}

.ttt1 h3 {
    font-size: 36px;
    color: #6a493c;
    line-height: 65px;
}

.sort2 {
    position: relative;
    text-align: center;
    margin: 25px 0;
}

.sort2 li {
    display: inline-block;
    margin: 0 25px;
    border-bottom: 3px solid transparent;
    padding: 10px 0;
    transition: .3s;
}

.sort2 li a {
    display: block;
    font-size: 20px;
    color: #666666;
}

.sort2 li:hover,
.sort2 li.on {
    border-bottom: 3px solid #b40000;
}

.sort2 li:hover a,
.sort2 li.on a {
    color: #b40000;
}

.pro_list {
    position: relative;
}

.pro_list li {
    position: relative;
    float: left;
    margin-right: 14px;
    margin-bottom: 15px;
}

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

.pro_list li a.img {
    display: block;
    box-shadow: 0 2px 5px #999;
}

.pro_list li a.img img {
    width: 289px;
    height: 308px;
}

.pro_list li h3 a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    padding: 15px 0;
}
.pro_list li h3 span{
    font-weight:normal;
    border: 1px solid #eee;
    padding: 0 3px;
    /*text-indent:1em;*/
    display: block;
    width: 289px;
    height:58px;
    overflow: hidden;
}

/**/
.hongtu{
    position: relative;
    background: url(../images/xbg.png) no-repeat center bottom;
    min-height: 160px;
    margin-top: 50px;
    display: flex;
    justify-content:space-between;
    margin-bottom: 20px;
}

.hongtu_left{
    width: 400px;
    margin-left: 50px;
    padding-top: 50px;
}

.hongtu_left img{
    max-width: 100%;
}

.hongtu_left h3{
    font-size: 40px;
    color: #cc120c;
    padding: 10px 0;
     font-weight: 400;
}

.hongtu_left h4{
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
}

.hongtu_left h4 span{
    color: #d72d03;
    font-size: 36px;
}

.hongtu_right{
    width: 550px;
    margin-right: 70px;
    text-align: center;
    padding-bottom: 15px;
}


.hongtu_right h3{
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    line-height: 1.7;
}


/**/
.list222{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.list222 li{
    width: 145px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
}




/*c2_index*/

.c2_index {
    position: relative;
    height: 640px;
    background: url(../images/c2_bg.jpg) no-repeat center;
    padding-top: 85px;
}

.abb_left {
    float: left;
    width: 636px;
    height: 538px;
    background: #fff;
    padding-top: 20px;
    padding-left: 12px;
    padding-right: 12px;
}

.abb_left .simg img {
    width: 100%;
}

.abb_left h2 {
    text-align: center;
    font-size: 36px;
    color: #6a493c;
    font-weight: 400;
    padding-top: 15px;
}

.abb_left h2 span {
    display: block;
    font-size: 12px;
    font-family: "Arial";
    font-size: 14px;
    color: #9e9e9e;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.abb_right {
    float: right;
    position: relative;
    width: 495px;
}

.abb_right h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
}

.abb_right h1::before {
    position: absolute;
    content: "";
    width: 280px;
    height: 3px;
    background: #b40000;
    left: -160px;
    bottom: -20px;
}

.abb_right h3 {
    margin-top: 55px;
    color: #fff;
    font-size: 36px;
    font-weight: 400;
}

.abb_right h3 p {
    font-size: 20px;
    font-family: "黑体";
}

.abb_right .abbtxt {
    margin-top: 20px;
    line-height: 1.9;
    color: #fff;
    font-size: 16px;
}

.abb_right .abbmore {
    display: block;
    position: relative;
    width: 125px;
    line-height: 35px;
    border: 2px solid #fff;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}

.abb_right .abbmore::before {
    position: absolute;
    left: 125px;
    top: 18px;
    width: 350px;
    height: 1px;
    content: "";
    background: #fff;
}


/*c3_index*/

.c3_index {
    position: relative;
    padding-top: 65px;
    padding-bottom: 30px;
}

.ttt2 {
    text-align: center;
    background: url(../images/ttt2_bg.png) no-repeat center;
    height: 77px;
}

.ttt2 h3 {
    /*font-size: 36px;*/
    /*color: #6a493c;*/
    /*line-height: 65px;*/
        width: 200px;
    font-size: 36px;
    color: #6a493c;
    line-height: 65px;
    margin: 0 auto;
}

.case_list22 {
    position: relative;
    margin: 0 -12px;
    margin-top: 45px;
}

.case_list22 li {
    position: relative;
    float: left;
    margin: 0 12px;
    padding: 10px 0;
}

.case_list22 li a {
    display: block;
    box-shadow: 0 2px 5px #999;
}

.case_list22 li .com-img img {
    width: 100%;
}

.case_list22 li h3 {
    background: #fff url(../images/jia.png) no-repeat right bottom;
    line-height: 49px;
    text-align: center;
    color: #555555;
    font-size: 16px;
    font-weight: 400;
}

.case_list22 .slick-prev,
.case_list22 .slick-next {
    position: absolute;
    top: 50%;
    width: 29px;
    height: 56px;
    outline: none;
    border: none;
    font-size: 0;
}

.case_list22 .slick-prev {
    left: -50px;
    background: url(../images/prev1.png) no-repeat center;
}

.case_list22 .slick-next {
    right: -50px;
    background: url(../images/next1.png) no-repeat center;
}

.case_list22 li:hover h3 {
    color: #c70000;
}


/* c4_index */

.c4_index {
    position: relative;
    padding: 30px 0;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.ttt3 {
    text-align: center;
    background: url(../images/ttt3_bg.png) no-repeat center;
    height: 77px;
}

.ttt3 h3 {
    font-size: 36px;
    color: #6a493c;
    line-height: 65px;
}

.c4_wap {
    position: relative;
    width: 1458px;
    margin: 0 auto;
    margin-top: 60px;
    background: url(../images/c4_xian.png) no-repeat center bottom;
    height: 240px;
}

.list2 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.list2 li {
    border-radius: 100px;
    position: relative;
    text-align: center;
    padding-top: 30px;
    background: url(../images/listm.png) no-repeat center 0;
    width: 153px;
    height: 153px;
    box-sizing: border-box;
}

.list2 li::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 80px;
    background: #abaaaa;
    left: 48%;
    top: 145px;
}

.list2 li:nth-child(2n)::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 40px;
    background: #abaaaa;
    left: 49%;
    top: 145px;
}

.list2 li .tu {
    height: 44px;
    line-height: 44px;
}

.list2 li .tu img.img2 {
    display: none;
}

.list2 li p {
    font-size: 18px;
    line-height: 2;
    color: #565656;
}

.list2 li .ci {
    margin-top: 5px;
    font-size: 15px;
    color: #ffffff;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: bold;
}

.list2 li .jh {
    position: absolute;
    bottom: -90px;
    left: 62px;
    width: 20px;
    height: 20px;
    background: url(../images/yuan.png) no-repeat center center;
}

.list2 li:nth-child(2n) {
    margin-top: 46px;
}

.list2 li:nth-child(2n) .jh {
    position: absolute;
    bottom: -45px;
    left: 65px;
}

.list2 li:hover {
    background: url(../images/listmh.png) no-repeat center 0;
}

.list2 li:hover .jh {
    background: url(../images/yuan_h.png) no-repeat center center;
}

.list2 li:hover p {
    color: #fff;
}

.list2 li:hover .ci {
    color: #5b5b5b;
}

.list2 li:hover .tu img.img1 {
    display: none;
}

.list2 li:hover .tu img.img2 {
    display: inline-block;
}

.zixun {
        position: relative;
    border-radius: 30px;
    width: 367px;
    height: 63px;
    line-height: 59px;
    text-align: center;
    margin: 40px auto 0;
    background: #c70000;
    color: #fff;
    font-size: 28px;
}


/* news_index */

.news_index {
    position: relative;
    padding: 45px 0;
}

.ttt4 {
    text-align: center;
    background: url(../images/ttt4_bg.png) no-repeat center;
    height: 94px;
}

.ttt4 h3 {
    font-size: 36px;
    color: #6a493c;
    line-height: 75px;
}

.news_wap {
    position: relative;
    margin-top: 35px;
}

.news_aa {
    float: left;
    width: 415px;
    margin-right: 40px;
}

.news_tts {
    position: relative;
    padding: 5px 0;
}

.news_tts h3 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    padding-left: 12px;
    background: url(../images/hong.png) no-repeat left center;
}

.news_tts a {
    position: absolute;
    right: 0px;
    top: 8px;
    display: block;
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
}

.news_list11 {
    position: relative;
}

.news_list11 li {
    position: relative;
}

.news_list11 li a {
    display: block;
}

.news_list11 li .nimg img {
    width: 413px;
    height: 131px;
}

.news_list11 li h3 {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    padding: 5px 0;
}

.news_list11 li .inforq {
    font-size: 14px;
    color: #8b8b8b;
    line-height: 1.5;
}

.news_list11 li .inforq span {
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    float: right;
}

.news_list11 li:hover h3 {
    color: #c70000;
}

.news_list22 {
    position: relative;
    margin-top: 10px;
}

.news_list22 li {
    position: relative;
    line-height: 40px;
    padding-left: 15px;
    background: url(../images/iico.png) no-repeat left center;
}

.news_list22 li a {
    display: block;
    font-size: 14px;
    color: #333333;
    font-weight: normal;
}

.news_list22 li span {
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    font-size: 14px;
    color: #666666;
}

.news_bb {
    float: right;
    width: 290px;
}

.news_list33 {
    position: relative;
    margin-top: 2px;
}

.news_list33 li {
    position: relative;
}

.news_list33 li+li {
    padding-top:18px;
}

.news_list33 li a {
    display: block;
    padding-left: 25px;
    background: url(../images/wen.png) no-repeat left top;
    font-size: 14px;
    color: #333333;
    margin-bottom: 8px;
}

.news_list33 li span {
    display: block;
    padding-left: 25px;
    background: url(../images/da.png) no-repeat left 5px;
    font-size: 14px;
    color: #333333;
}


/* foot_wap */

.foot_wap {
    position: relative;
    background: #3a3a3a;
    padding-top: 20px;
    padding-bottom: 15px;
}

.linkss {
    font-size: 16px;
    color: #fff;
    position: relative;
    padding: 10px 0;
}

.linkss a {
    font-size: 16px;
    color: #fff;
    margin-left: 30px;
}

.linkss span {
    display: inline-block;
    vertical-align: bottom;
}

.foot_nav {
    margin-top: 20px;
    line-height: 65px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

.foot_nav a {
    display: inline-block;
    width: 195px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.foot_middle {
    position: relative;
    padding-top: 5px;
}

.foot_aa {
    float: left;
    /*width: 600px;*/
    width:960px;
}

.fcontact {
    font-size: 16px;
    color: #fff;
    line-height: 2;
}

.foot_ewm {
       position: absolute;
    width: 240px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 2.5;
    right: 0px;
    top: -95px;
}
.rmsuosou p,a{color:#fff;}
.x-copyright {
    margin: 5px 0;
    color: #fff;
    font-size: 12px;
    margin-top: 20px;
}

.x-copyright a {
    color: #fff;
    font-size: 12px;
}

.foot_wap a:hover {
    color: #c70000;
}

/**/
.foot_cc{
    position: relative;
    padding: 0px 0;
    display: flex;
    justify-content: left;
}

.foot_logo{
    width: 200px;
}

.foot_logo img{
    max-width: 100%;
}


.foot_dao{
    width: 1000px;
}

.x-layout-menu dl {
    float: left;
    width: 13.28%;
    text-align: left;
}

.x-layout-menu dl dt {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 15px;
    background: url(../images/shu2.png) no-repeat left center;
}

.x-layout-menu dl dd a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    line-height: 2;
    position: relative;
    padding-left: 10px;
}


.x-layout-menu dl dd a::before{
    position: absolute;
    left: 0px;
    top: 12px;
    width: 2px;
    height: 2px;
    content: "";
    background: #bdbdbd;
    border-radius: 50%;
}
.x-layout-menu dl dd p{
    position: relative;
    padding-left: 10px;
}
.x-layout-menu dl dd p::before{
     position: absolute;
    left: 0px;
    top: 10px;
    width: 2px;
    height: 2px;
    content: "";
    background: #bdbdbd;
    border-radius: 50%;
}











