@charset "utf-8";

/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td,img { padding: 0; margin: 0; outline: none;}
fieldset,img { border: 0; }
address,caption,cite,code,dfn,em,strong,th,var,i { font-weight: normal; font-style: normal; }
ol,ul,li { list-style: none; }
caption,th { text-align: left; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size: 100%; }
q:before,q:after { content:''; }
abbr,acronym { border: 0; }

/*-- All --*/
html{ min-width:1000px; }
body{ color:#000;font:12px/20px Arial,"Microsoft YaHei","宋体",sans-serif;min-width: 1200px;}
a{ color:#000; text-decoration:none;}
*{
	box-sizing: border-box;
}

.container {
	width: 1200px;
	margin: auto;
}
.overflow {
	overflow: hidden;
}

h2 {
	font-size: 20px;
	font-weight: 700;
	color: #222;
}
h3 {
	font-size: 16px;
	font-weight: 600;
}
/* .header-top  ---------------------------------------------- */

.index-top {
	position: relative;
	width: 100%;
	height: 600px;
}
.header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	

background-color: #1751c09c;
    background-image: url(../images/logo2.png);
}
.logo {

	    width: 50%;
    height: 87px;
    float: left;
    margin: 23px 0 0 0;
}
.logo img {
    height: 85px;
    width: 362px
}
.header-right {
    float: right;
    margin-top: 71px;
}


.top-box {
	//margin-top: 24px;
}
.top-link {
	float: right;
	margin-right: 20px;
}
.top-link a {
    font-size: 18px;
    padding: 0 8px;
    font-weight: 700;
    text-decoration: none;
    line-height: 32px;
}

        input::-webkit-input-placeholder{
            color:#ccc;
            font-size:14px;
line-height:30px;
        }
        input::-moz-placeholder{   
            
line-height:30px;
                  color:#ccc;
            font-size:14px;
        }
        input:-moz-placeholder{  
         color:#ccc;
            font-size:14px;
line-height:30px;
        }
        input:-ms-input-placeholder{  
       color:#ccc;
            font-size:14px;line-height:30px;      }


.search {
      position: relative;
    height: 32px;
    width: 203px;
    float: right;
    border: 1px solid #E7DEED;
    border-radius: 24px;
}
.search input {
	position: absolute;
	top: 0;
	left: 0;
	margin:0;
	vertical-align: middle;
	height: 30px;
	width: 130px;
	line-height: 20px;
	font-size: 12px;
	background-color: rgba(255,255,255,.0);
	padding:0 20px 0 10px;
	border:none;
	color: #fff;
}
.search .icopng {
	position: absolute;
	right: 4px;
	top: 3px;
	width: 12px;
	height: 12px;
	margin:0;
}

.navbar {
	margin: auto;
    width: 1750px;
    margin-top: 12px;
    height: 50px;
    line-height: 50px;
}
.navbar li {

	float: left;
    position: relative;
}

.navbar li:hover .sub{display:block;

	
}


.navbar li a {
color: #fff;
    font-size: 20px;
    padding: 7px 24px;
    font-weight: 500;
}
.navbar li .sub{
    position: absolute;
    background: #fff;
    padding: 10px 0;
    display: none;
    min-width: 100%;
}

.navbar li .sub a{
    color: #333;
    font-size: 16px;
    display: block;
    line-height: 24px;
    padding: 7px 10px;
    text-align: center;

}
.navbar li .sub a:hover{color: #1751c0;}


.navbar li span {
	color: #fff;
	font-size: 14px;
}

/* banner ---------------------------------------------- */
.index-banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 67%;
	z-index: 0;

    margin-top: 170px;
overflow: hidden;
}
.index-banner .bd{ position:relative; height:80%; z-index:0; }
.index-banner .bd li{ zoom:1; vertical-align:middle; }
.index-banner .bd li a {
	position: relative;
	text-align: center;
	display: block;
}
.index-banner .bd img{ width:100%; height:400px; display:block;  }



/* 新闻 ----------------------------------------------- */
.news {
	overflow: hidden;
	
}
.news-tit {
    float: left;
    width: 75%;
    overflow: hidden;
    margin-bottom: -29px;
    border-bottom: 1px solid #999;
}
.news-tit h2 {
	float: left;

}
.news-tit .more {
	float: right;
	font-size: 12px;
	color: #000;
	line-height: 1;
	margin-top: 10px;
}
.news-left {
float: left;
    width: 370px;
    margin-right: 10px;
}
.news-left li {
	height: 110px;
	width: 100%;
	margin-top: 20px;
}
.news-time {
	height: 100%;
	width: 110px;
	padding-top: 20px;
	float: left;
	text-align: center;
	background-color: #e6e6e6;
}
.news-time span {
	display: block;
	height: 2px;
	width: 38px;
	background-color: #333;
	margin:auto;
}
.news-time h3 {
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 14px;
}
.news-time p {
	font-size: 16px;
	margin-top: 14px;
	line-height: 1;
	color: #000;
}
.news-left li:hover .news-time {
	background-color: #245daa;
}
.news-left li:hover a {
	background-color: #2c71ce;
}
.news-left li:hover a h2,
.news-left li:hover a p,
.news-left li:hover .news-time h3,
.news-left li:hover .news-time p {
	color: #fff;
}
.news-left li:hover .news-time span {
	background-color: #fff;
}
.news-left li a {
	display: block;
	float: left;
	height: 100%;
	width: 240px;
	padding:20px 26px;
	background-color: #f2f2f2;
}
.news-left li a h2 {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 10px;
	color: #000;
}
.news-left li a p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 14px;
	color: #999;
}
.news-right {
	
}




