@charset "utf-8";
/* CSS Document */

body{ font-size:14px; color:#000; background:#FFF;   font-family: "Microsoft YaHei",  Verdana, sans-serif, "SimSun";  -webkit-text-size-adjust:none;-webkit-font-smoothing: subpixel-antialiased;-moz-osx-font-smoothing: grayscale;  margin:0px; padding:0px;word-break:break-all;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100% }ul,li,p{ list-style-type:none; padding:0px; margin:0px;}img{ border:0px;}
a:link {color:#333;text-decoration: none;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;}
a:visited {text-decoration: none;color: #333;}a:hover {text-decoration: none;color: #333;}a:active {text-decoration: none;color: #333;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
*, ::after, ::before {
    box-sizing: border-box;
    outline: none;
}
/**{font-family: Arial, Helvetica, "Microsoft JhengHei";}*/
body{box-sizing: border-box; 
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;}
/* body{font-family: "Microsoft YaHei Light", "Microsoft YaHei Light", "Microsoft YaHei", "Microsoft YaHei", Arial, Helvetica, sans-serif;}*/
 
 
 body{font-family: "Microsoft YaHei Light", "Microsoft YaHei Light", "Microsoft YaHei", "Microsoft YaHei", Arial, Helvetica, sans-serif;}
 
 .w-all{ display:none;}
.headh{
	width:100%;
	position: fixed;
	height:100px;
	top:0px;
	padding-bottom:20px;

/*background: rgba(255, 255, 255, .9);*/
background:#FFF;

	z-index:9999;
}
.banner{ width:100%; overflow:hidden; position:relative}.banner img{ width:100%; display:block;}
.head{ width:100%; overflow:hidden; background:#1664a8; line-height:30px;}
.header-active{box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);}
.lv_toptel{
    float: right;
    color: #fff;
    background: url(tel.png) no-repeat center left;
    text-indent: 65px;
    font-family: "Microsoft Yahei";
    background-color: #3e79c4;
    background-size: 40px 40px;
    background-position: 20px center;
    font-size: 33px;
    padding-right: 15px;
    font-weight: bold;
    overflow: hidden;
    height: 100px;
    line-height: 100px;
}


.nabout{  bottom:0px; width:100%; margin:0 auto; line-height:50px; font-size:30px; overflow:hidden; color:#fff; margin-bottom:20px; margin-top:5px;}
.wenzi{ width:100%; overflow:hidden; position:absolute; bottom:10%;}
.nabout samp{ float:right; font-size:16px; color:#fff; font-family: "微软雅黑 Light";}
.fullSlide {
	width:100%;
	position:relative;
	height:800px;
	background:#000;
	min-height:800px;
    _height:800px;
	margin-top:100px;
}
.fullSlide .bd {
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
	
	
}
.fullSlide .bd ul {
	width:100% !important;
}
.fullSlide .bd li {
	width:100% !important;
	height:800px;
	overflow:hidden;
	text-align:center;
	
	background-position: center;
    background-size: cover;
	
	-webkit-animation:fa1 6s linear 1;
}
.fullSlide .bd li a {
	display:block;
	height:800px;
}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	height:30px;
	line-height:30px;
}
.fullSlide .hd ul {
	text-align:center;
}
.fullSlide .hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:14px;
	height:14px;
	margin:4px;
	overflow:hidden;
	background:#000;


	line-height:999px;
	
	background-color:rgba(255, 255, 255, 0.3);
	border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-webkit-transition:background-color 0.2s ease-out;
	-moz-transition:background-color 0.2s ease-out;
	-o-transition:background-color 0.2s ease-out;
	-ms-transition:background-color 0.2s ease-out;
	transition:background-color 0.2s ease-out
	
	-webkit-animation:fa1 6s linear 1; 
}

@-webkit-keyframes fa2{
	0%{-webkit-transform:scale(1.1);}
	10%{-webkit-transform:scale(1.09);}
	20%{-webkit-transform:scale(1.08);}
	30%{-webkit-transform:scale(1.07);}
	40%{-webkit-transform:scale(1.06);}
	50%{-webkit-transform:scale(1.05);}
	60%{-webkit-transform:scale(1.04);}
	70%{-webkit-transform:scale(1.03);}
	80%{-webkit-transform:scale(1.02);}
	90%{-webkit-transform:scale(1.01);}
	100%{-webkit-transform:scale(1.0);}
}


.txtv{ background-color: rgba(182, 27, 33, .6); padding:50px; width:30%; right:20%;color:#FFF;  position:absolute; top:30%;	-webkit-animation-duration: .6s;
	-webkit-animation-delay: .4s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: .4s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: .4s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: .4s;
	animation-timing-function: ease;
	animation-fill-mode: both;

	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;}
	
	
	
	
	
	
	.txtvc{  padding:50px; width:60%; text-align:center; position:absolute; top:30%; left:20%; right:20%;  background-color:rgba(204,204,204,0.5); 	 -webkit-animation-duration: .6s;
	-webkit-animation-delay: .4s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: .4s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: .4s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: .4s;
	animation-timing-function: ease;
	animation-fill-mode: both;

	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;}
	
	
	
	
	
	
	
	
	
	
	.txttage{ font-size:60px; font-weight:bold;text-shadow: 0 2px 2px rgba(0,0,0,0.3); text-align:center; font-family:"微软雅黑";etter-spacing: 1em; color:#f78f0a; letter-spacing: 10px;}
	
.txttagep{padding: 20px 5px; font-size:16px;
    font-weight: 300;font-size:30px;text-align:center;
    line-height: 1;
/*    color: rgba(0, 0, 0, 0.8);text-shadow: 0 2px 2px rgba(0,0,0,0.3);*/
 color:#000000; font-family:"微软雅黑";

     line-height:180%;}
	
	.listport{
width:100%; overflow:hidden; margin-bottom:50px;
}
.listport ul{
display: table;
margin:0 auto;
height:40px;
text-align: center;
padding:0; 
}.listport li {display: inline-block;padding:10px;margin-left: 5px;
 border:1px solid #d8d8d8; color:#787878; margin-bottom:10px;


font-size: 16px;}

.listport li:hover { background:#3e79c4; display: inline-block; color:#FFF;border:1px solid #3e79c4;}

.listport li:hover a{ color:#FFF}
.hcnap{ width:45%; float:left; overflow:hidden;} .hcnap img{ max-width:100%; display:block;}

.hcnaptxt{ width:50%; float:right; overflow:hidden; font-size:20px; font-weight:700; text-align:left; background:#f8f8f8; padding:30px;}
.hcnaptxt p{ text-align:justify; margin-top:30px; line-height:180%; font-size:16px; overflow:hidden; font-weight:100;}


.infomain{ width:100%; line-height:180%; overflow:hidden; font-size:16px;}



.fullSlide .hd ul .on {
cursor:pointer;
	background-color:rgba(255, 255, 255, 0.9)
}
.fullSlide .prev,.fullSlide .next {
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	margin-top:-30px;
	left:15%;
	z-index:1;
	width:40px;
	height:60px;
	background:url(slider-arrow.png) -126px -137px #000 no-repeat;
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:0.5;
	display:none;
}
.fullSlide .next {
	left:auto;
	right:15%;
	background-position:-6px -137px;
}


.main{ max-width:1400px; margin:0 auto; overflow:hidden;}
.main_h{ max-width:100%; 
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }

.logo{ float:left; overflow:hidden; margin-top:10px; margin-bottom:0px; margin-left:2%}

.logo img{ max-width:60%; display:block;}

.banner{ margin-top:100px; width:100%; overflow:hidden;}.banner img{ width:100%; display:block;}
.nav {
	float:right; margin-right:1%;
/*	margin-top:15px;*/
}

.nav li {
	float: left;
	position: relative;
	width:auto;
	}
.nav a {


	display: block;
	font-size:17px;
	padding: 0px 20px;
line-height:100px; font-weight:800;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	
}
.nav li:hover a {
	
color:#3e79c4; font-weight:700;
}
.nav li.current:before {
	width: 60%;	
} 

.current a{
	color:#3e79c4; font-weight:700;}
	
.nav li:before {
	content: "";
	position: absolute;
	top: 60px;
	right: 0;
	left: 0;
	width: 0px;
	height: 3px;
	margin: 15px auto;
	background-color: #3e79c4;
	transition: 0.2s 0.2s;
}
.nav li:hover:before {
	width: 60%;
}
#submenu {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 100px;
	visibility: hidden;
	z-index: 1;
	width:auto;
box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);

}
li:hover ul#submenu {
	opacity: 1;
	top: 100px;	/* adjust this as per top nav padding top & bottom comes */
	visibility: visible;

}
#submenu li {
	float: none;
	width: 100%;
	overflow:hidden;white-space:nowrap;
	border-bottom:0PX solid #ccc;


	



}
#submenu a:hover {
	background: #3e79c4;
	color:#FFF;

}
#submenu a {
background: rgba(255, 255, 255,1);
		font-weight:100;
			padding: 10px 20px;
				font-size:14px;
				text-align:left;
				min-width:64px;
				color:#000;
					line-height:25px;
}










.about {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
	margin-top:80px; 
}

.about_left {
    width: 60%;
    overflow: hidden;
}


.about_left img {
    width: 100%;
    height: auto;
    transition: 0.5s;
}

.about_left:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}



.about_right {
    background-color: #fff;
    padding-left: 44px;
    padding-top: 70px;
    width: 60%;
    position: relative;
    left: -10%;background: #f8f8f8;
    padding-right: 70px;
}

.about_title {
    font-size: 34px;
    font-weight: bold;
    color: #0799a5;
    line-height: 22px;
    margin-bottom: 35px;
}

.about_text {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
	text-align:justify;
}
.btn {
    width: 140px;
    height: 48px;
    border: 1px solid #0799a5;
    border-radius: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 50px;
    cursor: pointer;  font-size: 30px;
    color: #0799a5;
}

.btn1 {
    width: 140px;
    height: 48px;
    border: 1px solid #fff;
    border-radius: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 50px;
    cursor: pointer;  font-size: 30px;
    color: #fff;
}


.btn:hover {
    background-color: #3e79c4;
	color:#FFF;
}


.btn1:hover {
    background-color: #fff;
	color:#000;
}

.iconfont {
    font-size: 28px;
}





.btn3 {
    width: 140px;
    height: 48px;
    border: 1px solid #3e79c4;
    border-radius: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 50px;
    cursor: pointer;  font-size: 30px;
    color: #3e79c4;
	margin:0 auto;
	margin-top:50px;
	transition: all 0.6s;
}


.btn3:hover {
    background-color: #3e79c4;
	color:#FFF;
}

.bjb{ background-color: rgba(30,100,204,0.9); overflow:hidden; margin-top:50px;}
.about_con2 ul {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
}

.cnt4 li:hover .btn3 {
    background-color: #3e79c4;
	color:#FFF;
}

.about_con2 {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
}

 .about_con2 .counter {
    font-size: 49px; font-family:"微软雅黑"; 
    font-weight: bold;
    color: #FFF;
    line-height: 49px;
}

.about_con2 .danwei {
    font-size: 15px;
    color: #FFF;
    line-height: 40px;
    position: relative;
    top: -25px;
    left: 5px;
}

 .about_con2 p {
    font-size: 15px;
    color: #FFF;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; font-family:"Microsoft YaHei";
    width: 100%;
}
.bjbc{ width:100%; background:#f8f8f8; margin-top:50px; background-size:cover; overflow:hidden;}

 .about_con2 li{ border-right:1px solid #CCC; padding-right:5%; padding-left:5%;}
 .about_con2 li:last-child{ border-right:0px;}
 
 
 
 
 
 
 
 
 
 .case_box {
	 overflow:hidden; width:100%;
    height: 934px;
}
.case_box h3 {
    color: #081232;
    font-weight: normal;
    font-size: 42px;
    padding-top: 80px;
    padding-bottom: 60px;
    text-align: center;
}
.case_box h3 p{
    color: #081232;
    font-weight: normal;
    font-size: 16px;
    padding-top: 10px;

    text-align: center;
}


.case_box .category ul {
    padding-left: 50px;
    padding-bottom: 40px;
    display: block;
    height: auto;
    overflow: hidden;
	margin:0 auto;
	
	display: table;

text-align: center;
}
.case_box .category ul li {
    float: left;
    font-size: 18px;
    text-align: center;
	margin-right:50px;
    height: 58px;
    line-height: 58px;
    color: #000; font-weight:800;

    cursor: pointer;
}
.case_box .category ul li.active {
    color: #0799a5;
	border-bottom:5px solid #0799a5;
}
.case_box .content {
	width:100%; overflow:hidden;
	
	background: url(bj.jpg);
background-position: center;
    background-size: cover;
	padding-top:50px; padding-bottom:50px;
}
.case_box .content .cont {
	overflow:hidden;
    display: none;

}
.case_box .content .cont.active {
    display: block;
    
}
.case_box .content .cont img.bg {
    position: absolute;border: 1px solid #E3E3E3;
    right: 0;
    top: 0;
}


.case_box .content .cont .info {

    width: 100%;
	overflow:hidden;
   

    padding: 50px 40px 0;
    border-radius: 10px;
	
}

.case_box .content .cont .info .title:after {
    content: "";
    display: block;
    width: 100px;
    height: 0px;
    clear: both;
	background:#FFF;
}
.case_box .content .cont .info .title h4 {
    float: left;
    padding-top: 30px;
    font-size: 36px;
    color: #fff;
}
.case_box .content .cont .info p {
    font-size: 18px;
    line-height: 32px;
    padding-top: 30px;
    color: #fff;
}

.infoimg{float:left; width:45%; overflow:hidden;}

.infoimg img{ width:100%; display:block;}
.infotxt{float:right; width:50%; padding:50px;}



	.por{ width:100%; overflow:hidden; padding-bottom:0;}
        .por li{
           width:25%;
            height: auto;
			overflow:hidden;
			position:relative;
			float:left;

	
        }
		
		
	  .por li:last-child { margin-left:0%; margin-right:0%;  }  .por li:first-child {  margin-left:0%; margin-right:0%; }
		
		 .por li img{ width:100%; display:block; }
		 
	.porlic{ width:100%; overflow:hidden; }
		        .por li p{ width:100%; text-align:center; font-size:16px; overflow:hidden;}
        .cs{
            width:100%;
          background-color:rgba(7,153,165,0.9);

            top:0px;
			height:100%;

            opacity: 0;
       transition: all .25s ease;
            font-size: 18px;
			font-weight:700;
           
			padding-top:20%;
		
		 text-align:center;

	   position:absolute;
		

			
        }
		 .cs a{ color:#FFF;}
		        .cs p{ padding:20px;box-sizing: border-box; margin:0 auto; line-height:120%; overflow:hidden; line-height:28px; font-weight:100;}
				 .cs p a{ color:#FFF;}
       .por li:hover .cs{
		   position:absolute;
            color: #fff;
            opacity: 1;		
        }
		.eyu{ width:100%; overflow:hidden;}
	    .por li:hover .eyu{  opacity: 0;	}	 
		
	.bj{ width:100%; overflow:hidden; display:block; background:url(brand_bg.png) ;background-attachment: fixed; background-size:cover; padding-bottom:50px;}	
	
	
		.bjt{ width:100%; overflow:hidden; display:block; background:url(bg1.png) ;background-attachment: fixed; margin-top:100px; background-size:cover; padding-bottom:50px;}	
		.txt {
    color: #081232;
    font-weight: normal;
    font-size: 42px;
    padding-top: 50px; font-weight:800;

    text-align: center;
}		.txt p{ font-size:16px;font-weight:100;}

	.txtxian{ width:50px; height:4px; background:#3e79c4; margin:0 auto; overflow:hidden; margin-bottom:60px; margin-top:15px;}
.cs:before {
    content: "";
    position: absolute;
    top: 110px;
    right: 0;
    left: 0;
    width: 0px;
    height: 2px;
    margin: 15px auto;
    background-color: #fff;
transition: 0.2s 0.2s;}
	
	
.cs:hover:before {
	width: 50%;
}


.cnt4{ width:100%;  overflow:hidden; margin:0 auto; padding-top:80px; padding-bottom:40px; }
.cnt4 li{ width:31%; margin-bottom:2%; overflow: hidden;  background:#fff; float:left; margin-left:2%; padding-bottom:30px;transition: all 0.6s;}

.cnt4 li h3{ text-align:center; font-size:20px; font-weight:700; margin-top:20px;}
.cnt4 li p{ text-align:center; font-size:16px; margin-top:10px; padding-left:20px; padding-right:20px; line-height:180%;}
.cnt4 li a{width:100%; overflow:hidden; display:block;}

.cnt4 li a img{ width:100%; transition: all 0.6s; overflow:hidden;}


.cnt4 li:hover {
    box-shadow: 0px 5px 37px 3px rgba(0, 0, 0, 0.08);
}


.end{  overflow:hidden; width: 100%;
    background: #333;
    color: #fff;
    padding: 80px 0 0 0;



}
.medf{ width:100%; background:#000; overflow:hidden; text-align: left; padding-top:10px; padding-bottom:10px; color:#CCC;}
.foontes{ width:10%; overflow:hidden; float:left; font-size:16px; margin-bottom:10px;}


.foontes a{ color:#000; margin-top:5px; font-size:17px;}

.medf a{ color:#ccc;}
.foontes p a{ color:#fff; font-size:14px; line-height:180%; margin-top:10px;}
.txtct{color:#fff; font-size:17px; width:30%; margin-left:8%; overflow:hidden;  line-height:180%; float:left;}.txtct a{ color:#FFF;}
.weix{ overflow:hidden; float: right;}.weix p{ text-align:center;}

.txtct p{ color:#CCC; margin-top:10px; line-height:180%; font-size:14px;}








.list{
width:100%;
margin-top:50px; margin-bottom:50px; overflow:hidden;


}
.list ul{
display: table;
margin:0 auto;
height:50px;
text-align: center;
padding:0;
}
.list ul li {
	background:#f8f8f8;

float: left;
margin-left: 5px; 

height:50px;
line-height: 50px;
font-size: 20px;

}

.list ul li a{ color:#000;padding-left:20px; padding-right:20px;}


.list ul li a:hover { background:#3e79c4; display:block; color:#FFF; }

.newsus{ width:75%; overflow: hidden; float:left;}
.newsus li{  overflow:hidden;  padding:20px; margin-bottom:30px; border-bottom:1px dashed #CCC;}
.newsus1{ width:27%; float:left; overflow:hidden;}.newsus2{ width:70%; float:right; overflow:hidden;}.newsus1 img{ width:100%; display:block}
.newsus2{ width:70%;  overflow:hidden; }
.newsus3{ width:100%; overflow:hidden; font-size:18px; font-weight:700;}
.newsus4{ width:100%; overflow:hidden;font-size:14px; text-align:justify; line-height:170%; color:#666; margin-top:10px;}

.newspicr p{ margin-top:10px;}
.page_turner { padding: 10px 0; overflow: hidden; text-align: right; }
.page_turner a, .page_turner span { text-align: center; color:#333;
border: 1px solid #2E2E2E; height: 20px; min-width: 20px; margin-left: 4px; line-height: 20px; padding: 4px; }
.page_turner a:link, .page_turner a:visited { text-decoration: none; }
.page_turner a:hover, .page_turner a.c { background: #2E2E2E; color: #FFF; }


.newsuse{ width:20%; float:right; overflow:hidden; }
.txtnewsw{font-size:20px; border-bottom:1px solid #ccc; line-height:50px;}


.list ul li.nav_snav a{ background:#3e79c4; display:block; color:#FFF;}
















	.por1{ width:100%; overflow:hidden; padding-bottom:0; margin-top:100px; margin-bottom:50px;}
        .por1 li{
           width:32%;
            height: auto;
			overflow:hidden;
			position:relative;
			float:left; margin-right:1%; margin-bottom:1%;

	
        }
		
		
	  .por1 li:last-child { margin-left:0%; margin-right:0%;  }  .por li:first-child {  margin-left:0%; margin-right:0%; }
		
		 .por1 li img{ width:100%; display:block; }
		 
	.porlic1{ width:100%; overflow:hidden; }
		        .por1 li p{ width:100%; text-align:center; font-size:16px; overflow:hidden;}
        .cs1{
            width:100%;
          background-color:rgba(7,153,165,0.9);

            top:0px;
			height:100%;

            opacity: 0;
       transition: all .25s ease;
            font-size: 18px;
			font-weight:700;
           
			padding-top:20%;
		
		 text-align:center;

	   position:absolute;
		

			
        }
		 .cs1 a{ color:#FFF;}
		        .cs1 p{ padding:20px;box-sizing: border-box; margin:0 auto; line-height:120%; overflow:hidden; line-height:28px; font-weight:100;}
				 .cs1 p a{ color:#FFF;}
       .por1 li:hover .cs1{
		   position:absolute;
            color: #fff;
            opacity: 1;		
        }
		.eyu1{ width:100%; overflow:hidden;}
	    .por1 li:hover .eyu1{  opacity: 0;	}	
		
		
		.cs1:hover:before {
    width: 50%;
}
.cs1:before {
    content: "";
    position: absolute;
    top: 110px;
    right: 0;
    left: 0;
    width: 0px;
    height: 2px;
    margin: 15px auto;
    background-color: #fff;
    transition: 0.2s 0.2s;
}
.piccptop{ width:100%; overflow:hidden;}	
.piccp{ width:40%; float:left; overflow:hidden; display:block}
.piccp img{ max-width:100%;}
	
	
	.piccptxt{ width:50%; float:right; overflow:hidden; background:#f9f9fb; padding:30px; line-height:180%; font-size:16px;}
		.piccptxtn{ width:100%; overflow:hidden; font-size:26px; font-weight:900; margin-bottom:40px;}
.newspicr {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-top: 20px;
}.newspicr img{ width:100%; display:block;}

.sidmain{ width:45%; float:left; overflow:hidden; overflow:hidden; margin-top:30px;}
.sidm{ width:45%; float: right; overflow:hidden; overflow:hidden;}
.sida{ width:100%; float:left; overflow:hidden; overflow:hidden;}
.sidmm{ margin-top:50px;}
.sidaa{ width:82px;  overflow:hidden; float:left;}
.sidaab{ width:100%; overflow:hidden; background:url(zhan.png); background-size:100%;height:82px; font-size:30px; font-family: "微软雅黑"; font-weight:bold; color:#FFF; text-align:center; line-height:80px;}
.leftf{ float:left;}

.leftr{ float:right;}

.sidaaa{ width:80%; float:right; overflow:hidden;}
.sidaaab{ width:100%; overflow:hidden; font-size:30px; font-weight:bold; color:#2067c6; font-family:"微软雅黑";}
.sidaaabb{ width:100%; overflow: hidden; font-size:16px; margin-top:10px; line-height:180%;}


.box{ width:100%; overflow:hidden; }	
.box li{ position:relative; overflow:hidden;width:23%;transition: all 0.6s;  margin-bottom:3%; float:left; } 
.box img{ width:100%; display:block;transition: all 0.6s}


.item{
				
                width: 80%;
				position:relative;
   

				
            }
.box li:hover{  box-shadow: 0px 5px 37px 3px rgba(0, 0, 0, 0.08);}		
			
 .item p{ font-size:16px; font-weight:100; margin-top:20px; line-height:180%;}		
			
			
.maks {
    width: 100%;
background-color: rgba(62,121,196,0.9);
    top: 0px;
    height: 100%;
    opacity: 0;
    transition: all .25s ease;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    position: absolute;
	align-items:center;
    justify-content:center;  
	 display: flex;
    display: -webkit-flex;
	transition: all .25s ease; color:#FFF;
	
}
			
			
.box li:hover .maks{opacity: 1;}
		 
		 
		 
.item:before {
    content: "";
    position: absolute;
    top: 25px;
    right: 0;
    left: 0;
    width: 0px;
    height: 2px;
    margin: 15px auto;
    background-color: #fff;
    transition: 0.2s 0.2s;
}
.box li:hover .item:before{width: 60%;}	

.box li{ width:30%; background:#000; margin-right:3%; } 





.aboutus{ width:100%; overflow:hidden; background:#000; height:700px; margin-top:80px;}
		.subBox1{ width:50%;  overflow:hidden; background:url(forest.jpg) no-repeat; height:100%; background-size:cover; background-attachment:fixed; position:relative; float:left;}
		
				.subBox2{ width:730px; float:right; overflow:hidden;right:0; color:#FFF; font-size:18px; position:absolute; bottom:15%; padding-right:10%;}
					.subBox2a{ width:730px; float: left; overflow:hidden;color:#FFF;  font-size:18px; position:absolute; bottom:15%; padding-left:10%;}
				
					.subBox2 p{ font-size:30px; margin-top:30px;}			.subBox3{ font-size:20px; width:100%; overflow:hidden; line-height:33px; }
					
					
						.subBox3a{ font-size:20px; width:100%; overflow:hidden; line-height:40px; margin-top:30px; }.subBox3a p{  line-height:40px; font-size:18px; padding-top:0px; }
						.subBox3a p a{ color:#FFF;}.subBox3a p a:hover{ padding-left:10px;}
		
		.mor{ width:100%; color:#FFF; margin-top:30px;}		.mor a{ color:#FFF;}
		
		
		.subBox11{ width:50%; float:left; overflow:hidden; background:url(baij.jpg) no-repeat;height:100%; background-size:cover;background-attachment:fixed;position:relative;}
		
.listpor{padding-top: 130px;
    padding-bottom: 10px; float:right;}
	
	.listpor li{ float:left; border-right:1px solid #CCC; font-size:17px; padding-left:10px; padding-right:10px;}
	
	.listpor li:last-child{border-right:0px solid #CCC;}
.indexabout{ width:100%; overflow:hidden; background:url(c2.jpg) no-repeat; background-size:cover; background-attachment: fixed; padding-top:50px;  margin-top:50px; }
.txtc{ color:#FFF;}
.indexaboutinfo{ width:100%; color:#FFF; overflow:hidden; line-height:180%; margin-top:30px; font-size:16px; text-align: left;;}
.txt1q {
    margin-top: 50px;
    width: 100%;
    height: 70px;
}.ca1 a {
    width: 160px;border-radius:25px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 16px;
    margin-top: 20px; margin:0 auto;
}
.ca1 a:hover{ background:#3e79c4;    border: 1px solid #3e79c4;}


.index_news{ width:100%; overflow:hidden; margin-bottom:80px;}

.picnewh {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    font-size: 18px;
    font-weight: 800;
    margin-top: 10px;
}
.index_news li{ width:32%; padding:30px; background:#FFFFFF; float:left;  margin-right:2%;  overflow:hidden;}
.index_news li:last-child {  margin-right:0%; float:right;   }
.picnews{ width:100%;  overflow:hidden;aspect-ratio: 16/9;}

.picnews  img{cursor: pointer;  transition: all 0.8s; }  
.picnews img:hover{   transform: scale(1.1);    }  

.index_news li:hover .picnewh a{ color:#3e79c4;}


.picnewh{ width:100%; text-overflow: ellipsis;
overflow: hidden;
white-space:nowrap;line-height:30px; font-size:18px; font-weight:800; margin-top:10px;} 
.picnewhc{ width:100%; line-height:180%; font-size:14px; overflow:hidden; color:#666; margin-top:10px;}
.picnewhcd{ width:100px; float:left; line-height:250%; overflow:hidden; margin-top:20px; border:#666 0px solid; color:#CCC; text-align:center;}
.picnewhcd a{ color:#000; font-size:14px;}
.picnewhcd a:hover{ background:#1664a8; color:#FFF; display:block;}
.picnews img{ width:100%;}

.index_news li:hover .picnewhcd a{ background:#1664a8; color:#FFF; display:block;}

.index_news li:hover .picnews img{   transform: scale(1.1);    }  



.inxex_bjb{ background:#f8f8f8; overflow:hidden; margin-bottom:50px;}

.navq {
	float: left; overflow:hidden;
/*	margin-top:15px;*/
}

.navq li {
	float: left;
	position: relative;
	width:auto; border-right:0px solid #CCC;
	}
.navq a {


	display: block;
	font-size:17px;
	padding: 30px 20px;
line-height:20px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	
}
.navq li:hover a {
	
color:#3e79c4;
}

	
.navq li:before {
	content: "";
	position: absolute;
	top: 50px;
	right: 0;
	left: 0;
	width: 0px;
	height: 3px;
	margin: 15px auto;
	background-color: #3e79c4;
	transition: 0.2s 0.2s;
}
.navq li:hover:before {
	width: 60%;
}

.navqright{
	float:right;
	overflow:hidden;
	line-height:80px;
	font-size:14px;
	background-image: url(zbb1.png);
	background-repeat: no-repeat;
	background-position: 0px 25px; text-indent:2em;
}




.navq li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    display: block;
    background: #ccc;
    top: 50%;
    margin-top: -7px;
    right: 0px;
}
.nav_snav a{ color:#3e79c4;}


.navq li:last-child:after{ display:none;}

.info{ line-height:180%; margin-bottom:50px; margin-top:0px; overflow:hidden;}



.newss{ width:46%;  margin-left:0%; float:left; overflow:hidden; padding-bottom:20px; margin-top:30px; border-bottom:1px solid #f8f8f8; margin-bottom:20px; margin-bottom:30px;}


.newss:nth-of-type(even){ width:46%; margin-right:0%;  float: right; overflow:hidden; padding-bottom:20px; margin-top:30px; border-bottom:1px solid #f8f8f8; margin-bottom:20px; margin-bottom:30px;}

.newsst{width: 97%;margin-left:2%;float:left;overflow:hidden;padding-bottom:20px;margin-top:30px;border-bottom:1px solid #CCC;margin-bottom:20px;margin-bottom:30px; padding:20px;}

.newssimgt{ width:30%;transition: all 0.5s ease;  float:left; overflow:hidden; height:120px;}.newssimgt img{ width:100%; display:block;}
.newssimt{ width:65%;transition: all 0.5s ease;font-size:20px; float:right; overflow:hidden; }
.newssimt h2{font-size:18px; overflow:hidden; font-weight:bold;transition: all 0.5s ease;}

.newssimt p{ font-size:16px; overflow:hidden; line-height:25px; font-weight:100; margin-top:10px; color:#666;}
.newss:hover .newssimgt{transform: scale(1.1)}




.newssimg{ width:10%;transition: all 0.5s ease;  float:left; overflow:hidden;}.newssimg img{ width:100%; display:block;}
.newssim{ width:85%;transition: all 0.5s ease;font-size:20px; float:right; overflow:hidden; }
.newssim p{ font-size:14px; overflow:hidden; line-height:25px; font-weight:100; margin-top:10px; color:#666;}
.newssim h2{font-size:18px; overflow:hidden; font-weight:bold;transition: all 0.5s ease;}
.newsst:hover .newssimg{transform: scale(1.1)}

.newss:hover h2{color: #69bbb5;margin-left: 15px;}
.newsus{ width:100%; overflow: hidden;}
.newsus li{  overflow:hidden;  padding:20px; margin-bottom:30px; border-bottom:1px dashed #CCC;}
.newsus1{ width:27%; float:left; overflow:hidden;}.newsus2{ width:70%; float:right; overflow:hidden;}.newsus1 img{ width:100%; display:block}
.newsus2{ width:70%;  overflow:hidden; }
.newsus3{ width:100%; overflow:hidden; font-size:18px; font-weight:700;}
.newsus4{ width:100%; overflow:hidden;font-size:16px; line-height:180%; margin-top:30px;}
.n_news12 {
    width: 90%;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    border-bottom: 1PX solid #CCC;
    font-size: 40px;
    line-height: 60px;
    font-weight: bold; font-family:"Microsoft YaHei";}
.n_news13 {
    width: 90%;
    overflow: hidden;
    text-align: center;
    line-height: 35px;
    margin: 0 auto;
}

.newsst:hover{box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);border-bottom:0px solid #CCC; color:#3e79c4; font-weight:900;}




.n_news1 {
    width: 100%;
    height: 100px;
    float: left;
	background:#f8f8f8;

}


.nynr_lt {
    width: 18%;
    float: left;
    background: #f0f0f0; overflow:hidden; margin-bottom:50px;
}
.nynr_ltt {
    width: 100%;
    height: auto;
    color: #fff;
    background: #3e79c4;
    text-align: center;
    padding: 30px 0 30px 0;
    overflow: hidden;
}
.nynr_ltt p {
    font-size: 24px;
    font-weight: bold;
}
.nynr_ltt span {
    font-size: 14px;
    color: #CCC;
}
.nynr_lt ul li a:hover {
    background: #f78f0a;
    color: #fff;
}
.nynr_lt ul li a {
    line-height: 60px;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    display: block;
    padding-left: 20px;
}

.nynr_lt ul li.nav_snav a{ background: #f78f0a;
    color: #fff;}

.inforight{ width:78%; float:right; overflow:hidden; margin-bottom:50px;}

.xiangx{ width:100%; overflow:hidden; border-bottom:1px solid #CCCCCC; margin-top:50px; line-height:180%; font-size:22px; text-align:left; font-weight:100; margin-top:50px; margin-bottom:30px;}

.xxnr{ width:100%; overflow:hidden; line-height:180%; margin-bottom:30px;}.xxnrt{ width:100%; font-size:14px; overflow:hidden; line-height:180%; margin-top:5px;}
.data{ width:100%; text-align:center; overflow:hidden;}

.xxnr img{ max-width:100%; display:block;}

.hcnaptxt {
    width: 50%;
    float: right;
    overflow: hidden;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    background: #f8f8f8;
    padding: 30px;
}
.xiangx {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dashed #CCCCCC;
    margin-top: 50px;
    line-height: 180%;
    font-size: 22px;
    text-align: left;
    font-weight: 100;
    margin-top: 50px;
    margin-bottom: 30px;
}
.mainc {
    width: 100%;
    overflow: hidden;
    display: block;

}

.xxnre {
    width: 100%;
    overflow: hidden;
    line-height: 180%;
    margin-bottom: 30px;
}

.casen{ width:100%; overflow:hidden;}
.casen li{ width:23%; float:left; overflow:hidden; margin-left:1%; margin-right:1%;}
.casen li img{ width:100%; display:block;}
.casen li p{ line-height:50px; text-align:center; overflow:hidden;}
.casen li:hover{ background:#f8f8f8;}


.CONTACT{ font-size:36px; font-weight:500; font-family:"Microsoft YaHei"; text-align:center; overflow:hidden; line-height:100%;}

.CONTACT p{ font-size:28px; text-align:center; font-weight:100; color:#3e79c4}

.CONTACTtxt{ width:100%; overflow:hidden; line-height:40px; text-align:left; font-size:24px; margin-top:30px; font-weight:800;}
.CONTACTtxtm{ width:100%; overflow:hidden; margin-top:30px;}
.CONTACTtxtm li{ width:30%; margin-right:2%; float:left; overflow:hidden; line-height:40px; font-size:16px; text-align:left;}
.mapcen{ width:100%; overflow:hidden; margin-top:50px;}

.mage{ width:100%; overflow:hidden; border-top:1px solid #f8f8f8; margin-top:50px; margin-bottom:60px; font-size:26px; line-height:60px; text-align:center;}

.container {padding: 0 15px;width: 1200px;margin: 0 auto;}



.in-partners {text-align: center;font-size: 0; margin-top:50px; margin-bottom:50px;}
.in-partners li {display: inline-block;vertical-align: middle; width:10%; border:1px solid #f8f8f8; padding:5px; margin-left:5px; margin-right:5px; margin-bottom:10px;}
.in-partners li a {display: block;}
.in-partners li .img-center {line-height: 65px;}

.in-process {}
.in-process li {float: left;width: 16.666666%;}
.in-process li a {display: block;text-align: center;}
.in-process li .img-center {height: 60px;line-height: 60px;-webkit-transition: all 0.5s;transition: all 0.5s;}
.in-process li h4 {margin: 15px 0 0;font-size: 18px;font-weight: normal;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.in-process li p {margin: 10px 0 0;font-size: 12px;font-weight: normal;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #888;}
.in-process li a:hover.img-center {-webkit-transform: rotateY(360deg);transform: rotateY(360deg); opacity: 0.5;}


.in-partners li a {
    display: block;

}

.img-center {text-align: center;font-size: 0;}
.img-center img {display: inline-block;width: auto;height: auto;max-width: 100%;max-height: 100%;vertical-align: middle;-webkit-transition: all 0.5s;transition: all 0.5s;}

.img-cover {overflow: hidden;position: relative;}
.img-cover span {display: block;width: 100%;background: no-repeat center / cover;-webkit-transition: all 0.5s;transition: all 0.5s;height: 100%;position: absolute;left: 0;top: 0;}

.newsstts{width:46%; margin-right:2%;float:left;overflow:hidden;padding-bottom:20px;margin-top:30px;border-bottom:1px solid #f8f8f8;margin-bottom:20px;margin-bottom:30px; padding:20px;}
.newsstts:hover{ background:#f8f8f8;}
.download{ float:left; width:70%;}
.downloadx{ width:20%; float:right; overflow:hidden; background:url(dang.png) no-repeat center center; background-size:20%; height:100px}

.downloadx:hover{ width:20%; float:right; overflow:hidden; background:url(dang1.png) no-repeat center center; background-size:20%; height:100px}



.index_bj {
    width: 100%;
    overflow: hidden;
    background: #F4F9FC;
    padding-bottom: 50px;
    background-image: url(../images/bj.jpg);
    background-size: cover;
    padding-bottom: 2%;
}

.aboutc {
    float: right;
    overflow: hidden;
    width: 45%;
    margin-top: 120px;
}
.right {
    float: left;
    width: 45%;
    margin-top: 100px;
    margin-bottom: 50px;
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.right img{ width:100%; display:block;}
.abouttxt {
    font-size: 35px;
    width: 100%;
    overflow: hidden;
    font-family: "Microsoft YaHei";
    text-align: left;
    font-weight: bold;
}
.xian2 {
    width: 80px;
    height: 2px;
    background: #fa8d3e;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}
.e_text {
    font-size: 22px;
    font-weight: 900;
    line-height: 160%;
    margin-top: 20px;
    text-align: left;
}
.e_textab {
    width: 100%;
    font-size: 16px;
    line-height: 2;
    overflow: hidden;
    margin-top: 30px;
}
.txt1q {
    margin-top: 50px;
    width: 100%;
    height: 70px;
}
.ca1 {
    width: 160px;

    color: #fff;
    text-align: center;
    background: #3e79c4;
    display: block;
    font-size: 16px;
    margin-top: 20px;
    border-radius: 25px;
    transition: all .8s ease;
}
.ca1 a{ color:#FFF;}
.ca1:hover{ background:#ff9600; display:block;}


.out_container {
    width: 100%;
    overflow: hidden;
    margin: 100px auto;
    position: relative;
    outline: 1px solid black;
    padding-top: 20px;
}

.picn {
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 10px;
}.picn1 {
    text-align: center;
    font-size: 45px;
    color: #333;
    margin-bottom: 8px;
    margin-top: 20px;
}.formBox {
    overflow: hidden;
    width: 100%;
    border: 0px solid #E5E5E5;
    padding: 30px 200px 0px 200px;
}.formBox input {
    float: left;
    width: 48%;
    margin-top: 20px;
    border: 1px solid rgba(229,229,229,1);
    line-height: 37px;
    height: 49px;
    color: #555555;
    font-size: 16px;
    padding: 5px 20px;
    background: #fff;
}.formBox textarea {
    float: left;
    width: 100%;
    margin-top: 20px;
    background: #fff;
    border: 1px solid rgba(229,229,229,1);
    background: #fff;
    line-height: 26px;
    height: 167px;
    color: #555555;
    font-size: 16px;
    padding: 10px 20px;
}.formBox .submit {
    float: left;
    width: 27.7%;
    margin: 52px auto 0 auto;
    background: #1062c3;
    color: #fff;
    font-size: 18px;
    line-height: 62px;
    height: 62px;
    border-radius: 0px 0px 0px 0px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    border: none;
    padding: 0;
    opacity: 1;
}._r {
    float: right !important;
}.c-dropdown {  position: relative;  display: inline-block;  text-align: left;  margin-top:20px; width:48%; float:right;}
.c-dropdown__list {  margin: 5px 0 0 0;  padding: 6px 0;  list-style: none;  position: absolute;  top: 125%;  left: 0;  width: 100%;  opacity: 0;  visibility: hidden;  border-radius: 3px;  background: #f8f8f8;  -webkit-transition: opacity .25s linear, top .25s linear;  transition: opacity .25s linear, top .25s linear;}
.c-dropdown.is-open .c-dropdown__list {  opacity: 1;  visibility: visible;  top: 100%;}
.c-dropdown__item {  padding: 6px 12px;  font-size: 16px;  line-height: 20px;  cursor: pointer;  color: #555555;  white-space: nowrap;  overflow: hidden;  text-overflow: ellipsis;  -webkit-transition: background-color .25s linear;  transition: background-color .25s linear;}
.c-dropdown__item:hover {  background-color: #E6E9ED;}
.c-button {  -webkit-appearance: none;  margin: 0;  border: 0;  overflow: visible;  font: inherit;  text-transform: none;  display: inline-block;  vertical-align: middle;  text-decoration: none;  text-align: center;  -webkit-user-select: none;     -moz-user-select: none;      -ms-user-select: none;          user-select: none;}
.c-button--dropdown {  padding: 10px 20px; width:100%; border: 1px solid rgba(229,229,229,1); background:#FFFFFF; font-size: 16px;  line-height: 30px;  min-height: 30px; text-align:left; color:#555555  }
.c-button--dropdown:after {  content: "";  position: absolute;  top: 25px;  right: 11px;  width: 0;  height: 0;  border: 5px solid transparent;  border-top-color: #E6E9ED;}