@charset "utf-8";
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */ dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ pre, /* text formatting elements 文本格式元素 */ fieldset, lengend, button, input, textarea, /* form elements 表单元素 */ th, td { /* table elements 表格元素 */
	margin: 0;
	padding: 0;
}
input, textarea {
	border: 2 none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
/* 设置默认字体 */
body, button, input, select, textarea {
	font-family: "Microsoft Yahei";
	color: #666;
	font-size: 13px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4, h5, h6 {
	font-size: 100%;
}
* h1, * h2, * h3, * h4, * h5, * h6 {
	margin: 0px;
} /*覆盖bootstrape对标题加的默认外边距*/
address, cite, dfn, em, i, var {
	font-style: normal;
} /* 斜体扶正 */
/* 重置列表元素 */
ul, ol, li {
	list-style: none;
}
/* 重置文本格式元素 */
a {
	text-decoration: none;
	color: #666;
	word-wrap:break-word;
}/*英文换行*/
a:hover {
	text-decoration: none;
}
/* 重置表单元素 */
legend {
	color: #000;
} /* for ie6 */
fieldset, img {
	border: none;
} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
	font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}
/* 重置表格元素 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
body {
	overflow-y: scroll;
}
/*设置浮动*/
.fl, .pull-left {
	float: left;
}
.fr, .pull-right {
	float: right;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}
.clear {
	clear:both;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.box, .content, .w1400, .width-1400 {
	max-width:1300px;
	min-width: 1000px;
	width: 100%;
	margin:0 auto;
}
/* -- 内页布局 -- */
.page_bg {
	padding:20px 0 20px;
	background:#fff;
}
.page_main {
	margin: 0 auto;
	max-width:1300px;
	min-width: 1000px;
	width: 100%;
}  /*版面宽度*/
.page_content {
	width:1010px;
} /*右边宽度*/
.page_left {
	width:300px;
} /*左边宽度*/
.page_full {
	width:100%;
}
.dis, .hide {
	display:none;
}
.line-clamp-1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.line-clamp-2 {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.line-clamp-3 {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.mod1019 .banner .swiper, .mod1019 .banner .ban_bg, .mod1019 .banner .ban_nbg {
	width: 100%;
	height: 700px;
}
.mod1019 .banner .swiper-pagination-bullet-active {
	background: #2f72e3;
}
.mod1019 .banner .ban_bg {
	background: url() no-repeat center;
}
.mod1019 .banner .ban_nbg {
	background: url() no-repeat center;
}
.mod1019 .banner .slide_01 {
	background: url() no-repeat center;
}
.mod1019 .banner .slide_02 {
	background: url() no-repeat center;
}
.mod1019 .banner .swiper-slide {
	background-position: center;
	background-repeat: no-repeat;
}
.mod1019 .banner .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}
.mod1019 .banner .slide_01 {
	background-image: url([slide:src]);
}
.mod1403 .search {
	padding: 15px 0;
	background-color: #f5f5f5;
}
.mod1403 .search .fl {
	padding-top: 18px;
}
.mod1403 .search .fl a:hover {
	text-decoration: underline;
	color: #2f72e3;
}
.mod1403 .search .fl a {
	display: inline-block;
	color: #454545;
	font-size: 14px;
}
.mod1403 .search .fl span:last-of-type {
	display: none;
}
.mod1403 .search .fl strong {
	display: block;
	float: left;
	font-size: 15px;
}
.mod1403 .search_r form {
	float: left;
	display: block;
	width: 270px;
	background: #fff;
	line-height: 34px;
	height: 34px;
	position: relative;
	margin: 9px 0 9px 0px;
}
.mod1403 .search_r form .search-i {
	width: 40px;
	height: 34px;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	display: block;
	transition: 0.3s all ease-in-out;
	background: #0653ce url(/skin/images/ss.png) no-repeat center;
}
.mod1403 .search_r .search-i:hover {
	background-color: #2f72e3;
}
.mod1403 .search_r .search-i input {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: none;
	border: 0 none;
	outline: none;
}
.mod1403 .search_r .search-bg input {
	line-height: 34px;
	background: none;
	border: 0 none;
	width: 210px;
	padding-left: 20px;
	color: #aaa;
	outline: none;
}
.products_bg {
	padding-bottom: 60px;
}
.products_bg .box {
	display: flex;
}
.pro_l {
	width: 22%;
}
.pro_r {
	width: 78%;
}
.products_bg .box {
	margin-top: 30px;
}
.pro_r_tab {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #f5f5f5;
}
.pro_r_tab .pro_r_tab_l {
	display: flex;
}
.pro_r_tab .pro_r_tab_l a {
	position: relative;
	display: block;
	padding: 0 20px;
	font-size: 16px;
	color: #333;
}
 .pro_r_tab .pro_r_tab_l a:nth-child(n+2):after {
 position: absolute;
 display: block;
 content: " ";
 top: 20%;
 left: 0;
 width: 1px;
 height: 60%;
 background: #eee;
}
.pro_r_tab .pro_r_tab_l a:hover, .pro_r_tab .pro_r_tab_l a.on {
	font-weight: bold;
	color: #0653ce;
}
.pro_r_tab .pro_r_tab_r {
	padding-right: 20px;
}
.pro_r_tab .pro_r_tab_r a {
	display: block;
	width: 90px;
	height: 30px;
	text-align: center;
	font-family: "Arial";
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	border-radius: 25px;
	background: #0653ce;
}
.pro_r_tab .pro_r_tab_r a:hover {
	background: #2f72e3;
}
/*end*/
    
    
    .pro_content .pro_txt {
	padding: 3%;
	display: flex;
	justify-content: space-between;
	background: #f8f8f8;
}
.pro_content .pro_txt .pro_img {
	width: 49%;
	background: #333;
	overflow: hidden;
}
.pro_content .pro_txt .pro_img a {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 75%;
}
.pro_content .pro_txt .pro_img a img {
	display: block;
	width: 100%;
}
.pro_content .pro_txt .prod_w {
	width: 48%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.pro_content .pro_txt .prod_w .prod_tile {
	padding-top: 20px;
}
.pro_content .pro_txt .prod_w h3 {
	display: block;
	padding-bottom: 20px;
}
.pro_content .pro_txt .prod_w h3 a {
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #0653ce;
}
.pro_content .pro_txt .prod_w p {
	display: block;
	font-size: 16px;
	color: #666;
	line-height: 28px;
}
.pro_content .pro_txt .prod_btn {
	padding-bottom: 20px;
}
.pro_content .pro_txt .prod_btn a {
	display: block;
	width: 120px;
	height: 40px;
	text-align: center;
	font-size: 16px;
	color: #0653ce;
	line-height: 40px;
	border: 2px solid #0653ce;
}
.pro_content .pro_txt .prod_btn a:hover {
	color: #2f72e3;
	border-color: #2f72e3;
}
/*end*/
    
    .pro_content .pro_d {
	margin-top: 0px;
	display: flex;
	flex-wrap: wrap;
}
.pro_content .pro_d dl {
	margin-right: 2%;
	width: 32%;
	position: relative;
	height:285px
}
 .pro_content .pro_d dl:nth-child(3n) {
 margin-right: 0;
}
 .pro_content .pro_d dl:nth-child(n+4) {
 margin-top: 20px;
}
.pro_content .pro_d dl dt {
	width: 100%;
	height: 0;
	padding-bottom: 75%;
}
.pro_content .pro_d dl dt a {
	display: block;
	width: 100%;
}
.pro_content .pro_d dl dt img {
	display: block;
	width: 100%;
	height: 100%;
}
.pro_content .pro_d dl dd {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	z-index: 5;
}
.pro_content .pro_d dl dd a {
	display: block;
	height: 100%;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: rgba(0 0 0 / 0.6);
}
.pro_content .pro_d dl:hover dd a {
	background: rgba(6, 83, 206, 0.6);
}
.mod1245 .pro_l {
	width: 270px;
	text-align: center;
	color: #fff;
}
.mod1245 .pro_ltlite {
	background: #0653ce url() center no-repeat;
	height: 70px;
	text-align: center;
}
.mod1245 .pro_l p {
	font-size: 24px;
	padding-top: 11px;
	line-height: 30px;
}
.mod1245 .pro_l em {
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	opacity: .6;
}
.mod1245 .pro_ld {
	width: 266px;
	background: #fff;
	border: 2px solid #0653ce;
	border-top: none;
}
.mod1245 .pro_ld>ul>li>a {
	width: 212px;
	background: #f5f5f5;
	color: #333;
	display: block;
	height: 45px;
	line-height: 45px;
	padding-left: 54px;
	text-align: left;
	font-size: 16px;
	margin-bottom: 10px;
	position: relative;
	text-indent: 1em;
}
.mod1245 .pro_ld>ul>li>a:before {
	content: "";
	display: block;
	position: absolute;
	background: #0653ce;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	top: 10px;
	left: 18px;
}
.mod1245 .pro_ld>ul>li>a:after {
	content: "";
	display: block;
	position: absolute;
	background: url(/skin/images/dh.png) center no-repeat;
	width: 25px;
	height: 25px;
	top: 10px;
	left: 18px;
}
.mod1245 .pro_ld .list_02 {
	overflow: hidden;
	height: 100%;
	max-height: 485px;
	overflow-y:scroll;
}
.mod1245 .pro_ld .list_02 a {
	display: block;
	padding-left: 30px;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	background: url(/skin/images/jt.png) 11px no-repeat;
	line-height: 45px;
	width: 212px;
	margin: 0 12px;
	text-align: left;
	text-indent: 1em;
}
.mod1245 .pro_ld a:hover {
	color: #2f72e3;
}
.prod_t {
	margin-bottom: 40px;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	color: #888;
	font-weight: lighter;
}
.prod_t dl {
	font-weight: normal;
	font-size: 40px;
	color: #222;
	padding-bottom: 5px;
}
.prod_t dl strong {
	color: #0072ff;
}
.prod_t p {
	padding-bottom: 8px;
}
.prod_t .icon {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 80px;
	height: 4px;
}
.prod_t .icon:before {
	display:block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 4px;
	background: #0072ff;
}
.prod_t .icon:after {
	display:block;
	content: "";
	position: absolute;
	top: 0;
	right:0;
	width:50%;
	height: 4px;
	background: #2f72e3;
}
.feature {
	padding-top: 80px;
	position: relative;
	padding-bottom: 83px;
	width: 100%;
	min-width: 1000px;
	background:#f5f5f5 url(/skin/images/trait_bg.png) top center no-repeat;
}
.feature:after {
	display:block;
	content: "";
	height:600px;
	background:url(/skin/images/feature_bbg.png) center top no-repeat;
	position: absolute;
	z-index:1;
	left: 0;
	right: 0;
	bottom: 10px;
}
.feature .prod_t dl, .feature .prod_t dl strong {
	color: #fff;
}
.feature .prod_t .icon:before {
	background:#fff;
}
.feature .prod_t p {
	color: rgba(255, 255, 255, 0.6)
}
.feature_b {
	position: relative;
	z-index: 2;
	background: #fff;
	border-radius:66px 66px 0 0;
	overflow: hidden;
}
.feature_b li {
	padding:60px 50px;
	height:300px;
	transition: all 0.5s ease;
	display: block;
	width: 50%;
	box-sizing: border-box;
	border-right: 1px solid #eee;
}
.feature_b li:nth-of-type(n+3) {
border-top: 1px solid #eee;
}
.feature_b li:nth-of-type(2n) {
 border-right: none;
}
.feature_b li .img {
	box-sizing: border-box;
	padding: 20px;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 50%;
	background: #f5f5f5;
	float: left;
	margin-right: 10px;
	animation:mymove1 3s infinite;
	-moz-animation:mymove1 3s linear infinite;
	-ms-animation:mymove1 3s linear infinite;
	-o-animation:mymove1 3s linear infinite;
	-webkit-animation:mymove1 3s linear infinite;
}
 @-webkit-keyframes mymove1 {
0% {
transform: rotate(0)
}
100% {
transform: rotate(360deg)
}
}
@-moz-keyframes mymove1 {
0% {
transform: rotate(0)
}
100% {
transform: rotate(360deg)
}
}
.feature_b li:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 15%);
}
.feature_b li .txt {
	width: 420px;
	font-size: 15px;
	font-weight: lighter;
	color: #888;
	line-height: 32px;
}
.feature_b li .txt dl {
	font-size: 30px;
	color: #222;
	line-height: 40px;
}
.feature_b li .txt dt {
	font-family:"arial";
	font-size: 14px;
	color: #ccc;
	text-transform: uppercase;
	display: block;
}
.feature_b li .txt dt:after {
	display: block;
	width: 50px;
	height: 2px;
	background: #0072ff;
	content: "";
	margin: 30px 0 25px 0;
}
.mod11440 {
	padding-bottom: 60px;
	background: #f5f5f5;
}
.mod11440 .wz-bt {
	padding-top: 35px;
}
.wz-bt {
	text-align: center;
	padding-top: 65px;
}
.d-bt {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
.d-bt p {
	font-size: 40px;
	font-weight: bold;
	margin: 0 30px;
}
.wz-bt span {
	font-size: 20px;
}
.bt-color1 {
	color: #fff;
}
.bt-color1 b {
	font-weight: bold;
	color: #fff;
}
.bt-color2 p {
	color: #333;
}
.bt-color2 span {
	color: #555;
}
.bt-color2 b {
	font-weight: bold;
	color: #0653ce;
}
.bt-color1 p {
	color: #fff;
}
.casecenter {
	width:1300px;
	overflow:hidden;
	margin:30px auto 0;
	padding:10px 10px 0 10px;
}
.casecenter .casecon {
	height: 520px;
}
.casecon .tempWrap, .casecon .tempWrap .case {
	height: 100%;
}
.casecon .case_item {
	width:32%;
	position:relative;
transition:all .3s ease;
	background: #fff;
	margin-right: 23px;
}
.casecon .case_item:last-of-type {
	margin-right: 0;
}
.casecon .case_pic {
	overflow:hidden;
	margin: 4%;
	width: calc(100% - 8%);
	position: relative;
	z-index:3;
}
.casecon .case_item_content {
	z-index:3;
	position:relative;
	padding: 0 4% 4%;
}
.casecon .case_item:after {
	content:'';
	display:block;
	position:absolute;
	width:100%;
	height:0;
	top:0;
	left:0;
	background:#0653ce;
transition:all .3s ease;
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.casecon .case_item:hover:after {
	height:100%;
}
.casecon .case_item:hover .case_pic img {
	transform:scale(1.1);
}
.casecon .case_item:hover .case_item_a {
	color:#fff;
}
.casecon .case_item:hover .case_item_body {
	color:#fff;
}
.casecon .case_pic img {
	width:100%;
	height:100%;
transition:all .6s ease;
	display: block;
}
.casecon .case_item_a {
	font-size:20px;
	color:#333;
	display:block;
}
.casecon .case_item_body {
	font-size:14px;
	color:#acadb0;
	line-height:28px;
	height:63px;
	overflow:hidden;
	margin-top:15px;
}
.casecon .case_item:before {
	content:'';
	display:block;
	width:44px;
	height:44px;
	line-height:38px;
	border-radius:50%;
	background:#0653ce url(/skin/images/case_icon.png) no-repeat center;
	position:absolute;
	left:4%;
	bottom: -22px;
	z-index:5;
transition:all .3s ease;
}
.casecon .case_item:hover:before {
	transform:rotate(360deg);
	background-color:#2f72e3;
}
.casebottom {
	margin-top:30px;
	text-align:center;
	font-size:0;
}
.casebottom i, .casebottom ul, .casebottom li {
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	margin: 0px 20px;
}
.casebottom ul {
	margin:0 130px;
}
.casebottom li {
	display:inline-block;
	width:22px;
	height:22px;
	border-radius:50%;
	background:#e7ebf0;
	cursor:pointer;
	position:relative;
}
.casebottom li:after {
	content:'';
	display:block;
	position:absolute;
	width:12px;
	height:12px;
	border-radius:50%;
	background:#a1b2c6;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.casebottom li+li {
	margin-left:20px;
}
.casebottom li.on:after {
	background:#0653ce;
}
.casebottom li.on {
	background:#0653ce;
}
.casecon .case_item {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.casebottom img {
	width: 120px;
}
.company {
	padding: 80px 0;
	background: #f5f5f5;
}
.company_box {
	height: 573px;
	background: url(/skin/images/about_img.jpg) no-repeat center;
	width: 1340px;
	padding-left: 60px;
	margin: 0 auto;
	overflow: hidden;
}
.company_box em {
	font-size: 36px;
	color: #0653ce;
	display: block;
	margin: 90px 0 2px;
}
.company_box span {
	font-size: 20px;
	color: #333;
	display: block;
}
.com_xt {
	width: 31px;
	height: 3px;
	background: #0653ce;
	margin: 37px 0 32px;
}
.company_box p {
	font-size: 15px;
	color: #999;
	line-height: 28px;
	width: 586px;
	text-align: justify;
}
.company_box a {
	font-size: 14px;
	color: #333;
	border-radius: 5px;
	width: 115px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border:1px solid #eee;
	margin-top: 18px;
	transition: all 0.5s;
	display: block;
}
.company_box a:hover {
	background: #0653ce;
	color: #fff;
}
.mod1552 .news_bg {
	padding: 70px 0;
}
.mod1552 .news_bg .news_tab {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mod1552 .news_bg .news_title span {
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #0653ce;
}
.mod1552 .news_bg .news_title p {
	display: block;
	font-size: 16px;
	color: #333;
}
.mod1552 .news_bg .news_list {
	display: flex;
}
.mod1552 .news_bg .news_list a {
	display: block;
	margin-left: 20px;
	width: 160px;
	height: 44px;
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 44px;
	border-radius: 50px;
	background: #fff;
	border: 1px solid #eee;
}
.mod1552 .news_bg .news_list a:hover, .mod1552 .news_bg .news_list a.on {
	color: #fff;
	border-color: #0653ce;
	background: #0653ce;
}
/*end*/
    
    .mod1552 .news_bg .news_content {
	margin-top: 40px;
}
.mod1552 .news_bg .news_content .news_item ul {
	display: inline-grid;
	grid-auto-flow: row dense;
	grid-template-columns: 44% 54%;
	grid-template-rows: repeat(2, auto);
	grid-row-gap: 4%;
	grid-column-gap: 2%;
}
.mod1552 .news_d .news_item ul li:first-of-type {
	position: relative;
	grid-row-start: 1;
	grid-row-end: 4;
}
.mod1552 .news_d .news_item ul li:first-of-type .news_img {
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	background: #333;
	overflow: hidden;
}
.mod1552 .news_d .news_item ul li:first-of-type .news_img a {
	display: block;
	width: 100%;
}
.mod1552 .news_d .news_item ul li:first-of-type .news_img a img {
	display: block;
	width: 100%;
	height: 100%;
}
.mod1552 .news_d .news_item ul li:first-of-type .news_txt {
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 9;
	background: #f5f5f5;
}
.mod1552 .news_d .news_item ul li:first-of-type .news_txt a {
	display: block;
	padding: 3%;
}
.mod1552 .news_d .news_item ul li:first-of-type .news_txt span {
	display: block;
	font-size: 17px;
	color: #333;
}
.mod1552 .news_d .news_item ul li:first-of-type .news_txt p {
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 28px;
}
 .mod1552 .news_d .news_item ul li:nth-child(n+2) {
 display: flex;
 justify-content: space-between;
 padding: 4%;
 background: #f5f5f5;
}
 .mod1552 .news_d .news_item ul li:nth-child(n+2) .news_ctime {
 display: flex;
 flex-direction: column;
 justify-content: center;
 padding-right: 2%;
 width: 10%;
 font-family: "Arial";
 text-align: center;
 border-right: 1px solid #ccc;
}
 .mod1552 .news_d .news_item ul li:nth-child(n+2) .news_ctime span {
 display: block;
 font-size: 34px;
 color: #333;
 font-weight: bold;
}
 .mod1552 .news_d .news_item ul li:nth-child(n+2) .news_ctime p {
 display: block;
 padding-top: 5px;
 font-size: 16px;
 color: #666;
}
 .mod1552 .news_d .news_item ul li:nth-child(n+2) .news_txt {
 width: 86%;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
}
 .mod1552 .news_d .news_item ul li:nth-child(n+2) .news_txt a {
 display: block;
 font-size: 20px;
 color: #333;
}
 .mod1552 .news_d .news_item ul li:nth-child(n+2) .news_txt p {
 font-size: 14px;
 color: #666;
 line-height: 24px;
}
.mod1552 .news_d .news_item ul li:first-of-type:hover .news_txt a {
	background: #0653ce;
}
.mod1552 .news_d .news_item ul li:first-of-type:hover .news_txt a span, .mod1552 .news_d .news_item ul li:first-of-type:hover .news_txt a p {
	color: #fff;
}
 .mod1552 .news_d .news_item ul li:nth-child(n+2):hover .news_txt a {
 font-weight: bold;
 color: #0653ce;
}
.htop {
	height:45px;
	line-height:44px;
	background:#f8f8f8;
	border-bottom:1px solid #eeeeee;
}
.htop .box {
	width: 90%;
	height: auto;
	display: table;
	margin: 0 auto;
}
.htop, .htop a {
	font-size:15px;
	color:#aaaaaa;
	font-weight:lighter;
}
.htop strong {
	font-size:16px;
	color:#0653ce;
}
.htop ul li {
	float:left;
	float:left;
	padding:0px 20px;
	position:relative;
}
.htop ul li a {
	display:block;
	padding-left:30px;
	background:url(/skin/images/top_icon1.png) no-repeat left center;
}
.htop ul li:nth-child(2) a {
background:url(/skin/images/top_icon2.png) no-repeat left center;
}
.htop ul li:nth-child(3) a {
background:url(/skin/images/top_icon3.png) no-repeat left center;
}
.htop ul li a:hover {
	color:#0653ce;
	text-decoration:underline;
}
.htop ul li:after {
	content:'';
	display:block;
	width:1px;
	position:absolute;
	height:19px;
	left:0px;
	border-left:1px dotted #c0c0c0;
	top:13px;
}
.htop ul li:nth-last-child(1):before {
content:'';
display:block;
width:1px;
position:absolute;
height:19px;
right:0px;
border-left:1px dotted #c0c0c0;
top:13px;
}
.logo2 {
	float:right;
}
.logo21 {
	font-size:16px;
	color:#666;
	float:left;
	width:60px;
	padding-top:30px;
}
.logo22 {
	font-size:16px;
	color:#333;
	padding-top:33px;
	font-weight:normal;
}
.logo22 p {
	font-size:32px;
	line-height: 50px;
	color: #0653ce;
	font-family:Impact;
	letter-spacing:1px;
}
/*end*/

/*抬头*/
.hlogo {
	height: 128px;
	display: flex;
	align-items: center;
}
.hlogo img {
	max-height:110px;
}
.hname {
	margin-left: 15px;
	margin-top: 37px;
	font-size: 35px;
	color: #333;
	font-weight: 900;
	line-height: 35px;
}
.hline {
	width:1px;
	height:45px;
	margin:42px 25px;
	background:#b5b5b5;
	background:linear-gradient(to bottom, #f2f2f2, #b5b5b5, #f2f2f2);
	margin-left:px;
}
.hmean {
	margin-top:23px;
	font-size:16.7px;
	color:#999999;
	font-weight:lighter;
}
.hmean strong {
	font-family: Source Han Serif SC;
	font-size: 24.5px;
	font-weight: bold;
	color:#0653ce;
	margin:8px 0 6px 0;
	display:block;
}
.hname p {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
	color: #e0e0e0;
	font-family: Arial;
	letter-spacing: 3px;
}
/*导航*/
.nav {
	height: 50px;
	background: #0653ce;
	border-bottom: 6px solid #0653ce;
}
.nav ul li {
	float: left;
	display: block;
	width:185px;
	position: relative;
}
.nav ul li a {
	display: block;
	color: #fff;
	line-height: 56px;
	font-size: 16px;
	text-align: center;
	position: relative;
	z-index: 3333;
}
.nav ul li:after {
	content: '';
	display: block;
	background:#2f72e3;
	width: 100%;
	height: 0%;
	position: absolute;
	top: 0px;
	left: 0;
	filter: alpha(opacity=0);
	transition: 0.3s all cubic-bezier(.46, .03, .52, .96);
	z-index: 2222;
}
.nav ul li.on:after, .nav ul li:hover:after {
	filter: alpha(opacity=100);
	bottom: 0;
	height: 100%;
}
.nav ul li .menu2 {
	display: none;
	position: absolute;
	top: 55px;
	width: 100%;
	z-index: 99;
	background: #2f72e3;
}
.nav ul li .menu2 a {
	display: block;
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	border-top: 1px dashed rgba(255, 255, 255, 0.5);
}
.nav ul li .menu2 a:hover {
	border-top: 1px solid #0653ce;
	background: #0653ce;
}
.end {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.copyright {
	background:#0653ce;
}
.copyright .box {
	display: -webkit-flex;
	display: flex;
	justify-content:space-between;
	flex-wrap: nowrap;
	align-items:flex-start;
	position:relative;
}
.crleft, .crright {
	padding:72px 0 0 0px;
}
.crleft {
	padding: 72px 40px 25px 40px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.crtel {
	margin:0px 0 20px 0;
	font-size:16px;
}
.crtel em {
	display:block;
	font-family: fontDin1;
	font-size:30px;
	color:#fff;
	margin:5px 0 15px 0;
}
.crtel:after {
	content:'';
	display:inline-block;
	width:56px;
	height:3px;
	background:#2f72e3;
}
.craddr p {
	font-size:14px;
	line-height:30px;
	margin-top:20px;
}
.craddr p:nth-child(1) {
background:url(/skin/images/copyright_add_ico.png)no-repeat top 12px left;
}
.crcode {
	margin-top:30px;
	display: -webkit-flex;
	display: flex;
	justify-content:flex-start;
	flex-wrap: nowrap;
	align-items:center;
}
.crcodecon {
	width:153px;
	height:153px;
	background:url(/skin/images/copyright_qr_img_hd.png) no-repeat center;
	margin-right:12px;
}
.crcodecon img {
	width:135px;
	height:135px;
	margin: 9px;
}
.crtab p {
	cursor:pointer;
	width:37px;
	height:38px;
	border-radius:5px;
	border:1px solid rgba(255, 255, 255, 0.2);
	background:url(/skin/images/copyright_mobile_ico.png) no-repeat center;
}
.crtab p:nth-child(2) {
background-image:url(/skin/images/copyright_wx_ico.png);
}
.crtab p:nth-child(3) {
background-image:url(/skin/images/copyright_wxxcx_ico.png);
}
.crtab p.on {
	background-color:#2f72e3;
}
.crtab p+p {
	margin-top:15px;
}
.kslj p:after {
	content:'';
	display:block;
	width:36px;
	background:#275290;
transition:all .3s ease;
	margin:15px 0 25px 0;
}
.kslj {
	display: -webkit-flex;
	display: flex;
	justify-content:flex-start;
	flex-wrap: nowrap;
	align-items:flex-start;
}
.kslj p {
	font-size:20px;
	color:#fff;
	font-weight: normal;
}
.kslj li:hover p:after {
	width:60px;
	background:#fff;
}
.kslj li a {
	display:block;
	font-size:14px;
	color:rgba(255, 255, 255, 0.7);
	line-height:30px;
	font-weight: normal;
}
.kslj li a:hover {
	color:#fff;
}
.kslj li {
	margin-right:95px;
}
.bqdb {
	border-top:1px #13458a solid;
}
.end .box {
	height:115px;
	display: -webkit-flex;
	display: flex;
	justify-content:space-between;
	flex-wrap: nowrap;
	align-items:center;
}
.end, .end a {
	font-size:15px;
	color: rgba(255, 255, 255, 0.7);
}
.end a:hover {
	color:#fff;
}
.end span {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.7);
}
.crtel {
	color: rgba(255, 255, 255, 0.7);
}
.craddr {
	color: rgba(255, 255, 255, 0.7);
}
.crright {
	font-size: 20px;
	color: #fff;
	font-weight: normal;
}
.mod1437 .links_bg {
	padding: 30px 0;
	background: #2f72e3;
}
.mod1437 .links_bg .fl {
	width: 110px;
}
.mod1437 .links_bg .fr {
	width: 90%;
	line-height: 29px;
}
.mod1437 .links_bg .fl span {
	display: block;
	width: 94px;
	height: 29px;
	text-align: center;
	line-height: 29px;
	font-size: 18px;
	color: #f5f5f5;
	background: url(/skin/images/links_tile.png) center no-repeat;
}
.mod1437 .links_bg .fr a, .mod1437 .links_bg .fr span {
	font-size: 14px;
	color: #fff;
}
.mod1437 .links_bg .fr a:hover {
	color: #fff;
}
.mod1437 .links_bg .fr span:last-of-type {
	display: none;
}
.mod1514 .n_about_bg {
	padding-top: 40px;
}
.mod1514 .n_about_bg .box {
	display: flex;
}
.mod1514 .n_about_l {
	width: 40%;
}
.mod1514 .n_about_l .n_about_l_tile span {
	display: block;
	margin: 10px 0px;
	min-height: 40px;
	font-size: 30px;
	line-height: 40px;
}
.mod1514 .n_about_l .n_about_l_tile p {
	display: block;
	min-height: 58px;
	margin-top: -7px;
	font-size: 28px;
	font-weight: normal;
	color: #0653ce;
	line-height: 58px;
}
.mod1514 .n_about_l .n_about_l_img {
	width: 100%;
	max-height: 700px;
	overflow: hidden;
}
.mod1514 .n_about_l .n_about_l_img img {
	display: block;
	width: 100%;
}
.mod1514 .n_about_r {
	padding: 0 3% 30px;
	width: 54%;
	background: #fff;
	box-shadow: 0 0 20px rgba(0 0 0 / 10%)
}
.mod1514 .n_about_r .n_about_r_tile {
	height: 80px;
	font-size: 36px;
	color: #0653ce;
	line-height: 80px;
	border-bottom: 1px solid #eee;
}
.mod1514 .n_about_r .n_about_r_w {
	padding-top: 20px;
	min-height: 32px;
	font-size: 16px;
	color: #333;
	line-height: 32px;
}
.mod1015 .navigation {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	line-height: 40px;
	height: 40px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ddd;
	text-align: left;
}
.mod1015 .navigation .dicon {
	font-size:18px;
	padding:0 5px;
	color:#0653ce;
}
.mod1015 .navigation_w {
	float:right;
	padding-right:5px;
	font-size:12px;
	font-style: normal;
	font-weight: 300;
	font-family: arial;
	color: #ccc;
}
.mod1019 .banner .swiper, .mod1019 .banner .ban_bg, .mod1019 .banner .ban_nbg {
	width: 100%;

}
.mod1019 .banner .swiper-pagination-bullet-active {
	background: #2f72e3;
}
.mod1019 .banner .ban_bg {
	background: url(/skin/images/nbanner.jpg) no-repeat center;
}
.mod1019 .banner .swiper-slide {
	background-position: center;
	background-repeat: no-repeat;
}
.mod1019 .banner .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}
.mod1551 .n_contact_d {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 32%);
	grid-template-rows: repeat(2, auto);
	grid-auto-flow: row;
	grid-gap: 0% 2%;
}
.mod1551 .n_contact_d .n_contact_title {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.mod1551 .n_contact_d .n_contact_title b {
	display: block;
	margin-bottom: 22px;
	font-family: "Arial";
	font-size: 40px;
	font-weight: bold;
	line-height: 30px;
	color: #0653ce;
}
.mod1551 .n_contact_d .n_contact_title span {
	display: block;
	font-size: 30px;
	line-height: 30px;
}
.mod1551 .n_contact_d .n_contact_title p {
	display: block;
	margin-bottom: 30px;
	margin-top: 30px;
	width: 40px;
	height: 3px;
	background: #0653ce;
}
.mod1551 .n_contact_d .n_contact_title img {
	display: block;
	width: 100%;
}
.mod1551 .n_contact_d .n_contact_txt {
	padding: 10% 6% 20%;
	width: calc(100% - 12%);
	background: #f5f5f5;
}
.mod1551 .n_contact_d .n_contact_txt h3 {
	display: block;
	padding-left: 8%;
	width: 40%;
	height: 40px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
	line-height: 40px;
	background: #0653ce;
}
.mod1551 .n_contact_d .n_contact_txt span {
	display: block;
	padding-top: 6%;
	padding-bottom: 2%;
	font-size: 17px;
	font-weight: bold;
	color: #222;
}
.mod1551 .n_contact_d .n_contact_txt p {
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 42px;
}
.mod1551 .n_contact_d .n_contact_w {
	padding: 10% 6%;
	width: calc(100% - 12%);
	background: #f5f5f5;
}
.mod1551 .n_contact_d .n_contact_w h3 {
	display: block;
	padding-left: 8%;
	margin-bottom: 6%;
	width: 40%;
	height: 40px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
	line-height: 40px;
	background: #0653ce;
}
.mod1551 .n_contact_d .n_contact_w p {
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 42px;
}
.mod1551 .n_contact_d .n_contact_map {
	grid-column-start: 1;
	grid-column-end: 4;
	margin-top: 4%;
	width: 100%;
	min-height: 400px;
}
.mod1551 .n_contact_d .n_contact_map iframe {
	display: block;
	width: 100%;
	height: 100%;
	background: #eee;
}
.mod1015 .navigation {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	line-height: 40px;
	height: 40px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ddd;
	text-align: left;
}
.mod1015 .navigation .dicon {
	font-size:18px;
	padding:0 5px;
	color:#0653ce;
}
.mod1015 .navigation_w {
	float:right;
	padding-right:5px;
	font-size:12px;
	font-style: normal;
	font-weight: 300;
	font-family: arial;
	color: #ccc;
}
.apage {
	line-height: 25px;
	background: #ffffff;
	padding: 0 5px;
	text-align: center;
	padding:20px
}
.apage a {
	border: 1px solid #cccccc;
	padding: 5px 14px;
	margin-right: 5px;
	margin: 0 3px;
}
.apage .num_btns {
	float: right;
	font-family: Tahoma;
}
.apage a:hover, .apage .cur {
	border: 1px solid #01327e;
	background-color: #01327e;
	color: #fff;
	text-decoration: none;
}
.apage .cust_txt {
	float: left;
}
.apage .oran_pg_fp {
	background: url(../images/first_page.gif) 4px 4px no-repeat;
	padding-right: 9px;
}
.apage .oran_pg_pp {
	background: url(../images/pre_page.gif) 4px 4px no-repeat;
	padding-right: 5px;
}
.apage .oran_pg_np {
	background: url(../images/next_page.gif) 8px 4px no-repeat;
	padding-right: 12px;
}
.apage .oran_pg_lp {
	background: url(../images/last_page.gif) 8px 4px no-repeat;
	padding-right: 12px;
}
.apage select {
	font-size: 8px;
	margin-top: 5px;
}
.apage .oran_pg_txt {
	height: 15px;
	border: solid 1px #d4e3e9;
	width: 20px;
	margin-left: 5px;
}
.apage .oran_pg_btn {
	height: 15px;
	border: solid 1px #d4e3e9;
	margin-left: 5px;
	font-size: 9px;
	background: #5984ac;
	color: #fff;
}
.mod1015 .navigation {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	line-height: 40px;
	height: 40px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ddd;
	text-align: left;
}
.mod1015 .navigation .dicon {
	font-size:18px;
	padding:0 5px;
	color:#0653ce;
}
.mod1015 .navigation_w {
	float:right;
	padding-right:5px;
	font-size:12px;
	font-style: normal;
	font-weight: 300;
	font-family: arial;
	color: #ccc;
}
.mod1548 .n_prod_d {
	display: flex;
	justify-content: space-between;
}
.mod1548 .n_prod_d .n_prod_l {
	width: 49%;
}
.mod1548 .n_prod_d .n_prod_l .n_prod_img {
	border: 1px solid #eee;
}
.mod1548 .n_prod_d .n_prod_l .n_prod_img ul {
	width: 100%;
	display: flex;
}
.mod1548 .n_prod_d .n_prod_l .n_prod_img ul li {
	width: 100%;
	cursor: pointer;
}
.mod1548 .n_prod_d .n_prod_l .n_prod_img ul li .n_pro_img {
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	overflow: hidden;
}
.mod1548 .n_prod_d .n_prod_l .n_prod_img ul li .n_pro_img img {
	display: block;
	width: 100%;
	transition: ease 0.3s;
}
.mod1548 .n_prod_d .n_prod_l .n_prod_img ul li:hover .n_pro_img img {
	transform: scale(1.1);
}
.mod1548 .n_prod_d .n_prod_bd .n_prod_hd {
	margin-top: 10px;
	padding: 8px;
	border: 1px solid #eee;
}
.mod1548 .n_prod_d .n_prod_bd .n_prod_hd ul {
	display: flex;
	flex-wrap: wrap;
}
.mod1548 .n_prod_d .n_prod_bd .n_prod_hd ul li {
	margin-right: calc(2.5% - 4px);
	width: 18%;
	cursor: pointer;
	border: 1px solid #eee;
}
 .mod1548 .n_prod_d .n_prod_bd .n_prod_hd ul li:nth-child(5n) {
 margin-right: 0;
}
 .mod1548 .n_prod_d .n_prod_bd .n_prod_hd ul li:nth-child(n+6) {
 margin-top: 1%;
}
.mod1548 .n_prod_d .n_prod_bd .n_prod_hd ul li .n_pro_img {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 75%;
}
.mod1548 .n_prod_d .n_prod_bd .n_prod_hd ul li img {
	display: block;
	width: 100%;
}
.mod1548 .n_prod_d .n_prod_bd .n_prod_hd ul li.on {
	border-color: #0653ce;
}
/*end*/
    .mod1548 .n_prod_d .n_prod_r {
	width: 48%;
}
.mod1548 .n_prod_d .n_prod_r .n_prod_txt .n_pro_title {
	line-height: 65px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}
.mod1548 .n_prod_d .n_prod_r .n_prod_txt .n_pro_title span {
	display: block;
	font-size: 21px;
	font-weight: bold;
	color: #333;
}
.mod1548 .n_prod_d .n_prod_r .n_prod_txt .n_pro_w {
	display: flex;
	font-size: 16px;
	color: #666;
	line-height: 40px;
}
.mod1548 .n_prod_d .n_prod_r .n_prod_txt .n_pro_w .n_pro_w_l {
	margin-right: 2%;
	width: 25%;
	padding: 10px;
	border: 1px solid #eee;
}
.mod1548 .n_prod_d .n_prod_r .n_prod_txt .n_pro_w .n_pro_w_l img {
	display: block;
	max-width: 100%;
	width: 100%;
}
.mod1548 .n_prod_d .n_prod_r .n_prod_txt .n_pro_w .n_pro_w_l span {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 24px;
}
.mod1548 .n_prod_d .n_prod_r .n_prod_txt .n_pro_w .n_pro_w_r h3 {
	display: block;
	font-weight: normal;
	color: #666;
}
.mod1548 .n_prod_d .n_prod_r .n_prod_txt .n_pro_w .n_pro_w_r span {
	display: block;
	font-size: 18px;
	color: #0653ce;
}
.mod1548 .n_prod_d .n_prod_r .n_prod_txt .n_pro_w .n_pro_w_r span i {
	padding-right: 5px;
	font-size: 30px;
}
.mod1548 .n_prod_d .n_prod_r .n_prod_txt .n_pro_w .n_pro_w_r p {
	display: flex;
}
.mod1548 .n_prod_d .n_prod_r .n_prod_txt .n_pro_w .n_pro_w_r p a {
	display: block;
	width: 120px;
	height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #0653ce;
}
.mod1548 .n_prod_d .n_prod_r .n_prod_txt .n_pro_w .n_pro_w_r p a:last-of-type {
	margin-left: 0px;
	background: #333;
}
/*end*/
    
    .mod1548 .n_pro_detail_next {
	margin: 25px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mod1548 .n_pro_detail_next a {
	margin: 0 15px;
	display: block;
	font-size: 16px;
	color: #666;
}
.mod1548 .n_pro_detail_next a:hover {
	color: #0653ce;
}
/*end*/
    
    .mod1548 .n_pro_detail_d {
	margin-top: 40px;
}
.mod1548 .n_pro_detail_d .n_pro_detail_d_tile {
	line-height: 50px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}
.mod1548 .n_pro_detail_d .n_pro_detail_d_tile span {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.mod1548 .n_pro_detail_d .n_pro_detail_hot .n_pro_detail_hot_tile {
	margin-bottom: 20px;
	line-height: 50px;
	border-bottom: 1px solid #eee;
}
.mod1548 .n_pro_detail_d .n_pro_detail_hot .n_pro_detail_hot_tile span {
	display: block;
	font-size: 20px;
	color: #333;
}
.mod1548 .n_pro_detail_d .n_pro_detail_hot .n_pro_detail_hot_tile span b {
	font-family: "Arial";
	font-size: 13px;
	color: #999;
	font-weight: normal;
	text-transform: uppercase;
}
.mod1548 .n_pro_detail_d .n_pro_detail_hot .n_pro_detail_hot_d ul {
	display: flex;
	flex-wrap: wrap;
}
.mod1548 .n_pro_detail_d .n_pro_detail_hot .n_pro_detail_hot_d ul li {
	margin-right: 1.3%;
	width: 24%;
}
 .mod1548 .n_pro_detail_d .n_pro_detail_hot .n_pro_detail_hot_d ul li:nth-child(4n) {
 margin-right: 0;
}
.mod1548 .n_pro_detail_d .n_pro_detail_hot .n_pro_detail_hot_d ul li a:first-of-type {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	border: 1px solid #eee;
	overflow: hidden;
}
.mod1548 .n_pro_detail_d .n_pro_detail_hot .n_pro_detail_hot_d ul li a img {
	display: block;
	width: 100%;
	transition: ease 0.3s;
	transform: scale(1);
}
.mod1548 .n_pro_detail_d .n_pro_detail_hot .n_pro_detail_hot_d ul li a {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 40px;
}
.mod1548 .n_pro_detail_d .n_pro_detail_hot .n_pro_detail_hot_d ul li:hover a img {
	transform: scale(1.1);
}
.mod1548 .n_pro_detail_d .n_pro_detail_hot .n_pro_detail_hot_d ul li:hover a {
	color: #0653ce;
}
.mod1010 .flip_pa1ges {
	margin-top:20px;
	text-align: center;
	line-height:22px;
}
.mod1010 .flip_page1s span {
	border:1px solid #ddd;
	padding:0 6px;
	margin-right:5px;
	display:inline-block;
	height:22px;
}
.mod1010 .flip_pa1ges select {
	height:24px;
	vertical-align: initial;
}
.mod1510 .nynewslist {
	width:100%;
	border-bottom:1px solid #eee;
	padding:30px 0;
	overflow:hidden;
	position:relative;
	background:#FFF;
}
.mod1510 .nynewslist a {
	text-decoration:none;
}
.mod1510 .nynewslist:hover {
	box-shadow: 0 0 60px -10px rgba(0, 0, 0, .2);
}
.mod1510 .nynewslist:hover .nynewslist_l {
	left:20px;
}
.mod1510 .nynewslist:hover .nynewslist_r {
	left:20px;
}
.mod1510 .nynewslist:hover .nynewslist_rmore {
	left:29%;
}
.mod1510 .nynewslist_l {
	width:23%;
	float:left;
	position:relative;
	left:0;
	overflow:hidden;
transition:all .5s;
}
.mod1510 .nynewslist_l img {
	display:block;
	width:100%;
	transition:all 0.5s;
}
.mod1510 .nynewslist:hover img {
	transform:scale(1.2);
}
.mod1510 .nynews_time {
	position:absolute;
	bottom:0;
	right:0;
	width:122px;
	height:75px;
	background:rgba(6, 83, 206, 0.9);
	font-family:arial;
	color:#fff;
	text-align:center;
	padding-top:15px;
}
.mod1510 .ny_day {
	font-size:40px;
	font-weight:bold;
	line-height:40px;
}
.mod1510 .ny_month {
	font-size:16px;
	line-height:20px;
}
.mod1510 .nynewslist_r {
	text-align:left;
	position:relative;
	width:72%;
	padding:20px;
	float:right;
transition:all .5s;
	left: 0;
}
.mod1510 .nynewslist_r p {
	margin-bottom:20px;
}
.mod1510 .nynewslist_r a {
	font-size:20px;
}
.mod1510 .nynewslist_r span {
	display:block;
	color:#888;
	overflow:hidden;
	line-height:24px;
	padding-bottom:20px;
	border-bottom:1px dotted #d9d9d9;
	margin-bottom: 30px;
}
.mod1510 .nynewslist_rmore {
	display:block;
	background:url(jump-url/sYuaaS-fhoRtsPyW2BsHJtYbJCgFRoo_Dd5KcFhk306KkwIAQ1G-WSQGUqS9b3aDF1fQ6ZvL-FsPO65aRNqFkrcEzOG-GRuqHcLHiPVal0IJDR_fQIxKV-vvwbM2OlTJ.jpg) no-repeat;
	position:absolute;
	left:27%;
	bottom:40px;
	padding-left:22px;
	line-height:21px;
	transition:all 0.5s;
}
.mod1510 .nynewslist_r a.nynewslist_rmore {
	font-size:14px;
}
.mod1015 .navigation {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	line-height: 40px;
	height: 40px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ddd;
	text-align: left;
}
.mod1015 .navigation .dicon {
	font-size:18px;
	padding:0 5px;
	color:#0653ce;
}
.mod1015 .navigation_w {
	float:right;
	padding-right:5px;
	font-size:12px;
	font-style: normal;
	font-weight: 300;
	font-family: arial;
	color: #ccc;
}
.mod1512 .news_detail_bg {
	display: flex;
	justify-content: space-between;
}
/*主要内容*/
.mod1512 .news_detail_d {
	position: relative;
	padding: 3% 0 0;
	width: 74%;
	background: #f5f5f5;
}
.mod1512 .news_detail_d .news_d_back {
	position: absolute;
	top: 0;
	left: -58px;
}
.mod1512 .news_detail_name {
	position: relative;
	margin: 0 3%;
	padding-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
}
.mod1512 .news_detail_name h1 {
	display: block;
	padding-bottom: 20px;
	font-size: 22px;
	font-weight: normal;
	color: #333;
	line-height: 22px;
}
.mod1512 .news_detail_name p {
	display: flex;
	align-items: center;
	height: 14px;
	font-weight: normal;
	font-size: 14px;
	color: #999;
}
.mod1512 .news_detail_name p i {
	display: block;
	margin: 0 5px;
	height: 14px;
	border-left: 1px dotted #ccc;
}
.mod1512 .news_detail_name .news_detail_share {
	position: absolute;
	right: 30px;
	bottom: 30px;
}
.mod1512 .news_detail_content {
	padding: 20px 3% 0;
}
.mod1512 .news_detail_content img {
	max-width: 100%;
	display: block;
	padding: 20px 0;
}
.mod1512 .news_detail_content p {
	margin-bottom: 20px;
}
.mod1512 .news_detail_content .news_detail_txt {
	text-indent: 2em;
	font-size: 16px;
	color: #333;
	line-height: 32px;
}
/*上下翻页*/
.mod1512 .news_detail_next {
	line-height:40px; padding:10px
}
.mod1512 .news_detail_next1 a {
	display: flex;
	align-items: center;
	width: 50%;
	padding-left: 30px;
	height: 70px;
	line-height: 70px;
	font-size: 13px;
	color: #333;
	background: #f5f5f5;
}
.mod1512 .news_detail_next1:after {
	position: absolute;
	display: block;
	content: " ";
	left: 50%;
	width: 1px;
	height: 100%;
	background: #e7e7e7;
	transform: translatex(-50%);
}
.mod1512 .news_detail_next1 a span {
	padding-left: 10px;
}
.mod1512 .news_detail_next1 a:last-of-type {
	justify-content: flex-end;
	padding-left: 0;
	padding-right: 30px;
}
.mod1512 .news_detail_next1 a:last-of-type span {
	padding-left: 0;
	padding-right: 10px;
}
.mod1512 .news_detail_next1 a:hover {
	color: #fff;
	background: #0653ce;
}
/*热门推荐*/
.mod1512 .news_detail_r {
	width: 21%;
	padding: 1.5%;
	background: #f5f5f5;
}
.mod1512 .news_detail_title {
	position: relative;
	height: 36px;
	border-bottom: 1px solid #ccc;
}
.mod1512 .news_detail_title:after {
	position: absolute;
	display: block;
	content: " ";
	left: 0;
	bottom: -1px;
	width: 35%;
	height: 1px;
	background: #0653ce;
}
.mod1512 .news_detail_title span {
	display: block;
	font-size: 20px;
	color: #222;
}
.mod1512 .news_detail_title span b {
	color: #0653ce;
}
.mod1512 .news_detail_r_d {
	padding: 4% 0;
}
.mod1512 .news_detail_r_d li {
	height: 36px;
	line-height: 36px;
}
.mod1512 .news_detail_r_d li:last-of-type {
	border-bottom: none;
}
.mod1512 .news_detail_r_d a {
	display: block;
	padding-left: 20px;
	font-size: 14px;
	color: #333;
	background: url(/skin/images/ico.png) left no-repeat;
}
.mod1512 .news_detail_r_d li a:hover {
	color: #0653ce;
}
.mod1015 .navigation {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    line-height: 40px;
    height: 40px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ddd;
    text-align: left;
}
.mod1015 .navigation .dicon{ font-size:18px; padding:0 5px; color:#0653ce;}
.mod1015 .navigation_w{ float:right; 
    padding-right:5px; 
    font-size:12px;     
    font-style: normal;
    font-weight: 300;
    font-family: arial;
    color: #ccc;
    }
	
	.mod1059 .feedback_form{
    width: 90%;
    margin: 0 auto 30px auto;
}
.mod1059 .feedback_form_t {
    font-size: 26px;
    text-align: center;
    line-height: 80px;
    border-bottom: 1px solid #2f72e3;
    margin-bottom: 40px;
}
.mod1059 .feedback_form input,
.mod1059 .feedback_form textarea{
    border: 1px solid #ccc;
    border-radius: 5px;
}
.mod1059 .feedback_form input:hover,
.mod1059 .feedback_form textarea:hover{
    border-color: #2f72e3;
}

.mod1059 .feedback_form li {
    width: 100%;
    background: none;
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
    line-height: 48px;
}
.mod1059 .feedback_content i{ 
    font-size:18px;
    padding: 0 5px;
}
.mod1059 .feedback_form li.message {
    padding-top: 10px;
}
.mod1059 .wbf-input {
    width: 90%;
    height: 32px;
    padding: 10px;
    margin: 8px 0;
    line-height: normal;
    box-sizing: border-box;
}

.mod1059 .wbf-code {
    width: 140px;
    height: 32px;
    padding: 10px;
    margin: 8px 0;
    line-height: normal;
    box-sizing: border-box;
}
.mod1059 .feedback_form  li.yzma {
    margin-top: -10px;
}
.mod1059 .yzma img{ vertical-align: middle;}
.mod1059 .wbf-textarea {
    width: 90%;
    height: 130px;
    padding: 8px;
    line-height: 20px;
    box-sizing: border-box;
}
.mod1059 input.button.btn_message{
    display: inline-block;
    zoom: 1;
    vertical-align: baseline;
    margin-left: 55%;
    margin-top: 10px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 0 30px;
    border-radius: 30px;
    line-height: 40px;
    background: #666;
    font-size: 16px;
    color: #fff;
    border: none;
    
}

.mod1059 a.button.btn_message{
    display: inline-block;
    zoom: 1;
    vertical-align: baseline;
    margin-left: 20px;
    margin-top: 10px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 0 30px;
    border-radius: 30px;
    line-height: 40px;
    background: #2f72e3;
    font-size: 16px;
    color: #fff;
    
}
.mod1059 .feedback_form input::-webkit-input-placeholder,
.mod1059 .feedback_form textarea::-webkit-input-placeholder {
    color: #ccc;
}
