html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
    font-family: Microsoft Yahei,"Times New Roman",Georgia,Serif; 
}

html,body{
    width: 100%;
    height: 100%;
    min-width: 1200px;
    max-width: 1920px;
}
ol,ul {
    list-style: none;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
}
a{
    text-decoration: none;
    cursor: pointer;
}
/*a:hover{
    color:#000!important;
}*/
img{
    border: none;
}
textarea{
    resize: none;
    outline: none;
}
input{
    outline: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* header */
.mainHeader{
    width: 100%;
}

.headerWrap{
    width: 100%;
    height: 40px;
    background: #404040;
    /* overflow: hidden; */
}
.header{
    width:1190px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
a{
    color:#fff;
}
.headerLeft{
    width: 50%;
    height: 100%;
    line-height: 40px;
    font-size: 12px;
    color: #fff;
    float: left
}
.headerLeft span{
    height: 100%;
    line-height: 40px;
    display: block;
    float: left;
    margin-right: 16px;
}
.headerRight{
    width: 50%;
    height: 100%;
    line-height: 40px;
    font-size: 12px;
    color: #fff;
    float: left
}
.login{
    width: 45%;
    /* overflow: hidden; */
    float: left;
}
.language{
    width: 54%;
    float: left;
    overflow: hidden;
}
.headerRight>.login span{
    height: 100%;
    line-height: 40px;
    display: block;
    float: right;
    margin-right: 16px;
}
.hand{
    cursor: pointer;
    position: relative;
}
.headerRight>.login span>img{
    width: 22px;
    height: 18px;
    display: block;
    float: left;
    margin-top: 10px;
}
.headerRight>.language span{
    height: 100%;
    line-height: 40px;
    display: block;
    float: left;
    margin-right: 8px;
}

.headerRight>.login span>.handImg{
    width: 135px;
    height: 135px;
    position: absolute;
    top: 30px;
    z-index: 200000;
}
.headerRight>.login span>.handImgweixin{
    left: -50px;
    display: none;
}
.headerRight>.login span>.handImgweibo{
    left: -50px;
    display: none;
}

/* 返回顶部 */
.fanhuidingbu{
    width:44px;
    height:44px;
    position: fixed;
    bottom: 100px;
    right:40px;
    display: none;
    z-index: 1000;
    cursor: pointer;
    background: url('/public/protal/images/top.png') no-repeat center;
    background-size: cover;
}
.fanhuidingbu:hover{
    background: url('/public/protal/images/top-on.png') no-repeat center;
    background-size: cover;
}


/* footer */
.mainFooter{
    background: #013145;
    padding-top: 20px;
    box-sizing: border-box;
    color:#fff;
}
.mainFooter .footerTop{
    width: 1195px;
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    padding:20px 0px 20px 220px;
    position: relative;
}
.customerHotline{
    position: absolute;
    left: 0px;
    top: 20px;
    width: 180px;
    height: 150px;
    text-align: center;
}
.footerLogo{
    width: 124px;
    height: 111px;
    background: url("/public/protal/images/footer_logo.png") no-repeat 0px 0px;
    margin: 14px auto;
    display: block;
}
.footerLogoEn{
    width: 57px;
    height: 57px;
    background: url("/public/protal/images/en/footer_logo.png") no-repeat 0px 0px;
    margin: 0px auto;
    margin-bottom: 14px;
    display: block;
}
.footerLogoZHT{
    width: 124px;
    height: 111px;
    background: url("/public/protal/images/footer_logo_ZHT.png") no-repeat 0px 0px;
    margin: 14px auto;
    display: block;
}
.footerTop .caption{
    font-size: 16px;
}
.customerHotline p {
    font-size: 14px;
}
.aboutAsList{
    float: left;
    width: 154px;
    overflow: hidden;
    box-sizing: border-box;
    /*padding-right: 40px;*/
}
.aboutAsList h4{
    font-size: 16px;
    margin-bottom: 15px; 
}
.aboutAsList p{
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}
.footerTop .code{
    float: left;
    width: 350px;
    height: 150px;
    box-sizing: border-box;
}
.footerTop .codeList{
    float: right;
    width: 170px;
    height: 135px;
    box-sizing: border-box;
}
.codeOne{
    background: url("/public/protal/images/stone_forest _tourism_code.jpg") no-repeat right 0px;
}
.codeTwo{
     background: url("/public/protal/images/footer_code.png") no-repeat right 0px;
}
.mainFooter .footerBottom{
    width: 100%;
    height: 84px;
    padding-top: 20px;
    box-sizing: border-box;
} 
.mainFooter .footerBottom p {
    font-size: 12px;
    text-align: center;
    color: #c5c4c4;
    height: 22px;
    line-height: 22px;
}
.mainFooter .footerBottom p span{
    margin-right:10px; 
}
.footerBottom .tagIcom{
    display: inline-block;
    width: 15px;    
    height: 25px;
    vertical-align: middle;
    background: url("/public/protal/images/footer_tag.png") no-repeat 0px 0px;
}
.footerTop a{
    color: #c5c4c4;
}
.footerTop a:hover{
    color: #1bb1b6;
}

/* EN样式 */
/* enHeader */
.enMainHeader{  
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
.enMianCenter{
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    position: relative;
}
.enMainCenterBox{
    width: 100%;
    height: 50px;
    position: relative;
    top: 58px;
    background: url('/public/protal/images/en/header_bg.png') no-repeat center;
    background-size: cover;
}
.enMainChoseBoxFirst{
    width: 117px;
    height: 50px;
    float: left;
    position: relative;
}
.homeIcon{
    width:18px;
    height: 17px;
    display: block;
    background: url('/public/protal/images/en/home.png')  no-repeat center;
    background-size: cover;
    position: absolute;
    top: 15px;
    right: 10px;
}
.enMainChoseBox{
    width: 200px;
    height: 50px;
    float: left;
    cursor: pointer;
    position: relative;
}
.enMainChoseBoxFourth{
    margin-left: 160px;
}
.enMainChoseBoxTop{
    width: 100%;
    height: 50px;
}
.enMainTopText{
    width: 120px;
    height: 50px;
    line-height: 50px;
    display: block;
    float: left;
    font-size: 14px;
    color: #333;
    text-align: right;
    padding-right: 6px;
    box-sizing: border-box;
    font-weight: 600;
}
.enMainTopTextLast{
    width: 100%;
    text-align: center;
}
.enMainTopIcon{
    width: 14px;
    height: 7px;
    display: block;
    float: left;
    margin-top: 21px;
    background: url('/public/protal/images/en/down.png') no-repeat center;
    background-size: cover;
}
.enMainChoseBoxList{
    width: 220px;
    height: auto;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
    position: absolute;
    top: 50px;
    left: -10px;
    z-index: 900;
    background: rgba(0, 0, 0,.5);
    display: none;
}
.enMainChoseBoxLi{
    width: 100%;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #ffffff80;
    color: #fff;
}
.enMainChoseBoxLi:last-child{
    border-bottom: none;
}
.enMainChoseBoxLi:hover{
    color: #1bb1b6;
}

.enMainCenterLog{
    width: 134px;
    height: 138px;
    position: absolute;
    top:0px;
    left:50%;
    margin-left: -67px;
    z-index: 999;
    background: url('/public/protal/images/en/en_logo.png') no-repeat center;
    background-size: cover;
}
.footerTop .enCodeWrap{
    width: 290px;
}
.footerTop .enCodeWrap .codeList {
    float: right;
    width: 135px;
    height: 135px;
    box-sizing: border-box;
  	margin-left: 10px;
}
.footerTop .enCodeWrap .codeOne {
    background: url(/public/protal/images/stone_forest_tourism_code.jpg) no-repeat center;
    background-size: contain;
}
.footerTop .enCodeWrap .codeTwo {
    background: url(/public/protal/images/footer_code.png) no-repeat center;
    background-size: contain;
}
/*法语*/
.enMainCenterLogFr{
    width: 134px;
    height: 138px;
    position: absolute;
    top:0px;
    left:50%;
    margin-left: -67px;
    z-index: 999;
    background: url('/public/protal/images/fr/fr_logo.png') no-repeat center;
    background-size: cover;
}
.enMainRight{
    width: 114px;
    height: 34px;
    line-height: 34px;
    background: rgba(255, 255, 255,.5);
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    color: #333;
}
.rightIcon{
    width: 14px;
    height: 7px;
    position: absolute;
    top:14px;
    right: 8px;
    background: url('/public/protal/images/en/down.png') no-repeat center;
    background-size: cover;
}
.enMainRightList{
    width: 114px;
    padding: 0 5px;
    background: rgba(51, 51, 51,.5);
    border-top:2px solid #ffffff80; 
    box-sizing: border-box;
    position: absolute;
    top: 34px;
    right: 0;
    display: none;
}
.enMainRightList a{
    width: 100%;
    height: 34px;
    display: block;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    border-top:1px solid #ffffff80; 
    cursor: pointer;
}
.enMainRightList a:first-child{
    border: none;
}
.enMainRightList a:hover{
    color: #1bb1b6;
}

.enCustomerHotline{
    position: absolute;
    left: 0px;
    top: 20px;
    width: 230px;
    height: 150px;
    text-align: left;
}
.enFooterTopIcon{
    padding-left: 50px;
    box-sizing: border-box;
}
.contentBottom{
    width: 100%;
    height: 170px;
    padding: 24px 0px;
    border-top: 10px solid #eee;
}
.bottomBox{
    width: 1190px;
    height: 170px;
    margin: 0 auto;
    background: url('/public/protal/images/int.png') no-repeat center;
    background-size: cover;
}
.enAboutAsList{
    float: left;
    width: 200px;
    overflow: hidden;
    box-sizing: border-box;
    margin-left: 20px;
}
.enAboutAsList p{
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.footerTop .enAboutAsList a{
    color: #fffef8;
    width: 100%;
}
.footerTop .enAboutAsList p a{
    color: #c6c9ce;
}
.footerTop .enAboutAsList a:hover{
    color: #1bb1b6;
}
.enIconPhone{
    width: 16px;
    height: 11px;
    display: inline-block;
    background: url('/public/protal/images/en/en-phone.png') no-repeat center;
    background-size: cover;
}
.enIconEmail{
    width: 16px;
    height: 11px;
    display: inline-block;
    background: url('/public/protal/images/en/en-email.png') no-repeat center;
    background-size: cover;
}
/* 无搜索结果部分 */
.searchNone{
    width: 500px;
    height: calc(100% - 357px);
    margin: 0 auto;
    margin-top: 100px;
}
.searchNone img{
    width: 193px;
    height: 134px;
    display: block;
    margin: 0 auto;
}
.searchNoneTextWrap{
    width: 329px;
    margin: 20px auto;
    overflow: hidden;
}
.searchNoneText{
    width: 329px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    margin: 0 auto;
    color: #6a6a6a;
    text-align: center;
}
/* 日文 */
.footerLogoJp{
    width: 57px;
    height: 57px;
    background: url("/public/protal/images/en/footer_logo.png") no-repeat 0px 0px;
    margin: 0px auto;
    margin-bottom: 14px;
    display: block;
}
/*全局分享样式*/
.global-share{
    width:44px;
    height:44px;
    position: fixed;
    top: 350px;
    right:150px;
    z-index: 1200;
    cursor: pointer;
}
/* 头部搜索框 */
.headerSearchWrap{
    width: 200px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -100px;
}
.headerSearch{
    width: 200px;
    height: 32px;
    padding: 0 10px;
    border: 1px solid #fff;
    border-radius: 15px;
    box-sizing: border-box;
    background: #fff;
    margin-top: 4px;
}
.headerSearchInput {
    width: 155px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    display: block;
    float: left;
    border: none;
}
.icont-search {
    width: 20px;
    height: 20px;
    margin: 5px auto;
    background: url(/public/protal/images/secrvh.png) no-repeat center center;
    background-size: 100%;
    display: block;
    float: right;
    outline: none;
    border: none;
    cursor: pointer;
}

/* loading朦板 */
.loadWrap{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    border-radius: 3px;
    background: rgba(53, 53, 53,.6);
    display: none;
}
.loadWrap>img{
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    border-radius: 3px;
}

/* 底部备案号修改样式 */
.footerBottomLine{
	/* width: 490px; */
	width: 700px;
    margin:  0 auto;
}
.footerBottomLine>span{
    display: block;
    float: left;
}
.footerBottomLine>span img{
    display: block;
    float: left;
    margin-top: 2px;
    margin-right: 5px;
}
.footerBottomLine>span span{
    display: block;
    float: left;
    color:#c5c4c4; 
}

.footerBottomLineEn>span a{
	color:#c5c4c4; 
}

/* 天气定位 */
.weatherWrap {
    width: 300px;
    height: 90px;
    position: fixed;
    top: 150px;
    right: 20px;
    z-index: 900;
}
/*html {
  -webkit-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(graysale=1);
}*/
