/*maintitle*/
.maintitle{
    font-size: 18px;
    line-height: 35px;
    color: #666;
	}
.maintitle p{
	font-size: 40px;
    color: #333333;
    line-height: 65px; font-weight:bold
	}
.maintitle p span{
	font-size:40px; color:#1a5dc2; font-weight:bold; line-height:55px
	}
.maintitle .dec{
    width: 40px;
    height: 4px;
    margin: 15px auto 0 0;
    background: #1a5dc2;
    border-radius: 20px;
	}	
	
	
	
/*maintitlea*/
.maintitlea{
    font-size: 18px;
    line-height: 35px;
    color: #fff;
	text-align:center
	}
.maintitlea p{
	font-size: 40px;
    color: #fff;
    line-height: 65px; font-weight:bold
	}
.maintitlea p span{
	font-size:40px; color:#fff; font-weight:bold; line-height:55px
	}
.maintitlea .dec{
    width: 40px;
    height: 4px;
    margin: 15px auto 0;
    background: #fff;
    border-radius: 20px;
	}		
	
	
/*首页简介*/
.in_about{
	background: url(../images/bg_gsjj.jpg) center bottom no-repeat #f6f6f6;
    padding-top: 60px;
    padding-bottom: 80px;
	}
.in_about .cont{
	width: 1200px;
    margin: 0 auto;
	}
.in_about .cont .leftcont{ float:left; width:60%}
.in_about .cont .rightpic{ float:right; width:35%; height:580px; }


.in_about .cont .txt{ height:306px; display:block; overflow:hidden; margin-top:12px}
.in_about .cont .txt *{
	font-size: 16px;
    color: #333;
    line-height: 34px;
    text-align: justify;
	}	
	
.in_about .cont .conta{    margin-top: 20px;}
.in_about .cont .conta a{
    padding: 12px 12px 5px;
    border: 2px solid #bbb;
    font-size: 20px;
    color: #888888;
    line-height: 40px;
    margin: 0 16px;
    display: inline-block;
    border-radius: 15px;
    text-align: center;
	}
.in_about .cont .conta a img{transition: all linear .5s;}
.in_about .cont .conta a:hover img{transform: rotateY(360deg);}
	
	
/*产品展示*/
.in_product{
	background: url(../images/bg_product.jpg) center top no-repeat;
    padding-top: 50px;
    padding-bottom: 65px;
	}
.in_product .cont{ width:1200px; margin:0 auto}

