@charset "utf-8";

/* Base Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

:focus {
	outline: 0;
}

img {
	border: 0;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


.clear {
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
	display: block;
	_display: inline;
}

.none {
	display: none;
}

.hidden {
	visibility: hidden;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: block;
	*zoom: 1;
}

.db {
	display: block !important;
}

.dn {
	display: none !important;
}

/******************************************************************************************************************************************/

/**布局开始**/

body {
	background: #fff;
}

body,


a {
	color: #333333;
	text-decoration: none;
	font-size: 16px;
	transition: all 0.5s ease;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #4565b5;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
}

.inner {
	/**页面全局宽度**/
	width: 1200px;
	margin: 0 auto;
}


/*头部*/
#header {
	width: 100%;
	height: auto;
	background: #0c3060;
}

.logo {
	position: relative;
}

.logo-l {
	float: left;
}

.logo img {
	max-width: 100%;
	height: auto;
	margin: 20px auto;
}

.logo-r {
	float: right;
	margin-top: 40px;
}

.bb {
	float: right;
	margin-right: 20px;
	color: #fff;
	padding: 10px 0px;
}

.bb a {
	display: inline-block;
	color: #FFFFFF;
	font-size: 16px;
	margin: 0px 5px;
}

.ss {
	width: 210px;
	height: 35px;
	cursor: pointer;
	position: relative;
	background: #fff;
	/* margin-top: 50px; */
	float: right;
	border-radius: 20px;
}

.ss .inp {
	border: none;
	height: 35px;
	outline: none;
	color: #666;
	text-indent: 15px;
	background: none;
}

.ss .btn {
	border: none;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 45px;
	height: 35px;
	outline: none;
	background:url(../img/search.png) no-repeat center;
}

input::-webkit-input-placeholder {
	color: #666;
}

input::-moz-placeholder {

	color: #666;
}

input:-moz-placeholder {
	
	color: #666;
}

input:-ms-input-placeholder {

	color: #666;
}
/*导航*/
.nav {
	height: 45px;
	width: 100%;
	background: #103f7e;
}

.navList>li {
	float: left;
	width: 11%;
	position: relative;
}

.navList li a {
	display: block;
	text-align: center;
	height: 100%;
	font-size: 18px;
	line-height: 45px;
	/* font-weight: bold; */
	color: #ffffff;
	/* font-size: 16px; */
	/* padding: 0px 15px; */
	box-sizing: border-box;
}

.navList li>a {
	/* background: url(images/nav_li_bg.png) 90% center no-repeat; */
}

.navList .subnav a:hover {
	/* background: url(images/nav_li_bgh.png) 90% center no-repeat #1C6EB8; */
	 background: #EE8C12; 
	color: #fff;
}

.navList .subnav {
	z-index: 100;
	position: absolute;
	display: none;
	width: 100%;
	background: #fff;
	/* border-top: 3px solid #26a6ff; */
}

.navList .subnav li {
	/* background: rgba(39, 166, 255, 0.6); */
}

.navList .subnav a {
	background: none;
	line-height: 38px;
	font-size: 15px;
	color: #333;
	/* border-top: 1px solid #2e88c2; */
	font-weight: normal;
	text-align: center;
}

.navList li:hover .subnav {
	display: block;
}

.navList .l9 a {
	padding-right: 0px;
}

/*汉堡包样式*/
/**aside导航**/
.navi-aside-page {
	position: fixed;
}

.navi-aside-toggle {
	position: absolute;
	right: 0;
	top: 35px;
	width: 30px;
	height: 30px;
	background: url(../img/menu-button-bg.png) no-repeat center center;
	background-size: 60% 60%;
	display: none;
}

.wp-navi-aside {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
}

.wp-navi-aside .navi-aside-mask {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .1);
}

.wp-navi-aside-active {
	display: block;
}

.wp-navi-aside .aside-inner {
	position: fixed;
	top: 0;
	bottom: 0;
	right: -216px;
	z-index: 1002;
	width: 216px;
	max-width: 100%;
	background: #252525;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.wp-navi-aside .aside-inner:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background: rgba(0, 0, 0, .6);
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, .6);
}

.wp-navi-aside .navi-aside-head {
	margin-top: 0;
	border-top: 1px solid rgba(0, 0, 0, .3);
	background: #333;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
	text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}

.wp-navi-aside .navi-aside-head .navi-aside-title {
	padding: 7px 10px;
	font-weight: normal;
	color: #777;
	font-size: 14px;
}

