@charset "utf-8";
/*重置*/
body,h1,h2,h3,dl,dd,dt,p,ul,li,ol{ margin:0; padding:0;}
button,input,select,textarea{border:none; margin:0;outline:none; padding:0;background: none;}
h1,h2,h3{ font-weight:normal;}
img{ border:none;}
a{text-decoration:none; outline:none;}
body{ font:14px/1.5; font-family:"Microsoft YaHei";}
li{ list-style-type:none;}


/*css雪碧图*/
.img{background:url(../images/img.png) no-repeat ;}
.xjt_l{height:20px;width:18px;background-position:-136px -64px;}
.xjt_r{height:20px;width:18px;background-position:-112px -64px;}
.more_grid{height:18px;width:21px;background-position:-160px -64px;}
.dh_01HOME{height:28px;width:24px;background-position:0 0;}
.dh_04GRID{height:28px;width:24px;background-position:-81px 0;}
.dh_03TARGET{height:28px;width:24px;background-position:-54px 0;}
.dh_02COMPASS{height:28px;width:24px;background-position:-27px 0;}
.dh_05NOTEPAD{height:28px;width:24px;background-position:-108px 0;}
.dh_06PEN{height:28px;width:24px;background-position:-135px 0;}
.dh_07USER{height:28px;width:24px;background-position:-162px 0;}
.qweix{height:34px;width:34px;background-position:0 -120px;}
.qweibo{height:34px;width:34px;background-position:-37px -120px;}
.qq{height:34px;width:34px;background-position:-74px -120px;}
.foot_tel{height:24px;width:24px;background-position:-112px -120px;}
.jt_right{height:50px;width:50px;background-position:-53px -63px;}
.jt_left{height:50px;width:50px;background-position:0 -63px;}

