@charset "utf-8";
/* CSS Document */

body{ font-size:14px; color:#000; background:#FFF;    -webkit-text-size-adjust:none;-webkit-font-smoothing: subpixel-antialiased;-moz-osx-font-smoothing: grayscale;  margin:0px; padding:0px;word-break:break-all;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100% }ul,li,p{ list-style-type:none; padding:0px; margin:0px;}img{ border:0px;}
a:link {color:#000;text-decoration: none;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;}
a:visited {text-decoration: none;color: #000;}a:hover {text-decoration: none;color: #000;}a:active {text-decoration: none;color: #333;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;   box-sizing: border-box;
}
*, ::after, ::before {
    box-sizing: border-box;
    outline: none;
}
.header {
    background: #f5f5f6;
    height: 35px;
    float: left;
    line-height: 35px;
    width: 100%;
    color: #333;
}
.headerl{ float:left; line-height:40px;}.headerr{ float: right; line-height:40px;}
.w-all{ display:none;}
.banner{width:100%; overflow:hidden; margin:0 auto; }.banner img{ width:100%; display:block;}
.swiper img{ width:100%; display:block;}
body{box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;}
 body{font-family:"Microsoft Yahei";}
.main{ max-width:1400px; margin:0 auto; overflow:hidden;}
.main_h{ max-width:1400px; height:100px; margin:0 auto;display: flex;
    justify-content: space-between; }
.logo{ float:left; overflow:hidden;margin-bottom:0px; margin-top:10px;} .logo img{ max-height:100px; display:block;}
.headh{ width:100%; display:block;   }
.nav {width:auto; display:block; margin-left:10%; float:left;}
.nav li {
	float: left;
	position: relative;
	width:auto; z-index:9999;
	}
.nav a {
	display: block;
	font-size:18px;
	padding: 0px 20px;
line-height:100px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease; 
	
}
.nav li:hover a {
	
color:#333; 
}
.current a{
	color:#333; }
	
	
.header-active{ background:#fff;transition: all 0.9s;-webkit-box-shadow: 0 2px 20px 0 rgba(96,127,179,.3);
    box-shadow: 0 2px 20px 0 rgba(96,127,179,.3);}

.nav li:before {
	content: "";
	position: absolute;
	top: 60px;
	right: 0;
	left: 0;
	width: 0px;
	height: 2px;
	margin: 15px auto;
	background-color: #393939;
	transition: 0.2s 0.2s;
}
.nav li:hover:before {
	width: 60%;
}
.current a:before {
    content: "";
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
width: 60%;
    height: 2px;
    margin: 15px auto;
    background-color: #393939;
    transition: 0.2s 0.2s;
}
#submenu {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 100px;
	visibility: hidden;
	z-index: 1;
	width:auto;
box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);left: 50%;
    transform: translateX(-50%);

}
li:hover ul#submenu {
	opacity: 1;
	top: 100px;	/* adjust this as per top nav padding top & bottom comes */
	visibility: visible;

}
#submenu li {
	float: none;
	width: 100%;
	overflow:hidden;white-space:nowrap;
	border-bottom:0PX solid #ccc;


	



}
#submenu a:hover {
	background: #2f5afe;
	color:#FFF;

}
#submenu a {
background: rgba(255, 255, 255,1);
		font-weight:100;
			padding: 10px 20px;
				font-size:14px;
				text-align:left;
				min-width:64px;
				color:#000;
					line-height:25px;
}
.lv_toptel {
    float: right;
    background: url(tel.png) no-repeat center left;
    text-indent: 55px;
    background-size: 30px 30px;
    background-position: 20px center;
    font-size: 24px; font-weight:bold; 
    padding-right: 2%;
 
    overflow: hidden;
    height: 100px;
    line-height: 100px;
}

