body{
	 overflow-x:hidden !important;  background:#fff; font-family:"è‹¹æ–¹";
}
body.pagebody{
	background:#f4f7fe;
}
.bodybg{
	background:#f5f6fa;
}
*{
	outline:none;
}
.w1500{
	width:96%; margin:0 auto;
}
.w1200{
	width:1200px; margin:0 auto;
}

@media all and (max-width:640px){
.w1200{
	width:96%; margin:0 auto;
}    
}
.clear{
	clear:both;
}
.fl{ float:left}
.fr{ float:right;}
.text-center{ text-align:center!important}

.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_bg{
	width:100%;
	height:120px;
	position:fixed;
	top:0px; left:0px; z-index:11113;
	background-image:url(../images/head_bg_1.png);
	background-repeat:repeat-x;
	
}
.header{
	width:100%; height:110px; line-height:110px; 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;
	background-repeat:repeat-x;
	
}
.neww1500{
	width:96%; margin:0 auto;
}




.header .inheader{
	margin:0 auto; height:110px; line-height:110px;
}
.header .inheader .logo{
	float:left; display:block; height:100%; margin-left:10px;
}
.header .inheader .logo img{
	margin-top:-23px;
	
}

.header .inheader .pcmenu{
	float:right; width:54%; line-height:110px; right:50px;
}
.header .inheader .pcmenu li{
	float:left; margin-left:46px;
}
.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:38px; 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: 5%;
	right: 5%;
	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;}
}

.index_hover{
-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.index_hover:hover .section-title.section-title-2 h6{
     color:#47a50e;
	 font-weight:bold;
     transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
}
.index_hover:hover .section-title.section-title-2 h2{
     transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
}


/*index-yewu*/
.index-yewu {
	padding: 75px 0;
}
.index-yewu .box {
	width: 25%;
	float: left;
	text-align: center;
}
.index-yewu .box a {
	display: block;
	padding-top: 95px;
	background-position: center top;
	background-repeat: no-repeat;
	color: #A0A0A0;
}
.index-yewu .box a h4 {
	color: #036eb8;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
}
.index-yewu .box a:hover h4{color: #47a50e;}
.index-yewu .box a h4:hover{color: #47a50e;}
.index-yewu a p {
	padding: 0 0px;
	font-size:16px;
	color:#3d3d3d;
	line-height:28px;
}
.index-yewu .a a {
	background-image: url(../images/icon01.png);
}
.index-yewu .a a:hover {
	background-image: url(../images/icon01_1.png);
}
.index-yewu .b a {
	background-image: url(../images/icon02.png);
}
.index-yewu .b a:hover {
	background-image: url(../images/icon02_1.png);
}
.index-yewu .c a {
	background-image: url(../images/icon03.png);
}
.index-yewu .c a:hover {
	background-image: url(../images/icon03_1.png);
}
.index-yewu .d a {
	background-image: url(../images/icon04.png);
}
.index-yewu .d a:hover {
	background-image: url(../images/icon04_1.png);
}

.index-yewu a:hover {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
}
.index-yewu a {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.industries-area {
  position: relative;
  z-index: 0;
  background:#edf1f6;
}

.industries-area:after {
  content: "";
  position: absolute;
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}

.section-title.section-title-2 {
  position: relative;
  margin-bottom: 70px;
}
.section-title.section-title-2 h6 {
  font-family: var(--body-font);
  margin-bottom: 20px;
  margin-top:60px;
  font-size:24px;
  color:#333;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.section-title.section-title-2 h6:hover{
     color:#47a50e;
	 font-weight:bold;
     transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);}
.section-title.section-title-2 h2 {
  text-transform: capitalize;
  font-size: 16px;
  color:#666666;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.single-industries-wrap {
  background: #ffffff;
  margin-bottom: 30px;
}
.single-industries-wrap .media {
  padding: 30px 26px 26px 30px;
}
.single-industries-wrap .thumb {
  margin-right: 19px;
}
.single-industries-wrap h6 {
  font-weight: 600;
  font-size:18px;
  margin-bottom: 4px;
}
.single-industries-wrap h6 a{
  color:#036eb8;
}
.single-industries-wrap h6:hover {
  color: #036eb8;
}
.single-industries-wrap p {
  font-size: 14px;
  line-height:28px;
  margin-bottom: 0;
}
.single-industries-wrap .single-industries-details a i {
  color: rgba(0, 0, 0, 0.16);
  font-size: 20px;
}
.single-industries-wrap .details-btn {
  height: 47px;
  line-height: 47px;
  padding: 0 0 0 29px;
  border-top: 1px solid rgba(207, 207, 207, 0.16);
  background: #ffffff;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--body-font);
}
.single-industries-wrap .details-btn:focus span, .single-industries-wrap .details-btn:hover span {
  color: #ffffff;
}
.single-industries-wrap .details-btn span {
  height: 46px;
  line-height: 46px;
  background: transparent;
  color: rgba(0, 0, 0, 0.16);
  transition-duration: 0.7s;
}
.single-industries-wrap .details-btn:focus, .single-industries-wrap .details-btn:hover {
  color: #ffffff;
}


.details-btn {
  background: #F2F2F2;
  display: block;
  font-family: var(--heading-font);
  padding: 17px 0 16px 29px;
  position: relative;
  transform: perspective(1px) translateZ(0);
}
.details-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #036eb8;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-duration: 0.7s;
}
.details-btn:focus, .details-btn:hover {
  color: #fff;
}
.details-btn:focus:before, .details-btn:hover:before {
  transform: scaleX(1);
}
.details-btn:focus:before {
  transform: scaleX(1);
}
.details-btn span {
  position: absolute;
  height: 60px;
  line-height: 60px;
  top: 0;
  right: 0;
  background: #036eb8;
  font-size: 24px;
  color: #ffffff;
  width: 85px;
  text-align: center;
}
.details-btn span i{ margin-top:10px;}


.index02con{
	overflow:hidden;
}
.index02con .index02list{
	float:left; width:20%; text-align:center; margin:10px 0 50px 0; cursor:pointer;
}
.index02con .index02list p{
	font-size:16px; color:#333; line-height:22px; 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;
}

.columnTitle {
  text-align: center;
}
.columnTitle .tit {
  line-height: 34px;
  font-size: 24px;
  color: #333;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.columnTitle .tit:hover{
     color:#47a50e;
	 font-weight:bold;
     transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);}
.columnTitle .tit span {
  width: 41px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-size: 100% 100%;
  margin: 0 18px;
}
.columnTitle .txt {
  font-size: 16px;
  color: #666;
  line-height:22px;
  margin-top: 12px;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.training {
  padding: 88px 0 36px 0;
}
.training:hover .columnTitle .tit{
     color:#47a50e;
	 font-weight:bold;
     transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);}
.training:hover .columnTitle .txt{
     transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);}
