<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*通用类*/
*{
	margin:0;
	padding:0;		
}
body{		
	margin:0 auto;
	font-size:16px;	
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	text-align:justify;	
	color:#333;
	overflow-x:hidden;
	position:relative;
}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#333;
	text-decoration:none !important;	
	outline:none !important;
}
a:hover{
	color:#151f41;	
}
ul{
	list-style-type:none;	
	margin:0;
}
dl{
	margin:0;
	padding:0;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.line5{
	font-size:1px;height:5px;width:100%;clear:both;	
}
.line10{
	font-size:1px;height:10px;width:100%;clear:both;	
}
.line20{
	font-size:1px;height:20px;width:100%;clear:both;	
}
.ck_device{
	position:absolute;
	top:-300px;
}

/*所有设备公用 CSS*/
.wrapin{
	width:1300px;
	margin-left:auto;
	margin-right:auto;	
}

/*total*/

.header{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background:rgba(0,0,0,0.4);
	height: 79px;
	border-bottom:1px solid #ADB2C5;
}
.header2{
	background:#fff;
}
.header .logo{
	position: absolute;
	left: 20px;
	top: 0;
}
.header .log1{
	display: block;
}
.header .log2{
	display: none;
}
.header2 .log1{
	display: none;
}
.header2 .log2{
	display: block;
}
.header2{
	/**
	border-bottom:1px solid #333;
	*/
	box-shadow:0 0 5px #ccc;
	border-bottom:0px;
}
.header .lan{
	position: absolute;
	right: 20px;
	top: 0;
}
.nav{
	margin:0 auto;
	width: 848px;
	/*
	width: 798px;
	*/
}
.nav_in{
	float: left;
	margin:0 10px;
	position: relative;
	z-index: 100;
}
.nav_in .par{
	display: block;
	height: 79px;
	line-height: 79px;
	font-size:16px;
	color:#fff;
	width: 84px;
}
.header2 .nav_in .par{
	color:#333;
}
.nav_in .par2{
	width: 82px;
	display: block;
	height: 77px;
	line-height: 79px;
	font-size:16px;
	color:#fff;
	background:url("../images/nav_par.png") no-repeat right center;
	margin-right:20px;
}
.header2 .nav_in .par2{
	color:#333;
	background-image:url("../images/nav_parh.png");
}
.nav_in:hover .par2,.now_hover .par2{
	border-bottom:2px solid #56984c;
}

.nav_in .par3{
	width: 94px;
	display: block;
	height: 77px;
	line-height: 79px;
	font-size:16px;
	color:#fff;
	background:url("../images/nav_par.png") no-repeat right center;
	margin-right:20px;
}


.nav_in ul{
	width: 140px;
	position: absolute;
	left: -30px;
	top: 79px;
	z-index: 100;
	background:rgba(0,0,0,0.4);
	display: none;
}
.header2 .nav_in ul{
	background:#fff;
}
.nav_in:hover ul{
	display: block;
}
.nav_in li{
	height: 40px;
	line-height: 40px;
	display: block;
	text-align:center;
}
.nav_in li a{
	display: block;
	padding-left:0px;
	width: 140px;
	color:#fff;
	height: 40px;
	font-size:14px;
}
.header2 .nav_in li a{
	color:#333;
}
.nav_in li a:hover{
	background:#333;
}
.header2 .nav_in li a:hover{
	background:#eee;
}



.head_lans2{
	position: absolute;
	right: 20px;
	height: 25px;
	top: 25px;
	z-index: 100;
	color:#FFF;
	border-radius:5px;
	background:rgba(255,255,255,0.5);
	padding:3px 10px 0px;
}
.header2 .head_lans2{ color:#ff0000}

.head_lans{
	position: absolute;
	left: 20px;
	height: 25px;
	top: 260px;
	z-index: 100;
}
.head_lans .handle{
	width: 172px;
	height: 25px;
	font-size:12px;
	color:#fff;
	line-height: 25px;
	border-radius:5px;
	background:rgba(255,255,255,0.5) url("../images/nav_par.png") no-repeat 150px center;	
}
.head_lans .handlein{
	padding:0 35px;
	width: 102px;
	background:url("../images/lan1.png") no-repeat 7px center;
	font-size:10px;
	box-sizing:content-box;
}
.header2 .head_lans .handle{
	background-color:rgba(0,0,0,0.5);
}
.head_lans ul{
	width: 172px;
	position: absolute;
	left: 0;
	top: 25px;
	background:rgba(255,255,255,0.5);
	border-radius:0 0 5px 5px;
	z-index: 100;
	display: none;
	padding-bottom:10px;
}
.header2 .head_lans ul{
	background-color:rgba(0,0,0,0.5);
}
.head_lans:hover .handle{
	border-radius:5px 5px 0 0;
}
.head_lans:hover ul{
	display: block;
}
.head_lans li{
	height: 30px;
	line-height: 30px;
	font-size:14px;
}

.head_lans li img{ vertical-align:middle; padding-right:5px;}
.head_lans li a{
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left:35px;
	color:#fff;
}





.head_lans{
	position: absolute;
	left: 20px;
	height: 25px;
	top: 260px;
	z-index: 100;
}
.head_lans .handle{
	width: 172px;
	height: 25px;
	font-size:12px;
	color:#fff;
	line-height: 25px;
	border-radius:5px;
	background:rgba(255,255,255,0.5) url("../images/nav_par.png") no-repeat 150px center;	
}
.head_lans .handlein{
	padding:0 35px;
	width: 102px;
	background:url("../images/lan1.png") no-repeat 7px center;
	font-size:10px;
	box-sizing:content-box;
}
.header2 .head_lans .handle{
	background-color:rgba(0,0,0,0.5);
}
.head_lans ul{
	width: 172px;
	position: absolute;
	left: 0;
	top: 25px;
	background:rgba(255,255,255,0.5);
	border-radius:0 0 5px 5px;
	z-index: 100;
	display: none;
	padding-bottom:10px;
}
.header2 .head_lans ul{
	background-color:rgba(0,0,0,0.5);
}
.head_lans:hover .handle{
	border-radius:5px 5px 0 0;
}
.head_lans:hover ul{
	display: block;
}
.head_lans li{
	height: 30px;
	line-height: 30px;
	font-size:14px;
}

.head_lans li img{ vertical-align:middle; padding-right:5px;}
.head_lans li a{
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left:35px;
	color:#fff;
}

.header-mb{
	width:100%;
	height:50px;
	position:fixed;
	left:0;
	top:0;
	z-index:100;
	background:#fff;
	border-bottom:1px solid #ccc;
}
.header-mb .logo{
	float:left;
	margin-left:3%;
}
.header-mb .logo img{
	display:block;
	height:50px;
	width:auto;
}
.header-mb-zw{
	height:51px;
	clear:both;
}
.nav-mb{
	position:fixed;
	right:0;
	top:0;
	z-index:100;	
	width:45%;
	height:100%;	
	padding-top:50px;
	display:none;
}
.nav-mbshow{
	display:block;
	background:url("../images/bg_22.png");	
}
.menu-btn{
	width:40px;
	height:30px;
	border:1px solid #ddd;
	border-radius:5px;	
	position:fixed;
	right:3%;
	top:10px;
	background:#fff url("../images/menu.png") no-repeat center center;
	z-index:110;
}
.menu-btnshow{
	background-image:url("../images/menu_close.png");	
}
.nav-mb dl{
	width:90%;
	margin:0 auto;	
	font-size:14px;
}
.nav-mb a{
	display:block;	
}
.nav-mb dt{
	height:40px;
	line-height:40px;
	border-bottom:1px solid #ccc;		
}
.nav-mb .par2{
	background:url("../images/add_btn.png") no-repeat right center;
}
.nav-mb .down .par2{
	background-image:url("../images/close_btn.png");
}
.nav-mb .down dt{
	
}
.nav-mb dd{
	line-height:30px;	
	display:none;
}
.nav-mb .down dd{
	display:block;	
}
.nav-mb dd a{
	color:#666;	
	padding:0 10px;
}



/*total*/

/*hm首页*/

.banner{
	width:100%;	
	position:relative;
	overflow:hidden;	
	cursor:pointer;		
}
.banner .swiper-slide{
	width:100%;	
	background-repeat:no-repeat;
	background-position:top center;
}
.banner .swiper-slide img{
	display:block;
	width:100%;
	height:auto;
}
.banner .swiper-slide a{
	display:block;
	width:100%;	
}
.banner .swiper-pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:10px;
  width: 100%;
}
.banner .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.banner .swiper-pagination-bullet-active {
  background: #fff;
}

/*hm 首页*/

/*所有设备公用 CSS*/

/* PC大屏幕 big star*/
@media screen and (min-width: 993px) {

.visible-lg {display: block !important;}
.visible-lg-block {display: block !important;}
.visible-lg-inline {display: inline !important;}
.visible-lg-inline-block {display: inline-block !important;}
.hidden-lg{display:none !important;}

.wrapin{
	width:1300px;	
}

.hm_about{
	width: 1300px;
	margin:128px auto 135px auto;
}
.ab_left{
	float: left;
	color:#151f41;
}
.ab_left .ab_leftinfo{ margin-top:60px; line-height:30px;}
.ab_left dt{
	height: 52px;
	line-height: 52px;
	font-size:48px;
	font-weight: bold;
}
.ab_left dd{
	height: 28px;
	line-height: 28px;
	font-weight: bold;
	padding-bottom:30px;
	position: relative;
}
.ab_left dd i{
	width: 38px;
	height: 3px;
	background:#556278;
	position: absolute;
	left: 0;
	bottom: 0;
}
.ab_left .t1{
	font-size:18px;
	color:#151f41;
	height: 60px;
	line-height: 60px;
	padding-top:142px;
}
.ab_left li{
	font-size:16px;
	line-height: 30px;
	color:#151f41;
}
.ab_left .more{
	color:#a0a1a3;
	display: block;
	height: 90px;
	line-height: 90px;
	padding-left:16px;
	background:url("../images/ab_more.png") no-repeat left center;
}

.ab_right{
	float: right;
	width: 990px;
}
.ab_right .item{
	display: block;
	width: 300px;
	height: 506px;
	float: left;
	margin-left:30px;
	background:#556278;
	position: relative;
	overflow:hidden;
}
.ab_right .item img{
	display: block;
	width: 300px;
	height: 506px;
	opacity: 0.4;
	
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: -webkit-transform 1.2s;
	transition: -webkit-transform 1.2s;
	-o-transition: transform 1.2s;
	transition: transform 1.2s;
	transition: transform 1.2s, -webkit-transform 1.2s;
	
}
.ab_right .item img:hover{
	-webkit-transform: scale(1.25, 1.25);
	-ms-transform: scale(1.25, 1.25);
	transform: scale(1.25, 1.25);	
	}
.ab_right .name{
	height: 84px;
	line-height: 84px;
	text-align: center;
	color:#fff;
	font-size:32px;
	width: 210px;
	position: absolute;
	left: 0;
	bottom: 54px;
	z-index: 10;
	background:url("../images/abr.png") no-repeat bottom center;
}

.hm_zz{
	height: 640px;
	background:url("../images/hm_zz.jpg") no-repeat top center;
	position: relative;
}
.hm_zz .con{
	display: none;
	width: 1300px;
	margin:0 auto;
	color:#fff;
	padding-top:110px;
}
.hm_zz .show{
	display: block;
}
.hm_zz dt{
	height: 40px;
	line-height: 40px;
	font-size:24px;
	font-weight: bold;
}
.hm_zz dd{
	height: 40px;
	line-height: 40px;
	font-size:14px;
}
.zz_btns{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 200px;
	background:rgba(0,0,0,0.4);
}
.zz_btns .wrapin{
	position: relative;
	height: 200px;
	overflow: hidden;
}
.zz_btns .btn{
	display: block;
	width: 300px;
	height: 200px;
	border-left:1px solid #556278;
	float: left;
	margin-left:-1px;
	text-align: center;
	cursor: pointer;
}
.zz_btns .hover{
	background:rgba(92,156,82,0.9);
}
.zz_btns .btn img{
	display: block;
	width: 70px;
	height: 70px;
	margin:40px auto 0 auto;
}
.zz_btns .name{
	height: 76px;
	line-height: 76px;
	font-size:22px;
	color:#fff;
}
.hm_zz .more{
	color:#e5e5e5;
	padding-right:18px;
	margin-top:70px;
	display: inline-block;
	background:url("../images/zz_more.png") no-repeat right center;
}

.hm_news{
	padding:70px 0 125px 0;
}
.hm_news .head{
	padding-bottom:42px;
	text-align: center;
}
.hm_news .head dt{
	height: 65px;
	line-height: 65px;
	font-size:32px;
	font-weight: bold;
	color:#151f41;
	position: relative;
}
.hm_news .head dt i{
	display: block;
	width: 24px;
	height: 2px;
	background:#b3c3e2;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left:-12px;
}
.hm_news .head dd{
	height: 50px;
	line-height: 50px;
}
.hm_news .ad{
	float: left;
	width: 445px;
	height: 356px;
	display: block;
	position: relative;
	overflow: hidden;
	box-shadow:0 0 5px #ccc;
}
.hm_news .ad img{
	width: 445px;
	height: 356px;
}
.hm_news .intro{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	box-sizing:border-box;
	padding:10px;
	background:rgba(7,43,103,0.8);
	color:#fff;
}
.hm_news .intro dt{
	height: 32px;
	line-height: 32px;
	font-size:16px;
	font-weight: bold;
}
.hm_news .intro dd{
	line-height: 28px;
	font-size:13px;
}
.hm_news ul{
	width: 800px;
	float: right;
}
.hm_news li{
	height: 100px;
	border-bottom:1px solid #f3f3f3;
	clear: both;
}
.hm_news .date{
	width: 120px;
	text-align:right;
	padding-top:20px;
	float: left;
}
.hm_news .date dt{
	height: 20px;
	line-height: 20px;
	font-size:12px;
	color:#c8c8c8;
}
.hm_news .date dd{
	height: 38px;
	line-height: 38px;
	font-weight: bold;
	color:#c8c8c8;
	font-size:28px;
}
.hm_news .ins{
	float: right;
	width: 644px;
}
.hm_news .ins dt{
	height: 44px;
	line-height: 44px;
	font-size:18px;
	font-weight: bold;
}
.hm_news .ins .name{
	color:#707070;
}
.hm_news .ins dd{
	line-height: 24px;
	font-size:14px;
	color:#a4a4a4;
}
.hm_fri{
	background:url("../images/fribg.jpg") no-repeat top center;
	height: 355px;
}
.hm_fri .head{
	text-align: center;
	padding:50px 0 48px 0;
}
.hm_fri .head dt{
	height: 65px;
	line-height: 65px;
	padding-bottom:2px;
	font-size:32px;
	font-weight: bold;
	color:#3961ac;
	position: relative;
}
.hm_fri .head i{
	background:#a3b3d3;
	width: 20px;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left:-10px;
}
.hm_fri .head dd{
	height: 40px;
	line-height: 40px;
	font-size:18px;
}
.fri_slider{
	width: 1300px;
	margin:0 auto;
	height: 106px;
	position: relative;
	overflow: hidden;
}
 
.fri_slider .link{
	display: block;
	width: 200px;
	height: 106px;
	margin:0 auto;
}
.fri_slider .link img{
	display: block;
	width: 200px;
	height: 106px;
}
.fri_slider .cbtn{
	width: 20px;
	height: 106px;
	position: absolute;
	top: 0;
	z-index: 20;
	cursor: pointer;
}
.fri_slider .my-prev{
	left: 0px;
	background:url("../images/fri_pre.png") no-repeat center center;
	z-index:99;
}
.fri_slider .my-next{
	right: 0px;
	background:url("../images/fri_next.png") no-repeat center center;
	z-index:99;
}

.footer{
	background:#13293d;
	padding:56px 0 126px 0;
}
.ft_nav{
	float: left;
	padding-right:70px;
}
.ft_nav dt{
	height: 54px;
	line-height: 30px;
	font-size:18px;
	position: relative;
	margin-bottom:15px;
}
.ft_nav dt a{
	color:#fff;
}
.ft_nav dt i{
	display: block;
	width: 40px;
	height: 2px;
	background:#6d7e8e;
	position: absolute;
	left: 0;
	bottom: 0;
}
.ft_nav dd{
	height: 26px;
	line-height: 26px;
}
.ft_nav dd a{
	color:#c2d5e6;
}
.ft_rt{
	width: 300px;
	float: right;
}
.fr_search{
	height: 47px;
	background:#37548e;
}
.fr_search .text{
	height: 47px;
	width: 250px;
	border:0;
	background:none;
	text-indent:20px;
	font-size:16px;
}
.fr_search .sub{
	float: right;
	width: 48px;
	height: 48px;
	background:url("../images/fr_sub.png") no-repeat center center;
}
.ft_rt .t1{
	color:#fff;
	padding:16px 0 0 20px;
	height: 40px;
	line-height: 40px;
	margin-bottom:20px;
}
.ft_rt dl{
	width: 86px;
	float: left;
	margin-left:20px;
	text-align: center;
}
.ft_rt dt img{
	display: block;
	width: 86px;
	height: 86px;
}
.ft_rt dd{
	color:#fff;
	height: 42px;
	line-height: 42px;
	font-size:15px;
}
.footer_copy{
	height: 57px;
	line-height: 57px;
	color:#c2d5e6;
	background:#0c1e2f;
}
.footer_copy a{color:#c2d5e6;}

/* PC大屏幕 big end*/
}

.clear{ clear:both;}
.partner{ width:100%; margin:0 auto;}
.partner ul li{ width:20%; float:left; margin-bottom:30px; text-align:center;}
.partner ul li img{ width:80%;}


.xinwen-list {
    margin-top: 30px;
}

.xinwen-list ul {
    /* width: 960px; */
    margin: 0 -2%;
}

.xinwen-list ul li {
    list-style: none;
    float: left;
    width: 46%;
    margin: 0 2%;
    position: relative;
    transition: 0.4s 0s;
    -webkit-transition: 0.4s 0s;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}


.xinwen-list ul li:hover {
    -webkit-box-shadow: 0px 7px 17px 3px #ccc;
    -moz-box-shadow: 0px 7px 17px 3px #ccc;
    box-shadow: 0px 7px 17px 3px #ccc;
}

.xinwen-list ul li a {
    display: block;
}

.xinwen-list ul li .xinwen-text {
    position: relative;
}

.xinwen-list ul li .time {
    color: #666;
    position: absolute;
    height: 120px;
    width: 120px;
    left: 0;
    top: 0;
    border-left: 1px solid #e6e6e6;
    text-align: center;
    background: #bbb;
    padding: 25px 0;
    box-sizing: border-box;
}

.xinwen-list ul li .time h4 {
    font-size: 40px;
    color: #fff;
    line-height: 40px;
    font-weight: 100;
    margin: 0;
}

.xinwen-list ul li .time p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    
}
.xinwen-list ul li:hover .time{
    background: #F09101;
}
.xinwen-list ul li .text {
    float: left;
    color: #333;
    padding-left: 140px;
    box-sizing: border-box;
    width: 100%;
    min-height: 64px;
    min-height: 120px;
    padding-top: 20px;
	
}

.xinwen-list ul li .text h2 {
    font-size: 20px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
	white-space: nowrap;
}

.xinwen-list ul li .text p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 5px 0;
}

