/*公共的css*/
/*初始化的css*/
*{margin:0; padding:0; font-family:微软雅黑,Arial, Helvetica, sans-serif;letter-spacing:1px; }
a{ color:#333; text-decoration:none;}
a:hover{text-decoration: none}
ul, ol{list-style-type:none;}
img{border:0; max-width:100%;}
.container{ margin:0 auto; position:relative;}
.w1220{width:1220px; margin:0 auto; }
.clear{clear:both;}
body{ overflow-x:hidden; }
h1, h2, h3, h4, h5, h6,b{ font-weight:normal;}
input, textarea,select{outline:medium;}
p{ text-align:justify;}
.fl{ float:left;}
.fr{ float:right;}

@media (min-width: 1200px){
    .container {
        width: 1400px;
    }
}
/*定义背景图片*/
/*#Mycanvas{
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -1;
}*/

#Mycanvas{
    position: absolute;
    top: 800px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 950px;
}
#MycanvasTwo{
    position: absolute;
    top: 800px;
    left: 0;
    z-index: -1;

    width: 100%;
    height: 950px;
}
body{
    padding-top: 100px;
}






#navRight p a{
    width: 100%;
    height: 100%;
    display: inline-block;
}
#navRight p span{
    width: 0px;
    height: 50px;
    display: inline-block;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 26px;
    background: #2a4f9f;
    z-index: -1;
    line-height: 50px;
    border-radius: 50px 0 0 50px;
    transition: all 0.3s;
    overflow: hidden;
}
#navRight p:hover span {
    width: 220px;
    left: -193px;
}


/*右侧导航搜索区域*/
#navRight p:nth-child(6){  background: url("../img/navRight6.png") no-repeat center  #2a4f9f; }
#navRight p input{
    width: 0px;
    height: 50px;
    display: inline-block;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 26px;
    background: #2a4f9f;
    z-index: -1;
    line-height: 50px;
    border-radius: 50px 0 0 50px;
    transition: all 0.3s;
    overflow: hidden;
    border: none;

}
#navRight p:hover input {
    width: 220px;
    left: -193px;
    padding: 0 30px;
    box-sizing: border-box;
}
#navRight p input::-webkit-input-placeholder {
    color: #fafafa;
    font-size: 12px;
    text-align: left;
 }




/*pc端右侧导航条的内容区域*/
#rightNavPC{
    z-index: 100000 !important;
}
.rightNavPCbg{
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgba(0,0,0,0.2);
    z-index: 10001;
    position: fixed;
    top: 0;right: 0;
    display: none;
}
#rightNavPC {
    width: 300px;
    height: 100%;
    display: inline-block;
    position: fixed;
    z-index: 10005;
    background: rgba(27, 130, 202, 0.9);
    top: 0;
    right: -400px;
    box-shadow: -2px 0 2px #5a5a5a8c;
}
#rightNavPC .logo{
    padding: 24px;
    display: inline-block;
    box-sizing: border-box;
    margin:  0 ;
}

#rightNavPC ul{
    height: 100%;
   /* overflow-y: auto;*/
}
#rightNavPC>ul>li>a{
    background: url("../img/aleftB.png") no-repeat 95% center;
    background-size: 10px;
}
#rightNavPC>ul>li.active>a {
    background: url(../img/aleftT.png) no-repeat 95% center #1472b1;
    background-size: 10px;
}
#rightNavPC a{
    display: block;
    color: #fff;
    font-size: 16px;
    padding:0 24px;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #84a6c773;
    box-sizing: border-box;
}
#rightNavPC>ul>li>a:hover{
    background-color:#1472b1;
}


