/*初始化样式*/
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,
navs,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #333;
    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: #333;
}

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




/*----- 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 {
    background: #1a181d;
    color: #c4c6c1;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    font-size: 14px;
}

.top1 a {
    color: #c4c6c1;
}




.top2 {
    height: 100px;
}

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

.k2 {
    margin-top: 5px;
    font-size: 16px;
    color: #333333;
    line-height: 35px;
    text-align: right;
}




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

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

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


/*热门搜索*/
.sou {
    position: relative;
    z-index: 999;
}

.sou .wh {
    width: 1200px;
    height: 80px;
    background-color: #00a4ff;
    border-radius: 8px;
    position: absolute;
    top: -21px;
    left: 50%;
    transform: translateX(-50%);
}

.sou .wh .hotSearch {
    height: 80px;
    background: url(../images/hot.png) no-repeat 28px center;
    line-height: 80px;
    padding-left: 73px;
}

.sou .wh .hotSearch span {
    font-size: 16px;
    color: #ffffff;
    margin-right: 5px;
}

.sou .wh .hotSearch a {
    font-size: 14px;
    color: #f5f5f5;
    margin-right: 10px;
}

#formsearch {
    float: right;
    width: 300px;
    height: 36px;
    border-radius: 6px;
    background: url(../images/ss.png) no-repeat;
    margin: 22px 24px 0 10px;
}

.hotSearch {
    float: left;
    height: 42px;
    line-height: 42px;
    font-weight: normal;
    color: #000000;
    font-size: 14px;
}

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

.pro {
    width: 74px;
    height: 36px;
    background: #ffffff url(../images/jiao.png) no-repeat 53px center;
    border-radius: 6px;
    line-height: 36px;
    font-size: 14px;
    color: #333333;
    text-indent: 14px;
    margin-top: 22px;
}

/*搜索和热门搜索*/
.hotSearch a {
    margin: 0 6px;
    color: #666666;
}

#formsearch input {}

#formsearch input#keyword {
    height: 37px;
    line-height: 37px;
    padding-left: 20px;
    color: #888888;
    background: none;
    border: none;
    outline: none;
    font-size: 14px;
    width: 248px;
}

#formsearch input#s_btn {
    width: 51px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #009b4c;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 12px;
    background: none;
    border: none;
    outline: none;
    float: right;
}

#formsearch input::-webkit-input-placeholder {
    color: #888888;
}

#formsearch textarea::-webkit-input-placeholder {
    color: #888888;
}





/*首页banner*/
.banner {
    width: 1920px;
    margin: 0 auto;
    position: relative;
    left: 50%;
    margin-left: -960px;
    height: 500px;
}

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

.banner ul.bb li {
    position: absolute;
    display: none;
}

.banner .num {
    position: absolute;
    right: 46%;
    bottom: 10px;
    z-index: 100;
}

.banner .num li {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin: 0 4px;
    background: #fff;
    line-height: 18px;
    text-indent: -100px;
    overflow: hidden;
    border-radius: 10px;
}

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

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

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

/*导航栏样式*/
#menu {
    width: 757px;
    float: right;
}

.navs li {
    text-align: center;
    float: left;
    position: relative;
    z-index: 999;
    width: 108px;
}

.navs li a {
    display: block;
    line-height: 100px;
    color: #333;
    height: 100px;
    padding: 0;
    font-size: 16px;
}

.navs>li>a:hover {
    color: #00a4ff;
    text-decoration: none;
    background: url(../images/x.png) no-repeat center bottom;
}


.navs .sec {
    height: 0;
    background: #fff;
    color: #fff;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 100px;
    left: -8px;
    width: 120%;
    border-radius: 0px 0px 6px 6px;
}

.navs .sec a {
    background: #fff;
    color: #333333;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
}

.navs .sec a:hover {
    background-color: #e9eaeb;
    color: #00a4ff;
    text-decoration: none;
}







.box1 {
    background: #f0f0f0;
    padding-top: 99px;
    overflow: hidden;
    padding-bottom: 40px;
}

.prod1 {
    width: 278px;
    background: #fff;
}

.ptt {
    height: 118px;
    text-align: center;
    color: #fff;
    font-size: 36px;
    background: #00a4ff;
    padding-top: 18px;
}

.ptt p {
    font-size: 14px;
}

.sort1 {

    padding-top: 25px;
}

.sort1 li {
    width: 230px;
    line-height: 46px;
    margin: 0 auto;
    background: url(../images/a1.png) no-repeat;
    margin-bottom: 22px;
}

.sort1 li a {
    color: #333333;
    font-size: 14px;
    padding-left: 27px;
}

.sort1 li:hover {
    background: url(../images/a2.png) no-repeat;
}

.sort1 li:hover a {
    color: #fff;
}

