﻿@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
	/*font-weight: normal;*/
}
body,div,p,p,ul,li,h1,h2,h3,h4,h5,h6,span,dt,dd,dl,a,form ,label{
	font-family:Microsoft YaHei;
	/*font-size:14px;*/
	color:#636363;
	-webkit-text-size-adjust:none;
}
img {
	border:none;
}
ul,li,ol {
	list-style:none
}
a {
	text-decoration:none
}
.wrap {
	margin:0 auto;
	width:1200px;
}
.lt{float: left;}
.rt{float: right;}
.clf{clear: both;}
/*===================首页=========================*/
.top_bgtitle{
	height: 70px;
	background: #fff;
	border-bottom: 1px solid #F2F2F2;
}
.top_bgtitle img {
    margin-top: 12px;
    width: 96%;
    height: 90%;
}
.top_ss{
	margin-top:20px;
	width: 284px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #F2F2F2;
	border-radius: 8px;
	overflow: hidden;
}
.top_ss .txt{
	float: left;
	border: none;
	width: 240px;
	line-height: 34px;
	outline: none;
	padding: 0 5px;
}
.top_ss .btn{
	float: left;
	width: 34px;
	height: 34px;
	background: #243f80 url(../images/ssb.png) center center no-repeat;
	border: none;
	cursor: pointer;	
}
/*---------首页滚动公告--------*/
.topgg{
	border-bottom: 1px solid #ddd;
	height:30px;
	padding:12px 0;
	overflow: hidden;
}
.ggtp{
	width: 32px;
	height:30px;
	line-height: 30px;
	background: #243f80 url(../images/xlb.png) center center no-repeat;
	border-radius: 5px;
}
.rowdiv{
	float: left;
	width: 1130px;
	height:30px; position:relative; overflow:hidden;
	margin-left: 20px;
}
.txtdiv{
	line-height: 30px;
}
.txtdiv em{
	font-style: normal;
	color: #243f80;
}
/*-------首页新闻中心-------*/
.intt{
	height:90px;
	line-height:90px;
	text-align: center;
}
.intt span{
	font-size: 24px;
}
.intt em{
	font-size: 18px;
	padding-left:10px;
}
.tt2{
	background: url(../images/tt2.png) center bottom no-repeat;
}
.tt2 *{
	color: #222;
}
/*----新闻切换------*/
.tab {
	background:#e5e5e5;
	height:4px;
}
.tab-hd {
	width: 1200px;
	height: 30px;
	position: relative;
	margin:80px auto 0 auto;
}
.tab-hd span{
	display: block;
	width:140px;
	height: 44px;
	line-height: 44px;
	background: #fff;
	border: 1px solid #243f80;
	border-radius:24px;
	color:#243f80;
	text-align:center;
	cursor:pointer;
	position: absolute;
	font-size: 16px;
	top:-22px;
}
.tab-hd span.span1{
   left: 0;
}
.tab-hd span.span2{
   left:180px;}
