@charset "utf-8";
/* CSS Document */

body,html{margin:0;padding:0;font-size: 1rem;font-family: '微软雅黑';  line-height: 1.5; color: #373a3c; background-color: #fff; width:100%; max-width:100%; min-width:1100px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,table,tr,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
input:hover,input:active,input:focus{ outline: 0;}
ul,ul li,input, dl, dd {  padding:0; margin:0; list-style-type:none;}
img,a img{border:0;margin:0;padding:0;}
img{vertical-align: middle;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a{text-decoration:none; color:#444;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
a:hover{text-decoration:none; }
.fl{float:left;}
.fr{float:right;}
textarea{resize:none; overflow:auto;}
.clearfix:after {content:'';display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.clear { clear: both;font-size: 0;height: 0;line-height: 0;}
.baseDiv{ width:1300px; margin:0 auto; margin-left:auto !important; margin-right:auto !important;}
.baseDiv01{ width:1200px; margin:0 auto; height:500px; padding-top:50px; margin-left:auto !important; margin-right:auto !important; }
.baseDiva{ width:1350px; margin:0 auto; margin-left:auto !important; margin-right:auto !important;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.pt25{padding-top:25px;}
.pt30{padding-top:30px;}
.w1200{width: 1200px;margin: 0 auto;}
.h35{height: 35px;}
.myClass{
background-position:center center; 
-webkit-background-size: cover;  
-moz-background-size: cover;  
-o-background-size: cover; 
background-size:cover;
}
@-webkit-keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}


@media screen and (max-width: 1850px) {
 

}



.nav{ position:relative;}
.navMain{ position:relative;}
.nav .navMain .navLi{ float:left; position:relative; width:160px;}
.nav .navMain .navLi.indexLi{ margin-left:0; }
.nav .navMain .navLi.indexLi a.a1{ border:0;}
.nav .navMain .navLi a.a1{ display:block; color:#000; position:relative; height:62px; line-height:60px; text-align:center; font-size:18px; font-weight:500; margin-left:1px;}
.nav .navMain .navLi a.a1::after{ display: none; content:''; position:absolute; bottom:12px; left:50%; margin-left:-20px; width:40px; height:2px; background-color:#fff; }
.nav .navMain .navLi a.a1::before{}
.nav .navMain .navLi:hover a.a1,.nav .navMain .navLi.active a.a1{ background-color:#c30f23; color:#FFF;}
.nav .navMain .navLi:hover a.a1::after,.nav .navMain .navLi.active a.a1::after,.nav .navMain .navLi:hover a.a1::before,.nav .navMain .navLi.active a.a1::before{ display:block;}
.nav .navMain .navLi .dh2{ width:220px; padding:10px; top:100%; left:0; position:absolute; z-index:1000; display:none; overflow:hidden; -moz-transition:all 0.2s;-webkit-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s; background-color:#fff; border-top:3px solid #ffbf00; box-shadow:0 3px 10px rgba(0,0,0,0.1); }
.nav .navMain .navLi .dh2 a.a2{ display:block;  width:100%; background-color:#fff; color:#333; line-height:20px; font-size:14px; padding:15px 0; margin:0px 5px; border-bottom:1px solid #ebebeb;}
.nav .navMain .navLi .dh2 a.a3 span{ padding-left:35px;}
.nav .navMain .navLi .dh2 a.a2 span{-moz-transition:all 0.2s;-webkit-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s;}
.nav .navMain .navLi .dh2 a.a2:hover span{ padding-left:35px;}
.nav .navMain .navLi .dh2 a.a2:hover,.nav .navMain .navLi .dh2 a.a3:hover{ color:#fff; background-color:#ff7e00; }
.nav .navMain .navLi .dh2 a.a3{ display: block; width:200px;  float:left; line-height:20px; font-size:14px; padding:15px 0; margin:0px 5px; border-bottom:1px solid #ebebeb; }
.nav .navMain .navLi:hover .dh2{ display:block;}

/*banner*/
.flexslider {
	margin: 0 auto 0;
	position: relative;
	width: 100%;
	height: 930px;
	margin-top:-120px;
	overflow: hidden;
	zoom: 1;
	border: 0; 
}
.flexslider .slides li {
	width: 100%;
	height: 100%;
	border:0;
	list-style-type: none
}
.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
-webkit-transition: all .3s ease;
	border-radius: 35px;
}
.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 120px;
	text-align: center;
}
.flex-control-nav li {;
	margin: 0 3px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}
.flex-control-paging li a.flex-active, .flex-control-paging li.active a {
	background-position: 0 0;
}
.flexslider .slides a img {
	width: 100%;
	height: 930px;
	border:0;
}
/*公告*/
.h_b {
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    border-radius: 0 50px 0 50px;
    position: relative;
    z-index: 222;
    margin-top: -90px;
    height: 150px;

}

.h_b_l {
    float: left;
    background: #c30d23;
    overflow: hidden;
    padding: 10px 0 20px 0;
}

.safe {
    float: left;
    color: #fff;
    padding: 10px 55px;
}

.safe h4 {
    font-size: 33px;
    margin: 5px 0;
    font-family: "思源宋体 CN";
    font-weight: bold;
}

.safe p {
    font-size: 16px;
    line-height: 40px;
}

.search {
    float: right;
    padding: 20px;
    position: relative;
    padding: 20px 35px 20px 35px;
}

.search input {
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    color: #97ade1;
    width: 90%;
    font-size: 16px;
}

.search input:focus {
    outline: none;
}

.search p {
    color: #fff;
    margin-top: 20px;
    font-size: 15px;
}

.search button {
    width: 31px;
    height: 32px;
    background: url(../images/fangda.png) top left no-repeat;
    border: none;
    position: absolute;
    top: 20px;
    right: 56px;
}

.h_b_r {
    float: left;
    background: url(../images/hb_phone.png) top left no-repeat;
    padding-left: 85px;
    margin: 35px 50px;
}

.h_b_r i {
    font-style: normal;
    color: #333;
    font-size: 18px;
}

.h_b_r span {
    color: #db0713;
    font-size: 36px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
}
  
/*分类*/
.pro{
    
    width: 100%;
	background:#004ece;
}
.tit{
	text-align: center;
	position: relative;
	
}
.tit b{font-size: 26px;color: #4c302f;}
.tit .pbta{font-size: 35px; top: 25px; height:55px;}
.tit .pbta span{color: #fea000; font-weight: bold;}
.tit .pbta a{color: #000;font-weight: bold; }
.tit .pbtb{font-size: 16px;color: #a7a5a5;display: block;margin-top: 25px;}
.tit .pbta:hover a{color:#c30d23 }

.hegn{
	width:100%; height:64px; background:url(../images/heng.jpg) repeat-x center;}
.pro_list_con{
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  

}
.list_go{
    width: 1240px;
    margin: 0 auto;
    overflow: hidden;
}
.list_go ul li{
    float: left;
    width: 190px;
	height:190px;
    margin: 0 9px;

}
.list_go ul li>a{
    display: block;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.6s;
}
.list_go ul li:hover a{
    transform: rotateZ(360deg);
}
.list_go ul li>a img{
    width: 100%;
    min-height: 190px;
}

.list_go ul li span{
	width: 190px;
	height:40px;
	 line-height:40px; 
    text-align: center;
    font-size: 16px;
	color:#333;
	position:absolute;
   
    border-radius: 10px;
}
.list_go ul li span a{
    display: block;
    width: 100%;
    color: #333;
		position:absolute;
		margin-top:-110px; background:#FFF;
		border-radius: 25px;
		opacity:0.8;
   
}
.list_go ul{
    position: relative;
}
.list_l{
    width: 35px;
    height: 125px;
    background-image: url(../images/icon1.png);
    position: absolute;
    top: 50px;
    cursor: pointer;
}


.list_r{
    width: 35px;
    height: 125px;
    background-image: url(../images/icon2.png);
    position: absolute;
    top: 50px;
    cursor: pointer;
}
.list_l{
    background-position: -4px -280px;
    left: 0;
}
.list_r{
    background-position: -38px -280px;
    right: 0;
}


/*产品展示*/
#pro-box1 {
	width: 90%;
	overflow: hidden;
    margin: 0 auto;
}
@media (max-width: 1366px) {
 #pro-box1 {
 width: 100%;
 overflow: hidden;
 margin: 0 auto;
}
}
#pro-box1 li {
	width: 24%;
	height: 390px;
	background: #fff;
	margin: 15px 0.4% 0px 0.4%;
	float: left;
	list-style: none;
	position: relative;
	z-index: 0;
	box-sizing: border-box;
}
#pro-box1 li .Img div {
	width: 100%;
	height: 310px;
	padding: 0;
	margin: 0;
	display: block;
}
#pro-box1 li .Img p{
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.7);
	z-index: 999;
	height: 310px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 35px;
	font-family: "Arial";
	line-height: 90px;
	opacity: 0;

}
#pro-box1 li .Img p img{
	display: block;
	margin: 0 auto;
	margin-top: 90px
}
#pro-box1 li:hover .Img p{opacity: 1}
#pro-box1 li .proti {
	background: #fff;
	z-index: 999;
	height: 80px;
    border-bottom: 1px #e8e8e8 solid;
    text-align: center;
}
#pro-box1 li .proti .pti {
	display: block;
	font-size: 16px;
	color: #000;
	line-height: 80px;
	float: left;
	margin-left: 10px
}
#pro-box1 li .pmore{
	display: block;
	width: 75px;
	height: 25px;
	border: 1px #dfdfdf solid;
	border-radius: 50px;
	line-height: 25px;
    text-align: center;
    float: right;
    font-size: 13px;
    color: #a8a8a8;
    margin-top: 26px;
    margin-right: 10px
}

#pro-box1 li:hover .proti {
   background:#145fc7;
   text-align: 145fc7;
}
#pro-box1 li:hover .proti .pti{
	color: #fff
}
#pro-box1 li:hover .proti .pmore{
	color: #fff;
    border: 1px #fff solid;

}

#pro-box1 li .avatar {
	position: relative;
}
#pro-box1 li .avatar {
	display: block;
	height: 310px;
	overflow: hidden;
	width:100%;
}
#pro-box1 li .avatar .myClass {
	height: 310px;
}
.avatar:after {
	bottom: 0;
	content: url("../images/bg_play.png");
	left: 5px;
	position: absolute;
	z-index: 10;
}
.avatar:hover, .zhuti .avatar:hover, .bbsinner .avatar:hover {
	box-shadow: 0 0 10px gray;
}
.avatar:hover .myClass, .zhuti .avatar:hover .myClass, .bbsinner .avatar:hover .myClass {
	transform: scale(1.3);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.3);
	-webkit-transform: all 1s ease 0s;
}

