/**
* @author:    ssj
* @update:    2019年04月26日
* @description: 个性样式
*/

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
em,i{
	font-style: normal;
}
body{
	font-size: 14px;
	position: relative;
	/*min-width: 1200px;*/
}
img{
	vertical-align: middle;
}
.ftc-blue{
	color: #0d5cbe;
}
.ftc-red{
	color: #da251c;
}
.bgc-blue{
	background-color: #0d5cbe;
}
.bgc-white{
	background-color: #fff;
}
.wrapper{
	background-color: #f1f1f1;
	width: 100%;	
}

.clear:after{
  content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.clear {
	*zoom:1;
}
.mt0{
	margin-left: auto;
	margin-right:auto;
}
.fl{ 
	float:left;
}
.fr{ 
	float:right;
}
.tow1{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tow2{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.tow3{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.imgchange:hover{
	transition: 0.5s;
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}
.shan{
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.shan:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    content: "";
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -ms-transition: -ms-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -180%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -180%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -180%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -180%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -180%, 0);
}

.shan:hover:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 180%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 180%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 180%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 180%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 180%, 0);
}
.pac{
	display: -moz-box;
    -moz-box-orient: vertical;
    -moz-box-pack: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: box;
    box-orient: vertical;
    box-pack: center;
}
.main{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
}
.text-l{
	text-align: left;
}
.text-c{
	text-align: center;
}
.text-r{
	text-align: right;
}
.res-bg{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.shadow{
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 10px rgba(167,167,167,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 10px rgba(167,167,167,0.6);
}
.none{
	display: none;
}
.block{
	display: block;
}
.danye{
	word-break: break-all;
  text-align: justify;
}
.danye img{
	max-width: 100%;
}
/*@ 宋体      SimSun
@ 黑体      SimHei
@ 微软雅黑   Microsoft Yahei
@ 微软正黑体 Microsoft JhengHei
@ 新宋体    NSimSun
@ 新细明体  MingLiU
@ 细明体    MingLiU
@ 标楷体    DFKai-SB
@ 仿宋     FangSong
@ 楷体     KaiTi
@ 仿宋_GB2312  FangSong_GB2312
@ 楷体_GB2312  KaiTi_GB2312  
@
@ 说明：中文字体多数使用宋体、雅黑，英文用Helvetica*/

body #fp-nav ul li a span, 
body .fp-slidesNav ul li a span{
	width: 12px;
	height: 12px;
	margin: -6px 0 0 -6px;
	background-color: #fff;
}
body #fp-nav ul li, 
body .fp-slidesNav ul li{
	margin: 12px 7px;
}

body #fp-nav ul li a.active:after, 
body .fp-slidesNav ul li a.active:after, 
body #fp-nav ul li:hover a.active:after, 
body .fp-slidesNav ul li:hover a.active:after{
	position: absolute;
	top: -3px;
	left: -3px;
	border-radius: 50%;
	border: 1px solid #fff;
	width: 20px;
	height: 20px;
	content: '';
	display: block;
}
body #fp-nav ul li:hover a span, 
body .fp-slidesNav ul li:hover a span{
	width: 12px;
	height: 12px;
	margin: -6px 0 0 -6px;
}

.indexbg .headerbox{
	position: fixed;
	top: 0;
	left: 0;
}
.headerbox{	
	width: 100%;
	z-index:99;
	height: 110px;
	background-color: rgba(255,255,255,1);
	border-top: 15px solid #0781ce;
}
.header-l{
	/*height: 95px;*/
}
.header-l img{
	height: 95px;
	
	visibility: visible;
	display: block;
}
.header-l img:hover{
	-webkit-animation-name: flash;
	animation-name: flash;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
.header-r{
	/*padding-right: 100px;*/
}
.header-nav li{
	float: left;
}
.header-nav li a{
	display: block;
	height: 95px;
	line-height: 95px;
	color: #272727;
	font-size: 17px;
	padding: 0 20px;
}
.header-nav li.on a,
.header-nav li a:hover{
	color: #fff;
	background-color: #264ba6;
}
.language{
	position: absolute;
	top: 24px;
	right: 0;
}
.language img{
	height: 22px;
	margin-left: 10px;
}

.indexbg .footerbox{
	position: absolute;
	bottom: 0;
	left: 0;
}
.footerbox {	
	width: 100%;
	z-index: 9;
	height: 120px;
	background-color: rgba(0,0,0,.7);
	color: #b3b3b3;
	font-size: 16px;
}
.footer{
	padding-top: 20px;
}
.footnav{
	border-bottom: 2px solid #656565;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.footnav li{
	float: left;
}
.footnav li a{
	float: left;
	color: #b3b3b3;
	display: inline-block;
	margin-right: 25px;
}
.footer .fl p span{
	display: inline-block;
	margin-left: 30px;
}
.footer .fl p span a{
	color: #b3b3b3;
}
.footer .code{
	width: 80px;
  height: 80px;
  border: 3px solid #fff;
}

.section{
	padding-top: 110px;
	position: relative;
}
#section0{
	background-image: url(../img/banner1.jpg);
}
#section1{
	background-image: url(../img/aboutbg.jpg);
}
#section2{
	background-image: url(../img/probg.jpg);
}
#section3{
	background-color: #f7f7f7;
}
#section4{
	background-image: url(../img/contbg.jpg);
}