#rightNavPC a i{
    margin: 0 7px 0 0;
}
#rightNavPC ul li ul li {
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
}
#rightNavPC ul li.active  ul li{
    height: 44px;
}
#rightNavPC ul li.active  ul li a{
    padding: 0 0 0 50px;
}
#rightNavPC ul li.active  ul li a:hover{
    background-color:#1472b1;
}
#rightNavPC .closeRightNav{
    z-index: 11000;
    width: 32px;
    height: 84px;
    font-size: 14px;
    position: absolute;
    top: 36%;
    left: -32px;
    color: #fff;
    line-height: 84px;
    text-align: center;
    border-radius: 4px 0 0 4px;
    background: rgba(27, 130, 202, 0.9);
    cursor: pointer;
    border-right: 1px #2577b5 solid;
    box-shadow: -2px 0 2px #5a5a5a8c;

}







/*pc端页头中的导航*/
.headerNav{
    padding: 0 0 0 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    /*background:rgba(0,0,0,0.25);*/
}

.headerNav.active .container .navRight ul.navbar>li>ul{
    background: #fff;
    box-shadow: 0 3px 5px #636363;
    border-top: none;
}
.headerNav.active {
    background: #fff;
    box-shadow: 0 0 5px #c5c5c5;
}

.headerNav.active .container .navRight ul.navbar>li:hover>ul{
    border:1px #c1c1c1 solid;
    border-top: none;

}




.headerNav .container{
    padding: 0 40px 0 60px;
    width: 100%;
}
.headerNav .container .core{
    height: 100px;
    padding: 20px 0 0 0;
}

.headerNav .logo{
    margin-top: 8px;
}




.headerNav .container .navRight.navbar-right{
    margin: 0;
    padding: 0;
    float: none !important;
    height: 82px;
}
.headerNav .container .navRight ul.navbar{
    display: inline-block;
    margin: 0 0 0 50px;
    padding: 14px 6px 0 0;
    height: 100%;

    border: none;
}
.headerNav .container .navRight ul.navbar>li{
    display:inline-block;
    float: left;
    position: relative;
    height: 100%;
    z-index: 10000;
}

.headerNav .container .navRight ul.navbar>li>a{
    padding: 5px 22px;
    display: inline-block;
    border-radius: 8px;
    color: #666666;
    font-size: 16px;
    height: 100%;
}

.headerNav .container .navRight ul.navbar>li:hover>a,
.headerNav .container .navRight ul.navbar>li.active>a{
    color: #3c9de0;
}


.headerNav .container .navRight ul.navbar>li>ul{
    width: 1200px;
    /*padding: 16px 40px;*/
    /*height: auto;*/
    /*border: 1px #e5e5e5 solid;*/
    opacity: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;

    background:rgba(0,0,0,0.25);

    box-shadow: 1px 1px 1px #d2d2d2;
    position: absolute;
    top: 66px;
    left: -420px;
    box-sizing: border-box;
    border-radius: 0 0 3px 3px;
    z-index: 100;

}
.headerNav .container .navRight ul.navbar>li>ul {
    left: -20px;
    width: 144px;
    text-align: center;
}

.headerNav .container .navRight ul.navbar>li>ul>li{
    width: 16.2%;
    overflow: hidden;
    display: inline-block;
    vertical-align: text-top;
}
.headerNav .container .navRight ul.navbar>li>ul li{
    width: 100%;
    display: block;
}
.headerNav .container .navRight ul.navbar>li:hover>ul{
    opacity: 1;
    padding: 16px 40px;
    height: auto;
    border: 1px #e5e5e5 solid;
}
.headerNav .container .navRight ul.navbar>li:hover>ul {
    padding:0;
}



.headerNav .container .navRight ul.navbar>li>ul>li>a{
    display: block;
    line-height: 36px;
    font-weight: normal;
    color: #333;
    font-size: 14px;
    padding: 0 10px;
}
.headerNav .container .navRight ul.navbar>li>ul>li>a.activeOn{
    color: #3c9de0;

}

.headerNav .container .navRight ul.navbar>li>ul>li>a:hover{
    color: #3c9de0;
}


