/**************************************/
/*************[公用start]**************/
/**************************************/

body{
	overflow-x: hidden;
}

div.clear{
	clear: both;
	height: 0;
	width: 0;
}



#cebian{
	position: fixed;
	right: 0;
	top: 50%;
	width: 80px;
	margin-top: -111px;
}

#cebian dd+dd{
	margin-top: 5px;
}
#cebian dd>a{
	display: block;
	background-color: #01AEFD;
	color: #fff;
	text-align: center;
	font-size: 14px;
	border-radius: 4px;
	overflow: hidden;
	padding: 7px 0;
	transition: background-color .3s;
}
#cebian dd>a:hover{
	background-color:#03a0e8;
}
#cebian dd>a img{
	display: block;
	margin:0 auto;
}


a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
	max-width: 100%;
}


div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}
.tver{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}



/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/

	overflow: hidden;
}

.img-box img{
	transition: .3s;
	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);
}


/*图片中心放大代码区域*/


.imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;
}

.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}
.imgbox_hover:hover>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{
	position: relative;
	z-index: 998;
}


.header-1{
	height: 111px;
	background-color: #fff;
}

.logo{
	width: 225px;
	margin-top: 25px;
}
.logo h1{
    margin:0;
}
.logo img,.logo a{
	display: block;
	width: 100%;
}

.haeder-1-a{
	width: 37px;
	margin-left: 17px;
	margin-top: 38px;
}
.haeder-1-a img,.haeder-1-a a{
	display: block;
	width: 100%;
}

.phone{
	padding-right: 20px;
	width: 210px;
	padding-left: 48px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/header-1-a3.png);
	margin-top: 38px;
}
.phone-h1{
	margin:0;
	font-size: 12px;
	color: #555;
}

.phone h2{
	margin:0;
	font-size: 20px;
	font-weight: bold;
	color: #1a8add;
	margin-top: 6px;
}

.search{
	width: 398px;
	margin-left: 160px;
	background-color: #fff;
	border:1px solid #e8e8e8;
	position: relative;
	padding-left: 75px;
	padding-right: 45px;
	margin-top: 36px;
}

.search input:focus{
	outline: none;
}

.search input[type="text"]{
	display: block;
	width: 100%;
	height: 39px;
	background-color:transparent;;
	border:0;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	padding-left: 16px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/gang.png);
}

.search input[type="image"]{
	position: absolute;
	right:16px;
	top: 10px;
	width: 17px;
}

.sel{
	position: absolute;
	width:75px;
	z-index: 99998;
	top: 0; 
	left: 0;
}
.sel>span{
	display: block;
	height: 40px;
	font-size: 14px;
	line-height: 39px;
	color: #015cac;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 53px center;
	background-image: url(../images/jiao1.png);
	cursor: pointer;
}

.sel dl{
	margin:0;
	position: absolute;
	left: -1px;
	right: -1px;
	top: 100%;
	background-color: #fff;
	border:1px solid #e8e8e8;
	border-top: 0;
	display: none;
}
.sel dd{
	font-size: 14px;
	color: #333;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
}

.sel dd:hover{
	background-color: #015cac;
	color: #fff;

}


.nav-wp{
	position: relative;
	background-color:#015cac;
	z-index: 500;
}

.nav{
	position: relative;
}

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 10%;
	text-align: center;

}

.nav>ul>li>a{
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color:#fff;
	/*transition: .3s;*/
	

}

.nav>ul>li:hover>a, .nav>ul>li.active>a {
	font-weight: bold;
}

/*.nav>ul>li:hover .xiala-div{display: block;}*/

.xiala-div{
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background-color: #fff;

	box-shadow: 0 0 5px 1px rgba(0,0,0,0.07);
	text-align: left;
	display: none;
}


.xiala-li {
	height: 58px;
	line-height: 58px;
	position: relative;
	padding-left: 150px;
}
.xiala-li-ou{
	background-color: #f9f9f9;
}
.xiala-li-erji{
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	padding-left: 30px;
	height: 58px;
	line-height: 58px;
}

.xiala-li-erji a{
	font-size: 14px;
	font-weight: bold;color: #1878bf;
}

.xiala-li-sanji li{
	float: left;
	width: 14.28571%;
	height: 58px;
	line-height: 58px;
	position: relative;
}
.xiala-li-sanji li>a{
	font-size: 14px;
		color: #000;
}
.xiala-li-sanji li>a:hover{
	color: #1878bf;
}
.xiala-li-sanji li>span{
	font-size: 14px;
	color: #000;
	cursor: pointer;
}

.xiala-li-sanji li>span.cur,.xiala-li-sanji li>span:hover{
	color: #1878bf;

}

