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;}

/*头部样式*/
#header {
    position: relative;
    line-height: 35px;
    font-size: 12px;
    color: rgb(97, 97, 97);
    font-family: 微软雅黑;
    background: rgb(239, 239, 239);
} 

#header a {
    font-size: 12px;
    color: #616161;
    font-family: "宋体";
}

.top_cc {
    position: relative;
    height: 90px;
}

.logo {
    float: left;
    margin-top: 8px;
}

.logotxt {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #ddd;
    margin-top: 8px;
    min-height: 60px;
}

.logotxt img {
    vertical-align: middle;
    padding-top: 10px;
}

.top_phone {
    background: url(../images/top_phone.png) no-repeat left center;
    padding-left: 55px;
    margin-top: 19px;
    font-size: 14px;
    color: #000000;
}

/*导航栏样式*/

#menu {
    position: relative;
    background: #e70012;
    height: 67px;
    border-bottom: 4px solid #fea900;
}

.nav {
    height: 67px;
}

.nav li {
    height: 67px;
    text-align: center;
    width: 150px;
    float: left;
    position: relative;
    z-index: 999;
}

.nav li a {
    padding-top: 15px;
    display: block;
    line-height: 38px;
    color: #fff;
    height: 67px;
    font-size: 16px;
}

.nav li a span {
    text-transform: uppercase;
    display: block;
    font-size: 12px;
    color: #ff7580;
}

.nav li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #fea900;
}

.nav li a:hover span {
    color: #fff;
}

.nav .sec {
    height: 0;
    background: #e70012;
    color: #fff;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 67px;
    left: 0px;
}

.nav .sec a {
    background: #e70012;
    padding-top: 0px;
    color: #fff;
    height: 38px;
    line-height: 38px;
    width: 150px;
    font-size: 14px;
}

.nav .sec a:hover {
    background: #fea900;
    text-decoration: none;
}




/*c1_index  */

.c1_index {
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    height: 170px;
    padding-top: 30px;
}

.c1_left {
    width: 700px;
}

.c1_left>h1 {
    font-size: 26px;
    color: #333;
    margin-bottom: 15px;
}

.c1_left ul {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.c1_left ul li {
    text-align: center;
    position: relative;
}

.c1_left ul li+li::before {
    position: absolute;
    width: 1px;
    height: 60px;
    background: #d2d2d2;
    content: "";
    left: -60px;
    top: 5px;
}

.c1_left ul li h3 {
    font-size: 48px;
    color: #ffa800;
    font-family: "Arial";
    line-height: 1;
    position: relative;
}

.c1_left ul li h3 i {
    font-style: inherit;
    color: #b8b8b8;
    font-size: 18px;
    font-weight: normal;
}

.c1_left ul li h3 b {
    font-size: 24px;
    position: absolute;
    right: 12px;
    color: #ffa800;
}

.c1_left ul li p {
    font-size: 16px;
    color: #333;
}

.ss_right {
    width: 350px;
    overflow: hidden;
}

.ss_right>h3 {
    color: #dddddd;
    font-size: 26px;
    text-transform: uppercase;
}


/*sousuo*/

.hotSearch {
    height: 24px;
    line-height: 24px;
    font-weight: normal;
    font-size: 14px;
    color: #666666;
}

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

#formsearch {
    width: 340px;
    height: 40px;
    background: url(../images/sss.png) no-repeat center center;
    margin-top: 5px;
}

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

#formsearch input#keyword {
    height: 40px;
    line-height: 40px;
    padding-left: 3%;
    color: #dddddd;
    float: left;
    width: 82%;
    font-size: 12px;
}

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


/* c2_index */

.c2_index {
    position: relative;
    padding: 40px 0 10px;
}

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

.ttt1 h3 {
    font-size: 36px;
    color: #e60012;
}

.ttt1 p {
    font-size: 18px;
    color: #fff;
    background: #ffa800;
    display: inline-block;
    padding: 0px 10px;
}

.case_listaa {
    position: relative;
    margin-top: 38px;
}

.case_listaa li {
    float: left;
    margin-right: 18px;
    margin-bottom: 18px;
    position: relative;
}

.case_listaa li:nth-child(3n) {
    margin-right: 0px;
}

.case_listaa li a {
    display: block;
    border: 1px solid #eaeaea;
}

.case_listaa li .simg {
    overflow: hidden;
}

