body{
	 overflow-x:hidden !important;  background:#fff; font-family:"苹方";
}
body.pagebody{
	background:#f4f7fe;
}
.bodybg{
	background:#f5f6fa;
}
*{
	outline:none;
}
.w1500{
	width:1500px; margin:0 auto;
}
.w1200{
	width:1200px; margin:0 auto;
}
.clear{
	clear:both;
}

.transition04{
	transition: All 0.4s linear;
	-webkit-transition: All 0.4s linear;
	-moz-transition: All 0.4s linear;
	-o-transition: All 0.4s linear;
}
.clearboth{
	clear:both;
}

#main{
	position:relative;
}



body.menushow{
	
}
.header{
	width:100%; height:80px; line-height:80px; position:fixed;
	top:0px; left:0px; z-index:11113;
	transition: All 0.2s ease-in-out;
	-webkit-transition: All 0.2s ease-in-out;
	-moz-transition: All 0.2s ease-in-out;
	-o-transition: All 0.2s ease-in-out;
}
.neww1500{
	width:1500px; margin:0 auto;
}




.header .inheader{
	margin:0 auto; height:80px; line-height:80px;
}
.header .inheader .logo{
	float:left; display:block; height:100%;
}
.header .inheader .logo img{
	height:100%;
}

.header .inheader .pcmenu{
	float:right; line-height:80px;
}
.header .inheader .pcmenu li{
	float:left; margin-left:46px; position:relative;
}
.header .inheader .pcmenu li .sub_li_new{
	position:absolute; width:200%; top:100%; left:-50%; background:#fff; font-size:0px; padding:5px 0;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-30px);
	transition: all .3s;
}
.header .inheader .pcmenu li .sub_li_new a{
	display:block; text-align:center; padding:8px 0; color:#333; font-size:14px; line-height: 1;
}
.header .inheader .pcmenu li:hover .sub_li_new{
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	transition: all .3s;
}
.header .inheader .pcmenu li > a{
	color:#fff; font-size:18px;
}
.header .inheader .pcmenu li > a:hover,
.header .inheader .pcmenu li > a.active{
	color:#3572bc;
}
.header .inheader .pcmenu li:first-child{
	margin-left:0px;
}


.menu_body{
	display:block; width:30px; height:24px; position:absolute; top:28px; right:25px; cursor:pointer;
}
.menu_body .nav_menu_item {
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    -webkit-transition: .36s ease;
    -o-transition: .36s ease;
    -moz-transition: .36s ease;
    transition: .36s ease;
}
.menu_body .menu_item_top {
    top: 0;
}
.menu_body .menu_item_center {
    display: block;
    top: 10px;
}
.menu_body .menu_item_bottom {
    bottom: 0;
}
.menu_body.show .menu_item_top {
    top: 11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu_body.show .nav_menu_item {
    height: 2px;
}
.menu_body.show .menu_item_center {
    opacity: 0;
}
.menu_body.show .menu_item_bottom {
    bottom: 11px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header.yanse,
body.menushow .header{
	box-shadow: 0px 24px 43px 0px rgba(52, 52, 52, 0.04); background:#fff;
	transition: All 0.2s ease-in-out;
	-webkit-transition: All 0.2s ease-in-out;
	-moz-transition: All 0.2s ease-in-out;
	-o-transition: All 0.2s ease-in-out;
}
.header.yanse .inheader .pcmenu li > a,
body.menushow  .header .inheader .pcmenu li > a{
	color:#343434;
}
.header.yanse .menu_body .nav_menu_item,
body.menushow  .header .menu_body .nav_menu_item{
	background:#343434;
}


.menudiv{
	position:fixed; top:80px; left:0px; width:100%; height:calc(100% - 80px); z-index:11112; 
	background:#e5e5e5; display:none;
}
.menudiv .pc-mu{
	display:block; padding-top: 8%;
}
.menudiv .pc-mu .nav-list {
    width: 45%;
    float: left;
}
.menudiv .pc-mu .nav-list .ul {
    width: 50%; font-size:0px;
    position: relative;
	float:left;
}
.menudiv .pc-mu .nav-list .ul:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0%;
    width: 1px;
    height: 100%;
    background: #ccc;
}
.menudiv .pc-mu .ul .li{
	display:block;
    font-size: 24px;
    font-weight:bold;
    color: #cecece;
	margin-bottom:38px;
	position:relative;
	-webkit-transition: padding-left .35s ease,text-indent .35s ease,color .35s;
	transition: padding-left .35s ease,text-indent .35s ease,color .35s;
}
.menudiv .pc-mu .ul .li:last-child{
	margin-bottom:0px;
}
.menudiv .pc-mu .ul .li:before {
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    top: 50%;
    margin-top: -1px;
    left: 0;
    height: 2px;
    background: #3572bc;
    -webkit-transition: width .35s ease;
    transition: width .35s ease;
}
.menudiv .pc-mu .ul .li:hover,
.menudiv .pc-mu .ul .li.cur{
	color: #3572bc;
    padding-left: 30px;
    text-indent: 10px;
	-webkit-transition: padding-left .35s ease,text-indent .35s ease,color .35s;
	transition: padding-left .35s ease,text-indent .35s ease,color .35s;
}
.menudiv .pc-mu .ul .li:hover:before,
.menudiv .pc-mu .ul .li.cur:before{
	width: 30px;
    -webkit-transition: width .35s ease;
    transition: width .35s ease;
}
.menudiv .pc-mu .nav-list .nav-li {
    width: 50%;
    position: relative;
	float:right;
}
.menudiv .pc-mu .nav-list .nav-li .sub-li {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
}
.menudiv .pc-mu .nav-list .nav-li .sub-li.active {
    opacity: 1;
    visibility: visible;
}
.menudiv .pc-mu .nav-list .nav-li a {
    display: block;
    text-indent: 44%;
    font-size: 18px;
    margin-bottom: 5px;
    color: #343434;
    line-height: 1.8;
    cursor: pointer;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
    opacity: 0;
}
.menudiv .pc-mu .nav-list .nav-li a:hover{
	color: #3572bc;
}
.menudiv .pc-mu .nav-list .nav-li a.cur {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

.menudiv .pc-mu .imgbox {
    width: 42%;
    float: right;
}
.menudiv .pc-mu .imgbox .img,.menudiv .pc-mu .imgbox img {
    width: 100%;
}
.menudiv .pc-mu .imgbox .text .h{
    font-size: 18px;
    font-weight:bold;
    color: #343434;
    margin-bottom: 10px;
	margin-top:35px;
}
.menudiv .pc-mu .imgbox .text .p{
    font-size: 16px;
    color: #666666;
}
.menudiv .moblie-mu{
	display:none;
}



.menu{
	
}
.menu > li{
	float:left;  position:relative; width:130px; text-align:center;
	height:80px; line-height:80px;
}
.menu li > a{
	color:#fff; font-size:18px;
}

.menu li.active > a,
.menu li:hover > a{
	color:#f54407; font-weight:bold;
}
.menu li:marker{
	display:none;
}
.menu > li.active:before, .menu > li:hover:before {
    content: '';
    width: 18px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 30%;
    margin-left: -9px;
    background: #f54407;
}


.header .menu > li .subnav{
	background: #f8f8f8;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	padding: 18px 0;
	line-height: 38px;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-30px);
	transition: all .3s;
}


#main.pageheader .header{
	background:#fff;
}
#main.pageheader .header .inheader .logo img{
	filter: brightness(1);
}
#main.pageheader .menu li > a{
	color:#343434;
}
#main.pageheader .flexslider{
	margin-top:90px;
}
#main.pageheader .flexslider li{
	position:relative;
}
#main.pageheader .flexslider li .bannertext{
	position:absolute; left:21%; bottom:25%; font-size:26px; color:#fff;
	font-weight:bold;
}
#main.pageheader .flexslider li .bannertext:before{
	position:absolute; content:" "; left:-23%;
	top:50%; margin-top:-15px; width:10px; height:31px; background:url(../images/bannertextbg.png) no-repeat;
	background-size:100% 100%;
}
#main.pageheader .flexslider li .bannertext:after{
	position:absolute; content:" "; right:-23%;
	top:50%; margin-top:-15px; width:10px; height:31px; background:url(../images/bannertextbg.png) no-repeat;
	background-size:100% 100%;
}
#main.pageheader .flexslider li .mbx{
	width:1500px; position:absolute; font-size:12px; color:#666;
	bottom:15px; left:50%; margin-left:-750px; z-index:1111; text-align:right;
}
#main.pageheader .flexslider li .mbx a{
	color:#666;
}



