/*初始化样式*/
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
 
    text-decoration: none;
    outline: none;
}

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

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

dt {
    font-weight: normal;
}

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


/*滚动*/
#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

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

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

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

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

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}


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

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

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

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

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



.roll_product {
    float: left;
}



/*头部样式*/
.top1 {
    height: 30px;
    background-color: #e7e7e7;
    color: #333333;
    line-height: 30px;
    overflow: hidden;
    font-size: 12px;
}

.top2 {
    height: 100px;
    overflow: hidden;
}

#header {
    width: 1000px;
    margin: 0 auto;
}

.logo {
    float: left;
    line-height: 100px;
}

.k1 {
    height: 65px;
    border-left: solid 1px #e5e5e5;
    padding-left: 21px;
    margin-left: 16px;
    margin-top: 13px;
    padding-top: 4px;
}

.k1 h3 {
    font-size: 20px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 10px;
}

.k1 p {
    font-size: 16px;
    letter-spacing: 4px;
    color: #333333;
    opacity: 0.5;
}


.top2 .k2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 26px;
}

.top2 .k2 .k2a {
    margin-right: 20px;
}

.top2 .k2 .k2b h3 {
    font-size: 18px;
    font-weight: normal;
    color: #4d4d4d;
    margin-bottom: 4px;
}

.top2 .k2 .k2b P {
    font-size: 24px;
    color: #373737;
    font-weight: 700;
}

.topLink {
    float: right;
    text-align: right;
    position: relative;
    z-index: 9999;
    font-size: 12px;
}

.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
}

.tran-in {
    left: 120px;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}

.topLink .f_count {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

.topLink .k1 a {
    color: #595959;
}

.topLink .k2 {
    color: #074b91;
    font-size: 14px;
    font-family: "微软雅黑";
}

#menu {
    background: #d01620;
}

/*热门搜索*/
.sou {
    margin: 27px 0 52px;
}

#formsearch {
    float: right;
    width: 304px;
    height: 29px;
    background-color: #ffffff;
    border: solid 1px rgba(75, 71, 71, 0.26);
}

.hotSearch {
    font-size: 14px;
    float: left;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}

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


/*搜索和热门搜索*/
.hotSearch a {
    margin-right: 6px;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0px;
    color: #403f3f;
}


#formsearch input#keyword {
    background: none;
    outline: none;
    border: none;
    width: 276px;
    height: 29px;
    line-height: 29px;
    padding-left: 7px;
    color: #686868;
}

#formsearch input#s_btn {
    background: none;
    outline: none;
    border: none;
    width: 21px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    background: url(../images/index-ss.png) no-repeat center center;
    color: #fff;
    border: none;
    cursor: pointer;
}

/*首页banner*/
.banner {
    position: relative;
}

.banner {
    width: 100%;
    height: 100%;
}

.banner ul.bb {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
    width: 100%;
    height: 100%;
}

.banner ul.bb li {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
}

.banner ul.bb li a {
    width: 100%;
    display: block;
    height: 100%;
}

.banner ul.bb li a img {
    width: 100%;
    height: 100%;
}

.banner .num {
    position: absolute;
    right: 0;
    bottom: 40px;
    z-index: 100;
    text-align: center;
    width: 100%;
}

.banner .num li {
    display: inline-block;
    margin: 0 5px;
    width: 61px;
    height: 6px;
    text-indent: -100px;
    overflow: hidden;
    background: #009b4c;
}

.banner .num li.num_hover {
    background-color: #e15616;
}

.banner .num li.num_hover a {
    color: #fff;
}

.banner .num li a {
    float: left;
    display: inline;
    text-align: center;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
    line-height: 16px;
}




/*导航栏样式*/
.nav li {
    text-align: center;
    float: left;
    position: relative;
    z-index: 999;
    width: 149px;
}

.nav li a {
    display: block;
    line-height: 51px;
    color: #fff;
    height: 51px;
    padding: 0;
    font-size: 16px;
    padding: 0;
}

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

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

.nav .sec {
    height: 0;
    background: #d01620;
    color: #fff;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 51px;
    left: 0px;
    width: 100%;
}

.nav .sec a {
    background: #d01620;
    color: #fff;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
}

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


.index-title {
    text-align: center;
}

.index-title h3 {
    font-size: 36px;
    color: #323232;
    text-align: center;
}

.index-title h3 span {
    color: #be131b;
}

.index-title p {
    font-size: 16px;
    color: #323232;
    line-height: 48px;
}





