/**************************************/
/*************[公用start]**************/
/**************************************/

body,div,p,span,ul,li,h1,h2,h3,h4,h5,h6,a,input,textarea,select,dl,dd,table,tr,td{
	margin:0;
	padding: 0;
}


body{
	font-family:"Arial","Microsoft Yahei";
	font-size: 14px;  /*主要内容区字号大小，每次制作前更新！！！ */
	color:#333;
	background-color: #fff;
	
	line-height: 1.2;


}

input,textarea,select{
	outline: none;
	font-family:"Arial","Microsoft Yahei";
	color:#333;
	font-size: 14px;
}





textarea{
	resize: none;
}


ul li{
	list-style-type: none;
}
	
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}

i{
	font-style: normal;
}


div.clear{
	clear: both;
	height: 0;
	width: 0;
}

.clearfix{zoom:1}    
.clearfix:after{
      content:"";
      display:block;
      height:0;
   clear:both;
   visibility:hidden;
 }

a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
/*	width: 100%;*/
	max-width: 100%;
}


div.wp{
	width: 1300px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}
div.wp-index{
	width: 1725px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}
.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}

*{
	/*【块级元素】不受边框、margin、padding影响类名，需要时添加*/
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}


/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/
	width: 300px!important;/*图片盒子宽度，‘重要’是为防止图片添加尺寸不正确而修正，需注意图片比例*/
	height: 200px!important;/*图片盒子高度，‘重要’是为防止图片添加尺寸不正确而修正，需注意图片比例*/
	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]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{
	height: 95px;
}
#header .wp-index{
	position: relative;
}
.logo{
	font-size: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 80000;
}
.header-sanl{
	padding: 15px 0 0px;
}
.header-sanl dd{
	float: left;
	padding: 0	13px;
	    background-image: url(../images/xian.jpg);
    background-repeat: no-repeat;
    background-position: left center;
}
.header-sanl dd:first-child{
	background-image: none;
}
.header-sanl dd>a{
	display: block;
	height: 20px;line-height: 20px;
	font-size: 14px;
	color:#333;
	position: relative;
}
.header-sanl dd>a:hover .hsder{
	display: block;
}
.hsder{
	position: absolute;
	width: 100px;
	margin-left: -50px;
	left: 50%;
	top: 30px;
	display: none;
	z-index: 9000;
}