.iabout{
	padding-top: 65px;
}
.iaboutbox{
	width: 580px;
}
.iaboutbox h2{
	text-transform: uppercase;
	color: #264ba6;
	font-size: 42px;
	padding-top: 10px;
	position: relative;
}
.iaboutbox h2:after{
	content: '';
	display: block;
	width: 80px;
	height: 2px;
	background-color: #ff9000;
	position: absolute;
	top: 0;
	left: 0;
}
.iaboutbox h3{
	font-weight: 500;
	font-size: 26px;
	color: #464646;
	margin-top: 10px;
}
.iaboutbox>p{
	margin-top: 25px;
	text-indent: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	color: #808080;
	font-size: 17px;
	line-height: 1.8;
	max-height: 150px;
	word-break: break-all;
}
.iabout-btn{
	text-align: right;
	margin-top: 20px;
}
.iabout-btn a{
	display: inline-block;
	width: 190px;
	height: 45px;
	line-height: 43px;
	border: 2px solid #ff3c00;
	text-align: center;
	color: #808080;
	font-size: 18px;
	background-color: #fff;
}
.iabout-btn a i{
	color: #ff3c00;
	font-size: 32px;
	vertical-align: -4px;
	margin-left: 10px;
}
.iaboutbox h4{
	font-weight: 500;
	font-size: 25px;
	color: #808080;
	margin-top: 15px;
}
.iaboutbox ul{
	display: table;
	text-align: center;
	margin-top: 25px;
}
.iaboutbox ul li{
	display: table-cell;
	padding: 0 15px;
	text-align: center;
	text-align: left;
}
.iaboutbox ul li em{
	display: block;
	text-align: center;
	font-size: 50px;
	color: #264ba6;
	font-weight: 600;
	line-height: 1;
}
.iaboutbox ul li p{
	color: #808080;
	font-size: 18px;
	line-height: 1.8;
	margin-top: 5px;
}
.iabout .iaboutimg1,
.iabout .iaboutimg2{
	position: absolute;
	border: 5px solid #fff;
	border-radius: 8px;
}
.iabout .iaboutimg1{
	top: 200px;
	right: 130px;
	z-index: 3;
}
.iabout .iaboutimg2{
	top: 80px;
	right: 10px;
	z-index: 2;	
}