.siji-dl{
	z-index: 80;
	position: absolute;
	width: 480px;
	left: -30px;
	top: 52px;
	background-color: #1c79e1;
	padding: 25px 15px 25px 30px;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.15);
	display: none;
}
.siji-dl::before{
	position: absolute;
	width: 17px;
	height: 8px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/jiao3.png);
	content:"";
	top: -8px;
	left:44px; 
}
.siji-dl dl{
	margin:0;
	margin-left: -1%;
}

.siji-dl dd{
	float: left;
	width: 24%;
	margin-left: 1%;
	margin-top: 10px;
	overflow: hidden;
}
.siji-dl dd:first-child{margin-top: 0;}
.siji-dl dd:first-child+dd{margin-top: 0;}
.siji-dl dd:first-child+dd+dd{margin-top: 0;}
.siji-dl dd:first-child+dd+dd+dd{margin-top: 0;}
.siji-a{
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/siji-a.png);
	font-size: 14px;
	color: #fff;
	height: 21px;
	line-height: 21px;
}



.siji-a a:hover{
	font-weight: bold;
}




.nav>ul>li:hover .downdl{display: block;}
.downdl{
    margin:0;
    position: absolute;
    left: 0%;
    right: 0;
    top:100%;
    z-index: 600;
    display: none;
    width: 100%;
    font-size: 0;
    line-height: normal;
    text-align: left;
    padding: 8px 0;
}

.downdl::after{
    /*background-image: url(../images/heidi3.png);*/
    background-color: #f9f9f9;
    content:"";
    position: absolute;
    width: 15000px;
    top: 0;
    height: 100%;
    left: 50%;
    margin-left: -7500px;
    z-index: 70;
    box-shadow: 0 4px 5px -3px rgba(0,0,0,0.15);
}
.downdl dl{margin:0;}
.downdl dd{
    display: inline-block;
    font-size: 14px;
    color: #333;
    margin:8px 15px;
    position: relative;z-index: 80;
}
.downdl dd a:hover{
    color: #1878bf;
}









/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}


.fafa .flex-control-nav{
	bottom:43px;
	height: 0;
}
.fafa .flex-control-nav li{
	margin:0 6px;
}
.fafa .flex-control-paging li a{
	width: 15px;
	height: 15px;
}


.pp45{
	padding: 45px 0;
}

.main1-dl dl{
	margin:0;
}

.main1-dl dd{
	float: left;
	width: 20%;
	height: 52px;
	line-height: 52px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	cursor:pointer;
	position: relative;
	
}
.main1-dl dd img{
	margin-top: -3px;
	margin-right: 10px;
}
.main1-dl dd::after{
	position: absolute;
	width: 17px;
	height: 9px;
	left: 50%;
	margin-left: -8px;
	bottom: -9px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/jiao2.png);
	transition: .3s;
	content:"";
}
.main1-dl dd.cur::after{
	bottom: 0;
}

.main1-div-wp{
	margin-top: 15px;
}
.main1-div-wp .main1-div{display: none;}
.main1-div-wp .main1-div:first-child{display: block;}
.main1-div{
	border:1px solid #d6d6d6;
}
.main1-pic{
	width: 240px;
}
.main1-pic .imgbox_a{
	padding-bottom: 152.083333%;
}

.main1-list1{
	background-color:#f9f9f9;
	border-left:  1px solid #d6d6d6;
	height: 365px;
	width: 239px;
	padding: 55px 23px 0;
	position: relative;
}
.main1-list1 .main3-list2-title{
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}





.main1-list1 dl{
	margin:0;
}

.main1-list1 dd{

	background-repeat: no-repeat;
	background-position:0px center;
  background-image: url(../images/dian1.png);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:15px;
  overflow: hidden;
	position: relative;
	height: 22px;
	line-height: 22px;
	margin-top: 16px;
}

.main1-list1 dd:first-child{
	margin-top: 0;
}




.main1-list1 dd a{
	font-size: 14px;
	color:#333;
}


.main1-list1 dd a:hover{
	color:#015cac;
}


.main1-list2{
	overflow: hidden;
	padding: 15px 15px 0;
	position: relative;
}
.main1-list2::before{
	position: absolute;
	width: 29px;
	height: 20px;
	content:"";
	background-color: #fff;
	z-index: 25;
	left: 230px;
	top: 50%;
	margin-top: -3px;
}

.main1-list2::after{
	position: absolute;
	width: 29px;
	height: 20px;
	content:"";
	background-color: #fff;
	z-index: 25;
	right: 230px;
	top: 50%;
	margin-top: -3px;
}

.main1-list2 dl{
	margin:0;
	position: relative;
	z-index: 15;
}