.wp-navi-aside .navi-aside-wrap {
	color: #aaa;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .05);
}

.wp-navi-aside .navi-aside-wrap li {
	position: relative;
}

.wp-navi-aside .navi-aside-wrap li span {
	display: none;
}

.wp-navi-aside .navi-aside-wrap li .menu-switch-arrow {
	display: block;
	cursor: pointer;
	width: 50px;
	height: 35px;
	position: absolute;
	right: 0;
	top: 0px;
	color: #f6f6f6;
	font-size: 14px;
	background: url(../img/nav_li_bg.png) no-repeat center center;
}

.wp-navi-aside .navi-aside-wrap li .menu-open-arrow {}

.wp-navi-aside .navi-aside-wrap li a {
	display: block;
	text-decoration: none;
	color: #c7c7c7;
	font-size: 14px;
	line-height: 20px;
	padding: 8px 30px 8px 15px;
	border-top: 1px solid rgba(0, 0, 0, .3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
	text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}

.wp-navi-aside .navi-aside-wrap li a:hover,
.wp-navi-aside .navi-aside-wrap li a:focus {
	background-color: #404040;
	color: #fff;
	outline: 0;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu {
	display: none;
	background-color: #2e2e2e;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu li a {
	padding-left: 20px;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu {
	background-color: #333
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu li a {
	padding-left: 30px;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu {
	background-color: #343434;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu li a {
	padding-left: 40px;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu {
	background-color: #373737;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu li a {
	padding-left: 50px;
}

/*大图*/
#dt .inner {
	width: 100%;
	overflow: hidden;
}

.rslides {
	position: relative;
	list-style: none;
	/* overflow: hidden; */
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.slide_container {
	position: relative;
	width: 100%;
}

.slide {
	position: relative;
	list-style: none;
	/* overflow: hidden; */
	width: 100%;
	padding: 0;
	margin: 0;
}

.slide li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.slide img {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	border: 0;
}

#dt .dtxt {
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	bottom: 30px;
	z-index: 999;
}

#dt .dtxt a {
	background: rgba(0, 33, 76, 0.8);
	color: #FFFFFF;
	font-size: 20px;
	padding: 0 30px;
	line-height: 36px;
	display: block;
	float: left;
}

.slide .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, .8);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
}

.slide_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 50%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 65px;
	width: 55px;
	margin-top: -30px;
}

.slide_nav:active {
	opacity: 1.0;
}

.slide_nav.prev {
	left: 17%;
	background: url(../img/ban_l.png) no-repeat center center;
}

.slide_nav.next {
	right: 17%;
	background: url(../img/ban_r.png) no-repeat center center;
}

.slide1_tabs {
	position: absolute;
	top: 560px;
	/* right: 50%; */
	z-index: 100;
	text-align: center;
	width: 100%;
}

.slide2_tabs {
	position: absolute;
	right: 14px;
	bottom: 20px;
	z-index: 100;
	text-align: center;
}

.slide1_tabs li,
.slide2_tabs li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 10px;
	border-radius: 10px;
	border: 1px solid #fff;
	position: relative;
}

.slide1_tabs li a,
.slide2_tabs li a {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	position: absolute;
	left: 0;
	z-index: 1000;
	color: transparent;
}

.slide1_tabs li.slide_here a,
.slide2_tabs li.slide_here a {
	background: #FFFFFF;
}

.slide li .bt {
	z-index: 100;
	position: absolute;
	left: 0;
	bottom: 0px;
	display: block;
	color: #FFFFFF;
	font-size: 18px;
	text-align: left;
	line-height: 40px;
	background: url(../img/newbg.png) no-repeat 0px bottom;
	width: 100%;
	height: 70px;
	padding: 20px;
	box-sizing: border-box;
}

.tp .slide img {
	height: 440px;
}

/* 公共样式 */
.comtop {
	padding-bottom: 10px;
	line-height: 35px;
}

