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


body{
	overflow-x: hidden;
}
body.cur{
	overflow: 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);
}

div.body{
	position: relative;
	z-index: 888;
	transition: .3s;
}

div.body.cur {
  transform:translateX(-356px);
  -ms-transform:translateX(-356px); /* IE 9 */
  -webkit-transform:translateX(-356px); /* Safari and Chrome */
}


div.body-hei{
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 988;
	right: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
div.body-hei.cur{
	opacity: 1;
	visibility: visible;
	right: 356px;
}

div.cebian{
	position: fixed;
	top: 0;
	width: 356px;
	bottom: 0;
	z-index: 988;
	right: -356px;
	background-color: #4d5256;
	transition: right .3s;
	padding: 30px 54px 0;
}

div.cebian.cur{
	right: 0;
}

.cebian-close{
	width: 26px;
	margin-left: auto;
	cursor: pointer;
}
.cebian-close img{
	display: block;
	width: 100%;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	
}


.cebian-close:hover img{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transition: .3s;
}

.cebian-div{
	margin-top: 23px;
}

.cebian-1 h1{
	margin:0;
	font-size: 16px;
	color: #fff;
	padding-bottom: 15px;
	border-bottom:1px solid #8c8c8c; 
}

.cebian-1 img{
	display: block;
	width: 132px;
}
.cebian-1 img.cebian-ico{
	width: 29px;
	margin-top: 30px;
}
.cebian-1 h2{
	margin:0;
	font-size: 14px;
	color: #fff;
	line-height: 2.2;
	padding: 10px 0 25px;
}

.cebian-2 {
	margin-top: 30px;
	border-top:1px solid #8c8c8c; 
	border-bottom:1px solid #8c8c8c; 
	padding: 30px 0;
}
.cebian-2 img.cebian-ico{
	width: 25px;
}
.cebian-2 h1{
	margin:0;
	font-size: 16px;
	color: #fff;
	margin:10px 0 20px;
}
.cebian-2-dl{
	height: 313px;
	overflow-y:auto; 
	padding-right: 10px;
}
.cebian-2-dl.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, 
.cebian-2-dl.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{
	opacity: 1!important;
}
.cebian-2-dl .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: #fff!important;
	margin-right0;
}

.cebian-2-dl dl{
	margin:0;
}

.cebian-2-dl dd{
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
}
.cebian-2-dl dd a:hover{
	font-weight: bold;
}
.cebian-2-dl dd+dd{
	padding-top: 7px;
}
/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{
	position: relative;
	z-index: 888;
	background-color: #fff;
	height: 88px;
}

.logo{
	width: 552px;
	margin-left: 43px;
	margin-top: 18px;
}

.menu{
	width: 95px;
	height: 88px;
	border-left: 1px solid #e0e0e0;
	cursor: pointer;
	background-image: url(../images/sanlan.png);
	background-repeat: no-repeat;
	background-position: center;
}




.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	margin-right: 28px;
}
.nav>ul>li>a{
	display: block;
	height: 88px;
	line-height: 88px;
	font-size: 14px;
	color: #333;
	padding-right: 16px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/jiao1.png);
}

.nav>ul>li>a span{
	display: block;
	height: 88px;
	position: relative;
}
.nav>ul>li>a span::after{
	position: absolute;
	right: 0;
	width: 0;
	transition: width .3s;
	content:"";
	height: 5px;
	bottom: 0;
	background-color: #004ea2;
}
.nav>ul>li:hover>a span:after,
.nav>ul>li.cur>a span:after {
    width: 100%;
    right: auto;
    left: 0;
}

.xiala{
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background-color: #f4f4f4;
	border-top: 1px solid #c2c2c2;
	display: none;
	
}
.xiala-left{
	width: 40%;
	background-color:#4d5256;
	text-align: right;
	padding:  70px 65px 70px 0;
	padding-left: 0;
}
.xiala-left h1{
	margin:0;
	font-size: 38px;
	color: #878d91;
	text-transform: uppercase;
	font-family: "Arial";
}
.xiala-left h2{
	margin:0;
	font-size: 30px;
	color: #fff;
	margin-top: 7px;
}
.xiala-right{
	width: 60%;
	padding: 45px 0 0 54px;
}

.xiala-pic{
	width: 278px;
	border-right: 1px solid #c5c5c5;
	padding-right: 48px;
	margin-right: 45px;
}