.pleft {
    width: 278px;
    background: #d01620;
    height: 827px;
}

.pright {
    border: 1px solid #c1bcbc;
    width: 906px;
}

.ptt {
    text-align: center;
    height: 136px;
    background: #d01620;
}

.ptt dd {
    color: #fdf7f7;
    font-size: 36px;
    font-weight: bold;
    padding-top: 25px;
}

.ptt dt {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.psort {
    background: #0e0e0e;
    padding-top: 41px;
    padding-left: 16px;
    padding-bottom: 34px;
}

.psort li {
    padding-bottom: 13px;
    border-bottom: 1px dashed #5d5d5d;
    margin-bottom: 12px;
    width: 246px;
}

.psort li a {
    display: block;
    background: #fff;
    width: 246px;
    height: 46px;
    line-height: 46px;
    color: #000000;
    font-size: 19px;
    text-indent: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.psort li:hover a {
    background: #d01620;
    color: #fff;
}

.ptel {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    margin: 42px 0 0 25px;
}

.ptel h3 {
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #ffffff;
    line-height: 36px;
    background: url(../images/ptel.png) no-repeat left bottom;
    padding-left: 40px;
}

.ptel p {
    font-size: 43px;
    font-family: "黑体";
    color: #ffffff;
    letter-spacing: -1px;
    letter-spacing: -3px;
    margin-top: 13px;
}

.pbt {
    height: 40px;
    line-height: 40px;
    background: url(../images/line1.jpg) no-repeat top center;
    padding: 0 8px;
}

.pbt h3 {
    font-weight: normal;
    color: #4a4a4a;
    font-size: 20px;
    line-height: 40px;
}

.pbt a {
    color: #4a4a4a;
    font-size: 15px;
    display: block;
}

.product_list1 {
    margin: 12px 0 0 10px;
}

.product_list1 li {
    float: left;
    margin-right: 26px;
    _display: inline;
}

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

.product_list1 li a.img {
    border: 1px solid #c1bcbc;
}

.product_list1 li a.img img {
    width: 275px;
    height: 205px;
}

.product_list1 li h3 {
    text-align: center;
    padding-bottom: 5px;
}

.product_list1 li h3 a {
    font-weight: normal;
    display: block;
    text-align: center;
    line-height: 45px;
    color: #000000;
    font-size: 16px;
}

.product_list1 li a.img {
    display: block;
}

.product_list1 li a.img:hover {
    border-color: #d01620;
}

.product_list1 li:hover h3 a {
    color: #d01620;
}






.p1 {
    padding-top: 61px;
    padding-bottom: 67px;
    margin-top: 45px;
    background: url(../images/p1b.png) no-repeat left top;
}

.p1 .index-title h3 {
    color: #fff;
}

.p1 .index-title p {
    color: #fff;
}

.p1a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.p1a li {
    width: 391px;
    height: 232px;
    background-color: #ffffff;
    text-align: center;
    padding: 59px 33px 0;
}

.p1a li:hover {
    background-color: #be131b;
}

.p1a li:hover a h3 {
    color: #fff;
}

.p1a li:hover a h3::after {
    background-color: #fff;
}

.p1a li:hover a p {
    color: #fff;
}

.p1a li a {
    display: block;
}

.p1a li a h3 {
    font-size: 30px;
    color: #5a5a5a;
    margin-bottom: 46px;
    position: relative;
}

.p1a li a h3::after {
    content: "";
    width: 53px;
    height: 1px;
    background-color: #5a5a5a;
    position: absolute;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
}

.p1a li a p {
    font-size: 14px;
    color: #5a5a5a;

}

.p2 {
    margin-top: 30px;
}

.p2a-scroll {
    margin-top: 35px;
}

.p2a li {
    width: 293px;
    margin-right: 11px;
}

.p2a li a {
    display: block;
    text-align: center;
}

.p2a li a img {
    width: 293px;
    height: 218px;
}

.p2a li a h3 {
    font-size: 15px;
    line-height: 48px;
    letter-spacing: 1px;
    color: #000000;
    font-weight: 400;
}



.p3 {
    padding-top: 64px;
    padding-bottom: 57px;
    background: url(../images/heng.png) no-repeat left top;
}

.p3a>h3 {
    font-size: 42px;
    color: #ffffff;
    margin-bottom: 10px;
}

.p3a>p {
    font-size: 27px;
    font-weight: normal;
    color: #ffffff;
}

.p3b {
    width: 296px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
}

.p3b .p3b2 h3 {
    font-size: 26px;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 10px;
}

.p3b .p3b2 p {
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
}

.p4 {
    margin-top: 30px;
}

.p4a {
    margin-top: 43px;
}

.p4a1 {
    width: 546px;
}

.p4a1>a {
    display: block;
    width: 166px;
    height: 44px;
    border-radius: 22px;
    border: solid 1px #c8c8c8;
    font-size: 14px;
    line-height: 44px;
    color: #6c6c6c;
    text-align: center;
    margin-top: 40px;
}

.p4a1 h3 {
    font-size: 24px;
    color: #343434;
    margin-bottom: 40px;
}

.p4a1 p {
    font-size: 14px;
    line-height: 36px;
    color: #666666;
}


.p5 {
    padding-top: 34px;
    padding-bottom: 22px;
    margin-top: 37px;
    background: url(../images/ly.png) no-repeat left top;
}

.p5 .wh>h3 {
    font-size: 28px;
    color: #ffffff;
    text-align: center;
}

.p5-form input {
    background: none;
    outline: none;
    border: none;
    padding-left: 14px;
}

.p5-form input::placeholder {
    font-size: 14px;
    line-height: 41px;
    color: #b0b0b0;
}

.p5-form textarea {
    resize: none;
    background: none;
    border: none;
    outline: none;
}

.p5-form {
    width: 1057px;
    height: 159px;
    background-color: #ffffff;
    border: solid 1px #ffffff;
    padding: 25px 32px 29px;
    margin: 28px auto 0;
}

.p5-form .p5-form1 input[name="name"] {
    width: 321px;
    height: 41px;
    border: solid 1px #d6d6d6;
    margin-right: 13px;
}

.p5-form .p5-form1 input[name="contact"] {
    width: 321px;
    height: 41px;
    border: solid 1px #d6d6d6;
    margin-right: 13px;
}

.p5-form .p5-form1 input[name="checkcode"] {
    width: 167px;
    height: 41px;
    border: solid 1px #d6d6d6;
}

.p5-form .p5-form1 span img {
    height: 41px;
}

.p5-form2 {
    margin-top: 23px;
}

.p5-form2 textarea {
    width: 658px;
    height: 41px;
    border: solid 1px #d6d6d6;
    font-size: 14px;
    color: #b0b0b0;
    padding-left: 15px;
    padding-top: 8px;
}

.p5-form2 textarea::placeholder {
    font-size: 14px;
    color: #b0b0b0;
}

.p5-form2 input[type="submit"] {
    width: 321px;
    height: 41px;
    background-color: #be131b;
    line-height: 41px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
}









/*首页新闻*/

.p6 {
    margin-top: 35px;
}
.p6a {
    margin-top: 63px;
}
.news_company {
    width: 389px;
   
}

.news1_title {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    position: relative;
    background: url(../images/laba.png) no-repeat left center;
    padding-left: 26px;
}


.news1_title span {
    padding-left: 12px;
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
}

.news1_title a.more {
    position: absolute;
    right: 0;
    top: 0;
    text-transform: uppercase;
    color: #999;
    font-size: 14px;
}


.news_company .content {
    width: 376px;
}

.news_company2 .content {
    padding-left: 36px;
}

.news_company1 .news1_title {
    border-bottom: 2px solid #e9e9e9;
    line-height: 53px;
    position: relative;
    cursor: pointer;
}
.news_company1 .news1_title:hover::after {
    content: "";
    width: 100px;
    height: 7px;
    background: url(../images/line3.png) no-repeat center center;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.news_company2 .news1_title {
    border-bottom: 2px solid #e9e9e9;
    line-height: 53px;
    background: url(../images/lab1.png) no-repeat 33px center;
    padding-left: 57px;
    position: relative;
    cursor: pointer;
}
.news_company2 .news1_title:hover::after {
    content: "";
    width: 100px;
    height: 7px;
    background: url(../images/line3.png) no-repeat center center;
    position: absolute;
    bottom: -2px;
    left: 40px;
}
.news_list2 {
    margin-top: 12px;
}

.news_list2 li {
    padding-left: 15px;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    background: url(../images/njian.png) no-repeat left center;
}

/* .news_list2 li:last-child {
    border-bottom: none;
} */

.news_list2 li a {
    line-height: 49px;
    font-size: 15px;
    color: #666666;
}

.news_list2 li a:hover {
    text-decoration: none;
}

.news_list2 li span {
    display: block;
    color: #333333;
    font: 400 14px/44px "微软雅黑";
    position: absolute;
    right: 0;
    top: 0;
}


#ydemo {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    height: 515px;
    background-color: #f4f4f4;
    padding: 0 20px 0 15px;
}

#yindemo {
    height: 100%;
}

#ydemo1 {}

#ydemo2 {}

.news_company3 {
    width: 360px;
    margin-top: 17px;
}
.news_company3 .content {
    width: 360px;
   
}
.news_company3 .news1_title {
    width: 360px;
	height: 72px;
    line-height: 72px;
    padding-left: 64px;
    background: #32324c url(../images/mao.png) no-repeat 16px center;
    color: #fff;
}
.news_company3 .news1_title a {
    color: #fff;
    right: 12px;
}

.news_list3 li {
    position: relative;
    padding: 8px 0 12px;
}

.news_list3 li a {
    line-height: 30px;
    padding-left: 38px;
    background: url(../images/wen.png) left center no-repeat;
    display: block;
    font-size: 15px;
    color: #333333;
}

/* .news_list3 li a:hover {
    text-decoration: none;
    color: #ff6621;
} */

.news_list3 span {
    background: url(../images/da.png) left 3px no-repeat;
    padding-left: 38px;
    font: 400 15px/22px "微软雅黑";
    margin-top: 4px;
    color: #333333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list-rem {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
}
.list-rem li a {
    display: block;
}

.list-rem li a img {
    margin-top: 27px;
    width: 376px;
    height: 158px;
}

.list-rem li a h3 {
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    margin: 16px 0 12px;
}

.list-rem li a p {
    font-size: 15px;
    color: #666666;
}







/*友情链接*/

.f_link {
    width: 1200px;
    line-height: 30px; 
    position: relative;
    padding: 10px 0 0 128px;
    min-height: 54px;
    margin: 41px auto 13px;
}
.f_link1 {
    width: 108px;
	height: 54px;
    border: solid 1px #f3f3f3;
    text-align: center;
    padding-top: 7px;
    position: absolute;
    left: 0;
    top: 0;
}
.f_link1 h3 {
    font-size: 14px;
	font-weight: normal;
	color: #080926;
}
.f_link1 p {
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
    color: #737384;
    text-indent: -16px;
    background: url(../images/line2.png) no-repeat 15px center;
   
}
.f_link a {
    color: #666;
}




.p7 {
    background-color: #080926;
    padding-top: 63px;
    padding-bottom: 65px;
}
.p7a {
    width: 440px;
}
.p7a  p {
    font-size: 14px;
	line-height: 25px;
    color: rgba(255, 255, 255, .59);
    margin-bottom: 32px;
    padding-left: 36px;
}
.p7a  p:nth-of-type(1) {
    background: url(../images/f1.png) no-repeat left center;
}
.p7a  p:nth-of-type(2) {
    background: url(../images/f2.png) no-repeat left center;
}
.p7a  p:nth-of-type(3) {
    background: url(../images/f3.png) no-repeat left center;
}

.p7b {
    display: flex;
    justify-content: space-between;
}
.p7b dl {
    width: 95px;
    overflow: hidden;
    text-align: center;
}
.p7b dl dt a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 12px;
}
.p7b dl  dd a {
    display: block;
    font-size: 12px;
	line-height: 30px;
    color: rgba(255, 255, 255, .47);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



.p8 {
    background-color: #080926;
    border-top: 1px solid #4b4c61;
    font-size: 12px;
    color: #8a8a8a;
    padding: 22px 0 40px;
}
.p8 a {
    line-height: 30px;
    color: #8a8a8a;
}




/*页面底部*/
#footer {
    height: 321px;
    background: #009b4c;
}

.ff_er {
    width: 324px;
    height: 304px;
    background: #009b4c;
}

.ff_er h3 {
    font-weight: normal;
    color: #fff;
    font-size: 24px;
    padding-top: 42px;
}

.ff_er .er {
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
}

.ff_cont h3 {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 6px;
}

.ff_cont {
    width: 414px;
    padding-right: 65px;
    background: url(../images/line2.png) no-repeat right top;
    margin-top: 42px;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    border-right: 1px solid #d8e1dd;
    padding-bottom: 20px;
}

.ff_cont a {
    color: #fff;
    font-size: 14px;
}

.nav_foot {
    width: 395px;
    margin-top: 65px;
    line-height: 39px;
}

.nav_foot a {
    color: #fff;
    font-size: 14px;
}

.copyright {
    text-align: center;
    line-height: 24px;
}














/*内页左侧样式*/


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


.page-product-inquiry a {
    color: #fff;
}