/**************************************/
/*************[公用start]**************/
/**************************************/
/*百度百科變灰*/


/*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)
}
*/


/*百度百科變灰*/
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);
}




.mm15{margin-top: 15px;}
.mm30{margin-top: 30px;}
.mm45{margin-top: 45px;}
.mm50{margin-top: 50px;}
.mm60{margin-top: 60px;}

.section {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
	background-color: #fff;
	padding-top: 178px;
}

.section.fp-auto-height{
	padding: 0!important;
}






/**************************************/
/************[公用over]****************/
/**************************************/




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

#header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 998;
}
.erji-header#header{
	position: relative;
}

.header-1{
	height: 128px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/header-1.jpg);
}

.logo{
	width: 565px;
	margin-top: 31px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}
.nav-wp{
	position: relative;
	background-color:#0065b6;
	z-index: 500;
}
.nav{
	padding-right: 215px; 
	position: relative;
}
.nav-ul ul{
	margin:0;
}

.nav-ul>ul>li{
	float: left;
	width: 14.28571%;
	text-align: center;
	position: relative;

}

.nav-ul>ul>li>a{
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color:#fff;
	font-weight: bold;
	/*transition: .3s;*/

}

.nav-ul>ul>li:hover>a, .nav-ul>ul>li.active>a {
	/*background-color:#a90e00;*/
	font-weight: bold;

}
.nav-ul>ul>li>ul{
	position: absolute;
	left: 0px;
	right: 0;
	top:100%;
	z-index: 600;
	background-color: #0065b6;
	display: none;
}

.nav-ul>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color:#fff;
	/*transition: .3s;*/
	text-align: center;

}
.nav-ul>ul>li>ul>li>a:hover{
	background-color: #025598;
}

.search{
	width: 197px;
	height: 35px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center ;
	position: absolute;
	right: 0;
	top: 7px;
	padding-left: 50px;
	padding-right: 22px;
}

.search input:focus{
	outline: none;
}

.search input[type="text"]{
	display: block;
	width: 100%;
	height: 35px;
	background-color:transparent;
	border:0;
	font-size: 12px;
	color: #333;
	line-height: 1.428571;
}

.search input[type="image"]{
	position: absolute;
	left:22px;
	top: 9px;
	width: 20px;
}


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





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

#main{

}

.concon{
	position: relative;
	z-index: 150;
}

.index1-hua dl{
	margin:0;
}

.index1-hua dd{
	float: left;
}

.index1-hua dd+dd{
	margin-left: 20px;
}

.index1-hua dd>a{
	display: block;
	width: 107px;
	height: 37px;
	line-height: 35px;
	border:1px solid #5c5c5c;
	text-align: center;
	font-size: 14px;
	color: #333;
	transition: .3s;
}
.index1-hua dd.cur>a{
	background-color: #ff2424;
	border-color: #ff2424;
	color: #fff;
}
.findex1 .flex-control-nav{
	height: 0;
	bottom: 160px;
}

.findex1 .flex-control-paging li a{
	width: 9px;
	height: 9px;
}

.index1-1{
	width: 574px;
	margin-right: 54px;
}

.index1-1-pic .imgbox_a{
	padding-bottom: 59%;
}

.index1-1-con{
	background-color: #0065b6;
	padding: 25px 30px;
	border-bottom-right-radius: 45px;
}

.index1-1-con h1{
	margin:0;
	font-size: 22px;
	color: #fff;
}
.index1-1-con p{
	margin:0;
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
	height: 3.6em;
	margin-top: 13px;
	overflow: hidden;
}

.index1-2{
	overflow: hidden;
}

.index1-2 dl{
	margin:0;
}

.index1-2 dd{
	padding: 10px 45px 10px 0;
	position: relative;
}
.index1-2 dd+dd{
	margin-top: 17px;
}
.index1-2 dd::after{
	position: absolute;
	left: 43px;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 15;
	content:"";
	background-color: #fff;
}
.index1-2-date{
	position: relative;
	z-index: 25;
	width: 86px;
	height: 86px;
	background-color: #e1e5e9;
	text-align: center;
	margin-right: 20px;
	padding-top: 15px;
}
.index1-2-date h1{
	margin:0;
	font-size: 36px;
	color: #000;
	line-height: 1;
}
.index1-2-date h2{
	margin:0;
	font-size: 12px;
	color: #000;
	margin-top: 5px;
}
.index1-2 dd:hover .index1-2-date{
	background-color: #0065b6;
}
.index1-2 dd:hover .index1-2-date h1{
	color: #fff;
}
.index1-2 dd:hover .index1-2-date h2{
	color: #fff;
}

.index1-2-con{
	position: relative;
	z-index: 25;
	overflow: hidden;
	padding-top: 20px;
}

.index1-2-con h1{
	margin:0;
	font-size: 18px;
	color: #000;
}
.index1-2-con h1:hover{
	color: #0065b6;
}

.index1-2-con p{
	margin:0;
	font-size: 14px;
	color: #888;
	margin-top:10px;
}

.index1-div-con{display: none;}
.index1-div-con:first-child{
	display: block;
}

.index2-1{
	width: 750px;
	margin-top: 5px;
}

.index2-1-h1{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
	color: #0065b6;
	padding: 50px 0;
}

