/**************************************/
/*************[公用start]**************/
/**************************************/
@font-face{
	font-family:"din";
	src:url("../fonts/DINPro-Medium.otf");
}
@font-face{
	font-family:"ali";
	src:url("../fonts/Alibaba-PuHuiTi-Bold.otf");
}
/*主站变灰*/
/*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)
}
*/


/*百度百科變灰*/
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;
	height: 120px;
	background-color: #fff;
	padding: 0	25px;
}


.header-sanl{
	position: absolute;
	right: 25px;
	top: 23px;
	z-index: 150;
}
.header-sanl dd{
	float: left;
	padding: 0	13px;
    background-image: url(../images/xian.jpg);
    background-repeat: no-repeat;
    background-position: left center;
}
.header-sanl dd:first-child{
	background-image: none;
}
.header-sanl dd>a{
	display: block;
	height: 20px;line-height: 20px;
	font-size: 18px;
	color:#333;
	position: relative;
}
.header-sanl dd>a:hover .hsder{
	display: block;
}
.hsder{
	position: absolute;
	width: 100px;
	margin-left: -50px;
	left: 50%;
	top: 30px;
	display: none;
	z-index: 9000;
}

.hsder img{
	display: block;
	width: 100%!important;
	margin-top: 0;
	margin-right: 0;
}
.header-sanl dd>a:hover{
	color:#537ca2;
}
.header-sanl dd>a img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
	width: 21px;
}

.logo{
	width: 547px;
	margin-top: 26px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}

.language{
	width: 43px;
	margin-top: 48px;
}

.language a,.language img{
	display: block;
	width: 100%;
}
.search{
	width: 56px;
	padding-left: 30px;
	border-left: 1px solid #bebdbd;
	margin-top: 65px;
	margin-right: 0px!important;
}

.search a,.search img{
	display: block;
	width: 100%;
}
.nav{
	margin-top: 35px;
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	margin-right: 40px;
	position: relative;
}

.nav>ul>li>a{
	padding: 0	10px;
	display: block;
	height: 85px;
	line-height: 85px;
	font-size: 22px;
	color: #000;
	font-weight: bold;
	position: relative;
}

.nav>ul>li>a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 4px;
    background-color: #537ca2;
    bottom: 0px;
    right: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.nav>ul>li:hover>a,.nav>ul>li.cur>a{
	color: #537ca2;
} 

.nav>ul>li:hover>a:after,.nav>ul>li.cur>a:after{
  width: 100%;
  right: auto;
  left: 0;
}

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

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

}
.nav>ul>li>ul>li>a:hover{
	background-color: #537ca2;
	color: #fff;
}

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





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

#main{

}


.fafa .flex-control-paging li a{
	width: 13px;
	height: 13px;
}
.fafa .flex-control-paging li a.flex-active{
	width: 29px;
}
.fafa .flex-control-nav{
	bottom: 30px;
	display: inline-block;
	padding: 9px 24px ;	
	width: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: rgba(0,0,0,0.33);
	border-radius: 30px;
	overflow: hidden;
}

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

.title-11-left h1{
	margin:0;
	font-size: 41px;
	font-weight: bold;
	color: #000;
}

.title-11-left h2{
	margin:0;
	font-size: 24px;
	color: #999;
	font-family: "din";
	padding: 10px 0;
}

.title-11-left .line{
	display: inline-block;
	width: 20px;
	height: 3px;
	border-radius: 9px;
	background-color: #999999;
}

.more9527{
	margin-top: 30px;
	display: inline-block;
}
.more9527>a{
	display: block;
	border:1px solid #dddddd;
	font-size: 16px;
	color: #666;
	padding: 9px 25px;
	border-radius: 999em;
}
.more9527>a:hover{
	color: #537ca2;
}
.more9527>a img{
	margin-top: -3px;
	margin-left: 15px;
}


