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

/*主站变灰*/
/*html {
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}
* {
-moz-filter: grayscale(100%); 
-ms-filter: grayscale(100%); 
-o-filter: grayscale(100%); 
filter: gray;
}*/
/*主站变灰*/

/*淘宝变灰*/
/* body, html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    }*/

/*淘宝变灰*/

/*百度百科變灰*/


/*body.memorial>* {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1)
}
*/


/*百度百科變灰*/


@font-face{
	font-family:"w3";
	src:url("../fonts/w3.TTF");
}

body{
	overflow-x:hidden; 
}



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




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: 999;
}

.header-1{
	height: 128px;
	background-color: #fff;
}

.logo{
	width: 621px;
	margin-top: 30px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}
.search-wp{
   width: 300px; 
   margin-left: 20px;
   margin-top: 14px;
}
.search-wp a:hover{
	color: #0d4589;
}
.search{
	position: relative;
	padding: 2px 40px 2px 20px;
	padding-right: 77px;
	border:1px solid #0d4589;
	border-radius: 40px;
	margin-top:10px;
	
}
.search input:focus{
	outline: none;
}
.search input[type="text"]{
	display: block;
	width: 100%;
	height: 36px;
	border:0;
	border-right: 0;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	padding: 6px 0;
}
.search input[type="image"]{
	position: absolute;
	right:5px;
	top: 5px;
	width: 65px;
}

.hda{
	font-size: 16px;
	font-weight: bold;
	color:#333;
	margin-top: 44px;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
}
.hda a:hover{
	color: #0d4589;
}
.hda a img{
	margin-top: -3px;
	margin-right: 10px;
}




.nav-wp{
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	background-image: url(../images/landi1.png);
}

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	position: relative;
	width: 16.666666667%;
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;

}

.nav>ul>li+li{
	background-image: url(../images/li.png);
	padding-left: 1px;
}

.nav>ul>li>a{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	display: block;
	height:60px;
	line-height: 60px;
	text-align: center;
}
.nav>ul>li.cur>a,
.nav>ul>li:hover>a{
	background-image: url(../images/landi2.png);

}
.nav>ul>li>ul{
	position: absolute;
	left: 0%;
	width: 100%;
	top:100%;
	z-index: 600;
	background-image: url(../images/landi1.png);
	display: none;
}
.nav>ul>li>ul>li{
	position: relative;
}
.nav>ul>li>ul>li>a{
	display: block;
	padding: 12px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 16px;
	color:#fff;
	/*transition: .3s;*/
	text-align: center;
}
.nav>ul>li>ul>li>a:hover{
	background-image: url(../images/landi2.png);
}

.nav>ul>li>ul>li:hover>ul{
	display: block;
}
.nav>ul>li>ul>li>ul{
	position: absolute;
	width: 100%;
	left: 100%;
	top: 0;
	z-index: 600;
	background-image: url(../images/landi1.png);
	display: none;
	/*padding-left: 1px;*/
}


.nav>ul>li>ul>li>ul>li>a{
	display: block;
	padding: 13px 5px 14px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color:#fff;
	/*transition: .3s;*/
	text-align: center;
}
.nav>ul>li>ul>li>ul>li>a:hover{
	background-image: url(../images/landi2.png);
}







/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}
.fafa .flex-control-nav{
	height: 0;
	bottom: 50px;
}
.fafa .flex-control-nav li{
	margin:0 10px;
}
.fafa .flex-control-paging li a.flex-active{
	width: 30px;
}


