/**************************************/
/*************[公用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";
	font-size: 14px;  /*主要内容区字号大小，每次制作前更新！！！ */
	color:#333;
	background-color: #fff;
	
	overflow-y:auto; /*防止页面高度过低，滚动条加载时突显引起的页面调动。！！！ */
	line-height: 1.2;


}

input,textarea,select{
	outline: none;
	font-family:"Arial";
	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: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	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{

}


.nav li{
	float: left;
	margin:0 1px;

}

.nav li>a{
	display: block;
	height: 92px;
	line-height: 92px;
	padding: 0 18px;
	font-size: 16px;
	color:#3c3c3c;
	transition: .3s;
}
.nav li>a:hover{
	background-color: #004898;
	color:#fff;
}

.nav li.active>a{
	background-color: #004898;
	color:#fff;
}
.logo{
	font-size: 0;
	margin-top: 26px;
}


.search i{
	display: inline-block;
	margin-top: 31px;
	margin-left: 10px;
}

.search i img{
	vertical-align: middle;
	cursor: pointer;
}

.search a{
	display: inline-block;
	margin-left: 15px;
	margin-top: 31px;
}

.search a img{
	vertical-align: middle;
	margin-top: -3px;
}
/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{
	
}

.fafa .slides > li{
	height:454px;
	background-repeat: no-repeat;
	background-position: center ;
}

.fafa .flex-direction-nav{
	display: block;
}

.fxfx .flex-direction-nav{
	display: block;
}

.main-1-left{
	width: 900px;
}

.title-11{
	height: 75px;
	line-height: 75px;
	text-transform: uppercase;
	font-size: 20px;
	color:#004898;
}

.news-kuai{
	width: 443px;
}
.news-pic {
	overflow:hidden;
	position: relative;
}
.news-pic img{
	display: block;
	width: 100%;
	transition: .3s;
}
.news-pic:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.news-data{
	position: absolute;
	left: 0;
	top: 0;
	width: 89px;
	background-color: #004898;
	color:#fff;
	text-align: center;
}
.news-data h1{
	font-size: 28px;
	padding: 5px 0;
}
.news-data h2{
	padding: 0px 0 10px;

	font-size: 14px;
}

.news-con{
	background-color: #f6f6f6;
	padding: 15px;
}

.news-con h1{
	font-family:"Arial";
	font-size: 18px;
	color:#222;
	line-height: 1.6;
	height: 50px;
	overflow: hidden;
}
.news-con h1:hover{
	color:#004898;
}
.news-con p{
	margin-top: 10px;
	font-size: 14px;
	color:#808080;
	line-height: 1.8;
/*	height: 50px;*/
height: 76px;
	overflow: hidden;
}

.main-1-right{
	width: 290px;
	
}

.inves{
	height: 505px;
	background-color: #2e7dd5;
	margin-top: 18px;
	padding: 19px;
}
.inves>h1{
	font-size: 20px;
	color:#fff;
	text-transform: uppercase;
}
.inves li{
	border-top: 1px solid #82b9f6;
}

.inves li:first-child{
	border-top: 0;
}
.inves li a{
	display: block;
	padding: 16px 0;
}
.inves ul{
	margin-top: 15px;
}
.inves li h1{
	font-size: 14px;
	color:#fff;
	margin-bottom: 12px;
}
.inves li p{
	font-size: 16px;
	color:#fff;
	line-height: 1.8;
	height: 84px;
	overflow: hidden;
	 
}

.about .title-11{
	line-height: normal;
	height:auto;
	padding: 25px 0 20px;
}
.about p{
	font-size: 16px;
	color:#3e3e3e;
	line-height: 1.8;
	font-family:"Arial";
}
.more {
	margin-top: 10px;
}
.more a{
	font-size: 14px;
	color:#2b76ca;
}
.more a img{
	vertical-align: middle;
	margin-top: -1px;
	margin-left: 8px;
	transition: .3s;

}

.more a:hover img{
	margin-left: 12px;
}

.gongcheng-list li{
	float: left;
	width: 291px;
	height: 260px;
	margin:0 6px;
}
.gongcheng{
	overflow: hidden;
	padding-bottom: 20px;
}
.gongcheng-list{
	width: 1214px;
	position: relative;
	left: -7px;
}
.gongcheng-pic{
	overflow: hidden;

}
.gongcheng-pic img{
	display: block;
	width: 100%;
	transition: .3s;
}
.gongcheng-pic:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.gongcheng-list li h1{
	font-size: 14px;
	color:#2a2a2a;
	line-height: 1.8;
	padding-top: 8px;
	height: 58px;
	overflow: hidden;

}

.gongcheng-list li:hover h1{
	color:#2b76ca;
}

.gongcheng-list .caroufredsel_wrapper{
	margin:0 auto!important;
}

#gc-left{
	width: 44px;
	height: 44px;
	position: absolute;
	left:7px;
	top: 31%;
	background-image: url(../images/b-left.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	
}
#gc-right{
	width: 44px;
	height: 44px;
	position: absolute;
	right: 7px;
	top: 31%;
	background-image: url(../images/b-right.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-color: #4c4c4c;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	color:#fff;
}

#footer .fr {
	font-size: 0;
	line-height: normal;
	margin-top: 15px;
}
#footer .fr a{
	display: inline-block;
	margin-left: 11px;
	font-size: 0;
	line-height: normal;

}
#footer .fr a:first-child{
	margin-left: 0;
}