.comtop .tit {
	font-size: 20px;
	float: left;
	font-weight: bold;
	text-indent: 55px;
}
.comtop .tit span{
	display: inline-block;
	color: #4565b5;
	font-weight: normal;
	text-indent: 10px;
	font-size: 15px;
}
.comtop a {
	float: right;
	color: #666666;
	font-size: 14px;
	transition: all 0.5s ease;
}
.comtop a:hover{
	color: #103f7e;
	transform: translateX(8px);
}
.xwdt .comtop,.jxpg .comtop{
	background: url(../img/bt1.png) no-repeat 0px;
}
.tzgg .comtop,.zljk .comtop{
	background: url(../img/bt2.png) no-repeat 0px;
}
.jsfc .comtop,#mod4 .comtop{
	background: url(../img/bt3.png) no-repeat 0px;
}
.ggz{
	float: left;
	width: 63.5%;
}
.ggz ul li{
	height: 45px;
	line-height: 45px;
	background: url(../img/sjbg.png) no-repeat 0px center;
	border-bottom: 1px dashed  #aaaaaa;
	margin-bottom: 10px;
}
.ggz ul li a{
	text-indent: 15px;
	width: 80%;
}
.ggz ul li:hover a{
	transform: translateX(8px);
}
.ggz ul li span{
	float: right;
	color: #7b7b7b;
}
.ggz ul li:hover span{
	color: #103f7e;	
}
.ggy{
	float: right;
	width: 32.5%;
}
/* 省略号 */
.yc1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}

/*中间*/
/* mod1 */
#mod1{
	padding-top: 25px;
}
.dtlb{margin-top: 15px;}
.dtlb .bt{
	line-height: 23px;
	font-size: 16px;
}
.dtlb li{
	margin-bottom: 23px;
	overflow: hidden;
}
.dtlb li a{
	
	display: block;
}
.dtlb li:hover a{
	transform: translateX(8px);
}
.zrq{
	width: 60px;
	height: 50px;
	float: left;
	margin-right: 15px;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0px;
	box-sizing: border-box;
	background:#0c3060;
}
.zrq span{
	font-size: 10px;
	display: block;
	line-height: 20px;
	font-weight: normal;
	background: #7e242d;
	margin-top: 5px;
}
/* mod2 */
#mod2{
	padding-top: 10px;
}
.slideTxtBox{
	background: #eef2fa;
	margin-top: 15px;
	display: none;
}
.slideTxtBox .hd {
	position: relative;
	width: 120px;
	float: left;
	text-align: center;
}

.slideTxtBox .hd ul {
	/* float: left; */
	position: absolute
	top: 0px;
}