.main-padd{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


.main1{
	background-image: url(../images/main1-bg.jpg);
	padding: 55px 0 110px;
	background-position: center bottom;
}

.tongzhi-wp{
	background-color: #fff;
	box-shadow: 0px 0px 16px 0px rgba(4, 0, 0, 0.16);
	padding: 30px;
}
.tongzhi{
	position: relative;
	padding: 0 120px 0 150px;
	min-height: 88px;
}

.tongzhi-title{
	position: absolute;
	left: 0;
	top: 0;
	width: 88px;
	height: 88px;
	background-color: #0d4589;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 1.3;
	padding: 12px 15px 0;
}

.tongzhi-con-h1{
	font-size: 30px;
	font-weight: bold;
	color:#333;
	text-align: center;
	padding: 0 50px;
}
.tongzhi-con-h1 a:hover{
	color: #0d4589;
}
.tongzhi-dl{
	margin-top: 20px;
}
.tongzhi-dl dl{
	margin:0;
	margin-left: -3%;
}

.tongzhi-dl dd{
	float: left;
	width: 30.33333333%;
	margin-left: 3%;
	font-size: 16px;
	color: #666;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url(../images/tongzhi.png);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.tongzhi-dl dd a:hover{
	color: #0d4589;
}

.tongzhi-more{
	position: absolute;
	right: 50px;
	top: 50%;
	margin-top: -23px;
	width: 27px;
}
.tongzhi-more a{
	display: block;
	height: 46px;
	padding: 5px 5px 0;
	border:1px solid #dbdbdb;
	font-size: 14px;
	color: #999;
	text-align: center;
	border-radius: 4px;
	line-height: 1.3;
}
.tongzhi-more a:hover{
	background-color: #0d4589;
	border-color: #0d4589;
	color: #fff;
}

.mm70{
	margin-top: 70px;
}
.title-11{
	/*background-color: #f0f;*/
	padding-bottom: 45px;
}
.title-11-con h1{
	margin:0;
	font-size: 40px;
	color: #333;
	font-family:"w3";
}


.title-11-con h2{
	margin:0;
	font-size: 16px;
	color: #999999;
	line-height: 1.5;
	margin-top: 12px;
}

.title-11-a{
	width: 125px;
	margin-top: 17px;
}
.title-11-a a{
	display: block;
	height: 44px;
	line-height: 	44px;
	font-size: 18px;
	color: #333;
	text-align: center;
	background-color: #f1f1f1;
	border-radius: 999em;
}


.title-11-a#title-11-a1 a{
	display: none;
}

.title-11-a#title-11-a1 a.cur{
	display: block;
}





.title-11-a a:hover{
	background-color: #0d4589;
	color: #fff;
}
.title-11-dl{
	margin-top: 17px;
}

.title-11-dl dl{
	margin:0;
}

.title-11-dl dd{
	float: left;
	width: 125px;
	height: 44px;
	line-height: 	44px;
	font-size: 18px;
	color: #333;
	text-align: center;
	background-color: #f1f1f1;
	border-radius: 999em;
	margin-right: 20px;
	cursor: pointer;
}

.title-11-dl dd.cur{
	background-color: #0d4589;
	color: #fff;
}


.main1-con-wp .main1-con{display: none;}
.main1-con-wp .main1-con:first-child{display: block;}

.main1-1{
	width: 750px;
	margin-right: 50px;
}

.fmain1 .imgbox_a{
	padding-bottom: 66.67%;
}
.fmain1 .imgbox_a h1{
	position: absolute;
	margin:0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 15;
	height:65px ;
	line-height: 65px;
	color: #fff;
	font-size: 16px;
	padding-left: 35px;
	padding-right: 140px;
	background-image: url(../images/heidi1.png);
}


.fmain1 .flex-control-paging li a{
	width: 8px;
	height: 8px;
	background-image: url(../images/arrow-b2.png);
}

.fmain1 .flex-control-paging li a.flex-active{
	background-image: url(../images/arrow-b2-h.png);
}

.fmain1 .flex-control-nav{
	text-align: right;
	padding-right: 28px;
	height: 0;
	bottom: 36px;
}

.fmain1 .flex-control-nav li{margin:0;}
.fmain1 .flex-control-nav li+li{margin-left:15px;}




.main1-2{
	overflow: hidden;
}

.tui-pic{
	width: 200px;
	margin-right: 35px;
}
.tui-pic .imgbox_a{
	padding-bottom: 66.67%;
}
.tui{
	border-bottom: 1px dashed #dddddd;
	padding-bottom: 35px;
}


.tui-con{
	overflow: hidden;
}

.tui-con h1{
	margin:0;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
}
.tui-con h1 a:hover{
	color: #0d4589;
}
.tui-con p{
	margin:0;
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 12px;
}