.training .content {
  margin: 42px 0;
  position: relative;
}
.training .content .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 1;
}
.training .content .prev,
.training .content .next {
  width: 104px;
  height: 80px;
  position: absolute;
  left: -54px;
  top: 0;
  margin-top: -40px;
  z-index: 1;
  outline: none;
  cursor: pointer;
  background: url(../images/arrow2.png) no-repeat center rgba(0, 0, 0, 0.5);
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.training .content .prev:hover,
.training .content .next:hover {
  background-color: #036eb8;
}
.training .content .next {
  left: auto;
  right: -54px;
  background-image: url(../images/arrow3.png);
}
.training .swiper-slide {
  width: 1200px;
  position: relative;
  text-align: center;
}
.training .swiper-slide img {
  width: 100%;
  display: block;
  opacity: 0;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.training .swiper-slide .txt {
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 5;
  padding: 0 20px;
  box-sizing: border-box;
  text-shadow: rgb(0, 0, 0) 0px 0px 8px;
}
.training .swiper-slide-active img {
  opacity: 1;
}

@media only screen and (max-width: 1200px) {
.training {
	padding: 30px 0;
}
.training .content {
	margin: 30px 0;
}
.training .content .prev,
.training .content .next {
	width: 40px;
	height: 40px;
	left: 0px;
	margin-top: -20px;
}
.training .content .prev:hover,
.training .content .next:hover {
	background-color: rgba(0, 0, 0, 0.5);
}
.training .content .next {
	left: auto;
	right: 0px;
}
.training .swiper-slide {
	width: auto;
}
.training .swiper-slide .txt {
	font-size: 16px;
	bottom: 10px;
	padding: 0 10px;
}
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.wrap:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
@media only screen and (max-width: 1400px) {
  .wrap {
    max-width: 1200px;
  }
}

.indexitems{ height:100%; overflow:hidden; background:#fafafa; padding-top:40px; padding-bottom:70px;}
.indexitems:hover .columnTitle .tit{
     color:#47a50e;
	 font-weight:bold;
     transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);}
.indexitems:hover .columnTitle .txt{
     transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);}
.indexnewsitem{width:285px;margin-right:20px;background-color:#fff;border-radius:8px; margin-top:40px;}
.indexnewsitem:nth-last-of-type(1){margin-right:0}
.indexnewsitem .img{overflow:hidden;border-top-left-radius:8px;border-top-right-radius:8px}
.indexnewsitem .img img{width:100%; height:200px;transition:.4s;-webkit-transition:.4s;border-top-left-radius:8px;border-top-right-radius:8px}
.indexnewsitem .textbox{padding:24px 32px 28px 30px;transition:.4s;-webkit-transition:.4s}
.indexnewsitem .textbox .title{font-size:16px;line-height:1.6;height:50px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;transition:.4s;-webkit-transition:.4s}
.indexnewsitem .textbox .date{font-family:Arial;color:#00447d;font-size:16px;font-weight:bold;margin-top:22px}
.indexnewsitem:hover .img img{transform:scale(1.05);-webkit-transform:scale(1.05)}
.indexnewsitem:hover .textbox .title{color:#00447d;font-weight:bold}
.indexnewsitem:hover .textbox{box-shadow:0px 0px 21px rgba(215,215,215,0.28)}



.footDiv {
  background: #015a98;
  padding: 50px 0;
  height:100%; 
  overflow:hidden;
}
.footDiv .leftDiv {
  width:30%;
}
.footDiv .tel {
  position: relative;
  padding-left: 48px;
  color: #fff;
  font-weight: bold;
  margin-right: 60px;
  margin-left:15px;
}
.footDiv .tel img {
  position: absolute;
  left: 0;
  top: 6px;
}
.footDiv .tel p {
  font-size: 24px;
  font-weight:normal;
  padding: 4px 0 16px;
}
.footDiv .tel .num {
  font-size: 35px;
  line-height: 24px;
  font-weight:bold;
  font-family:Arial, Helvetica, sans-serif
}
.footDiv .btnDiv a {
  display: block;
  width: 144px;
  height: 50px;
  color: #fff;
  font-size: 12px;
  line-height: 50px;
  text-indent: 28px;
  background: url(../images/bg2.jpg) repeat-x;
  border-radius: 4px;
}
.footDiv .btnDiv img {
  position: absolute;
  right: 27px;
  top: 50%;
  margin-top: -9px;
}
.footDiv .centerDiv {
  position: relative;
  width: 40%;
  margin:0 auto;
}
.footDiv .detail {
  padding-top: 35px;
  left: -12px;
  position: relative;
  font-weight: bold;
  color: #fff;
}
.footDiv .detail {
  padding: 0 12px;
  color: #ffff;
  font-size:16px;
  line-height:38px;
  font-weight:normal;
  text-align:center;
}
.footDiv .detail a:hover {
  color: #005c35;
}
.footDiv .rightDiv {
  position: relative;
  width: 30%;
  margin-top:-110px;
  margin-right:15px;
}
.footDiv .link{color:#fff; font-size:16px; padding-top:50px;}
.footDiv .link a{ color:#fff}
.footDiv .ewmList {
  position: absolute;
  right: 0;
  top: 0;
}
.footDiv .ewmList li {
  float: left;
  margin-left: 26px;
}
.footDiv .ewmList li .imgDiv {
  box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.09);
}
.footDiv .ewmList li p {
  font-size: 14px;
  color: #fff;
  padding-top: 10px;
  font-weight: normal;
  text-align: center;
}
.footDiv .share {
  padding-top: 44px;
}
.footDiv .share li {
  float: left;
  margin-left: 23px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0px 10px 13px 0px rgba(0, 70, 103, 0.13);
}
.footDiv .share li:nth-child(1) {
  background: #0095d7;
}
.footDiv .share li:nth-child(2) {
  background: #55d6a0;
}
.footDiv .share li:nth-child(3) {
  background: #faa729;
}
.footDiv .share li a:before {
  content: '';
  z-index: 1;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  -webkit-transition: all 0.5s cubic-bezier(0.24, 0.82, 0.48, 0.89);
  transition: all 0.5s cubic-bezier(0.24, 0.82, 0.48, 0.89);
}
.footDiv .share li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.footDiv .share li:hover a:before {
  width: 48px;
  height: 48px;
  left: -5px;
  top: -5px;
}
.foot {
  background: #015a98;
  padding:20px 0;
  border-top:1px #75abd0 solid;
}
.foot .msg {
  font-size: 13px;
  color: #75abd0;
  text-align:center;
  line-height:26px;
  text-transform: uppercase;
}
.foot .msg a {
  color: #75abd0;
  padding-left: 15px;
}
.foot .msg a:hover {
  text-decoration: underline;
}

#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:0px;
}
#main .flexslider .text{
	width:100%; text-align:left; top:50%; left:10%; position:absolute;
}
#main .flexslider .text .t{
	font-size:38px; color:#fff; font-weight:bold; text-shadow: 0 0 8px #333;
}
#main .flexslider .text .b{
	font-size:20px; color:#fff; margin-top:18px; text-shadow: 0 0 8px #333;
}

#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;
}


.subBan{width:100%;height:62px;border-bottom:2px #f4f4f4 solid;margin-bottom:70px;position:relative;}

.submenu{float:left;}
.submenu i{width:62px;height:62px;background:url("../images/submenu-1.jpg") no-repeat center center;float:left;}
.submenu a{font-size:15px;color:#848181;line-height:62px;padding:0 	12px 0 20px;float:left;font-weight:bold;}
.submenu span{padding-left:15px;font-size:15px;color:#036eb8;font-weight:bold; line-height:62px; float:left;background:url("../images/submenu-2.jpg") no-repeat left center;}

.main-body { padding-bottom: 0px;}
.main-body .container { position: relative;}


.content { }
.left-menu { width: 225px;float: left; margin-bottom:80px;}
.left-menu .title { height: 58px;background: #036eb8;line-height: 58px;text-align: center;color: #fff;font-size: 22px; font-weight:bold;}
.right-content { width: 76%;float: right;}
.left-menu ul li { background:#f1f1f1; border-bottom:1px #ffffff solid;}
.left-menu ul li a { display: block;padding: 20px 0;color: #333; text-align:center; font-size: 15px;position: relative;}
.left-menu ul li:hover>a,.left-menu ul li.current>a { color: #036eb8; font-weight:bold;}
.left-menu ul li:hover>a i,.left-menu ul li.current>a i{ border-color: transparent #036eb8 #036eb8 transparent;}

.left_rigcb{width:100%;overflow:hidden;border-bottom:3px solid #0059A9; border-left:1px #f1f1f1 solid; border-right:1px #f1f1f1 solid;}
.left_rigcb span{float:left;display:inline;margin-left:6px;color:#333;line-height:30px;font-size:14px;padding:10px 0;}

.climenu ul li.cli>a { color: #339967;}
.climenu ul li.cli>a i {border-color: transparent #339967 #339967 transparent;}

.right-content  h1 { font-size: 22px; font-weight:bold;color: #333; line-height:58px; padding-bottom:20px; margin-bottom: 10px; text-align:center;}
.right-content p { font-size: 16px;color: #333;line-height: 26px; padding-bottom:25px;}

.right-content table {
    margin-bottom: 0.5rem;
    width: 100%;
}
.right-content table>thead>tr>th {
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.5rem;
    background-color: #e4ebf9;
    font-weight: bold;
	text-align:center;
    border: 1px solid #e4ebf9;
}
.right-content table>tbody {
    border: 1px solid #cbd7ec;
    font-size: 16px;
    color: #333;
    line-height: 0.24rem;
}
.right-content table>tbody>tr>td {
    border: 1px solid rgb(255, 255, 255);
	background:#cbd3e4;
    padding: 0.12rem 0.25rem;
	line-height:22px;
	text-align:center;
}
.right-content table>tbody>tr>td p{
    padding-bottom:0px;
}
.right-content table>tbody>tr:first-child>td{background:#0065b0;color:#fff; }
.right-content table>tbody>tr>td:nth-child(1) {
    text-align: center;
}
.right-content table>tbody>tr:nth-child(1)>td {
    padding: 0.15rem 0.25rem;
}
.right-content table>tbody>tr:nth-child(1)>td:nth-child(1) {
    text-align: center;
}
.right-content table>tbody>tr:nth-child(2n)>td:nth-child(2n) {
    text-align: center;
	background:#e7eaf2;
	vertical-align:middle;
}
.right-content table>tbody>tr:nth-child(2n)>td { background:#cbd3e4;}
.right-content table>tbody>tr>td:nth-child(1){ background:#0065b0; color:#fff;}
.right-content table>tbody>tr:nth-child(2)>td:nth-child(3) {
    text-align: center;
	background:#e7eaf2;
	vertical-align:middle;
	line-height:36px;
}

.right-content-1 { width: 76%;float: right;}
.right-content-1 h1 { font-size: 22px; font-weight:bold;color: #333; line-height:58px; padding-bottom:20px; margin-bottom: 10px; text-align:center;}
.right-content-1 p { font-size: 16px;color: #333;line-height: 26px; padding-bottom:25px;}
.right-content-1 table {
    margin-bottom: 0.5rem;
    width: 100%;
}
.right-content-1 table>thead>tr>th {
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.5rem;
    background-color: #e4ebf9;
    font-weight: bold;
	text-align:center;
    border: 1px solid #e4ebf9;
}
.right-content-1 table>tbody {
    border: 1px solid #cbd7ec;
    font-size: 16px;
    color: #333;
    line-height: 0.24rem;
}
.right-content-1 table>tbody>tr>td {
    border: 1px solid rgb(255, 255, 255);
	background:#e7eaf2;
    padding: 0.12rem 0.25rem;
	line-height:22px;
	text-align:center;
    vertical-align:top;
}
.right-content-1 table>tbody>tr>td p{
    padding-bottom:0px;
}

.right-content-1 table>tbody>tr>td:nth-child(1) {
    text-align: center;
}
.right-content-1 table>tbody>tr:nth-child(1)>td {
    padding: 0.15rem 0.25rem;
}
.right-content-1 table>tbody>tr:nth-child(1)>td:nth-child(1) {
    text-align: center;
}
.right-content-1 table>tbody>tr:nth-child(2n)>td:nth-child(3) {
    text-align: center;
	background:#e7eaf2;
	vertical-align:middle;
	line-height:36px;
}
.right-content-1 table>tbody>tr:nth-child(2n+1)>td:nth-child(3) {
    text-align: center;
	vertical-align:middle;
	line-height:36px;
	background:#e7eaf2;
}
.right-content-1 table>tbody>tr>td:nth-child(1) { background:#cbd3e4;}
.right-content-1 table>tbody>tr:nth-child(n)>td { background:#cbd3e4; vertical-align:middle;}
.right-content-1 table>tbody>tr:nth-child(2n)>td { background:#e7eaf2;}
.right-content-1 table>tbody>tr:nth-child(2)>td:nth-child(1) { background:#cbd3e4; text-align:center;}
.right-content-1 table>tbody>tr:nth-child(11)>td:nth-child(1) { text-align:center;}
.right-content-1 table>tbody>tr:nth-child(20)>td:nth-child(1) { background:#cbd3e4; text-align:center;}
.right-content-1 table>tbody>tr:first-child>td{background:#0065b0;color:#fff; }
.right-content-1 table>tbody>tr:first-child>td:nth-child(3){background:#0065b0;}


.qsjj { padding-bottom:40px;}
.qsjj p { font-size: 16px;color: #333;line-height: 26px; text-indent:2em; text-align: justify;}

.qsjj > img { width: 100%;display: inline-block;}

.qsjj ul { overflow: hidden;text-align: center;margin: 0 0 40px 0;}
.qsjj ul li { width: 30%;float: left; margin-right:5%;}
.qsjj ul li:last-child { margin-right:0;}
.qsjj ul li .img {}

@media (min-width: 992px) {
    .hamburger,.searico ,.searchbox,.mb-nav,.layout,#idx_foot .mbnav,.right-content .son-menu,.mbleft  { display: none;}
    .left-menu ul { width: 100%!important;}
    .mbwrapper { display: none;}
    .pcwrapper { display: block;}
}


.visionDiv{ height: 266px; position: relative; cursor: pointer; transition: all 1s;}
.visionDiv .bg img{ width: 100%; }
.visionDiv .layerDiv{ position: absolute; top: 20px; width: 100%; text-align: center; left: 0; z-index: 1; color: #fff; }
.visionDiv .layerDiv .ico{ padding-bottom: 18px; }
.visionDiv .layerDiv .txt{ font-size: 24px; line-height: 24px; padding-bottom: 15px; }
.visionDiv .layerDiv .wen{ font-weight: bold; font-size: 24px; line-height: 24px; padding-bottom: 10px; }
.visionDiv .layerDiv .zi{ font-size: 12px; }
.visionDiv:hover{-webkit-box-shadow: 0 17px 40px 0 hsla(230,9%,48%,.2); box-shadow: 0 17px 40px 0 hsla(230,9%,48%,.2); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0);transition: all 1s;}
.visionDiv:hover .layerDiv{ -webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0);transition: all 1s;}

.conceptDiv{ width: 33%; height: 418px; position: relative; margin-top: 31px; margin-bottom:100px; cursor: pointer; transition: all 1s;}
.conceptDiv .bg img{ width: 100%; }
.conceptDiv .layerDiv{ position: absolute; left: 28px; top: 20px; z-index: 1; color: #fff; }
.conceptDiv .layerDiv .ico{ padding-bottom: 85px; }
.conceptDiv .layerDiv .txt{ font-size: 24px; line-height: 24px; padding-bottom: 25px;}
.conceptDiv .layerDiv .wen{ line-height: 30px; font-size: 16px; }
.conceptDiv .layerDiv .wen em{ padding-left: 12px; }
.conceptDiv:hover{-webkit-box-shadow: 0 17px 40px 0 hsla(230,9%,48%,.2); box-shadow: 0 17px 40px 0 hsla(230,9%,48%,.2); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0);transition: all 1s;}
.conceptDiv:hover .layerDiv{ -webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0);transition: all 1s;}

.culture_list{ width: 63%; padding-top: 31px;}
.culture_list li{ width:100%!important; margin-bottom: 30px; position: relative; cursor: pointer;transition: all 1s;}
.culture_list li:last-child{ margin-bottom: 0; }
.culture_list li .bg img{ width: 100%; }
.culture_list li .ico{ position: absolute; right: 75px; top: 38px; z-index: 1; }
.culture_list li .layerDiv{ position: absolute; left: 30px; top: 65px; color: #fff; z-index: 1; }
.culture_list li .txt{ font-size: 24px; line-height: 24px; padding-bottom: 25px; }
.culture_list li .wen{ line-height: 30px; font-size: 16px;}
.culture_list li:hover{-webkit-box-shadow: 0 17px 40px 0 hsla(230,9%,48%,.2); box-shadow: 0 17px 40px 0 hsla(230,9%,48%,.2); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0);transition: all 1s;}
.culture_list li:hover .layerDiv{ -webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0);transition: all 1s;}

@media (max-width: 991px) {

     .subBan{width:100%;height:62px;border-bottom:2px #f4f4f4 solid;margin-bottom:30px;position:relative;}

    .left-menu .title ,.left-menu ul li a i{ display: none;}
    .left-menu {  display: none; width: 100%;padding-bottom:0;background: #f1f1f1;float: none;overflow: hidden;overflow-x: auto;margin-bottom: 20px;padding-bottom: 5px;}
    .left-menu::-webkit-scrollbar {width:5px;height:5px;}
/* ä¸¤ç«¯æŒ‰é’®*/
.left-menu::-webkit-scrollbar-button{display: none;}
/*æ»šåŠ¨æ¡è½¨é“èƒŒæ™¯é¢œè‰²*/
.left-menu::-webkit-scrollbar-track-piece{background:#f5f5f5;}
/*æ»šåŠ¨æ¡æ ·å¼*/
.left-menu::-webkit-scrollbar-thumb{background:#c3c3c3;border-radius: 5px;}
    .left-menu ul {}
    .left-menu ul li a {display:block;font-size: 14px;padding: 10px 0;border-bottom: 2px solid transparent;}
    .left-menu ul li { float: left;/*background: #f5f5f5;*/margin-bottom:0;text-align: center;width: 112px;padding-left: 0; border-bottom:none;}
    .left-menu ul li.cli .dropmenu { display: none;}
    .left-menu ul li.cli a { background: #339967;color: #fff;}
    .son-menu { background: #efefef;margin-bottom: 20px;}
    .son-menu a { display: inline-block;text-align: center;color: #666;font-size: 12px;width: 15%;height: 30px;line-height: 30px;}
    .son-menu a.current { background: #dfdfdf;color: #333;} 
  .left-menu ul li.ox>a,  .left-menu ul li.current>a,  .left-menu ul li.cli>a { border-bottom: 2px solid #036eb8;background: none;padding:10px; color: #036eb8;}
    .mb-menu ul li div { padding-left: 15px;padding-top: 0;padding-bottom: 0;}
    .mb-menu ul li div a{font-size: 14px;}
    .left-menu ul li a { display: inline-block;}
	
  .right-content { width: 100%;float: none;}
  .right-content-1 { width: 100%;float: none;}
  .qsjj{ padding:20px 5px;}
  .qsjj ul li { width: 100%; margin-bottom:20px; margin-right:0;}
  .footDiv{ display:none;}
  
.visionDiv{  position: relative; height:auto; cursor: pointer; transition: all 1s;}
.visionDiv .bg img{ width: 100%; height:fit-content;}
.visionDiv .layerDiv{ position: absolute; top: 20px; width: 100%; text-align: center; left: 0; z-index: 1; color: #fff; padding:0 20px;}
.visionDiv .layerDiv .ico{ padding-bottom: 18px; }
.visionDiv .layerDiv .txt{ font-size: 24px; line-height: 24px; padding-bottom: 15px; }
.visionDiv .layerDiv .wen{ font-weight: bold; font-size: 20px; line-height: 28px; padding-bottom: 10px; }
.visionDiv .layerDiv .zi{ font-size: 12px; line-height:16px;}
.visionDiv:hover{-webkit-box-shadow: 0 17px 40px 0 hsla(230,9%,48%,.2); box-shadow: 0 17px 40px 0 hsla(230,9%,48%,.2); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0);transition: all 1s;}
.visionDiv:hover .layerDiv{ -webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0);transition: all 1s;}

.conceptDiv{ width: 100%; height:auto; position: relative; margin-top: 31px; margin-bottom:0px; cursor: pointer; transition: all 1s;}
.conceptDiv .bg img{ width: 100%; height:fit-content;}
.conceptDiv .layerDiv{ position: absolute; left: 38px; top: 20px; z-index: 1; color: #fff; }
.conceptDiv .layerDiv .ico{ padding-bottom: 85px; }
.conceptDiv .layerDiv .txt{ font-size: 24px; line-height: 24px; padding-bottom: 25px;}
.conceptDiv .layerDiv .wen{ line-height: 30px; font-size: 16px; }
.conceptDiv .layerDiv .wen em{ padding-left: 12px; }
.conceptDiv:hover{-webkit-box-shadow: 0 17px 40px 0 hsla(230,9%,48%,.2); box-shadow: 0 17px 40px 0 hsla(230,9%,48%,.2); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0);transition: all 1s;}
.conceptDiv:hover .layerDiv{ -webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0);transition: all 1s;}

.culture_list{ width: 100%; padding-top: 31px; padding-bottom:60px;}
.culture_list li{ width:100%!important; margin-bottom: 30px; position: relative; cursor: pointer;transition: all 1s;}
.culture_list li:last-child{ margin-bottom: 0; }
.culture_list li .bg img{ width: 100%; height:fit-content; }
.culture_list li .ico{ position: absolute; right: 75px; top: 38px; z-index: 1; }
.culture_list li .layerDiv{ position: absolute; left: 20px; top: 65px; color: #fff; z-index: 1; }
.culture_list li .txt{ font-size: 24px; line-height: 24px; padding-bottom: 25px; }
.culture_list li .wen{ line-height: 30px; font-size: 16px;}
.culture_list li:hover{-webkit-box-shadow: 0 17px 40px 0 hsla(230,9%,48%,.2); box-shadow: 0 17px 40px 0 hsla(230,9%,48%,.2); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0);transition: all 1s;}
.culture_list li:hover .layerDiv{ -webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0);transition: all 1s;}
}

.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:60px auto 90px;
}



#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 .prevnextli{
	width:48%;
	display:block; float:left; text-align:center; font-size:18px; color:#666666; line-height:28px;
}
.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;
}

.p-title {
    width: 3.0rem;
    height: 0.46rem;
    background: url("../images/service_title.png") no-repeat center/contain;
    margin: 0.3rem auto 0.2rem;
    text-align: center;
    font-size: 0.20rem!important;
    line-height: 0.46rem!important;
    color: #004597!important;
}

.newsdiv{
	margin:0px auto;
}
.newsdiv .newslist{
	overflow:hidden; background:#fff; padding:0 0px 30px 0px; 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:20%; overflow:hidden; border:1px #ddd solid;
}
.newsdiv .newslist .img img{
	display:block; width:100%; height:130px;
}
.newsdiv .newslist:hover .img img {
	transform:scale(1.1);
}
.newsdiv .newslist .text{
	float:right; width:74%; margin-right:1%;
}
.newsdiv .newslist .text .t{
	font-size:18px; 
	color:#036eb8; 
	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:24px; font-size:14px; color:#666666; margin-bottom:20px;
}
.newsdiv .newslist .text .d{
	overflow:hidden; color:#888888; padding:5px 0 15px; font-size:12px;
}
.newsdiv .newslist .text .d span{
	float:left; font-size:16px; color:#666666;
}
.newsdiv .newslist .text a{
	display:block;
	width:62px;
	font-size:12px; 
	color:#036eb8;
	background:url(../images/ico11.png) right center no-repeat;
}
.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:16px; color:#333; margin-bottom:60px; line-height:30px;
}
.newsshow .d p{ margin-bottom:15px;}
.newsshow .d img{
	max-width:550px;
}
.newsshow .b span{
	white-space:nowrap; margin:0 20px;
}

.pages{ margin-bottom:30px;clear: both;}

.page_lxwm_n{
    padding-bottom: 40px;
}
.page_lxwm_n .box{
    width: 100%;
    position: relative;
	margin-bottom:40px;
}

.contact-info-item {
    border: 1px solid #e1e1e1;
    text-align: center;
    padding: 40px 20px;
    margin-top: 30px;
}

.contact-info-item .con-info-icon {
    border: 1px solid #036eb8;
    border-radius: 100px;
    color: #036eb8;
    font-size: 35px;
    margin: 0 auto 20px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    line-height: 60px;
    height: 60px;
    width: 60px;
}

.contact-info-item .con-info-txt h4 {
    font-size: 18px;
    margin-top: -2px;
}

.contact-info-item:hover .con-info-icon {
    background-color: #036eb8;
    color: #FFFFFF;
}

.contact-form-content h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: -3px;
}
.con-info-txt p{ font-size:15px; height:120px;}
.con-info-txt h6 {
    font-size: 20px;
	font-weight:700;
    margin-bottom: 12px;
}


#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; right: 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(150%); 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:18px; 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(0); 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;
}

@media all and (max-width:640px){

.zs{ display:none;}

.index-yewu{ padding:45px 0;}

.index-yewu .box {
	width: 50%;
	float: left;
	text-align: center;
	padding-bottom:20px;
}
.indexnewsitem{width:100%!important;margin-right:0px;}

}

/*è§£å†³æ–¹æ¡ˆ*/
.index_zhuanjia{ width:100%; overflow:hidden;}
.index_zhuanjia_pic{ width: 100%;height: 450px; overflow:hidden; float:right;position:relative; margin-top:16px; background:#fff;border: 1px solid #eeeeee;
    border-left: 0;}
.index_zhuanjia_pic ul{height:100%;position:absolute; left:0;}
.index_zhuanjia_pic li{width:1200px; height:553px; overflow:hidden;position:relative;float:left; padding:20px;}
.index_zhuanjia_pic li .pic{ float:left; width:65%; margin-right:5%;}
.index_zhuanjia_pic li .pic img{ width:100%; height:100%; transition-duration:.5s;}
.index_zhuanjia_pic li .text{ float:left; width:30%;}
.index_zhuanjia_pic li .text h4{ font-size:28px;}
.index_zhuanjia_pic li .text p{ font-size:16px; line-height:32px;}
.index_zhuanjia_left_inc{ width:32px; height:41px; position:absolute;left:0px;top:195px; cursor:pointer;background:url(../images/float_left_inc.png) left top no-repeat; z-index:9}
.index_zhuanjia_right_inc{ width:32px; height:41px; position:absolute;right:0px;top:195px; cursor:pointer;background:url(../images/float_right_inc.png) left top no-repeat; z-index:9}
/*.index_zhuanjia_pic li:hover img{ transform:scale(1.1,1.1)}*/
.index_zhuanjia_list{ width:100%;height:350px; overflow:hidden; float:left;}
.index_zhuanjia_lists{width:100%; height:350px; overflow:hidden;position:relative; }
.index_zhuanjia_lists ul{ width:100%; height:553px;position:absolute;overflow:hidden; top:0!important}
.index_zhuanjia_lists ul li{ width:20%; float:left; height:141px;position:relative;border-bottom: 0; }
/*.index_zhuanjia_lists ul li:before {
    display: block;
    content: '';
    width: 4px;
    height: 0;
    background: #036eb8;
    position: absolute;
    left: 0;
    top: 0;
    transition-duration: .5s;
}*/
.index_zhuanjia_lists ul li.on{border-right: 0;}
.index_zhuanjia_pre{ display:none; width:450px; height:16px; overflow:hidden; cursor:pointer;background:url(../images/top-1.png) no-repeat center;}
.index_zhuanjia_next{ display:none; width:450px; height:16px; overflow:hidden; cursor:pointer;background:url(../images/bottom-1.png) no-repeat center;}
/*.index_zhuanjia_lists ul li:hover{background:#fff;}*/
/*.index_zhuanjia_lists ul li:hover:before,*/.index_zhuanjia_lists ul .on:before{ height:100%;}
.listBox-menu{ }
	.listBox-menu h4{
     font-size: 18px;
    color: #333333;
    font-weight: 600;
	text-align:center;
    margin-bottom: 10px;
	z-index:999;
	}
	.listBox-menu p{ font-size:16px; color:#666666; line-height:24px;text-align:center;}
	.listBox-menu:hover h4{color:#47a50e}
	.listBox-menu-icon{
		font-size: 14px;
    color: #555555;
    line-height: 22px;
	}
.listBox-menu-icon{
	width:240px; 
	height:274px;
	background-repeat:no-repeat;
	background-position:0 0;
	transition-duration:.5s;
	overflow:hidden;
	margin-bottom:10px;
	z-index:99;
	}
.index_zhuanjia_lists ul li:first-child .listBox-menu .listBox-menu-icon{background:url(../images/pr_1.jpg) center center no-repeat;}
.index_zhuanjia_lists ul li:first-child:hover .listBox-menu .listBox-menu-icon{
	background:url(../images/pr_1.jpg) center center no-repeat;
	transform:scale(1.04);
	transition: All 0.2s linear;
	-webkit-transition: All 0.2s linear;
	-moz-transition: All 0.2s linear;
	-o-transition: All 0.2s linear;
}
.index_zhuanjia_lists ul li:nth-child(2) .listBox-menu .listBox-menu-icon{background:url(../images/pr_2.jpg) center center no-repeat;}
.index_zhuanjia_lists ul li:nth-child(2):hover .listBox-menu .listBox-menu-icon{
	background:url(../images/pr_2.jpg) center center no-repeat;
	transform:scale(1.04);
	transition: All 0.2s linear;
	-webkit-transition: All 0.2s linear;
	-moz-transition: All 0.2s linear;
	-o-transition: All 0.2s linear;
}
.index_zhuanjia_lists ul li:nth-child(3) .listBox-menu .listBox-menu-icon{background:url(../images/pr_3.jpg) center center no-repeat;}
.index_zhuanjia_lists ul li:nth-child(3):hover .listBox-menu .listBox-menu-icon{
	background:url(../images/pr_3.jpg) center center no-repeat;
	transform:scale(1.04);
	transition: All 0.2s linear;
	-webkit-transition: All 0.2s linear;
	-moz-transition: All 0.2s linear;
	-o-transition: All 0.2s linear;
}
.index_zhuanjia_lists ul li:nth-child(4) .listBox-menu .listBox-menu-icon{background:url(../images/pr_4.jpg) center center no-repeat;}
.index_zhuanjia_lists ul li:nth-child(4):hover .listBox-menu .listBox-menu-icon{
	background:url(../images/pr_4.jpg) center center no-repeat;
	transform:scale(1.04);
	transition: All 0.2s linear;
	-webkit-transition: All 0.2s linear;
	-moz-transition: All 0.2s linear;
	-o-transition: All 0.2s linear;
}
.index_zhuanjia_lists ul li:nth-child(5) .listBox-menu .listBox-menu-icon{background:url(../images/pr_5.jpg) center center no-repeat;}
.index_zhuanjia_lists ul li:nth-child(5):hover .listBox-menu .listBox-menu-icon{
	background:url(../images/pr_5.jpg) center center no-repeat;
	transform:scale(1.04);
	transition: All 0.2s linear;
	-webkit-transition: All 0.2s linear;
	-moz-transition: All 0.2s linear;
	-o-transition: All 0.2s linear;
}
/*.index_zhuanjia_lists ul li:hover .listBox-menu-icon,*/
.index_zhuanjia_lists ul li.on .listBox-menu-icon{ background-position:0 -66px;}

.index_zhuanjia_lists ul li.on .listBox-menu h4{ color:#036eb8;}

.justify-content-center-1{ display:none!important;}
@media screen and (max-width: 769px){
.justify-content-center-1{ display: block!important;}
.index_zhuanjia{ display:none;}
}

.culture-tx-box {
    clear:both;
	height:100%;
	overflow:hidden;
}
.culture-tx-items {
}
.culture-tx-img {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.48s; -moz-transition: all 0.48s; -ms-transition: all 0.48s; -o-transition: all 0.48s; transition: all 0.48s;
}
.culture-tx-div {
	cursor: pointer;
	position: relative;
	float: left;
	width: 48%;
	height: 230px;
	margin: 0 2% 2% 0;
	overflow: hidden;
	background: #fafafa;
	padding: 0 0 0 4%;
}
.culture-tx-div > img {
	position: absolute;
	right: 5%;
	bottom: 10%;
	opacity: 0.8;
	-webkit-transition: all 0.48s; -moz-transition: all 0.48s; -ms-transition: all 0.48s; -o-transition: all 0.48s; transition: all 0.48s;
}
.culture-tx-div:nth-child(2n) {
	margin: 0 0 2% 0;
}
.culture-tx-div div {
	position: relative;
	text-align: left;
}
.culture-tx-div h1 {
	display: flex;
	font-size: 22px;
	font-weight: 500;
	color: #000;
	position: relative;
	padding-bottom: 2%;
	padding-top:4%;
	margin-bottom: 5%;
}
.culture-tx-div h1:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 10%;
	background: #036eb8;
}
.culture-tx-div p {
	letter-spacing: 2px;
	font-size: 16px;
	line-height:28px;
	width: 80%;
}
.culture-tx-div p span {
	display: block;
}
.culture-tx-div:hover h1 {
	color: #036eb8;
}
.culture-tx-div:hover > img {
	bottom: 16%;
	opacity: 0.8;
}

.wh-out {
  padding: 80px 0;
}
.whlist {
  margin-top: 30px;
  font-size: 0;
}
.whlist li {
  display: inline-block;
  width: 32%;
  margin:0 2% 2% 0;
  padding:3% 2% 0 2%;
  background:#fafafa;
  border-bottom:2px #fafafa solid;
  position: relative;
}
.whlist li:nth-child(3n){ margin-right:0;}
.whlist li:hover{ background:#f5f5f5; border-bottom:2px #036eb8 solid;}
.whlist li a {
  display: block;
  padding: 0 35px;
}
.whlist .pic {
  width: 49px;
  height: 40px;
  line-height: 40px;
  font-size: 0;
  position: relative;
  margin:0 auto;
}
.whlist .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url('../images/hex.png') no-repeat;
  -webkit-transition: .4s;
  transition: .4s;
}
.whlist img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 1;
}
.whlist h3 {
  font-size: 20px;
  color: #333;
  line-height: 36px;
  font-weight: bold;
  text-align:center;
  height: 36px;
  overflow: hidden;
  margin-top:10px;
}
.whlist li:hover h3{ color:#036eb8;}
.whlist h4 {
  font-size: 14px;
  color: #c3151f;
  line-height: 22px;
  text-transform: uppercase;
  height: 22px;
  overflow: hidden;
}
.whlist .txt {
  font-size: 16px;
  color: #666;
  line-height: 32px;
  text-align:justify;
  height: 160px;
  overflow: hidden;
  margin-top: 24px;
}
.whlist .hx {
  width: 52px;
  height: 4px;
  background-color: #c3151f;
  margin-top: 34px;
  -webkit-transition: .8s;
  transition: .8s;
}
.whlist li:hover .bg {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
}
.whlist li:hover .hx {
  width: 100%;
}
.whpage h3.title {
  font-size: 22px;
  color: #333;
  font-weight:bold;
  line-height: 40px;
  letter-spacing:2px;
  text-align: center;
  overflow: hidden;
}
.whpage .intro {
  text-align: center;
  font-size: 16px;
  color: #666;
  line-height: 36px;
  max-width: 830px;
  margin: 14px auto 0;
}
.whpage .pic {
  display: block;
  width: 100%;
  margin-top: 60px;
  text-align: center;
  overflow: hidden;
}
.whpage .pic img {
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .whlist li a {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .whlist {
    margin-top: 0px;
	margin-bottom:40px;
  }
  .whlist li {
    width: 50%;
    margin-top: 30px;
  }
  .whlist .txt {
    height: 128px;
  }
  .whlist .hx {
    margin-top: 14px;
  }
  .whpage .pic {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
.culture-tx-div {
	width: 100%;
	padding: 0 0 0 4%;
}
  .wh-out{ padding:20px 0;}
  .whlist li a {
    padding: 0 10px;
	text-align:center;
  }
  .whlist li{ width:100%;}
  .whlist .pic{ margin:0 auto;}
  .whlist .txt {
    height: auto;
  }
  .whlist .hx{ margin:12px auto;}
  .whpage h3.title {
    font-size: 20px;
  }
  .whpage .intro{ font-size:15px; line-height:26px;}
}

.join ul{ border-bottom:1px solid #d9d9d9; margin-top:30px;}
.join ul li{ width:100%; padding:2% 0; float:left; border-top:1px solid #d9d9d9;}
.news_tit01{ font-size:21px; text-align:left; margin-top:10px; font-weight:bold; margin-bottom:10px;}
.news_tit01 ul{ border-bottom:none;margin: 0 0 20px 0;}
.news_tit01 ul li{ float:left; width:40%; text-align:left; padding: 0% 0; margin-right: 0%;border-top: none;}
.news_tit01 ul li:nth-child(2){ width:40%; font-size:16px; font-weight:normal;}
.news_tit01 ul li:nth-child(3){ width:20%; font-size:16px; font-weight:normal;}
.news_tit02{ margin-top:5px; font-size:18px; line-height:30px;}
.news_tit02 p{ text-indent:0; padding-bottom:8px;}
.qudao{ margin-bottom:40px;}
.qd_tit{ font-size:22px; font-weight:bold; margin-top:40px; margin-bottom:20px;}
.qd_txt01 p{ text-indent:0; font-size:16px; padding-bottom:0; margin-top:10px;}
@media screen and (max-width: 768px) {
.news_tit01{ margin-top: 25px;}
.news_tit01 ul {margin: 0 0 0px 0;}
.news_tit01 ul li{ width:100%;}
.news_tit01 ul li:nth-child(2){ width:100%;}
.news_tit01 ul li:nth-child(3){ width:100%; margin-bottom: 0px;}
}