/*header*/
.top_bg{
	height: 130px;
	box-shadow: 0 1px 5px #888;
	background-color: #ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=113, Color='#888888')";/*ie8,需和背景颜色共同使用,超出部分会隐藏*/
	position: fixed;
	width: 100%;
	z-index: 100;
	top:0;
}
.top_line{
	height: 30px;
	width: 100%;
	background-color: #3385cc;
}
.top_line p{
	width: 1300px;
	margin:0 auto;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
	padding:0 20px;
}
.top_line p a{
	float: right;color:#FFF;margin-right: 80px;
	
}.top_line p a:hover{color:#FFF;}
.top_line p a img{
	vertical-align: middle;
	margin-right: 5px;
	margin-top:-2px;
}
.top_main{
	width: 1300px;
	margin:0 auto;
}
.top_logo{
	float: left;
	max-width: 500px;
	height: 70px;
	margin-top: 15px;
	margin-left:10px;
}
.top_logo img{
	width: 100%;
	display: block;
}

/*导航*/
.dh_bg{
	max-width: 780px;
	float: right;
	position: relative;
	margin-right:30px;
}
.dh_bg ul:after{
	display:table; content:''; clear:both;/*清除浮动*/
}
.dh_bg ul li{
	float: left;
	width: 86px;
	text-align: center;
	position: relative;
	z-index: 5;
}
.dh_bg ul li>a{
	 font-size: 14px;
	 color: #666;
	 display: block;
	 height: 78px;
	 padding-top: 22px;
}
.dh_bg ul li>a i{
	display: block;
	margin:0 auto;
	width: 24px; 
	height: 28px;
	background-position-y:0;
	transition:background-position-y .3s;
	-moz-transition:background-position-y .3s; /* Firefox 4 */
	-webkit-transition:background-position-y .3s; /* Safari and Chrome */
	-o-transition:background-position-y .3s; /* Opera */ 
}
.dh_bg ul li>a span{
	display: block;
	height: 16px;
	line-height: 16px;
	margin-top: 6px;
	overflow: hidden;
}
.dh_bg_cur{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 86px;
	overflow: hidden;
}
.dh_bg_cur img{
	display: block;
	position: relative;
	left: 50%;
	margin-left: -43px;
}
.dh_bg ul li.cur>a{
	color: #fff;
}
.dh_bg ul li.cur>a i{
	background-position-y:-28px; 
}

.two_nav_box{
	position: relative;
	position: absolute;
	width: 1300px;
	right: 0;
}
.two_nav_box .two_nav{
	position: absolute;
	right: 0;
	overflow: visible;
	background-color: #ffffff;
	box-shadow: 0 0 6px #888888;
	border-radius: 3px;
	padding:10px 0;
	display: none;
}
.two_nav_box .two_nav dl{
	float: left;
	padding:0 20px;
	position: relative;
}
.two_nav_box .two_nav dl dt{
	font-size: 15px;
	line-height: 30px;
}
.two_nav_box .two_nav dl dt a{
	color: #3385cc;
	font-weight: bold;
}
.two_nav_box .two_nav dl i{
	position: absolute;
	left: 0;
	width: 1px;
	height: 100%;
	background:url(../images/menu_line.png) no-repeat center center;
	background-size: 1px 100%;
}
.two_nav_box .two_nav>div dl:first-child i{
	display: none;
}
.two_nav_box .two_nav>span{
	position: absolute;
	right: 24px;
	top: -13px;
	width: 37px; 
	height: 13px;
	background: url(../images/menu_xsj.png) no-repeat center center;
}

.two_nav_box .two_nav dl dd a{
	font-size: 12px;
	color: #999;
	line-height: 26px;
}
.two_nav_box .two_nav dl dd:hover a{
	color: #3385cc;
	text-decoration:underline;
}


.iabout {
    width: 100%;
    background: url(../images/fl6.jpg) no-repeat center bottom #f8f8f8;
    padding: 80px 0;
}.w1200 {
    width: 1200px;
    margin: 0 auto;
}   .title h3 {
    font-size: 28px;
    font-weight: normal;
    display: block;
    line-height: 30px;
    background: url(../images/title.png) no-repeat center;
}
.title {
    text-align: center;
    width: 100%;
    padding-bottom: 30px;
}  .title h3 b {
	font-family: "微软雅黑", "Microsoft Yahei", "宋体", Tahoma, 'Simsun', Arial, Helvetica, sans-serif;
    display: inline-block;
    font-weight: normal;
    color: #3385cc;
	font-size: 40px;
}


.home_news {
    display: block;
    overflow: hidden;
    padding-bottom: 50px;
    background: url(../images/news_bg.jpg);
}.navigation {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 50px 0px 0px 0;
}.navigation span {
	font-family: "微软雅黑", "Microsoft Yahei", "宋体", Tahoma, 'Simsun', Arial, Helvetica, sans-serif;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 36px;
    text-align: center;
    color: #333;
    font-weight: normal;
    padding: 10px 0px;
}.navigation dl {
    display: block;
    height: 42px;
    background: url(../images/png_06.png) no-repeat center bottom;
}.navigation dl em {
    width: 47%;
    height: 1px;
    border-bottom: 1px solid #9fa0a0;
    float: left;
    padding-top: 21px;
}
.navigation dl i {
    width: 47%;
    height: 1px;
    border-bottom: 1px solid #9fa0a0;
    float: right;
    padding-top: 21px;
}em, i {
    font-style: normal;
}.home_news ul {
    display: block;
    padding: 50px 0 20px 0;
    overflow: hidden;
    width: 1100px;
}.home_news ol {
    width: 1024px;
    margin: 0 auto;
    overflow: hidden;
}.home_news ul {
    display: block;
    padding: 50px 0 20px 0;
    overflow: hidden;
    width: 1100px;
}
.home_news ul li dl {
    display: block;
    height: 100px;
    margin: 0 0 0 100px;
    color: #888;
}

.home_news ul li {
    display: block;
    width: 488px;
    height: 100px;
    float: left;
    margin: 0 48px 15px 0;
}.home_news ul li span {
    display: block;
    width: 90px;
    height: 100px;
    background: #fff;
    float: left;
    font-size: 12px;
    color: #999;
    line-height: 50px;
    text-align: center;
    font-family: baskerville, georgia, arial, serif;
}.home_news ul li span em {
    display: block;
    height: 50px;
    font-size: 40px;
    color: #fff;
    background: #a71a3b;
    font-family: baskerville, georgia, arial, serif;
}.home_news ul li dl dt {
    display: block;
    height: 24px;
    line-height: 24px;
	font-size:18px;
}
.more_02 {
    display: block;
    width: 150px;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
    border: 1px solid #a71a3b;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
	background: #a71a3b;
	color:#FFF;
}
.more_02:hover{color:#FFF;}
.indnews {
    padding: 60px 0 40px 0;
    overflow: hidden;
    position: relative;
}.tab {
    text-align: center;
    padding-bottom: 30px;
}.tab a {
    padding: 0 16px;
    height: 40px;
    line-height: 40px;
    background: #3385cc;
    font-size: 18px;
    display: inline-block;
    margin: 0 20px;
    color: #fff;
}
.tab a:hover{color:#3385cc;background:#fbdd16;}
.newsBox {
    width: 650px;
    height: 488px;
    overflow: hidden;
    position: relative;
}.fl {
    float: left;
}
.newsBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 16px;
    bottom: 10px;
    z-index: 10;
}.newsBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
} 
.newsBox .bd {
    position: relative;
    width: 650px;
    height: 488px;
    z-index: 0;
    overflow: hidden;
}
.newsBox .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}
.newsBox .bd img {
    width: 650px;
    height: 488px;
    display: block;
    transition: all 0.3s ease-out 0s;
}.newsBox .bd li .txt {
    background: url(../images/blue.png) repeat left top;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    z-index: 5;
}
 .newsBox .hd ul li.on {
    background: #f9e012;
    color: #fff;
}.newsBox .bd li .time {
    font-size: 16px;
    padding-right: 30px;
    padding-top: 28px;
}.newsBox .bd li h3 {
    display: block;
    font-size: 20px;
    padding-left: 28px;
    padding-top: 30px;
}.newsBox .bd li p {
    padding: 0 28px;
}
.newsBox .hd ul li {
    float: left;
    margin-right: 6px;
    width: 10px;
    height: 10px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}.txtlistbox {
    width: 520px;
}.fr {
    float: right;
}.txtlistbox li {
    border-bottom: 1px solid #ddd;
    padding: 11px 0 0;
    position: relative;
	    line-height: 28px;
    font-family: "microsoft yahei", "Arial Black";
}
.txtlistbox li:hover:before {
    width: 100%;
}
.txtlistbox li:first-child {
    padding-top: 0;
}.txtlistbox li:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    content: "";
    width: 0;
    background:#3385cc;
    transition: width .6s ease-out;
}.txtlistbox li a {
    display: block;
    padding-bottom: 11px;
}.txtlistbox li em {
    width: 15px;
    height: 15px;
    display: inline-block;
    background-position: -304px 0;
}.icon {
    background: url(../images/icon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}.txtlistbox li h3 {
    font-size: 18px;
    display: inline-block;
}.txtlistbox li p {
    font-size: 14px;
    line-height: 23px;
    height: 46px;
    color: #333;
}
.txtlistbox li a {
    display: block;
    padding-bottom: 11px;
}
.txtlistbox li span {
    display: block;
    color: #333;
}
img {
    border: 0px;
    display: block;
    margin: 0;
    padding: 0;
}

 .more .line {
    display: block;
    width: 500px;
    height: 1px;
    margin-top: 24px;
    background: #ccc;
}.more .look_more:hover {
    background: #3385cc;
    color: #fff;
    transition: all .5s;
    border: 1px solid #127a44;
}.more .look_more {
    display: block;
    width: 198px;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #ccc;
    transition: all .5s;
}.more {
    margin-top: 40px;
}.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    line-height: 0;
}

