* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

ul {
    list-style: none;
    overflow: hidden;
}

a {
    text-decoration: none;
}
i,em{
    font-style: normal;
    display: block;
}
img{
    border: none;
}
.warp{ width:1350px; margin:0 auto;}
/*header*/
.header{
    background: url(../imag es/h_bg.jpg) center center no-repeat;
    height: 160px;
    box-sizing: border-box;
    padding-top: 10px;
    border-top: 8px solid #006fb9;
}
.h_con{
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
}
.logo{
    float: left;
    overflow: hidden;
}
.logo img,.logo span{
    float: left;
}
.logo span{
    margin-left: 15px;
    position: relative;
    padding-left: 15px;
    margin-top: 21px;
}
.logo span::before{
    content: '';
    width: 1px;
    height: 40px;
    background: rgba(255,255,255,.3);
    position: absolute;
    top: 6px;
    left: 0;
}
.logo span i, .logo span em{
    font-size: 15px;
    line-height: 25px;
    color: #595959;
}
.h_contact{
    float: right;
    overflow: hidden;
    margin-top: 21px;
}
.h_contact span{
    float: left;
    color: #d20000;
    font-size: 15px;
    text-align: right;
    margin-right: 40px;
    position: relative;
    padding-right: 30px ;
}
.h_contact span em{
    margin-top: 6px;
}
.h_contact span::after{
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    right: 0;
    width: 17px;
    height: 20px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
}
.h_contact span:nth-child(1)::after{
    background-position: 0px -1px;
}
.h_contact span:nth-child(2)::after{
    background-position: -20px 0px;
}
.h_contact span:nth-child(2) em{
    font-size: 18px;
}
.navbox{
    width: 100%;
    margin: -30px auto 0 auto;
    line-height: 60px;
    height: 60px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    position: relative;
    z-index: 111;
}
.nav{
    width: 1350px;
	margin:0 auto;
	position:relative;
}
.nav_border{
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #005bac;
    transition: all 0.5s;
}
.nav::after,.nav ul::after{
    content: '';
    display: block;
    clear: both;
}
.nav ul{
    overflow: initial;
}
.nav ul li{
    float: left;
    text-align: center;
    position: relative;
    width: 168px;
}
.nav ul li:last-child:after{
    background: none;
}
.nav ul li::after{
    content: '';
    position: absolute;
    top: 22px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #e0e0e0;
}
.nav ul li a{
    color: #333;
    font-size: 15px;
    display: block;
    width: 100%;
    height: 100%;
}
.er {
    position: absolute;
    width: 600px;
    background: rgba(255,255,255,.8);
    top: 60px;
    left: -240px;
    display: none;
}
.er_con {
    width: 600px;
    margin: 0 auto;
}
.er_con ul li {
    float: left;
    width: 190px;
    margin: 10px 0 10px 8px;
    overflow: hidden;
}
.er_con ul li a {
    display: block;
    width: 100%;
    height: 120px;
    overflow: hidden;
}
.er_con ul li a img {
    width: 100%;
    min-height: 120px;
    transition: all 0.6s;
}
.er_con ul li:hover img{
    transform: scale(1.1);
}
.er_con ul li span {
    display: block;
    text-align: center;
    font-size: 14px;
    width: 100%;
    background: #0063af;
    line-height: 30px;
    color: #fff;
}
/*banner*/
.banner{
    height: 740px;
    position: relative;
    margin-top: -30px;
}
.banner .swiper-container {
    height: 740px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.banner .swiper-slide {
    height: 740px;
}

.banner:hover .pagination {
    opacity: 1;
}

.banner:hover .arrow-left {
    opacity: 1;
}

.banner:hover .arrow-right {
    opacity: 1;
}

.banner .pagination {
    position: absolute;
    z-index: 20;
    bottom: 20px;
    text-align: center;
    width: 100%;
    opacity: 1;
    transition: all 0.5s;
}

.banner .swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0063af;
    margin: 0 3px;
    cursor: pointer;
}

.banner .swiper-active-switch {
    width: 15px;
    height: 15px;
    border-radius: 20px;
    background: #fff;
}

.banner .arrow-left {
    background: url(../images/b_arrow.png) no-repeat left bottom;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    z-index: 222;
    opacity: 1;
    transition: all 0.5s;
}

