/**************************************/
/*************[公用start]**************/
/**************************************/
/*主站变灰*/
/*html {
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}
* {
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: gray;
}*/
/*主站变灰*/
/*淘宝变灰*/
/* body, html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    }*/
/*淘宝变灰*/
/*百度百科變灰*/
/*body.memorial>* {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1)
}
*/
/*百度百科變灰*/
div.clear{
	clear: both;
	height: 0;
	width: 0;
}
body{
	overflow-x:hidden;
}
a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}
img{
	border:0;
	max-width: 100%;
}
div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.tran{
	transition: all .3s ease-out 0s;
}
.tver{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
/*图片中心放大代码区域*/
.img-box{/*图片盒子类名*/
	overflow: hidden;
}
.img-box img{
	transition: .3s;
	width: 100%;
	max-width: 100%;
}
.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/*图片中心放大代码区域*/
.imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;
}
.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.imgbox_hover:hover>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/**************************************/
/************[公用over]****************/
/**************************************/
/*header-start*/
/**************************************************************/
#header{
	position: relative;
	z-index: 999;
}
.header-1{
	height: 131px;
	background-color: #fff;
}
.logo{
	width: 502px;
	margin-top: 29px;
}
.logo a,.logo img{
	display: block;
	width: 100%;
}
.search{
	position: relative;
	margin-top: 47px;
	width:381px;
	padding: 2px 125px 2px 25px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center;
}
.search input:focus{
	outline: none;
}
.search input[type="text"]{
	display: block;
	width: 100%;
	height: 34px;
	background-color:#fff;
	border:0;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	padding: 4px 0px;
}
.search input[type="button"]{
	position: absolute;
	width: 102px;
	height: 32px;
	right: 4px;
	top: 3px;
	background-image: url(../images/btn.png);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 14px;
	color: #fff;
	border:0;
}
.search input[type="button"]:hover{
	font-weight: bold;
}
.nav-wp{
	background-color: #007fd5;
}
.nav ul{
	margin:0;
}
.nav>ul>li{
	float: left;
	width: 10%;
	text-align: center;
	position: relative;
	background-repeat: no-repeat;
	background-position: left center;
}
.nav>ul>li+li{
	padding-left: 1px;
	background-image: url(../images/li.png);
}
.nav>ul>li>a{
	display: block;
	height: 54px;
	line-height: 54px;
	font-size: 18px;
	color:#fff;
	font-weight: bold;
	position: relative;
}
.nav>ul>li:hover>a, .nav>ul>li.cur>a {
	background-color:#026eb7;
}
.nav>ul>li>ul{
	position: absolute;
	left: 1px;
	right: 0;
	top:100%;
	z-index: 600;
	background-color: #007fd5;
	display: none;
	padding-top: 1px;
}
.nav>ul>li>ul>li>a{
	display: block;
	padding: 11px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color:#fff;
	/*transition: .3s;*/
	text-align: center;
}
.nav>ul>li>ul>li>a:hover{
	background-color: #026eb7;
}
/**************************************************************/
/*header-over*/
/*main-start*/
/**************************************************************/
#main{
}
.fafa .flex-direction-nav a{
	width: 56px;
	height: 127px;
	margin-top: -63px;
}
.fafa .flex-direction-nav .flex-prev {
  left: 5%;
}
.fafa .flex-direction-nav .flex-next {
  right: 5%;
}
.main1{
	padding: 40px 0 65px;
}
.main1-1{
	width: 1106px;
	margin-right: 85px;
}
.main-div{
	margin-top: 40px;
}
.main1-pic{
	width: 570px;
	margin-right: 33px;
}
.fmain1 .imgbox_a{
	padding-bottom: 63.27%;
}
.fmain1 .imgbox_a h1{
	margin:0;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 67px;
	line-height: 67px;
	background-image: url(../images/heidi2.png);
	z-index: 15;
	padding-left: 26px;
	padding-right: 140px;
}
.fmain1 .flex-control-nav{
	text-align: right;
	padding-right: 28px;
	height: 0;
	bottom: 40px;
}
.fmain1 .flex-control-nav li{
	margin:0;
}
.fmain1 .flex-control-nav li+li{
	margin-left: 15px;
}
.main1-1-con{
	overflow: hidden;
}
.main-tui{
	padding: 15px 0 22px;
	border-bottom: 1px solid #d6d6d6;
}
.main-tui h1{
	margin:0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.main-tui h1 a:hover{
	color: #007fd5;
}
.main-tui h2{
	margin:0;
	font-size: 14px;
	color: #666;
	margin:16px 0 11px;
}
.main-tui p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}
.list001 dl{
	margin:0;
	padding-top: 25px;
}
.list001 dd{
	padding-left: 13px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/list001.png);
	position: relative;
	padding-right:40px;
	font-size: 16px;
	color: #333;
	height: 20px;
	line-height: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.list001 dd+dd{
	margin-top: 20px;
}
.list001 dd a:hover{
	color: #007fd5;
}
.list001 dd span.span_11{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #666;
}
.list001.list001-zy dl{
	margin-left: -7%;

}
.list001.list001-zy dd{
	float: left;
	width: 43%;
	margin-left: 7%;
}
.list001.list001-zy dd:first-child+dd{
	margin-top: 0;
}
.main1-2{
	overflow: hidden;
}
.main1-2-dl{
	position: relative;
}
.main1-2-dl::before{
	position: absolute;
	width: 1px;
	bottom: 0;
	top: 5px;
	content:"";
	background-image: url(../images/xu.png);
	background-repeat: repeat-y;
	background-position: center 0;
	z-index: 2;
	left: 99px;
}
.main1-2-dl dl{
	margin:0;
	position: relative;
	z-index: 15;
}
.main1-2-dl dd+dd{
	padding-top: 18px;
}
.main1-2-date{
	width: 111px;
	margin-right: 18px;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #666;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/dian.jpg);
	margin-top: 4px;
}
.main1-2-dl dd:hover .main1-2-date{
	background-image: url(../images/dianh.jpg);
}
.main1-2-dl dd:hover .main1-2-a{
	font-weight: bold;
}
.main1-2-con{
	overflow: hidden;
}
.main1-2-a{
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}
.main1-2-a a:hover{
	color: #007fd5;
}
.main2{
	padding: 80px 0;
	background-image: url(../images/main2-bg.jpg);
}
.main2-div{
	padding-left: 464px;
}
.main2 .yewu-list dd>a{
	height: 156px;
	padding-top: 35px;
}
.main3{
	padding: 50px 0 80px;
}
.main-tui-wp .main-tui{
	overflow: hidden;
	padding-bottom: 0;
	border-bottom: 0;
	padding-top: 8px;
}
.main-tui-pic{
	width: 204px;
	margin-right: 26px;
}
.main-tui-pic .imgbox_a{
	padding-bottom: 63.73%;
}
.main3-2{
	overflow: hidden;
	padding-top: 20px;
}
.main3-2-sp .imgbox_a{
	padding-bottom: 63.33%;
}
.main3-2-sp .imgbox_a::after{
	position: absolute;
	width: 70px;
	height: 70px;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
	z-index: 25;
	background-image: url(../images/bo2.png);
	background-size: 100%;
	content:"";
}
.main3-2-a{
	margin-top: 25px;
}
.main3-2-a .imgbox_a{
	padding-bottom: 32.52%;
}
.main-ydai{
	overflow: hidden;
	margin-top: 54px;
}
.fydai .imgbox_a{
	padding-bottom: 12.5%;
}
.fydai .flex-direction-nav a {
  width: 40px;
  height: 73px;
  margin-top: -36px;
}
.fydai .flex-direction-nav .flex-prev {
  left: -40px;
  background-image: url(../images/b-left2.png);
  transition: left .3s;
}
.fydai .flex-direction-nav .flex-next {
  right: -40px;
  background-image: url(../images/b-right2.png);
  transition: right .3s;
}
.main-ydai:hover .fydai .flex-direction-nav .flex-prev{left: 0;}
.main-ydai:hover .fydai .flex-direction-nav .flex-next{right: 0;}
.main3-3{
	width: 510px;
	margin-right: 85px;
}
.main3-4{
	overflow: hidden;
}
.main3-bottom{
	margin-top: 25px;
}
.main3-bottom .main-tui{
	padding-top: 10px;
}
/**************************************************************/
/*main-over*/
/*footer-start*/
/**************************************************************/
#footer{
	background-color: #005e9e;
	padding: 40px 0 30px;
}
.er{
	width: 105px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-right: 40px;
}
.er img{
	margin-bottom: 15px;
	display: block;
	width: 100%;
}
.yq{
	width: 270px;
	margin-top: 45px;
	margin-left: 45px;
}
.yq .form-control{
	height: 40px;
	border-radius: 0;
}
.foo-con{
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	line-height: 2.3;
	padding-top: 10px;
}
.foo-con p{margin:0;}
.foo-con a:hover{
	font-weight: bold;
}
.foo-con p span{
	padding-left: 10px;
}
/**************************************************************/
/*footer-over*/
/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/
#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;
}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;
}
.nav-2>ul>li{
	border-top: 1px dotted #ccc;
	position: relative;
}
.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;
	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);
}
.nav-2>ul{
	margin:0;
	max-height: calc(100vh - 129px);
	overflow-y: auto;
}
.nav-2>ul>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{
	padding:8px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	font-family: "anb";
	text-transform: uppercase;
}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
}
.nav-2>ul>li>ul>li>a{
	padding: 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: 18px;
    width: 18px;
}
.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 325px;
   margin-left: 15px;
   margin-top:16px;
}
.logo-2 img{
	display: block;
	width: 100%;
}
.menu2{
	margin-right: 15px;
	height: 75px;
	font-size: 0;
}
.menu2 li{
	cursor:pointer ;
	margin-left: 15px;
	float: right;
	margin-top: 29px;
}
.menu2 li+li{
	margin-top: 21px;
}
.menu2 li img{
	/*vertical-align: middle;*/
}
.chenggao{
		display: none;
		height: 75px;
	}
