/**************************************/
/*************[公用start]**************/
/**************************************/
@font-face {
	font-family: "albbm";
	src: url("../fonts/Alibaba-PuHuiTi-Medium.otf");
}

@font-face {
	font-family: "albbr";
	src: url("../fonts/Alibaba-PuHuiTi-Regular.otf");
}


@font-face {
	font-family: "din";
	src: url("../fonts/DINPro-Medium.otf");
}

.none {
	display: none;
}

div.clear {
	clear: both;
	height: 0;
	width: 0;
}

.clearfix:after {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */

	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */

	display: block;
	clear: both;
	content: "";
}

/*主站变灰*/
/*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)
}
*/


/*百度百科變灰*/

/* 
@font-face {
	font-family: "albbm";
	src: url("../fonts/Alibaba-PuHuiTi-Medium.otf");
}

@font-face {
	font-family: "albbr";
	src: url("../fonts/Alibaba-PuHuiTi-Regular.otf");
}


@font-face {
	font-family: "din";
	src: url("../fonts/DINPro-Medium.otf");
}
 */

* {
	font-family: "albbr";
}


body {
	overflow-x: hidden;
	margin: 0;
}








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]****************/
/**************************************/
.banner {
	background: url(../images/bannerbj.png) no-repeat top center;
	background-size: 100%;
	min-height: 300px;
	height: 960px;
	padding: 30px 0;
}

.banner .logo img {
	width: 163px;
}

.banner .tel img {
	width: 44px;
}

.banner .tel {
	font-size: 40px;
	color: #fff;
	font-weight: bold;
}