.case_listaa li .simg img {
    width: 385px;
    height: 255px;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case_listaa li h3 {
    line-height: 56px;
    position: relative;
    padding: 0 15px;
    font-size: 18px;
    color: #000000;
    font-weight: normal;
}

.case_listaa li h3 i {
    font-style: inherit;
    font-size: 12px;
    color: #b5b5b5;
    text-transform: uppercase;
    position: absolute;
    right: 15px;
    top: 0px;
    padding-right: 30px;
    background: url(../images/jta.png) no-repeat right center;
    transition: .3s ease;
}

.case_listaa li:hover h3 i {
    color: #e60012;
    background: url(../images/jtb.png) no-repeat right center;
}

.case_listaa li:hover .simg img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
}


/* c3_index */

.c3_index {
    position: relative;
    height: 200px;
    padding-top: 30px;
    background: url(../images/hz_bg.jpg) no-repeat center center;
}

.c3_index h1 {
    float: left;
    writing-mode: vertical-rl;
    background: url(../images/hz_ttt.png) no-repeat left top;
    width: 47px;
    height: 150px;
    color: #fff;
    font-size: 26px;
    letter-spacing: 3px;
    padding-top: 12px;
    padding-left: 15px;
}

.hz_list {
    float: right;
    width: 1080px;
    display: flex;
    justify-content: space-between;
}

.hz_list li {
    text-align: center;
    position: relative;
}

.hz_list li img {
    max-width: 100%;
}

.hz_list li h3 {
    font-weight: normal;
    font-size: 16px;
    padding-top: 15px;
    color: #fff;
}

.hz_list li+li::before {
    position: absolute;
    left: -30px;
    top: 30%;
    content: "";
    width: 11px;
    height: 24px;
    background: url(../images/jtou.png) no-repeat center center;
}


/* c4_index */

.c4_index {
    position: relative;
    padding: 50px 0 20px;
}

.pro_cate {
    width: 252px;
}

.cate_left_tit {
    background: #e60012;
    width: 252px;
    height: 133px;
    padding-left: 60px;
}

.cate_left_tit h3 {
    color: #fff;
    font-size: 32px;
    padding-top: 30px;
}

.cate_left_tit p {
    color: #ffa1a8;
    font-size: 14px;
    text-transform: uppercase;
}

.pro_sort {
    background: #e9e9e9;
    padding: 15px 0px;
}

.pro_sort ul li {
    margin: 10px 0;
}

.pro_sort ul li a {
    display: block;
    line-height: 42px;
    font-size: 15px;
    color: #131313;
    padding-left: 75px;
    border-left: 3px solid transparent;
}

.pro_sort ul li:hover a {
    background: #fff;
    border-left: 3px solid #e60012;
    color: #e60012;
}

.pro_sort h4 a {
    display: block;
    width: 108px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #e60012;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    margin: 10px auto;
}

.cate_left_tel {
    height: 400px;
    background: #e60012;
    text-align: center;
    padding-top: 30px;
}

.cate_left_tel h1 {
    font-size: 30px;
    color: #fff;
    padding-bottom: 20px;
}

.cate_left_tel h1 span {
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    font-family: "Arial";
}

.cate_left_tel h4 {
    font-weight: normal;
    color: #fff;
    font-size: 14px;
    margin-top: 15px;
}

.cate_left_tel h3 {
    color: #fff;
    font-size: 25px;
    font-family: "Arial";
}

.cate_ewm {
    margin-top: 10px;
}

.cate_ewm img {
    width: 127px;
    height: 127px;
}

.pro_wap {
    width: 920px;
    float: right;
}

.pro_list22 {
    position: relative;
}

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

.pro_list22 li:nth-child(3n) {
    margin-right: 0px;
}

.pro_list22 li a {
    display: block;
    border-bottom: 1px solid #cacaca;
}

.pro_list22 li .simg {
    overflow: hidden;
}

.pro_list22 li .simg img {
    width: 295px;
    height: 205px;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_list22 li .tss {
    position: relative;
}

.pro_list22 li h3 {
    margin: 12px 0;
    line-height: 30px;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    background: url(../images/organ.png) no-repeat left bottom;
    padding-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    width: 70%;
}

.pro_list22 li h3 i {
    font-style: inherit;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 28px;
    width: 88px;
    text-align: center;
    transition: .3s ease;
    background: #fea900;
    border-radius: 30px;
}

.pro_list22 li:hover .simg img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
}


/*c6_index  */

.c6_index {
    position: relative;
    height: 1685px;
    background: url(../images/ads_bg.jpg) no-repeat center center;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    padding-top: 290px;
}

.ys_top {
    position: relative;
}