#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;
}
/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/
.banner-2{
	height: 350px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 105px;
	position: relative;
}
.banner-2::before{
	position: absolute;
	width: 46.72%;
	top: 0;
	bottom: 0;
	content:"";
	z-index: 10;
	background-image: url(../images/landi.png);
	background-repeat: repeat-y;
	background-position: right 0;
}
.banner-2 .container{
	position: relative;
	z-index: 50;
}
.banner-2-h1{
	font-size: 55px;
	color: #fff;
	line-height: 1;
}
.banner-2-menu{
	margin-top: 35px;
}
.banner-2-menu dl{
	margin:0;
}
.banner-2-menu dd{
	float: left;
}
.banner-2-menu dd+dd{
	margin-left: 35px;
}
.banner-2-menu dd>a{
	display: block;
	font-size: 18px;
	color: #fff;
	position: relative;
}
.banner-2-menu dd>a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 6px;
    background-color: #c97926;
    bottom: -25px;
    right: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.banner-2-menu dd:hover>a::after,
.banner-2-menu dd.cur>a::after{
    width: 100%;
    right: auto;
    left: 0;
}
.mianbaoxie-wp{
	border-bottom: 1px solid #dddddd;
}
.mianbaoxie{
	font-size: 14px;
	color: #666;
	padding: 20px 0;
}
.mianbaoxie a:hover,.mianbaoxie span{
	color: #007fd5;
}
.erji{
	padding: 60px 0 100px;
}
.hot{
	width: 282px;
	border:1px solid #ddd;
	padding: 0 22px 5px;
	margin-right: 35px;
}
.title-11{
	position: relative;
}
.title-11::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom:2px;
	content:"";
	background-color: #ddd;
	z-index: 5;
	height: 1px;
}
.title-11-h1{
	position: relative;
	padding: 20px 4px 13px;
	border-bottom: 3px solid #007fd5;
	font-size: 22px;
	color: #333;
	font-weight: bold;
	z-index: 15;
}
.title-11 a.fr{
	font-size: 14px;
	color: #666;
	padding-right: 65px;
	white-space: nowrap;
	position: relative;
	margin-top: 22px;
}
.title-11 a.fr::after{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
	width: 48px;
	height: 10px;
	background-image: url(../images/more11.png);
	background-repeat: no-repeat;
	background-position: right center;
	content:"";
}
.title-11 a.fr:hover{
	color: #007fd5;
}
.hot-list dl{
	margin:0;
}
.hot-list dd{
	padding: 15px 0 20px;
}
.hot-list dd+dd{
	border-top: 1px dotted #dddddd;
}
.hot-list dd h1{
	margin:0;
	font-size: 16px;
	color: #333;
	line-height: 2;
	max-height: 4em;
	overflow: hidden;
}
.hot-list dd h1 a:hover{
	color: #007fd5;
}
.hot-list dd h2{
	margin:0;
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}
.erji-menu{
	width: 250px;
	margin-left: 35px;
	border:1px solid #ddd;
}
.erji-menu dl{
	margin:0;
}
.erji-menu dd>a{
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	position: relative;
	padding: 16px 50px;
	padding-left: 42px;
}
.erji-menu dd.cur>a{
	background-color: #007fd5;
	color: #fff!important;
}
.erji-menu dd>a:hover{
	color: #007fd5;
}
.erji-menu dd>a::after{
	position: absolute;
	width: 25px;
	height: 9px;
	top: 50%;
	margin-top: -5px;
	right: 25px;
	content:"";
	background-image: url(../images/jiao1.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: none;
}
.erji-menu dd.cur>a::after{
	display: block;
}
.erji-content{
	overflow: hidden;
}
.erji-content-div{
	margin-top: 25px;
}
.fenye{
	text-align: center;
	margin-top: 80px;
}
.fenye ul{
	margin: 0;
}
.xinwen1{
	background-color:#eeeeee;
	padding: 35px 50px 30px 50px;
}
.xinwen1 h1{
	margin:0;
	font-size: 18px;
	font-weight: bold;
	color: #007fd5;
}
.xinwen1 p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	margin-top: 14px;
	text-indent: 2em;
}
.more980{
	margin-top: 20px;
}
.more980 a{
	display: block;
	width: 132px;
	height: 41px;
	line-height: 39px;
	padding-left: 18px;
	color: #333;
	border:1px solid #cecece;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: 94px center;
	background-image: url(../images/jiao2.png);
}
.more980 a:hover{
	background-color: #007fd5;
	border-color: #007fd5;
	color: #fff;
	background-image: url(../images/jiao2h.png);
}
.xinwen2{
   border-top: 1px solid #e8e8e8;
   margin-top:35px;
}
.dang-2-gai-list dl{
	margin:0;
}
.dang-2-gai-list dd {
   padding: 25px 0;
   border-bottom: 1px solid #e8e8e8;
}
.dang-2-gai-date{
	width: 80px;
	margin-right: 30px;
	text-align: center;
	background-color: #eeeeee;
	height: 110px;
	padding-top: 20px;
	color: #007fd5;
	transition: .3s;
}
.dang-2-gai-date h1{
	margin:0;
	font-size: 44px;
	color: inherit;
}
.dang-2-gai-date h2{
	margin:0;
	font-size: 13px;
	color: inherit;
	margin-top:8px;
	font-family: "Arial";
}
.dang-2-gai-con{
	overflow: hidden;
	padding-top: 6px;
}
.dang-2-gai-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
	height: 30px;
	line-height: 30px;
}
.dang-2-gai-con h2{
	margin:0;
	font-size: 13px;
	color: #999;
	margin:10px 0 12px;
}
.dang-2-gai-con h2 img{
	margin-top: -3px;
	margin-right: 5px;
}
.dang-2-gai-con p{
	margin:0;
	font-size: 12px;
	color: #999;
}
.dang-2-gai-list-dd{
	position: relative;
  padding-right: 130px;
}
.dang-2-gai-aaa{
	position: absolute;
	width: 33px;
	right: 15px;
	top: 50%;
	margin-top: -16px;
}
.dang-2-gai-aaa a{
	display: block;
	height: 33px;
	background-image: url(../images/aaha.png);
}
.dang-2-gai-list dd:hover .dang-2-gai-aaa a{
	background-image: url(../images/aahah.png);
}
.dang-2-gai-list dd:hover .dang-2-gai-date{
	background-color: #007fd5;
	color: #fff;
}
.dang-2-gai-list dd:hover .dang-2-gai-con h1{
	color: #007fd5;
}
.party .banner-2::before{
	background-image: url(../images/hongdi.png);
}
.contact{
	position: relative;
}
.map-wp{
	height: 760px;
	position: relative;
	z-index: 15;
}
.map{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.contact-con-wp{
	position: absolute;
	width: 100%;
	left: 0;
	height: 0;
	top: 112px;
	z-index: 50;
}
.contact-con{
	width: 620px;
	height: 531px;
	margin-right: 78px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/contact-bg.jpg);
	padding: 45px 70px 0;
}
.contact-er-pic{
	width: 108px;
	margin-right: 15px;
}
.contact-er-con{
	font-size: 16px;
	color: #fff;
	text-align: center;
	width: 1em;
	line-height: 1;
	margin-top: 15px;
}
.contact-p{
	margin-top: 34px;
	padding-top: 28px;
	border-top: 1px solid rgba(255,255,255,0.3);
	font-size: 16px;
	color: #fff;
	line-height: 2;
}
.rongyu-list dl{
	margin:0;
	margin-left: -5%;
	margin-top: -5%;
}
.rongyu-list dd{
	float: left;
	width: 20%;
	margin-left: 5%;
	margin-top: 5%;
}
.rongyu-item{
	display: block;
	background-color: #fff;
	padding: 20px;
	padding-bottom: 0!important;
	box-shadow: 3px 4px 50px 0px rgba(0, 0, 0, 0.2);
}
.rongyu-pic .imgbox_a{
	padding-bottom: 142.143%;
}
.rongyu-item h1{
	margin:0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	text-align: center;
	padding: 30px 0;
}
.rongyu-item:hover h1{
	color: #007fd5;
}
.yewu-list dl{
	margin:0;
	margin-left: -2%;
	margin-top: -2%;
}
.yewu-list dd{
	float: left;
	width: 18%;
	margin-left: 2%;
	margin-top: 2%;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}
