

/* CSS Document */

@charset "utf-8";

body{ margin:0px; font-size:12px; color:#3d2f1b;font-family: 微软雅黑,"Microsoft YaHei";}

*{padding:0px;margin:0px;}

body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,form,fieldset,legend,input,textarea,select,button,th,td {margin:0;padding:0;}

h1,h2,h3,h4,h5,h6 {font-size:12px;list-style:none;}

input,select {font:100% Helvetica, Tahoma, Arial, "Microsoft YaHei", "微软雅黑", SimSun, "ËÎÌå", STXihei, "»ªÎÄÏ¸ºÚ", Heiti, "ºÚÌå", sans-serif;}

button {overflow:visible}

img{border:none;}

a{color:#333;text-decoration:none; outline:none; border:0}

a:hover{color:#0D8584;text-decoration:none;}



input,select,button{font:12px Verdana,Arial,Tahoma;vertical-align:middle;}

.clear{overflow:hidden;clear:both; height:0px;}

li{	list-style:none;}

.lf{ float:left;}

.rt{ float:right;}







.header{ position:fixed; z-index:99; background:#fff; border-bottom:#eee 1px solid; width:100%; left:0; top:0;box-shadow: 0 8px 13px 0 rgba(0,0,0,.1);  padding:10px 0; }



.jianju{ height:120px; overflow:hidden; }



.jianju2{ height:120px; overflow:hidden;}

.you{display: flex; align-items: center;}





.top1{ width:80%;  margin:0 auto;  display: flex;   justify-content: space-between;   align-items: center; max-width:1500px }

.logo{ display: flex; align-items: center;}

.logo img{ height:80px; width:auto; }



.lange{background:#fff; border:#eee 1px solid;margin:0 15px; padding:0 5px; border-radius:25px; display: flex; color:#666; line-height:35px; }

.lange a{ display:block;   padding:0px 8px;  color:#666; font-size:14px}

.lange a:hover{ display:block; text-decoration:underline}







.header .s_ch{ width:78px;  text-align:center; color:#888;  cursor:pointer; 

transition:all .5s;

-o-transition:all .5s;

-ms-transition:all .5s;

-moz-transition:all .5s;

-webkit-transition:all .5s; padding-left:17px; margin-left:15px}

.header .s_ch i{font-size:20px;}



.beijing{}



@media only screen and (max-width:1440px){

.top1{ width:90%; max-width:1170px; margin:0 auto;  display: flex;   justify-content: space-between;   align-items: center; }

}







.search{width:100%; background:#fff; position:fixed; top:80px; left:0; z-index:99; display:none; -webkit-box-shadow: inset 0px 10px 8px -10px rgba(0,0,0,0.2), inset 0px -10px 8px -10px rgba(0,0,0,0);}

.search .container{ position: relative; width:94%; margin:0 auto; max-width:700px; padding:30px 0; }

.search .sc_gb{position:absolute; top:50px; cursor:pointer; right:-50px;

transition:all .5s;

-o-transition:all .5s;

-ms-transition:all .5s;

-moz-transition:all .5s;

-webkit-transition:all .5s;}

.search .sc_gb:hover{transform: rotate(360deg);

-webkit-transform: rotate(360deg);

-moz-transform: rotate(360deg);

-ms-transform: rotate(360deg);

-o-transform: rotate(360deg);}

.search .sc_gb i{font-size:26px; line-height:50px; color:#bbb;}

.search .sc_nr{width:100%; margin:20px auto; border: 2px solid #0D8584; border-radius:100px}

.search input{width:calc(100% - 90px)  ; height:50px; font-size:16px; line-height:50px; color:#333; float:left; padding-left: 15px; background: none; border: none; outline:none;}

.search input::placeholder{color:#bbb;}

.search button{width:70px; height:50px; line-height:50px; text-align:center; color:#999; float:right; outline:none;  background: none; border: none;}

.search button i{font-size:20px;}

@media only screen and (max-width:992px){

.search{ top:50px;}

.search .container{ padding:10px 0; padding-right:60px; box-sizing:border-box }



.search .sc_gb{ right:0; top:30px}



.jianju2{ height:50px; overflow:hidden;}

.header .s_ch{ margin-right:30px}

	

	

}





















.header .an{ position:absolute; right:0; top:0px;height:100%; width:50px; display:none; float:right; background:#0D8584;}

.header .an span{width:30px; height:2px; background-color:#fff; display:block; position:absolute;

transition:all .5s;

-o-transition:all .5s;

-ms-transition:all .5s;

-moz-transition:all .5s;

-webkit-transition:all .5s;}

.header .an span.a1{top:24px; left:10px;}

.header .an span.a2{top:32px; left:10px;}

.header .an span.a3{top:40px; left:10px;}

.header .an.n span.a2{display:none;}

.header .an.n span.a1{top:22px; width:30px;

transform:rotate(45deg);

-o-transform:rotate(45deg);

-ms-transform:rotate(45deg);

-moz-transform:rotate(45deg);

-webkit-transform:rotate(45deg);}

.header .an.n span.a3{top:22px; width:30px;

transform:rotate(135deg);

-o-transform:rotate(135deg);

-ms-transform:rotate(135deg);

-moz-transform:rotate(135deg);

-webkit-transform:rotate(135deg);}



.header .nav { width:100%; margin:0 auto; }

.header .nav ul{ display: flex; align-items: center;justify-content:center  }

.header .nav ul>li{height:50px; width:auto; min-width:50px;font-size:16px; line-height:50px; float:left; text-align:center;position:relative; margin: 0 15px; }



.header .nav i{font-size:14px; line-height:100px; text-align:right; position:absolute;height:100px; right:10px; top:0px; display:none; }

.header .nav ul li a.o_lm{line-height:50px; color:#000;   margin:0; display:block; position:relative }

.header .nav ul li a.o_lm:after{ content:""; position:absolute; bottom:0px; left:50%; transform:translateX(-50%); width:0; opacity:0; height:2px; background:#0D8584;transition:all 0.6s}

.header .nav ul li:hover a.o_lm:after{ content:""; width:30px; opacity:1; transition:all 0.6s}

.header .nav ul li:hover a.o_lm{ color:#0D8584}

.header .nav ul li.hover a{color:#0D8584}

.header .nav ul li.hover a.o_lm:after{ content:""; width:30px; opacity:1; transition:all 0.6s}

.header .nav ul ul{ display:block}



.header .nav .e_j{position:absolute; width:auto; left:50%; margin-left:-50px;   width:120px;  background:#fff; top:80px;   display:none;  z-index:999; height:auto; }

.header .nav ul li:hover .e_j{display:block;}

.header .nav .e_j ul li{ display:block; width:100%; line-height:40px;  font-weight:normal; height:auto; text-transform:none;white-space: nowrap; margin:0;text-overflow: ellipsis; white-space: nowrap; text-overflow: ellipsis; position:relative}

.header .nav .e_j  ul li a{display:block; font-size:14px; line-height:40px; color:#333; padding: 0;}

.header .nav .e_j  ul li a:hover { color:#fff; background:#0D8584 }

.header .nav .cp_ej{width:1400px; padding:10px; background:#fff; position:absolute; left:0; opacity:0; margin-left:-810px; visibility:hidden; display:block; z-index:15;box-sizing:border-box ;

transform:translateY(10px);

-webkit-transform:translateY(10px);

-moz-transform:translateY(10px);

-ms-transform:translateY(10px);

-o-transform:translateY(10px);

transition:all .5s;

-o-transition:all .5s;

-ms-transition:all .5s;

-moz-transition:all .5s;

-webkit-transition:all .5s;}

.header .nav ul li:hover .cp_ej{opacity:1; visibility:inherit;

transform:translateY(0);

-webkit-transform:translateY(0);

-moz-transform:translateY(0);

-ms-transform:translateY(0);

-o-transform:translateY(0);}

.header .nav .cp_ej .row{margin:0 ;}

.header .nav .cp_ej .col-md-3{border-right:1px dotted #aaa; padding:0 0 0 20px; float:left; width:12.5%;box-sizing:border-box; min-height:400px }

.header .nav .cp_ej .col-md-3:last-child{border-right:0;}

.header .nav .cp_ej h3{font-size:15px; line-height:28px; text-align:left;color:#333; margin-bottom:5px; font-weight: bold;}

.header .nav .cp_ej img{ margin-right:5px;}

.header .nav .cp_ej h3 i{font-size:15px; color:#fff; float:right;}

.header .nav .cp_ej a{font-size:14px; line-height:30px; color:#555; display:block; font-weight:500; text-align:left}

.header .nav .cp_ej a:hover{ color:#0D8584;}







.nav .e_j .ejy { position:relative}

.nav .e_j .ejy .y_j a{  line-height:40px; color:#fff; display:block; font-size:13px}

.nav .e_j .s_j {width:120px; background-color:rgba(255,255,255,0.9); position:absolute; top:0px; left:120px; display:none; z-index:9999;  font-weight:500}

.nav .e_j .s_j a {font-size: 13px !important; display:block; line-height:30px; text-align:left; padding-left:10px}

.header .nav .e_j a:hover{background-color:#0D8584; color:#fff; }

.nav ul li .e_j .ejy:hover .s_j { display:block}

.header .nav ul li:hover .e_j.sjrj{display:none;}



@media only screen and (max-width:1170px){



	.header .nav ul>li{width:80px;margin:0;}

}





@media only screen and (max-width:1270px){

.header .nav ul>li{ font-size:14px; margin:0; }

	

}





@media only screen and (max-width:992px){

.header{ position:fixed;  top:0; width:100%; left:0; z-index:999;}

.header .an{display:block;}

.header .nav{width:100%; height:0; padding:0; position:fixed; background-color:#fff; top:50px; right:0; margin:0;  overflow:auto;z-index:9; border-top:#eee 0px solid;

transition:all .3s;

-webkit-transition:all .3s;

-moz-transition:all .3s;

-ms-transition:all .3s;

-o-transition:all .3s;}

.header .nav.on{height:100%; padding:2% 0%;}

.header .nav ul{ display:block}

.header .nav ul li a.o_lm{ padding:0 0;  display:block;}

.header .nav i{display:block; color:#666;  top:0; right:20px; line-height:50px; height:50px}

.header .nav ul li{width:100%; height:auto; text-align:left; font-size:16px; display:block; margin:0; padding:0 20px; box-sizing:border-box;

transition:all .3s;

-o-transition:all .3s;

-ms-transition:all .3s;

-moz-transition:all .3s;

-webkit-transition:all .3s;}

.header .nav ul li:hover  i{ color:#666}

.header .nav ul li i{color:#666}

.header .nav ul li.hover a.o_lm:after{ content:none;}

.header .nav ul li:hover a.o_lm:after{ content:none;}

.header .nav ul li a.o_lm{line-height:50px;}

.header .nav ul li:hover a.o_lm{ background:none;}

.header .nav .y_j{border-bottom:1px solid #f1f1f1;}

.header .nav .e_j{padding:10px 0px; border-bottom:0px solid #666;box-shadow:none; overflow:hidden; border-top:0; background:none; position:inherit; top:auto; left:auto; width:100%; height: auto;

box-sizing:border-box;

-webkit-box-sizing:border-box;

-moz-box-sizing:border-box;

-ms-box-sizing:border-box;

-o-box-sizing:border-box; transform:none;position: !important;left: auto; margin-left:0;}

.header .nav .e_j ul li a{ color:#666; padding:0; font-size:14px}

.header .nav ul li:hover .e_j{display:none;}

.header .nav .e_j.n{display:block !important;}

.header .nav .e_j ul li{ padding:0}

.nav .e_j .ejy .y_j a{ color:#666;}

.nav .e_j .ejy .y_j{ border-bottom:none}

.logo{ margin:3px 0 0 -10px;}

.logo img{ height:45px; width:auto}

.tel{ display:none;}

.jianju{ height:70px; display:block; overflow:hidden}

.lange{ border:0; margin:0; margin-right:60px;}

.lange a{   font-size:14px}

.header .s_ch{ width:70px; margin-top:5px ;padding-left: 0px; margin-right:45px;}

	.header .s_ch img{max-width: 100%;}

.header .s_ch i{font-size:14px;}

.header .sjrj { display: block;}



}



















.banner {

        width: 100%;

    	

		overflow:hidden;

		position:relative;

		box-sizing:border-box;

		

    

 }

 .banner  .swiper-slide {

		width:100%;height:100%;

		position:relative; overflow:hidden }

		





.banner  .swiper-slide  img{ width:100%; height:100%;object-fit: cover; }



.banner .container {

	position: absolute;

	top:36%;

	left: 50%;

	z-index: 99;

	transform: translate(-50%, -50%);

	-webkit-transform: translate(-50%, -50%);

	-moz-transform: translate(-50%, -50%);

	-ms-transform: translate(-50%, -50%);

	-o-transform: translate(-50%, -50%); width:90%

}

.banner .w_z {

	width: 100%;

	margin: 0 auto;

	color: #fff;

	text-align: left  ;

	position: relative;

}

.banner .w_z.hs{text-align:left; margin-left:-200px}

.banner .w_z h2 {

	font-size: 44px;

	font-weight: bold;

	line-height: 70px;

	color: #fff;text-shadow: 1px 1px 1px #000; margin-bottom:20px; letter-spacing:2px ;

}

.banner .w_z p {

	font-size: 20px;

	text-transform: uppercase;

	line-height: 42px;

	margin-top: 15px;text-shadow: 1px 1px 1px #000;

}





.banner   .swiper-pagination-bullet{ width:40px; height:4px; background:#fff; border-radius:0; opacity:1}

.banner  .swiper-pagination-bullet-active{ position:relative;border-radius:0; overflow:hidden}

 .banner  .swiper-pagination-bullet-active:after{ content:""; position:absolute; left:0; top:0; width:40px; height:4px; animation-name: example;  animation-duration: 2s; background:#0D8584;}

@keyframes example {

  from { width:0}

  to { width:100%;}

}







.banner .swiper-button-next{width:50px; height:80px;background:none;  right:15px; text-align:center}

.banner .swiper-button-next:after{ font-family: 'iconfont';content: "\e613"; color:#fff; position:relative; z-index:2;  line-height:80px; text-align:center; font-size:30px}

.banner .swiper-button-prev{width:50px; height:80px; background:none;  left:15px; text-align:center}

.banner .swiper-button-prev:after{ font-family: 'iconfont';content: "\e615"; color:#fff; position:relative; z-index:2;  line-height:80px; text-align:center; font-size:30px}





.banner .kuan h2{font-size:40px; color:#fff; font-weight:normal; text-align:center}

.banner .kuan p{ display:block; margin:25px 0; font-size:30px; line-height:40px; color:#fff; font-weight:lighter; text-align:center}

.banner .kuan span a{ display:block; width:150px; margin:0 auto; margin-top:25px; line-height:40px; text-align:center; background-image: linear-gradient(50deg, #e53728,#bc2a26); color:#fff; border-radius:50px; font-size:16px; transition:all 0.6s; }



.banner .kuan span a:hover{ background:#fff; color:#bc2a26; transition:all 0.6s;}

.banner .w_z a{  padding:0 30px; border:2px solid #fff; text-shadow: 1px 1px 1px #000;  font-size:16px; text-align:center; color:#fff; line-height:36px; display:inline-block; margin-top:50px; background:rgba(255,255,255,.3)}

.banner .w_z a:hover{background-color:#0D8584; border:2px solid #0D8584;}







@media only screen and (max-width:1600px){

	

.banner .kuan h2{font-size:30px;}

.banner .kuan p{ margin:15px 0; font-size:20px; line-height:30px;}

.banner .kuan span a{  width:150px; margin-top:25px; line-height:40px;  font-size:14px;  }	

	

}



@media only screen and (max-width:1440px){

	.banner {

        width: 100%;

    	height:100vh;

	

    

 }

	

}





@media only screen and (max-width:1270px){

	

.banner .kuan h2{font-size:23px;}

.banner .kuan p{ margin:15px 0; font-size:14px; line-height:25px;}

.banner .kuan span a{  width:120px; margin-top:15px; line-height:30px;  font-size:14px;  }	







	

}



@media only screen and (max-width:992px){

.banner .kuan h2{font-size:18px;}

.banner .kuan p{ margin:10px  auto; font-size:12px; line-height:20px; font-weight:normal; }

.banner .kuan span a{  width:100px; margin-top:10px; line-height:23px;  font-size:12px;  }	

	.indexDiv3 .swiper-button-prev{right:44px!important;}

	

	

}





@media only screen and (max-width:600px){

	

	.banner {



    	height:220px;

	

	

    

 }

 .banner  .swiper-slide {

		height:220px;

	 }

		





.banner  .swiper-slide  img{ width:100%; height:100%;object-fit: cover; opacity:0.8	}





.banner .w_z h2 {

	font-size: 20px;

	font-weight: bold;

	line-height: 30px;

	color: #fff;text-shadow: 1px 1px 1px #000; margin-bottom:10px; letter-spacing:2px ;

}

.banner .w_z p {

	font-size: 14px;

	text-transform: uppercase;

	line-height: 26px;

	margin: 0px auto;text-shadow: 1px 1px 1px #000;width:90%

}

.banner .swiper-button-next{ display:none}	

.banner .swiper-button-prev{ display:none}

.banner .w_z.hs{text-align:left; margin-left:0px}

.banner .w_z a{ display:none}

}







.sy_cp{width:100%; padding:70px 0 ; height:auto; overflow:hidden;position: relative !important; }

.sy_cp::before {

  content: '';

  width: 100%;

  height:450px;

  position: absolute;

  z-index: -1;

  opacity: .9;

  background-color: #fafafa;

  top: 0;

}



.sy_cp .cp_zs{width:94%;max-width: 1170px; position:relative; margin:0 auto}

.sy_cp .swiper-pagination{bottom:0; display:none;}

.sy_cp .swiper-pagination-bullet{background-color:#aaa;}

.sy_cp .swiper-pagination-bullet-active{background-color:#0D8584;}

.sy_cp .swiper-slide{position:relative; padding:20px 0}

.sy_cp .swiper-button-prev{width:38px; height:38px; border:1px solid #ddd; border-radius:3px; background:url(../images/zj1.png) no-repeat center; left:-66px; margin-top:-22px;

background-size:100% 100%;

-webkit-background-size:100% 100%;

-moz-background-size:100% 100%;

-ms-background-size:100% 100%;

-o-background-size:100% 100%;

transition:all .5s;

-o-transition:all .5s;

-ms-transition:all .5s;

-moz-transition:all .5s;

-webkit-transition:all .5s;}

.sy_cp .swiper-button-prev:hover{background:#0D8584 url(../images/zj.png) no-repeat center; border:1px solid #0D8584;}

.sy_cp .swiper-button-next{width:38px; height:38px; border:1px solid #ddd; border-radius:3px; background:url(../images/yj1.png) no-repeat center; right:-66px; margin-top:-22px;

background-size:100% 100%;

-webkit-background-size:100% 100%;

-moz-background-size:100% 100%;

-ms-background-size:100% 100%;

-o-background-size:100% 100%;

transition:all .5s;

-o-transition:all .5s;

-ms-transition:all .5s;

-moz-transition:all .5s;

-webkit-transition:all .5s;}

.sy_cp .swiper-button-next:hover{background:#0D8584 url(../images/yj.png) no-repeat center; border:1px solid #0D8584;}

.sy_cp .n_r{ background:#fff;box-shadow: 0 8px 15px 0 rgba(95,125,158,.2);  position:relative;}



.sy_cp .n_r .img-box1 { width: 100%; height: 320px  ; overflow: hidden; text-align:center}

.sy_cp .n_r .img-box1 img {object-fit: cover;    width: 80%; height: auto ; margin:0 auto ;}

.sy_cp .n_r>p { width: 100%; text-align: center; position: absolute; bottom: 30px; left: 0; z-index: 3; color: #222; font-size: 20px; font-weight:700 }

.sy_cp .n_r .mask { width: 100%; height: 100%;  background-color: rgba(6,78,141,.8); position: absolute; left: 0; top: 0; z-index: 9; text-align: center; color: #fff; display: none;}

.sy_cp .n_r .mask h3 { font-weight: 400; font-size: 20px; padding: 10% 0 10px; position: relative; font-weight:700 }

.sy_cp .n_r .mask h3:before { content: ''; display: block; width: 26px; height: 1px; background-color: #fff; position: absolute; bottom: 0; left: 50%; margin-left: -13px;}

.sy_cp .n_r .mask>p { width: 80%; min-height:140px  ; line-height: 26px; margin: 5% auto 5%; overflow: hidden;  font-size:14px }

.sy_cp .n_r .mask .links { width: 30%; margin: 0 auto; overflow: hidden; }

.sy_cp .n_r .links a { display: block;  width: 100%; padding: 5% 0; color: #0D8584;background-color: #fff;}

.sy_cp .n_r .links a.shipin { background-color: #fff; color: #0b9c95; }





@media only screen and (max-width:1024px){

.sy_cp .swiper-cy{padding-bottom:30px;}

.sy_cp .swiper-slide:hover .w_z{padding:30px 15px;}

.sy_cp .m_r{width:110px; height:32px; margin-bottom:30px;}

.sy_cp .m_r a{font-size:14px; line-height:30px;}

}

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

.sy_cp{padding:20px 0;}

.sy_cp .row{margin:0 -10px;}

.sy_cp .col-12{padding:0 10px;}

.sy_cp .w_z h3{letter-spacing:0;}

.sy_cp .w_z p{font-size:14px; line-height:28px; margin-bottom:15px;}

.sy_cp .n_r>p { width: 100%; text-align: center; position: absolute; bottom: 20px; left: 0; z-index: 3; color: #222; font-size: 16px; font-weight:700 }

.sy_cp .n_r .img-box1 { width: 100%; height: 280px  ; overflow: hidden; text-align:center}



.sy_cp .cp_zs{ padding-top:0px}

.sy_cp .w_z h4{ font-size:14px; margin-top:10px; margin-bottom:0}

.sy_cp .w_z {

  padding: 0 10px 15px;

}

.sy_cp .w_z span{line-height:30px; color:#777; height:30px; display:block; background-image: linear-gradient(307deg,#188f49,#438a7c); width:100px; margin:15px auto 0; text-align:center; color:#fff; font-size:12px;border-radius:  0rem 15px 0 15px;}

.sy_cp .swiper-slide{position:relative; padding:10px 0 20px}



}















.contain{ width:96%; margin:0 auto; max-width:1170px;}

.guanyu{ background:#fff url(../images/bg1.jpg) center right no-repeat; background-size:auto 100%; overflow:hidden; padding:70px 0 ;}

.guanyu .contain{ display: flex;   justify-content: space-between;   align-items: center;  flex-direction:row-reverse}

.sy_gypic{  width:45%;  overflow:hidden}

.sy_gypic img{ width:100%; height:auto;transition:all 0.6s}

.sy_gypic a:hover img{ transform:scale(1.1,1.1); transition:all 0.6s}



.sy_gyzi{ width:52%; margin-right:3%}

.sy_gyzi h1{ display:block; color:#0D8584; font-size:45px}

.sy_gyzi h2{ display:block; color:#333; font-size:20px}

.sy_gyzi p{ display:block; margin:20px auto; font-size:15px; line-height:36px; color:#464646;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow:hidden}

.sy_gyzi span a{ display:block; background:#0D8584; width:190px; color:#fff; line-height:55px; border-radius:5px; text-align:center; font-size:14px; transition:all 0.6s; text-transform:uppercase; font-weight:bold}

.sy_gyzi span a:hover{ background:#da0000; transition:all 0.6s}

@media only screen and (max-width:1200px){

.guanyu{  padding:50px 0;}

.sy_gyzi h1{ display:block; color:#0D8584; font-size:30px}

.sy_gyzi h2{ display:block; color:#333; font-size:16px}

.sy_gyzi p{ display:block; margin:20px auto; font-size:15px; line-height:25px; }

.sy_gyzi span a{  width:120px; line-height:35px; font-size:12px}



}



@media only screen and (max-width:992px){

.guanyu{padding:20px 0; background:none}

.guanyu .contain{ display:block}

.sy_gypic{  width:100%;  overflow:hidden}

.sy_gyzi{ width:100%; margin-top:20px}

.sy_gyzi p{ display:block; margin:0 auto 20px; font-size:14px; line-height:28px; color:#464646; }



}







.relative {position: relative;}

.table {display: table;width: 100%;height: 100%;}

.table-cell {display: table-cell;vertical-align: middle;}

.title-style .line {

  width: 50px;

  height: 4px;

  background: #72a9f0;

  margin: 10px 0;

}

.index-about {position: relative; background:url(../images/bn_bj.jpg); padding:60px 0}

.index-about .title-style {text-align: center;width: 100%;padding-bottom: 20px;}

.index-about .title-style h2 {color: #fff; font-size:32px}

.index-about .title-style .line {margin: 20px auto auto;}

.index-about .title-style h6 {font-size: 16px;line-height: 24px;color: #fff;padding: 20px 0;margin: 0;font-weight: normal;overflow: hidden;opacity: .6;}

.index-about .about-item {width: 96%;height: 100%;z-index: 3; max-width:1170px; margin:0 auto}

.index-about .about-item .content {width: 100%; height: 457px;border: 1px solid rgba(255,255,255,.3);overflow: hidden;background: rgba(0,0,0,0.2)}

.index-about .about-item .left{padding: 3% 3% 0 5%;overflow: hidden;width:43%;height: 90%; position: relative; float:left}

.index-about .about-item .left::after {content: '';display: block;width: 1px;height: 100%;background: #fff;position: absolute;right: 0;top: 0;opacity: .3;}

.index-about .about-item .left .title{overflow: hidden;}

.index-about .about-item .left .title h2{text-transform: uppercase;margin: 0;color: #fff;}

.index-about .about-item .left .title h4{font-size: 20px; margin:10px 0;color: #fff;}

.index-about .about-item .left .title .line{width: 50px;height: 4px;background: #72a9f0;margin: 25px 0;}

.index-about .about-item .left .text{font-size: 16px;line-height: 32px;color: #fff;opacity: .6;}

.index-about .about-item .left .play {display: inline-block;margin-top:30px;}

.index-about .about-item .left .play a{display: block;overflow: hidden;background: #72a9f0;border: 1px solid #0D8584;padding:10px 20px;font-size: 0;}

.index-about .about-item .left .play span{font-size: 14px;color: #fff;display: inline-block;vertical-align: middle;}

.index-about .about-item .left .play a:hover {background: #4a8ce3;border: 1px solid #4a8ce3;}

.index-about .about-item .left .play a:hover span,.index-about .about-item .left .play a:hover i{opacity: 1;}

.index-about .about-item .right {overflow: hidden;width:49%;position: relative;}

.index-about .about-item .right::after {content: '';display: block;width: 100%;height: 1px;background: #fff;position: absolute;left: 0;top: 50%;margin-top: -0.5px;opacity: .3;}

.index-about .about-item .right .item {position: relative;float: left;width: 33.3333333%;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}

.index-about .about-item .right .item:hover {background: #0D8584;}

.index-about .about-item .right .item li {color:#fff;list-style: none;position: absolute;left: 0;top: 0;width:90%;padding:26% 0 0 10%;height:90%;}

.index-about .about-item .right .item li h2{font-weight: normal; margin-bottom:10px}

.index-about .about-item .right .item li h2 strong{font-size: 50px;}

.index-about .about-item .right .item li h2 span{font-size: 18px;font-weight: normal;margin-left: 5px;}

.index-about .about-item .right .item li h6{font-weight: normal;margin: 0;font-size: 16px;line-height: 26px;opacity: .7;}

.index-about .about-item .right .item .img img{display: block;width: 100%;height: auto;opacity: 0;}

.index-about .about-item .right .item::after {content: '';display: block;width: 1px;height: 100%;background: #fff;position: absolute;right: 0;top: 0;opacity: .3;}

.index-about .about-item .right .item:last-child::after,.index-about .about-item .right .item:nth-child(3)::after {display: none;}

.index-about .img{}

.index-about .img img{display: block;width: 100%;height: auto;}







.sy3{ padding:70px 0 ; background:#fff; height:auto; overflow:hidden  }



.xwxw{ }





.xinwen{  padding:80px 0; text-align:center }



.tk{ width:96%; margin:0 auto; max-width:1170px;  display: flex;   justify-content: space-between;   align-items:stretch; text-align:left  }



.new1{ width:35%; background:#fff;box-shadow: 0px 0px 20px rgba(195,195,195,0.55);}

.new1 .tp{ display:block; width:100%; padding-bottom:64%; position:relative; overflow:hidden}

.new1 .tp img{ position:absolute; width:100%; height:100%; left:0; top:0; transition:all 0.6s}

.new1 .tp a:hover img{ transform:scale(1.1,1.1); transition:all 0.6s}

.new1 i{ margin-right:5px; font-size:13px; margin-left:5px}		





.new1 h3{ display:block; font-size:18px; color:#333; font-weight:bold; width:90%; margin:20px auto 10px;text-overflow: ellipsis;    overflow: hidden;   white-space: nowrap;  }

.new1 p{ display:block; width:90%; margin:0 auto; color:#666; font-size:14px; line-height:25px; height: auto; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow:hidden}



.new1 span{ display:block; color:#888; font-size:14px; width:90%; margin:0 auto; margin-top:20px;}

.new1 span em{ color:#0D8584; font-style:normal}







.new2{ width:25%}

.new2 ul li{ width:100%;  margin-bottom:20px;padding-bottom:67%; position:relative; overflow:hidden;}

.new2 ul li:last-child { margin-bottom:0}

.new2 ul li img{ position:absolute; left:0; top:0; width:100%; height:100%; transition:all 0.6s}

.new2 ul li:hover img{ transform:scale(1.1,1.1); transition:all 0.6s}

.new2 ul li p{ display:block; position:absolute; width:100%; line-height:30px; color:#fff; background:rgba(0,0,0,0.5); left:0; bottom:0; font-size:14px; text-align:center; padding:5px; box-sizing:border-box;transition:all 0.6s}



.new2 ul li:hover p{ background:#0D8584; transition:all 0.6s}



.new3{ width:35%}



.new3 ul li{ border-bottom:#cfcfcf 1px dashed; padding:22px 0}



.new3 ul li p{ display:block; font-size:18px; color:#333;text-overflow: ellipsis;    overflow: hidden;   white-space: nowrap; }

	

.new3 ul li span{ display:block; color:#888; font-size:14px;margin-top:10px}

.new3 ul li span em{ color:#0D8584; font-style:normal}

	

.new3 ul li span i{ margin-right:5px; font-size:13px; margin-left:5px}		

	

@media only screen and (max-width:1170px){

	.new3 ul li{ padding:15px 0}

	.new3 ul li p{ font-size:18px;  }

	

	

}

	

@media only screen and (max-width:1024px){

	

.tk{  flex-wrap:wrap}

.new1{ width:55%}

.new2{ width:40%}

.new3{ width:100%; margin-top:30px}









}

		

	

@media only screen and (max-width:768px){

	

.xinwen{  padding:30px 0; text-align:center; background-size:30% auto; }

	

.new1{ width:100%}

.new2{ width:100%; margin-top:15px;}

.new2 ul{ display: flex;   justify-content: space-between;}

.new2 ul li{ width:49%; margin-bottom:0; padding-bottom:33%}





.new1 h3{  font-size:16px;  margin:10px auto; }

.new1 p{ font-size:12px; line-height:20px; height:40px; }

.new1 span{ font-size:12px;  margin-top:10px;}





.new2 ul li p{ line-height:25px;  font-size:12px; }





.new3{ width:100%; margin-top:15px}



.new3 ul li{padding:10px 0}

.new3 ul li p{  font-size:14px;  }

	

.new3 ul li span{font-size:12px;}





	

}

.flexBox {

  display: -webkit-box;

  display: -moz-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  -webkit-flex-wrap: wrap;

  -moz-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  -o-flex-wrap: wrap;

  flex-wrap: wrap;

}	

.xian{ margin-bottom:40px; text-align:center }



.bt1{ width:96%;   text-align:center; margin:0 auto   }





.bt1 h3{ display:block; font-style:normal;    font-size: 36px; font-weight:500; color:000000; letter-spacing:5px; text-align:center}

.bt1 h3 i{ font-style:normal; color:#333; letter-spacing:2px}

.bt1  em{width:70px;

    display: block;

    margin: 40px auto 8px;

    height:3px;

    text-align: center;

    background:#0D8584;

    overflow: hidden;

    position: relative;

border-radius:2px; }

.bt1  p{ font-size: 16px; line-height: 35px; margin-top: 20px; }





.more a{ display:block; width:160px; margin-top:30px;  background:#0D8584; color:#fff; border-radius:20px 0 20px 0;box-sizing:border-box; line-height:45px;  text-align:center; font-size:14px; transition:all 0.6s}

.more a:hover{ transform:translateY(-10px); background:#72a9f0;color:#fff; transition:all 0.6s}





@media only screen and (max-width:1440px) {

.bt1{ width:90%; }

}



@media only screen and (max-width:992px) {

.xian{  margin-bottom:20px; margin-top: 20px; }

.bt1  span{ padding-bottom:5px}

.bt1 h3{ display:block; font-style:normal;    font-size: 20px; font-weight:550; color:#0D8584}

.bt1 h3 em{ display:block; font-style:normal;    font-size: 12px;      color: #606060; text-transform:uppercase; font-weight:400; padding-top:5px}

.more a{ display:block; width:100px; margin-top:10px;  background:#0D8584; color:#fff; border-radius:13px 0 13px 0;box-sizing:border-box; line-height:30px;  text-align:center; font-size:12px; transition:all 0.6s}

	.header{padding: 10px 0;}

	.bt1  p{ font-size: 14px; line-height: 30px; margin-top: 20px; }

}

.xwxw{ width:96%; margin:0 auto; max-width:1170px; display: flex;   justify-content: space-between;}



.xwxw .xw1{ width:49%; background:#fff;box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);}

.xwxw .xw1 i{ display:block; width:100%; padding-bottom:45%; position:relative; overflow:hidden}

.xwxw .xw1 i img{ position:absolute; width:100%;object-fit: cover; transition:all 0.6s}

.xwxw .xw1 i a:hover img{ transform:scale(1.1,1.1); transition:all 0.6s}



.xwxw .xw1 .syxwzi{ margin:20px; overflow:hidden}



.xwxw .xw1 .syxwzi  h3{ font-size:18px; line-height:30px; display:block; font-weight:normal;  color:#222;text-overflow: ellipsis;    overflow: hidden;   white-space: nowrap; }

.xwxw .xw1 .syxwzi h3 a:hover  { color:#0D8584}



.xwxw .xw1 .syxwzi span.time{ float:left; display:block; font-size:14px; line-height:25px; color:#bbb }

.xwxw .xw1 .syxwzi span.more1{ float:right;  }

.xwxw .xw1 .syxwzi span.more1 a{display: flex;  align-items: center; color:#777; font-size:14px}

.xwxw .xw1 .syxwzi span.more1 a:hover{ color:#0D8584}

.xwxw .xw1 .syxwzi span.more1 a:hover em{ background:#0D8584; color:#fff;  border:#0D8584 1px solid;}

.xwxw .xw1 .syxwzi span.more1 em{ display:block; width:15px; line-height:15px; text-align:center; border:#777 1px solid; border-radius:10px; margin-left:8px; font-size:12px ;}



.xwxw .xw1 .syxwzi p{ display:block; margin:5px 0 10px; font-size:14px; line-height:25px; color:#777; height: auto; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow:hidden}





.xwxw .xw2{ width:49%}

.xwxw .xw2 ul{display: flex;   justify-content: space-between;flex-wrap:wrap;}

.xwxw .xw2 ul li{ background:#fff; padding:30px; box-sizing:border-box;box-sizing:border-box; width:100%;box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);}

.xwxw .xw2 ul li:nth-child(2){ width:49%; margin-top:20px}

.xwxw .xw2 ul li:nth-child(3){width:49%; margin-top:20px}







.xwxw .xw2 ul li  h3{ font-size:18px; line-height:30px; display:block; font-weight:normal;  color:#222; white-space:nowrap; overflow:hidden;text-overflow:ellipsis; }

.xwxw .xw2 ul li h3 a:hover  { color:#0D8584}



.xwxw .xw2 ul li span.time{ float:left; display:block; font-size:14px; line-height:25px; color:#bbb }

.xwxw .xw2 ul li span.more1{ float:right;  }

.xwxw .xw2 ul li span.more1 a{display: flex;  align-items: center; color:#777; font-size:14px}

.xwxw .xw2 ul li span.more1 a:hover{ color:#0D8584}

.xwxw .xw2 ul li span.more1 a:hover em{ background:#0D8584; color:#fff;  border:#0D8584 1px solid;}

.xwxw .xw2 ul li span.more1 em{ display:block; width:15px; line-height:15px; text-align:center; border:#777 1px solid; border-radius:10px; margin-left:5px; font-size:12px}



.xwxw .xw2 ul li p{ display:block; margin:15px 0; font-size:14px; line-height:25px; color:#777; height: auto; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow:hidden}





@media only screen and (max-width:1440px){

.xwxw{ width:90%; margin:0 auto; }

.xwxw .xw2 ul li p{ display:block; margin:15px 0; font-size:14px; line-height:25px; color:#777; height: auto; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow:hidden}

	

	

}









@media only screen and (max-width:1270px){

.xwxw .xw1 .syxwzi  h3{ font-size:16px; line-height:30px;  }

.xwxw .xw1 .syxwzi span.time{  font-size:12px; line-height:23px;  }



.xwxw .xw1 .syxwzi p{ margin:15px 0; font-size:12px; line-height:23px;  height:46px;}

	

	



.xwxw .xw2 ul li  h3{ font-size:16px; line-height:25px; }





.xwxw .xw2 ul li span.time{ float:left; display:block; font-size:12px; line-height:23px; color:#bbb }



.xwxw .xw2 ul li span.more1 a{font-size:12px}



.xwxw .xw2 ul li span.more1 em{ display:block; width:23px; line-height:23px; text-align:center; border:#777 1px solid; border-radius:30px; margin-left:5px;}



.xwxw .xw2 ul li p{ display:block; margin:15px 0; font-size:12px; line-height:23px; color:#777; height:46px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2; overflow:hidden

}



	

}





@media only screen and (max-width:992px){

	

	.xwxw{ display:block}



.xwxw .xw1{ width:100%; padding-bottom:10px; margin-bottom:15px}

.xwxw .xw1 .syxwzi{ margin:10px; overflow:hidden}



.xwxw .xw1 .syxwzi p{ margin:5px 0;}





.xwxw .xw2{ width:100%}	

.xwxw .xw2 ul li{  padding:10px; box-sizing:border-box}

	

.xwxw .xw2 ul li p{  margin:5px 0; }

.sy3{ padding:0 0 20px;  }

	

}













.sy2{ padding:50px 0}





.why{ width:96%; margin:0 auto; max-width:1170px; }

.why ul{ display: flex;   justify-content: space-between;  }



.why ul li{ width:31%;  color:#fff;display: flex;   justify-content: space-between; background:#0D8584; padding:20px; box-sizing:border-box}

.why ul li i{ display:block;  width:80px; height:80px;padding:5px; box-sizing:border-box;border:#fff 2px solid; border-radius:100px; }

.why ul li i img{ width:100%; height:auto;  }

.why ul li div{ width:calc(100% - 110px) }

.why ul li h3{ display:block; margin:10px 0; font-size:20px; color:#fff}

.why ul li p{ font-size:14px; line-height:25px}











@media only screen and (max-width:992px){

	.sy2{ padding:20px 0}

	.why ul{ display:block}



.why ul li i{ width:60px; height:60px; border:#fff 1px solid}

.why ul li div{ width:calc(100% - 80px) }

	.why ul li{ width:100%; margin-bottom:10px; padding:10px;}

	.why ul li h3{  font-size:16px; margin:5px 0 ; }

.why ul li p{ font-size:12px; line-height:23px}	





}











.sy4{ padding:80px 0; background:url(../images/bg_leadership.jpg) no-repeat top  }



.footer{background: url(../images/foot-bg.jpg) no-repeat right center;}



.foot1{ width:96%; margin:0 auto; max-width:1170px; padding:60px 0;color:#fff;  overflow:hidden; display: flex;   justify-content: space-between; }

.foot2{  padding:25px 0;  text-align:center; font-size:16px; color:#fff; border-top:rgba(255,255,255,.1) 1px solid}



@media only screen and (max-width:1440px){

.foot1{ width:90%; margin:0 auto; max-width: inherit; padding:35px 0;color:#fff;  overflow:hidden; display: flex;   justify-content: space-between; }

	.foot2{   font-size:14px; }

}





.dlx{  font-size:14px; color:#fff; line-height:25px; width:300px }

.dlx p{ display:block; margin-bottom:10px; overflow:hidden}

.dlx i{ width:20px; display:block; float:left; color:#ddd; font-size:16px; line-height:25px; margin-right:5px}



.dbt{ font-size:16px; color:#fff; font-weight:bold; margin-bottom:15px; text-align:left}



.dwx{ width:100px; margin:0 30px }

.dwx img{ width:100%; height:auto}

.dwx p{ display:block;font-size:14px; color:#222; text-align:center; }







.dlink {

	

	width: auto;

	

    width:55%;

	box-sizing:border-box;



	font-size:0;

	



}

.dlink ul{	}



.dlink ul li {	text-align:left; border-right:rgba(255,255,255,.2) 1px solid; padding-left:30px; min-height:140px; float:left; width:25%;box-sizing:border-box}

.dlink ul li h3 {

	margin-bottom: 10px;

	font-size: 16px;

	font-weight: bold;

	border-bottom: none;

	padding-left: 0;

	cursor: default;

	color: #fff;



}

.dlink p {

	padding: 0;

	font-size: 14px;

	line-height: 30px;

	display:block;

}

.dlink p a {

	display: block;

	color: #A6A6A6;

}

.dlink p a:hover {

	color: #fff;

	text-decoration: none;

	transition: all 300ms ease-in-out 0s;

}





.guanzhu{ margin-top:20px}

.guanzhu ul li{ position:relative;  float:left; margin-right:15px; }

.guanzhu ul li i{ display:block; width:40px; height:40px; line-height:40px;background:#434343; border-radius:20px;color:#fff; text-align:center}

.guanzhu ul li:hover .erweima{ display:block}

.guanzhu ul li:hover i{ background:#0D8584}





.erweima{ position:absolute; width:120px; height:120px; padding:5px; box-sizing:border-box; bottom:42px; box-sizing:border-box; background:#fff;box-shadow: 0px 0px 10px rgba(195,195,195,0.75);  left:0; margin-left:-45px; display:none; border-radius:5px;}

.erweima:before{ content: "\e647"; position:absolute; bottom:-15px; left:48%;  color:#fff;font-family: "iconfont";text-shadow:0px 0px 10px rgba(195,195,195,0.75); font-size:16px }

.erweima img{ width:100%; height:auto}











@media only screen and (max-width:1300px){

	

.dlink ul li {	 padding-right:20px}

	

.dbt{ font-size:14px; }



.dlink p {



	font-size: 12px;

	line-height: 25px;



}

.dlx{  font-size:12px; }

	

}





@media only screen and (max-width:1024px){

	

.dlink { display:none}

	

.foot1{ padding:15px 0}

.foot2{ font-size:12px; padding:10px; line-height:23px}



.guanzhu ul li i{ width:34px; height:34px; line-height:34px;}



.erweima{ position:absolute; width:100px; height:100px;  bottom:36px;   left:0; margin-left:-35px; }

.erweima:before{  font-size:14px }

.footer{ margin-bottom:50px}



}











	

	

	

.nbanner{ width:100%; height:auto; position:relative; background:#0C8483; font-size:0; overflow:hidden}

.nbanner img{ width:100%; height:auto; opacity:0.8 }



.nbanner .wzmc{ position:absolute; left:25%; top:75%; height:auto; transform:translate(-50%,-50%); z-index:2; }

.nbanner .wzmc h3{ display:block; font-size:38px; color:#fff;  text-align:left;letter-spacing:3px; font-weight:normal; padding-bottom:20px}

.nbanner .wzmc em{ width:50px; display:block; margin:0 auto 8px; height:2px;text-align:left; background:#fff; overflow:hidden; position:relative}

.nbanner .wzmc span{ font-size:18px; color:#fff; text-transform:uppercase; text-align:left; display:block;}



.nbanner .weizhi{ position:absolute; width:100%; left:0; z-index:9;text-align:right; font-size:14px; color:#fff; bottom:15px; height:auto}

.nbanner .weizhi p{ display:block; width:96%; max-width:1170px; margin:0 auto}

.nbanner .weizhi p a{ color:#fff}

 

@media only screen and (max-width:1200px){

.nbanner{ width:100%; height:300px; }

.nbanner img{ position:absolute; height:100%; width:auto; top:0; left:50%; transform:translateX(-50%);}

.nbanner .wzmc h3{font-size:20px; padding-bottom:0}

.nbanner .wzmc span{ font-size:14px;}

.nbanner .wzmc em{ width:30px; display:block; margin:8px auto 8px; height:2px;text-align:center; background:#fff; overflow:hidden; position:relative}



}





@media only screen and (max-width:992px){

.nbanner{ width:100%; height:160px; }

}

.hui{ background:#f7f7f7; padding:80px 0;}

.jianjie { width:94%; max-width:1170px; margin:50px auto; overflow:hidden}	

.nnbt{ text-align:center; font-size:30px; color:#2f2f2f; line-height:45px; margin-bottom:30px; font-weight:bold}

.nnbt em{ display:block; width:40px; height:3px; margin:0 auto; background:#0D8584;}

.js1{ float:left; width:45%; margin-top:10px}

.js1 img{  width:100%; height:auto; border-radius:20px; }

.js2{ float:right; width:50%; font-size:20px; color:#414141; line-height:40px}

.js2 p{ display:block; margin-bottom:10px; position:relative; text-indent:2em}



		

  

@media only screen and (max-width:1440px){

	.js2{ font-size:16px; line-height:35px}		

	

			

}  

  

@media only screen and (max-width:992px){

.hui{  padding:30px 0;}	

.jianjie { margin:20px auto;}	

.nnbt{ text-align:center; font-size:20px;  line-height:35px; margin-bottom:15px}

.js1{ float:none; width:100%;}

.js2{ float:none;  width:100%; font-size:12px; color:#414141; line-height:23px; padding-top:15px;}

}

		

	

	

	

.nmain{ width:94%; margin:40px auto; max-width:1170px; height:auto; overflow:hidden }

.nmain .cp_lb{ height:auto; overflow:hidden}

.nmain .cp_lb li{ float:left; width:23.5%; margin-right:2%;box-sizing:border-box}

.nmain .cp_lb li:nth-child(4n){margin-right:0; }

.nmain .cp_lb .n_r{margin-bottom:30px; padding:10px; border:1px solid #ddd;}

.nmain .cp_lb .t_p{overflow:hidden;}

.nmain .cp_lb .t_p img{width:100%; height:auto; display:block;

transition:all 1s;

-webkit-transition:all 1s;

-moz-transition:all 1s;

-ms-transition:all 1s;

-o-transition:all 1s;}

.nmain .cp_lb .n_r:hover .t_p img{transform:scale(1.1);

-webkit-transform:scale(1.1);

-moz-transform:scale(1.1);

-ms-transform:scale(1.1);

-o-transform:scale(1.1);}

.nmain .cp_lb .w_z{background-color:#f7f7f7; padding:10px; font-size:15px; text-align:center; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; margin-top:10px;

transition:all .5s;

-o-transition:all .5s;

-ms-transition:all .5s;

-moz-transition:all .5s;

-webkit-transition:all .5s;}

.nmain .cp_lb .n_r:hover .w_z{background-color:#0D8584; color:#fff;}





.dhfl{ float:left; width:240px;}

.dhfl h3{ display:block; background:#0D8584; border-left:#2983d1 5px solid; color:#fff; line-height:55px; padding-left:20px; font-weight:bold; font-size:16px}



.dhfl ul li{ margin-top:3px; background:#f1f1f1; color:#666; font-size:14px;}

.dhfl ul li a{ display:block; line-height:40px; padding-left:20px; transition:all 0.6s}

.dhfl ul li a:hover{ background:#0D8584; color:#fff; padding-left:30px; transition:all 0.6s}

.nrtt{ float:right; width:73%}

.weizhi1{ border-bottom:#ddd 1px solid; margin-bottom:30px; padding-bottom:10px; overflow:hidden}



.weizhi1 h3{ display:block; float:left; color:#333; border-left:#0D8584 5px solid; padding-left:10px; font-weight:bold; font-size:20px}



.weizhi1 span{ display:block; float:right; font-size:12px; color:#888}





.ndh{ width:96%; margin:0 auto; max-width:1170px; margin-top:40px}

.ndh ul{  display: flex;   justify-content: space-between;  }

.ndh ul li{ width:50%; text-align:center; margin:10px}

.ndh ul li a{ display:block; background:#f7f7f7; color:#333; font-size:16px; padding:20px 0}

.ndh ul li a:hover{ background:#0D8584; color:#fff}

.ndh ul li.on a{background:#0D8584; color:#fff}

@media only screen and (max-width:1440px){

.ndh{ width:90%; margin:0 auto; max-width: inherit; margin-top:40px}

.nmain{ width:96%; margin:20px auto 40px; max-width: inherit; }

}

.kc_zc .zc_gy{padding:0 20px; background-color:#fff; margin-bottom:20px; color:#777; overflow:hidden; }

.kc_zc .zc_gy span.s_p{float:left;}

.kc_zc .zc_gy span.x_p{float:right;}

.tutu{ text-align:center}

.tutu img{ margin:0 auto}

.kc_zc{ width:100%; height:auto; overflow:hidden}

.kc_zc .zc_gy .wz_nr{padding:15px 0;}

.kc_zc .zc_gy .wz_bt{text-align:center; padding-bottom:15px; margin-bottom:25px; border-bottom:1px dotted #e7e7e7;}

.kc_zc .zc_gy .wz_bt h1{font-size:23px; line-height:36px; color:#333; font-weight:bold; margin-bottom:10px;}

.kc_zc .zc_gy .wz_bt span{padding:0 20px; line-height:28px;}

.kc_zc .zc_gy .wz_js{line-height:32px; color:#333; font-size:16px; margin-bottom:10px}

.kc_zc .zc_gy .wz_js img{max-width:100% !important; height:auto; display:block;}

@media only screen and (max-width:992px){

.kc_zc .zc_gy{padding:0px; background-color:#fff; margin-bottom:10px; color:#777; overflow:hidden; border-top:#ccc 1px dashed; padding-top:10px}

.kc_zc .zc_gy span.s_p{float:none; width:100%; display:block; line-height:30px}

.kc_zc .zc_gy span.x_p{float:none; width:100%; display:block; line-height:30px}

.kc_zc .zc_gy .wz_nr{padding:10px 0;}

.kc_zc .zc_gy .wz_bt{text-align:center; padding-bottom:10px; margin-bottom:15px; border-bottom:1px solid #e7e7e7;}

.kc_zc .zc_gy .wz_bt h1{font-size:16px; line-height:36px; color:#333; font-weight:bold; margin-bottom:0px;}

.kc_zc .zc_gy .wz_bt span{padding:0 5px; line-height:28px; font-size:12px}

.kc_zc .zc_gy .wz_js{line-height:24px; color:#333; font-size:14px}

	

.nmain{ width:96%; margin:20px auto 40px; max-width: inherit; }

.nrtt{ float:none; width:100%; margin-top:10px}

	

}



.editor a {

  color: #405B95;

  text-decoration: inherit;

}

 .content.editor h3{background: #f5f5f5;padding: 0px 20px;border-left: solid 5px #013080;color: #013080; padding:10px ; font-size:18px; margin-bottom:10px; margin-top:10px}

 .content.editor p{ font-size:16px; line-height:36px;}





.ndh1{ width:96%; margin:0 auto; max-width:1170px; margin-top:40px; height:auto; overflow:hidden}

.ndh1 ul{   }

.ndh1 ul li{ width:15.8%; text-align:center;  float:left; margin-right:1%; margin-bottom:1%}

.ndh1 ul li:nth-child(6n){margin-right:0; }

.ndh1 ul li a{ display:block; background:#f7f7f7; color:#333; font-size:16px; padding:20px 0}

.ndh1 ul li a:hover{ background:#0D8584; color:#fff}

.ndh1 ul li.on a{background:#0D8584; color:#fff}

@media only screen and (max-width:1440px){

.ndh{ width:90%; margin:0 auto; max-width: inherit; margin-top:40px}

.ndh1{ width:96%; margin:0 auto; max-width:1170px; margin-top:20px; height:auto; overflow:hidden}



.ndh1 ul li{ width:32%; text-align:center;  float:left; margin-right:1%; margin-bottom:1%}

.ndh1 ul li a{ display:block; background:#f7f7f7; color:#333; font-size:14px; padding:10px 0}



}



.ncplb{  width:73% ; float:right }



.ncplb ul{ position:relative; margin:0 -20px; display: flex;   flex-wrap:wrap;  }

		

.ncplb ul li{ float:left; width:25%; padding:0 10px; margin-bottom:20px; box-sizing:border-box}



.ncplb ul li  i{ display:block; width:100%; padding-bottom:100%; position:relative; overflow:hidden; border:#eee 1px solid; box-sizing:border-box}

.ncplb ul li  i img{ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); height:80%; width:auto; transition:all 0.6s}

.ncplb ul li:hover i img{transform:translate(-50%,-50%) scale(1.1,1.1);transition:all 0.6s}

.ncplb ul li:hover i{ box-shadow: 0px 0px 15px rgba(195,195,195,0.75);}



.ncplb ul li p{ display:block; font-size:16px; line-height:40px; text-align:center; margin-top:10px}





  

@media only screen and (max-width:1440px){

	

.dhfl{ float:left; width:240px; padding:15px; padding-top:0}	



.dhfl ul li a{  font-size:14px;}





	

}





@media only screen and (max-width:992px){

	

		

.dhfl{ float:none; width:100%; margin-bottom:20px}	



.ncplb{ float:none; width:100%  }





.dhfl.on{ position:static; top:0; }

	

	



.ncplb ul{  margin:0 -5px;  }

.ncplb ul li{ padding:0 5px; width:50%; margin-bottom:20px}	



.ncplb ul li p{  font-size:12px; line-height:23px; }



.dhfl ul{ display: flex;   justify-content:center;  flex-wrap:wrap;  align-items: center; }

.dhfl ul li{ margin:10px 20px}

.dhfl ul li a{  line-height:25px; font-size:14px;}



.dhfl h3{ line-height:40px;  font-size:20px; }



.nmain{ margin:20px auto; }



.ndh{  margin-top:20px}



.ndh ul li{  margin:2px}

.ndh ul li a{  font-size:12px; padding:10px 0}



.nmain .cp_lb li{ float:left; width:49%; margin-right:2%;box-sizing:border-box}

.nmain .cp_lb li:nth-child(2n){margin-right:0; }



	

}



.hui2{ background:#f7f7f7; overflow:hidden}





.cpxq1{ width:96%; margin:0 auto; max-width:1170px; background:#fff; margin-top:50px; padding:30px; box-sizing:border-box}



.cpxq2{width:96%; margin:0 auto 60px; max-width:1170px; }





.wrapper {

	position:relative;

	width:550px;

	height:450px;

	float:left;

	position:relative

}

.gotop {

	cursor:pointer;

	display:block;

	width:100%;

	margin:0 auto 10px;

	text-align:center;

}

.gobottom {

	cursor:pointer;

	display:block;

	width:100%;

	margin:10px auto 0;

	text-align:center;

}

.wrapper .smallBox {

	height:450px;

	width:80px;

	float:left;

}

.wrapper .smallBox li {

	width:80px;

	height:80px;

	border:1px solid #eeeeee;

	box-sizing:border-box;

	margin-bottom:10px;

	cursor:pointer;

	text-align:center;

	position:relative;

	overflow:hidden

	

}



.wrapper .smallBox li img {

	cursor:pointer;

	display:block;

	width:auto;	

	height:100%;

	box-sizing:border-box;

	 margin:0 auto;

	 position:absolute;

	 left:50%; top:50%;

	 transform:translate(-50%,-50%);



}

.wrapper .smallBox li.hover {

	border:1px solid #0D8584;

}

.wrapper #Box {

	height:450px;

	width:450px;

	position:relative;

	border:1px solid #ccc;

	float:right;

	cursor:crosshair; overflow:hidden

}

.wrapper #bigBox {

	height:450px !important;

	width:450px !important;

	position:absolute;

	top:0px;

	left:550px;

	overflow:hidden;

	display:none;

	border:1px solid gray;

	background:#fff

}

.wrapper #bigBox img {

	max-width:inherit;

}

#Box img {

	position:absolute;

	left:50%; top:50%;

	 transform:translate(-50%,-50%);

	 max-width:100%; max-height:100%



		

}

#Box #lay {

	background:#fff;

	border:1px solid gray;

	position:absolute;

	top:0;

	left:0;

	opacity:0.5;

	display:none;

	filter:alpha(opacity=50);

}

.box_wrapper {

	height:270px;

	overflow:hidden;

	position:relative

}

.box_wrapper ul {

	margin:0;

	position:relative;

	transition:all 0.8s ease-in-out;

}



.smallBox i{ display:block; width:100%; background:#eee}







.cpxx{ width:calc(100% - 600px); float:right }

.cpxx h3{ font-size:24px; color:#333333; font-weight:normal; display:block;  line-height:30px; margin:30px 0}

.cpxx p{ display:block; margin-bottom:20px; font-size:16px; line-height:40px; color:#666}

.cpxx span a{ display: inline-block;    font-size:16px; color:#0D8584; margin-top:30px; margin-right:20px}

.cpxx span a i{ padding-left:10px; font-size:20px}











.bai{ background:#fff;}









#container {margin: 0 auto;	width: 100%;}

#container .section { background:#ffffff; margin-top:20px;padding: 0px; padding-bottom:20px;}





.section-wrapper {margin-top: -160px;padding-top: 160px;}



.maodian.on{ position:fixed; top:80px; width:94%; max-width:1170px; left:50%; transform:translateX(-50%)}

.maodian.on #nav{  width:100%; border-bottom:#eee 1px solid; box-sizing:border-box }



#nav {background: #fff;  list-style: none;overflow: hidden; display: flex;   justify-content: space-between; padding:0 50px; box-sizing:border-box;}

#nav li {display: inline-block;	margin-bottom: 0;}

#nav a {display: block;padding: 0; line-height:60px; font-size:16px; color:#666; position:relative}

#nav a:hover {background: none;	color: #0D8584; }



#nav .current a {background: #fff;color: #0D8584;font-weight:bold;position:relative}

#nav .current a:after{ content:""; position:absolute; width:100%; height:3px; background:#0D8584; left:0; bottom:0}





.xqbt{ border-bottom:#f4f4f4 1px solid; padding:15px 20px; box-sizing:border-box}

.xqbt h3{ display:block; color:#333333; font-size:20px; border-left:#0D8584 6px solid; padding-left:10px;}



.wzjs{ font-size:14px; line-height:25px; color:#666; margin:30px; }

.wzjs img{ max-width:100%; height:auto}

.wzjs1{ font-size:14px; line-height:25px; color:#666; margin:30px; text-align:center }

.wzjs1 img{ max-width:100%; height:auto}





.contain{ width:96%; margin:0 auto; overflow:hidden; position:relative;}



.nlf{  width:100%  }

.nrt{ float:right; width:380px}



.canshu{ font-size:14px; line-height:25px; color:#222; padding:30px; box-sizing:border-box }

.canshu td{ background:#f9f9f9; padding:10px; border:#fff 2px solid; box-sizing:border-box; font-weight:bold}



.canshu td:nth-child(2n){ background:#e9ebe1; font-weight:normal;}













.xqbt2{ text-align:center; padding:35px 0; font-size:20px; color:#333; font-weight:bold; }

.xqbt2 em{ display:inline-block;}

.tscp{ width:96%; margin:0 auto; overflow:hidden}

.tscp ul li{ border:#f0f0f0 1px solid; margin:0 auto; max-width:300px; width:100%; position:relative; margin-bottom:20px; overflow:hidden; padding-bottom:20px; box-sizing:border-box}

.tscp ul li i{ display:block; width:100%; padding-bottom:100%; position:relative; overflow:hidden}

.tscp ul li img{ position:absolute;   left:50%; top:50%; transform:translate(-50%,-50%); max-width:80%; max-height:80%}

.tscp ul li p{ display:block;  color:#222;    font-size:14px; text-align:center;  transition:all 0.6s}

.tscp ul li:hover { border:#0D8584 1px solid;}



@media only screen and (max-width:1440px){



.cpxq1{ width:90%; margin:0 auto; max-width: inherit; background:#fff; margin-top:50px; padding:30px; box-sizing:border-box}



.cpxq2{width:90%; margin:40px auto; max-width: inherit; }

.maodian.on{ width:90%}



}



@media only screen and (max-width:1360px){

.maodian.on{ width:90%}



}

@media only screen and (max-width:1270px){

.cpxx h3{ font-size:20px;  margin:20px 0}

.cpxx p{  font-size:14px; line-height:25px; }

	

.nlf{ float:left; width:100%  }

.nrt{ float:right; width:300px}

.maodian.on #nav{  width:100%;  }

.maodian.on{ width:90%}



}









@media only screen and (max-width:992px){

	.cpxq1{  margin-top:20px; padding:15px; box-sizing:border-box}



.wrapper { float:none; width:100%}

.wrapper #Box {

	

	width:calc(100% - 100px);



}





.cpxx {

    width: 100%;

    float: none;

	margin-top:15px

}







.nlf{ float:none; width:100%;}

.nrt{ float:none; width:100%; margin-top:20px}

	

.maodian.on #nav{  width:100%;  }

	.maodian.on{ top:50px; width:100%}

	

	

	#nav{ padding:0 15px}

	.wzjs {

  

    margin: 15px; font-size:12px; line-height:23px

}



.canshu {

    font-size: 12px;

    line-height: 20px;

   

    padding: 15px;

    box-sizing: border-box;

}

.tscp ul{ overflow:hidden; padding-bottom:20px}

.tscp ul li{ float:left; width:48%; margin:1%; max-width:inherit; padding-bottom:5px}

.tscp ul li p{ font-size:12px; padding:0 10px;}

.xqbt2{ padding:20px 0}



.xqbt h3{ display:block; color:#333333; font-size:16px; border-left:#0D8584 6px solid; padding-left:10px;}

#nav a{ font-size:14px}

.cpxq2{width:90%; margin:0 auto 40px; max-width: inherit; }



}





@media only screen and (max-width:600px){

	

	.wrapper .smallBox {

	height:60px;

	width:100%;

	float:none;margin-top:10px

}

.wrapper{ height:300px;}



.wrapper #Box {

	height:230px;

	width:100%;



	float:none;

	cursor:crosshair;

}	



.wrapper .smallBox li {

	 display:inline-block; width:60px; height:60px

	

	

}



.cpxx h3{ font-size:18px;  margin:10px 0}

.cpxx p{  font-size:12px; line-height:23px; }



.cpxx span a{     font-size:14px; margin-top:20px}



}







.hyyy ul{ position:relative; margin:0 -20px; overflow:hidden}

.hyyy ul li{ width:33.33%; padding:0 20px; box-sizing:border-box; margin-bottom:20px; float:left; }

.hyyy ul li .yypic{ display:block; width:100%; padding-bottom:70%; position:relative; overflow:hidden;background:#0D8584; margin-top:20px}

.hyyy ul li .yypic:after{ content:""; position:absolute; width:calc(100% - 20px); height:calc(100% - 20px); box-sizing:border-box; border:#fff 1px solid; opacity:0; top:10px; left:10px; }

.hyyy ul li:hover .yypic:after{ opacity:1}

.hyyy ul li .yypic img{ position:absolute; width:100%; height:100%;object-fit: cover; transition:all 0.6s;}

.hyyy ul li:hover .yypic img{ transform:scale(1.1,1.1); transition:all 0.6s}

.hyyy ul li .yypic p{ display:block; position:absolute; z-index:1; width:100%; bottom:0; text-align:center; background-image: linear-gradient(180deg, transparent, rgba(0,0,0,0.8)); font-size:16px; color:#fff; padding:15px; box-sizing:border-box;transition:all 0.6s}





.hyyy ul li:hover  .yypic img{ opacity:0.2}



.hyyy ul li:hover  .yypic p{ font-size:18px; position:absolute; top:50%; bottom:auto;  transform:translateY(-50%); background:none; transition:all 0.6s}







@media only screen and (max-width:1440px){

	

.hyyy ul{  margin:0 -10px; }

.hyyy ul li{  padding:0 10px;  margin-bottom:20px;  }

	

}



@media only screen and (max-width:992px){

	

	.hyyy ul li{ width:50%}

	

	.hyyy ul li:hover  .yypic img{ opacity:1}



.hyyy ul li:hover  .yypic p{ transform:none; bottom:0; font-size:12px}

.hyyy ul li .yypic p{font-size:12px }

	.hyyy ul li:hover .yypic:after{ opacity:0}

	

	.hyyy ul{  margin:0 -5px; }

.hyyy ul li{  padding:0 5px;  margin-bottom:10px;  }

}





.nxw2 { height:auto; overflow:hidden; padding-top:20px }

.nxw2 ul li{  display: flex;   justify-content: space-between; margin-bottom:30px;align-items: center; background:#fff; padding:15px; box-sizing:border-box;transition:all 0.6s; border:#eee 1px solid; box-sizing:border-box }

.nxw2 ul li:hover{  box-shadow: 0 0 45px rgba(0, 0, 0, .08);  transition:all 0.6s}



.nxwpic{ width:30%; padding-bottom:18%; position:relative; overflow:hidden; }

.nxwpic img{ position:absolute; width:100%; height:100%;object-fit: cover;  transition:all 0.6s}

.nxwpic a:hover img{transform:scale(1.1,1.1); transition:all 0.6s}





.nxwzi{ width:70%; padding-left:25px; padding-right:10px;  box-sizing:border-box; overflow:hidden}

.nxwzi h1{   color:#999; font-size:12px; font-weight:normal; margin-bottom:15px}



.nxwzi h3 a{ display:block; font-size:18px; color:#000; font-weight:normal;white-space:nowrap; overflow:hidden;text-overflow:ellipsis;}

.nxwzi p{ display:block;  font-size:16px; line-height:28px; margin:10px 0 ; color:#666;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow:hidden}



.nxwzi span { display:block;  text-align:center }

.nxwzi span  a{ display:block; color:#fff;  font-size:12px; background:#0D8584;width:120px; line-height:35px; border-radius:50px; }

.nxwzi span  a:hover{ background:#0D8584; color:#fff; }



.nxwzi span  a i{ display:inline-block; padding-left:5px;transition:all 0.6s}

.nxwzi span  a:hover i{ padding-left:15px; transition:all 0.6s}

@media only screen and (max-width:1440px){

.nxw2{ width:98%; margin:0 auto}



}

@media only screen and (max-width:1200px){

	

	.nxwzi h1{   margin-bottom:10px}

	.nxwzi h3 a{  font-size:18px; }

	.nxwzi p{ margin:15px 0}



	

}





@media only screen and (max-width:992px){

	.nxw2 ul li{ padding:10px; margin-bottom:15px; padding-right:0}

	.nxwpic{ width:40%; padding-bottom:40%;  }

	

	.nxwzi{ width:60%; padding:15px}

	

	.nxwzi p{ display:none;}

	.nxwzi h3 a{  font-size:14px; }

	.nxwzi span  a{  line-height:25px; margin-top:10px; width:100px; font-size:12px }

}











.DownloadCon{}

.DownloadCon ul li{ padding:20px; background:#fff; padding-right:0; box-sizing:border-box;  display: flex;   justify-content: space-between; align-items: center; margin-bottom:15px; border:#eee 1px solid;  }



.DownloadCon ul li span{color: #333;font-size: 15px;display: block;float: left;border-left: 1px #ddd solid;}

.DownloadCon ul li span:first-child{border-left: none;}

.DownloadCon ul li span.span01{width: calc(100% - 295px); box-sizing:border-box}

.DownloadCon ul li span.span02{width: 135px;text-align: center;color: #999;font-size: 12px;}

.DownloadCon ul li span.span03{width: 160px;text-align: center;font-size: 14px;color: #666;}





.DownloadCon ul li span a{display: block; color:#666}

.DownloadCon ul li:hover{background-color: #0D8584;}

.DownloadCon ul li:hover span{border-left: 1px #fff solid;color: #fff;}

.DownloadCon ul li:hover span:first-child{border-left: none;}

.DownloadCon ul li:hover span a{color: #fff;}



@media only screen and (max-width:1440px){

	

.DownloadCon{ width:98%; margin:0 auto}

	

}

@media only screen and (max-width:992px){



.DownloadCon ul li{ padding:10px; padding-right:0;}

.DownloadCon ul li span.span01{width: calc(100% - 110px); box-sizing:border-box}

.DownloadCon ul li span.span02{width: 80px;text-align: center;color: #999;font-size: 12px; display:none;}

.DownloadCon ul li span.span03{width: 100px;text-align: center;font-size: 12px;color: #666;}

.DownloadCon ul li span{color: #333;font-size: 12px;}







}







.lx01{ width:50%; padding:50px; box-sizing:border-box}

.lx01 h3{ display:block; font-size:25px; color:#333}

.lx01  em{ display:block; width:60px; height:2px; background:#e60012; margin-top:10px; margin-bottom:20px}



.lx01 p{ display:block; font-size:16px; line-height:35px; color:#666}

.lx02{ width:50%; }

.lx02 img{ width:100%; height:auto}





 #map{ height:450px}

.BMap_bubble_title{ color:#0D8584; font-weight:bold; font-size:14px;}

.BMapLabel{ opacity:

0}



	  

.mainCon {

  width: 100%;

  position: relative;

  overflow:hidden;

  background:#f7f7f7;

  padding:50px 100px;

   box-sizing:border-box;

   margin-top:50px

  

  

  



}



.mainCon h3{ display:block; color:#14161C; font-size:25px; margin-bottom:25px; text-align:center}



.mainCon .box {

  width: 96%;

  margin:0 auto;

  overflow:hidden



}

.mainCon .box p{ display:block; height:42px; float:left; text-align:left; color:#969696; font-size:16px; margin-right:10px; overflow:hidden}



.mainCon .box input {

  width: 100%;

  height: 48px;

  line-height: 48px;

  padding: 0 60px 0 60px;



  font-size: 16px;

  color: #999999;

  margin-bottom: 20px;

  outline: none;

  font-size: 14px;

  box-sizing:border-box;

  border:#ccc 1px solid;

  

  

}

.mainCon .box ul li{ position:relative; height:48px; margin-bottom:20px; overflow:hidden}





.mainCon .box .input1 {

  background: url(../images/linkUsLy_icon01.png)#fff no-repeat 20px center; background-size:20px auto

}

.mainCon .box .input2 {

  background: url(../images/linkUsLy_icon04.png)#fff no-repeat 20px center; background-size:20px auto

}

.mainCon .box .input3 {

  background: url(../images/linkUsLy_icon05.png)#fff no-repeat 20px center; background-size:20px auto

}



.mainCon .box .input4 {

  background: url(../images/linkUsLy_icon02.png)#fff no-repeat 20px center; background-size:20px auto

}



.mainCon .box .liuyan {

  background: url(../images/linkUsLy_icon03.png)#fff no-repeat 20px 20px; background-size:20px auto; border:0; width:100%; height:152px; margin-bottom:15px; outline:none; padding-left:60px; padding-top:20px; font-size:14px; font-family:"Î¢ÈíÑÅºÚ"; box-sizing:border-box;  border:#ccc 1px solid;

}



.mainCon .box a {

  display: block;

  height: 45px;

  text-align: center;

  width: 100%;

  max-width:140px;

  border-radius:30px;

  font-size: 16px;

  color: #fff;

  line-height: 45px;

  background: #0D8584;

  text-decoration: none;

  margin:0 auto



}











@media only screen and (max-width:992px) {





.lx01{ width:100%; padding:20px;}

.lx01 h3{ display:block; font-size:20px; }



.lx01 p{ display:block; font-size:14px; line-height:25px; color:#666}



.lx02{ width:100%; }





 #map{ height:200px}





.mainCon { padding:15px; margin-top:20px}



.mainCon .box .input1 {background: url(../images/linkUsLy_icon01.png)#fff no-repeat 12px center; background-size:12px auto

}

.mainCon .box .input2 {

  background: url(../images/linkUsLy_icon04.png)#fff no-repeat 12px center; background-size:12px auto

}

.mainCon .box .input3 {

  background: url(../images/linkUsLy_icon05.png)#fff no-repeat 12px center; background-size:12px auto

}



.mainCon .box .input4 {

  background: url(../images/linkUsLy_icon02.png)#fff no-repeat 12px center; background-size:12px auto

}



.mainCon .box .liuyan {

  background: url(../images/linkUsLy_icon03.png)#fff no-repeat 12px 12px; background-size:12px auto; padding-left:30px; padding-top:8px

}



.mainCon .box input {



  padding: 0 30px 0 30px;





  

  

}









 }









.anli{ width:96%; max-width:1170px; overflow:hidden; margin:10px auto; padding:70px 0;}

.anli ul{  margin:50px -10px 100px; height:auto; overflow:hidden}

.anli ul li{ float:left; width:30.8%;  box-sizing:border-box; margin-right:3.8%; margin-bottom:30px}

.anli ul li:nth-child(3n){margin-right:0; }

.anli .n_r{position:relative;}

/*.anli .n_r:after{width:100%; height:100%;  content:""; position:absolute; top:0; left:0;}

.anli .n_r:hover:after{background-color:rgba(0,0,0,.6);}*/

.anli .t_p{overflow:hidden;}

.anli .t_p img{width:100%; height:auto; display:block;

transition:all 1s;

-o-transition:all 1s;

-ms-transition:all 1s;

-moz-transition:all 1s;

-webkit-transition:all 1s;}

.anli .n_r:hover .t_p img{transform:scale(1.1);

-o-transform:scale(1.1);

-ms-transform:scale(1.1);

-moz-transform:scale(1.1);

-webkit-transform:scale(1.1);}

.anli .w_z{position:absolute; left:5%; top:45%; z-index:9; width:90%; text-align:center; color:#fff; 

transform:translateY(-50%);

-webkit-transform:translateY(-50%);

-moz-transform:translateY(-50%);

-ms-transform:translateY(-50%);

-o-transform:translateY(-50%);}

.anli .w_z .tub{ width:65px; margin:0 auto 10px}

.anli .w_z .tub img{ width:100%}

.anli .w_z h3{font-size:22px; line-height:40px; color:#000000;}

.anli .w_z p{line-height:30px; width:80%; margin:15px auto 0; height:30px; line-height:30px; font-size: 16px; color: #7b7b7b;}



@media only screen and (max-width:1200px){

.anli{ margin:0 auto}

.anli ul li h3{ bottom:5px; width:calc(100% - 10px); line-height:25px}

	

}

@media only screen and (max-width:992px){

.anli{ padding:20px 0}

.anli ul{ position:relative; margin:0 -5px}

.anli ul li{ float:left; width:100%; padding:5px; margin-bottom:0px }

.anli ul li h3{ font-size:12px; line-height:25px }

.anli ul li:hover .anlizi{ opacity:0}

.anli ul li:hover h3{ opacity:1; transition:all 0.6s;}

.anli .w_z h3{ font-size:16px}

	.anli .w_z p{ font-size:14px}

}

.anli1{   width:100%; padding:0 0 70px; height:auto; overflow:hidden}

.anli1 .container{width:96%;margin:0 auto; max-width:1170px;}

.anli1 ul{ display: flex;   justify-content: space-between; flex-wrap:wrap}

.anli1 ul li{ width:24%; padding-bottom:20%; position:relative; overflow:hidden; margin-bottom:1%}

.anli1 ul li img{ position:absolute; width:100%; height:100%;object-fit: cover; transition:all 0.6s}

.anli1 ul li:hover img{ transform:scale(1.1,1.1); transition:all 0.6s}

.anli1 ul li:nth-child(1){ width:49.4%}

.anli1 ul li:nth-child(6){ width:49.4%}

.anli1 ul li .alzi{ position:absolute; z-index:2; background:rgba(0,0,0,0.6); width:100%; left:0; bottom:0; color:#fff; padding:15px; box-sizing:border-box;}

.anli1 ul li .alzi h3{ display:block; text-overflow: ellipsis;    overflow: hidden;   white-space: nowrap; font-size:16px; font-weight:normal; }

.anli1 ul li .alzi p{ display:block; margin:15px 0; opacity:0.8; font-size:14px; line-height:25px; max-height:75px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow:hidden; display:none}

.anli1 ul li .alzi span{ background:#0D8584; width:100px; line-height:30px; text-align:center; border-radius:20px; display:none;}

.anli1 ul li:hover .alzi{ height:100%; top:0; padding:25px}

.anli1 ul li:hover .alzi p{ display:block;}

.anli1 ul li:hover .alzi span{ display:block;}



@media only screen and (max-width:992px){

.anli1{  margin:20px auto; }

.anli1 ul li{ width:40%; padding-bottom:30%;}

.anli1 ul li:nth-child(1){ width:58%}

.anli1 ul li:nth-child(4){ width:58%}

.anli1 ul li:nth-child(5){ width:58%}

.anli1 ul li:nth-child(6){ width:40%}

.anli1 ul li .alzi{ padding:10px}

.anli1 ul li .alzi h3{ font-size:14px}

.anli1 ul li:hover .alzi{ height:auto; bottom:0; top:auto;}

.anli1 ul li:hover .alzi p{ display:none;}

.anli1 ul li:hover .alzi span{ display:none;}

}







.youshi{ width:96%; max-width:1170px; overflow:hidden; margin:10px auto; padding:70px 0;}

.youshi ul{  margin:50px -10px 100px; height:auto; overflow:hidden}

.youshi ul li{ float:left; width:48%;  box-sizing:border-box;  margin-bottom:30px; float: left; background: #fff;}

.youshi ul li:nth-child(2n){ float: right; }

.youshi .n_r{position:relative;}

/*.youshi .n_r:after{width:100%; height:100%;  content:""; position:absolute; top:0; left:0;}

.youshi .n_r:hover:after{background-color:rgba(0,0,0,.6);}*/

.youshi .t_p{width: 100px; float: left;}

.youshi .t_p img{max-width:100%; width: 58px; height:auto; display:block; padding:35px 25px;}

.youshi .w_z{width:calc(100% - 120px); color:#000; font-size: 16px; padding: 15px 10px; line-height: 30px; float: right; }



.youshi .w_z h3{font-size:22px; line-height:40px; color:#000000;}

.youshi .w_z p{line-height:30px; width:80%; margin:15px auto 0; height:30px; line-height:30px; font-size: 16px; color: #7b7b7b;}

.mt80{margin-top:80px;}

@media only screen and (max-width:1200px){

.youshi{ margin:0 auto}

.youshi ul li h3{ bottom:5px; width:calc(100% - 10px); line-height:25px}

	

}

@media only screen and (max-width:992px){

.youshi{ padding:20px 0}

.youshi ul{ position:relative; margin:0 -5px}

.youshi ul li{ float:left; width:100%; padding:5px; margin-bottom:20px }

.youshi ul li h3{ font-size:12px; line-height:25px }

.youshi ul li:hover .youshizi{ opacity:0}

.youshi ul li:hover h3{ opacity:1; transition:all 0.6s;}

.youshi .w_z h3{ font-size:16px}

	.youshi .w_z{ font-size:14px}

}

.youshi1{   width:100%; padding:0 0 70px; height:auto; overflow:hidden}

.youshi1 .container{width:96%;margin:0 auto; max-width:1170px;}

.youshi1 ul{ display: flex;   justify-content: space-between; flex-wrap:wrap}

.youshi1 ul li{ width:24%; padding-bottom:20%; position:relative; overflow:hidden; margin-bottom:1%}

.youshi1 ul li img{ position:absolute; width:100%; height:100%;object-fit: cover; transition:all 0.6s}

.youshi1 ul li:hover img{ transform:scale(1.1,1.1); transition:all 0.6s}

.youshi1 ul li:nth-child(1){ width:49.4%}

.youshi1 ul li:nth-child(6){ width:49.4%}

.youshi1 ul li .alzi{ position:absolute; z-index:2; background:rgba(0,0,0,0.6); width:100%; left:0; bottom:0; color:#fff; padding:15px; box-sizing:border-box;}

.youshi1 ul li .alzi h3{ display:block; text-overflow: ellipsis;    overflow: hidden;   white-space: nowrap; font-size:16px; font-weight:normal; }

.youshi1 ul li .alzi p{ display:block; margin:15px 0; opacity:0.8; font-size:14px; line-height:25px; max-height:75px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow:hidden; display:none}

.youshi1 ul li .alzi span{ background:#0D8584; width:100px; line-height:30px; text-align:center; border-radius:20px; display:none;}

.youshi1 ul li:hover .alzi{ height:100%; top:0; padding:25px}

.youshi1 ul li:hover .alzi p{ display:block;}

.youshi1 ul li:hover .alzi span{ display:block;}



@media only screen and (max-width:992px){

.youshi1{  margin:20px auto; }

.youshi1 ul li{ width:40%; padding-bottom:30%;}

.youshi1 ul li:nth-child(1){ width:58%}

.youshi1 ul li:nth-child(4){ width:58%}

.youshi1 ul li:nth-child(5){ width:58%}

.youshi1 ul li:nth-child(6){ width:40%}

.youshi1 ul li .alzi{ padding:10px}

.youshi1 ul li .alzi h3{ font-size:14px}

.youshi1 ul li:hover .alzi{ height:auto; bottom:0; top:auto;}

.youshi1 ul li:hover .alzi p{ display:none;}

.youshi1 ul li:hover .alzi span{ display:none;}

}





.youshi2{ width:100%; max-width:1200px; overflow:hidden; margin:10px auto; padding:40px 0;}

.youshi2 ul{  height:auto; overflow:hidden}

.youshi2 ul li{ width:calc(100% - 40px); margin: 10px auto;    margin-bottom:40px;  background: #fff; border: #FAFAFA solid 1px;border-radius:10px;box-shadow: 5px 2px 5px  #FAFAFA; }



.youshi2 .n_r{position:relative;}

/*.youshi2 .n_r:after{width:100%; height:100%;  content:""; position:absolute; top:0; left:0;}

.youshi2 .n_r:hover:after{background-color:rgba(0,0,0,.6);}*/

.youshi2 .t_p{width: 150px; float: left;}

.youshi2 .t_p img{max-width:100%; width: 58px; height:auto; display:block; padding:60px 45px;}

.youshi2 .w_z{width:calc(100% - 180px); color:#000; font-size: 16px; padding: 20px 10px; line-height: 30px; float: right; }



.youshi2 .w_z h3{font-size:22px; line-height:35px; color:#000000; margin-bottom: 10px;}

.youshi2 .w_z p{ line-height:30px; font-size: 16px; color: #7b7b7b;}



@media only screen and (max-width:1200px){

.youshi2{ margin:0 auto}

.youshi2 ul li h3{ bottom:5px; width:calc(100% - 10px); line-height:25px}

	

}

@media only screen and (max-width:992px){

.youshi2{ padding:20px 0}

.youshi2 ul{ position:relative; margin:0 -5px}

.youshi2 .t_p{width:100%; float: left;}

.youshi2 .t_p img{width: 58px; height:auto; margin: 0 auto;display:block; padding:10px;}

.youshi2 .w_z{width:calc(100% - 20px); color:#000; font-size: 16px; padding: 20px 10px; line-height: 30px; float: right; }



.youshi2 .w_z h3{font-size:20px; line-height:35px; color:#000000; margin-bottom: 10px;}

.youshi2 .w_z p{ line-height:30px; font-size: 14px; color: #7b7b7b;}

}





.youshi3{ width:100%; max-width:1200px; overflow:hidden; margin:10px auto; padding:40px 0;}





.youshi3 .n_r{position:relative;}

/*.youshi3 .n_r:after{width:100%; height:100%;  content:""; position:absolute; top:0; left:0;}

.youshi3 .n_r:hover:after{background-color:rgba(0,0,0,.6);}*/



.youshi3 .w_z{color:#000; font-size: 16px; padding:50px 30px; line-height: 30px; float: right; background: #fff; border-radius:20px; }



.youshi3 .w_z h3{font-size:20px; text-align: center; line-height:35px; color:#0d8584; margin-bottom: 40px; font-weight: 500;}

.youshi3 .w_z p{ line-height:40px; font-size: 16px; color: #000;}



@media only screen and (max-width:1200px){

.youshi3{ margin:0 auto}

.youshi3 ul li h3{ bottom:5px; width:calc(100% - 10px); line-height:25px}

	

}

@media only screen and (max-width:992px){

.youshi3{ padding:20px 0}

.youshi3 ul{ position:relative; margin:0 -5px}

.youshi3 .t_p{width:100%; float: left;}

.youshi3 .t_p img{width: 58px; height:auto; margin: 0 auto;display:block; padding:30px 15px 10px;}

.youshi3 .w_z{width:calc(100% - 35px); color:#000; font-size: 16px; padding: 20px 6px; line-height: 30px; margin: 0 auto; float: none;}



.youshi3 .w_z h3{font-size:22px; line-height:35px; color:#000000; margin-bottom: 10px;}

.youshi3 .w_z p{ line-height:30px; font-size: 14px; color: #7b7b7b;}

}





.haiwaicang{ width:100%; max-width:1200px; overflow:hidden; margin:0px auto; padding:100px 0;}

.haiwaicang ul{  height:auto; overflow:hidden}

.haiwaicang ul li{ width:calc(100% - 150px); margin: 10px auto;    margin-bottom:40px;  background: #fff; border: #FAFAFA solid 1px;border-radius:10px;box-shadow: 5px 2px 5px  #FAFAFA; padding: 60px; }



.haiwaicang .n_r{position:relative;}

/*.haiwaicang .n_r:after{width:100%; height:100%;  content:""; position:absolute; top:0; left:0;}

.haiwaicang .n_r:hover:after{background-color:rgba(0,0,0,.6);}*/

.haiwaicang .t_p{ float: left;}

.haiwaicang .t_p img{max-width:100%; height:auto; display:block; }

.haiwaicang .w_z{width:calc(100% - 250px); color:#000; font-size: 16px; line-height: 30px; float: right; }





.haiwaicang .w_z p{ line-height:30px; font-size: 16px; color: #000;}



@media only screen and (max-width:1200px){

.haiwaicang{ margin:0 auto}

.haiwaicang ul li h3{ bottom:5px; width:calc(100% - 10px); line-height:25px}

	

}

@media only screen and (max-width:992px){

.haiwaicang{ padding:20px 0}

.haiwaicang ul{ position:relative; margin:0 -5px}

	

.haiwaicang ul li{ width:calc(100% - 50px); margin: 10px auto;    margin-bottom:40px;  background: #fff; border: #FAFAFA solid 1px;border-radius:10px;box-shadow: 5px 2px 5px  #FAFAFA; padding: 10px; }

.haiwaicang .t_p{width:100%; float: left!important;}

.haiwaicang .t_p img{max-width: 100%; width: 200px; height:auto; margin: 0 auto;display:block; padding:10px;}

.haiwaicang .w_z{width:calc(100% - 20px); color:#000; font-size: 16px; padding: 20px 10px; line-height: 30px; float: right; }



.haiwaicang .w_z h3{font-size:22px; line-height:35px; color:#000000; margin-bottom: 10px;}

.haiwaicang .w_z p{ line-height:30px; font-size: 14px; color: #7b7b7b;}

}





.haiwaicang2{ width:100%; max-width:1200px; overflow:hidden; margin:0px auto; padding:50px 0;}

.haiwaicang2 ul{  height:auto; overflow:hidden}

.haiwaicang2 ul li{ float:left; width:22%;  box-sizing:border-box; margin-right:3%; margin-bottom:40px; text-align: center;}

.haiwaicang2 ul li:nth-child(4n){margin-right:0; }

.haiwaicang2 .n_r{position:relative;}

/*.haiwaicang2 .n_r:after{width:100%; height:100%;  content:""; position:absolute; top:0; left:0;}

.haiwaicang2 .n_r:hover:after{background-color:rgba(0,0,0,.6);}*/

.haiwaicang2 .t_p{overflow:hidden; margin-bottom: 10px;}

.haiwaicang2 .t_p img{width:100%; max-width: 220px; height:auto; display:inline-block; border-radius: 50%;}



.haiwaicang2 .w_z{ text-align:center; }

.haiwaicang2 .w_z h3{font-size:20px; line-height:40px; color:#000000;}

.haiwaicang2 .w_z p{line-height:35px;  font-size: 16px; color: #7c7c7c;}



@media only screen and (max-width:1200px){

.haiwaicang2{ margin:0 auto}

.haiwaicang2 ul li{ width:46%;  box-sizing:border-box; margin:10px 2%; margin-bottom:40px; text-align: center;}



	

}

@media only screen and (max-width:992px){

.haiwaicang2{ padding:20px 0}

.haiwaicang2 ul{ position:relative;}

.haiwaicang2 ul li{ float:left; width:48%;  box-sizing:border-box; margin:10px 1%; }

.haiwaicang2 .w_z h3{font-size:15px; line-height:35px; color:#000000;}

.haiwaicang2 .w_z p{line-height:30px;  font-size: 12px; color: #7c7c7c;}

}









.yingyong{ width:96%; max-width:1170px; overflow:hidden; margin:0 auto}

.yingyong ul{display: flex;   justify-content: space-between;flex-wrap:wrap; }

.yingyong ul li{ position:relative; height:300px; width:32%; overflow:hidden}

.yingyong ul li img{ width:100%; height:100%;object-fit: cover;transition:all 0.6s}

.yingyong ul li:nth-child(1){ width:49%;margin-bottom:30px}

.yingyong ul li:nth-child(2){ width:49%;margin-bottom:30px}

.yingyong ul li .yyzi{ position:absolute; bottom:0; left:0; padding:30px; box-sizing:border-box; width:100%; height:auto;background-image: linear-gradient(180deg, transparent ,#000); z-index:1 }

.yingyong ul li .yyzi h3{ display:block; font-size:20px; color:#fff}

.yingyong ul li .yyzi p{ display:none}





.yingyong ul li:hover{ background:#0D8584;}

.yingyong ul li:hover img{ transform:scale(1.1,1.1); opacity:0.1; transition:all 0.6s}



.yingyong ul li:hover .yyzi{ background:none; top:50%; bottom:auto; transform:translateY(-50%); text-align:center}

.yingyong ul li:hover .yyzi h3:after{ content:""; display:block; width:2px; background:#fff; height:20px; margin:10px auto; }

.yingyong ul li:hover .yyzi p{ display:block; font-size:14px; line-height:25px; color:#fff}





@media only screen and (max-width:992px){

.yingyong ul{ width:96%; margin:0 auto }



.yingyong ul li{  height:200px; width:49%; overflow:hidden; margin-bottom:15px}

.yingyong ul li:nth-child(1){ width:100%;margin-bottom:15px}

.yingyong ul li:nth-child(2){ margin-bottom:15px}



.yingyong ul li:hover .yyzi p{ display:none;}

.yingyong ul li:hover .yyzi h3:after{ content:none;}



.yingyong ul li .yyzi{ padding:15px;}

.yingyong ul li .yyzi h3{  font-size:16px; text-align:center}

.yingyong ul li:hover .yyzi{ position:absolute; bottom:0; left:0; padding:30px; box-sizing:border-box; width:100%; height:auto;background-image: linear-gradient(180deg, transparent ,#000); z-index:99; transform:none;}

.yingyong ul li:hover img{ opacity:1}





}





@media only screen and (max-width:600px){

	



.yingyong ul li{  height:120px; }	





}





.sy5 { padding: 0 0 60px;}

.sy_hz{width: 94%;

margin: 0 auto;

max-width: 1170px;}

.sy_hz .hz_zs{position:relative;}

.sy_hz .hz_zs .swiper-button-prev{width:35px; height:35px; background:url(../images/jiantzuo.png) no-repeat center; left:-45px; margin-top:-17px; opacity:.6;

background-size:35px 35px;

-webkit-background-size:35px 35px;

-moz-background-size:35px 35px;

-ms-background-size:35px 35px;

-o-background-size:35px 35px;}

.sy_hz .hz_zs .swiper-button-next{width:35px; height:35px; background:url(../images/jiantyou.png) no-repeat center; right:-45px; margin-top:-17px; opacity:.6;

background-size:35px 35px;

-webkit-background-size:35px 35px;

-moz-background-size:35px 35px;

-ms-background-size:35px 35px;

-o-background-size:35px 35px;}

.sy_hz .hz_zs .swiper-pagination{bottom:0; display:none;}

.sy_hz .hz_zs .swiper-pagination-bullet{background-color:#aaa;}

.sy_hz .hz_zs .swiper-pagination-bullet-active{background-color:#0D8584;}

.sy_hz .hz_zs img{width:100%; height:auto; display:block; border:#ddd 1px solid;box-sizing:border-box }

@media only screen and (max-width:992px){

.sy_hz{padding:30px 0;}

.sy_hz .hz_zs .swiper-al{padding-bottom:40px;}

.sy_hz .hz_zs .swiper-button-prev{display:none;}

.sy_hz .hz_zs .swiper-button-next{display:none;}

.sy_hz .swiper-pagination{display:block;}

}





.cplb{width: 94%;margin: 0 auto; max-width: 1170px;}

.cplb li{ float:left; width:49%; margin-right:2%; border:#eee 1px solid;box-sizing:border-box ; margin-bottom:20px }

.cplb li:nth-child(2n){margin-right:0; }

.cplb  .t_p{ float:left; width:50%}

.cplb  .t_p img{ float:left; width:100%}

.cplb  .w_z{ width:48%; float:right; height:auto; overflow:hidden; margin-right:2%; text-align:justify}

.cplb  .w_z h1{ font-size:22px; line-height:32px; text-align:left; color:#0D8584; line-height:60px; margin-top:20px}

.cplb  .w_z p{ line-height:26px; font-size:15px;color: #464646;}

.cplb  .w_z span{ margin-top:25px; display:block}

.cplb  .w_z span a{ display:block; background:#0D8584; width:140px; color:#fff; line-height:36px; border-radius:20px; text-align:center; font-size:14px; transition:all 0.6s}

.cplb  .w_z span a:hover{ background:#0D8584; transition:all 0.6s}







.pc_kf{width:50px; position:fixed; right:15px; bottom:60px; z-index:99999;}

.pc_kf .nr{font-size:18px; text-align:center; line-height:50px; margin-bottom:10px; position:relative;}

.pc_kf .tel{width:160px; background-color:#0D8584; font-size:18px; line-height:50px; color:#fff; position:absolute; top:0; right:-160px; opacity:0;}

.pc_kf .nr:hover .tel{right:56px; opacity:1;

transition:all .5s;

-o-transition:all .5s;

-ms-transition:all .5s;

-moz-transition:all .5s;

-webkit-transition:all .5s;}

.pc_kf .ewm{width:130px; padding:10px 10px 0; background-color:#0D8584; position:absolute; bottom:0; right:-180px; opacity:0;}

.pc_kf .ewm img{width:100%; height:auto; display:block; margin-bottom:10px;}

.pc_kf .ewm p{font-size:14px; color:#fff; line-height:16px; margin-bottom:10px;}

.pc_kf .nr:hover .ewm{right:56px; opacity:1;

transition:all .5s;

-o-transition:all .5s;

-ms-transition:all .5s;

-moz-transition:all .5s;

-webkit-transition:all .5s;}

.pc_kf .nr a{display:block; width:50px; height:50px;  background-color:#0D8584; border-radius:5px; overflow:hidden;}

.pc_kf .nr i{color:#fff; font-size:18px}

.pc_kf .nr i.icon-dianhua2{font-size:22px;}

.pc_kf .nr i.icon-youxiang{font-size:22px;}

.pc_kf .fh{width:50px; height:50px; border-radius:5px; background-color:#0D8584; text-align:center; line-height:50px; color:#fff; cursor:pointer;}

.pc_kf .fh i{font-size:20px; font-weight:bold;}



@media only screen and (max-width:1280px){

.pc_kf{width:50px; position:fixed; right:10px; bottom:30px; z-index:99999;}

}

@media only screen and (max-width:992px) {

.pc_kf{right:10px; bottom:10px;}

}

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

.pc_kf{width:100%; background-color:#0D8584; position:fixed; right:0; bottom:0;}

.pc_kf .nr{width:25%; border-right:1px solid rgba(255,255,255,.6); font-size:20px; background:none; box-shadow:none; margin-bottom:0; float:left;box-sizing:border-box }

.pc_kf .tel{display:none;}

.pc_kf .ewm{display:none;}

.pc_kf .nr a{display:block; width:100%; border-radius:0; background-color:#0D8584; box-shadow:none;}

.pc_kf .nr i{color:#fff;}

.pc_kf .nr a:hover i{color:#fff;}

.pc_kf .fh{width:25%; box-shadow:none; font-size:22px; float:left;border-radius:0px;}

}





.e_m{width:100%; height:100%; position:fixed; top:0; left:0; background-color:rgba(0,0,0,.9); z-index:99999; display:none;}

.e_m .n_r{width:200px; padding:10px; background-color:#fff; position:absolute; top:50%; left:50%; text-align:center;

transform:translate(-50%,-50%);

-webkit-transform:translate(-50%,-50%);

-moz-transform:translate(-50%,-50%);

-ms-transform:translate(-50%,-50%);

-o-transform:translate(-50%,-50%);}

.e_m .n_r img{width:100%; height:auto; display:block;}

.e_m .n_r p{font-size:15px; color:#888; margin-top:10px;}

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

.e_m .n_r{width:260px; padding:15px;}

.e_m .n_r p{font-size:14px;}

}





.lx1{ width:100%; margin:0 auto;  }

.lx1 ul li{ float:left; width:32%; margin-right:2%;   text-align: center;

    box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);

    padding: 40px; box-sizing:border-box; transition:all 0.6s





}

.lx1 ul li:hover{ background:#0D8584; color:#fff; transition:all 0.6s}

.lx1 ul li:hover p{ color:#fff}

.lx1 ul li:last-child { margin-right:0;}



.lx1 ul li i{

	display:block;

width: 85px;

    height: 85px;

    background: #f5f5f5;

    line-height: 85px;

    text-align: center;

    margin: 0 auto;

    border-radius: 50%;

	font-size:35px;

	color:#0D8584



}



.lx1 ul li h3 {

    font-size: 23px;

    font-weight: 500;

    margin: 20px 0;

}

.lx1 ul li p{

	 font-size: 16px;

    color: #4f555a;

    line-height: 25px;

	min-height:50px;

	

 }

.lx_dt{width:100%; height: auto; overflow:hidden; margin:50px auto;}

.lx_dt img{ width:100%}

 @media only screen and (max-width: 1440px) {

.lx1{ width:98%; margin:0 auto;  }

.lx_dt{ width:98%;    }	 

 }



 @media only screen and (max-width: 992px) {

.lx1 ul li{ float:none; width:100%; margin-right:0;  padding: 20px;}

.lx1 ul li i{width: 50px; height: 50px;  line-height: 50px;font-size:25px;}



.lx1 ul li h3 {

    font-size: 16px;

    font-weight: 500;

    margin: 10px 0;

}

.lx1 ul li p{

	 font-size: 12px;

    color: #4f555a;

    line-height: 23px;

	min-height:inherit

	

 }

.lx_dt{width:100%; height: auto; overflow:hidden; margin:20px auto;}



}



.hei{ height: auto; overflow:hidden; padding-top:40px}

.lx_bd{ height:auto; overflow:hidden; margin:50px auto 70px }

.lx_bd .row{margin:0; background:#fafafa; justify-content:space-between; height:auto; overflow:hidden}

.lx_bd .b_t{text-align:center; margin-bottom:50px;}

.lx_bd .b_t h3{font-size:34px; color:#000; font-weight:bold; line-height:50px; margin-bottom:6px;}

.lx_bd .b_t h4{font-size:16px; color:#777; line-height:26px;}

.lx_bd .t_p{width:45%; float:left}

.lx_bd .t_p img{ width:100%}

.lx_bd .b_d{ width:50%; padding:10px 50px 0 0; float:right;box-sizing:border-box ; }

.lx_bd .b_d ul{display:flex; flex-wrap:wrap; justify-content:space-between;}

.lx_bd .b_d ul li{width:45%; margin-top:20px; position:relative;}

.lx_bd .b_d ul li.q_b{width:100%;}

.lx_bd .b_d input{width:100%; height:51px; border:0; border-bottom:1px solid #ddd; font-size:15px; line-height:50px; color:#333; display:block; background:none}

.lx_bd .b_d input::placeholder{color:#999;}

.lx_bd .b_d textarea{width:100%; height:82px; padding-top:17px;border:0; border-bottom:1px solid #ddd; font-size:15px; line-height:26px; color:#333; resize:none;background:none; display:block; font-family:"Î¢ÈíÑÅºÚ"}

.lx_bd .b_d textarea::placeholder{color:#999;}

.lx_bd .b_d button{width:160px; height:50px; border:0;  background-color:#0D8584; font-size:16px; line-height:50px; color:#fff; margin-top:20px; margin-right:20px; outline:none;

transition:all .5s;

-o-transition:all .5s;

-ms-transition:all .5s;

-moz-transition:all .5s;

-webkit-transition:all .5s;}

.lx_bd .b_d button.c_z{background-color:#888;}

.lx_bd .b_d button:hover{background-color:#098b9d;}

.lx_bd .b_d button.c_z:hover{background-color:#2b2b2b;}

@media only screen and (max-width:1440px){

.lx_bd{ height:auto; overflow:hidden; margin:50px auto; width:98%}



.lx_bd .b_t{margin-bottom:40px;}

.lx_bd .b_t h3{font-size:26px; line-height:32px;}

.lx_bd .b_d{width:50%; }

.lx_bd .b_d ul li{width:47%; margin-top:10px;}

.lx_bd .b_d input{height:51px; font-size:14px; line-height:50px;}

.lx_bd .b_d textarea{height:99px; padding-top:10px; font-size:14px; line-height:22px;}

.lx_bd .b_d button{width:140px; height:46px; font-size:15px; line-height:46px; margin-top:15px; margin-right:15px;}

}

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

.lx_bd {

  height: auto;

  overflow: hidden;

  margin: 20px auto;

  width: 98%;

}

.lx_bd .b_t{margin-bottom:30px;}

.lx_bd .b_t h3{font-size:16px; line-height:30px; padding:0 10px;}

.lx_bd .b_t h4{font-size:12px; line-height:22px;}

.lx_bd .t_p{display: block; width:100%}

.lx_bd .b_d{width:100%;padding:20px;}

.lx_bd .b_d ul li{width:100%;}

.lx_bd .b_d button{ width:100px; font-size:14px; height:36px; line-height:36px}

}



.zpbt{ padding-left:100px; background:#0D8584; color:#fff; font-size:16px; overflow:hidden; line-height:50px;}

.zp1{float:left; width:calc(100% - 700px)  }

.zp2{ float:left;width:240px; text-align:center}

.zp3{float:left; width:240px; text-align:center}

.zp4{ float:left;width:220px; text-align:center}

.zpbt p{ display:block; float:left;}



.zp4 a{ display:block; color:#666; font-size:14px; border:#e1e1e1 1px solid; width:120px; height:35px; line-height:35px; margin:0 auto; border-radius:5px; transition:all 0.6s}

.zp4 a:hover{ background:#0D8584; color:#fff;transition:all 0.6s}

.zhaopin { height:auto; overflow:hidden; padding-bottom:50px}

.zhaopin .conbox .conTop {display: block;

    padding: 0;

    font-size: 16px;

    color: #333;

    border: none;

    margin: 0;

    position: relative;

	border-bottom:#e1e1e1 1px solid;

	cursor:pointer;



	

	padding:15px 0;

	padding-left:100px;

	 font-weight:bold;

	 overflow:hidden;

	 line-height:35px

	}



.zhaopin .conbox .conTop:before{ content: "\e627";font-family: "iconfont";

		    width: 40px;

		    height: 40px;

			line-height:40px;

		    text-align: center;

		   	 position: absolute;

		    top: 50%;

		    left: 0px;

		    transform: translateY(-50%);

		    transition: all 0.5s ease 0s;

			background:#fff;

			color:#0D8584;

			border:#0D8584 1px solid;

			box-sizing:border-box

			

			}

			

.zhaopin .conbox.cur .conTop:before{ content: "\e613";font-family: "iconfont";

		    width: 40px;

		    height: 40px;

			line-height:40px;

		    text-align: center;

		   	 position: absolute;

		    top: 50%;

		    left: 0px;

		    transform: translateY(-50%);

		    transition: all 0.5s ease 0s;

			background:#0D8584;

			color:#fff;

			border:0

			 }







.zhaopin .conbox .boxBot {display: none;padding: 0px; font-size:14px; line-height:30px; color:#666; background:#f8f8f8; padding:30px; box-sizing:border-box}

.zhaopin .conbox.cur .conTop{ border:0}

.zhaopin .conbox.cur .boxBot {display: block;}



.gwzz { overflow:hidden}

.gwzz ul li{ float:left; width:48%; margin-right:4%;}

.gwzz ul li:nth-child(2n){margin-right:0;}

.gwzz ul li h3{ font-weight:bold; font-size:16px; color:#333; margin-bottom:10px}



.zplx{ margin-top:20px; color:#0D8584; font-weight:bold; text-align:right}



@media only screen and (max-width:1440px){



.zhaopin { height:auto; overflow:hidden; padding-bottom:50px; width:98%; margin:0 auto}



}



@media only screen and (max-width:992px){

.zpbt{ font-size:14px; padding-left:30px;}

.zpbt .zp2{ display:none}

.zp1{float:left; width:calc(100% - 170px)  }

.zp2{ float:left;width:80px; text-align:center; display:none;}

.zp3{float:left; width:90px; text-align:center}

.zp4{ float:left;width:80px; text-align:center}

.zhaopin .conbox .conTop{  font-size:14px; padding:10px 0;padding-left:30px; line-height:25px}

	

.zp4 a{  font-size:12px;  width:70px; height:25px; line-height:25px; }



.gwzz ul li{ float:none; width:100%; margin-right:0; margin-bottom:15px}

.gwzz ul li h3{ font-weight:bold; font-size:14px; color:#333; margin-bottom:10px}

.gwzz ul li p{ font-size:12px; line-height:20px;}

	.zhaopin .conbox .boxBot{ padding:10px;}

	

	

.zhaopin .conbox .conTop:before{ 

		    width: 20px;

		    height: 20px;

			line-height:20px;

			font-size:12px

		   

			

			}

			

.zhaopin .conbox.cur .conTop:before{ 

		    width: 20px;

		    height: 20px;

			line-height:20px;

			font-size:12px

		  

			 }

	

	

}

.wenhua{ margin-bottom:50px; height:auto; overflow:hidden}

.wenhua ul{ width:100%; margin:0 auto; max-width:1170px}

.wenhua ul li{ background:#fafafa; display: flex;   justify-content: space-between;   align-items: center; margin-bottom:40px }

.wenhua ul li:nth-child(2){flex-direction:row-reverse;}

.wenhua ul li i{ width:50%;}

.wenhua ul li i img{ width:100%; height:auto}

.wenhua ul li .wh1{ width:50%; padding:0 100px; box-sizing:border-box; text-align:center}



.wenhua ul li .wh1 h3{ display:block; color:#0D8584; font-size:30px; font-weight:bold}

.wenhua ul li .wh1 em{ display:block; width:50px; height:3px; background:#0D8584; margin:15px auto}

.wenhua ul li .wh1 p{ font-size:16px; color:#666666; line-height:40px; display:block; margin-top:20px}



@media only screen and (max-width:1440px){



.wenhua ul{ width:98%; margin:0 auto; max-width: inherit}



}

@media only screen and (max-width:1200px){

.wenhua ul li .wh1 h3{font-size:30px; font-weight:bold}

.wenhua ul li .wh1 p{ font-size:16px; color:#666666; line-height:40px}

	

}





@media only screen and (max-width:995px){

	

	.wenhua ul li{ margin-bottom:20px}

.wenhua ul li .wh1{ padding:0 20px}

.wenhua ul li .wh1 h3{font-size:20px; font-weight:bold}

.wenhua ul li .wh1 p{ font-size:14px; color:#666666; line-height:25px; margin-top:15px}

	

}



@media only screen and (max-width:500px){

	.wenhua ul li{ display:block}

.wenhua ul li i{ width:100%;}

.wenhua ul li .wh1{ padding:20px; width:100%}

.wenhua ul li .wh1 h3{font-size:16px; font-weight:bold}

.wenhua ul li .wh1 p{ font-size:14px; color:#666666; line-height:25px}

.wenhua ul li .wh1 em{ width:30px}	

}







.cj_wt ul li{border-bottom:1px dotted #ddd; padding-bottom:20px; margin-bottom:20px;}

.cj_wt .w_t{padding-left:46px; font-size:16px; line-height:36px; color:#333; position:relative; cursor:pointer;}

.cj_wt ul li.on .w_t{color:#0D8584;}

.cj_wt .w_t span{width:30px; height:30px; background-color:#aaa; font-size:15px; line-height:30px; text-align:center; color:#fff; position:absolute; top:3px; left:0;}

.cj_wt ul li.on .w_t span{background-color:#0D8584;}

.cj_wt .j_d{padding:5px 0 0 46px; font-size:14px; line-height:26px; color:#555; position:relative; margin-top:10px; display:none;}

.cj_wt .j_d span{width:30px; height:30px; background-color:#0D8584; font-size:15px; line-height:30px; text-align:center; color:#fff; position:absolute; top:3px; left:0;}

.wt_ss{width:372px; border-radius:25px; border:1px solid #ddd; margin:30px 0; float:left;}

.wt_ss input{width:300px; height:50px; padding-left:15px; font-size:14px; line-height:50px; color:#555; float:left;}

.wt_ss input::placeholder{color:#999;}

.wt_ss button{width:70px; height:50px; line-height:50px; text-align:center; color:#000; float:right;}

.wt_ss button i{font-size:26px;}





.gs_js{width:100%; padding:80px 0; overflow:hidden; position:relative; text-align:justify}

.gs_js .container{ width:100%; margin:0 auto; height:auto; overflow:hidden;max-width: 1200px;}

.gs_js1 .container{ width:100%; margin:0 auto; height:auto; overflow:hidden;max-width: 1200px;}

.gs_js .h_x{width:100%; position:absolute; bottom:0; left:0;}

.gs_js .h_x img{width:100%; height:auto; display:block;}

.gs_js .gs_wz{line-height:45px; color:#000;  font-size:16px; width:100%}

.gs_js .gs_wz h1{ font-size:17px; font-weight:bold; margin-top:20px}

.gs_js .gs_sp{ float:right; width:38%}

.gs_js .gs_sp img{width:100%; height:auto; display:block;}

@media only screen and (max-width:1440px){

	

.cj_wt{ width:98%; margin:0 auto}

.gs_js .container{ width:90%; margin:0 auto; height:auto; overflow:hidden;max-width: inherit    ;}

.gs_js1 .container{ width:100%; margin:0 auto; height:auto; overflow:hidden;max-width: inherit    ;}

}

@media only screen and (max-width:1360px){

.gs_js .container{ width:90%; margin:0 auto; height:auto; overflow:hidden;max-width: inherit    ;}



}

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

.gs_js{padding:20px 0 ; margin-top:0; z-index:100;}

.gs_js .gs_wz{ width:100%; font-size:14px; line-height:28px; float:none;}

.gs_js .gs_sp{ float:none; width:100%; margin-top:20px}

.cj_wt .w_t{padding-left:46px; font-size:14px; line-height:26px; color:#333; position:relative; cursor:pointer;}



}

.section-title-left .title-tag {

  font-size: 16px;

  font-weight: 300; }

  .section-title-left .title-tag img {

    margin-right: 12px; }



.section-title-left h2 {

  color: #222222;

  font-size: 42px;

  font-weight: 700;

  line-height: 1.238;

  padding: 12px 0px 15px; }



.section-title-middle .title-tag {

  font-weight: 300;

  font-size: 16px;

  color: #555555; }

  .section-title-middle .title-tag svg {

    fill: #0fc5d3;

    height: 40px;

    display: block;

    margin: 0 auto;

    margin-bottom: 18px; }



.section-title-middle h2 {

  color: #222222;

  font-size: 36px;

  font-weight: 700;

  padding-top: 13px;

  line-height: 1.333;

  text-transform: capitalize; }



.blog-section {padding: 80px 0px 80px; height:auto; overflow:hidden;  }

.blog-section .container {

  width: 94%;



  max-width: 1170px;

  margin: 0 auto;

}

  .blog-section .blog-left-content{ float:left; width:30%}

  .blog-section .blog-left-content .blog-text-details p {

    color: #555555; font-size:16px; line-height:30px }

  .blog-section .blog-left-content .blog-text-details .b-read-more-btn {

    height: 60px;

    width: 190px;

    line-height: 60px;

    margin-top: 38px;

    border-radius: 5px;

    background-color: #0D8584; }

    .blog-section .blog-left-content .blog-text-details .b-read-more-btn:before {

      background-color: #da0000; text-align:center }

    .blog-section .blog-left-content .blog-text-details .b-read-more-btn a {

      color: #fff;

      width: 100%;

      display: block;

      font-weight: 700; text-transform:uppercase; text-align:center ; font-size:14px}

	 .blog-section .blog-left-content .blog-text-details .b-read-more-btn a:hover {

        background-color: #da0000;  border-radius: 5px;transition:all 0.6s }	

      .blog-section .blog-left-content .blog-text-details .b-read-more-btn a i {

        margin-left: 5px; }

  .blog-section .blog-post-content { float:right; width:60% }

    .blog-section .blog-post-content .blog-post-pic {

      position: relative;

      overflow: hidden; }

      .blog-section .blog-post-content .blog-post-pic .blog-linker {

        top: 60%; }

      .blog-section .blog-post-content .blog-post-pic img {

        -webkit-transition: .5s all ease-in-out;

        -o-transition: .5s all ease-in-out;

        transition: .5s all ease-in-out; }

    .blog-section .blog-post-content .blog-post-item {

      width: 49%;

      float: left;

      position: relative; margin-right:2% }

	 .blog-section .blog-post-content .blog-post-item:nth-child(2n){margin-right:0; }

      .blog-section .blog-post-content .blog-post-item h3 {

        font-size: 18px;

        color: #222222;

        line-height: 1.455;

        font-weight: 700; }

      .blog-section .blog-post-content .blog-post-item .blog-post-text {

        padding: 30px 40px;

        background-color: #fff;

        -webkit-box-shadow: 0px 9px 40px 0px rgba(193, 193, 193, 0.5);

        box-shadow: 0px 9px 40px 0px rgba(193, 193, 193, 0.5); }

		.blog-section .blog-post-content .blog-post-item .blog-meta{ margin-top:10px}

      .blog-section .blog-post-content .blog-post-item .blog-meta a {

        color: #555555;

        font-size: 14px;

        margin-right: 12px; }

        .blog-section .blog-post-content .blog-post-item .blog-meta a i {

          margin-right: 8px;

          color: #cccccc; }

      .blog-section .blog-post-content .blog-post-item .blog-more {

        padding-top: 20px;

        margin-top: 20px;

        border-top: 1px solid #eeeeee; }

        .blog-section .blog-post-content .blog-post-item .blog-more a {

          font-weight: 700;

          color: #0D8584; text-transform:uppercase }

      .blog-section .blog-post-content .blog-post-item:nth-child(2) {

        z-index: 2;

        position: relative; }

      .blog-section .blog-post-content .blog-post-item:hover .blog-post-pic:after {

        opacity: 1;

        -webkit-transform: scale(1);

        -ms-transform: scale(1);

        transform: scale(1);

        visibility: visible; }

      .blog-section .blog-post-content .blog-post-item:hover .blog-post-pic img {

        -webkit-transform: scale(1.2);

        -ms-transform: scale(1.2);

        transform: scale(1.2); }

      .blog-section .blog-post-content .blog-post-item:hover .blog-linker:before {

        height: 55px; }

      .blog-section .blog-post-content .blog-post-item:hover .blog-linker:after {

        width: 55px; }



.blog-page-area-section {

  padding: 60px 0px 60px; }

  .blog-page-area-section .blog-post-thumbnile-text {

    margin-bottom: 72px; }

    .blog-page-area-section .blog-post-thumbnile-text .blog-post-thumb-img {

      margin-bottom: 22px; }

      .blog-page-area-section .blog-post-thumbnile-text .blog-post-thumb-img .blog-category {

        left: 25px;

        bottom: 25px;

        position: absolute; }

        .blog-page-area-section .blog-post-thumbnile-text .blog-post-thumb-img .blog-category a {

          color: #fff;

          font-size: 14px;

          font-weight: 700;

          padding: 10px 15px;

          display: inline-block;

          background-color: #0D8584; }

    .blog-page-area-section .blog-post-thumbnile-text .blog-post-meta {

      padding-bottom: 22px;

      border-bottom: 1px solid #dddddd; }

      .blog-page-area-section .blog-post-thumbnile-text .blog-post-meta a {

        font-size: 14px;

        padding-right: 35px;

        position: relative; }

        .blog-page-area-section .blog-post-thumbnile-text .blog-post-meta a:after {

          top: -5px;

          width: 1px;

          right: 15px;

          content: '';

          height: 30px;

          position: absolute;

          background-color: #dddddd; }

        .blog-page-area-section .blog-post-thumbnile-text .blog-post-meta a:last-child:after {

          display: none; }

        .blog-page-area-section .blog-post-thumbnile-text .blog-post-meta a i {

          color: #0D8584;

          margin-right: 8px; }

    .blog-page-area-section .blog-post-thumbnile-text .blog-post-text {

      margin-top: 35px;

      max-width: 725px; }

      .blog-page-area-section .blog-post-thumbnile-text .blog-post-text h3 {

        color: #222222;

        font-size: 36px;

        font-weight: 700;

        padding-bottom: 18px; }

      .blog-page-area-section .blog-post-thumbnile-text .blog-post-text p {

        color: #555555; }

      .blog-page-area-section .blog-post-thumbnile-text .blog-post-text .excerpt-more {

        margin-top: 20px; }

        .blog-page-area-section .blog-post-thumbnile-text .blog-post-text .excerpt-more a {

          color: #004168;

          font-size: 14px;

          font-weight: 700;

          text-transform: uppercase;

          text-decoration: underline; }

          .blog-page-area-section .blog-post-thumbnile-text .blog-post-text .excerpt-more a img {

            margin-left: 8px; }

    .blog-page-area-section .blog-post-thumbnile-text .blog-featured-post {

      background-color: #193647;

      padding: 60px 50px; }

      .blog-page-area-section .blog-post-thumbnile-text .blog-featured-post .post-featured-link-icon {

        margin-right: 30px; }

        .blog-page-area-section .blog-post-thumbnile-text .blog-featured-post .post-featured-link-icon i {

          color: #fff;

          font-size: 60px; }

      .blog-page-area-section .blog-post-thumbnile-text .blog-featured-post .blog-post-meta {

        border-bottom: none;

        padding-bottom: 0; }

        .blog-page-area-section .blog-post-thumbnile-text .blog-featured-post .blog-post-meta a {

          color: #fff; }

      .blog-page-area-section .blog-post-thumbnile-text .blog-featured-post .post-featured-link a {

        font-size: 36px;

        font-weight: 700;

        color: #0D8584; }

  .blog-page-area-section .post-no-image .blog-post-thumb-img .blog-category {

    position: static; }

	

.project-more-btn {

    height: 55px;

    width: 190px;

    background-color: #0D8584;

    border-radius: 5px;

    line-height: 55px;

    text-align: center;

    margin: 45px auto 0; text-transform:uppercase

  }

 .project-more-btn a {

      width: 100%;

      color: #fff;

      display: block;

      font-size: 14px;

      font-weight: 700; }

.project-more-btn a:hover {

        background-color: #da0000;  border-radius: 5px;transition:all 0.6s }	

@media only screen and (max-width:992px){

.blog-section{ padding:20px 0}

.blog-section .blog-left-content{ float:none; width:100%; margin-bottom:20px}

.blog-section .blog-post-content { float:none; width:100% }

.blog-section .blog-post-content .blog-post-item { width: 100%;float: none;position: relative; margin-right:0; margin-bottom:20px }

.blog-section .blog-post-content .blog-post-item .blog-post-text {padding: 20px; background-color: #fff; -webkit-box-shadow: 0px 9px 40px 0px rgba(193, 193, 193, 0.5);box-shadow: 0px 9px 40px 0px rgba(193, 193, 193, 0.5); }

.blog-section .blog-post-content .blog-post-item h3 {

        font-size: 16px;

        color: #222222;

        line-height: 1.455;

        font-weight: 700; }

.section-title-left h2 {

  color: #222222;

  font-size: 20px;

  font-weight: 700;

  line-height: 1.238;

  padding: 12px 0px 15px; }

  .blog-section .blog-left-content .blog-text-details p{ font-size:15px; line-height:26px}

    .blog-section .blog-left-content .blog-text-details .b-read-more-btn {

    height: 36px;

    width: 140px;

    line-height: 36px;

    margin-top: 20px;

    border-radius: 5px;

    background-color: #0D8584; }

	.blog-section .blog-left-content .blog-text-details .b-read-more-btn a{ font-size:12px}

	

	.project-more-btn {

    height: 36px;

    width: 140px;

    background-color: #0D8584;

    border-radius: 5px;

    line-height: 36px;

    text-align: center;

    margin: 20px auto 0; text-transform:uppercase

  }

 .project-more-btn a {

      width: 100%;

      color: #fff;

      display: block;

      font-size: 12px;

      font-weight: 700; }

}	

.sy_hb {padding:70px 0 ; height:auto; overflow:hidden; background:#fafafa  }

.sy_hb .container{width:94%; overflow:hidden; max-width:1170px; margin:0 auto;  }

.sy_hb .hb_lb ul{border: 1px solid #f0f0f0; height:auto; overflow:hidden;box-sizing:border-box; border-top:0 }

.sy_hb .hb_lb ul li{width:20%; padding:0 5px; border-right: 1px solid #f0f0f0;border-top: 1px solid #f0f0f0; background:#fff; float:left;box-sizing:border-box; overflow: hidden}

.sy_hb .hb_lb ul li:nth-child(5n){width:20%;border-right: 0 solid #f0f0f0; }

.sy_hb .hb_lb img{width:90%; height:auto; display:block;

transition:all .5s;

-o-transition:all .5s;

-ms-transition:all .5s;

-moz-transition:all .5s;

-webkit-transition:all .5s; margin:0 auto}

.sy_hb .hb_lb ul li:hover img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.15)}

@media only screen and (max-width:1440px){



}

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

.sy_hb{padding:20px 0 ;}

.sy_hb .hb_lb ul li{width:50%;}

.sy_hb .hb_lb ul li:nth-child(even) {width:50%;}

.sy_hb .hb_lb ul li:nth-child(odd) {width:50%;border-right: 1px solid #f0f0f0; }



}





.zgs_wz{ height:auto; overflow:hidden}

.zgs_wz h1{ text-align:center; font-size:24px; font-weight:bold; margin-bottom:20px; color:#333;line-height: 26px;}

.zgs_wz p{ font-size:16px; line-height:36px}



@media only screen and (max-width:992px){

.zgs_wz h1{ text-align:center; font-size:18px; font-weight:bold; margin-bottom:10px}

.zgs_wz p{ font-size:14px; line-height:28px}



}





.hz_al{width:100%;    padding:30px 0 0}

.hz_al .al_zs{width:100%;background-color:#fff;}

.hz_al .al_yq{padding:0  ; position:relative;}

.hz_al .al_yq img{width:100%; height:auto; display:block;}

.hz_al .al_yq .swiper-button-prev{width:20px; height:30px;  background:rgba(255,255,255,.5) url(../images/zj1.png) no-repeat center; left:0px; margin-top:-19px;

background-size:100% 100%;

-webkit-background-size:100% 100%;

-moz-background-size:100% 100%;

-ms-background-size:100% 100%;

-o-background-size:100% 100%;

transition:all .5s;

-o-transition:all .5s;

-ms-transition:all .5s;

-moz-transition:all .5s;

-webkit-transition:all .5s;}

.hz_al .al_yq .swiper-button-prev:hover{background:#0D8584 url(../images/zj.png) no-repeat center;  

background-size:100% 100%;

-webkit-background-size:100% 100%;

-moz-background-size:100% 100%;

-ms-background-size:100% 100%;

-o-background-size:100% 100%;}

.hz_al .al_yq .swiper-button-next{width:20px; height:30px; background:rgba(255,255,255,.5) url(../images/yj1.png) no-repeat center; right:0px; margin-top:-19px;

background-size:100% 100%;

-webkit-background-size:100% 100%;

-moz-background-size:100% 100%;

-ms-background-size:100% 100%;

-o-background-size:100% 100%;

transition:all .5s;

-o-transition:all .5s;

-ms-transition:all .5s;

-moz-transition:all .5s;

-webkit-transition:all .5s;}

.hz_al .al_yq .swiper-button-next:hover{background:#0D8584 url(../images/yj.png) no-repeat center;  

background-size:100% 100%;

-webkit-background-size:100% 100%;

-moz-background-size:100% 100%;

-ms-background-size:100% 100%;

-o-background-size:100% 100%;}



@media (min-width:1600px){

.hz_al .al_js{line-height:32px; margin-bottom:50px;}

.hz_al .al_js h3{font-size:22px; color:#000; line-height:32px; margin-bottom:20px;}

}

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

.hz_al{width:100%;    padding:20px 0 10px}



.hz_al .al_js{margin-bottom:40px;}

.hz_al .al_js h3{font-size:26px; line-height:36px;}

.hz_al .al_yq{padding:0 30px;}

}

.fz_lc{width:100%; padding:0px 0 120px; background:url(../images/lc_bj.jpg) no-repeat bottom center; overflow:hidden;}

.fz_lc   h1{font-size:24px; line-height:26px; color:#333; font-weight:bold; margin-bottom:20px; text-align:center}

.fz_lc   p{font-size:18px; line-height:36px; color:#666; padding:0 80px; text-align:center }



.fz_lc .container{ width:96%; max-width:1440px; margin:0 auto}

.fz_lc .n_r{text-align:center;}

.fz_lc .n_r.n_a{margin-top:320px;}

.fz_lc .n_r.n_b{margin-top:200px;}

.fz_lc .n_r.n_c{margin-top:120px;}

.fz_lc .n_r.n_d{margin-top:80px;}

.fz_lc .n_r.n_e{margin-top:70px;}

.fz_lc .w_z{ text-align: center }

.fz_lc .w_z h1{font-size:18px; line-height:26px; color:#333; font-weight:bold; margin-bottom:10px}

.fz_lc .w_z p{font-size:16px; line-height:26px; color:#666; padding:0 20px }

.fz_lc .n_f{display:inline-block; background-color:#0D8584; padding:0 25px; border-radius:18px; font-size:18px; font-weight:bold; color:#fff; line-height:36px; margin:10px auto;}

.fz_lc .col-lg-3{ float:left; width:25%}

.fz_lc .col-lg-3:nth-child(2n) .n_f{background-color:#f88407;}

.fz_lc .x_y{width:12px; height:12px; border-radius:50%; margin:0 auto; background-color:#adbaca;}

.fz_lc .s_x{width:2px; height:80px; margin:0 auto; background-color:#adbaca;}

.fz_lc .d_y{width:26px; height:26px; border-radius:50%; background-color:#0D8584; margin:0 auto;}

.fz_lc .col-lg-3:nth-child(2n) .d_y{background-color:#f88407;}

@media only screen and (max-width:992px) {

.fz_lc{padding:0px 0 20px; background:none;}

.fz_lc h1{font-size:18px; line-height:26px; color:#333; font-weight:bold; margin-bottom:10px; text-align:center}

.fz_lc p{font-size:14px; line-height:24px; color:#666; padding:0 20px; text-align:center; margin-bottom:20px }



.fz_lc .container{ width:96%; max-width: inherit; margin:0 auto}

.fz_lc .col-lg-3{ float:none; width:100%}



.fz_lc .n_r{text-align:left; margin-top:0 !important; margin-bottom:30px; position:relative;}

.fz_lc .w_z{font-size:20px; line-height:36px; left:80px; top:50px; position:absolute; text-align:left}

.fz_lc .w_z h1{font-size:15px; line-height:26px; color:#333; font-weight:bold; margin-bottom:0px; text-align:left}

.fz_lc .w_z p{font-size:13px; line-height:26px; color:#666; padding:0 ; text-align:left }



.fz_lc .n_f{display:block; padding:0; width:120px; border-radius:25px; font-size:16px; text-align:center; line-height:30px; margin:0 0 10px;}

.fz_lc .x_y{width:12px; height:12px; border-radius:50%; margin:0 0 0 54px;}

.fz_lc .s_x{width:2px; height:90px; margin:0 0 0 59px;}

.fz_lc .d_y{margin:0 0 0 50px;width:20px; height:20px;}

}

.zw{ line-height:30px; padding:15px 0; min-height:350px;color:#555555; font-size:14px;}

.zw a:link{ color:#555555; }

.zw a:visited{ color:#555;}

.zw a:hover{ color:#FF6205;}

.zw a:active{color:#555555;}

.zw img{

 max-width:100%;



 width:expression(document.body.clientWidth>100%?"100%":"auto");



}



.xiaocms-page span{ margin:0 3px;  border:1px solid #0D8584;line-height:35px; padding:0 15px; background:#0D8584; color:#FFFFFF; display:inline-block; }

.xiaocms-page  a{margin:0 3px;   border:1px solid #eee;line-height:35px;background:#fff; display:block; color:#333; padding:0 15px;display:inline-block; }

.xiaocms-page  a:hover {margin:0 3px;   border:1px solid #0D8584;line-height:35px; background:#0D8584; color:#fff; padding:0 15px;display:inline-block;}



.lm_bt{height:51px; border-bottom:1px solid #e7e7e7; margin-bottom:20px;}

.lm_bt .m_c{font-size:18px; color:#333; line-height:40px; padding-bottom:10px; border-bottom:1px solid #000; display:inline-block;}



.ny_cp{width:94%; margin:40px auto; max-width:1170px; height:auto; overflow:hidden}

.ny_cp .ny_lm{padding:10px; background:#0D8584 url(../images/lm_bj.png) no-repeat top center / 100% auto;  width:23%; float:left}

.ny_cp .ny_lm .b_t{margin:10px 5px 15px;}

.ny_cp .ny_lm .b_t h3{font-size:22px; line-height:32px; color:#fff;}

.ny_cp .ny_lm .b_t h4{font-size:16px; line-height:30px; color:#fafafa; font-family:Arial; text-transform:uppercase; font-weight:500}

.ny_cp .ny_lm .b_t em{width:40px; height:2px; margin:8px 0 5px; background-color:#fff; display:block;}

.ny_cp .ny_lm .l_b{display:none; padding:0 15px; font-size:24px; color:#fff; text-align:left; line-height:80px; background-color:#0D8584; position:relative;}

.ny_cp .ny_lm .l_b i{position:absolute; top:50%; right:15px;

transform:translate(0,-50%);

-webkit-transform:translate(0,-50%);

-moz-transform:translate(0,-50%);

-ms-transform:translate(0,-50%);

-o-transform:translate(0,-50%);}

.ny_cp .ny_lm .l_m{padding:7px 7px 0 7px; background-color:#fff;}

.ny_cp .ny_lm .l_m ul li{display:block; background-color:#f7f7f7; margin-bottom:7px;}

.ny_cp .ny_lm .l_m a{display:block; padding:0 15px; font-size:15px; line-height:44px;}

.ny_cp .ny_lm .l_m ul li:hover a{background-color:#0D8584; color:#fff;}

.ny_cp .ny_lm .l_m ul li.on a{background-color:#0D8584; color:#fff;}

.ny_cp .ny_lm .l_m a.e_j{position:relative;}

.ny_cp .ny_lm .l_m em{position:absolute; top:0; right:0; width:44px; height:44px; display:block; font-size:22px; color:#777; text-align:center;

transition:all .5s;

-o-transition:all .5s;

-ms-transition:all .5s;

-moz-transition:all .5s;

-webkit-transition:all .5s; font-style: normal}

.ny_cp .ny_lm .l_m ul li:hover em{color:#fff;

transform:rotate(45deg);

-webkit-transform:rotate(45deg);

-moz-transform:rotate(45deg);

-ms-transform:rotate(45deg);

-o-transform:rotate(45deg);}

.ny_cp .ny_lm .l_m ul li.on em{color:#fff;

transform:rotate(45deg);

-webkit-transform:rotate(45deg);

-moz-transform:rotate(45deg);

-ms-transform:rotate(45deg);

-o-transform:rotate(45deg);}

.ny_cp .ny_lm .s_j{display:none;}

.ny_cp .ny_lm .l_m ul li.on .s_j{display:block;}

.ny_cp .ny_lm .s_j a{font-size:13px; text-indent:15px; line-height:36px; color:#555;}

.ny_cp .ny_lm .l_m ul li:hover .s_j a{background:none; color:#555;}

.ny_cp .ny_lm .l_m ul li:hover .s_j a:hover{color:#0D8584;}

.ny_cp .ny_lm .l_m ul li.on .s_j a{background:none; color:#555;}

.ny_cp .ny_lm .l_m ul li.on .s_j a.n{color:#0D8584;}

.ny_cp .ybb{ float: right; width:73%}

.ny_cp .cp_lb li{ width:32%; float:left; margin-right:2%}

.ny_cp .cp_lb li:nth-child(3n){margin-right:0; }

.ny_cp .cp_lb .n_r{margin-bottom:20px; background-color:#f7f7f7;}

.ny_cp .cp_lb .n_r img{width:100%; height:auto; border:1px solid #e7e7e7; display:block;}

.ny_cp .cp_lb .n_r p{padding:10px; font-size:15px; line-height:32px; text-align:center;}





@media only screen and (max-width:992px) {

.ny_cp{width:94%; margin:20px auto; max-width:1380px;}



.ny_cp .ny_lm{padding:10px; background:#0D8584 url(../images/lm_bj.png) no-repeat top center / 100% auto;  width:100%; float:none;box-sizing:border-box }

	

.ny_cp .ybb{ float: none; width:100%; margin-top:10px}

.ny_cp .cp_lb li{ width:49%; float:left; margin-right:2%}

.ny_cp .cp_lb li:nth-child(even) {margin-right:0; }	

.ny_cp .cp_lb li:nth-child(odd) {margin-right:2%; }	

.ny_cp .ny_lm .b_t h3{font-size:20px; line-height:32px; color:#fff;}

.ny_cp .ny_lm .b_t h4{font-size:12px; line-height:30px; color:#fafafa; font-family:Arial; text-transform:uppercase; font-weight:500}

.ny_cp .cp_lb .n_r{margin-bottom:10px; background-color:#f7f7f7;}

.ny_cp .cp_lb .n_r p{padding:10px; font-size:14px; line-height:26px; text-align:center;}



}



/* 产品 */

.digital-twin {

  width: 100%;

  text-align: center; padding:60px 0; 

}

.digital-twin .digital-twin-wrap {

  margin: 0 auto;

}



.digital-twin-title .twin-title-wrap .title-one {

  font-size: 36px;

  font-weight: 400;

  color: #181a39;

  line-height: 46px;

}

.digital-twin-title .title-two {

  font-size: 18px;

  font-weight: 400;

  color: #6b707a;

  margin-top: 2%;

}

.digital-twin .digital-twin-wrap .digital-twin-mobiel-title {

  display: none;

}

.digital-twin .digital-twin-wrap #digital-twin-cards {

  width: 96%;

  max-width: 1170px;



  border-bottom: 1px solid rgba(15, 105, 65, 0.2); margin:40px auto

}



.digital-twin .digital-twin-wrap #digital-twin-cards .cards-wrapper {

  display: flex;

  justify-content: space-between;

}



.digital-twin

  .digital-twin-wrap

  #digital-twin-cards

  .cards-wrapper

  .cards-slide {

  flex: 1;

  max-width: 190px;

  cursor: pointer;

}



.digital-twin

  .digital-twin-wrap

  #digital-twin-cards

  .cards-wrapper

  .cards-slide

  .slide-box {

  margin: 0 auto;

}



.digital-twin

  .digital-twin-wrap

  #digital-twin-cards

  .cards-wrapper

  .cards-slide

  .slide-box

  .slide-img-box

  .img-one {

  margin: 10px auto 0;

  width: 40%;

}



.digital-twin

  .digital-twin-wrap

  #digital-twin-cards

  .cards-wrapper

  .cards-slide

  .slide-box

  .slide-text-box {

  padding: 5px 0 10px 0;

  font-size: 18px;

  font-family: PingFang SC;

  font-weight: 400;

  line-height: 34px; 

}



.digital-twin

  .digital-twin-wrap

  #digital-twin-cards

  .cards-wrapper

  .cards-slide-active {

  background: linear-gradient(45deg, #e6f9f1, #eff7f9) rgba(0, 0, 0, 0.1);

}



.digital-twin

  .digital-twin-wrap

  #digital-twin-cards

  .cards-wrapper

  .cards-slide-active

  .img-two {

  display: block !important;

}



.digital-twin

  .digital-twin-wrap

  #digital-twin-cards

  .cards-wrapper

  .cards-slide-active

  .slide-text-box {

  color: #0D8584;

  font-size: 20px;

  position: relative;

}



.digital-twin

  .digital-twin-wrap

  #digital-twin-cards

  .cards-wrapper

  .cards-slide-active

  .slide-text-box:after {

  content: "";

  position: absolute;

  width: 100%;

  top: 97%;

  left: 0;

  height: 4px;

  background: #0D8584;

}

.digital-twin .digital-twin-wrap #digital-twin-main {

  background: url(../images/linebg.png) no-repeat;

  background-size: 100% 100%;

  background-position: center;

  position: relative;

  width: 100%;

}

.digital-twin .digital-twin-wrap #digital-twin-main .main-grid {

  flex: 0 0 100%;

}



.digital-twin .digital-twin-wrap #digital-twin-main .main-grid .slide-down-box {

  display: -webkit-box;

  display: -moz-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  -webkit-justify-content: space-between;

  -moz-justify-content: space-between;

  -ms-justify-content: space-between;

  -o-justify-content: space-between;

  justify-content: space-between;

  margin: 0 auto;

  width: 96%; max-width:1170px

}



.digital-twin

  .digital-twin-wrap

  #digital-twin-main

  .main-grid

  .slide-down-box

  .slide-img {

  width: 50%;

}



.digital-twin

  .digital-twin-wrap

  #digital-twin-main

  .main-grid

  .slide-down-box

  .slide-img

  img {

  display: block;

  width: 100%;

  height: auto;

  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);

}



.digital-twin

  .digital-twin-wrap

  #digital-twin-main

  .main-grid

  .slide-down-box

  .slide-text-box-wrap {

  width: 50%;

  display: -webkit-box;

  display: -moz-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  -webkit-flex-direction: column;

  -moz-flex-direction: column;

  -ms-flex-direction: column;

  -o-flex-direction: column;

  flex-direction: column;

  -webkit-justify-content: center;

  -moz-justify-content: center;

  -ms-justify-content: center;

  -o-justify-content: center;

  justify-content: center;

}



.digital-twin

  .digital-twin-wrap

  #digital-twin-main

  .main-grid

  .slide-down-box

  .slide-text-box-wrap

  .slide-text-box {

  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);

  background-color: #fff;

  padding: 48px;

}



.digital-twin

  .digital-twin-wrap

  #digital-twin-main

  .main-grid

  .slide-down-box

  .slide-text-box-wrap

  .slide-text-box

  .text-1 {

  font-size: 24px;

  font-weight: 400;

  color: #181a39;

  text-align: left;

}



.digital-twin

  .digital-twin-wrap

  #digital-twin-main

  .main-grid

  .slide-down-box

  .slide-text-box-wrap

  .slide-text-box

  .text-2 {

  margin: 10px 0 30px 0;

  font-size: 16px;

  font-weight: 400;

  color: #585c66;

  line-height: 32px;

  text-align: left;

  height: auto  ;overflow:hidden; 

     text-overflow:ellipsis;

     display:-webkit-box; 

     -webkit-box-orient:vertical;

     -webkit-line-clamp:3;

}



.digital-twin

  .digital-twin-wrap

  #digital-twin-main

  .main-grid

  .slide-down-box

  .slide-text-box-wrap

  .slide-text-box

  .slide-btn {

  display: inline-block;

  display: flex;

}



.digital-twin

  .digital-twin-wrap

  #digital-twin-main

  .main-grid

  .slide-down-box

  .slide-text-box-wrap

  .slide-text-box

  .slide-btn

  .btn-1 {

  font-size: 14px;

  padding: 0 30px;

  font-weight: 400;

  color: #fff;

  background: #0D8584;

  border-radius: 20px;

  height: 36px;

  line-height: 34px;

  margin-right: 30px;

}



.digital-twin

  .digital-twin-wrap

  #digital-twin-main

  .main-grid

  .slide-down-box

  .slide-text-box-wrap

  .slide-text-box

  .slide-btn

  .btn-2 {

  font-size: 14px;

  padding: 0 30px;

  font-weight: 400;

  color: #fff;

  background: #90a4ae;

  border-radius: 20px;

  height: 36px;

  line-height: 34px;

}

.digital-twin .digital-twin-wrap #digital-twin-main .disPlayBlock {

  display: block;

}

.digital-twin .digital-twin-wrap #digital-twin-main .disPlayNone {

  display: none;

}

.digital-twin .digital-twin-wrap #digital-twin-main .main-button {

  width: 22px;

  height: 40px;

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  background-size: cover;

  z-index: 12;

  cursor: pointer;

  background-size: cover;

  display: none;

}

.zs_sp{width:100%;  overflow:hidden;}

.zs_sp li{ width:46%; margin:20px 2%; height:auto; overflow:hidden; float:left}



.zs_sp .n_r{margin-bottom:25px;transition:all .5s;

-o-transition:all .5s;

-ms-transition:all .5s;

-moz-transition:all .5s;

-webkit-transition:all .5s; }

.zs_sp .t_p{overflow:hidden; position:relative;}

.zs_sp .t_p img{width:100%; height:auto; display:block;}

/*.zs_sp .t_p:after{width:100%; height:100%; content:""; position:absolute; top:0; left:0; background-color:rgba(0,0,0,.4);

transition:all .5s;

-o-transition:all .5s;

-ms-transition:all .5s;

-moz-transition:all .5s;

-webkit-transition:all .5s;}

.zs_sp .n_r:hover .t_p:after{background-color:rgba(0,0,0,.2);}*/

.zs_sp .b_f{width:50px; height:50px; background:url(../images/a11.png) no-repeat center / 100% 100%; position:absolute; z-index:99; top:50%; left:50%; margin:-25px 0 0 -25px;}

.zs_sp .w_z{ font-size:18px; line-height:50px; color:#000; text-align:center; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; margin-top: 10px; letter-spacing: 2px;}

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

	.bt1 em {

    width: 50px;

    display: block;

    margin:30px auto 8px;

    height: 3px;

    text-align: center;

    background: #0D8584;

    overflow: hidden;

    position: relative;

    border-radius: 2px;

}

.zs_sp{padding:0 0;}

.zs_sp .w_z{font-size:14px; line-height:30px; padding:0px}

.zs_sp li{ width:98%; margin:10px 1%; height:auto; overflow:hidden; float:left}



.zs_sp .n_r{ margin-bottom:10px}

.zs_sp .b_f{width:30px; height:30px; background:url(../images/a11.png) no-repeat center / 100% 100%; position:absolute; z-index:99; top:50%; left:50%; margin:-15px 0 0 -15px;}



}



.tc_sp{width:100%; height:100%; background-color:rgba(0,0,0,.8); position:fixed; top:0; left:0; z-index:99999; display:none;}

.tc_sp .video{width:1000px; position:absolute; top:50%; left:50%;

transform:translate(-50%,-50%);

-webkit-transform:translate(-50%,-50%);

-moz-transform:translate(-50%,-50%);

-ms-transform:translate(-50%,-50%);

-o-transform:translate(-50%,-50%);}

.tc_sp .video .g_b{position:absolute; top:-40px; right:0; width:32px; height:32px; background-color:#fff; color:#0D8584; line-height:32px; text-align:center;}

.tc_sp .video video{width:100%; height:500px; display:block;}

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

.tc_sp .video{width:90%;}

.tc_sp .video video{height:260px;}

}





.lingyu{ width:100%; height:auto; overflow:hidden; padding:20px 0 0; }

.lingyu ul { position:relative; margin:0 -10px;}

.lingyu ul li{ float:left; width:33.33%; padding:0 10px; box-sizing:border-box; margin-bottom:30px;}

.lingyu ul li .yyly{ width:100%; border-bottom:#e1e1e1 1px solid; padding-bottom:15px; position:relative;}





.lingyu ul li .yyly:after{ content:""; bottom:-1px; left:0; position:absolute; height:2px; width:0; background:#0D8584; transition:all 0.6s; z-index:2}

.lingyu ul li .yyly:hover:after{ width:100%;transition:all 0.6s}

.lingyu ul li .yyly i{ display:block; width:100%; height:auto; overflow:hidden}

.lingyu ul li .yyly i img{ width:100%; height:auto; transition:all 0.6s}

.lingyu ul li:hover .yyly  i img{ transform:scale(1.1,1.1); transition:all 0.6s}



.lingyu ul li .yyly h3{ display:block; margin:15px 0 10px; font-size:16px; color:#333}

.lingyu ul li .yyly p{ display:block; margin-bottom:15px; font-size:14px; color:#666; line-height:25px; max-height:75px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow:hidden}

.lingyu ul li .yyly span{ color:#0D8584; font-size:14px;}





@media only screen and (max-width:992px){





.lingyu{  margin:0 auto 20px; }

.lingyu ul { position:relative; margin:0 -10px;}

.lingyu ul li{ float:left; width:50%; padding:0 10px; box-sizing:border-box; margin-bottom:20px;}

.lingyu ul li .yyly h3{  font-size:16px; }

.lingyu ul li .yyly p{ font-size:12px}



.lingyu ul li .yyly span{  font-size:12px;}



}



@media only screen and (max-width:414px){

.lingyu ul { position:relative; margin:0;}

.lingyu ul li{ float:none; width:100%; padding:0; box-sizing:border-box; margin-bottom:20px;}





}





.yema{margin-top:30px; text-align:center;}

.yema ul li{display:inline-block; margin:3px;}

.yema ul li a{width:38px; height:38px; background-color:#fff; border:1px solid #ddd; font-size:16px; line-height:36px; text-align:center; color:#333; display:block; overflow:hidden;}

.yema ul li a:hover{background-color:#0D8584; border:1px solid #0D8584; color:#fff;}

.yema ul li.on a{background-color:#0D8584; border:1px solid #0D8584; color:#fff;}

.yema ul li i{vertical-align:middle; font-size:15px; font-weight:bold;}

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

.yema{margin-top:10px;}

.yema ul li a{width:30px; height:30px; font-size:14px; line-height:30px;}

.yema ul li i{font-size:14px;}

}

.cp_xq{overflow:hidden; position:relative;}

.cp_xq .swiper-zs{padding-bottom:30px; border:1px solid #d7d7d7;}

.cp_xq .swiper-zs img{width:100%; height:auto; display:block;}

.cp_xq .swiper-pagination{bottom:10px;}

.cp_xq .swiper-pagination-bullet{width:10px; height:10px; border-radius:50%; background-color:#555;}

.cp_xq .swiper-pagination-bullet-active{background-color:#0D8584;}

.cp_xq .utpz{ float:left; width:40%}

.cp_xq .cp_cs{ float:right; width:60%}

.cp_xq .cp_cs .n_r{padding:15px;}

.cp_xq .cp_cs .b_t{font-size:20px; font-weight:bold; color:#0D8584; line-height:40px; border-bottom:1px solid #e7e7e7; padding-bottom:0px; margin-bottom:15px;}

.cp_xq .cp_cs .c_s ul li{margin-bottom:5px; padding-left:15px; font-size:14px; line-height:26px; position:relative;}

.cp_xq .cp_cs .c_s ul li:before{width:6px; height:6px; border-radius:50%; background-color:#555; content:""; position:absolute; top:10px; left:0;}

.cp_xq .cp_cs a{display:inline-block; margin-top:20px; background-color:#0D8584; font-size:16px; line-height:46px; color:#fff; padding:0 30px;} 

.cp_xq .cp_js{margin-top:40px;}

.cp_xq .cp_js .hd{overflow:hidden; border-bottom:1px solid #d7d7d7; margin-bottom:30px;}

.cp_xq .cp_js .hd ul li{float:left; padding:0 30px; font-size:16px; line-height:44px; text-align:center; color:#555; background-color:#f7f7f7; margin-right:5px; cursor:pointer;}

.cp_xq .cp_js .hd ul li.on{background-color:#0D8584; color:#fff;}

.cp_xq .cp_js .n_r{  }

.cp_xq .cp_js .n_r p{ margin-top:20px;font-size:15px; line-height:28px;}

.cp_xq .cp_js .n_r a{display:block; font-size:15px; line-height:28px; color:#0D8584; margin-bottom:10px;}

.cp_xq .cp_js .n_r a:hover{text-decoration:underline !important;}

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

.cp_xq .cp_cs{margin-top:20px;}

.cp_xq .cp_cs .n_r{padding:0;}

.cp_xq .cp_cs .c_s ul li{margin-bottom:10px; padding-left:20px; font-size:14px; line-height:26px;}

.cp_xq .cp_cs .c_s ul li:before{width:6px; height:6px; top:10px;}

.cp_xq .cp_cs a{font-size:16px; line-height:36px; padding:0 30px;} 

.cp_xq .cp_js .n_r{font-size:20px; line-height:40px;}

.cp_xq .cp_js .n_r img{ width:100%}

.cp_xq .cp_js .n_r a{font-size:20px; line-height:40px;}

.cp_xq .utpz{ float:none; width:100%}

.cp_xq .cp_cs{ float:none; width:100%}

}

/* 九大特点 开始 */

.nine-point-bg {

    height: auto  ;

    position: relative;

    background: #fafafa;;

    background-repeat: no-repeat;

    background-position: center 0; overflow:hidden; padding:70px 0

}

.nine-point-mid {

    position: relative;

    height: auto  ;

}

.nine-point-title {

    font-size: 36px;

    color: #fff;

    margin-top: 34px;

    text-align: center;

}

.nine-point-intro {

    font-size: 18px;

    color: #dbd9d9;

    margin-top: 23px;

    text-align: center;

}

.nine-point-list {

    position: relative;

    height: 630px;

}

.point-list-name {

    font-size: 18px;

    color: #0D8584;

}

.point-right {

    margin-left: 10px;

    vertical-align: middle;

    width: 87px;

    height: 20px;

    background-image: url(../images/right1.png); display:inline-block

}

.point-left {

    margin-right: 10px;

    vertical-align: middle;

    width: 87px;

    height: 20px;

    background-image: url(../images/left1.png);display:inline-block

}

.point-list-mess {

    width: 300px;

    font-size: 15px;

    line-height:26px;

    color: #333;

    margin-top: 12px;

}

.point-list1 {

    position: absolute;

    top: 77px;

    left: 122px;

}

.point-list2 {

    position: absolute;

    top: 177px;

    left: 46px;

}

.point-list3 {

    position: absolute;

    top: 295px;

    left: 15px;

}

.point-list4 {

    position: absolute;

    top: 418px;

    left: 46px;

}

.point-list5 {

    position: absolute;

    top: 530px;

    left: 440px;

}

.point-list6 {

    position: absolute;

    top: 77px;

    right: 100px;

}

.point-list7 {

    position: absolute;

    top: 177px;

    right: 52px;

}

.point-list8 {

    position: absolute;

    top: 295px;

    right: 32px;

}

.point-list9 {

    position: absolute;

    top: 418px;

    right: 82px;

}

.txt_align_left{text-align: left!important;}

.txt_align_right{text-align: right!important;}

.txt_align_center{text-align: center!important;}

.circle-center {

    position: absolute;

    top: 75px;

    left: 50%;

    width: 430px; margin-left:-215px;

    height: 430px;background-image:-webkit-linear-gradient(top,#fff 15%,#d5e0eb 67%,#f2f8fc 95%);

 background-image:linear-gradient(180deg,#fff 15%,#d5e0eb 67%,#f2f8fc 95%);

 border:1px solid #ccd7e6;

 box-shadow:0 2px 6px -1px #d5e5f4,inset -2px 0 4px 0 #fff,inset 2px -3px 4px 0 #fff;border-radius:50%;

}

.circle-center img{ width:100%}

.circle1,

.circle2,

.circle3 {

    position: absolute;

    top: 0;

    left: 0;

    transition: 2s;

    -webkit-transition: 2s;

    -moz-transition: 2s;

}

.circle-center:hover .circle1 {

    transform:rotate(70deg);

    -ms-transform:rotate(70deg);

    -moz-transform:rotate(70deg);

    -webkit-transform:rotate(70deg);

    -o-transform:rotate(70deg);

    transition: 2s;

    -webkit-transition: 2s;

    -moz-transition: 2s;

}

.circle-center:hover .circle2 {

    transform:rotate(-170deg);

    -ms-transform:rotate(-170deg);

    -moz-transform:rotate(-170deg);

    -webkit-transform:rotate(-170deg);

    -o-transform:rotate(-170deg);

    transition: 2s;

    -webkit-transition: 2s;

    -moz-transition: 2s;

}

.circle-center:hover .circle3 {

    transform:rotate(270deg);

    -ms-transform:rotate(270deg);

    -moz-transform:rotate(270deg);

    -webkit-transform:rotate(270deg);

    -o-transform:rotate(270deg);

    transition: 2s;

    -webkit-transition: 2s;

    -moz-transition: 2s;

}

/* 九大特点 结束 */



@media only screen and (max-width:992px){

.nine-point-bg { display:none}	

	

}



.jdys{ display:none; width:100%; margin:0 auto; padding:20px 0;}

.jdys ul{ width:96%; margin:0 auto}

.jdys li{ width:100%; box-shadow: 0 8px 15px 0 rgba(95,125,158,.2); padding:20px ;box-sizing:border-box }

.jdys  h1{ font-size:16px; font-weight:bold; color:#0D8584; margin-bottom:10px}

.jdys p{ font-size:14px; line-height:26px}

@media only screen and (max-width:992px){

.jdys{ display: block}

	

}







.fa_tl{width:100%; margin:35px 0; background-color:#fff; overflow:hidden;}

.fa_tl .row{margin:0; align-items:center; justify-content:space-between;}

.fa_tl .w_z{width:42%; margin:30px 4%; height: 100%;height:340px;}

.fa_tl .w_z h3{font-size:20px; line-height:40px; color:#000; margin:10px 0 20px;}

.fa_tl .w_z h3 img{ display: inline-block;}

.fa_tl .w_z .zzza{margin-top:30px;}

.fa_tl .w_z span{ display: inline-block;line-height:25px; padding: 0 18px; background:#F3F8F2; color: #0D8584; margin:0 10px 10px 0; border-radius:14px;  }

.fa_tl .w_z h4{font-size:20px; color:#555; line-height:32px;}

.fa_tl .w_z p{line-height:26px; /*overflow:hidden; 

     text-overflow:ellipsis;

     display:-webkit-box; 

     -webkit-box-orient:vertical;

     -webkit-line-clamp:6;*/ font-size: 14px;}

.fa_tl .w_z a{width:140px; height:44px; background-color:#923217; line-height:44px; text-align:center; color:#fff; display:block; margin-top:20px;}

.fa_tl .t_p{width:50%;}

.fa_tl .t_p img{width:100%; height:auto; display:block;}

.fa_tl .nr_qy img{max-width:100%; display:block; margin:0 auto;}

@media only screen and (max-width:1440px){

.fa_tl{padding:50px 0;}

.fa_tl .w_z{width:48%; height: 280px;margin:0px 1%;}

.fa_tl .w_z h3{font-size:24px; line-height:35px; margin: 5px 0 10px;}
.fa_tl .w_z p {
    line-height: 25px;
    font-size: 14px;
}
.fa_tl .w_z h4{font-size:18px; line-height:28px;}

.fa_tl .w_z a{width:120px; height:40px; line-height:40px;}

.fa_tl .t_p{width:47%;}

	.fa_tl .w_z .zzza{margin-top:15px;}

.fa_tl .w_z span{ display: inline-block;line-height:25px; padding: 0 18px; background:#F3F8F2; color: #0D8584; margin-right: 10px; border-radius:14px;  }

}

@media only screen and (max-width:998px){

.fa_tl{padding:20px 0;}

.fa_tl:nth-child(odd) .row{flex-direction:column-reverse;}

.fa_tl .w_z{width:100%; margin:10px 0;height:auto;}

.fa_tl .w_z h3{font-size:22px; line-height:30px; margin:8px 0 15px;}

.fa_tl .w_z h4{font-size:16px; line-height:26px;}

.fa_tl .w_z p{line-height:24px;}

.fa_tl .w_z a{width:100px; height:38px; line-height:38px; margin-top:15px;}

.fa_tl .t_p{width:100%; margin:10px 0;}

	

	

}



.lianxi{width:calc(100% - 100px) margin:35px 0; background-color:#fff; overflow:hidden; padding: 50px;}

.lianxi .row{margin:0; align-items:center; justify-content:space-between;}

.lianxi .w_z{width:50%; margin:0; height:100%;  float: right;}

.lianxi .w_z li{ height:150px; padding: 35px;}



.lianxi .w_z li  h3{font-size:20px; line-height:35px; color:#000; font-weight: 500; vertical-align: bottom; margin-bottom: 10px;}

.lianxi .w_z li  p{ font-size: 16px; color: #000;line-height:32px; letter-spacing:1px; padding-left: 40px;}

.lianxi .w_z  .dizhi{background: url(../images/lx11.jpg) left center no-repeat; }

.lianxi .w_z  .dianhua{background: url(../images/lx21.jpg) left center no-repeat; }

.lianxi .w_z  .youxiang{background: url(../images/lx31.jpg) left center no-repeat; }



.lianxi .w_z  .hover  h3{font-size:20px; line-height:35px; color:#fff; font-weight: 500; vertical-align: bottom; margin-bottom: 10px;}

.lianxi .w_z  .hover p{ font-size: 16px; color: #fff;line-height:32px; letter-spacing:1px; padding-left: 40px;}

.lianxi .w_z .hover .dizhi{background: url(../images/lx1.jpg) left center no-repeat; }

.lianxi .w_z .hover .dianhua{background: url(../images/lx2.jpg) left center no-repeat; }

.lianxi .w_z .hover .youxiang{background: url(../images/lx3.jpg) left center no-repeat; }

.lianxi .w_z .zzza{margin-top: 40px;}

.lianxi .w_z span{ display: inline-block;line-height:25px; padding: 0 18px; background:#F3F8F2; color: #0D8584; margin:0 10px 10px 0; border-radius:14px;  }

.lianxi .w_z h4{font-size:20px; color:#555; line-height:32px;}

.lianxi .w_z p{line-height:30px; overflow:hidden; 

     text-overflow:ellipsis;

     display:-webkit-box; 

     -webkit-box-orient:vertical;

     -webkit-line-clamp:4; font-size: 14px;}

.lianxi .w_z a{width:140px; height:44px; background-color:#923217; line-height:44px; text-align:center; color:#fff; display:block; margin-top:20px;}



.lianxi .w_z .hover{ background: #0D8584;}



.lianxi .t_p{width:50%; float: left;}

.lianxi .t_p img{width:100%; height:auto; display:block;}



@media only screen and (max-width:1440px){

.lianxi{width:calc(100% - 60px) margin:35px 0; background-color:#fff; overflow:hidden; padding:30px;}

	.lianxi .w_z li {

    height: 150px;

    padding:20px;

}

.lianxi .w_z{width:50%; height: 280px;}

.lianxi .w_z h3{font-size:24px; line-height:35px;}

.lianxi .w_z p{font-size:16px; line-height:25px;}



.lianxi .t_p{width:50%;}



}

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

.lianxi{padding:20px 0;}

.lianxi .w_z li {

    height:auto;

    padding:10px 20px;

}

.lianxi .w_z{width:100%; height: auto;}

.lianxi .w_z h3{font-size:18px; line-height:30px; margin:8px 0 15px;}

.lianxi .w_z h4{font-size:13px; line-height:26px;}

.lianxi .w_z p{line-height:24px;letter-spacing:0px!important;}

.lianxi .w_z a{width:100px; height:38px; line-height:38px; margin-top:15px;}

.lianxi .t_p{width:100%;}

	

.lianxi .w_z  .dizhi{background: url(../images/lx11.jpg) left center no-repeat; text-indent: 30px;}

.lianxi .w_z  .dianhua{background: url(../images/lx21.jpg) left center no-repeat; text-indent: 30px;}

.lianxi .w_z  .youxiang{background: url(../images/lx31.jpg) left center no-repeat; text-indent: 30px;}



.lianxi .w_z .hover .dizhi{background: url(../images/lx1.jpg) left center no-repeat; text-indent: 30px;}

.lianxi .w_z .hover .dianhua{background: url(../images/lx2.jpg) left center no-repeat; text-indent: 30px;}

.lianxi .w_z .hover .youxiang{background: url(../images/lx3.jpg) left center no-repeat; text-indent: 30px;}	

}





.lianxi1{width:calc(100% - 100px) margin:35px 0; background-color:#fff; overflow:hidden; padding:55px 50px;}



.lianxi1 .w_z{width:50%; margin:0; height:100%;  float: left;}





.lianxi1 .w_z h3{font-size:30px; line-height:60px; color:#000; font-weight: 500; margin-bottom: 20px; }

.lianxi1 .w_z p{ font-size: 16px; color: #000;line-height:45px; letter-spacing:1px;}

.lianxi1 .w_z  .dizhi{background: url(../images/lx11.jpg) left center no-repeat; text-indent: 35px;}

.lianxi1 .w_z  .dianhua{background: url(../images/lx21.jpg) left center no-repeat; text-indent: 35px;}

.lianxi1 .w_z  .youxiang{background: url(../images/lx31.jpg) left center no-repeat; text-indent: 35px;}

.lianxi1 .w_z  .qq{background: url(../images/lx41.jpg) left center no-repeat; text-indent: 35px;}

.lianxi1 .w_z  .youxiang2{background: url(../images/lx51.jpg) left center no-repeat; text-indent: 35px;}



.lianxi1 .t_p{width:50%; float: right;}

.lianxi1 .t_p img{width:100%; height:auto; display:block;}



@media only screen and (max-width:1440px){

.lianxi1{width:calc(100% - 60px) margin:35px 0; background-color:#fff; overflow:hidden; padding:30px;}



.lianxi1 .w_z{width:50%; height: 280px;}

.lianxi1 .w_z h3{font-size:26px; line-height:50px;}

.lianxi1 .w_z p{font-size:16px; line-height:35px;}



.lianxi1 .t_p{width:50%;}



}

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

.lianxi1{padding:20px 0;}



.lianxi1 .w_z{width:calc(100% - 40px); height: auto;padding: 10px 20px;}

.lianxi1 .w_z h3{font-size:18px; line-height:30px; margin:8px 0 15px;}

.lianxi1 .w_z h4{font-size:13px; line-height:26px;}

.lianxi1 .w_z p{line-height:30px;letter-spacing:0px!important;}

.lianxi1 .w_z a{width:100px; height:38px; line-height:38px; margin-top:15px;}

.lianxi1 .t_p{width:100%;}

	

.lianxi1 .w_z  .dizhi{background: url(../images/lx11.jpg) left center no-repeat; text-indent: 30px;}

.lianxi1 .w_z  .dianhua{background: url(../images/lx21.jpg) left center no-repeat; text-indent: 30px;}

.lianxi1 .w_z  .youxiang{background: url(../images/lx31.jpg) left center no-repeat; text-indent: 30px;}



.lianxi1 .w_z .hover .dizhi{background: url(../images/lx1.jpg) left center no-repeat; text-indent: 30px;}

.lianxi1 .w_z .hover .dianhua{background: url(../images/lx2.jpg) left center no-repeat; text-indent: 30px;}

.lianxi1 .w_z .hover .youxiang{background: url(../images/lx3.jpg) left center no-repeat; text-indent: 30px;}	

}





.content{line-height: 35px; font-size: 16px;

 }

.content img{max-width: 100%; height: auto;

 }


.lx_bd{ height:auto; overflow:hidden; margin:40px auto 70px; padding: 50px; background:#fff; justify-content:space-between; height:auto; overflow:hidden }

.lx_bd .b_t{text-align:center; margin-bottom:50px;}
.lx_bd .b_t h3{font-size:36px; color:#000; font-weight: 500; line-height:50px; margin-bottom:6px;}


.lx_bd .b_d{ width:100%;box-sizing:border-box ; }
.lx_bd .b_d ul{display:flex; flex-wrap:wrap; justify-content:space-between;}
.lx_bd .b_d ul li{width:48%; margin-top:20px; position:relative;}
.lx_bd .b_d ul li.q_b{width:100%;}
.lx_bd .b_d input{width:100%; height:60px; border:0; background: #F5F5F5; font-size:16px; line-height:50px; color:#333; display:block; text-indent: 25px;}
.lx_bd .b_d input::placeholder{color:#656565;}
.lx_bd .b_d textarea{width:calc(100% - 50px);height:120px;font-size:16px; line-height:30px; border: 0; color:#656565; background: #F5F5F5; display:block;font:16px Verdana,Arial,Tahoma; padding: 15px 25px;}
.lx_bd .b_d textarea::placeholder{color:#656565;}
.lx_bd .b_d button{width:260px; height:55px; border:0; margin:30px auto;background-color:#0D8584; font-size:16px; line-height:55px; color:#fff;outline:none;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s; display: block; border-radius:30px; }

.lx_bd .b_d button:hover{background-color:#098b9d;}

@media only screen and (max-width:1440px){


.lx_bd .b_t{margin-bottom:40px;}
.lx_bd .b_t h3{font-size:26px; line-height:32px;}

.lx_bd .b_d ul li{width:47%; margin-top:10px;}
.lx_bd .b_d input{height:51px; font-size:14px; line-height:50px;}
.lx_bd .b_d textarea{height:99px; padding-top:10px; font-size:14px; line-height:22px;}
.lx_bd .b_d button{width:200px; height:46px; font-size:15px; line-height:46px;  margin:20px auto;}
}
@media only screen and (max-width:640px){
.lx_bd {
  height: auto;
  overflow: hidden;
  margin: 20px auto;
  width: 98%;
padding:20px 0;
}
.lx_bd .b_t{margin-bottom:10px;}
.lx_bd .b_t h3{font-size:24px; color:#000; font-weight: 500; line-height:50px; margin-bottom:6px;}

.lx_bd .t_p{display: block; width:100%}
.lx_bd .b_d{width:100%;padding:10px 20px;}
.lx_bd .b_d ul li{width:100%;}
.lx_bd .b_d button{ width:100px; font-size:14px; height:36px; line-height:36px}
}