.xiala-pic .imgbox_a{
	padding-bottom: 58%;
}

.xiala-con{
	overflow: hidden;
}

.xiala-dl{
	width: 280px;
	padding-top: 15px;
}
.xiala-dl dl{
	margin:0;
	margin-left: -2%;
}
.xiala-dl dd{
	float: left;
	width: 48%;
	margin-left: 2%;
	margin-top: 20px;
	padding-left: ;
}
.xiala-dl dd:first-child,
.xiala-dl dd:first-child+dd{
	margin-top: 0;
}

.xiala-dl dd>a{
	display: inline-block;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/jiao22.png);
	font-size: 14px;
	color: #333;
	transition: color .3s background-image .3s,
}
.xiala-dl dd>a:hover{
	color: #004ea2;
	background-image: url(../images/jiao22h.png);
}


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





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

#main{

}
.fafa .flex-control-nav{
	height: 0;
	bottom: 44px;
}
.fafa .flex-control-paging li a{
	width: 12px;
	height: 12px;
	background-image: url(../images/arrow-b2.png);
}
.fafa .flex-control-paging li a.flex-active{
	background-image: url(../images/arrow-b2-h.png);

}
.fafa .flex-control-nav li{
	margin:0 8px;
}

.fafa .flex-direction-nav a{
	width: 48px;
	height: 48px;
	margin-top: -24px;
}

.fafa .flex-direction-nav .flex-prev {
  left: 95px;
}

.fafa .flex-direction-nav .flex-next {
  right: 95px;
}

.main1{
	padding: 55px 0;
}
.title-11{
	text-align: center;
}
.title-11 h1{
	margin:0;
	font-size: 36px;
	color: #333;
	text-transform: uppercase;
}
.title-11 h2{
	margin:0;
	font-size:0px;
	line-height: normal;
	margin-top: 10px;
}
.title-11 h2 span{
	display: inline-block;
	color: #333;
	font-size: 26px;
	padding: 0 15px;
	position: relative;
}
.title-11 h2 span::before{
	content:"";
	position: absolute;
	right: 100%;
	top: 50%;
	height: 1px;
	background-color: #333;
	width: 30px;
}
.title-11 h2 span::after{
	content:"";
	position: absolute;
	left: 100%;
	top: 50%;
	height: 1px;
	background-color: #333;
	width: 30px;
}

.main1-div{
	margin-top: 50px;
}

.main1-1{
	width: 796px;
	margin-right: 100px;
}

.fmain1 .imgbox_a{
	padding-bottom: 67.46%;
}
.fmain1  .imgbox_a h1{
	position: absolute;
	margin:0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 67px;
	line-height: 67px;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	padding: 0	30px;
	font-size: 16px;
	z-index: 30;
}

.fmain1 .flex-direction-nav a{
	width: 20px;
	height: 30px;
	margin-top: -15px;
	transition: background-image .3s;
}
.fmain1 .flex-direction-nav .flex-prev {
	left: 22px;
	background-image: url(../images/b-left2.png);
}
.fmain1 .flex-direction-nav .flex-next {
	right: 22px;
	background-image: url(../images/b-right2.png);
}

.fmain1 .flex-direction-nav .flex-prev:hover{background-image: url(../images/b-left2-h.png);}
.fmain1 .flex-direction-nav .flex-next:hover{background-image: url(../images/b-right2-h.png);}