.headerNav .borderB {
    width: 64px;
    display: inline-block;
    height: 2px;
    background: #3c9de0;
    position: fixed;
    top: 86px;
    left: -100px;
    z-index: 1000;
}



.headerNav .container .navRight  .SoSo{
    width: 340px;
    display: inline-block;
    float: right;
    padding: 16px 0 0 0;
}
.headerNav .container .navRight  .SoSo p.navA{
    display: inline-block;
    float: left;
    margin: 5px 0 0 0;
}
.headerNav .container .navRight  .SoSo p.navA a{
    font-size: 16px;
    color: #fff;
    margin: 0 8px 0 0;
}
.headerNav .container .navRight  .SoSo p.navA a:hover{
    text-decoration: underline;
}
.headerNav .container .navRight  .SoSo .NavIMG{
    float: right;
    margin: 0 24px 0 0;
}


.headerNav .container .navRight  .SoSo  #NavIMGBtn{
    margin: 0 0 0 16px;
}
.headerNav .container .navRight  .SoSo  #NavIMGBtn i{
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url("../img/navRight.png")  no-repeat center;
    background-size: contain;
    margin: 0 4px 0 0 ;
}
.headerNav .container .navRight  .SoSo  #NavIMGBtn span{
    display: inline-block;
    vertical-align: top;
    margin: 6px 0 0 0;
    color: #fff;
}



/*滑动下面的css*/
.headerNav.active .container .navRight  .SoSo  #NavIMGBtn i{
    background: url("../img/navRight1.png")  no-repeat center;
    background-size: contain;
}
.headerNav.active .container .navRight  .SoSo  #NavIMGBtn span {
   color: #333;
}




/*手机端顶部导航*/
.xf{ background:#fff; border-top:1px solid #e6e6e6; position:fixed; width:100%; bottom:0; left:0;z-index:9999;padding: 10px 0 0 0;}
.xf li{ float:left; width:33.3333%; text-align:center; }
.xf li img{ width: 20%}
.xf li span{ display:inline-block; width: 100%; overflow:hidden;}
.xf li p{ text-align:center; color:#666; font-size: 12px;    margin: 0;}
.xf li:last-child p{ color:#3c9de0;}


#mobile.header {
    height: 44px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #333;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
}
#mobile.header.bg { background: #124a59; }
#mobile.header .title {
    float: left;
    height: 40px;
    line-height: 40px;
    color: #fff;
    width: 100%;
    text-align: center;
}
#mobile.header select{
    border: none;
    background: transparent;
    color: #fff;
    font-size: 14px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/select-icon.png) no-repeat center right;
    letter-spacing: 0.04rem;
    padding: 0 13px;
    background-size: 8px;
    height: 100%;
}
#mobile.header select option{background: transparent;}
#mobile.header .kf {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;

}
#mobile.header .kf a { display: inline-block; width: 100%; height: 100%; background: url(../img/kf.png) no-repeat center; background-size:56%;}

#mobile .nav-btn { color: #231f20;
    height: 40px;
    text-align: center;
    width: 40px;
    position: absolute;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 6px 0 0 0;
}
#mobile .nav-btn>img{width: 74%}
#mobile .nav-btn:hover { cursor: pointer; }
#mobile .nav-btn span { position: absolute; left: calc((100% - 0.55rem) / 2); top: calc((100% - 4px) / 2); width: 0.6rem; height: 0.05rem; background-color: #fff; }
#mobile .nav-btn span:nth-child(1) { transform: translateY(0.2rem) rotate(0deg); }
#mobile .nav-btn span:nth-child(2) { transform: translateY(0px) rotate(0deg); }
#mobile .nav-btn span:nth-child(3) { transform: translateY(-0.2rem) rotate(0deg); }
#mobile .nav-active span { background: #666; }
#mobile .nav-active span:nth-child(1) { animation-duration: 0.5s; animation-fill-mode: both; animation-name: clickfirst; }
#mobile .nav-active span:nth-child(2) { display: none; }
#mobile .nav-active span:nth-child(3) { animation-duration: 0.5s; animation-fill-mode: both; animation-name: clicksecond; }

