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





/*头部样式*/

.top2 {
    height: 108px;
}

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

.logo a {
    display: block;
}

.logo a img {
    display: block;
}

.k2 {
    width: 884px;
    margin-top: 24px;
}





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

.nav li a {
    display: block;
    line-height: 62px;
    color: #000000;
    height: 62px;
    padding: 0;
    font-size: 16px;
    padding: 0;
    transition: all ease .36s;
}

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

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #00464200;
    font-weight: 700;
    color: #004642;
    border-bottom: 2px solid #004642;
}

.nav .sec {
    height: 0;
    background: #004642;
    color: #fff;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 62px;
    left: -27px;
    width: 150%;
}

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

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



.ss {
    position: relative;
    margin-top: 18px;
}

.ss1 {
    width: 28px;
    height: 28px;
    background: url(../images/ss.png) no-repeat center center;
    background-size: cover;
}



#formsearch1 {
    width: 200px;
    display: none;
    position: absolute;
    bottom: -3.5rem;
    left: 50%;
    transform: translateX(-50%);
    height: 30px;
}

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

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

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

.p1 {
    margin-top: 82px;
}

.p1 .p1a {
    width: 635px;
    border-right: 1px solid rgba(0, 0, 0, .28);
}

.p1 .p1a img {
    display: block;
    width: 599px;
    height: 334px;
}

.p1 .p1b {
    width: 518px;
}

.p1 .p1b .p1b-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    margin-bottom: 8px;
}

.p1 .p1b .p1b-title h3 {
    font-size: 27px;
    color: #000000;
    border-left: 9px solid #000000;
    padding-left: 13px;
}

.p1 .p1b .p1b-title a {
    font-size: 14px;
    color: rgba(0, 0, 0, .88);
}

.p1b1 li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 29px;
    position: relative;
    padding-left: 16px;
}

.p1b1 li a::before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #474747;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.p1b1 li a h3 {
    font-size: 14px;
    font-weight: normal;
    color: #474747;
}

.p1b1 li a span {
    font-size: 14px;
    color: #a3a3a3;
}



.p2 {
    margin-top: 34px;
}

.p2a-scroll {
    width: 547px;
    height: 345px;
    position: relative;
    z-index: 2;
    margin-top: 38px;
}

.p2a-scroll .bd ul li a {
    display: block;
    position: relative;
}

.p2a-scroll .bd ul li a div.img img {
    display: block;
    width: 547px;
    height: 345px;
}

.p2a-scroll .bd ul li a .cont {
   width: 394px;
    height: 67px;
    /* background-color: rgba(255, 255, 255, .6); */
    border-radius: 7px;
    padding: 13px 22px 1px 3px;
    z-index: 999;
    position: absolute;
    bottom: -60px;
    left: 0;
}

.p2a-scroll .bd ul li a .cont p {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}

.p2a-scroll .hd {
    position: absolute;
    bottom: 20px;
    right: 23px;
    z-index: 99999;
}

.p2a-scroll .hd ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.p2a-scroll .hd ul li {
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 50%;
    margin-left: 10px;
    cursor: pointer;
}

.p2a-scroll .hd ul li.on {
    background-color: #004642;
}



.p2b {
    width: 854px;
    height: 420px;
    background-color: #004642;
    position: relative;
    z-index: 1;
    margin-left: -246px;
    padding-left: 246px;
    padding-top: 37px;
    padding-right: 60px;
}

.p2b-title h3 {
    font-size: 34px;
    color: #bc9561;
    margin-bottom: 7px;
}

.p2b-title .p2b-title1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 8px;
    background: url(../images/line1.png) no-repeat bottom left;

}

.p2b-title .p2b-title1 h4 {
    font-size: 27px;
    color: #fff;
    border-left: 9px solid #fff;
    padding-left: 13px;
}

.p2b-title .p2b-title1 a {
    font-size: 14px;
    color: #c2d3d2;
}

.p2b1-scroll .bd {
    height: 247px;
    overflow: hidden;
}

.p2b1-scroll ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 30px;
    position: relative;
    padding-left: 16px;
}

.p2b1-scroll ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #ccdad9;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.p2b1-scroll ul li a h3 {
    font-size: 14px;
    font-weight: normal;
    color: #b1c6c5;
}

