/**************************************/
/*************[公用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;
}




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{
	background-color: #fff;
	padding: 0 60px;
	position: relative;
	z-index: 999;
}

#header .container-fluid{
	padding-left: 0;
	padding-right: 0;
}
.logo{
	width: 305px;
	margin-top: 25px;
}

.logo a.logo img{
	display: block;
	width: 100%;
}

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	height: 94px;
	line-height: 94px;
	position: relative;
}
.nav>ul>li+li{
	margin-left: 36px;
}
/*.nav>ul>li.cur::before{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 3px;
	background-color: #445eb6;
	content:"";
	z-index: 15;

}*/

.nav>ul>li>a{
	display: block;
	font-size: 16px;
	color: #333;
}
.nav>ul>li.cur>a,
.nav>ul>li:hover>a{
	color: #1458c7;
}

.nav>ul>li>ul{
	position: absolute;
	left: 50%;
	margin-left: -72px;
	width: 144px;
	top:100%;
	z-index: 600;
	background-color: #fff;
	padding-bottom: 11px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	display: none;
}
.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 3px;
	text-align: center;
	line-height: 1.5;
	font-size: 14px;
	color:#333;
	/*transition: .3s;*/
	text-align: center;
}
.nav>ul>li>ul>li>a:hover{
	background-color: #1458c7;
	color: #fff;
}



/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}


.fafa .flex-direction-nav a {
	width: 54px;
	height: 54px;
	margin-top: -27px;
  background-image: url(../images/b-left.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 100%;
  background-size: 100%;
  transition: background-image .3s;

}
.fafa .flex-direction-nav a.flex-next {
  background-image: url(../images/b-right.png);
}
.fafa .flex-direction-nav .flex-prev {
  left: 60px;
}
.fafa .flex-direction-nav .flex-next {
  right: 60px;
}

.fafa .flex-direction-nav .flex-prev:hover{
	background-image: url(../images/b-left-h.png);
}


.fafa .flex-direction-nav .flex-next:hover{
	background-image: url(../images/b-right-h.png);
}


.toutiao{
	background-color: #fff;
}

.toutiao-div{
	height: 100px;
	line-height: 100px;
	position: relative;
	padding-left: 90px;
	padding-right: 135px;
	font-size: 26px;
	color: #141414;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url(../images/tt.png);
}
.toutiao-div a:hover{
	color: #1458c7;
}
.toutiao-div span.span_105{
	position: absolute;
	right: 43px;
	top: 0;
	font-size: 14px;
	color: #53565a;
}




.main1{
	background-image: url(../images/main1-bg.jpg);
	padding: 55px 0 100px;
}

.main1-1{
	width: 542px;
	margin-right: 28px;
}

.fmain1 .imgbox_a{
	padding-bottom: 65.683%;
	border-radius: 6px;
}

.main1-h1{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 60px;
	line-height: 60px;
	background-color: rgba(0,0,0,0.6);
	padding-left:  25px;
	padding-right: 120px;
	font-size: 16px;
	color: #fff;
}
.main1-h1 span.span_106{
	position: absolute;
	right: 28px;
	top: 0;
	font-size: 16px;
	color: #fff;
}
.main1-2{
	overflow: hidden;
	background-color: #fff;
	border-radius: 6px;
	height: 356px;
	padding: 25px 43px 0
}
.main1-2-menu{
	position: relative;
}
.main1-2-menu::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color: #dcdcdc;
	content:"";
	z-index: 5;
}
.main1-2-menu-item{
	float: left;
	font-size: 18px;
	color: #53565a;
	cursor: pointer;
	padding-bottom: 17px;
	position: relative;
	z-index: 15;
}
.main1-2-menu-item::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 2px;
	background-color: #1458c7;
	content:"";
	opacity: 0;
	transition: opacity .3s;
}
.main1-2-menu-item+.main1-2-menu-item{
	margin-left: 45px;
}
.main1-2-menu-item.cur{
	color: #141414;
}
.main1-2-menu-item.cur::after{
	opacity: 1;
}

.main1-2-menu a.fr{
	font-size: 14px;
	color: #53565a;
	white-space: nowrap;
	margin-top: 4px;
}
.main1-2-menu a.fr img{
	margin-top: -3px;
	margin-left: 8px;
}

.main1-2-menu a.fr:hover{
	color: #1458c7;
}