.iproduct{
	padding-top: 65px;
}
.iproduct h2{
	text-transform: uppercase;
	color: #fff;
	font-size: 42px;
	padding-top: 10px;
	position: relative;
}
.iproduct h2:after{
	content: '';
	display: block;
	width: 80px;
	height: 2px;
	background-color: #ff3c00;
	position: absolute;
	top: 0;
	left: 0;
}
.iproduct h3{
	font-weight: 500;
	font-size: 26px;
	color: #fff;
	margin-top: 10px;
}
.slideBox{ 
	zoom:1; 
	position:relative;   
	color: #fff;
	margin-top: 30px;
}

.slideBox .sPrev,
.slideBox .sNext{ 
	position:absolute; 
	left:550px; 
	top:365px; 
	font-size: 40px;
	color: #fff;
	z-index: 9;
}
.slideBox .sNext{ 
	left:auto; 
	right:550px; 
	
}
.slideBox .sPrev:hover,
.slideBox .sNext:hover{ 
	border-color:#f60;  
}
.slideBox ul{ 
	overflow:hidden; 
	zoom:1;   
}
.slideBox ul li{ 
	margin:0 8px; 
	float:left; 
	_display:inline; 
	overflow:hidden; 
	text-align:center;  
	position: relative;
}
.slideBox ul li a{
	display: block;
	/*padding: 15px 10px;*/
}
.slideBox  ul li .pic{ 
	text-align:center; 
}
.slideBox ul li .pic img{ 
	width:280px; 
	height:330px; 
	display:block;  
}
.slideBox ul li .pic a:hover img{ 
	border-color:#999;  
}
.slideBox ul li .title{ 
	line-height:35px; 
	background-color: rgba(0,0,0,.6);
	color: #fff;  
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	position: absolute;
	left: 0;
	bottom: -200px;
	width: 100%;
	font-size: 18px;
	height: 235px;
}
.slideBox ul li:hover .title{
	bottom: 0px;
	transition-duration: .5s;
	-webkit-line-clamp: 3;
}


.inews{
	padding-top: 55px;
}
.inews>h2{
	text-transform: uppercase;
	color: #264ba6;
	font-size: 42px;
	padding-top: 10px;
	position: relative;
}
.inews>h2:after{
	content: '';
	display: block;
	width: 80px;
	height: 2px;
	background-color: #ff9000;
	position: absolute;
	top: 0;
	left: 0;
}
.inews>h3{
	font-weight: 500;
	font-size: 26px;
	color: #464646;
	margin-top: 10px;
}
.inewslist{
	margin-top: 30px;
}
.inewslist li{
	width: 32%;
	float: left;
	position: relative;
  box-shadow: 0px 0px 15px #bdbdbd;
  background-color: #fbfbfb;
  overflow: hidden;
}
.inewslist li:nth-child(1){
	animation-delay: 0s;
}
.inewslist li:nth-child(2){
	animation-delay: .5s;
}
.inewslist li:nth-child(3){
	animation-delay: 1s;
}
.inewslist li+li{
	margin-left: 2%;
}
.inewslist li a img{
	width: 384px;
	height: 288px;
}
.inewslist li a .inewslistbox{
	padding: 20px 30px 40px 30px;
	position: relative;
}
.inewslist li a h3{
	text-align: center;
	color: #444444;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 30px;
	z-index: 9;
  position: relative;
  transition-duration: .5s;
}
.inewslist li a p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	padding: 0 30px;
	color: #aaaaaa;
	font-size: 14px;
	margin-top: 20px;
	height: 63px;
	z-index: 9;
  position: relative;
  transition-duration: .5s;
}
.inewslist li a span{
	width: 136px;
	height: 54px;
	line-height: 54px;
	display: block;
	position: absolute;
	top: 140px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	background-color: #264ba6;
	color: #fff;
	font-size: 25px;
}
.inewslist li a .inewslistbox b{
	background-color: rgba(38, 75, 166, 0.8);
	position: absolute;
	width: 100%;
	height: 100%;
	top: -100%;
	left: 0;
	display: block;
	transition-duration: .5s;
}
.inewslist li:hover a .inewslistbox b{
	top: 0;
}
.inewslist li:hover a h3,
.inewslist li:hover a p{
	color: #fff;
}


