﻿@charset "utf-8";

/*-- 全局reset
-------------------------------------------*/

html, body, div,
h1, h2, h3, h4, h5, h6,
hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre, form, fieldset, object, code,
legend, button, input, textarea, label,
th, td, a, img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

body {
	font-size:14px;
	line-height:1.5em;
	font-family:"微软雅黑", "宋体", "楷体_GB2312", "仿宋_GB2312", 'Microsoft YaHei', 'Arial', 'Sans-serif';
    color: #333;
    background-color: #f9f9f9;
}

/*清除内外边距*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

/*设置默认字体*/
:focus {
    outline: 0;
}

ul,
ol {
    list-style: none;
}

/*重置列表*/
fieldset, img {
    border: 0 none;
    vertical-align: top;
}
/*分页部分*/
.page {
	padding: 6px 0 0;
}
.page a, .page span {
	display: inline-block;
	height: 28px;
	text-align: center;
	padding: 0 12px;
	border: 1px solid #ded7d7;
	line-height: 30px;
	font-size: 14px;
	margin-right: 6px;
	color: #666;
}
.newsBtn {
	border-top: 1px dotted #ded7d7;
	padding-top: 10px;
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
}
/*重置图片元素*/
address, caption, cite, code, dfn, em, i, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

code, kbd, samp, tt {
    font-size: 100%;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
    *font-size: 100%;
    outline: none;
}

/*
form label {
    cursor: pointer;
}
*/

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*重置表格*/
blockquote, q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;

}

a:hover {
    text-decoration: none;
}

a.special,
.special a {
    color: #1eb37b;
}

a.special:hover,
.special a:hover {
    color: #1eb37b;
    text-decoration: none;
}

/*--清除浮动
-------------------------------------------*/
.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.cf:after,
.clearfix:after {
    clear: both;
}

.cf,
.clearfix {
    clear: both;
    *zoom: 1;
}

/*-- 字号、颜色、外边距、内补丁、居中、行高、显示、隐藏
--------------------------------------------------------------------------*/
.c-333 {
    color: #333;
}

.c-666 {
    color: #666;
}

.c-999 {
    color: #999;
}

.c-green {
    color: #1fb079;
}

.c-orange {
    color: #fc714c;
}

.c-reg {
    color: #d90106;
}

/* 字号 */
.f9 {
    font-size: 9px;
    -webkit-text-size-adjust: none;
}

.f12,
.fb12 {
    font-size: 12px;
}

.simsun {
    font-family: SimSun;
}

.f14,
.fb14 {
    font-size: 14px;
}

.f16,
.fb16 {
    font-size: 16px;
}

.f18,
.fb18 {
    font-size: 18px;
}

.f20,
.fb20 {
    font-size: 20px;
}

.fb,
.fb12,
.fb14,
.fb16,
.fb18,
.fb20 {
    font-weight: 700;
}

/* 隐藏 居中 */

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.show {
    display: block;
}

.hide {
    display: none !important;
}

/*文字隐藏,省略号*/
.ti,
.te {
    white-space: nowrap;
    overflow: hidden;
}

.ti {
    text-indent: -999em;
}

.te {
    text-overflow: ellipsis;
}


/*
详细内容CSS
*/
.list_p .title .boxdown1{ background: url(/Templates/cn2014/images/downf.png) no-repeat;}
.list_p .title .up{background: url(/Templates/cn2014/images/upf.png) no-repeat!important;}

#pian {
    margin: 100px auto 40px;
    overflow: hidden;
}
#pian p a {
    display: block;
    font-size: 14px;
    color: #868686;
	white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
}
#pian p:first-child {
    width: calc(50% - 41px);
    border-right: 1px solid #dfdfdf;
    text-align: left;
    float: left;
    padding-left: 30px;
	padding-right:10px;
}
#pian p:last-child {
    text-align: right;
    float: right;
    padding-right: 30px;
	padding-left:10px;
}
#pian p {
    width: calc(50% - 40px);
    height: 100px;
    line-height: 100px;
    background-color: #fafafa;
    font-size: 14px;
    color: #868686;
	white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
}
#pian p:last-child a:after {
    content: ">";
    margin-left: 4%;
    font-size: 16px;
}
#pian p:first-child a:before {
    content: "<";
    margin-right: 4%;
    font-size: 16px;
}
#pian p:hover {
    background-color: #03409b;
    color: #fff;
    transition: all 0.6s linear;
}
#pian p:hover a {
    color: #fff;
    transition: all 0.6s linear;
	}




.list_p{
	padding:60px 0;
	position:relative;
	}
.list_p .p {
	font-size:15px;
	line-height:30px;
	}
.list_p .p h1{
	font-size:28px;
	margin-bottom:15px;
	color:#03409b;
	text-align:center;
	font-family:"微软雅黑", "宋体", "楷体_GB2312", "仿宋_GB2312";
	font-weight:bold;
	}
.list_p .p i{
	font-size:12px;
	color:#999;
	text-align:center;
	display:block;
	margin-top:-10px;
	font-style: initial;
	}