.banner .arrow-right {
    background: url(../images/b_arrow.png) no-repeat right bottom;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    z-index: 222;
    opacity: 1;
    transition: all 0.5s;
}
/*hot*/
.hot{
    z-index: 99999;
    background: #f4f4f4;
    height: 65px;
    line-height: 65px;
    position: relative;
    margin-top: -60px;
}
.hot_con{
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
}
.hot_con span,.hot_con ul{
    float: left;
}
.hot_con ul li{
    float: left;
    position: relative;
}
.hot_con  span{
    font-size: 18px;
    color: #5d5d5d;
}
.hot_con  span::before{
    content: '';
    display: inline-block;
    width: 28px;
    height: 30px;
    background: url(../images/icon.png) -45px 0px no-repeat;
    vertical-align: middle;
    margin-right: 8px;
}
.hot_con ul li{
    margin: 0 15px;
}
.hot_con ul li a{
    color: #5d5d5d;
    font-size: 15px;
}
.hot_con ul li::after{
    content: '';
    width: 1px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: 26px;
    right: -15px;
}
.hot_con ul li:last-child::after{
    background: none;
}
/*pro*/
/*===============最简单分类样式开始===============*/
.gl-proc {
	padding: 15px 0px;
	text-align: center;
	width:1400px; 
	margin:10px auto 30px;
                height:39px;
}

.gl-proc li {
	width: 12%;
	display: inline-block;  
	margin: 3px 0.2%;
	float:left;
}


.gl-proc li .yz-two {
	display: none;
}

.gl-proc li:hover .yz-two {
	position: absolute;
	display: block;
	width: 100%;
	z-index: 99999;
	background: #f9f9f9;
	border-radius: 5px;
}

.gl-proc li a {
	width: 100%;
    height: 42px;
    text-align: center;
    line-height: 42px;
    display: inline-block;
    transition: 0.3s;
    background: #006fb9;
    color: #fff;
    b order: 1px solid #333333;
    font-size: 15px;
}

.gl-proc li:hover a {
	background: #1f87e8;
	color: #ffffff;
	transition: 0.2s all ease;
	border: 1px solid #1f87e8;
}

.gl-proc li .yz-two a {
	display: inline-block;
	font-size: 16px;
	margin: 3px;
	width: 225px;
	padding: 7.5px 16px;
	color: #333;
	background-color: #eaeaea;
	border-radius: 3px;
	transition: all 0.5s;
	text-align: center;
	font-weight: normal;
}

.gl-proc li .yz-two a:hover {
	background-color: #ed1b24;
	color: #fff;
}