.main1{
	background-image: url(../images/main1-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 130px 0 175px;
}

.main1-1{
	width: 56%;
	position: relative;
	margin-right:95px;
}
.main1-1::after{
	position: absolute;
	left: 60px;
	right: -23px;
	bottom: -17px;
	top: 17px;
	z-index: 12;
	content:"";
	background-color: #dce6ef;
}
.main1-1 .imgbox_a{
	padding-bottom: 83.6%;
	z-index: 50;
}


.main1-2{
	overflow: hidden;
}


.main1-2-p{
	margin-top: 30px;
	font-size: 20px;
	color: #333;
	line-height: 2;
	height: 24em;
	overflow: hidden;
}

.main1-2-p p{margin:0;}





.main2{
	background-image: url(../images/main2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 75px 0 140px;
}
.main2-dl{
	margin-top: 40px;
}


.main2-dl dl{
	margin:0;
}

.main2-dl dd{
	float: left;
	width: 33.33333333%;
}
.main2-dl dd .imgbox_a{
	padding-bottom: 100%;
}

.main2-dl dd .imgbox_a::before{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 183px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/yy2.png);
	content:"";
	z-index: 10;
}
.main2-h1{
	position: absolute;
	width: 100%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	z-index: 20;
	left: 0;
	bottom: 33px;
	padding: 0	15px;
}

.main2-dl dd .imgbox_a:hover .main2-con{
	opacity: 1;
	visibility: visible;
	transition: .3s;
}
.main2-dl dd .imgbox_a:hover .main2-h1{
	display: none;
}
.main2-con{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 50;
	background-color: rgba(206,223,238,0.93);
	padding: 70px 60px 0;
	opacity: 0;
	visibility: hidden;
}


.main2-con-h1{
	font-size: 26px;
	color: #000;
}

.main2-con-p{
	font-size: 18px;
	color: #333;
	line-height: 1.8;
	height: 9em;
	overflow: hidden;
	margin:30px 0 44px;
}






.main3{
	background-color: #fff;
	padding: 80px 0 100px;
}


.main3-dl dl{
	margin:0;
	font-size: 0;
	line-height: normal;
	margin-left: -10%;
	text-align: center;
}

.main3-dl dd{
	display: inline-block;
	vertical-align: top;
	width: 23.33333333%;
	margin-left: 10%;
	margin-top: 60px;
	position: relative;
}

.dd1::after{
	position: absolute;
	width: 61px;
	height: 41px;
	background-image: url(../images/main3-r.png);
	content:"";
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -100px;
}
.dd2::after{
	position: absolute;
	width: 61px;
	height: 41px;
	background-image: url(../images/main3-r.png);
	content:"";
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -100px;
}
.dd4::after{
	position: absolute;
	width: 61px;
	height: 41px;
	background-image: url(../images/main3-l.png);
	content:"";
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -150px;
}
.dd5::after{
	position: absolute;
	width: 61px;
	height: 41px;
	background-image: url(../images/main3-l.png);
	content:"";
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -100px;
}
.main3-pic .imgbox_a{
	padding-bottom: 67.14%;
	border-bottom-right-radius: 25px;
}

.main3-h1{
	height: 87px;
	line-height: 87px;
	text-align: center;
	background-image: url(../images/main3-h1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	font-size: 25px;color: #000;
	font-family:"ali";
	position: relative;
	overflow: hidden;

}

.main3-h1 i{
	position: absolute;
	opacity: 0.09;
	font-size: 90px;
	line-height: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	font-family: "din";
	font-weight: bold;
}









.main4{
	background-image: url(../images/main4-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 70px 0 115px;
}

.main4-div{
	margin-top: 35px;
}

.main4-1{
	width: 619px;
}

.fmain4 .imgbox_a{
	padding-bottom: 68.82%;
}


.fmain4 .imgbox_a h1{
	margin:0;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	padding-left: 25px;
	padding-right: 130px;
	z-index: 15;
	background-color: rgba(0,0,0,0.53);
}

.fmain4 .flex-control-paging li a{
	width: 11px;
	height: 11px;
	background-image: url(../images/arrow-b2.png);
}
.fmain4 .flex-control-paging li a.flex-active{
	background-image: url(../images/arrow-b2-h.png);
}
.fmain4 .flex-control-nav{
	bottom: 30px;
	height: 0;
	text-align: right;
	padding-right: 30px;
}
.fmain4 .flex-control-nav li{
	margin:0;
}

.fmain4 .flex-control-nav li+li{
	margin-left: 13px;
}

.main4-2{
	width: 360px;
	margin:0 28px;
}

.main4-2 dl{
	margin:0;
}
.main4-2 dd+dd{
	margin-top: 16px;
}
.main4-2 dd>a{
	display: block;
	background-color: #fff;
	padding: 20px 25px;
	transition: background-color .3s;
}
.main4-2 dd>a:hover{
	background-color: #dce6ef;
}
.main4-2-1 h1{
	margin:0;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}


.main4-2-1 p{
	margin:0;
	font-size: 14px;
	color: #333;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
	margin: 12px 0 15px;
}

.main4-2-2{
	padding-top: 15px;
	border-top: 1px solid #d0d8df;
}
.main4-2-2 .main4-date{
	background-image: url(../images/jt2.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.main4-date h1{
	margin:0;
	font-size: 24px;
	color: #000;
	font-weight: bold;
}
.main4-date h1::after{
	display: block;
	content:"";
	width: 14px;
	height: 1px;
	margin:7px 0 9px;
	background-color: #828282;
}
.main4-date h2{
	margin:0;
	font-size: 14px;
	color: #666;
}


.main4-3{
	overflow: hidden;
}

.main4-3 dl{
	margin:0;
}
.main4-3 dd+dd{
	margin-top: 12px;
}
.main4-3 dd>a{
	display: block;
	background-color: #fff;
	padding: 28px 35px;
	transition: background-color .3s;
}
.main4-3 dd>a:hover{
	background-color: #dce6ef;
}

.main4-date.fl{
	margin-right: 25px;
	padding-right: 20px;
	border-right: 1px solid #d0d8df;
	padding-bottom: 15px;
}
.main4-3-con{
	overflow: hidden;
}
.main4-3-p{
	font-size: 18px;
	color: #000;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
}

.main4-3-ico{
	width: 20px;
	margin-top: 10px;
}
.main4-3-ico img{
	display: block;
	width: 100%;
}




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





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

#footer{
	background-color: #dce6ef;
}

.footer-1{
	padding: 50px 0 30px;
	border-bottom: 1px solid #b4bdc5;
}

.foo1-2{
	width: 300px;
}

.foo1-h1{
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.yq{
	margin:20px 0 24px;
}
.yq select{
	border:1px solid #b4bdc5;
	background-color: #dce6ef;
	display: block;
	width: 100%;
	height: 50px;
	font-size: 16px;
	color: #333;
	padding-left: 18px;
}

.yq select:focus{
	outline: none;
}


.er{
	width: 115px;
	font-size: 14px;
	color: #333;
	text-align: center;
}

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

.foo1-1{
	overflow: hidden;
}

.foo1-1 ul{
	margin:0;
}

.foo1-1 li{
	float: left;
}

.foo1-1 li+li{
	margin-left: 70px;
}
.foo1-1 dl{
	margin:0;
	padding-top: 7px;
}
.foo1-1 dd{
	margin-top: 10px;
	font-size: 16px;
	color: #333;
}
.foo1-1 dd a:hover{
	color: #333;
}

.footer-2{
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	padding: 20px 0;
}

.footer-2 a:hover{
	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>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: 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: 280px;
   margin-left: 15px;
   margin-top:20px;
}

.logo-2 img{
	display: block;
	width: 100%;
}


.menu2{

	margin-right: 15px;
	height: 75px;
	font-size: 0;

}
.menu2 li{
	cursor:pointer ;
	margin-left: 13px;
	float: right;
	margin-top: 29px;
}
.menu2 li+li{
	margin-top: 29px;
}
.menu2 li+li img{
	width: 31px;
}
.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: 600px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.banner-2 img{
	display: none;
	width: 100%;
}
/*
.banner-2::after{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content:"";
	z-index: 15;
	background-image: url(../images/landi2.png);
}
*/
.banner-2-nomb.banner-2::after{
	display: none;
}
.banner-2-div{
	position: absolute;
	width: 100%;
	padding: 0	15px;
	z-index: 50;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
.banner-2-div h1{
	margin:0;
	font-size: 80px;
	color: #a0c9ef;
	font-weight: bold;
	line-height: 1;
	font-family:"ali";
	text-shadow: 3px 4px 0px rgba(64, 96, 125, 0.91);
}

.banner-2-div h2{
	margin:0;
	font-size: 25px;
	color: #a0c9ef;
	font-family:"din";
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-top: 20px;
}
.banner-2-div h2::before{
	content:"";
	display: inline-block;
	vertical-align: middle;
	width: 33px;
	height: 2px;
	background-color: #a0c9ef;
	margin-right: 10px;
}
.banner-2-div h2::after{
	content:"";
	display: inline-block;
	vertical-align: middle;
	width: 33px;
	height: 2px;
	background-color: #a0c9ef;
	margin-left: 10px;
}

.banner-2-div1{
	top: 40%;
}


.banner-2-div2{
	top: 50px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.banner-2-div2 .container{
	font-size: 0;
	line-height:normal;
	text-align: left;
}


.banner-2-div2-con{
	display: inline-block;
	text-align: center;
}








.erji{
	overflow: hidden;
}

.erji-top{
	background-color: #fff;
	position: relative;
	z-index: 500;
	box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.07);
}
.mianbaoxie{
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/fang.png);
}
.mianbaoxie dl{
	/* height: ; */
	margin:0;
}

.mianbaoxie dd{
	float: left;
	font-size: 18px;
	color: #000;
	height: 72px;
	line-height: 72px;
}

.mianbaoxie dd+dd{
	padding-left: 43px;
	background-repeat: no-repeat;
	background-position: 17px center;
	background-image: url(../images/jiao1.png);
}

.mianbaoxie dd a:hover,.mianbaoxie dd span{
	color: #537ca2;
}

.erji-nav dl{
	/* height: ; */
	margin:0;
}

.erji-nav dd{
	float: left;
	
}
.erji-nav dd+dd{
	margin-left: 70px;
}
.erji-nav dd>a{
	display: block;
	font-size: 20px;
	color: #000;
	height: 72px;
	line-height: 72px;
	position: relative;
}
.erji-nav dd.cur a{
	color: #537ca2;
}
.erji-nav dd.cur a::after{
	position: absolute;
	width: 30px;
	height: 8px;
	left: 50%;
	margin-left: -15px;
	bottom: -8px;
	content:"";
	background-image: url(../images/jiao2.png);
}
.erji-nav dd a:hover{
	color: #537ca2;
}
.erji-bottom{
	position: relative;
	z-index: 100;
	background-color: #f8f8f8;
}

.erji-content{
	background-color: #fff;
	min-height: 300px;
}

.liuyan{
	padding: 25px 55px 55px;
}

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

.liuyan-dl dd{
	float: left;
	width: 48%;
	margin-left: 2%;
	margin-top: 45px;
}
.liuyan-dl dd:last-child{
	width: 98%;
}

.liuyan-title{
	font-size: 20px;
	color: #000;
}

.liuyan-title i{
	font-style: normal;
	color: #f00;
	padding-left: 10px;
}

.liuyan-input{
	margin-top: 23px;
}
.liuyan input:focus,
.liuyan textarea:focus{
	outline: none;
}

.liuyan-input input{
	display: block;
	width: 100%;
	height: 60px;
	background-color:#f6f9fc;
	border:1px solid #f1f3f5;
	font-size: 18px;
	color: #333;
	line-height: 1.428571;
	padding: 10px 15px 10px 60px;
	background-repeat: no-repeat;
	background-position: 15px center;
}

.liuyan-input textarea{
	display: block;
	width: 100%;
	height: 215px;
	background-color:#f6f9fc;
	border:1px solid #f1f3f5;
	font-size: 18px;
	color: #333;
	line-height: 1.428571;
	padding: 20px 20px 20px 30px;

}
.liuyan-btn{
	margin-top: 55px;
}
.liuyan-btn input{
	display: block;
	border:0;
	cursor: pointer;
	font-size: 20px;
	color: #333;
	background-color: #c7d9e9;
	border:0;
	margin:0 auto;
	width: 185px;
	height: 56px;
	
}

.liuyan-btn input:hover{
	font-weight: bold;
}

.ppp50{
	padding: 50px 0;
}
.about-con{
	font-size: 18px;
	color: #333;
	line-height: 2.2;
}
.about-con p{margin:0;}

.about-pic-wp{
	margin-top: 25px;
}

.about-pic{
	width: 48.5%;
}

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

.contact-div{
	background-color: #fff;
	box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.06);
}

.map-wp{
	width: 655px;
	height: 727px;
}

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

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

.contact-logo{
	max-width: 470px;
	margin:0 auto;
}

.contact-logo a,.contact-logo img{
	display: block;width: 100%;
}
.contact-dl{
	padding-top: 40px;
}
.contact-dl dl{
	margin:0;
}

.contact-dl dd{
	padding-left: 75px;
	background-repeat: no-repeat;
	background-position: left center;
}
.contact-dl dd span.fl{
	margin-right: 10px;
}
.contact-dd{
	min-height: 55px;
	border-bottom: 1px solid #eaeaea;
	font-size: 20px;
	color: #333;
	padding: 25px 0;
	line-height: 1.6;
}

.contact-dd-con{
	overflow: hidden;
}

.contact-div .er-wp{
	max-width: 360px;
	margin:30px auto 0;
}

.contact-div .er{
	width: 133px;
}

.contact-div .er img{
	box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.14);
}

.shengchan{
	padding: 70px;
}

.shengchan-div+.shengchan-div{
	margin-top: 60px;
}

.shengchan-h1{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #000;
}

.shengchan-div{
	max-width: 1000px;
	margin:0 auto;
}
.shengchan-pic{
	margin-top: 35px;
}
.shengchan-pic img{
	display: block;
	width: 100%;
}

.shengchan-con{
	background-color: #eff3f7;
	padding: 24px 100px;
	text-align: center;
	font-size: 16px;
	color: #000;
	line-height: 2;
}

.xinwen-list ul{
	margin:0;
}

.xinwen-list li+li{
	margin-top: 32px;
}

.xinwen-list li{
	background-color: #fff;
}

.xinwen-pic{
	width: 321px;
}

.xinwen-pic .imgbox_a{
	padding-bottom: 70%;
}

.xinwen-con{
	overflow: hidden;
	padding: 35px 25px 0 45px;
}

.xinwen-con h1{
	margin:0;
	font-size: 22px;
	font-weight: bold;
	color: #000;
}

.xinwen-con h1 a:hover{
	color: #537ca2;
}

.xinwen-con h2{
	margin:0;
	font-size: 16px;
	color: #999;
	margin:18px 0 22px;
}


.xinwen-con p{
	margin:0;
	font-size: 16px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}

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

.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;
	line-height: 2;
	padding: 0px 0 20px;
}
.danpian-con
.danpian-con *{
	font-size: 16px!important;
	line-height: 2!important;
}

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

.danpian-con video{
	max-width: 995px;
	margin: 10px auto;
	display: block;
    width: 100%;
}
.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:#537ca2;
}

.product-menu{
	background-color: #fff;
	box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.07);
}
.product-menu dl{
	margin:0;
}

