/**************************************/
/*************[公用start]**************/
/**************************************/
@font-face{
	font-family:"ali";
	src:url("../fonts/AlimamaShuHeiTi-Bold.ttf");
}
/*主站变灰*/
/*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{
	height: 113px;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}

.logo{
	font-size: 26px;
	color: #232323;
	font-weight: bold;
	margin-top: 35px;
}
.logo a{
	display: block;
}


.search{
	width: 757px;
	border:1px solid #0066ff;
	border-radius: 999em;
	padding-left: 120px;
	position: relative;
	padding-right: 130px;
	margin-top: 30px;
}
.search input:focus,
.search select:focus{
	outline: none;
}
.search::before{
	position: absolute;
	width: 1px;
	background-color: #222;
	opacity: 0.3;
	height: 24px;
	content:"";
	left: 105px;
	top: 50%;
	margin-top: -12px;
}
.search-input input{
	display: block;
	height: 44px;
	width: 100%;
	border:0;
	font-size: 15px;
	color: #333;
	line-height: 1.6;
	border:0;
	padding: 5px 0; 
}



.search-sel{
	position: absolute;
	width: 75px;
	left: 20px;
    top: 7px;
}
.search-sel select{
	display: block;
	height: 30px;
	width: 100%;
	border:0;
}
.search-btn{
	position: absolute;
	width: 111px;
	right: 4px;
	top: 3px;
}

.search-btn input{
	display: block;
	width: 100%;
	height: 38px;
	border-radius: 999em;
	border:0;
	background-color: #0066ff;
	color: #fff;
	text-align: left;
	padding-left: 47px;
	background-image: url(../images/wen1.png);
	background-repeat: no-repeat;
	background-position: 18px center;
	background-size: 16px;
}
/**************************************************************/d
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}

.main{
	min-height: 800px;
	background-repeat: no-repeat;
	background-position: center 0;
	background-image: url(../images/bg1.png);
	padding-top: 145px;
	padding-bottom: 50px;
	background-color: #f7f7f7;
}

.main-title{
	font-size: 58px;
	color: #fff;
	/*font-weight: 100;*/
	text-align: center;
	font-family:"ali";
}


.main-menu{
	background-color: #fff;
	border-radius: 5px;
	margin-top: 150px;
}

.main-menu dl{
	margin:0;
}

.main-menu dd{
	width: 33.3333%;
	float: left;
}
.main-menu dd+dd{
	border-left: 1px solid #E3DADA;
}
.main-menu dd>a{
	display: block;
	height: 170px;
	padding: 35px 15px 0 112px;
}
.main-ico{
	width: 99px;
	margin-right: 27px;
}

.main-ico img{
	display: block;
	width: 100%;
}

.main-menu-con{
	overflow: hidden;
	padding-top: 24px;
}

.main-menu-h1{
	font-size: 30px;
	color: #000;
	line-height: 1;
}
.main-menu-h2{
	font-size:12px;
	color: rgba(0,0,0,0.5);
	margin-top: 10px;
}

.main-menu dd>a:hover .main-menu-h1,
.main-menu dd.cur>a .main-menu-h1{
	color: #0066FF;
}
.main-menu dd>a:hover .main-menu-h2,
.main-menu dd.cur>a .main-menu-h2{
	color: #0066FF;
}


.main-list dl{
	margin:0;
	margin-left: -2%;
}

.main-list dd{
	float: left;
	width: 18%;
	margin-left: 2%;
	margin-top: 2%;
	background-color: #fff;
	border-radius: 12px;
	padding: 12px 12px 28px;
}

.main-list dd.ddHide{
	display: none;
}

.main-item-pic .imgbox_a{
	padding-bottom: 100%;
	border-radius: 8px;
	background-color: #f7f7f7;
}

.main-item-con{
	margin-top: 20px;
}
.main-item-h1{
	font-size: 22px;
	color: #000;
	line-height: 1;
	font-weight: bold;
}
.main-item:hover .main-item-h1{
	color: #D60000;
}
.main-item-h2{
	font-size: 16px;
	color: #707070;
	margin-top: 10px;
}
.main-item-a{
	margin-top: 25px;
}
.main-item-a a{
	display: block;
	width: 120px;
	height: 36px;
	line-height: 36px;
	border-radius: 999em;
	color: #fff;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background-color: #D60000;
	transition: background-color .3s;
}
.main-item-a a:hover{
	background-color: #b80202;

}