.p2b1-scroll ul li a span {
    font-size: 14px;
    color: #85a6a5;
}







.p3-title h3 {
    background: url(../images/line2.png) no-repeat center center;
    height: 46px;
    width: 274px;
    line-height: 46px;
    font-size: 30px;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    margin: 40px auto 0;
    text-indent: 25px;
}

.p3-scroll {
    margin-top: 37px;
    position: relative;
}

.p3-scroll ul li {
    width: 280px;
    height: 458px;
    position: relative;
    margin-right: 27px;
}

.p3-scroll ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.p3-scroll ul li a .cont {
    position: absolute;
    top: 65px;
    left: 33px;
}

.p3-scroll ul li a .cont h3 {
    font-size: 25px;
    color: #ffffff;
    margin-bottom: 38px;
    position: relative;
}

.p3-scroll ul li a .cont h3::after {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    bottom: -13px;
    left: 0;
}

.p3-scroll ul li a .cont p {
    font-size: 17px;
    color: rgba(255, 255, 255, .53);
    font-weight: 700;
}

.p3-scroll ul li a div.img {
    position: absolute;
    top: 0;
    left: 0;
}

.p3-scroll ul li a div.img img {
    width: 100%;
    height: 418px;
}

.p3-scroll ul li:nth-child(2n) a div.img {
    top: initial;
    left: 0;
    bottom: 0;
}

.p3-scroll .bd {
    overflow: hidden;
}

.p3-scroll a.next {
    width: 33px;
    height: 33px;
    border: solid 1px #434343;
    display: block;
    background: url(../images/right.png) no-repeat center center;
    position: absolute;
    right: -65px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    border-radius: 50%;
    cursor: pointer;
}

.p3-scroll a.next:hover {
    border: solid 1px #0f514d;
    background: url(../images/right1.png) no-repeat center center;
}

.p3-scroll a.prev {
    width: 33px;
    height: 33px;
    border: solid 1px #434343;
    display: block;
    background: url(../images/right.png) no-repeat center center;
    position: absolute;
    left: -65px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    z-index: 999;
    border-radius: 50%;
    cursor: pointer;
}

.p3-scroll a.prev:hover {
    border: solid 1px #0f514d;
    background: url(../images/right1.png) no-repeat center center;
}



.p4 {
    height: 172px;
    background-color: #004642;
    margin-top: 38px;
    padding-top: 30px;
}


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

.p4a li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 271px;
    height: 114px;
    border: solid 1px #bc9561;
    transition: all ease .36s;
}

.p4a li a div.img img.img2 {
    display: none;
}

.p4a li a div.img {
    width: 91px;
    text-align: center;
}

.p4a li a .cont {
    width: 192px;
    color: #bc9561;
}

.p4a li a .cont h3 {
    font-size: 23px;
    font-weight: normal;
    letter-spacing: 1px;

    margin-bottom: 8px;
}

.p4a li a .cont span {
    font-size: 14px;
}

.p4a li a:hover {
    background-color: #ffffff;
    border: solid 1px #ffffff;
}

.p4a li a:hover div.img img.img2 {
    display: inline-block;
}

.p4a li a:hover div.img img.img1 {
    display: none;
}

.p4a li a:hover .cont {
    color: #004642;
}




.p5-title h3 {
    background: url(../images/line2.png) no-repeat center center;
    height: 46px;
    width: 274px;
    line-height: 46px;
    font-size: 30px;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    margin: 40px auto 0;
    text-indent: 25px;
}

.p5b {
    margin-top: 30px;
}

.p5b li {
    width: 380px;
    margin-right: 28px;
    margin-bottom: 24px;
}

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

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

.p5b li a.img img {
    display: block;
    width: 100%;
    height: 210px;
}

.p5b li h3 a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    line-height: 38px;
    text-align: center;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    font-size: 16px;
    color: rgba(0, 0, 0, .8);
    font-weight: 400;
    transition: all ease .36s;
}

.p5b li h3 a .line {
    width: 4px;
    height: 15px;
    background-color: #000000;
    margin-right: 10px;
    transform: translateY(2px);
    transition: all ease .36s;
}


.p5b li:hover h3 a {
    background-color: #004642;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
    color: #fff;
}

.p5b li:hover h3 a .line {
    background-color: #ffffff;
}