.main1-2{
	overflow: hidden;
}
.main1-2-dl dl{
	margin:0;
}
.main1-2-dl dd{
	float: left;
	width: 25%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	color: #333;
	background-color: #f4f4f4;
	transition: background-color .3s,color .3s;
}
.main1-2-dl dd.cur{
	background-color: #004ea2;
	color: #fff;
}
.main1-2-dl dd+dd{border-left: 1px solid #fff;}


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


.tui{
	padding: 40px 0 27px;
	border-bottom: 1px dashed #bbbbbb;
}
.tui h1{
	margin:0;
	font-size: 20px;
	color: #333;
}
.tui h1 a:hover{
	color: #004ea2;
}
.tui p{
	margin:0;
	font-size:14px;
	color: #999;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	margin:25px 0 45px;
}
.tui h2{
	margin:0;
	font-size:14px;
	color: #666;
}
.list01{
	padding-top: 30px;
}
.list01 dl{
	margin:0;
}

.list01 dd{
	margin-top: 19px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
	position: relative;
	padding-right:85px;
	height: 22px;
	line-height: 22px;
	color:#333;
}

.list01 dd:first-child{
	margin-top: 0!important;
}


.list01 dd a{
	font-size: 15px;
	color:inherit;
}
.list01 dd span{
	font-size: 14px;
	color:inherit;
	position: absolute;
	right: 0px;
	top: 0;
}
.list01 dd:hover{
	color:#004ea2;
}

.main .zhaobiao-a{
	position: relative;
	padding-left: 0;
	right: 0;
	top: 0;
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.more1 a{
	display: block;
	width: 100%;
	height: 44px;
	border:1px solid #dadada;
	line-height: 42px;
	font-size: 14px;
	color: #333;
	text-align: center;
	position: relative;
	transition:border-color .3s,background-color .3s,color .3s;
}
.more1{
	width: 168px;
	margin: 50px auto 0;
}
.more1 a::after{
	position: absolute;
	width: 9px;
	height: 11px;
	right: 18px;
	top: 50%;
	margin-top: -6px;
	content:"";
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/more1.png);
	transition:background-image .3s;
}
.more1 a:hover{
	border-color: #004ea2!important;
	background-color: #004ea2!important;
	color: #fff!important;
}

.more1 a:hover::after{
	background-image: url(../images/more1h.png);
}

.main2{
	background-color:#f4f4f4;
	padding-top: 70px;  
}

.main2 dl{
	margin:0;
}

.main2 dd{
	float: left;
	width: 25%;
}

.main2 .imgbox_a{
	padding-bottom: 43.164%;
}
.main2 .imgbox_a::after{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 15;
	background-color: rgba(0,0,0,0.16);
	content:"";
}

.main2 .imgbox_a::before{
	position: absolute;
	left: -1px;
	right:-1px;
	top: -1px;
	bottom: -1px;
	z-index: 25;
	border:1px solid rgba(255,255,255,0.5);
	content:"";
	transition: .3s;

}
.main2 .imgbox_a:hover::before{
	left: 15px;
	right: 15px;
	top: 15px;
	bottom: 15px;
}




.main2-con{
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 30;
}
.main2-con h1{
	margin:0;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
	font-family: "Arial";
}

.main2-con h2{
	margin:0;
	font-size: 20px;
	color: #fff;
	margin-top: 8px;
}

.main3{
	padding: 75px 0 35px;

	position: relative;
	background-color: #fff;
}
.main3 .container{
	position: relative;
	z-index: 30;
}
.main3::after{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 15;
	background-color:#f4f4f4;
	content:"";
	z-index: 15;
	height: 30%;
}

.main4{
	padding: 70px 0 80px;

	position: relative;
	background-color: #fff;
}

.main3-dl{
	padding: 50px 0 35px;
	max-width: 565px;
	margin:0 auto;
}

.main3-dl dl{
	margin:0;
}
.main3-dl dd{
	float: left;
	width:33.333333333%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	color: #333;
	background-color: #f4f4f4;
	transition: background-color .3s,color .3s;
}
.main3-dl dd.cur{
	background-color: #004ea2;
	color: #fff;
}
.main3-dl dd+dd{border-left: 1px solid #fff;}


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

.main3-div{
	position: absolute;
	width: 100%;
	left: -15000%;
	top: 0;
}

.main3-div.cur{
	position: relative;
	left: 0;
}

.main3-list .item{
	padding: 15px;
}
.main3-list .item .anli-item h1{
	background-color: #fff;
}
.main3-list .owl-nav button.owl-prev{
    position: absolute;
    left:-60px;
    top: 50%;
    margin-top: -24px;
    width: 48px;
    height: 48px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    transition: background-image .3s;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.main3-list .owl-nav button.owl-next{
    position: absolute;
    right:-60px;
    top: 50%;
    margin-top: -24px;
    width: 48px;
    height: 48px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    transition: background-image .3s;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.main3-list .owl-nav button.owl-prev:hover{
	background-image: url(../images/lefth.png);
}
.main3-list .owl-nav button.owl-next:hover{
	background-image: url(../images/righth.png);
}

.main3-list  .owl-dots {
    margin-top: 20px;
}
.main3-list .owl-dots .owl-dot{
    display: inline-block;
    margin:0 8px;
    border:0;
    background-color: transparent;
    outline: none;
}
.main3-list .owl-dot span{
    width: 12px;
    display: block;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center ;
    background-image: url(../images/arrow-b.png);
    -webkit-background-size: 100%;
    background-size: 100%;
    transition: background-image .3s;
}

.main3-list .owl-dot.active span{
    background-image: url(../images/arrow-b-h.png);

}

.main3-div .more1{
	margin-top: 32px;
}
.main3-div .more1 a{
	background-color: #f4f4f4;
}

.main4-list{
	margin-top: 70px;
}

.main4-list dl{
	margin:0;
}

.main4-list dd{
	float: left;
	width: 33.3333333%;
}
.main4-list dd+dd{
	border-left: 1px solid #fff;
}
.main4-list .imgbox_a{
	padding-bottom: 41.7%;
}


.main4-con{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 15;
	padding: 48px 25px 0;
}
.main4-con h1{
	font-size: 24px;
	color: #fff;
	margin:0;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/h1.png);
}

.main4-con p{
	font-size: 14px;
	color: #fff;
	margin:0;
	line-height: 2;
	margin-top: 35px;
}



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





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

#footer{
	background-color: #4e4e4e;
}
.footer-1{
	padding: 55px 0 35px;
	border-bottom: 1px solid #707070;
}


.er{
	width: 132px;
	color: #a2a2a2;
	text-align: center;
	font-size: 14px;
	margin-left: 50px;
}

.er img{
	display: block;
	width: 100%;
	margin-bottom: 14px;
}


.footer-1-list{
	overflow: hidden;
}

.footer-1-list ul{
	margin:0;
}

.footer-1-list>ul>li{
	float: left;
	text-align: center;
}
.footer-1-list>ul>li+li{
	margin-left: 115px;
}
.footer-1-list>ul>li h1{
	margin:0;
	font-size: 16px;
	color: #fff;
}
.footer-1-list>ul>li li{
	margin-top: 12px;
}
.footer-1-list>ul>li ul{
	padding-top: 12px;
}
.footer-1-list>ul>li li a{
	color: #a2a2a2;
	font-size: 14px;
	transition: color .3s
}
.footer-1-list>ul>li li a:hover{
	color: #fff;
}


.footer-2{
	color: #a2a2a2;
	font-size: 14px;
	line-height: 1.8;
	padding: 25px 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;
}
.nav-2>ul>li>ul>li>a{
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color:#666;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/

.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:300px;
   margin-left: 15px;
   margin-top: 25px;
}

.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{
	padding: 250px 0;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.banner-2-wen{
	text-align: center;
}


.banner-2-wen h1{
	margin:0;
	font-size: 38px;
	color: #fff;
}

.banner-2-wen h2{
	margin:0;
	font-size: 21px;
	color: #fff;
	text-transform: uppercase;
	margin:20px 0 35px;
}

.banner-2-wen .line{
	width: 60px;
	height: 1px;
	margin:0 auto;
	background-color: #fff;
}

.erji-nav{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.2);
}
.erji-nav-dl{
	font-size: 0;
	line-height: normal;
	text-align: center;
}
.erji-nav-dl dl{
	margin:0;
	display: inline-block;
}

.erji-nav-dl dd{
	float: left;
	width: 150px;
	position: relative;
	
}
.erji-nav-dl dd+dd{
	border-left: 1px solid rgba(255,255,255,0.37);
}
.erji-nav-dl dd>a{
	display: block;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 30;
}
.erji-nav-dl dd::after{
	position: absolute;
	left: 50%;
	top: 50%;
	content:"";
	width: 0;
	height: 0;
	background-color: #004ea2;
	transition: .3s;
	z-index: 15;
}
.erji-nav-dl dd.cur::after,
.erji-nav-dl dd:hover::after{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.mianbaoxie a:hover,
.mianbaoxie span{
	color: #004ea2;
}
.mianbaoxie{
	background-color: #f4f4f4;
}
.mianbaoxie-div{
	height: 56px;
	line-height: 56px;
	font-size: 14px;
	color: #999;
	text-align: right;
}

.mianbaoxie-div img{
	margin-top: -3px;
	margin-right:5px;
}

.erji{
	padding: 45px 0 50px;
	overflow: hidden;
}
.title-22{
	position: relative;

}
.title-22::after{
	position: absolute;
	content:"";
	height: 1px;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: #e5e5e5;
	z-index: 15;
}
.title-22 h1{
	margin:0;
	font-size: 30px;
	color: #333;
	padding-bottom: 13px;
	border-bottom: 4px solid #004ea2;
	position: relative;
	z-index: 30;
}
.title-22 .fr{
	font-size: 14px;
	color: #d1d1d1;
	background-color: #fff;
	padding-left: 78px;
	letter-spacing: 5px;
	z-index: 30;
	position: relative;
	top: 39px;
}
.anli-list .row{
	margin-left: -20px;
	margin-right: -20px;
}
.anli-list .col-lg-4{
	margin-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
}

.anli-pic .imgbox_a{
	padding-bottom: 70.632%;
}

.anli-item h1{
	margin:0;
	background-color: #f4f4f4;
	padding: 30px 15px;
	font-size: 16px;
	color: #333;
	text-align: center;
	transition: background-color .3s;
}
.anli-item{
	transition: box-shadow .3s;
}
.anli-item:hover{
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.15);
}
.anli-item:hover h1{
	background-color: #fff;
}

.fenye ul{
	margin:0;
}

.fenye{
	text-align: center;
	margin-top: 50px;
}

.anli1{
	margin-top: 42px;
	background-color: #f4f4f4;
}

.anli1-pic{
	width: 54.3%;
}

.anli1-pic .imgbox_a{
	padding-bottom: 70.632%;
}

.anli-con{
	overflow: hidden;
	padding: 70px 70px 0;
}

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

.anli-con-p{
	font-size: 18px;
	color: #333;
	line-height: 2;
	height: 16em;
	overflow: auto;
}

.anli2{
	margin-top: 60px;
}

.anli2-list-wp{
	margin-top:30px;
}

.anli2-list .item{
	padding: 10px;
}


.anli2-list .owl-nav button.owl-prev{
    position: absolute;
    left:-60px;
    top: 50%;
    margin-top: -24px;
    width: 48px;
    height: 48px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    transition: background-image .3s;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.anli2-list .owl-nav button.owl-next{
    position: absolute;
    right:-60px;
    top: 50%;
    margin-top: -24px;
    width: 48px;
    height: 48px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    transition: background-image .3s;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.anli2-list .owl-nav button.owl-prev:hover{
	background-image: url(../images/lefth.png);
}
.anli2-list .owl-nav button.owl-next:hover{
	background-image: url(../images/righth.png);
}
.zhaobiao-list{
	padding-top: 45px;
}
.zhaobiao-list dl{
	margin:0;
}

.zhaobiao-list dd{
	padding: 40px;
	padding-right: 300px;
	position: relative;
	border:1px solid #dadada;
	transition: .3s;
}
.zhaobiao-list dd+dd{
	margin-top: 30px;
}

.zhaobiao-list dd h1{
	margin:0;
	font-size:20px;
	color: #333; 
	padding-left: 45px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/zhaobiao-ico1.png);
}

.zhaobiao-list dd h1 a:hover{
	color: #004ea2;
}

.zhaobiao-list dd p{
	margin:0;
	font-size:14px;
	color: #999; 
	padding-left: 45px;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	margin-top: 12px;
}

.zhaobiao-a {
	position: absolute;
	right: 40px;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	
}
.zhaobiao-a a{
	display: block;
	width: 133px;
	height: 36px;
	border:1px solid #dadada;
	line-height: 34px;
	font-size: 14px;
	color: #999;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 100px center;
	background-image: url(../images/jiao2.png);
	transition: .3s;
}
.zhaobiao-list dd:hover{box-shadow: 0 0 15px 1px rgba(0,0,0,0.15);border-color:#fff;}
.zhaobiao-list dd:hover .zhaobiao-a a{
	background-color:#004ea2; 
	border-color:#004ea2; 
	color: #fff;
	background-image: url(../images/jiao2h.png);
}

.xinwen1{
	padding-bottom: 70px;
}

.xinwen1-div{
	margin-top: 42px;
}

.xinwen1-pic{
	width: 46.8%;
	margin-right: 100px;
}

.xinwen1-pic .imgbox_a{
	padding-bottom: 64.46%;
}

.xinwen1-con{
	overflow: hidden;
	padding-top: 45px;
}

.xinwen1-con h1{
	margin:0;
	font-size:16px;
	color: #5d5d5d; 
	padding-bottom: 35px;
	border-bottom: 1px dashed #bbbbbb;
}

.xinwen1-con h2{
	margin:0;
	font-size:30px;
	color: #333; 
	margin:30px 0 40px;
}

.xinwen1-con h2 a:hover{
	color: #004ea2;
}

.xinwen1-con p{
	margin:0;
	font-size:14px;
	color: #999; 
	line-height: 2.4;
	height: 7.2em;
	overflow: hidden;
}


.xinwen1-con .zhaobiao-a{
	position: relative;
	top: 0;
	-ms-transform: translateY(0%);
    transform: translateY(0%);
  right: 0;
  margin-top: 90px;
}

.xinwen1-con .zhaobiao-a a:hover{
	background-color:#004ea2; 
	border-color:#004ea2; 
	color: #fff;
	background-image: url(../images/jiao2h.png);
}

.fxinwen1 .flex-control-paging li a{
	width: 12px;
	height: 12px;
}

.fxinwen1 .flex-control-nav li{
	margin:0;
}
.fxinwen1 .flex-control-nav{
	height: 0;
	bottom: 12px;
	right: 0;
	text-align: right;
}
.fxinwen1 .flex-control-nav li+li{
	margin-left: 17px;
}


.xinwen2{
	padding-top: 40px;
	border-top: 30px solid #f4f4f4;
}

.xinwen2-list ul{
	margin:0;
}

.xinwen2-list li{
	background-color: #fff;
	position: relative;
	padding-right: 234px;
	transition: box-shadow .3s,border-color .3s;
	border:1px solid #dadada;
}
.xinwen2-list li+li{
	margin-top: 45px;
}
.xinwen2-list li:hover{
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.15);
	border-color:#fff;
}

.xinwen2-pic{
	width: 300px;
}

.xinwen2-pic .imgbox_a{
	padding-bottom: 66.67%;
}

.xinwen2-date{
	width: 123px;
	border-right: 1px solid #dadada;
	margin-right: 25px;
	margin-top: 40px;
	padding-top: 15px;
	padding-bottom: 40px;
	text-align: center;
}

.xinwen2-date h1{
	margin:0;
	font-size:44px;
	color: #333; 
	line-height: 1;
}

.xinwen2-date h2{
	margin:0;
	font-size:14px;
	color: #333; 
	margin-top: 9px;
}


.xinwen2-con{
	overflow: hidden;
	padding-top: 40px;
}

.xinwen2-con h1{
	margin:0;
	font-size:20px;
	color: #333; 
}

.xinwen2-con h1 a:hover{
	color: #004ea2;
}

.xinwen2-con p{
	margin:0;
	font-size:14px;
	color: #999; 
	margin:27px 0 37px;
}

.xinwen2-yan{
	font-size: 14px;
	color: #999;
}


.xinwen2-yan img{
	margin-top: -3px;
	margin-right: 10px;
}

.xinwen2-con .zhaobiao-a{
	top: auto;
	-ms-transform: translateY(0%);
    transform: translateY(0%);
  bottom: 35px;
}


.xinwen2-list li:hover .xinwen2-con .zhaobiao-a a{
	background-color:#004ea2; 
	border-color:#004ea2; 
	color: #fff;
	background-image: url(../images/jiao2h.png);
}





.xinwen-xx-right{
	width: 450px;
	position: relative;
	padding-left: 50px;
	margin-left: 50px;
	padding-top: 32px;
}

.xinwen-xx-right::after{
	position: absolute;
	width: 1px;
	left: 0;
	top: 99px;
	background-color: #dddddd;
	content:"";
	height: 10000px;
}
.xinwen-xx-title{
	font-size: 26px;
	color: #333;
	line-height: 1.5;
	padding-bottom: 27px;
	border-bottom: 1px solid #ddd;
}
.xinwen-xx-list {
	padding-top: 15px;
}
.xinwen-xx-list dl{
	margin:0;
}

.xinwen-xx-list dd{
	padding: 30px 0;
	border-bottom: 1px dashed #ddd;
}
.xinwen-xx-list dd:first-child .xinwen-xx-pic{
	display: block;
}
.xinwen-xx-pic{padding-bottom:30px;display: none; }



.xinwen-xx-pic .imgbox_a{
	padding-bottom: 66.67%;
}
.xinwen-xx-con h1{
	margin:0;
	font-size: 24px;
	color: #333;
}
.xinwen-xx-con h2{
	margin:0;
	font-size: 18px;
	overflow: hidden;
	color: #333;
	margin:18px 0;
}

.xinwen-xx-con h2 a:hover{
	color: #004ea2;
}

.xinwen-xx-con p{
	margin:0;
	font-size: 14px;
	line-height: 1.8;
	height: 5.4em;
	overflow: hidden;
	color: #999;
}

.xinwen-xx-left{
	overflow: hidden;
}
.danpian-h1{
	font-size: 16px;
	color: #333;
}
.danpian-h2{
	padding-bottom: 27px;
	border-bottom: 1px solid #ddd;
	font-size: 26px;
	color: #333;
	margin-top: 10px;
	line-height: 1.5;
}
.danpian-con p{margin:0;}
.danpian-con{
	font-size: 14px;
	color:#666;
	line-height: 2.2;
	padding: 40px 0 0px;
}

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

.rongyu-img{
	padding: 60px 0 80px;
}

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

.rongyu-list dl{
	margin:0;
	margin-left: -4%;
	margin-top: -4%;
}

.rongyu-list dd{
	float: left;
	width: 21%;
	margin-left: 4%;
	margin-top: 4%;
	position: relative;
}

.rongyu-item{
	padding: 0 30px;
}

.rongyu-item::after{
	position: absolute;
	content:"";
	background-color: #f4f4f4;
	left: 0;
	right: 0;
	bottom: 0;
	top: 48px;
	z-index: 15;
	transition: background-color .3s,box-shadow .3s;
}

.rongyu-pic{
	position: relative;
	z-index: 25;
}

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

.rongyu-item h1{
	text-align: center;
	padding: 20px 10px;
	font-size: 14px;
	color: #333;
	margin:0;
	position: relative;
	z-index: 25;
}

.rongyu-item:hover::after{
	background-color: #fff;
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.15);
}

.map-wp{
	margin-top: 45px;
	height: 563px;
}

.map{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	height: 100%;
}
.contact-item-wp{
	padding-bottom: 30px;
}
.contact-item{
	width: 47.6%;
	border:12px solid #f4f4f4;
	background-color: #fff;
	margin-top: 70px;
	position: relative;
	padding: 35px 15px 0px 200px;
	height: 265px;
}
.contact-item::before{
	position: absolute;
	content:"";
	width: 7px;
	height: 42px;
	margin-top: -21px;
	background-color: #004ea2;
	left: 0;
	top: 50%;
}
.contact-item h1{
	margin:0;
	font-size: 24px;
	color: #333;
}

.contact-item  dl{
	margin:0;
	padding-top: 15px;
}

.contact-item  dd {
	font-size: 16px;
	color: #333;
	line-height: 1.6;
	margin-top: 10px;
}
.contact-er-wp{
	margin-top: 18px;
}
.contact-er{
	width: 132px;
	margin-right: 30px;
	position: relative;
	left: -9px;
	float: left;
}

.contact-er img{
	display: block;
	width: 100%;
}
.contact-er-con{
	overflow: hidden;
	font-size: 16px;
	color: #333;
	line-height: 2;
}

.dangjian1-item{
	width: 48.25%;
	margin-top: 42px;
	background-color: #fff;
	border:1px solid #dadada;
	transition: box-shadow .3s,border-color .3s;
}

.dangjian1-pic{
	width: 322px;
}

.dangjian1-pic .imgbox_a{
	padding-bottom: 66.77%;
}

.dangjian1-con{
	overflow: hidden;
	padding: 45px 30px 0;
}

.dangjian1-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
	transition:color .3s;
}

.dangjian1-con p{
	margin:0;
	font-size: 14px;
	color: #999;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	margin:15px 0;
}

.dangjian1-con h2{
	margin:0;
	font-size: 14px;
	color: #999;
}

.dangjian1-item:hover{
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.15);
	border-color:#fff;
}