.in_product .cont .cpa{ margin-top:10px;color:#fff; text-align:center}
.in_product .cont .cpa a{
    color: #fff;
    font-size: 18px;
    line-height: 48px;
    margin: 0 12px;
	}
.in_product .cont .cpa a:hover{ text-decoration:underline; line-height:48px;}

.in_product .cont .cpb{ margin-top:20px}
.in_product .cont .cpb ul li{ float:left; margin-right:18px; margin-bottom:18px;}

.in_product .cont .cpb ul li:nth-child(4n){
	margin-left: 0;
} 


.in_product .cont .cpb ul li .topimg{
	width: 282px;
    height: 211px;
    overflow: hidden;
    background: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
	}
.in_product .cont .cpb ul li .topimg img{
	transform: scale(1);
	transition: all 1s ease-out;
	width: 100%;
    height: 100%;
	}
.in_product .cont .cpb ul li:hover .topimg img{
	transform: scale(1.2);
	}

.in_product .cont .cpb ul li p{
	width:100%; margin:0 auto; background:#ffffff;
	line-height:52px;
	font-size:16px;
	color:#333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; text-align:center
	}	
.in_product .cont .cpb ul li p a{
	line-height:52px;
	font-size:16px;
	color:#333333;
	}
.in_product .cont .cpb ul li:hover p{ background:#0054ab}
.in_product .cont .cpb ul li:hover p a{
	line-height:52px;
	font-size:16px;
	color:#fff;
	}	

.in_product .news_topa {text-align: center; margin-top:30px }
.in_product .news_topa li{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 50px;
    margin: 0 15px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 30px;
    border: 2px solid #fff;
	}
.in_product .news_topa li a{color:#ffffff;font-size: 18px; line-height:50px;font-weight:500}
.in_product .news_topa li span{color:#ffffff;font-size: 18px; line-height:50px;font-weight:500}




/*优势*/
.kd {
    width: 91%;
    max-width: 1300px;
    margin: 0 auto;
}


.in-adv{
	background: url(../images/advbg.jpg) center bottom no-repeat;
    padding: 65px 0 0;
    height: 1040px;
    display: block;
    overflow: hidden;
	}
.adtit{ text-align:center;}
.adtit p{ font-size:1.125rem; color:#323131; margin-top:8px;}

.adv-p6{ margin-top:110px;}
.adv-p6 li{text-align:center;  }
.adv-p6 li p{ font-size:1.875rem; color:#1a5dc2; font-weight:bold;margin-bottom:28px;}
.adv-p6 li p em{
	font-family: arial;
    font-size: 2.5rem;
    position: relative;
    top: 5px;
    font-style: normal;
	}
.adv-p6 li span{ font-size:1.125rem; line-height:1.5em;}
.adv-p6 li.y3{ margin-left:29%;}
.adv-p6 li.y4{ margin-right:30%;}
.adv-p6 li.y2{ margin-left:6.5%; margin-top:52px}
.adv-p6 li.y5{ margin-right:8.5%; margin-top:52px}
.adv-p6 li.y1{ margin-left:1%; margin-top:106px; text-align:right}
.adv-p6 li.y6{ margin-right:1%; margin-top:106px; text-align:left}


.gx-1 .fl{ margin-top:82px; color:#fff}


.gx-1 .fl b{
    display: block;
    font-size: 32px;
    line-height: 45px;
    margin-top: 26px;
}
.gx-1 .fl p{
    display: block;
    line-height: 35px;
    font-size: 21px;
}
.gx-1 .fl p:after {
    content: '';
    display: block;
    width: 380px;
    height: 1px;
    background: #93bae8;
    margin-top: 10px;
    margin-bottom: 10px;
}
.gx-1 .fl ul {
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    padding-left: 0;
}
.gx-1 .fl ul li{
    float: left;
    display: block;
    background: url(../images/ico_ad.png) no-repeat left center;
    padding-left: 34px;
    margin-right: 32px;
    font-size: 17px;
}

.gx-1 .fr{
    margin: 116px 0 0 0;
    background: url(../images/tel_white.png) no-repeat left top;
    color: #fff;
    float: right;
	}


.gx-1 .fr span {
    display: block;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 2px;
    text-indent: 84px;
}
.gx-1 .fr b {
    display: block;
    font-size: 32px;
    line-height: 45px;
    font-weight: normal;
    font-family: Impact;
    text-indent: 84px;
}
.gx-1 .fr a {
    margin-top: 10px;
    display: block;
    width: 270px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}


.gx-1 .ada{
	display: inline-block;
    background: #fff;
    color: #444444;
    padding: 6px 30px;
    border-radius: 20px;
    margin: 10px 0 0 57px;
    font-size: 18px;
	}

.ells {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*企业实力*/
.in-shi{
    padding: 45px 0 0;
    background: #efefef;
    z-index: 2;
    height: 719px;
    width: 100%;
    display: block;
    overflow: hidden;
	}
.shitit{ text-align:center; margin-bottom:64px}
.shitit h3{ font-size:2.25rem; color:#2d2d2d; font-weight:bold;}
.shitit p{ color:#565656; font-size:1.125rem;}
.shiul li{ float:left; width:22.3%; overflow:hidden; display:block; margin-right:1.4%; position:relative; z-index:2; cursor:pointer}
.shiul li img{ width:100%; transition:all 0.7s;}
.shiul li:hover img{ transform:scale(1.05);}
.shiul li:nth-child(4){ width:28.61% !important; margin-right:0}


.s2{
    padding: 27px 0 35px;
    background: #2b4885;
    position: relative;
    z-index: 1;
    top: -323px;
	}
.s2 .spic{
	display: block;
    overflow: hidden;
    width: 34.1%;
    cursor: pointer;
    margin-right: 1.5%;
	}
.s2 .spic img{ width:100%; transition:all 0.7s; transform:scale(1)}
.s2 .spic:hover img{ transform:scale(1.05);}
.s2 .scon{ width:31%; box-sizing:border-box; padding:70px 3% 0;}
.s2 .scon h3{
	font-size: 30px;
    line-height: 45px;
    color: #fff;
	}
.s2 .scon span{
	font-size: 13px;
    color: #678ad3;
    text-transform: uppercase;
	}
.s2 .scon p{ margin:24px 0; color:#fff; line-height:2em; font-size:1rem;}
.s2 .scon hr{ width:77px; height:1px; background:#fff; border:none; margin:0 0}
.slink{ position:absolute; bottom:0; right:0}
.slink a{ color:#fff;}
.slink a img{ position:relative; top:5px; margin-left:10px}



/*新闻资讯*/
.in_xwzx{ width:100%; height:auto; margin:0 auto; background:#f5f5f5; padding-top:50px; padding-bottom:80px}
.in_xwzx .contb{ width:1200px; height:auto; margin:0 auto;margin-top: 35px;}
.in_xwzx .contb ul li{ float:left; margin-right:21px; width:386px; height:480px; display:block; background:#ffffff}
.in_xwzx .contb ul li .topimg{
	width: 386px;
    height: 290px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
	}
.in_xwzx .contb ul li .topimg img{max-width:100%;max-height: 100%;transform: scale(1);transition: all 1s ease-out;letter-spacing:0}
.in_xwzx .contb ul li:hover .topimg img{transform: scale(1.2);}
.in_xwzx .contb ul li .txt{
	padding: 15px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    text-align: justify;
    letter-spacing: -0.11px;
	}
.in_xwzx .contb ul li .txt p{
	}
.in_xwzx .contb ul li .txt p a{
	font-size: 18px;
    color: #666666;
    line-height: 48px;
	} 
.in_xwzx .contb ul li .date{
    border-top: 1px solid #e5e5e5;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
	}
.in_xwzx .contb ul li .date dl dt{ float:left;font-size: 14px;color: #b7b7b7; line-height:60px}
.in_xwzx .contb ul li .date dl dt a{font-size: 14px;color: #b7b7b7; line-height:60px}


.in_xwzx .contb ul li:hover .date{ background:#1a5dc2}
.in_xwzx .contb ul li:hover .date dl dt{ float:left;font-size: 14px;color: #ffffff; line-height:60px}
.in_xwzx .contb ul li:hover .date dl dt a{font-size: 14px;color: #ffffff; line-height:60px}