#main .flexslider{
	overflow:hidden;
}
#main .flexslider .slides > li{

}
#main .flexslider .slides > li img{
	opacity:1;
	
	-webkit-transform: scale(1.3); 
	-ms-transform: scale(1.3); 
	transform: scale(1.3);
	transition: transform 5s ease 0s;
	-webkit-transition: transform 5s ease 0s;
	-moz-transition: transform 5s ease 0s;
	-o-transition: transform 5s ease 0s;
	z-index:1111;
}
#main .flexslider .slides > li .newtext{
	position:absolute; top:0px; left:0px; width:100%; height:100%; z-index:1111;
	display: flex;  flex-direction: column; justify-content: center;
	opacity:0;
	transform: translateY(40px);
	-webkit-transform: translateY(40px); 
}
#main .flexslider .slides > li .newtext .newtextin{
	width:1500px; margin:0 auto;
}
#main .flexslider .slides > li .newtext .newtextin .newt{
	font-size:32px; color:#fff; font-weight:bold; margin-bottom:10px;
}
#main .flexslider .slides > li .newtext .newtextin .newb{
	font-size:14px; color:#fff;
}
#main .flexslider .slides  li.flex-active-slide{

	z-index:1111;
}
#main .flexslider .slides li.flex-active-slide img{
	opacity:2;
	-webkit-transform: scale(1); 
	-ms-transform: scale(1); 
	transform: scale(1);
	transition: transform 5s ease 0s;
	-webkit-transition: transform 5s ease 0s;
	-moz-transition: transform 5s ease 0s;
	-o-transition: transform 5s ease 0s;
}

#main .flexslider .slides > li.flex-active-slide .newtext{
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
	-webkit-transition: all 500ms ease; 
	transition: all 500ms ease;
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
}






@media all and (min-width:769px){
	.header .menu > li:hover .subnav{
		visibility: visible;
		opacity: 1;
		transform: translateY(0);
	}
}
.menu li .icon_nav_item{
	display:none;
}
.header .menu > li .subnav li{
	line-height:38px; text-align:center; width:100%; position:relative;
}
.header .menu > li .subnav li a{
	font-size:16px; color:#343434;
}
.header .menu > li .subnav li:hover:before,
.header .menu > li .subnav li.active:before{
    content: '';
    width: 18px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -9px;
    background: #f54407;
}








#main .flexslider .flex-control-nav{
	display: block;
	bottom: 19%;
	right: 7%;
	width: auto;
}
#main .flexslider .flex-control-paging li{
	margin: 0; margin-left: 0;
}
#main .flexslider .flex-control-paging li a{
	text-indent:0; border:0px;  font-size:20px; color:#fff; box-shadow:none; border-radius:0px; font-weight:bold; background:none; width:70px; transform: translateY(-9px);
}
#main .flexslider .flex-control-paging li a.flex-active {
   text-indent:0; border:0px;  font-size:50px; color:#ea6101; box-shadow:none; border-radius:0px; font-weight:bold; background:none; transform: translateY(0px);
}
#main .flexslider .topline{
	width:100%; height:1px; top:80px; left:0px; background:rgba(255,255,255,0.3); z-index:111; position:absolute;
}
#main .flexslider .rightline{
	width:1px; height:100%; top:0; right:80px; background:rgba(255,255,255,0.3); z-index:111; position:absolute;
}
#main .flexslider .bottomline{
	width:100%; height:1px; bottom:80px; left:0px; background:rgba(255,255,255,0.3); z-index:111; position:absolute;
}
#main .flexslider .leftline{
	width:1px; height:100%; top:0; left:80px; background:rgba(255,255,255,0.3); z-index:111; position:absolute;
}
#main .flexslider .mouse{
	width:80px; height:80px; bottom:0; right:0; text-align:center; z-index:111; position:absolute;
	display: flex;  flex-direction: column; justify-content: center;
}
#main .flexslider .mouse img{
	animation: mymove0 1.3s linear infinite;
    -webkit-animation: mymove0 1.3s linear infinite;
	position: relative;
}
@keyframes mymove0 
{
	0%   {top:-5px;}
	25%  {top:0px;}
	50%  {top:10px;}
	75%  {top:0px;}
	100% {top:-5px;}
}

#main .flex-direction-nav a.flex-prev{
	width:14px; height:20px; background:url(../images/bannerleftn.png) no-repeat; background-size:100% 100%; opacity:1;
	left: auto; right: 19%; bottom: 19.6%; margin: 0; top: auto;
}
#main .flex-direction-nav a.flex-prev:hover{
	background:url(../images/bannerleft.png) no-repeat; background-size:100% 100%; opacity:1;
}
#main .flex-direction-nav a.flex-next{
	width:14px; height:20px; background:url(../images/bannerrightn.png) no-repeat; background-size:100% 100%; opacity:1;
	left: auto; right:5.2%; bottom: 19.6%; margin: 0; top: auto;
}
#main .flex-direction-nav a.flex-next:hover{
	background:url(../images/bannerright.png) no-repeat; background-size:100% 100%; opacity:1;
}

