/* @import 'swiper.min.css';
@import 'animate.css';
@import 'skin.css'; */

/***********************************
 *** 全局初始化
 **********************************/
* { margin: 0; padding: 0; -webkit-tap-highlight-color: rgba(0,0,0,0); box-sizing: border-box; }
html { height: 100%;}
body {width: 100%;min-height: 100%;max-width: 750px;min-width: 320px;margin: 0 auto;font: .25rem/1.8 "Microsoft Yahei", Arial;color: #666;background: #fff;padding: 0 0 .9rem;}
img { border: 0px; }
a, a:link, a:visited, a:hover, a:active { color: inherit; text-decoration: none; }
h1, h2, h3, h4, h5, h6, h7 { font-size: .28rem; }
ul, ol{ list-style-type: none; }
em{ font-style: normal;}
input,
button,
select,
textarea { outline: none; font-family: "Microsoft Yahei", Arial; font-size: .28rem; -webkit-appearance: none !important; }
table { border-collapse: collapse; border-spacing: 0; }
.clearfix:after { content: ""; display: block; clear: both; width: 100%; height: 0; line-height: 0; font-size: 0; }
i{font-style: normal;}


/***********************************
 *** 网站风格
 **********************************/
/* top */
.header {
	position: relative; 
	height: 0.93rem; 
	padding: .45rem 0 .2rem; 
	background-size: 1.5rem; 
	color: #fff; 
	background: #1d66cf; 
}
.header .logo{
	position: absolute;
	top: 0.1rem;
	left: 0.457rem;
}
.header .logo img{
	width: 3.4rem;
}
.header .tag {
	position: absolute;
	top: 0.16rem;
	right: 2%;
}
.header .tag .right{
	text-align: right;
}
.header .tag h2{
	font-size: 0.2rem;
	color: #fff;
	line-height: 0.2rem;
	font-weight: normal;
}
.header .tag h3{
	font-size: 0.28rem;
	color: #fff;
	line-height: 0.3rem;
	font-weight: normal;
	margin-top: 0.1rem;
}
/* nav */
.inav { 
	background: #1d66cf;
	height: 1.4rem;
}
.inav ul { 
	width: 100%; 
	overflow: hidden; 
}
.inav li { 
	float: left; 
	width: 25%; 
	color: #fff; 
}
.inav a { 
	display: block; 
	line-height: .7rem; 
	font-size: .24rem; 
	font-weight: normal; 
	text-align: center; 
}
.inav li:first-child{
	background: url(../images/home.png) center 0.23rem no-repeat; 
	padding: .348rem 0;
	width: 25%;
	height:1.4rem;
	background-size: 0.6rem;
}
.inav li:first-child a{
	line-height: 0.48rem; 
}

.inav li:first-child a{
	padding-top: 0.5rem;
}
.inav li:nth-child(4n) { 
	border-right: 0; 
}
.inav li:active { 
	background: #dc272c; 
}
/* banner */
.banner { 
	width:100%; 
	overflow:hidden; 
	position:relative; 
}
.banner .list { 
	float:left; 
	width:500%; 
}
.banner .list li { 
	float:left; 
	width:20%; 
}
.banner .list img { 
	display:block; 
	width:100%; 
}
.iheader{
	text-align: center;
}
.iheader h2{
	font-size: 0.36rem;
	color: #1d66cf;
	line-height: 0.36rem;
	text-transform: uppercase;
	background: url(../images/tit.jpg) center bottom no-repeat;
	padding-bottom: 0.28rem;
}
.iheader h2 i{
	font-weight: normal;
}
.iheader p{
	padding-top: 0.14rem;
	font-size: 0.25rem;
	color: #999;
	line-height: 0.25rem;
}

/* ipro */
.ipro{
	margin-top:0.46rem;
	position: relative;
}
.ipro .thead{
	position: relative;
/* 	height: 0.63rem; */
	text-align: left;
	margin-top: 0.25rem;
}
.ipro .thead li{
	position: relative;
	display: inline-block;
	text-align: center;
	line-height: 0.63rem;
	width: 27%;
	height:0.63rem;
	border: 0.02rem solid #333;
	margin-left: 0.28rem;
    margin-bottom: 0.1rem;
}
/* .ipro .thead li:first-child{
	margin-left: 0;
} */
.ipro .thead li a{
	color: rgb(10, 5, 5);
	font-size: 0.22rem;
	height:0.63rem;
	display: inline-block;
}
.ipro .thead li:hover{
	border: 0.02rem solid #1d66cf;
	background: #1d66cf;
}
.ipro .thead li:hover a{
	color: #fff;
}
.ipro .tod{
	margin-top: 0.15rem;
	margin-right: 0.2rem;
}
.ipro .tod li{
	position: relative;
	float: left;
	width: 47%;
	margin: 0 0 0 3%;
	text-align: center;
}
.ipro .tod li a{
	display: block;
}
.ipro .tod figure {
	position: relative;
	padding: 0 0 75%;
}
.ipro .tod img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.ipro .tod li h2 {
	text-align: center;
	height: .57rem;
	line-height: .57rem;
	color: #333;
	font-size: 0.24rem;
        font-weight: normal;
}
.ipro .tod li:hover h2{
	color: #1d66cf;
}
.ipro a.imo {
	display: block;
	height: .5rem;
	line-height: .5rem;
	text-align: center;
	border: 0.01rem solid #333;
	color: #333;
	font-size: .2rem; 
	width: 2rem;
	margin: 0.12rem auto 0;
}
.ipro a.imo:hover{
	background: #1d66cf;
	color: #fff;
	border: 0.01rem solid #1d66cf;
}
/* iabout */
.iabout{
	padding-top:0.6rem;
	position: relative;
	background: url(../images/sha.jpg) center center repeat;
	margin-top: 0.39rem;
    padding-bottom: 0.59rem;
}
.iabout .com_con{
	color: #5b5b5b;
	line-height: 0.46rem;
	margin: 0.2rem 0.15rem;
}

.iabout ul{
    position: relative;
    text-align: center;
    margin-top: 0.2rem;
}
.iabout ul li{
    display: inline-block;
	width: 1.5rem;
    margin: 0 0;
}
.iabout ul a{
    display: block;
    height: 1.12rem;
}
.iabout ul h2{
    color: #999;
    font-size:0.25rem;
    line-height: 0.25rem;
    font-weight: normal;
}
.iabout ul li i{
	display: inline-block;
	width: 0.81rem;
	height: 0.81rem;
	margin-left: 0;
}
.iabout ul .list1 i{
	background: url(../images/abt1.png) 0 0 no-repeat;
	background-size: 100%;
	
}
.iabout ul .list2 i{
    background: url(../images/abt2.png) 0 0 no-repeat;
	background-size: 100%;
}
.iabout ul .list3 i{
    background: url(../images/abt3.png) 0 0 no-repeat;
	background-size: 100%;
}
.iabout ul .list4 i{
    background: url(../images/abt4.png) 0 0 no-repeat;
	background-size: 100%;
}
.iabout ul li.list1 i:hover,
.iabout ul li.list2 i:hover,
.iabout ul li.list3 i:hover,
.iabout ul li.list4 i:hover{
    background-position:0 -0.81rem;
}
.iabout ul li:hover h2,
.iabout ul li:hover h3{
    color: #1d66cf;
}
/* case */
.case{
    margin-top: 0.39rem;
    position: relative;
    min-height: 2.85rem;
}
.case ul li{
    float: left;
    width: 2.89rem;
    height: 1.87rem;
    text-align: center;
}
.case ul li .img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.case ul li img{
    width: 100%;
    height: 100%;
}
.case ul li:first-child {
    position: absolute;
    top: 0px;
    left: 0.15rem; 
}
.case ul li:first-child +li{
    width: 3.35rem;
    height: 2.15rem; 
    position: absolute;
    top: -0.12rem;
    left: 27%; 
    z-index: 10;
}
.case ul li h2{
    font-size: 0.25rem;
    font-weight: normal;
    color: #333;
    line-height: 0.71rem;
}
.case ul li:first-child +li +li{ 
    position: absolute;
    top: 0px;
    right: 0.19rem; 
}
.case ul li:hover img{
    transform: scale(1.1 , 1.1);
}
.case ul li:hover h2{
    color: #1d66cf;
}
/* inews */
.inews{
	margin-top:0.37rem;
	position: relative;
}
.inews .iheader{
	min-height: 0.55rem;
}
.inews .iheader h2{
	background: none;
	position: absolute;
	left: 0.18rem;
	top: 0;
}
.inews .iheader a{
	display: block;
	background: none;
	position: absolute;
	right: 0.18rem;
	top: 0;
	width: 0.98rem;
	height: 0.3rem;
	border: 0.01rem solid #dadada;
	line-height: 0.25rem;
	border-radius: 0.25rem;
}
.inews .wd{
	background: #1d66cf;
}
.inews .wd .nes_img {
	display: block;
}
.inews .wd .nes_img figure{
	position: relative;
  	padding-bottom:75%;
}
.inews .wd .nes_img img{
	width: 100%;
    height: 100%;
  position:absolute;
  top:0;
  left:0;
}
.nes_img h4{
	color: #fff;
	font-size: 0.32rem;
	line-height: 0.32rem;
	margin-top: 0.34rem;
	margin-left: 0.17rem;
	padding-bottom: 0.2rem;
	background: url(../images/abt.jpg) left bottom no-repeat;
}
.nes_img p{
	display: inline-block;
	color: #fff;
	font-size: 0.24rem;
	line-height: 0.4rem;
	margin-top: 0.04rem;
	margin-left: 0.17rem;
	padding-bottom: 0.2rem;

}
.confr {
	margin-top: 0.27rem;
}
.confr ul{
	padding: 0 0.14rem;
}
 .confr li{
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 0.16;
    margin-bottom: 0.27rem;
}
 .confr li a{
    display: block;
    height: 0.72rem;
}
 .confr li h4{
    font-size: 0.54rem;
    line-height: 0.55rem;
    color: #999;
    display: inline;
    background: url(../images/newsLl.jpg) right center no-repeat;
	padding-right: 0.21rem;
	text-align: center;
	padding-left: 0.2rem;
	float: left;
}
 .confr li h2{
    font-size: 0.26rem;
    color: #333;
    font-weight: normal;
	float: left;
    line-height: 0.55rem;
	padding-left: 0.16rem;
}
 .confr li h3{
    font-size: 0.22rem;
	color: #999;
	float: right;
    font-weight: normal;
    line-height: 0.55rem;
}
 .confr li:hover h4,
 .confr li:hover h2,
 .confr li:hover h3{
   color: #1d66cf;
}

/* icomtact */
.icontact{
	margin-top:0.49rem;
	position: relative;
}
.icontact .iheader h2{
	background: none;
    padding-bottom: 0;

}
.icontact .icbot {margin: 2% 0;}
.icontact .list {padding: 0 0 4%;}
.icontact .list dd:last-child{border-bottom: 0;
/*line-height: .4rem;*/
padding: 0 0 0 1.9rem;}
.icontact .list dd {position: relative;line-height: .7rem;padding: 0 0 2% 1.9rem;color: #333;font-size: 0.25rem;border-bottom: 0.01rem dashed #d3d3d3;}
.icontact .list label.name {background: url(../images/contact-1.png) 0.3rem center no-repeat;background-size: auto auto;background-size: .34rem;}
.icontact .list label {position: absolute;left: 0;top: 0; line-height: .7rem;padding: 0 0 0 .8rem;color: #1d66cf;}
.icontact .list a {display: block;}
.icontact .list label.qq {background: url(../images/contact-4.png) 0.3rem center no-repeat;background-size: auto auto;background-size: .34rem;}
.icontact .list label.email {background: url(../images/contact-5.png) 0.3rem center no-repeat;background-size: auto auto;background-size: .34rem;}
.icontact .list label.mobile {background: url(../images/contact-2.png) 0.3rem center no-repeat;background-size: auto auto;background-size: .34rem;}
.icontact .list label.phone {background: url(../images/contact-3.png) 0.3rem center no-repeat;background-size: auto auto;background-size: .34rem;}
.icontact .list label.address {background: url(../images/contact-6.png) 0.3rem center no-repeat;background-size: auto auto;background-size: .34rem;}
.icontact .list figure img{height: 0.36rem;padding-left: 0.32rem;}
/* footer */
.footer {background: #fff;/* margin-top: -0.6rem; */}
.copyright {text-align: center;line-height: .4rem;color: #303030;padding: .2rem 0;}
/* bottom */
.toolbar {position: fixed;left: 0;bottom: 0;background: #1d66cf;background-size: auto auto;z-index: 20;background-size: auto 1px;width: 100%;height: .9rem;border-top: 1px solid #fff;}
.toolbar .list dd:active{background-size: auto 1px;background: url(../images/foot_hover.jpg)center center no-repeat;}
.toolbar .list {width: 100%;}
.toolbar .list dd:first-child {border-left: 0;}
.toolbar .list dd {float: left;width: 25%;text-align: center;border-left: 1px solid #fff;}
.toolbar .list a {display: block;height: 1.08rem;line-height: .2rem;font-size: .20rem;color: #fff;}
.toolbar .list a::before {content: '';display: block;width: .5rem;height: .5rem; margin: 0 auto .04rem;position: relative;}
.toolbar .list a.too-home::before {background: url(../images/toolbar-1.png) center center no-repeat;background-size: auto auto;background-size: .34rem;}
.toolbar .list a.too-map::before {background: url(../images/toolbar-4.png) center center no-repeat;background-size: auto auto;background-size: .34rem;}
.toolbar .list a.too-tel::before {background: url(../images/toolbar-2.png) center center no-repeat;background-size: auto auto;background-size: .34rem;-webkit-animation: toolicon 600ms linear infinite;}
.toolbar .list a.too-qiao::before { background: url(../images/toolbar-3.png) center center no-repeat; background-size: auto auto;background-size: .34rem;}





/***********************************
 *** 设备适配
 **********************************/
@media (min-width: 700px){
	html { font-size: 70px; }
}
@media (max-width: 700px){
	html { font-size: 60px; }
}
@media (max-width: 500px){
	html { font-size: 50px; }
}
@media (max-width: 350px){
	html { font-size: 50px; }
}

/***********************************
 *** 网站内容
 **********************************/

.wrapper { width:100%; }

/* 图片列表 */
.list-product { width:100%; }
.list-product .list { padding:2% 0 0; }
.list-product .item { float:left; width:47%; margin:0 0 0 2%; }
.list-product .item figure { display:block; width:100%; height:auto; padding-bottom:75%; }
.list-product .item span { display:block; height:0.56rem; line-height:0.56rem; text-align:center; font-size:0.21rem; }

/* 图文列表 1:1 */
.list-case { width:100%; }
.list-case .list { padding:0 0 3% 0; }
.list-case .item { width:auto; padding:0 2%; }
.list-case .item:active { background:#eee; }
.list-case .item a { display:block; height:1.44rem; padding:0.08rem 0 0.08rem 0.14rem; position:relative; border-bottom:1px dotted #36578d; }
.list-case .item figure { display:block; width:1.28rem; height:1.28rem; border-radius:50%; position:absolute; left:0; top:0.08rem; border:1px solid #36578d;  }
.list-case .item h3 { font-size:0.22rem; padding:0.04rem 0 0.04rem; font-weight:400;  }
.list-case .item p { opacity:0.7; }

/* 图文列表2 4:3 */
.list-case2 { width:100%; }
.list-case2 .list { padding:0 0 3% 0; }
.list-case2 .item { width:auto; padding:0 2%; }
.list-case2 .item:active { background:#eee; }
.list-case2 .item a { display:block; height:1.28rem; padding:0.16rem 0 0.16rem 1.2rem; position:relative; border-bottom:1px dotted #36578d; }
.list-case2 .item figure {border-radius: 50%; display:block; width:0.96rem; height:0.96rem; position:absolute; left:0; top:0.16rem; }
.list-case2 .item h3 { font-size:0.22rem; margin-bottom:0.04rem; font-weight:400;  }
.list-case2 .item p { opacity:0.7; }


/* 标题列表 */
.list-news { width:100%; }
.list-news .list { padding:0 0 3% 0; }
.list-news .item { width:auto; padding:0 2%; }
.list-news .item:active { background:#f1f1f1; }
.list-news .item a { display:block; height:0.64rem; line-height:0.64rem; border-bottom:1px dotted #dcbe8c; }
.list-news .item h3 { font-size:0.21rem; font-weight:400; color:#333; }

/* 文字组列表 */
.list-news2 { width:100%; }
.list-news2 .list { padding:0 0 3% 0; }
.list-news2 .item { width:auto; padding:0 2%; }
.list-news2 .item:active { background:#f9f9f9; }
.list-news2 .item a { display:block; height:1.48rem; padding:0.16rem 0; position:relative; border-bottom:1px dotted #36578d; }
.list-news2 .item h3 { font-size:0.22rem; margin-bottom:0.04rem; font-weight:400; color:#333; }
.list-news2 .item p { opacity:0.7; }

/* 图文详情 */
.product-view { width:100%; height:auto; overflow:hidden; }
.product-view img { display:block; width:100%; }
.product-content { }
.product-content h1 { padding:0.16rem 2% 0; font-size:0.28rem; text-align:center; }



/***********************************
 *** 通用组件类
 **********************************/
 
/* 工具栏 */



/* 广告位 */
.banner { width:100%; overflow:hidden; position:relative; }
.banner .list { float:left; width:500%; }
.banner .list li { float:left; width:20%; }
.banner .list img { display:block; width:100%; }
.banner .tip { width:20%;  line-height:2; text-align:center; clear:both;margin: 0 auto;
  display:none; position: absolute; right:4%; bottom:.2rem;background: #236efb;border-radius: .3rem;
margin-left: 35%;}
.banner .tip span { display:inline-block; vertical-align:middle; width:.18rem; height:.18rem;
    border-radius:100%; margin:0 .05rem; vertical-align:middle;border:3px solid #fff; }
.banner .tip span.cur { background: #fff; }
.qqqq .tip{ width: 91%;margin: 0;}
/* 百度地图 */
.location { position:fixed; left:0; top:0; right:0; bottom:0; z-index:99; background:#fff; visibility:hidden; }
.location .map { position:absolute; top:0; left:0; bottom:0.8rem; right:0; z-index:97; }
.location .address { position:absolute; left:0; bottom:0; right:0; padding:0.16rem 0.16rem; background:#fff; z-index:98; box-shadow:0 -0.04rem 0.04rem rgba(0,0,0,.2); }
.location .address p { height:0.68rem; line-height:0.44rem; margin:0 0.64rem 0 0; overflow:hidden; opacity:.5; }
.location .close { position:absolute; right:0.16rem; bottom:0.16rem; width:0.48rem; height:0.48rem; text-align:center; font-size:0.32rem; z-index:99; background:url(../images/map-close.png) center center no-repeat; background-size:0.28rem; border:0.02rem solid #aaa; border-radius:50%;  }
.location .close:active { background:#f1f1f1; }
.BMap_bubble_title a { display:inline-block; height:0.48rem; line-height:0.48rem; padding:0 0.24rem; color:#FFF; background:#8ea8e0; border-radius:0.02rem; margin-bottom:0.04rem; font-size:0.22rem; }
.BMap_bubble_title a:hover { box-shadow:0 0 0 1000px rgba(0,0,0,0.2) inset; }

/* 栏目面包屑 */
.sitepath { height:0.56rem; line-height:0.56rem; background:#eee; position:relative; }
.sitepath h2 { display: inline-block;
padding: 0 .2rem 0 .5rem;
color: #666;
font-size: .26rem;
font-weight: normal;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3RkU5ODA3Q0JBOTVFNjExQTY5M0FGNTREMTEyOUI0MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1NDVGQ0RFNDk3NkYxMUU2OUQwMTlGNzgwNURGQzEyQiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1NDVGQ0RFMzk3NkYxMUU2OUQwMTlGNzgwNURGQzEyQiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjg0NEY5OUVBNzA5NkU2MTE4NDEzQUQyMzI3OTBDQTNGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjdGRTk4MDdDQkE5NUU2MTFBNjkzQUY1NEQxMTI5QjQyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+rfFocwAAAUdJREFUeNrs3e0NgjAYhVEhzspQLIsD+EvjR+99zzOAIZ5UaEvjdl3XTeu0+wqACAgQAQEiIEAEBIiACAgQAQEiIEAEBIiACAgQAQEiIEAEBIiA6Ln7ihd1nue3Pvo6jmMzQtYo4tzFDgMIjMEgccfDdhhA/omxAYExGiQaow0kHqMJpAKjBaQGowGkCiMdpA4jGaQSIxWkFiMRpBojDaQeIwlkBEYKyBiMBJBRGKuDjMNYGWQkRvpMHcgP214cOUCgzPzJGoeScA8ZhZJyUx+DkvSUNQIl7bG3HiVxHlKNkjoxrEVJnqlXoqQvndShNKxlVaG0LC7WoDSt9lagtC2/x6M07odEo7RuUMWiNO8YevsdCpA6lCkvOThjCOXNi/RfuEaIgAARECACAkRAgAiIgAARECACAkRAgAiIgAARECD6aA8BBgByQTHDFwX6TwAAAABJRU5ErkJggg==) left center no-repeat;
    background-size: auto;
background-size: .5rem;
}
.sitepath .showmenu { position:absolute; right:0.12rem; top:0; color:#999; padding-right:0.32rem; display:none; }
.sitepath .showmenu:after { content:''; position:absolute; right:0; top:0.14rem; width:0.24rem; height:0.24rem; background:url(../images/arrow-down.png) center center no-repeat; background-size:0.2rem; margin-left:0.06rem; }
.sitepath .showmenu.current:after { transform:rotate(180deg); }

/* 栏目菜单 */
.menu { width:100%; display:none; }
.menu .list { width:100%; padding:2% 0 0; }
.menu .list dd { float:left; width:30.666666666666%; height:0.48rem; line-height:0.48rem; padding:0 0.08rem; margin:0 0 2% 2%; border:1px solid #1d66cf; border-radius:3px; text-align:center;
background: #1d66cf;}
.menu .list a { display:block; font-size:0.19rem;color: #fff; }
.menu .list dd:active, .menu .list dd.current { background:#dc272c;border-color: #fd5800; }
.menu .list dd:active a, .menu .list dd.current a { color:#fff; }

/* 提交表单 */
#formPost { padding:4%; color:#666; overflow:hidden; }
#formPost li { margin-bottom:0.24rem; float:left; width:100%; font-size:1.2em; }
#formPost .txt, #formPost .text { width:100%; padding:0 3%; height:0.64rem; line-height:0.64rem; background:#FFF; border:0.02rem solid #aaa; border-radius:3px; }
#formPost .txt:focus, #formPost .text:focus { border-color:#dc272c; }
#formPost .text { height:1.92rem; line-height:0.24rem; padding:3%; }
#formPost .submit { width:100%; height:0.64rem; line-height:0.64rem; background:#1d66cf; border:1px solid #1d66cf; border-radius:3px; font-size:0.22rem; color:#FFF; text-align:center; }
#formPost .submit:active { background:#36578d; }

/* 内容格式化 */
[ig-article] { text-align:justify; padding:2%; font-size:0.3rem; line-height:1.8; }
[ig-article] img { max-width:100% !important; height:auto !important; display:block; margin:0 auto; }

/* 关联链接 */
[ig-link] { height: 0.8rem;width:96%; display:block; margin:0 auto 0.32rem; position:relative; top:0.32rem; overflow:hidden;color: #fff; }
[ig-link] .prev, [ig-link] .next { width:49%; height:0.56rem; line-height:0.56rem; text-align:center; border:0.02rem solid #1d66cf; background:#1d66cf; font-size:0.21rem; }

[ig-link] .next { position:absolute; right:0; top:0; }
[ig-link] a { display:block; height:0.56rem;color: #fff; }
[ig-link] div:active { background:#e96616; }

/* 页面细节 */
[ig-hide] { display:none; }
[ig-cut] { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; word-break:break-all; }
[ig-load] { display:block; width:96%; height:0.64rem; line-height:0.64rem; text-align:center; 
  margin:0 2% 0.16rem; opacity:0.7; background:#1d66cf; border-radius:3px; font-size:0.21rem;  display:none;
color: #fff;}
[ig-load]:active { background:#999; }
[ig-null] { display:block; width:100%; height:0.64rem; line-height:0.64rem; overflow:hidden; opacity:0.5; }
.ig-hover { box-shadow:0 0 0 1000px rgba(0,0,0,0.05) inset; }
.pager { display:none; }
.api {  content:'4DD845D1BB619BEEFB641EC49A7D8735'; }
/*.BMap_bubble_content{font-size: .2rem;line-height: 1;}*/

/***********************************
 *** 动画
 **********************************/

@keyframes show_smaller{
  0%{
    visibility:visible;
    opacity:0; 
    transform:scale(2,2);
  }
  100%{
    visibility:visible;
    opacity:1; 
    transform:scale(1,1);
  }
}
@keyframes hide_smaller{
  0%{
    visibility:visible;
    opacity:1; 
    transform:scale(1,1);
  }
  100%{
    visibility:visible;
    opacity:.5; 
    transform:scale(0,0);
  }
}




/***********************************
 *** 设备适配
 **********************************/

/* @media (min-width:700px){
  html { font-size:100px; }
} 
@media (max-width:700px){
  html { font-size:90px; }
}
@media (max-width:500px){
  html { font-size:80px; }
} 
@media (max-width:350px){
  html { font-size:70px; }
} */


/***********************************
 *** 配色方案
 **********************************/