.jz-a{
	text-align: center;
	font-size: 16px;
	color: #333;
	margin-top: 60px;
}
.jz-a img{
	margin-top: -3px;
	margin-right: 13px;
	width: 28px;
}
.jz-a a:hover{
	color: #D60000;
}
/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-color: #222831;
	padding: 
}

.footer-1{
	padding: 45px 0;
	border-bottom: 1px solid #5D6D78;
}

.foo1-ico{
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px;
	border-radius: 50%;
	border:1px solid rgba(255, 255, 255, 0.1);
	margin-right: 11px;
}
.foo1-con{
	overflow: hidden;
	padding-top: 3px;
}
.foo1-con-h1{
	font-size: 14px;
	color: #fff;
	opacity: 0.3;
}
.foo1-con-h2{
	font-size: 15px;
	color: #fff;
	white-space: nowrap;
	margin-top: 5px;
}


.foo1-item+.foo1-item{
	 margin-left: 130px;
}




.footer-2{
	padding: 30px 0;
	font-size: 16px;
	color: #989898;
	line-height: 1.8;
}
.footer-2 a:hover{
	color: #fff;
}

/**************************************************************/
/*footer-over*/





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/




/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/



.list-box{
	background-image: url(../images/list-bg.png);
	padding-top: 100px;
}


.list-menu1 dl{
	margin:0;
}

.list-menu1 dd{
	float: left;
	padding-bottom: 10px;
	position: relative;
}
.list-menu1 dd+dd{
	margin-left: 55px;
}

.list-menu1 dd a{
	font-size: 24px;
	color: #777;
}
.list-menu1 dd a:hover{
	color: #222;
}
.list-menu1 dd.cur a{
	color: #222;
	font-weight: 500%;
}

.list-menu1 dd::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 3px;
	content:"";
	background-color: #0066ff;
	opacity: 0;
}
.list-menu1 dd.cur::after{
	opacity: 1;
}

.list-div{
	margin-top: 15px;
	display: flex;
	align-items:stretch;
}

.list-menu2{
	width: 220px;
	margin-right: 22px;
	background-color: #fff;
	padding: 20px 15px;
	border-radius: 8px;
	flex-shrink: 0;
}

.list-menu2-h1{
	font-size: 20px;
	color: #222;
}

.list-menu2-div{
	margin-top: 30px;
}

.list-menu2-div-h1{
	font-size: 16px;
	color: #222;
	padding-bottom: 15px;
}

.list-menu2-item{
	font-size: 14px;
	color: #444;
}
.list-menu2-item input{
	margin-top: -3px;
	margin-right: 10px;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
}
.list-menu2-item+.list-menu2-item{
	margin-top: 10px;
}
.list-menu2-list{
	max-height: 140px;
	overflow-y: auto;
	padding-right:5px;
}

.list-menu2-search{
	padding-bottom: 15px;
}

.list-menu2-search input:focus{
	outline: none;
}
.list-menu2-search input{
	display: block;
	height: 36px;
	border-radius: 8px;
	border: 1px solid #DDDDDD;
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.6;
	padding: 5px 10px; 
	padding-left: 30px;
	background-position: 7px 55%;
	background-image: url(../images/wen2.png);
	background-repeat: no-repeat;
	background-size: 20px;
}

.list-div-con{
	flex-grow: 1;
}

.list-div-con .main-list dl{
	margin-top: -2%;
}

.list-div-con .main-list dd{
	width: 23%;
}

.fenye{
	background-color: #fff;
	padding: 20px;
	border-radius: 8px;
	text-align: right;
	margin-top: 25px;
}

.fenye ul{
	margin:0;
}

.product{
	background-image: none;
	padding-top: 35px;
}

.product1-1{
	width: 900px;
}

.product1-1-top{
	height: 50px;
	line-height: 50px;
	background-color: #FFF;
	font-size: 16px;
	color: #333;
	padding: 0 25px;
	box-shadow: 0px 2px 15px 0px rgba(175, 175, 175, 0.5);
}


.cp-xx2-1-menu{
	width: 150px;
	margin-right: 34px;
	min-height: 1px;
	position: relative;
}

#btn1{
	position: absolute;
	width: 16px;
	height: 10px;
	left: 50%;
	margin-left: -8px;
	top: -20px;
	background-image: url(../images/up2.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
#btn1:hover{
	background-image: url(../images/up2h.png);
}
#btn2{
	position: absolute;
	width: 16px;
	height: 10px;
	left: 50%;
	margin-left: -8px;
	bottom: -20px;
	background-image: url(../images/down2.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
#btn2:hover{
	background-image: url(../images/down2h.png);
}
.cp-xx2-1-menu .swiper{
	height:464px;
}