.indext{
	margin-bottom:90px; 
}
.indext span{
	color:#343434; font-weight:bold; font-size:36px;
}
.indext a{
	font-size:18px; color:#173aa2; float:right;
}
.indext a img{
	margin-left:18px;
}
.index01{
	margin-top:120px; margin-bottom:120px;
}
.index01div{
	width:100%; overflow:hidden;
}
.index01div .index01list{
	width:16%; float:left; overflow:hidden; position:relative; margin-left:0.66%;
}
.index01div .index01list:first-child{
	margin-left:0px;
}
.index01div .index01list > img{
	position:relative; height:100%; left: -245px; display:block;
}
.index01div .index01list .blackdiv{
	width:100%; height:100%; position:absolute; left:0px; top:0px; background:rgba(3,13,40,0.2);
	z-index:2;
}
.index01div .index01list .blackdiv .text{
	position:absolute; bottom:0px; left:0px; width:100%; box-sizing:border-box; padding:0 15px; bottom:35px;
}
.index01div .index01list .blackdiv .text .t{
	font-size:22px; color:#fff; font-weight:bold; height:23px; line-height:23px; margin-bottom:10px;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width:100%;
}
.index01div .index01list .blackdiv .text .b{
	font-size:14px; color:#fff; height:15px; line-height:15px;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width:100%;
}
.index01div .index01list .blackdiv .text .c{
	font-size:16px; color:#fafafa; height:17px; line-height:17px; margin-bottom:72px; display:none;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width:100%;
}
.index01div .index01list .blackdiv .text a{
	display:inline-block; width:156px; height:44px; line-height:42px; border:1px solid #fff; display:none;
	text-align:center; font-size:16px; color:#fafafa; box-sizing:border-box;
}
.index01div .index01list .blackdiv .text a img{
	margin-left:24px;  filter: brightness(100);
}

.index01div .index01list:hover,
.index01div .index01list.active{
	width:49.6%;
}
.index01div .index01list:hover > img,
.index01div .index01list.active > img{
	left: 0%;
}
.index01div .index01list:hover .blackdiv,
.index01div .index01list.active .blackdiv{
	background:rgba(53,114,188,0.9);
}
.index01div .index01list:hover .blackdiv .text,
.index01div .index01list.active .blackdiv .text{
	padding:0 70px; bottom:48%;
}
.index01div .index01list:hover .blackdiv .text .b,
.index01div .index01list.active .blackdiv .text .b{
	display:none;
}
.index01div .index01list:hover .blackdiv .text .c,
.index01div .index01list.active .blackdiv .text .c,
.index01div .index01list:hover .blackdiv .text .a,
.index01div .index01list.active .blackdiv .text .a{
	display:block;
}

#index02{
	background:url(../images/index02_bg.jpg) no-repeat; background-size:cover;
	padding:70px 0  20px;
}
#index02 .index02 .indext{
	margin-bottom:50px;
}
#index02 .index02 .indext span{
	 color:#fff;
}
.index02con{
	overflow:hidden;
}
.index02con .index02list{
	float:left; width:14.285%; text-align:center; margin:50px 0; cursor:pointer;
}
.index02con .index02list p{
	font-size:22px; color:#fff;  margin-top:25px;
}
.index02con .index02list img{
	transform:scale(1);
	transition: All 0.2s linear;
	-webkit-transition: All 0.2s linear;
	-moz-transition: All 0.2s linear;
	-o-transition: All 0.2s linear;
}
.index02con .index02list:hover img{
	transform:scale(1.1);
	transition: All 0.2s linear;
	-webkit-transition: All 0.2s linear;
	-moz-transition: All 0.2s linear;
	-o-transition: All 0.2s linear;
}


#index03{
	width:100%; background:#f7f8fc; margin:120px 0; padding-top:130px; position:relative;
}
#index03 .img{
	overflow:hidden;
}
#index03 .img img{
	transition: All 0.4s linear;
	-webkit-transition: All 0.4s linear;
	-moz-transition: All 0.4s linear;
	-o-transition: All 0.4s linear;
}
#index03 .img:hover img{
	transform:scale(1.1);
	transition: All 0.4s linear;
	-webkit-transition: All 0.4s linear;
	-moz-transition: All 0.4s linear;
	-o-transition: All 0.4s linear;
}

#index03 .index03{
	overflow:hidden;
}
#index03 .index03 .index03l{
	width:49%; float:left;
}
#index03 .index03 .index03l .t{
	font-size:36px; color:#343434; font-weight:bold; 
}
#index03 .index03 .index03l .line{
	width:30px; height:4px; background:#3572bc; margin:46px 0 56px;
}
#index03 .index03 .index03l .b{
	font-size:16px; color:#666; line-height:24px; margin-bottom:78px;
}
#index03 .index03 .index03l a.a{
	display:block; 	width:154px; height:44px; line-height:44px; text-align:center;
	font-size:18px; color:#3572bc; 
	border:1px solid #151515;
	transition: All 0.4s linear;
	-webkit-transition: All 0.4s linear;
	-moz-transition: All 0.4s linear;
	-o-transition: All 0.4s linear;
}
#index03 .index03 .index03l a.a:hover{
	background:#3572bc; border:1px solid #3572bc; color:#fff;
	transition: All 0.4s linear;
	-webkit-transition: All 0.4s linear;
	-moz-transition: All 0.4s linear;
	-o-transition: All 0.4s linear;
}
#index03 .index03 .index03l a.a img{
	margin-left:12px;
}
#index03 .index03 .index03l a.a:hover img{
	filter: brightness(100);
}
#index03 .btmimg{
	display:block; width:46.3%;
}
#index03 .rightimg{
	display:block; width:42.3%; position:absolute; bottom:0px; right:0px;
}


.index04{
	margin-bottom:120px;
}
.index04con{
	overflow:hidden;
}
.index04list{
	width:16.66%; float:left; overflow:hidden; box-sizing:border-box; border:1px solid #eee; cursor:pointer;
	position:relative; padding:3.6% 0;
	display: flex;  flex-direction: column; justify-content: center;
}
.index04list span img{
	position:absolute; max-width:100%; max-height:100%;
	top:50%; left:50%; transform:translateX(-50%) translateY(-50%);
}
.index04list span img:first-child{
	opacity:1;
	transition: All 0.2s linear;
	-webkit-transition: All 0.2s linear;
	-moz-transition: All 0.2s linear;
	-o-transition: All 0.2s linear;
}
.index04list span img:last-child{
	opacity:0;
	transition: All 0.2s linear;
	-webkit-transition: All 0.2s linear;
	-moz-transition: All 0.2s linear;
	-o-transition: All 0.2s linear;
}
.index04list.active span img:first-child{
	opacity:0;
	transition: All 0.2s linear;
	-webkit-transition: All 0.2s linear;
	-moz-transition: All 0.2s linear;
	-o-transition: All 0.2s linear;
}
.index04list.active span img:last-child{
	opacity:1;
	transform:scale(1.1) translateX(-45%) translateY(-45%);
	transition: All 0.2s linear;
	-webkit-transition: All 0.2s linear;
	-moz-transition: All 0.2s linear;
	-o-transition: All 0.2s linear;
}


.index05{
	margin-bottom:120px;
}