.main1-list2 dd{
	float: left;
	width: 33.33333%;
	padding: 15px;
	border-left: 1px dashed #d6d6d6;
	border-top: 1px dashed #d6d6d6;
}
.main1-list2 dd:first-child{
	border-left:1px dashed #fff;
	border-top: 0;
}

.main1-list2 dd:first-child+dd{
	border-top: 0;
}
.main1-list2 dd:first-child+dd+dd{
	border-top: 0;
}
.main1-list2 dd:first-child+dd+dd+dd{
	border-left: 1px dashed #fff;
}

.main1-pic2 .imgbox_a{
	padding-bottom: 55.556%;
}
.main1-pic2-h1{
	margin:0;
	text-align: center;
	font-size: 14px;
	margin-top: 15px;
	color: #333;
}
.main1-list2 dd:hover h1{
	color:#015cac;
}

.title-11{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.title-11-div{
	padding: 25px 0;
	position: relative;
	font-size: 0;
	line-height: normal;
	text-align: center;
	
}
.title-11-div a.more1a{
	position: absolute;
	right: 0;
	top: 50%;
	font-size: 14px;
	color: #fff;
	height: 20px;
	margin-top: -10px;
	line-height: 20px;
	width: 42px;
	text-align: right;
}
.title-11-div a.more1a:hover{
	font-weight: bold;
}
.title-11-div span{
	display: inline-block;
	padding: 0	22px;
	position: relative;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	font-weight: bold;color: #fff;
}

.title-11-div span::before{
	content:"";
	position: absolute;
	right: 100%;
	height:2px;
	margin-top: -1px;
	background-color: #fff;
	width: 64px;
	top: 50%;
}

.title-11-div span::after{
	content:"";
	position: absolute;
	left: 100%;
	height:2px;
	margin-top: -1px;
	background-color: #fff;
	width: 64px;
	top: 50%;
}


.main2-dl dl{
	margin:0;
	margin-left: -0.5%;
}

.main2-dl dd{
	float: left;
	width: 16.166666666667%;
	margin-left: 0.5%;
	height: 66px;
	line-height: 64px;
	border-radius: 5px;
	border:1px solid #d6d6d6;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	padding-left:98px;
	background-repeat: no-repeat;
	background-position: 33px center;
	cursor: pointer;
	transition: .3s;
}

.main2-dl dd.cur{
	color: #fff;
	background-color: #1c79e1;
	border-color: #1c79e1;
}

.main2-dl dd.dd1{background-image: url(../images/dd1.png);}
.main2-dl dd.dd1.cur{background-image: url(../images/dd1h.png);}


.main2-dl dd.dd2{background-image: url(../images/dd2.png);}
.main2-dl dd.dd2.cur{background-image: url(../images/dd2h.png);}

.main2-dl dd.dd3{background-image: url(../images/dd3.png);}
.main2-dl dd.dd3.cur{background-image: url(../images/dd3h.png);}

.main2-dl dd.dd4{background-image: url(../images/dd4.png);}
.main2-dl dd.dd4.cur{background-image: url(../images/dd4h.png);}

.main2-dl dd.dd5{background-image: url(../images/dd5.png);}
.main2-dl dd.dd5.cur{background-image: url(../images/dd5h.png);}

.main2-dl dd.dd6{background-image: url(../images/dd6.png);}
.main2-dl dd.dd6.cur{background-image: url(../images/dd6h.png);}

.main2-div-wp{
	margin-top: 10px;
}
.main2-div-wp .main2-div{display: none;overflow: hidden;}
.main2-div-wp .main2-div:first-child{
	display: block;
}

.main2-item{
	padding: 25px 0;
	border-bottom: 1px dashed #e1e1e1;
}

.main2-item-h1{
	margin:0;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	text-align: center;
}
.main2-item:hover h1{
	color: #015cac;
}
.main2-pic{
	margin: 18px 0 15px;
}

.main2-pic .imgbox_a{
	padding-bottom: 65.47%;
}

.main2-item p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}

.main3-dl{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/line.png);
}

.main3-dl dl{
	margin:0;
	font-size: 0;
	line-height: normal;
}

.main3-dl dd{
	display: inline-block;
	padding: 0 9px 15px;
	border-bottom: 2px solid #f1f1f1;
	cursor: pointer;
	font-size: 14px;
	color: #333;
	margin-left: 26px;
}
.main3-dl dd:first-child{
	margin-left: 0;
}
.main3-dl dd.cur{
	border-color:#1c79e1;
}
.main3-div-wp{
	margin-top: 25px;
}
.main3-div-wp .main3-div{display: none;overflow: hidden;}
.main3-div-wp .main3-div:first-child{
	display: block;
}


