﻿/*通用类*/
*{
	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;	
}

.wrapin2{
	width:1300px;
	margin-left:auto;
	margin-right:auto;
	line-height:57px
}
.wrapin3{
	width:80%;
    min-height: 1300px;
    margin: 0 auto;
}

/*total*/

.header{
	width: 100%;
    /*
	position: fixed;
    */
	left: 0;
	top: 0;
	z-index: 100;
	background:rgba(0,0,0,1);
	height: 89px;
	border-bottom:0px solid #ADB2C5;
    margin: 0 auto;
}
.header2{
	background:#fff;
}
.header .logo{
    float: left;
    padding-top:5px;
    width: 20%;
}
.header .log1{
	display: block;
	width:120px;
	height:auto;
	padding-top:0px;
}
.header .log2{
	display: none;
	width:120px;
	height:auto;
	padding-top:0px;
}
.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: 80%;
	/*width: 848px;
	width: 798px;
	*/
    float: right;
}
.nav_in{
	float: left;
	margin:0 0px;
	position: relative;
	z-index: 100;
    width: 12%;
    text-align: center;
}

.nav_in .par{
	display: block;
	height: 89px;
	line-height: 89px;
	font-size:18px;
	color:#998749;
}
.nav_in .par img{
    width:20px;
    height:auto;
}


.nav_in .par:hover{
    color: #998749;
    font-weight: bold;
}
.par3{
	display: block;
	height: 89px;
	line-height: 89px;
	font-size:16px;
	color:#fff;
    width: 1%;
}


.header2 .nav_in .par{
	color:#333;
}
.nav_in .par2{
	width: 84px;
	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 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_lans{
	position: absolute;
	right: 20px;
	height: 25px;
	top: 27px;
	z-index: 100;
}
.head_lans .handle{
	width: 182px;
	height: 25px;
	font-size:14px;
	color:#fff;
	line-height: 25px;
	border-radius:5px;
	background:rgba(255,255,255,0.5) url("../images/nav_par.png") no-repeat 160px center;
	padding-left:10px;
}
.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:#000;
	border-bottom:0px 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:40px;
	z-index:9100;	
	width:45%;
	height:100%;	
	padding-top:50px;
	display:none;
    background:rgba(0,0,0,0.8);
   
}
.nav-mbshow{
	display:block;
	 
}
.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;
    color: #fff;
}
.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*/


