body {
	display: block;
	margin: 0 auto;
	min-width: 1018px;
}

html,
button,
input,
select,
textarea {
	font-family: '微软雅黑';
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
}

.clear {
	clear: both;
}

html,
body {
	width: 100%;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

p {
	margin: 0;
}

input {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd {
	margin: 0;
}

.with {
	width: 100%;
}

.fl {
	float: left;
	display: block;
}

.fr {
	float: right;
	display: block;
}





/*滚动条 start*/  
      ::-webkit-scrollbar {  
        width: 10px;  
        height: 4px;  
        background-color: #8f8f8f;  
      }  
      /*定义滚动条轨道 内阴影+圆角*/  
      ::-webkit-scrollbar-track {  
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  
        background: #fff ;  
      }  
      /*定义滑块 内阴影+圆角*/  
      ::-webkit-scrollbar-thumb {  
        border-radius: 3px;  
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  
        background-color:rgba(143, 143, 143, 0.7);  
      }  
      ::-webkit-scrollbar-thumb:hover {  
        border-radius: 3px;  
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  
        background-color:rgba(0, 0, 0, 0.6);  
      }  










/*      ------------       nav_logo       -----------       */


/*      logo         */

.nav_div {
	margin-bottom: 1%;
}

.nav_logo {
	max-width: 1200px;
	margin: 0.4% auto 0;
	display: block;
	position: relative;
}

.logo {
    width: 290px;
    display: inline-block;
}

.logo a {
	display: block;
}

.logo a img {
	vertical-align: middle;
	width: 100%;
}

.duoy {
	display: block;
	float: right;
	margin-top: 21px;
}

.duoy a,
.duoy span {
	color: #666666;
	font-size: 14px;
}

.duoy span {
	font-weight: bold;
}

.duoy a {
	padding: 0 6px;
}

.duoy a.on,
.duoy a:hover {
	color: #d67400;
}

.duoy .duolx {
	border-left: #cae0e8 1px solid;
	padding: 0 0 0 10px;
}


/*   nav   */

.nav_x {
	width: 100%;
	background: url(../images/navbj.png);
}

.nav_ding {
	max-width: 1200px;
	margin: 0 auto;
	height: 48px;
}

.nav_cont {
	width: 82%;
	position: relative;
	z-index: 99;
}

.nav_cont li {
    width: 10%;
    display: block;
    float: left;
    text-align: center;
    line-height: 47px;
    background: url(../images/navbor.png) no-repeat right center;
    margin-right: 10px;
    padding-right: 10px;
}

.nav_cont li a {
	color: #666666;
	font-size: 14px;
	display: block;
}

.navlii {
	display: none;
	width: 100%;
	left: 0;
	height: 2px;
	background: #007dcc;
	position: absolute;
}

.nav_cont li.on a,
.nav_cont li:hover a,.navul .navon dd:hover a {
	color: #fff;
	background: #007dcc;
}

.nav_cont li.on .navlii {
	display: block;
}

.navon {
	display: none;
	position: absolute;
	z-index: 99;
	width: 88%;
	background: url(../images/navbj.png);
	background-size: contain;
	border-top: 2px solid #007dcc;
}

.navon dd {
	width: 25%;
	display: block;
	float: left;
}

.navon dd:nth-last-child(1) {
	border: none;
}

.navul .navon dd a {
	width: 100%;
	font-size: 13px;
	line-height: 44px;
	padding: 2% 0;
	background: none;
	color: #666;
}

.navondiv {
	width: 449%;
	left: -209%;
}

.navonz {
	width: 20%;
	display: block;
	float: left;
	margin-left: 10%;
	border-right: 1px solid #efa246;
	margin-right: 1%;
}

.navlii1 {
	width: 75%;
	left: inherit;
}

.navon1 {
	width: 74%;
	left: 26%;
}

.nav_cotinput {
	position: relative;
    width: 14%;
    height: 46px;
    float: left;
    margin-left: 37px;
}


.insdconts span{
	float: left;
	color: #999;
    font-size: 12px;
}
.nav_inptxt {
    position: absolute;
    top: 12px;
    background: url(../images/inputtxt.jpg)no-repeat;
    border: none;
    height: 26px;
    width: 70%;
    left: 11px;
    padding: 0 10px;
    background-size: cover;
    color: #666;
}

.nav_inpbut {
	position: absolute;
	background: url(../images/inputbut.png) no-repeat;
	border: none;
	width: 38px;
	padding: 0;
	height: 26px;
	top: 12px;
	right: 0;
}



.nav_cotinputs1{
	width: 21%;
}

.nav_cotinputs1 .nav_inpbut,.nav_cotinputs1 .nav_inptxt{
	top: 3px;
}







/*      ------------       banner       -----------       */

.banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.banner li a img {
	width: 100%;
	display: block;
}

.banner .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	left: 45%;
	bottom: 12px;
	z-index: 1;
}

.banner .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.banner .hd ul li {
	float: left;
	margin-right: 10px;
	width: 40px;
	height: 3px;
	line-height: 14px;
	text-indent: 9999px;
	background: rgba(214, 114, 0, 0.3);
	cursor: pointer;
}

.banner .hd ul li.on {
	background: #d67400;
}

.bannerbor {
	width: 100%;
	background: url(../images/bannerbor.png);
	height: 54px;
	position: relative;
}


.xts_link{
	width: 1018px;
	margin: 0 auto ;
    position: relative;
}
.xts_links{
    position: absolute;
    bottom: 30px;
    left: 0;
}
.xts_links li{
    background: rgba(255,255,255,.8);
    width: 224px;
    height: 90px;
    float: left;
    margin-right: 8px;
    cursor: pointer;
}
.xts_links a {
    display: block;
    height: 90px;
}
.banner .xts_links img {
    float: right;
    padding: 10px 10px 0 0;
    width: 33%;
}
.xts_links h2 {
    padding: 23px 0 0 20px;
    float: left;
    color: #0473b6;
    font-family: "微软雅黑", Arial;
    font-size: 18px;
}
.xts_links h2 span {
    display: block;
    color: #666;
    font-weight: normal;
    padding-top: 4px;
    font-family: inherit;
    font-size: 12px;
}
.xts_links li:hover h2 {
    color: #ba2636;
    cursor: pointer;
    text-decoration: none;
}






/*      ---------------      content        ----------------         */

.content {
    width: 100%;
    max-width: 1200px;
    margin: -32px auto 0;
    padding: 0 0 62px;
    height: 445px;
}

.cont {
	width: 1030px;
	margin: 0 auto;
}

.box_conten {
	background: url(../images/m_bg2.png) no-repeat;
	width: 1018px;
	position: absolute;
}
.cn_lt {
    background: url(../images/m_bg3.png) no-repeat;
    width: 698px;
    height: 478px;
    float: left;
}
.box_1 {
    padding: 16px 16px 0;
    text-align: left;
} 
.bk1, .bk3 {
    height: 245px;
    padding: 0 6px;
}
.title {
    clear: both;
    height: 45px;
}
.more {
    float: right;
    padding: 14px 10px 0;
}
.more a {
    color: #4293d7;
    font-size: 12px;
}
.tit, .btit li {
    height: 45px;
    line-height: 45px;
    padding-left: 10px;
    font-size: 15px;
    color: #666;
    font-family: "微软雅黑";
}
.clr:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.show_jc {
    width: 684px;
    overflow: hidden;
    position: relative;
    z-index: 20;
    margin-top: 10px;
}
.jc_l {
    width: 27px;
    position: absolute;
    top: 70px;
    z-index: 20;
    cursor: pointer;
    left: 10px;
}

.jc_show li {
    background: url(../images/p1.png) no-repeat;
    width: 198px;
    height: 193px;
    float: left;
    margin-right: 2px;
}
.jc_show li a, .news li a {
    color: #0073b2;
}
.jc_show li img {
    margin: 0 7px;
    padding-top: 7px;
}
.jc_show li h4 {
    font-size: 14px;
    padding: 6px 0 0 10px;
}
.jc_show {
    width: 800px;
    margin: 0 0 0 43px;
}

.bk2, .bk4 {
    height: 216px;
    padding: 0 6px;
}
.gs {
    line-height: 24px;
    padding-right: 10px;
    color: #333;
}
.gs img {
    float: left;
    margin: 0 10px;
    display: inline;
}

.xts_gs{
	width: 63%;
    float: right;
    overflow: hidden;
}
.xts_gs h2 {
    color: #136cb6;
    font-size: 14px;
}
.xts_gs p{
	font-size: 12px;
}



.jc_r {
    width: 27px;
    position: absolute;
    top: 70px;
    z-index: 20;
    cursor: pointer;
    right: 10px;
}
.cn_rt {
    background: url(../images/m_bg4.png) no-repeat;
    width: 278px;
    height: 498px;
    float: right;
}
.btit li.on {
	background: #0073b2;
    position: relative;
    top: 5px;
    left: 0px;
    font-weight: bold;
    line-height: 37px;
    height: 39px;
	color: #fff;
}
.btit li {
    font-weight: normal;
    float: left;
    padding: 0 10px;
    cursor: pointer;
    font-size: 14px;
}
.dt {
    padding: 10px;
}
.news li {
    background: url(../images/line1.jpg) no-repeat 0 center;
    line-height: 35px;
    padding-left: 10px;
    border-bottom: 1px solid #eaebec;
    margin-left: 17px;
}
.news li a {
    color: #0073b2;
    display: block;
    font-size: 12px;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.hd_ad{
	text-align: center;
}


/*     ------------         footer         ------------      */

.footer {
	width: 100%;
	background: url(../images/fotbj.jpg);
	background-size: contain;
	z-index: 99;
}

.foot {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 3%;
	padding-bottom: 0.5%;
}


.foot_nav{
	width: 71%;
}
.foot_navul li{
	width: 25%;
	float: left;
	display: block;
}
.foot_navul li p{
	font-size: 14px;
	color: #abcf4c;
	line-height: 30px;
	font-weight: bold;
}
.foot_navul li a{
	display: block;
	font-size: 12px;
	color: #fff;
	line-height: 25px;
}


.fot_add{
	width: 22%;
}
.fot_addp{
	font-size: 18px;
	color: #fff;
}
.fot_addp img{
	vertical-align: bottom;
}

.ft_address{
	font-size: 12px;
	color: #fff;
	margin-top: 20px;
	line-height: 20px;
}
.fot_lx{
	margin-top: 10px;
}
.fot_lx a{
	margin-right: 10px;
	position: relative;
	cursor: pointer;
}

.fot_reser{
	text-align: center;
	margin-top: 35px;
}
.fot_reser p{
	margin-bottom: 10px;
}
.fot_reser p,.fot_reser a{
	font-size: 12px;
	color: #fff;
}
.fot_reser p img{
	vertical-align: bottom;
}

.fot_reser span{
	margin-left: 10px;
}





.erweima{
	display: none;
	position: absolute;
    width: 142px;
    left: -148px;
    top: -36px;
}
.erweima img{
	width: 100%;
	display: block;
}




/*--------------            pisl            -----------------*/

.pisl {
	position: fixed;
	z-index: 100;
	bottom: 180px;
    right: 3px;
}

.pisl li {
	position: relative;
	top: 0px;
	height: 77px;
	width: 76px;
	text-align: center;
	line-height: 99px;
	background: rgba(160, 160, 160, 0.8);
	margin-top: 2px;
}

.pisl li:hover {
	background: #007dcc;
}

.img {
	height: 76px;
	text-align: center;
}

.picont {
	background: url(../images/sideBarBg1.png) left top no-repeat;
	width: 198px;
	height: 217px;
	left: -198px;
	top: 0px;
	position: absolute;
}

.pizi {
	padding: 18px 0 0 27px;
	color: #5b5b5b;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}

.picont span {
	color: #f00726;
}

.picont .imgp {
	padding: 10px 0 0 27px;
	width: 130px;
	height: 130px;
}

.imgp img {
	width: 100%;
}

.kfcont {
	top: 0;
	background: url(../images/sideBarBg2.png) left top no-repeat;
	width: 276px;
	height: 111px;
	left: -276px;
	position: absolute;
	text-align: left;
}

.kflist {
	padding: 6px 0 0 27px;
}

.kflist dd {
	float: left;
	width: 80px;
	line-height: 22px;
	color: #999;
	position: relative;
	padding-left: 40px;
	font-size: 14px;
	margin: 0;
}

.kflist dd img {
	position: absolute;
	left: 12px;
	top: 0px;
}

.kflist dd a {
	color: #666;
}

.kflist dd a:hover {
	color: #e15517;
}

.dhcont {
	top: 0;
	background: url(../images/sideBarBg2.png) left top no-repeat;
	width: 276px;
	height: 111px;
	left: -276px;
	position: absolute;
	text-align: center;
	padding-top: 7px;
	color: #a1a1a1;
}

.dhcont span {
	color: #00397c;
}

.pis li div:nth-child(2) {
	display: none;
}

.pis li.nr div:nth-child(2) {
	display: block;
}

.kfcont1{
	position: absolute;
	display: block;
    width: 128px;
    left: -157px;
    height: 129px;
    top: 0;
    padding: 10px;
	background: url(../images/sideBarBg2.png) left top no-repeat;
    background-size: 100% 100%;
}
.kfcont1 img{
	width: 100%;
	display: block;
}


#goTop {
	display: none;
}