.lv_toptel span{font-family:Impact; font-size:36px; color:#34478F}
 .topheader {
    justify-content: space-between;
    height: 70px;
    background: #34478F; margin-top:10px;
}

.com-title{ width:100%; overflow:hidden; text-align:center; margin-top:50px;}
.com-title p:nth-child(1) {
    font-size: 40px;
    font-weight: bold;
    color: #f2f2f2;
}
.com-title p:nth-child(2) {
    font-size: 42px;
    font-weight: bold;
    color: #34478f;
    margin-top: -30px;
}
.com-title p:nth-child(3) {
    font-size: 16px;
 
    color: #666;

}


.titlenav {
	width:100%; overflow:hidden;
    margin-top: 20px; color:#FFFFFF!important;
}


.titlenav  ul {
  text-align: center;

}
.titlenav li{ display:inline-block; overflow:hidden; margin-left:20px; font-size:16px; 
width: 130px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border: 1px solid #f1efef;
    border-radius: 6px;

}	
	
.titlenav li:hover a{ display:block;
    background-color: #01bc66;
    color: #FFFFFF !important;
}	
	
	
.on a{ display:block;
    background-color: #01bc66 !important;
    color: #FFFFFF !important;
}	
	
	
	
	.boxx{ width:100%; overflow:hidden; margin-top:30px; margin-bottom:40px;}	



.boxx li{  overflow:hidden;width:23.5%;transition: all 0.6s;  margin-bottom:2%; float:left; margin-right:1%;position: relative;} 

.boxx li:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    height: 2px;
    background: #34478f;
    z-index: 1;
    transition: all .5s ease;
}

.boxx li:hover:before {
    content: '';
    position: absolute;
	bottom:0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background: #34478f;
    z-index: 1;
    transition: all .5s ease;
}