.icontact{
	padding-top: 110px;
	
}
.icontactl{
	margin-left: 20px;
}
.icontactl>h2{
	text-transform: uppercase;
	color: #fff;
	font-size: 42px;
	padding-top: 10px;
	position: relative;
}
.icontactl>h2:after{
	content: '';
	display: block;
	width: 80px;
	height: 2px;
	background-color: #ff3c00;
	position: absolute;
	top: 0;
	left: 0;
}
.icontactl>h3{
	font-weight: 500;
	font-size: 26px;
	color: #fff;
	margin-top: 10px;
}
.iconitem{
	margin-top: 60px;
}
.iconitem li{
	color: #fff;
	position: relative;
	margin-bottom: 40px;
	padding-top: 15px;
	padding-left: 50px;
}
.iconitem li:after{
	content: '';
	display: block;
	width: 80px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 4px;
	left: 50px;
	
}
.iconitem li i{
	font-size: 22px;
	width: 36px;
	height: 36px;
	line-height: 32px;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.iconitem li p{
	font-size: 18px;
}
.icontactr{
	display: inline-block;
	padding: 40px;
	width: 610px;
	color: #aeaeae;
	border: 6px solid #fff;
	margin-top: 60px;
	margin-right: 30px;
}
.icontactr h3{
	font-size: 60px;
}
.icontactr p{
	font-size: 20px;
	margin-top: 20px;
}
.icontactl {
	width: 460px;
	position: relative;
	z-index: 3;
}
.iconk{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 42%;
	height: 100%;
	background-color: rgba(38, 75, 166, .6);
}

.ibanner{
	position: relative;
}
.ibanner .ibannerimg1{
	position: absolute;
	top: 26%;
	right: 60px;
	width: 390px;
}
.ibanner .ibannerimg2{
	position: absolute;
	top: 26%;
	left: 60px;
	width: 620px;
}

.subbanner {
	width: 100%;
	height: 400px;
	position: relative;
}
.subbanner .subbanner-tit{
	position: absolute;
	top: 140px;
	left: 0;
	width: 1200px;
	margin: auto;
	right: 0;
	color: #fff;
}
.subbanner .subbanner-tit h3{
	text-transform: uppercase;
	font-size: 40px;	
	position: relative;
}
.subbanner .subbanner-tit p{
	font-weight: 500;
	font-size: 26px;
	margin-top: 10px;
	position: relative;
	padding-bottom: 20px;
}
.subbanner .subbanner-tit p:after{
	content: '';
	display: block;
	width: 80px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}

.navbox{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.7);
}
.navsup{
	
}
.navsup li{
	float: left;
}
.navsup li a{
	display: block;
	height: 46px;
	line-height: 46px;
	color: #fff;
	font-size: 18px;
	padding: 0 30px;
}
.navsup li:hover a{
	background-color: #000;
}

.crumbbox{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	/*background: #f4f4f4;*/
}
.crumb{
	line-height: 30px;
	height: 30px;
	color: #2a2a2a;
	margin: 0 auto;
	width: 1200px;
	font-size: 16px;
	/*border-bottom: 1px solid #cacaca;*/
}
.crumb strong{
	font-weight: 500;
}
.crumb strong i{
	color: #909090;
	font-size: 14px;
	margin: 0 12px;
}
.crumb a{
	color: #545454;
}
.crumb span,
.crumb a:hover{
	color: #0d5cbe;
}
.crumb>i{
	font-size: 22px;
	color: #474747;
	margin-right: 10px;
}


