/**************************************/
/*************[公用start]**************/
/**************************************/



div.clear{
	clear: both;
	height: 0;
	width: 0;
}



a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
/*	width: 100%;*/
	max-width: 100%;
}


div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}




/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/
	
	overflow: hidden;
}

.img-box img{
	transition: .3s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; /* ueco 时间曲线*/
	width: 100%;
	max-width: 100%;
}

.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*图片中心放大代码区域*/





/**************************************/
/************[公用over]****************/
/**************************************/


.section{
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center ;
	overflow: hidden;
	width: 100%;
	/*background-color: #fff;*/
}


.banner{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 500;
}

.fafa,.fafa .slides{
	height: 100%;
}

.fafa .slides>li{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.fafa .slides>li>a{
	display: block;
	height: 100%;
}


#header{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 111px;
	background-repeat: repeat-x;
	background-position: left center;
	/*background-image: url(../images/header.png);*/
	z-index: 900;
}

.erji-header#header{
	position: static;
	background-image: none;
	height: 92px;
	background-color: #fff;
}

.erji-header .logo{
	margin-top: 12px;
}
.erji-header .nav>ul>li>a{
	color:#333;
	background-image: url(../images/xiah.png);
}
.erji-header .nav {
    margin-top: 24px;
}

.logo{
	font-size: 0;
	margin-top: 19px;
	margin-left: 35px;
}
.nav{
	margin-top: 20px;
	
}
.nav ul{
	margin: 0;
}

.nav>ul>li{
	float: left;
	position: relative;
	margin-right: 10px;
}

.nav>ul>li>a{
	display: block;
	width: 120px;
	padding-left: 22px;
	height: 43px;
	line-height: 43px;
	font-size: 16px;
	color:#fff;
	background-repeat: no-repeat;
	background-position: 96px center;

	background-image: url(../images/xia.png);
}
.nav>ul>li:hover>a,.nav>ul>li.active>a{
	background-color: #0065ca;
	color:#fff;
}

.erji-header .nav>ul>li:hover>a,.erji-header .nav>ul>li.active>a{
	background-color: #0065ca;
	background-image: url(../images/xia.png);
	color:#fff;
}
.erji-header .nav>ul>li>a.wua{
	background-image: none;

}
.nav>ul>li>a.wua{
	background-image: none;
	padding-left: 0;
	text-align: center;
}

.nav>ul>li>ul{
	position: absolute;
	left: 0;
	right: 0;
	top: 43px;
	background-color: #0065ca;
	display: none;
}
.nav>ul>li:hover>ul{
	display: block;
}
.nav>ul>li>ul>li{
	border-top: 1px solid #1a75cf;
}
.nav>ul>li>ul>li:first-child{
	border-top: 0;
}
.nav>ul>li>ul>li>a{
	display: block;
	line-height: 1.6;
	padding: 10px 5px;
	text-align: center;
	font-size: 14px;

	color:#fff;
}

.nav>ul>li>ul>li>a:hover{
	background-color: #005fbd;
}

.fafa .flex-control-nav{
	display: block;
}

.section2{
	background-image: url(../images/section2.jpg);
	
}
.title-11{
	text-align: center;
}
.title-11 h1{
	margin:0;
	font-size: 38px;
	color:#0361ac;
}

.title-11 h2{
	margin:0;
	font-size: 16px;
	font-family: "Arial";
	color:#0361ac;
	display: inline-block;
	padding: 0	19px;
	position: relative;
	text-transform: uppercase;
	margin-top: 13px;
}

.title-11 h2:before{
	position: absolute;
	width: 39px;
	height: 1px;
	background-color: #6b9fd4;
	content:"";
	top: 50%;
	left: -39px;
}
.title-11 h2:after{
	position: absolute;
	width: 39px;
	height: 1px;
	background-color: #6b9fd4;
	content:"";
	right: -39px;
	top: 50%;
}

.pro-pic{
	position: relative;
	padding-bottom: 78.6%;
	overflow: hidden;
}