.part1 {}
.part1-t-zi-bg {background: url(../images/part1-t-zi-bg.png) no-repeat center;}
.tagnav{margin:35px 0; text-align: center;}
.tagnav li,.tagnav span{width: 100px;height: 28px;line-height: 26px;border-radius: 13px;color: #1c1c1c;  margin:5px;border: 1px solid #7c7c7c; cursor: pointer; display: inline-block; text-align: center;}
.tagnav li a,.tagnav span a {display:block;}
.tagnav span:hover,.tagnav li:hover,.tagnav>li.on {background: #ee7700;color: #ffffff;border-color: #ee7700;}
.part1-t-zi { text-align: center;}
.part1-t-zi > span {color: #7c7c7c; line-height:1; font-size:12px;}
.part1-t-zi > span.letter{letter-spacing:3px;}
.part1-t-zi > h2 {font-size: 39px; line-height:1; color: #2f2f35;margin:5px 0 10px 0; font-weight: bold;}
.part1-t-zi > h2 > span { color: #d20000; line-height:1.2; }
.t-bg {background: url(../images/t-bg.png) no-repeat center;}
.swiper-part1 { height: 580px;}
.part1-m > li { width: 32%; margin-right: 2%; margin-bottom: 24px; color: #ffffff;float: left;}
.part1-m > li:nth-child(3n) {margin-right: 0;}
.part1-m > li .part1-m-up {position: relative; font-size: 0;line-height:0; background: #000; overflow: hidden;}
.part1-m > li .part1-m-up>img {width: 100%;}
.part1-m > li .part1-m-up .zhaozi { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(000,000,000,0.2); }
.part1-m > li .part1-m-up > h3 {width: 100%;position: absolute;left: 0;bottom: 0; font-size: 14px; height: 50px; line-height: 50px; text-align: center;}
.part1-m > li .part1-m-down { width: 100%; height: 100%; line-height: normal; position: absolute; left: 0; top: 100%; padding: 60px 40px 40px; background: rgba(210,107,4,0.8);  transition: top 0.4s; -webkit-transition: top 0.4s;  -ms-transition: top 0.4s; -o-transition: top 0.4s; -moz-transition: top 0.4s;}
.part1-m > li .part1-m-down > h3 { font-size: 24px;}
.part1-m > li .part1-m-down > p { font-size: 14px; margin-top: 14px;}
.part1-m > li .part1-m-down > i { width: 34px; height: 34px; margin-top: 20px;   background: url(../images/part1-m-r.png) no-repeat center;background-size: 34px;display: inline-block;}
.part1-m > li:hover .part1-m-up > h3 {opacity: 0;}
.part1-m > li:hover .part1-m-down{ top: 0;}
.prod_more{width: 150px;height: 32px;line-height: 30px;color: #1c1c1c;margin:0 auto;border: 1px solid #7c7c7c; font-size: 14px;text-align: center;}
.pro{margin: 50px 0; background: url(../images/part1-bg.png) no-repeat center top;}

.pro_list{
    width: 1350px;
    margin: 30px auto 0 auto;
    overflow: hidden;
    position: relative;
    left: -300px;
    opacity: 0;
}
.pro_list span,.pro_list ul,.pro_list ul li{
    float: left;
}
.pro_list span{
    width: 300px;
    height: 150px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    overflow: hidden;
}
.pro_list ul{
    margin-left: 30px;
    width: 1020px;
    margin-top: 11px;
}
.pro_list ul li{
    width: 245px;
    margin: 10px 0;
}
.pro_list ul li a{
    color: #333;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.pro_list ul li:hover a{
    color: #0063af;
}
.pro_list ul li a i,.pro_list ul li a em{
    float: left;
}
.pro_list ul li a em{
    background: url(../images/icon.png);
    background-repeat: no-repeat ;
    width: 32px;
    height: 25px;
    margin-right: 10px;
}
.pro_list ul li:nth-child(1) em{
    background-position: -61px -56px;
}
.pro_list ul li:nth-child(2) em{
    background-position: 3px -55px;
}
.pro_list ul li:nth-child(3) em{
    background-position: -227px -55px;
}
.pro_list ul li:nth-child(4) em{
    background-position: -298px -55px;
}
.pro_list ul li:nth-child(5) em{
    background-position: -261px -55px;
}
.pro_list ul li:nth-child(6) em{
    background-position: -90px -55px;
}
.pro_list ul li:nth-child(7) em{
    background-position: -29px -54px;
}
.pro_list ul li:nth-child(8) em{
    background-position: -330px -55px;
}
.pro_list ul li:nth-child(9) em{
    background-position: -367px -55px;
}

.pro_litpic {
    width: 90%;
    margin: 30px auto 30px auto;
    height: 760px;
    overflow: hidden;

}
.pro_go>ul>li {
    width: 19.6%;
    margin: 8px 0.2%;
    float: left;
    overflow: hidden;
}
.pro_go>ul>li:hover em{
    color: #0058d6;
    font-weight: bold;
    margin-left: 10px;
}
.pro_go>ul>li>a {
    display: block;
    height: 265px;
    overflow: hidden;
    position: relative;
}
.pro_go>ul>li>a>img {
    width: 100%;
    height: auto;
    min-height: 265px;
    transition: all 0.5s;
}
.pro_go>ul>li span {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 45px;
    background: rgba(0,0,0,.6);
    color: #fff;
    width: 200px;
    font-size: 15px;
}
.pro_go>ul>li:hover a>img{
    transform: scale(1.1);
}
/*com*/
.gsjj{width: 100%;height:960px;background: url(../images/guosheng_14.jpg)no-repeat center;overflow: hidden;margin-top: 70px; text-align:center;}
.gsjj img{margin: 0 auto;margin-top: 150px;}
.gsjj i{font-style: normal;color: #2e2e2e;font-size: 16px;text-align: center;line-height: 42px;display: block;}
.gsjj b{display: block;margin: 0 auto;background:url(../images/guosheng_16.png)no-repeat;width: 403px;height: 40px;margin-top: 15px;color: #fff;line-height: 40px;font-size: 23px;padding-left: 22px;}
.gsjj b span{font-family: Impact;font-size: 27px;font-weight: normal;padding-left: 23px;}
.jjneirong{width: 1100px;height: 200px; margin: 0 auto;margin-top:30px;color: #000000;font-size: 16px;line-height: 32px;overflow: hidden;}
.jjnrmore a{display: block;width: 125px;height: 30px;background: #d20000;color: #fff;line-height: 30px;text-align: center;font-size: 16px;border-radius: 50px;margin: 0 auto;margin-top: 40px;}
.jjnrmore a:hover{background: #0077db;}
.gsjj ul{overflow: hidden;}
.gsjj ul li{float: left;width: 150px;margin-right: 60px;margin-left: 60px;}
.gsjj ul li h3{color: #fff;font-size: 30px;font-weight: bold;text-align: center;padding-top: 10px;}
/*case*/
.case{
    background: url(../images/case_bg.jpg) center bottom no-repeat;
    padding: 50px 0 70px 0;
}
.case_con{
    width: 1350px;
    margin: 35px auto 0 auto;
    overflow: hidden;
}
.case_l{
    float: left;
    width: 640px;
    height: 435px;
  
}
.case_r{
    float: right;
    width: 695px;
    overflow: hidden;
    height:427px;
}
.case_r ul li{
    float: left;
    overflow: hidden;
    width: 320px;
    height: 210px;
    position: relative;
    margin: 3px 2px;
}
.case_r ul{
    position: relative;
}
.case_r ul li img{
    width: 100%;
    height: auto;
    min-height: 210px;
    transition: all 0.6s;
}
.case_r ul li span{
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    line-height: 45px;
    text-align: center;
    background: rgba(0,99,175,.9);
    color: #fff;
    margin-top: -23px;
    transition: all 0.6s;
    font-size: 15px;
}
.case_r ul li:hover span{
    opacity: 1;
}
.case_r ul li:hover img{
    transform: scale(1.1);
}
/*新闻*/
.home-news{
	width: 100%;
	background: url(../images/com_bg.jpg) no-repeat center top #fafafa;
	overflow: hidden;
	padding: 180px 0px 80px;
}
.news-box{
	width: 1360px;
	height: 550px;
	overflow: hidden;
	background: #fff;
	padding: 50px;
	box-sizing: border-box;
	margin: 0 auto;
}
.news-l{
	width: 710px;
	height: 500px;
	float: left;
}
.news-tt{
	width: 100%;
}
.news-tt img{
	f loat: left;
}
.news-tt a{
	float: right;
	font-size: 18px;
	color: #666;
	line-height: 50px;
}
.news-tt a:hover{color: #f50000;}
.n-time{
	font-size: 16px;
	color: #666;
	width: 100px;
	text-align: center;
	float: left;
	height: 70px;
	display: block;
	border-right: solid 1px #ddd;
	margin-right: 20px;
}
.n-time span{
	display: table;
	font-size: 36px;
	color: #333;
	width: 100%;
	text-align: center;
	font-weight: bold;
}
.news-l h2{
	font-size: 38px;
	width: 100%;
	color: #e14045;
	line-height: 80px;
	padding: 0;margin: 0;
}
.news-l ul li{
	width: 100%;
	height: 120px;
	display: table;
	/*background: #eee;*/
	padding-top: 20px;
	box-sizing: border-box;
}
.news-l ul li a{
	font-size: 18px;
	color: #000;
	display: table;
}
.news-l ul li:hover{
	color: #fff;
	background: #0d48b4;
}
.news-l ul li:hover a{
	color: #fff;
}
.news-l ul li:hover p{
	color: #fff;
}
.news-l ul li:hover .n-time{
	color: #fff;
}

.news-l ul li:hover .n-time span{
	color: #fff;
}


.news-l ul li p{
	font-size: 14px;
	color: #666;
	line-height: 30px;
}

.news-r{
	width: 500px;
	height: 500px;
	float: right;
}
.news-r strong{
	font-size: 24px;
	color: #f50000;
	display: table;
	font-weight: normal;
}
.news-r a{
	font-size: 18px;
	color: #333;
	display: table;
	line-height: 40px;
	background: url(../images/news02.jpg) left center no-repeat;
	padding-left: 25px;
}
.news-r p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
@keyframes myfirst {
	0% {
		padding-top: 15px;
	}
	100% {
		padding-top: 25px;
	}
}

@-moz-keyframes myfirst
/* Firefox */

{
	0% {
		padding-top: 15px;
	}
	100% {
		padding-top: 25px;
	}
}

@-webkit-keyframes myfirst
/* Safari 和 Chrome */

{
	0% {
		padding-top: 15px;
	}
	100% {
		padding-top: 25px;
	}
}

@-o-keyframes myfirst
/* Opera */

{
	0% {
		padding-top: 15px;
	}
	100% {
		padding-top: 25px;
	}
}
#link{
	width: 1360px;
	height: 150px;
	margin: 0 auto;
}
#link h2{
	font-size: 24px;
	color: #000;
	background: url(../images/link.jpg) left center no-repeat;
	font-weight: normal;
	padding-left: 40px;
	margin: 0;
	line-height: 60px;
}
#link p{
	width: 100%;
	background: url(../images/linkbg.jpg) top repeat-x;
	font-size: 16px;
	line-height: 50px;
	padding-top: 10px;
}
#link p a{
	color: #666;
	margin: 0px 10px;
}
#link p a:hover{
	color: #e00c0c;
}
/*底部*/
#footer{
	width: 100%;
	height: 520px;
	background:#202020;
	padding: 80px 0px 0px 0px;
	box-sizing: border-box;
	border-top: solid 10px #387cdd;
	display: table;
}
#footer .foot-r{
	width: 1000px;
	float: right;
	height: 400px;
	/*background: #ff0000;*/
}

#footer .b-logo{
	width: 340px;
	height: 360px;
	float: left;
}
#footer .b-logo>img{
	display: block;
	margin: 10px auto 0px auto;
}
#footer .b-logo p{
	display: table;
	padding: 30px 0px 0px 30px;
	width: 100%;
	box-sizing: border-box;
}
#footer .b-logo span{
	float: left;
	margin: 10px;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
}
#footer .b-logo span>img{
	display: table;
}

#footer ul{
	width: 100%;
	height: 300px;
	border-bottom: solid 1px #444444;
}
#footer ul li{
	float: left;
	padding-left: 30px;
	height: 280px;
}
#footer ul li strong{
	font-size: 20px;
	color: #fff;
	line-height: 50px;
	display: table;
}