.nav-active{ left: 7.5rem;}
.nav { position: absolute; width:66%; z-index: 999; top: 0; left:-100%; opacity:0; background:rgba(255,255,255,.95); border-top: 1px solid #b6b6b9;  transition: all 0.3s linear 0s;}
.nav.on{
    left: 0;
    opacity: 1;
    z-index: 20000;
    min-height: 500px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
    padding: 0 0 60px 0;
}
.nav.on img{
    width: 30px;
    display: inline-block;
    float: right;
}
.mobileNavLeftBtnClose{
    margin: 4px 4px 0 0 ;
}
.nav .logo{ margin:40px 6px 16px 16px; overflow:hidden;}
.nav .logo img{  width: 70%; float: left;}

#mobile.header .navlogo{
    height: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;

}
#mobile.header .navlogo a img{
    height: 100%;
    display: inline-block;
    width: auto;
    padding: 7px 0;
}




.nav-list{ margin-left:20px;}
.nav-list li a{ font-size:16px; color:#000; line-height: 30px;text-decoration: none;letter-spacing: 0.5px;}
.nav-list li span{ display:none;}
.nav-list li.on a{ font-weight:bold;}
.nav-list li dl{ opacity:0; height:0; overflow:hidden; margin:0 0 0 20px;transition: all 0.3s linear 0s;}
.nav-list li.on dl{ opacity:1; height:auto;}
.nav-list li.on dl dd:first-child{
    margin: 4px 0 0 0;
}
.nav-list li.on dl dd:last-child{
    margin:0 0 4px  0;
}
.nav-list li dl dd span{  width: 2.5rem;}
.nav-list li dl dd i{
    display: none;
    background: url(../img/ry-icon3.png) no-repeat center;
    background-size: 5px;
    width: 8px;
    height: 20px;
    float: left;
    margin: 3px 3px 0 0;
}
.nav-list li dl dd.active i{display:inline-block; }
.nav-list li dl dd a, .nav-list li.on dl dd a, .nav-list li.on span{ font-weight:normal; font-size:14px;line-height: 25px;    color: #333;}
.nav-list li dl dd.active a{color: #4767aa;}
.nav-list li dl dd.active span{ display:inline-block;}





/*手机端的搜索按钮样式*/
.seachBox{
    width: 100%;
    height: 24px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 0px;
    padding: 0 10px;
    display: none;
}
.seachBox input{
    width: 100%;
    line-height: 26px;
    height: 26px;
    color: #666;
    font-size: 12px;
    padding: 0 24px 0 12px;
    border:1px #e6e6e6 solid;
}
.nav.on .seachBox img{
    width: 18px;
    position: absolute;
    top: 5px;
    right: 15px;
}

/*titleBig标题区域*/
.titleBig{
    display: block;
    margin: 100px 0 50px 0;
    text-align: center;
}

.titleBig .ename{
    font-size: 66px;
    color: #fff;
    font-weight: bold;
}
.titleBig h1.zname{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 22px 0;
    color: #333;
}
.titleBig p.Icon{
    text-align: center;
}

.titleBig2{
    display: block;
    margin: 100px 0 50px 0px;
    text-align: left;
}
.titleBig2 .ename{
    font-size: 66px;
    color: #fff;
    font-weight: bold;

}
.titleBig2 h1.zname{
    text-align: left;
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 22px 0;
    color: #333;
}
.titleBig2 p.Icon{
    display: inline-block;
    vertical-align: middle;
}



/*查看更多按钮*/
.moreLookBtn{
  /*  width: 60px;*/
    height: 60px;
    display: inline-block;
    background: #0154a4;
    text-align: center;
    transition: all 0.3s;
    line-height: 60px;
    padding: 0 20px;
}
.moreLookBtn span{
    width: 00px;
    overflow: hidden;
    height: 60px;
    font-size: 15px;
    color: #fff;
    line-height: 60px;
    display: inline-block;
    text-align: left;
    transition: all 0.4s;
    float: left;
}
.moreLookBtn:hover {
    background: #3c9de1;
}
.moreLookBtn:hover span{
    width: 180px;
}


/*列表页中的分页*/
.page{
    margin: 30px 0 80px 0;
    display: block;
    text-align: center;
}
.page .buttons.blue>div,
.page .buttons.blue>a {
    padding: 9px 14px;
    background: #fff;
    display: inline-block;
    border: 1px #dcdcdc solid;
    margin: 0 4px;
    color: #545454;
    font-size: 14px;
    padding: 9px 14px !important;
}

.page .buttons.blue .active,
.page .buttons.blue>div:hover,
.page .buttons.blue>a:hover {
    background: #3c9de0;
    color: #fff;
}



/*更多按钮*/
a.moreBtn{
    font-size: 16px;
    text-align: center;
    padding: 10px 32px;
    display: inline-block;
    margin: 32px auto 0 auto;
    color: #fff;
    background: #b79263;
}
/*位置导航区域*/
.wz{
    margin: 40px auto 40px auto ;
    padding: 0;
    color: #666666;
}
.wz img.right{
    margin: 7px 0 0 0;
    vertical-align: top;
}
.wz a{
    color: #666;
}

/*详情页中的分页*/
.fenye{
    margin: 0 0 0 0;
    padding:0 10px;
    overflow: hidden;
    display: block;
}
.fenye .InfopageBTN{
    text-align: left;
}
.fenye a{
    color: #333;
    font-size: 13px;
    text-align: center;
    line-height: 32px;
    transition: all 0.3s;
    background-size: 8px;
}
.fenye a:hover{
    color: #3c9de0;
}

/*背景图*/
img.topBG{
    position: fixed;
    top: 100px;
    z-index: -1;
    left: 0;
    width: 100%;
    height: auto;
    display: inline-block;
}





/*页脚区域*/
.footerPC{
    background: #333333;
    z-index: 1000;
    position: relative;
    color: #fff;
    padding:60px 0 40px 0;
}
.footerPC .topBox{
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.footerPC .left a.Footerlogo{
    margin: 0 0 27px 0;
    overflow: hidden;
    display: block;
}



.footerPC .left{
    padding: 0 30px 0 0 ;

}
.footerPC .left p{
    font-size: 14px;
    color: #fff;
    margin: 6px 0 0 0;
}
.footerPC .left p:last-child {
  letter-spacing: 0.2px;
}

.footerPC a{
  color: #fff;
}



.footerPC .right{
    padding: 40px 0 0 32px;
}
.footerPC .right .Info h1{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 30px 0;
}
.footerPC .right .Info p{
    margin: 8px 0 0 0;
}


.footerPC .right ul{
    width: 320px;
    display: inline-block;
    overflow: hidden;
    padding: 0px;
    margin: 0 0 0 44px;
}
.footerPC .right ul li{
    width: 25%;
    display: inline-block;
    text-align: left;
    float: left;
}
.footerPC .right ul li:nth-child(1){
    width: 100%;
}
.footerPC .right ul li:nth-child(1) a{
    margin:0 0 14px 0;

}
.footerPC .right ul li a{
    display: block;
    margin: 12px 0 0  0;
    font-size: 14px;
    color: #fff;
}
.footerPC .right ul li a:hover{
    text-decoration: underline;
}


.footerPC .right .WX{
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 26px;
}
.footerPC .right .WX p{
    display: block;
    margin: 6px 0 0 0 ;
    text-align: center;
}
.footerPC .right .WX img{
    width: 120px;
}


.footerPC .right .Info{
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 90px;
    max-width: 450px;
    border-left: 1px #fff solid;

}


/*
.footerPC .container>p{
    font-size: 12px;
    text-align: center;
    color: #fff;
}
.footerPC .container>p.name{
    margin: 30px 0 10px 0;
}
*/



/*右侧定位导航区域*/
#navRight{
    height: auto;
    position: fixed;
    top:30%;
    right:40px;
    z-index: 11111;

}
#navRight div{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin: 12px 0 0 0;
    cursor: pointer;
    background-size: auto;
    overflow: hidden;
}

#navRight div:nth-child(1){  background: url("../img/navRight0.png") no-repeat center  #3c9de0;  }
#navRight div:nth-child(2){  background: url("../img/navRight2.png") no-repeat center  #3c9de0;  }
#navRight div:nth-child(3){  background: url("../img/navRight3.png") no-repeat center  #3c9de0;  }
#navRight div:nth-child(4){  background: url("../img/navRight4.png") no-repeat center  #3c9de0;  }
#navRight div:nth-child(5){  background: url("../img/navRight5.png") no-repeat center  #3c9de0;  }

#navRight div a{
    width: 100%;
    height: 100%;
    display: inline-block;
}
#navRight div span{
    width: 0px;
    height: 50px;
    display: inline-block;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 26px;
    background: #3c9de0;
    z-index: -1;
    line-height: 50px;
    border-radius: 50px 0 0 50px;
    transition: all 0.3s;
    overflow: hidden;
}
#navRight div:hover span {
    width: 220px;
    left: -193px;
}
#navRight div:last-child:hover span {
    width: 269px;
    left: -243px;
}