.index05 .index05list{
	display:block; float:left; width:calc(25% - 18px); margin-right:24px;
}
.index05 .index05list:nth-child(4n){
	margin-right:0px;
}
.index05 .index05list .img{
	overflow:hidden;
}
.index05 .index05list .img img{
	display: block;
	width: 100%;
	transition: All 0.4s linear;
	-webkit-transition: All 0.4s linear;
	-moz-transition: All 0.4s linear;
	-o-transition: All 0.4s linear;
}
.index05 .index05list:hover .img img{
	transform:scale(1.1);
	transition: All 0.4s linear;
	-webkit-transition: All 0.4s linear;
	-moz-transition: All 0.4s linear;
	-o-transition: All 0.4s linear;
}
.index05 .index05list .t{
	font-size:22px; color:#343434; font-weight:bold; margin:34px 0 24px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -o-box;
}
.index05 .index05list .b{
	font-size:14px; color:#666; line-height:24px; margin-bottom:18px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -o-box;
}
.index05 .index05list .c{
	overflow:hidden; font-size:14px; color:#666; font-weight:bold;
}
.index05 .index05list .c span{
	float:left; margin-right:22px;
	transition: All 0.4s linear;
	-webkit-transition: All 0.4s linear;
	-moz-transition: All 0.4s linear;
	-o-transition: All 0.4s linear;
}
.index05 .index05list .c img{
	float:left;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.index05 .index05list:hover .c,
.index05 .index05list.on .c{
	color:#3572bc;
}
.index05 .index05list:hover .c img,
.index05 .index05list.on .c img{
	float:left;
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
.index05 .index05list:hover .c span,
.index05 .index05list.on .c span{
	margin-right:30px;
	transition: All 0.4s linear;
	-webkit-transition: All 0.4s linear;
	-moz-transition: All 0.4s linear;
	-o-transition: All 0.4s linear;
}
#footer{
	padding:40px 0 25px; background:#f8f8f9;
}
#footer .footertop{
	border-bottom:1px solid #d4d5d8; padding-bottom:20px; margin-bottom:20px; font-size:0px;
}
#footer .footertop .t a {
    color: #424955;
	font-size:16px;
    font-weight: bold;
    margin-right: 74px;
    white-space: nowrap;
}
#footer .footertop .t a:last-child{
	margin-right:0px;
}
#footer .footerbottom{
	overflow:hidden;
}
#footer .footerbottom .l{
	float:left; font-size:14px; color:#666666; line-height:26px;
}
#footer .footerbottom .l a{
	color:#666666;
}
#footer .footerbottom .r{
	float:right; width: 20%;
}
#footer .footerbottom .r .b {
    line-height: 26px;
    color: #424955;
    font-size: 14px;
    margin-bottom: 15px;
}
#footer .footerbottom .r .c {
    float: left;
    cursor: pointer;
}
#footer .footerbottom .r .c.ccode{
	position:relative; padding-bottom:15px; margin-right:34px;
}
#footer .footerbottom .r .c.ccode img:last-child{
	position:absolute; bottom:0px; left:-220%; opacity:0; transition: All 0.4s ease-in-out;
	padding:5px; background:#f3f2ee; box-sizing:border-box;
}
#footer .footerbottom .r .c.ccode:hover img:last-child{
	opacity:1; transition: All 0.4s ease-in-out;
}






#main .flexslider.page_flexslider .slides > li{
	-webkit-transform: scale(1); 
	-ms-transform: scale(1); 
	transform: scale(1);
	transition: transform 5s ease 0s;
	-webkit-transition: transform 5s ease 0s;
	-moz-transition: transform 5s ease 0s;
	-o-transition: transform 5s ease 0s;
	z-index:1111;
}
#main .flexslider.page_flexslider .bannerelse{
	display:none;
}
#main .flexslider.page_flexslider{
	margin-top:80px;
}
#main .flexslider .text{
	width:100%; text-align:center; top:50%; transform:translateY(-50%) !important; position:absolute; font-style:italic;
}
#main .flexslider .text .t{
	font-size:36px; color:#fff; font-weight:bold;
}
#main .flexslider .text .b{
	font-size:36px; color:#fff; margin-top:18px;
}

#mbxcon{
	background:#f7f8fc; width:100%; height:80px; line-height:80px; overflow:hidden;
}
#mbxcon .mbxcon{
	overflow:hidden;
}
#mbxcon .mbxcon a{
	font-size:18px; color:#343434; margin-right:56px; position:relative; display:block;
	float:left;
}
#mbxcon .mbxcon a:last-child{
	margin-right:0px;
}
#mbxcon .mbxcon a.on{
	color:#3572bc; font-size:20px; font-weight:bold;
}
#mbxcon .mbxcon a.on:after{
	content:" "; position:absolute; bottom:0px; width:30px; margin-left:-15px; left:50%;
	height:2px; background:#3572bc;
}


.tabright{
	overflow:hidden; font-size:0px; margin-bottom:60px; line-height:40px;
	text-align:right;
}
.tabright a{
	font-size:14px; color:#999;
}
.tabright span{
	font-size:14px; color:#999; margin:0 24px; transform: scale(1,1.8) translateY(-1px) !important;
	display:inline-block;
}
.tabright a:last-child{
	color:#3572bc;
}
.tabright a:first-child{
	font-size:0px; position:relative; width:22px; height:18px; display:inline-block; top: 6px;
}
.tabright a:first-child:after{
	position:absolute; top:0px; left:0px; content:" "; width:100%; height:100%;
	background:url(../images/home.png) no-repeat; background-size:100% 100%;
}


#pages{
	text-align:center; margin-bottom:120px;
}
#pages li{
	display:inline-block;
}
#pages li a{
	font-size:18px; color:#343434;  display:inline-block; border:0px;
	width:40px; height:40px; line-height:40px; text-align:center;
	background:#fff;  border-radius:1000px; margin:0 4px;
}
#pages li.active a{
	color:#fff;  background:#3572bc;
}
#pages li a:hover{
	background:#3572bc; color:#fff;
}

.us01{
	margin-bottom:120px; background:url(../images/us01bg.png) center center no-repeat; background-size:cover;
	padding:35px 0 100px;
}
.us01 .us01left{
	float:left; width:51%;
}
.us01 .us01left .t{
	font-size:36px; color:#343434; margin-bottom:30px; font-weight:bold;
}
.us01 .us01left .b{
	font-size:16px; color:#666; line-height:28px; margin-bottom:50px;
}
.us01 .us01left .c{
	overflow:hidden;
}
.us01 .us01left .c .l{
	float:left; text-align:center;
}
.us01 .us01left .c .l span{
	font-size:48px; color:#3572bc;
}
.us01 .us01left .c .l sub{
	font-size:16px; color:#3572bc; font-weight:bold;
	transform: translate(0px,-29px);
	-ms-transform: translate(0px,-29px);
	-webkit-transform: translate(0px,-29px);
	-o-transform: translate(0px,-29px);
	-moz-transform: translate(0px,-29px);
	display: inline-block;
}
.us01 .us01left .c .l p{
	font-size:18px; color:#3572bc; margin-top:15px;
}
.us01 .us01left .c .l:first-child{
	margin-right:110px;
}

.us01 .us01right{
	float:right; width:45%; overflow:hidden; box-shadow: 0px 29px 43px 0px rgba(52, 52, 52, 0.21);
}
.us01 .us01right img{
	display:block; width:100%;
	transition: All 0.4s linear;
	-webkit-transition: All 0.4s linear;
	-moz-transition: All 0.4s linear;
	-o-transition: All 0.4s linear;
}
.us01 .us01right:hover img{
	transform:scale(1.1);
	transition: All 0.4s linear;
	-webkit-transition: All 0.4s linear;
	-moz-transition: All 0.4s linear;
	-o-transition: All 0.4s linear;
}