.tab-hd span.span3{
   left:360px;
}
.tab-hd span.active {
	background:#243f80;
	color: #fff;
}
.tab-bd .divb{
	display:none;
	margin-top:40px;
	height: 410px;
    position: relative;
}
.tab-bd .thisclass {
	display:block;
}
.bgtp{
	width: 520px;
	border: 1px solid #d4d4d4;
    box-shadow: 5px 5px 5px #e2e2e2;
	float: left;
	background: #f6f6f6;
}
.bgtp img{
	width: 520px;
	height: 290px;
}
.bgtp h3{
	font-size: 16px;
	line-height: 30px;
	max-height:60px;
	padding: 0 10px;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2;
    overflow: hidden; 
}
.bgtp p {
	line-height: 30px;
	overflow: hidden;
	padding:10px;
}
.bgtp p span{
	color: #222;
	border-bottom: 1px solid #243f80;
	float: left;
}
.bgtp p a{
	float: right;
	text-align: center;
	border: 1px solid #243f80;
	width: 100px;
	height: 30px;
	line-height: 30px;
	color: #243f80;
	border-radius: 20px;

}
.bgtp p a:hover{
	color: #fff;
	background: #243f80;
}
.inulist{
	display: block;
	overflow: hidden;
	float: right;
	width: 620px;
}
.inulist .timb{
	width:119px;
	height: 82px;
	margin-top: 19px;
	background: url(../images/lib.png); 
}
.inulist li{
	margin-top: 16px;
	height: 120px;
	overflow: hidden;
}
.inulist li:first-child{
	margin-top: 0;
}
.inulist li:hover .timb{
	background: url(../images/libh.png); 
}
.inulist .timb strong{
	display:block;
	font-size:34px;
	color: #fff;
	text-indent: 24px;
}
.inulist .timb span{
	display:block;
	font-size: 16px;
	color: #fff;
	text-indent: 10px;
	line-height: 30px;
}
.inulist a{
	float: right;
	width: 470px;
	height: 120px;
	padding: 10px;
	background: #f6f6f6;
	overflow: hidden;
}
.inulist a h2{
	color: #222;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.inulist a p{
	margin-top: 10px;
	line-height: 24px;
	max-height: 72px;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 3;
    overflow: hidden; 
}
.divb a.cka{
	display: block;
	width:140px;
	height: 44px;
	line-height: 44px;
	background: #fff;
	border: 1px solid #243f80;
	border-radius:24px;
	color:#243f80;
	text-align:center;
	cursor:pointer;
	position: absolute;
	font-size: 16px;
	top:-92px;
	right: 0;
}
.divb a.cka:hover{
	background:#243f80;
	color: #fff; 
}
/*------------认识集团------------*/
.rsjituan{
	width: 100%;
	height: 730px;
	margin-top: 75px;
	overflow: hidden;
	background: url(../images/rstp.jpg);
	background-size: cover;
}
.tt1 {
    background: url(../images/tt1.png) center bottom no-repeat;
}
.tt1 *{
	color: #fff;
}
.jianjp{
	display: block;
	width: 900px;
	line-height: 30px;
	margin:50px auto 0 auto;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
/*-----------集团产业----------*/
.jtchanye{
	width: 1320px;
	margin: 30px auto 0 auto;
}
.cylist{
	display: block;
	overflow: hidden;
	margin-top:75px;
}
.cylist dl{
	width: 198px;
	height: 360px;
	margin: 0 5px;
	padding: 5px;
	float: left;
	background: #fff;
	border: 1px solid #8aacff;
	border-radius: 6px;
	transition:background 1s;
}
.cylist dl a{
	display: block;
	height: 100%;
}
.cylist dl dt{
	text-align: center;
	display: block;
	width: 100%;
	height:80px;
	line-height: 130px;
	font-size: 16px;
	color: #333;
}
.cylist dl dd{
	margin-top: 10px;
	line-height: 26px;
	max-height: 260px;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 10;
    overflow: hidden;
}
.cylist dl:hover{
	background: #243f80;
}
.cylist dl:hover *{
	color: #fff;
}
.cylist dl dt.t1{
	background: url(../images/cy1.png) top center no-repeat;
}
.cylist dl dt.t2{
	background: url(../images/cy2.png) top center no-repeat;
}
.cylist dl dt.t3{
	background: url(../images/cy3.png) top center no-repeat;
}
.cylist dl dt.t4{
	background: url(../images/cy4.png) top center no-repeat;
}
.cylist dl dt.t5{
	background: url(../images/cy5.png) top center no-repeat;
}
.cylist dl dt.t6{
	background: url(../images/cy6.png) top center no-repeat;
}
.cylist dl:hover dt.t1{
	background: url(../images/cyh1.png) top center no-repeat;
}
.cylist dl:hover dt.t2{
	background: url(../images/cyh2.png) top center no-repeat;
}
.cylist dl:hover dt.t3{
	background: url(../images/cyh3.png) top center no-repeat;
}
.cylist dl:hover dt.t4{
	background: url(../images/cyh4.png) top center no-repeat;
}
.cylist dl:hover dt.t5{
	background: url(../images/cyh5.png) top center no-repeat;
}
.cylist dl:hover dt.t6{
	background: url(../images/cyh6.png) top center no-repeat;
}
.clear{
	clear: both;
}
/*------------------------------=========内页  style==============----------------------------------*/
/*-------------当前位置-------------*/
.max_box{
	width: 100%;
	height: 50px;
	border-bottom:1px solid #ddd;
	background: #FFFFFF;
}

.watch{
	width: 1200px;
	margin: 0 auto;
}
.max_box .zuishan{
	display: block;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.max_box .biaoqian{
	width: 100%
}
.max_box .biaoqian li{
	overflow: hidden;
    white-space:nowrap;
    float: left;
    line-height: 50px;
    padding-left: 20px;
}
.max_box .biaoqian li a{
	    font-size: 12px;
    font-weight: bold;
    color: #888;
    border-left: 1px solid #dcdcdc;
    padding-left: 20px;

}
    .max_box .biaoqian li:first-child a{
        border-left:none;
    }
.max_box .biaoqian li .moren{
	color: #243f80;
}
.max_box .biaoqian li a:hover{
	color: #243f80;
}
.max_box .watch p{
	height: 50px;
	float: right;
	line-height: 50px;
}
.max_box .watch p a{
	padding: 0 10px;
}
.max_box .watch p a:hover{
	color: #243f80;
}
/*-----新闻中心-------*/
.bocc{
	width: 1220px;
	height: 100%;
	margin: 0 auto;
	clear: both;
}

.bocc ul{
	display: block;
	overflow: hidden;
}
.bocc ul li{
	float: left;
	width:374px;
	margin:30px 15px 0 15px;
	background: #f6f6f6;
	border: 1px solid #c1c1c1;
    box-shadow: 6px 10px 20px rgba(224, 224, 224, 0.6);
}
/*特效*/
.he_ZoomInImg{background:#243f80;   width: 377px;
    height: 222px;padding:0;margin:0;border:1px solid #E4E4E4;position:relative;box-sizing:border-box;cursor:pointer;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_ZoomInImg .he_ZoomInImg_img{position:relative;display:block;width:100%;padding:0;margin:0;opacity:1;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_ZoomInImg:hover .he_ZoomInImg_img{opacity:.7;-webkit-transform:scale(1.3);-moz-transform:scale(1.3);-o-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}
.he_ZoomInImg .he_ZoomInImg_caption{color:#fff;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_ZoomInImg .he_ZoomInImg_caption,.he_ZoomInImg .he_ZoomInImg_caption > a{position:absolute;top:0;left:0;width:100%;height:100%;padding:0;margin:0;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_ZoomInImg .he_ZoomInImg_caption_h{font-size:1.3em;font-weight:700;text-align:center;width:80%;position:absolute;top:20%;left:10%;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out;overflow:hidden;opacity:.8}.he_ZoomInImg:hover .he_ZoomInImg_caption_h{color:#fff;opacity:1}
.he_ZoomInImg .he_ZoomInImg_caption_p{font-size:1em;text-align:center;width:80%;position:absolute;top:45%;left:10%;-webkit-transition:all .6s ease-in-out;-moz-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;-ms-transition:all .6s ease-in-out;transition:all .6s ease-in-out;overflow:hidden;opacity:0}
.he_ZoomInImg:hover .he_ZoomInImg_caption_p{color:#fff;opacity:1}

.he_ZoomOutImg{background:#243F80;width:380px;height:240px;padding:0;margin:0;border:1px solid #e4e4e4;position:relative;box-sizing:border-box;cursor:pointer;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_ZoomOutImg .he_ZoomOutImg_img{position:relative;display:block;width:100%;padding:0;margin:0;opacity:1;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden;-webkit-transform:scale(1.3);-moz-transform:scale(1.3);-o-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}
.he_ZoomOutImg:hover .he_ZoomOutImg_img{opacity:.7;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.he_ZoomOutImg .he_ZoomOutImg_caption{color:#fff;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_ZoomOutImg .he_ZoomOutImg_caption,.he_ZoomOutImg .he_ZoomOutImg_caption > a{position:absolute;top:0;left:0;width:100%;height:100%;padding:0;margin:0;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_ZoomOutImg .he_ZoomOutImg_caption_h{font-size:1.3em;font-weight:700;text-align:center;width:80%;position:absolute;top:20%;left:10%;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out;overflow:hidden;opacity:.8}
.he_ZoomOutImg:hover .he_ZoomOutImg_caption_h{color:#fff;opacity:1}
.he_ZoomOutImg .he_ZoomOutImg_caption_p{font-size:1em;text-align:center;width:80%;position:absolute;top:45%;left:10%;-webkit-transition:all .6s ease-in-out;-moz-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;-ms-transition:all .6s ease-in-out;transition:all .6s ease-in-out;overflow:hidden;opacity:0}
.he_ZoomOutImg:hover .he_ZoomOutImg_caption_p{color:#fff;opacity:1}
/*特效结束*/
.bocc ul li img{
	display: block;
	margin: 0 auto;
	height: 220px;
	width: 100%;
}
.bocc ul li h2{
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	padding: 4px 10px;
	display: inline-block;
    max-width: 320px;
    font-weight: bold;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.bocc ul li p.hp{
	padding: 0 10px;
	overflow: hidden;
	height: 40px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-left: 10px;
    max-width: 376px;
    line-height: 21px;
}
.bocc ul li p.tp{
	height: 30px;;
	line-height: 30px;
	overflow: hidden;
	padding: 0 10px;
}
.bocc ul li p.tp span{
	float: left;
	color: #999;
}
.bocc ul li p.tp a{
	float: right;
	color: #999;
}
.bocc ul li:hover h2,.bocc ul li:hover p.tp a{
	color: #243f80;
}
/*分页*/
.fenye{
	width: 1200px;
	margin: auto;
	margin-top: 40px;
}
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0 auto;
    margin-left: 38%;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    background: #FFFFFF;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

ul.pagination li a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}

/*----------商务合作文案列表页----------*/
/*左边列表*/
.main{
	position: relative;
    margin: 0 auto;
    width: 1200px;
    background: #fff url() repeat-y right 0;
}
.buas-left{
	/*float: left;*/
	/*改动*/
	float: right;
    padding: 0px;
    width: 820px;
    overflow: hidden;
}
.top-buas {
    position: relative;
    background-color: #f7f8ff;
    padding: 10px;
}

.top-buas h1 {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 19px;
    color: #323232;
    border-bottom: 1px dotted gray;
}
.top-buas p {
    margin-top: 10px;
}
p {
    line-height: 22px;
}
.main .group-buas .link-list {
    overflow: hidden;
    line-height: 58px;
    display:block; 
}
.main .group-buas .link-list li{
	height: 40px;
}
.main .group-buas .link-list a {
    line-height: 35px;
    border-bottom: 1px solid #ededed;
    
}
.main .group-buas .link-list a h3{
	max-width: 412px;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;;
}
.main .group-buas .link-list a .panem {
    float: right;
    margin-right: 15px;
    font-size: 12px;
    color: #999;
    font-style: normal;
}
.link-list a {
    display: block;
    overflow: hidden;
    color: #7b6a68;
    transition: color 0.7s;
    -webkit-transition: color 0.7s;
}
.link-list a span {
    float: right;
    width: 76px;
    color: inherit;
}
.jiazai {
    margin-top: 5px;
    width: 100%;
    height: 40px;
    background: #243f80 url(../images/more.png) no-repeat center center;
    cursor: pointer;
}

/*----------============================通用右边菜单列表*/
.right2 {
	/*float: right;*/
   /*改动*/
    float: left;
    width: 340px;
    height: 100%;
}
.right .title,.right2 .title{
    margin: -32px -1px 0 -1px;
    height: 140px;
    background-color: #243f80;
    background-repeat: no-repeat;
    background-position: 24px 73px;
}
.right .title span,.right2 .title span{
	display: inline-block;
	margin-top: 70px;
	margin-left: 20px;
	font-size: 32px;
	color: #fff;
	
}

.right .menu li,.right2 .menu li {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
}
.right .menu li a,.right2 .menu li a {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    font-weight: bold;
    text-indent: 22px;
}
.right .menu li .abs,.right2 .menu li .abs {
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 1;
    width: 100%;
    height: 100%;
}


/*菜单浮动样式*/

.menu li a:before,
.menu li a:after {
  -webkit-transition: 0.5s;
  		transition: 0.5s;
}


.menu li a:before,
.menu li a:after {
  z-index: -1;
}
[class^="btn-0"] {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  overflow: hidden;
  border: 1px solid #ededed;
}

.btn-0 {
  color: #666;
}
.btn-0:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 80px;
  background: #ccd6ff;
}
.btn-0:hover {
  color: #243f80;
}
.btn-0:hover:before {
  width: 342px;
}
.btn-0:active {
  background: #243f80;
}
/*=======================集团产业单页========================*/

.chanye {
	width: 1200px;
	height: 1000px;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
}

.chanye .frist {
	width: 580px;
	height: 312px;
	float: left;
	background: blueviolet;
	box-shadow: 6px 10px 5px #cacaca;
}
.chanye .frist .wenan{
	width: 100%;
	height: 40px;
	background: red;
	z-index: 9999;
}
.chanye .frist .wenan p{
	display: block;
	margin: 0 auto; 
}
/*第一块遮罩效果*/

.chanye .frist .he_slideCaptionDown {
	background: #000;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 1px solid #F2F2F2;
	position: relative;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden
}

.chanye .frist .he_slideCaptionDown .he_slideCaptionDown_img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	opacity: 1;
	overflow: hidden
}

.chanye .frist .he_slideCaptionDown .he_slideCaptionDown_caption {
	color: #fff;
	background: rgba(24, 114, 83, 0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
	-o-transform: translate3d(0, -100%, 0);
	-ms-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden
}

.chanye .frist .he_slideCaptionDown:hover .he_slideCaptionDown_caption {
	background: rgba(35, 62, 127, .6);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.chanye .frist .he_slideCaptionDown .he_slideCaptionDown_caption,
.he_slideCaptionDown .he_slideCaptionDown_caption>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden;
}

.chanye .frist .he_slideCaptionDown .he_slideCaptionDown_caption_h {
	font-size: 1.3em;
	font-weight: 700;
	text-align: center;
	width: 80%;
	position: absolute;
	top: -50%;
	left: 10%;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	overflow: hidden;
	opacity: 0
}

.chanye .frist .he_slideCaptionDown:hover .he_slideCaptionDown_caption_h {
	color: #fff;
	top: 25%;
	opacity: 1;
	font-size: 24px;
}

.chanye .frist .he_slideCaptionDown .he_slideCaptionDown_caption_p {
	font-size: 1em;
	text-align: center;
	max-width: 80%;
	position: absolute;
	top: -50%;
	left: 10%;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	overflow: hidden;
	opacity: 0
}

.chanye .frist .he_slideCaptionDown:hover .he_slideCaptionDown_caption_p {
	color: #fff;
	top: 45%;
	opacity: 1
}

.chanye .frist .he_slideCaptionDown .he_slideCaptionDown_caption_p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	font-size: 16px;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	line-height: 24px;
}


/*end*/

.chanye .two {
	width: 580px;
	height: 312px;
	float: right;
	background: blueviolet;
	box-shadow: 6px 10px 5px #cacaca;
}


/*第二块遮罩效果*/

.chanye .two .he_slideCaptionDown {
	background: #000;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 1px solid #F2F2F2;
	position: relative;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden
}

.chanye .two .he_slideCaptionDown .he_slideCaptionDown_img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	opacity: 1;
	overflow: hidden
}

.chanye .two .he_slideCaptionDown .he_slideCaptionDown_caption {
	color: #fff;
	background: rgba(24, 114, 83, 0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
	-o-transform: translate3d(0, -100%, 0);
	-ms-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden
}

.chanye .two .he_slideCaptionDown:hover .he_slideCaptionDown_caption {
	background: rgba(35, 62, 127, .6);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.chanye .two .he_slideCaptionDown .he_slideCaptionDown_caption,
.he_slideCaptionDown .he_slideCaptionDown_caption>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden
}

.chanye .two .he_slideCaptionDown .he_slideCaptionDown_caption_h {
	font-size: 1.3em;
	font-weight: 700;
	text-align: center;
	width: 80%;
	position: absolute;
	top: -50%;
	left: 10%;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	overflow: hidden;
	opacity: 0
}

.chanye .two .he_slideCaptionDown:hover .he_slideCaptionDown_caption_h {
	color: #fff;
	top: 25%;
	opacity: 1;
	font-size: 24px;
}

.chanye .two .he_slideCaptionDown .he_slideCaptionDown_caption_p {
	font-size: 1em;
	text-align: center;
	max-width: 80%;
	position: absolute;
	top: -50%;
	left: 10%;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	overflow: hidden;
	opacity: 0
}

.chanye .two .he_slideCaptionDown:hover .he_slideCaptionDown_caption_p {
	color: #fff;
	top: 45%;
	opacity: 1
}

.chanye .two .he_slideCaptionDown .he_slideCaptionDown_caption_p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	font-size: 16px;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	line-height: 24px;
}


/*end*/

.chanye .three {
	width: 370px;
	height: 600px;
	float: left;
	background: brown;
	margin-top: 40px;
	box-shadow: 6px 10px 5px #cacaca;
}


/*第三块遮罩效果*/

.chanye .three .he_slideCaptionDown {
	background: #000;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 1px solid #F2F2F2;
	position: relative;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden
}

.chanye .three .he_slideCaptionDown .he_slideCaptionDown_img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	opacity: 1;
	overflow: hidden
}

.chanye .three .he_slideCaptionDown .he_slideCaptionDown_caption {
	color: #fff;
	background: rgba(24, 114, 83, 0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
	-o-transform: translate3d(0, -100%, 0);
	-ms-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden
}

.chanye .three .he_slideCaptionDown:hover .he_slideCaptionDown_caption {
	background: rgba(35, 62, 127, .6);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.chanye .three .he_slideCaptionDown .he_slideCaptionDown_caption,
.he_slideCaptionDown .he_slideCaptionDown_caption>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden
}

.chanye .three .he_slideCaptionDown .he_slideCaptionDown_caption_h {
	font-size: 1.3em;
	font-weight: 700;
	text-align: center;
	width: 80%;
	position: absolute;
	top: -50%;
	left: 10%;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	overflow: hidden;
	opacity: 0
}

.chanye .three .he_slideCaptionDown:hover .he_slideCaptionDown_caption_h {
	color: #fff;
	top: 25%;
	opacity: 1;
	font-size: 24px;
}

.chanye .three .he_slideCaptionDown .he_slideCaptionDown_caption_p {
	font-size: 1em;
	text-align: center;
	max-width: 80%;
	position: absolute;
	top: -50%;
	left: 10%;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	overflow: hidden;
	opacity: 0
}

.chanye .three .he_slideCaptionDown:hover .he_slideCaptionDown_caption_p {
	color: #fff;
	top: 45%;
	opacity: 1
}

.chanye .three .he_slideCaptionDown .he_slideCaptionDown_caption_p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	font-size: 16px;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	line-height: 24px;
}


/*end*/

.chanye .four {
	width: 375px;
	height: 280px;
	float: left;
	background: brown;
	box-shadow: 6px 10px 5px #cacaca;
	margin-top: 40px;
	margin-left: 40px;
}


/*后四块遮罩效果*/

.chanye .four .he_slideCaptionDown {
	background: #000;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 1px solid #F2F2F2;
	position: relative;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden
}

.chanye .four .he_slideCaptionDown .he_slideCaptionDown_img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	opacity: 1;
	overflow: hidden
}

.chanye .four .he_slideCaptionDown .he_slideCaptionDown_caption {
	color: #fff;
	background: rgba(24, 114, 83, 0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
	-o-transform: translate3d(0, -100%, 0);
	-ms-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden
}

.chanye .four .he_slideCaptionDown:hover .he_slideCaptionDown_caption {
	background: rgba(35, 62, 127, .6);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.chanye .four .he_slideCaptionDown .he_slideCaptionDown_caption,
.he_slideCaptionDown .he_slideCaptionDown_caption>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden
}

.chanye .four .he_slideCaptionDown .he_slideCaptionDown_caption_h {
	font-size: 1.3em;
	font-weight: 700;
	text-align: center;
	width: 80%;
	position: absolute;
	top: -50%;
	left: 10%;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	overflow: hidden;
	opacity: 0
}

.chanye .four .he_slideCaptionDown:hover .he_slideCaptionDown_caption_h {
	color: #fff;
	top: 25%;
	opacity: 1;
	font-size: 24px;
}

.chanye .four .he_slideCaptionDown .he_slideCaptionDown_caption_p {
	font-size: 1em;
	text-align: center;
	max-width: 80%;
	position: absolute;
	top: -50%;
	left: 10%;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	overflow: hidden;
	opacity: 0
}

.chanye .four .he_slideCaptionDown:hover .he_slideCaptionDown_caption_p {
	color: #fff;
	top: 45%;
	opacity: 1
}

.chanye .four .he_slideCaptionDown .he_slideCaptionDown_caption_p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	font-size: 16px;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	line-height: 24px;
}


/*end*/
/*------------==========详情信息页----------*/
.main {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 100%;
    z-index: 66;
}
/*左*/
.news-left {
    /*float: left;*/
   /*改动*/
    float: right;
    margin: 40px 0 22px 0;
    width: 820px;
    border: 1px solid #ececec;
    box-shadow:  5px 5px 5px #ddd;
    overflow: hidden;
    background: #f9f9f9;
}
.editor {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.editor .head {
	margin:  0 auto;
	margin-top:  20px;
	margin-bottom: 20px;
	width: 748px;
	border-bottom: 1px dotted #c9c9c9;
}
.editor .head h1 {
    margin: 10px 0;
    text-align:  center;
    font-weight: bold;
    font-size: 19px;
    color: #323232;
}
.editor .head .news-info{
	/* height: 13px; */
	width: 100%;
	text-align:  center;
	display: inline-block;
}
.editor .xinw{
	/* width: 300px; */
	/* height: 1080px; */
	background: #fbfbfb;
	text-indent: 20px;
	text-align: center;
}
.xinw img{
	/* height: 560px; */
	width: 60%;
	margin:  10px 0 10px 0;
	text-align: center;
}
.xinw p{
	width: 748px;
	margin:  0 auto;
	/* margin-left:  20px; */
	/* background:  #ddd; */
	line-height: 28px;
	font-size: 16px;
	text-align: justify!important;
}
.next-last{
	float: left;
	margin-top: 12px;
	width: 360px;
	height: 58px;
}
.next-last a{
	float: left;
	margin-top: 5px;
	font-size: 14px;
	margin-left:  7%;
	width: 100%;
	font-weight: bold;
	color: #666;
	text-align: justify!important;
	max-width: 350px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.next-last span{
	display: inline-block;
	margin-left: -108px;
}
.next-last h4 a:hover{
	color: #243f80;
}
.next-last span a:hover{
	color: #243f80;
}
/*分享*/
.bshare-custom a {
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 0;
    
    width: 20px;
    height: 20px;
    overflow: hidden;
}
.bshare-custom {
    float: right;
    bottom: 11px;
    padding-left: 40px;
    margin-right: 40px;
    margin-top: 17px;
    background: url(../images/share-txt.jpg) no-repeat 0 0;
}
.bshare-custom .bshare-weixin {
    background: url(../images/share.jpg) no-repeat -54px 0;
}
.bshare-custom .bshare-sinaminiblog {
    background: url(../images/share.jpg) no-repeat -79px 0;
}
.bshare-custom .bshare-qzone {
    background: url(../images/share.jpg) no-repeat -129px 0;
}
.bshare-custom .bshare-qqim {
    background: url(../images/share.jpg) no-repeat -154px 0;
}
/*------------------------------南旅新闻分页列表-------------------*/
/*------------------------------南旅新闻分页列表-------------------*/
.xinwne{
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
}
.xinwne .xin_left{
	float: left;
	width: 830px;
	height: 1240px;
}

.xinwne .xin_left .news-top1{
	height: 200px;
	border: 1px solid #f2f2f2;
}
.xinwne .xin_left .news-top1 a{
	display: inline-block;
}
.xinwne .xin_left .news-top1 a h3:hover{
	color: #3964ce;
}
.xinwne .xin_left .news-top1 a p:hover{
	color: #3964ce;
}
.xinwne .xin_left .news-top1 h3{
	    display: inline-block;
    max-width: 350px;
    margin: 20px 0 0 20px;
    font-size: 18px;
    font-weight: bold;
    color: #585858;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.xinwne .xin_left .news-top1 p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	font-size: 14px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-left: 20px;
	padding-top: 30px;
	max-width: 538px;
	line-height: 21px;
}

.xinwne .xin_left .news-top1 .tupian{
	width: 240px;
	height: 154px;
	float: left;
	margin: 20px 0 0 20px;
}
.xinwne .xin_left .news-top1 .fabu{
	display: inline-block;
    margin-left: 20px;
    margin-top: 26px;
    font-size: 12px;
    color: #b7b7b7;
}
.xinwne .xin_left .news-top1 .shijian{
	display: inline-block;
	/*margin-left: 20px;*/
	margin-top: 26px;
	font-size: 12px;
	color: #999999;
}
/*悠悠边部*/
.xinwne .xin_right{
	float: right;
	width: 340px;
	height: 636px;
	border: 1px solid #F2F2F2;
}

#menu {
	width: 100%;
	overflow: hidden;
}
#menu #nav {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu #nav li {
	float: left;
	width: 170px;
}

#menu #nav li a {
	display: block;
	line-height: 45px;
	font-size: 16px;
	height: 45px;
	text-decoration: none;
	padding: 0 0 0 5px;
	text-align: center;
	color: #333;
}

#menu_con {
	width: 358px;
	border-top: none;
}

.tag {
	width: 570px;
	overflow: hidden;
}
.tag a{
	display: inline-block;
	width: 100%;
}
.selected {
	background: #f3f3f3;
	color: #d0daf3;
}
.xinwne .xin_right h3{
	display: inline-block;
	max-width: 276px;
	margin: 20px 0 0 20px;
	font-size: 14px;
	/*font-weight: bold;*/
	color: #666;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.xinwne .xin_right h3:hover{
	color: #243f80;
	}


.redpoint{
	height: 22px;
    width: 22px;
    border-radius: 22px;
    display: inline-block;
    text-align: center;
    font-size: 1em;
    text-align: center;
    color: #fff;
    background: #ff8f3f;
    position: relative;
    top: -4px;
    left: 10px;
}
.timi{
	display: inline-block;
	margin-left: 50px;
	margin-top: 4px;
	font-size: 12px;
	color: #999;
}
.goudeda{
	height: 26px;
    width: 26px;
    border-radius: 26px;
    display: inline-block;
    text-align: center;
    font-size: 1.2em;
    text-align: center;
    color: #666;
    background: #dcdcdc;
    position: relative;
    top: -4px;
    left: 10px;
}
/*----------------------------------=================在线留言页面================-------------------------------*/
/*左*/
.contact{
	/*float: left;*/
	float: right;
	width: 820px;
}
.tips {
	font-size:28px;
	color:#243f80;
	font-weight: bold;
	padding:20px 0;
	line-height:22px;
	font-weight:700px;
	text-align:center;
}
.formWrap .formTab ul:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.formWrap .formTab ul {
	display:inline-block;
	*zoom:1;
}
.formWrap .formTab ul li {
	float:left;
	width:100%;
	margin-bottom:1px;
	background:#d1dfff;
    height:45px;
    overflow:hidden;
}
.formWrap .formTab ul li.tli {
	float:left;
	width:100%;
	margin-bottom:1px;
	background:#d1dfff;
    height:140px;
    overflow:hidden;
}
.formWrap .formTab ul .xuanze{
	float:left;
	width:100%;
	font-size: 16px;
	margin-bottom:1px;
	background:#d1dfff;
	float:left;
	width:100%;
	margin-bottom:1px;	
	background:#d1dfff;
	background-image: url(../images/ihuishiu.jpg);

}

.formWrap .formTab ul li .select,.formWrap .formTab ul li span{
	float:left;
	height:45px;
	line-height:45px;
	font-size:13px;
	font-weight:700;
	color:#645b58;
}
.formWrap .formTab ul li select{
	float:left;
	padding:15px 5px;
    width:360px;
    outline:none;
}
.formWrap .formTab ul li input {
	float:left;
	padding:15px 5px;
    width:560px;
    outline:none;
}
.formWrap .formTab ul li span {
	width:144px;
	padding-right:40px;
	text-align:right;
	height:45px;
}
.formWrap .formTab ul li span.info{
    color: #f00;
    float: right;
    width: 10px;
    padding-right: 50px;
}
.formWrap .formTab ul li div,.formWrap .formTab ul li select,.formWrap .formTab ul li input,.formWrap .formTab ul li textarea {
	margin:0;
	background:#ccd6ff;
    border:none;
}
.formWrap .formTab ul li select {
    /*outline:none;*/
	width:632px;
	text-indent:10px;
	border: 0px;
}

 .formWrap .formTab ul li.xbbox input {
        width:16px;
        float:left;
       margin-top:15px;
    }
    .formWrap .formTab ul li.xbbox label {
        float:left;
         margin:12px 50px 0 5px;
    }

.formWrap .formTab ul li .input-file{
	text-indent:0px;
	font-size: 16px;
	opacity: 0;
}
.formWrap .formTab ul li .select {
	position:relative;
}
.formWrap .formTab ul li .select img {
	position:absolute;
	top:8px;
	z-index:1;
}
.formWrap .formTab ul li .select .ss1 {
	left:240px;
}
.formWrap .formTab ul li .select .ss2 {
	right:2px;
}
.formWrap .formTab ul li .ss3 {
	position:absolute;
	top:8px;
	z-index:1;
	right:2px;
}
.formWrap .formTab ul li .select select {
	width:276px;
}
.formWrap .formTab ul li .s1 {
	margin-right:20px;
}
.formWrap .formTab ul li .textarea {
	float:left;
	width:630px;
	padding-top:20px;
}
.formWrap .formTab ul li .textarea textarea {
    outline:none;
	border:0 none;
	width:100%;
	height:130px;
	text-indent:5px;
}
.formWrap .formTab p .btnSubmit {
	width:100%;
	height:52px;
	border:0 none;
	background:url(../images/ziliaotijiao.png) right center no-repeat #243f80;
	background-position:center center;
}

/*----------------------------------=================在线留言页面================-------------------------------*/
/*左*/
.contact{
	/*float: left;*/
	float: right;
	width: 820px;
}
.tips {
	font-size:28px;
	color:#243f80;
	font-weight: bold;
	padding:20px 0;
	line-height:22px;
	font-weight:700px;
	text-align:center;
}
.formWrap .formTab ul:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.formWrap .formTab ul {
	display:inline-block;
	*zoom:1;
}
.formWrap .formTab ul li {
	float:left;
	width:100%;
	margin-bottom:1px;
	background:#d1dfff;
    height:45px;
    overflow:hidden;
}
.formWrap .formTab ul li.tli {
	float:left;
	width:100%;
	margin-bottom:1px;
	background:#d1dfff;
    height:140px;
    overflow:hidden;
}
.formWrap .formTab ul .xuanze{
	float:left;
	width:100%;
	font-size: 16px;
	margin-bottom:1px;
	background:#d1dfff;
	float:left;
	width:100%;
	margin-bottom:1px;	
	background:#d1dfff;
	background-image: url(../images/ihuishiu.jpg);

}

.formWrap .formTab ul li .select,.formWrap .formTab ul li span{
	float:left;
	height:45px;
	line-height:45px;
	font-size:13px;
	font-weight:700;
	color:#645b58;
}
.formWrap .formTab ul li select{
	float:left;
	padding:15px 5px;
    width:360px;
    outline:none;
}
.formWrap .formTab ul li input {
	float:left;
	padding:15px 5px;
    width:560px;
    outline:none;
}
.formWrap .formTab ul li span {
	width:144px;
	padding-right:40px;
	text-align:right;
	height:45px;
}
.formWrap .formTab ul li span.info{
    color: #f00;
    float: right;
    width: 10px;
    padding-right: 50px;
}
.formWrap .formTab ul li div,.formWrap .formTab ul li select,.formWrap .formTab ul li input,.formWrap .formTab ul li textarea {
	margin:0;
	background:#ccd6ff;
    border:none;
}
.formWrap .formTab ul li select {
    /*outline:none;*/
	width:632px;
	text-indent:10px;
	border: 0px;
}

 .formWrap .formTab ul li.xbbox input {
        width:16px;
        float:left;
       margin-top:15px;
    }
    .formWrap .formTab ul li.xbbox label {
        float:left;
         margin:12px 50px 0 5px;
    }

.formWrap .formTab ul li .input-file{
	text-indent:0px;
	font-size: 16px;
	opacity: 0;
}
.formWrap .formTab ul li .select {
	position:relative;
}
.formWrap .formTab ul li .select img {
	position:absolute;
	top:8px;
	z-index:1;
}
.formWrap .formTab ul li .select .ss1 {
	left:240px;
}
.formWrap .formTab ul li .select .ss2 {
	right:2px;
}
.formWrap .formTab ul li .ss3 {
	position:absolute;
	top:8px;
	z-index:1;
	right:2px;
}
.formWrap .formTab ul li .select select {
	width:276px;
}
.formWrap .formTab ul li .s1 {
	margin-right:20px;
}
.formWrap .formTab ul li .textarea {
	float:left;
	width:630px;
	padding-top:20px;
}
.formWrap .formTab ul li .textarea textarea {
    outline:none;
	border:0 none;
	width:100%;
	height:130px;
	text-indent:5px;
}
.formWrap .formTab p .btnSubmit {
	width:100%;
	height:52px;
	border:0 none;
	background:url(../images/ziliaotijiao.png) right center no-repeat #243f80;
	background-position:center center;
}
/*===============================视频界面=================================*/
/*
 *  视频播放器
 * */
.video-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 99999999999;
}
.video-box button {
  display: inline-block;
  padding: 0;
  border: 0 none;
  background: none;
  text-align: center;
  outline: none;
  cursor: pointer;
}
.video-box .video-button {
  display: inline-block;
  width: 36px;
  height: 36px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.video-box .video-button i {
  font-size: 56px;
}
.video-box .video-button.video-btn-volume i {
  font-size: 20px;
}
.video-box .video-button.video-tooltip-toggle i {
  font-size: 20px;
}
.video-box .video-video {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video-box .video-video video {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.video-box .video-container {
  width: 852px;
  min-height: 550px;
  max-height: 90vh;
  background: #000000;
  overflow: hidden;
  opacity: 0;
}
.video-box .video-container.video-ready {
  opacity: 1;
}
.video-box.quanping .video-container {
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: relative;
  left: 0;
  top: 0;
  transform: none;
}
.video-box.video-playing .video-div.video-hide-ui .video-ui {
  -webkit-transform: translateY(39px);
  -ms-transform: translateY(39px);
  transform: translateY(39px);
}
.video-box.heibian .video-container {
  padding: 40px 0;
}
.video-box.heibian .video-div.video-hide-ui .video-ui {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.video-box.heibian.quanping .video-container {
  padding: 0;
}
.video-box.hideui .video-div .video-ui {
  -webkit-transform: translateY(39px);
  -ms-transform: translateY(39px);
  transform: translateY(39px);
}
.video-box .i {
  font-family: none;
  height: 100%;
  width: 100%;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.video-box .i:before,
.video-box i:after {
  display: none !important;
}
.video-box .i-voice-on {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M2%2C10L2%2C20L5%2C20L13%2C25L13%2C5L5%2C10L5%2C10Z'%2F%3E%3Cpath%20d%3D'M18%2C10C%2022%2C12%2022%2C18%2018%2C20'%20%2F%3E%3Cpath%20d%3D'M22%2C6C%2028%2C10%2028%2C20%2022%2C24'%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.video-box .i-voice-off {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20%3E%3Cpath%20d%3D'M2%2C10L2%2C20L5%2C20L13%2C25L13%2C5L5%2C10L5%2C10Z'%2F%3E%3Cpath%20d%3D'M18%2C11L27%2C20'%20%2F%3E%3Cpath%20d%3D'M18%2C20L27%2C11'%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.video-box .i-bofang {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%3E%3Cg%20fill%3D'%23fff'%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M10%2C7L10%2C23L24%2C15z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.video-box .i-zhanting {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%3E%3Cg%20fill%3D'%23fff'%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M7%2C7L7%2C23L11%2C23L11%2C7z'%2F%3E%3Cpath%20d%3D'M20%2C7L20%2C23L24%2C23L24%2C7z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.video-box .i-quanping {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20%3E%3Cpath%20d%3D'M6%2C10L6%2C6L10%2C6'%2F%3E%3Cpath%20d%3D'M6%2C21L6%2C25L10%2C25'%2F%3E%3Cpath%20d%3D'M20%2C6L24%2C6L24%2C10'%2F%3E%3Cpath%20d%3D'M20%2C25L24%2C25L24%2C21'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.video-box .i-suoxiao {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20%3E%3Cpath%20d%3D'M6%2C10L10%2C10L10%2C6'%2F%3E%3Cpath%20d%3D'M6%2C21L10%2C21L10%2C25'%2F%3E%3Cpath%20d%3D'M20%2C6L20%2C10L24%2C10'%2F%3E%3Cpath%20d%3D'M20%2C25L20%2C21L24%2C21'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.video-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: .9;
}
.video-div {
  background: #000;
  font-size: 0;
  letter-spacing: -1px;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.video-ui {
  position: absolute;
  width: 100%;
  height: 41px;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  bottom: 0;
  z-index: 6;
  letter-spacing: .25px;
  -webkit-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.video-loading-pulse {
  position: absolute;
  width: 6px;
  height: 24px;
  top: 50%;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-animation: pulse 750ms infinite;
  animation: pulse 750ms infinite;
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
}
.video-loading-pulse:before,
.video-loading-pulse:after {
  content: '';
  position: absolute;
  display: block;
  height: 16px;
  width: 6px;
  background: rgba(255, 255, 255, 0.2);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: pulse 750ms infinite;
  animation: pulse 750ms infinite;
}
.video-loading-pulse:before {
  left: -12px;
}
.video-loading-pulse:after {
  left: 12px;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
@keyframes pulse {
  50% {
    background: white;
  }
}
.video-loading {
  opacity: 1;
  color: #2c97f6;
  font-size: 0;
  overflow: hidden;
  box-shadow: 0px 0px 0px 3600px #000;
  background: #000;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.video-loading i {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: block;
  border: 0.25rem solid rgba(255, 255, 255, 0.2);
  border-top-color: white;
  -webkit-animation: adeg 1s infinite linear;
  -o-animation: adeg 1s infinite linear;
  -ms-animation: adeg 1s infinite linear;
  -moz-animation: adeg 1s infinite linear;
  animation: adeg 1s infinite linear;
}
.video-loading .i-loading:before {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.video-loading.yihuanchun {
  opacity: 0;
}
@keyframes adeg {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.video-close {
  position: absolute;
  top: calc(52px + 2%);
  right: 5%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background:url(../images/close.png);
  background-repeat: no-repeat;
}
.video-bofang.f-czspjuzhong {
  z-index: 2;
  font-size: 0;
}
.video-bofang.f-czspjuzhong i {
  display: block;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  width: 60px;
  height: 60px;
  cursor: pointer;
  line-height: 62px;
  font-size: 66px;
  -webkit-transition: transform 1s;
  -o-transition: transform 1s;
  -ms-transition: transform 1s;
  -moz-transition: transform 1s;
  transition: transform 1s;
}
.video-hide {
  z-index: 0 !important;
}
.video-hide i {
  opacity: 0;
  -webkit-transform: scale(3);
  -o-transform: scale(3);
  -ms-transform: scale(3);
  -moz-transform: scale(3);
  transform: scale(3);
  will-change: transform, opacity;
  z-index: 0;
}
.video-progress {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 36px;
  height: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.video-progress:hover .video-progress-hover,
.video-progress:hover .video-tooltip-time {
  opacity: 1;
}
.video-tooltip-time {
  width: 46px;
  position: absolute;
  height: 20px;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 8px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.video-tooltip-time .video-tinytip-content {
  margin-left: -23px;
}
.video-tooltip-time .video-text {
  background: rgba(0, 0, 0, 0.5);
  padding: 2px;
  border-radius: 2px;
}
.video-tinytip .video-tooltip-content {
  display: inline-block;
  padding: 0 4px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  line-height: 20px;
  text-align: center;
}
.video-progress-padding {
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: 0;
  z-index: 40;
  cursor: pointer;
}
.video-progress-list {
  position: relative;
  top: -1px;
  z-index: 39;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transform: scaleY(0.6);
  -ms-transform: scaleY(0.6);
  transform: scaleY(0.6);
  transition: -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);
}
.video-progress-play,
.video-progress-buffer,
.video-progress-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}
.video-progress-buffer {
  z-index: 33;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.video-progress-hover {
  z-index: 34;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
}
.video-progress-play {
  z-index: 35;
  background-color: #2c97f6;
}
.video-progress-handle {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: -6.5px;
  margin-top: -6.5px;
  border-radius: 50%;
  background-color: #2c97f6;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);
}
.video-progress-padding:hover + .video-progress-list {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.video-progress-padding:hover + .video-progress-list .video-progress-handle {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.video-controls-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 36px;
  width: 100%;
  padding: 0 10px;
  z-index: 3;
}
.video-time-panel {
  font-size: 12px;
  color: #777;
  display: inline-block;
  vertical-align: top;
  height: 36px;
  padding: 0 5px;
  line-height: 36px;
  letter-spacing: .25px;
}
.video-time-panel-current {
  color: #DEDEDF;
}
.video-fullscreen {
  float: right;
}
.video-definition {
  float: right;
  width: 55px;
  height: 36px;
  position: relative;
}
.video-definition .video-button {
  width: 100%;
}
.video-definition .video-button span {
  background: #fff;
  color: #333;
  font-size: 14px;
  padding: 2px 5px;
}
.video-definition .video-tooltip-content {
  width: 80px;
  left: 50%;
  margin-left: -40px;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.video-definition:hover .video-tooltip-content {
  position: absolute;
  bottom: 35px;
  color: #aaa;
  display: block;
  z-index: 6;
}
.video-menu .video-menu-item {
  display: block;
  width: 100%;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  padding: 0 12px;
  cursor: pointer;
  position: relative;
  height: 38px;
  background: -webkit-linear-gradient(top, transparent 0, transparent 50%, rgba(255, 255, 255, 0.1) 50%) center bottom no-repeat;
  background-size: 80% 1px;
}
.video-menu .video-menu-item:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}
.video-menu .video-menu-item.video-active {
  color: #FF8F00;
}
.video-volume {
  float: right;
  position: relative;
}
.video-popup .video-popup-content {
  transform: scaleY(0);
  bottom: 41px;
  position: absolute;
}
.video-popup .video-popup-content:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.5);
}
.video-popup:hover .video-popup-content {
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -moz-transform: scaleY(1);
  transform: scaleY(1);
}
.video-volume-slider {
  left: 0;
  width: 36px;
  height: 100px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.8);
}
.video-tinytip-tiao {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-volume-range {
  position: absolute;
  left: 16px;
  top: 10px;
  width: 4px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.2);
}
.video-volume-range-current {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #2c97f6;
}
.video-volume-handle {
  position: absolute;
  top: 0;
  left: -4px;
  width: 12px;
  height: 3px;
  background-color: #fff;
}
@media (max-width: 998px) {
  .video-box .video-container {
    width: 80vw;
    max-height: 80vh;
    min-height: 44.9vw;
  }
}
@media (max-width: 468px) {
  .video-box .video-container {
    width: 100vw;
    min-height: 54.9vw;
  }
  .video-loading i {
    font-size: 26px;
  }
  .video-definition {
    display: none;
  }
}
/*
 * 视频结尾
 * */
.f-czspjuzhong {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*=============公用底部============*/
.botbj{
	background: #1f2840;
	margin-top: 60px;
}
.jbb{
	height:230px;
}
.linkb{
	border-bottom: 1px solid ##4a4a4a;
	line-height: 50px;
}
.linkb a{
	color: #fff;
	padding: 0 30px 0 0;
	word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap;  
}
.linkb a:hover{
	text-decoration: none;
	color:#00b9ff;
}
.botbj dl{
	float: left;
	width: 500px;
	margin-top: 15px;
}
.botbj dl dt{
	color: #fff;
	font-size: 18px;
	line-height: 30px;
}
.botbj dl dd{
	color: #fff;
	line-height:24px;
}
.botbj .imgb{
	width:120px;
	text-align: center;
	margin-top: 15px;
}
.botbj .imgb img{
	width: 120px;
	height: 120px;
	display: inline-block;
}
.botbj .imgb span{
	display: inline-block;
	line-height: 30px;
	color: #fff;
}
.banqb{
	border-top: 1px solid #4a4a4a;
	height: 50px;
	line-height: 50px;
}
.banqb *{
	color: #fff;
}
.banqb span{
	float: left;
}
.banqb a{
	float: right;
}
.banqb em{
	height: 50px;
	line-height: 50px;
	float: left;
	font-style: normal;
	margin-left: 100px;
}
.banqb em img{
	display: inline-block;
	float: left;
	height: 40px;
	margin: 5px 10px 0 0;
}


/*修改底部*/
/* .w1200 {
	width: 1200px;
	margin: 0 auto;
}
.w1200:after{
	content: "";
	width: 0;
	height: 0;
	display: block;
	clear: both;
}
.bottom .register {
	background: url(../images/foot_sgin.jpg) repeat center top;
	display: inline-block;
	width: 100%;
	margin-top: 40px;
	padding: 20px 20px 20px 0px;
	color: #fff;
}

.bottom .register h2 {
	text-align: center;
	font-size: 24px;
	color: #F6F6F6;
}

.bottom .register a {
	display: block;
	width: 170px;
	height: 45px;
	line-height: 44px;
	color: #fff;
	background: #14A8FF;
	border-radius: 5px;
	margin: 30px auto;
	font-size: 18px;
	text-align: center;
}

.bottom .footer {
	padding-top: 20px;
	background: #222;
}

.bottom .footer .w1200 {
	padding: 0 10px
}

.bottom .footer .footer_top ul li {
	float: left;
	width: 278px;
	height: 65px;
	line-height: 78px;
	border: 1px solid #333;
	text-indent: 98px;
	font-size: 18px;
	color: #aaaaaa;
	margin-right: 20px;
}
.bottom .footer .footer_top ul li a:hover{
	color: #14A8FF;
}
.bottom .footer .footer_top ul li:last-child {
	margin-right: 0;
}

.bottom .footer .footer_top:after,
.bottom .footer .footer_down:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.bottom .footer .footer_top ul li:nth-child(1) {
	background: url(../images/foot_icon1.png) no-repeat 34px center;
}

.bottom .footer .footer_top ul li:nth-child(2) {
	background: url(../images/foot_icon2.png) no-repeat 34px center;
}

.bottom .footer .footer_top ul li:nth-child(3) {
	background: url(../images/foot_icon3.png) no-repeat 34px center;
}

.bottom .footer .footer_top ul li:nth-child(4) {
	background: url(../images/foot_icon4.png) no-repeat 34px center;
}
.bottom .footer .footer_top ul li a{
	display: block;
	font-size: 20px;
	margin-left: 30px;
	margin-bottom: 40px;
}
.bottom .footer .footer_tel {
	border-bottom: 1px solid #333;
	height: 90px;
	margin: 0 auto;
	width: 1180px;
	margin-top: 10px;
	color: #aaa;
}

.bottom .footer .footer_tel .tel {
	float: left;
	font-size: 16px;
	width: 180px;
	height: 65px;
	background: url(../images/foot_icon5.png) no-repeat 0px 20px;
	padding-left: 100px;
	padding-top: 20px;
}

.bottom .footer .footer_tel ul li {
	height: 90px;
	line-height: 60px;
	display: inline-block;
	padding: 0 20px;
}

.bottom .footer .footer_tel ul li:first-child {
	padding-left: 0;
}
.bottom .footer .footer_tel ul li a:hover{
	color: #243f80;
}
.bottom .footer .footer_down {
	padding-top: 10px;
}

.bottom .footer .footer_down .left {
	float: left;
	width: 450px;
	padding-right: 20px;
}

.bottom .footer .footer_down .left h3,
.bottom .footer .footer_down .flink h3 {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
}

.bottom .footer .footer_down .left p,
.bottom .footer .footer_down .flink p {
	font-size: 14px;
	padding-top: 20px;
}

.bottom .footer .footer_down .left p a,
.bottom .footer .footer_down .flink p a {
	font-size: 14px;
	color: #888;
	margin: 0 20px 15px 0;
	white-space: nowrap;
	display: inline-block;
}

.bottom .footer .footer_down .left p a:hover,
.bottom .footer .footer_down .flink p a:hover {
	color: #fff;
}

.bottom .footer .footer_down .flink {
	float: left;
	width:350px;
	padding-right: 20px;
}

.bottom .footer .footer_down .right {
	float: right;
}

.bottom .footer .footer_down .right ul li {
	float: right;
	margin-left: 40px;
	width: 120px;
	height: 150px;
	margin-right: 40px;
	text-align: center;
}

.bottom .footer .footer_down .right ul li:last-child {
	margin-right: 0;
}

.bottom .footer .footer_down .right ul li h3 {
	color: #888;
	padding-top: 15px;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
}

.bottom .footer .footer_copyright p {
	line-height: 30px;
	color: #888;
	float: left;
	font-size: 14px;
}
.bottom .footer .footer_copyright .beian{
	float: left;
	margin-left: 40px;
}
.bottom .footer .footer_copyright .jishu{
	float: right;
	margin-top: 8px;
}
.bottom .footer .footer_copyright p.beian a {
	color: #888;
	padding-right: 20px;
	display: inline-block;
}

.bottom .footer .footer_copyright p.beian a img {
	vertical-align: middle;
} */
/*修改底部*/
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.w1200:after{
	content: "";
	width: 0;
	height: 0;
	display: block;
	clear: both;
}
.bottom .register {
	/*background: url(../images/foot_sgin.jpg) repeat center top;*/
	display: inline-block;
	width: 100%;
	margin-top: 40px;
	color: #fff;
}

.bottom .register h2 {
	text-align: center;
	font-size: 24px;
	color: #F6F6F6;
}

.bottom .register a {
	display: block;
	width: 170px;
	height: 45px;
	line-height: 44px;
	color: #fff;
	background: #14A8FF;
	border-radius: 5px;
	margin: 30px auto;
	font-size: 18px;
	text-align: center;
}

.bottom .footer {
	padding-top: 20px;
	background: #222;
}

.bottom .footer .w1200 {
	padding: 0 10px
}

.bottom .footer .footer_top ul li {
	float: left;
	width: 278px;
	height: 65px;
	line-height: 78px;
	border: 1px solid #333;
	text-indent: 98px;
	font-size: 18px;
	color: #aaaaaa;
	margin-right: 20px;
}
.bottom .footer .footer_top ul li a:hover{
	color: #14A8FF;
}
.bottom .footer .footer_top ul li:last-child {
	margin-right: 0;
}

.bottom .footer .footer_top:after,
.bottom .footer .footer_down:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.bottom .footer .footer_top ul li:nth-child(1) {
	background: url(../images/foot_icon5.png) no-repeat 34px center;
}

.bottom .footer .footer_top ul li:nth-child(2) {
	background: url(../images/foot_icon2.png) no-repeat 34px center;
}

.bottom .footer .footer_top ul li:nth-child(3) {
	background: url(../images/foot_icon3.png) no-repeat 34px center;
}

.bottom .footer .footer_top ul li:nth-child(4) {
	background: url(../images/foot_icon4.png) no-repeat 34px center;
}
.bottom .footer .footer_top ul li a{
	display: block;
	font-size: 20px;
	margin-left: 30px;
	margin-bottom: 40px;
}
.bottom .footer .footer_tel {
	border-bottom: 1px solid #333;
	height: 60px;
	margin: 0 auto;
	width: 1180px;
	margin-top: 10px;
	color: #aaa;
}

.bottom .footer .footer_tel .tel {
	float: left;
	font-size: 16px;
	width: 180px;
	height: 65px;
	background: url(../images/foot_icon5.png) no-repeat 0px 20px;
	padding-left: 100px;
	padding-top: 20px;
}

.bottom .footer .footer_tel ul li {
	height: 90px;
	line-height: 60px;
	display: inline-block;
	padding: 0 20px;
}

.bottom .footer .footer_tel ul li:first-child {
	padding-left: 0;
}
.bottom .footer .footer_tel ul li a:hover{
	color: #243f80;
}
.bottom .footer .footer_down {
	padding-top: 10px;
}

.bottom .footer .footer_down .left {
	float: left;
	width: 450px;
	padding-right: 20px;
}

.bottom .footer .footer_down .left h3,
.bottom .footer .footer_down .flink h3 {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
}

.bottom .footer .footer_down .left p,
.bottom .footer .footer_down .flink p {
	font-size: 14px;
	padding-top: 20px;
}

.bottom .footer .footer_down .left p a,
.bottom .footer .footer_down .flink p a {
	font-size: 14px;
	color: #888;
	margin: 0 20px 15px 0;
	white-space: nowrap;
	display: inline-block;
}

.bottom .footer .footer_down .left p a:hover,
.bottom .footer .footer_down .flink p a:hover {
	color: #fff;
}

.bottom .footer .footer_down .flink {
	float: left;
	width:350px;
	padding-right: 20px;
}

.bottom .footer .footer_down .right1 {
	float: right;
}

.bottom .footer .footer_down .right1 ul li {
	float: right;
	margin-left: 40px;
	width: 120px;
	height: 150px;
	margin-right: 40px;
	text-align: center;
}

.bottom .footer .footer_down .right1 ul li:last-child {
	margin-right: 0;
}

.bottom .footer .footer_down .right1 ul li h3 {
	color: #888;
	padding-top: 15px;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
}

.bottom .footer .footer_copyright p {
	line-height: 30px;
	color: #888;
	float: left;
	font-size: 14px;
}
.bottom .footer .footer_copyright .beian{
	float: left;
	margin-left: 40px;
}
.bottom .footer .footer_copyright .jishu{
	float: right;
	margin-top: 8px;
}
.bottom .footer .footer_copyright p.beian a {
	color: #888;
	padding-right: 20px;
	display: inline-block;
}

.bottom .footer .footer_copyright p.beian a img {
	vertical-align: middle;
}
/*修改详情*/
/*Clear Fix*/ 
.clearfix:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix{ display:inline-block; } 
.clearfix { display:block; } 

.clear{ clear:both; font-size:0px; height:0px; overflow:hidden; }
.line5{ clear:both; font-size:0px; height:5px; overflow:hidden; }
.line10{ clear:both; font-size:0px; height:10px; overflow:hidden; }
.line15{ clear:both; font-size:0px; height:15px; overflow:hidden; }

/*页面布局
----------------------------------------------*/
.section{ position:relative; margin:0 auto; margin-top:40px; width:1200px; min-width:1000px; max-width:1200px; text-align:left; }
.wrapper{ position:relative; margin:0 auto; padding:0; width:100%; height:auto; text-align:left; overflow:hidden; }
	.wrapper:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
.wrap-box{ width:1160px; }
.left-925{ position:relative; float:left; margin:0; padding:0; width:925px; }
.left-705{ position:relative; float:left; margin:0; padding:0; width:705px; }
.left-690{ position:relative; float:left; margin:0 0 0 15px; padding:0; width:690px; }
.left-455{ position:relative; float:left; margin:0 0 0 15px; padding:0; width:455px; }
.left-260{ position:relative; display:block; float:left; width:260px; overflow:hidden; }
.left-220{ position:relative; display:block; float:left; margin:0 0 0 15px; padding:0; width:220px; _overflow:hidden; }
.left-auto{ position:relative; display:block; overflow:hidden; _zoom:1; }
 /*margin:0 275px 0 0;*/
.right-260{ position:relative; display:block; float:right; width:260px; overflow:hidden; }
.right-auto{ position:relative; display:block; margin:0 0 0 275px; overflow:hidden; _zoom:1; }
.bg-wrap{ margin:0; padding:0; background:#fff; }
    .bg-wrap:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
    .bg-wrap.nobg{ background:none; }
.pad-15{ position:relative; padding:15px; }

/*页面标题
----------------------------------------------*/
.location{ padding:5px 0; width:100%; height:40px; line-height:40px; color:#999; font-size:12px; text-align:left; }
    .location a{ margin:0 5px; }
    .location span{ color:#666; }
.main-tit{ padding-top:14px; height:54px; line-height:54px; text-align:left; }
    .main-tit h2{ display:block; margin:0; padding:0; float:left; color:#333; font-size:20px; font-weight:normal; }
    .main-tit p{ display:block; float:right; color:#555; font-size:14px; }
    .main-tit p a{ margin-left:10px; }
    .main-tit p a i{ font-style:normal; }
.slide-tit{ border-bottom:1px solid #f0f0f0; color:#34ad2a; line-height:1em; font-size:16px; font-weight:normal; }
    .slide-tit strong{ padding:10px 0; float:right; color:#999; font-size:12px; font-weight:normal; }
	.slide-tit span{ position:relative; top:1px; display:inline-block; padding:10px 0; border-bottom:1px solid #34ad2a; }
.nav-tit{ margin:0 auto 50px; padding:30px 0; text-align:center; color:#333; font-size:16px; line-height:1em; border-bottom:1px solid #e0e0e0; }
    .nav-tit.short{ padding-bottom:0; border-bottom:0; }
    .nav-tit a{ margin-left:10px; color:#333;  }
    .nav-tit a:hover,.nav-tit a.selected{ color:#34ad2a; }
    .nav-tit i{ margin-left:10px; color:#e0e0e0; }
.sub-tit{ margin:0 50px 10px; padding-top:35px; height:42px; border-bottom:1px solid #e0e0e0; font-size:16px; }
    .sub-tit a.add{ display:block; margin-right:10px; float:right; color:#23ac38; font-size:14px; line-height:42px; }
    .sub-tit a.add i{ display:inline-block; margin-right:5px; color:#23ac38; font-size:14px; }
    .sub-tit ul{ display:inline-block; }
    .sub-tit ul li{ margin:0; padding:0; display:inline-block; *display:inline; *zoom:1; }
    .sub-tit ul li a{ display:inline-block; padding:0 15px; line-height:42px; }
    .sub-tit ul li.selected a{ border-bottom:2px solid #23ac38; color:#23ac38; }
.search-tit{ display:block; margin:0 30px; padding-top:15px; line-height:38px; border-bottom:1px solid #f0f0f0; }
    .search-tit h3{ display:inline-block; color:#333; font-size:16px; font-weight:normal; }
    .search-tit span{ margin-left:15px; color:#999; font-size:14px; }
    .search-tit span strong{ margin:0 2px; color:#1e7bb3; font-weight:600; }

/*页面头部
----------------------------------------------*/
/*内容样式
----------------------------------------------*/
/*文字列表样式*/
#news{ margin:0 auto; padding:0; width:100%; color:#333; font:14px/1.5 Arial,"Microsoft Yahei"; background:#f5f5f5; -webkit-font-smoothing:antialiased; }

.side-txt-list{ padding:6px 15px 15px; text-align:left; background:#fff; }
    .side-txt-list li{ line-height:28px; font-size:12px; }
    .side-txt-list li span{ float:right; color:#999; }
    .side-txt-list li.tit a{ color:#108cee; font-size:18px; line-height:48px; }

/*图文列表样式*/
.side-img-box{ position:relative; width:455px; height:455px; background:#fff; overflow:hidden; }
    .side-img-box em{ position:absolute; display:none; margin:-30px auto auto -30px; top:50%; left:50%; width:60px; height:60px; font-style:normal; filter:alpha(Opacity=60); -moz-opacity:0.6;opacity:0.6; }
    .side-img-box em i{ color:#fff; font-size:60px; line-height:60px; }
    .side-img-box a:hover em{ display:block; }
    .side-img-box .abs-bg{ position:absolute; left:0; bottom:0; width:100%; height:50px; background:#000; filter:alpha(Opacity=30); -moz-opacity:0.3;opacity:0.3; background:linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0)); }
    .side-img-box .info{ position:absolute; left:0; bottom:0; right:0; width:100%; height:50px; line-height:20px; text-align:left; }
    .side-img-box .info h3{ padding:5px 15px 0; color:#fff; font-size:14px; font-weight:normal; }
    .side-img-box .info p{ padding:0 15px; color:#eee; font-size:12px; }
    .side-img-box img{ min-width:100%; min-height:100%; _width:100%; _height:100%; }

.side-img-list{ text-align:left; padding:10px 0 11px 0; background:#fff; }
    .side-img-list li{ display:block; padding:10px 15px; }
    .side-img-list li:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
    .side-img-list li .img-box{ position:relative; float:left; width:60px; height:60px; overflow:hidden; }
    .side-img-list li .img-box label{ position:absolute; top:1px; left:1px; display:block; width:16px; height:16px; line-height:16px; color:#fff; font-size:12px; font-weight:normal; text-align:center; background:#666; }
    .side-img-list li:first-child .img-box label{ background:#d70029; }
    .side-img-list li .img-box img{ margin:0; padding:0; border:1px solid #ebebeb; width:58px; height:58px; }
    .side-img-list li .txt-box{ display:block; margin-left:75px; font-size:12px; }
    .side-img-list li .txt-box a{ display:block; height:40px; line-height:20px; overflow:hidden; }
    .side-img-list li .txt-box span{ display:block; color:#999; height:20px; line-height:20px; }

.focus-list{ margin:0; padding:0; }
    .focus-list li{ height:33px; font-size:12px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
    .focus-list li label{ display:inline-block; margin:0 5px 0 0; padding:0; width:16px; height:16px; line-height:16px; color:#fff; font-size:12px; font-weight:400; text-align:center; background:#999; border-radius:2px; vertical-align:middle; }
    .focus-list li label.hot{ background:#d70029; }
    .focus-list li a{ line-height:33px; }

.sidebar-box{ margin:0 0 15px; padding:20px; background:#fff; }
    .sidebar-box h4{ margin:0; padding:0 0 15px; border-bottom:1px solid #e0e0e0; color:#333; font-size:16px; font-weight:300; line-height:20px; }
    .sidebar-box .txt-list li{ margin-top:15px; line-height:20px; font-size:12px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
    .sidebar-box .txt-list li label{ display:inline-block; margin:0 5px 0 0; width:16px; height:16px; line-height:16px; color:#fff; font-size:12px; font-weight:400; text-align:center; background:#999; border-radius:2px; vertical-align:middle;  }
    .sidebar-box .txt-list li label.hot{ background:#d70029; }
    .sidebar-box .txt-list li a{ line-height:20px; }
    .sidebar-box .side-img-list{ padding-bottom:0; }
    .sidebar-box .side-img-list li{ padding:10px 0; }
    .sidebar-box .tags-box{ margin:0 0 0 -10px; }
    .sidebar-box .tags-box:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.sidebar-box .tags-box a{ display:block; float:left; margin:10px 0 0 10px; padding:5px; color:#555; font-size:12px; line-height:20px; border:1px solid #f0f0f0; }
    .sidebar-box .tags-box a:hover{ border-color:#34ad2a; }
	.tags-box a i{ margin-left:2px; color:#999; font-style:normal; }
/*图片列表样式*/
.img-list{ margin:-15px 0 0 -15px; *display:inline-block; }
    .img-list:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
    .img-list .nodata{ color:#999; line-height:80px; text-align:center; }
    .img-list li{ position:relative; float:left; margin:15px 0 0 15px; width:220px; height:auto; background:#fff; overflow:auto; _display:inline; }
    .img-list li .img-box{ display:block; position:relative; width:220px; height:220px; overflow:hidden; }
    .img-list li .img-box .abs-txt{ position:absolute; top:8px; left:0; display:inline-block; padding:0 6px; color:#fff; font-size:12px; line-height:24px; background:#c81623; text-align:center; border-radius:0 3px 3px 0; }
    .img-list li .img-box img{ width:100%; height:100%;}
    .img-list li .info{ display:block; text-align:left; margin:15px; }
    .img-list li .info h3{ display:block; line-height:20px; height:40px; font-size:12px; font-weight:normal; overflow:hidden; }
    .img-list li .info p{ display:block; line-height:28px; color:#999; font-size:12px; }
    .img-list li .info p.price{ padding-top:10px; line-height:18px; }
    .img-list li .info p.price b{ margin-right:2px; color:#f40; font-size:16px; }
    .img-list li .info p strong{ float:right; font-weight:normal; }
    .img-list li .info p span.price{ color:#fb2104; font-size:14px; font-weight:600; }
    .img-list li em{ position:absolute; display:none; margin:-30px auto auto -30px; top:50%; left:50%; width:60px; height:60px; font-style:normal; filter:alpha(Opacity=60); -moz-opacity:0.6;opacity:0.6; }
    .img-list li em i{ color:#fff; font-size:60px; line-height:60px; }
    .img-list li a:hover em{ display:block; }
    .img-list li .abs-bg{ position:absolute; left:0; bottom:0; width:100%; height:50px; background:#000; opacity:0.3; filter:alpha(opacity=30); -moz-opacity:0.3; background:linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0)); }
    .img-list li .remark{ position:absolute; left:0; bottom:0; right:0; width:100%; height:50px; line-height:20px; text-align:left; overflow:hidden; }
    .img-list li .remark h3{ padding:5px 15px 0; color:#fff; font-size:12px; font-weight:normal; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
    .img-list li .remark p{ padding:0 15px; color:#eee; font-size:12px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
/*图文列表样式*/
.n-list{ padding:15px 30px; }
	.n-list li{ display:block; padding-bottom:15px; border-bottom:1px solid #f0f0f0; overflow:hidden; }
	.n-list li:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.n-list li h2{ padding:15px 0 15px; font-size:18px; line-height:24px; font-weight:normal;  white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
	.n-list li h2 a{ color:#333; text-decoration:none; }
	.n-list li h2 a:hover{ color:#8CAC52; }
	.n-list li .note b{ position:relative; display:block; float:left; margin-right:16px; width:118px; height:118px; border:1px solid #e8e8e8; font-style:normal; }
	.n-list li .note b img{ min-width:100%; min-height:100%; width:100%; _height:100%; }
	.n-list li .note p{ display:block; font-size:14px; max-height:84px; line-height:28px; font-weight:500; color:#666; overflow:hidden; }
	.n-list li .note .info{ padding-top:10px; height:20px; line-height:20px; }
	.n-list li .note .info span{ margin-right:10px; color:#999; font-size:12px; }
    .n-list li .note .info span i{ margin-right:3px; font-size:12px; }
	.n-list .nodata{ margin-top:30px; color:#666; font-size:14px; line-height:100px; text-align:center; }
/*相关列表样式*/
.rel-list{ margin-top:-15px; }
    .rel-list:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
    .rel-list .nodata{ color:#999; font-size:14px; line-height:50px; }
    .rel-list li{ display:block; float:left; margin:15px auto 0 0; padding:0; width:50%; overflow:hidden; _float:none; _width:auto; }
    .rel-list li .img-box{ position:relative; display:block; float:left; width:98px; height:98px; border:1px solid #e8e8e8; overflow:hidden; }
    .rel-list li .img-box img{ min-width:100%; min-height:100%; width:100%; _height:100%; overflow:hidden; }
    .rel-list li .info{ margin:0 auto 0 115px; padding-right:15px; _margin-top:-15px; _padding-right:0; }
    .rel-list li .info h3{ display:block; font-size:14px; font-weight:normal; height:30px; line-height:30px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
    .rel-list li .info p{ color:#555; font-size:12px; height:48px; line-height:22px; overflow:hidden; }
    .rel-list li .info span{ line-height:22px; color:#999; font-size:12px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
.rel-box{ position:relative; padding:0 50px 0; }
    .rel-box .rel-list{ margin:0 0 15px 0; }
/*类别列表*/
.navbar li{ padding-top:10px; }
	.navbar li h5{ display:block; color:#3b8dd1; font-size:14px; font-weight:normal; line-height:30px; }
	.navbar li h5 a{ color:#1E7BB3; }
	.navbar li p{ font-size:14px; line-height:30px; }
	.navbar li p a{ display:inline-block; margin-right:14px;}
	.navbar li p a:hover{
		color: #108CEE;
	}
/*内容标题样式*/
.meta{ margin:0; padding:50px 50px 0 50px; }
	.meta:after{ clear:none; content:""; display:block; height:0; visibility:hidden; }
	.meta h2{ margin:0 0 20px; padding:0; color:#333; font-size:24px; font-weight:300; line-height:1em; }
	.meta .info{ margin:0 0 10px; }
	.meta .info span{ margin-right:10px; color:#b0b0b0; font-size:12px; line-height:14px; }
    .meta .info span i{ margin-right:5px; display:inline-block; font-size:14px; }
    .meta .note{ margin-top:10px; padding:15px 20px; background:#f5f5f5; line-height:22px; color:#757575; font-size:12px; }
/*内容详细样式*/
.entry{ margin-top:20px; padding:0 50px 15px; font-size:14px; line-height:2em; word-wrap:break-word; }
	.entry img{ max-width:100%!important;}
	/*.entry h2,.entry h3,.entry h4{ margin:0.8em auto; padding-bottom:5px; border-bottom:1px solid #f6f6f6; color:#333; }
	.entry h2{ font-size:1.2em; }
	.entry h3,.entry h4{ font-size:1.1em; }*/
	.entry strong{ color:#DC2523; }
	.entry ul,.entry ol{ margin:1em; padding:0; }
	.entry li{ margin-left:1em; }
	.entry ul li{ list-style:disc outside none; }
	.entry ol li{ list-style:decimal outside none; }
	.entry p{ display:inherit; margin:1em 0; color:#333; word-wrap:break-word; }
	.entry a{ text-decoration:underline; }
	.entry code{ display:block; padding:0.5em; background:#eee; border-radius:.5em; color:#777; font-family:'courier new'; font-size:12px; line-height:1.7em; }
	.entry table{ margin:10px auto; border-left:1px solid #eee; border-top:1px solid #eee; }
	.entry table th{ background:#F9F9F9; text-align:center; }
	.entry table td,.entry table th{ border-bottom:1px solid #eee; border-right:1px solid #eee; padding:0.35em 0.5em; }

/*上下一条样式*/
.next-box{ position:relative; padding:40px 50px 20px; line-height:20px; color:#444; font-size:14px; }
    .next-box:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
    .next-box p{ display:block; width:49%; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
    .next-box p a{ color:#428bca; }
    .next-box p.prev{ float:left; }
    .next-box p.next{ float:right; }

/*=------------------------------------=============在线留言样式修改============----------------------------*/
.wraap {
	width: 100%;
    margin: 0 auto;
    float: left;
    background: #FFFFFF;
    border: 1px solid #eee;
    box-shadow: 6px 5px 2px #ddd;
}

input:focus,
textarea:focus {
	box-shadow: 0 0 3px 1px rgba(32, 127, 179, 0.4);
	outline: 0 none;
}


/******************************* 其他样式 *******************************/


/*错误提示*/

.err {
	float: left;
	height: 20px;
	line-height: 20px;
	text-align: right;
	font-size: 12px;
	width: 100%;
	color: red;
	display: none;
	position: absolute;
	left: 0px;
}

.err img {
	margin-top: 2px;
	margin-right: 2px;
}

.err-top40 {
	top: 40px;
}

.err-top20 {
	top: 20px;
}

.err-top160 {
	top: 160px;
}

.err-top90 {
	top: 90px;
}


/*上传*/

#reg_info_file_base64 {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=image);
}


/*登录*/

.login-box-cen {
	width: 240px;
	border: 1px solid #cccccc;
	margin: 0px auto 0px;
	height: 318px;
	border-radius: 10px;
	padding: 0 64px;
	background: #fff;
}

.login-box-cen-ti {
	height: 76px;
	line-height: 76px;
	text-align: center;
	color: #222222;
	font-size: 16px
}

.login-box-cen-form {
	position: relative;
}

.login-box-cen-form-input {
	float: left;
	padding-left: 20px;
	border: 1px solid #ccc;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #999999;
}

.login-box-cen-form-button {
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background: #207fb3;
	cursor: pointer;
}

.login-box-cen-form-ot {
	height: 30px;
	line-height: 30px;
	text-align: right;
	font-size: 12px;
}

.login-box-cen-form-ot span {
	color: #999999;
}

.login-box-cen-form-ot a {
	color: #207fb3;
}

.w218 {
	width: 218px;
}

.w238 {
	width: 238px;
}

.mar-bottom10 {
	margin-bottom: 10px;
}


/*注册*/

.register-box-step {
	height: 30px;
	margin: 0px auto;
	width: 382px;
	padding: 40px 0;
}

.register-box-step span {
	float: left;
	line-height: 26px;
	height: 30px;
	width: 30px;
	text-align: center;
	color: #207fb3;
	font-size: 16px;
	background: url(../images/register_02.png) center top no-repeat;
}

.register-box-step span.step-active {
	color: #fff;
	background: url(../images/register_01.png) center top no-repeat;
}

.register-box-step em {
	float: left;
	width: 130px;
	background: #207fb3;
	margin-top: 13px;
	height: 2px;
}

.register-box-step-first {
	margin-left: 16px;
}

.register-box-con {
	width: 380px;
	padding: 0 310px;
	background: #fff;
	padding-bottom: 180px;
}

.register-box-con-ti {
	height: 114px;
	line-height: 114px;
	text-align: center;
	font-size: 14px;
	color: #222222;
	letter-spacing: 1px;
}

.login-box-cen-form-img {
	float: left;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	background: #207fb3;
}

.login-box-cen-form-mes {
	float: left;
	border: none;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #207fb3;
	cursor: pointer;
	border-radius: 5px;
}

.register-box-cen-form {
	position: relative;
}

.register-box-cen-form-xieyi {
	height: 16px;
	line-height: 16px;
}

.register-box-cen-form-xieyi span {
	display: inline-block;
	position: relative;
	height: 16px;
	line-height: 16px;
	width: 17px;
	vertical-align: top;
	margin: 0 36px 0 44px;
	cursor: pointer;
	background-image: url(../images/register_03.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.register-box-cen-form-xieyi span.ok {
	background-position: -17px 0px;
}

.register-box-cen-form-xieyi em {
	display: inline-block;
	height: 16px;
	line-height: 16px;
	vertical-align: top;
	font-size: 14px;
}

.register-box-cen-form-xieyi a {
	color: #207fb3;
}

.register-box-con2-box {}

.register-box-con2-box-left {
	height: 40px;
	line-height: 40px;
	text-align: right;
	float: left;
	width: 100px;
	color: #222222;
	font-size: 16px;
}
.register-box-con2-box-leftt{
	height: 40px;
    line-height: 40px;
    text-align: right;
    float: left;
    width: 138px;
    color: #222222;
    font-size: 16px;
}
.register-box-con2-box-left strong {
	font-weight: bold;
}

.register-box-con2-box-right {
	float: left;
	width: 380px;
	margin-left: 20px;
	position: relative;
}

.register-box-con2-box-right .register-box-con2-box-right-text {
	font-size: 16px;
	color: #207fb3;
	margin-left: 20px;
	line-height: 40px;
}

.login-box-cen-form-textarea {
	float: left;
	padding-left: 20px;
	border: 1px solid #ccc;
	line-height: 38px;
	font-size: 14px;
	color: #999999;
	resize: none;
}

.register-box-con2-box-upload {
	position: relative;
	width: 165px;
	height: 98px;
	float: left;
	border: 1px solid #ccc;
	margin-bottom: 12px;
	float: left;
}

.register-box-con2-box-upload .register-box-con2-box-upload-ti {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 165px;
	height: 98px;
	text-align: center;
	line-height: 98px;
	font-size: 18px;
	color: #207fb3;
	z-index: 9;
	overflow: hidden;
	text-align: center;
	display: table-cell;
}

.register-box-con2-box-upload .register-box-con2-box-upload-ti img {
	vertical-align: middle;
}

.register-box-con2-box-upload input {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 165px;
	z-index: 99;
	opacity: 0;
	filter: alpha(opacity=0);
}

.register-box-con2-box-pw {
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #222222;
	float: left;
	width: 380px;
}

.register-box-con-good {
	padding: 20px 0 410px;
	color: #222222l
}

.register-box-con-good img {
	display: block;
	margin: 0 auto;
}

.register-box-con-good-p1 {
	font-size: 18px;
	padding: 40px 0 20px;
	text-align: center;
	line-height: 20px;
	font-weight: 500;
}

.register-box-con-good-p2 {
	font-size: 14px;
	text-align: center;
	line-height: 26px;
}

.w358 {
	width: 170%;
}

.w228 {
	width: 228px;
}

.w120 {
	width: 120px;
}

.w380 {
	width: 33%;
    border-radius: 8px;
}

.w278 {
	width: 278px;
}

.h88 {
	height: 88px;
}

.mar-top50 {
	margin-top: 50px;
}

.mar-left10 {
	margin-left: 10px;
}

.mar-bottom20 {
	margin-bottom: 20px;
	margin-top: 20px;
}

.bitian {
	color: #dc2b2b;
	margin-right: 10px;
}
/*----------============================通用右边菜单列表*/
.right {
	/*float: right;*/
   /*改动*/
    float: right;
    width: 120px;
    height: 100%;
}
.right .title{
    margin: -32px -1px 0 -1px;
    height: 140px;
    background-color: #243f80;
    background-repeat: no-repeat;
    background-position: 24px 73px;
}
.right .title span{
	display: inline-block;
	margin-top: 70px;
	margin-left: 20px;
	font-size: 32px;
	color: #fff;
}

.right .menu li {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
}
.right .menu li a {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    font-weight: bold;
    text-indent: 22px;
}
.right .menu li .abs {
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 1;
    width: 100%;
    height: 100%;
}


/*菜单浮动样式*/

.menu li a:before,
.menu li a:after {
  -webkit-transition: 0.5s;
  		transition: 0.5s;
}


.menu li a:before,
.menu li a:after {
  z-index: -1;
}
[class^="btn-0"] {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  overflow: hidden;
  border: 1px solid #ededed;
}

.btn-0 {
  color: #666;
}
.btn-0:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 80px;
  background: #ccd6ff;
}
.btn-0:hover {
  color: #243f80;
}
.btn-0:hover:before {
  width: 342px;
}
.btn-0:active {
  background: #243f80;
}