@media screen and (max-width: 770px) {
    body {
        padding:44px 0 !important;
    }
}


@media screen and (max-width: 1780px) and (min-width: 1640px) {
    .headerNav .container .navRight ul.navbar {
        margin: 0 0 0 40px;
    }
    .headerNav .container .navRight ul.navbar>li>a {
        padding: 5px 14px;
    }
}
@media screen and (max-width: 1640px) {
  /*  .headerNav .container .navRight .SoSo p.navA {
        display: none;
    }*/
    .headerNav .container .navRight ul.navbar>li>a {
        padding: 5px 10px;
    }
    .headerNav .container .navRight .SoSo{
        width: auto;
    }
}


@media screen and (max-width: 1400px) {


    .container-fluid#banner .text{
        text-align: center;
        line-height: 260px;
    }
    .container-fluid#banner .text img{
        width: 70%;
    }

    .headerNav .container {
        padding: 0 14px 0 16px;
    }
    .headerNav .logo{
        width: 200px;
        display: inline-block;
        float: left;
    }

    .headerNav .container .navRight ul.navbar {
        margin: 0 0 0 0px;
    }
    .headerNav .container .navRight ul.navbar>li>a {
        font-size: 15px;
    }


}
@media screen and (max-width: 1400px) and (min-width: 1200px) {
    .container{
        width: 1200px;
    }

    .footerPC .right {
        padding: 40px 0 0 0px;
    }
    .footerPC .right .Info {
        max-width: 350px;
    }

    .footerPC .right .Info {
        padding: 0 0 0 30px;
    }
    .footerPC .right ul {
        margin: 0 0 0 20px;
    }

}