.pro-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.pro-list .item>a{
	display: block;
}
.pro-list .item>a:hover h1{
	color:#0361ac;
}
.pro-list .item h1{
	margin:0;
	font-size: 20px;
	color:#333;
	text-align: center;
	margin-top: 30px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.pro-list{
	margin-top:10%;
}


.pro-list .owl-prev{
	position: absolute;
	left:0px;

	width:18px;
	height: 10px;
	background-image: url(../images/p-left.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;
	font-size: 0;
}
.pro-list .owl-prev:hover{
	background-image: url(../images/p-left-h.png);

}
.pro-list .owl-nav{
	position: relative;
	width: 150px;
	margin:0 auto;
	margin-top: 120px;
}

.pro-list .owl-next{
	position: absolute;
	right:0px;

	width:18px;
	height: 10px;
	background-image: url(../images/p-right.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;font-size: 0;
}

.pro-list .owl-next:hover{
	background-image: url(../images/p-right-h.png);

}

.pro-more a{
	display: block;
	height: 40px;
	width: 60px;
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-position: center ;
	background-image: url(../images/more.jpg);
	margin:0 auto;
	position: relative;
	top: -13px;
	transition: .3s;
}
.pro-more a:hover{
	background-image: url(../images/moreh.jpg);

}

.section3{
	background-image: url(../images/section3.jpg);
	display: table;
}
.section2{
	display: table;

}
.section-middl{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.shili{
	position: relative;
	padding-left: 444px;
	min-height: 280px;
}

.shili-left{
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 134px;
	
	background-repeat: no-repeat;
	background-position: 50px 5px;
}

.shili-title h1{
	margin:0;
	font-size: 38px;
	color:#fff;
}
.shili-title h2{
	margin:0;
	font-family: "Arial";
	font-size:16px;
	color:#fff;
	text-transform: uppercase;
	margin-top: 12px;
}
.shili-a{
	margin-top: 60px;
}

.shili-a dl{
	margin:0;
}

.shili-a dd{
	margin-bottom: 13px;
}

.shili-a dd a{
	font-size:18px;
	color:#fff;
}

.shili-a dd a:hover{
	text-decoration: underline;
}

.shili-pic-wp{
	padding: 5px;
	background-image: url(../images/baidi.png);
}


.shili-pic{
	position: relative;
	padding-bottom: 75%;
	overflow: hidden;
}

.shili-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}

.shili-pic:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.shili-list{
	padding: 0 110px;
}
.shili-list .item>a{
	display: block;
}

.shili-list .item h1{
	font-size: 18px;
	color:#fff;
	margin:0;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin:16px 0;
}


.shili-list .item p{
	font-size: 14px;
	color:#fff;
	margin:0;
	line-height: 1.8;
	height: 75px;

    overflow: hidden;
}

.shili-list .owl-prev{
	position: absolute;
	left:0px;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	background-image: url(../images/left.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;
	font-size: 0;
}

.shili-list .owl-next{
	position: absolute;
	right:0px;
	top: 50%;
	margin-top: -15px;
	width:30px;
	height: 30px;
	background-image: url(../images/right.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;font-size: 0;
}

.shipin{
	width: 50%;
	height: 100%;

}
.shipin>a{
	display: block;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.jieshao{
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	display: table;
}

.bo{
	width: 100%;
	position: absolute;
	left: 0%;
	text-align: center;
	font-size: 26px;
	color:#fff;
	margin-top: -66px;
	top: 50%;
}

.bo img{
	display: block;
	width: 80px;
	margin:0 auto;
	margin-bottom: 15px;
}

.jieshao-con{
	display: table-cell;
	vertical-align: middle;
	padding-left: 72px;
	padding-right:20%;
}

.jieshao-con h1{
	font-size: 32px;
	color:#fff;
	font-weight: bold;
	margin:0;
	padding-bottom: 25px;
}

.jieshao-con p{
	font-size: 14px;
	color:#fff;
	margin:0;
	line-height: 2.3;
}
.jieshao-a {
	padding-top: 10%;
}
.jieshao-a dl{
	margin:0;
}
.jieshao-a dd{
	float: left;
	width: 25%;
	
}

.jieshao-a  a{
	font-size: 18px;
	color:#fff;
	display: inline-block;
	text-align: center;
	width: 75px;
}
.jieshao-a a img{
	display: block;
	margin:0 auto 13px;
}
.jieshao-a a:hover{
	text-decoration: underline;
}

.section4{
	display: table;
}

.section5{
	background-image: url(../images/section5.jpg);
	display: table;
}
.zixun-list{
	padding-left: 130px;
}
.zixun-list ul{
	margin:0;
}

.zixun-list li{
	margin-top: 10px; 
}
.zixun-list li:first-child{
	margin-top: 0px; 
}
.zixun-list li>a{
	display: block;
	padding: 24px 0;
	transition: .3s;
}
.zixun-list li>a:hover{
	background-color: #fff;
	box-shadow: 0 0 17px 1px #61a4ea;
}

.zixun-list li>a:hover .date1{
	color:#157ae5;
	border-right:1px solid #dddddd; 

}

.zixun-list li>a:hover .zixun-con{
	color:#157ae5;

}
.date1{
	width: 94px;
	border-right:1px solid #fff; 
	text-align: center;
	height: 61px;
	padding-top: 2px;
	margin-right: 20px;
	transition: .3s;
	color:#fff;
}

.date1 h1{
	margin:0;
	font-size: 32px;
	font-family: "Arial";
	font-weight: bold;
}

.date1 h2{
	margin:0;
	font-size: 14px;
	font-family: "Arial";
	margin-top: 5px;
}

.zixun-con{
	overflow: hidden;
	transition: .3s;
	padding-top: 7px;
		color:#fff;
		padding-right: 10px;
}

.zixun-con h1{
	margin:0;
	font-size: 16px;

	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.zixun-con p{
	margin:0;
	font-size: 14px;

	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 12px;
}


.footer-1{
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../images/dibu.png);
}

.rongyu{
	height: 376px;	
	position: relative;
	padding-right: 677px;
}

.bei{
	position: absolute;
	right: 0;
	top: 0;
	width: 677px;
	height: 100%;
	background-image: url(../images/bei.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 220px;
	padding-left: 58px;
}


.bei h1{
	margin:0;
	font-size: 20px;
	font-weight: bold;
	color:#ca1313;
}
.bei p{
	margin:0;
	font-size: 14px;
	font-weight: bold;
	color:#333;
	margin-top: 12px;
}


.rongyu-title{
	font-size: 30px;
	color:#333;
}

.rongyu-title img{
	margin-top: -3px;
	margin-right:21px; 
}

.rongyu-div{
	padding-top:70px;
}



.rongyu-list{
	margin-top: 40px;
}
.rongyu-list .item>a{
	display: block;
}

.rongyu-list .item h1{
	margin: 0;
    font-size: 12px;
    color:#666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    padding: 0	10px;
    margin-top: 15px;
}

.rongyu-pic{
	position: relative;
	padding-bottom: 72%;
	overflow: hidden;
}

.rongyu-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}


.rongyu-list .item>a:hover .rongyu-pic img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.rongyu-list .item>a:hover h1{
	color:#206ce0;
}




.footer-2{
	background-color: #333;
	background-image: url(../images/footer-2.jpg);
	background-repeat: no-repeat;
	background-position: center ;
}

.footer-2-1{
	padding: 50px 0 30px;
}
.footer-2-2{
	border-top: 1px solid #2b2b2b;

}

.youq{
	width: 270px;
	margin-top: 5px;
}

.youq select{
	display: block;
	width: 100%;
	height: 39px;
	background-color: #333;
	border:1px solid #fff;
	color:#fff;
	padding-left: 10px;
}
.youq select:focus{
	outline: none;
}
.footer-2-2{
	padding: 20px 0;
}

.footer-2-2-con{
	font-size: 14px;
	color:#fff;
	line-height: 2;
}

.foo-logo{
	width: 220px;
	text-align: center;
}

.foo-logo img{
	display: block;
	margin:0 auto;
}

.foo-logo h1{
	font-size: 16px;
	color:#fff;
	margin:0;
	margin-top: 20px;
}


.foo-logo h2{
	font-size: 28px;
	font-weight: bold;
	font-family: "Arial";
	color:#fff;
	margin:0;
	margin:8px 0 5px;
}

.foo-logo p{
	font-size: 14px;
	color:#fff;
	margin:0;
}

.foo-nav ul{
	margin:0;
}

.foo-nav li{
	float: left;
	margin-left: 100px;
}

.foo-nav li h1{
	margin:0;
	font-size: 16px;
	color:#fff;
	font-weight: bold;
}
.foo-nav li h1 a:hover{
	text-decoration: underline;
}

.foo-nav li dl{
	margin:0;
}

.foo-nav li dd{
	font-size: 14px;
	color:#fff;
	margin-top: 8px;
}

.foo-nav li dd:first-child{
	margin-top: 18px;
}

.foo-nav li dd a:hover{
	text-decoration: underline;
}

.er{
	width: 109px;
}
.er-pic img{
	display: block;
	width: 100%;
	margin:18px 0 12px;
}
.er h1{
	margin:0;
	font-size: 16px;
	color:#fff;
	text-align: left;
	font-weight: bold;
}

.er-pic{
	text-align: center;
	font-size: 12px;
	color:#fff;
}





/*teshu*/


#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	    box-shadow: 0 4px 8px -3px rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;
  
}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;
	
}

.nav-2>ul>li{

	border-top: 1px dotted #ccc;
	position: relative;
}

.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 8px;
	
	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);

}
.nav-2 ul{
	margin:0;
}
.nav-2>ul>li:first-child{
	border-top: 0;
}
.nav-2>ul>li>a{
	
	padding:13px 10px;
	display: block;
	font-size: 14px;
	width: 100%;
	color:#333;

}
.nav-2>ul>li>ul{
	padding-bottom: 15px;
	display: none;
}
.nav-2>ul>li>ul>li>a{
	padding: 8px 10px;
	display: block;
	font-size: 12px;
	padding-left: 25px;
	width: 100%;
	color:#666;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0; 
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/
.logo-2 {
    font-size: 0;
        width: 300px;
    margin-left: 15px;
    margin-top: 12px;
}




.menu2{
	
	margin-right: 15px;
	height: 75px;

}
.menu2  ul{
	margin:0;
}
.menu2 li{
	cursor:pointer ;
	margin-left: 13px;
	float: right;
}
.menu2 li a{
	display: block;
}
.menu2 li img{
	/*vertical-align: middle;*/
	display: block;
	margin-top: 25px;
}

.chenggao{
		display: none;
		height: 75px;
	}


#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;
	
}


.banner-x{
	display: none;
}


.fxfx .flex-control-nav{
	display: block;
}


.banner-2{
	/*height: 500px;*/
	height: 300px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.banner-2 img{
	display: none;
	width: 100%;
}



.erji{
	padding: 70px 0;
}

.erji-title{
	text-align: center;
}


.erji-title h1{
	font-size: 24px;
	font-weight: bold;
	color:#333;
	margin:0;
}

.erji-title h2{
	font-family: "Arial";
	font-size: 18px;
	font-weight: bold;
	color:#666;
	margin:0;
	margin-top: 10px;
	text-transform: uppercase;
}

.erji-a{
	font-size: 0;
	text-align: center;
	padding: 35px 0 30px;
}

.erji-a a{
	display: inline-block;
	padding: 8px 15px;
	border:1px solid #ddd;
	font-size: 16px;
	color:#333;
	border-radius: 50px;
	margin:8px;
	transition: .3s;
}

.erji-a a:hover,.erji-a a.cur{
	background-color: #357beb;
	color:#fff;
	border-color: #357beb;
}

.about-content{
	font-size: 14px;
	color:#666;
	line-height: 2;
}

.about-content p{
	margin:0;
}

.about-content img{
	display: block;
	margin:10px auto;
}

.news-top{
	padding:35px; 
	background-color: #f8f8f8;
}

.news-pic{
	width: 420px;
	margin-right: 40px;
}

.news-pic a{
	display: block;
	padding-bottom: 75%;
	overflow: hidden;
	position: relative;
}
.news-pic a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}

.news-pic a:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


.news-con{
	overflow: hidden;
	padding-top: 35px;
}

.news-con h1{
	margin:0;
	font-size: 21px;
	color:#357beb;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news-con h1 a:hover{
	text-decoration: underline;
}
.news-con h2{
	margin:0;
	font-size: 12px;
	color:#bababa;
	padding: 20px 0 17px;
}
.news-con h2 img{
	margin-top: -3px;
	margin-right: 8px;
}

.news-con h2 a{
	margin-left: 15px;
	display: inline-block;
}
.news-con h2 a:hover{
	color:#357beb;

}

.news-con p{
	margin:0;
	font-size: 14px;
	color:#666;
	line-height: 1.8;
    overflow: hidden;
    height: 50px;
}
.news-con-a{
	margin-top: 50px;
}
.news-con-a a{
	display: inline-block;
	color:#fff;
	font-size: 14px;
	padding: 8px 34px;
	background-color: #357beb;
	transition: .3s;
}

.news-con-a a:hover{
	background-color: #2f6dd0;

}




.news-list-pic {
	padding-bottom: 75%;
	overflow: hidden;
	position: relative;
}
.news-list-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}

.news-list-pic:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.news-list .col-lg-3 {
	margin-top: 53px;
}
.news-list .col-lg-3 a{
	display: block;
	padding: 25px;
	background-color: #f8f8f8;
}

.news-list .col-lg-3 a h1{
	margin:0;
	font-size: 18px;
	color:#333;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 28px;
}
.news-list .col-lg-3 a:hover h1{
	color:#357beb;

}
.news-list .col-lg-3 a p{
	margin:0;
	font-size: 14px;
	color:#666;
	line-height: 1.8;
    overflow: hidden;
    height: 50px;
    margin-top: 18px;
}

.news-list-more{
	margin-top: 15px;
	font-size: 14px;
	color:#999;
}

.news-list-more .fr{
	color:#666;
}

.news-list .col-lg-3 a:hover .news-list-more .fr{
	color:#357beb;

}

.fenye ul{
	margin:0;
}

.fenye{
	text-align: center;
	margin-top: 60px;
	font-size: 16px;
}

.product-list{
	padding-bottom: 50px;
}
.product-list ul{
	margin:0;
}
.product-list li {
	padding: 0	130px;
}
.product-list li a{
	display: block;
	position: relative;
}

.product-left{
	position: absolute;
	left: -6px;
	width: 502px;
	transition: .3s;
	top: -35px;
	border:1px solid #eee;
}

.product-right{
	border:1px solid #eee;
	padding-left: 538px;
	transition: .3s;
	height: 323px;
	border-left: 0;
	padding-top: 70px;
	padding-right: 25px;
}

.product-list li{
	margin-top:125px; 
}

.product-list li:first-child{
	margin-top:40px; 
}

.product-right h1{
	margin:0;
	font-size: 30px;
	color:#333;
	text-overflow: ellipsis;
    white-space: nowrap;
	transition: .3s;
    overflow: hidden;
}


.product-right p{
	margin:0;
	font-size: 14px;
	color:#666;
    overflow: hidden;
    line-height: 2;
    height: 84px;
    margin-top: 20px;
}

.product-more{
	font-size: 0;
	margin-top: 35px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.product-list li a:hover .product-more{
	opacity: 1;
	visibility: visible;
}
.product-list li a:hover .product-left{
	box-shadow:-2px  10px 8px #ced3d8;
	box-shadow:2px  10px 8px #ced3d8;
}	

.product-list li a:hover .product-right{
	box-shadow: 0px 10px 8px #ced3d8;
}	

.product-list li a:hover .product-right h1{
	color:#357beb;
}



.product-pic {
	padding-bottom: 78%;
	overflow: hidden;
	position: relative;
}
.product-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


.product-xx-pic{
	width: 540px;
	border:1px solid #eee;

}

.product-xx-top{
	background-color: #f3f3f3;
	background-image: url(../images/product-xx-top.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.product-xx-con{
	overflow: hidden;
	padding: 65px 42px 10px;
}

.product-xx-con h1{
	font-size: 30px;
	color:#357beb;
	margin:0;
}

.product-xx-con-p{
	font-size: 14px;
	color:#666;
	margin:0;
	line-height: 2;
	margin-top: 30px;
	height: 252px;
	overflow-y: auto;
	overflow-x: hidden;
}

.fpro .flex-direction-nav{
	display: block;
}

.product-xx-can{
	margin-top: 53px;
}

.pro-can-span span{
	float: left;
	width: 25%;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	color:#666;
	height: 57px;
	line-height: 54px;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.pro-can-span span:first-child{
	border-left: 1px solid #eee;
}

.pro-can-span span.cur{
	color:#1479e5;
	border-bottom: 1px solid #fff;
	border-top: 3px solid #1479e5;
}

.product-xx-div p{
	margin:0;
}

.product-xx-div{
	font-size:14px;
	color:#666;
	line-height: 2;
}

.product-xx-div img{
	display: block;
	margin:0 auto;
}

.product-xx-div{
	display: none;
	padding: 20px 0 60px;
}

.product-xx-div:first-child{
	display: block;
}

.product-page{
	position: relative;
	padding-right: 210px;
	padding-top: 55px;
	border-top: 1px dotted #dddddd;
}

.product-return{
	position: absolute;
	width: 166px;
	right: 0;
	top: 55px;
}

.product-return a{
	display: block;
	height: 49px;
	line-height: 47px;
	border-radius: 50px;
	border:1px solid #377deb;
	color:#377deb;
	font-size: 16px;
	padding-left:68px ;
	background-image: url(../images/a.png);
	background-repeat: no-repeat;
	background-position: 33px center;
	text-overflow: ellipsis;
    white-space: nowrap;
	transition: .3s;
    overflow: hidden;
}

.product-return a:hover{
	background-color: #377deb;
	color:#fff;
	background-image: url(../images/ah.png);
}

.product-page a.fl{
	display: block;
	height: 49px;
	line-height: 47px;
	border-radius: 50px;
	border:1px solid #eee;
	width: 49%;
	font-size: 16px;
	color:#333;
	padding:0 30px;
	text-overflow: ellipsis;
    white-space: nowrap;
	transition: .3s;
    overflow: hidden;
}
.product-page a.fl:hover{
	color: #377deb;

}
.product-page a.fr{
	display: block;
	height: 49px;
	line-height: 47px;
	border-radius: 50px;
	border:1px solid #eee;
	width: 49%;
	font-size: 16px;
	color:#333;
	padding:0 30px;
	text-overflow: ellipsis;
    white-space: nowrap;
	transition: .3s;
    overflow: hidden;
}

.product-page a.fr:hover{
	color: #377deb;

}

.map-con{
	overflow: hidden;
	padding: 50px;
}

.map{
	width: 760px;

}

.map-con-top h1{
	font-size: 20px;font-weight: bold;
	color:#333;
	margin:0;
}

.map-con-top p{
	font-size: 14px;
	color:#666;
	margin:0;
	line-height: 1.8;
	margin-top: 20px;

}

.mao-con-bottom p{
	margin:0;
}
.mao-con-bottom{
	margin-top: 35px;
	border-top: 1px solid #e7e7e7;
	padding-top: 30px;
	line-height: 2;
}

.map-con-bottom-dl dl{
	margin:0;
}

.map-con-bottom-dl dd{
	float: left;
	width: 50%;
	margin-top: 35px;
}

.map-con-bottom-dl dd:last-child{
	width: 100%;
}
.map-con-bottom-dl dd h1{
	margin:0;
	font-size: 16px;
	font-weight: bold;
	color:#333;
}

.map-con-bottom-dl dd p{
	margin:0;
	font-size: 16px;
	line-height: 2.1;
	color:#333;
	margin-top: 10px;
}

.jz-list .col-lg-4{
	margin:25px 0;  
}
.jz-list .col-lg-4 h1{
	margin: 0;
    font-size: 12px;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    margin-top: 25px;
}
.jz-list .col-lg-4 a{
	display: block;
}

.jz-list .col-lg-4 a:hover h1{
	color:#357beb;
}
.jz-pic img{
	display: block;
	width: 100%;
}

.jz-pic-wp{
	background-color: #fff;
	padding: 13px;
	box-shadow: 0 0 10px 1px #ccc;
}

.jz-pic {
	padding-bottom: 72%;
	overflow: hidden;
	position: relative;
}
.jz-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}

.jz-pic:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.erji-a2{
	font-size: 0;
	text-align: center;
	padding: 30px 0 15px;
	border-top: 1px solid #eee;
}

.erji-a2 a{
	display: inline-block;
	padding: 5px 30px;
	border:1px solid #ddd;
	font-size: 14px;
	color:#333;
	border-radius: 50px;
	margin:5px;
	transition: .3s;
}

.erji-a2 a:hover,.erji-a2 a.cur{
	background-color: #357beb;
	color:#fff;
	border-color: #357beb;
}

.product-table{
	margin-top: 45px;
}
.product-table table.table th{
	height: 48px;
	background-color: #3798e8;
	vertical-align: middle;
	color:#fff;
}
.product-table table.table th:first-child,
.product-table table.table td:first-child{
	text-align: center;
}
.product-table table.table td{
	height: 48px;

	vertical-align: middle;
	border-top:1px solid #d7eaf9;
}

.product-table .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f0f7fd;
}

.product-table table.table td a{
	font-size: 12px;
	color:#5ca6e9;
	display: inline-block;
	height: 20px;
	padding-right: 30px;
	background-image: url(../images/aa.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.product-table table.table td a:hover{
	text-decoration: underline;
}













/*10-19*/
.job-left{
	width: 260px;
	margin-right:70px; 
}

.job-right{
	overflow: hidden;
}

.job-left img{
	display: block;
	width: 100%;
}

.job-left p{
	font-size: 15px;
	color:#666;
	line-height: 2;
	margin:0;
	margin-top: 25px;
}

.job-right-top h1{
	font-size: 18px;
	font-weight: bold;
	color:#333;
	margin:0;
	line-height: 1.6;
}

.job-right-top h1 span{
	font-size: 12px;
	color:#666;
}


.job-right-top p{
	font-size: 14px;
	/*font-weight: bold;*/
	line-height: 2;
	color:#666;
	margin:0;
	margin-top: 15px;
}
.job-table {
	margin-top: 50px;
}
.table-responsive{
	border:0!important;
}
.job-table table.table th{
	font-weight: normal;
	font-size: 16px;
	color:#333;
	text-align: center;
	border-color: #fff;
	height: 40px;
	line-height: 40px;
}

.job-table table.table th:first-child{
	text-align: left;
	padding-left: 50px;
}

.job-table table.table td{
	font-weight: normal;
	font-size: 14px;
	color:#666;
	text-align: center;
	border-color: #fff;
	height: 40px;
	line-height: 40px;
	
}
.job-table table.table tr.tr11 td{
	background-color: #eeeeee;
	border-bottom: 3px solid #fff;
}

.job-table table.table td:first-child{
	text-align: left;
	padding-left: 50px;
}
.job-table table.table tr.tr22{
	display: none;
}
.job-table table.table tr.tr11{
	cursor: pointer;
}
.job-table table.table tr.tr11.cur td{
	background-color: #357beb;
	color:#fff;
}

.gangwei{
	padding: 15px;
	padding-left: 0;
	font-size: 14px;
	color:#666;
	line-height: 2.5;
}

.jj{
	width: 22px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center ;
	background-image: url(../images/jj1.jpg);
	display: inline-block;    vertical-align: middle;
}

.job-table table.table tr.tr11.cur .jj{
	background-image: url(../images/jj1.png);

}

.job-aaa{
	padding: 15px 0;
}
.job-aaa a{
	display: inline-block;
	padding: 8px 18px;
	background-color: #357beb;
	font-size: 14px;
	line-height: normal;
	color:#fff;
	border-radius: 3px;

}