/* 优势 */
.service{

}
.ser_con{
    width: 100%;
    margin:0 auto;
    margin-top: 60px
}
.ser_con ul li{
    width: 19.4%;
    float: left;
    position: relative;
    color: #fff;
    height: 610px;
    position: relative;
    cursor: pointer;
    transition: width 0.6s;
}
.ser_con ul li .bac{width: 100%;height: 610px;background: rgba(0,0,0,.7);}
.ser_con ul li:nth-child(1){
    background: url(../images/adv_img1.jpg) center no-repeat;
}
.ser_con ul li:nth-child(2){
    background: url(../images/adv_img2.jpg) center no-repeat;
}
.ser_con ul li:nth-child(3){
    background: url(../images/adv_img3.jpg) center no-repeat;
}
.ser_con ul li:nth-child(4){
    background: url(../images/adv_img4.jpg) center no-repeat;
}
.ser_con ul li .bac img{
 margin-top: 335px;
 margin-left: 35px;
}
.ser_con ul li .bac span{
	font-size: 22px;
	color: #fff;
	display: block;
	line-height: 70px;
	margin-left: 35px;
}
.ser_con ul li .bac em{
 display: block;
 width: 45px;
 height: 2px;
 background: #fff;
 margin-left: 35px;
 margin-bottom: 25px
}

.ser_con ul li .bac p{
    line-height: 25px;
    display: block;
    color: #fff;
    font-size: 14px;
    margin-left: 35px;
}
.ser_con ul li .bac a{
	display: none;
}
.ser_con ul li .bimg{
	display: none;
}
.ser_con ul li::after{
    content: '';
    display: block;
    width: 105px;
    height: 105px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat ;
    position: absolute;
    right: 0;
    bottom: 0;
}
.ser_con ul li:nth-child(1)::after{
    background-position: -336px -5px;
}
.ser_con ul li:nth-child(2)::after{
    background-position: -3px -124px;
}
.ser_con ul li:nth-child(3)::after{
    background-position: -121px -124px;
}
.ser_con ul li:nth-child(4)::after{
    background-position: -252px -131px;
}
.ser_con ul li:nth-child(5)::after{
    background-position: -379px -133px;
}
.ser_con ul li.active{
    width: 41.8%;
    text-align: left;
    box-sizing: border-box;
    padding: 70px 30px;
}
.ser_con ul li.active .bac{
	position: absolute;
    left: 0;
    bottom: 130px;
    width: 60%;
    height: 300px;
    background: rgba(255,255,255,.9);
}
.ser_con ul li.active::after{
    content: '';
    display: none;
}
.ser_con ul li.active .bac img{
	display: none;
}
.ser_con ul li.active .bac span{
    display: block;
    color: #222;
    font-size: 22px;
    margin-top: 50px
}
.ser_con ul li.active .bac em{
	background: url(../images/xian.png) right center no-repeat;
	width: 70%;
	height: 16px

}
.ser_con ul li.active .bac p{
	font-size: 14px;
	color: #7d7d7d;
	width: 70%;
}
.ser_con ul li.active .bac a{
	display: block;
	width: 70%;
	text-align: right;
	color: #dc0101;
	font-size: 14px;
	margin-top: 20px;
}
.ser_con ul li.active .bimg{
	display: block;
	position: absolute;
	left: 55%;
	top: 290px

}