@media screen and (max-width: 1200px) {
    .container{
        width: 100%;
    }
    .headerNav .container .navRight .SoSo{
        display: none !important;
    }
    .headerNav .container .navRight ul.navbar>li>a{
        padding: 5px 5px;
    }

    .titleBig {
        margin: 50px 0 50px 0;
    }
    .titleBig .ename,
    #dome3 .titleBig .ename,
    .titleBig2 h1.zname,
    .titleBig2 .ename,
    .titleBig h1.zname {
        font-size: 30px;
    }
    .moreLookBtn {
        height: 50px;
        line-height: 50px;
    }
    .moreLookBtn span {
        font-size: 13px;
        height: 50px;
        line-height: 50px;
    }


    .footerPC .left{
        width: 100%;
    }
    .footerPC .right {
        width: 100%;
        padding: 30px 0 0 0px;
    }
    .footerPC .right .Info {
        max-width: 350px;
    }
    .footerPC .right .Info {
        padding: 0px;
        border: none;

    }
    .footerPC .right ul {
        margin: 0 0 0 20px;
    }

    .footerPC .right .Info {
        max-width: 320px;
    }
    .footerPC .right .WX img {
        width: 96px;
        margin: 7px 0 0 0;
    }
    .footerPC .right .Info h1 {
        margin: 5px 0 6px 0;
        font-size: 13px;

    }
    .footerPC .right ul li:nth-child(1) a {
        margin: 0 0 0px 0;
    }







}