.yewu-list dd::before{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	content:"";
	z-index: 15;
	background-color: #000;
	opacity: 0;
	transition: .3s;
}
.yewu-list dd:hover::before{
	opacity: 0.1;
}
.yewu-list dd>a{
	display: block;
	height: 220px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	padding-top: 65px;
	position: relative;
	z-index: 55;
	padding-left: 15px;
	padding-right: 15px;
}
.yewu-list dd>a img{
	display: block;
	margin:0 auto 1px;
}
.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: 20px 0 20px;
}
.danpian-con *{
	font-size: 16px!important;
	line-height: 2!important;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}
.danpian-con img[src*="fileTypeImages/icon"] {
    display: inline-block;
    margin: 0;
}
.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:#007fd5;
}
.erji-padd{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.about1{
	padding: 110px 0 137px;
}
.about1-1{
	width: 50%;
}
.about1-h1{
	font-size: 36px;
	color: #333;
	font-weight: bold;
	line-height: 1;
}
.about1-p p{margin:0;}
.about1-p{
	font-size: 16px;
	color: #666;
	line-height: 2.4;
	height: 7.2em;
	overflow: hidden;
	margin-top: 35px;
}
.about1-1 .more11{
	margin-top: 33px;
}
.more11{
	font-size: 14px;
	color: #666;
}
.more11 img{
	margin-top: -3px;
	margin-left: 15px;
}
.more11 a:hover{
	color: #007fd5;
}
.about1-dl{
	padding-top: 60px;
}
.about1-dl dl{
	margin:0;
	margin-left: -2%;
}
.about1-dl dd{
	float: left;
	width: 31.3333%;
	margin-left: 2%;
	text-align: center;
}
.about1-dd-h1{
	font-size: 16px;
	color: #333;
	line-height: 1;
}
.about1-dd-h1 span{
	font-size: 50px;
	color: #007fd5;
	font-family: "Impact";
	padding-right: 10px;
}
.about1-dd-h2{
	font-size: 16px;
	color: #333;
	margin-top: 5px;
}
.about1-2{
	overflow: hidden;
	padding: 0 60px;
}
.about1-2 img{
	display: block;
	margin:0 auto;
}
.about2{
	padding: 100px 0 95px;
	background-image: url(../images/about2-bg.jpg);
	overflow: hidden;
}
.title-22-h1{
	font-size: 18px;
	color: #007fd5;
	line-height: 1;
	text-transform: uppercase;
}
.title-22-h2{
	font-size: 36px;
	color: #333;
	line-height: 1;
	padding: 10px 0 20px;
}
.title-22-line{
	width: 65px;
	height: 5px;
	background-color: #007fd5;
}
.text-center .title-22-line{
	margin:0 auto;
}
.mm60{
	margin-top: 60px;
}
.about2-pic .imgbox_a{
	padding-bottom: 136.53%;
}
.about2-con{
	background-color: #fff;
	padding: 30px 15px;
	text-align: center;
}
.about2-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.about2-con h2{
	margin:0;
	font-size: 14px;
	color: #333;
	margin-top: 13px;
}
.about2-item{
	box-shadow: 3px 4px 50px 0px rgba(0, 0, 0, 0.2);
}
.about2-item:hover .about2-con h1{
	color: #007fd5;
}
.about2-list.owl-carousel .owl-stage-outer{overflow: visible;}
.about2-list .owl-item{visibility: hidden;z-index: -1;}
.about2-list .owl-item.active{visibility: visible;z-index: 5;}

.title-22-bai .title-22-h1{color: #fff;}
.title-22-bai .title-22-h2{color: #fff;}
.title-22-bai .title-22-line{background-color: #fff;}
.about4{
	padding: 90px 0 105px;
}
.about4-video video:focus{
	outline: none;
}
.about4-video video{
	display: block;
	width: 100%;
	border:0;
	position: relative;
	z-index: 10;
}
.about4-video{
	position: relative;
}
.about4-video-poster{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 50;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	cursor: pointer;
}
.about4-video-poster::before{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 50;
	background-image: url(../images/before.png);
	content:"";
}
.about4-bo{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 70;
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.about4-bo img{
	display: block;
	margin:0 auto 22px;
}







.about3{
	background-image: url(../images/about3-bg.jpg);
	position: relative;
}

.about3-div{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 50;
}
.about3-div .container{
	height: 0;
}
.about3-px{
	width: 47%;
	margin-left: auto;
	padding-top: 155px;
}
.about3-px-div-wp{
	margin-top: 45px;
}
.about3-px-div-wp .about3-px-div{display: none;}
.about3-px-div-wp .about3-px-div:first-child{display: block;}


.about3-menu dl{
	margin:0;
	font-size: 0;
	text-align: center;
}

.about3-menu dd{
	display: inline-block;
	font-size: 15px;
	color: #fff;
	background-color: rgba(0,127,213,0.7);
	padding: 10px;
	border-radius: 2px;
	margin-bottom: 10px;
	transition: background-color .3s;
}
.about3-menu dd.cur{
	background-color: #95be57;
}

.about3-menu dd+dd{
	margin-left: 10px;
}








.about3-px-div .about1-h1{color: #fff;font-size: 30px;}
.about3-px-div .about1-p{color: #fff;margin-top: 25px;}
.about3-px-div .more11{margin-top:45px;}
.about3-px-div .more11 a{
	color: #fff;
}
.about3-px-div .more11 a:hover{
	font-weight: bold;
}
.productIdemo{
	height: 100%;
	position: relative;
	z-index: 25;
}
.xmain2-bg-wp{
	position: absolute;
	z-index: 20;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #000;
}
.xmain2-bg{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	/*display: none;*/
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}
.xmain2-bg.cur{
	opacity: 1;
	visibility: visible;
}
/*wen*/
.productIpage { position: relative; height: 100%;padding: 110px 0;}
.productIdemo .black {z-index: 5; position: absolute; left: 0px; top: 0px; width: 45%; height: 100%; background: url(../images/black_2.png) repeat; background: none rgba(0,0,0,0.5); }
.productIList { position: relative; margin:0;z-index: 15;}
.productIList a:link, .productIList a:visited { color: #fff; }
.productIList a:active, .productIList a:hover { color: #fff; }
.productIList dd { color: #fff; }
.productIList a { position: relative; padding-left: 11%; height: 90px; display: block; width: calc(45% + 90px); }
.productIList .p1-bg { position: absolute; left: 0px; top: 0px; width: 0%; height: 100%; background: none rgba(0,127,213,0.7); transition: 300ms; -webkit-transition: 300ms; }
.productIList .p2-bg { position: absolute; left: 0px; top: 0px; width: 0%; height: 100%; background: none rgba(148,190,80,0.9); transition: 300ms; -webkit-transition: 300ms; }
.productIList .p3-bg { position: absolute; left: 0px; top: 0px; width: 0%; height: 100%; background: none rgba(255,189,17,0.9); transition: 300ms; -webkit-transition: 300ms; }
.productIList .p4-bg { position: absolute; left: 0px; top: 0px; width: 0%; height: 100%; background: none rgba(175,153,137,0.3); transition: 300ms; -webkit-transition: 300ms; }
.productIList .p5-bg { position: absolute; left: 0px; top: 0px; width: 0%; height: 100%; background: none rgba(214,143,89,0.9); transition: 300ms; -webkit-transition: 300ms; }
.productIList .p6-bg { position: absolute; left: 0px; top: 0px; width: 0%; height: 100%; background: none rgba(255,110,1,0.9); transition: 300ms; -webkit-transition: 300ms; }
.productIList .ico { width: 90px; height: 90px; position: absolute; left: 0px; top: 0px; }
.productIList .ico .bg { 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; }
.productIList .ico .bg1{background-color: #95be57; }
.productIList .ico .bg2{background-color: #94be50; }
.productIList .ico .bg3{background-color: #ffbd11; }
.productIList .ico .bg4{background-color: #bd977b; }
.productIList .ico .bg5{background-color: #d68f59; }
.productIList .ico .bg6{background-color: #ff6e01; }
.productIList .ico .i {  background-repeat: no-repeat;width: 90px; height: 90px; margin: 0px auto; position: relative; z-index: 5; display: block; }
.productIList .ico .i1 { background-image: url(../images/xmain2-ico1.png); background-position: center; }
.productIList .ico .i2 { background-image: url(../images/xmain2-ico2.png); background-position: center; }
.productIList .ico .i3 { background-image: url(../images/xmain2-ico3.png); background-position: center; }
.productIList .ico .i4 { background-image: url(../images/xmain2-ico4.png); background-position: center; }
.productIList .ico .i5 { background-image: url(../images/xmain2-ico5.png); background-position: center; }
.productIList .ico .i6 { background-image: url(../images/xmain2-ico6.png); background-position: center; }
.productIList .con { display: block; padding: 0px 130px 0px 175px; position: relative; height: 90px; width: 100%;}
.productIList .t { font-size: 18px; transition: 300ms; -webkit-transition: 300ms;margin:0; font-weight: bold;}
/*.productIList .t .zh { transition: 300ms; -webkit-transition: 300ms;width: 100px; display: inline-block; }*/
.productIList .t .en{ text-transform: uppercase; font-size: 12px;}
.productIList .t .en i { padding-left: 5px; transition: 300ms; -webkit-transition: 300ms; background: url(../images/line.png) no-repeat scroll left center; margin: 0px 5px 0px 22px; }
.productIList .c { height: 25px; overflow: hidden; transition: 300ms; -webkit-transition: 300ms; opacity: 0; visibility: hidden; }
.productIList .line { display: block; background: #fff; position: absolute; transition: 300ms; -webkit-transition: 300ms; opacity: 0; visibility: hidden; }
.productIList .line_1 { width: 28px; height: 1px; top: 50%; right: 30px; margin-top: -1px; transform: translateX(30px); -webkit-transform: translateX(30px); }
.productIList .line_2 { width: 1px; height: 28px; top: 50%; margin-top: -14px; right: 43px; transform: translateY(30px); -webkit-transform: translateY(30px); }
.productIList a:hover .p1-bg,.productIList a:hover .p2-bg,.productIList a:hover .p3-bg,.productIList a:hover .p4-bg,
.productIList a:hover .p5-bg,.productIList a:hover .p6-bg { width: 100%; transition: 600ms; -webkit-transition: 600ms; }
.productIList a:hover .line { transform: translate(0); -webkit-transform: translate(0); visibility: visible; opacity: 1; transition: 300ms ease-in 600ms; -webkit-transition: 300ms ease-in 600ms; }
.productIList a:hover .ico .bg { transform: scale(1) rotate(180deg); -webkit-transform: scale(1) rotate(180deg); -moz-transform: scale(1) rotate(180deg); opacity: 1; }
/*.productIList a:hover .t { padding-top: 45px; }
.productIList a:hover .t .zh { font-size: 20px; }*/
.productIList a:hover .t .en{ font-size: 13px;}
.productIList a:hover .t .en i { padding-left: 20px; }
.productIList a:hover .c { opacity: 1; visibility: visible; }
.productIList .summary{ opacity: 0; background: url(../images/bg00050.png) repeat; padding: 25px; position: absolute;width: 20%; top: 30%; right: 5%;}
.productIList dd:hover .summary{ opacity: 1; transition: all 0.3s ease-in-out; }
.productIList .summary p{ line-height: 30px;border-top: 1px solid #afb2b7; padding: 10px 0;}
.productIList .summary span{ text-transform: uppercase;margin-bottom: 10px;  display: block;}
.productIList .summary h3{padding-bottom: 5px;}
.productIList .txt{
	height: 90px;
	line-height: 90px;
}

.main2x{
	background-image: url(../images/main2x-bg.jpg);
	padding: 60px 0 82px;
}

.main2x .title-11-h1{
	padding: 0;
	border-bottom: 0;
	text-align: center;
	font-size: 30px;
}

.main2x .title-11-h1::after{
	display: block;
	width: 130px;
	height: 5px;
	background-color: #007fd5;
	content:"";
	margin:20px auto 0;
}

.main2x-item{
	margin-top: 45px;
	float: left;
	width: 31.333333333%;
	background-repeat: no-repeat;
	background-position:center;
	background-size: cover;
	height: 309px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.main2x-item+.main2x-item{
	margin-left: 3%;
}
.main2x-item:hover .main2x-1{display: none;}
.main2x-item:hover .main2x-2-wp{opacity: 1;visibility: visible;}


.main2x-1{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 120px;
	z-index: 15;
	background-image: url(../images/main2x-yin.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	padding-top: 70px;
}

.main2x-2-wp{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	z-index: 50;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s;
}

.main2x-2{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 20;
}

.main2x-2-title{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}

.main2x-2-dl dl{
	margin:0;
	padding-top: 20px;
}

.main2x-2-dl dd{
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	padding: 0 15px;
	margin-top: 8px;
}

.main2x-2-dl dd a:hover{
	font-weight: bold;
}
.main-ydaix{
	margin-top: 50px;
	overflow: hidden;
}
.main-ydaix .imgbox_a{
	padding-bottom: 39.68254%;
}

.main-ydaix .owl-nav button.owl-prev{
    position: absolute;
    left:-40px;
    top: 50%;
    width: 40px;
    height: 73px;
    margin-top: -36px;
    background-image: url(../images/b-left2.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
        transition: left .3s;
}

.main-ydaix .owl-nav button.owl-next{
    position: absolute;
    right:0px;
    right: -40px;
    top: 50%;
    width: 40px;
    height: 73px;
    margin-top: -36px;
    background-image: url(../images/b-right2.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
        transition: right .3s;
}

.main-ydaix:hover .owl-nav button.owl-prev{left: 0;}
.main-ydaix:hover .owl-nav button.owl-next{right: 0;}




.main4x{
	margin-top: 20px;
}

.main4x-pic .imgbox_a {
    padding-bottom: 63.27%;
}

.main4x-h1{
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-top: 20px;
}

.main4x-item:hover .main4x-h1{
	color: #007fd5;
}

.main4x-list .owl-nav button.owl-prev{
    position: absolute;
    left:0px;
    top: 50%;
    width: 40px;
    height: 73px;
    margin-top: -55px;
    background-image: url(../images/b-left2.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    transition: left .3s;
}


.main4x-list .owl-nav button.owl-next{
    position: absolute;
    right:0px;
    top: 50%;
    width: 40px;
    height: 73px;
    margin-top: -55px;
    background-image: url(../images/b-right2.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
        transition: right .3s;
}
.main4x-list{
	overflow: hidden;
}


.piclist-list dl{
	margin:0;
	margin-top: -3%;
	margin-left: -3%;
}

.piclist-list dd{
	float: left;
	width: 22%;
	margin-left: 3%;
	margin-top: 3%;
}