.recruit{font-size: 16px;height: 55px;background: #998749; color:#fff;line-height: 55px;padding: 0 20px;font-weight: bold;}
.recruit .tit1, .recruit-li1 .tit1{width: 58%;float: left;}
.recruit .tit2, .recruit-li1 .tit2{width: 25%;float: left;}

.recruit .tit3, .recruit-li1 .tit3{width: 23%;float: left;}
.recruit .tit4, .recruit-li1 .tit4{width: 17%;float: left;text-align: center}
.recruit-li1{ position:relative; padding:20px 20px; cursor:pointer}
.recruit-li1 .tit5{width: 15px;height: 100%;position: absolute;right: 30px;top: 0;background: url(arrow_icon01.png) no-repeat center;-webkit-transition:transform .3s;-moz-transition:transform .3s;-ms-transition:transform .3s;transition:transform .3s;}
.recruitcon li {background: #fafafa; border-top: 1px solid rgba(0,0,0,.1);}
.recruitcon li:last-child{border-bottom: 1px solid rgba(0,0,0,.1);}
.recruitcon li:nth-child(2n) {background: #fff;}
.recruit-li2{ padding:30px; background:#ebebeb; font-size:14px; display:none;line-height:30px;}
.recruit-li1.active .tit5{ -webkit-transform:rotateX(180deg);-moz-transform:rotateX(180deg);-ms-transform:rotateX(180deg);transform:rotateX(180deg);}

.casesinfo{
    width: 96%;
    margin: 0 auto;
    color: #fff;
}
.casesinfo table tr td{
    font-size: 14px;
}
/* 公司历史 */

.gsls {
    padding: 95px 0 40px;
    background-color: #f3f3f3;
    justify-content: center;
}

.gsls_title {
    font-family: 'ProximaNova-Bold';
    text-transform: capitalize;
    word-break: break-all;
    font-size: 36px;
}

.gslsct {
    margin-top: 60px;
    position: relative;
}

.gslsct_xl,
.gslsct_xr {
    position: absolute;
    top: 0;
    width: auto;
    height: 20px;
    background-color: #f3f3f3;
    z-index: 10;
}

.gslsct_xl {
    left: 0;
}

.gslsct_xr {
    right: 0;
}

.gslsct_per,
.gslsct_next {
    position: absolute;
    top: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background-color: #fff;
    border: 1px solid #ececec;
    z-index: 20;
    cursor: pointer;
    outline: none;
}

.gslsct_per {
    left: 0;
    transform: translate(-50%, -28px);
    -webkit-transform: translate(-50%, -28px);
    -moz-transform: translate(-50%, -28px);
    -ms-transform: translate(-50%, -28px);
    -o-transform: translate(-50%, -28px);
}

.gslsct_next {
    right: 0;
    transform: translate(50%, -28px);
    -webkit-transform: translate(50%, -28px);
    -moz-transform: translate(50%, -28px);
    -ms-transform: translate(50%, -28px);
    -o-transform: translate(50%, -28px);
}

.gslsct_per i,
.gslsct_next i {
    font-size: 24px;
}

.gslsct_per.swiper-button-disabled i,
.gslsct_next.swiper-button-disabled i {
    color: #999;
}

.gslsct_container {
    width: 100%;
    padding-bottom: 50px;
}

.gslsct_slideitem_x {
    width: 100%;
    height: 1px;
    background-color: #d1d1d1;
    margin-top: 8px;
    position: relative;
}

.gslsct_slideitem_x::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 1px solid #d1d1d1;
    background-color: #fff;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    z-index: 20;
}

.gslsct_slideitem_sj {
    margin-top: 40px;
    text-align: center;
    font-family: 'ProximaNova-Bold';
    font-size: 36px;
}

.gslsct_slideitem_img {
    padding: 20px;
}

.gslsct_slideitem_img>div {
    overflow: hidden;
}

.gslsct_slideitem_img img {
    width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.gslsct_slideitem_txt {
    padding: 5px 25px;
}

.gslsct_slideitem_txt p {
    color: #666;
    line-height: 24px;
    word-break: break-all;
}

.gslsct_container .gslsct_slide:first-child .gslsct_slideitem_x::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 1px;
    background-color: #f3f3f3;
}

.gslsct_container .gslsct_slide:last-child .gslsct_slideitem_x::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 1px;
    background-color: #f3f3f3;
}

.gslsct_pagination.swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 3px;
    background-color: #d1d1d1;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    opacity: 1;
}

.gslsct_pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #df002c;
}

.gslsct_slide:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.gslsct_slide:hover .gslsct_slideitem_x::after {
    background-color: #df002c;
    border-color: #df002c;
}

.gslsct_slide:hover .gslsct_slideitem_sj {
    color: #234488;
}


.kongbai{
    height: 50px;
}



/*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;
}
.bannerinfos{
    position: absolute;
    color:#ffffff;
    margin: 0 auto;
    top:15%;
    left:10%;
    width:600px;
    background:rgba(0,0,0,0.5);
    height:250px;
    padding: 40px;
}
.bannerinfos .t1{
    font-size:30px;
    font-weight: bold;
    line-height:45px;
    padding-bottom: 15px;
}
.bannerinfos .t2{
    line-height:30px;
    font-size:18px;
}
/*hm 首页*/

/*所有设备公用 CSS*/



.ab_right .item .more-comm { -webkit-transform: scale(0); transform: scale(0); height: 0; margin-top: 0; position: relative; border: none;}

.ab_right .item .more-comm i { position: absolute; opacity: 0; transition: 0.8s; }