@media screen and (max-width: 800px) {
    body{
        padding-top: 44px;
    }
    .nav .logo img{
        width: 150px;
    }
    .titleBig2,
    .titleBig {
        margin: 30px 0 14px 0 !important;
    }
    #dome3 .titleBig .ename,
    .titleBig2 h1.zname,
    .titleBig2 .ename,
    .titleBig h1.zname {
        font-size: 17px;
        margin: 0 0 4px 0;
    }
    .titleBig p.Icon {
        margin: 0 0 0px 0;
    }


    .moreLookBtn {
       display: none;
    }




    a.moreBtn {
        font-size: 12px;
        padding: 8px 20px;
    }
    .footerPC {
        padding: 33px 0 51px 0;
    }
    .footerPC .left a.Footerlogo img{
        width: 200px;
    }
    .footerPC .left a.Footerlogo {
        margin: 0 0 18px 0;
    }
    .footerPC .left ul li:nth-child(1) {
        margin: 20px 0 6px 0;
    }
    .footerPC .left p,
    .footerPC .left ul li:nth-child(1) a {
        font-size: 12px;
    }
    .footerPC .right ul li:nth-child(1) a {
        margin: 0 0 6px 0;
        padding: 8px 0 0 0;
        font-size: 13px;
    }

    .footerPC .topBox .left{
        padding: 0;
    }


    .footerPC .right {
        padding: 10px 0 0 0;
        margin: 20px 0 0 0;
        border-top: 1px #868686 solid;
    }
    .footerPC .right ul{
        border: none;
        display: block;
        padding: 0;
        margin: 10px 0 0 0;
        width: 70%;
        float: left;
    }
    .footerPC .right ul li{
        float: left;
        width: 33%;
    }

    .footerPC .right ul li:last-child a,
    .footerPC .right ul li:last-child a, .footerPC .right ul li a {
        margin: 0 0 4px 0;
        font-size: 12px;
    }

    .footerPC .right .WX{
        float: right;
        width: 30%;
        padding: 6px;
        box-sizing: border-box;
    }
    .footerPC .right .WX img{
        width: 100%;
        margin: 35px 0 0 0;
    }
    .footerPC .right .WX p{
        font-size: 12px;
    }

    .footerPC .right .Info {
        display: block;
        padding: 0 0 10px 0;
        border-left: none;
        max-width: none;
        border-bottom: 1px #868686 solid;
    }
    .footerPC .right .Info  p{
        font-size: 12px;
        margin: 0;
        padding: 0 0px 0 0;
        line-height: 21px;
    }


    .footerPC .container>p.name {
        margin: 14px 0 10px 0;

        padding: 14px 0 0 0;
    }

    .page {
        margin: 15px 0 50px 0;
    }
    .page .buttons.blue>div, .page .buttons.blue>a {
        margin: 0;
        padding: 4px 9px !important;
    }

    .wz {
        margin: 20px auto 35px auto;
        padding: 0 24px;
        color: #666666;
    }




}