#footer .b-pro{
	width: 300px;
}
#footer .b-pro a{
	font-size: 16px;
	line-height: 30px;
	color: #999;
	display: block;
	width: 150px;
	float: left;
}
#footer .b-pro a:hover{
	color: #fff;
}

#footer .b-nav{
	width: 200px;
	font-size: 16px;
}
#footer .b-nav a{
	font-size: 16px;
	color: #999;
	line-height: 30px;
	width: 100px;
	display: block;
	float: left;

}
#footer .b-nav a:hover{ color: #fff;}

#footer .b-contact{
	width: 400px;
}
#footer .b-contact b{
	font-size: 44px;
	color: #e80f0f;
	font-family: impact;
	font-weight: normal;
	background: url(../images/b-tel.png) left center no-repeat;
	padding-left: 65px;
	width: 100%;
	box-sizing: border-box;
	display: table;
	margin: 0;
	height: 60px;
	line-height: 60px;
}
#footer .b-contact b span{
	font-size: 20px;
	line-height: 20px;
	height: 20px;
	color: #999;
	display: table;
	font-style: italic;
}
#footer .b-contact p{
	font-size: 16px;
	color: #999;
	line-height: 30px;
}
#footer .b-wx{
	font-size: 18px;
	text-align: center;
	color: #fff;
	line-height: 40px;
	float: right;
}
#footer .b-wx img{
	display: block;
	margin: 10px auto;
}
.b-link {
	width: 100%;
	margin: 0 auto;
	height: 70px;
	border-top: solid 1px #494642;
	font-size: 16px;
	color: #8a8885;
	line-height: 30px;
	text-align: left;
	padding-top: 10px;
}

.b-link a {
	color: #8a8885;
	margin: 0px 20px;
	display: block;
	float: left;
}

.b-link a:hover {
	color: #fff;
}


.copy{
	width: 100%;
	height: 80px;
	margin: 0px auto;
	font-size: 16px;
	text-align: center;
	line-height: 80px;
	color: #999;
	background: #000;
}
.copy p{
	width: 1200px;
	height: 80px;
	margin: 0 auto;
	text-align: center;
	color: #999;
}
.copy span:nth-of-type(1){
	display: block;
	float: left;
	height: 80px;
	box-sizing: border-box;
}
.copy span:nth-of-type(2){
	display: block;
	float: right;
	height: 80px;
	box-sizing: border-box;
}
.copy span>a{
	color: #999;
}
.copy span>a:hover{
	color: #fff;
}
.copy span img{
	padding-top: 10px;
	
}
.copy>a{
	color: #999;
	float: right;
}
.copy img{
	margin-left: 100px;
	margin-top: 10px;
}