.xinwen-list ul li .text .more p {
    color: #999;
    font-size: 12px;
}



.pagepage{margin:60px auto 20px auto; width:100%; text-align:center;}


 
.pagepage a{
	display:inline-block;
	height:25px;
	line-height:25px;
	width:25px;
	border:1px solid #dcdcdc;
	margin:0 3px;
	text-decoration:none;
	color:#333
}

 
.pagepage a:hover,.pagepage a.hover{
	color:#fff;
	background:#EA0000;
	border:#EA0000 1px solid;
}
.prenext{ width:100%; margin:0 auto; border-top:#CCC 1px dashed; padding:30px 0; line-height:35px;}



.inbolck-newsdetail{
	/*
   background: #f5f5f5;
   */
   margin-top:30px;
}
.inbolck-newsdetail .page-cen2{
position: relative;

}
.newadetail-page{
    float: left;
    width: 100%;
}
.newsdetail-page .newsdetail-left{
    background: #fff;
    margin-bottom: 120px;
    -moz-box-shadow:0px 0px 10px rgba(0,0,0,.2); -webkit-box-shadow:0px 0px 10px rgba(0,0,0,.2); box-shadow:0px 0px 10px rgba(0,0,0,.2);
    box-sizing: border-box;
    width: 70%;
    float: left;
}
.newsdetail-title{
    border-bottom: 1px solid #ddd;
    padding: 10px 30px;
    box-sizing: border-box;
}
.newsdetail-title h1{
    font-size: 24px;
    color: #000;
    line-height: 50px;
}
.newsdetail-title  p{
    line-height: 20px;
    color: #999;
}
.newsdetail-content{
    padding: 30px 30px;
	min-height:400px;
	line-height:30px;
}
.newsdetail-content img{
    max-width: 100%;
    display: block;
	height:auto;
}
.newsdetail-content p{
    line-height: 30px;
    color: #666;
}
.newsdetail-list{
    float: right;
    width: 25%;
    background: #fff;
    margin-top: -0px;
    -moz-box-shadow:0px 0px 10px rgba(0,0,0,.2); -webkit-box-shadow:0px 0px 10px rgba(0,0,0,.2); box-shadow:0px 0px 10px rgba(0,0,0,.2);
    margin-bottom: 90px;
}
.newsdetail-list h4{
    font-size: 24px;
    color: #000;
    line-height:60px;
    border-bottom: 1px solid #ddd;
    padding: 0 20px;
    box-sizing: border-box;

}
.newsdetail-list ul{
    margin: 20px 20px;
}
.newsdetail-list ul li {
    padding: 15px 0;
    border-bottom: 1px dashed #ddd;
}



.newsdetail-list ul li h2{
    font-size: 18px;
    color: #333;
    line-height: 30px;
}
.newsdetail-list ul li h3{
    font-size: 16px;
    margin: 5px 0;
    color: #666;
}
.newsdetail-list ul li p{
    font-size: 14px;
    color: #999;
}
.bg{ background-color:#F5F5F5;}



.page-banner {
	width: 100%;
	overflow: hidden;
	background-color: #f3f3f3;
}

.page-banner img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: -webkit-transform 1.2s;
	transition: -webkit-transform 1.2s;
	-o-transition: transform 1.2s;
	transition: transform 1.2s;
	transition: transform 1.2s, -webkit-transform 1.2s;
	transition: ease-in-out 0.5s;
}
.page-navbar {
	display: flex;
}
.page-navbar .nav-item {
	display: inline-block;
	cursor: pointer;
	margin-right: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.page-navbar .nav-item .nav-link{
	padding:0px;
}
.page-navbar .nav-item h3 {
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 0px;
	color: #999999;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.page-navbar .dline {
	display: block;
	margin: 10px 0px 0px 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
}

.page-navbar .dline span.line1 {
	display: inline-block;
	background: #eb6100;
	height: 2px;
	width: 60px;
}

.page-navbar .dline span.line2 {
	display: inline-block;
	background: #eb6100;
	height: 2px;
	width: 15px;
	margin-left: 10px;
}

.page-navbar .navFix{
	position: fixed;
	left: 0;
	top: 79px;
	width: 100%;
	min-width: 1220px;
	border-radius: 0;
	z-index: 99;
	padding: 0px 160px;
	background: #fff;
}
.page-navbar .navFix .dline{
	margin:0px;
	line-height: .5;
}
.page-navbar .navFix .nav-item h3 {
    font-size: 20px;
}

.page-navbar .nav-item a.active h3,
.page-navbar .nav-item a:hover h3 {
	color: #eb6100;
}

.page-navbar .nav-item a.active .dline,
.page-navbar .nav-item a:hover .dline {
	opacity: 1;
}

/*關於我們*/
.page-aboutus {
	margin: 0px auto;
	padding-top: 45px;
	padding-bottom: 40px;
	position: relative;
	width:80%;
}

.page-aboutus .aboutus_intro {
	margin-top: 30px;
}
.page-aboutus .anchor_point{
	display:block;
	height:122px;
	margin-top:-122px;
}

.aboutus_intro h3 {
	font-size: 26px;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.aboutus_intro .intro_con {
	padding: 60px 60px;
	background-color: #f0f0f0;
	margin: 0px;
	color: #333;
	line-height: 38px;
	font-size:18px;
}

.aboutus_intro .intro_con p {
	font-size: 16px;
	margin-bottom: 20px;
	text-align: justify;
	line-height: 38px;
}

.aboutus_intro .intro_con .col-lg-6:nth-child(1) p{
    font-size: 18px;
    line-height: 32px;
    width: 80%;
    text-align: justify;
}

.aboutus_intro .intro_con h6 {
	font-size: 20px;
	line-height: 35px;
	margin-top: 30px;
	font-weight: 400;
	ext-align: justify;
}

.aboutus_idea {
	padding-top: 120px;
}

.aboutus_idea h3 {
	font-size: 26px;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 40px;
}

.aboutus_idea .core_idea {
	height: 500px;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
}

.aboutus_idea .core_idea {
	text-align: center;
	padding-top: 3.5%;
}
.idea_list {
	margin-top: 50px;
}

.idea_list img {
	padding: 2.25rem 1.25rem;
	padding-bottom: 0rem;
}

.idea_list .col-lg-4 {
	padding: 0px;
}

.idea_list .card {
	display: block;
	background: #f7f7f7;
	border-radius: 0px;
	border: none;
	padding: 60px 90px 60px 90px;
}

.idea_list .col-lg-4:nth-last-of-type(2) .card {
	background: #f0f0f0;
}

.idea_list .card-body {
	height: 14rem;
}

.idea_list .card span {
	text-align: left;
	height: 70px;
	line-height: 70px;
	display: block;
}

.idea_list .card h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	color: #333333;
	margin: 40px 0px 30px 0px;
	text-align: left;
}

.idea_list .card p {
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	color: #666666;
	padding: 0px;
}

.headerfixed{
	position: fixed;
	box-shadow:0 0 5px #ccc;
	top:0px;
}

.page-contatus {
	margin: 0px auto;
	padding-top: 25px;
	padding-bottom: 120px;
	width:80%;
}

.page-contatus h2{
    text-transform: uppercase;
	margin-bottom:40px;
}

.page-contatus .contact_con {
	width: 100%;
}

.page-contatus .contact_con .row {
	margin: 0px;
}

.page-contatus .contact_txt {
	height: 560px;
	padding: 120px 100px 0px 100px;
	background-color: #f4f4f4;
}

.page-contatus .contact_txt h2 {
	font-size: 24px;
	color: #333;
}

.page-contatus .contact_txt p.engname {
	font-size: 16px;
}

.page-contatus .contact_txt ul {
	line-height: 36px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 30px;
}

.page-contatus .contact_txt .add {
	background: url(../images/add_icon.png) left center no-repeat;
	padding-left: 36px;
	background-position: 3px;
}

.page-contatus .contact_txt .tel {
	background: url(../images/tel_icon.png) left 20% no-repeat;
	padding-left: 36px;
}

.page-contatus .contact_txt .email {
	background: url(../images/email_icon.png) left center no-repeat;
	padding-left: 36px;
}

.page-contatus .contact_pic {
	padding: 0px;
	width: 100%;
	height: 560px;
	background-repeat: no-repeat;
	background-position:left center;
	transition: all 0.5s;
	-webkit-transition: -webkit-transform 1.2s;
	transition: -webkit-transform 1.2s;
	-o-transition: transform 1.2s;
	transition: transform 1.2s;
	transition: transform 1.2s, -webkit-transform 1.2s;
}

.page-contatus .morebtn {
	border: 2px solid #cecece;
	font-size: 14px;
	padding: 10px 40px;
	color: #333333;
	margin-top: 40px;
	margin-bottom: 30px;
	display: inline-block;
}

.page-contatus .baidumap {
	width: 100%;
	height: 550px;
	font-size: 12px;
	margin-top: 40px;
}



/*产品系列*/
.page-prolist {
	margin-bottom: 120px;
}

.page-prolist h4 {
	margin: 0px 160px 40px 160px;
}

.page-prolist .pronav {
	padding-top: 79px;
}

.page-prolist .pronav .container {
	max-width: 100%;
	width: 100%;
	background: #f2f2f2;
	padding: 80px 160px;
}

.page-prolist .pronav .col {
	padding: 0px;
}

.page-prolist .pro-navtitle {}

.page-prolist .pro-navtitle h2 {
	color: #333;
	font-size: 36px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.page-prolist .pro-navtitle p {
	color: #666666;
}

.pronav .page-navbar {
	float: right;
}


.pronav .page-navbar .nav-item {
	margin-right: 0px;
	margin-left: 100px;
}


.prolist-item {
	margin: 0px  auto 40px auto;
	width:80%;
}
.prolist-item .serieslogo img{
    height:50px;
}

.prolist-item h4{
	margin-left:0px!important;
}


.prolist-item .coll {
	margin-bottom: 30px;

}
.prolist-item .coll .overlay{
    border: 1px solid #F3F3F3;
    position: relative;

}

.prolist-item .prointro {
	font-size: 14px;
	color: #333333;
	padding: 30px 20px 30px 20px;
	background-color: #f4f4f4;
}
 
.prolist-item .coll:hover .prointro{background-color: #F39000; color:#FFF}

.prolist-item .prointro h5 {
	font-size: 14px;
}

.prolist-item .prointro p {
	margin-bottom: 0px;
}

.prolist-item .inner-pic {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #eeeeee;
}

.prolist-item .inner-pic img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: -webkit-transform 1.2s;
	transition: -webkit-transform 1.2s;
	-o-transition: transform 1.2s;
	transition: transform 1.2s;
	transition: transform 1.2s, -webkit-transform 1.2s;
}
.prolist-item .inner-pic img:hover{
	-webkit-transform: scale(1.25, 1.25);
	-ms-transform: scale(1.25, 1.25);
	transform: scale(1.25, 1.25);
}

.prolist-item .inner-txt {
    width: 100%;
    position: absolute;
    top: 10px;
    padding-right: 10px;
    font-size: 14px;
    color: #bbb;
    z-index: 3;
    left: auto;
    text-align: right;
}
.prolist-item .inner-txt sup{
    margin-left:0.1rem;
}

.pinfo img{width:50%; float:left; padding:10px;}
.pinfo h1{ width:100%; text-align:center; margin:0 auto 20px; border-bottom:#CCC 1px dashed; padding-bottom:20px;}
.download a{ width:200px; height:60px; background-color:#F00; display:block; border-radius:50px; line-height:60px; color:#FFF; font-size:18px}
.download img{ height:60px; width:auto; padding:10px 20px; float:left;}

@media screen and (min-width: 993px) and (max-width: 1360px) {
	
	.header .logo{
	position: absolute;
	left: 5px;
	top: 12px;
}
.header .log1{
	display: block;
	width:170px; height:auto;
}
.header .log2{
	display: none;
}
.header2 .log1{
	display: none;
}
.header2 .log2{
	display: block;width:170px; height:auto;
}


	.nav{
	margin:0 auto;
	width: 680px;
	/*
	width: 798px;
	*/
	
}
.nav_in{
	float: left;
	margin:0 0px;
	position: relative;
	z-index: 100;
}
.nav_in .par{
	display: block;
	height: 79px;
	line-height: 79px;
	font-size:16px;
	color:#fff;
	width: 80px;
}
.header2 .nav_in .par{
	color:#333;
}
.nav_in .par2{
	width: 80px;
	display: block;
	height: 77px;
	line-height: 79px;
	font-size:16px;
	color:#fff;
	background:url("../images/nav_par.png") no-repeat right center;
	margin-right:10px;
}
.header2 .nav_in .par2{
	color:#333;
	background-image:url("../images/nav_parh.png");
}
.nav_in:hover .par2,.now_hover .par2{
	border-bottom:2px solid #56984c;
}
.nav_in ul{
	width: 130px;
	position: absolute;
	left: -30px;
	top: 79px;
	z-index: 100;
	background:rgba(0,0,0,0.4);
	display: none;
}
.header2 .nav_in ul{
	background:#fff;
}
.nav_in:hover ul{
	display: block;
}
.nav_in li{
	height: 40px;
	line-height: 40px;
	display: block;
	text-align:center;
}
.nav_in li a{
	display: block;
	padding-left:0px;
	width: 130px;
	color:#fff;
	height: 40px;
	font-size:14px;
}
.header2 .nav_in li a{
	color:#333;
}
.nav_in li a:hover{
	background:#333;
}
.header2 .nav_in li a:hover{
	background:#eee;
}
.head_lans{
	position: absolute;
	right: 5px;
	height: 25px;
	top: 27px;
	z-index: 100;
}
.head_lans .handle{
	width: 172px;
	height: 25px;
	font-size:12px;
	color:#fff;
	line-height: 25px;
	border-radius:5px;
	background:rgba(255,255,255,0.5) url("../images/nav_par.png") no-repeat 150px center;	
}
.head_lans .handlein{
	padding:0 35px;
	width: 102px;
	background:url("../images/lan1.png") no-repeat 7px center;
	font-size:10px;
	box-sizing:content-box;
}
.header2 .head_lans .handle{
	background-color:rgba(0,0,0,0.5);
}
.head_lans ul{
	width: 172px;
	position: absolute;
	left: 0;
	top: 25px;
	background:rgba(255,255,255,0.5);
	border-radius:0 0 5px 5px;
	z-index: 100;
	display: none;
	padding-bottom:10px;
}
.header2 .head_lans ul{
	background-color:rgba(0,0,0,0.5);
}
.head_lans:hover .handle{
	border-radius:5px 5px 0 0;
}
.head_lans:hover ul{
	display: block;
}
.head_lans li{
	height: 30px;
	line-height: 30px;
	font-size:14px;
}

.head_lans li img{ vertical-align:middle; padding-right:5px;}
.head_lans li a{
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left:35px;
	color:#fff;
}
}</pre></body></html>