.ys_top .ys_img {
    float: left;
    position: relative;
    margin-left: -360px;
}

.ys_top .ys_img img {
    width: 1036px;
    height: 514px;
}

.ys_top .ys_nr {
    float: right;
    width: 450px;
    margin-right: 50px;
    padding-top: 20px;
}

.ys_top .ys_nr li {
    padding-left: 35px;
    margin-top: 40px;
    position: relative;
}

.ys_top .ys_nr li h3 {
    font-size: 24px;
    line-height: 1;
    color: #414141;
    margin-bottom: 15px;
}

.ys_top .ys_nr li h4 {
    font-weight: normal;
    font-size: 16px;
    color: #414141;
    line-height: 1.5;
}

.ys_top .ys_nr li:nth-child(1) {
    background: url(../images/01.png) no-repeat left top;
}

.ys_top .ys_nr li:nth-child(2) {
    background: url(../images/02.png) no-repeat left top;
}

.ys_phone {
    position: relative;
    margin-top: 25px;
}

.ys_phone a {
    display: inline-block;
    width: 120px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #414141;
    margin-right: 10px;
    font-size: 16px;
    color: #414141;
    transition: .3s;
}

.ys_phone a:first-child {
    background: #e60012;
    border: 1px solid #e60012;
    color: #fff;
}

.ys_middle {
    position: relative;
    margin-top: 25px;
}

.ys_nr22 {
    float: left;
    margin-left: 50px;
    width: 450px;
    padding-top: 30px;
}

.ys_nr22 li {
    padding-left: 35px;
    margin-top: 40px;
    position: relative;
}

.ys_nr22 li h3 {
    font-size: 24px;
    line-height: 1;
    color: #414141;
    margin-bottom: 15px;
}

.ys_nr22 li h4 {
    font-weight: normal;
    font-size: 16px;
    color: #414141;
    line-height: 1.5;
}

.ys_nr22 li:nth-child(1) {
    background: url(../images/03.png) no-repeat left top;
}

.ys_nr22 li:nth-child(2) {
    background: url(../images/04.png) no-repeat left top;
}

.ys_middle .ys_img22 {
    float: right;
    position: relative;
    margin-right: -360px;
}

.ys_middle .ys_img22 img {
    width: 1015px;
    height: 495px;
}

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

.ys_bottom .ys_img33 {
    float: left;
    position: relative;
    padding-top: 15px;
}

.ys_bottom .ys_img33 img {
    width: 600px;
    height: 220px;
}

.ys_bottom .ys_nr33 {
    float: right;
    width: 450px;
    margin-right: 50px;
}

.ys_bottom .ys_nr33 li {
    padding-left: 35px;
    position: relative;
}

.ys_bottom .ys_nr33 li h3 {
    font-size: 24px;
    line-height: 1;
    color: #414141;
    margin-bottom: 15px;
}

.ys_bottom .ys_nr33 li h4 {
    font-weight: normal;
    font-size: 16px;
    color: #414141;
    line-height: 1.5;
}

.ys_bottom .ys_nr33 li:nth-child(1) {
    background: url(../images/05.png) no-repeat left top;
}


/*about_index  */

.about_index {
    position: relative;
    height: 510px;
    padding-top: 50px;
    background: url(../images/about_bg.jpg) no-repeat center center;
}

.abb_img {
    float: left;
    width: 536px;
    height: 420px;
    padding: 15px 25px;
    background: #fff;
    margin-top: 15px;
    box-shadow: 0 0 10px #666;
}

.abb_img img {
    width: 100%
}

.abb_img h3 {
    line-height: 40px;
    margin-top: 12px;
    font-size: 30px;
    color: #3b3f3d;
    font-family: "宋体";
    text-align: center;
}

.abb_img h3 span {
    color: #e60012;
}

.abb_right {
    width: 550px;
    float: right;
}

.abb_right h1 {
    font-family: "宋体";
    color: #fff;
    font-size: 55px;
    font-weight: normal;
    text-transform: uppercase;
    background: url(../images/huang.png) no-repeat left bottom;
}

.abb_right h3 {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
}

.abb_right .abb_txt {
    margin-top: 25px;
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
}

.abb_right .abbmore {
    display: block;
    width: 140px;
    line-height: 42px;
    text-align: center;
    background: #fea900;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 30px;
    float: right;
}


/* news_index */

.news_index {
    position: relative;
    padding: 75px 0 65px;
}

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

.news_tj {
    width: 430px;
}

