/*初始化样式*/
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;
}

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

.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: 27px;
    background: #e6e6e6;
    color: #595959;
    line-height: 27px;
    overflow: hidden;
    font-size: 13px;
}

.top2 {
    height: 80px;
    background:#e6e6e6;
}

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

.logo {
    float: left;
    line-height: 80px;
}
.k2{
    width: calc(100% - 460px);
}


.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: "微软雅黑";
}


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

#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: #078b92;
    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;
}




/*导航栏样式*/
.nav1{
    display: flex;
    justify-content: space-between;
}
.nav1 li {
    text-align: center;
    float: left;
    position: relative;
    z-index: 999;
}

.nav1 li a {
    display: block;
    line-height: 80px;
    color: #fff;
    height: 80px;
    padding: 0;
    font-size: 16px;
    color: #313131;

}

.nav1 li a:hover {
    text-decoration: none;
    background: url(../images/line1.jpg) no-repeat center 61px;
}

.nav1>li>a:focus,
.nav1>li>a:hover {
    text-decoration: none;
    background: url(../images/line1.jpg) no-repeat center 61px;
}

.nav1>li.active {
    background: url(../images/line1.jpg) no-repeat center 61px;
}

.nav1 .sec {
    display: none;
    background: #e6e6e6;
    color: #000;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 80px;
    left: -50%;
    width: 200%;
}

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

.nav1 .sec a:hover {
    text-decoration: none; color: #00949c; background: #fff;
}



.p1 {
    height: 200px;
    background-color: #f7f7f7;
}

.p1a {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

.p1a li {
    height: 200px;
    width: 100%;
    background: url(../images/line2.png) no-repeat right center;
    text-align: center;
    position: relative;
}
.p1a li .img{
    width: 60px;
    height: 60px;
    margin: 0 auto;
    margin-top: 20px;
}
.p1a li .img img{
    filter: brightness(0);
}
.p1a li h3 {
    font-size: 16px;
    color: #313131;
    font-weight: 400;
    position: absolute;
    bottom: 44px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}


.p1a li:hover {
    background: #00949c;
}
.p1a li:hover .img img{
    filter: brightness(1);
}
.p1a li:hover h3 {
    color: #fff;
}


.p2a {
    position: relative;
    margin-top: 52px;
}

.p2a .hd {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);

}

.p2a .hd li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e5e5e5;
    color: rgba(255, 255, 255, .1);
    margin-right: 10px;
    float: left;
}

.p2a .hd li.on {
    background-color: #00949c;
}

.p2a1 li {
    width: 590px;
    height: 320px;
    margin-right: 20px;
    margin-bottom: 22px;
    position: relative;
}

.p2a1 li img {
    display: block;
    width: 100%;
    height: 100%;
}

.p2a1 ul li:nth-child(2n) {
    margin-right: 0;
}

.p2a1a {
    position: absolute;
    right: 31px;
    top: 114px;
    z-index: 22;
}

.p2a1a h3 {
    font-size: 37px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 20px;
}

.p2a1a span {
    font-size: 20px;
    color: #ffffff;
}

.p2a1 li>a {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 34px;
    font-size: 14px;
    color: #ffffff;
}
.p2 {
    padding-bottom: 54px;
    overflow: hidden;
    background:url(../images/bja1.jpg) no-repeat center top;
    background-size: cover;
}



.p3 {
    background: url(../images/ab.jpg) no-repeat left top;
    height: 794px;
    padding-top: 115px;
}

.p3 .wh>h3 {
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 100px;
}

.p3a li {
    width: 580px;
    position: relative;
    margin-right: 39px;
}

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

.p3a li .a {
    display: block;
}

.p3a>li>.a>h4 {
    font-size: 30px;
    color: #fffefe;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 62px;
    z-index: 99;
}

.p3a>li>.a>h4::after {
    font-size: 30px;
    color: #fffefe;
    content: "";
    width: 120px;
    height: 4px;
    background-color: #00b0ba;
    position: absolute;
    bottom: -12px;
    left: 0;
}


.p3a1 {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(38, 143, 148, .88);
    width: 100%;
    height: 100%;
    padding-top: 51px;
    padding-left: 62px;
    padding-right: 66px;
    display: none;
}

.p3a1 h3 {
    font-size: 30px;
    color: #fffefe;
    position: relative;
    margin-bottom: 57px;
}

.p3a1 h3:after {
    content: "";
    width: 120px;
    height: 4px;
    background-color: #00b0ba;
    position: absolute;
    bottom: -12px;
    left: 0;
}

.p3a1 span {
    font-size: 16px;
    color: #fffefe;
    line-height: 40px;
}