.p6 {
    background-color: #004642;
    padding-top: 27px;
}

.p6a {
    width: 460px;
    margin-right: 30px;
}

.p6a li a {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.p6a li a div.img {
    width: 25px;
    height: 25px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 9px;
}

.p6a li a h3 {
    font-size: 14px;
    line-height: 30px;
    color: rgba(255, 255, 255, .59);
    font-weight: 400;
}

.p6b {
    width: 544px;
    display: flex;
    justify-content: space-between;
}

.p6b dl dt {
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 12px;
}


.p6b dl dd a {
    font-size: 14px;
    line-height: 25px;
    color: rgba(255, 255, 255, .59);
}

.p6c {
    width: 106px;
}

.p6c img {
    display: block;
    width: 100%;
}

.p6c P {
    border: 1px solid #457875;
    border-top: 0;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: rgba(255, 255, 255, .39);
}

.p6-copyright {
    border-top: 1px solid rgba(255, 255, 255, .7);
    padding: 10px 0;
    font-size: 12px;
    color: rgba(255, 255, 255, .35);
    text-align: center;
    margin-top: 16px;
}

.p6-copyright a {
    color: rgba(255, 255, 255, .35);
}




/* 内页样式开始 */



.page-position .wh {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 64px;
    line-height: 64px;
    border-bottom: 1px solid rgba(159, 159, 159, .5);
    margin-bottom: 39px;

}

.position1 .xypg-left-nav {
    display: flex;
    align-items: center;

}

.position1 .xypg-left-nav li a {
    font-size: 18px;
    font-weight: normal;
    color: #666666;
    margin-right: 43px;
    display: block;
}
.position1 .xypg-left-nav .xypg-left-subnav{display:none;}

/* .xypg-left-nav > li:nth-child(1) a {
    background: url(../images/line3.png) no-repeat 10px center;
    padding-left: 24px;
} */
.position1 .xypg-left-nav li.clicked a {
    background: url(../images/line3.png) no-repeat 10px center;
    padding-left: 24px;
}

.position1 .xypg-left-nav li:hover a {
    color: #004642;
}


.position2 {
    font-size: 14px;
    color: #9f9f9f;
    background: url(../images/home.png) no-repeat left center;
    padding-left: 29px;
}

.position2 a {
    color: #9f9f9f;
}
.position2 a:last-child {
     color: #004642;
}
.position2 span.cc {
    color: #004642;
}



.ywly-p1 {
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
    /* flex-wrap: wrap; */
    width: 1090px;
    margin: 46px auto 50px;
}
.ywly-p1 li{
    float:left;
    margin-right: 32px;
    
}

.ywly-p1 li:nth-child(-N+4) {
    margin-bottom: 24px;
}

.ywly-p1 li a {
    display: block;
    width: 240px;
    height: 48px;
    border: solid 1px #9f9f9f;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    color: #666666;
    transition: all ease .36s;
}

.ywly-p1 li a:hover {
    background-color: #004642;
    color: #fff;
    border: solid 1px #004642;
}

.ywly-title h3 {
    font-size: 20px;
    font-weight: normal;
    color: #000000;
    background: url(../images/line4.png) no-repeat left center;
    padding-left: 33px;
    height: 30px;
    line-height: 30px;
    margin-left: 22px;
}



/* 新闻资讯列表 */
.xypg-news-list1 {
    /* margin-top: 39px; */
}

.xypg-news-list1 li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 55px;
}

.xypg-news-list1 li a div.img img {
    display: block;
    width: 265px;
    height: 176px;
    border-radius: 4px;
}

.xypg-news-list1 li a div.cont {
    width: 786px;
}

.xypg-news-list1 li a div.cont h3 {
    font-size: 20px;
    line-height: 32px;
    color: #666666;
    font-weight: 400;
    margin-bottom: 20px;
}

.xypg-news-list1 li a div.cont p {
    font-size: 15px;
    line-height: 26px;
    color: #888888;
}

.xypg-news-list1 li a div.time h4 {
    font-size: 33px;
    color: #888888;
    text-align: center;
    font-weight: 400;
    margin-bottom: 28px;
}

.xypg-news-list1 li a div.time span {
    font-size: 15px;
    color: #888888;
    position: relative;
}