.main1-2 .list01{
	padding-top: 34px;
}
.list01 dl{
	margin:0;
}

.list01 dd{
	font-size: 18px;
	color: #333;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url(../images/tongzhi.png);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 85px;
	height: 20px;
	line-height: 20px;
	position: relative;
}
.list01 dd+dd{
	margin-top: 26px;
}
.list01 dd a:hover{
	color: #0d4589;
}

.list01 dd span.span_11{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #999;
}







.main2{
	padding: 110px 0 120px;
	background-color: #f7f7f7;
}

#title-11-dl2.title-11-dl dd{
	width: auto;
	padding: 0 24px;
}

.main2-list .imgbox_a{
	padding-bottom: 134.466%;
}
.main2-list .imgbox_a::before{
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../images/landi3.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	content:"";
	z-index: 5;
}
.main2-list .imgbox_a h1{
	margin:0;
	position: absolute;
	width: 100%;
	z-index: 25;
	left: 0;
	bottom: 0;
	padding: 0 50px 40px;
	font-size: 28px;
	color: #fff;
	font-weight: bold;
}
.main2{
	overflow: hidden;

}
.main2-div-wp{
	position: relative;
}

.main2-div{
	position: absolute;
	width: 100%;
	left: -1500%;
	top: 0;
}
.main2-div.cur{
	left: 0;
	position: relative;
}
.main3{
	background-image: url(../images/main3-bg.jpg);
	padding: 90px 0 85px;

}


.main3-a{
	width: 48%;
}
.main3-a .imgbox_a{
	padding-bottom: 32.47%;
}

.main3-div{
	margin-top: 55px;
}

.main3-item{
	width: 31%;
	background-color: #fff;
	box-shadow: 1px 1px 15.68px 0.32px rgba(106, 106, 106, 0.3);
	padding:  30px;
	float: left;
}
.main3-item+.main3-item{
	margin-left: 3.5%;
}