.slideTxtBox .hd ul li {
	cursor: pointer;
	width: 120px;
	height: 130px;
	border: 1px solid #0c3060;
	position: relative;
	padding-top: 80px;
	box-sizing: border-box;
}
.slideTxtBox .hd ul li a{
	font-size: 20px;
}
.slideTxtBox .hd .d1{
	background: url(../img/l2.png) no-repeat center 20px;
}
.slideTxtBox .hd .d2{
	background: url(../img/l2.png) no-repeat center 20px;
}
.slideTxtBox .hd .d1.on{
	background: #0c3060 url(../img/b1.png) no-repeat center 20px;
}
.slideTxtBox .hd .d2.on{
	background: #0c3060 url(../img/b1.png) no-repeat center 20px;
}
.slideTxtBox .hd ul li.on {
	color:#FFFFFF;
	background-color:#0c3060 ;
}
.slideTxtBox .hd ul li.on::after{
	content: "";
	width: 51px;
	height: 50px;
	position: absolute;
	top: 40px;
	right: -50px;
	background: url(../img/lsjt.png) no-repeat 0px center;
}
.slideTxtBox .hd ul li.on a{
	color: #FFFFFF;
}
.slideTxtBox .bd{
	float: right;
	width: 85%;
	padding: 0px 25px;
}
.imglist li a {
	margin: 20px 20px;
	display: block;
	position: relative;
	padding: 12px 10px;
	border: 2px solid #c6c8cb;
	background: #eef2fa;
}
.imglist li a::after{
	content: "";
	background: #FFFFFF;
	opacity: 0.3;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -1;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.imglist li a .bt {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: 1px dashed #c6c6c6;
}
.imglist li a .zy{
	color: #777777;
	font-size: 14px;
	padding-top: 5px;
	line-height: 20px;
}
.imglist li a img {
	transition: 1s;
	display: block;
	margin: 0px auto;
	width: 90px;
	height: 90px;
	border-radius: 50%;
}
.imglist li :hover a{
	background: #7e242d;
}
.imglist li :hover a .bt,.imglist li :hover a .zy{
	color: #FFFFFF;
}
.imglist .slick-dots {
	position: absolute;
	bottom: -5px;
	width: 100%;
	text-align: center;
	display: none !important;
}

.imglist .slick-dots dd{
	display: inline-block;
}

.imglist .slick-dots li button {
	background: ;
	border: 0 none;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 26px;
	line-height: 0;
	margin: 0 8px;
	outline: medium none;
	padding: 0;
	width: 43px;
}

.imglist .slick-dots dd.slick-active button {
	background: ;
}

.sliderbutton.next {
	left: 0px;
	background: url(../img/ztb.png) no-repeat 0px 0px;
}

.sliderbutton.prev {
	right: -8px;
	background: url(../img/ytb.png) no-repeat 0px 0px;
}

.sliderbutton {
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 9;
	font-size: 34px;
	line-height: 60px;
	text-align: center;
	background-color: #fff;
	*
	background-color: #fff;
	zoom: 1;
	vertical-align: middle;
	cursor: pointer;
}

.icon-angle-right,
.icon-angle-left {
	display: none;
}

.imglist li a:hover img {
	transform: rotateY(180deg);
	transition: 1s;
}
/* mod3 */
#mod3,#mod4{
	padding-top: 30px;
}
.zljk ul li a{
	width:73%;
}
/*快捷通道*/
.kuai{
	margin: 0px -15px;
}
.kuai li{
	float: left;
	width: 12.5%;
	margin-top: 20px;
	min-height: 163px;
}
.kuai_pic img{
	display: block;
	margin: 20px auto;
	height: 58px;
}
.kuai li p{
	text-align: center;
	padding: 0px 7px;
	line-height: 20px;
}
.kuai li:hover .kuai_pic img{
	transform: rotateY(180deg);
	transition: 1s;
}
.kuai  a{
	display: block;
	padding: 5px 0px 20px;
	border-radius: 10px;
	margin: 0px 15px;
	color: #FFFFFF;
	min-height: 163px;
	box-sizing: border-box;
}
.kuai .l1 a{
	background:#d1598c;
}
.kuai .l2 a{
	background: #9d6942;
}
.kuai .l3 a{
	background:#3f6eae;
}
.kuai .l4 a{
	background: #ef5b73;
}
.kuai .l5 a{
	background:#3294c2;
}
.kuai .l6 a{
	background: #e59536;
}
.kuai .l7 a{
	background:#2264bb;
}
.kuai .l8 a{
	background: #5e43d0;
}
/* footer */
#footer{
	background: #0c3060;
	color: #FFFFFF;
	padding: 20px 0px;
	margin-top: 50px;
}
.ywlogo{
	float: left;
}
.lx{
	float: left;
	margin: 0px 10%;
	line-height: 25px;
	font-size: 14px;
}
.lx .cell{
	font-size: 16px;
	margin-bottom: 10px;
}
.lj{
	float: right;
	padding-top: 15px;
}
.lj select{
	width: 200px;
	height: 35px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-indent: 20px;
	margin-bottom: 15px;
	outline: none;
	border: none;
	display: block;
	color: #FFFFFF;
	font-size: 16px;
	border:1px solid #FFFFFF;
	background: url(../img/jt.png) no-repeat center  right 20px;
}
.lj select option{
	color: #333;
}
.lj  select::-ms-expand { display: none; }
/*文章页*/
/* 内容页 */

.article {
	/* padding: 0px 15px; */
}

.article .arti-title {
	text-align: center;
	font-size: 24px;
	line-height: 35px;
	margin-top: 30px;
	/* color: #006db8; */
}

.article .arti_metas {
	padding: 20px 0px 22px 0px;
	text-align: center;
	border-bottom: 1px dashed #b6c9e5;
}

.article .arti_metas span {
	color: #999999;
	font-size: 14px;
	text-indent: 10px;
	display: inline-block;
}

.article .read {
	padding: 20px 0px 20px 0px;
	line-height: 25px;
}

.nx {
	color: #333;
	font-size: 14px;
	margin-top: 40px;
}

.nx a {
	color: #666666;
	font-size: 14px;
	margin-bottom: 20px;
	display: inline-block;
}

.nx .up:hover a,
.nx .down:hover a {
	color: #103f7e;
}

.article .read img {
	/**文章阅读部分图片大小限制**/
	max-width: 100% !important;
	display: block;
	height: auto !important;
	margin: 0px auto !important;
}




/*list*/