.index2-1-p{
	font-size: 18px;
	line-height: 2;
	color: #333;
}

.index2-2{
	width: 565px;

}
.index2-2-dl dl{
	margin:0;
	margin-left: -3%;
}

.index2-2-dl dd{
	float: left;
	width: 17%;
	margin-left: 3%;
	margin-top: 3%;
}
.index2-2-dl dd>a{
	display: block;
	padding: 25px 0 22px;
	border-radius: 10px;
	background-color: #0065b6;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.index2-2-dl dd>a img{
	display: block;
	margin:0 auto 10px;
}
.index2-2-img{
	position: relative;
}
.index2-2-img>img{
	display: block;
	width: 100%;
	position: relative;
	z-index: 15;
}

.index2-2-a{
	position: absolute;
	z-index: 25;
}

.index2-2-a1{
	top: 0;
	left: 0;
	width: 256px;
	height: 271px;
	/*background-color: #f00;*/
}

.index2-2-con{
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.index2-2-con img{
	display: block;
	margin:0 auto 5px;
	width: 40px;
}
.index2-2-a1 .index2-2-con{
	padding: 0 30px 10px;
}


.index2-2-a2{
	top: 0;
	right: 0;
	width: 300px;
	height: 140px;
	/*background-color: #f00;*/
}

.index2-2-a2 .index2-2-con{
	width: 75px;
	left: 35px;
	padding-bottom: 13px;
	text-align: center;
}


.index2-2-a3{
	top: 148px;
	right: 156px;
	width: 144px;
	height: 123px;
	/*background-color: #f00;*/
}

.index2-2-a3 .index2-2-con{
	width: 100%;
	left: 0px;
	padding-bottom: 13px;
	text-align: center;
}

.index2-2-a4{
	top: 148px;
	right: 0;
	width: 147px;
	height: 271px;
	/*background-color: #f00;*/
}

.index2-2-a4 .index2-2-con{
	bottom: auto;
	width: 100%;
	left: 0px;
	top: 18px;
	text-align: center;
}



.index2-2-a5{
	left: 0;
	bottom: 0;
	width: 409px;
	height: 140px;
	/*background-color: #f00;*/
}


.index2-2-a5 .index2-2-con{
	width: 75px;
	left: 30px;
	padding-bottom: 13px;
	text-align: center;
}


.index3{
	position: relative;
	z-index: 100;
}


.index3-bg-wp{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	left: 0;
	top: 0;
}
.index3-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	opacity: 0;
	transition: opacity .6s;
}
.index3-bg.cur{
	opacity: 1;
}



.index3,.index3 .container{
	height: 100%;
}

.index3-div{
	height: 100%;
	width: 700px;
	background-color: rgba(0,0,0,0.6);
	position: relative;
}

.index3-div::before{
	position: absolute;
	content:"";
	width: 1050px;
	bottom: 100%;
	right: 0;
	height: 178px;
	background-color: rgba(0,0,0,0.6);
	z-index: 15;
}


.index3-div::after{
	position: absolute;
	content:"";
	width: 1050px;
	bottom: 0%;
	top: 0;
	right:100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 15;
}
.index3-dl{
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	z-index: 25;
}

.index3-dl dl{
	margin:0;
}
.index3-dl dd{
	position: relative;
	width: 800px;

}
.index3-dl dd::before{
	position: absolute;
	content:"";
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	background-color: #0065b6;
	width: 0;
	transition: .6s;
	opacity: 0;
}


.index3-dl dd:hover::before{
	width: 100%;
	opacity: 1;
}
.index3-dl dd:hover .line_div {
  transform: translate(0);
  -webkit-transform: translate(0);
  visibility: visible;
  opacity: 1;
  transition: 300ms ease-in 600ms;
  -webkit-transition: 300ms ease-in 600ms;
}
.index3-dl dd:hover .index3-ico-wp::before{
  transform: scale(1) rotate(180deg);
  -webkit-transform: scale(1) rotate(180deg);
  -moz-transform: scale(1) rotate(180deg);
  opacity: 1;
}
.index3-dl dd>a{
	position: relative;
	z-index: 50;
	display: block;
}

.line_div-wp{
	position: absolute;
	width: 100px;
	height: 100px;
	right: 0%;
	top: 0;
	z-index: 50;
}
.line_div{
  display: block;
  background: #fff;
  position: absolute;
  transition: 300ms;
  -webkit-transition: 300ms;
  opacity: 0;
  visibility: hidden;
}

.line_div1 {
    width: 28px;
    height: 1px;
    top: 50%;
    left: 50%;
    margin-left: -14px;
    margin-top: -1px;
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
}
.line_div2 {
    width: 1px;
    height: 28px;
    top: 50%;
    margin-top: -14px;
    left: 50%;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
}


.index3-ico-wp{
	width: 100px;
	height: 100px;
	margin-right: 30px;
	position: relative;
}
.index3-ico{
	position: absolute;
	width: 46px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 50;
}
.index3-ico-wp::before{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	transform: scale(0.5) rotate(0);
	-webkit-transform: scale(0.5) rotate(0);
	-moz-transform: scale(0.5) rotate(0);
	opacity: 0;
	transition: 600ms;
	-webkit-transition: 600ms;
	content:"";
	background-color: #ff2424;
	z-index: 15;
}


