/* 公共 ----------------------------------------------------- */

body{color: #444;font-size: 12px;line-height: 1.5;
	font-family:"微软雅黑","Microsoft Yahei";min-width: 1200px \9;
    overflow-x: hidden;
}
a{color: #444;}
a:hover,a:active,a:focus{text-decoration: none;}
a:hover{color: #ea7a26;}
em{font-style: normal;}
img{max-width: 100%;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
input,textarea,select{font-size: 12px;color: #444;
    font-family:微软雅黑,"Microsoft Yahei","PingFangSC-Regular","PingFang Regular",sans-self;outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
input[type='submit'],input[type='reset'],input[type='button'],select{
    -webkit-appearance: none;
    appearance: none;
}

input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999; }
:-ms-input-placeholder {color: #999;}

.container{width: 980px \9;}

/*布局*/
.h{height: 10px;}
.h15{height: 15px;}
.h20{height: 20px;}
.h30{height: 30px;}
.h40{height: 40px;}
.h50{height: 50px;}
.h60{height: 60px;}
.h100{height: 100px;}
.m0{margin: 0;}
.p0{padding: 0;}
.p-lr{padding: 0 25px;}
.flr{float: right;}
.fll{float: left;}
.dn{display: none;}
.posr{position: relative;}

.fix{*zoom:1;}
.fix:after,.fix:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.z-99{z-index: 99;position: relative;}
.c{ clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.wrap{max-width: 980px;margin: 0 auto;}
.wrap2{max-width: 1220px;margin: 0 auto;}

/*图标*/

/*标题*/

/*按钮*/

/*颜色*/


/*边框*/

/* 通用模块 -------------------------------------------------- */
.g-ul{*zoom:1;}
.g-ul:after,.g-ul:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.g-ul,.g-ul li{list-style: none;margin: 0;padding: 0;}
.g-ul h4,.g-ul h5,.g-ul p{margin: 0;}


/*******************************
	-------[=顶部]-------
********************************/
#header-top{
    height: 39px;
    padding-top: 8px;
}
.top-l{
    float: left;
    font-size: 14px;
    color: #666;
}
.top-l .welcome{
    float: left;
    margin-right: 25px;
}
.top-l a{
    font-size: 14px;
    color: #666;
}
.top-l a:hover{
    color: #ea7a26;
}
.top-r{
    float: right;
}
.form-so select{ 
    width: 100px;
    height: 24px;
    border: 1px solid #d3d3d3;
    padding: 0 10px;
    background: url(../images/select.png) no-repeat right center;
}
.form-so .text{
    width: 150px;
    height: 24px;
    border: 1px solid #d3d3d3;
    padding: 0 10px;
    margin-left: 7px;
}
.form-so .button{
    background-color: #fa7233;
    width: 48px;
    height: 24px;
    border: none;
    color: #fff;
    margin-left: 6px;
}
/*******************************
    -------[=头部]-------
********************************/
#header{
    height: 425px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
.logo{
    max-width: 219px;
    margin-top: 25px;
}
.logo .img2{
    display: none;
}
.menuBtn{
    display: none;
    position: fixed;
    z-index: 21;
    right: 0;
    width: 30px;height: 30px;margin:10px 10px 0 0;cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 4px;background-color: #fff;
    margin: 4px 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 0px;top: 50%;margin-top: -5px;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}
.mo-nav{
    position: fixed;
    top: 0;
    left: -252px;
    bottom: 0;
    padding: 10px 0;
    width: 252px;
    background-color: #2a2e32;
    z-index: 150;
    font-size: 14px;
    overflow-y: auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.mo-nav.on{
    left: 0;
}
.mo-nav li a{
    padding-left: 20px;
    display: block;
    width: 100%;
    line-height: 36px;
    color: #fff;
    border-bottom: 1px solid #5e6467;
}
.mo-nav dl{
    margin-bottom: 0;
    display: none;
}
.mo-nav dd a{
    font-size: 13px;
    line-height: 32px;
    padding-left: 40px;
}
.mo-login{
    text-align: center;
    color: #fff;
}
.mo-login a{
    display: inline-block;
    color: #fff;
    line-height: 42px;
    padding: 0 15px;
}
/*******************************
	-------[=导航]-------
********************************/
.nav{
    position: absolute;
    right: 0;
    bottom: 32px;
    height: 70px;
    background: url(../images/tix.png) no-repeat left center;
    border-bottom: 8px solid #ff8b55;
    padding-right: 19%;       
}
.nav ul{
    padding-left: 70px;   

}
.nav li{
    float: left;
}
.nav li > a{
    display: inline-block;
    font-size: 16px;
    color: #333;
    padding: 19px 10px;
}
.nav li > a:hover,
.nav li.on > a{
    color: #f97437;
    font-weight: bold;
}
.nav dl{
    display: none;
    margin-bottom: 0;
    position: absolute;
    background: url(../images/dl-bg.jpg) repeat-x top left;
    background-size: auto 100%;
    border-top: 5px solid #ff8b55;
    z-index: 5;
}
.nav dd a{
    display: block;
    line-height: 39px;
    padding: 0 28px;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid #fc9566;
}
.nav dl dd:last-child a{
    border-bottom: none;
}
.nav dd a:hover{
    text-decoration: underline;
}
/*******************************
    -------[=底部]-------
********************************/
#fd{
    padding: 26px 0;
    background-color: #fa7233;
}
.fd-logo{
    float: left;
    margin-right: 25px;
    margin-left: 60px;
}
#fd .txt{
    float: left;
    margin-top: -5px;
}
#fd .txt p{
    font-family: "宋体";
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin: 0;
}
/*页码*/
.pagesNext table{width: 100%;margin-bottom: 30px;}
.page_change{margin-top: 30px;font-size: 12px;line-height: 27px;color: #525252;text-align: center;}
.page_change a{display: inline-block;margin: 0 2px 3px;padding: 0 8px; vertical-align: middle;color: #333;    line-height: 24px;}
.page_change a:hover{background-color:#fa7233;}
.page_change .inpt{vertical-align: 0px;margin: 0 2px;width: 30px;height: 20px;border: 1px solid #7a7a7a;line-height: 20px;color: #000;}
.page_change .goto,.page_change .z_pret{vertical-align: middle;font-size: 14px;background-color: #fa7233;color: #fff;}
.page_change .current{color:#fff !important;background-color:#fa7233; }
.page_change span{display: inline-block;margin: 0 2px 3px;padding: 0 8px;}
.page_change .inp{height:26px}
/*.page_change .fc_hui2, .page_change .fc_w{background-color:#ccc;}*/

.p-tit-2 .more:hover,.g-tit-2 .more a:hover,#fd a:hover,
.p-index-author h2 a:hover,.pul-list-news a:hover,.page_change a:hover{color: #23527c;}