.stitle{
	margin-top: 60px;
	text-align: center;
	position: relative;
	padding-bottom: 30px;
}
.stitle h3{
	font-size: 38px;
	color: #006bcb;
	margin-bottom: 5px;
}
.stitle p{
	font-size: 20px;
	color: #303030;
}
.stitle:after,
.stitle:before{
	content: '';
	display: block;
	position: absolute;
	
	left: 0;
	right: 0;
	margin: auto;
}
.stitle:after{
	background-color: #c9c9c9;
	width: 320px;
	height: 2px;
	bottom: 0;
	z-index: 8;
}
.stitle:before{
	background-color: #ff3c00;
	width: 100px;
	height: 6px;
	bottom: -2px;
	z-index: 9;
}

.about{
	margin-top: 60px;
	margin-bottom: 120px;
}


.pronavbox{
	margin-top: 30px;
}
.pronavt{
	font-size: 32px;
	color: #006bcb;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #c9c9c9;
}
.pronav{
	text-align: center;
	font-size: 0;
}
.pronav li{
	display: inline-block;
	
}
.pronav li a{
	background-color: #7d7d7d;
	color: #fff;
	display: block;	
	font-size: 20px;
	padding: 3px 20px;
	margin: 0 5px;
}
.pronav li.on a{
	background-color: #ff3c00;
	
}
.prolist{
	margin-top: 30px;
}
.prolist li{
	float: left;
	width: 280px;
	margin-right: 20px;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}
.prolist li:nth-child(4n){
	margin-right: 0;
}
.prolist li a img{
	width: 280px;
	height: 310px;
}
.prolist li a p{
	text-align: center;
	background-color: #aaaaaa;
	color: #fff;
	line-height: 30px;
	width: 100%;
	height: 30px;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition-duration: .5s;
}
.prolist li a b{
	display: block;
	width: 280px;
	height: 310px;
	position: absolute;
	top: -100%;
	text-align: center;
	transition-duration: .5s;
	left: 0;
	background-color: rgba(55, 133, 208, 0.6);
}
.prolist li a b:after{
	content: "\f067";
	font-size: 40px;
	font-family: FontAwesome;
	color: #fff;
	line-height: 320px;
}
.prolist li:hover a p{
	background-color: #006bcb;
}
.prolist li:hover a b{
	top: 0;
}



.page{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 60px;
	font-size: 0;
}
.page li{
	display: inline-block;
}
.page li a{
	display: block;
	font-size: 16px;
	background-color: #bfbfbf;
	color: #fff;
	padding: 3px 10px;
	margin: 0 3px;
} 
.page li.next a,
.page li.prev a{
	padding: 3px 20px;
}
.page li.next a,
.page li:hover a{
	background-color: #045196;
}
.page li.on a{
	background-color: #006bcb;
}



.proview {
	padding-top: 60px;
	padding-bottom: 80px;
}
.proview .proview-img {
	width: 460px;
	height: 507px;
	overflow: hidden;
	border:1px solid #a3a3a3;
	box-sizing: border-box;
	background-color: #fff;
	margin-left: 50px;
}
.proview .proview-img img{
	display: block;
	width: 460px;
	height: 507px;
}
.proview .proview-img img:hover{
   transition: 0.5s;
   -webkit-transform:scale(1.1);
   -o-transform:scale(1.1);
   -moz-transform:scale(1.1);
   -ms-transform:scale(1.1);
    transform:scale(1.1);

}
.proview .proview-content {
	width: 540px;
	margin-right: 50px;
}
.proview .proview-content .name {
	font-size: 22px;
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 10px;
	color: #272727;
	font-weight: 600;
	padding-bottom: 10px;
	margin-top: 50px;
}
.proview .proview-content .name span{
	display: inline-block;
	font-size: 14px;
	font-family: arial;
	text-transform: uppercase;
	margin-left: 15px;
}
.proview .proview-content .introttt {
	padding-top: 10px;
}
.proview .proview-content .introttt p{
	color: #202020;
	line-height: 30px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px dashed #aaaaaa;
}