.main3-ax-list .owl-nav button.owl-prev{
    position: absolute;
    left:-30px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 31px;
    background-image: url(../images/left222.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    background-size: 100%;
}

.main3-ax-list .owl-nav button.owl-next{
    position: absolute;
    right:-30px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 31px;
    background-image: url(../images/right222.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    background-size: 100%;
}




.title-22 .fl{
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.title-22 .fr{
	font-size: 14px;
	color: #999;
	margin-top: 7px;
}
.title-22 .fr:hover{
	color: #0d4589;
}


.main3-item .list01{
	padding-top:20px;
}








/*****
*********************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.footer-1{
	padding: 50px 0 30px;
}


.foo1-1{
	width: 528px;
}

.foo-logo a,.foo-logo img{
	display: block;
	width: 100%;
}
.foo1-phone{
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: 0 15px;
	background-image: url(../images/phone.png);
	margin-top: 0px;
}
.foo1-phone h1{
	margin:0;
	font-size: 16px;
	color: rgba(255,255,255,0.7);
}

.foo1-phone h2{
	margin:0;
	font-size: 23px;
	color: #fff;
	font-weight: bold;
	padding: 10px 0;
}

.er{
	padding-left: 40px;
	margin-top: 28px;
}

.er-pic{
	width: 120px;
	margin-right: 30px;
}

.er-pic img{
	display: block;
	width: 100%;
}

.er-con{
	overflow: hidden;
	font-size: 16px;
	color: rgba(255,255,255,0.7);
	padding-top: 50px;
}


.foo1-2 ul{
	margin:0;
}


.foo1-2>ul>li{
	float: left;
	text-align: center;
}

.foo1-2>ul>li+li{
	margin-left: 80px;
}

.foo1-2>ul>li h1{
	margin:0;
	font-size: 18px;
	color: #fff;
}

.foo1-2>ul>li h1 a:hover{
	font-weight: bold;
}

.foo1-2 dl{
	margin:0;
	padding-top: 8px;
}
.foo1-2 dd{
	font-size: 14px;
	color: #acacac;
	margin-top: 12px;
}
.foo1-2 dd a{
	color: rgba(255,255,255,0.7);

}
.foo1-2 dd a:hover{
	color: #fff;
}
.foo1-2 dd ul{
	padding-bottom: 10px;
	padding-top: 5px;
}
.foo1-2 dd li{
	font-size: 12px;
	color: #acacac;
	margin-top: 5px;
}
.footer-2{
	padding: 15px 0;
	border-top:1px solid rgba(255,255,255,0.3);
}
.footer-2 .fl{
	font-size: 14px;
	color: rgba(255,255,255,0.7);
	line-height: 1.8;
	padding: 12px 0
}
.footer-2 .fl a:hover{
	color: #fff;
}
.footer-2 .fr{
	width: 268px;

}
.footer-2 .fr select:focus{
	outline: none;
}

.footer-2 .fr select{
	display: block;
	width: 100%;
	height: 50px;
	border:1px solid rgba(255,255,255,0.3);
	background-color: transparent;
	color: #fff;
	padding-left: 10px;
}

.footer-2 .fr select option:first-child{
	display: none;
}
.footer-2 .fr select option{
	color: #333;
}



/**************************************************************/
/*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;

}
.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{
	margin:0;
	max-height: calc(100vh - 129px);
	overflow-y: auto;
}
.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;
}
.nav-2>ul>li>ul>li>a{
	padding: 5px 10px;
	display: block;
	font-size: 15px;
	width: 100%;
	color:#666;
}


.nav-2>ul>li>ul>li:last-child .swdl{
	margin-bottom: 5px;
}

.nav-2>ul>li>ul>li {
    padding-left: 15px;
}
.swdl{
	padding-top:1px;
	padding-left: 25px;
	border-top: 1px dotted #ddd;
	margin:7px 0 10px;
	font-size: 0;
}
.swdl a{
	margin-right: 15px;
	font-size: 13px;
	margin-top: 9px;
	display: inline-block;
}






/*.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: 18px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 300px;
   margin-left: 15px;
   margin-top:23px;
}

.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样式要求区域]**********/
/**************************************/

.banner-2{
	height: 450px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


.erji{
	background-color: #f8f8f8;
	padding: 60px 0; 
}

.menu{
	width: 280px;
}

.menu-h1{
	font-size: 30px;
	font-weight: bold;
	color:#fff;
	text-align: center;
	background-color: #0d4589;
	padding: 22px 15px;
	border-bottom: 3px solid #cdb99b;
}

.menu-list{
	background-color: #fff;
	padding: 25px 28px 60px;
}

.menu-list ul{
	margin:0;
}
.menu-list li+li{
	margin-top: 10px;
}
.menu-list li>a{
	display: block;
	height: 66px;
	line-height: 66px;
	font-size: 18px;
	color: #333;
	background-color: #f8f8f8;
	text-align: center;
}

.menu-list li:hover>a,
.menu-list li.cur>a{
	background-color: #0d4589;
	color:#fff;
}
.menu-list dl{
	margin:0;
	background-color: #f8f8f8;
	padding: 5px 20px;
	border-top: 1px solid #eaeaea;
}

.menu-list dd>a{
	display: block;
	padding: 12px 0;
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	text-align: center;
}
.menu-list dd+dd{
	border-top: 1px solid #eaeaea;
}
.menu-list dd>a:hover,
.menu-list dd.cur>a{
	color: #0d4589;
}
.mianbaoxie{
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}

.mianbaoxie a:hover,.mianbaoxie span{
	color: #0d4589;
}

.erji-content{
	width: 1140px;
}
.erji-title{
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 20px;
	padding-top: 3px;
}
.erji-title h1{
	margin:0;
	font-size: 28px;
	color: #333;
	font-weight: bold;
}

.news1-list dl{
	margin:0;
}

.news1-list dd{
	margin-top: 35px;
}

.news1-list dd>a{
	display: block;
}

.news1-item{
	background-color: #fff;
	padding: 40px 35px;
}

.news1-date{
	width: 90px;
	height: 77px;
	border:1px solid #d6d6d6;
	text-align: center;
	padding-top: 11px;
	margin-right: 35px;
	background-color: #fff;
}

.news1-date h1{
	margin:0;
	font-size: 36px;
	color: #333;
	font-family: "Arial";
	line-height: 1;
}

.news1-date h2{
	margin:0;
	font-size: 12px;
	color: #333;
	line-height: 1;
	margin-top: 5px;
}

.news1-con{
	overflow: hidden;
}

.news1-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 1;
}

.news1-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top:9px;
}

.news1-item:hover{
	background-color: #0d4589;
}

.news1-item:hover .news1-date{border-color: #0d4589;}
.news1-item:hover .news1-con h1{color: #fff;}
.news1-item:hover .news1-con p{color: #fff;}

.fenye{
	text-align: center;
	margin-top:60px;
}
.fenye ul{
	margin:0;
}


.erji-content-div{
	margin-top: 30px;
}

.map-wp{
	height: 509px;
}

.map{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.contact-item{
	margin-top: 45px;
}

.contact-h1{
	font-size: 24px;
	font-weight: bold;
	color:#0d4589;
	padding-bottom: 20px;
	border-bottom: 1px dashed #dbdbdb;
}

.contact-p{
	margin-top: 15px;
	font-size: 16px;
	color: #333;
	line-height: 2;
}

.contact-p p{margin:0;}

.tushuo-list dl{
	margin:0;
	margin-left: -3%;
}

.tushuo-list dd{
	float: left;
	width: 30.33333%;
	margin-left: 3%;
	margin-top: 3%;
}

.tushuo-pic .imgbox_a{
	padding-bottom: 66.48%;
}

.tushuo-con{
	background-color: #fff;
	padding: 20px 25px;
}

.tushuo-title{
	font-size: 18px;
	color: #333;
	text-align: center;
}
.tushuo-item:hover .tushuo-title{
	color: #0d4589;
}
.tushuo-date{
	font-size: 14px;
	color: #999;
	text-align: right;
	margin-top: 15px;
}

.wenhua-item{
	padding: 25px 0 18px 25px;
	border-bottom: 1px dashed #d3d3d3;
}

.wenhua-item-title{
	font-size: 24px;
	color: #0d4589;
	font-weight: bold;
	position: relative;
}
.wenhua-item-title::before{
	position: absolute;
	width: 10px;
	height: 10px;
	left: -25px;
	top: 50%;
	margin-top: -5px;
	content:"";
	background-size: 100%;
	background-image: url(../images/wenhua.png);
}
.wenhua-item-con p{
	margin:0;
}

.wenhua-item-con{
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	margin-top: 15px;
}

.rongyu-pic .imgbox_a{
	padding-bottom: 66.19%;
}

.rongyu-title{
	font-size: 16px;
	color:#333;
	text-align: center;
	margin-top: 20px;
}

.rongyu-item:hover .rongyu-title{
	color: #0d4589;
}

.zuzhi-item{
	margin-top: 30px;
}

.zuzhi-title{
	font-size: 22px;
	color: #0d4589;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 1px dashed #d6d6d6;
}

.zuzhi-dl dl{
	margin:0;
	font-size: 0;
	margin-left:-2%;
	padding-top: 5px;
}

.zuzhi-dl dd{
	display: inline-block;
	vertical-align: top;
	width: 18%;
	margin-left: 2%;
	margin-top: 15px;
	font-size: 16px;
	color: #333;
	padding-left: 17px;
	background-repeat: no-repeat;
	background-position: 0 8px;
	background-image: url(../images/dian.png);
	line-height: 1.5
}

.yewu-dl dl{
	margin:0;
}

.yewu-dl dd{
	margin-top: 40px;
}

.yewu-pic {
	width: 50%;
}

.yewu-pic .imgbox_a{
	padding-bottom: 62.28%;
}

.yewu-dd{
	background-color: #fff;
}

.yewu-con{
	overflow: hidden;
	padding: 40px 40px 0;
}

.yewu-h1{
	font-size: 22px;
	color: #333;
	padding-bottom: 25px;
	border-bottom: 1px solid #d6d6d6;
}

.yewu-p{
	font-size: 16px;
	color: #666;
	line-height: 2;
	height: 8em;
	overflow: hidden;
	margin-top: 20px;
}
.more1{
	margin-top: 30px;
}
.more1 a{
	display: block;
	width:110px;
	height: 38px;
	line-height: 38px;
	border-radius: 999em;
	background-color: #e9e9e9;
	text-align: center;
	font-size: 14px;
	color: #999;
}

.more1 a:hover{
	background-color: #0d4589;
	color: #fff;
}

.zhuanjia-item{
	padding: 25px 20px;
	padding-right: 0!important;
	border-bottom: 1px dashed #d6d6d6;
}

.zhuanjia-name{
	font-size: 14px;
	color: #666;
	position: relative;
}
.zhuanjia-name::before{
	position: absolute;
	width: 7px;
	height: 7px;
	left: -25px;
	top: 50%;
	margin-top: -3px;
	content:"";
	background-size: 100%;
	background-image: url(../images/dian2.png);
}
.zhuanjia-name span{
	padding-right: 24px;
	font-size: 22px;
	color: #333;
	font-weight: bold;
}

.zhuanjia-con{
	font-size: 14px;
	color: #666;
	line-height: 2;
	margin-top: 15px;
}


.zhuanjia-con p{margin:0;}

.lingdao ul{
	margin:0;
	margin-left: -4%;
	font-size: 0;
}

.lingdao li{
	display: inline-block;
	vertical-align: top;
	width: 46%;
	margin-left: 4%;
	margin-top: 30px;
}

.lingdao-item{
	background-color: #fff;
	padding: 30px;
	border-top: 3px solid #0d4589;
	min-height: 301px;
}

.lingdao-name{
	font-size: 22px;
	color: #0d4589;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 1px dashed #d2d2d2;
}

.lingdao-dl dl{
	margin:0;
	padding-top: 10px;
}

.lingdao-dl dd{
	font-size: 16px;
	color: #333;
	padding-left: 15px;
	line-height: 1.5;
	margin-top: 20px;
	background-image: url(../images/dian3.png);
	background-repeat: no-repeat;
	background-position: 0 9px;
}

.about{
	background-image: url(../images/about-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.about1{
	background-color: #357ec0;
}

.about1-pic{
	width: 50%;
}

.about1-pic .imgbox_a{
	padding-bottom: 66%;
}

.about1-con{
	overflow: hidden;
	padding: 40px 25px 0 40px;
}

.about1-h1{
	font-size: 28px;
	color: #fff;
	font-weight: bold;
}

.about1-p p{
	margin:0;
}

.about1-p{
	font-size: 16px;
	color: #fff;
	line-height: 2;
	margin-top: 15px;
	padding-right: 15px;
	height: 16em;
	overflow-y: auto;
}

.about1-p::-webkit-scrollbar {
    width: 4px;
}
.about1-p::-webkit-scrollbar-thumb {
    width: 4px;
    height: 36px;
    border-radius: 4px;
    background-color: #fff;
}
.about1-p::-webkit-scrollbar-track {
    width: 4px;
    border-radius:4px;
}
.about2{
	font-size: 16px;
	color: #333;
	line-height: 2;
	padding: 45px 0;
}
.about2 p{
	margin:0;
}
.about3{
	font-size: 32px;
	color: #0d4589;
	line-height: 1.8;
	font-family: "w3";
	text-align: center;
}



.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;

}
.bsBox,.bsBox *,#bsPanelHolder,#bsPanelHolder *{
	-webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.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!important;
}


.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:#0d4589;
}













.fazhan-menu1{
	background-image: url(../images/fazhan-menu1.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.fazhan-menu1-item{
	width: 50%;
	padding: 30px 15px;
	text-align: center;
	position: relative;
	float: left;
	z-index: 50;
	cursor: pointer;
}

.fazhan-menu1-item h1{
	margin:0;
	font-size: 24px;
	color: #333;
	font-weight: bold;
}

.fazhan-menu1-item h2{
	margin:0;
	font-size: 16px;
	color: #666;
	margin-top: 12px;
}
.fazhan-menu1-item.cur{
	background-color: #0d4589;
}
.fazhan-menu1-item.cur h1,
.fazhan-menu1-item.cur h2{
	color: #fff;
}


.fazhan-div-wp{
	margin-top: 40px;
	position: relative;
	overflow: hidden;
}
.fazhan-div{
	position: absolute;
	width: 100%;
	left: -1500%;
	top: 0;
}
.fazhan-div.cur{
	left: 0;
	position: relative;
}


.fazhan-menu2{
	background-repeat: repeat-x;
	background-position: left center;
	background-image: url(../images/line11.jpg);
}

.fazhan-menu2 .item{
	padding: 20px 0;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.fazhan-menu2 .item span{
	display: block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 20px;
	color: #999999;
	font-weight: bold;
	cursor: pointer;
	background-image: url(../images/y1.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	margin:0 auto;
}
.fazhan-menu2 .item span:hover{
	color: #0d4589;
}
.fazhan-menu2 .item.cur{
	background-image: url(../images/jiao1.png);

}
.fazhan-menu2 .item.cur span{
	background-image: url(../images/y2.png);
	color: #0d4589;
}

.fazhan-menu2 .owl-nav button.owl-prev{
    position: absolute;
    left:0px;
    top: 50%;
    margin-top: -7px;
    width: 8px;
    height: 15px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
}

.fazhan-menu2 .owl-nav button.owl-next{
    position: absolute;
    right:0px;
    top: 50%;
    margin-top: -7px;
    width: 8px;
    height: 15px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
}

.fazhan-con-wp{
	margin-top: 40px;
}

.fazhan-con-wp .fazhan-con{display: none;}
.fazhan-con-wp .fazhan-con:first-child{display: block;}

.fazhan-title{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	text-align: center;
}

.fazhan-con-p p{margin:0;}

.fazhan-con-p{
	font-size: 16px;
	margin-top: 25px;
	color: #333;
	line-height: 2.4;
}

.fazhan-con-p img{
	display: block;
	margin:15px auto;
}


.shipin-left{
    width: 550px;
    margin-right: 40px;
}

.shipin-right{
	overflow: hidden;
}
.erji-content-title {
    border-bottom: 3px solid #eee;
}
.erji-content-title h1{
	float: left;
	margin:0;
	border-bottom: 3px solid #0d4589;
	padding: 0 10px;
	padding-bottom: 10px;
	font-size: 22px;
	color: #0d4589;
	position: relative;
	bottom: -3px;
}

.erji-content-title a.fr{
    font-size: 14px;
    margin-top: 6px;

}

.erji-content-title a:hover {
    color: #0d4589
}

.shipin-video{
	/*margin-top: 20px;*/
}

.shipin-video video{
	display: block;
	width: 100%;
	border:0;
}

.shipin-video video:focus{
	outline: none;
}
.video-right-list{
	padding-top: 20px;
}
.video-right-list ul{
	margin:0;
}
.video-right-list li {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  color: #333;

}
.video-right-list li+li{
	margin-top: 11px;
}
.video-right-list li i {
  height: 27px;
  width: 27px;
  line-height: 27px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
  text-align: center;
  color: #fff;
  background-color: #03a7e1;
  font-style: normal;
}

.video-right-list li i.ttop {
  background-color: #c61000
}

.video-right-list li a:hover {
  color: #c61000
}


.erji-content .list01{
	margin-top: 20px;
}

.main3-ax .main3-a{
	width: 100%;
}

.main1-con-aa{

        margin-top: 25px;
}
.main1-con-aa a{
        display: block;
        width: 65px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  text-align: center;

  border-radius: 999em;
  margin-left: auto;
  color: #333;
}

.main1-con-aa a:hover {
    font-weight: bold;
}
.danpian-con img[src*="fileTypeImages/icon"] {
    display: inline-block;
    margin: 0;
}


.main2-list .owl-nav button.owl-prev{
    position: absolute;
    left:-50px;
    top: 50%;
    margin-top: -17px;
    width: 29px;
    height: 34px;
    background-image: url(../images/left222.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    /*background-size: 100%;*/
}

.main2-list .owl-nav button.owl-next{
    position: absolute;
    right:-50px;
    top: 50%;
    margin-top: -17px;
    width: 29px;
    height: 34px;
    background-image: url(../images/right222.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    /*background-size: 100%;*/
}