@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	font-family:"microsoft yahei";
	font-weight: normal;
	font-size: 14px;
	background-color: #e8e8e8;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
	margin: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li,
p {
	list-style-type: none;
	font-size: 15px;
	margin: 0;
}

a,
a:focus,
a:hover {
	border: none;
	outline: none;
	height: auto;
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.w100 {
	float: left;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.clear {
	clear: both;
}
.header{position: relative; float: left; width: 100%; padding: 20px 0; background-color: #13346e;}
.head{width:100%; max-width: 1200px; margin: 0 auto;}
.logo{float: left;width: 520px;}
.logo img{float: left; width: 100%;}
.search{position: relative;z-index: 99;float: right;margin-top: 40px;width:280px;padding:0 10px;height: 40px;border:1px solid #fff;-webkit-border-radius: 20px;-moz-border-radius: 20px;-o-border-radius: 20px;border-radius: 20px;}
.search input.ssk{float: left; line-height: 38px;height: 38px; color: #ffffff; border: none; width:220px;filter: alpha(opacity=0); background:none;background-color:transparent; outline: none;}
.search input.ssk:-webkit-autofill,
.search input.ssk:-webkit-autofill:hover,
.search input.ssk:-webkit-autofill:focus {
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    -webkit-transition: background-color 1000000s ease-in-out 0s;
    transition: background-color 1000000s ease-in-out 0s;
}
.search input.ssk:autofill,
.search input.ssk:autofill:hover,
.search input.ssk:autofill:focus {
    -webkit-text-fill-color: #fff;
    -webkit-transition: background-color 1000000s ease-in-out 0s;
    transition: background-color 1000000s ease-in-out 0s;
}


.search input.ss{float: right;padding: 12px 6px; width:30px; height: 40px;}

.dh {
	float: left;
	width: 100%;
	height: 50px;
	background-color: #13346e;
}

#menu {
	position: relative;
	z-index: 99;
	zoom: 1;
	width: 1200px;
	height: 50px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	text-align: center;
	line-height: 50px;
	height: 50px;
	float: left;
	border-right: none;
	position: relative;
}

#menu li a {
	white-space: normal;
	color: #fff;
	padding: 0 20px;
	text-transform: uppercase;
	text-decoration: none !important;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	/* text-decoration: none;-webkit-transition: all .5s ease-in-out; 
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
   transform:scale(1);transition: all 0.8s ease-in-out; */
	/*text-shadow: 0 1px 0 #000;*/
}



#menu li:hover {
	background-color: #13346e;
}

#menu li:hover a {
	color: #fff;
}

#menu li a:hover {
	background-color: #13346e;
	color: #fff;
}

#menu li ul {
	margin: 0;
	padding: 0;
	width: 100%;
	_margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 1;
	background: none;
	filter: alpha(opacity=100);
	/*transition: all .2s ease-in-out;*/
}

#menu li ul li {
	margin-left: 0;
	background-color: #13346e;
}

#menu li:hover>ul {
	/*-webkit-animation: show_nav 1s ease-out forwards 1;
	animation: show_nav 1s ease-out forwards 1;*/
	opacity: 1;visibility: visible;
	z-index: 1;
}
@-webkit-keyframes show_nav {
	0% {
		margin-left: -100%;
	}
	25% {
		opacity: .5;visibility: visible;
		margin-left: -50%;
	}
	75% {
		margin-left: -25%;
	}
	100% {
		opacity: 1;visibility: visible;
	margin-left: 0%;
	}
}

@keyframes show_nav {
	0% {
		margin-left: -100%;
	}
	25% {
		opacity: .5;visibility: visible;
		margin-left: -50%;
	}
	75% {
		margin-left: -25%;
	}
	100% {
		opacity: 1;visibility: visible;
	margin-left: 0%;
	}
}



#menu ul ul {
	top: 0;
	z-index: 1;
	left: 200px;
	margin: 0 auto;
	_margin: 0;
}