.main3-list1{
	width: 830px;
	margin-right: 30px;
}
.main3-list1 dl{
	margin:0;
}

.main3-list1 dd{
	margin-top: 23px;
}
.main3-list1 dd:first-child{
	margin-top:0px;
}
.main3-pic{
	width: 278px;
	margin-right: 27px;
}

.main3-pic .imgbox_a{
	padding-bottom: 35.9712%;
}

.main3-con{
	overflow: hidden;
	padding-top: 10px;
}

.main3-con-h1{
	margin:0;
	font-size: 14px;
	color: #333;
}

.main3-con h1 a:hover{
	color: #015cac;
}


.main3-con p{
	margin:0;
	font-size: 12px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	margin-top: 12px;
}

.main3-list2-wp{
	overflow: hidden;
}

.main3-list2-title{
	height: 39px;
	line-height: 39px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	background-color: #1a8add;
}
.main3-list2{
	margin-top: 11px;
	max-height: 420px;
	overflow-y: auto;
	padding-right: 10px;
}
.main3-list2 ul{
	margin:0;
}

.main3-list2 li{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
	position: relative;
	height: 22px;
	line-height: 22px;
	margin-top: 14px;
}

.main3-list2 li:first-child{
	margin-top: 0;
}

.main3-list2 li a{
	font-size: 14px;
	color:#333;
}

.main3-list2 li a:hover{
	color:#015cac;
}












.main4-list{
	background-color:#f2f2f5;
	padding: 15px;
}

.main4-list .item dl{
	margin:0;
}

.main4-list .item dd{
	margin-top: 15px;
}
.main4-list .item dd:first-child{
	margin-top: 0;
}


.main4-list#main4-list1 dl{
	margin:0;
	margin-left: -1.2%;
}
.main4-list#main4-list1 .item dd{
	float: left;
	width: 23.8%;
	margin-left: 1.2%;
}

.main4-list#main4-list1 .item dd:first-child+dd,
.main4-list#main4-list1 .item dd:first-child+dd+dd,
.main4-list#main4-list1 .item dd:first-child+dd+dd+dd{
	margin-top: 0;
}





.main4-list .item dd a{
	display: block;
	background-color: #fff;
	border-radius: 5px;
	padding: 30px 15px 20px;
	text-align: center;
}

.main4-h1{
	margin:0;
	font-size: 14px;
	color: #333;
}

.main4-list .item dd a:hover h1{
	color: #015cac;
}
.main4-list .item dd a h2{
	margin:0;
	font-size: 14px;
	color: #f00;
	margin-top: 15px;
}

.main4-list .item dd a h2 span{
	padding-left: 5px;
}

.main4-list .owl-nav button.owl-prev{
    position: absolute;
    left:-60px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height:40px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    transition: .3s;
}
.main4-list .owl-nav button.owl-prev:hover{
    background-image: url(../images/left-h.png);
}
.main4-list .owl-nav button.owl-next{
    position: absolute;
    right:-60px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height:40px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    transition: .3s;
}
.main4-list .owl-nav button.owl-next:hover{
    background-image: url(../images/right-h.png);
}

/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{

}

.footer-1{
	background-color: #424242;
}
.footer-1-1{
	
	border-bottom: 1px solid #5e5e5e;
}
.footer-1-1 dl{
	margin:0;
}

.footer-1-1 dd{
	height: 60px;
	line-height: 60px;
	float: left;
	margin-right: 33px;
}
.footer-1-1 dd a{
	font-size: 14px;
	color: #fff;
}
.footer-1-1 dd a:hover{
	font-weight: bold;
}


.footer-1-2{
	padding: 30px 0;
}


.er-wp{
	width: 229px;
}

.er{
	width: 98px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.er img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.foo2-con{
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	line-height: 2.3;
}

.footer-2{
	background-color: #242424;
	color: #fff;
	font-size: 14px;
	line-height: 1.8;
	padding: 12px 0;
}

/**************************************************************/
/*footer-over*/





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/
#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;
	/*background-color: #0089d0;*/

}
.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: 5px;

	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);

}
.nav-2>ul>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{

	padding:8px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	font-family: "anb";
	text-transform: uppercase;

}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
	font-size: 0;
	line-height: normal;
	padding-left: 15px;
}
.nav-2>ul>li>ul>li{
	display: inline-block;
	margin-right: 5px;
}
.nav-2>ul>li>ul>li>a{
	padding: 6px 8px;
	display: block;
	font-size: 13px;
	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;
}*/

.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
    top: 17px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 220px;
   margin-left: 15px;
   margin-top: 5px;
}
.logo-2 h1{margin:0;}
.logo-2 img{
	display: block;
	width: 100%;
}