.product-menu dd{
	float: left;
	width: 14.28571%;
	border-right: 1px solid #f0f4f7;
	border-bottom: 1px solid #f0f4f7;
}

.product-menu dd>a{
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	text-align: center;
	height: 113px;
	line-height: 113px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.product-menu dd.cur>a{
	background-image: url(../images/menucur.png);
	color: #000!important;
}
.product-menu dd>a:hover{
	color: #537ca2;
}
.product-content{
	margin-top: 100px;
}

.product-title{
	font-size: 38px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.product-title span{
	position: relative;
}
.product-title span::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 2px;
	height: 7px;
	border-radius: 7px;
	content:"";
	z-index: 15;
	background-color: #537ca2;
}
.product-title span b{
	position: relative;
	z-index: 50;
}

.product-div-wp{
	margin-top: 80px;
	background-color: #e9f0f5;
}

.product-pic{
	width: 50%;
	position: relative;
}
.product-pic.fl::after{
	position: absolute;
	width: 17px;
	height: 35px;
	right: 0;
	top: 50%;
	margin-top: -17px;
	content:"";
	background-image: url(../images/jiao3.png);
	z-index: 25;
}
.product-pic.fr::after{
	position: absolute;
	width: 17px;
	height: 35px;
	left: 0;
	top: 50%;
	margin-top: -17px;
	content:"";
	background-image: url(../images/jiao4.png);
	z-index: 25;
}
.fproduct{
	position: relative;
	z-index: 15;
}

.product-pic .imgbox_a{
	padding-bottom: 67.1875%;
}

.fproduct-arrow{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 15;
	background-color: rgba(0,0,0,0.28);
	height: 48px;
	width: 120px;
	font-size: 13px;
	color: #fff;
	text-align: center;
	line-height: 48px;
}

.fproduct-arrow span{
	font-size: 20px;
	padding-right: 8px;
}

.product-con{
	overflow: hidden;
	padding: 75px 100px;
}

.product-h1{
	font-size: 28px;
	color: #000;
}
.product-h1 a:hover{
	color: #fe0000;
}
.product-con-p{
	font-size: 18px;
	color: #000;
	line-height: 1.8;
	height: 9em;
	overflow: hidden;
	margin-top: 25px;
}

.more11{
	margin-top: 50px;
}

.more11 a{
	display: block;
	width: 131px;
	height: 44px;
	line-height: 44px;
	background-image: url(../images/more11.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 26px;
	font-size: 16px;
	color: #fff;
	transition: background-image .3s;
}

.more11 a:hover{
	background-image: url(../images/more11h.png);
}

.about-pp70{
	padding: 70px 0;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.about-title{
	text-align: center;
}

.about-title h1{
	margin:0;
	font-size: 36px;
	color: #000;
	font-weight: bold;
}

.about-title h2{
	margin:0;
	font-size: 18px;
	color: #333;
	text-transform: uppercase;
	font-family: "din";
	padding: 8px 0 18px;
}

.about-title .line{
	width: 34px;
	height: 4px;
	border-radius: 4px;
	margin:0 auto;
	background-color: #a9a9a9;
}

.mm60{
	margin-top: 60px;
}

.about1-div{
	background-color: #fff;
}

.about1-pic{
	width: 562px;
}

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

.about1-con{
	overflow: hidden;
	padding: 50px;
	position: relative;
	height: 517px;
	position: relative;
}
.about1-con-p{
	font-size: 20px;
	color: #000;
	line-height: 2;
}
.about1-con-p p{margin:0;}

.more22{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 160px;
}

.more22 a,.more22 img{
	display: block;
	width: 100%;
}

.about2-dl dl{
	margin:0;
}

.about2-dl dd{
	float: left;
	width: 25%;
}

.about2-dl dd .imgbox_a{
	padding-bottom: 85.71428571%;
}

.about2-dl dd .imgbox_a::after{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	content:"";
	background-color: #000;
	opacity: 0.1;
	z-index: 10;
}
.about2-dl dd .imgbox_a::before{
	position: absolute;
	width: 100%;
	left: 0;
	bottom:  0;
	height: 134px;
	content:"";
	background-image: url(../images/yy.png);
	background-repeat: repeat-x;
	background-position: left top;

	z-index: 5;
}
.about2-h1{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 13px;
	z-index: 25;
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.about2-dl dd .imgbox_a:hover .about2-con-wp{
	opacity: 1;
	visibility: visible;
	transition: .3s
}
.about2-dl dd .imgbox_a:hover .about2-h1{
	display: none;
}
.about2-con-wp{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 50;
	background-color: rgba(206,223,238,0.93);
	opacity: 0;
	visibility: hidden;
}

.about2-con{
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 15px 0 70px;
}

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

.about2-con h2{
	margin:0;
	font-size:16px;
	color: #333;
	text-transform: uppercase;
}

.about2-con .line{
	width: 27px;
	height: 1px;
	background-color: #333;
	margin:23px 0 16px;
}

.more121{
	width: 130px;
	margin:45px auto 0;
}

.more121 a{
	display: block;
	height: 50px;
	line-height: 48px;
	border:1px solid #cbcbcb;
	background-image: url(../images/jth.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: .3s;
}

.more121 a:hover{
	background-color: rgba(26,111,201,0.1);
	border-color: rgba(26,111,201,0.1);
	background-image: url(../images/jt.png);
}

.about2 .more121 a{
	background-color: rgba(26,111,201,0.1);
	border-color: rgba(26,111,201,0.1);
	background-image: url(../images/jt.png);
}
.about3-list{
	padding: 0	60px;
}
.about3-list .item .imgbox_a{
	padding-bottom: 142%;
}
.about3-list .item .imgbox_a:hover .about3-con-wp{
	opacity: 1;
	visibility: visible;
}
.about3-con-wp{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 15;
	background-color: rgba(0,0,0,0.7);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.about3-con{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 0	15px;
}
.about3-ico{
	width: 38px;
	margin:22px auto 0;
}

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

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

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

.zizhi-list dd{
	float: left;
	width: 22%;
	margin-left: 3%;
	margin-top: 3%;
}


.zizhi-list dd .imgbox_a{
	padding-bottom: 142%;
}

.zizhi-list dd .imgbox_a:hover .about3-con-wp {
    opacity: 1;
    visibility: visible;
}


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

.shipin-list dd{
	float: left;
	width: 30.3333333%;
	margin-left: 3%;
	margin-top: 3%;
}

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

.shipin-h1{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
}

.fshengchan .flex-direction-nav a{
	width: 33px;
	height: 33px;
}

.fshengchan .flex-direction-nav .flex-prev{
	left: 0;
}
.fshengchan .flex-direction-nav .flex-next{
	right: 0;
}








/**************************************/
/********[cssæ ·å¼ä¿®æ”¹åŒºåŸŸï¼Œéœ€æ³¨æ˜Žæ—¥æœŸã€ä½œè€…]**********/
/**************************************/
.right_nav{ width:46px;  position:fixed; right:1px; bottom:50px; background:url(../images/nav_ico.png) no-repeat left top;  z-index:999; /*display:none*/}

.right_nav ul{ width:100%; height:100%;margin:0;}

.right_nav ul li{ width:46px; height:46px; margin-bottom:1px; position:relative; float:left;}

.right_nav ul li div{ cursor:pointer;}

.right_nav ul li:hover div{ display:block;}

.right_nav ul li:hover dl{ display:block;}



.nav_ri{ width:411px; position:absolute; right:0; top:0; display:none;}

.nav_gg{ width:46px; height:46px;background:url(../images/nav_ico.png) no-repeat right top; position:absolute; right:0; top:0;}

.nav_list{ width:183px; position:absolute; right:46px; top:0; line-height:46px; text-align:right;}

.nav_list dl{margin:0; width:182px; height:46px; position:relative; padding-bottom:1px;}


.nav_list dl:nth-child(4)  dd{
	top: -138px;
}




.nav_list dl dt{ width:182px; height:46px; position:absolute; right:0; top:0; background:url(../images/nav_bj.png) no-repeat; }

.nav_list dl dt a{ width:134px; padding:0 29px; height:46px; line-height:46px;display:block; overflow:hidden;}

.nav_list dl dd{ width:182px; position:absolute; right:146px; top:0; padding-right:1px; display:none;}

.nav_list dl dd a{ width:142px; height:46px;line-height:46px; padding:0 20px; display:block; overflow:hidden; background:url(../images/nav_bj_ico.jpg) repeat-x left top; padding-bottom:1px;text-align: center;}

.nav_list dl:hover dd{ display:block;}

.nav_list dl a{ color:#fff;}



.QQ{ width:120px; height:46px; position:absolute; right:0; top:0; background:url(../images/nav_ico.png) no-repeat right -47px; display:none;}

.QQ a{ width:100%; height:100%; display:block;}

.QQ .tell_b {padding-top: 0; width:120px; height:300px; position:absolute; right:120px; top:0; border: 0; padding-right: 1px; background: none;}

.QQ .tell_b p{ width:116px; padding-left: 40px; height:46px; background:url(../images/nav_bj.png) no-repeat; border: 0; float: left; margin:0 0 1px; line-height: 46px;}

.QQ .tell_b p a{ color: #fff;}



.tell_a{ width:46px; height:46px; position:absolute; right:0; bottom:0; background:url(../images/nav_ico.png) no-repeat right -94px; display:none;}

.tell_b{ width:147px; padding-top: 5px; position:absolute; right:49px;background-color: #1A74D8; bottom:-49px;display:none; font-size:14px; line-height:20px;}

.tell_b span{ display:block; color:#fff; margin-left:10px;}

.tell_b p{ color:#fff; margin-left:10px;}



.message_ri{ width:120px; height:46px; position:absolute; right:0; top:0; background:url(../images/nav_ico.png) no-repeat right -141px; display:none;}

.message_ri a{ width:100%; height:100%; display:block;}



.erweima_ri{ width:115px;  position:absolute; right:49px; bottom:0; display:none;}

.erweima_ri_a{ width:46px; height:46px; position:absolute; right:0; bottom:0; background:url(../images/nav_ico.png) no-repeat right -188px; display:none;}



/*.weibo {

    width: 120px;height:46px;position:absolute;right: 0;top: 0;background: url(../images/nav_ico.png) no-repeat right -235px;display: none;

}*/



.Search{ width:274px; height:46px; position:absolute; right:0; top:0; background:url(../images/nav_ico.png) no-repeat right -235px; display:none;}

.Search input[type='text']{ width:221px; height:30px; float:left; border:0; background:none; margin-top:8px; margin-left:5px;}

.Search input[type='submit']{ width:44px; height:46px; float:left; border:0; background:none;}



.fenx{ width:204px; height:46px; 
	padding-left: 47px;
	padding-top: 6px;
	position:absolute; right:0; top:0; background:url(../images/nav_ico.png) no-repeat right -281px; display:none;}

.fenx a{ width:38px; height:100%; display:block; float:left;padding-left: 0px!important;
	height: 35px!important;
	margin: 0!important;

}

.fenx a.bds_tsina{
	margin-left: 11px!important;
}
.fenx a.bds_sqq{
	width: 26px!important;
}
.fenx a.bds_qzone{
	width: 30px!important;
	    margin-left: 7px!important;
}

.top_ri{ width:46px; height:46px; position:absolute; right:0; bottom:0; background:url(../images/nav_ico.png) no-repeat right -328px; display:none;}

.top_ri a{ width:100%; height:100%; display:block;}



.bt_all{ width:100%; text-align:center; color:#535353; line-height:50px; }

.bt_all span{ font-size:36px; font-family:Arial;}

.bt_all i{ font-size:30px; font-style:normal;}

.bt_all p{ font-size:16p; color:#a9a9a9; line-height:20px; padding-left:10px;padding-right:10px;}



.ny_nav{ width:100%; height:35px; background: url(../images/point.png) 0  30px repeat-x ; text-align:center; margin-top:20px;}

.ny_nav a{ width:140px; height:35px;line-height:30px; background:url(../images/ser_s.png) no-repeat 0 0; margin:0 4px; color:#535353; display:inline-block; *display:inline; *zoom:1; }

.ny_nav a.cur{ height:35px; background:url(../images/ser_cur.png) no-repeat 0 0; color:#fff;}



.bdselect_share_bg, .bdselect_share_box{display:none!important;}
.sr-bdimgshare {
    display: none!important;
}






.job-list ul{
	margin: 0;
}


.job-list li{
	float: left;
	width: 25%;
	padding: 35px ;
	background-color: #fff;
}

.job-list li h2{
	margin: 0;
	font-size: 14px;
	color:#999;
}

.job-p{
	font-size: 14px;
	line-height: 2;
	height: 12em;
	color: #999;
	overflow: hidden;
}
.job-p *{
	color:inherit!important;

}
.job-p p{
	margin: 0;
}
.job-list li h1{
	margin: 0;
	font-size: 18px;
	margin: 8px 0 5px;
	color:#414141;
	line-height: 1.8;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.job-a {
	text-align: center;
	margin-top: 38px;
}
.job-a a{
	display: inline-block;
	padding: 8px 26px;
	background-color: #537ca2;
	color:#fff;
}

.job-list li:hover{
	background-color: #537ca2;
}
.job-list li:hover h1,.job-list li:hover h2,.job-list li:hover .job-p{
	color:#fff!important;
}

.job-list li:hover .job-a a{
	background-color: #fff;
	color:#414141;
}



.job-con{
	padding: 50px;
}
.job-con-top {
	padding-bottom: 35px;
	border-bottom: 1px solid #d5d5d5;
}
.job-con-top li{
	float: left;
	width: 33.333333333%;
}
.job-con-top li h1{
	font-size: 14px;
	color:#999;
}

.job-con-top li h2{
	font-size: 24px;
	color:#333;
	margin-top: 10px;
}

.job-con-p{
	margin-top: 40px;
	font-size:14px;
	color:#666; 
	line-height: 2;
}
.job-con-span{
	text-align: center;
	padding: 100px 0 150px;
}

.job-con-span span{
	display: inline-block;
	padding: 12px 95px;
	border:1px solid #d5d5d5;
	border-radius: 3px;
	font-size:16px;
	color:#666; 
	cursor: pointer;
}

/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #537ca2;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: #fff;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


#form_1{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 92000;
}


#form_1-hei{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.3;
}

#form_1-con{
	position: absolute;
	width: 840px;
	top: 5%;
	bottom:5%;
	
	background-color: #fff;
	margin-left: -420px;
	left: 50%;
	padding: 50px;
}

.gun{
	overflow-y: auto;
	height: 100%;
}

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

.job_con-p{
	padding: 30px 0;
	font-size: 15px;
	color:#666;
	line-height: 2;
}
.job-input {
	margin-top: 20px;
}

.job-input:first-child {
	margin-top: 0px;
}
.job-input span{
	height: 49px;
	line-height: 49px;
	width: 86px;
	font-size: 14px;
	color:#666;
	margin-right: 30px;
	text-align: right;
}
.job-input-con{
	overflow:hidden;
}
.job-input-con input[type="text"]{
	width: 100%;
	height: 49px;
	line-height: 49px;
	padding: 0 10px;
	border:1px solid #f0f0f0;
}

.job-input-con select{
	width: 210px;
	height: 49px;
	line-height: 49px;
	padding: 0 10px;
	border:1px solid #f0f0f0;
}

.job-input-con input[type="file"]{
	width: 100%;
	
	height: 25px;
	vertical-align: bottom;
}

.job-input2 span{
	height: 25px;
	line-height: 25px;
	
}
.job-input3{
	text-align: center;
	margin-top: 40px;

}
.job-input input[type="button"]{
	width: 300px;
	height: 49px;
	line-height: 49px;
	border:0;
	color:#fff;
	font-size: 16px;
	background-color: #537ca2;
	cursor: pointer;
}
.chenggong img{
	display: block;
	margin:0 auto;
}
.chenggong{
	text-align: center;
	line-height: 1.8;
	margin-top: 80px;
}

.form_1-con2{
	display: none;
}

#form_1{
	display: none;
}

 .close_btn{position:absolute;width:50px;height:50px;right:0;top:0;text-align:center;line-height:50px;display:block;margin-bottom:1px;cursor:pointer;overflow:hidden;background-color: #537ca2;}
 .close_btn:hover{background:#537ca2;}
 .close_btn:after, .close_btn:before{content:''; position:absolute; width:60%; height:1px;background:#fff; display:block; left:50%; margin-left:-30%;-webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
 .close_btn:before{bottom:50%; transform:rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);}
 .close_btn:after{top: 50%; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg);}
 .close_btn:hover:after{top:24%;-moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); -webkit-transform:rotate(0deg); transform:rotate(0deg)}
 .close_btn:hover:before{bottom:24%;-moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); -webkit-transform:rotate(0deg); transform:rotate(0deg)}
 .close_btn:hover i{opacity:1;visibility:visible;}
 .close_btn i{
 	font-style: normal;
 	opacity:0;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;visibility:hidden;color:#fff;font-size: 12px;}


 .form_1-con1 input:focus,
 .form_1-con1 select:focus{
 	outline: none;
 }






 .huoban-list dl{
 	margin: 0;
 	margin-left: -1%;
 	margin-top: -1%;
 }

 .huoban-list dd{
 	float: left;
 	width: 19%;
 	margin-left: 1%;
 	margin-top: 1%;
 	border: 1px solid #ddd;
 }

  .huoban-list dd .imgbox_a{
  	padding-bottom: 56.8%;
  }









 /*jihua*/


 .jihua{
 	padding: 80px 0;
 }

 .jihua-title{
 	font-size: 26px;
 	color: #333;
 }

.jihua-title span{
	font-size: 30px;
	padding-right:30px;
}

.jihua-content{
	margin-top: 40px;
}


.jihua1{
	width: 511px;
}

.jihua1>img{
	display: block;
	width: 100%;
}

.jihua1-con{
	margin-top: 50px;
	font-size: 18px;
	color: #333;
	line-height: 2;
}

.jihua2{
	width: 708px;
}

.jihua2-title{
	font-size: 18px;
	color: #666;
}

.jihua2-li-wp{
	margin-top: 20px;
}

.jihua2-li{
	background-color: #f6f9fc;
	border-bottom: 1px solid #b3c5d7;

}

.jihua2-li span{
	font-size: 18px;
	color: #333;
	height: 54px;
	line-height: 54px;
	padding: 0 25px;
	position: relative;
}

.jihua2-li-ts1 span{
	padding-left: 85px;
}
.jihua2-li-ts1 span i{
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	text-align: center;
	font-size: 18px;
	color: #333;
	height: 54px;
	line-height: 54px;
	text-align: center;
	background-color: #ebeef1;
	font-style: normal;
}
.jihua2-li-ts1 span i img{
	margin-top: -3px;
	margin-right: 3px;
}
.jihua2-input{
	overflow: hidden;
	padding-right: 15px;
}

.jihua2 select:focus,
.jihua2 input:focus,
.jihua2 textarea:focus{
	outline: none;
}

.jihua2-input select,
.jihua2-input input{
	display: block;
	width: 100%;
	height: 54px;
	background-color:#f6f9fc;
	border:0px;
	font-size: 18px;
	color: #333;
	line-height: 1.428571;
	padding: 10px 0;
}
.jihua2-input textarea{
	display: block;
	width: 100%;
	height: 80px;
	background-color:#f6f9fc;
	border:0px;
	font-size: 18px;
	color: #333;
	line-height: 1.428571;
	padding: 0px;
}
.jihua2-li.fl,
.jihua2-li.fr{
	width: 48%;
}

.jihua2-li-ts2 span{
	display: block;

}

.jihua2-li-ts2 .jihua2-input{
	padding: 0px 15px 15px 25px;
	padding-left: 25px;
}

.jihua2-xize{
	font-size: 16px;
	color: #333;
}

.jihua2-xize a{
	color: #5d84aa;
}

.jihua2-xize a:hover{
	color: #FE0000;
}

.jihua2-btn{
	margin-top: 35px;
}

.jihua2-btn input{
	display: block;
	width: 185px;
	height: 56px;
	border: 0;
	margin: 0 auto;
	background-color: #c7d9e9;
	font-size: 18px;
	color: #333;
	cursor: pointer;
}

.jihua2-btn input:hover{
	color: #fff;
	background-color: #FE0000;
}

.xize-contentt{
	font-size: 16px;color: #333;
	line-height: 2;
}







.shengming-wp{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1009;
	background-color: rgba(0,0,0,0.5);
	display: none;
}
.shengming{
	position: absolute;
	width: 958px;
	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: 15;
	background-color: #fff;
	border:5px solid #537ca2;
	padding: 30px;
}
.shengming-logo{
	width: 175px;
}
.shengming-logo img{
	display: block;
	width: 100%;
}
.shengming-close{
	width: 38px;
	cursor: pointer;
}
.shengming-close img{
	display: block;
	width: 100%;
}
.shengming-con{
	padding: 0px 0 25px;
}
.shengming-con-p p{
	margin:0;
}
.shengming-con-p{
	font-size: 20px;
	color: #333;
	line-height: 2;
	margin-top: 25px;
	height: 280px;
	overflow-y: auto;
	padding-right: 10px;
}

.shengming-con-p::-webkit-scrollbar {
    width: 6px;
}
.shengming-con-p::-webkit-scrollbar-thumb {
    width: 6px;
    height: 36px;
    border-radius: 6px;
    background-color: #537ca2;
}
.shengming-con-p::-webkit-scrollbar-track {
    width: 6px;
    border-radius:6px;
}




.shengming-con-h1{
	font-size: 28px;
	color: #333;
	text-align: center;
	font-weight: bold;
	font-family: "pu55";
}
.shengming-qr{
	width: 165px;
	height: 55px;
	line-height: 55px;
	font-size: 20px;
	color: #fff;
	background-color: #537ca2;
	text-align: center;
	margin:0 auto;
	cursor: pointer;
}
.shengming-qr:hover{
	background-color: #FE0000;
}