.xypg-news-list1 li a div.time span::after {
    content: "";
    width: 56px;
    height: 11px;
    background: url(../images/line5.png) no-repeat center center;
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.xypg-news-list1 li a:hover .cont h3 {
    color: #004642;
}

.xypg-news-list1 li a:hover div.time span::after {
    background: url(../images/line6.png) no-repeat center center;
}

.xypg-news-list2 li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 68px;
    border-bottom: 1px solid rgba(159, 159, 159, .5);
    margin-bottom: 66px;
}

.xypg-news-list2 li a .cont {
    width: 949px;
}

.xypg-news-list2 li a .cont h3 {
    font-size: 24px;
    color: #424242;
    margin-bottom: 22px;
}

.xypg-news-list2 li a .cont P {
    font-size: 15px;
    line-height: 26px;
    color: #888888;
}

.xypg-news-list2 li a div.time h4 {
    font-size: 33px;
    color: #888888;
    text-align: center;
    font-weight: 400;
    margin-bottom: 28px;
}

.xypg-news-list2 li a div.time span {
    font-size: 15px;
    color: #888888;
    position: relative;
}

.xypg-news-list2 li a div.time span::after {
    content: "";
    width: 56px;
    height: 11px;
    background: url(../images/line5.png) no-repeat center center;
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}




.xypg-news-list2 li a:hover .cont h3 {
    color: #004642;
}

.xypg-news-list2 li a:hover div.time span::after {
    background: url(../images/line6.png) no-repeat center center;
}











.xypg-news-list3 li a div.img img{
    display: block;
    width: 468px;
    height: 278px;
}
.xypg-news-list3 li a  div.cont {
    width: 676px;
}
.xypg-news-list3 li a  div.cont span {
    width: 150px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #000;
    display: block;
    text-align: center;
    border: 1px solid #a6a6a6;
    margin-top: 25px;
    transition: all ease .3s
}
.xypg-news-list3 li:hover a div.cont span {
    background-color: #004642;
    color: #fff;
     border: 1px solid #004642;
}

.xypg-download-list1 {
    /*display: flex;
    justify-content: space-between;
    align-items: center;*/
}


.xypg-download-list1 .download1 {
    float: left;
    width: 21%;
    margin-right: 4%;
}

.xypg-download-list1 .download1 a {
    display: block;
}

.xypg-download-list1 .download1 a div.img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 277px;
    height: 366px;
    background-color: #ffffff;
    border: solid 1px #aaaaaa;
}

.xypg-download-list1 .download1 a div.img img {
    width: 247px;
    height: 335px;
}

.xypg-download-list1 .download1 h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 60px;
    color: #000000;
    opacity: 0.9;
    text-align: center;
    margin-bottom: 24px;
}







/* 投资管理列表页 */
.album-info {
    display: flex;
    justify-content: space-between;
}

.album-left {
    width: 624px;

}

.album-left li {}

.album-left a.img {
    display: block;
    width: 624px;
    border-right: 1px solid #d9d9d9;
    padding-right: 25px;
}

.album-left a.img img {
    display: block;
    width: 600px;
    height: 351px;
}

.album-left h3 a {
    display: block;
    font-size: 16px;
    line-height: 48px;
    color: #000000;
    font-weight: 400;
}

.xypg-album-list1 {
    width: 545px;
}

.xypg-album-list1 h3.title {
    font-size: 20px;
    letter-spacing: 1px;
    color: #000000;
    padding-bottom: 12px;
    padding-left: 15px;
    background: url(../images/line7.jpg) no-repeat bottom center;
    margin-bottom: 20px;
    position: relative;
}
.xypg-album-list1 h3.title:after{
    content: "";
    width: 7px;
    height: 20px;
    background: #000;
    position: absolute;
    left: 0;
        top: 10%;
}
.xypg-album-list1 li a {
    display: flex;
    justify-content: space-between;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    margin-bottom: 20px;
}

.xypg-album-list1 li:last-child a {
    border-bottom: none;
}

.xypg-album-list1 li a .cont {
    padding-left: 18px;
    width: 435px;
}

.xypg-album-list1 li a .cont h3 {
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    position: relative;
    margin-bottom: 8px;
}

.xypg-album-list1 li a .cont h3::after {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #313131;
    opacity: 0.8;
    border-radius: 50%;
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);

}