.dangjian1-item:hover .dangjian1-con h1{color: #004ea2;}

.dangjian2 .zhaobiao-list {
    padding-top: 0px;
}
.fazhan-dl{
	padding: 60px 200px 80px;
}
.fazhan-dl dl{
	margin:0;
	font-size: 0;
	line-height: normal;
	text-align: center;
}

.fazhan-dl dd{
	display: inline-block;
	width: 188px;
	
}
.fazhan-dl dd+dd{
	border-left: 1px solid #fff;
}
.fazhan-dl dd.cur{
	background-color:#004ea2;
	color: #fff; 
}

.fazhan-dl-list .item{
	height: 49px;
	line-height: 49px;
	cursor: pointer;
	font-size: 18px;
	color: #333;
	background-color: #f4f4f4;
	text-align: center;
	transition: background-color .3s,color .3s;
}
.fazhan-dl-list .item.cur{
	background-color:#004ea2;
	color: #fff; 
}

.fazhan-dl-list .owl-nav button.owl-prev{
  position: absolute;
  left:-40px;
  top: 50%;
  margin-top: -15px;
  width: 20px;
  height: 30px;
  background-image: url(../images/b-left2.png);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center ;
  font-size: 0;
  z-index: 50;
  -webkit-background-size: 100%;
  background-size: 100%;
  transition: background-image .3s;
}
.fazhan-dl-list .owl-nav button.owl-prev:hover{
	background-image: url(../images/b-left2-h.png);
}
.fazhan-dl-list .owl-nav button.owl-next{
  position: absolute;
  right:-40px;
  top: 50%;
  margin-top: -15px;
  width: 20px;
  height: 30px;
  background-image: url(../images/b-right2.png);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center ;font-size: 0;
  z-index: 50;
  -webkit-background-size: 100%;
  background-size: 100%;
  transition: background-image .3s;
}
.fazhan-dl-list .owl-nav button.owl-next:hover{
	background-image: url(../images/b-right2-h.png);
}


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

.fazhan-nian{
	width: 684px;
	height: 312px;
	background-image: url(../images/fazhan-ico1.jpg);
	font-size: 28px;
	color: #333;
	margin:0 auto;
	padding-left: 235px;
	padding-top: 65px;
	position: relative;
}

.fazhan-list ul{
	margin:0;
}
.fazhan-list li+li{
	margin-top: 15px;
}
.fazhan-list{
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../images/fazhan-ico2.jpg);
	min-height: 500px;
	position: relative;
	padding-top: 30px;
	padding-bottom: 45px;
}