/* 本例子css */
.news-right{
	position: relative; 
	float: left;
	width: 486px;
	height: 320px;
    margin-top: 48px;
	
}
.news-right .hd{position: absolute;top: 25px; right: 20px; overflow:hidden;  height:30px;z-index: 10;display:none;}
.news-right .hd .prev,.news-right .hd .next{ display:block;  width:26px; height:26px; float:right; margin-left:6px;overflow:hidden;background-color: #333;color: #fff;text-align: center;line-height: 26px;font-size: 16px;
	 cursor:pointer;}
	 .news-right .hd .prev:hover,.news-right .hd .next:hover {
	 	background-color: #f9b52c;
	 }
.news-right .bd{position: absolute;top: 0;left: 0;z-index: 1;}
.news-right .bd ul{ overflow:hidden; zoom:1; }
.news-right .bd ul li{position: relative; margin:0 8px; float:left; _display:inline; text-align:center;  }
.news-right .bd ul li .pic{ text-align:center; height:300px;}
.news-right .bd ul li .pic img{ width:470px; height:300px; display:block; }
.news-right .bd ul li .title{    position: absolute;
    bottom: 0;
left: 0;width: 100%;height: 50px;padding:0 10px;overflow: hidden;background:#5480d3;
background-size: cover;  }
.news-right .bd ul li .title a {
	color: #fff;
	font-size: 16px;
	line-height: 50px;
}
.news-right .bd ul li .abs{
height: 77px;
    padding: 10px 20px;
    font-size: 14px;
    text-align: left;
    background: #e5e0e0;
    line-height: 30px;
}
.news-right .bd ul li .abs  img{float:right;}
/* 通知 ----------------------------------------------- */