.us02{
	margin:120px auto 90px;
}
.us02 .usdiv02list{
	float:left; display:block; width:calc(25% - 24px); margin-right:32px; text-align:center;
	margin-bottom:32px; height:230px; box-sizing:border-box; overflow:hidden;
	border:1px solid #bfbfbf; position:relative;
}
.us02 .usdiv02list > img{
	max-width:87%; max-height:87%; transform:translateX(-50%) translateY(-50%); position:absolute; top:50%; left:50%;
}
.us02 .usdiv02list:nth-child(4n){
	margin-right:0px;
}
.us02 .usdiv02list div{
	position:absolute; width:100%; height:100%; top:0px; left:0px; display: flex;  flex-direction: column; justify-content: center ;
	background:rgba(53, 114, 188, 0.8); opacity:0; text-align:center;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}
.us02 .usdiv02list div p{
	text-align:center; font-size:22px; color:#ffffff; margin-top:15px;
}
.us02 .usdiv02list.on div{
	opacity:1;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.us03{
	margin:120px auto 90px;
}
.honordiv .honorli{
	display:block; float:left; width:calc(25% - 33px); margin-right:44px; margin-bottom:50px;
	padding:20px; box-sizing:border-box; background:#f8f8f8;
	transition: All 0.4s;
	-webkit-transition: All 0.4s;
	-moz-transition: All 0.4s;
	-o-transition: All 0.4s;
	box-sizing:border-box;
	border-bottom:4px solid #fff;
}
.honordiv .honorli:nth-child(4n){
	margin-right:0px;
}
.honordiv .honorli .img{
	height:305px; width:100%; text-align:center;  display: flex;  flex-direction: column; justify-content: center;
}
.honordiv .honorli .img img{
	max-width:100%; max-height:305px;
}
.honordiv .honorli .fdj{
	text-align:right; border-bottom:1px solid #e5e5e5; padding-bottom:12px;
	padding-right:12px; box-sizing:border-box; margin-bottom:30px;
}
.honordiv .honorli .fdj img:first-child{
	display:none;
}
.honordiv .honorli .fdj img:last-child{
	display:inline-block;
}
.honordiv .honorli .t{
	font-size:22px; color:#343434; font-weight:bold;
	height:24px; line-height:24px; margin-bottom:12px;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.honordiv .honorli .b{
	font-size:16px; color:#666; height:18px; line-height:18px;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.honordiv .honorli.on{
	background:#fff; box-shadow: 0px 0px 70px 0px rgba(52, 52, 52, 0.15); border-bottom:4px solid #3572bc;
	transition: All 0.4s;
	-webkit-transition: All 0.4s;
	-moz-transition: All 0.4s;
	-o-transition: All 0.4s;
    transform: translate(0px,-30px);
    -ms-transform: translate(0px,-30px);
    -webkit-transform: translate(0px,-30px);
    -o-transform: translate(0px,-30px);
    -moz-transform: translate(0px,-30px);
}
.honordiv .honorli.on .fdj img:first-child{
	display:inline-block;
}
.honordiv .honorli.on .fdj img:last-child{
	display:none;
}


#us05{
	padding:90px 0 120px; background:url(../images/pp06bg.png) center center no-repeat; background-size:cover;
}

.pp06{
	margin:0 auto 0; overflow:visible; position:relative;
}
.pp06 .swiper-button-prev,.pp06 .swiper-container-rtl .swiper-button-next {
    left: -44px;
    right: auto;
}
.pp06 .swiper-button-next, .pp06  .swiper-container-rtl .swiper-button-prev {
    right: -44px;
    left: auto;
}
.pp06 .swiper-button-next,.pp06 .swiper-button-prev{
	color:#3572bc;
}
.pp06  .swiper-button-next:after,.pp06  .swiper-button-prev:after {
    font-size: 26px;
}
.pp06 .pp06list.on{
	background:url(../images/pp06bg01.png) no-repeat 14px 30px;
}
.pp06 .pp06list{
	padding:20px 30px 0px 50px; box-sizing:border-box;
	background:url(../images/pp06bg01.png)  no-repeat 14px 30px;
}
.pp06 .pp06list .t{
	font-size:26px; color:#343434; font-weight:bold;
}
.pp06 .pp06list .b{
	font-size:16px; color:#343434; font-weight:bold; margin:7px 0 14px;
}
.pp06 .pp06list .d{
	font-size:14px; color:#343434; line-height:24px;
}



.us06list{
	width:calc(33.33% - 26px); margin-right:39px; margin-bottom:39px;
	float:left; padding:20px 20px 0; box-sizing:border-box;  background:#f7f8fc;
}
.us06list.on{
	box-shadow: 0px 26px 95px 0px rgba(52, 52, 52, 0.16); background:#fff;
}
.us06list:nth-child(3n){
	margin-right:0px;
}
.us06list .img  img{
	width:100%; display:block;
}
.us06list .text{
	overflow:hidden; padding:0 20px; line-height:62px; font-size:22px; color:343434;
}
.us06list.on .text{
	color:#3572bc;
}
.us06list .text p{
	width:calc(100% - 30px); 
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -o-box;
	float:left;
}
.us06list .text img{
	width:20px; float:right; margin-top:21px;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.us06list.on .text img{
	-webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;
}

.us04{
	margin:120px auto; position:relative;
}
.us04 .us04listleft{
	width:48.93%; float:left; position:relative;
}
.us04 .us04listleft img{
	width:100%; display:block;
}
.us04 .us04listleft .text{
	position:absolute; width:100%; height:100%; top:0px; left:0px; z-index:111;
	display: flex;  flex-direction: column; justify-content: center; text-align:center;
}
.us04 .us04listleft .text .t{
	font-size:30px; color:#fff; font-weight:bold;
}
.us04 .us04listleft .text .b{
	font-size:24px; color:#fff; margin-top:18px;
}
.us04 .us04listright{
	width:50%; position:absolute;
}
.us04 .us04listright img{
	width:100%; display:block;
}
.us04 .us04listright .text{
	position:absolute; width:100%; height:100%; top:0px; left:0px; z-index:111;
	display: flex;  flex-direction: column; justify-content: center; text-align:center;
}
.us04 .us04listright .text .t{
	font-size:30px; color:#fff; font-weight:bold;
}
.us04 .us04listright .text .b{
	font-size:24px; color:#fff; margin-top:18px;
}
.us04 .us04listright.us04listright01{
	top:0px; right:0px;
}
.us04 .us04listright.us04listright02{
	bottom:0px; right:0px;
}
.servicediv{
	margin:120px auto;
}
.servicelist{
	width:calc(33.33% - 32px); margin-right:48px; margin-bottom:48px;
	float:left; box-sizing:border-box;
}
.servicelist .img{
	width:100%; margin-bottom:36px; overflow:hidden;
}
.servicelist .img img{
	width:100%; display:block;
	transition: All 0.4s linear;
	-webkit-transition: All 0.4s linear;
	-moz-transition: All 0.4s linear;
	-o-transition: All 0.4s linear;
}
.servicelist.on .img{
	box-shadow: 0px 24px 26.19px 0.81px rgba(0, 0, 0, 0.17);
}

.servicelist.on .img img{
	transform:scale(1.1);
	transition: All 0.4s linear;
	-webkit-transition: All 0.4s linear;
	-moz-transition: All 0.4s linear;
	-o-transition: All 0.4s linear;
}
.servicelist:nth-child(3n){
	margin-right:0px;
}
.servicelist .text{
	overflow:hidden; padding:0 32px 0 48px;
}
.servicelist .left{
	float:left; width:calc(100% - 50px);
}
.servicelist .left .t{
	font-size:22px; color:#343434; font-weight:bold; margin-bottom:12px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -o-box;
}
.servicelist .left .b{
	font-size:14px; color:#666666;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -o-box;
}
.servicelist .text img{
	float:right; margin-top:16px; opacity:0;
	transition: All 0.4s linear;
	-webkit-transition: All 0.4s linear;
	-moz-transition: All 0.4s linear;
	-o-transition: All 0.4s linear;
}
.servicelist.on .left .t,
.servicelist.on .left .b{
	color:#3572bc;
}
.servicelist.on .text img{
	opacity:1;
	transition: All 0.4s linear;
	-webkit-transition: All 0.4s linear;
	-moz-transition: All 0.4s linear;
	-o-transition: All 0.4s linear;
}

.news_show_left_top{
	background:#fff;  margin-bottom:40px; box-sizing:border-box; text-align:center;
}
.news_show_left_top .t{
	font-size:36px; color:#343434; line-height:36px; font-weight:bold;
}
.news_show_left_top .b{
	font-size:16px; color:#343434; padding:16px 0 36px; border-bottom:1px dashed #f2f2f2; margin-bottom:36px;
}
.news_show_left_top .d{
	font-size:18px; color:#666; line-height:30px; text-align:left;
}
.news_show_left_top .d img{
	max-width:100%;
}
.prevnext{
	height:90px; line-height:90px; background:#fff; margin-bottom:120px;
	box-shadow: 0px 24px 63.05px 1.95px rgba(0, 0, 0, 0.05);
}
.prevnext{
	overflow:hidden; margin-top:70px;
}
.prevnext a{
	display:block; float:left; text-align:center; font-size:18px; color:#666666;
}
.prevnext a.prevnextli{
	width:35.5%;
}
.prevnext a.prevnextmid{
	width:29%;
}
.prevnext a img{
	margin:0 12px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.prevnext a:hover{
	color:#3572bc;
}
.prevnext a:hover img {
    -webkit-filter: grayscale(0%);
	filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}


.newsdiv{
	margin:120px auto;
}
.newsdiv .newslist{
	overflow:hidden; background:#fff; padding:30px; box-sizing:border-box; margin-bottom:30px;
}
.newsdiv .newslist.on{
	box-shadow: 0px 0px 33.95px 1.05px rgba(0, 0, 0, 0.07);
}
.newsdiv .newslist .img{
	float:left; width:30%; overflow:hidden;
}
.newsdiv .newslist .img img{
	display:block; width:100%;
}
.newsdiv .newslist:hover .img img {
	transform:scale(1.1);
}
.newsdiv .newslist .text{
	float:right; width:64%; margin-right:1%;
}
.newsdiv .newslist .text .t{
	font-size:22px; color:#343434; font-weight:bold; margin-bottom:10px; margin-bottom:24px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -o-box;
}
.newsdiv .newslist .text .b{
	line-height:30px; font-size:16px; color:#666666; margin-bottom:24px;
}
.newsdiv .newslist .text .d{
	overflow:hidden; line-height:42px;
}
.newsdiv .newslist .text .d span{
	float:left; font-size:16px; color:#666666;
}
.newsdiv .newslist .text .d  a{
	display:block; float:right;  width:138px; text-align:center; height:42px; background:#3572bc;
	font-size:16px; color:#fff;
}
.newsdiv .newslist.on  .text .t{
	color:#3572bc;
}

.newsshow{
	margin:0 auto 120px; overflow:hidden;
}
.newsshow .t{
	font-size:24px; color:#343434; margin-bottom:15px; text-align:center;
}
.newsshow .b{
	font-size:14px; color:#666; margin-bottom:30px; text-align:center;
}
.newsshow .line{
	width:100%; height:1px; border-bottom:1px dashed #dfe1e8; margin:0 auto 40px;
}
.newsshow .d{
	font-size:18px; color:#666; margin-bottom:60px; line-height:30px;
}
.newsshow .prevnext{
	position:relative; background:none; box-shadow:none; height:auto; line-height: unset; margin-bottom:0px;
}
.newsshow .prevnext a{
	display:block; float:none; text-align:left; font-size:18px; color:#666; margin:0 0 18px; font-weight:bold;
}
.newsshow .prevnext a:hover{
	color:#2672c3;
}
.newsshow .prevnext a:nth-child(2){
	margin-bottom:0px;
}
.newsshow .prevnext a.backto{
	font-size:18px; color:#3572bc; position:absolute; right:0px; top:50%; margin-top:-9px;
}
.newsshow .d img{
	max-width:100%;
}
.newsshow .b span{
	white-space:nowrap; margin:0 20px;
}


.contact01{
	margin:120px auto; overflow:hidden;
}
.contact01 .contact01list{
	width:25%; float:left; background:#f7f8fc; text-align:center; position:relative;
	height:225px; display: flex;  flex-direction: column; justify-content: center;
	border-right:1px solid #fff; box-sizing:border-box;
}
.contact01 .contact01list:after{
	width:1px; height:46.6%; background:#e5e5e5; content:" ";
	position:absolute; right:-1px; top:26.7%;
}
.contact01 .contact01list .t{
	margin:25px 0 15px;  font-size:22px; color:#343434;
}
.contact01 .contact01list .b{
	 font-size:16px; color:#666;
}
.contact01 .contact01list:nth-last-child(2){
	border-right:0px solid #fff;
}
.contact01 .contact01list:nth-last-child(2) .b{
	 width:80%; margin:0 auto; text-align:left; line-height:24px;
}
.contact01 .contact01list:nth-last-child(2):after{
	display:none;
}
.contact01 .contact01list.on{
	background:#3572bc; border-right:1px solid #3572bc;
}
.contact01 .contact01list.on:after{
	background:#3572bc;
}
.contact01 .contact01list.on .t,
.contact01 .contact01list.on .b{
	color:#fff;
}
.contact01 .contact01list.on img{
	filter: brightness(100);
}
.contactt{
	font-size:36px; color:#343434; margin-bottom:90px;
}
.contact02{
	margin-bottom:120px; overflow:hidden;
} 
.contact02 img{
	display:block; width:100%;
}
.contact03{
	margin-bottom:90px;
}
.contact03 .contact03list{
	width:calc(25% - 30px); margin-right:40px; margin-bottom:40px; float:left;
	background:#f7f8fc; padding:36px 30px 36px; box-sizing:border-box;
}
.contact03 .contact03list .t{
	font-size:22px; color:#343434; font-weight:bold;
}
.contact03 .contact03list .line{
	width:20px; height:4px; background:#3572bc; margin:20px 0 32px;
}
.contact03 .contact03list .b{
	font-size:16px; color:#666; line-height:26px;
}
.contact03 .contact03list:nth-child(4n){
	margin-right:0px;
}
.contact03 .contact03list.on{
	background:url(../images/contact01_bg03.png) #3572bc no-repeat;
	background-size:100% 100%;
	box-shadow: 11.491px 9.642px 26.19px 0.81px rgba(0, 71, 157, 0.35);
}
.contact03 .contact03list.on .t{
	color:#fff;
}
.contact03 .contact03list.on .line{
	background:#fff;
}
.contact03 .contact03list.on .b{
	color:#fff;
}

.messagediv{
	margin:120px auto;
}
.messagediv .mtop {
    overflow: hidden;
    
}
.messagediv .mtop input{
	font-size:18px; color:#343434; height:60px; line-height:1; background:none;
	border:1px solid #d2d2d2; padding:0 23px; box-sizing:border-box; float:left;
	width:calc(25% - 12px); margin-right:16px; margin-bottom: 15px;
}
.messagediv .mtop input:nth-child(4n){
	margin-right:0px;
}
.messagediv textarea{
	font-size:18px; color:#343434; height:60px; line-height:24px; background:none;
	border:1px solid #d2d2d2; padding:12px 23px; box-sizing:border-box;
	width:100%; height:260px;
}
.messagediv div .sub_button{
	font-size:20px; color:#fff; display:block; border:0px;
	margin:80px auto 0; background:#3572bc; width:230px; text-align:center;
	height:56px; line-height:56px;
}

.messagediv01{
	margin:120px auto;
}
.messagediv01 .mtop {
    overflow: hidden;
}
.messagediv01 .mtop input{
	font-size:18px; color:#343434; height:60px; line-height:1; background:none;
	border:1px solid #f6f6f6; padding:0 23px; box-sizing:border-box; float:left;
	width:calc(20% - 28px); margin-right:35px; margin-bottom: 35px; background:#f6f6f6;
}
.messagediv01 .mtop input:nth-child(5){
	margin-right:0px;
}
.messagediv01 .mtop input:nth-child(6),
.messagediv01 .mtop input:nth-child(7),
.messagediv01 .mtop input:nth-child(8){
	width:calc(33.33% - 24px); margin-right:36px;
}
.messagediv01 .mtop input:nth-child(8){
	margin-right:0px;
}
.messagediv01 textarea{
	font-size:18px; color:#343434; height:60px; line-height:24px; background:none;
	border:1px solid #f6f6f6; padding:12px 23px; box-sizing:border-box;
	width:100%; height:350px; background:#f6f6f6;
}
.messagediv01 div .sub_button{
	font-size:20px; color:#fff; display:block; border:0px;
	margin:80px 0 0; background:#3572bc; width:230px; text-align:center;
	height:56px; line-height:56px;
}


#zp01{
	overflow:hidden; width:100%; position:relative; margin:120px auto;
	padding-bottom:9%;
}
#zp01 > img{
	position:absolute; width:34.65%; top:0px; right:0px;
}
.zp01{
	
}
.zp01 .zp01con{
	width:63.33%;
}
.zp01 .zp01con .t{
	margin:60px 0 30px; font-size:36px; color:#343434; font-weight:bold;
}
.zp01 .zp01con .line{
	width:30px; height:4px; background:#3572bc; margin-bottom:70px;
}
.zp01 .zp01con .b .bt{
	font-size:22px; color:#343434; font-weight:bold;
}
.zp01 .zp01con .b{
	font-size:16px; color:#666; font-weight:bold; line-height:30px; text-align:justify;
}


.zp02{
	margin:120px auto;
}
.zp02 .zp02list{
	overflow:hidden; margin-top:120px;
}
.zp02 .zp02list:first-child{
	margin-top:0px;
}
.zp02 .zp02list .img{
	width:50%; float:left;
}
.zp02 .zp02list .img img{
	display:block; width:100%;
	transition: All 0.4s linear;
	-webkit-transition: All 0.4s linear;
	-moz-transition: All 0.4s linear;
	-o-transition: All 0.4s linear;
}
.zp02 .zp02list:hover .img img{
	transform:scale(1.1);
	transition: All 0.4s linear;
	-webkit-transition: All 0.4s linear;
	-moz-transition: All 0.4s linear;
	-o-transition: All 0.4s linear;
}
.zp02 .zp02list .text{
	width:44.3%; float:right;
}
.zp02 .zp02list .text .t{
	margin:50px 0 20px; font-size:22px; color:#343434; font-weight:bold;
}
.zp02 .zp02list .text .line{
	width:30px; height:4px; background:#3572bc; margin-bottom:40px;
}
.zp02 .zp02list .text .b{
	font-size:16px; color:#666; line-height:30px;
}

.zp02 .zp02list:nth-child(2n) .img{
	float:right;
}
.zp02 .zp02list:nth-child(2n) .text{
	float:left;
}

.zp03 .zp03biglist{
	overflow:hidden;
}
.zp03 .zp03biglist div{
	float:left; width:21%; margin-right:5.33%; text-align:center; background:#f6f6f6;
	line-height:70px; color:#343434; font-size:22px; font-weight:bold;
}
.zp03 .zp03biglist div:last-child{
	margin-right:0px;
}
.zp03 .zp03list{
	overflow:hidden; padding:55px 0 30px; border-bottom:1px solid #e5e5e5;
}
.zp03 .zp03list div{
	width:21%; margin-right:5.33%; float:left; height:50px; line-height:50px; text-align:center; color:#343434; font-size:18px; text-align:center; 
}
.zp03 .zp03list div:last-child{
	margin-right:0px;
}
.zp03 .zp03list div a{
	display:block; width:48.5%;  color:#343434; border:1px solid #e5e5e5; margin:0 auto;
	box-sizing:border-box;
}
.zp03 .zp03list.on div a{
	background:#3572bc; border:1px solid #3572bc; color:#fff;
}


.zpshow{
	overflow:hidden;
}
.zpshow .zpshowlist{
	overflow:hidden; margin-bottom:120px;
}
.zpshow .zpshowlist .zpshowlistdiv{
	width:25%; float:left; text-align:center; position:relative;
}
.zpshow .zpshowlist .zpshowlistdiv:before{
	content:" "; width:1px; height:100%; position:absolute; left:0px; top:0px; background:#e5e5e5;
}
.zpshow .zpshowlist .zpshowlistdiv .t{
	color:#343434; font-size:24px; font-weight:bold; margin-bottom:10px;
}
.zpshow .zpshowlist .zpshowlistdiv .b{
	color:#666; font-size:16px;
}
.zpshow .zpshowlist .zpshowlistdiv:first-child{
	text-align:left;
}
.zpshow .zpshowlist .zpshowlistdiv:first-child:before{
	display:none;
}

.zpshow .zpshowt{
	color:#343434; font-size:22px; font-weight:bold; margin-bottom:20px;
}
.zpshow .zpshowb{
	color:#666; font-size:16px; line-height:36px; margin-bottom:38px;
}
.zpshow .zpshowb.zpshowbend{
	line-height:22px; margin-bottom:0;
}

#jump{
	background:url(../images/jumpbg.jpg) no-repeat; background-size:cover;
	padding:120px 0; margin-bottom:120px; margin-top:80px;
}
.jump{
	width:1050px; margin:0 auto; background:rgba(255,255,255,0.8);
	padding:60px; box-sizing:border-box; overflow:hidden;
}
.jump > img{
	width:34%; float:right;
}
.jump  .jumpleft{
	width:55%; float:left;
}
.jump  .jumpleft .t{
	font-size:30px; position:relative; color:#343434; font-weight:bold; margin-bottom:60px; padding-left:15px;
}
.jump  .jumpleft .t:before{
	position:absolute; width:4px; height:16px; top:50%; margin-top:-8px; left:0px; background:#3572bc; content:" ";
}
.jump  .jumpleft .new_input01{
	width:100%; background:#fff; margin-bottom:20px; height:62px; line-height:62px; overflow:hidden; box-sizing:border-box;
}
.jump  .jumpleft .new_input01 img{
	display:block; float:left; height:62px; width:62px;
}
.jump  .jumpleft .new_input01 input{
	width:calc(100% - 62px); padding:0 15px; font-size:20px; color:#666666; float:left; border:0px; box-sizing:border-box; height:62px;
}
.jump .submit{
	width:100%; border:0px; height:62px; line-height:62px; font-size:20px; color:#fff;
	background:#3572bc; cursor:pointer;
}

