﻿@charset "utf-8";
/**************************banner**************************/
.banner_ny { padding-top:80px;}
.banner_ny img{ width:100%;}
.banner_ny .pic_er{ display:none;}

@media screen and (max-width: 1200px) {
.banner_ny{ padding-top:50px;}
.banner_ny img{ min-height:290px;}

}
@media screen and (max-width: 720px) {
	.banner_ny .pic_yi{ display:none;}
	.banner_ny .pic_er{ display:block;}
	.banner_ny img{ min-height:150px; height:150px;}
}

table{
	font-size: 14px;
	margin-top:10px; margin-bottom:30px;
	color: #434343;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}

tr {
	line-height: 36px;
	
}
 td {
	text-align: center;
	border: 1px solid #ccc;
	line-height:36px;
	border-bottom:none;
	border-right:none;
	padding-left:5px;
}

.main_box{ width:100%; max-width:1280px; margin:0 auto;}
@media (max-width:1360px) {
.main_box{ width:94%;}
}

/*==============PC内页导航=====================*/
.position{ float:right;top: 0px; z-index: 9; line-height:60px; color:#fff; background:url(../images/icon_home.png) left center no-repeat; padding-left:16px;}
.position span,.position a,.position i{ font-size:14px; color:#fff; margin-right:5px;}
.position em{ font-size:14px; color:#DB2800; font-style:normal;}
.position a:hover{ color:#DB2800;}

@media (max-width:1200px) {
.position{ display:none;}
}

/*==============内页PC端导航=====================*/
.con_title{background: #01185E; box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.n_title{ height:60px; line-height:60px; z-index: 2; border-left:1px solid #213980;}

.n_title dl{ width: 18%; float: left; position: relative; border-right:1px solid #213980;height:60px;} 

.n_title dt a{ font-size:18px; font-weight:bold; text-align: center; display:block; color:#fff; margin-bottom:0px; }

.n_title dl dd{ position: absolute; width: 100%; display: none;   overflow: hidden; background: #01185E; z-index:99;}

.n_title dl dd a{font-size:14px;  width: 100%; text-align: center; display: block; color:#fff; border-bottom:1px solid #213980; line-height:50px; display:block;  position: relative;}

.n_title dl dd a:hover,.n_title dl dd a.on{ color: #DB2800;}

.n_title dt i{ display: none;  transform:rotate(90deg);-webkit-transform:rotate(90deg); /* Safari and Chrome */-moz-transform:rotate(90deg);}

.n_title dl.title_nav dt i{ display: inline-block;;}

.n_title dl:hover dt{background: #DB2800;-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out; }

.n_title dl:hover dt a,.n_title dl:hover dt a i{  color: #fff;}

.n_title dl.title_nav:hover dd{ box-shadow: 0 5px 10px #01052c; }

.n_title dt.on{ background: #DB2800; height:60px; }

.n_title dl dt.on a,.n_title dl dt.on a i{  color: #fff;}

@media (max-width:1200px) {
.n_title dl{width: 25%; }
}
/*==================内页移动端导航=================*/
#m_n_nav{ background: #01185E;  display: none; line-height: 50px; position: relative; z-index: 99; }
#bnt_back{ position:absolute; left: 1rem; top:0;  color: #fff; font-size: 26px;}
#m_n_nav i{}
#m_n_nav h1{ font-size: 18px; color: #fff; text-align: center;line-height: 50px; font-weight:bold;}
#bnt_sub_nav{ position: absolute; right: 1rem; top: 0; cursor: pointer; color: #fff; font-size: 26px; }
#bnt_sub_nav img{ display: block; height: 15px; }
#bnt_sub_nav.on img{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);}
#sub_nav_content{background: #01185E; display: none; /*box-shadow: 0 0 5px #999;*/ z-index: 9;}
#sub_nav_content ul{ padding:  10px;}
#sub_nav_content ul li { display: block; line-height: 28px; margin: 1rem 0;}
#sub_nav_content ul li a{ display:block; border-left:2px solid #d2b068; height:30px; line-height: 30px; font-size: 14px; padding-left: 10px; color: #535455;}
#sub_nav_content ul li.on a{color: #6CBB5A;}



#sub_nav_content dt{height:40px;line-height:40px;position:relative;background:#01185E;  border-top:1px solid #033F87; z-index: 999; }
#sub_nav_content dt a{ margin:0 20px; display:block;color:#fff; height: 40px; font-size:14px; font-weight: 400;  }
#sub_nav_content dt a i{ position: absolute; right: 15px; top: 0; opacity:0;filter:alpha(opacity=0); }
#sub_nav_content dt a{}
#sub_nav_content dt.title{}
#sub_nav_content dt.title i{ opacity:1;filter:alpha(opacity=100);}
#sub_nav_content dt.title_on  { background:#DB2800; color:#fff; }
#sub_nav_content dt.title_on a{ color:#fff; }
#sub_nav_content dt.title_on a i{ color: #fff;  }
#sub_nav_content dt.last a{border-top:1px solid #033F87;}
#sub_nav_content dt.on a,#sub_nav_content dt.title_on a{ color:#fff;}
#sub_nav_content dd{  display:none;}
#sub_nav_content dd .box{padding:0px 0px 0px 0px;}
#sub_nav_content dd a{ padding:0 25px;  line-height:30px;border-top:1px solid #033F87;font-size:12px;color:#fff;display:block;height:30px;}
#sub_nav_content dd a.on{ color:#1798d7}

@media (max-width:1024px) {
.n_title{ display: none;}
#m_n_nav{display: block;}
}



.con{margin-top:50px;margin-bottom:20px;}
.ar_article {color:#eee; font-size:16px; line-height:28px; min-height:100px; }
.ar_article p{font-size:16px; color:#eee; line-height:28px; margin-bottom:10px; }	
.ar_article strong{ font-weight:bold;}

.ar_article  img{ max-width:100%;}
.ar_article a{ color:#fff;}
.ar_article a:hover{ text-decoration:underline;}
.ar_article a:hover span{text-decoration:underline;}
.ar_article h1,.ar_article h2,.ar_article h3,.ar_article h4,.ar_article h5,.ar_article h6{ font-weight:bold;}

.ar_article .tit{font-size:30px; font-weight:bold; color:#DB2800; margin-bottom:10px;}
.ar_article .tit2{font-size:24px; font-weight:bold; color:#DB2800; margin-bottom:10px;}

.abtip{ float:right; margin-left:40px;}
.abtip2{ float:left; margin-right:40px;}
@media (max-width:980px) {
.abtip2{ float:none; margin-right:0px; margin-bottom:10px;}
.abtip2 img{ width:100%;}
.abtip{ float:none; margin-left:0px; margin-bottom:10px;}
.abtip img{ width:100%;}
.con{ margin-top:20px; margin-bottom:20px;}
.ar_article{ font-size:14px;line-height:24px;}
.ar_article p{ padding-bottom:0px; font-size:14px;line-height:24px; }	

.ar_article .tit{font-size:24px; font-weight:bold; color:#DB2800; margin-bottom:10px;}
.ar_article .tit2{font-size:18px; font-weight:bold; color:#DB2800; margin-bottom:10px;}
}

.branch{  border-bottom:1px solid #ebebeb; padding:20px 0; margin-right:5%; margin-bottom:10px;}
.branch:nth-of-type(2){ border-bottom:none;}
@media (max-width:980px) {
.branch{ width:100%; float:none; padding:10px 0; margin-bottom:10px; margin-right:0; margin-left:0;}
}


.more2 a{font-size:16px;color:#fff;display:inline-block;position:relative; width:120px; margin-left:20px; height: 36px;line-height: 36px;border: #db2800 1px solid;text-align: center;background: #db2800;border-radius: 4px;position:relative;transition:0.6s;overflow:hidden; margin-top:10px;}
.more2 a:hover{color: #fff;border:#1d428a 1px solid; background:#000;}

/*==============新闻列表=====================*/
#agent { }
#agent ul{ overflow:hidden; }
#agent li{ width:31.5%;border:3px solid #033F87; position:relative; display:block; overflow:hidden; background:#033f87; float:left; margin:2% 2% 2% 0; padding-bottom:40px;}
#agent li:nth-of-type(3n){ margin-right:0;}
#agent li a{ display:block;}


#agent li .pic_box{overflow:hidden; position:relative; width:100%;}

#agent li .pic_box img {
	display: block;
	transition: all 0.5s;
	width:100%; 
}
#agent li .pic_box:hover img {transform: scale(1.1);}
#agent li .pic_box img{ width:100%;}

#agent li .text_box{ position:relative; padding:20px 20px 0px 20px; }
#agent li h1 a{overflow:hidden; white-space: nowrap; overflow:hidden;text-overflow: ellipsis;  color:#fff; font-size:18px; font-weight:bold;  display:block; }
#agent  p{ font-size:14px; line-height:24px; margin-top:10px; color:#fff;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
#agent li span{ margin-top:2px; display:block; font-size:12px; color:#ccc;}

#agent li:hover h1 a{ color:#DB2800; }
#agent li a:hover{ color:#DB2800; text-decoration:none; }


#agent h2{ text-align:center;color:#555; margin-top:50px;}

#agent * { -moz-transition: all 0.6s ease-in-out;
-webkit-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out; } 


@media (max-width:1200px) {
#agent li{ width:46%;}
}
@media (max-width:920px) {
#agent li{ width:44%;}
}
@media (max-width:800px) {
#agent li{ width:98%; padding-bottom:30px;}
#agent ul{ margin:0;}
#agent li .text_box{ position:relative; padding:15px; padding-bottom:0; }
#agent li p{ margin-top:10px;}
}


/*====翻页效果====*/
.j_pages {
	margin: 0 auto;
	margin-top: 10px;
}
.j_pages .box {
	display: inherit;
	width: 100%;
	text-align: center;
	font-size: 0;
}
.j_pages a {
	padding: 0px 13px;
	height: 37px;
	line-height: 35px;
	display: inline-block;
	margin: 0 3px;
	border: 1px solid #033F87;
	color: #fff;
	font-size: 14px;
	box-sizing: border-box;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.j_pages a font {
	font-size: 14px;
	font-family: SimSun;
	color: #fff;
}
.j_pages .on {
	background: #DB2800;
	color: #fff!important;
	border: 1px solid #DB2800;
}
.j_pages span {
	font-family: simsun;
}
.j_pages i {
	display: inline-block;
}
.j_pages a:hover {
	background: #DB2800;
	color: #fff!important;
	text-decoration: none;
	border: 1px solid #DB2800;
}
@media (max-width:768px) {
.j_pages a{padding: 0 11px;height: 33px;line-height: 31px; font-size:20px; margin:0 3px; font-size:14px; }

.j_pages span{ padding:0;}

.j_pages i{ width:0;}
}



/***证书放大图***/
.tpimg{
	width:100%;
	}
.tpimg ul{
	}
.tpimg ul li{
	width:23.4%;
	text-align:center;
	font-size:16px;
	color:#fff;
	line-height:30px;
	float:left;
	margin:0.6% 2% 0.6% 0;transition: all 0.3s;
	}
.tpimg ul li:nth-of-type(4n){ margin-right:0;}	
.tpimg ul li .photo{
	width:100%;
	background:#033F87;
	cursor:pointer;
	overflow:hidden;
	padding:1%;
	}
.tpimg ul li .photo img{
	max-width:100%;
	min-width:100%;
	display:block;
	}
.tpimg ul li span{ font-size:14px;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;overflow:hidden;display:block;}	
.tpimg ul li:hover{
	color:#DB2800;
	}
.tpimg ul li:hover .photo{
background:#DB2800;
	}
@media (max-width:768px) {
.tpimg ul li{
	width:44%;
	margin:1% 5% 0 1%;
	font-size:14px;
	}
	}

/*荣誉资质*/
#n_zizhi {
	margin-bottom: 3.125rem;
}
#n_zizhi ul {
	overflow: hidden;
}
#n_zizhi ul li {
	float: left;
	position: relative;
	transition: all ease 300ms;
	-webkit-transition: all ease 300ms;
	text-align: center;
	padding-top: 1rem;
	margin-right:1%;
	width:49.5%;
}
#n_zizhi ul li:nth-of-type(2n){ margin-right:0;}
#n_zizhi ul li a {
	display: inline-block;
}
#n_zizhi ul li .img_box {
	background: #00175B;
	display: inline-block;
	clear: both;
	position: relative;
	padding: 3px;
}
#n_zizhi ul li .img_box::before, #n_zizhi ul li .img_box::after {
	position: absolute;
	content: '';
	opacity: 0;
	transition: all 0.5s;
}
#n_zizhi ul li .img_box::before {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-top: 3px solid #D92800;
	border-bottom: 3px solid #D92800;
	transform: scale(0, 1);
	-webkit-transform-origin: center;
	transform-origin: center
}
#n_zizhi ul li .img_box::after {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-right: 3px solid #D92800;
	border-left: 3px solid #D92800;
	transform: scale(1, 0);
	transform-origin: center;
}
#n_zizhi ul li a:hover .img_box::before, #n_zizhi ul li a:hover .img_box::after {
	opacity: 1;
	transform: scale(1);
	transition: all 0.5s;
}
#n_zizhi ul li img {
	max-width: 100%;
	max-height: 100%;
}

@media (max-width:768px) {
#n_zizhi ul li { width:49%;}
#n_zizhi ul li:nth-of-type(2n){ margin-right:0;}
}

/**************************联系我们**************************/
.contact{}
.contact .way{
	width:35%;
	float:left;
	overflow:hidden;
    box-shadow: 0 0 10px 1px rgba(0,0,0,.05); padding: 40px 40px ; margin-bottom:20px;border: 1px solid #033f87; background:#01185E;
	}
.contact .way:nth-child(2){ margin-left:2%;}	
.contact .way:nth-child(3) {width:26%;float: right;}	
.contact .way p{ font-size:16px; line-height:30px; color:#fff;}

#map{height:0; padding-bottom:18%;width:56%;border:1px solid #ccc; float:right;}
#map2{height:0; padding-bottom:15.5%;width:56%;border:1px solid #ccc; float:right;}	
#map3{height:0; padding-bottom:15.5%;width:56%;border:1px solid #ccc; float:right;}	
#map4{height:0; padding-bottom:15.5%;width:56%;border:1px solid #ccc; float:right;}	

@media (max-width:1200px) {
.contact .way{width:92%;float:none;padding:4%;}
.contact .way:nth-child(2) {margin-left:0%;}
.contact .way:nth-child(3){ float:none; width:100%;}
.contact .way p{ font-size:14px; line-height:24px;}
#map,#map2,#map3,#map4{ float:none; width:100%; padding-bottom:50%; margin-bottom:20px;}
}


@media (max-width:768px) {	
#map{height:0; padding-bottom:60%;}
}

/*==============车手列表=====================*/
.index-p-list>div {
	width: 31.1%;
	margin-right:3%;float: left;margin-bottom:2%;border:1px solid #01185E;}
.index-p-list>div:nth-of-type(3n){ margin-right:0;}	

.index-p-list>div a {
	position: relative;
	display: block;
	overflow: hidden;
	transition: all ease .4s;
	font-size:15px;
}

.index-p-list>div a.a1:after{ content:""; position: absolute;  z-index:1;top: 0px;left: 0%;width: 100%;height: 100%;background-color:rgba(219,40,0,0.9);transform:translate(0%,110%);transition:all .4s;}
.index-p-list>div a.a1:hover:after{ content:"";transform:translate(0%,0%);transition:all .4s;}

.index-cp-mz{text-align:center;background:#01185E;height:50px;line-height:50px;}
.index-cp-mz a{color:#fff;font-size:18px;}
.index-cp-mz a:hover{background:#DB2800;color:#fff;}
.index-p-list>div a img {
	width: 100%;
	transform: scale(1);
	transition: all ease 0.5s;
}
.index-p-list>div a:hover img {
	transform: scale(1.1);
}
.index-p-list>div a p {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 3;
	padding: 0px 20px;
	margin: 0px;
	font-size: 18px; font-weight:bold;
	line-height: 50px;
	color: #fff;
	text-align: center;
	opacity: 0;
	transform:translate(0%,-50%);
	transition: all ease 0.5s;
}
.index-p-list>div a:hover p {
	opacity: 1;
	transition-delay: 0.4s;

}
.index-p-list>div a p:before,.index-p-list>div a p:after{ content:""; position: absolute;  z-index:-1;left: 50%;width: 0%;height:1px;background-color:rgba(255,255,255,0.6);transition:all .4s;}
.index-p-list>div a p:before{content:""; top:0px;}
.index-p-list>div a p:after{content:"";bottom:0px;}
.index-p-list>div a:hover p:before,.index-p-list>div a:hover p:after{ content:"";z-index:-1;margin-left: -30px; width: 60px;transition-delay: 0.8s;}

@media (max-width:768px){
.index-product-bj{ padding-top:0px; padding-bottom:0px;}
.index-p-list>div {
	width: 48.5%;
	margin:0 1.5% 3% 0;}
.index-p-list>div:nth-of-type(3n){ margin-right:1.5%}	
.index-p-list>div:nth-of-type(2n){ margin-right:0}		
}
@media (max-width:580px){	
.index-p-list>div {width: 48.5%;}
.index-cp-mz a{font-size:14px;}
.index-cp-mz{height:40px;line-height:40px;}
}

/*车手详情*/	
.product_con_t{}
.product_con_t .t_r{ float:right; width:52%; margin-right:10px; margin-top:30px;}
.product_con_t .t_r .bt{ font-size:26px;font-weight:bold; border-bottom:1px solid #01185E; padding:10px 0;color:#DB2800;}
.product_con_t .t_r .box{ margin-top:20px; line-height:30px; }
.product_con_t .t_r .box p{ font-size:15px; color:#fff;}
.product_con_t .t_r .box h3{ font-size:24px;  margin-bottom:3%;}
.prodcut-tel{ padding-left:50px; margin-bottom:10px; margin-top:10px; line-height:26px; background:url(../images/p_icon.png) no-repeat left center; }
.prodcut-tel span{font-family:arial; font-size:24px; color:#F90100;display: block; }

@media screen and (max-width: 720px){
.sp-wrap {
    float: none;
    width: 100%;
}
.product_con_t .t_r {
    float: none;
    width: 100%;
    margin-top: 0;
	margin-left:0px;
}
.product_con_t .t_r .bt{ font-size:20px;color:#fff;}
.product_con_t .t_r .box h3{ font-size:20px; margin-bottom:3%;}
}





/*新闻列表*/

.news{}
.news dl{ border-bottom:1px dotted #CCC; padding:2% 0;}
.news dt{ float:left; width:70%; font-size:24px; padding:1% 0; margin-left:40px; }
.news dt a{ color:#000;}
.news dd.pic{ float:left; width:25%; overflow:hidden;}
.news dd.pic img{ width:100%;height:auto;transition:all .6s;}
.news dd.pic img:hover{transform:scale(1.1,1.1);-webkit-transition: all 1.5s;transition: all 1.5s;}
.news dd.date{float:left; width:22%; line-height:24px;overflow:hidden;font-size:14px; color:#999999; background:url(../images/bn44.png) no-repeat left; margin-bottom:10px; padding-left:20px; margin-left:40px;}
.news dd.txt{ float:left; width:72%; line-height:24px;overflow:hidden; margin-left:40px;font-size:14px;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;}
.news dd.more{float:left; width:30px; height:30px; background:url(../images/bn43.png) no-repeat left;transition: all 0.3s ease 0s;margin-left:40px; margin-top:15px;}	
.news dd.more:hover{background:url(../images/bn43_nei.png) no-repeat left; cursor:pointer; }
.news a:hover{ text-decoration:none; color:#6CBB5A;}
@media (max-width:1420px) {
.news dd.txt{ width:70%;}

}
@media (max-width:980px) {
.news dd.more{ display:none;}

}
@media (max-width:860px) {

.news dt{ float:none; width:100%; font-size:18px; padding:2% 0;  margin-top:10px; margin-left:0;}
.news dd.pic{ float:none; width:100%;}
.news dd.date{ float:none; width:100%; margin-left:0; }
.news dd.txt{ float:none; width:100%; line-height:24px;	 margin-left:0; }
.news dl{ padding-bottom:20px; margin-bottom:20px; margin-left:0;}
}
		


/*新闻详情*/

.news-title{border-bottom: 1px solid #033F87;padding-bottom: 20px; margin-top:10px; margin-bottom:20px; text-align:center;}
.news-title h2{ font-size:30px; font-weight:bold; float:none; color:#fff; margin-bottom:10px;}
.news-title p span{margin:0 5px;color: #999;}

.text{  color:#666; line-height:24px; font-size:16px;}
.text p{ margin-bottom:10px;line-height:24px; font-size:16px;}
.fh{width: 120px;line-height: 40px;text-align: center; margin-top:30px; margin-bottom:30px;}
.fh a{display: block;color:#FFF; font-size:15px;background: #999;border-radius: 20px;}
.fh a:hover{display: block;color:#FFF;text-decoration: none; background:#333;border-radius: 20px;transition:all 1.5s;}

@media (max-width:800px) {
.news-title{ }
.news-title h2{ font-size:18px;}
.news-title p{ font-size:14px;}	
.fh{ margin:30px auto 30px auto;}
}

.pages{
	line-height:30px;
	border-top:1px solid #033F87;
	font-size:16px;
	color:#fff;
	padding-top: 20px;
	margin-top: 15px;
	margin-bottom: 30px
} 
.pages a{
	text-decoration:none;
	margin-left:3px;
	padding:2px 2px;
	color:#fff;
	}
.pages a:hover{
	text-decoration:underline;
	color:#DB2800;
	}
@media (max-width:980px) {
.pages{ font-size:14px;line-height:22px;}
}

/*==============产品列表=====================*/
.products{ overflow:hidden; }
.products .product_div{overflow:hidden; width:100%; margin:0 auto;text-align:center;}

.products .product_div ul li{ width:32%; float:left; margin-right:1.75%; overflow:hidden; margin-bottom:1.75%; border:1px solid #ddd;}
.products .product_div ul li:nth-of-type(3n){ margin-right:0;}
.products .product_div ul li .portfolio-img{ position:relative; overflow:hidden;}
.products .product_div li .portfolio-img h2{ font-weight:normal; font-size:16px; color:#666; position:absolute;width:100%; top:85%; left:0; line-height:30px;filter: Alpha(Opacity=1);/*IE7 fix*/opacity: 1;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.products .product_div ul li .portfolio-img img{ width:100%; display:block;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;}
.products .product_div ul li .portfolio-img p{ position:absolute; width:100%; height:100%;background-color:#6CBB5A; top:0; left:0;filter: Alpha(Opacity=0);/*IE7 fix*/opacity: 0;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;}
.products .product_div ul li .portfolio-img p .icon-zoom2{display: block;width: 100%;height: 100%;position: absolute; top: 0; left: 0;background: url(../images/i_case_bg3.png) no-repeat center 50%;transition: all 0.3s ease-out 0s;}
.products .product_div ul li .portfolio-img p .icon-zoom2:hover{background: url(../images/i_case_bg3.png) no-repeat center 48%;}
.products .product_div ul li:hover .portfolio-img p{filter: Alpha(Opacity=90);/*IE7 fix*/opacity: 0.9;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;}
.products .product_div ul li:hover .portfolio-img h2{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1; color:#fff;top:60%;}
.products .product_div ul li:hover .portfolio-img img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}

@media screen and (max-width: 1440px) {
.products .product_div ul li .portfolio-img p .icon-zoom2{ background-size:24px 24px;}
}
@media screen and (max-width: 1000px) {
.products .product_div ul li .portfolio-img h2{ font-size:14px; }
}
@media screen and (max-width: 780px) {
.products .product_div .i_case_ul{ padding-top:3%; overflow:hidden;}
.products .product_div ul li{ width:48%;  margin-right:2%; margin-bottom:3%;}
.products .product_div ul li:nth-of-type(2n){ margin-right:0;}
.products .product_div ul li:nth-of-type(3n){ margin-right:2%;}
.products .product_div ul li:nth-of-type(6n){ margin-right:0;}
}
@media screen and (max-width: 640px) {
.products .product_div ul li .portfolio-img h2{ font-size:14px; top:78%; }
.products .product_div ul li .portfolio-img p .icon-zoom2:hover{background: none;}
.products .product_div ul li:hover .portfolio-img p{filter: Alpha(Opacity=0);/*IE7 fix*/opacity: 0;}
.products .product_div ul li:hover .portfolio-img h2{filter: Alpha(Opacity=0);/*IE7 fix*/opacity: 0; }
}
@media screen and (max-width: 320px) {
.products .product_div ul li .portfolio-img h2{ font-size:12px; }
}


/******************设备详情************************/
.container {}
.cpxqBox .conbox {margin-bottom: 40px; }
.cpxqBox .conleft {width: 550px;}
.cpxqBox .conleft .lTop {width: 550px;height: 550px;overflow: hidden;margin-bottom: 12px;}
.cpxqBox .conleft .lTop ul {position: relative;}
.cpxqBox .conleft .lTop ul li {float: left;width: 550px;height: 550px;}
.cpxqBox .conleft .lTop ul li img{width: 550px;height: 550px;}
.cpxqBox .conleft .lBot {position: relative;padding: 0 36px;}
.cpxqBox .conleft .lBot .cpxqBtnl {display: block;width: 30px;height: 102px;background: url(../images/jtl02.png) no-repeat left center;position: absolute;left: 0;top: 0px;cursor: pointer;}
.cpxqBox .conleft .lBot .cpxqBtnr {display: block;width: 30px;height: 102px;background: url(../images/jtr02.png) no-repeat right center;position: absolute;right: 0;top: 0px;cursor: pointer;}
.cpxqBox .conleft .lBot .cpxqBtnl:hover {background: url(../images/jtl03.png) no-repeat left center;}
.cpxqBox .conleft .lBot .cpxqBtnr:hover {background: url(../images/jtr03.png) no-repeat right center;}
.cpxqBox .conleft .lBot .botCon {position: relative;overflow: hidden;}
.cpxqBox .conleft .lBot .botCon ul {position: relative;}
.cpxqBox .conleft .lBot .botCon ul li {float: left;width: 110px;margin-left: 9px;cursor: pointer; border:1px solid #01185E;}
.cpxqBox .conleft .lBot .botCon ul li:first-child {margin-left: 0;}
.cpxqBox .conleft .lBot .botCon ul li img {display: block;width: 110px;height: 100px;}
.cpxqBox .conleft .lBot .botCon ul li.cur {width: 110px;height: 98px;border: 2px solid #db1926;}
.cpxqBox .conleft .lBot .botCon ul li.cur img {display: block;width: 110px;height: 98px;}

.cpxqBox .conright {width: 54%; color:#fff; margin-top:50px;}
.cpxqBox .conright h3 {font-size: 24px;color: #DB2800;margin-bottom: 30px;font-weight: bold; border-bottom:1px solid #01185E; padding-bottom:20px;}
.cpxqBox .conright p {font-size: 15px;margin-bottom: 18px; line-height:24px;}

.zxrx {overflow: hidden;}
.zxrx .zxrxTel {padding-left: 50px;height: 44px;background: url(../images/tel01.png) no-repeat left center;}
.zxrx .zxrxTel i {display: block;font-size: 14px;color: #fff;font-style:normal;}
.zxrx .zxrxTel span {display: block;font-size: 24px;color: #d90d1a; font-weight:bold;}
.zxrx .zxzxa {width: 154px;height: 41px;background: #DB2800;color: #fff;text-align: center;line-height: 41px;font-size: 18px; display:block;}

.flexslider{ display:none;}

@media screen and (max-width: 1360px) {
.cpxqBox .conright { width:52%;}
}
@media screen and (max-width: 1280px) {
.cpxqBox .conright { width:50%;}
}
@media screen and (max-width: 1200px) {
.cpxqBox .conright { width:46%;}
}
@media screen and (max-width: 1120px) {
.cpxqBox .conright { width:42%;}
}
@media screen and (max-width: 1060px) {
.cpxqBox .conright { width:39%;}
}
@media screen and (max-width: 1000px) {
.cpxqBox .conleft{ display:none;}
.flexslider{ display:block;width:100%;}
.cpxqBox .conright{ width:100%; margin-top:20px;}
.cpxqBox .conright h3{ font-size:18px;margin-bottom: 10px; padding-bottom:10px;}
.cpxqBox .conright p { font-size:14px;margin-bottom: 10px;}
}

.product_cont{ width:100%; margin-top:20px; overflow: hidden;}
.product_cont h1{height:48px;line-height:48px;background:#01185E;color:#fff;font-size:16px;font-weight:bold; margin-bottom:10px;}
.product_cont span{padding:0 35px;background:#DB2800;display:inline-block;color:#fff;}

.pro_details{ color:#fff; line-height:36px;}
.pro_details p{color:#fff; line-height:42px; font-size:15px; }
@media screen and (max-width: 1200px) {
.pro_details img{ width:100%;}
}
@media screen and (max-width: 640px) {
.pro_details p{line-height:20px; font-size:14px;}

}

/*==============job=====================*/

#list_slide{  position:relative;}

#list_slide dl{  overflow:hidden; border:1px solid #ebebeb;  margin-bottom:10px; }

#list_slide dt{border:none;  display:block; position:relative; padding:10px 25px;  cursor:pointer;   background:url(../images/jian01.png) 98% center no-repeat #F2F3F4;}

#list_slide dt h1{  color:#444444; font-size:15px; line-height:30px; display:block; font-weight:bold;}

#list_slide dd{ display:none; padding:0 40px; padding-bottom:20px; line-height:36px; background:#F2F3F4;   }

#list_slide dd p{ line-height:22px;  }

#list_slide dd .content{ padding-top:20px;}

#list_slide dt.on td{ color:#fff;}

#list_slide dt.on{ background:url(../images/jian01_on.png) 98%  center no-repeat #6CBB5A; }

#list_slide dt.on h1{color:#fff;}


@media (max-width:980px) {
#list_slide dt{padding:10px 20px; }
#list_slide dd{ padding:0 20px; }	
#list_slide dt{border:none;  display:block; position:relative; padding:10px 25px;  cursor:pointer;   background:url(../images/jian01.png) 96% center no-repeat #F2F3F4;}
#list_slide dt.on{ background:url(../images/jian01_on.png) 96%  center no-repeat #6CBB5A; }
}

/*留言*/
.zxly_er{ max-width:1400px; margin: 0 auto;margin-top: 10px; }
.zxly_er ul{}
.zxly_er li{ width:49%; margin-bottom:1%;}
.zxly_er li.left{ float:left;}
.zxly_er li.right{ float:right;}
.zxly_er li .input_txt{ width:95.5%; background:#01073B; color:#fff; height:40px; border:1px solid #033F87; outline:medium; padding:0 2%; font-family:"微软雅黑";}
.zxly_er li.textarea{ width:100%; margin:0;}
.zxly_er li.textarea textarea{ width:97.8%;background:#01073B;color:#fff; height:100px; border:1px solid #033F87; outline:medium; padding:1%; font-family:"微软雅黑";}
.zxly_er .more{margin-top:20px;}
.zxly_er .input_btn{ width:160px; height:40px; font-family:"微软雅黑"; border:0 none; margin-right:5px; color:#FFF; background:#DB2800;}
.zxly_er .input_btn2{ width:160px; height:40px; font-family:"微软雅黑"; border:0 none; margin-left:5px; color:#FFF; background:#033F87;}
@media screen and (max-width: 720px){
.zxly_er li {
    width: 100%;
    margin-bottom: 2%;
}
.zxly_er li.textarea textarea{ width:95.5%; padding:1% 2%;}
}


.ny_products{}
.ny_products ul{ margin-left:-3%;}
.ny_products li{ float:left; width:30.333%; margin-left:3%; margin-bottom:3%;overflow:hidden; }
.ny_products li .border{ border:8px solid #f6f6f6;transition:all 1.0s;}
.ny_products li .border:hover{border:8px solid #6CBB5A;}
.ny_products li .border .pic{overflow:hidden; position:relative;}
.ny_products li img{ width:100%;transition:all 1.0s;}
.ny_products li:hover img{ transform:scale(1.1);}

.ny_products li .title{ padding: 20px; background:#f6f6f6;transition:all 1.0s;}
.ny_products li:hover .title{ background:#6CBB5A; color:#fff;}
.ny_products li .title .bt{ font-size:18px; font-weight:bold; margin-bottom:10px;}
.ny_products li .title p{ font-size:14px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.ny_products li .title .more{ margin-top:20px;}
.ny_products li .title .more i{ width:20px; height:20px; line-height:20px; border-radius:30px; border:1px solid #999; font-size:12px; display:inline-block; text-align:center; color:#333; margin-right:5px;}
@media screen and (max-width: 640px) {
.ny_products ul{ margin-left:0%;}
.ny_products li{ float:left; width:100%; margin-left:0%; margin-bottom:5%;}
.ny_products li .title{ padding:20px 20px;}
.ny_products li .title .more{ margin-top:10px;}

}

iframe{ width:84%; height:650px;}
@media screen and (max-width: 720px) {
 iframe{ width:100%; height:250px;}   
    
}