/*简介*/
.aboutbj {
	height:660px;
	background: url(../images/abj.jpg) top center no-repeat;
	
}
.neirong{width: 600px; padding-left:50px; float:right;}
.neirong a{color: #fff;font-size: 40px;font-weight: bold;display: block;}
.neirong i{color: #ebebeb;font-size: 20px;font-weight: bold;line-height: 40px;}
.neirong em{display: block;width: 40px;height: 4px;background: #dc0101;margin-top: 15px;margin-bottom: 25px;}
.neirong p{color: #fff;font-size: 16px;line-height: 30px; }
.neirong a:hover{color: #016fd0}
/*数字*/
.ys_box{
    height: 130px;
    width: 775px;
    background:url(../images/szbj.png) left top no-repeat;
    margin-top: 45px
}

.ys_box ul li{
    float: left;
    width: 250px;
    text-align: center;
    margin-top: 20px
}
.ys_box .div1{
    position: relative;
}
.ys_box .div1 .span1{
    font-size: 35px;
    color: #fff;
    font-family: "Arial";
}
.ys_box .div1 .span3{display:inline-block;margin-left: 10px;line-height: 32px;color: #fff;font-size: 35px;}
.ys_box .div2 .span2{
    font-size: 16px;
    color: #fff;
}

/*hot*/
.hot{
    background: url(../images/albj.jpg) center bottom no-repeat;
    height: 600px;
}
.altit{text-align: center;position: relative;}
.altit b{font-size: 40px;color: #1990e0;}
.altit .abta{font-size: 35px;background: url(../images/tblogo.png) center no-repeat;position: absolute;top: 25px;left: 50%;margin-left:-180px }
.altit .abta span{color: #fff;}
.altit .abta a{color: #fff;font-weight: bold;padding-left: 70px;}
.altit .abtb{font-size: 16px;color: #fff;display: block;margin-top: 25px;}
.altit .abta:hover a{color:#eb0000 }

.caseList{ overflow:hidden; z-index:10; padding-top:25px;width: 85%;margin: 0 auto;height: 380px;margin-top: 5px;}
.caseList .lin{ float:left;width:12.5%;height: 360px;background: #fff;border-radius: 20px;position: relative;}
.caseList .lin a.imga{display:block; margin:auto;position: relative;width:80%; height:230px; margin-top: 20px}
.caseList .lin a.imga .spanImg{ display:block;overflow:hidden; margin:auto; background-position:center center; background-size:cover;-webkit-background-size: cover;-moz-background-size: cover; -o-background-size: cover;}
.caseList .lin .spanT{height:70px; width:100%;text-align: center; color:#fff;font-size:15px;}
.caseList .lin .spanT .altitle{font-size: 23px;color: #333;display: block;margin-top: 10px;}
.caseList .lin .spanT .almore{font-size: 16px;color: #6e6e6e;line-height: 35px}
.caseList .lin .jia{width: 42px;height: 42px;background: #dc0000;border-radius: 50px;position:absolute;z-index: 999;left: 50%;margin-left: -21px;text-align: center;line-height: 35px;}
.caseList .lin .jia a{color: #fff;font-size: 28px}
.caseList .lin:hover .spanT .altitle{color: #145fc7}
.caseList .lin:hover .jia{cursor:pointer; -webkit-transition: all ease-in-out .3s;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;transition: all ease-in-out .3s;-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}
.caseList .box{ position:relative; z-index:10; width: 9999px;}
.caseList .box ul{ width:4000px; }
.caseList .box ul li{margin:auto 70px 0 0; width:12.5%;position: relative;margin-bottom: 50px}


.avatara{
    display: block;
    height: 230px;
    overflow: hidden;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.caseList .lin .avatara .spanImg {
    height: 230px;
}

.avatara:hover .spanImg, .zhuti .avatara:hover .spanImg, .bbsinner .avatara:hover .spanImg {
    transform: scale(1.3);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.3);
    -webkit-transform: all 1s ease 0s;
}

/*新闻*/
.company-top {
    width: 640px;
    height: 460px;
    margin-top: 40px;
    background: #f7f7f7;
}
.company-top ul li {

}
.company-top ul li .title-a {
    font-size: 17px;
    margin-bottom: 10px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #3e3e3e;
    width: 600px;
    margin: 0 auto;
    margin-top: 25px;
}
.company-top .pr {
    position: relative;
    width: 600px;
    margin:0 auto;
    margin-top: 20px;
}
.company-top ul li .img {
    width: 600px;
    height: 300px;
}
.item-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: rotateX(180deg) scale(0.5, 0.5);
    transform: rotateX(180deg) scale(0.2, 0.2);
    transition: all ease-out .5s;
}
li:hover .item-mask {
    opacity: 1;
    -webkit-transform: rotateX(0deg) scale(1, 1);
    transform: rotateX(0deg) scale(1, 1);
    transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
    background: rgba(0, 0, 0, 0.3);
}
.item-mask .item-link-icon {
    display: block;
    width: 38px;
    height: 38px;
    text-align: center;
    font-size: 22px;
    line-height: 38px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
}
.wjdh-link {
    display: block;
    width: 38px;
    height: 38px;
    background-image: url(../images/link.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.company-top ul li p {
    color: #808080;
    line-height: 23px;
    overflow: hidden;
    font-size: 14px;
    height: 50px;
    display: block;
    width: 600px;
    margin: 0 auto;
    margin-top: 5px
}
.company-top ul li .more {
    display: block;
    width: 105px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-transition: all .8s ease-out;
    transition: all .8s ease-out;
    background: #2d488d;
    margin-top: 20px;
    border-radius: 30px;
}
.company-top ul li:hover .title-a{color: #c30d23;padding-left: 13px;transition: all .3s;}
.company-top ul li:hover .more {
    background-color: #f5600b;
    color: #fff;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.company-top ul li .more span {
    overflow: hidden;
    height: 35px;
    vertical-align: middle;
    color: #fff;
}

.company-list {
    width:640px;
    margin-top: 40px;
}
.company-list .list ul li {
    width: 100%;
    height: 130px;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-color:#f7f7f7;
    margin-bottom: 20px;
	border-radius: 50px;
}

.company-list .list ul li:hover {
    transform: translate(-10px, -10px);
    -webkit-transform: translate(-10px, -10px);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2)
}

.company-list .list dl dd {
    width: 620px;
    padding: 20px 0 0 20px;
}
.company-list .list dl dd a {
    display: block;
    font-size: 17px;
    margin-bottom: 10px;
    overflow: hidden;
    color: #333;
    float: left;
}
.company-list .list dl dd span{
  float: right;
  color: #a2a2a2;
  font-size: 15px;
}
.company-list .list ul li:hover{background: #c30d23}
.company-list .list ul li:hover dl dd a{color: #fff}
.company-list .list ul li:hover dl dt p{color: #fff}

.company-list .list dl dt {
    width: 620px;
    padding: 0 0 0 25px;
}
.company-list .list dl dt p {
font-size: 15px;
color: #646464;
line-height: 26px;
}
/*底部*/
.foot{ background-color:#202020; padding:0px 0 0px 0; position:relative; height:300px;}
.foot .fot_left{ width:300px; height:320px; background:url(../images/foot_kuang.png) top left no-repeat; margin-top:-20px; }
.foot .fot_left .box{ width:240px; margin:13px auto auto 20px;}
.foot .fot_left .box .box_title{ color: #fff; font-size: 25px;  border-bottom: 2px solid #0585b7; padding:10px 0 15px 0;margin-bottom: 5px; }
.foot .fot_left .box p{ padding:10px 0px; border-bottom:1px dashed #21a5d9; font-family: "宋体"; color:#fff; line-height:22px; font-size:13px; }
.foot .fot_left .box p:last-child{ border:0;}
.foot .fot_right{ width:900px;}
.foot .fot_right .box{ height:175px; }
.foot .fot_right .box .ewm{ margin:12px auto auto 20px; }
.foot .fot_right .box .ewm img{ display: block; width: 120px; height: 120px; }
.foot .fot_right .box .ewm span{ display: block; text-align: center; font-size:13px; color:#fff;padding-top: 5px;}
.foot_logo{ width: 450px; height: 170px; background: url(../images/foot_logo.png) left center no-repeat; }

.foot .bottomNav{text-align:center; height:65px; line-height:65px; margin-bottom:10px; border-bottom: 1px solid #4a4a4a;  }
.foot .bottomNav a{color:#fff; font-size:14px; display:block; float:left; width:12.5%; text-align:center;}
.foot .bottomNav .span_n{ font-size:13px; color:#2071d5;}
.foot .bottomNav a:hover{ text-decoration:underline;}

.copyright{  font-size:13px; color:#fff; padding-top:10px; line-height:25px; text-align:left;border-top: 1px solid #4a4a4a; }
.copyright .span1{ padding:0 30px 0 0;}
.copyright a{ color:#fff;}
.copyright a:hover{ color:#fff;}
.copyright .tel{ display:block; height:70px; border:1px dashed #999; margin-top:23px; padding:0 40px; line-height:70px; font-size:35px; color:#ddd; font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;}

/*内页分类*/
.nyzc {
	width: 280px;
	height: auto;
}
.subNavBox {
	width: 280px;
	margin-top: 25px;
	background: #0071d4;
	height: auto;
	padding-bottom: 25px;
}
.cpfla {
	font-size: 18px;
	color: #fff;
	text-align: center;
	height: 90px;
	background: #d40000;
	padding-top: 13px;
}
.cpfla span {
	display: block;
	background: url(../images/xian.png) center no-repeat;
	font-size: 26px;
	font-weight: bold;
}
.subNav {
	cursor:pointer;
	width: 250px;
	height: 50px;
	border-radius: 10px;
	line-height: 50px;
	text-align: center;
	background: #fff;
	display: block;
	margin: 0 auto;
	margin-top: 13px;
}
.subNav a {
	font-size: 16px;
	color: #000;
}
.subNav:after {
	content:"";
	display:block;
	width:0;
	height:50px;
	background:#00b121;
	margin:-50px 0 0 0;
	transition:all 0.5s ease;
	border-radius: 10px;
}
.subNav:hover a {
	color: #fff;
	font-weight: bold;
}
.subNav:hover:after {
	width:250px;
}
.currentDd {
	color:#277fc2
}
.currentDt {
	background-image:url(../images/jiantou.jpg);
}
.navContent {
	display: none;
}
.navContent li a {
	display:block;
	width:210px;
	heighr:45px;
	margin:0 auto;
	text-align:center;
	font-size:15px;
	line-height:45px;
	color:#fff;
	border-bottom:1px #7ebb15 dotted;
	background:url(../images/fenlei.png) 13px center no-repeat;
}
.navContent li a:hover {
	color:#ed1c24;
	font-weight: bold;
	font-size:18px;
}
.left-lx {
	width: 280px;
	border: 1px solid #f1f1f1;
	overflow: hidden;
	box-sizing: border-box;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 15px;
}
.left-lx p {
	padding: 0px 20px;
	font-size: 15px;
	color: #333;
	line-height: 30px;
}
.lx-tt {
	height: 50px;
	margin-bottom: 10px;
	background: #d40000;
	color: #888;
	width: 100%;
	margin: 0 auto 10px;
	box-sizing: border-box;
}
.lx-tt h2 {
	font-size: 20px;
	color: #fff;
	line-height: 50px;
	float: left;
	font-weight: initial;
	padding-left: 15px;
}
.lx-tt a {
	font-size: 14px;
	color: #eee;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}
.left-lx img {
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}
/*当前导航*/
.breadcrumbs {
	height:80px;
	font-size:14px;
	line-height:73px;
	color:#fff;
	background:#1160c9;
	width: 100%;
	display: block;
}
.breadcrumbs .dh_box {
	width: 1300px;
	margin: 0 auto
}
.breadcrumbs .sortName {
	color:#fff;
	font-size:22px;
	font-weight:700;
}
.breadcrumbs .dqdhMain {
	color: #fff;
}
.breadcrumbs .dqdhMain a {
	font-size: 16px;
	color: #fff;
	display:inline-block;
}
.breadcrumbs .dqdhMain a:hover {
	text-decoration:underline;
	color:#fff;
}
.breadcrumbs .dqdhMain .span2 {
	color:#fff;
	font-size: 14px;
	display:inline-block;
	padding:0 5px;
}
.breadcrumbs .indexa {
}
.breadcrumbs .span1 {
	color:#fff;
	padding:0 10px 0 30px;
	background:url(../images/dizhi.png) left center no-repeat;
	font-size: 16px;
}
.breadcrumbs .dqdh_class {
	margin-top:20px;
}
.breadcrumbs .dqdh_class li {
	float:left;
	padding:0 15px 0 0px;
}
.breadcrumbs .dqdh_class li a {
	display:block;
	padding:0 50px;
	height:40px;
	line-height:40px;
	color:#fff;
	font-size:23px;
	position:relative;
}
.breadcrumbs .dqdh_class li a::before, .breadcrumbs .dqdh_class li a::after {
content:'';
display:block;
position:absolute;
top:50%;
margin-top:-6px;
height:12px;
width:1px;
border-left:1px solid #fff;
border-right:1px solid #fff;
}
.breadcrumbs .dqdh_class li a::before {
left:20px;
}
.breadcrumbs .dqdh_class li a::after {
right:20px;
}
/*内页关于我们*/
.about-information h2 {
	text-transform: uppercase;
	font-family: "Microsoft YaHei";
	font-weight: 500;
	margin-bottom: 30px;
	margin-top: 0;
}
.section-header h2:before {
	border-left: 50px solid #DADADA;
	border-right: 50px solid #DADADA;
	bottom: 5px;
	content: "";
	height: 1px;
	left: 50%;
	margin-left: -70px;
	position: absolute;
	width: 40px;
}
.about_box {
	width: 1300px;
	margin: 0 auto;
}
.about_box .about_left {
	width:100%;
}
.about_box .about_left .about_t1 {
	position:relative;
	height:40px;
}
.about_box .about_left .about_t1 .div1 {
	font-size: 21px;
	line-height: 148%;
	color:#000;
}
.about_box .about_left .about_t1 .div2 {
	font-size:18px;
	color:#444;
}
.about_box .about_left .about_t1 .about_t2 {
	text-align: center;
}
.about_box .about_left .about_t1 .about_t2 .span1 {
	font-size:28px;
	font-weight:700;
	line-height:38px;
	color:#000;
}
.about_box .about_left .about_t1 .about_t2 .span2 {
	font-size:14px;
	text-align:right;
	color:#b7b7b7;
	line-height:20px;
}
.about_box .about_left .text {
	line-height:35px;
	color:#000;
	font-size:15px;
	text-indent:2rem;
	padding-top:25px;
}
.about_box .about_left .text p {
	padding:10px 0;
}
.about_box .about_right {
	width:370px;
}
.about_box .about_right ul {
	margin-top:8px;
}
.about_box .about_right ul li {
	float:left;
	margin-left:2px;
	width:180px;
	margin-bottom:3px;
	border: 1px #ccc solid;
}
.about_box .about_right ul li a {
	display:block;
	width:100%;
	height:130px;
	background-repeat:no-repeat !important;
	background-size:cover !important;
	background-position:center center !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
/*Â·Ã–Ã'Â³*/
.page_nav {
	padding:15px 15px;
	color:#999;
	font-size:14px;
	text-align:center;
	background-color:#fff;
}
.page_nav .nolink {
	display:inline-block;
	margin:0 5px;
	padding:0 5px;
	height:25px;
	line-height:25px;
	border:1px solid #fff;
}
.page_nav font, .page_nav a {
	display:inline-block;
	margin:0 5px;
	padding:0 10px;
	border:1px solid #e5e5e5;
	height:25px;
	line-height:25px;
	border-radius:5px;
}
.page_nav font {
	border:1px solid #fff;
}
.page_nav a:hover {
	color:#fff;
	border:1px solid #54a530;
	background-color:#54a530
}
.viewpage {
	margin:0;
	padding:20px 0 50px 0;
	border-top:1px solid #d9d9d9;
}
.viewpage .main_r_nav {
	color:#999;
	font-size:14px;
	line-height:30px;
	padding-left: 20px;
	padding-right: 20px;
}
.viewpage .main_r_nav a {
	font-size:14px;
	color:#444
}
.viewpage .main_r_nav a:hover {
	text-decoration:underline;
}
/*分页*/
.fenye {
	text-align:center;
	color:#666;
	font-size:14px;
	line-height:30px;
	padding:20px 0;
}
.fenye .rows {
	color:#666;
	font-size:13px;
	padding:0 10px;
}
.fenye .current {
	display: inline-block;
	color:#cc0000;
	font-size:14px;
	padding:0 5px;
}
.fenye .num, .fenye .next {
	display:inline-block;
	margin:0 3px;
	padding:0 10px;
	border:1px solid #ddd;
	color:#666;
	font-size:14px;
	height:28px;
	line-height:27px;
	border-radius:5px;
}
.fenye .num:hover, .fenye .next:hover {
	background-color:#cc0000;
	color:#fff;
	border:1px solid #cc0000;
}
.main {
	background:#fefefe url(../images/aboutbg2.jpg) center top no-repeat;
	height: auto;
	
}
.page-tl-box{text-align: center;padding: 10px 0 10px;}
.page-tl-box h3{font-size: 36px;margin-bottom: 22px;}
.page-tl-box span{width: 200px;margin: 0 auto;position: relative;background-color: #dddddd;height: 1px;display: block;}
.page-tl-box span::after{content: "";width: 50px;height: 2px;background-color: #dd0900;left: 50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);bottom: 0;z-index: 20;}
.page-tl-box span::after,.page-tl-box span::before {
    display: block;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.page-tl-box p{font-size: 18px;color: #888;margin-top: 22px;}

/*数字*/
.nys_box{
    height: 130px;
    width: 1000px;
    margin:0 auto;
}

.nys_box ul li{
    float: left;
    width: 330px;
    text-align: center;
    margin-top: 20px
}
.nys_box .ndiv1{
    position: relative;
}
.nys_box .ndiv1 .nspan1{
    font-size: 50px;
    color: #c30d23;
    font-family: "Arial";
    font-weight: bold;
}
.nys_box .ndiv1 .nspan3{display:inline-block;margin-left: 10px;line-height: 32px;color: #666;font-size: 23px;}
.nys_box .ndiv2 .nspan2{
    font-size: 18px;
    color: #666;
}




.main .main_right {
	width:100%;
	padding-top: 5px;
}
.main .main_righta {
	width:100%;
}
.main .main_rightc {
	width: 960px;
}
.text {
	line-height:35px;
	font-size:15px;
	color:#000;
	padding-top: 10px

}
.text p img{max-width: 1300px}
.text span {
	font-size:15px;
	color:#000;
}
.main .tT01 {
	text-align:center;
	line-height:35px;
	padding-top:50px;
}
.main .tT01 .span1 {
	font-size:24px;
	color:#444;
}
.main .subtitle {
	font-size: 16px;
	line-height:50px;
	height: 50px;
	color: #8F8F8F;
	text-align:center;
	background: #f5f5f5;
	margin-top: 20px;
}
.main .subtitle span {
	padding:0 10px;
}
.content {
	padding: 30px;
}
#faqbox {
	padding:30px 0 100px 0;
	width:700px;
	margin:0 auto;
}
#faqbox form {
}
#faqbox .faqline {
	line-height:2em;
	text-align:left;
	padding-bottom:10px;
	color:#999;
	font-size:13px;
}
#faqbox .faqtit {
	width:150px;
	display:block;
	float:left;
	clear:both;
	text-align:right;
	color:#555;
}
#faqbox .Contentb {
	line-height:2em;
	text-align:left;
	padding-bottom:10px;
}
#faqbox font {
	margin:0 5px;
}
#faqbox .FaqTitle {
	height:50px;
	line-height:50px;
	padding:0 10px;
	border:1px solid #ddd;
	width:435px;
	vertical-align:top;
}
#faqbox .Content textarea {
	height:100px;
}
.wizfrm {
	border:none;
	width:455px;
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#fff;
	text-align:center;
	cursor:pointer;
	background:#fff;
	margin-top:20px;
	font-family:'Microsoft YaHei';
	-moz-transition: all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	border-radius:5px;
	background-color:#dd0103;
}
.wizfrm:hover {
	background-color:#ff9900;
}
/**/

.main .proListal {
	width:100%;
}
.main .proListal li {
	width:315px;
	float:left;
	margin:0 0 20px 10px;
	position:relative;
}
.main .proListal li .boxal {
	width:100%;
	height:270px;
	display:block;
	cursor:pointer;
	position:relative;
}
.main .proListal li .boxal .spanImgal {
	display:block;
	overflow:hidden;
	width:100%;
	height:320px;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
}
.main .proListal li .spanal {
	display: block;
	height:45px;
	line-height:45px;
	width:100%;
	text-align: center;
	margin:auto;
	font-size:16px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
}
.main .proListal li .spanal a {
	color:#fff;
}
.main .proListal li .spanal p {
	display: none;
}
.main .proListal li:hover .spanal {
transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	display: block;
	height: 100px;
	background-color: rgba(0, 0, 0, 0.7);
}
.main .proListal li:hover .spanal p {
	display: block;
	color: #fff;
	font-size: 18px;
}
.proListal li .avatarb {
	position: relative;
}
.proListal li .avatarb {
	display: block;
	height: 320px;
	overflow: hidden;
	width:100%;
}
.proListal li .avatarb .spanImgal {
	height: 320px;
}
.avatarb:hover, .zhuti .avatarb:hover, .bbsinner .avatarb:hover {
	box-shadow: 0 0 10px gray;
}
.avatarb:hover .spanImgal, .zhuti .avatarb:hover .spanImgal, .bbsinner .avatarb:hover .spanImgal {
	transform: scale(1.3);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.3);
	-webkit-transform: all 1s ease 0s;
}
.lybta {
	text-align:center;
	margin-top:40px;
}
.lybta span {
	font-size: 43px;
	line-height: 45px;
	text-transform: uppercase;
	color:#5a5a5a;
}
.lybta h3 {
	display:block;
	font-size:20px;
	line-height:45px;
	color:#5a5a5a;
}
.liuyan {
	margin-top:30px;
	text-align:center;
}
.liuyan span {
	font-size:20px;
	color: rgb(215, 12, 25);
}
.liuyan a {
	font-size:16px;
	color: #CCCCCC;
}
.liuyan p {
	font-size:16px;
	color: #666666;
	line-height:30px;
}
.mainBox {
	padding-bottom: 100px;
}
/**/
.main .news_list {
}
.main .news_list li {
	height: 220px;
	margin-top: 15px;
	border-bottom: 1px dashed #dddddd;

}
.main .news_list li .img {
	border: 1px #f0f0f0 solid;
	margin-left: 15px;
	margin-top: 13px;
	overflow: hidden;
}
.main .news_list li .lMore {
	width:860px;
	margin-right: 25px;
	margin-top: 30px;
	margin-left: 30px
}
.main .news_list li .lMore .title {
	font-size: 16px;
	color: #393939;
	line-height: 36px;
	margin-bottom:15px;
}
.main .news_list li .lMore span {
	font-size:14px;
	color:#999;
	line-height: 30px;
	background:url(../images/clock.png) left center no-repeat;
	padding-left: 35px;
	height: 30px;
    display: block;
    margin-top: 20px;
}
.main .news_list li .lMore p {
	font-size:13px;
	color:#999;
	line-height:26px;
}
.main .news_list li .more2 {
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: #666;
	border: 1px solid #ddd;
	display:block;
	font-size:23px;
	text-align:center;
	margin-top: 75px;
	margin-right: 20px
}
.main .news_list li:hover .title{
	color:#db0713;
	padding-left:15px;
	font-weight:bold;
}
.main .news_list li:hover .more2{
	background:#db0713;
	border-color: #db0713;
	color:#fff;
    transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
}
.main .news_list li:hover .more2 a{
	color:#fff;
	display: block;
}
.main .news_list li:hover {
	box-shadow: 0 3px 10px 3px rgba(0, 0, 0, .08);
transition: all .3s ease-out;
	border-bottom: none;
}
.main .news_list li:hover .img img{
	transition: all 1.2s;
    transform: scale(1.2, 1.2);
}
/*详情页*/
.product_dqdh {
	background-color:#f4f4f4;
}
.product_top {
}
.product_top .l_img {
	width:600px;
	height:470px;
	background-color:#f2f2f2;
	text-align:center;
	display:table;
}
.product_top .l_img span {/*display: table-cell; vertical-align:middle;*/
	display:block;
	width:100%;
	height:100%;
	background-size:cover !important;
}
.product_top .l_img span img {
	width:600px;
	height:470px;
}
.product_top span img {
	display:inline-block;
	max-width:100%;
	max-height:100%;
	vertical-align:middle;
}
.product_top .r_box {
	width:550px;
}
.product_top .r_box .product_title {
	border-bottom:1px solid #ddd;
	padding:10px 0 8px 0;
}
.product_top .r_box .product_title h2 {
	font-weight:700;
	font-size:26px;
	color:#101010;
}
.miaoshu {
}
.product_top .subtitle {
	font-size:14px;
	color:#b7b7b7;
	padding-top:8px;
}
.product_top .subtitle span {
	display:block;
	padding-left:25px;
	line-height: 23px;
	height: 24px;
}
.product_top .subtitle span.span1 {
	background:url(../images/shijian.png) left center no-repeat;
}
.product_top .subtitle span.span2 {
	background:url(../images/liulan.png) left center no-repeat;
}
.product_top .keyword {
	height:40px;
	line-height:40px;
	font-size:15px;
	color:#717171;
}
.product_top .keyword span {
	font-size:18px;
	color:#0059A9;
}
.product_top .desc {
	font-size:14px;
	color:#717171;
	line-height:30px;
	margin-top: 15px;
}
.product_top .desc span {
	display:block;
	float:left;
	width:200px;
}
.product_top .desc p {
	display:block;
	float:right;
	width:550px;
	line-height: 25px;
	font-size: 15px;
	color: #8b8b8b;
}
.product_top .lianxi {
	height:60px;
}
.product_top .lianxi .a {
	display:block;
	height:40px;
	line-height:40px;
	float:left;
	margin-right:30px;
	color:rgb(250,175,41);
	font-size:18px;
	border-bottom:1px solid rgb(250,175,41);
	padding-left:28px;
}
.product_top .lianxi .a.a_qq {
	background:url(../images/QQ.png) left center no-repeat;
}
.product_top .lianxi .a.a_tel {
	background:url(../images/tela.png) left center no-repeat;
}
.product_top .dianhua {
	height:40px;
	padding:0 30px;
	line-height:40px;
	text-align:center;
	border-radius:30px;
	font-size:15px;
	background-color:#be0000;
	margin-top: 10px;
	width: 130px;
}
.product_top .dianhua a {
	color:#fff;
}
.product_top .dianhua:hover {
	background-color:rgba(250, 175, 41, 1);
}
.share {
	margin-top:10px;
}
.share .span1 {
	line-height:32px;
	color:#999;
	padding-right:10px;
	font-size:15px;
}
.xiangqing_top {
}
.xiangqing_top .a_nav {
	display:block;
	float:left;
	width:190px;
	background-color:#fff;
	border-bottom:2px solid #e50000;
	color:#eea200;
	text-align:center;
	height:50px;
	line-height:50px;
	font-size:18px;
}
.xiangqing_top .a_nav.active {
	background-color:#e50000;
	color:#fff;
}
.contenta {
	border:1px solid #ddd;
	background: #fff;
}
.contact_title2 {
	text-align: center;
	font-size: 18px;
	color: #888;
}
.lx_b {
	width: 100%;
	height: 422px;
	border: 1px solid #000;
	margin-top: 30px;
}
.lx_list {
	background-color: #fff;
	width: 275px;
	margin: 39px 10px;
	min-height: 300px;
}
.lx_list p {
	line-height: 35px;
	font-size: 16px;
	color: #666;
	padding-left: 30px;
}
/*地图*/
.BMap_Marker.BMap_noprint {
	background: url(../images/dt.png) center center no-repeat !important;
	display: block !important;
}
.BMap_Marker {
	display: none !important;
}
/*内页联系*/
.contactus_tbgl {
	width: 390px;
	height: 256px;
	background: #149e13;
	float: left;
	overflow: hidden;
	padding-left: 38px;
	color: #fff;
}
.contactus_tbgl b {
	display: block;
	font-size: 32px;
	font-weight: lighter;
	padding: 38px 0 22px 0;
}
.contactus_tbgl p {
	display: block;
	font-size: 25px;
	width: 260px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 2px solid #fff;
}
.contactus_tbgl em {
	font-size: 24px;
	font-family: "arial";
	line-height: 40px;
	font-style: normal;
}
.contactus_tbgr {
	width: 860px;
	height: 256px;
	float: right;
	overflow: hidden;
	padding-left: 110px;
	background: url(../images/conbj.jpg) no-repeat;
}
.contactus_tbgr b {
	display: block;
	padding-top: 50px;
	font-size: 24px;
	color: #494949;
}
.contactus_tbgr p {
	display: block;
	padding-top: 10px;
	font-size: 14px;
	line-height: 24px;
	width: 666px;
}
.zxmap {
	text-align: center;
	color: #000;
	font-size: 35px;
	margin-bottom: 20px;
}

/* 内页左侧分类 */
.nyfl{margin-bottom: 20px}
.nyfl ul li{float: left;width: 193px;height: 40px;line-height: 40px;text-align: center;border: 1px #ccc solid;border-radius: 50px;margin:0 10px 10px; }
.nyfl ul li a{color: #333;font-size: 16px;display: block;}
.nyfl ul li:hover{background: #c30d23}
.nyfl ul li:hover a{color: #fff}

.nyyc{width: 280px;height: auto;margin-right: 20px;margin-top: 30px;}
.fenlei span{color: #333;font-size: 24px;}
.fenlei ul{margin-top: 20px;}
.fenlei ul li{height: 38px;line-height: 38px;background: #1160c9;margin-bottom: 10px;padding-left: 25px;font-size: 15px;width: 250px;}
.fenlei ul li a{color: #fff;display: block;}
.fenlei ul li:hover{background:#d50000;cursor: pointer;}
.fenlei ul li:hover a{color: #fff;}
.nylx{width: 245px;height: auto;background: #1160c9;padding-bottom: 30px;margin-top: 20px;padding: 20px 15px 20px 15px;margin-bottom: 50px;}
.nylx span{color: #fff;font-size: 24px;}
.nylx p{color: #fff;font-size: 14px;line-height: 26px;}

.map{width: 1152px;height: 453px;margin: 0 auto;display: block;}

.yy1{
	width:1260px; height:365px; margin:0px auto;}


/*top*/
.head{ width:100%; position:relative; z-index:1000; box-shadow: 0 3px 15px rgba(0,0,0,0.1);   }
.head .head_top{height:40px; line-height:40px; font-size:14px; color:#fff;background: #900d1b;}
.head .head_top .spanN{ padding:0 15px; color:#666; font-size:13px; }
.head .head_top a{ color:#fff; font-size:14px;}
.head .head_top a:hover{ text-decoration:underline; color: #dc0000;}
.head .head_top .span1{color:#ccc; font-size:13px;padding:0 10px;}
.head .head_top .bdsharebuttonbox{ padding-top:5px; }
.head .head_logo{ height:130px; background:#c30d23; }
.head .head_logo .logoDiv{ display:block; width:660px; height:130px; }
.head .head_logo .border{ height: 80px; margin:35px 20px auto 20px; width:0px; background: #024794; }
.head .head_logo .biaoyu{color:#fff; line-height:30px; font-size: 17px;padding-top:35px;}
.head .head_logo .biaoyu .div{ width:100px; height:80px; background: rgba(255,255,255,0.1);margin-right:10px;  }
.head .head_logo .biaoyu .div .divIcon{ height:20px; background: url(../images/lian_ck7d.png) center center no-repeat;margin-top:16px; }
.head .head_logo .biaoyu .div .divTitle{ color: #fff; font-size: 15px; text-align: center; }

.head .head_logo .tel{  margin-top:35px; padding:0 40px; height: 80px; }
.head .head_logo .tel .tel_box{text-align:left;}
.head .head_logo .tel .div1{ color: #ffb400; font-size: 15px; letter-spacing:1px; line-height:18px;padding-top:12px;}
.head .head_logo .tel .div2{ color: #ffb400; font-size:35px; font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif ;height:43px; line-height:43px;}
.head .head_logo .tel .div3{ color: #ff9c00; font-size:18px; font-weight: 700; }
.head .head_logo .tel .div3 span{ }
.dingzhi{ height: 150px; width:100px; background:url(../images/dingzhi.jpg) center center no-repeat;display: none }


.yoush{
	width:100%; background:#FFF;}
	
	
	




.gag{
	width:100%;
	height:215px; background:url(../images/fgh.jpg) no-repeat center;
	margin-bottom:20px;
	}
	
	
    .nav20190508{background: url("/Public/Home/yexing/images/header.png") #3671cf no-repeat center center;height: 160px;}
    .nav20190508_top{height: 36px;background: #235ab3;line-height: 36px;color: #FFF}
    .nav20190508_nav{height: 120px; background:url(../images/daohang.png)no-repeat center center; z-index:999; position:relative;}
    .nav20190508_nav_logo{width: 347px;height: 105px;float: left;}
    .nav20190508_nav_nav{width: 720px;height: 124px;float: right}
    .nav20190508_nav_nav ul li{height: 80px;line-height: 80px;width: 14.285%;float: left;text-align: center;padding-top: 44px}
    .nav20190508_nav_nav ul li a{display: block;height: 45px;line-height: 45px;color: #333333;transition: all 0.5s;!important;}
    .nav20190508_nav_nav ul li a:hover{background: #235ab3;color: #FFF;transition: all 0.5s;!important;}
    .nav20190508_nav_nav ul li a span{display: block;}
	
	
	
	.main_ {
    width: 1200px;
    overflow: auto;
    margin: auto;
    overflow-x: hidden;
    overflow-y: hidden;
}



.company {
	background: #fcfcfc;
	padding-top: 30px;
	
	height:550px;
}

.aboyt_left {
	width: 304px;
	height: 384px;
	background: url(../images/bg_about.png)no-repeat top left;
	position: relative;
}

.aboyt_left>h3 {
	font-size: 36px;
	color: #fff;
	padding-left: 40px;
	margin-top: 60px;
	margin-bottom: 12px;
}

.aboyt_left span {
	display: block;
	font-size: 18px;
	color: #fffefe;
	font-family: 'ArnoPro-Regular12pt';
	text-transform: uppercase;
	padding-left: 40px;
}

.aboyt_left span img {
	margin-left: 10px;
	margin-right: 15px;
	vertical-align: middle;
}

.about_right {
	width: 834px;
}

.kind_list {
	width: 750px;
}

.kind_list ul li {
	float: left;
	width: 138px;
	height: 40px;
	line-height: 40px;
	background: #2d75d0;
	border-radius: 50px;
	text-align: center;
	margin-right: 14px;
	margin-top: 6px;
	cursor: pointer;
	transition: all ease-in-out .3s;
}

.kind_list ul li:hover {
	background: #cf3836;
	transition: all ease-in-out .3s;
}

.kind_list ul li:nth-child(5n) {
	margin-right: 0;
}

.kind_list ul li a {
	color: #fff;
	font-size: 16px;
	display: inline-block;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.kind_img {
	display: inline-block;
	width: 58px !important;
	height: 53px !important;
}

.kind_img img {
	width: 100%;
	height: 100%;
}

.kind_list_p {
	margin-top: 50px;
	
}

.kind_left,
.kind_right {
	height: 61px;
	width: 61px;
	top: 80%;
}

.kind_left {
	background: url(../images/r.png)no-repeat;
}

.kind_right {
	background: url(../images/l.png)no-repeat;
	left: 695px;
}

.kind_fd {
	position: absolute;
	width: 289px;
	background: #fff;
	left: 42px;
	top: 185px;
	padding: 25px;
	z-index: 888;
	box-shadow: 0px 6px 27px 6px rgba(0, 0, 0, 0.06);
}

.kind_fd h3 {
	color: #222222;
	font-size: 22px;
	margin-bottom: 20px;
}

.kind_fd p {
	line-height: 26px;
	color: #666666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
}

.kind_fd a {
	display: block;
	width: 120px;
	height: 41px;
	line-height: 41px;
	font-size: 14px;
	background: #1f1f1f;
	text-align: center;
	color: #fff;
	border-radius: 50px;
	
	float: right;
}
.container {
    width: 1300px;
    height: auto;
    margin: 0 auto;
}

.mokuai {

}

.mokuai ul li {
	float: left;
	width:280px;
	margin-left:20px;

	height:240px; 
	border-radius:15px; 
	padding: 30px 10px 10px 10px;
	cursor: pointer;
	background:#fff;
	   -webkit-box-shadow:0 0 10px #dbdbdb;  
       -moz-box-shadow:0 0 10px #dbdbdb;  
      box-shadow:0 0 10px #dbdbdb;  
}

.fout_photo1 {
	background: url(../images/k1.png )no-repeat;
	width: 74px;
	height: 74px;
	transition: all ease-in-out .6s;
}

.mokuai ul li:hover .fout_photo1 {
	background: url(../images/h1.png) no-repeat;
	transform: rotate(360deg);
	transition: all ease-in-out .6s;
}

.fout_photo2 {
	background: url(../images/k2.png)no-repeat;
	width: 74px;
	height: 74px;
	transition: all ease-in-out .6s;
}

.mokuai ul li:hover .fout_photo2 {
	background: url(../images/h2.png)no-repeat;
	transform: rotate(360deg);
	transition: all ease-in-out .6s;
}

.fout_photo3 {
	background: url(../images/k3.png)no-repeat;
	width: 74px;
	height: 74px;
	transition: all ease-in-out .6s;
}

.mokuai ul li:hover .fout_photo3 {
	background: url(../images/h3.png)no-repeat;
	transform: rotate(360deg);
	transition: all ease-in-out .6s;
}

.fout_photo4 {
	background: url(../images/k4.png)no-repeat;
	width: 74px;
	height: 74px;
	transition: all ease-in-out .6s;
}

.mokuai ul li:hover .fout_photo4 {
	background: url(../images/h4.png)no-repeat;
	transform: rotate(360deg);
	transition: all ease-in-out .6s;
}

.fout_name {
	width: 160px;
}

.mokuai ul li .fout_name h3 {
	font-size: 30px;
	color: #000;
	font-weight:bold;
	margin: 12px 0 6px;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.mokuai ul li .fout_name span {
	font-size: 14px;
	color: #000;
	width: 100%;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.mokuai ul li:hover {
	background: url(../images/hongse.png)no-repeat center center;
}

.index_news {
	background: url(../images/xinwen.png)no-repeat top left;
	padding-bottom: 30px;
}




.boutique {
	background: url(../images/bai_bg.png)no-repeat top left;
	padding-bottom: 40px;
}

.jp_title {
	padding-top: 20px;
	text-align: center;
}

.jp_title h3 {
	color: #000000;
	font-size: 32px;
	margin-bottom: 5px;
}

.jp_title span {
	color: #555;
	font-size: 16px;
}

.jp_title h2 {
	background: #154fb1;
	width: 50px;
	height: 5px;
	margin: 20px auto;
}





.news_show {
	background: #fff;
	padding: 45px 40px;

}

.show_left {
	width: 534px;
	overflow: hidden;
	cursor: pointer;
}

.show_left img {
	width: 100%;
	transition: all ease-in-out .5s;
	height:450px;
}

.show_left:hover img {
	transform: scale(1.2);
	transition: all ease-in-out .5s;
}

.list_top {
	width: 556px;
	padding-bottom: 40px;

	border-bottom: 1px solid #e2e2e2;
}

.list_top_img {
	width: 200px;
	overflow: hidden;
}

.list_top_img img {
	width: 100%;
	transition: all ease-in-out .5s;
}

.list_top:hover .list_top_img img {
	transform: scale(1.2);
	transition: all ease-in-out .5s;
}

.list_top:hover .list_top_title h3 {
	color: #d91525;
	transition: all ease-in-out .5s;
}

.list_top_title {
	width: 318px;
}

.list_top_title h3 {
	font-size: 16px;
	font-weight: bold;
	color: #222;
	margin-top: 12px;
	margin-bottom: 15px;
	transition: all ease-in-out .5s;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.list_top_title p {
	line-height: 24px;
	color: #777777;
	font-size: 14px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.list_top_title span {
	color: #ffffff;
	font-family: 'ArnoPro-Regular12pt';
	display: block;
	background: #d91525;
	width: 73px;
	height: 23px;
	line-height: 26px;
	border-radius: 50px;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	transition: all ease-in-out .5s;
	margin-top: 14px;
}

.list_down {
	margin-top: 25px;
}

.down_t {
	width: 80%;
}

.list_down .down_t h3 {
	color: #666666;
	font-size: 14px;
	background: url(../images/dian.png)no-repeat left center;
	padding-left: 20px;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: all ease-in-out .3s;
}

.down_d {
	width: 20%;
}

.list_down .down_d span {
	color: #666666;
	font-size: 14px;
	display: block;
	width: 100%;
	text-align: right;
}

.list_down ul li {
	margin-bottom: 20px;
}

.list_down ul li:hover .down_t h3 {
	color: #d91525;
	transition: all ease-in-out .3s;
	transform: translateX(20px);
}

.jp_scoll {
	position: relative;
	padding-bottom: 45px;
}

.jp_roll_pation {
	text-align: center;
	width: 100%;
	bottom: 0;
}

.jp_roll_pation .swiper-pagination-bullet {
	margin: 0 5px;
	width: 12px;
	height: 12px;
}



.anquan{
	width:600px; height:170px; margin-top:30px;}
	
.anquan ul li{
	width:135px; height:155px; background:#1c63b1; border:#538bc6 1px solid; border-radius:10px; float:left; margin-left:10px;
}
.jkjk{
	width:41px; height:36px; margin-left:45px; margin-top:20px;
}
.anquan ul li p{
	text-align:center;
	padding-left:15px;
		padding-right:15px;
}


#indemoa {	WIDTH: 9999px; FLOAT: left; overflow:hidden; }

#demoa2 {	FLOAT: left}

#demo {
	WIDTH:1000px; OVERFLOW:hidden;  margin:0 auto; }

#indemo {
	WIDTH:9999px; FLOAT:left
}
#demo1 {
	FLOAT:left
}
#demo2 {
	FLOAT:left
}

.showcar li{width:200px; height:260px; float:left; margin:18px 15px 0 16px; border:1px solid #d8d8d8; overflow:hidden; display:inline;}
.showcar li img{width:222px; height:260px; margin:4px;}
.showcar li p{width:230px; height:40px; background:#1f1f1f; text-align:center; line-height:40px;}
.showcar li a{color:#fff;}



.bia_s{
	width:1260px; height:115px; background:#FFF; margin:0px auto; position:relative; margin-top:-60px; margin-bottom:20px; border-radius:30px; }
	
	.bia_s span{
		float:left; margin-left:20px; margin-top:10px;}
		.bia_s P{ float:right; width:845px; line-height:115px;}
	
	/*com*/
.com{
    background: url(../images/com_bg.jpg) center center no-repeat;
  
}
.com_con{
    width: 1260px;
    margin: 0 auto;
    overflow: hidden;
    padding: 68px 0 0px 0;
}
.com_l{
    float: left;
    width: 620px;

   
}
.com_l img{
    margin-bottom: 20px;
}
.com_l p{
    font-size: 15px;
    color: #333;
    margin-top: 20px;
    line-height: 25px;
}
.com_l a{
    display: block;
    width: 130px;
    height: 40px;
    background: #f07100;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 40px;
  
}
.com_r{
    float: right;
    position: relative;


}
.yy{
    width: 1350px;
    margin: 38px auto 0 auto;
}



/*news*/
.news{
    background: url(../images/news_bg.jpg) center center no-repeat;
}
.news_con{
    width: 1260px;
    margin: 40px auto;
    overflow: hidden;
}
.news_l{
    float: left;
    width: 620px;
    cursor: pointer;
}
.news_r ul li:hover a{
    color: #089760;
}
.news_l:hover a{
    color: #089760;
}
.news_l span{
    display: block;
    width: 100%;
    height: 290px;
    overflow: hidden;
    position: relative;
}
.news_l span em{
    display: block;
    text-align: center;
    width: 120px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: #06b661;
    box-sizing: border-box;
    padding: 10px;
}
.news_l span em h3{
    font-size: 24px;
}
.news_l span em i{
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    margin-top: 3px;
}
.news_l span img{
    width: 100%;
    height: auto;
    min-height: 290px;
}
.l_des{
    background: #f8f8f8;
    box-sizing: border-box;
    padding: 31px 20px;
}
.l_des a{
    color: #333;
    font-size: 18px;
}
.l_des p{
    margin-top: 15px;
    font-size: 15px;
    line-height: 25px;
    color: #666;
}
.news_r{
    float: right;
    width: 620px;
}
.news_r ul li{
    overflow: hidden;
    border: 1px solid #eaeaea;
    margin-bottom: 8px;
    height: 140px;
    cursor: pointer;
}
.news_r ul li span{
    float: left;
    text-align: center;
}
.news_r ul li span i,.news_r ul li span em{
    display: block;
    color: #666;
}
.news_r ul li span i{
    font-size: 36px;
    background: #f8f8f8;
    padding: 30px 30px;
}
.news_r ul li span em{
    font-size: 16px;
    background: #e4e4e4;

}
.r_des{
    float: left;
    width: 515px;
    padding: 20px 20px;
    box-sizing: border-box;
}
.r_des a{
    font-size: 18px;
    color: #333;
}
.r_des p{
    font-size: 15px;
    color: #666;
    margin-top: 5px;
    line-height: 25px;
}



.tit{
    text-align: center;
    margin: 0px 0;
	margin-bottom:30px;
}
.tit em::before{
    content: '';
    width: 120px;
    height: 114px;
    background:url(../images/hh.png) center center no-repeat;
    display: block;
    position: absolute;
    top: -37px;
    left: 0;
}
.tit em{
    width: 265px;
    text-align: left;
    margin: 0 auto;
    position: relative;
    padding-left: 120px ;
}
.tit em i{
    font-size: 42px;
    color: #eeeeee;
    text-transform: uppercase;
    font-weight: bold;
}
.tit em h3{
    font-size: 40px;
    color: #ffc001;
font-weight:bold;
	text-align:center;

}
.tit em h3 span{
    color: #000;
	font-weight:bold;
}
.tit  p{
    font-size: 15px;
    color: #333;
    margin-top: 8px;
		
}
.pro_list{
    width: 1300px;
    margin: 40px auto;
    overflow: hidden;
}


.shuzi{
	font-weight:bold; font-size:50px; font-family:Impact; color:#0663c0; margin-top:20px; width:180px; height:150px; float:left;}
	.shuzi span{
	font-size:20px; color:#000; font-weight:lighter;}
	
	
	
.footer{
    background: url(../images/f_bg.jpg) top left no-repeat;
    padding: 80px 0 0 0;
}
.f_con{
    width: 1260px;
    margin: 0 auto;
    overflow: hidden;

    padding: 0px 0;
}
.f_m{
    float: left;
    border-right: 1px solid #787575;
    padding: 0 30px;
	width:380px;
    height: 250px;
}

.f_r{
    float: left;
    border-right: 1px solid #787575;
    padding: 0 30px;
	width:400px;
    height: 250px;
}

.f_l{
    width: 325px;
	    border-left: 1px solid #787575;
	float:right;
	text-align:center;
}
.f_r{
    border: none;
}
.f_l img{
    display: block;
    margin: 0 auto;
}
.f_l span{
    font-size:32px;
    color: #333;
    display: block;
    text-align: center;
    font-weight: 800;  
}
.f_m ul{
    margin: 0 auto;

}
.f_m ul li{
    float: left;
    width: 150px;
    height: 40px;
    background: #ffc001;
    text-align: center;
    border-radius: 10px; 
    margin-bottom: 10px;
    margin: 0 5px 10px 5px;
    line-height: 40px;  
}
.f_m ul li:hover{
    background: #f68613;
}
.f_m ul li a{
    color: #fff;
}
.f_r ul li{
    color: #fff;
    margin-bottom: 15px;
    /* font-size:17px;  */
}
.f_b{
    text-align: center;
    color: #fff;
    line-height: 50px;
	background:#060606;
}
.f_b a{
    color: #fff;
    display: inline-block;
}
.f_b a img{
    vertical-align: middle;
}