.ptel {
    background: url(../images/t.png) no-repeat left bottom;
    height: 148px;
    color: #fff;
}

.fwrx {
    font-size: 18px;
    padding-left: 122px;
    padding-top: 24px;
}

.ptel h2 {
    text-align: center;
    font-size: 30px;
    text-align: center;
    font-family: "Arial";
    margin-top: 15px;
}

.add {
    font-size: 14px;
    text-align: center;
    margin-top: 6px;
}


.prod2 {
    width: 886px;
}

.zxtt {
    line-height: 68px;
    position: relative;
    color: #fff;
    font-size: 18px;
    text-indent: 50px;
    background: url(../images/pt.png) no-repeat;
    text-transform: uppercase;
}

.zxtt a {
    position: absolute;
    right: 15px;
    top: 0;
    color: #999999;
    font-size: 14px;
    font-family: "Arial";
}

.product_list1 {
    margin-top: 32px;
}

.product_list1 li {
    float: left;
    margin-right: 25px;
    margin-bottom: 11px;
    border: 2px solid transparent;
}

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

.product_list1 li img {
    width: 274px;
    height: 192px;
}

.product_list1 li h3 {
    text-align: center;
    font-weight: normal;
    color: #333333;
    font-size: 14px;
    background: #e2e2e2;
    line-height: 48px;
}

.product_list1 li:hover {
    border-color: #00a4ff;
}

.product_list1 li:hover h3 {
    background: #00a4ff;
    color: #fff;
}




.box2 {
    background: url(../images/bj2.png) no-repeat;
    padding-bottom: 36px;
}

.b2tt {
    height: 172px;
    padding-top: 43px;
}

.bt {
    text-align: center;
    color: #00a4ff;
    font-size: 36px;
}

.bt p {
    color: #666666;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Arial";
}

.ads {
    height: 522px;
    overflow: hidden;
}

.ads li {
    height: 260px;
    width: 600px;
    float: left;
    padding-top: 33px;
}

.ads li .title {
    width: 435px;
    height: 58px;
    padding-left: 37px;
    padding-top: 9px;
}

.ads li .numb {
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    font-weight: normal;
    background: #00a4ff;
}

.ads li h3 {
    color: #00a4ff;
    font-size: 24px;
    font-weight: normal;
    line-height: 40px;
    float: left;
    margin-left: 18px;
}

.ads li h3 span {
    color: #333333;
}

.ads li p {
    color: #333333;
    font-size: 14px;
    line-height: 28px;
    width: 525px;
    margin-left: 37px;
    margin-top: 33px;
}

.ads li:hover {
    background: #fff;
    box-shadow: 0 0 12px #aaa;
}

.ads li:hover .title {
    background: #00a4ff;
}

.ads li:hover .numb {
    background: #fff;
    color: #00a4ff;
}

.ads li:hover h3 {
    color: #fff;
}

.ads li:hover h3 span {
    color: #fff;
}

.dh {
    margin-left: 378px;
    margin-top: 32px;
    color: #fff;
    font-size: 14px;
}

.dh p {
    font-size: 24px;
    font-family: "Arial";
    margin-top: 3px;
}

a.zx {
    width: 130px;
    line-height: 38px;
    background: url(../images/zx.png) no-repeat;
    font-size: 14px;
    color: #fff;
    text-indent: 23px;
    margin: 36px auto 0;
    display: block;
}

.box3 {
    margin-top: 23px;
}
.box3-more a{
    display: block;
    width: 147px;
	height: 42px;
    background: #009cff url(../images/box3more.png) no-repeat 105px center;
    text-indent: 23px;
    line-height: 42px;  
    font-size: 16px;
    color: #fefefe;
    margin: 29px auto 0;
}
.box3 .product_list2 li {
    width: 370px;
    height: 341px;
    margin-right: 45px;
}

.box3 .product_list2 li a {
    display: block;
    width: 100%;
    height: 100%;
}

.box3 .product_list2 li a img {
    width: 100%;
    height: 100%;
}

.box3 .cont {
    margin-top: 49px;
    position: relative;
}

.box3 .cont .hd a {
    width: 46px;
    height: 66px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -65px;
    cursor: pointer;
}

.box3 .cont .tempWrap {
    width: 1200px !important;
}

.box3 .cont .hd a.next {
    background: #eee url(../images/box3-right.png) no-repeat center center;
}

.box3 .cont .hd a.next:hover {
    background: #009cff url(../images/box3-right.png) no-repeat center center;
}

.box3 .cont .hd a.prev {
    left: -65px;
    background: #eee url(../images/box3-left.png) no-repeat center center;
}

.box3 .cont .hd a.prev:hover {
    background: #009cff url(../images/box3-left.png) no-repeat center center;
}