.listcon {
	padding-top: 50px;
}
.conleft {
	width: 240px;
	float: left;
	background: url(../img/zbg.png) no-repeat 0px 0px;
	padding: 20px 0px 0px 20px;
	box-sizing: border-box;
	min-height: 500px;
}
.yjbt{
	padding: 0px 20px;
}
.conleft .yj {
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 5px 0px 25px;
}
.conleft ul{
	background: #f2f9ff url(../img/listbg.png) no-repeat center bottom;
	/* padding: 0px 20px; */
	padding-bottom: 150px;
}
.conleft ul li{
 height: 50px;
 line-height: 50px;
text-align: center;
 border-bottom: 1px solid #c3cad7; 
}
.conleft ul li a{
 color: #333333;
 font-size: 18px;
}
.conleft .active{
/* background: #00bdc9; */
}
.conleft .active a{
 color: #103f7e;
 font-weight: bold;
}
.conright {
	float: right;
	width: 920px;
	margin: 0px 0px 30px;
	/* padding: 30px; */
	box-sizing: border-box;
	/* box-shadow: 2px 3px 3px #eaf1f9, -2px -2px 3px #eaf1f9; */
	background: #ffffff;
	/* border-top: 2px solid #005ebb; */
}

.ritop {
	/* margin-bottom: 30px; */
	/* overflow: hidden; */
	height: 45px;
}
.ritop .comtop{
	background: url(../img/listbt.png) no-repeat 0px;
}
.ritop .ggtop {
	float: left;
	border-bottom: none
}

.ritop .lm {
	font-size: 22px;
	color: #005ebb;
	font-weight: bold;
	float: left;
	line-height: 40px;
}

.dq {
	float: right;
	color: #858585;
	line-height: 35px;
	text-indent: 20px;
	margin-top: -5px;
	font-size: 13px;
}

.dq a {
	font-size: 14px;
	color: #858585;
	float: none;
}

.dq a:hover {
	color: #103f7e;
}

.conright .listul li {
	height: 55px;
	color: #333333;
	line-height:55px;
	border-bottom: 1px solid #e1e1e1;
	text-indent: 15px;
	background: url(../img/sjbg.png) no-repeat 0px center;
}

.conright .listul {
	/* padding: 0px 10px; */
	/* box-sizing: border-box; */
}

.conright .listul li a {
	font-size: 16px;
	float: left;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
}

.conright .listul li .sj {
	float: right;
	color: #888888;
	font-size: 16px;
}

.conright .listul li .bt {
	font-size: 15px;
}

.conright .listul li:hover a {
	color: #103f7e;
	transform: translateX(8px);
}

.conright .listul li:hover .sj {
	color: #103f7e;
}


.fan {
	margin: 30px 0px 0px 0px;
	text-align: center;
}

.nt img {
	width: 100%;
}




.tabbox{
	background: #eef2fa;
	margin-top: 15px;
}
.tabbox .tab{
	position: relative;
	width: 120px;
	float: left;
	text-align: center;
	margin-right:50px;
}

.slideTxtBox .hd ul {
	/* float: left; */
	position: absolute
	top: 0px;
}

.tabbox .tab a {
	cursor: pointer;
	width: 120px;
	height: 130px;
	border: 1px solid #0c3060;
	position: relative;
	padding-top: 80px;
	box-sizing: border-box;
        font-size: 20px;
        display:block;
}

.tabbox .tab .d1{
	background: url(../img/l2.png) no-repeat center 20px;
}
.tabbox .tab .d2{
	background: url(../img/l2.png) no-repeat center 20px;
}
.tabbox .tab .d1.on{
	background: #0c3060 url(../img/b1.png) no-repeat center 20px;
}
.tabbox .tab .d2.on{
	background: #0c3060 url(../img/b1.png) no-repeat center 20px;
}
.tabbox .tab .on a {
	color:#FFFFFF;

}
.tabbox .tab div::after{
	content: "";
	width: 51px;
	height: 50px;
	position: absolute;
	top: 40px;
	right: -50px;
	background: url(../img/lsjt.png) no-repeat 0px center;
}
.tabbox .tab .on a{
	color: #FFFFFF;
}

.tabbox .tab div.on {
	color:#FFFFFF;
	background-color:#0c3060 ;
}
.tabbox .tab div.on::after{
	content: "";
	width: 51px;
	height: 50px;
	position: absolute;
	top: 40px;
	right: -50px;
	background: url(../img/lsjt.png) no-repeat 0px center;
}
.tabbox .tab div a.on{
	color: #FFFFFF;
}





.tabbox .tab{overflow:hidden;}
.tabbox .content{overflow:hidden;width:1000px;height: 260px;position:relative;}
.tabbox .content dl{position:absolute;left:0;top:0;height:260px;}
.tabbox .content dd{width:1000px;height:260px;float:left;}

.fan{margin:20px auto;}
.fan table{    display: inline-block;}