#menu li ul li,
#menu li:hover ul li a {
	padding: 0px;
	white-space: normal;
	float: none;
	width: 100%;
	z-index: 1;
	height: 35px;
	line-height: 35px;
	display: block;
	border: 0;
	color: #fff;
	_line-height: 0;
	background-color: #13346e;
	text-decoration: none !important;
}

#menu li ul li a {
	white-space: normal;
	padding: 0px 10px;
	width: 100%;
	height: 100%;
	/*overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;*/
	font-size: 18px;
	font-weight: none;
	display: block;
	white-space: nowrap;
	color: #fff;
	float: none;
	text-decoration: none !important;
	background-color: #13346e;
	/* text-transform: none;-webkit-transition: all .5s ease-in-out; 
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
   transform:scale(1);transition: all 0.8s ease-in-out; */
}

#menu li ul li:hover,
#menu li ul li:hover a {
	background-color: #fff;
	color: #000;
}

.phone_dh {
	display: none;
	position: absolute;
	bottom:65px;
	right:0;
	width: 100%;
	z-index: 15;
}

.phone_dh .dl-menuwrapper {
	max-width: 250px;
	padding-top: 65px;
}

.phone_dh .dl-menuwrapper button {
	right: 5px;
}

.phone_dh .dl-menuwrapper:first-child {
	margin-right: 0;
}

.phone_dh .dl-menuwrapper button {
	background-color: #fff;
	width: 50px;
	height: 45px;
	padding: 0 5px;
	margin: 10px 5px;
}

.phone_dh .dl-menuwrapper button span {
	float: left;
	display: block;
	width: 40px;
	height: 7px;
	margin-bottom: 5px;
	background-color: #13346e;
}

.phone_dh .dl-menuwrapper .dl-menu {
	margin: 0;
}