/**************************************************************/
/*footer-over*/




/*news*/
.banner-erji{
	height:347px;
	background-repeat: no-repeat;
	background-position: center bottom;

}




.erji-main div.wp{
	width: 1180px;
}
.title-2{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 200px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	font-size: 22px;
	color:#fff;
	font-weight: bold;
	background-color: #0079bb;
}

.erji{
	background-image: url(../images/erji.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
	margin:23px 0 23px;
}

.menu{
		text-align: center;
	width: 236px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0	1px;
}





.erji-con{
	width: 935px;
	padding: 0	15px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.menu li{

	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ececec;
	position: relative;
}


.menu>h1{
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color:#fff;
	background-color: transparent;
	background-image: url(../images/menu-h1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	
	height: 71px;
	line-height: 60px;
	border-bottom: 11px solid #ffffff;
	-webkit-background-size: cover;
	background-size: cover;
}


.menu li a{
	display: block;
		-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
           	background-color: #fff;
            font-size: 14px;
            color:#616161;
            transition: .3s;
}

.menu li:hover a{
	color:#fff;
	background-color: #2e9ae0;
}


.menu li.menu-active a{
	color:#fff;
	background-color: #2e9ae0;
}


.menu dd{
	height: 46px;
	line-height: 46px;
	background-color:#f9f9f9;
	text-align: center;
	color:#454545; 
	font-size: 15px;
	border-bottom: 1px solid #ececec;
}

.menu dd a{
	display: block;
	color:#454545; 
}
.erji-title{
	
	background-image: url(../images/title-1.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.erji-title h1{
	height: 60px;
	line-height: 60px;
	float: left;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	border-bottom: 2px solid #0372ba;
	font-size: 20px;
	color:#393939;
	padding: 0	15px;
	text-transform: uppercase;
}


.mianbaoxie{
	float: right;
	font-size: 14px;
	color:#9a9a9a;
	width: 320px;
	text-align: right;
}
.mianbaoxie span{
	color:#0372ba;
}

.mianbaoxie img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
}
.mianbaoxie a{
	transition: .3s;
	
	color:#9a9a9a;
}


.mianbaoxie a:hover{
	
	
	color:#0372ba;
}


/*===Ã©Â¡ÂµÃ§Â ÂÃ‚Â Ã‚Â====*/
.m-page{text-align: center;padding: 28px 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 #999;
   
}
.m-page ul li.on a,.m-page ul li a:hover{border-color: #0372ba;color:#fff;background-color: #0372ba;}


.xiaoyuan-list li{
	padding: 35px 0;
	border-bottom: 1px solid #e8e8e8;
}


.xiaoyuan-list li:hover .time{
	background-color: #fff;
}

.xiaoyuan-list li:hover .time h1,.xiaoyuan-list li:hover .time h2{
	color:#0372ba;
}


.time{
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	padding-top: 10px;
	width: 76px;
	height: 79px;
	background-color: #0372ba;
	text-align: center;
	margin-right: 30px;
	
	border-radius: 3px;
}
.time h1{font-size: 38px;
	line-height: 1;
	color:#fff;	font-weight: bold;


}

.time h2{font-size:14px;
	color:#fff;
	margin-top: 3px;

}




.xiaoyuan-con h1{
	font-size: 16px;
	color:#4b4b4b;
	margin-bottom: 5px;
	    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.xiaoyuan-con h1 a{
	color:#4b4b4b;
	transition: .3s;

}

.xiaoyuan-con h1 a:hover{
	color:#0372ba;
}
.xiaoyuan-con .xiaoyuan-con-p{
	font-size: 14px;
	color:#969696;
	line-height: 1.8;
	height: 50px;
	overflow: hidden;
	

}


.tupian-list ul{
	margin-left: -17px
}
.tupian-list li{
	float: left;
	width: 290px;
	margin-left: 17px;
}

.tupian-pic {
	overflow: hidden;
}
.tupian-pic img{
	display: block;
	width: 100%;
	transition: .3s;
}

.tupian-pic:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.tupian-list li
{margin-top: 30px;}

.tupian-list li h1{
	font-size: 14px;
    color: #2a2a2a;
    line-height: 1.8;
    padding-top: 10px;
    height: 58px;
    overflow: hidden;
    
}
   
.tupian-list li:hover h1{
	color:#2b76ca;
}

.danpian-about{
	line-height: 2;
}

.danpian-about>h1{
	text-align: center;
	font-size: 26px;
	padding: 20px 0;
	color:#333;
	line-height: 1.6;
}


.danpian-p{
	text-indent: 2em;
}

/**************************************/
/********[特殊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;
}

.nav-2 li{

	border-top: 1px dashed #ccc;
	
}

.nav-2 li:first-child{
	border-top: 0;
}

.nav-2 li a{
	padding: 10px ;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	


}

/*.nav-2 li a:hover{
	color:#1a0d07;
}*/
.logo-2{
	font-size: 0;
	width: 220px;
	margin-left: 5px;
	margin-top: 3px;
}
.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;
}

.chenggao{
		display: none;
		height: 75px;
	}


#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 80000;
	background-image: url(../images/heidi.png);
	display: none;
	
}

.banner-x{
	display: none;
}


.banner-erji-x{
	display: none;
}
/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/




div.article{
	width: 100%;
	padding: 0	15px;
	margin:80px 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;
}

.video{ 
	width:600px;
	height:450px;
	margin:0 auto;
 }
/*********响应式设置-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;
	}
}


@media only screen and (max-width: 600px){
	.video{
		width:360px;
		height:300px;
	}

	}

	.bbb{
		background-color: #fff;
	}


.bt-page {
    text-align: center;
  
    padding: 80px 0 40px;
    /* padding-left: 45px; */
}


.bt-page * {
    display: inline-block;
    margin-left: 2px;
}

.bt-page div {
    width: 48px;
    height: 46px;
  	line-height: 46px;
    border: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
	background-color: #fff;
    color: #000;
    font-size: 14px;
      border-radius: 5px;
}
.bt-page div:hover{
	 background-color: #cccccc;
    color: #fff;
}
.ccc {
    width: 48px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    border-radius: 5px;
}

span.ccc-active {
    background-color: #0372ba;
    color: #fff;
    border-color: #0372ba;
}

.ccc:hover {
    background-color: #0372ba;
    color: #fff;
        border-color: #0372ba;
}

.product-wp{
	padding: 80px;
}
/*.product-list{
	position: static;
}*/
.product-list .item h1{
	font-size: 18px;
	color:#004898;
	text-align: center;
	padding: 16px 0 10px;
}
.product-list .item h2{
	font-size: 14px;
	color:#999;
	text-align: center;
}

.product-list .owl-prev{
	position: absolute;
	width: 18px;
	height: 34px;
	background-image: url(../images/left2.png);
	cursor: pointer;
	top: 37%;
	
	left: -40px;
	font-size: 0;
}

.product-list .owl-next{
	position: absolute;
	width: 18px;
	height: 34px;
	background-image: url(../images/right2.png);
	font-size: 0;
	cursor: pointer;
	top:37%;
	
	right: -40px;
}


.pro-pic{
	width: 122px;
	height: 122px;
	background-repeat: no-repeat;
	background-position: center ;
	transition: .3s;
	margin:0 auto;
}


.pro-pic1{background-image: url(../images/pro1.png);}
.pro-pic2{background-image: url(../images/pro2.png);}
.pro-pic3{background-image: url(../images/pro3.png);}
.pro-pic4{background-image: url(../images/pro4.png);}
.pro-pic5{background-image: url(../images/pro5.png);}
.pro-pic6{background-image: url(../images/pro6.png);}
.pro-pic7{background-image: url(../images/pro7.png);}

.product-list .item:hover .pro-pic1{background-image: url(../images/pro1h.png);}
.product-list .item:hover .pro-pic2{background-image: url(../images/pro2h.png);}
.product-list .item:hover .pro-pic3{background-image: url(../images/pro3h.png);}
.product-list .item:hover .pro-pic4{background-image: url(../images/pro4h.png);}
.product-list .item:hover .pro-pic5{background-image: url(../images/pro5h.png);}
.product-list .item:hover .pro-pic6{background-image: url(../images/pro6h.png);}
.product-list .item:hover .pro-pic7{background-image: url(../images/pro7h.png);}

.bbb {
    background-color: #fff;
}

.shang-li{
	position: relative;
	padding-left: 221px;
	background-color: #fff;
	/*height: 309px;*/
	padding-bottom: 50px;
	margin-top: 30px;

}
.shang-li:first-child{
	margin-top: 0;
}
.shang-ju{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #004898;
	width: 221px;
	padding-top: 61px;
}

.shang-ju img{
	display: block;
	margin:0 auto;
}

.shang-ju h1{
	text-align: center;
	color:#fff;
	font-size: 18px;
	color:#fff;
	margin-top: 19px;

}


.shang-more{
	text-align: center;
	margin-top: 39px;
}
.shang-more a{
	font-size: 14px;
	color:#fff;
}


.shang-list1{
	padding-top: 23px;
}
.shang-list1 li{
	float: left;
	width: 296px;
	margin-left: 23px;
}
.shang-pic {
	overflow: hidden;
}
.shang-pic img{
	display: block;
	width: 100%;
	transition: .3s;
}

.shang-pic:hover  img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.shang-list1 li h1{
	font-size: 14px;
	line-height: 28px;
	color:#333;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	margin-top: 20px;
}

.shang-list1 li h1 a.fr{
	width: 96px;
	height: 28px;
	line-height: 28px;
	border-radius: 3px;
	background-color: #004898;
	color:#fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-left: 8px;
}

.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.shang-list2
{background-color: 	#fff;padding: 	15px;}
.shang-list2 ul{
	margin-left: -2%;
}
.shang-list2 li{
	float: left;
	width: 31.3333333%;
	margin-left: 2%;
	margin-bottom: 	25px;
}

.shang-list2 li h1{
	font-size: 14px;
	line-height: 28px;
	color:#333;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	margin-top: 20px;
}

.shang-list2 li h1 a.fr{
	width: 96px;
	height: 28px;
	line-height: 28px;
	border-radius: 3px;
	background-color: #004898;
	color:#fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-left: 8px;
}

/**************************************/
/********[css样式修改区域，需注明日期、作者]**********/
/**************************************/




/*日期：2016-01-01；      修改者：L。*/



/*日期：2016-01-01；      修改结尾！*/











/**************************************/
/********[css样式修改区域，需注明日期、作者]**********/
/**************************************/