.us01_02{
	 margin-bottom:120px;
}
.us01_02 .us01_02left{
	float:left; width:45%;
}
.us01_02 .us01_02left img{
	display:block; width:100%;
}
.us01_02 .us01_02right{
	float:right; width:49%;
}
.us01_02 .us01_02right .t{
	font-size:34px; color:#343434; font-weight:bold; margin:6% 0 34px;
}
.us01_02 .us01_02right .b{
	font-size:16px; color:#666666; line-height:26px;
}


#new_right_message{
	width:84px; top:50%; margin-top:-200px; position:fixed; left: 10px; z-index: 111;
}
#new_right_message .n_r_m_div{
	position:relative; z-index:111;
}
#new_right_message .n_r_m_list .n_r_m_list_show{
	position:relative; z-index:1111;
}
#new_right_message .n_r_m_list{
	width:84px; height:82px; background:#3672bb; border-top:1px solid #4a7fc1; cursor:pointer;
	text-align:center; display: flex;  flex-direction: column; justify-content: center;
}
#new_right_message .n_r_m_list:first-child{
	border-top:0px;
}
#new_right_message .n_r_m_list:hover{
	background:#e86244;
}
#new_right_message .n_r_m_list .n_r_m_list_show p{
	font-size:14px; color:#fff; margin-top:10px;
}
#new_right_message .n_r_m_list .li_show{
	width:160px; position:absolute; text-align:center; top:0px; background:#fff; left:-170px; box-shadow: 0px 0px 38px 0px rgba(52, 52, 52, 0.17);
	padding:22px 0; z-index:-1; transform: translateX(0%); opacity: 0;
	transition: All 0.4s linear;
	-webkit-transition: All 0.4s linear;
	-moz-transition: All 0.4s linear;
	-o-transition: All 0.4s linear;
}
#new_right_message .n_r_m_list .li_show .ls_ewm{
	width:56.25%; display:inline-block;
	box-shadow: 0px 0px 13px 0px rgba(52, 52, 52, 0.33);
}
#new_right_message .n_r_m_list .li_show .text01{
	width:81.25%; margin:0 auto; font-size:16px; color:#666; margin-top:20px; padding-bottom:15px;
	border-bottom:1px solid #eee; 
}
#new_right_message .n_r_m_list .li_show .text02{
	display:block; font-size:14px; color:#343434; margin-top:18px; text-align:center;
}
#new_right_message .n_r_m_list .li_show .text02 img{
	margin-right:5px; transform: translateY(4px);
}
#new_right_message .n_r_m_list .li_show .text03{
	font-size:12px; color:#3672bc; margin-top:18px; text-align:center; font-weight:bold; line-height: 24px;
}
#new_right_message .n_r_m_list.on .li_show{
	transform: translateX(180%); opacity: 1;
	transition: All 0.4s linear;
	-webkit-transition: All 0.4s linear;
	-moz-transition: All 0.4s linear;
	-o-transition: All 0.4s linear;
}