.phone_dh .dl-menuwrapper ul {
	background-color: #13346e;
}
.phone_dh .dl-menuwrapper li.cur{background-color:#fff;}
.phone_dh .dl-menuwrapper li.cur a{color:#13346e;}
.phone_dh .dl-menuwrapper li a {
	border: 0;
}
.phone_dh .dl-menuwrapper li a:after,.phone_dh .dl-menuwrapper li .dl-submenu li.cur_nav a:after,.phone_dh .dl-menuwrapper li .dl-submenu li a:after {position: absolute;
	top: 0;
	line-height: 50px;
	font-family: 'icomoon';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content:"\e080";
}
.phone_dh .dl-menuwrapper li.sy a:after,.phone_dh .dl-menuwrapper li.dl-back:after,.phone_dh .dl-menuwrapper li.dl-back a:after {
	content:" " !important;
}


.phone_dh .dl-menuwrapper li .dl-submenu{padding-bottom:20px;}
.phone_dh .dl-menuwrapper li .dl-submenu li{padding-left:0px;}

.pc_ban{display:block;}
.phone_ban{display:none;}
.banner {
	width: 1366px;
	
	margin: 0 auto;
	position: relative;
	z-index: 9;
}
.banner .scroll_num {
	list-style: none;
	position: absolute;
	right: 5%;
	width: 100%;
	height: 14px;
	bottom:70px;
	z-index: 1;
	display: block;
}
.banner .scroll_num span {
	float: left;
	width: 14px;
	height: 14px;
	position: relative;
	text-align: center;
	cursor: pointer;
	margin: 0 5px;
	background-color: #fff;
	-webkit-border-radius: 100%;-moz-border-radius: 100%;-o-border-radius: 100%; border-radius: 100%;
}
.banner .scroll_num span.current {background-color: #13346e;
}
.banner .hd {
	list-style: none;
	position: absolute;
	right: 5%;
	width: 100%;
	height: 14px;
	bottom:70px;
	z-index: 1;
	display: block;
}
.banner .hd ul{float: right; margin: 0 auto;display: block; max-width:145px}
.banner .hd ul li {
	float: left;
	width: 14px;
	height: 14px;
	position: relative;
	text-align: center;
	cursor: pointer;
	margin: 0 5px;
	background-color: #fff;
	-webkit-border-radius: 100%;-moz-border-radius: 100%;-o-border-radius: 100%; border-radius: 100%;
}

.banner .hd ul li.on {
	background-color: #13346e;
	
}

.banner .bd {
	width: 100%;
	
}

.banner .bd ul {
	width: 100% !important;
}

.banner .bd ul li {
	width: 100% !important;
	height: auto;
	overflow: hidden;
}

.banner .bd ul li img {
	width: 100% !important;
	height: auto;
}
.banner .bd ul li .bg_ban{
	position: absolute;
	left: 5%;
	bottom: 40px;
	padding-left: 76px;
	background: url(../img/bg_ban_bt.png) no-repeat left center;
}
.banner .bd ul li .bg_ban .ban_bt{float: left;padding: 0 50px; background: url(../img/bg_ban_bt2.png) repeat center center; line-height: 76px;color: #fff; font-size: 24px; text-align: center; }
.banner .bd ul li .bg_ban .ban_bt a{color: #fff; font-size: 24px;}
.banner .prev {
	position: absolute;
	left: 5%;
	bottom: 48%;
	width: 40px;
	height: 40px;
	z-index: 9;
	background: url(../img/prev.png) no-repeat center center;
	
}

.banner .next {
	position: absolute;
	right: 5%;
	bottom: 48%;
	width: 40px;
	height: 40px;
	z-index: 9;
	background: url(../img/next.png) no-repeat center center;
}

.footer{float: left;width: 100%;padding: 20px 0;background-color: #13346e;}
.foot{width:100%; max-width: 1200px; margin: 0 auto;}
.copy{float: left; max-width: 850px; padding: 20px 0;}
.copy p{float: left; width: 100%; line-height: 35px; font-size: 16px; color: #fff;}
.copy p br{display:none;}
.copy p span{margin:0px;}

.ewm{float: right;}
.ewm ul{float: right;}
.ewm ul li{float: right;width:100px;}
.ewm ul li img{float: left; width: 100%; height: 100px;}
.ewm ul li span{float: left; width: 100%; line-height: 40px; text-align: center; color: #fff; font-size: 16px;}

.main{width:100%; max-width:1200px; margin:0 auto; padding: 0;}
.dqwz{float: left;  width: 100%;color: #333; font-size: 18px; font-weight: bold;background: url(../img/bg_dqwz.png) no-repeat left center; line-height: 40px; padding: 30px 0 20px 75px;}
.dqwz a,.dqwz span{color: #333; font-size: 18px; font-weight: bold;}
.m_l{float: left; width:20%; max-width: 220px; margin-bottom: 40px;}
.m_l h6{float: left;width: 100%;padding: 15px 0;line-height: 30px;background-color: #ffff;color: #13346e;font-size: 22px;border: 4px solid #13346e;font-weight: bold;text-align: center;}
.m_l ul{float: left; width: 100%; border: 4px solid #13346e; border-top:0;}
.m_l ul li{float: left; width: 100%; text-align: center; line-height: 29px; padding: 10px 0; margin-bottom:2px; background-color: #fff; border-bottom: 1px solid #dcdcdc;}
.m_l ul li a{color: #333; font-size: 18px;}
.m_l ul li.cur,.m_l ul li:hover {background-color:#13346e; border-bottom:0;}
.m_l ul li.cur a,.m_l ul li:hover a{color: #fff; font-weight: bold;}
.m_l ul li.last{margin-bottom:0;}

.m_r{float:right; width:80%; margin-bottom: 30px;  max-width: 960px; min-height:1000px;}
.lb_list{float: left; width: 100%;padding: 20px 30px;background-color: #fff;}
.lb_list ul{float: left; width: 100%; }
.lb_list ul li{float: left; width: 100%; line-height:38px; padding: 5px 0; background: url(../img/bg_lblist.png) no-repeat left center;}
.lb_list ul li a{float: left; text-indent: 10px; font-size: 18px; width:85%;color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.lb_list ul li span.time{float:right; width:15%;font-size: 15px; color: #666;  text-align: right;}
.lb_list ul li:hover a,.lb_list ul li:hover span.time{color: #13346e;}
.lb_list ul li:hover a{font-weight: 600;}
.fy{margin: 20px auto; text-align: center; width:100%; display:inline-block;}
.pb_sys_style1 .p_no_d{border: 1px solid #13346e !important;
    color: #fff;
    background-color: #13346e !important;}
.article{float: left;width:100%;  margin: 0; padding: 20px 30px;background-color: #fff;}
.article_title{float: left; text-align: center; width:100%; margin-top: 20px;}
.article_title h1{font-size: 22px; color: #333; font-weight: bold; line-height: 30px;}
.article_title h2{font-size: 20px; color: #333; line-height: 30px;}
.article_data{float: left; width:100%;  text-align: center; padding:20px 20px;margin:0px auto; border-bottom: 1px dashed #333; height:auto; line-height: 18px; font-size: 16px; color: #aaaaaa;}
.article_data img{margin-right: 5px;}
.article_data b{margin:0 10px;}
.wznr{float:left; width:100%; margin-top:10px;}
.wznr p,.wznr p span{}
.wznr p{line-height: 40px;  height: auto; overflow: hidden; font-size: 18px; color: #333;}
.wznr p img{margin:0px auto; width:auto; max-width:550px; display: block;}
.wznr p table,.wznr table{width:100%; max-width: 100%; height: auto; margin: 0 auto;display: inline-block;}
.history{float: left; width: 100%;padding: 20px 20px;background-color: #fff;}
.history h6{float: left;width:100%; line-height: 56px; background-color: #13346e; text-align: center; font-weight: bold; font-size: 24px; color: #fff;}
.history ul{float: left;width:100%;}
.history ul li{float: left;width: 156px; margin: 10px 14px; text-align: center; padding: 15px 10px; line-height: 20px; border: 1px solid #b2b2b2;-webkit-border-radius: 15px;-moz-border-radius: 15px;-o-border-radius: 15px; border-radius: 15px;}
.history ul li a{color: #333; font-size: 18px; font-weight: bold;}
.history ul li:hover{background-color: #13346e; border: 1px solid #13346e;}
.history ul li:hover a{color: #fff;}

.js_xq{float: left; width: 100%;padding: 20px 30px;background-color: #fff;}
.js_xq ul{float: left; width:100%;margin-bottom: 10px;}
.js_xq ul li{width:50%; float: left; text-align: center;}
.js_xq ul li h5{float: left; width: 100%; text-align: center; line-height: 50px; font-weight: bold; font-size: 38px; color: #13346e;}
.js_xq ul li h6{float: left; width: 100%; text-align: center; line-height: 40px;font-size: 24px; color: #13346e;}
.js_xq p{float: left; width: 100%; font-size: 18px; color: #333; line-height: 40px;}

.lb_img{float: left; width: 100%;padding: 30px 15px;background-color: #fff;}
.lb_img ul{float:left; width: 100%;}
.lb_img ul li{float: left; margin-bottom: 10px; min-height:300px; width:33.3%; padding:0 15px; max-width: 310px;}
.lb_img ul li .pic{float:left; width: 100%; overflow: hidden; height:200px;}
.lb_img ul li .pic img{float: left; width: 100%;}
.lb_img ul li h6{float:left; width: 100%; line-height: 30px; text-align: center; background-color: #13346e; padding: 10px 0;}
.lb_img ul li h6 a{font-size: 18px; color: #fff; font-weight: bold;}
.lb_img ul li .pic_bt{float:left; width: 100%;overflow:hidden;text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; line-height: 30px; text-align: left; font-size: 18px;color: #333;}
.list_pic_xyfg{float: left; width: 100%;padding: 30px 15px;background-color: #fff;}
.list_pic_xyfg ul{float:left; width: 100%;}
.list_pic_xyfg ul li{float: left; margin-bottom: 30px; width:33.3%; padding:0 15px; max-width: 310px;}
.list_pic_xyfg ul li .pic{float:left; width: 100%; overflow: hidden; height:200px;}
.list_pic_xyfg ul li .pic img{float: left; width: 100%;}
.list_pic_xyfg ul li .pic_title{float:left; width: 100%; line-height: 30px; text-align: center; background-color: #13346e; padding: 10px 0;}
.list_pic_xyfg ul li .pic_title{font-size: 18px; color: #fff; font-weight: bold;}
.mask-layer * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.mask-layer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    
    z-index: 202020;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mask-layer .mask-layer-close {
    position: absolute;
    top: -25px;
    right: 12%;
    width: 50px;
    height: 50px;
    background: url(../img/bg_close.png) no-repeat center center;
    background-size: cover;
    cursor: pointer;
}

.mask-layer-black {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .75;
    position: absolute;
    top: 0;
    left: 0;
}

.mask-layer-container {
    width: 100%;
    top:10%;
    margin:0 auto;
    height: 100%;
    position: relative;
     
}

.mask-layer-container .small-content {
	display: none;
    width: 630px;
    height: 100px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    bottom: 0;
    overflow: hidden;
}

.small-content .small-img-box {
    position: relative;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
}

.small-img-box .mask-small-img {
    width: 100px;
    height: 100px;
    border: 2px solid transparent;
    margin: 0 5px 0 0;
    opacity: 0.4;
    cursor: pointer;
}

.small-img-box .mask-small-img.onthis {
    border: 2px solid #1e9fff;
    opacity: 1;
}

.small-content .box-go-left {
    position: absolute;
    width: 20px;
    display: block;
    text-align: center;
    left: 0px;
    bottom: 0;
    height: 100px;
    
    background-size: 20px;
    background-color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.small-content .box-go-right {
    position: absolute;
    width: 20px;
    display: block;
    text-align: center;
    right: 0px;
    bottom: 0;
    height: 100px;
    
    background-size: 20px;
    background-color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.small-content .box-go-left:hover,
.small-content .box-go-right:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.8);
    background-size: 24px;
}

.mask-layer-container .img-pre {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: absolute;
    left: 14%;
    top: 40%;
    /*transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);*/
    background: url(../img/s_prev.png) no-repeat center center;
    cursor: pointer;
}

.mask-layer-container .img-pre:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.mask-layer-container .img-next {
    width: 100px;
    height: 100px;
    position: absolute;
    border-radius: 100%;
    cursor: pointer;
    background: url(../img/s_next.png) no-repeat center center;
    right: 14%;
    top: 40%;
    /*transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);*/
}

.mask-layer-container .img-next:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.mask-layer-container .mask-layer-imgbox {
    width: 100%;
    max-width:1200px;
    height:750px;background-color: #fff;
    border:8px solid #fff; 
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.mask-layer-container .mask-layer-imgbox.has-small {
  /*  height: calc(100% - 105px);*/
}

.mask-layer-imgbox .mask-layer-imgName {
    z-index: 999;
    position: absolute;
    bottom: 0px;
    /*left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);*/
    line-height: 60px;
    background-color: #fff;
    width: 100%;
    padding: 0px;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    transition: all linear 0.3s;overflow:hidden;text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; 
}

.mask-layer-imgbox:hover .mask-layer-imgName {
    bottom: 0px;
}

.mask-layer-imgbox .layer-img-box {
    position: relative;
    width: 100%;
    max-height: 675px;
    overflow: hidden;
    height: 100%;
}
.layer-img-box>p{
    position: absolute;
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    width: 100%;
    height: 100%;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    cursor: move;
    left: 0;
    top: 0;
}

.mask-layer-imgbox .layer-img-box img {
    position: absolute;
    width: 100%;
    height: auto;
    /*left: 50%;
    top: 50%;*/
    /*transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);*/
}

.mask-layer-imgbox .layer-img-box img:hover {
    cursor: move;
}

.zoomImg-hide-box {
    display: none !important;
}
/*氓聫鲁茅鈥澛徟撁ヂ嶁��*/
.mask-layer  .contextmenu {
    list-style: none;
    display: none;
    position: absolute;
    width: 180px;
    background: #FFFFFF;
    border-radius: 5px;
    z-index: 99;
    border: 1px solid #333;
}

.mask-layer .contextmenu li {
    transition: ease 0.3s;
}

.mask-layer .contextmenu li:hover {
    background: #333333;
}

.mask-layer .contextmenu li>a {
    display: block;
    padding: 10px 10px 10px 35px;
    color: #000000;
    text-decoration: none;
    transition: ease 0.3s;
}
.mask-layer .contextmenu li>a.clockwise{
   
   background-size:24px 24px ;
}
.contextmenu li>a.clockwise:hover{
   
   background-size:24px 24px ;
}
.mask-layer .contextmenu li>a.counterClockwise{
   
   background-size:24px 24px ;
}
.contextmenu li>a.counterClockwise:hover{
   
   background-size:24px 24px ;
}
.mask-layer .contextmenu li>a.downimg{
   
   background-size:24px 24px ;
}
.contextmenu li>a.downimg:hover{
  
   background-size:24px 24px ;
}



.mask-layer .contextmenu li:hover>a {
    color: #FFFFFF;
}
.mask-layer .contextmenu .menu-parend:hover .menu-child {
    display: block;
}

.bg_story{float: left; width: 100%;padding: 30px 10px;background-color: #fff;}
.bg_story h1{float: left; text-align: center; width: 100%; line-height: 20px; padding: 15px 0; color: #13346e; font-size: 18px; font-weight: bold;}
.bg_story p{float:left; width: 100%; text-align: center; line-height: 20px;padding: 15px 15%; font-size: 16px; color:#333;}
.tggs{width:100%; max-width:580px; margin: 0 auto;}
.bg_story table{float: left;width:100%;margin: 0 auto;}
.bg_story table tr{width:100%; max-width:580px; margin: 0 auto;display: block;}
.tggs label{float: left; min-width: 80px; clear: right; line-height: 40px; color: #333; font-size: 16px;}
.tggs label.tg_xm{word-spacing: 20px;}
.tggs input.tg_text{float: left;padding: 0 5px; outline: 0; margin-bottom: 20px; width: 100%;color: #333; font-size: 14px; border: 1px solid #000; line-height: 40px;}
.tggs textarea{float: left;padding: 0 5px; width: 100%; outline: 0;border: 1px solid #000; min-height: 150px; line-height: 35px; color: #333; font-size: 14px;}
.tg_scwj{/* display: none !important; */}
.tg_tj{float: left;margin: 20px 10px; border:0; width:120px; height: 50px; background-color: #13346e; text-align: center; line-height: 50px; font-size: 16px; color: #fff; -webkit-border-radius: 5px;-moz-border-radius: 5px;-o-border-radius: 5px; border-radius: 5px;}
.tg_tj:hover{background-color:#fff;color: #13346e; border:1px solid  #13346e;}
.w_tj{width:280px; margin:0 auto; display:block;}
.bg_file{float: left;margin: 10px auto;width: 100%;}
.bg_file a{margin: 20px auto; display:none; width:180px; height: 50px; background-color: #13346e; text-align: center; line-height: 50px; font-size: 16px; color: #fff; -webkit-border-radius: 5px;-moz-border-radius: 5px;-o-border-radius: 5px; border-radius: 5px;}

.bg_zfy{ }
.zf_header{ position:relative; top:0; left: 0; width: 100%;z-index: 9;}
.zf_footer{position:relative; top:0px; left:0;z-index: 9;}
.zf_main{max-width: 1200px; position: relative; margin: 0 auto;}
.bg_back{position: absolute; top:40px; left:0; width:80px; height: 80px; z-index:9999; border: 0; background:url(../img/zf/bg_back.png) no-repeat center center;}
.bg_yqzf{float: left; margin: 40px auto; width: 100%; height: 60px;  line-height: 60px;}
.bg_yqzf img{margin: 0 auto;display: block; padding-left: 30px;}
.zf_logo{margin: 20px auto; display: block;}
.zf_ewm{margin:50px auto 20px auto;display: block;}
.cardboxs h6{ width: 100%; text-align: center; line-height: 30px; font-size: 18px; font-weight: bold; color: #333;}