/*初始化样式*/
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 {
    color: #009b4c;
    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;
}

.plist {
    margin-top: 56px;
}

.plist li {
    margin-right: 15px;
    margin-bottom: 15px;
}

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

.plist li a.img {
    border: 1px solid #e5e5e5;
    display: block;
}

.plist li a.img img {
    width: 388px;
    height: 388px;
}

.plist li h3 a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

/*头部样式*/
.top1 {
    height: 30px;
    background: #846b4e;
    color: rgba(255, 255, 255, .75);
    line-height: 30px;
    overflow: hidden;
    font-size: 12px;
}

.top1 a {
    color: rgba(255, 255, 255, .75);
}

.top2 {
    height: 120px;
    overflow: hidden;
    background: url(../images/top-bj.png) no-repeat left top;
}

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

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

.top2 .k2 {
    width: 284px;
    height: 75px;
    margin-top: 25px;
}

.top2 .k2 h3 {
    font-size: 18px;
    color: #666464;
    font-weight: 400;
    line-height: 27px;
    padding-left: 45px;
    background: url(../images/top-tel.png) no-repeat left center;
}

.top2 .k2 p {
    font-size: 36px;
    font-weight: 700;
    color: #e60012;
}

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

.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 {
    height: 60px;
	background-color: #ffffff;
	box-shadow: 0px 1px 6px 0px 
        rgba(12, 3, 6, 0.3);
        border-top: 2px solid #846b4e;
}














/*热门搜索*/

#formsearch {
    float: right;
}

.hotSearch {
    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;
}

#formsearch input {
    height: 22px;
    background: #fff;
    border: 1px solid #c8c8c8;
    line-height: 22px;
}

#formsearch input#keyword {
    height: 22px;
    line-height: 22px;
    padding-left: 4px;
    color: #666;
}

#formsearch input#s_btn {
    width: 46px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #846b4e;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 12px;
}

/*首页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: 133px;
}

.nav li a {
    display: block;
    line-height: 58px;
    color: #000000;
    height: 58px;
    padding: 0;
    font-size: 16px;
    padding: 0;
    position: relative;
}
.nav li >a::before {
    content: "";
    width: 2px;
    height: 14px;
    background: #cccccc;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.nav li:first-child >a::after {
    content: "";
    width: 2px;
    height: 14px;
    background: #cccccc;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


.nav li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #846b4e;
}
.nav li a:hover::before{
    display: none;
}
.nav li a:hover::after{
    display: none;
}

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

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

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

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




/* 首页标题 */
.index-title {
    text-align: center;
}

.index-title h3 {
    font-size: 25px;
	letter-spacing: 3px;
    color: #000000;
    font-family: "宋体";
    line-height: 30px;
    margin-bottom: 12px;
    background: url(../images/index-title.png) no-repeat center center;
}

.index-title p {
    font-size: 14px;
	letter-spacing: -1px;
    color: #525252;
    position: relative;
}
.index-title p::after {
    content: "";
    width: 45px;
    height: 1px;
    background-color: #525252;
    position: absolute;
    right: 30%;
    top: 50%;
    transform: translateY(-50%);
}
.index-title p::before {
    content: "";
    width: 45px;
    height: 1px;
    background-color: #525252;
    position: absolute;
    left: 30%;
    top: 50%;
    transform: translateY(-50%);
}






.p1 {
    background: url(../images/p1bj.jpg) no-repeat left top;
    padding: 70px 0;
}
.p1a  {
    margin-top: 50px;
}
.p1a1 {
    width: 480px;
	height: 380px;
}

.p1a2 {
    width: 680px;
    font-size: 16px;
	line-height: 28px;
    color: #333333;
    text-indent: 2em;
    padding-top: 20px;
}
.p1a2a>p>a {
    font-size: 14px;
	color: #e60012;
}
.p1a2b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}





.p2 {
    background: url(../images/pro-bj.jpg) no-repeat left top;
    padding: 60px 0;
}

.p2-scroll {
    margin-top: 33px;
    position: relative;
}

.p2a li {
    width: 376px;
    margin-right: 36px;
}

.p2a li a.img {
    display: block;
    width: 376px;
	height: 376px;
}

.p2a li a.img  img{
    width: 100%;
    height: 100%;
}
.p2a li h3 a{
    display: block;
    font-size: 16px;
	line-height: 48px;
    color: #000000;
    font-weight: 400;
    text-align: center;
}
.p2-scroll .hd a {
    width: 27px;
    height: 30px;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    cursor: pointer;
}

.p2-scroll .tempWrap {
    width: 1200px !important;
}

.p2-scroll .hd a.prev {
    background: url(../images/left.png) no-repeat center center;
    left: -62px;
}

.p2-scroll .hd a.next {
    background: url(../images/right.png) no-repeat center center;
    right: -62px;
}
.p2-scroll .hd a.prev:hover {
    background: url(../images/left1.png) no-repeat center center;
}
.p2-scroll .hd a.next:hover  {
    background: url(../images/right1.png) no-repeat center center;

}





.p3 {
    background: url(../images/p3bj.jpg) no-repeat left top;
    padding: 60px 0;
}



.p3a li:nth-child(-n+4){
    width: 300px;
    height: 380px;
    margin-right: 40px;
    margin-bottom: 40px;
}


.p3a li.first {
    width: 178px;
    position: relative;
}
.p3a  li.first p {
    transform: rotate(90deg);
    font-size: 14px;
	letter-spacing: 2px;
    color: #333333;
    position: absolute;
    right: 53px;
    bottom: 67px;
    width: 186px;
}