.proview .proview-detail {
	clear: both;
	padding-top: 60px;
	/*border: 1px solid #a3a3a3;*/
}

.proview .proview-detail .ptitle {
	background-color: #035cac;
	/*padding: 10px 10px;*/
	line-height: 50px;
	height: 50px;
	text-transform:uppercase;
	padding-left: 30px;
	/*border-left: #003a83 solid 4px;*/
	color: #fff;
	font-size:20px;
}
.proview .proview-detail .ptitle span{
	font-size: 15px;
}
.proview-detail .detailp{
	background: #fff;
	padding: 30px 40px 60px 40px;
	word-break: break-all;
  text-align: justify;
  border: 1px solid #c1c1c1;
}
 .proview-detail .detailp img{
	max-width: 100%;
}
.pro-tel{
	margin-top: 30px;
}
.pro-tel p{
	font-size: 18px;
	color: #0d0d0d;
	margin-bottom: 5px;
}
.pro-tell{
	font-size: 24px;
	color: #4e6e87;
	font-weight: 600;
}
.pro-tell i{
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
	border:1px solid #4e6e87;
	margin-right: 20px;
	font-size: 29px;
}



.contact{
	padding-top: 40px;
  padding-bottom: 80px;
}
.contactbox{
	background-color: #fff;
	padding: 36px;
}
.contact .map {
	width: 100%;
	height: 340px;
	border: #eee dashed 1px;
	border-radius: 10px;
}
  
.iw_poi_title{
	font-size: 16px;
	color: #035cac;
	margin-bottom: 5px;
}
.iw_poi_content{
	font-size: 14px;
}
.contactul{
	margin-top: 60px;
}
.contactul li{
	width: 33.3%;
	float: left;
	margin-bottom: 15px;
	padding-left: 20px;
	color: #373737;
	font-size: 15px;
	/*white-space: pre;*/
}
.contactul li:nth-child(1),
.contactul li:nth-child(4){
	animation-delay: 0s;
}
.contactul li:nth-child(2),
.contactul li:nth-child(5){
	animation-delay: 0.5s;
}
.contactul li:nth-child(3),
.contactul li:nth-child(6){
	animation-delay: 1s;
}
.contactul li i{
	color: #035cac;
	margin-right: 12px;
	font-size: 20px;
}


.newslist{
  margin-bottom: 90px;
  margin-top: 80px;
}
.newsttt{
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.newsttt i{
	color: #f08f2d;
	font-size: 32px;
	margin-right: 10px;
}
.newsttt span{
	color: #584e41;
	font-size: 22px;
	display: inline-block;
	margin-right: 15px;
}
.newsttt em{
	color: #c9c7c4;
	font-size: 22px;
	display: inline-block;
	text-transform: uppercase;
}
.news{
	padding-bottom: 20px;
}
.news li{
	width:100%;
	/*padding:20px 40px;*/
	padding-left: 140px;
	padding-right: 180px;
	box-sizing: border-box;
	justify-content: space-between;
	margin-bottom: 50px;
	background: #fff; 
	padding-bottom: 50px;
	border-bottom:5px #ebebeb solid;
	position: relative;
	/* -moz-box-shadow:0px 2px 7px #CFCFCF; 
	-webkit-box-shadow:0px 7px 7px #CFCFCF; 
	box-shadow:0px 2px 7px #CFCFCF; */
}
.newsimg{
	display: block;
	width: 300px;
	height: 225px;
	border:1px solid #c0c0c0;
	overflow: hidden;
	background-color: #f5f5f5;
}
.newsimg img{
	width: 300px;
	height: 225px;
}
.newsimg img:hover{
	transition: 0.5s;
	-webkit-transform:scale(1.1);
 	-o-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1);
}


