﻿@charset "utf-8";
/* CSS Document */
/*全局样式开始*/
*{margin:0;padding:0;}
html{ font-size:100px;!important; overflow-x:hidden;}/*html和body设置font-size:100px;用于以rem作为单位时使用，如果不用rem做单位则不需要。!important;用于避免样式被覆盖*/
body{ margin:0; padding:0; font-family:'微软雅黑'; font-size:20px;/*min-width:1005px;*//*background:url(../images/headbg.png) no-repeat top; *//*font-size:100px;*/ overflow-x:hidden;}
/*html和body的overflow-x:hidden用于解决手机端可以左右滚动问题*/
a{ text-decoration:none; color:#666; font-size:20px;}
a:hover{/* color:#e20001;*/ text-decoration:underline;}
img{ border:none; vertical-align:middle; /*width:100%;*/}/*图片添加链接边框没有；解决图片默认间距*/
ul,ol{ list-style-type:none;}
input{border:none;/* 清除默认边框*/outline:none;  /* input标签聚焦时不出现蓝色边框*/}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
button{border:0;/* 清除默认边框*/ background-color：none;outline:none;} 
.clear{ clear:both;}/*清除浮动*/
.clearfix{*zoom:1;}
.clearfix::after{ clear:both; content:""; display:block; height:0; visibility:hidden;}
/*清除浮动，"*zoom:1;" 用于解决IE6、IE7浮动问题。*/
.hidden{ display:none;}
.block{ display:block;}
/*全局样式结束*/
/*顶部样式开始*/
.head{ width:100%; /*margin-bottom:40px;*/ background-size:cover;}
.head img{ width:100%;}
/*顶部样式结束*/
.wraper{ width:100%; height:auto; margin-top:65px;}
.wraperc{ width:1200px; height:auto; margin:0 auto;}
.jingshen{ width:1200px; height:493px;}
.jingshen h2{ position:relative;}
.jingshen h2 img{ width:100%;}
.ijh2{ display:none;}
.jingshen h2 a{ /*float:right;*/ color:#cc0000; font-size:16px; position:absolute; bottom:-5px; right:30px;}
.news{ margin-top:44px;}
/*轮播样式*/
.slideBox{ width:518px;overflow:hidden; position:relative; float:left; padding-left:17px; padding-right:33px; }
.lunbojiao{ width:518px; height:35px; position:absolute; bottom:0; z-index:1; background-color:#3b3b3b; opacity:0.8;}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:2; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:4px;  width:10px; height:10px; cursor:pointer; background-color:#ccd6de; z-index:15; border-radius:10px;}
.slideBox .hd ul li.on{ background-color:#F00;}
.slideBox .bd{ position:relative; height:100%;    }
.slideBox .bd li{ zoom:1; vertical-align:middle; width:518px; }
.slideBox .bd img{ /*width:517px; height:370px;*/ display:block;  }
.slideBox .bd h3 a{  color:#ffffff; font-family:"微软雅黑"; font-size:16px; position:absolute; bottom:5px; padding-left:10px; line-height:25px; z-index:5}
.slideBox .bd h3 a:hover{ text-decoration:none;}
/*轮播样式*/
.newsr{ width:618px; float:right;}
.newsr li{ background:url(../images/libg_03.jpg) no-repeat left center; padding-left:15px; padding-right:20px;color:#000; font-size:16px; line-height:31px;}
.newsr li a{ color:#000; font-size:16px;}
.newsr li span{ float:right;}
.huodong{ margin-top:30px;}
.huo-l{ width:576px; float:left; margin-left:10px;}
.huo-l h2{ position:relative;}
.huo-l h2 a{color:#cc0000; font-size:16px; position:absolute; bottom:-5px; right:30px;}
.huo-l ul{ margin-top:40px;}
.huo-l li{ background:url(../images/libg_05_03.jpg) no-repeat 10px center; padding-left:30px; color:#000; font-size:16px; line-height:30px;}
.huo-l li a{font-size:16px; color:#000;}
.huo-l li span{ float:right;}
.huo-r{ float:right;}
.meiti{ margin-top:50px;}
.meiti h2{ position:relative;}
.meiti h2 a{color:#cc0000; font-size:16px; position:absolute; bottom:-5px; right:30px;}
.meiti ul{ margin-top:40px;}
.meiti li{ background:url(../images/libg_05_03.jpg) no-repeat 10px center; padding-left:30px; color:#000; font-size:16px; line-height:30px;}
.meiti li a{font-size:16px; color:#000;}
.meiti li span{ float:right;}
/*页脚开始*/
.footer-box { width:100%; background:#e8e8e8; border-top:1px solid #cb2222; margin-top:40px;}
.footer-2 { height:185px; background: #e3e3e3; padding-top:28px; }
.sama-box { width:1013px; clear:both; position:relative;}
.footer-2-1 { margin:0 auto;}
.footer-2-1 li { float:left; padding:0 10px;}
.footer-2-1 li img { margin-right:10px; margin-bottom:-2px;}
.footer-2-1 li a { font-size:14px; color:#333;}

.footer-2-2 { margin:0 auto; clear:both; text-align:center; padding-top:38px;}
.footer-2-2 li { font-size:12px; color:#333;  line-height:28px;}
.footer-img { position:absolute; left:250px; top:50px;} 
.footerimgright {position:absolute; right:200px; top:58px;}
.sama-box{margin:0 auto;}
/*页脚结束*/
@media only screen and (max-width: 1200px){
	*{ box-sizing:border-box;}
	img{ width:100%; height:auto;}
	.wraper{ margin-top:0.1rem;}
	.wraperc{ width:100%;}
	.jingshen{ width:100%; height:auto;}
	.jingshen h2 a{ bottom:0; right:5px;}
	.news{ margin-top:0.2rem;}
	.slideBox{ width:100%; padding:0; float:none;}
	.lunbojiao{ width:100%; height:30px;}
	.slideBox .bd li{ width:100%;}
	.slideBox .bd h3 a{ line-height:0.2rem; width:25%;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
	.newsr{ float:none; margin-top:0.1rem; width:100%;}
	.newsr li{ background:url(../images/libg_03.jpg) no-repeat 0.05rem center; padding-left:15px; padding-right:0.05rem;color:#000; font-size:16px; line-height:31px; width:100%;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
	.huodong{ margin-top:-0.1rem;}
	.huo-l h2{ margin-left:0.05rem;}
	.huo-l h2 a{ bottom:0; right:0.05rem;}
	.huo-l{ width:100%; float:none; margin:0;}
	.huo-l li{ background:url(../images/libg_05_03.jpg) no-repeat 0.05rem center;width:100%;overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding-left:15px; padding-right:0.05rem;}
	.huo-r{ margin-top:0.2rem;}
	.huo-l ul{ margin-top:0.1rem;}
	.meiti{ margin-top:0;}
	.meiti ul{ margin-top:0.1rem;}
	.meiti li{background:url(../images/libg_05_03.jpg) no-repeat 0.05rem center;padding-left:15px; padding-right:0.05rem;overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:100%;padding-left:15px; padding-right:0.05rem;}
	.meiti h2 a{ bottom:0; right:0.05rem;}
	.sama-box{ width:100%;}
	.footer-2{ height:auto; padding-top:0.08rem;}
	.footer-2-1 li img{ width:auto; }
	.footer-img{ top:0.33rem; left:0.2rem;}
	.jh2{ display:none;}
	.ijh2{ display:block;}
	.ijh21{ margin-left:-4px;}
	}
	
	
	
/*面包屑小导航*/
.Second_banner { width:1100px; height:40px; line-height:40px; margin:0 auto;}
.Second_banner li { font-size:14px; color:#a1a7b2; float:left; padding-right:8px;}
.Second_banner li a { color:#a1a7b2;font-size:14px;}
	
/*列表*/
.list-content{ width: 1100px; padding-bottom: 110px; margin:0 auto;}
.list-content-text{font-size:16px;line-height:40px; position:relative;}
.list-content-text a{ color:#333; width: 90%; float: left; display:block; background:url(../images/ico4.png) no-repeat left center; display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; padding-left: 15px;}
.list-content-text a:hover{ color:#002381; display:block; background:url(../images/ico4.1.png) no-repeat left center; }
.list-title{ padding-top: 30px;}

/*分页样式*/
.Second_fuw_0202_fy01{ width:72px; height:25px; line-height:25px; border:1px solid #d2d2d2; background:#ebebeb;}
.Second_fuw_0202_fy td{ color:#505050; font-size:14px; text-align:center; height:25px; line-height:25px; cursor:default}
.Second_fuw_0202_fy a{ color:#505050;}
.Second_fuw_0202_fy01 input{color:#505050;}
.Second_fuw_0202_fy01 a{ color:#505050; font-size:14px;}
.Second_fuw_0202_fy02{ width:17px;}
.Second_fuw_0202_fydw{ width:10px;}
.Second_fuw_0202_fy02bg{ background: -webkit-linear-gradient(rgba(56,120,224,1), rgba(34,90,182,1)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(56,120,224,1), rgba(34,90,182,1)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(56,120,224,1), rgba(34,90,182,1)); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(56,120,224,1), rgba(34,90,182,1)); /* 标准的语法（必须放在最后） */ height:25px; width:17px; color:#fff !important;     transition: background-color .5s;}
.Second_fuw_0202_fy03{ height:25px; width:33px; border:1px solid #d2d2d2; background:#ebebeb;}
.Second_fuw_0202_fy03 input{ width:33px;  height:25px;}
.Second_fuw_0202_fy04{ width:80px;}
.Second_fuw_0202_fy05{ width:20px;}
.Second_fuw_0202_fy{ height:50px; clear:both; width:668px; text-align:center; padding-top:80px; position:absolute; margin-left:-334px; left:50%;}
/*分页*/

/*详情页面*/
.zt_xilan_01{ width:1100px; padding: 20px; border:1px solid #d3dcea; background:#fff; margin-bottom: 40px; margin:0 auto;}
.zt_xilan_02{ width:780px; padding-top:30px; padding-bottom:30px;margin:0 auto;}
.zt_xilan_03{ font-size:38px; color:#333; text-align:center;width:100%; font-family:'微软雅黑'}
.zt_xilan_04{ font-size:12px; color:#808080; width:100%; text-align:center; padding-top:20px;}
.zt_xilan_04 a{ color:#808080}
.zt_xilan_05{ height:1px; width:100%; background:#d4d4d4;  margin-top: 20px;}
.zt_xilan_07{ font-size:15px; color:#333;  line-height:32px; padding:20px 0;text-align: justify; }