.p3a  li.first h3 {
    margin-left: 23px;
    width: 95px;
    height: 276px;
    background: url(../images/sheng.png) no-repeat left top;
}

.p3a  li.first h3 span {
    font-size: 25px;
	letter-spacing: 3px;
    color: #000000;
    font-family: "宋体";
    width: 26px;
    display: block;
    padding-left: 33px;
    padding-top: 195px;
    line-height: 33px;
}


.p3a li:nth-child(n+5){
    margin-right: 24px;
    width: 282px;
	height: 190px;
}

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

.p3a li a {
    display: block;
}

.p3a li a img{
    width: 100%;
}


.p4 {
    padding: 40px;
    background: url(../images/p4.png) no-repeat left top;
}

.p4a {
    width: 658px;
    height: 160px;
    margin: 0 auto;
    text-align: center;
}

.p4a2 >a {
    display: block;	
    width: 200px;
    height: 34px;
    line-height: 34px;
	border-radius: 17px;
    border: solid 1px #7e0000;
    text-align: center;
    font-size: 16px;
    color: #7e0000;
    margin: 23px auto 20px;

}
.p4a2 h3 {
    font-size: 16px;
    color: #7e0000;
    font-weight: 400;
}
.p4a2 h3  span {
    font-size: 24px;
    color: #7e0000;
    font-weight: 700;
}




.p5{
    padding-top: 60px;
    padding-bottom: 12px;
    background: url(../images/p5bj.jpg) repeat-y left top;
}
.p5a {
    margin-top: 44px;
}
.p5a .p5a1 {
    width: 520px;
}

.p5a .p5a1 li{
	width: 520px;
	height: 500px;
    background-color: #ffffff;
    padding: 30px 30px 26px 30px;
}

.p5a .p5a1 li span {
    font-size: 36px;
    color: #999999;
    padding-left: 23px;
}
.p5a .p5a1 li  h3 {
    font-size: 20px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 20px;
    padding-left: 23px;
}
.p5a .p5a1 li p {
    font-size: 14px;
	line-height: 24px;
    color: #666666;
    border-left: 1px solid #cfd0d1;
    padding-left: 23px;
}

.p5a .p5a1 li img {
    width: 460px;
    height: 220px;
    margin: 27px 0 20px;
}

.p5a .p5a1 li a {
    font-size: 14px;
    color: #7e0000;
    display: block;
    width: 112px;
    background: url(../images/jian.png) no-repeat right center;
    padding-right: 53px;
}


.p5a .p5a2 {
    width: 640px;
}
.p5a .p5a2 li {
    width: 100%;
    height: 110px;
    background-color: #ffffff;
    padding: 30px 30px 30px 36px;
    margin-bottom: 20px;
}


.p5a .p5a2 li h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
	font-weight: normal;
    color: #7e0000;
    position: relative;
    padding-left: 30px;
}
.p5a .p5a2 li h3::before {
    content: "+";
    font-size: 18px;
	font-weight: normal;
    color: #7e0000;
    position: absolute;
    left: 0;
}
.p5a .p5a2 li h3 em {
    font-size: 14px;
    color: #666666;
    font-style: normal;
}
.p5a .p5a2 li  .cont {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}
.p5a .p5a2 li  p{
    font-size: 14px;
    color: #666666;

}
.p5a .p5a2 li a {
    margin-right: 14px;
    width: 62px;
    height: 22px;
    border-left: 1px solid #cfd0d1;
    background: url(../images/jian.png) no-repeat center center;
}


.p5more >a {
    display: block;
    width: 172px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 18px auto 0;
	color: #7e0000;
    background: url(../images/mo.png) no-repeat center center;
}









.p6 {
    padding: 21px;
    background: url(../images/p6bj.jpg) no-repeat left top;
}
.p6a {
    width: 915px;
}
.p6a li a {
    display: inline-block;
    font-size: 16px;
    color: #ecebea;
    line-height: 19px;
    border-right: 2px solid #d7d1cc;
    width: 84px;
    margin-right: 18px;
}
.p6a li:last-child a {
    margin-right: 0;
    border-right: none;
}
.p6b {
    width: 220px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffcf85;
}
.p6b2 h3 {
    font-size: 16px;
    font-weight: normal;
}
.p6b2 p {
    font-weight: 700;
    font-size: 24px;
	font-weight: bold;
    color: #ffcf85;
    margin-top: 4px;
}



.p7 {
    background: url(../images/ft.jpg) repeat left top;
    padding-top: 24px;
}

.p7a {
    width: 900px;
}
.p7a1 {
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
}
.p7a2 {
    font-size: 14px;
	line-height: 27px;
    color: #b1b1b1;
    margin-top: 27px;
}
.p7a2  a {
    color: #b1b1b1;
}
.p7b {
    width: 270px;
}
.p7b1 {
    width: 120px;
    text-align: center;
}
.p7b1  img {
    width: 120px;
	height: 120px;
}
.p7b1 p {
    font-size: 12px;
    color: #999999;
    margin-top: 8px;
}


.p7-c {
    padding: 10px 0;
    line-height: 20px;
    color: #999999;
}

.p7-c a {
    color: #999999;
}


/*友情链接*/

.f_link {
    width: 1200px;
    line-height: 30px;
    margin: 60px auto 0;
    font-size: 12px;
	font-weight: bold;
	color: #393939;
}




.f_link a {
    font-weight: 400;
    font-size: 12px;
    color: #393939;
    display: inline-block;
    width: 61px;
    line-height: 13px;
    border-right: 1px solid #787878;
    margin-right: 5px;
}
.f_link a:last-child {
    border-right: none;
}
/*页面底部*/
#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;
}