/*非自适应站内页banner样式*/
.xypg-banner{
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    height: 500px !important;
}
.xypg-banner .img img{
    width: 1920px;
    margin: 0 auto;
    height: 500px !important;
}
/*非自适应站内页样式*/
.container{
    position: relative;
    width: 1200px !important;
    margin: 0 auto;
    padding: 0px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.xypg-left{
    width: 260px;
    float: left;
}
.xypg-right{
    width: 880px;
    float: right;
}
.row{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
/*内页banner*/
.n_bannerbj {
    width: 100%;
    overflow: hidden;
}
n_bannerbj img{
    max-width: 100%;
    height: auto;
}
/*非自适应站内页产品样式*/
.xypg-product-list{
    margin: 0;
}
.xypg-product-list li{
    margin: 0 10px;
    width: 272px;
}
.xypg-product-list li .img img{
    width: 272px;
}
.xypg-product-list li h3{
    margin: 15px 0;
}


.case li{
    float: left;
    margin-right: 16px;
}
       
.case li img{
    width:288px;
    height: 230px;
    border: 1px solid #ccc;

}
.case li h2{
    text-align: center;
    font: 500 16px/70px "Microsoft YaHei";
    color: #666666;
}

.case li:hover h2 {
    background: -webkit-linear-gradient(#359d72, #1385b6);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#359d72, #1385b6);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#359d72, #1385b6);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(#359d72, #1385b6);
    /* 标准的语法 */
    color: #fff; 
}


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

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

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

/* 导航样式 */
.nnav{
        width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: #03479c;
}

.x-menu {
    width: 1200px;
    margin:0 auto;
    
    display: block;
}

.x-menu > li {
    width: 170px;
    margin: 0;
    text-align: center;
    float: left;
    position: relative;
}

.x-menu > li.active > a {
    color: #fff !important;
    background: #b99562;
}


.x-menu > li>a {
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    display: block;
}
.x-menu > li > a:hover {
   color: #fff !important;
    background: #b99562;
}



.x-menu > li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 150%;
    left: -25%;
    top: 60px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu > li > a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .5em;
}

.x-sub-menu > li > a:hover {
    background: #e9eaeb;
}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
}

/*头部样式*/
.sky {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    height: 35px;
    background: #dddddd;
    color: #666;
}

.sky a{
    color: #666;
}

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

.huan {
    float: left;
    font: 400 12px/35px "Microsoft Yahei";
}

.huan a {
    line-height: 35px;
    font-size: 12px;
    padding-right: 5px;
}

.k1x {
    float: right;
    line-height: 35px;
    color: #333333;
    font-size: 12px;
}

.k1x a {
    color: #333333;
    font-size: 12px;
}

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

.fl {
    float: left;
}

.fr {
    float: right;
}

p {
    margin-bottom: 0;
}

.tou_con {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: #f5f5f5
}

.tou {
    width: 1200px;
    margin: 0 auto;
    height: 120px;
    overflow: hidden
}

.logo {
    float: left;

}

.telx {
    float: right;
    margin-top: 30px;
}

.sou {
    height: 36px;
    background: #f1f1f1;
}



/*搜索和热门搜索*/
#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}

#formsearch {
    width: 320px;
    float: left;
    margin-left: 300px;
    margin-top: 40px;
}

.hotSearch a {
    margin-right: 6px;
}

#formsearch input {
    outline: none;
    height: 33px;
    background: #fff;
    border: 1px solid #c8c8c8;
    line-height: 22px;
    float: left;
    width: 260px;
}

#formsearch input#keyword {
    height: 33px;
    line-height: 33px;
    padding-left: 4px;
    color: #666;
    font-size: 14px;
}

#formsearch input#s_btn {
    width: 44px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background: url(//cdn.myxypt.com/5924464f/21/11/0de26bd126fd4b1be77e1a094c7cbf6999e65753.png) no-repeat center;
    color: #fff;
    border: none;
    cursor: pointer;
}


/*头部*/
.hh1{height:27px;background:#eeeeee;overflow: hidden;}
.wel{color:#777777;font-size:13px;line-height:27px}
.kk1{color:#777777;font-size:13px;line-height:27px}
.kk1 a{color:#777777;font-size:13px;line-height:27px}

.hh2{height:159px;}
.logo{line-height:120px;}
.sou{margin-left: 75px;}
.tel{float:right;margin-top:50px;line-height:26px;}


/*é¡µé¢åº•éƒ¨*/
.dff {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: #03479C;
    height: 310px;
    overflow: hidden;
}

.df_con {
    width: 1200px;
    margin: 0 auto;
    padding-top: 70px;
}

.dff1 {
    width: 515px;
    float: left;
}

.guanci {
    color: #ffffff;
    font-size: 24px;
    font-weight: normal;
}

.zhu {
    display: block;
    color: #deecff;
    font-size: 14px;
    line-height: 30px;
    margin-top: 25px;
    height: 30px;
}

.zhu a {
    color: #deecff;
    font-size: 14px;
    line-height: 30px
}

.p1 {
    font-size: 16px;
    line-height: 16px;
}

.dz {
    padding-top: 31px;
    border-top: 1px solid #2968b8;
}

.dz a {
    color: #deecff;
}

.tel2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.k1 {
    color: #deecff;
    font-size: 14px;
    line-height: 30px
}

.k1 a {
    color: #deecff;
    font-size: 14px;
    line-height: 30px
}

.k1 a:hover {
    color: #b99562;
}

.zhu a:hover {
    color: #b99562;
}

.lx {
    margin-bottom: 15px;
}

.dz {
    font-size: 14px;
    color: #deecff;
    line-height: 22px;
}

.ft2 {
}

/*çƒ­é—¨æœç´¢*/

.hotSearch {
    height: 24px;
    line-height: 24px;
    font-weight: normal;
    color: #deecff;
    font-size: 14px;
    margin-top: 20px;
}

.hotSearch a {
    margin-right: 6px;
    color: #deecff;
    font-size: 14px;
}

.hotSearch a:hover {
    color: #b99562;
}


.dff2 {
    float: left;
    margin-left: 50px;
    width: 160px;
    height: 160px;
    /* background: #2f75d1; */
    text-align: center;
    line-height: 160px;
}

.dff3 {
    float: right;
    color: #fff;
}

.cop {
    color: #ddebfe;
    float: left;
}

.cop a{color: #ddebfe;}


.ban {
    color: #ddebfe;
    float: right;

}
.ban a{color: #ddebfe;}

#footer {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 8px;
    border-top: 2px solid #eee;
    margin-top: 15px;
}

#footer a {
    color: #666;
}

#footer a:hover {
    color: #b99562;
    text-decoration: none;
}

.nav_foot {
    text-align: center;
    line-height: 24px;
    color: #666;
}

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