.p3a>li:hover h4 {
    display: none;
}

.p3a>li:hover .p3a1 {
    display: block;
}



.p4 {
    background: url(../images/s1.jpg) no-repeat;
    height: 495px;
    overflow: hidden;
}

.p4>.wh>h3 {
    font-size: 40px;
    color: #00949c;
    text-align: center;
    margin-bottom: 108px;
    margin-top: 104px;
}

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

.p4a li {
    position: relative;
    text-align: left;
}

.p4a li h3 {
    font-size: 80px;
    color: #00949c;
}

.p4a li p {
    font-size: 26px;
    font-weight: normal;
    color: #00949c;
    text-align: left;
}

.p4a li span {
    font-size: 26px;
    color: #00949c;
    position: absolute;
    top: 0;
    right: 0;
}

.p4a li:nth-child(1) span {
    top: 0;
    right: -25px;
}

.p4a li:nth-child(2) span {
    top: 0;
    right: -20px;
}

.p4a li:nth-child(3) span {
    top: 0;
    right: 21px;
}

.p4a li:nth-child(4) {
    padding-right: 34px;
}

.p4a li:nth-child(4) span {
    top: 0;
    right: -5px;
}

.p4a li:nth-child(4) span::after {
    content: "2";
    font-size: 12px;
    width: 10px;
    height: 10px;
    position: absolute;
    right: -10px;
    top: 4px;
}

.p5 {
    background: url(../images/b1.jpg) no-repeat left top;
}

.p5>.wh {
    position: relative;
    height: 455px;
    z-index: 999;
}

.p5 h3 {
    padding-top: 125px;
    font-size: 40px;
    color: #feffff;
    text-align: center;

}

.p5a {
    height: 283px;
    background:url(../images/agftgf.jpg) no-repeat center top;
    padding-top: 64px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -23%;
    z-index: 99;
}

.p5a li {
    width: 300px;
    height: 100%;
    padding-top: 28px;
    text-align: center;
    background: url(../images/line3.jpg) no-repeat left 2%;
}

.p5a li h4 {
    font-size: 26px;
    color: #feffff;
    margin-bottom: 24px;
}

.p5a li p {
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
}



.p6 {
    height: 672px;
 
    background: url(../images/b2.jpg) no-repeat left top;
}

.p6a {
    width: 537px;
    height: 387px;
    position: relative;
    margin-top: 222px;
}
.p6a1 {
    width: 515px;
	height: 345px;
    background-color: #00949c;
    position: absolute;
    right: 0;
    top: 0;
}

.p6a2 {
    width: 533px;
    height: 360px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.p6a2 img {
    display: block;
    width: 100%;
    height: 100%;
}


.p6b {
    width: 632px;
    margin-top: 222px;
    margin-left: 28px;
    position: relative;
}
.p6b  >h3 {
    font-size: 28px;
    color: #00949c;
    width: 100%;
    padding-bottom: 25px;
    position: relative;
    background: url(../images/line4.png) no-repeat left bottom;
}
.p6b >h3 a {
    font-size: 14px;
    color: #00949c;
    text-align: right;
    font-weight: 400;
    position: absolute;
    bottom: 25px;
    right: 0;
}

.p6b p {
    margin-top: 33px;
    font-size: 16px;
	color: #313131;
}
.p6b1 {
    width: 812px;
	height: 106px;
	background-color: #ffffff;
	box-shadow: 0px 0px 16px 0px 
        rgba(0, 0, 0, 0.2);
     position: absolute;
     left: -168px;
     bottom: -162px;
}
.p6b1 li {
    width: 203px;
    height: 100%;
    text-align: center;
    padding-top: 22px;
    position: relative;
    background: url(../images/line5.png) no-repeat right center;
}
.p6b1 li:last-child {
    background: none;
}
.p6b1 li  h4 {
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
    color: #00949c;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);

}
.liang {
    display: none;
}
.p6b1 li:hover {
    background: none;
    background-color: #00949c;
 
}
.p6b1 li:hover h4 {
    color: #fff;
}
.p6b1 li:hover  .hei {
    display: none;
}
.p6b1 li:hover  .liang {
    display: inline-block;
}


.picMarquee-top{
    width: 600px;
}

.p7 {
    height: auto;
    background: url(../images/b3.jpg) no-repeat left top;
    background-size: cover;
    padding-bottom: 5vh;
}

.p7a h3 {
	font-size: 40px;
    color: #fefefe;
    text-align: center;
    padding-top: 72px;
    margin-bottom: 22px;
}


.p7a  p {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 50px;
}
.p7b .tempWrap {
    overflow: hidden;
    height: 355px !important;
}
.p7b1{
    width: 44%;
}
.p7b1 img{
    max-width: 100%;
}
.p7b2 {
    width: 603px;
    margin-left: 37px;
  
}
.p7b2 li{
    margin-bottom:49px;
}
.p7b2 li a {
    display: block;
}
.p7b2a {
    width: 80px;
    position: relative;
    text-align: center;
    border-right: 1px solid #e5e5e5;
}

.p7b2a span {
    font-size: 35px;
    color: #ffffff;
    position: absolute;
    left: 13px;
    top: 0;
}
.p7b2a p {
    font-size: 20px;
    color: #ffffff;
    padding-top: 40px;
}
.p7b2b {
    width: 523px;
    padding-left: 18px;
}
.p7b2b h3 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
}
.p7b2b  p {
    font-size: 12px;
	line-height: 20px;
	color: #ffffff;
}