.list_p .p p{
	font-size:14px;
	line-height:24px;
	color:#666;
	text-align: justify;
	}
.list_p .title{    
	position: absolute;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    top: -50px;
	height:30px;
	left:0;
    padding: 10px 0;
	}
.list_p .title .left{
	float:left;
	margin-top:8px;
	height:22px;
	}
.list_p .title .left span,.list_p .title .left span a{
	font-size:12px;
	color:#f5f5f5;
	line-height:14px;
	}
.list_p .title .left span a:hover {
    color: #fff;
    transition: all 0.4s linear;
}
.list_p .title ul{
	float:right;
	}	
.list_p .title li{
	float:left;
	margin-left:10px;
	}
.list_p .title li a{
	font-size:14px;
	color:#f5f5f5;
	display: block;
    padding: 5px 15px;
	text-decoration: none;
	}	

.list_p .title .tab_wap li a{
	border-bottom:1px solid #f5f5f5;
	}
.list_p .title .tab_wap li:first-child a{ border:none;}
.list_p .title .tab_wap li:last-child a{ border:none;}	
.list_p .title .tab_wap li:last-child a:hover{ border:none;}	
.list_p .title .tab_wap li a:hover {	
	border-bottom:1px solid #1d2088;
    transition: all 0.4s linear;
	}
.list .title li a:hover {
    background: #1d2088;
    color: #fff;
    transition: all 0.4s linear;
}
.list_p .title li a:hover {
    background: #1d2088;
    color: #fff;
    transition: all 0.4s linear;
}
.pro .title{
	top:-80px;
	height:auto;
	}
.pro .tab{
    width: calc(80% - 177px);
	}
.pro .p .top{
	overflow:hidden;
	margin-top:40px;
	display: flex;
    justify-content: center;
    align-items: center;
	}
.pro .p .top>img{
	float:left;
	width:40%;
	}
.pro .p .top .right{
	float:right;
	width:55%;
	margin-left:5%;
	}
.pro .bottom{
	margin-top:40px;
	}
.pro .bottom .tab{
	width:100%;
	background-color:#e8e8e8;
	overflow:hidden;
	}
.pro .bottom .tab a{
	display:block;
	font-size:18px;
	float:left;
	width:calc(100%/3 - 10px);
	padding:12px 5px;
	text-align:center;
	white-space: nowrap; 
	text-overflow: ellipsis; 
	overflow: hidden;
	}
.pro .bottom .tab a:hover{
	background: #1d2088;
    color: #fff;
    transition: all 0.4s linear;
	}
.pro .bottom .tab .on{
	background: #1d2088;
    color: #fff;
	}
.pro .bottom{
	background-color:#f5f5f5;
	}
.pro .bottom .content li{
	padding:4%;
	display:none;
	}
	
.news .content{
	overflow:hidden;
	}
.news .content h1{ 
	font-size:16px;
	line-height:16px;
	margin-bottom:20px;
	color:#2e2e2e;
	white-space: nowrap; 
	text-overflow: ellipsis; 
	overflow: hidden;
	}
.news .content p{ 
	font-size:14px; 
	line-height:24px;
	color:#6b6b6b;
	display: -webkit-box;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
	overflow: hidden;
	}
.news .content li{
	overflow:hidden;
	position:relative;
	float:left;
	width:calc(100%/3 - 48px)!important;
	margin-right:72px!important;
	min-height:1px;
	margin-bottom:40px!important;
	}
.news .content li a:hover h1{
	color:#1d2088;
	transition: all 0.4s linear;
	}
.news .content li:hover{
	box-shadow: 0 1px 0 #e8e8e8;
	transition: all 0.6s linear;
	}
.news .content li a:hover span{
	color:rgba(29,32,136,0.5)!important;
	opacity:1!important;
	transition: all 0.4s linear;
	}
.news .content li:nth-child(3n+0){
	margin-right:0!important;
	}
.news .content li a{	
	height:190px;
	padding:15px 0 0;
	margin-bottom:15px;
	display:block;
	background:url(/Templates/cn2014/images/more.png) no-repeat bottom left;
	}
.news .content li img{
	position:absolute;
	top:0;
	left:0;
	display:none;
	opacity:0;
	width:100%;
	}
.news .content li:hover img{
	transform: scale(1.05, 1.05);
    transition: transform 0.6s ease 0s;
	}
.news .content li:hover p{
	color:#6b6b6b!important;
	}
.news .content li span{
	font-size:25px;
	padding:20px 0;
	font-weight:normal;
	display:block;
	color:#a0a0a0;
	text-align:left;
	}
.news .content li:nth-child(1) img{
	display:block;
	opacity:1;
	z-index:1;
	}
.news .content li:nth-child(1) span{
	position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
	width:28%;
	background-color:#fff;
	font-weight:bold;    
	text-align: center;
	}
.news .content li:nth-child(1) h1,.news .content li:nth-child(1) p{
	opacity:0;
	}
