@charset "utf-8";
*{ margin:0; padding:0; font-family:'Microsoft YaHei'; box-sizing: border-box;}

body{ background:#fff; font-size:16px; }
img{ border:0;}
li {list-style: none;}
h1,h2,h3,h4,h5,h6 { font-weight:normal;}
a{ text-decoration:none; color: #000;}

.fl{float: left;}
.fr{float: right;}
.clr , .clear{ clear:both;}
.clearfix:after{ display:block; clear:both; content:'';}


header{ width:100%; padding:0 30px 0 85px; display:flex; justify-content: space-between; align-items: center; }
.logo{ width:223px; height:103px; background:url(../images/logo.jpg) no-repeat; }
nav{ display:flex; }
nav a{ display:block; line-height:103px; margin:0 30px; float:left; font-size:18px; position:relative;white-space: nowrap; }
nav a:after{ width:80%; height:4px; background:#0D4DA1; border-radius:5px; position:absolute; left:50%; bottom:25px; transform:translateX(-50%); content:''; opacity:0; transition:.3s; }
nav a:hover{ color:#0D4DA1; }
nav a:hover:after{ opacity:1; }

.hotline{ width:225px; height:103px; line-height:103px; padding-left:59px; background:url(../images/tel.jpg) no-repeat 0 center; font-size:24px; color:#0d0d0d; }

.lh{ width:100%; }


.product_box{ background:#DDDDDD; padding:70px 0 100px 0; }  
.product_box .ptit{ width:100%; height:195px; text-align:center; position:relative; }
.product_box .ptit:after{ width:65px; height:4px; background:#0D4DA1; border-radius:5px; position:absolute; left:50%; bottom:35px; transform:translateX(-50%); content:''; }
.product_box .ptit b{ color:#333; display:block; font-size:50px; margin-bottom:10px;}
.product_box .ptit i{ font-size:35px; color:rgba(0,0,0,.3); font-style:normal; display:block; font-weight:bold; }
.prodtype{ width:100%; max-width:1500px; margin:0 auto; display:flex; justify-content: space-between; }
.prodtype a{ width:215px; padding-top:125px; position:relative; }
.prodtype a:after{ width:100px; height:100px; border:3px solid #2A62AC; border-radius:50%; content:''; display:block; position:absolute; left:50%; top:0px; transform:translateX(-50%); transition:.3s; }
.prodtype a:nth-child(1):after{ background:url(../images/icon1.jpg) no-repeat center; }
.prodtype a:nth-child(2):after{ background:url(../images/icon2.jpg) no-repeat center; }
.prodtype a:nth-child(3):after{ background:url(../images/icon3.jpg) no-repeat center; }
.prodtype a:nth-child(4):after{ background:url(../images/icon4.jpg) no-repeat center; }
.prodtype a:nth-child(5):after{ background:url(../images/icon5.jpg) no-repeat center; }
.prodtype a:nth-child(6):after{ background:url(../images/icon6.jpg) no-repeat center; }
.prodtype a i{ width:100%; height:52px; line-height:52px; overflow:hidden; background:#656565; display:block; border-radius:25px; color:#fff; text-align:center; font-style:normal; font-weight:bold; }
.prodtype a.active i{ background:#2A62AC; }
.prodtype a.active:after  { transform:translate(-50%,-30px); }

.prodslist{ width:100%; max-width:1500px; height:435px; margin:70px auto 0; display:none; justify-content:space-around; }
.prodslist a{ width:330px; display:block; overflow:hidden; }
.prodslist a img{ display:block; width:100%; height:240px; transition:.3s; }
.prodslist a b{ width:100%; height:105px; line-height:105px; overflow:hidden; font-size:20px; color:#131313; background:#fff; display:block; text-align:center; font-weight:normal; }
.prodslist a:hover img{transform:scale(1.1,1.1);}

.prodslist_box .prodslist:first-child{ display:flex; }

.allprodlist{ width:95%; max-width:1500px; margin:30px auto 0; }
.allprodlist a{ width:330px; display:block; overflow:hidden; }
.allprodlist a img{ display:block; width:100%; height:240px; transition:.3s; }
.allprodlist a b{ width:100%; height:105px; line-height:105px; overflow:hidden; font-size:20px; color:#131313; background:#fff; display:block; text-align:center; font-weight:normal; }
.allprodlist a:hover img{transform:scale(1.1,1.1);}


.about_box{ width:100%; height:820px; background:url(../images/about_bg.jpg) no-repeat; }
.about_tit{ width:100%; max-width:1500px; height:300px; margin:0 auto 30px; padding-top:100px; position:relative; }
.about_tit b{ font-size:50px; color:#fff; display:block; }
.about_tit i{ font-size:35px; font-style:normal; color:rgba(255,255,255,.3); }
.about_tit:after{ width:65px; height:5px; background:#0D4DA1; border-radius:5px; position:absolute; left:0%; bottom:55px; content:''; }
.about_info{ width:100%; max-width:1500px; margin:0 auto 100px; color:#fff; font-size:18px; line-height:45px; }


.more{ width:210px; height:60px; line-height:60px; background:#2A62AC; border-radius:30px; display:block; color:#fff; text-align:center; font-size:18px; margin:0 auto; }
.more2{ color:#1e1d1d; position:absolute; right:0; top:50%; }

.news_box{ width:100%; max-width:1500px; margin:0 auto 100px; }
.news_box .about_tit b{ color:#1e1d1d; }
.news_box .about_tit i{color:rgba(0,0,0,.3); }
.public-img{
    width: 100%;
    overflow: hidden;
}
.public-img img {
    display: block;
    width: 100%;
    transition: all .6s;
}

.hnews-main{
    display: flex;
}
.hnews-left{
    width: 50%;
}
.hnews-img{
    position: relative;
}
.hnews-info{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: url(../images/hnews-info-bg.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 11;
    color: #fff;
    padding-left: 50px;
    padding-bottom: 30px;
    padding-right: 50px;
    padding-top: 30px;
}
.hnews-info h3{
    font-family: "SRegular";
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 20px;
}
.hnews-info span{
    font-size: 18px;
    line-height: 24px;
}
.hnews-des{
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    margin-top: 8px;
    font-family: "SRegular";
}
.hnews-img:hover img{
    transform: scale(1.1);
}
.hnews-right{
    width: 50%;
    padding-left: 100px;
}
.hnews-list li{
    padding-top: 34px;
    padding-bottom: 38px;
    border-bottom: 1px solid #dcdcdc;
}
.hnews-list li:first-child{
    padding-top: 0px;
}
.hnews-list li:last-child{
    padding-bottom: 0px;
    border-bottom: none;
}
.hnews-list li h3>a{
    font-size: 24px;
    line-height: 24px;
    color: #333;
    display: block;
    margin-bottom: 12px;
}
.hnews-list li span{
    font-size: 16px;
    line-height: 24px;
    color: #898989;
}
.hnews-list li p{
    line-height: 24px;
    font-size: 16px;
    color: #666666;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.hnews-list li:hover h3>a{
    color: #0D4DA1;
}


.join_box{ width:100%; height:647px; background:url(../images/join.jpg?1) no-repeat; }
.join_box .join{ width:100%; max-width:1500px; margin:0 auto;}
.join_box .join .text{  color:#fff; font-size:25px; line-height:50px; }
.join_box .join .tel{ height:80px; color:#fff; font-size:20px; padding-left:90px; margin-top:80px; background:url(../images/tel.png) no-repeat 0 top; }
.join_box .join .tel p{ font-size:35px; }




.bottom_box{ width:100%; background:#2F2F2F; }
.bottom{ width:100%; max-width:1500px; margin:0 auto; padding:70px 0 90px; }
.bottom .contact{ width:30%; min-width:280px; float:left; padding-top:90px; background:url(../images/bottom_logo.jpg) no-repeat 0 0; color:#fff; font-size:20px; line-height:40px; }

.bottom .ptype{ width:40%; max-width:430px; float:left; }
.bottom .ptype h3{ margin-bottom:18px; }
.bottom .ptype h3 a{ color:#fff; font-weight:bold; font-size:20px; }
.bottom .ptype ul li{ width:50%; float:left; line-height:30px; }
.bottom .ptype ul li a{ color:#d8d8d8; }

.bottom .menu{ width:30%; max-width:400px; float:right; }
.bottom .menu li{ width:50%; float:left; line-height:30px; margin-bottom:18px; }
.bottom .menu li a{ color:#fff; font-weight:bold; font-size:20px; }


.position_box{ width:100%; height:46px; background-color: rgba(238, 238, 238, 1); border-bottom: 0px solid #dddd; }
.position{ width:100%; max-width:1360px; height:46px; line-height:46px; margin:0 auto; background:url(../images/icoo2.png) no-repeat 5px center; padding-left:30px; color:#000; }
.position a{ color:#000; }

.main{ width:100%; max-width:1360px; margin:0 auto; position:relative;overflow: hidden;clear:both; padding:30px 20px; }

.all_left{ width:262px; float:left;}
.all_right{ width:calc(100% - 262px - 2%); float:right; background:#fff;}
.all_right img{ max-width:100%; }

/*内页左侧*/
.left_list{ width:100%; margin-bottom:20px;}
.left_list strong { background: #1A52A5; color: #fff; display: block; font-size: 26px; overflow: hidden;  padding:25px; font-weight:normal; }
.left_list strong span {
    color: #fff;
    display: block;
    font-family:arial,helvetica,sans-serif;
    font-size: 14px;
    font-weight: 100;
    padding-top: 3px;
}

.left_list ul li {
	min-height:50px;
	font-size:16px;
	background-color:#eee;
	border-bottom:1px #FFFFFF solid;
	color:#000;
}

.left_list UL li a {
	min-height:50px;
	line-height:25px;
	padding:10px 25px;
	font-size:16px;
	color:#363636;
	display:block;
}
.left_list UL li a.current2{ padding-left:80px;}
.left_list UL li a:hover {
	background-color:#79A6E9;
	color:#FFF!important;
	display:block;
}

.left_list UL li.hover a {
	background-color:#79A6E9;
	display:block;
	height:60px;
	line-height:60px;
	width:200px;
}

.left_contact{ width:100%; margin-top:20px; background:#eee; padding:20px 30px; }
.left_contact .tit{ color:#000; font-size:16px; font-weight:bold; margin-bottom:20px; }
.left_contact .tit span{ font-size:12px; }
.left_contact p{ line-height:200%; font-size:12px; } 



/*内页右侧*/
.right_tit{ width:100%; line-height:60px; border-bottom:1px solid #000; }
.right_tit:after{ display:block; clear:both; content:'';}
.right_tit h2{float:left; padding-left:30px; width:200px; font-size:16px;}
.right_tit span{padding-right:20px; font-size:14px; float:right}
.right_tit a{ color:#000; }
.right_all{ min-height:500px; border: 1px solid #ddd;    padding: 20px 35px;}
.right_all .title{ width:100%; font-size: 22px;margin: 0 0 20px;    text-align: center;    padding-bottom: 20px; border-bottom: 1px solid #e8e8e8; } 

/* 产品详情页 */
.prod_pic{ width:48%; float:left; height:350px; display:flex; justify-content:center; align-items:center;    border: 1px solid #ddd; }
.prod_pic img{ max-width:100%; max-height:100%; display:block; padding:1px;}
.prod_info{ width:48%; float:right; }
.prod_info h3 { margin-top:51px; font-size:19px; border-bottom: 1px solid #ddd; padding-bottom:15px; }
.small_pics{ width:100%; overflow:hidden; margin-top:30px; display:flex; }
.small_pics .pic{ width:calc(25% - 10px); height:100px; float:left; border: 1px solid #ddd; margin-right:10px; display:flex; justify-content:center; align-items:center; padding:1px; cursor:pointer; }
.small_pics .pic.active{ border-color:#044C8B; }
.small_pics img{ display:block; max-width:100%; max-height:100%; }

.more_tit{ width:100%; border-bottom:1px solid #ddd; margin:20px 0; }
.more_tit div{ display:inline-block; float:left; padding:0 25px; font-size:20px; line-height:50px; color: #053796; border-bottom: 2px solid #053796; }

.back_btn{ width:100px; border-radius:2px; display:block; float:left; padding:10px; color:#fff; background:#1AA3FD; margin-top:30px; text-align:center; }



/*关于我们*/
.right_all .content{ width:100%; line-height:35px;}

/*新闻*/
.newList { overflow: hidden; padding: 25px 0; width: 100%;  height: 140px;  border-bottom: 1px solid #eaeaea;    transition: all .5s ease;}
.newList .newLinkBox { position: relative; display: flex; flex-wrap: nowrap; width: 100%; height: 100%; padding-right: 10%; overflow: hidden;}
.newList .leftTimeBox { width: 80px; height: 98px; background: #f5f5f5; text-align: center; font-family: arial; transition: all .5s ease;}
.newList .newData {
    font-size: 45px;
    line-height: 46px;
    padding-top: 15px;
}
.newList .centerContentBox {
    width: calc((100% - 80px)/1);
    padding-left: 3%;
}
.newList .newTitle {
    font-size: 16px;
    color: #000;
    white-space: nowrap;
    margin: 10px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all .5s ease;
}
.newList .newSummry {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #565656;
}
.newList .rightIcon {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
}
.newList:hover{ height:150px; }
.newList:hover .leftTimeBox{ height:108px; background:#ccc; color:#fff; }




.newstitle {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #333;
	line-height: 30px;
	width: 100%
}
.newssubtitle {
	text-align: center;
	line-height: 60px;
	font-size: 14px;
	width: 100%
}
.newssubtitle span {
	width: 100%
}
.newsx {
	line-height: 40px;
	width: 100%;
	margin-top: 5px;
}

/* 产品列表 */
.proLi {
	position: relative;
    overflow: hidden;
    padding: 0 16px 32px;
    height: auto;
    float: left;
    width: calc(100% / 2);
    margin: 0px;
}
.proLi:hover .proLink {
    box-shadow: 0 0 20px #ddd;
}
.proLink {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
    border: 1px solid rgba(243,243,243,1);
}
.proLink::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 2px;
    background-color: #053796;
    transition: all .5s ease;
}
.proLi:hover .proLink::after {
    width: 100%;
}
.proTitle {
    position: relative;
    text-align: center;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    font-size: 16px;
    height: 70px;
    line-height: 70px;
    transition: all .5s ease;
	border-bottom:1px solid rgb(243,243,243);
}
.proImgBox {
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 68%;
    overflow: hidden;
}
.proImg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.0);
    max-width: 100%;
	max-height:100%;
    transition: all 2s ease .5s;
}
.proLi:hover .proImg {
    transform: translate(-50%, -50%) scale(1.1);
}
.lookMore {
    width: 100%;
    padding: 16px 0 32px;
    text-align: center;
    font-size: 16px;
    color: #053796;
    font-family: Oswald;
}
.lookMore i{ width:15px; height:20px; display:inline-block; margin-left:5px; background:url(../images/jt3.jpg) no-repeat center; transform:translateY(4px); }


/* 分页CSS */
.pg {
    margin: 20px 0;
    text-align: center;
    width: 100%;
	color:#595555;
}
.pg span {
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    color: #999999;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 3px;
    padding: 0 10px;
    text-align: center;
}
.pg a {
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    color: #000 !important;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 3px;
    padding: 0 10px;
    text-decoration: none;
}





@media (max-width: 1500px){
	header{ padding:0;}
	nav a {
		margin:0 20px;
	}
}


@media (max-width: 1200px){
	nav a {
		font-size:16px;
		margin:0 10px;
		
	}
}