.menu2{

	margin-right: 15px;
	height: 75px;
	font-size: 0;

}
.menu2 li{
	cursor:pointer ;
	margin-left: 15px;
	float: right;
	margin-top: 29px;
}
.menu2 li+li{
	margin-top: 21px;
}
.menu2 li img{
	/*vertical-align: middle;*/


}

.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;

}




/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/




.mianbaoxie{

	line-height: 48px;
	font-size: 12px;
	color: #666;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/fang.png);
}

.mianbaoxie a:hover,.mianbaoxie span{
	color: #015cac;
}

.erji-top{
	border-bottom: 1px solid #e7e7e7;
}


.erji-bottom{
	padding-bottom: 30px;
}

.zuidi-list ul{
	margin:0;
}

.zuidi-list li{
	float: left;
	width: 25%;
	padding: 20px 10px;
	border-bottom: 1px solid #e7e7e7;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/line2.jpg);
}
.zuidi-list li:nth-child(4n+1){
	background-image: none;
}

.zuidi-list li a{
	display: block;
	background-color: #fff;
	border-radius: 5px;
	padding: 30px 15px 20px;
	text-align: center;
	transition: .3s;
}

.zuidi-list li a .zuidi-h1{
	margin:0;
	font-size: 14px;
	color: #333;
	transition: .3s;
}
.zuidi-list li a:hover{
	background-color: #3c9fe8;
}
.zuidi-list li a:hover .zuidi-h1{
	color: #fff;
}
.zuidi-list li a:hover h2{
	color: #fff;
}
.zuidi-list li a h2{
	margin:0;
	font-size: 14px;
	color: #f00;
	margin-top: 15px;
	transition: .3s;
}

.zuidi-list li a h2 span{
	padding-left: 5px;
}


.fenye ul{
	margin:0;
}

.fenye{
	text-align: center;
	margin-top: 30px;
}


.dingzhi1{
	background-color: #f6f8fa;
	padding: 15px 20px;
	margin-top: 28px;
}

.dingzhi1-title{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/line22.jpg);
}

.dingzhi1-title-h1{
	margin:0;
	font-size: 14px;
	color: #333;
	padding-bottom: 12px;
	border-bottom: 3px solid #1273bb;
}
.dingzhi1-dl{
	padding-top: 10px;
}
.dingzhi1-dl dl{
	margin:0;
}

.dingzhi1-dl dd{
	float: left;
	margin-right:10px;
	margin-top: 10px; 
}

.dingzhi1-dl dd>a{
	display: block;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	border-radius: 5px;
}

.dingzhi1-dl dd.cur>a{
	background-color: #3c9fe8;
	color: #fff;
}

.dingzhi1-dl dd>a:hover{
	color: #3c9fe8;
}

.dingzhi1-dl dd.cur>a:hover{
	color: #fff;
}

.dingzhi2 dl{
	margin:0;
}

.dingzhi2 dd{
	padding: 30px 0;
	border-bottom: 1px solid #e7e7e7;
}

.dingzhi2-pic{
	width: 227px;
	margin-right: 30px;
}

.dingzhi2-pic .imgbox_a{
	padding-bottom: 70.925%;
}

.dingzhi2-con{
	overflow: hidden;
	padding-top: 20px;
}

.dingzhi2-con-h1{
	margin:0;
	font-size: 16px;
	color: #333;
}

.dingzhi2-con-h1 a:hover{
	color: #3c9fe8;
}

.dingzhi2-con h2{
	margin:0;
	font-size: 14px;
	color: #666;
	margin:19px 0 15px;
}


.dingzhi2-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}

.chanpin_div{
	padding-top: 27px;
}

.chanpin-menu{
	width: 267px;
	margin-right: 43px;
	border-right: 1px solid #e7e7e7;
}

.chanpin-menu-first{
	height:45px ;
	line-height: 44px;
	cursor: pointer;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/jia1.jpg);
	font-size: 14px;
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #e7e7e7;
}

.chanpin-menu-first.cur{
	background-image: url(../images/jia1h.jpg);

}
.chanpin-menu-second{
	padding: 15px 0 15px 25px;
	display: none;
	border-bottom: 1px solid #e7e7e7;
}

.chanpin-menu-second ul{
	margin:0;
}

.chanpin-menu-second li{
	margin-top: 14px;
	font-size: 0;
	line-height: normal;
}
.chanpin-menu-second li:first-child{
	margin-top: 0px;
}
.chanpin-menu-second li>a{
	font-size: 14px;
	color: #494949;
	height: 15px;
	line-height: 15px;
	display: inline-block;
	margin-left: 25px;
}
.chanpin-menu-second li>a:hover{
	color: #1273bb;
}