.newsmain{
	width: 560px;
	/*margin-top: 30px;*/
	position: relative;
	padding-left: 40px;
	/*height: 210px;*/
}
.newsmain2{
	width: 100%;
	/*margin-top: 30px;*/
	position: relative;
	padding-left: 40px;
	/*height: 210px;*/
}
.newst{
	/*border-bottom:1px solid #b9b9b9;*/
	min-height:40px;
	
	justify-content: space-between;
}
/*.newst span{
    color: #aaaaaa;
    line-height: 30px;
    height: 30px;
    display: block;
    font-size: 18px;
    margin-top: 15px;
}*/

.newsmore{
	position: absolute;
	top: 110px;
	right: 10px;
	display: inline-block;
	padding: 3px 10px;
	color: #ff3c00;
	border: 2px solid #ff3c00;
	border-radius: 8px;
	font-size: 16px;
}
.newstime{
	position: absolute;
	top: 70px;
	left: 10px;
	display: block;
	width: 100px;
	height: 100px;
	text-align: center;
	color: #fff;
	background-color: #0081ee;
	border-radius: 10px;
	padding-top: 10px;
}
.newstime>b{
	font-size: 40px;
	line-height: 1.2;
}
.newstime>p{
	font-size: 16px;
}
.newst h3{
	font-size: 24px;
	line-height: 30px;
	margin-top: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 500;
	color: #222222;
}


.newsp p{
	width:100%;
	font-size: 15px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	transition-duration: 0.5s;
	margin-top: 10px;
	color: #7b7b7b;
	max-height: 84px;
}
.newsp span{
	color: #afafaf;
	font-size: 18px;
	margin-top: 20px;
	display: inline-block;
	/*width: 120px;*/
	height: 40px;
	line-height: 40px;
	/*background: #ffa000;*/
	text-align: center;
	transition-duration: .5s;
	vertical-align: middle;
}
.newsp span i{
	margin-left: 20px;
	font-size: 24px;
	vertical-align: -3px;
}
/*.news li:hover p{
	color: #eb2f87;
}*/
.newsrr{
	width: 60px;
	height: 215px;
	background: #0d6fb8;
	text-align: center;
	transition-duration: 0.5s;
}
.newsrr i{
	font-size: 28px;
	color: #fff;
	line-height: 215px;

}
.newsrr:hover{
	background: #073150;
}



.newsview{	
	margin:50px auto 80px auto;	
	
}
.newsyo{
	background: #fff;
	padding: 40px 30px ;
}

.viewt{
	padding-bottom:10px;
	text-align: center;

}
.viewt h3{
	font-size: 24px;
	line-height: 40px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #b9b9b9;
	color: #747474;
	margin-bottom: 10px;
}
.viewt p{
	font:14px "å®‹ä½“";
	line-height: 40px;
	color:#7f7f7f;
	display: block;
}
.share2{
	line-height: 28px;
	color: #8e8e8e;
}
.share2>div{
	display: inline-block;
	vertical-align: top;
	margin: 0 15px;
}

/*.viewp p{
	font:14px "å®‹ä½“";
	line-height: 35px;
	text-indent: 2em;
}*/
/*.viewp div{
	width:100%;
	margin: 0 auto;
}*/
.viewp{
	word-break: break-all;
  text-align: justify;
  margin-top: 20px;
}
.viewp img{
	max-width: 100%;
}
/*.viewt p span{
	margin-right: 30px;
}*/
.newslinkWrap{
	margin-top: 50px;
	border-top: 1px dashed #d2d2d2;
	border-bottom: 1px dashed #d2d2d2;
}
.newslink{
	padding: 10px 0 10px 16px;
	line-height: 24px;
	/*height: 24px;*/
}
.newslink span,.newslink a{
	font-family: "新宋体";
	font-size: 14px;
	color: #5a5a5a;
}
.newslink span{
	font-weight: 500;
}
.newslink:hover a{
	color: #023e97;
}