.tongzhi {
	height: 462px;
	margin-top: 0px;
	padding:40px 0;
	background: url(../images/159.png) no-repeat;
	background-size: cover;
}
.tongzhi-tit h3 {
	font-size: 20px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 18px;
}
.tongzhi-tit h3 i{
	margin-left: 10px;
	font-style: italic;
	color: #999;
	font-size: 15px;
}
.tongzhi-tit span {
	display: block;
	height: 1px;
	width: 50px;
	background-color: #ff8a23;
}
.tongzhi-left {
	  

    float: left;


}
.tongzhi-list li {
	height: 76px;
	overflow: hidden;
	border-bottom: 1px dotted #999;
}
.tongzhi-list li span {
	float: left;
	display: block;
	width: 2px;
	height: 20px;
	margin:28px 0;
	background-color: #999;
}
.tongzhi-list li a {
	display: block;
	float: left;
	margin:20px 0 0px 20px;
}
.tongzhi-list li a p {
	font-size: 12px;
	color: #000;
	line-height: 1;
	margin-bottom: 14px;
}
.tongzhi-list li a h3 {
	font-size: 16px;
	color: #000;
	line-height: 1;
	font-weight: 400;
}
.enter {
	display: block;
	text-align: right;
	margin-top: 20px;
}
.enter a {
	color: #ff8a23;
	font-size: 16px;
	line-height: 1;	
}
.meiti-list {
	margin-top: 10px;
	padding-top: 4px;
	background: url(../images/guanzhu.png)left top no-repeat;
}
.meiti-list li {
	height: 38px;
	padding-left: 30px;
}
.meiti-list li a {
	display: block;
	height: 100%;
}
.meiti-list li h3 {
	float: left;
	font-size: 16px;
	color: #000;
	line-height: 38px;
	font-weight: 400;
}
.meiti-list li span {
	float: right;
	font-size: 12px;
	color: #000;
	font-weight: 300;
	line-height: 38px;
}
.meiti-list .active {
	background: url(../images/hover.png)left center no-repeat;
}

.zhuanti {
	margin-top: 40px;
}
.zhuanti ul {
	margin-top: 20px;
	height: 76px;
	width: 100%;
	overflow: hidden;
}
.zhuanti ul li {
	float: left;
	width: 190px;
	height: 76px;
	margin-right: 12px;
	overflow: hidden;
}





.footer {
    height: 120px;
    width: 100%;
    /* padding-top: 80px; */
    margin-top: 40px;
    background-color:#1751C0;
}
.footer-top {
	overflow: hidden;
display:none;
}
.footer-box {
	float: left;
	width: 360px;
	height: 168px;
	margin-right: 60px;
}
.footer-box p {
	color: #fff;
	font-size: 14px;
}
.footer-box p img {
	vertical-align: middle;
	margin-right: 6px;
}
.footer-box .tit {
	overflow: hidden;
}
.footer-box .tit span {
	float: left;
	display: block;
	padding-left: 20px;
	font-size: 16px;
	color: #eee;
	background:url(../images/dian2.png)no-repeat left;
}
.footer-box .kuaisu {
	overflow: hidden;
	margin-top: 20px;
}
.footer-box .kuaisu li {
	float: left;
	width: 180px;
	padding:0 20px;
	margin-bottom: 10px;
}
.footer-box .kuaisu li a {
	color: #eee;
	font-size: 14px;
}

.footer-logo {
	margin-bottom: 60px;
}
.footer-bottom {
	padding-top: 24px;
	margin-top: 40px;
	line-height: 30px;
	color: #fff;
	background:url(../images/footer-line.jpg)top center no-repeat;
}



/* 本例子css */
.slideTxtBox{ width:100%;}
.slideTxtBox .hd{ height:40px;position:relative; }
.slideTxtBox .hd ul{ margin:0;float:left;  position:absolute; left:0px; top:0; }
.slideTxtBox .hd ul li{ float:left;padding:0 15px; cursor:pointer;color: #fff;margin-right:23px;line-height: 1;font-size: 16px;
    background: url(../images/dian1.png) no-repeat left }
    .slideTxtBox .hd ul li.on{ background:url(../images/dian2.png) no-repeat left; }
.slideTxtBox .bd ul{  zoom:1;  }
.slideTxtBox .bd li{ height:24px; line-height:24px;   }


.slideTxtBox .bd li .input {
	width: 208px;
    padding-left: 10px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background-color:#1751C0;
    border: 1px solid #666;
}
.slideTxtBox .bd li p {
	height: 46px;
	font-size: 16px;
	color: #eee;
    position: relative;
}
.slideTxtBox .bd li .btn {
	width: 208px;
    height: 34px;
    margin-left: 56px;
    border: none;
    cursor: pointer;
    color: #fff;
    background: #f9b52c;
    font-size: 14px;
    font-family: "微软雅黑";
}    