.p7c {
    width: 178px;
	height: 45px;
	background-color: #032c2e;
    border-radius: 9px;
    text-align: center;
    margin: 60px auto 0;
}
.p7c a {
    font-size: 18px;
	line-height: 45px;
	color: #ffffff;
	display:block;
}


.p8 {
    height: auto;
    background-color: #052e30;
    padding-bottom: 30px;
}

.p8a {
    padding-top: 30px;
    width: 380px;
    font-size: 14px;
}
.p8b {
    width: 810px;
}
.p8b1 {
    width: 810px;
    margin-top: 58px;
    /* margin-left: 150px; */
}
.p8b1 p a{
    display: block;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
}
.p8b1 p a + a{
    margin-left: 52px;  
}

.p8a i{
    display: block;
    margin-top: 60px;
}

.p8b2 {
    margin-top: 20px;
}
.p8b2a  {
    /* margin-left: 152px; */
    margin-top: 20px;
}
.p8b2a p {
    font-size: 16px;
    color: #ffffff;
    height: 24px;
    padding-left: 38px;
}
.p8b2a p:nth-child(1) {
    margin-bottom: 12px;
    background: url(../images/d1.png) no-repeat left center;
}
.p8b2a p:nth-child(2) {
    background: url(../images/d2.png) no-repeat left center;
}
.p8b2b1 {
    font-size: 16px;
    color: #ffffff;
    text-align: right;

}
.p8b2b1 p:first-child {
    padding-top: 20px;
}
.p8b2b1 img {
    display: block;
    width: 87px;
    height: 87px;
    margin-left: 13px;
}



.x-seo {
    color: #fff;
    margin-bottom: 15px;
}

.x-seo a {
    color: #fff;
}
.x-seo a:hover{
    color: rgba(255,255,255,.6);
}
.x-copyright {
    color: #fff;
}

.x-copyright a {
    color: #fff;
}
.jszc  {
    color: #fff;
}

.jszc a {
    color: #fff;
}
.x-region {
    color: #fff;
}
.x-region a{
    color: #fff;
}





/*友情链接*/

.f_link {
    margin: 0 auto;
    text-align: left;
    color:#000000;
    font:500 16px/30px "微软雅黑";
    padding: 46px 0 8px;
}

.f_link a {
    color: #000000;
}
.f_link a:hover{
    color: #333;
}

/*页面底部*/
#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;
}




a.hahh{
    display: block;
    color: #00949c;
    font:500 16px/40px "微软雅黑";
    margin-top: 20px
}
.ny_tit{
    text-align: center;
    font:500 48px/1.5em "微软雅黑"; color: #00949c;
}
.ahhgga{
    border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
    padding: 34px 0 148px;
    margin-top: 110px;
    margin-bottom: 180px;
}
.gass1{
    width: 435px;
}
.gass1 h2{
    color: #313131;
    font:500 36px/40px "微软雅黑";
}
.gass2{
    width: 580px;
    color: #9c9c9c;
    font:500 22px/154px "微软雅黑";
    background: url(../images/aghjhgj.png) no-repeat left center;
    padding-left: 186px;
    margin-top: 60px;
}
.ss1 {
    margin-top: 20px;
}
.ss1 select{
    width: 100%;
    border:2px solid #e5e5e5;font:500 14px/40px "微软雅黑";height:40px;margin-top: 12px;
   
}
.ss1 select option{
     font:500 14px/40px "微软雅黑";
}
a.haha{
    display: block;
    color: #fff;
    font:500 14px/34px "微软雅黑";
    width: 150px;
    background: #00949c;
    text-align: center;
    margin-top: 20px;
}







/*内页左侧样式*/


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