.chanpin-menu-second li span{
	cursor: pointer;
	font-size: 14px;
	color: #494949;
	height: 15px;
	line-height: 15px;
	display: inline-block;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/jia1.jpg);
}
.chanpin-menu-second li span:hover{

	color: #1273bb;
}
.chanpin-menu-second li span.cur{
	background-image: url(../images/jia1h.jpg);
	color: #1273bb;

}

.chanpin-menu-second dl{
	margin:0;
	padding: 5px 0;
}

.chanpin-menu-second dd{
	padding-left: 50px;
	margin-top: 8px;
}
.chanpin-menu-second dd a{
	font-size: 14px;
	color: #494949;
}

.chanpin-menu-second dd a:hover{

	color: #1273bb;
}




.chanpin-content{
	overflow: hidden;
}
.chanpin-table1 table.table{
	margin-bottom: 0;
}
.chanpin-table1{
	margin-top: 20px;
}

.chanpin-table1 table.table tr th{
	height: 52px;
	vertical-align: middle;
	color: #fff;
	background-color: #a5a5a5;
	text-align: center;
	font-size: 14px;
	border-top: 0;
}

.chanpin-table1 table.table tr th:first-child+th{
	text-align: left;
}

.chanpin-table1 table.table tr td{
	height: 52px;
	vertical-align: middle;
	color: #333;
	text-align: center;
	font-size: 14px;
	border-top: 0;
}

.chanpin-table1 table.table tr td:first-child+td{
	text-align: left;
}

.chanpin-table1 table.table tr td a:hover{
	color: #1273bb;
}

.chanpin-div-fenye{
	margin-top: 30px;
	border-top: 1px solid #ddd;
}

.chanpin-lb2-item{
	margin-top: 40px;
}

.erji-title{
	background-color: #f6f6f6;
	padding: 12px 15px;
}

.erji-title-h1{
	margin:0;
	font-size: 14px;
	font-weight: bold;color: #000;
	padding-left: 14px;
	background-repeat: no-repeat;
	background-position: left 3px;
	background-image: url(../images/hh1.jpg);
	line-height: 23px;
}




.chanpin-lb2{
	margin-top: 40px;
}
.chanpin-lb2-1{
	width: 580px;
	margin-right: 60px;
}
.chanpin-lb2-1 img{
	display: block;
}


.chanpin-lb2-1-p{
	font-size: 14px;
	color: #333;
	line-height: 2.4;
	margin-top: 30px;
}
.chanpin-lb2-1-p p{
	margin:0;
}



.chanpin-lb2-2{
	overflow: hidden;
}

.chanpin-lb2-2 dl{
	margin:0;
}

.chanpin-lb2-2 dd{
	height:40px ;
	line-height: 38px;
	border:1px solid #e5e5e5;
	padding: 0 15px 0 25px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	color: #1273bb;
	margin-top: 4px;
}
.chanpin-lb2-2 dd:first-child{
	margin-top: 0;
}
.chanpin-lb2-2 dd a:hover{
	font-weight: bold;
}

.chanpin-item-p{
	font-size: 14px;
	color: #333;
	line-height: 2.4;
	padding: 20px 0;
}

.erji-title2{
	display: inline-block;
	padding: 10px	40px;

	border-radius: 5px;
	background-color: #1273bb;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

.chanpin-item-div{
	margin-top: 30px;
}

.chanpin-item-pic .imgbox_a{
	padding-bottom: 58%;
}
.ch1{
	position: absolute;
	z-index: 25;
	left: 0;
	right: 0;
	bottom: 0;
	margin:0;
	height: 35px;
	line-height: 35px;
	padding: 0	15px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/tims1.png);
	font-size: 14px;
}
.chanpin-item-dl{
	padding: 5px 18px 15px;
	background-color: #f6f6f6;
	height: 140px;
	overflow: hidden;
}
.chanpin-item-dl dl{
	margin:0;
	margin-left: -2%;
}

.chanpin-item-dl dd{
	height:20px ;
	line-height: 20px;
	padding-left: 11px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/dian2.jpg);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	color: #464646;
	margin-top: 10px;
	float: left;
	width: 48%;
	margin-left: 2%;
}
.chanpin-item-dl dd a:hover{

	color: #1273bb;
}

.chanpin-item{
	margin-bottom: 30px;
}

.chanpin-neirong-img{
	margin-top: 50px;
}

.chanpin-neirong-img img{
	display: block;
	width: 100%;
}


.contact1{
	padding: 40px 0;
}

.contact1-1{
	width: 45%;

}