.fcp-xx2 .flex-direction-nav{
	position: relative;
	width: 120px;
	height: 50px;
	margin:20px auto 0;
}

.fcp-xx2 .flex-direction-nav .flex-prev{
	width: 50px;
	height: 50px;
	background-image: url(../images/b-left2-h.png);
	left: 0;
}
.fcp-xx2 .flex-direction-nav .flex-next{
	width: 50px;
	height: 50px;
	background-image: url(../images/b-right2-h.png);
	right: 0;
}

.cp-xx2-1-menu .swiper-slide{
	padding-bottom: 15px;
	height: 123px;
}


.cp-xx2-1-picx .imgbox_a{
	padding-bottom: 65%;
	cursor: pointer;
}

.cp-xx2-1-picx .imgbox_a::before{
	position: absolute;
	width: 100%;
	height: 100%;
	content:"";
	border:1px solid #E31C2A;
	left: 0;top: 0;
	z-index: 15;
	opacity: 0;
}

.swiper-slide-active .cp-xx2-1-picx .imgbox_a::before{
	opacity: 1;
}


.cp-xx2-pic-wp{
	overflow: hidden;
	height: 464px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
}

.cp-xx2-pic-wp .cp-xx2-pic{display: none;}
.cp-xx2-pic-wp .cp-xx2-pic:first-child{display: block;}

.cp-xx2-pic{
	width: 100%;
}
.cp-xx2-pic .imgbox_a{
	padding-bottom: 65%;
}


.product1-1-bottom{
	margin-top: 40px;
}


.product1-2{
	width: 493px;
	min-height: 550px;
	background-color: #fff;
	border-radius: 8px;
	background: #FFFFFF;
	box-shadow: 0px 2px 15px 0px rgba(175, 175, 175, 0.5);
	padding: 50px 25px 30px;
}

.product1-2-1{
	font-size: 28px;
	font-weight: bold;
	line-height: 30px;
	color: #222;
	padding-bottom: 25px;
	border-bottom: 1px solid #E6E7EB;
}

.product1-2-2{
	margin-top: 30px;
}
.product1-2-2-1{
	font-size: 18px;
	color: #222;
	font-weight: bold;
}
.product1-2-2-2{
	font-size: 13px;
	color: #666;
	line-height: 2;
	margin-top:15px;
	height: 12em;
	overflow-y: auto;
	padding-right: 8px;
}


.product1-2-3{
	margin-top: 50px;
}

.product1-2-3-2{
	font-size: 15px;
	color: #666;
	line-height: 2;
	margin-top: 15px;
}







.product2{
	margin-top: 80px;
}

.product-title .fl{
	font-size: 36px;
	color: #222;
	font-weight: bold;
	line-height: 1;
}

.product-title a.fr{
	font-size: 14px;
	color: #222;
	margin-top: 8px;
}
.product-title a.fr img{
	width: 6px;
	margin-top: -3px;
	margin-left: 9px;
}
.product-title a.fr:hover{
	color: #0066FF;
}

.product2-div{
	padding-top: 15px;
}


.yzm{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/yzmbg.jpg);
}

.yzm .container{
	height: 100%;
	position: relative;
}

.yzm-div{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(164,179,229,0.9);
	width: 470px;
	border-radius: 20px;
}

.yzm-h1{
	font-size: 36px;
	color: #333;
	font-weight: bold;
	padding: 35px 50px 20px;
	line-height: 1;
	border-bottom: 1px solid rgba(223,223,223,0.3);
	
}
.yzm-div-con{
	padding: 50px;
}
.yzm-div-con input:focus{
	outline: none;
}

.yzm-input input{
	display: block;
	height: 46px;
	width: 100%;
	border:0;
	font-size: 18px;
	color: #fff;
	line-height: 1.6;
	border-bottom: 1px solid #fff;
	background-color: transparent;
	padding: 8px 10px;
}

.yzm-input input::placeholder {
  color: #fff;
}
.yzm-btn {
	margin-top: 40px;
}
.yzm-btn input{
	display: block;
	width: 100%;
	height: 52px;
	border-radius: 999em;
	border:0;
	background-color: #2b53eb;
	font-size: 18px;
	color: #fff;
}

.yzm-btn input:hover{
	font-weight: bold;
}