.ab_right .item .more-comm i.border-top { top: 1px; left: -200%; width: 100%; height: 1px; background: #fff; }

.ab_right .item .more-comm i.border-right { top: -200%; right: 0px; width: 1px; height: 100%; background: #fff; }

.ab_right .item .more-comm i.border-bottom { bottom: 0px; right: -200%; width: 100%; height: 1px; background: #fff; }

.ab_right .item .more-comm i.border-left { bottom: -200%; left: 0px; width: 1px; height: 100%; background: #fff; }

.ab_right .item .more-comm:hover .border-top { left: -1px; opacity: 1; }

.ab_right .item .more-comm:hover .border-right { top: -1px; opacity: 1; }

.ab_right .item .more-comm:hover .border-bottom { right: -1px; opacity: 1; }

.ab_right .item .more-comm:hover .border-left { bottom: -1px; opacity: 1; }

.ab_right .item:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); }

.ab_right .item:hover .mask { -webkit-transform: scale(0.9); transform: scale(0.9); }

.ab_right .item:hover .more-comm { -webkit-transform: scale(1); transform: scale(1); height: 25px; margin-top: 15px; }




.ab_right .item:hover .more-comm i.border-top { left: -1px; opacity: 1; }
.ab_right .item:hover .more-comm i.border-right { top: 1px; opacity: 1; }
.ab_right .item:hover .more-comm i.border-bottom { right: -1px; opacity: 1; }
.ab_right .item:hover .more-comm i.border-left { bottom: -1px; opacity: 1; }
.more-comm { display: block; width: 76px; height: 25px; line-height: 25px; margin: 0 auto 0; text-align: center; overflow: hidden; border: 1px solid #fff; transition: all 0.4s; cursor: pointer;}
.more-comm span { display: inline-block; vertical-align:middle; color: #fff; transition: all 0.4s; text-align:center }
.more-comm .span img{ padding-left:20px;}
.bg01{
    background: url("../images/bg1.jpg?v=1");
    background-size: 100% 100%;
    background-position: top center;
    width: 100%;
    height: auto;
}

.bg02{
    background: #F7F7F7;
}

.bg001{
    background-image: url("../images/bg02.jpg");
    width:100%;
    margin: 0 auto;
    background-size:100% 100%;
}
.bg002{
    background-image: url("../images/bg03.jpg");
    width:100%;
    margin: 0 auto;
    background-size:100% 100%;
}

.bg003{
    background-image: url("../images/bg04.jpg");
    width:100%;
    margin: 0 auto;
    background-size:100% 100%;
}

.bg004{
    background-image: url("../images/bg05.jpg?v=1");
    width:100%;
    margin: 0 auto;
    background-size:100% 100%;
}


.bg005{
    background-image: url("../images/bg06.jpg?v=3");
    width:100%;
    margin: 0 auto;
    background-size:100% 100%;
}


.bg006{
    background-image: url("../images/bg07.jpg?v=5");
    width:100%;
    margin: 0 auto;
    background-size:100% 100%;
}

.bg007{
    background-image: url("../images/bg06.jpg?v=3");
    width:100%;
    margin: 0 auto;
    background-size:100% 100%;
    background-attachment:fixed;
}




.indexmain{
    width: 80%;
    margin:100px auto 100px auto;
    padding-bottom: 50px;
    background: rgba(0,0,0,0.5);
    color:#fff;
}

.indexmain02{
    width: 80%;
    margin:0px auto 100px auto;
    padding-bottom: 50px;
    color:#fff;
}


.indexmain2{
    width: 90%;
    margin:1px auto 80px auto;
    padding-bottom: 50px;
    
}
.indexmain3{
    width: 90%;
    margin:1px auto 10px auto;
    padding-top: 50px;
    padding-bottom: 50px;
    line-height: 30px;
}

.indexmain4{
    width: 86%; margin:0px auto 0px auto;
    padding-bottom:0px;
    /*
    background-color: rgba(255,255,255,0.8);
    */
}

.indexmain4bg{
    background-color: rgba(255,255,255,1);
}

.tiinfos{
    font-size:16px;
    color: #fff;
    width: 100%;
    text-align: center;
}
.topborder{border-top: 20px #C84629 solid;}
.topborder2{border-top: 0px #000000 solid;}


.indexmain .proti{
    width: 70%;
    margin: 0 auto;
    text-align: center;
    border-bottom: #CDCDCD 1px dashed;
    line-height:100px;
    font-size: 30px;
}
.indexmain .proti .hx{
    border-bottom: #0C9243 3px solid;
    width:60px;
    margin: 0 auto;
}


.indexmain02 .proti{
    width: 70%;
    margin: 0 auto;
    text-align: center;
    border-bottom: #CDCDCD 1px dashed;
    line-height:100px;
    font-size: 30px;
}
.indexmain02 .proti .hx{
    border-bottom: #0C9243 3px solid;
    width:60px;
    margin: 0 auto;
}




.indexmain4 .proti{
    width: 70%;
    margin: 0 auto;
    text-align: center;
    border-bottom: #fff 1px dashed;
    line-height:100px;
    font-size: 30px;
    margin-bottom: 50px;
    color: #fff;
}
.indexmain4 .proti .hx{
    border-bottom: #0C9243 3px solid;
    width:60px;
    margin: 0 auto;
    
}
.bottomcontact{
    margin:80px auto 50px;
}
.bottomcontact ul li{
    width:29.333%;
    text-align: center;
    margin: 0 2%;
    float: left;
}
.bottomcontact ul li img{
    width:50px;
    height: auto;
    margin-bottom:30px;
}

 .proti2{
    margin: 10px auto;
    font-size: 30px;
}


 .proti2 .hx{
    border-bottom: #0C9243 3px solid;
    width:50px;
    margin-top: 10px;
    
}

 .proti5{
    width:80%;
    margin: 0 auto;
    text-align: center;
    border-bottom: #333 1px dashed;
    line-height:100px;
    font-size: 30px;
    margin-bottom: 50px;
}
 .proti5 .hx{
    border-bottom: #EB0003 3px solid;
    width:60px;
    margin: 0 auto;
    
}


.indexmain .proinfo{
    margin: 20px auto;
    font-size:14px;
    line-height: 23px;
}
.indexmain .proinfo p{
    font-size:14px;
    line-height: 23px;
}

.indexmain .indexmore a{
    width: 250px;
    display: block;
    margin: 50px auto 0;
    background: #fff;
    text-align: center;
    color: #666;
    line-height: 45px;
    border-radius: 10px;
    font-weight: bold;
    box-shadow: 1px 1px 2px 1px #ccc inset;
    border: #DBDBDB 1px solid;
}
.indexmain .indexmore a:hover{
    width: 250px;
    display: block;
    margin: 50px auto 0;
    background: #0C9243;
    text-align: center;
    color: #FFFFFF;
    line-height: 45px;
    border-radius: 10px;
    font-weight: bold;border: #0C9243 1px solid; box-shadow: 0px 0px 0px 0px #ccc inset;
}


.indexpic{width: 100%;background: #F7F7F7;}

.indexpic .pic01{
    float: left;
     width: 22%;
    margin: 40px 1.5% 0;
    position: relative;
    overflow: hidden;
}

.indexpic .pic01 .text{
    position: absolute;
    z-index: 999;
    top:0;
    text-align: center;
    width: 100%;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    background:rgba(0,0,0,0.2);
    height: 100%;
    padding-top: 140px;
}


.indexpic .pic01 .text .text2{
    font-size: 14px;font-weight: normal;
    padding-top: 30px;
    width: 90%;
    margin: 0 auto;
    line-height: 25px;
    
}
.indexpic .pic01:hover .text{
    
    position: absolute;
    z-index: 999;
    top:0;
    text-align: center;
    width: 100%;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    background:rgba(0,0,0,0.5);
    height: 100%;
    padding-top: 80px;    
    
    display: block;
}
.indexpic .pic01 img{
    width: 100%;
    min-height:210px;
    height: auto;
    
-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;    
}
.indexpic .pic01:hover img{
    -webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);	
}
.indexpic .pic02{
    float: left;
     width: 20%;
    margin: 120px 2.5% 0;
    position: relative;
    overflow: hidden;
}

.indexpic .pic02 .text{
    position: absolute;
    z-index: 999;
    top:0;
    text-align: center;
    width: 100%;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    background:rgba(0,0,0,0.3);
    height: 100%;
    padding-top: 180px;
    display:none;
}

.indexpic .pic02 .text .text2{
    font-size: 14px;font-weight: normal;
    padding-top: 30px;
    
}



.indexpic .pic02:hover .text{
    display: block;
}

.indexpic .pic02 img{
    width: 100%;
    height: auto;
    -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;    
}
.indexpic .pic02:hover img{
    -webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);	
}

 

.indexaboutleft{
    width: 60%;
    float: left;
}
.indexaboutleft img{
    width: 100%;
    height: auto;
}
.indexaboutright{
    width: 40%;
    float: left;
    margin-left: -70px;
    background:rgba(0,0,0,0.1);
    padding: 80px 100px 80px 100px;
    line-height:30px;
    margin-top:150px;
}


.indexnews{
    width: 90%;
    margin: 50px auto;
    color: #FCFCFC;
}


.indexnewsleft{
    width: 60%;
    float: left;
}

.indexnewsright{
    width: 40%;
    float: left;
    margin-left: -100px;
    background:rgba(0,0,0,0.1);
    padding: 80px 100px 80px 100px;
    line-height:30px;
    margin-top:10px;
}

.jobslist{
    margin:50px auto 100px;
    width: 84%;
    min-height: 400px;
}


.jobslist2{
    margin:50px auto 100px;
    width: 84%;
    min-height: 400px;
}




.jobslist ul li{
    width: 46%;
    margin: 0 2%;
    background: #998749;
    float: left;
}
.jobslist ul li .jobslistimg{
    width: 65%;
    float: left;
}
.jobslist ul li .jobslistimg img{
    width: 100%;
    height: auto;
}

.jobslist ul li .jobslistinfo{
    width: 35%;
    float: left;
    text-align: center;
    padding-top:40px;
    color: #fff;
}
.jobslist ul li .jobslistinfo img{
    width: 80px;
    height: auto;
}

.jobslist ul li .jobslistinfo .t1{
    font-size:20px;
    font-weight: bold;
    line-height: 50px;
}

.jobslist ul li .jobslistinfo .t2{
    font-size:16px;
    line-height:25px;
}

.jobslist ul li .jobslistinfo .t2 p{
    line-height:25px;
}
.aboutus{
    margin: 0 auto;
    width: 80%;
    position: relative
}
.aboutus img{
    height: auto;
    max-width: 100%
}
.aboutus .aboutusimg1 img{
    height: auto;
    width: 100%
}
.aboutus .aboutusimg1{
    width: 30%;
    float: left;
}
.aboutus .aboutusinfo1{
    width: 40%;
    float: left;
    background:rgba(255,255,255,0.9);
    margin-left: -50px;
    padding: 3% 4%;
    margin-top:30px;
    line-height:30px;
}
.aboutus .aboutusinfo1 .t1{
    font-size:30px;
    margin-top:20px;
}
.aboutus .aboutusinfo1 .t1 span{
    padding-left: 10px;
    font-weight:100;
}

.aboutus .aboutline1{
    color: #FF0004;
    font-weight: bold;
}

.aboutus .aboutusinfo2{
    width: 100%;
    background:rgba(255,255,255,0.2);
    padding: 3% 5%;
    margin-top:30px;
    margin-bottom:70px;
    line-height:25px;
    color: #fff;
}

.aboutus .aboutusimg2{
    width: 50%;
    float: right;
    margin-top: -100px;
    margin-left: 120px;
}
.lineline{
    color: #0C9243;
    font-weight: bold;
}

.lineline2{
    color: #0C9243;
    font-weight: bold;
    font-size: 30px;
}

.mores a{
    width:180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    box-shadow: 1px 1px 7px 1px #999;
    border: #DBDBDB 0px solid;
    border-radius:5px;
    margin-top: 60px;
}
.mores a:hover{
    color: #FCFCFC;
    background: #000000;
     box-shadow: 1px 1px 7px 1px #999;
    border: #DBDBDB 0px solid;
}

.footerbord{
    width: 100%;
    height:40px;
    margin: 0 auto;
    background: #0C9243;
}

.line30{
    line-height: 30px;
}

.imgban img{
    width: 48%;
    height: auto;
    margin: 0 1%;
}

.img50 img{
    width: 50%;
    height: auto;
    margin: 0 auto;
    float: left;
}
.img75{
    width: 80%;
    margin: 0 auto;
}
.img75 img{
    width: 100%;
    height: auto;
    margin: 20px auto;
}


.img100 img{
    width: 100%;
    height: auto;
    margin: 20px auto;
}


.imgmax100 img{
    max-width: 100%;
    height: auto;
    margin: 20px auto;
}

.imgmax100 table{
    margin: 0 auto;
    border-top: #484848 6px solid;
    border-bottom: #484848 6px solid;
    line-height: 35px;
}


.coninfo{
    border-top: 3px solid #5A5A5A;
    border-bottom: 3px solid #5A5A5A;
    width: 40%;
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 30px 0 10px;
    line-height: 40px;
}
.coninfo .ti{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    border-left: 5px solid #C44B2C;
    padding-left:20px;
    margin: 20px auto;
}
.coninfo img{
   
}
.margin5{
    margin-right:6%
}
.aboutusimg3{
    width:47%;
    float:left;
}
.aboutusimg3 .aboutusimg3img{
    float:left;
    width: 30%;
}
.aboutusimg3 img{
    width: 206px;
    height: auto;
}
.aboutusinfo3{
    float: left;
    width:65%;
    height: 200px;
}


.aboutusinfo3 .tit1{
    font-size:20px;
    font-weight: bold;
    margin-top:26px;
}

.caselist{
    width: 86%; margin:0px auto 0px auto;
}

.caselist .caselistleft{
    width:23%;
    float:left;
    padding:2%;
    border: 0px solid #D1D1D1;
    margin-top:20px;
    background: rgba(255,255,255,0.1);
}

.caselist .caselistleftlist{
    margin: 30px auto;
}
.caselist .caselistleftlist li{
    margin-bottom:20px;
}
.caselist .caselistleftlist li a{
    line-height:40px;
    padding-top:20px;
    font-size:20px;
    color:#fff;
}
.caselist .caselistright{
    width:77%;
    float:right;
    padding: 23px 0px;
}

.protopborder{
    background: #666666;
    height:30px;
    width: 100%;
    margin: 0 auto;
}

.protopborder2{
    background: #C84629;
    width:300px;
    height:40px;
    line-height:40px;
    color: #FBFBFB;
    text-align:center;
    margin-left: 100px;
    margin-top:-15px;
}

/* 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_abouts{width: 94%; margin:0 auto 100px auto;}
.hm_abouts2{width: 80%; margin:0 auto 100px auto;}
.hm_about{
	width: 96%;
	margin:68px auto 100px auto;
}



.ab_left{
	color:#151f41;
	margin-bottom:30px;
}
.ab_left .ab_leftinfo{ margin-top:60px; line-height:30px;}
.ab_left dt{
	height: 52px;
	line-height: 52px;
	font-size:40px;
	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{
	width: 100%;
	margin:0 -1% 0 -1%;
}
.ab_right .item{
	display: block;
	width: 31.333%;
	float: left;
	background:#556278;
	position: relative;
	overflow:hidden;
	margin:0 1%;
}
.ab_right .item img{
	display: block;
	width: 100%;
	height:auto;
	opacity: 0.8;
	
	-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: 30%;
	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;
}
.footerz{ position:absolute;width:100%;
	margin:0 auto;}

.footer{
	padding:56px 0 40px 0;
	width:100%;
    background: #333333;
	background-image:url(../images/bg09.jpg?v=1);
}
.ft_nav{
	float: left;
	padding-right:100px;
}
.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:#565656;
}
.fr_search .text{
	height: 47px;
	width: 250px;
	border:0;
	background:none;
	text-indent:20px;
	font-size:16px;
    color: #fff;
}
.fr_search .sub{
	float: right;
	width: 48px;
	height: 48px;
	background:url("../images/fr_sub.png?v=1") no-repeat center center;
}
.ft_rt .t1{
	color:#fff;
	padding:16px 0 0 0px;
	height: 40px;
	line-height: 40px;
	margin-bottom:20px;
}
.ft_rt dl{
	width: 120px;
	float: left;
	margin-right:20px;
	text-align: center;
}
.ft_rt dt img{
	display: block;
	width: 120px;
	height: 120px;
}
.ft_rt dd{
	color:#fff;
	height: 42px;
	line-height: 42px;
	font-size:15px;
}
.footer_copy{
	height: 57px;
	line-height: 57px;
	color:#fff;
	background:#444444;
}
.footer_copy a{color:#fff;}

/* 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;
    width: 86%;
    margin: 0 auto;
}

.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 #999;
    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 #333;
}

.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 .imgs{
    height: 120px;
    width: 180px;
    float: left;
}
.xinwen-list ul li .imgs img{
    height: 120px;
    width: 180px;
}
.xinwen-list ul li .text {
    float: right;
    color: #fff;
    box-sizing: border-box;
    width:calc(100% - 220px);
    min-height: 64px;
    min-height: 120px;
    padding-top: 20px;
	
}

.xinwen-list ul li .text h2 {
    font-size: 20px;
    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: #ccc;
    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:#fff;
    font-size: 12px;
}

 
.pagepage a:hover,.pagepage a.hover{
	color:#fff;
	background:#0C9243;
	border:#0C9243 1px solid;
}
.prenext{ width:100%; margin:0 auto; border-top:#CCC 1px dashed; padding:30px 0; line-height:35px;}



.inbolck-newsdetail{
	/*
   background: #f5f5f5;
   */
     width: 86%;
    margin: 30px auto;
}
.inbolck-newsdetail .page-cen2{
position: relative;

}
.newadetail-page{
    float: left;
    width: 100%;
}
.newsdetail-page .newsdetail-left{
    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;
    background: rgba(255,255,255,0.1);
}
.newsdetail-title{
    border-bottom: 1px solid #999;
    padding: 10px 30px;
    box-sizing: border-box;
}
.newsdetail-title h1{
    font-size: 24px;
    color: #fff;
    line-height: 50px;
}
.newsdetail-title  p{
    line-height: 20px;
    color: #999;
}
.newsdetail-content{
    padding: 30px 30px;
	min-height:400px;
	line-height:30px;
    text-align: left;
    color: #fff;
    
}
.newsdetail-content img{
    max-width: 100%;
    display: block;
	height:auto;
    margin: 0 auto;
}
.newsdetail-content p{
    line-height: 30px;
    color: #fff;
}
.newsdetail-list{
    float: right;
    width: 27%;
   background: rgba(255,255,255,0.1);
    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: #fff;
    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: #fff;
    line-height: 30px;
}
.newsdetail-list ul li h3{
    font-size: 16px;
    margin: 5px 0;
    color: #999;
}
.newsdetail-list ul li p{
    font-size: 14px;
    color: #999;
}
.bg{ background-color:#F5F5F5;}



.page-banner {
	width: 100%;
	overflow: hidden;
	background-color: #f3f3f3;
    margin: 0 auto;
    float: left
}

.page-banner img {
	width: 100%;
 height: auto;
}
.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: 660px;
	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: 660px;
	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 {
    width: 94%;
    margin: 0 auto;
    color: #ffffff;
    line-height: 30px;
}

.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:90%;
}
.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: 20px 10px 20px 10px;
	background-color: #f4f4f4;
    height:70px;
}
 
.prolist-item .coll:hover .prointro{background-color: #998749; 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{max-width:80%; margin: 0 auto;padding:10px;}
.pinfo h1{ width:100%; text-align:center; margin:0 auto 20px; border-bottom:#CCC 0px 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;}

.plist{width: 100%;padding-bottom: 50px;margin-top: 50px; border-bottom: 1px solid #C5C5C5; clear: both; line-height: 30px;}
.plist .plistleft{float:left;width:50%;}
.plist .plistleft img{width:100%;height:auto;}
.plist .plistright{float:right;width:45%;}


.prolist{
    width: 100%;
    margin-top: 50px;
    border-bottom: 1px solid #C5C5C5;
    clear: both;
    line-height: 30px;
    box-shadow:0 0 5px #ccc;
    background: #FFFFFF;
    
}
.prolist .prolistleft{float:left;width:50%;}
.prolist .prolistleft img{width:100%;height:auto;height: auto;}
.prolist .prolistright{float:right;width:45%;line-height: 35px; font-size: 16px;padding: 2% 5% 2% 0}
.prolist h2{
    padding-bottom: 15px;
}

@media screen and (min-width:1300px) and (max-width:1600px) {
    .wrapin3{
        width: 96%;
    }
}

