/*公共样式*/
* { margin: 0; padding: 0; list-style: none; box-sizing: border-box;}
html, body { margin: 0 auto;}
body { overflow-x: hidden; }
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, header, section, footer { margin: 0; padding: 0; font-family: "微软雅黑"; }
body, button, input, select, textarea { font: 12px/1.5 "微软雅黑"; color: #333; /*font-family: "微软雅黑";*/ }
em { font-style: normal; font-size: 12px; }

a { text-decoration: none; color: black; font-family: "微软雅黑"; color: #333; }
.clear { clear: both; }
.clear:after { display: block; content: ""; clear: both; }

.fl { float: left; }
.fr { float: right; }

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; display: inline-block; vertical-align: middle; }

.md { width: 1200px; margin: auto; }
.transtion { transition: all 0.6s; -o-transition: all 0.6s; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; }
i { font-style: normal; }
.transtion { transition: all 0.6s; -o-transition: all 0.6s; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; }

.wrapper{
	width: 1200px;
	min-width: 960px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

/*顶部*/
.header{
	width: 100%;
	/* height: 125px; */
	background-color: #fff;
	border-bottom: 5px solid #1a4189;
}
.hd_top{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
.hd_email{
	color: #666;
}
.hd_wechat{
	float: left;
	height: 30px;
	font-size: 12px;
	padding-left: 30px;
	margin-right: 10px;
	background: url("../image/icon01.png") no-repeat left;
	cursor: pointer;
	position: relative;
}
.index_wechat{
	width: 130px;
	height: 130px;
	text-align: center;
	padding: 10px;
	background-color: #1a4189;
	border: 1px solid #fff;
	position: absolute;
	left: 0;
	top: -130px;
	z-index: 3;
	transition: all 0.6s;
}
.index_wechat img{
	width: 100%;
	height: 100%;
}
.hd_wechat:hover .index_wechat{
	top: 30px;
}
.lang a{
	height: 30px;
	font-size: 12px;
	padding-left: 30px;
	margin-right: 10px;
}
.lang ul,
.lang li{
	float: left;
}
.lang li:first-child a{
	background: url("../image/ch.jpg") no-repeat left;
}
.lang li:last-child a{
	background: url("../image/en.jpg") no-repeat left;
}

.hd_nav{
	width: 100%;
	height: 90px;
}
.logo{
	width: 310px;
	padding: 30px 0;
}
.logo img{
	float: left;
	width: 170px;
	height: 30px;
	margin-right: 10px;
}
.logo p{
	float: left;
	line-height: 15px;
	font-size: 14px;
	color: #1a4189;
}
.nav{
	float: right;
}
.nav li{
	float: left;
	margin: 0 20px;
}
.nav a{
	width: 90px;
	line-height: 90px;
	font-size: 16px;
	display: block;
}
.nav a:hover,
.nav a.on{
	color: #1a4189;
	background: url("../image/nav.png") no-repeat center bottom;
}
.nav:hover a.on{
	background: none;
}

.index_banner{
	width: 100%;
	height: 500px;
}
.index_banner img{
	width: 100%;
	height: 100%;
}

.index_tit{
	height: 100px;
	padding: 25px 0;
}
.index_tit h3{
	font-size: 30px;
	font-weight: bold;
	color: #1a4189;
}
.index_tit span{
	font-size: 16px;
	color: #ccc;
}

/*首页产品*/
.index_pro{
	padding: 25px 0 50px;
	background-color: #f5f5f5;
}
.index_pro_sort{
	width: 100%;
}
.index_pro_sort ul{
	overflow-x: hidden;
	display: inline-block;
}
.index_pro_sort li{
	float: left;
	margin: 10px 30px;
}
.index_pro_sort li a{
	display: block;
	width: 180px;
	height: 200px;
	transition: all 0.2s;
}
.index_pro_sort li a:hover{
	background-color: rgba(165, 200, 235, 0.1);
}
.index_pro_sort li img{
	width: 180px;
	height: 150px;
}
.index_pro_sort li p{
	font-size: 16px;
	color: #666;
}

/*首页关于*/
.index_about{
	padding: 50px 0;
	position: relative;
	min-width: 1200px;
}
.index_about_img{
	float: left;
	width: 400px;
	height: 550px;
	margin-top: 30px;
	position: relative;
	transition: all 0.6s;
}
.index_about_img img{
	width: 100%;
	height: 100%;
}
.index_about_mask{
	width: 100%;
	height: 100%;
	background-color: #4886bf;
	opacity: 0;
	filter: alpha(opacity:"0");
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.6s;
}
.index_about_img:hover{
	margin-top: 0;
}
.index_about_img:hover .index_about_mask{
	opacity: 0.6;
	filter: alpha(opacity:"60");
} 
.index_about_main{
	width: 800px;
	height: 360px;
	padding: 0 80px;
	background-color: rgba(70, 130, 190, 0.8);
	box-shadow: 5px 1px 10px #84a4d5, -5px 1px 10px #84A4D5;
	position: absolute;
	top: 130px;
	left: 220px;
}
.index_about_main .index_tit h3{
	color: #fff;
}
.index_about_main .index_tit span{
	color: #1a4189;
}
.index_about_txt{
	text-align: left;
	text-indent: 28px;
	font-size: 14px;
	color: #fff;
}
.index_about_more{
	width: 120px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	background-color: #1a4189;
	box-shadow: 1px 1px 5px #1a4189;
	display: inline-block;
	margin-top: 30px;
	transition: all 0.3s;
}
.index_about_more:hover{
	color: #1a4189;
	background-color: #fff;
	box-shadow: 1px 1px 5px #ccc;
}

/*首页新闻*/
.index_news{
	background-color: #f5f5f5;
	padding: 50px 0;
}
.index_news_tit{
	text-align: left;
}
.index_news_tit h5{
	font-size: 24px;
	font-weight: bold;
	color: #ccc;
}
.index_news_tit h3{
	font-size: 36px;
	font-weight: bold;
	color: #1a4189;
	background: url("../image/news.png") no-repeat 150px 12px;
}
.index_news_tit a{
	font-size: 14px;
	color: #1a4189;
	padding: 20px 0 5px;
	display: inline-block;
	border-bottom: 4px solid #1a4189;
}
.index_news .parHd{
	margin-right: 20px;
}
.index_news .parHd ul{
	padding-top: 60px;
}
.index_news .parHd li{
	margin-bottom: 50px;
}
.index_news .parHd li a{
	font-size: 18px;
	width: 240px;
	line-height: 55px;
	border: 1px solid #999;
	display: block;
}
.index_news .parHd li.on a{
	color: #1a4189;
	border-color: #1a4189;
}
.index_news .parBd{
	width: 840px;
}
.index_news_list li{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}
.index_news_list li a{
	width: 100%;
	height: 70px;
	display: block;
	overflow: hidden;
}
.index_news_date{
	width: 70px;
	height: 70px;
	background-color: #1a4189;
	padding: 5px 0;
	margin-right: 20px;
}
.index_news_date h3{
	line-height: 1;
	font-size: 36px;
	font-weight: normal;
	color: #fff;
}
.index_news_date p{
	font-size: 14px;
	color: #fff;
}
.index_news_txt{
	overflow: hidden;
	text-align: left;
}
.index_news_txt h4{
	line-height: 1;
	font-size: 16px;
	font-weight: bold;
	color: #4c4c4c;
	padding-bottom: 10px;
}
.index_news_txt p{
	font-size: 14px;
	color: #999;
}
.index_news_list li a:hover h4{
	color: #1a4189;
}

/*首页推荐*/
.index_rec{
	padding: 50px 0;
}
.index_rec_list{
	min-height: 420px;
	text-align: center;
}
.index_rec_list ul{
	width: 100%;
	display: inline-block;
	overflow-x: hidden;
	padding: 50px 0;
}
.index_rec_list li{
	float: left;
	width: 280px;
	height: 230px;
	padding: 10px;
	border: 1px solid #ccc;
	margin: 15px 10px;
	transition: all 0.6s;
}
.index_rec_list li a{
	display: block;
}
.index_rec_img{
	width: 260px;
	height: 180px;
	overflow: hidden;
}
.index_rec_list li img{
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}
.index_rec_list li:hover{
	box-shadow: 1px 1px 10px #ccc,-1px 1px 10px #ccc;
}
.index_rec_list li:hover img{
	transform: scale(1.1);
}
.index_rec_list li p{
	line-height: 40px;
	font-size: 14px;
	color: #1a4189;
}
.index_rec_more{
	width: 120px;
	line-height: 30px;
	font-size: 14px;
	color: #1a4189;
	display: inline-block;
	border: 1px solid #ccc;
	transition: all 0.3s;
}
.index_rec_more:hover{
	color: #fff;
	background-color: #1a4189;
}

/*首页合作*/
.index_par{
	background-color: #f5f5f5;
	padding: 50px 0;
}
.index_par_list ul{
	display: inline-block;
	overflow-x: hidden;
	padding: 30px 0;
}
.index_par_list li{
	float: left;
	height: 130px;
	background-color: #fff;
	box-shadow: 1px 1px 10px #f0f0f0;
	border-radius: 10px;
	padding: 10px 22.5px;
	margin: 10px;
	text-align: center;
}
.index_par_list li a{
	display: block;
}
.index_par_list li img{
	width: 85px;
	height: 85px;
}
.index_par_list li p{
	line-height: 35px;
	font-size: 14px;
	color: #666;
}

/*首页客服*/
.index_side{
	width: 140px;
	background-color: #f5f5f5;
	position: fixed;
	top: 20%;
	right: 0;
	z-index: 2;
}
.index_side a{
	line-height: 24px;
	font-size: 12px;
	color: #666;
	display: block;
}
.index_side_hd{
	text-align: center;
	background-color: #1a4189;
}
.index_side_hd h3{
	font-size: 18px;
	font-weight: normal;
	color: #fff;
}
.index_side_hd p{
	font-size: 12px;
	color: #fff;
}
.index_side_list{
	padding: 3px 10px;
	border-bottom: 1px dashed #ccc;
}
.index_side_list p{
	line-height: 24px;
	font-size: 14px;
	color: #666;
	display: block;
}
.index_side_list a{
	padding-left: 20px;
	background: url("../image/qq.png") no-repeat left center;
}
.index_side>p{
	line-height: 30px;
	font-size: 12px;
	color: #666;
	padding: 0 10px;
}
.index_side_ft{
	height: 30px;
	text-align: center;
	background-color: #1a4189;
}
.index_side_ft a{
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	padding-left: 20px;
	background: url(../image/top.png) no-repeat left center;
	cursor: pointer;
}
.bdshare-button-style0-16 a{
	margin: 6px 3px 6px 0!important;
}
.bdsharebuttonbox{
	padding-left: 10px;
}
.bds_more{
	display: none !important;
}

/*底部*/
.footer{
	min-width: 1000px;
	height: 220px;
	padding-top: 40px;
	background-color: #1a4189;
}
.ft_logo{
	width: 190px;
	height: 60px;
	margin-top: 20px;
	margin-right: 130px;
}
.ft_tel{
	padding-right: 30px;
	border-right: 1px solid #fff;
}
.ft_tel p{
	font-size: 14px;
	color: #fff;
	padding-left: 30px;
	margin-bottom: 20px;
	text-align: left;
	background: url("../image/icon02.png") no-repeat left center;
}
.ft_tel p:last-child{
	margin-bottom: 0;
}
.ft_msg{
	padding-left: 30px;
}
.ft_msg p{
	font-size: 14px;
	color: #fff;
	padding-left: 30px;
	margin-bottom: 20px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left center;
}
.ft_msg p:first-child{
	background-image: url("../image/icon03.png");
}
.ft_msg p:nth-child(2){
	background-image: url("../image/icon04.png");
}
.ft_msg p:last-child{
	background-image: url("../image/icon05.png");
	margin-bottom: 0;
}
.ft_wechat p{
	float: left;
	width: 14px;
	height: 100px;
	padding: 10px 0;
	font-size: 14px;
	color: #fff;
	margin-right: 15px;
}
.ft_wechat img{
	width: 110px;
	height: 110px;
}
.footer>p{
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding-top: 40px;
}
.footer>p a{
	font-size: 14px;
	color: #fff;
}

/*内页导航*/
.banner{
	width: 100%;
	height: 300px;
}
.banner img{
	width: 100%;
	height: 100%;
}
.inner{
	width: 100%;
}
.subnav{
	border-bottom: 1px solid #eee;
}
.subnav ul{
	overflow: hidden;
}
.subnav li{
	float: left;
	margin: 0 10px;
}
.subnav li:first-child{
	margin-left: 0;
}
.subnav a{
	line-height: 77px;
	padding: 0 10px;
	font-size: 17px;
	font-weight: bold;
	display: block;
}
.subnav a.on,
.subnav a:hover{
	color: #1a4189;
	border-bottom: 3px solid #1a4189;
}
.path{
	height: 60px;
	border-bottom: 1px solid #eee;
	text-align: left;
}
.path p{
	font-size: 16px;
	color: #999;
	line-height: 60px;
	padding-left: 40px;
	background: url("../image/path.png") no-repeat left center;
}
.path a{
	color: #999;
}
.path a:hover{
	color: #1a4189;
}

/*关于我们*/
.about{
	min-height: 300px;
	text-align: left;
	padding: 50px 20px;
}
.about img{
	max-width: 100%;
}

/*荣誉资质*/
.honor{
	padding: 50px 0;
}
.honor_list{
	width: 1120px;
	display: inline-block;
}
.honor_list .cover{
	float: left;
	width: 240px;
	height: 328px;
	padding: 20px;
	border: 1px solid #ccc;
	margin: 10px 20px;
	cursor: pointer;
}
.honor_list .cover img{
	width: 100%;
}

/*新闻中心*/
.news{
	padding: 50px 0;
}

/*新闻详情*/
.news_tit h3{
	font-size: 24px;
	font-weight: bold;
}
.news_tit p{
	line-height: 50px;
	font-size: 14px;
	color: #999;
}
.news_main{
	text-align: left;
	padding: 20px 20px 50px;
}
.news_main img{
	max-width: 100%;
}
.news_page p,
.news_page a{
	font-size: 14px;
	color: #999;
	transition: all 0.2s;
	text-align: left;
	padding-bottom: 10px;
}
.news_page a:hover{
	color: #1a4189;
}

/*产品详情*/
.product{
	padding: 50px 0;
}
.pro_tit h3{
	line-height: 40px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background-color: #1a4189;
}

/*联系方式*/
.contact{
	min-width: 1020px;
	padding: 50px 0;
}
.map{
	width: 100%;
	border: 1px solid #ccc;
	margin-top: 30px;
}
.contact_list{
	padding-top: 80px;
}
.contact_list li{
	float: left;
	width: 33.3%;
	height: 200px;
	border: 1px solid #ccc;
}
.contact_list li img{
	margin-top: -50px;
	margin-bottom: 50px;
}
.contact_list li p{
	font-size: 18px;
	color: #999;
}
.contact_msg{
	width: 100%;
}

/*layui*/
.layui-form{
	float: left;
	width: 520px;
}
.layui-form tr:nth-child(4){
	display: none;
}
.layui-input{
	width: 350px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	margin-bottom: 20px;
	display: inline-block;
}
.tableft{
	line-height: 40px;
	font-size: 16px;
	vertical-align: top;
}
.tabright{
	width: 380px;
	padding-left: 10px;
}
.layui-textarea{
	width: 350px;
	height: 100px;
	line-height: 40px;
	font-size: 14px;
	margin-bottom: 20px;
	display: block;
	margin-left: 6px;
}
.validateCode{
	margin-bottom: 20px;
}

.layui-btn{
	background-color: #1a4189 !important;
}
/*在线留言*/
.contact_img{
	width: 500px;
	height: 290px;
	background: url("../image/contact.jpg") no-repeat center;
	position: relative;
}
.contact_img p{
	width: 300px;
	font-size: 14px;
	color: #fff;
	padding: 20px;
	background-color: rgba(30, 115, 195, 0.6);
	text-align: left;
	position: absolute;
	top: 100px;
}

/*人才招聘*/
.invite{
	padding: 50px 0;
}
.invite_img{
	width: 410px;
	height: 440px;
	padding: 380px 0 0;
	background: url("../image/invite.jpg") no-repeat center;
}
.invite_img p{
	font-size: 24px;
	color: #666;
}
.invite_img span{
	font-size: 30px;
	color: #cc0000;
}
.invite_main{
	min-height: 440px;
	overflow: hidden;
	padding: 0 50px;
	background-color: #f5f5f5;
	box-shadow: 0 5px 15px #eee inset;
}
.invite_main>ul li{
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	text-align: left;
}
.invite_main li a{
	display: block;
}
.invite_main h3{
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
}
.invite_main p{
	font-size: 14px;
	color: #666;
}
.invite_main li:hover h3{
	color: #1a4189;
}

/*招聘详情*/
.invite_tit{
	padding: 20px 0;
}
.invite_tit h3{
	font-size: 20px;
}
.invite_txt{
	text-align: left;
}
.invite_txt img{
	max-width: 100%;
}
.invite_page{
	text-align: left;
	padding-top: 20px;
}
.invite_page p{
	font-size: 16px;
	line-height: 30px;
}
.invite_page a{
	color: #1a4189;
}










@media only screen and (max-width: 1200px) {
.wrapper{
	width: 100%;
}
.nav{
	float: left;
}
.index_pro_sort li{
    margin: 10px;
}
.index_rec_list ul{
	width: 960px;
}
.index_rec_list li{
	margin: 15px 20px;
}
.index_par_list ul{
	width: 910px;
}
.ft_logo{
	margin-right: 50px;
}

}

@media only screen and (max-width: 1140px) {
.index_news .parBd{
	float: none;
	overflow: hidden;
	width: auto;
}
.honor_list{
	width: 840px;
}
}

@media only screen and (max-width: 1110px) {
.logo{
	width: 170px;
}
.logo p{
	display: none;
}
.nav{
	float: right;
}
}

@media only screen and (max-width: 1020px) {
.index_pro_sort li{
    margin: 10px 0;
}
.ft_logo{
	margin-right: 20px;
}
}

@media only screen and (max-width: 970px) {
.logo{
	display: none;
}
.nav{
	float: none;
	display: inline-block;
}
}