.flexslider{
    display: none !important;
}
.new_video_con{
    position:relative;
}
.new_video_con video.viea {
    width: 100%;
	min-width: 100%;
}
.p2 img.vieb { display: none; }
.homeBoxA { width: 100%; text-align: center; position: absolute; left:50%; top:55%; transform: translate(-50%, -50%); }
.homeBoxA-a { cursor: pointer; display: block; width: 96px;height: 96px; margin: 0 auto 40px; }
.homeBoxA-aC { background: url(../images/video.png) no-repeat center/cover; }
/*.homeBoxA-aC { background: url(../images/videoclose.png) no-repeat center/cover; }*/
.homeBoxA-aO { display: block; width: 96px;height: 96px;background: url(../images/video.png) no-repeat center/cover; margin: 0 auto 40px; }
.mtit .t { font-size: 53px;color:#fff; font-weight: bold; }
.colorBlue .t { color:#1f2c5c; }
.mtit.alignC .t { text-align: center; }
.mtib .t { font-size: 42px; color:#fff; font-weight: bold; margin:40px auto 10px; }
.mtib .b { font-size: 24px; color:#fff; }
.homeBoxA-b .mtit .t { text-shadow: #828592 1px 0 0, #828592 0 1px 0, #828592 -1px 0 0, #828592 0 -1px 0; }
.homeBoxA-c { text-align: center; margin-top:60px; text-shadow: #828592 1px 0 0, #828592 0 1px 0, #828592 -1px 0 0, #828592 0 -1px 0; }
.homeBoxA-c ul li { position: relative; display: inline-block; padding:0 60px; }
.homeBoxA-c ul li:after { content:'';width: 1px;height: 82px;background: rgba(255,255,255,0.1); position: absolute; left:0; top:50%; transform: translateY(-50%); }
.homeBoxA-c ul li:first-child:after { display: none; }
.homeBoxA-c ul li .num { font-size: 70px;color:#fff; font-weight: bold; font-family: "Arial"; position: relative; line-height: 1; }
.homeBoxA-c ul li .num i { font-style: normal;}
.homeBoxA-c ul li .num:after { content:'+'; font-size: 30px; position: absolute; right:10px; top:0; }
.homeBoxA-c ul li:nth-child(1) .num:after,
.homeBoxA-c ul li:nth-child(4) .num:after{ content:''; font-size: 30px; position: absolute; right:10px; top:0; }
.homeBoxA-c ul li .num span { font-size: 30px;display: inline-block; min-width: 20px; min-height: 2px; }
.homeBoxA-c ul li .t { font-size: 20px;color:#fff; }
.homeBoxA .mainMore { margin-top:80px; color:#fff; }
.mainMore { transition: all 0.8s; display:inline-block; padding:14px 60px 14px 20px; border:1px solid #e2e2e2; font-size: 18px;color:#ffffff; margin-top:40px; position: relative; }
.mainMore:hover { border:1px solid #1f2c5c; background: #1f2c5c; color:#fff; }
.mainMore:after { content:'>'; font-size: 20px; color:#fff; font-weight: bold; position: absolute; right:20px; top:50%; transform: translateY(-50%); font-family: "宋体"; }
.fixVideo { display: none; position: fixed; top:0; left:0;background: rgba(0,0,0,0.8);width: 100%;height: 100%;z-index: 1000; }
.fixVideoA {width: 100%;height: 100%;position: relative; }
.fixVideoB { position: absolute;width: 60%; max-width: 800px; height: auto; position: absolute;left: 50%;top: 50%; transform: translate(-50%, -50%);background: #fff; }
.fixVideoB .close { position: absolute; right:-1px; top:-40px;height: 40px;width: 40px;cursor: pointer; text-align: center;line-height: 40px; font-size: 30px;  z-index: 10000;background: #000; color:#fff;}