.hsder img{
	display: block;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
}
.sr-bdimgshare{
	display: none!important;
}
.header-sanl dd>a:hover{
	color:#005aab;
}
.header-sanl dd>a img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
}
.nav li{
	float: left;
	height:60px;
	line-height: 60px;
	padding: 0	40px;
	background-image: url(../images/xian.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
}
.nav li:hover .xiala{
	display: block;
}

/*#bdimgshare_1546480380929*/
/*{display: none!important;}*/
.xiala{
	position: absolute;
	left: 50%;
	top: 60px;
	margin-left: -120px;
	width: 240px;
	z-index: 80000;
	background-color: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
	display: none;
}
.xiala_15{
	/*width: 294px;*/
	/*margin-left: -147px;*/
}

.xiala a{
	display: block;
	height: 41px;
	line-height: 40px;
	border-top: 1px solid #eeeeee;
	font-size: 16px;
	color:#666;
	/*font-weight: bold;*/
	text-shadow: 1px 0 0 currentColor;
	text-align: center;
}

.xiala a:hover{
	color:#0858b2;

}
.xiala li:first-child{
	border:0;
}
.nav li:first-child{
	background-image: none;
}
.nav li>a{
	display: block;
	font-size: 20px;
	font-weight: bold;
	color:#333;
	
}
.nav li:hover>a,.nav li.active>a{
	color:#0858b2;
}

.header-right a{
	line-height: 60px;
	padding: 0	5px;
}
.header-right a img{
	vertical-align: middle;
}
.sel-wp{
	position: 	relative;	
	width: 	100px;
	height: 25px;
}
.sel{





	margin-top:35px;

	width: 95px;

	    border: 1px solid #acacac;

    border-radius: 20px;

    background-color: #fff;


            color: #666;

    font-size: 10px;


	overflow: hidden;


	position: relative;
	right: 0;


   z-index: 5010000;

    height: 25px;

    line-height: 25px;

    background-repeat: no-repeat;

    background-position:75px center;

      text-indent: 2px;

}
.langugu-a{
	margin-top:35px;
	margin-right: 10px;
}
.langugu-a a{
	display: block;
	width: 70px;

	    border: 1px solid #acacac;

    border-radius: 20px;

    background-color: #fff;


            color: #666;

    font-size: 12px;


	overflow: hidden;


	position: relative;
	right: 0;


   z-index: 5010000;

    height: 25px;

    line-height: 23px;
    text-align: center;
}


.langugu-a a:hover{
	color:#005aab;
}



.sel>span{

	display: inline-block;
	color:#666;

	width: 100%;

	background-repeat: no-repeat;

	background-position: left center;

	text-align: center;

}

.sel-down-la{

	display: none;





	 border-top: 0;



	 /*background-color: #fff;*/

	   z-index: 30000;



}



.sel-down-la li{

	width: 93px;

	margin-left: -9px;



}



.sel-down-la li a{

	display: block;

	text-indent: 37px;

	background-repeat: no-repeat;

	background-position: 11px center;



}



.sel-down-la li a:hover{

	color:#0858b2;

}
/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{
	
}

.fafa .slides>li{
	/*height: 563px;
	background-repeat: no-repeat;
	background-position:right center ;*/
}

.fafa .flex-control-nav{
	display: block;
}


.product{
	background-color: #edecf1;
	padding: 50px 0 75px;
}
.title-11{
	text-align: center;
}

.title-11-img{
	height: 13px;
	background-repeat: no-repeat;
	background-position: center ;
	background-image: url(../images/title-11.png);
}
.title-11 h1{
	font-size: 30px;
	font-weight: bold;
	color:#666;
	padding-bottom: 20px;
}

.product-list {
	margin-top: 33px;
	overflow:hidden;

}

.product-list .caroufredsel_wrapper{
	margin:0 auto!important;
}
.product-list li{
	float: left;
	padding:0 4px;
	
}
.product-list li:hover h1{
	color:#0858b2;
}
.product-list li h1{
	font-size: 16px;
	color:#666;
	text-align: center;
	padding-top: 15px;
}
.product-pic{
	width: 279px;
	height: 188px;
	background-image: url(../images/pro-kuang.png);
	background-repeat: no-repeat;
	background-position: center ;
	padding: 10px;
}
.product-pic2 {
	border-radius: 5px;
	overflow: hidden;
	height: 168px;
	
}
.product-pic2 img{
	display: block;
	width: 100%;
	transition: .3s;
}

.product-pic2:hover img{
	 -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.product-more{
	text-align: center;
	margin-top: 45px;
}
.product-more a{
	display: inline-block;
	width: 104px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	color:#3877c0;
	border:1px solid #3877c0;
	border-radius: 20px;
	transition: .3s;
}

.product-more a:hover{
	color:#fff;
	background-color: #3877c0;
}

.anli{
	padding: 50px 0;
}
.anli-list{
	margin-top: 30px;
}

.anli-list .owl-prev{
	position: absolute;
	width: 35px;
	height: 76px;
	margin-top: -38px;
	top: 50%;
	left: 0;
	font-size: 0;
	cursor: pointer;
	background-image: url(../images/llff.png);
	background-repeat: no-repeat;
	background-position: center ;
}

.anli-list .owl-next{
	position: absolute;
	width: 35px;
	height: 76px;
	margin-top: -38px;
	top: 50%;
	right: 0;
	font-size: 0;
	cursor: pointer;
	background-image: url(../images/rrtt.png);
	background-repeat: no-repeat;
	background-position: center ;
}









.anli-list li{
	/*float: left;*/
	/*width: 25%;*/
	/*padding: 0	5px;*/
}
.anli-list li:hover .anli-wenzi{
	background-color: #80a9d3;
}
.anli-list li:hover .anli-wenzi h1,.anli-list li:hover .anli-wenzi p{
	color:#fff;
}
.anli-list li:hover .anli-wenzi h1:after{
	background-color: #fff;
	width: 100%;
}
.anli-wenzi{
	height: 310px;
	background-color: #f9f9f9;
	padding: 40px 22px 0;
	transition: .3s;
}

.anli-pic{
	display: block;
	height: 310px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}

.anli-wenzi h1{
	font-size: 26px;
	color:#005aab;
	transition: .3s;
	position: relative;

}
.anli-wenzi p{
	transition: .3s;
	padding-top: 40px;
	font-size: 16px;
	color:#666;
	line-height: 2;
	height: 168px;
	overflow: hidden;
}
.anli-wenzi h1:after{
	content: "";
	position: absolute;
	width: 37px;
	height: 2px;
	left: 0;
	bottom: -15px;
	transition: .3s;
	background-color: #005aab;
}

.anli-pic{
	position: relative;
}

.anli-pic i{
	width: 42px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center ;
	position: absolute;
	left: 50%;
	margin-left: -21px;
}

.anli-pic1 i{
	background-image: url(../images/baishang.png);
	transition: .3s;
	top: 0px;
}

.anli-pic2 i{
	background-image: url(../images/baixia.png);
	transition: .3s;
	bottom: 0px;
}


.anli-list li:hover .anli-pic1 i{
	background-image: url(../images/lanshang.png);
}
.anli-list li:hover .anli-pic2 i{
	background-image: url(../images/lanxia.png);
}


.about{
	padding-top: 50px;
	height: 482px;
	background-repeat: no-repeat;
	background-position:right center;
	background-image: url(../images/about.jpg);
}

.about-pic{
	font-size: 0;
	margin-left: 7%;
}
.line{
	width: 43px;
	height: 3px;
	background-color: #005aab;
	margin:15px 0 25px;
}

.about h1{
	font-size: 30px;
	font-weight: bold;
	color:#666;
}

.about  p{
	text-indent: 2em;
	font-size: 16px;
	color:#666;
	line-height: 2.2;
	height: 180px;
	overflow: hidden;
}

.about .product-more
{margin-top: ;text-align: left;}
.about .product-more a{
	text-align: center;
}
.news-left{
	width: 560px;
}


.news{
	background-color: #fff;
	padding: 50px 0 75px;
}

.news-div{
	margin-top: 35px;
}
.news-left li h1{
	font-size: 16px;
	font-weight: bold;
	color:#333;
	line-height: 1.5;
	padding: 14px 0 7px;
}
.news-left li:hover h1 {
	color:#0858b2;
}
.news-left li span{
	color:#a2a2a2;
	font-size: 14px;
	font-weight: normal;
}



.news-left li p{
	font-size: 14px;
	color:#666;
	line-height: 2;
}

.fnews .flex-direction-nav{
	display: block;
}

.fnews .flex-direction-nav a{
	width: 40px;
	height: 54px;
	margin-top: 0;
	top: 33%;
}

.news-right{
	width: 700px;
}
.news-right li{
	padding: 24px 0;
	border-left: 3px solid #fff;
	background-color: #fff;
	transition: .3s;
}

.news-right li:hover{
	background-color: #f0eff4;
	border-color: #0858b2;
}
.data{
	width: 105px;
	height: 70px;
	text-align: center;
	border-right: 1px dashed #c6c6c6;
	margin-right: 24px;
}

.data h1{
	font-size: 40px;
	color:#818181;
	padding-top: 0px;
}
.data h2{
	font-size: 14px;
	color:#818181;
}

.news-right li a>h1{
	font-size: 18px;
	padding-bottom: 4px;
	color:#333;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news-right li a:hover>h1{
	color:#0858b2;
	font-weight: bold;
}
.news-right li a>p{
	font-size: 14px;
	color:#666;
	line-height: 1.8;
	height: 50px;
	overflow: hidden;
}
/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-color: #2c2c2c;
	color:#fff;
}


.footer-1{
	padding:40px 0; 
}


.foo1-left li{
	float: left;
	margin-left:70px; 
	text-align: center;
}

.foo1-left li:first-child{
	margin-left: 0;
}


.foo1-left li h1{
	font-size: 16px;
}
.foo1-left li dd{
	margin-top: 13px;
}
.foo1-left li dd>a{
	font-size: 14px;
	transition: .3s;
	color:#cfcfcf;
}
.foo1-left li dd>a:hover{
	color:#fff;
}

.foo1-right{
	width: 252px;
}

.foo1-right h1{
	font-size: 16px;
	color:#fff;
}

.select{
	padding: 22px 0;
}
.select select{
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	width: 100%;
	height: 37px;
	line-height: 37px;
	border:1px solid #b5b5b5;
	background-color: #2c2c2c;
	color:#cfcfcf;
	padding-left: 10px;
	background-image: url(../images/sel.jpg);
	background-repeat: no-repeat;
	background-position: 94%  center;
	
}

.footer-2{
	border-top: 1px solid #565656;
	height: 56px;
	line-height: 55px;
	font-size: 12px;
	color:#cfcfcf;
}

.er{
	width: 100px;
	text-align: center;
	font-size: 12px;
	color:#fff;

}

.er img{
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
/**************************************************************/
/*footer-over*/


/*erji*/

.banner-2{
	/*height: 563px;
	background-repeat: no-repeat;
	background-position: right center;*/
}

.banner-2 img{
	display: block;
	width: 100%;
}
.erji{
	padding: 50px 0 70px;
}

.menu{
	width: 266px;
}

.menu>h1{
	font-size: 30px;
	color:#333;
	padding-bottom: 10px;
}
.menu li {
	margin-top:3px; 
}
.menu li a{
	display: block;
	height: 48px;
	line-height: 48px;
	background-color: #eaebed;
	font-size: 16px;
	color:#666;
	padding-left: 41px;
	/*transition: .3s;*/
}


.menu li.active a,.menu li a:hover{
	background-color: #0858b2;
	color:#fff;
	background-image: url(../images/menu-h.jpg);
	background-repeat: no-repeat;
	background-position:29px center;
}

.lianxi{
	background-color: #67696c;
	color:#fff;
	padding-left: 98px;
	height: 70px;
	margin-top: 3px;
	padding-top: 17px;
	background-image: url(../images/lianxi.jpg);
	background-repeat: no-repeat;
	background-position: 41px center;
}

.lianxi h1{
	font-size: 16px;
	color:#fff;
}
.lianxi h2{
	font-size: 14px;
	color:#fff;
	padding-top: 3px;
}


.erji-content{
	width: 995px;
}
.erji-title {
	border-bottom: 1px solid #afafaf;
	padding: 13px 0;
}
.erji-title h1{
	font-size: 16px;
}

.mianbaoxie{
	font-size: 16px;
	margin-right: 26px;
}

.mianbaoxie span{
	color:#0858b2;
}
.mianbaoxie a:hover{
	color:#0858b2;
}

.danpian{
	font-size: 14px;
	color:#666;
	line-height: 2.2;
}
.banner-2-x{
		display: none;
	
	}
	.banner-2-x img{
		display: block;
		width: 100%;
	}


.yingyong-list ul{
	margin-left: -47px;
}
.yingyong-list li{
	float: left;
	width: 300px;
	margin-left: 47px;
	margin-bottom: 46px;
}
.yingyong-pic{
	overflow: hidden;
}

.yingyong-pic img{
	display: block;
	width: 100%;
	transition: .3s;
}
.yingyong-pic:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.yingyong-list li h1{
	font-size: 16px;
	color:#333;
	padding: 12px 0 7px;
	    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.yingyong-list li h1:hover{
	color:#0858b2;
}
.yingyong-list li p{
	font-size: 14px;
	color:#666;
	line-height: 1.8;
	overflow: hidden;
	height: 75px;
}
.yingyong-list
{padding-top: 20px;}
.yingyong-list li a>i{
	display: inline-block;
	width: 84px;
	height: 30px;
	line-height: 28px;
	border:1px solid #598fcb;
	font-size: 14px;
	color:#0858b2;
	text-align: center;
	transition: .3s;
	margin-top: 10px;
}
.yingyong-list li a>i:hover{
	background-color: #598fcb;
	color:#fff;
}
.m-page{text-align: center;padding: 10px 0 ;overflow: hidden;color: #999;}
.m-page ul{display: inline-block;overflow: hidden;vertical-align: middle;}
.m-page ul li{float: left;margin-right: 8px;}
.m-page ul li a{
    display: block;line-height: 32px;font-size: 14px;padding: 0 13px;border: 1px solid #e7e7e7;
   transition: .3s;
}
.m-page ul li.on a,.m-page ul li a:hover{border-color: #0858b2;color:#fff;background-color: #0858b2;}



/*xinwen*/

.xinwen-tuijian{
	margin:35px 0;
	padding:18px;
	padding-right:  38px;
	background-color: #eeeff0;
}

.xinwen-tuijian-pic {
	width: 255px;
	margin-right: 37px;
	overflow: hidden;
}

.xinwen-tuijian-pic img{
	display: block;
	width: 100%;
	transition: .3s;
}
.xinwen-tuijian-pic:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


.xinwen-tuijian h1{
	font-size: 16px;
	color:#333;
	padding: 8px 0;
	 text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.xinwen-tuijian:hover h1{
	color:#0858b2;
}



.xinwen-tuijian h2{
	font-size: 12px;
	color:#999;
	padding: 8px 0 10px;
}

.xinwen-tuijian p{
	font-size: 14px;
	color:#666;
	height: 56px;
	overflow: hidden;
	line-height: 2;
}
.xinwen-tuijian a>i{
	display: inline-block;
	margin-top: 10px;
	font-size: 14px;
	color:#666;
	border-bottom: 2px solid #666;
}
.xinwen-tuijian a>i:hover{
	color:#0858b2;
	border-color: #0858b2;
}


.data2{
	width: 71px;
	height: 84px;
	text-align: center;
	border: 1px solid #e0e1e3;
	padding:8px;
	margin-right: 22px;

}

.data2 h1{
	font-size: 28px;
	color:#333;
	border-bottom: 1px solid #e0e1e3;
	padding-bottom: 5px;
}
.data2 h2{
	font-size: 14px;
	color:#333;
	padding-top: 5px;
}


.xinwen-list li a>h1{
	font-size: 16px;
	color:#333;
	padding: 8px 0;
	 text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.xinwen-list li a:hover>h1{
	color:#0858b2;
}
.xinwen-list li p{
	font-size: 14px;
	color:#666;
	height: 50px;
	overflow: hidden;
	line-height: 1.8;
}


.xinwen-list li{
	border-top: 1px solid #e0e1e3;
	padding: 30px 0;
}

.xinwen-list li:first-child{
	border-top: 0;
}
.xinwen-list li:hover .data2{
	background-color: #0858b2;
}

.xinwen-list li:hover .data2 h1{
	color:#fff;border-color: #fff;
}
.xinwen-list li:hover .data2 h2{
	color:#fff;
}

.xiazai-xuan{
	position: relative;
}
.xiazai-xuan input[type="text"]{
	width: 158px;
	height: 33px;
	line-height: 31px;
	border:1px solid #b4b4b4;
	vertical-align: middle;
	padding-left: 11px;
	padding-right: 36px;
	padding-top:3px;
}


.xiazai-xuan input[type="image"]{
	position: absolute;
	left: 215px;
	top: 6px;
}

.xiazai-xuan select{
	width: 79px;
	height: 33px;
	line-height: 31px;
	border:1px solid #b4b4b4;
	vertical-align: middle;
	font-size: 14px;
	color:#666;
	padding-left: 5px;
}
.xiazai-xuan
{margin: 25px 0;}

.xiazai-list{
	  padding-top: 20px;
}

.xiazai-list li{
	width: 47.33%;
	border:1px solid #b6b6b6;
	padding: 9px 11px;
	margin-bottom: 30px;

}
.xiazai-list li h1{
	font-size: 16px;
	color:#666;
	padding: 3px 0;
}

.xiazai-list li:hover h1{
	color:#0858b2;
}
.xia-pic{
	width: 138px;
	margin-right: 22px;
}
.xia-pic img{
	display: block;
	width: 100%;
}

.xiazai-list li h1{
	font-size: 16px;
	color:#666;
	padding: 3px 0;
	 text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.xiazai-list li h2{
	font-size: 14px;
	color:#999;
	padding:13px 0 20px;
}

.xiazai-a img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
}
.xiazai-a 
{color:#0858b2;}

.xiazai-a  .fr{
	font-size: 14px;
	color:#999;
	/*margin-top: 3px;*/
	margin-right: 15px;
}

.table-111{
	margin-top: 33px;
}

.table-111 table{
	width: 100%;
	border:1px solid #dcdcdc;
	border-collapse: collapse;
}

.table-111 table th{
	border:1px solid #dcdcdc;
	background-color: #737373;
	color:#fff;
	font-weight: normal;
	font-size: 16px;
	height: 57px;
	line-height: 1.6;
	/*line-height: 57px;*/
	width: 25%;
}

.table-111 table td{
	border-right:1px solid #dcdcdc;
	background-color: #fff;
	color:#666;
	font-weight: normal;
	font-size: 14px;
	height: 57px;
	/*line-height: 57px;*/
	line-height: 1.6;
	text-align: center;
}
.table-111 table td a{
	text-decoration: underline;
}
.table-111 table tr:nth-child(even) td{
	background-color: #f8fbfe;
}

.zhilian{
	padding: 25px 0 15px;
	font-size: 16px;
	color:#666;
	text-align: right;
}
.zhilian a
{color:#fe0000;}

.zhaopin-a{
	padding: 26px 0;
}
.zhaopin-a a{
	float: left;
	width: 168px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	color:#666;
	background-color: #eaebed;
	margin-right: 3px;
}


.zhaopin-a a.active{
	background-color: #0858b2;
	color:#fff;
}


.xuanze1{
	width: 242px;
	height: 38px;
	line-height: 36px;
	border:1px solid #a5a5a5;
	padding: 0	5px;
}
.xuanze1 span{
	font-size: 14px;
	color:#999;
}
.xuanze2{
	margin-left: 20px;
}
.xuanze1 select{
	width: 150px;
	border:0;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
}

.xuanze3{
	width: 458px;
	height: 38px;
	line-height: 36px;
	border:1px solid #a5a5a5;
	padding: 0	35px 0 10px;
	position: relative;
}

.xuanze3 input[type="text"]{
	width: 100%;
	border:0;
	height: 35px;
	line-height: 35px;
}

.xuanze3 input[type="image"]{
	position: absolute;
	right: 10px;
	top: 8px;
}
/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/

#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	    box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5000000000;
	background-color: #fff;
  
}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:130000;
	
}

.nav-2 li{

	border-top: 1px dashed #ccc;
	padding: 10px;
}
.nav-2 li:first-child{
	border-top: 0;
}
.nav-2 li>a{
	
	
	font-size: 14px;
	width: 100%;
	color:#333;

}
/*.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: 150px;
	margin-left: 15px;
	margin-top: 5px;
}
.logo-2 a{
	display: inline-block;
	width: 100%;
	height: 67px;
	line-height: 67px;
}

.logo-2 img{
		
		vertical-align: middle;
	}

.menu2{
	height: 100%;
	line-height: 75px;
	margin-right: 15px;

}
.menu2 li{
	display: inline-block;
	cursor:pointer ;
	margin-left: 10px;
}
.menu2 li img{
	vertical-align: middle;
}
.lange{
	height:100%;
	width: 	39px;
	font-size: 	0;line-height: 72px;
	margin-right: 	10px;
}

.lange img{
	padding-top: 	2px;
	vertical-align: 	middle;	
}

.chenggao{
		display: none;
		height: 75px;
	}


#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 120000;
	background-image: url(../images/heidi.png);
	display: none;
	
}

.banner-x{
	display: none;
}

.fxfx .flex-control-nav{
	display: block;
	bottom: 20px;
}

.xiala2{
	padding-top: 8px;
	display: none;
}
.xiala2 a{
	display:block;
	padding: 7px;
	padding-left: 15px;
	font-size: 12px;
}





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/

div.article{
	width: 100%;
	padding: 0	15px;
	margin:40px auto;
}

div.article>h1{
	text-align: center;
	font-size: 26px;
	color:#0064ac;
}

div.article-tishi{
	text-align: center;
	margin:25px auto 20px;
}


#fenxiang-anniu{
	display: inline-block;
	vertical-align: top;
}

div.article-con{
	padding: 40px 0 120px;
	position: relative;
	border-top: 1px dashed #c9c7c7;
	border-bottom: 1px dashed #c9c7c7;
	line-height: 2.2;
}
div.article-con>img{
	display: block;
	margin:20px auto;
	max-width: 100%;
}
div.article-con>p{
	text-indent: 2em;
}
div.article-con>h1{
	font-size: 14px;
	text-align: center;
	margin:10px 0;
}
div.article-con>a{
	position: absolute;
	right: 8px;
	bottom: 50px;
	width: 102px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	color:#fff;
	background-color: #f37728;
	border-radius: 3px;
}

div.article-page{
	height: 87px;
	line-height: 87px;
	padding-bottom: 20px;

}

div.article-page>a:hover{
	color:#0064ac;
}

a.article-page-pre{
	float: left;
}
a.article-page-next{
	float: right;
}


/*********响应式设置-start****************/


@media only screen and (max-width: 1200px){
	div.article{
		width: 90%;
		margin: 8% auto;
		padding-left:0;
		padding-right: 0; 
	}


}
@media only screen and (max-width: 800px){
	div.article-page{
		height: auto;
		line-height: normal;

	}
	a.article-page-pre{
		float: none;
		display: block;
		margin:10px 0;
	}
	a.article-page-next{
		float: none;
		display: block;
			margin:10px 0;
	}

	div.article>h1
	{font-size: 18px;}

	div.article-con{
		    padding: 20px 0 100px;
	}
}
/*********响应式设置-over****************/



/*********article-start****************/








.reduce{
	margin:0 0.15rem;
}

.add{
	margin-left: 0.15rem;
}


.sousuo-divwp{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 6010000;
	display: none;
}
.sousuo-div-close{
	background-image: url(../images/heidi.png);
	z-index: 6010001;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.sousuo-div{
	display: none;
	width: 620px;
    height: 50px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    line-height: 50px;
    margin-left: -310px;
    top: 177px;
    z-index: 6010002;
}

.sousuo-div input[type="text"] {
    padding-left: 21px;
    width: 100%;
    border: none;
    font-size: 14px;
    margin-top: 15px;
    border-radius: 4px;
    color: #a3a3a3;
    padding-right: 60px;
}

.sousuo-div input[type="image"] {
	position: absolute;
	right: 17px;
	top: 17px;
    
    width: 16px;
    height: 16px;
    border: none;
   
}

/**************************************/
/********[css样式修改区域，需注明日期、作者]**********/
/**************************************/




/*日期：2016-01-01；      修改者：L。*/



/*日期：2016-01-01；      修改结尾！*/

/************message-start***************/


div.message{
	max-width: 700px;
	margin:50px auto 40px;
	min-height: 450px;
	
	background-color: #fff;
	position: relative;
	border-radius: 3px;
	
}




div.message-con{
	position: relative;
}




div.message-shuru{
	margin-top: 18px;
	

}
div.message-shuru span{
	float: left;
	font-size: 14px;
	width: 138px;
	height: 42px;
	line-height: 42px;
	text-align: right;
}


div.message-shuru span i{
	    /* display: inline-block; */
    font-size: 23px;
    color: #f00;
    vertical-align: middle;
    margin-top: 7px;
    margin-right: 5px;
    display: inline-block;
}

div.message-shuru input{
	height: 40px;
	line-height: 40px;
	border:0;
	background-color: #f0f6fc;
	float: left;
	border-radius: 5px;
	padding-left: 10px;
	font-size: 14px;
	color:#333;
	margin-left: 16px;
	width: 260px;
	max-width: 260px;
	border:1px solid #dbe3ea;
}

div.message-shuru textarea{
	height:180px;
	outline: none;
	resize: none;
	border:0;
	background-color: #f0f6fc;
	float: left;
	border-radius: 5px;

	font-size: 14px;
	color:#333;
	margin-left: 16px;
	width: 490px;
	max-width: 490px;
	border:1px solid #dbe3ea;
	padding: 10px;
}
div.message-tishi{
	position: absolute;
	text-align: center;
	width: 100%;
	line-height: 40px;
}


div.message-sub{
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

div.message-sub input{
	height: 33px;
	line-height: 33px;
	border:0;
	background-color: #feb210;
	width: 100%;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	color:#fff;
	cursor:pointer;
	width: 126px;
	max-width:126px;
	border-radius: 20px;
}
/************message-over***************/

/************响应式设置-start***************/
@media only screen and (max-width: 700px){
	div.message-shuru textarea{
		width: 60%;
	}
}

@media only screen and (max-width: 580px){
	div.register{
		width: 90%;
		margin:200px 5% 100px;

	}


		div.message-shuru{
			text-align: center;
			margin-top: 10px;
			margin-bottom: 10px;

		}

	div.message-shuru span{
		float: none;
		display: block;
		width: 100%;
		text-align: center;
	}
	div.message-shuru input{
		float: none;
		
		padding-left: 1%;
		width: 70%;
		max-width: 70%;
		margin-left: 0;
	}


	div.message-sub input{
		/*width: 70%;
		max-width: 70%;*/
	}

	div.message-shuru textarea{
		float: none;
		width: 69%;
		max-width: 69%;
		margin-left: 0;
		padding: 1%;
	}


}







.zhaopin-xx-top{
	margin:32px 0;
	border:1px solid #dadada;
	padding: 30px;
}

.zhaopin-xx-top h1{
	font-size: 20px;
	color:#0858b2;
}
.zhaopin-xx-top h2{
	font-size: 16px;
	font-weight: bold;
	color:#666;
	padding-bottom: 10px;
}

.zhaopin-xx-top p{
	font-size: 14px;
	color:#666;
	line-height: 2;
}


.zhaopin-xx-a a.fl{
	padding: 10px 28px;
	background-color: #0858b2;
	color:#fff;
	font-size:16px; 
	margin-left: 10px;
}

.zhaopin-xx-a a.fl:first-child{
	margin-left: 0;
}

.zhaopin-xx-a>span{
	font-size: 16px;
	padding: 10px 0;

}

.zhaopin-xx-a>span a{
	color:#f00;
}

#alert-1-wp{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	/*background-color: rgba(0,0,0,0.5);*/
	background-image: url(../images/heidi.png);
	z-index: 80000;
	display: none;
}

#alert-1{
	position: absolute;
	width: 400px;
	
	margin-left: -200px;
	left: 50%;
	top: 50%;
	margin-top: -168px;
	box-shadow: 0 0 10px #333;
	background-color: #fff;
	padding-top: 14px;
	padding-bottom: 29px;
	border-radius: 5px;
}
.alert-input{
	padding-top: 15px;
}
.alert-input span{
	display: inline-block;
	height: 35px;
	line-height: 35px;
	width: 120px;
	text-align: right;
}
.alert-input span b{
	font-size: 16px;
    color: #f00;
    line-height: normal;
    vertical-align: middle;
    display: inline-block;
    padding-right: 4px;
    margin-top: 6px;
}
.alert-input input[type="text"]{
	width: 220px;
	border:1px solid #ddd;
	height: 35px;
	line-height: 33px;
}
.alert-input input[type="file"]{
	width: 220px;
height: 35px;
overflow: hidden;
vertical-align: middle;

}
.alert-input input[type="button"],.alert-input input[type="sublime"]{
	vertical-align: top;
	border:0;
	width: 100px;
	height: 30px;
	line-height: 30px;
	background-color: #0858b2;
	color:#fff;
	font-size:14px; 

}

#close-333{
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 20px;
	color:#333;
	cursor: pointer;

}





/**************************************/
/********[css样式修改区域，需注明日期、作者]**********/
/**************************************/
.right_nav{ width:46px; height:600px; top:35%;position:fixed; right:1px; bottom:0px; background:url(../images/nav_ico.png) no-repeat left top;  z-index:999; /*display:none*/}

.right_nav ul{ width:100%; height:100%;}

.right_nav ul li{ width:46px; height:46px; margin-bottom:1px; position:relative; float:left;}

.right_nav ul li div{ cursor:pointer;}

.right_nav ul li:hover div{ display:block;}

.right_nav ul li:hover dl{ display:block;}



.nav_ri{ width:411px; position:absolute; right:0; top:0; display:none;}

.nav_gg{ width:46px; height:46px;background:url(../images/nav_ico.png) no-repeat right top; position:absolute; right:0; top:0;}

.nav_list{ width:183px; position:absolute; right:46px; top:0; line-height:46px; text-align:right;}

.nav_list dl{ width:182px; height:46px; position:relative; padding-bottom:1px;}

.nav_list dl dt{ width:182px; height:46px; position:absolute; right:0; top:0; background:url(../images/nav_bj.png) no-repeat; }

.nav_list dl dt a{ width:134px; padding:0 29px; height:46px; display:block; overflow:hidden;}

.nav_list dl dd{ width:182px; position:absolute; right:146px; top:0; padding-right:1px; display:none;}

.nav_list dl dd a{ width:142px; height:46px; padding:0 20px; display:block; overflow:hidden; background:url(../images/nav_bj_ico.jpg) repeat-x left top; padding-bottom:1px;text-align: center;}

.nav_list dl:hover dd{ display:block;}

.nav_list dl a{ color:#fff;}

.QQ{ width:120px; height:46px; position:absolute; right:0; top:0; background:url(../images/nav_ico.png) no-repeat right -47px; display:none;}

.QQ{ width:120px; height:46px; position:absolute; right:0; top:0; background:url(../images/nav_ico.png) no-repeat right -47px; display:none;}

.QQ a{ width:100%; height:100%; display:block;}

.QQ .tell_b { width:120px; height:300px; position:absolute; right:120px; top:0; border: 0; padding-right: 1px; background: none;}

.QQ .tell_b p{ width:116px; padding-left: 40px; height:46px; background:url(../images/nav_bj.png) no-repeat; border: 0; float: left; margin:0 0 1px; line-height: 46px;}

.QQ .tell_b p a{ color: #fff;}



.tell_a{ width:46px; height:46px; position:absolute; right:0; bottom:0; background:url(../images/nav_ico.png) no-repeat right -94px; display:none;}

.tell_b{ width:147px; height:96px; position:absolute; right:41px; bottom:-49px; background:url(../images/tell.png) no-repeat; display:none; font-size:14px; line-height:20px;}

.tell_b span{ display:block; color:#fff; margin-left:10px;}

.tell_b p{ color:#fff; margin-left:10px;}



.message_ri{ width:120px; height:46px; position:absolute; right:0; top:0; background:url(../images/nav_ico.png) no-repeat right -141px; display:none;}

.message_ri a{ width:100%; height:100%; display:block;}



.erweima_ri{ width:147px; height:142px; position:absolute; right:0; bottom:-48px; display:none;}

.erweima_ri_a{ width:46px; height:46px; position:absolute; right:0; bottom:0; background:url(../images/nav_ico.png) no-repeat right -188px; display:none;}



/*.weibo {

    width: 120px;height:46px;position:absolute;right: 0;top: 0;background: url(../images/nav_ico.png) no-repeat right -235px;display: none;

}*/



.Search{ width:274px; height:46px; position:absolute; right:0; top:0; background:url(../images/nav_ico.png) no-repeat right -235px; display:none;}

.Search input[type='text']{ width:221px; height:30px; float:left; border:0; background:none; margin-top:8px; margin-left:5px;}

.Search input[type='button']{ width:44px; height:46px; float:left; border:0; background:none;}



.fenx{ width:204px; height:46px; 
	padding-left: 47px;
	padding-top: 6px;
	position:absolute; right:0; top:0; background:url(../images/nav_ico.png) no-repeat right -281px; display:none;}

.fenx a{ width:38px; height:100%; display:block; float:left;padding-left: 0px!important;
	height: 35px!important;
	margin: 0!important;

}

.fenx a.bds_tsina{
	margin-left: 11px!important;
}
.fenx a.bds_sqq{
	width: 26px!important;
}
.fenx a.bds_qzone{
	width: 30px!important;
	    margin-left: 7px!important;
}

.top_ri{ width:46px; height:46px; position:absolute; right:0; bottom:0; background:url(../images/nav_ico.png) no-repeat right -328px; display:none;}

.top_ri a{ width:100%; height:100%; display:block;}



.bt_all{ width:100%; text-align:center; color:#535353; line-height:50px; }

.bt_all span{ font-size:36px; font-family:Arial;}

.bt_all i{ font-size:30px; font-style:normal;}

.bt_all p{ font-size:16p; color:#a9a9a9; line-height:20px; padding-left:10px;padding-right:10px;}



.ny_nav{ width:100%; height:35px; background: url(../images/point.png) 0  30px repeat-x ; text-align:center; margin-top:20px;}

.ny_nav a{ width:140px; height:35px;line-height:30px; background:url(../images/ser_s.png) no-repeat 0 0; margin:0 4px; color:#535353; display:inline-block; *display:inline; *zoom:1; }

.ny_nav a.cur{ height:35px; background:url(../images/ser_cur.png) no-repeat 0 0; color:#fff;}

/*10-18*/

.lanline-2 {

    height: 1px;

    width: 344px;

    background-color: #0057ae;

    margin-top: 58px;

    margin-left: 296px;

}



.lanline-4{

	height: 90px;

	top: -90px;

}



.zucheng .wp{

	position: relative;

}





.zgs2{

		position: absolute;

	height: 174px;

	width: 250px;

	background:url(../images/zgs.png) no-repeat bottom center;

	border-radius: 10px;



		-webkit-background-size: 100%;

		background-size: 100%;

		transition: .3s;

		right: 211px;

		top: 187px;

}



.zgs2:hover{

	-webkit-background-size: 110%;

	background-size: 110%;

}





.zgs2 a{

	display: inline-block;

	height: 174px;

	width: 250px;

}



.zgs2 h1{

	height: 40px;

	line-height: 40px;

	background-color: #0057ae;

	color:#fff;

	font-size: 16px;

	border-top-right-radius: 10px;

	border-top-left-radius: 10px;



}







.lanline-12 {

    position: absolute;

    left: -52px;

    top: 40px;

  

    width: 50px;

    height:1px;

    border-bottom: 1px  dashed #000;

}


.pro-more pro-more-2>div>table{
	margin:0 auto;
}