.contact-title{
	font-size: 18px;
	font-weight: bold;
	color: #000;
	padding-bottom: 20px;
	border-bottom: 1px solid #e7e7e7;
}
.contact-title i{
	font-style: normal;
	color: #f00;
	
}
.contact-title  span{
	font-size: 14px;
	font-weight: normal;
	padding-left: 10px;
}

.contact1-1-dl{
	padding-top: 10px;
}
.contact1-1-dl dl{
	margin:0;
}

.contact1-1-dl dd{
	font-size: 14px;
	color: #333;
	line-height: 1.8;
	margin-top: 10px;
}


.contact1-1-dl dd span{
	width: 174px;
}

.contact1-1-p{
	overflow: hidden;
}

.contact-er-wp{
	width: 270px;
	margin-top:20px;
}

.contact-er{
	width: 98px;
	text-align: center;
	font-size: 14px;
	color: #333;
}

.contact-er img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}



.contact1-2{
	width: 45%;
}

.contact1-2-li{
	margin-top: 15px;
	padding-right: 20px;
	position: relative;
}
.contact1-2-li::after{
	content:"*";
	position: absolute;
	width: 15px;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	top: 50%;
	text-align: right;
	right: 0;
	color: #f00;
}
.contact1-2-li1{
	width: 350px;
}
.contact1-2-li input.form-control{
	height: 50px;
}
.contact1-2-li select.form-control{
	height: 50px;
}

.contact1-2-li textarea.form-control{
	height: 170px;
	resize: none;
}

.contact1-2-form{
	padding-top: 10px;
}
.contact1-2-li-btn{
	margin-top: 25px;
}
.contact1-2-li-btn input[type="button"]{
	width: 140px;
	height: 40px;
	background-color:#1273bb; 
	border-color:#1273bb; 
}

.contact2-li{
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #e7e7e7;
	position: relative;
}
.contact2-li::after{
	position: absolute;
	width: 1px;
	top: 50px;
	bottom: 0;
	background-color: #e7e7e7;
	left: 50%;
	content:"";
}
.contact2-item{
	width: 45%;
}

.contact2-item-h1{
	margin:0;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	line-height: 1.5;
}

.contact2-item-p{
	font-size: 14px;
	color: #666;
	line-height: 2.4;
	margin-top: 15px;
}

.contact2-item-p p{
	margin:0;
}

.chanpin-item-img img{
	display: block;
}
.chanpin-xx-table{
	margin-top: 30px;
}
.chanpin-xx-table table.table{
	margin:0;
	border:1px solid #f4f4f1;
}

.chanpin-xx-table table.table tr th{
	background-color: #f4f4f1;
	vertical-align: middle;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	border-top: 0;
	height: 50px;
}

.chanpin-xx-table table.table tr td{
	vertical-align: middle;
	font-size: 14px;
	color: #333;
	border-top: 0;
	height: 40px;
	border-top: 0;
	border-bottom: 1px dashed #e9e9e9;
}

.chanpin-xx-table table.table tr th:first-child,
.chanpin-xx-table table.table tr td:first-child{
	padding-left: 50px;
}

.chanpin-xx-2{
	margin-top: 30px;
}
.chanpin-xx-3{
	margin-top: 30px;
}

.chanpin-xx-3-dl dl{
	margin:0;
}

.chanpin-xx-3-dl dd{
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
}

.chanpin-xx-3-dl-h1{
	margin:0;
	font-size: 14px;
	font-weight: bold;color: #1a8add;
	text-decoration: underline;
}

.chanpin-xx-3-dl dd p{
	margin:0;
	font-size: 14px;
	color: #717171;
	margin-top: 12px;
	padding-left: 11px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/dian3.jpg);
}

.chanpin-xx-title-h1{
	margin:0;
	font-size: 0;
	line-height: normal;
}

.chanpin-xx-title-h1 span{
	font-size: 20px;
	font-weight: bold;color: #000;
	padding-bottom: 15px;
	border-bottom: 1px dashed #e9e9e9;
	display: inline-block;
}

.chanpin-xx-title p{
	margin:0;
	font-size: 14px;
	color: #717171;
	margin-top: 14px;
	padding-left: 11px;
	line-height: 24px;
	background-repeat: no-repeat;
	background-position: left 10px;
	background-image: url(../images/dian3.jpg);
	padding-bottom: 15px;
	border-bottom: 1px dashed #e9e9e9;
}

.chanpin-xx-div{
	border:10px solid #f4f4f1;
	border-top: 0;
	background-color: #f4f4f1;
}

.chanpin-xx-left{
	width: 814px;
	margin-right: 4px;
}

.chanpin-xx-right{
	overflow: hidden;
}

.chanpin-xx-left table.table{
	margin:0;
	table-layout: fixed;
}