.boxx img{ width:100%; display:block;transition: all 0.6s;aspect-ratio: 16/10;object-fit: cover; transition: all 0.3s;}
.boxx li:hover{  box-shadow: 0px 5px 37px 3px rgba(0, 0, 0, 0.08);}		
.boxx li p{font-size: 16px;
    box-sizing: border-box;
    padding: 24px 18px; background:#FFF; text-align:center;
    color: #333;
    border: #f5f5f5 1px solid;}

.boxx li:hover .imgs img {
    transform: scale(1.1);
}
/*.boxx li:hover p{ background:#01bc66; color:#fff;}*/

.pro-list {
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    margin-top: 42px;
    margin-bottom: 27px;
}

.bjf9{ width:100%; overflow:hidden; background:#ECEEF6; padding-bottom:50px;  background-size:cover; margin-top:50px;}
.aboutus{ float:left; overflow:hidden; margin-top:50px; padding-bottom:40px; width:45%;} 

.aboutus img{ width:100%; display:block;}
.aboutusr{ width:50%; float:right; overflow:hidden; overflow:hidden;}

.aboutusrh1{ width:100%; overflow:hidden; font-size:36px; font-weight:bold; text-align: left; margin-top:50px; }

.aboutusrh2{ width:100%; overflow:hidden; line-height:1.8; color:#666; font-size:16px; margin-top:20px;}

.but1{ width:180px; float:left; margin-top:50px; overflow:hidden; background:#34478f; position:relative; text-align:center; line-height:50px; z-index:2; font-size:18px; color:#FFF;  bottom:0px; left:0px;border-radius: 50px;}
.but1 a{ color:#FFF;}
.but1:after {
    content: "";
    width: 0px;
    height: 50px;
    background: #27397e;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
    z-index: -1;
    border-radius: 3px;
}

.but1:hover:after {
    width: 100%;
}

    .out_container{
      width: 100%;
	  overflow:hidden; margin-bottom:0px;

      position: relative;
 padding-top:20px;
    }
    .in_container{
      width:90%;
	  overflow:hidden;

      margin: 0 auto;
      overflow: hidden;
    }


.swiper_btnb{ background: url(btn.png) no-repeat;
    transform: rotate(180deg);
    width: 52px;
    height: 52px;
--swiper-navigation-size:0;
    right: 0;
    top: 50%;
    bottom: 0;
    outline: none;
    border-radius: 50%;
    background-size: 100% 100%;}

.swiper_btnbc{ background: url(btn.png) no-repeat;

    width: 52px;
    height: 52px;
--swiper-navigation-size:0;
    left: 0;
    top: 50%;
    bottom: 0;
    outline: none;
    border-radius: 50%;
    background-size: 100% 100%;}
.boxli{ float:left; overflow:hidden;} 
.boxliimg{ width:100%; overflow:hidden;object-fit: cover;
    transition: all 0.3s;
}
.boxliimg img{ width:100%; display:block;}

.boxli p {transition: all .25s ease;
    font-size: 18px;
    box-sizing: border-box;
    padding: 18px;
    background: #FFF;
    text-align: center;
    color: #333;
    border: #f5f5f5 1px solid;
}
.boxli:hover{  box-shadow: 0px 5px 37px 3px rgba(0, 0, 0, 0.08);}		
.boxli:hover p{ background:#01bc66; color:#fff;}


.th_coun_area {
    background: #008000;
    padding: 90px 0 55px; text-align:center; display:block; height:500px; background:url(bg2.jpg) center top no-repeat; background-size: cover;
}
.indexnews{ width:45%; float:left; overflow:hidden; background:#f8f8f8;  padding:40px; margin-top:50px;}
.indexnewsa{ width:100%; color:#afafaf; overflow:hidden;font-size: 24px;}
.indexnewsb{ width:100%; overflow:hidden; margin-top:15px; margin-bottom:15px; font-size:18px; font-weight:bold;}
.indexnewsc{ width:100%; overflow:hidden; color:#999; line-height:1.5; font-size:16px;}
.indexnewsd{ width:100%; overflow:hidden; margin-top:20px; margin-bottom:20px; } .indexnewsd img{ width:100%; display:block;}
.picnewhc{ width:100%; line-height:180%; font-size:14px; overflow:hidden; color:#666; margin-top:10px;}
.picnewhcd{ width:100px; float:left; line-height:250%; overflow:hidden; margin-top:20px;  color:#CCC; text-align:center;}
.picnewhcd a{ color:#999; font-size:16px;border:#999 1px solid; display:block;}
.picnewhcd a:hover{ background:#3db45e; color:#FFF; display:block;border:#3db45e 1px solid;}

.ind{ width:50%; float:right; overflow:hidden;margin-top:50px;}
.ind li{ width:100%; overflow:hidden;  border-bottom:1px solid #f8f8f8;  padding:30px;transition: all .25s ease;}


.inds{ width:100%; float:right; overflow:hidden;margin-top:50px;}


 .inda{ width:100%; overflow:hidden; font-size:18px; font-weight:900;}
  .indac{ width:100%; overflow:hidden; font-size:16px; color:#999; margin-top:10px; margin-bottom:5px;}
  .indb{ width:100%; overflow:hidden; font-size:18px; font-weight:bold; }
 
   .indc{ width:100%; overflow:hidden; line-height:1.5; color:#999; font-size:16px;}
 
 .ind li:hover{ background:#34478f; color:#FFF !important;}
  .ind li:hover .inda{ color:#FFF !important;}
 .ind li:hover .indac{ color:#FFF;}
 
  .ind li:hover .indc{ color:#FFF;}
  .xianb{width: 50px; margin-top:5px;
    height: 3px;
    background: #34478f;}
   .ind li:hover .xianb{width: 50px; margin-top:5px;
    height: 3px;
    background: #fff;}
 
 
.end {
    overflow: hidden;
    width: 100%;
    background: #182c44;
    color: #fff;
    padding: 80px 0 0 0; margin-top:50px;
}
.medf {
    width: 100%;
    background: #000;
    overflow: hidden;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #CCC;
    text-align: center;
}


.medf{ width:100%; background:#182c44; overflow:hidden; text-align: left; padding-top:10px; padding-bottom:10px; color:#CCC; text-align:center;}
.foontes{ width:10%; overflow:hidden; float:left; font-size:16px; margin-bottom:10px;}

.xoan{border-top: 1px solid rgba(255, 255, 255, 0.10); overflow:hidden; width:100%; padding-top:30px; padding-bottom:30px;}
.foontes a{ color:#000; margin-top:5px; font-size:17px;}

.medf a{ color:#ccc;}
.foontes p a{ color:#fff; font-size:14px; line-height:180%; margin-top:10px;}
.txtct{color:#fff; font-size:17px; width:30%; margin-left:8%; overflow:hidden;  line-height:180%; float:left;}.txtct a{ color:#FFF;}
.weix{ overflow:hidden; float: right;}.weix p{ text-align:center; margin-top:10px;}
.weix img{ width:140px; display:block;} 
.txtct p{ color: rgba(255, 255, 255, .66);margin-top:10px; line-height:180%; font-size:16px;}

.endright{display: flex; float:right;}
.endright ul {
    margin-left: 70px;
}



.endright ul li p {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.endright ul li a {
    font-size: 15.5px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 35px;
    opacity: 0.6;
    transition: 1s;
}
footer .box1 .list1 .tt2 {
    font-size: 14px;
    color: rgba(255, 255, 255, .66);
    padding: 11px 0;
    line-height: 20px;
}


.tt2 div {
    font-size: 34px;
    color: #fff;
    font-family: 'Impact';
    line-height: 40px;
}
 .rig_about2 {
    width: 100%;
    overflow: hidden;
    line-height: 180%;
    margin-bottom: 50px; font-size:16px;
}
 .infon{ line-height:180%; margin-bottom:50px; margin-top:0px; overflow:hidden;}
 .bannern{width:100%; overflow:hidden;  position:relative}.bannern img{ width:100%; display:block;}
.txtn{ width:100%; overflow:hidden; text-align:center;  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); position:absolute; font-size:34px; font-family:"Microsoft Yahei"; font-weight:400; color:#FFF;  text-shadow: 2px 2px 2px #333;}
 

.news-two {
	max-width:80%;
	overflow:hidden;
	margin:0 auto; margin-top:50px;
}.netr {
    width: 100%;
}
.news-two li {
 width:100%; overflow:hidden;
	padding: 16px 16px 16px;
		border-bottom: 1px solid #f7f7f7;
}







.news-two li:hover  .two-title { color:#34478f;}


.news-two li a {
	display: block
}
.news-two .two-title {
	margin-bottom: 16px;
	font-size: 18px;
	line-height: 30px;
	color: #333;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}
.news-two .desc {
	font-size: 16px;
	color: #888;
	display: -webkit-box;
	line-height: 32px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news-two .date {

	padding: 20px 0;transition: all 0.3s;
 float:left; width:10%;
}

.rig_about2{ width:100%; overflow:hidden; line-height:180%; margin-top:0px; margin-bottom:50px;}

.news-four {
	overflow: hidden;
	zoom: 1;
	background-color: #f7f7f7;
	padding: 18px 40px 15px 50px
}
.news-four li {
	border-bottom: 1px solid #e6e6e6
}
.news-four li:last-child {
	border: 0
}
.news-four a {
	position: relative;
	display: block;
	padding: 48px 90px 51px 90px;
	background: url("inewarr.png")98%  center no-repeat;transition: all 0.3s;
}

.news-four a:hover{background: url("inewarr.png")100%  center no-repeat  }


.news-four .date {
	position: absolute;
	left: 0;
	top: 31px
}
.news-four .four-title {font-weight: normal;
	margin-bottom: 4px;
	font-size: 18px;
	line-height: 36px;
	color: #333333;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}
.news-four .desc {
	display: none;
	font-size: 0;
	line-height: 36px;
	color: #888;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}

 .page_show { margin: 20px 0; width:100%; text-align:center; overflow:hidden; }
.page_show a { display: inline-block; height: 40px; line-height: 40px; min-width: 40px; text-align: center; background: #F2F2F2; margin-right: 2px; border-radius: 5px; }
.page_show a:hover, .page_show a.page_current { background: #34478f; color: #FFF; text-align:center; }
.news-two .date span, .news-two .date b, .news-four .date span, .news-four .date b {
	display: block;
	font-size: 50px;
	line-height: 48px;
	font-weight: bold
}
.news_ {
    text-align: center;
    font-weight: 900;
    line-height: 50px;
    margin-bottom: 0px;
    font-size: 24px;
    margin-top: 0PX;
}.data {
    margin-bottom: 30px;
    margin-top: 5px;
    color: #999;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #dedede;
}.xxnre {
	width:100%;
    display: block;
    line-height: 180%;
    margin-bottom: 50px;
}
.contact {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 90px 0 0px 0;
    flex-wrap: wrap; width:100%;
}
.xxnre{ widows:100%; display:block; line-height:180%; margin-bottom:50px;}
.contact li {
    width: 48%;

    display: flex;
    padding: 60px 2%;transition: 1s;cursor:pointer; border:1px solid #dedede;
}


.data {
    margin-bottom: 30px;
    margin-top: 5px;
    color: #999;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #dedede;
}
.news_ {
    text-align: center;
    font-weight: 900;
    line-height: 50px;
    margin-bottom: 0px;
    font-size: 24px;
    margin-top: 0PX;
}
.contactleft{ width:10%; float:left; overflow:hidden;} .contactleft img{ width:100%; display:block;}
.contactleftr{ width:70%; margin-left:20px; float:right; overflow:hidden; font-size:18px; font-weight:bold; font-family: "Microsoft Yahei"; color:#333;}

.contactleftr p{ font-weight:normal; font-size:16px; color:#000;}


.formBox {
    overflow: hidden;
    width: 100%;
    border: 0px solid #E5E5E5;
    /*padding: 30px 200px 0px 200px;*/
}
.formBox input {
    float: left;
    width: 48%;
    margin-top: 20px;
    border: 1px solid rgba(229, 229, 229, 1);
    line-height: 37px;
    height: 49px;
    color: #555555;
    font-size: 16px;
    padding: 5px 20px;
    background: #fff;
}
.formBox textarea {
    float: left;
    width: 100%;
    margin-top: 20px;
    background: #fff;
    border: 1px solid rgba(229, 229, 229, 1);
    background: #fff;
    line-height: 26px;
    height: 167px;
    color: #555555;
    font-size: 16px;
    padding: 10px 20px;
}
._r {
    float: right !important;
}
.formBox .submit {
    float: left;
    width: 27.7%;
    margin: 52px auto 0 auto;
    background: #34478f;
    color: #fff;
    font-size: 18px;
    line-height: 62px;
    height: 62px;
    border-radius: 0px 0px 0px 0px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    border: none;
    padding: 0;
    opacity: 1;
}
.inxex_bjb {
    background: #f8f8f8;
    overflow: hidden;
    margin-bottom: 20px;
}
.navq {
	float: left; overflow:hidden;
/*	margin-top:15px;*/
}

.navq li {
	float: left;
	position: relative;
	width:auto; border-right:0px solid #CCC;
	}
.navq a {


	display: block;
	font-size:17px;
	padding: 30px 20px;
line-height:20px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	
}
.navq li:hover a {
	
color:#34478f;
}

	
.navq li:before {
	content: "";
	position: absolute;
	top: 50px;
	right: 0;
	left: 0;
	width: 0px;
	height: 3px;
	margin: 15px auto;
	background-color: #34478f;
	transition: 0.2s 0.2s;
}
.navq li:hover:before {
	width: 60%;
}



.navq li a.current { color: #34478f}








.navqright{
	float:right;
	overflow:hidden;
	line-height:80px;
	font-size:14px;
	background-image: url(zbb1.png);
	background-repeat: no-repeat;
	background-position: 0px 25px; text-indent:2em;
}




.navq li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    display: block;
    background: #ccc;
    top: 50%;
    margin-top: -7px;
    right: 0px;
}
.nav_snav a{ color:#009b4d;}


.navq li:last-child:after{ display:none;}
.xxnrt {
    width: 100%;
    overflow: hidden;
    line-height: 180%;
    margin-bottom: 30px;
}
.portel {
    color: #fff !important;  font-family:"Microsoft Yahei";
    font-size: 16px; 
    text-align: center;
background: linear-gradient(to right, #3db45e, #009b4d);
    width: 240px;
    border-radius: 7px;
    padding: 13px 0;
    display: block;
    margin-top: 87px;
}
.pordmaore{ width:48%; float:left; overflow:hidden;} .pordmaore img{ width:100%; display:block;}
.pordmaoreright{ width:48%; float:right; overflow:hidden; line-height:2;}


.news_f {
    text-align: left;
    font-weight: 900;
    line-height: 50px;
    margin-bottom: 0px;
    font-size: 24px;
    margin-top: 0PX;
}.news_g {
    text-align: left;
    margin-bottom: 0px;
    font-size: 16px;
    margin-top: 0PX; color: #666;
}.xiangx {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dashed #CCCCCC; font-weight:bold; font-family:"Microsoft Yahei";

    line-height: 180%;
    font-size: 22px;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 30px;
}
 .infonf{ line-height:180%; margin-bottom:50px; margin-top:50px; overflow:hidden;}
 .on-nav a{ background:#f66e00!important; color:#FFF!important;}
 
 
 
 
 .youshi{  width:100%; overflow:hidden; margin-top:40px;}
.youshi ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
  gap: 50px; padding-top:20px; margin-bottom:20px;
}
.youshi ul  li{ background: #FBF9FF; padding:30px; line-height:180%; font-size:16px; color:#666;
    border-radius: 20px;transition:All 0.4s ease-in-out;cursor: pointer;
    text-align: center;}
	.youshiimg{ width:80px; display:block; margin:0 auto; transition: transform 0.5s ease;
}	.youshiimg img{ width:100%; display:block;}
	.youshi ul  li h1{ font-size:20px; margin-top:15px; margin-bottom:15px; color:#333;p }
	
	.youshi ul  li:hover h1{ color:#34478f;}	 	.youshi ul  li:hover { color:#34478f;}	
.youshi ul li:hover .youshiimg{transform: rotateY(180deg);
}


.youshi ul  li:hover {
	transform:translate(0,-10px);
	-webkit-transform:translate(0,-10px);
	-moz-transform:translate(0,-10px);
	-o-transform:translate(0,-10px);
	-ms-transform:translate(0,-10px);
	-webkit-box-shadow:0px 5px 15px #e5e5e5;
    -moz-box-shadow:0px 5px 15px #e5e5e5;
    box-shadow:0px 5px 15px #e5e5e5;
}
 
 
 
  .out_container{
      width: 100%;
	  overflow:hidden; 

      position: relative;
	  margin-top:50px;
    }
    .in_container{
      width:100%;
	  overflow:hidden; padding:10px;

      margin: 0 auto;
      overflow: hidden; margin-bottom:40px;
    }
.bullet .swiper-pagination-bullet{ background:#34478F; }

.slipic{box-shadow: 0 2px 8px 0 rgba(0,0,0,.08); padding:50px 20px 50px 20px; background:#FFF;border-radius: 10px;}
.slipic p{ width:100%; margin-top:15px; margin-bottom:15px; overflow:hidden; font-size:18px;}
.slipicpic{ width:70%; overflow:hidden; margin:0 auto;border-radius: 50%;}
.slipicpic img{ width:100%; display:block;}
.slipicpictxt{ width:100%; text-align:center; font-size:18px; line-height:2; font-family:"微软雅黑"; margin-top:10px; margin-bottom:5px; text-align:center; font-weight:800;}
.slipicpicxian{ width:20%; height:3px; background:#34478F; margin:0 auto;}
.slipicpictxtb{ width:100%; overflow:hidden; margin-top:10px; color:#4a4b4d; line-height:1.5; letter-spacing:2px; text-align:center; font-size:16px;}
.liy{ width:100%; overflow:hidden; background:url(lov.jpg) no-repeat #f8c79c; background-size:cover; margin-top:50px; padding-top:50px; padding-bottom:50px;background-attachment: fixed;
}
.txtpt{ margin-top:0px; text-align:center;   background: linear-gradient(to right, #4c67ff, #ff5e62); margin:0 auto; width:120px; color:#FFF; line-height:35px; margin-bottom:20px; border-radius:0px 0px 10px 10px}

.cooperation{ width:100%; overflow:hidden; margin-top:50px;}
.cooperation ul{display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 30px;}
	.cooperation  li {  border: 1px solid #f8f8f8;}
	
.cooperation  li img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: contain;
    transition: .4s; 
}


.cooperation  li:hover {
  border: 1px solid #4c67ff;
}
 
 .newstx{ width:45%; float:left; overflow:hidden; margin-top:50px;}
  .newstx li:first-child { width:100%; overflow:hidden; float:left; background:url(6.jpg) no-repeat ; background-size:cover; padding:40px; margin-bottom:20px;}
  .newstx li{ width:45%; overflow:hidden; float:left;  padding:40px; margin-right:5%;}
    .newstx li:last-child {margin-right:0%; float:right; }
  .newsp{background:url(7.jpg) no-repeat ; background-size:cover;}   .newsp1{background:url(8.jpg) no-repeat ; background-size:cover;}
  .newstxpic{ width:100%; overflow:hidden;}
  .newstxtxt{ font-size:36px; color:#FFF; font-weight:bold;}    .newstxtxt p{ font-size:24px; font-weight:normal;}
  
    .newstxtx1{ font-size:24px;}
	
	.ambie{ width:100%; overflow:hidden; margin-top:50px;} 	.ambie img{ width:100%; display:block;}
	
	.wenzil{ width:100%; overflow:hidden; background:url(h.jpg) no-repeat; background-size:cover; text-align:center; font-size:26px; font-weight:bold; text-align:center; color:#FFF; padding-top:50px; padding-bottom:50px;}
		.wenzil p{ font-size:20px; font-weight:normal;}
		
		.kunrai{ width:100%; margin-top:0px; overflow: hidden; background:url(ren2.png) center 200px no-repeat;  background-size:25%; text-align:center; margin-top:50PX; margin-bottom:50PX;}
		.conttxt{ width:35%; overflow:hidden; float:left; margin-top:80px;}
		
				.conttxt li{
		border-radius: 50px;
    border: #34478f solid 1px; line-height:60px; font-size:16px; background:#FFF;
    margin-bottom: 26px; text-align: center;}.rightv{ float:right}
	
		.conttxt li:hover{ background:#34478f; color:#FFF;}
		
		
 .ixtelcon {
    width: 100%;
    background: #fff;
    border-radius: 30px; overflow:hidden;
}


.tit {
    width: 50%; float:left;
    height: 85px;
    text-align: center;
    line-height: 85px;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    background: #34478f;
    border-radius: 30px 0 0 30px;
}
.num {
    width: 50%; float:right;
    height: 85px;
    text-align: center;
    line-height: 85px;
    font-size: 24px; background:#FFF;
    color: #333;
}