.sytitle {
    text-align: center;
}
 .synews {
    margin: 80px auto 50px;
}.container2 {
    width: 1200px;
    margin: 0 auto;
}
.sytitle h2 {
    font-family: "微软雅黑", "Microsoft Yahei", "宋体", Tahoma, 'Simsun', Arial, Helvetica, sans-serif;
    font-size: 40px;
    color: #111;
}.sytitle span {
    font-size: 16px;
}.synews ul {
    margin: 40px 0 30px;
}.synews ul li {
    margin-right: 5.4%;
	float: left;
    width: 27.5%;
    margin-right: 5.6%;
    text-align: left;
}
.synews ul li:hover{
	background-color:#3385cc;
	colorL#FFF;}
 .synews ul li a.synewstit:hover{color:#FFF;}
.pic {
    position: relative;
    overflow: hidden;
}.synews ul li .pic img {
    transition: 0.3s;
}.vcenter {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    margin: auto;
}.pic:after {
    display: block;
    content: "";
}.synews ul li .pic:after {
    padding-bottom: 66.4%;
}.synews ul li span {
    display: block;
    font-family: arial;
    color: #999;
    line-height: 45px;
}.synews ul li a.synewstit {
    font-size: 14px;
    color: #333;
    display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    transition: 0.3s;
}.synews ul li p {
    margin-top: 15px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}.last {
    margin-right: 0 !important;
}.sytitle a.ckgd {
    color: #333;
    border: 1px solid #000;
    padding: 8px 25px;
    display: inline-block;
    margin: 10px 0;
    transition: 0.3s;
}


.copyright {
    background: url(../images/btm_bg.png) no-repeat center;
    background-size: cover;
    height: 138px;
}.container {
    width: 1200px;
}.row {
    margin-right: -15px;
    margin-left: -15px;
}
.pull-left{
	float: left!important;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	}.copyright .container .row .top_bar_right {
    width: auto;
    height: 45px;
    margin-top: 25px;
}.copyright .container .row .top_bar_right a {
    display: inline-block;
    width: 45px;
    height: 45px;
}.copyright .container .row .top_bar_right a img {
    width: 100%;
    height: auto;
    padding-bottom: 8px;
}.copyright .container .row .top_bar_right span, .copyright .container .row .top_bar_right a.tel_btm {
    display: inline-block;
    width: auto;
    font-size: 24px;
    color: #fff;
    height: 45px;
    line-height: 45px;
}.copyright .container .row .cent_bar {
    margin-top: 15px;
}.copyright .container .row .cent_bar span {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
}.copyright .container .row .pull-right {
    width: 206px;
    height: 80px;
    margin-top: 30px;
    margin-right: 20px;
	float: right!important;
}.copyright .container .row .pull-right img {
    width: 100%;
    height: auto;
}