.chanpin-xx-left table.table tr th{
	background-color: #f4f4f1;
	vertical-align: middle;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	border-top: 0;
	height: 52px;
	text-align: center;
}

.chanpin-xx-left table.table tr td{
	vertical-align: middle;
	font-size: 14px;
	color: #333;
	border-top: 0;
	height: 45px;
	border-top: 0;
	border-bottom: 1px dashed #e9e9e9;
	text-align: center;
	background-color: #fff;
}
.chanpin-xx-left table.table tr td .input-group{
	width: 100px;
	margin:0 auto;
}
.chanpin-xx-left table.table tr td .input-group .form-control{

	text-align: center;
	padding: 6px 3px;
	height: 31px;
	font-size: 12px;
}



.chanpin-xx-left table.table tr td .input-group .btn{font-size: 12px;}



.chanpin-xx-right-h1{
	font-size: 14px;
	color: #000;
	font-weight: bold;
	background-color: #f4f4f1;
	height: 52px;
	line-height: 52px;
	text-align: center;
}



.jg{
	width: 90px;
	height:27px ;
	line-height: 27px;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background-color: #1a8add;
	margin:0 auto;
}











.zaqu{
	background-color: #fff;
	padding: 15px 15px 0;
	height: 226px;
}

.zaqu1-1{
	width: 150px;
	margin-right: 20px;
}
.zaqu1-1-h1{
	margin:0;
	font-size: 12px;
	color: #333;
	padding-bottom: 8px;
}
.zaqu1-1-h1 span{
	font-size: 22px;
	padding-right: 8px;
}
.zaqu1-1 dl{
	margin:0;
}

.zaqu1-1 dd{
	margin-top: 8px;
	font-size: 14px;
	color: #333;
}
.zaqu1-1 dd img{
	margin-top: -3px;
	margin-right: 7px;
}


.zaqu1-2{
	width: 102px;
}

.zaqu1-2 img{
	display: block;
	width: 100%;
}

.zaqu2{
	padding-bottom: 10px;
	border-bottom: 1px solid #e7e7e7;
	line-height:1.6;
	font-size: 12px;
	color: #666;
	margin: 10px 0;
}

.zaqu3-h1{
	margin:0;
	font-size: 12px;
	font-weight: bold;
	color: #1a8add;
}


.zaqu3 p{
	margin:0;
	margin-top: 11px;
	font-size: 14px;
	color: #333;
}
.zaqu3 p img{
	margin-top: -3px;
	margin-right: 7px;
}

.danpian{
	padding-top: 30px;
}
.danpian-h1{
	font-size: 28px;
	line-height: 1.6;
	color:#333;
	text-align: center;

}

.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;

}

.danpian-con{
	font-size: 14px;
	color:#666;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con *{
	font-size: 16px!important;
	color:#666!important;
	line-height: 2!important;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}


.dan-page{
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dan-a a{
	font-size: 16px;
	color:#666;
}

.dan-a a:hover{
	color:#3c9fe8;

}

.xuanchuan1{
	padding: 35px 0;
}

.xuanchuan1-pic{
	width: 420px;
	margin-right: 65px;
}

.xuanchuan1-pic .imgbox_a{
	padding-bottom: 58.1%;
}
.xuanchuan1-con{
	overflow: hidden;
	padding-top: 24px;
}
.xuanchuan1-con-h1{
	margin:0;
	font-size: 18px;
	color: #000;
	line-height: 1.5;
	max-height: 3em;
	overflow: hidden;
	font-weight: bold;
}

.xuanchuan1-con-h1 a:hover{
	color: #3c9fe8;
}




.xuanchuan1-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2.2;
	height: 6.6em;
	overflow: hidden;
	margin-top: 25px;
}
.xuanchuan2{
	padding-bottom: 30px;
	border-bottom: 1px solid #e3e3e3;
}
.xuanchuan2 .chanpin-table1{
	margin-top: 0;
}

.xuanchuan2 .chanpin-table1 table.table tr th{
	background-color: #f6f6f6;
	color: #000;
}


.a404-wp{
	background-color: #29aae3;
	padding: 240px 0;
}

.a404{
	max-width: 840px;
	margin:0 auto;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/a404-1.jpg);
}

.a404-div{
	width: 295px;
	margin-left: auto;
	position: relative;
}

.a404-div img{
	display: block;
	width: 100%;
	position: relative;
	z-index: 15;
}

.a404-div a.a404a1{
	position: absolute;
	width: 115px;
	height: 39px;
	left: 4px;
	bottom: 2px;

	z-index: 52;
}

.a404-div a.a404a2{
	position: absolute;
	width: 115px;
	height: 39px;
	right: 4px;
	bottom: 2px;

	z-index: 52;
}