.bannerimg {
	margin-top: 220px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bannerimg .banner01 {
	float: left;
	color: #fff;
}

.bannerimg .banner01 img {
	width: 138px;
}

.bannerimg .banner01 .zt01 {
	font-size: 50px;
	font-weight: bold;
	margin: 40px 0 20px 0;
}

.bannerimg .banner01 .zt02 {
	font-size: 24px;
}

.bannerimg .putBox {
	float: right;
	background: rgba(0, 0, 0, .5);
	border-radius: 5px;
	padding: 20px;
	color: #fff;
}

.bannerimg .putBox .tit01 {
	font-size: 36px;
	font-weight: bold;
	margin: 10px 0 30px 0;
}

.putBox .putBox01-1 {
	border-bottom: 1px solid #5F636F;
	line-height: 32px;
	margin-right: 10px;
	padding: 0 0 6px 0;
	width: 80px;
	display: inline-block;
}

.putBox .putBox012 {
	margin-bottom: 20px;
}

.putBox .putBox013 {
	margin-bottom: 20px;
	border-bottom: 1px solid #5F636F;
	line-height: 32px;
	padding: 0 0 5px 0;
}

.putBox .putBox01-2 {
	border-bottom: 1px solid #5F636F;
	line-height: 32px;
	padding: 0 0 5px 0;
	display: inline-block;
	width: calc(100% - 100px);
}

.putBox .putBox01-2 input {
	background: none;
	border: 0;
	line-height: 32px;
}

.putBox .putBox013 input {
	background: none;
	border: 0;
	line-height: 32px;
}

.putBox .putBox013 .yzm01 {
	background: none;
	border: 0;
	line-height: 32px;
}

.putBox .putBox013 .yzmtit {
	color: #A7A9AF;
	font-size: 16px;
}

.tybut01 button {
	background: #fff;
	color: #2E67D8;
	border: 0;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	text-align: center;
	font-weight: 600;
	width: 100%;
	margin-top: 50px;
}





.dym-main3 {
	width: 90%;
	margin: 0 auto;
}

.mbdt .imgbox_a {
	padding-bottom: 80%;
}

.dym-main3 .dym-main3ul {
	margin: 0 -2%;
}

.dym-main3 .item {
	width: 29%;
	margin: 2%;
	position: relative;
}

.dym-main3 .mbdt {
	width: 100%;
}


.dym-main3 .item .main3-01 {
	background: none;
	bottom: -30px;
	left: 10px;
	color: #fff;
	padding: 10px 8%;
	z-index: 2;
	transition: all .3s;
}

.dym-main3 .item {
	float: left;
}

.dym-main3 .item:hover .main3-01 .mfty {
	height: 80px;
	padding-top: 20px;
	overflow: hidden;
	transition: all .3s;
	/*margin-bottom: 30px;*/
	/*margin-top: 100px;*/
}

.dym-main3 .item h2 {
	font-size: 20px;
}

.dym-main3 .item .nnr {
	font-size: 30px;
	margin-bottom: 20px;
}

.main3-01 .main1-box01but .faan {
	font-size: 12px;
}

.main3-01 .mfty {
	height: 0px;

	overflow: hidden;
	transition: all .3s;
	/* display: none; */
}
























.main1 {
	padding: 60px 0;
}

.main1.main1-2 {
	padding: 0px 0 60px 0;
}

.main1-2 .title-11-left {
	margin-bottom: 65px;
}

.title-11-left {
	text-align: center;
	margin: 30px 0;
}

.title-11-left h1 {
	margin: 0;
	font-size: 32px;
	color: #ededed;
	text-transform: uppercase;
	font-family: "din";
}

.title-11-left h2 {
	margin: 0;
	font-size: 42px;
	color: #333;
	text-transform: uppercase;
	font-family: "albbm";
}

.title-11-left h3 {
	margin: 0;
	font-size: 26px;
	color: #666;
	text-transform: uppercase;
	font-family: "albbr";
	margin-top: 10px;
}
.title-11-left .h3 {
	font-size: 20px;
}
.main1 .title-11-dl {
	margin-top: 33px;
	width: 65%;
	margin-bottom: 30px;
	float: right;
	text-align: center;
}

.main1 .main1-01 {
	float: left;
	width: 30%;
	background: #EEF1F3;
	padding: 20px 0;
}

.main1 .main1-02 {
	float: left;
	width: 70%;
}

.main1 .title-11-dl dl {
	margin: 0;
	margin-bottom: 30px;
}

.main1 .title-11-dl dd {
	font-size: 20px;
	color: #333;
	padding: 0 40px;
	height: 55px;
	line-height: 55px;
	cursor: pointer;
	margin: 10px 0;
}


.main1 .title-11-dl dd.cur a {
	color: #fff;
	display: inline-block;
	background: #2E67D8;
	border-radius: 5px;
	padding: 0 20px;
}

.main1 .title-11-dl dd.cur:before {
	background: #2E67D8;
}

.main1 .title-11-dl .moret {
	color: #222;
	border-radius: 50px;
	text-align: center;
	line-height: 40px;
	display: inline;
	padding: 0 40px;
	font-size: 20px;
}

.main-div {
	margin-top: 45px;
}

.main1-div {
	background: #F8F9FD url(../images/iconbj.png) no-repeat right bottom;
}




.main1-box-wp {
	float: left;
	width: 80%;
}

.main1-box-wp .main1-box {
	display: none;
}

.main1-box-wp .main1-box:first-child {
	display: block;
}


.main3 {
	background-color: #f8f8f8;
	padding: 60px 0 60px;
}

.main3 .title-11-dl {
	border-bottom: 1px solid #eaeaea;
	width: 100%;
}

.main3 .title-11-dl dl {
	display: flex;
	width: 100%;
	text-align: center;
}

.main3 .title-11-dl dd {
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
}

.main3 .title-11-dl dd.cur {
	height: 60px;
	line-height: 60px;
	border-bottom: 2px solid #006FFF;
	color: #649DFF;
	font-weight: bold;
	font-size: 20px
}

.main3 .title-11-dl .moredt a {
	line-height: 60px;
}

.main3-box01 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main3-left {
	width: 60%;
	margin-right: 5%;
}

.main3-right {
	font-size: 22px;
	line-height: 50px;
}

.main3-left .imgbox_a {
	padding-bottom: 50%;
}

.main3-box-wp .main3-box {
	display: none;
}

.main3-box-wp .main3-box:first-child {
	display: block;
}

.main1-box01 {
	width: 60%;
	margin-left: 10%;
}

.main1-box01 .tit {
	font-size: 40px;
	margin-bottom: 20px;

}

.main1-box01 p.nr {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 40px;
}

.main1-box01nr ul {
	margin: 0 -15px;
}

.main1-box01nr li {
	float: left;
	margin: 0 15px;
	text-align: center;
}

.main1-box01but {
	margin-top: 50px;
}

.main1-box01but .faan {
	background: #006FFF;
	border-radius: 5px;
	color: #fff;
	padding: 10px 50px;
}


.main4 {
    padding:0 0 60px 0;
	width: 90%;
	margin: 0 auto;
}

.main4-01-01{
	width: 30%;
	float: left;
	margin-top: 60px;
}
.main4-01-03{
	width: 30%;
	float: left;
	margin-top: 60px;
}
.main4-01 .main4-01-011{
	width: 15%;
	float: left;
	margin-right: 15%;
	margin-top: 40px;
	margin-left: 8%;
}

.main4-01 .main4-01-012{
	width: 20%;
	float: left;
	margin-right: 15%;
}

.main4-01 .main4-01-013{
	width: 20%;
	float: left;
	margin-top: 30px;
	margin-right: 0;
}

.main4-01 .main4-01-014{
	width: 20%;
	float: left;
	margin-top: 60px;
	margin-right: 15%;
}
.main4-01 .main4-01-015{
	width: 18%;
	float: left;
	margin-top: 30px;
	margin-right: 15%;
}
.main4-01 .main4-01-016{
	width: 20%;
	float: left;
	margin-top: 30px;
	margin-right: 0;
}
.main4-01{
	margin-top: 75px;
}

.main4-01 .main4-01-03 .main4-01-011{
	width: 18%;
	float: left;
	margin-right: 15%;
	margin-top: 30px;
	margin-left: 8%;
}
.main4-01 .item img{
	border-radius: 10px;
}
.main4-01 .imgbox_a{
	padding-bottom: 93%;
	
}
.main4-01  .item:hover {
	box-shadow: 0 3px 30px rgba(0, 0, 0, .1);
	
}
.main4-01-02{
	width: 30%;
	box-shadow: 0 3px 30px rgba(0, 0, 0, .2);
	margin: 0 3%;
	float: left;
}
.main4-01-02 .imgbox_a{
	padding-bottom: 60%;
}
.main4-01-02 .h1{
	text-align: center;
	padding: 50px 30px;
	margin-top: 0;
	font-weight: bold;
}
.main4-01-03{
	width: 30%;
	float: left;
}



.footer{
	background: #006FFF;
	width: 100%;
	padding: 100px 0;
	color: #fff;
	text-align: center;
}
.footer .tit{
	font-size: 50px;
}
.footer .tit01{
	font-size: 18px;
	margin: 10px 0 60px 0;
}
.footernr{
	background: #fff;
	border-radius: 10px;
	float: left;
	width: 70%;
	padding: 18px 0;
	color: #000;
	font-size: 18px;
}
.footernr .textnr{
	color: #eaeaea;
}
.footernr input{
	border:0;
	width: 70%;
}
.putbox button{
	background: none;
	border:1px solid #eaeaea;
	padding: 22px 50px;
	font-size: 18px;
	border-radius: 10px;
}
.putbox{
	width: 60%;
	margin: 0 auto;
}
.footer01{
	background: #1C2839;
	width: 100%;
	padding: 10px 0;
	color: #fff;
	text-align: center;
}
/**************************************************************/
/*main-over*/






/* background: url(../images/e-bj.png) no-repeat center center; */
