﻿body{ margin:0px; font-size:12px; color:#3d2f1b;font-family:"΢���ź�"}
*{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:#064d8d;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}

.jianju{ height:80px; overflow:hidden; display:none;}

.jianju2{ height:80px; overflow:hidden;}
.you{display: flex; align-items: center;}


.top1{ width:96%; max-width:1520px; margin:0 auto;  display: flex;   justify-content: space-between;   align-items: center; }
.logo{ display: flex; align-items: center;}
.logo img{ height:25px; 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:60px; border-left:#ccc 1px solid; 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;}
.header .s_ch i{font-size:20px;}


@media only screen and (max-width:1440px){
.top1{ width:90%; max-width:1520px; 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 #29a7b9; 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:#064d8d;}
.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:14px; left:10px;}
.header .an span.a2{top:22px; left:10px;}
.header .an span.a3{top:30px; 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:80px; width:auto; margin:0 30px;font-size:16px; line-height:100px; float:left; text-align:center;position:relative;  }

.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:80px; color:#222;   margin:0; display:block; position:relative }
.header .nav ul li a.o_lm:after{ content:""; position:absolute; top:20px; left:50%; transform:translateX(-50%); width:0; opacity:0; height:2px; background:#29a7b9;transition:all 0.6s}
.header .nav ul li:hover a.o_lm:after{ content:""; width:100%; opacity:1; transition:all 0.6s}
.header .nav ul li:hover a.o_lm{ color:#29a7b9}
.header .nav ul li.hover a{color:#29a7b9}
.header .nav ul li.hover a.o_lm:after{content:""; width:100%; opacity:1; transition:all 0.6s}

.header .nav ul ul{ display:block}

.header .nav .e_j{position:absolute; width:auto; left:50%; transform:translateX(-50%);  min-width:140px;  background:rgba(51,51,51,0.8); top:80px;  padding:10px 0; display:none;  z-index:9999999999999; 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:13px; line-height:40px; color:#fff; padding: 0;}
.header .nav .e_j  ul li a:hover { color:#fff; background:#064d8d }






@media only screen and (max-width:1400px){

.header .nav ul>li{ margin:0 20px;font-size:16px; }

	
}


@media only screen and (max-width:1270px){
.header .nav ul>li{ font-size:14px; margin:0 15px; }



	
}


@media only screen and (max-width:992px){

.header{ position:fixed;  top:0; width:100%; height:50px; 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;}

.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}





.logo{ margin:15px 0 0;}
.logo img{ height:20px; width:auto}


.tel{ display:none;}

.jianju{ height:50px; display:block; overflow:hidden}

.lange{ border:0; margin:0; margin-right:60px;}
.lange a{   font-size:14px}

.header .s_ch{ width:40px; margin-top:15px }
.header .s_ch i{font-size:14px;}


}









.banner {
        width: 100%;
    	height:100vh;
		overflow:hidden;
		position:relative;
		box-sizing:border-box;
		
    
 }
 .banner  .swiper-slide {
		width:100%;height:100vh;
		position:relative; overflow:hidden }
		


.banner  .swiper-slide  img{ width:100%; height:100%;object-fit: cover; }

.banner .container {
	position: absolute;
	top: 52%;
	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:100%
}
.banner .w_z {
	width: 90%;
	margin: 0 auto;
	color: #fff;
	text-align: left  ;
	position: relative;
}
.banner .w_z h2 {
	font-size: 45px;
	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:#29a7b9;}
@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 .w_z{ width:90%; position:absolute; z-index:3; left:50%; top:50%; transform:translate(-50%,-50%);max-width:1000px; text-align:center}
.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;}



@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 0; font-size:12px; line-height:20px; font-weight:normal;}
.banner .kuan span a{  width:100px; margin-top:10px; line-height:23px;  font-size:12px;  }	

	
	
}


@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: 12px;
	text-transform: uppercase;
	line-height: 26px;
	margin-top: 0px;text-shadow: 1px 1px 1px #000;
}
.banner .swiper-button-next{ display:none}	
.banner .swiper-button-prev{ display:none}
}




.sy1{  padding:50px 0 0; height:auto; overflow:hidden; }



#lib_Tab1{width:96%;margin:0px auto; max-width:1520px; padding:0px; }

.lib_Menubox {position:relative; margin-top:15px; height:100px;}
.lib_Menubox ul{margin:0px;padding:0px;list-style:none; position:absolute; width:100%; text-align:center;}
.lib_Menubox li{display:inline-block;cursor:pointer;width:25%;color:#666; padding-top:20px; padding-bottom:35px;  font-size:18px; position:relative; font-weight:bold }
.lib_Menubox li.hover{padding:0px;width:25%;color:#064d8d; padding-top:20px;padding-bottom:35px;position:relative;}
.lib_Contentbox{clear:both;margin-top:0px; border-top:none;height:auto;  background: url(../image/bj.jpg) no-repeat right bottom}

.lib_Menubox li em{ display:block; font-size:12px; font-style:normal; text-transform:uppercase; font-weight:normal; margin-top:5px}

.lib_Menubox li.hover:after{ content:""; position:absolute; top:0;  width:8px; height:8px; border-radius:5px; background:#064d8d; left:50%; transform:translateX(-50%)}
.lib_Menubox li.hover:before{ content:""; position:absolute; bottom:0;width:2px; height:25px; background:#064d8d;  left:50%; transform:translateX(-50%)}


.ppic{ width:33%; padding-bottom:35%; position:relative; overflow:hidden}
.ppic img{ position:absolute; width:100%; height:auto; min-height:100%; left:0; top:0; transition:all 0.6s}
.ppzi{ width:68%; padding:20px 50px; box-sizing:border-box}
.cpzs1{display: flex;   justify-content: space-between;   align-items: center; position:relative}

.cpzs1 .ppzi h1{ position:absolute; right:10px; bottom:0; font-size:120px; color:rgba(102,102,102,0.1)}
.cpzs1 .ppzi h2{ display:block; font-size:18px; line-height:35px; color:#666; margin:20px 0; font-weight:normal}
.cpzs1 .ppzi h3{ display:block; font-size:25px; color:#064d8d; letter-spacing:2px}
.cpzs1 .ppzi p{ display:block; font-size:18px; color:#ddd; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif }

.cpzs1 .ppzi  em{ display:block; width:60px; height:2px; background:#eee; margin-top:20px}

.cpzs1 .ppzi span a{ display:block; width:120px; line-height:40px;  color:#666; margin-top:40px;transition:all 0.6s; font-size:14px; display: flex;     align-items: center; transition:all 0.6s  }
.cpzs1 .ppzi span a i{ display:block;  background:#064d8d; color:#fff; width:30px; line-height:30px; border-radius:50%; text-align:center; transform:translateX(5px); transition:all 0.6s}
.cpzs1 .ppzi span a:hover i{ transform:translateX(15px); transition:all 0.6s}
.cpzs1 .ppzi span a:hover { color:#064d8d}


@media only screen and (max-width:1440px){
	#lib_Tab1{width:90%;margin:0px auto; max-width:1520px; padding:0px; }

.cpzs1 .ppzi h3{ font-size:23px}	
.cpzs1 .ppzi h1{ font-size:80px}
.cpzs1 .ppzi h2 {

    font-size: 14px;
    line-height: 25px;
     margin: 20px 0;
   
}

.cpzs1 .ppzi span a i{  width:23px; line-height:23px;}
	

}


@media only screen and (max-width:992px){
.sy1{  padding:20px 0;}


.lib_Menubox {position:relative; margin-top:15px; }

.lib_Menubox li{width:48%; padding-top:15px; padding-bottom:15px;  font-size:14px; }
.lib_Menubox li.hover{width:48%;; padding-top:15px;}
.cpzs1{ display:block}
.ppic{ width:100%; padding-bottom:110%; position:relative; overflow:hidden}
.ppzi{ width:100%; padding:15px; box-sizing:border-box}

.cpzs1 .ppzi h3{ font-size:18px}	
.cpzs1 .ppzi h1{ font-size:40px}
.cpzs1 .ppzi h2 {

    font-size: 14px;
    line-height: 25px;
     margin: 10px 0;
   
}
.cpzs1 .ppzi span a{ display:block; width:120px; line-height:40px;  color:#666; margin-top:20px;transition:all 0.6s; font-size:14px; display: flex;     align-items: center; transition:all 0.6s  }


}








.guanyu{  background:#f9f9f9; padding:100px 0; text-align:center;  position:relative}
.guanyu:before{ content:""; position:absolute; width:100%; height:100%; top:0; left:0; background-image: linear-gradient(90deg, transparent ,#26445e); }



.gy1{display: flex;  justify-content:flex-end; width:94%; margin:0 auto; max-width:1520px; overflow:hidden}



.sy_gyzi{ width:50%; text-align:left; position:relative; z-index:22 }
.sy_gyzi h2{ font-size:30px; color:#fff; margin-bottom:30px; letter-spacing: 5px; text-align:center}
.sy_gyzi h2 em{ display:block; font-style:normal; font-size:18px; font-weight:normal; text-transform:uppercase;letter-spacing: 0px;}
.sy_gyzi p{ display:block;  font-size:16px; line-height:30px; color:#fff; text-indent:2em;}
.sy_gyzi span a{ display:block;  background:#064d8d; margin:0 auto; width:160px; color:#fff; line-height:35px; border-radius:5px; text-align:center; font-size:14px; transition:all 0.6s; margin-top:30px}
.sy_gyzi span a:hover{ transform:translateY(-10px); transition:all 0.6s}






.gy2{ width:94%; margin:0 auto; max-width:1520px; position:relative; margin-bottom:100px; }
.gy2 ul{ display: flex;   justify-content: space-between; }
.gy2 ul li{ background:#064e8d; border-top:#064e8d 3px solid; padding:30px 40px; box-sizing:border-box; width:30%;display: flex;   justify-content: space-between; transition:all 0.6s; }
.gy2 ul li:hover{ transform:translateY(-20px);transition:all 0.6s}
.gy2 ul li i img{ width:90px; height:auto; border:#fff 2px solid; border-radius:50%}

.gy2 ul li .td{ width:calc(100% - 120px); text-align:left}
.gy2 ul li .td h3{ display:block; font-size:23px; color:#fff; margin-bottom:10px;}
.gy2 ul li .td p{ display:block; font-size:15px; line-height:30px; color:#fff}


@media only screen and (max-width:1600px){
	
.sy_gyzi p{  margin-bottom:20px;  font-size:18px; line-height:35px; }
.sy_gyzi span a{ display:block;  background:#064d8d; width:160px; color:#fff; line-height:35px; border-radius:5px; text-align:center; font-size:14px; transition:all 0.6s; margin-top:20px}
.sy_gyzi span a:hover{ transform:translateY(-10px); transition:all 0.6s}

	
}

@media only screen and (max-width:1440px){
	
.sy_gyzi p{   font-size:16px; line-height:30px; }

.gy2 ul li i img{ width:80px; height:auto}
.gy2 ul li{ padding:30px; }
.gy2 ul li .td{ width:calc(100% - 100px);}
.gy2 ul li .td h3{  font-size:20px; }
.gy2 ul li .td p{  font-size:14px; line-height:25px;}
	
	
	
	
}

@media only screen and (max-width:1270px){
	
.sy_gyzi p{   font-size:14px; line-height:25px; }	


.gy2 ul li i img{ width:60px; height:auto}
.gy2 ul li{ padding:15px; }
.gy2 ul li .td{ width:calc(100% - 70px);}
.gy2 ul li .td h3{  font-size:18px; }
.gy2 ul li .td p{  font-size:12px; line-height:23px;}
		
}

@media only screen and (max-width:992px){
	
.guanyu{ padding:30px 0}	
.gy1{ display:block}
.gy2{ margin-bottom:30px; }
	
.sy_gypic{ width:100%;   }
.sy_gyzi{ width:100%; text-align:left; margin-top:15px}
.sy_gyzi p{   font-size:12px; line-height:20px; }	
.sy_gyzi span a{  width:120px;  line-height:25px;  font-size:12px;  margin-top:10px}

.sy_gyzi h2{ font-size:20px; }
.sy_gyzi h2 em{  font-size:14px; }


.gy2 ul{ display:block;}
.gy2 ul li{  width:100%; margin-bottom:15px}
.gy2 ul li i img{ width:40px; height:auto}
.gy2 ul li .td{ width:calc(100% - 50px);}

.gy2 ul li .td h3{  font-size:14px;  margin:0px auto }
.gy2 ul li .td p{  font-size:12px; line-height:20px;}


		
}



.sy3{ padding:0 0 60px;  }

.xwxw{ width:94%; margin:0 auto; max-width:1520px; display: flex;   justify-content: space-between;}

.xwxw .xw1{ width:49%; background:#f7fbfe}
.xwxw .xw1 i{ display:block; width:100%; padding-bottom:40%; 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:20px; 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:#064e8d}

.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:#29a7b9}
.xwxw .xw1 .syxwzi span.more1 a:hover em{ background:#29a7b9; color:#fff;  border:#29a7b9 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:50px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow:hidden}


.xwxw .xw2{ width:49%}
.xwxw .xw2 ul{display: flex;   justify-content: space-between;flex-wrap:wrap;}
.xwxw .xw2 ul li{ background:#f7fbfe; padding:30px; box-sizing:border-box;box-sizing:border-box; width:100%}
.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:20px; 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:#064e8d}

.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:#29a7b9}
.xwxw .xw2 ul li span.more1 a:hover em{ background:#29a7b9; color:#fff;  border:#29a7b9 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:1520px; }
.why ul{ display: flex;   justify-content: space-between;  }

.why ul li{ width:31%;  color:#fff;display: flex;   justify-content: space-between; background:#064e8d; 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:50px 0;  }
.yingyong{width: 94%;margin: 0 auto;max-width: 1520px;}
.yingyong ul{  display: -webkit-flex;
            display: -ms-flexbox;
            display: -webkit-box;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
 
            display: flex;
            flex-direction: row; overflow:hidden }
.yingyong ul li{   -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
            -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            height: 400px;
            width: 25%; 
 
            -webkit-transition: width 0.7s ease-out;
            -ms-transition: width 0.7s ease-out;
            transition: width 0.7s ease-out; overflow:hidden; position:relative; letter-spacing: 5px; margin:0 10px}
.yingyong ul li:hover{ width:50%; writing-mode:horizontal-tb;letter-spacing: 0px }
.yingyong ul li img{ width:100%; height:100%;object-fit: cover;transition:all 0.6s}

.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:99 }
.yingyong ul li .yyzi h3{ display:block; font-size:25px; color:#fff}
.yingyong ul li .yyzi p{ display:none}


.yingyong ul li:hover{ background:#29a7b9;}
.yingyong ul li:hover img{ transform:scale(1.1,1.1); opacity:0.2; 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:30px; margin:20px auto; }
.yingyong ul li:hover .yyzi p{ display:block; font-size:16px; line-height:25px; color:#fff}


@media only screen and (max-width:1440px){
.yingyong{width: 91%;margin: 0 auto; }
	
	.yingyong ul li{  height:350px; }
	
	.yingyong ul li .yyzi h3{ font-size:20px;}
	
	.yingyong ul li:hover .yyzi p{  font-size:14px; line-height:23px;}

	.yingyong ul li:nth-child(1){ margin-bottom:20px}
}


@media only screen and (max-width:992px){
.yingyong ul {flex-wrap:wrap;justify-content: space-between; }
	.yingyong ul li{  height:160px; writing-mode:horizontal-tb; margin:0; width:49%;flex:none }
	.yingyong ul li .yyzi{ padding:15px}
	.yingyong ul li .yyzi h3{ font-size:16px;}
	
	.yingyong ul li:hover .yyzi p{  font-size:14px; line-height:23px;}

	.yingyong ul li:nth-child(1){ margin-bottom:20px}
	.yingyong ul li:nth-child(3){ width:100%}
	
.sy4{  margin:0 auto 20px; padding:0 }
.yingyong ul li:hover .yyzi h3:after{ display:none; }
.yingyong ul li:hover .yyzi p{ display:none;}
	
}

.footer{background:#2e2e2e;}

.foot1{ width:96%; margin:0 auto; max-width:1440px; padding:35px 0;color:#fff;  overflow:hidden; display: flex;   justify-content: space-between; }
.foot2{ background:#282828;padding:25px 0;  text-align:center; font-size:14px; color:#999}

@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; }
	
}


.dlx{  font-size:14px; color:#999; line-height:25px; width:380px }
.dlx p{ display:block; margin-bottom:10px; overflow:hidden}
.dlx i{ width:20px; display:block; float:left; color:#797979; font-size:16px; line-height:25px;}

.dbt{ font-size:16px; color:#fff; font-weight:bold; margin-bottom:15px; text-align:left}




.dlink {
	
	width: auto;
	
    width:calc(100% - 440px);
	box-sizing:border-box;

	font-size:0;
	

}
.dlink ul{	display:flex;justify-content: space-around;  justify-content: space-between;}

.dlink ul li {	text-align:left; border-right:#434343 1px solid; padding-right:50px; min-height:140px}
.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:#b80b0b}


.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:#000; font-size:0; overflow:hidden}
.nbanner img{ width:100%; height:auto; opacity:0.8 }

.nbanner .wzmc{ position:absolute; left:50%; top:50%; height:auto; transform:translate(-50%,-50%); z-index:2; }
.nbanner .wzmc h3{ display:block; font-size:30px; color:#fff;  text-align:center;letter-spacing:3px; font-weight:normal; padding-bottom:10px}
.nbanner .wzmc em{ width:50px; display:block; margin:0 auto 8px; height:2px;text-align:center; background:#fff; overflow:hidden; position:relative}
.nbanner .wzmc span{ font-size:18px; color:#fff; text-transform:uppercase; text-align:center; 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:1400px; 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;}

}


@media only screen and (max-width:992px){
.nbanner{ width:100%; height:160px; }
}
.hui{ background:#f7f7f7; padding:60px 0;}
.jianjie { width:94%; max-width:1400px; 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:#064d8d;}
.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:1380px; }

.dhfl{ float:left; width:300px; background:#fff;box-shadow: 0px 0px 15px rgba(195,195,195,0.25); padding:30px; padding-top:0; box-sizing:border-box}
.dhfl.on{ position:fixed; top:100px}
.dhfl h3{ display:block;  color:#222; line-height:80px;  font-weight:bold; font-size:25px; text-align:center; border-bottom:#ddd 1px solid;}

.dhfl ul li{ margin-top:5px;  color:#666; font-size:14px;  position:relative; text-align:center}

.dhfl ul li a{ display:inline-block; width:auto; margin:0 auto; line-height:50px; text-align:center; position:relative; font-size:16px;transition:all 0.6s}
.dhfl ul li a:hover{ color:#b90b0c;  transition:all 0.6s}

.dhfl ul li a:after{ content:""; width:0; height:2px; opacity:0; background:#b90b0c; transition:all 0.6s; position:absolute; left:50%; transform:translateX(-50%); bottom:0}
.dhfl ul li a:hover:after{ content:""; width:100%; height:2px; background:#b90b0c;transition:all 0.6s; opacity:1}

.dhfl ul li.on a:after{ content:""; width:100%; height:2px; background:#b90b0c;transition:all 0.6s; opacity:1}
.dhfl ul li.on a{ color:#b90b0c; transition:all 0.6s}

.dhfl ul li.on:before{opacity:1; transform:translateX(15px);transition:all 0.6s}

.ndh{ width:96%; margin:0 auto; max-width:1400px; 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:#064d8d; color:#fff}
.ndh ul li.on a{background:#064d8d; color:#fff}
@media only screen and (max-width:1440px){
.ndh{ width:90%; margin:0 auto; max-width: inherit; margin-top:40px}
.nmain{ width:90%; margin:20px auto 40px; max-width: inherit; }
	
	
}

.ncplb{  width:100%  }

.ncplb ul{ position:relative; margin:0 -20px; display: flex;   flex-wrap:wrap;  }
		
.ncplb ul li{ float:left; width:25%; padding:0 20px; margin-bottom:40px; 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}


	
}

.hui2{ background:#f7f7f7; overflow:hidden}


.cpxq1{ width:96%; margin:0 auto; max-width:1400px; background:#fff; margin-top:50px; padding:30px; box-sizing:border-box}

.cpxq2{width:96%; margin:40px auto; max-width:1400px; }


.wrapper {
	position:relative;
	width:550px;
	height:auto;
	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:auto;
	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 #064d8d;
}
.wrapper #Box {
	width:450px;
	height:auto;
	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:#064d8d; 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:1400px; 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: #064d8d; }

#nav .current a {background: #fff;color: #064d8d;font-weight:bold;position:relative}
#nav .current a:after{ content:""; position:absolute; width:100%; height:3px; background:#064d8d; 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:#064d8d 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:90px auto; max-width:1400px; 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:#064d8d 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:#064d8d 6px solid; padding-left:10px;}
#nav a{ font-size:14px}
}


@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:40px; float:left; }
.hyyy ul li .yypic{ display:block; width:100%; padding-bottom:70%; position:relative; overflow:hidden;background:#064e8d; 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 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:20%; 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:20px; color:#000; font-weight:normal}
.nxwzi p{ display:block;  font-size:14px; line-height:25px; margin:25px 0; color:#666; max-height:50px;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:#064d8d;width:120px; line-height:35px; border-radius:50px; }
.nxwzi span  a:hover{ background:#29a7b9; 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: #064d8d;}
.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:#064d8d; 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(../image/linkUsLy_icon01.png)#fff no-repeat 20px center; background-size:20px auto
}
.mainCon .box .input2 {
  background: url(404.png)#fff no-repeat 20px center; background-size:20px auto
}
.mainCon .box .input3 {
  background: url(../image/linkUsLy_icon05.png)#fff no-repeat 20px center; background-size:20px auto
}

.mainCon .box .input4 {
  background: url(../image/linkUsLy_icon02.png)#fff no-repeat 20px center; background-size:20px auto
}

.mainCon .box .liuyan {
  background: url(../image/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: #064d8d;
  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(../image/linkUsLy_icon01.png)#fff no-repeat 12px center; background-size:12px auto
}
.mainCon .box .input2 {
  background: url(404.png)#fff no-repeat 12px center; background-size:12px auto
}
.mainCon .box .input3 {
  background: url(../image/linkUsLy_icon05.png)#fff no-repeat 12px center; background-size:12px auto
}

.mainCon .box .input4 {
  background: url(../image/linkUsLy_icon02.png)#fff no-repeat 12px center; background-size:12px auto
}

.mainCon .box .liuyan {
  background: url(../image/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;


  
  
}




 }


.xian{  border-bottom:#eee 1px solid; margin-bottom:40px }

.bt1{ width:96%; margin:0 auto; max-width:1520px;  display: flex;   justify-content: space-between;   align-items: center; padding-bottom:15px; position:relative;}
.bt1:after{ content:""; width:40px; height:2px; background:#064d8d; position:absolute; bottom:-1px; left:0}


.bt1 h3{ display:block; font-style:normal;    font-size: 32px; font-weight:550; color:#064e8d}
.bt1 h3 i{ font-style:normal; color:#29a7b9}
.bt1 h3 em{ display:block; font-style:normal;    font-size: 14px;      color: #606060; text-transform:uppercase; font-weight:400; padding-top:5px}
.bt1 span{ text-transform:uppercase; font-size:18px; color:#888}



.more a{ display:block; width:160px; margin-top:30px;  background:#025aa2; 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:#29a7b9;color:#fff; transition:all 0.6s}


@media only screen and (max-width:1440px) {
.bt1{ width:90%; }
}

@media only screen and (max-width:992px) {
.xian{  border-bottom:#eee 1px solid; margin-bottom:20px }

.bt1 h3{ display:block; font-style:normal;    font-size: 20px; font-weight:550; color:#064e8d}
.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:#025aa2; 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}

}


.sy5 { padding: 0 0 60px;}
.sy_hz{width: 94%;
margin: 0 auto;
max-width: 1520px;}
.sy_hz .hz_zs{position:relative;}
.sy_hz .hz_zs .swiper-button-prev{width:35px; height:35px; background:url(../image/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(../image/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:#064e8d;}
.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: 1520px;}
.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:#025aa2; 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:#064e8d; 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:#29a7b9; transition:all 0.6s}



.pc_kf{width:50px; position:fixed; right:15px; bottom:30px; 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:#29a7b9; 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:#29a7b9; 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; box-shadow:0 0 10px #ddd;  background-color:#fff; border-radius:5px; overflow:hidden;}
.pc_kf .nr i{color:#333; 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:#29a7b9; 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:#064e8d; 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:#064e8d; 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:#064d8d; 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:#064d8d

}

.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
	
 }

}

.hei{ height: auto; overflow:hidden; padding-top:40px}
.lx_bd{ height:auto; overflow:hidden; margin:50px auto; }
.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:40px 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:61px; border:0; border-bottom:1px solid #ddd; font-size:15px; line-height:60px; color:#333; display:block; background:none}
.lx_bd .b_d input::placeholder{color:#999;}
.lx_bd .b_d textarea{width:100%; height:122px; 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:#29a7b9; 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 30px;}
.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:#064d8d; 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:#064d8d; 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:#064d8d;
			border:#064d8d 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:#064d8d;
			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:#064d8d; 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:1400px}
.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:#064d8d; font-size:30px; font-weight:bold}
.wenhua ul li .wh1 em{ display:block; width:50px; height:3px; background:#064d8d; 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:#064d8d;}
.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:#064d8d;}
.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:#29a7b9; 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:60px 0 ; background:url(../image/gy_bj.jpg) no-repeat center bottom / auto 100%; overflow:hidden; position:relative;}
.gs_js .container{ width:96%; margin:0 auto; height:auto; overflow:hidden;max-width: 1400px;}
.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:36px; color:#000;  font-size:16px; float:left; width:60%}
.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    ;}

}
@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;}

}



.sy_hb{width:94%; padding:60px 0 ; overflow:hidden; max-width:1380px; 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 }
.sy_hb .hb_lb ul li:nth-child(5n){width:20%;border-right: 0 solid #f0f0f0; }
.sy_hb .hb_lb img{width:80%; height:auto; display:block;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s; margin:10px auto}
.sy_hb .hb_lb ul li:hover img{transform:scale(1.15);-webkit-transform:scale(1.15);-moz-transform:scale(1.15)}
@media only screen and (max-width:1440px){
.sy_hb{width:calc(90% - 10px); padding:60px 0 ; overflow:hidden; max-width: inherit; margin:0 auto}

}
@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; }

}

.sy_cp{width:100%; padding:40px 0 ; margin:0 auto;  overflow:hidden;}
.sy_cp .cp_zs{height:0; overflow:hidden;}
.sy_cp .cp_zs.dk{height:auto;}
.sy_cp .product_TabTitle{margin-bottom:40px;}
.sy_cp .product_TabTitle li{width:150px; display:inline-block; text-align:center; border:solid 1px #ddd; color:; font-size:15px; line-height:40px; margin:0px 5px; cursor:pointer;border-radius:5px;}
.sy_cp .product_TabTitle li.on{border:solid 1px #29a7b9; background-color:#29a7b9; color:#FFF;}
.sy_cp .product_TabTitle li:hover{ border:solid 1px #29a7b9; background-color:#29a7b9; color:#FFF;}
.sy_cp .product_TabTitle{ text-align:center;}


@media only screen and (max-width:992px){
.sy_cp{width:100%; padding:20px 0 ; margin:0 auto;  overflow:hidden;}
.sy_cp .product_TabTitle{margin-bottom:20px;}
.sy_cp .product_TabTitle li{width:140px; display:inline-block; text-align:center; border:solid 1px #ddd; color:; font-size:14px; line-height:36px; margin:0px 5px; cursor:pointer;border-radius:5px;}


}



.zw{ line-height:30px; padding:15px 0; min-height:350px;color:#555555; font-size:14px;max-width: 1050px; margin: 20px auto;}
.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");

}
.lx_dt iframe{width: 100%!important}
.xiaocms-page span{ margin:0 3px;  border:1px solid #064d8d;line-height:35px; padding:0 15px; background:#064d8d; 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 #064d8d;line-height:35px; background:#064d8d; color:#fff; padding:0 15px;display:inline-block;}











.dtc4 .dlt{display: block; width: 49%;float: left;line-height: 60px;border:1px solid #ddd;color: #999; padding-left: 30px;border-radius: 5px;position: relative;overflow: hidden;}

.dtc4 .dlt::before{content: '';display: block;position: absolute;width: 0%;height: 2px;background: #72bb38;left: 0;bottom: 0;-webkit-transition: all .4s cubic-bezier(.4,0,.2,1); -moz-transition: all .4s cubic-bezier(.4,0,.2,1); transition: all .4s cubic-bezier(.4,0,.2,1);}

.dtc4 .dlt:hover::before{width: 100%;}



.z_tanchuang {position: fixed;display: table;height: 100%;width: 100%;top: 0;left: 0;transform: scale(0);-webkit-transform: scale(0);z-index: 9999;}

.z_tanchuang .tbox {display: table-cell;background: rgba(0, 0, 0, 0.8);text-align: center;vertical-align: middle;}



.z_tanchuang .tbox .modal {background: white;padding: 50px;display: block;border-radius: 5px;position: relative;width: 90%;max-width: 1200px;max-height: 90%;margin: 0 auto;}

.z_tanchuang .tbox .modal .out{position: absolute;width: 40px;height: 40px;line-height: 40px;background: #fff url(../image/out.png) center no-repeat;background-size: 20px;color: #000;font-size: 30px;text-align: center;border-radius: 50%;top: 0;right: -50px;cursor: pointer;}

.z_tanchuang .tbox .modal .img{width: 100%;max-height: 600px;margin: 0 auto;height: 60vh;}

.z_tanchuang .tbox .modal .img video{display: block;width: 100%;max-height: 100%;object-fit: cover;}

.z_tanchuang .tbox .modal .img img{margin: 0 auto ;}

.z_tanchuang .tbox .modal .out:hover{background: #fff url(404.png) center no-repeat;background-size: 20px;transform: rotate(180deg);-webkit-transform: rotate(180deg);}

.z_tanchuang .tbox .modal2{padding: 20px;}

.z_tanchuang .tbox .modal .img{max-width: 1200px;}





.z_tanchuang.one {transform: scaleY(0.01) scaleX(0);animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;-webkit-transform: scaleY(0.01) scaleX(0);-webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;}

.z_tanchuang.one .tbox .modal {transform: scale(1);animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;-webkit-transform: scale(1);-webkit-animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;}

.z_tanchuang.one.out {transform: scale(0);animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;-webkit-transform: scale(0);-webkit-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;}

.z_tanchuang.one.out .tbox .modal {animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;-webkit-animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;}



@keyframes unfoldIn {0% {transform: scaleY(0.005) scaleX(0);}50% {transform: scaleY(0.005) scaleX(1);}100% {transform: scaleY(1) scaleX(1);}}

@keyframes zoomIn {0% {transform: scale(0);}100% {transform: scale(1);}}

@keyframes zoomOut {0% {transform: scale(1);}100% {transform: scale(0);}}

@keyframes unfoldOut {0% {transform: scaleY(1) scaleX(1);}50% {transform: scaleY(0.005) scaleX(1);}100% {transform: scaleY(0.005) scaleX(0);}}

@-webkit-keyframes zoomIn {0% {transform: scale(0);}100% {transform: scale(1);}}

@-webkit-keyframes zoomOut {0% {transform: scale(1);}100% {transform: scale(0);}}

@-webkit-keyframes unfoldOut {0% {transform: scaleY(1) scaleX(1);}50% {transform: scaleY(0.005) scaleX(1);}100% {transform: scaleY(0.005) scaleX(0);}}

@-webkit-keyframes unfoldIn {0% {transform: scaleY(0.005) scaleX(0);}50% {transform: scaleY(0.005) scaleX(1);}100% {transform: scaleY(1) scaleX(1);}}

.img_tanchuang .tbox .modal,.img_tanchuang .tbox .modal .img{max-width: 1600px;}


@keyframes big {0% {transform: scale(1);-webkit-transform: scale(1);opacity: 1;}80% {opacity: 1;}100% {transform: scale(1.2);-webkit-transform: scale(1.2);opacity: 0.3;}}

@-webkit-keyframes big {0% {transform: scale(1);-webkit-transform: scale(1);opacity: 1;}80% {opacity: 1;}100% {transform: scale(1.2);-webkit-transform: scale(1.2);opacity: 0.3;}}