.box4 {
    height: 552px;
    background: url(../images/abj.png) no-repeat;
    margin-top: 60px;
    padding-top:  40px;
    background-size: cover;
}
.box4 .bt {
    color: #ffffff;
}
.box4 .bt p {
    font-size: 14px;
	letter-spacing: 4px;
	color: #ffffff;
	opacity: 0.5;
}

.box4-content {
    margin-top: 52px;
}
.box4 .cont {
    margin-top: 55px;
    height: 342px;
    overflow: hidden;
}


.box4-content2 {
    width: 732px;
    height: 331px;
    background: #ffffff;
}

.box4-sort {
    height: 100%;
    padding-top: 38px;
    border-right: 1px solid #bfbfbf;
}

.box4-sort li {
    width: 136px;
    height: 72px;
    background: url(../images/aline.png) no-repeat center bottom;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}
.box4-sort li.cur {
    background:  #e5e5e5 url(../images/aline.png) no-repeat center bottom;
    border-left: 4px solid #00a4ff;
    
}
.box4-sort li h3 {
    line-height: 72px;
    font-size: 16px;
    color: #5a5a5a;
    font-weight: 400;
}

.box4-tab {
    width: 594px;
    padding: 40px 9px 27px 16px;
}

.box4-tab li {
    display: block;
}

.box4-tab li h3 {
    font-size: 20px;
    font-weight: 700;
    color: #5a5a5a;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 13px;
    margin-bottom: 49px;
}

.box4-tab li p {
    width: 559px;
    font-size: 14px;
    line-height: 29px;
    color: #333333;
    text-indent: 2em;
}

.box4-tab li a {
    display: block;
    width: 127px;
	height: 38px;
	background: #00a4ff url(../images/ajian.png) no-repeat 89px center;
    border-radius: 19px;
    line-height: 38px;
    font-size: 14px;
    color: #ffffff;
    text-indent: 12px;
    margin-top: 32px;
}


















.abpic {
    width: 564px;
    height: 342px;
}

.about {
    width: 587px;
}

.about h2 {
    color: #fff;
    font-size: 24px;
    padding-top: 15px;
}

.ab {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    padding-top: 25px;
}

.about a {
    color: #fff;
    font-size: 14px;
    margin-top: 32px;
    background: url(../images/am.png) no-repeat left center;
    text-transform: uppercase;
    display: block;
    padding-left: 55px;
    font-family: "Arial";
}

.c2-con {
    margin-top: 80px;
}

.c2-con ul li {
    width: 299px;
    float: left;
    text-align: center;
    position: relative;
}

.c2-con ul li+li {
    background: url(../images/x3.png) no-repeat left center;
}

.c2-con ul li .count-title {
    font: 500 72px/70px "???è?ˉé?…é?‘";
    color: #fff;
}

.c2-con ul li dt {
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 5px;
    left: 168px;
    background: url(../images/yuan.png) no-repeat;
    width: 32px;
    line-height: 32px;
    text-align: center;
    font-weight: normal;
}

.c2-con ul li:nth-child(2n) dt {
    left: 210px;
}

.c2-con ul li p {
    font: normal 18px/50px "???è?ˉé?…é?‘";
    color: #fff;
}





.box5 {
    margin-top: 53px;
    margin-bottom: 59px;
}

.tabli {
    position: relative;
    float: left;
    width: 198px;
}

.tabli li {
    line-height: 70px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background: #2c2c2c;
    cursor: pointer;
}

.tabli li:nth-child(3) {
    background: #232323;
}

.tabli li.cur {
    background: #00a4ff;
}

.tab {
    width: 999px;
    float: right;
    overflow: hidden;
    display: none;
}

.tab.clicked {
    display: block;
}

.product_list3 li {
    float: left;
    margin-left: 23px;
}

.product_list3 li img {
    width: 310px;
    height: 210px;
}






.box6 {
    height: 622px;
    background: url(../images/bj6.png) no-repeat;
    padding-top: 57px;
}

.xinz {
    width: 725px;
    margin-left: 35px;
    margin-top: 10px;
}

.tabli2 {
    position: relative;
    height: 65px;
    line-height: 65px;
    position: relative;
    margin-bottom: 30px;
}

.tabli2 li {
    line-height: 65px;
    color: #333333;
    font-size: 18px;
    cursor: pointer;
    float: left;
    margin-right: 80px;
}

.tabli2 li.cur {
    background: url(../images/cur.png) no-repeat left bottom;
    color: #00a4ff;
}

.tabli2 .nm {
    position: absolute;
    right: 0;
    top: 0;
}

.tab2 {
    overflow: hidden;
    display: none;
}

.tab2.clicked {
    display: block;
}

.xlist1 li {}

.xlist1 li .img {
    width: 344px;
}

.xlist1 li .img img {
    width: 344px;
    height: 182px;
}

.xlist1 li .det {
    width: 342px;
    margin-top: 15px;
}