.list01-wp .list01{display: none;}
.list01-wp .list01:first-child{display: block;}
.list01 dl{
	margin:0;
}
.list01 dd{
	height: 45px;
	line-height: 44px;
	position: relative;
	padding-left: 18px;
	padding-right: 95px;
	font-size: 16px;
	color: #141414;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url(../images/list01.png);
	border-bottom: 1px dashed #dcdcdc;
}
.list01 dd a:hover{
	color: #1458c7;
}
.list01 dd span.span_107{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #53565a;
}

.mm70{
	margin-top: 70px;
}

.main1-middle-list .imgbox_a{
	padding-bottom: 38.46%;
	border-radius: 6px;
}


.main1-middle-list .owl-nav button.owl-prev{
    position: absolute;
    left:-80px;
    top: 50%;
    margin-top: -21px;
    width:43px;
    height: 43px;
    background-image: url(../images/left32.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    background-size: 100%;
}

.main1-middle-list .owl-nav button.owl-next{
    position: absolute;
    right:-80px;
    top: 50%;
    margin-top: -21px;
    width:43px;
    height: 43px;
    background-image: url(../images/right32.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    background-size: 100%;
}

.main1-middle-list .owl-nav button.owl-prev:hover{background-image: url(../images/left32h.png);}
.main1-middle-list .owl-nav button.owl-next:hover{background-image: url(../images/right32h.png);}









.title-00{
	position: relative;
}

.title-00-more{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -11px;
	font-size: 16px;
	color: #333;
	z-index: 30;
	white-space: nowrap;
}

.title-00-more:hover {
    color: #1458c7;
}

.title-00-more img {
    margin-top: -3px;
    margin-left: 8px;
}




.title-00-1 img{
	display: block;
}

.title-00-2{
	font-size: 26px;
	color: #141414;
	line-height: 1;
	padding: 15px 0  12px;
}

.title-00-3{
	font-size: 14px;
	color: #53565a;
}

.main1-3{
	width: 835px;
}

.main1-3-con{
	margin-top: 30px;
}

.main1-3-p{
	font-size: 18px;
	color: #141414;
	line-height: 2.2;
	max-width: 660px;
	height: 6.6em;
	overflow: hidden;
}
.main1-3-a{
	margin-top: 30px;
}
.main1-3-a a{
	display: block;
	width: 120px;
	height: 38px;
	line-height: 36px;
	border:1px solid #53565a;
	border-radius: 4px;
	font-size: 14px;
	color: #53565a;
	transition: .3s;
	text-align: center;
}
.main1-3-a a:hover{
	background-color: #1458c7;
	border-color: #1458c7;
	color: #fff;
}


.main1-3 .main3-1-dl{
	margin-top: 80px;
}








.main1-4{
	overflow: hidden;
	background-color: rgba(255,255,255,0.5);
	padding: 45px;
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.05);
	border-radius: 6px;
}


.main1-4-p{
	font-size: 16px;
	color: #53565a;
	line-height: 2.2;
}




.main2{
	background-color: #fff;
	padding: 85px 0 120px;
}

.main2-item{
	width: 48.5%;
}

.main2-img{
	margin:35px 0 23px;
}
.main2-img .imgbox_a{
	padding-bottom: 21.875%;
	border-radius: 6px;
}

.main3{
	background-image: url(../images/main3-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.main3-a-wp{
	height:316px;
	position: relative;
}

.main3-a{
	position: absolute;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 15;
}
.main3-a img{
	display: block;
	width: 68px;
	margin:0 auto 15px;
}

.video-wp{
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	z-index: 1800;
	padding: 0 60px;
	transition:  .3s;
	text-align: center;
	z-index: -1;
}
.video-wp.cur{
	opacity: 1;
	visibility: visible;
	z-index: 1800;
}
.video-box{
	position: relative;
	width: 100%;
}
.video-close{
	position: absolute;
	width: 36px;
	right: -18px;
	top: -18px;
	cursor: pointer;
	z-index: 25;
}
.video-close img{
	display: block;
	width: 100%;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.video-close:hover img{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transition: transform .3s;
}
.video-box video {
    max-height: calc(100vh - 4em);
    width: 100%!important;
    vertical-align: middle;
    max-width: 100%;
}
.video-box video:focus{
	outline: none;
}

body.cur{
	overflow: hidden;
}

/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-color: #1a283f;
	padding: 0px!important;
}

.footer-1{
	padding: 55px 0 30px;
}
.er{
	width: 114px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.er img{
	display: block;
	width: 100%;
	margin-top: 15px;
}

.foo-a-item{
	font-size: 16px;
	color: #fff;
	float: left;
}
.foo-a-item+.foo-a-item{
	padding-left: 60px;
	background-repeat: no-repeat;
	background-position: 25px center;
	background-image: url(../images/foo-dian.png);
}
.foo-a-item a:hover{
	/*color: #1458c7;*/
	font-weight: bold;
}


.foo-p{
	font-size: 14px;
	color: #fff;
	line-height: 2;
	margin-top: 30px;
}
.foo-p p{
	margin:0;
}

.footer-2{
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
	margin-top: 0px!important;
	padding: 25px 0;
	border-top: 1px solid #3b4557;
}



/**************************************************************/
/*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: 300px;
   margin-left: 15px;
   margin-top:15px;
}

.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样式要求区域]**********/
/**************************************/



.bg1{
	background-repeat: no-repeat;
	background-position: center;
}
.bg1 .container{
	height:1417px;
	position: relative;
}



.main3-1-dl dl{
	margin:0;
	font-size: 0;
}

.main3-1-dl dd{
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.main3-1-dl dd+dd{
	margin-left: 60px;
}
.main3-1-1{
	font-size: 14px;
	color: #666;
	line-height: 1;
}
.main3-1-2{
	font-size: 14px;
	color: #666;
	line-height: 1;
	margin-top: 15px;
}
.main3-1-2 span{
	font-weight: bold;
	font-size: 60px;
	color: #141414;
}


.bg2{
	height:1281px;
	background-repeat: no-repeat;
	background-position: center;
}

.te{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/te-bg.jpg);
}
.te .container{
	position: relative;
}
.te-title{
	position: absolute;
	z-index: 15;
	left: 0;
	top: 78px;
	text-align: center;
	width: 100%;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-position: center 0;
	background-image: url(../images/te-title.png);
	z-index: 50;
}
.te-title-h1{
	font-size: 28px;
	color: #fff;
	font-weight: bold;
}
.te-title-h2{
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 12px;
}
.te-dl{
	border-left: 1px solid rgba(255,255,255,0.3);

}
.te-dl dl{
	margin:0;
}

.te-dl dd{
	float: left;
	width: 25%;
	height: 750px;
	border-right: 1px solid rgba(255,255,255,0.3);
	position: relative;
}
.te-dl dd::before{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 0%;
	content:"";
	background-image: url(../images/landai.png);
	background-repeat: repeat-x;
	background-position: center top;
	z-index: 10;

}
.te-dl dd.cur::before{
	height:100%;
	transition: height .5s;
}
.te-dl dd.cur .te-div{
	font-weight: bold;
}
.te-div{
	position: absolute;
	width: 112px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	text-align: center;
	font-size: 20px;
	z-index: 50;
	cursor: pointer;
}
.te-dl dd.cur .te-con-a{
	opacity: 1;
	visibility: visible;
}
.te-div img{
	display: block;
	margin:0 auto 28px;
	width: 112px;
}

.te-con-wp{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 100px;
	z-index: 100;
	padding-left: 127px;
	display: none;
}
.te-con{display: none;}
.te-con img{
	display: none;
}
.te-con:first-child{
	display: block;
}
.te-con-h1{
	font-size: 48px;
	color: #fff;
	padding-top: 15px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/te-con-h1.png);
}

.te-con-a{
	margin-top: 0px;
	position: absolute;
	width: 100%;
	z-index: 50;
	left: 0;
	bottom: 220px;
	opacity: 0;
	visibility: hidden;
	transition:opacity .3s; 
}

.te-con-a a{
	margin:0 auto;
	display: block;
	width: 120px;
	height: 38px;
	line-height: 38px;
	border-radius: 4px;
	background-color: #fff;
	font-size: 14px;
	color: #666;
	padding-left: 21px;
	background-repeat: no-repeat;
	background-position: 94px center;
	background-image: url(../images/jiao1.png);
	transition: .3s;
}

.te-con-a a:hover{
	background-color: #1458c7;
	color: #fff;
	background-image: url(../images/jiao1h.png);

}





.banner-2{
	height: 496px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 160px;
}

.banner-2-h1{
	font-size: 40px;
	color: #fff;
	font-weight: bold;
}

.banner-2-h2{
	font-size: 16px;
	color: #fff;
	line-height: 1.6;
	margin-top: 30px;
}

.erji-top{
	border-bottom: 1px solid #e3e3e3;
}

.mianbaoxie{
	height: 90px;
	line-height: 90px;
	font-size: 14px;
	color: #141414;
}

.erji-nav dl{
	margin:0;
}

.erji-nav dd{
	float: left;
	height: 90px;
	line-height: 90px;
	font-size: 16px;
	color: #53565a;
	position: relative;
}
.erji-nav dd.cur::after{
	background-color: #1458c7;
	position: absolute;
	width: 2em;
	left: 50%;
	margin-left: -1em;
	height: 4px;
	content:"";
	bottom: 19px;
}
.erji-nav dd+dd{
	margin-left: 50px;
}
.erji-nav dd.cur>a,
.erji-nav dd>a:hover{
	color: #1458c7;
}

.erji-bottom{
	padding: 50px 0;
	overflow: hidden;
}

.news-list dl{
	margin:0;
}
.news-list dd+dd{
	margin-top: 30px;
}
.news-item{
	border:1px solid #e3e3e3;
	padding: 35px;
	border-radius: 7px;
}

.news-pic{
	width: 322px;
	margin-right: 35px;
}

.news-pic .imgbox_a{
	padding-bottom:65.2174%; 
	border-radius: 6px;
}

.news-con{
	overflow:hidden;
	padding-top: 13px;
}

.news-h1{
	font-size: 14px;
	color: #53565a;
}

.news-h2{
	font-size: 20px;
	color: #141414;
	font-weight: bold;
	margin:15px 0 12px;
	transition: color .3s;
}


.news-p{
	font-size: 14px;
	color: #53565a;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}
.news-con .more11{
	margin-top: 25px;
}

.more11{
	font-size: 14px;
	color: #53565a;
	white-space: nowrap;
	transition: color .3s;
}
.more11 a:hover{
	font-weight: bold;
}
.more11 img{
	margin-top: -3px;
	margin-left: 8px;
}
.news-item:hover .news-h2{
	color: #1458c7;

}
.news-item:hover .more11{
	color: #1458c7;
}

.fenye{
	margin-top: 50px;
	text-align: center;
}

.fenye ul{
	margin:0;
}

.zhuanlan dl{
	margin:0;
	margin-left: -3%;
}

.zhuanlan dd{
	float: left;
	width: 47%;
	margin-left: 3%;
	margin-top: 3%;
}
.zhuanlan dd:nth-child(1),
.zhuanlan dd:nth-child(2){
	margin-top: 0
}

.zhuanlan dd .imgbox_a{
	padding-bottom: 38.4375%;
	border-radius: 6px;
}


.news-xx-left{
	width: 918px;
	margin-right: 36px;
	border:1px solid #e3e3e3;
	border-radius:  6px;
	padding: 30px 40px 40px;
}


.news-xx-title-h1{
	font-size: 32px;
	color: #141414;
	font-weight: bold;
	line-height: 1.5;
}

.news-xx-title-h2{
	font-size: 14px;
	color: #53565a;
	line-height: 1.5;
	margin-top: 15px;
}

.news-xx-con{
	font-size: 16px;
	color: #53565a;
	line-height: 2;	
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	padding: 25px 0;
	margin:25px 0;
}

.news-xx-con img{
	display: block;
	margin:0 auto 10px;
}


.news-xx-page-a{
	font-size: 16px;
	color: #141414;
}
.news-xx-page-a+.news-xx-page-a{
	margin-top: 13px;
}
.news-xx-page-a a:hover{
	color: #1458c7;
}








.news-xx-right{
	overflow: hidden;
	border:1px solid #e3e3e3;
	border-radius:  6px;
	padding: 40px 35px 20px;
}

.news-xx-tj-title{
	font-size: 20px;
	color: #141414;
	font-weight: bold;
}

.news-xx-tj-list dl{
	margin:0;
}

.news-xx-tj-list dd{
	padding: 20px 0;
}

.news-xx-tj-list dd+dd{
	border-top:1px solid #e3e3e3;
}

.news-xx-tj-h1{
	font-size: 16px;
	color: #141414;
	line-height: 1.6;
	max-height: 3.2em;
	overflow: hidden;
}

.news-xx-tj-h1 a:hover{
	color: #1458c7;
}

.news-xx-tj-h2{
	font-size: 14px;
	color: #53565a;
	margin-top: 10px;
}

.erji-title{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/erji-title.jpg);
}
.erji-title .fl{
	font-size: 26px;
	color: #141414;
	font-weight: bold;
	padding-bottom: 22px;
	border-bottom: 3px solid #1458c7;
	line-height: 1;
}

.erji-title.ziBai .fl{
	color: #fff;
	border-color: #fff;
}

.erji-title a.fr{
	font-size: 14px;
	color: #53565a;
	white-space: nowrap;
	margin-top: 15px;
}
.erji-title a.fr img{
	margin-top: -3px;
	margin-left: 8px;
}

.erji-title a.fr:hover{
	color: #1458c7;
}

.fengcai-list dl{
	margin:0;
	margin-left: -3%;
}

.fengcai-list dd{
	float: left;
	width: 30.3333%;
	margin-left: 3%;
	margin-top: 3%;
}

.fengcai-pic .imgbox_a{
	padding-bottom: 65.865%;
	border-radius: 6px;
}

.fengcai-h1{
	font-size: 16px;
	color: #141414;
	text-align: center;
	margin-top: 24px;
}

.fengcai-h1 a:hover{
	color: #1458c7;
}

.xm1{
	background-color: #f8f8f8;
	border-radius: 6px;
}

.xm1-pic{
	width: 507px;
}

.xm1-pic .imgbox_a{
	padding-bottom: 65.865%;
	border-radius: 6px;
}

.xm1-con{
	overflow: hidden;
	padding: 50px 45px 0;
}

.xm1-h1{
	font-size: 26px;
	color: #141414;
	font-weight: bold;
	height: 56px;
	line-height: 56px;
	padding-left: 85px;
	background-repeat: no-repeat;
	background-position: 0 center;
}
.xm1-h1 a:hover{
	color: #1458c7;
}


.xm1-p{
	font-size: 14px;
	color: #53565a;
	line-height: 2;
	max-height: 8em;
	overflow: hidden;
	margin-top: 30px;
}




.xm2{
	padding-top: 25px;
}

.xm-xx .news-xx-con{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.xm-tj{
	padding-top: 30px;
}
.xm-tj-item+.xm-tj-item{
	margin-top: 20px;
}
.xm-tj-item .imgbox_a{
	padding-bottom:  65.865%;
}

.xm-tj-h1{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 46px;
	line-height: 46px;
	background-image: url(../images/heidi2.png);
	z-index: 15;
	color: #fff;
	font-size: 14px;
	color: #fff;
	padding: 0 23px;
}

.xm-more{
	background-color: #f8f8f8;
	text-align: center;
	font-size: 16px;
	color: #1458c7;
	padding: 12px 15px;
	margin-bottom: 20px;
}

.xm-more a:hover{
	font-weight: bold;
}

.job1-con{
	margin-top: 35px;
}

.job1-p{
	font-size: 14px;
	color: #53565a;
	line-height: 2;
}
.job1-con img{
	display: block;
	margin-top: 40px;
	width: 100%;
}
.job2{
	margin-top: 60px;
}

.job2-list dl{
	margin:0;
	margin-left: -3%;
}
.job2-list dd{
	float: left;
	width: 47%;
	margin-left: 3%;
	margin-top: 3%;
}

.job2 .news-con{
	padding-top: 0
}

.team1{
	padding: 50px 0 80px;
	background-image: url(../images/team1-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


.team1-li{
	float: left;
	width: 140px;
	height: 418px;
	position: relative;
	padding-left: 140px;
	transition: width .3s;
	overflow: hidden;
}
.team1-li.cur{
	width: 756px;
}
.team1-li+.team1-li{
	margin-left: 1px;
}
.team1-title{
	width: 140px;
	background-repeat: repeat-x;
	background-position: left 0;
	background-image: url(../images/lan1.png);
	height: 418px;
	border-radius: 6px;
	overflow: hidden;
	padding-top: 63px;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	transition: background-image .3s;
}

.team1-title img{
	display: block;
	width: 48px;
	margin:0 auto;
}

.team1-title span{
	display: block;
	width: 1em;
	margin:20px auto 0;
	font-size: 24px;
	color: #fff;
	line-height: 1.2;
}
.team1-title:hover,
.cur .team1-title{

	background-image: url(../images/lan2.png);
}

.cur .team1-li-con{
	display: block;
}
.team1-li-con{
	width: 616px;
	height: 418px;
	background-image: url(../images/lan0.png);
	background-size: cover;
	border-radius: 6px;
	overflow: hidden;
	padding: 80px 50px 10px;
	display: none;
}

.team1-li-con-div{
	width: 516px;
	overflow: hidden;
}


.team1-li-con-h1{
	font-size: 24px;
	color: #141414;
	padding-bottom: 20px;
	border-bottom: 1px solid #94add6;
}

.team1-li-con-h1 img{
	margin-top: -3px;
	margin-left: 15px;
	width:30px;
}


.team1-li-con-p{
	font-size: 16px;
	color: #141414;
	line-height: 2;
	margin-top: 20px;
}





.erji-title .more11{
	margin-top: 15px;
}
.erji-title .more11 a:hover{
	font-weight: normal;
	color: #1458c7;
}







.mm50{
	margin-top: 50px;
}

.team2-list{
	margin-top: 45px;
}

.team2-list .owl-dot span{
	width: 14px;
	height: 14px;
}

.team2-list .owl-dots {
  margin-top: 45px;
}


.team2-list .owl-nav button.owl-prev{
    position: absolute;
    left:-80px;
    top: 50%;
    margin-top: -75px;
    width:43px;
    height: 43px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
}

.team2-list .owl-nav button.owl-next{
    position: absolute;
    right:-80px;
    top: 50%;
    margin-top: -75px;
    width:43px;
    height: 43px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
}

.team2-list .owl-nav button.owl-prev:hover{background-image: url(../images/lefth.png);}
.team2-list .owl-nav button.owl-next:hover{background-image: url(../images/righth.png);}

.team3-list{
	margin-top: 45px;
}


.padd{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.about1{
	padding: 55px 0 105px;
	background-image: url(../images/about1-bg.jpg);
	min-height: 806px;
}

.about1-pic{
	width: 500px;
	margin-left: 70px;
}

.about1-pic .imgbox_a{
	padding-bottom: 64.0933%;
	border-radius: 6px;
}

.about1-pic .imgbox_a::after{
	position: absolute;
	width: 58px;
	height: 58px;
	content:"";
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-image: url(../images/bo1.png);
	z-index: 15;
}

.about1-con-wp{
	overflow: hidden;
	padding-top: 45px;
}



.about1-con{
	overflow: hidden;
	font-size: 18px;
	color: #141414;
	line-height: 2;
}
.about1-con p{
	margin:0;
}

.about1-con p:first-child{
	font-size: 18px;
}

.about1-div .main3-1-dl{
	text-align: right;
	margin-top: 80px;
}


.about1-con2{
	overflow: hidden;
	font-size: 16px;
	color: #141414;
	line-height: 2.4;
}
.about1-con2 p{margin:0;}
.about2{
	padding: 95px 0 160px;
	background-image: url(../images/about2-bg.jpg);
	min-height:703px;
}

.about2-div{
	font-size: 16px;
	color: #fff;
	line-height: 2.4;
}
.about2-div p{margin:0;}

.about3{
	padding: 50px 0 80px;
}



.mm50{
	margin-top: 50px;
}

.about3-img img{
	display: block;
	margin:0 auto;
}

.about3x{
	margin-top: 25px;
}

.about3x img{
	display: block;
	margin:0 auto;
}

.about3x-btn{
	width: 346px;
	height: 60px;
	line-height: 60px;
	background-color: #d3e4fe;
	margin:10px auto 0;
	border-radius: 8px;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	color: #1757c5;
	transition: background-color .3s,color .3s;
}


.about3x-btn:hover{
	background-color: #1757c5;
	color: #fff;
}

body.cur{
	overflow: hidden;
}

.about3x-bigImg{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1500;
	left: 0;
	top: 0;
	overflow-y: auto;
	display: none;
	background-color: #fff;
}

.about3x-bigImg img{
	margin:0 auto;
display: block;
}

.about3x-close{
	position: fixed;
	right:30px;
	top: 15px;
	cursor: pointer;
	z-index: 50;
}

.about4{
	padding: 65px 0 100px;
	background-image: url(../images/about4-bg.jpg);
}
.about4-pic{
	background-color: #fff;
	border-radius: 6px;
	padding: 30px;
}
.about4-pic .imgbox_a{
	padding-bottom: 70.422535%;
}


.fabout4 .imgbox_a{
	padding-bottom: 49.1667%;
}


.fabout4 .flex-control-nav{
	bottom: 0;
	height: 0;
}

.fabout4 .flex-control-paging li a{
	width: 14px;
	height: 14px;
}

.fabout4 .flex-direction-nav a{
	width: 43px;
	height: 43px;
	margin-top: -21px;
	transition: background-image .3s;
}

.fabout4 .flex-direction-nav .flex-prev{
	left: -70px;
	background-image: url(../images/left15.png);
}

.fabout4 .flex-direction-nav .flex-prev:hover{
	background-image: url(../images/left15h.png);
}


.fabout4 .flex-direction-nav .flex-next{
	right: -70px;
	background-image: url(../images/right15.png);
}

.fabout4 .flex-direction-nav .flex-next:hover{
	background-image: url(../images/right15h.png);
}




.about5{
	padding: 65px 0 95px;
}


.about5-pic .imgbox_a{
	padding-bottom: 65.86%;
	border-radius: 6px;
}
.about5-pic .imgbox_a::before{
	position: absolute;
	width: 100%;
	height: 100%;
	content:"";
	left: 0;
	top: 0;
	background-color: #000;
	opacity: 0.1;
	z-index: 10;
}
.about5-pic .imgbox_a::after{
	position: absolute;
	width: 58px;
	height: 58px;
	content:"";
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-image: url(../images/bo1.png);
	z-index: 15;
}

.about5-h1{
	font-size: 16px;
	color: #141414;
	text-align: center;
	margin-top: 22px;
}
.about5-item:hover .about5-h1{
	color: #1458c7;
}


.about5-list .owl-dot span{
	width: 14px;
	height: 14px;
}

.about5-list .owl-dots {
  margin-top: 45px;
}


.about5-list .owl-nav button.owl-prev{
    position: absolute;
    left:-80px;
    top: 50%;
    margin-top: -75px;
    width:43px;
    height: 43px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
}

.about5-list .owl-nav button.owl-next{
    position: absolute;
    right:-80px;
    top: 50%;
    margin-top: -75px;
    width:43px;
    height: 43px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
}

.about5-list .owl-nav button.owl-prev:hover{background-image: url(../images/lefth.png);}
.about5-list .owl-nav button.owl-next:hover{background-image: url(../images/righth.png);}








.about6{
	padding: 85px 0;
	background-image: url(../images/about6-bg.jpg);
	min-height:531px;
}

.about6-div{
	font-size: 16px;
	color: #141414;
	line-height: 2.4;
}
.about6-div p{margin:0;}


.main2xx{
	margin-top: 80px;
}

.main2xx-list{
	margin-top: 40px;
}
.mmain2xx-pic{
	background-color: #f4f6fa;
	padding: 30px;
	border-radius: 7px;
}
.mmain2xx-pic .imgbox_a{
	padding-bottom: 70.42%;
}

.mmain2xx-h1{
	font-size: 16px;
	color: #141414;
	text-align: center;
	margin-top: 20px;
}

.mmain2xx-item:hover .mmain2xx-h1{
	color: #1458c7;
}






.main2xx-list .owl-nav button.owl-prev{
    position: absolute;
    left:-80px;
    top: 50%;
    margin-top: -35px;
    width:43px;
    height: 43px;
    background-image: url(../images/left32.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    background-size: 100%;
}

.main2xx-list .owl-nav button.owl-next{
    position: absolute;
    right:-80px;
    top: 50%;
    margin-top: -35px;
    width:43px;
    height: 43px;
    background-image: url(../images/right32.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    background-size: 100%;
}

.main2xx-list .owl-nav button.owl-prev:hover{background-image: url(../images/left32h.png);}
.main2xx-list .owl-nav button.owl-next:hover{background-image: url(../images/right32h.png);}

.main2xx-list .owl-dots {
   position: absolute;
   width: 100%;
   left: 0;
   bottom: -60px;
}
.main2xx-list .owl-dots .owl-dot{
    margin:0 5px;
}
.main2xx-list .owl-dot span{
    width: 14px;
    display: block;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center ;
    background-image: none!important;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-color: #e0e0e0;
    border-radius: 50%;
}

.main2xx-list .owl-dot.active span{
    background-color: #1458c7;
}