.fazhan-list::after{
	position: absolute;
	width: 17px;
	height: 17px;
	background-image: url(../images/fazhan-ico3.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	content:"";
	bottom: 0;
	left: 50%;
	margin-left: -8px;
}

.fazhan-li{
	width: 771px;
	position: relative;
}

.fazhan-yue{
	width: 39px;
	height: 39px;
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 39px;
	position: relative;
}
.fazhan-yue span{
	position: relative;
	z-index: 70;
}
.fazhan-yue::after{
	position: absolute;
	width: 123px;
	height: 39px;
	content:"";
	top: 0;
	z-index: 50;
}
.fazhan-yue.fl{
	margin-right: 35px;
}
.fazhan-yue.fl::after{
	background-image: url(../images/bb2.png);
	right: 0;
}
.fazhan-yue.fr{
	margin-left: 35px;
}

.fazhan-yue.fr::after{
	background-image: url(../images/bb.png);
	left: 0;
}

.fazhan-li-con{
	font-size: 14px;
	color: #333;
	line-height: 2;
	padding: 5px 0 6px;
	overflow: hidden;
}

.fazhan-li.fl .fazhan-li-con{
	text-align: right;
}

.fazhan-list-wp{
	background-image: url(../images/fazhan-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
}

.about1{
	padding: 45px 0 60px;
}


.about1-logo{
	width: 545px;
}
.about1-logo img{
	display: block;
	width: 100%;
}

.about1-con{
	width: 950px;
}

.about1-div{
	margin-top: 80px;
}

.about1-con-h1{
	font-size: 18px;
	color: #333;
	line-height: 1.5;
}

.about1-con-p{
	font-size: 14px;
	color: #999;
	line-height: 2.2;
	margin-top: 15px;
}
.about1-con-p p{margin:0;}
.about1-dl dl{
	margin:0;
}

.about1-dl dd{
	float: left;
	width: 25%;
	text-align: center;
	margin-top: 50px;
}
.about1-dl dd h1{
	margin:0;
	font-size: 54px;
	color: #004ea2;
	line-height: 1;
}

.about1-dl dd h2{
	margin:0;
	font-size: 14px;
	color: #666;
	margin-top: 12px;
}

.about2{
	background-color: #f4f4f4;
}

.about2-div{
	height: 355px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/about2-bg.png);
	padding-top: 180px;padding-left: 75px;
}

.about2-div h1{
	margin:0;
	font-size:44px;
	color: rgba(255,255,255,0.36);
	text-transform: uppercase;
	font-family: "Arial";
}

.about2-div h2{
	margin:0;
	font-size:30px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 20px;
}

.about3{
	padding: 50px 0;
}

.about3 .about1-con-p{
	margin-top: 0;
}