.xlist1 li h3 a {
    color: #333333;
    font-size: 16px;
    font-weight: normal;
}

.xlist1 li h4 {
    color: #999999;
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
}

.xlist1 li span {
    color: #666666;
    font-size: 12px;
    line-height: 24px;
    display: block;
    margin-top: 24px;
}


.xlist2 {
    margin-top: 25px;
}

.xlist2 li {
    position: relative;
    line-height: 38px;
    background: url(../images/nt.png) no-repeat left center;
}

.xlist2 li a {
    color: #666666;
    font-size: 14px;
    padding-left: 20px;
}

.xlist2 li span {
    color: #999999;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
}


.xiny {
    width: 308px;
    margin-right: 28px;
}

.xtt {
    position: relative;
    height: 50px;
    line-height: 50px;
    position: relative;
    color: #333333;
    font-size: 18px;
    color: #fff;
}

.xtt a {
    position: absolute;
    right: 0;
    top: 0;
}

.p1{
    background-color: #212121;
    padding-top: 56px;

}
.p1 .wh {
    padding-bottom: 20px;
}

.p1a {
    width: 471px;
}
.p1a h3 {
    font-size: 18px;
	font-weight: normal;
    color: #ffffff;
    position: relative;
    margin-bottom: 37px;
}

.p1a h3::after {
    content: "";
    width: 16px;
	height: 2px;
	background-color: #f8f8f8;
    opacity: 0.5;
    position: absolute;
    left: 0;
    bottom: -16px;
}


.p1a p {
    font-size: 12px;
	line-height: 28px;
	color: #ffffff;
	opacity: 0.8;
}
.p1b {
    width: 283px;
}

.p1b  h3 {
    font-size: 18px;
	font-weight: normal;
    color: #ffffff;
    position: relative;
    margin-bottom: 37px;
}

.p1b  h3::after {
    content: "";
    width: 16px;
	height: 2px;
	background-color: #f8f8f8;
    opacity: 0.5;
    position: absolute;
    left: 0;
    bottom: -16px;
}



.p1b .p1b1 li {
    float: left;
    width: 71px;
    padding-left: 16px;
    position: relative;
    margin-right: 70px;

}
.p1b .p1b1 li::before {
    content: "";
    width: 5px;
    height: 9px;
    background: url(../images/ftnav.png) no-repeat left center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.p1b .p1b1 li a {
    display: block;
    font-size: 12px;
	line-height: 28px;
	color: rgba(255, 255, 255, .8);
}



.p1c {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 314px;
    margin-right: 16px;
    padding-top: 15px;
}
.p1c1 {
    text-align: center;
}
.p1c1 img{
    width: 131px;
	height: 132px;
}
.p1c1 p {
	font-size: 14px;
    color: #ffffff;
    margin-top: 18px;
}




/*友情链接*/
.f_link {
  padding-bottom:  23px;
  font-size: 14px;
  line-height: 22px;;
  color: #a9a9a9;
  width: 1200px;
  margin: 0 auto;
}

.f_link a {
    color: #a9a9a9;
    margin-right: 5px;
}




/*页面底部*/
.foot {
    background: #232323;
}

.foots {
    height: 310px;
    overflow: hidden;
}


.foot2 {
    width: 824px;
    margin-top: 47px;
}

.foot2 dl {
    width: 180px;
    float: left;
}

.foot2 dt {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 23px;
}

.foot2 dd a {
    color: #999999;
    font-size: 13px;
    line-height: 30px;
}

.foot2 dd a:hover {
    color: #fff;
}

.ftel {
    background: url(../images/ft.png) no-repeat left top;
    color: #999999;
    font-size: 13px;
    line-height: 30px;
    padding-top: 28px;
    margin-top: 76px;
}

.ftel strong {
    color: #fff;
    font-size: 30px;
    font-family: "Arial";
}

.wei {
    width: 130px;
    text-align: center;
    color: #999999;
    font-size: 13px;
    line-height: 45px;
    margin-top: 62px;
}



.bq {
    background-color: #212121;
    border-top: 1px solid #383838;
    padding: 20px 0;
    font-size: 12px;
	line-height: 22px;
    color: #a9a9a9;
    text-align: center;
}

.bq a {
    color: #a9a9a9;
}









/*内页左侧样式*/


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

/*.left{width: 225px;float: left;}
.right{width: 940px;float: right;}
.xypg-case-list li{width:300px;}
.xypg-product-list li{width: 293px;}
.xypg-product-list li .img img{width: 271px;height: 205px;}
.relate-product-slick .owl-item .img img{    width: 213px;height: 159px;}
.xypg-case-list li .img img{width: 300px;height: 300px;}
.page-product-inquiry a{color: #fff;}
.page-mob-tool{display: none;}*/
.page-product-inquiry a {
    color: #fff;
}