.index3-ico1{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/index3-ico1.png);
}

.index3-txt{
	font-size: 20px;
	color: #fff;
	height: 100px;
	line-height: 100px;
}

.index3x{
	position: relative;
	z-index: 100;
}

.index3x-dl dl{
	margin:0;
	font-size: 0;
	line-height: normal;
	margin-left: -3%;
	margin-top: -3%;
}
.index3x-dl dd{
	display: inline-block;
	vertical-align: top;
	width: 30.33333%;
	margin-left: 3%;
	margin-top: 3%;
}
.index3x-dl dd>a{
	display: block;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding: 60px 0;
}

.index3x-dl dd>a img{
	display: block;
	margin:0 auto 15px;
}








.index4-item{
	background-color: #fff;
	padding: 100px 25px 22px;
	position: relative;
}

.index4-item:hover .index4-pic{
	opacity: 1;
	visibility: visible;
}
.index4-item:hover .index4-date {
	background-color: rgba(207,4,4,0.8);
}
.index4-item:hover .index4-date h1{color: #fff;} 
.index4-item:hover .index4-date h2{color: #fff;} 
.index4-pic{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 25;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.index4-pic>a{
	display: block;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.index4-date{
	position: absolute;
	left: 0;
	top: 0;
	width: 105px;
	height: 100px;
	background-color: #fff;
	z-index: 50;
	text-align: center;
	padding-top: 15px;
	transition: background-color .3s;
}

.index4-date h1{
	margin:0;
	color: #000;
	font-size: 50px;
	line-height: 1;
	transition: color .3s;
}

.index4-date h2{
	margin:0;
	color: #000;
	font-size: 14px;
	margin-top: 8px;
	transition: color .3s;
}

.index4-item h3{
	margin:0;
	font-size: 18px;
	color: #333;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}
.index4-item h3 a:hover{
	color: #ff2424;
}
.index4-item .line{
	margin:15px 0 12px;
	height: 1px;
	background-color: #e6e6e6;
}

.index4-item p{
	margin:0;
	font-size: 14px;
	color: #333;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}

.index4-a{
	margin-top: 25px;
	font-size: 0;
	line-height: normal;
}

.index4-a a{
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 1px solid #333;
	font-size: 14px;
	color: #333;
}
.index4-a a:hover{
	color: #ff2424;	border-color: #ff2424;

}

.index4-list .owl-dots {
    text-align: center;
    margin-top: 20px;
    font-size: 0;
    line-height: normal;
    display: none;
}

.index4-list .owl-dots .owl-dot{
    display: inline-block;
    margin:0 4px;
    border:0;
    background-color: transparent;
    outline: none;
}

.index4-list .owl-dot span{
    width: 7px;
    display: block;
    height: 7px;
    background-repeat: no-repeat;
    background-position: center ;
    background-image: url(../images/arrow-b.png);

}


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

}





.index5-h1{
	font-size: 24px;
	color: #0065b6;
	line-height: 1.5;
	padding: 25px 0 15px;
}

.index5-dl dl{
	margin:0;
}

.index5-dl dd{
	font-size: 16px;
	color: #333;
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 1.5;
	padding: 4px 0;
	padding-left: 40px;
	margin-top: 15px;
}

.index5-er{
	width: 149px;
	margin-top: 35px;
}

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


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





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

#footer{

}
.footer-1{
	background-color: #e1e5e9;
	padding: 55px 0;
}

.foo1-right{
	width: 525px;
	min-height: 203px;
	padding-left: 77px;
	border-left: 1px solid #c6c8cc;
}

.foo1-right h1{
	margin:0;
	font-size: 20px;
	color: #333;
	line-height: 1.5;
}
.foo1-right h2{
	margin:0;
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	padding: 15px 0 30px;
}
.foo1-a	a{
	display: block;
	width: 135px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	background-color: #0065b6;
	font-size: 16px;
	padding-left: 48px;
	background-repeat: no-repeat;
	background-image: url(../images/foo1-a.png);
	background-position: 15px center;
}
.foo1-a	a:hover{
	background-color: #025598;
}

.foo1-list{
	overflow: hidden;
}
.foo1-list a:hover{
	color: #0065b6;
}
.foo1-list ul{
	margin:0;
}

.foo1-list li{
	float: left;
}

.foo1-list li+li{
	margin-left: 110px;
}

.foo1-list ul li:nth-child(4){
	margin-left: 37px;
}
.foo1-list li h1{
	margin:0;
	font-size: 16px;
	color: #000;
}
.foo1-list dl{
	margin:0;
	padding-top: 10px;
}
.foo1-list dd{
	margin-top: 10px;
	font-size: 14px;
	color: #777;
}


.footer-2{
	background-color: #000000;
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
	padding: 15px 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: #f6f7f2;
	/*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: 350px;
   margin-left: 15px;
   margin-top: 17px;
}

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



.title-22 h1{
	margin:0;
	font-size: 34px;
	color: #000;
	height: 37px;
	line-height: 37px;
}
.title-22.ziBai h1{color: #fff;}
.more{
	width: 107px;
	height: 37px;
	line-height: 35px;
	border:1px solid #5c5c5c;
	text-align: center;
	font-size: 14px;
	color: #333;
	transition: .3s;
}
.more:hover{
	background-color: #0065b6;
	border-color: #0065b6;
	color: #fff;
}

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

.xinwen1-con{
	overflow: hidden;
	padding: 25px 20px;
	background-color: #fff;
}


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

.xinwen1-con h2{
	margin:0;
	font-size: 20px;
	color: #333;
	margin-top: 15px;
}

.xinwen1-con h2 a:hover{
	color: #0065b6;
}

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

.xinwen1-item2 .xinwen1-con{
	padding: 27px 20px 28px;
}
.xinwen1-item2 .xinwen1-con h2{
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 15px;
}

.xinwen1-item2+.xinwen1-item2{
	margin-top: 30px;
}

.xinwen2-div{
	overflow: hidden;
}
.xinwen2-list dl{
	margin:0;
	margin-left: -2%;
	margin-top: -45px;
}

.xinwen2-list dd{
	float: left;
	width: 31.333333%;
	margin-left: 2%;
	padding-top: 20px;
	margin-top: 45px;
}

.xinwen2-item{
	background-color: #fff;
	padding: 0 24px;
}

.xinwen2-item-top{
	height: 130px;

}

.xinwen2-date{
	width: 90px;
	height: 90px;
	margin-right: 18px;
	text-align: center;
	background-color: #0065b6;
	padding-top: 15px;
	position: relative;
	top: -20px;
}

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

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

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

.xinwen2-con-a{
	font-size: 18px;
	color: #000;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
}

.xinwen2-con-a a:hover{
	color: #0065b6;
}

.xinwen2-a{
	text-align: right;
	position: relative;
	padding: 18px 0 15px;
}
.xinwen2-a::before{
	position: absolute;
	left: -24px;
	right: -24px;
	top: 0;
	height: 1px;
	background-color: #e2e2e2;
	content:"";
}
.xinwen2-a a{
	font-size: 14px;
	color: #959595;
}
.xinwen2-a a::before{
	display: inline-block;
	width: 30px;
	height: 1px;
	background-color: #959595;
	margin-right: 9px;
	content:"";
	vertical-align: middle;
	margin-top: -3px;
}
.xinwen2-a a:hover{
	color: #0065b6;
}
.xinwen3-item{
	padding: 15px;
	background-color: #fff;
}
.xinwen3-pic .imgbox_a{
	padding-bottom: 62.44%;
}

.xinwen3-item .xinwen1-con{
	padding: 25px 10px 10px;
}

.yewu-div-wp{
	width: 770px;
	padding: 30px;
	background-color: #fff;
}

.yewu-div{
	border:1px solid #bca384;
	padding: 45px 35px 35px;
}

.yewu-h1{
	font-size: 28px;
	font-weight: bold;
	color: #0065b6;
}

.yewu-p{
	font-size: 16px;
	color: #7d7d7d;
	line-height: 1.8;
	height: 7.2em;
	overflow: hidden;
	margin-top: 20px;
}
.yewu-dl{
	margin-top: 25px;
}
.yewu-dl dl{
	margin:0;
}

.yewu-dl dd{
	float: left;
	width: 67px;
	margin-right: 38px;
	
}
.yewu-dl dd>a{
	display: block;
	text-align: center;
	font-size: 16px;
	color: #333;
}
.yewu-dl dd>a:hover{
	color: #0065b6;
}
.yewu-dl dd>a img{
	display: block;
	width: 100%;
	margin-bottom: 8px;
}

.baiPadd{
	background-color: #fff;
	padding: 20px;
}

.dangjian1-1{
	width: 692px;
	margin-right: 20px;
}

.dangjian1-2{
	overflow: hidden;
}

.fdangjian1 .imgbox_a{
	padding-bottom: 63.15%;
}

.fdangjian1 .imgbox_a h1{
	margin:0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 58px;
	line-height: 58px;
	background-image: url(../images/heidi.png);
	padding-left: 16px;
	padding-right: 80px;
	z-index: 15;
	color: #fff;
	font-size: 18px;
}

.fdangjian1 .flex-control-nav{
	height: 0;
	bottom: 33px;
	text-align: right;
	padding-right: 20px;
}

.fdangjian1 .flex-control-nav li{
	margin:0;
}

.fdangjian1 .flex-control-nav li+li{
	margin-left: 7px;
}

.fdangjian1 .flex-control-paging li a{
	width: 7px;
	height: 7px;
}

.tui1-pic{
	width: 198px;
	margin-right: 23px;
}

.tui1-pic .imgbox_a{
	padding-bottom: 62.63%;
}

.tui1-con{
	overflow: hidden;
	padding-top: 7px;
}


.tui1-con h1{
	margin:0;
	font-size: 18px;
	color: #000;
}
.dangjian_plate .tui1-con h1 a:hover{
	color: #ff1b1b;
}
.tui1-con h1 a:hover{
	color: #0065b6;
}

.tui1-con h2{
	margin:0;
	font-size: 14px;
	color: #000;
	margin:15px 0 10px;
}

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


.list01 dl{
	margin:0;
}

.list01 dd{

	background-repeat: no-repeat;
	background-position:0px center;
  background-image: url(../images/dian.png);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:12px;
  overflow: hidden;
	position: relative;
	padding-right:85px;
	height: 22px;
	line-height: 22px;
}

.list01 dd+dd{
	margin-top: 23px;
}


.list01 dd a{
	font-size: 16px;
	color:#000;
}
.span_11{
	font-size: 14px;
	color:#000;
	position: absolute;
	right: 0px;
	top: 0;
}
.list01 dd a:hover{
	color:#ff1b1b;
}

.dangjian1-2 .list01{
	padding-top: 21px;
}

.dangjian2-1{
	width: 820px;
	margin-right: 40px;
}

.dangjian2-2{
	overflow: hidden;
}

.dangjian2-1-item{
	width: 48.4%;
}

.dangjian2-1-con{
	padding: 40px 0;
	position: relative;
}
.dangjian2-1-con::before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	content:"";
	background-color:#d8d8d8;
	height:2px ; 
	z-index: 15;
}
.dangjian2-1-con::after{
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	content:"";
	background-color:#ff1b1b;
	height:2px ; 
	z-index:25;
	transition: width .3s;
}
.dangjian2-1-con h1{
	margin:0;
	font-size: 20px;
	color: #000;
}


.dangjian2-1-con h1 a:hover{
	color:#ff1b1b;
}

.dangjian2-1-con p{
	margin:0;
	font-size: 14px;
	color: #999;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
	margin-top: 20px;
}

.dangjian2-1-pic .imgbox_a{
	padding-bottom: 63.22%;
}


.dangjian2-1-item:hover .dangjian2-1-con::after{width: 100%;}


/*ff1b1b*/


.dangjian_plate .more:hover{
	background-color: #ff1b1b;
	border-color:#ff1b1b;
}

.dangjian2-2 dl{
	margin:0;
}

.dangjian2-2 dd+dd{
	margin-top: 15px;
}

.dangjian2-2 dd{
	border:1px solid #e4e4e4;
	background-color: #fff;
	padding: 22px;
}

.dangjian2-2 h1{
	margin:0;
	font-size: 16px;
	color: #000;
}


.dangjian2-2 h1 a:hover{
	color:#ff1b1b;
}

.dangjian2-2 h2{
	margin:0;
	font-size: 14px;
	color: #666;
	margin-top: 15px;
}

.about1{
	height: 100%;
	position: relative;
}

.about1-1{
	height:65%;
	position: relative;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.about1-1-div{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 50;
}

.about1-1-zm{
	position: absolute;
	width: 53.75%;
	left: 2%;
	top: 0;
	z-index: 10;

}
.about1-1-zm img{
	display: block;
	width: 100%;
}



.about1-1-left{
	width: 702px;
}


.about1-1-left-con{
	margin-top: 22px;
}

.about1-1-left-con h1{
	margin:0;
	font-size: 22px;
	color: #0065b6;
	line-height: 1.8;
	padding-right:60px;
}


.about1-1-left-p p{margin:0;}


.about1-1-left-p{
	font-size: 18px;
	color: #555;
	line-height: 2;
	margin-top: 28px;
}


.about1-1-right{
	width: 530px;
	font-size: 16px;
	color: #555;
	line-height: 2.4;
	margin-top: 20px;
}

.about1-1-bottom{
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 100%;
}

.about1-1-zm2{
	width: 530px;
	margin-left: auto;
	font-size: 78px;
	color: #0065b6;
	line-height: 55px;
	text-transform: uppercase;
	font-family: "Bahnschrift";
}
















.about1-2{
	height: 35%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/about1-2.jpg);
}

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




.honor-left{
	width: 120px;
	margin-right: 55px;
}

.honor-right{
	overflow: hidden;
}
.honor-left-item{
	position: relative;
	padding-bottom: 15px;
	cursor: pointer;
}
.honor-left-item+.honor-left-item{
	margin-top: 50px;
}
.honor-left-item::after{
	position: absolute;
	content:"";
	left: 0;
	bottom: 0;
	width: 0;
	height: 4px;
	background-color: #0065b6;
	transition: width .5s;
}
.honor-left-item h1{
	margin:0;
	font-size: 46px;
	color: #c6c6c6;
	transition: color .5s;
}
.honor-left-item h2{
	margin:0;
	font-size: 22px;
	font-weight: bold;
	color: #999999;
	transition: color .5s;
	margin-top: 12px;
}


.honor-left-item.cur h1{
	color: #0065b6;
}
.honor-left-item.cur h2{
	color: #0065b6;
}

.honor-left-item.cur::after{
	width: 100%;
}


.honor-right{
	overflow: hidden;
}

.honor-right-div{display: none;position: relative;}
.honor-right-div:first-child{display: block;}


/*资质荣誉*/
.hon_con{
  background:url("../img/hon_bg.png") no-repeat center bottom, #e4e9ed;
}
.hon_con .tea_case{
    width: 81.25vw;
  padding-bottom: 2.2rem;
}
.hon_tab_nav_box{
    float: left;
    width: 15%;
}
.hon_tab_nav_box> div{
  max-width: 130px;
  color: #d5dae0;
  transition: all .5s ease-out;
  padding-bottom: .5rem;
  cursor: pointer;
}
.hon_tab_nav_box> div:last-child{
  padding-bottom: 0;
}
.hon_tab_num{
  font-size: 40px;
  line-height: 1;
}
.hon_tab_name{
  line-height: 56px;
  font-size: 16px;
  font-weight: 700;
  color: #72787f;
  transition: all .5s ease-out;
  position: relative;
}
.hon_tab_name::after{
  content: '';
  position: absolute;
  width: 0;
  height: 5px;
  background-color: #00653b;
  left: 0;
  bottom: 0;
  transition: all .5s ease-out;
}
.hon_tab_nav_box> div.on,.hon_tab_nav_box> div:hover{
  color:#00653b;
}
.hon_tab_nav_box> div.on .hon_tab_name,.hon_tab_nav_box> div:hover .hon_tab_name{
  color: #00653b;
}
.hon_tab_nav_box> div:hover .hon_tab_name::after,.hon_tab_nav_box> div.on .hon_tab_name::after{
  width: 100%;
}
.hon_con_case{
    float: right;
    width: 83.33%;
  position: relative;
}
.hon_con_case > div{
  display: none;
  position: relative;
}
.hon_con_case > div:first-child{
  display: block;
}
.hon_con_box{
    float: left;
    width: 60%;
    padding-right: 10%;
    padding-left: 10%;
    overflow: hidden;
    position: relative;
  margin-top: 8px;
}
.hon_con_box .swiper-container{
    overflow: initial;
    padding-bottom: 120px;
}
.sha_tra{
    position: absolute;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(228, 233, 237, 1) 0%, rgba(228, 233, 237, 0) 25%, rgba(228, 233, 237, 0) 75%, rgba(228, 233, 237, 1) 100%);
    background: -o-linear-gradient(left, rgba(228, 233, 237, 1) 0%, rgba(228, 233, 237, 0) 25%, rgba(228, 233, 237, 0) 75%, rgba(228, 233, 237, 1) 100%);
    background: -webkit-gradient(linear, right top, right bottom, color-stop(0,rgba(228, 233, 237, 1)),color-stop(0.25,rgba(228, 233, 237, 0)),color-stop(0.75,rgba(228, 233, 237, 0)), color-stop(1, rgba(228, 233, 237, 1)));
    background: -webkit-linear-gradient(left, rgba(228, 233, 237, 1) 0%, rgba(228, 233, 237, 0) 25%, rgba(228, 233, 237, 0) 75%, rgba(228, 233, 237, 1) 100%);
    z-index: 3;
    top: 0;
    left: 0;
    pointer-events: none;
}
.hon_con_box .swiper-slide{
    opacity: 0.4;
    transition: all .5s ease-in;
}
.hon_con_box .swiper-slide.active{
    opacity: 1;
}
.hon_con_box .swiper-slide> div{
    width: 100%;
    position: relative;
}
.hon_con_box .swiper-slide> div > img{
    display: block;
  max-width: 435px;
  max-height: 405px;
  margin: 0 auto;
 }
.hon_name{
    text-align: center;
    margin-top: 25px;
    font-weight: 700;
    color: #000;
    font-size: 24px;
    line-height: 1.5;
    opacity: 0;
    transition: all .5s ease-in;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
}
.hon_con_box .swiper-slide.active .hon_name{
    opacity: 1;
}
.hon_name_box{
  width: calc(29.23% + 50px);
  float: right;
  padding: 25px 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.hon_name_text{
    font-size: 16px;
    line-height: 60px;
  height: 60px;
  padding: 0 10px;
    text-align: center;
    opacity: 1;
    color: #000;
    transition: all .5s ease-in;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.hon_name_box .active-nav .hon_name_text{
    font-size: 18px;
    font-weight: 700;
    background-color: rgba(255,255,255,1);
    box-shadow: 0 0 46px rgba(29,56,75,.17);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    opacity: 1;
}
.hon_name_box .swiper-container{
    height: 370px;
    padding: 25px 25px 15px 25px;
    overflow: hidden;
}
.hon_name_box .swiper-slide{
    cursor: pointer;
}
.hon_name_box .swiper-button-prev,.hon_name_box .swiper-button-next{
  background-image: none;
  font-size: 18px;
  width: 100%;
  text-align: center;
  margin: 0;
  color: #000;
}
.hon_name_box .swiper-button-prev{
  top: 0;
  left: 0;
  background-image: url(../images/up.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 17px 11px;
  background-size: 17px 11px;
}
.hon_name_box .swiper-button-next{
  top: auto;
  right: 0;
  bottom: 0;
  background-image: url(../images/down.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 17px 11px;
  background-size: 17px 11px;
}
/*资质荣誉*/
.inv_con{
    background-image: url("../img/inv_bg.png");
    background-color: #f6f9fb;
    background-position: left top;
    background-repeat: no-repeat;
}
.inv_left_box{
    float: left;
    width: 23.077%;
}
.inv_title{
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    line-height: 78px;
    position: relative;
}
.inv_code{
    line-height: 42px;
    font-size: 16px;
    margin-top: 20px;
    color: #000000;
}
.inv_stock_box{
    border: 1px solid #d6dadd;
    border-left: none;
    border-right: none;
    padding: 35px 0;
}
.sto_at_time i{
    display: none;
}
.sto_val{
    position: relative;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 15px;
}
.sto_val i{
    font-size: 36px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
}
.sto_contrast{
    font-size: 14px;
    line-height: 1;
    margin-bottom: 40px;
}
.sto_contrast > span{
    margin-right: 20px;
}
.sto_record > div{
    width: 50%;
    float: left;
}
.sto_record > div > div:first-child{
    font-size: 14px;
    line-height: 31px;
    color: #000;
}
.sto_record > div > div:nth-child(2){
    font-size: 18px;
    line-height: 1.2;
    color: #999fa7;
}
.sot_time_box{
    font-size: 14px;
    line-height: 3.28;
    color: #000;
}
.sto_at_time_up{
    color: #fe0000;
}
.sto_at_time_down{
    color: #00653b;
}
.sto_contrast > span:last-child{
    margin-right: 0;
}
.sto_at_time i{
    display: none;
}
.sto_at_time_down .down{
    display: block;
}
.sto_at_time_up .up{
    display: block;
}
.inv_right_box{
    width: 70%;
    float: right;
    padding-left: 6.15%;
    position: relative;
}
.inv_right_box::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 26px;
    width: 1px;
    height: 100%;
    background-color: #d6dadd;
}

.inv_title > a{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #000;
}
.inv_title > a i{
    color: #a1a3a4;
    font-size: 20px;
    vertical-align: middle;
    margin-left: 10px;
    text-align: right;
}
.sty_bottom_sty{
    border-bottom: 1px solid #d6dadd;
    margin-bottom: .3rem;
}
.sty_bottom_sty::after{
    content: '';
    display: block;
    position: relative;
    left: 0;
    bottom: -3px;
    height: 5px;
    width: 2em;
    background-color: #00653b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.ann_box > a{
    display: block;
    border-bottom: 1px solid #d6dadd;
    padding: 30px 0;
    padding-right: 32px;
    position: relative;
}
.ann_title{
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    font-weight: 500;
    transition: all .5s ease;
}
.ann_time{
    font-size: 12px;
    line-height: 1.8;
    color: #9fa2a5;
    transition: all .5s ease;
}
.ann_box > a > i{
    font-size: 22px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px;
    color: #b3b8bc;
    transition: all .5s ease;
}
.ann_box > a:hover .ann_title,.ann_box > a:hover >i,.ann_box > a:hover .ann_time{
    color: #00653b;
}














































.about4-item{
	background-color: #fff;
	padding: 20px;
	padding-bottom: 17px;
}

.about4-pic .imgbox_a{
	padding-bottom: 133.5%;
}

.about4-item h1{
	margin:0;
	text-align: center;
	font-size:18px;
	font-weight: bold;color: #000; 
	padding: 15px 0 7px;
}

.about4-item h2{
	margin:0;
	text-align: center;
	font-size:16px;
	color: #666; 
}


.about4-item:hover h1{color: #0065b6;}


.about5-pic .imgbox_a{
	padding-bottom: 78%;
}

.about5-pic{
	width: 50%;
}

.about5-list .item{
	background-color: rgba(255,255,255,0.6);
	width: 1088px;
}
.about5-list .item .about5-pic{
	opacity: 0;
}
.about5-list .center .item{
	background-color: #fff;

}

.about5-list .center .item .about5-pic{
	opacity: 1;
}
.about5-list .center .item .about5-con{
	opacity: 1;
}
.about5-list .owl-nav{
	position: absolute;
	top: 50%;
	width: 1088px;
	left: 50%;
	height: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.about5-list .owl-nav button.owl-prev{
    position: absolute;
    left:-40px;
    top: 50%;
    width: 83px;
    height: 83px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-background-size: 100%;
    background-size: 100%;
    background-image: url(../images/about5-left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
}

.about5-list .owl-nav button.owl-next{
    position: absolute;
    right:-40px;
    top: 50%;
    width: 83px;
    height: 83px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-background-size: 100%;
    background-size: 100%;
    background-image: url(../images/about5-right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
}

.about5-list.owl-carousel .owl-nav.disabled{
	display: block;
}


.about5-con{
	overflow: hidden;
	padding: 115px 70px 0;
	opacity: 0;
}

.about5-con h1{
	margin:0;
	font-size: 32px;
	color: #0065b6;
}

.about5-con-p{
	margin:0;
	font-size: 20px;
	color: #000;
	line-height: 1.8;
	margin-top: 20px;
}

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

.honor-pic .imgbox_a{
	padding-bottom: 68.9%;
}

.honor-right2{
	margin-top: 35px;
	position: relative;
	overflow: hidden;
}


.honor-right2-div{
	display: none;
}

.honor-right2-div.cur{
	display: block;
}

.honor-right2-list h1{
	margin:0;
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-top: 20px;
}


.erji{
	padding: 70px 0;
}

.erji-content{
	margin-top: 50px;
}

.xinwen-list dl{
	margin:0;
}

.xinwen-list dd{
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
}


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

.fenye ul{
	margin:0;
}


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


.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:#0065b6;

}


.tousu{
	padding: 0px 100px 0 30px;
}
.tousu input{

	box-shadow: none;
}
.tousu input:focus{
	outline: none;
	box-shadow: none;
}

.tousu textarea:focus{
	outline: none;
	box-shadow: none;
}

.tousu input.form-control{
	height:40px;
	border:1px solid #2c54a3;
	border-radius: 5px;
	padding-right: 40px;
}
.tousu textarea.form-control{
	border:1px solid #2c54a3;
	resize: none;
	box-shadow: none!important;
	border-radius: 5px;
	padding: 9px 40px 9px 12px;
	height: 222px;
}
.tousu-title{
	height: 40px;
	line-height: 40px;
	text-align: right;
	font-size: 14px;
	color: #999;
}

.tousu-input{
	position: relative;
}

.tousu-input i.icoii{
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	right:13px;
	background-repeat: no-repeat;
	background-position: center;
}

.tousu-input i.icoii.icoii1{
	margin-top: 0;
	top: 11px;
}

.tousu-btn{
	text-align: center;
}

.tousu-btn input{
	width: 195px;
	height: 49px;
	border:0;
	background-color: #2c54a3;
	color: #fff;
	font-size: 14px;
}

.tousu-btn{
	padding-top: 30px;
}


.job-xinxin-item-h1{
	font-size: 18px;
	font-weight: normal;
	color: #333;
	border-left: 5px solid #0065b6;
	padding-left: 15px;
}
.job-xinxin-item-h2{
	font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin-top: 15px;
  padding-left: 20px;
}
.job-xinxin-item-con{
	margin-top: 20px;
	padding: 20px 30px 30px 30px;
	color: #666;
	border: 1px solid #eee;
	line-height: 30px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	font-size: 15px;
	color: #333;
	line-height: 2;
}


.job-xinxin-item+.job-xinxin-item{
	margin-top: 50px;
}



.xinwen-sss{
	background-color:#f6f6f6;
	padding: 50px 58px;
}
.xinwen-sss .form-control{
	box-shadow: none!important;
	border-radius: 0;
}

.xinwen1-1{
	width: 105px;
	height: 34px;
	line-height: 34px;
	font-size: 20px;
	color: #333;
}

.xinwen1-2{
	width: 238px;
}
.xinwen1-3{
	width: 238px;
	margin:0 22px;
}

.xinwen1-4{
	width: 238px;
}
.xinwen1-5{
	width: 238px;
	margin-left: 22px;
}

.xinwen1-5 input{
	width: 100%;
	height: 34px;
	border:0;
	cursor: pointer;
	background-color: #0065b6;
	color: #fff;
	display: block;
	font-size: 14px;
}

.xinwen1-5 input:focus{
	outline: none;
}


.map-wp{
	width: 65%;
	height: 450px;
	margin-left: 30px;
}
.map{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.contact1-con{
	overflow: hidden;
	font-size: 16px;
	color: #666;
	line-height: 2.2;
}
.contact2{
	margin-top: 70px;
}


.contact1-1 dl{
	margin:0;
	margin-left: -3%;
}

.contact1-1 dd{
	float: left;
	width: 22%;
	margin-left: 3%;
}

.contact1-1 dd input{
	width: 100%;
	height: 60px;
	background-color:#fff;
	border:1px solid #e8e8e8;
	font-size: 16px;
	color: #333;
	line-height: 1.428571;
	padding-left: 50px;
	border-radius: 0;
	background-repeat: no-repeat;
	background-position: 20px center;
}
.contact1-2 {
	padding: 42px 0;
}
.contact1-2 textarea{
	width: 100%;
	height:178px;
	background-color:#fff;
	border:1px solid #e8e8e8;
	font-size: 16px;
	color: #333;
	line-height: 1.428571;
	padding-left: 50px;
	border-radius: 0;
	background-repeat: no-repeat;
	background-position: 20px 31px;
	padding-top: 30px;
	padding-bottom: 30px;
	resize: none;
}

.contact1-3 .fl{
	width: 670px;
}

.yan{
	width: 150px;
	cursor: pointer;
}

.yan img{
	display: block;
	width: 100%;
}

.contact1-3-input{
	overflow: hidden;
}

.contact1-3-input input{
	width: 100%;
	height: 60px;
	background-color:#fff;
	border:1px solid #e8e8e8;
	font-size: 16px;
	color: #333;
	line-height: 1.428571;
	padding-left: 50px;
	border-radius: 0;
	background-repeat: no-repeat;
	background-position: 20px center;
}
.contact1-3>.fr{
	width: 214px;
}
.contact1-3 .fr input{
	width: 100%;
	display: block;
	height: 60px;
	background-color:#0065b6;
	border:0;
	font-size: 16px;
	color: #fff;
	line-height: 1.428571;
	cursor: pointer;
}
.contact1-3 .fr input:focus{
	outline: none;
}
.contact1-3 .fr input:hover{
	background-color: #045699;
}

.pic-list{
	border-bottom: 1px solid #ddd;
	padding-top: 50px;
}
.pic-list dl{
	margin:0;
	margin-left: -3%;
}

.pic-list dd{
	float: left;
	width: 22%;
	margin-left: 3%;
	margin-bottom: 3%;
}

.pic-pic .imgbox_a{
	padding-bottom: 66.67%;
}
.pic-h1{
	text-align: center;
	font-size: 18px;
	color: #333;
	margin-top: 20px;
}

.pic-list dd:hover .pic-h1{color: #0065b6;}