.xypg-album-list1 li a .cont p {
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    opacity: 0.8;
}


/* 工程案例 */
.xypg-case-list1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.xypg-case-list1 li {
    margin-bottom: 33px;
}

.xypg-case-list1 li a {
    display: block;
    width: 380px;
}

.xypg-case-list1 li a div.img img {
    display: block;
    width: 380px;
    height: 210px;
}

.xypg-case-list1 li a .cont {
    width: 380px;
    height: 191px;
    background-color: #ffffff;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
    padding: 34px 25px 30px 24px;
    transition: all ease .2s;
}

.xypg-case-list1 li a .cont h3 {
    font-size: 18px;
    color: rgba(0, 0, 0, .9);
    position: relative;
    border-left: 5px solid rgba(0, 0, 0, .9);
    padding-left: 15px;
    margin-left: 4px;
    transition: all ease .2s;
}

.xypg-case-list1 li a .cont p {
    font-size: 15px;
    line-height: 22px;
    color: rgba(0, 0, 0, .8);
    text-indent: 2em;
    margin-top: 22px;
    transition: all ease .2s;
}

.xypg-case-list1 li:hover .cont {
    background-color: #004642;
}

.xypg-case-list1 li:hover .cont h3 {
    color: #fff;
    border-left: 5px solid #fff;
}

.xypg-case-list1 li:hover .cont p {
    color: #fff;
}

.main-img img {
    max-width: 100%;
    margin-bottom: 39px;
}

.xypg-detail-con {
    font-size: 17px;
    line-height: 36px;
    color: rgba(0, 0, 0, .9);
    text-indent: 2em;
}





.xypg-product-list {
   /* display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;*/
}

.xypg-product-list li {
    /*display: inline-block;*/
    vertical-align: bottom;
    width: 379px;
    height: 347px;
    border: solid 1px #aaaaaa;
    margin-bottom: 40px;
    float: left;
    margin-right:31px; 
}
.xypg-product-list li:nth-child(3n){
    margin-right:0;
}
.xypg-product-list li a.img {
    display: block;
    width: 100%;
    height: 278px;
    text-align: center;
    padding-top: 10px;
}

.xypg-product-list li h3 a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: rgba(0, 0, 0, .9);
    line-height: 68px;
    font-weight: 400;

}

.xypg-product-list li a.img img {
    width: 356px;
    height: 266px;
}

.xypg-product-list li:hover h3 a {
    font-size: 16px;
    color: rgba(0, 0, 0, .9);
    font-weight: 400;
}

.xypg-product-list li .ship {
    display: flex;
    justify-content: center;
    align-items: center;
}






.lx-p1 {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.lx-p1-left {
    width: 410px;
    padding-left: 16px;
}

.lx-p1-left>span {
    font-size: 17px;
    color: rgba(0, 0, 0, .9);
    display: inline-block;
    margin-bottom: 10px;
}

.lx-p1-left>p {
    font-size: 34px;
    line-height: 50px;
    color: #004642;
    font-weight: 700;
}

.lx-p1-left-item {
    margin-top: 35px;
}

.lx-p1-left-item strong {
    font-size: 17px;
    line-height: 30px;
    color: rgba(0, 0, 0, .9)
}

.lx-p1-left-item p {
    font-size: 14px;
    color: rgba(0, 0, 0, .9);
    line-height: 2;
}


.lx-p1-right {
    width: 692px;
    height: 270px;
    border: 1px solid #bfbfbf;
}

.lx-p1-right ul {
    display: flex;
    justify-content: space-around;
}

.lx-p1-right ul li {
    width: 230px;
    text-align: center;
    border-right: 1px solid #bfbfbf;
}
.lx-p1-right ul li:last-child {
    border-right: none;
}
.lx-p1-right ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 270px;
}
.lx-p1-right ul li a  div.img {
        height: 148px;
        line-height: 148px;
        max-width: 100%;
}
.lx-p1-right ul li a  h3 {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    line-height: 2;
    margin-top: 6px;
}

.lx-p2{
    width: 1200px;
    overflow: hidden;
    margin-top: 58px;
}

/*友情链接*/

.f_link {
    width: 1200px;
    line-height: 30px;
    margin: 0 auto;
}

.f_link a {
    color: #666;
}

/*内页左侧样式*/


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


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