.news_tj>h2 {
    font-weight: normal;
    font-size: 18px;
    color: #555555;
    padding-left: 40px;
    background: url(../images/tout.png) no-repeat left center;
    margin-bottom: 20px;
}

.news_tj li {
    position: relative;
}

.news_tj li a {
    display: block;
}

.news_tj li .simg {
    overflow: hidden;
}

.news_tj li .simg img {
    width: 430px;
    height: 240px;
}

.news_tj li h3 {
    font-weight: normal;
    font-size: 18px;
    color: #555555;
    padding: 10px 0 5px;
}

.news_tj li span {
    display: block;
    font-size: 12px;
    color: #999999;
    padding-left: 20px;
    background: url(../images/clock.png) no-repeat left center;
}

.news_tj li h4 {
    font-weight: normal;
    font-size: 14px;
    color: #555555;
    padding: 5px 0;
    line-height: 25px;
}

.news_tj li i {
    display: block;
    width: 90px;
    margin-top: 20px;
    height: 25px;
    background: url(../images/newjt.png) no-repeat center center;
}

.news_right {
    float: right;
    width: 715px;
}

.cate_news {
    position: relative;
    margin-bottom: 20px;
}

.cate_news li {
    width: 140px;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    font-size: 18px;
    color: #555555;
    cursor: pointer;
}

.cate_news li:hover,
.cate_news li.on {
    color: #fff;
    background: #7a7f7e;
}

.news_conttt {
    position: relative;
}

.news_list33 {
    position: relative;
}

.news_list33 li {
    position: relative;
    margin-bottom: 25px;
}

.news_list33 li a {
    display: block;
}

.news_list33 li .simg {
    float: left;
    width: 226px;
    height: 126px;
}

.news_list33 li .simg img {
    width: 226px;
    height: 126px;
}

.news_list33 li .time {
    float: right;
    width: 470px;
}

.news_list33 li h3 {
    font-weight: normal;
    font-size: 18px;
    color: #555555;
    padding: 10px 0 5px;
}

.news_list33 li span {
    display: block;
    font-size: 12px;
    color: #999999;
    padding-left: 20px;
    background: url(../images/clock.png) no-repeat left center;
}

.news_list33 li h4 {
    font-weight: normal;
    font-size: 14px;
    color: #555555;
    padding: 5px 0;
}


/* foot_wap */

.foot_wap {
    position: relative;
    background: #e60012;
    padding-top: 70px;
    padding-bottom: 50px;
}

.foot_aa {
    width: 370px;
}

.foot_aa h3 {
    color: #fff;
    font-size: 25px;
}

.foot_aa h3 i {
    display: block;
    font-style: inherit;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    color: #ffcace;
}

.foot_aa .fcontact {
    margin-top: 10px;
    font-size: 14px;
    color: #ffcace;
    line-height: 2;
}

.foot_ewm {
    margin-left: 10px;
    width: 156px;
    padding-right: 35px;
    border-right: 1px solid #bc000f;
}

.foot_ewm img {
    width: 156px;
    height: 156px;
}

.foot_cc {
    width: 585px;
    float: right;
}

.foot_nav {
    height: 45px;
    line-height: 45px;
    position: relative;
    border-bottom: 1px solid #bc000f;
}

.foot_nav p {
    display: flex;
    justify-content: space-between;
}

.foot_nav a {
    display: inline-block;
    color: #ffcace;
    font-size: 14px;
}

.foot_corpright {
    padding-top: 20px;
    font-size: 14px;
    color: #ffcace;
    line-height: 25px;
}

.foot_corpright a {
    font-size: 14px;
    color: #ffcace;
}


/*link*/

.f_link {
    line-height: 30px;
    background: #fea900;
    font-size: 12px;
    color: #2f2f2f;
}

.f_link a {
    font-size: 12px;
    color: #2f2f2f;
}



/*foot*/

.gotop {
    position: absolute;
    right: 0;
    top: -65px;
    cursor: pointer;
}

.shares .bdshare-button-style0-16 a {
    width: 23px;
    height: 23px;
    padding: 0;
    margin: 10px 10px 0 0;
}

.shares .bdshare-button-style0-16 a.bds_tsina {
    background: url(../images/s5.png) no-repeat 0 50%;
}

.shares .bdshare-button-style0-16 a.bds_sqq {
    background: url(../images/s1.png) no-repeat 0 50%;
}

.shares .bdshare-button-style0-16 a.bds_weixin {
    background: url(../images/s2.png) no-repeat 0 50%;
}















