@charset "utf-8";
/*基本共用*/
/*reset  begin*/
html {
    overflow-x:auto;
    overflow-y:scroll;
}
body {
    background-color:#F4EFF6;
    color:#333333;
    font-size: 12px;
    font-family:'Microsoft Yahei', Lucida, 'MgOpen Cosmetica', 'Lucida Sans Unicode','宋体','宋体', sans-serif;
}
body,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,p,blockquote,th,td,label,textarea,span,p,button
,h1, h2, h3, h4, h4, h5{
    margin:0;
    padding:0;
}
dl,dt,dd,ul,li{
    list-style:none;
    list-style-type:none;
}
img{
    border:0;
}
a {
    text-decoration: none;
}
ol, ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
caption, th {
    text-align:left;
}
a:focus {
    outline:none;
}
/*reset  end*/



/*当浏览器版本是IE9以下时，提醒用户begin*/
.broLow {
    padding: 13px 20px;
    color: #8A6D3B;
    background: #FCF8E3;
}
.broLow strong {
    color: #8A6D3B;
}
.broLow a {
    color: #666666;
}
.broLow a:hover {
    color: #D14876;
}
.broLow .close {
    float:right;
    font-size:21px;
    font-weight:bold;
    line-height:1;
    color:#333333;
    text-shadow:0 1px 0 #fff;
    opacity:.2;
    filter:alpha(opacity=20);
    padding:0;
    cursor:pointer;
    background:transparent;
    -webkit-appearance:none;
    outline: none;
    border: 0;
}
.broLow .close:hover,
.broLow .close:focus {
    color:#333333;
    text-decoration:none;
    cursor:pointer;
    opacity:.5;
    filter:alpha(opacity=50);
    outline: none;
}
/*当浏览器是IE9以下时，提醒用户end*/




/*返回顶部  begin*/
.returnTop {
    display: none;
    z-index: 666666;
    position: fixed;
    right: 0px;
    bottom: 80px;
    width: auto;
    height: 35px;
    padding: 0px 12px;
    margin-right: -61px;
    line-height: 35px;
    font-size: 12px;
    color: #63626D;
    cursor: pointer;
    overflow: hidden;
    background: #FFF;
    border: 1px solid #E9E9E9;
    -webkit-border-radius: 5px 0 0 5px;
       -moz-border-radius: 5px 0 0 5px;
        -ms-border-radius: 5px 0 0 5px;
         -o-border-radius: 5px 0 0 5px;
            border-radius: 5px 0 0 5px;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.returnTop:hover {
    margin-right: 0px;
}
.returnTop:before {
    content: "";
    display: inline-block;
    position: relative;
    top: -1px;
    width: 16px;
    height: 16px;
    margin-right: 9px;
    overflow: hidden;
    cursor: pointer;
    vertical-align: middle;
    background: url("../images/tourTvTwoNew/returnTopNew.png") no-repeat;
}
/*返回顶部  end*/





/*头部搜索框  begin*/
.header {
    width: 100%;
    height: 110px;
    overflow: hidden;
    background-color: #099900;
}
.headerCen {
    width: 1140px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.headerCen img {
    float: left;
    display: inline;
    width: 147px;
    height: 50px;
    margin-top: 26px;
    outline: none;
    border: 0;
    overflow: hidden;
}
.headerCen span {
    float: left;
    display: inline;
    margin: 44px 0px 0px 20px;
    color: #FFF;
    font-size: 14px;
    overflow: hidden;
}
.headerCen .search {
    float: right;
    display: inline;
    width: auto;
    height: auto;
    margin-top: 29px;
    overflow: hidden;
    border: #49BF9D solid 3px;
}
.headerCen .search input[type="text"] {
    float: left;
    display: inline;
    width: 410px;
    height: 40px;
    padding: 0px 8px;
    line-height: 40px\9;
    outline: none;
    border: 0;
    overflow: hidden;
    background-color: #FFF;
}
.headerCen .search button {
    float: left;
    display: inline;
    height: 40px;
    line-height: 43px;
    padding: 0px 18px;
    font-size: 24px;
    color: #FFF;
    overflow: hidden;
    border: 0;
    outline: none;
    cursor: pointer;
    background-color: #49BF9D;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
/*头部搜索框  end*/



/*顶部一级导航  begin*/
.nav {
    height: 54px;
    width: 100%;
    overflow: hidden;
    background-color: #099900;
}
.navCen {
    position: relative;
    width: 1140px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.navCen .navSelected {
    position: absolute;
    top: 0;
    width: 103.5px;
    height: 54px;
    overflow: hidden;
    background-color: #49BF9D;
}
.navCen a {
    position: relative;
    float: left;
    display: inline;
    width: 103.5px;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    color: #FFF;
    outline: none;
    border: 0;
    text-align: center;
    overflow: hidden;
}
/*顶部一级导航  end*/


/*页脚 begin*/
.footer {
    width: 100%;
    margin-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
    border-top: #49BF9D solid 2px;
}
.footer .content {
    width: 1140px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.fooTSpan {
    display: inline-block;
    padding: 4px 23px;
    margin: 25px 0px;
    font-size: 24px;
    background-color: #099900;
    color: #FFF;
    overflow: hidden;
}
.fooTAs {
    height: 150px;
    overflow: hidden;
}
.fooTAs a {
    float: left;
    display: inline;
    width: 116px;
    height: 66px;
    margin: 0px 5px 15px;
    overflow: hidden;
}
.hr3 {
    display: block;
    height: 1px;
    margin: 40px auto;
    border: 0;
    background-color: #49BF9D;
    overflow: hidden;
}
.contentPs {
    font-size: 12px;
    color: #333333;
    line-height: 23px;
    overflow: hidden;
    text-align: center;
}
.contentPs span {
    margin-right: 13px;
}
.contentPs a {
    color: #333333;
}
.contentPs a:hover {
    color: #01764A ;
    text-decoration: underline;
}

/*页脚 end*/



body,
html {
    width: 100%;
    height: 100%;
    min-width: 1140px;
    _width:expression((document.documentElement.clientWidth||document.body.clientWidth)>1140?"1140px":"");
}

