@charset "utf-8";
/* CSS Document */

body{ font-size:16px; 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: #000;}a:hover {text-decoration: none;color: #1b3545;}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;
}

em, i {
    font-style: normal;
}
.w-all{ display:none;}
body, button, input, select, textarea {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
    font-family: "Microsoft Yahei"
}


*, ::after, ::before {
    box-sizing: border-box;
    outline: none;
}


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;}
.mian{ max-width:1200px; margin:0 auto; overflow:hidden;}

.inpro_li a:hover{ color:#db2336; font-weight:800;}
.logo {
    float: left;
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 0px;
}

.head_rtel {
	float: right;
	margin-top: 30px;
	padding-left:30px;
	height:70px;
	background-image: url(icon.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
.head_rtelt{ float:left; overflow:hidden; color:#000;  font-size:14px; margin-top:5px;}.head_rtelt p{font-size: 30px;
    font-weight: bold;
    color: #333;
    font-family: arial;}

.tel{ float:right;font-size: 25px; margin-top:5px;

    font-family: Impact;
    color: #ff8e00;
    font-weight: bold; line-height:30px; margin-left:10px;}
	
	.tel p{ font-size:16px; color:#000;}
	
	.banner{ width:100%; overflow:hidden; margin-top:100px;position: relative}
		.banner img{ width:100%; display:block; }
		
	.bannertxt{ text-align:center; position:absolute; top:50%; right:20%; color:#FFFFFF; font-weight:900; font-size:36px;}	
		
	.head_muen{ width:100%; background:#0d62be; height:60px; }	
		
		
	.main_h{ max-width:1400px; height:100px; margin:0 auto; }	
		
		
		.nav { float:right;  margin:0 auto;
margin-top:20px;
}


.rho{ width:100%; overflow:hidden; float:right;}
.indexbj{ width:100%; overflow:hidden; background-size: cover; }
.nav li {
	float: left;
	position: relative;
	width:auto;
	line-height:60px; 
	}
.nav a {
	color:#000;


	display: block;
	font-size:17px;
	padding: 0px 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;
	
}
.nav li:hover a {
color:#FF0000

}

/*	.current{ background:#073e98;}*/

.current A{ color:#FF0000;}

#submenu {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 70px;
	visibility: hidden;
	z-index: 1;
	width:100%;	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);


}
li:hover ul#submenu {
	opacity: 1;
	top: 70px; left:0px;	/* 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:1PX solid #ddd;


	



}
#submenu a:hover {
	background: #e81719;
	color:#FFF;

}
#submenu a {
background: rgba(255, 255, 255, .9);
		font-weight:100;
			padding: 10px 20px;
				font-size:14px;
				text-align: center;
				min-width:64px;
				color:#000;
					line-height:25px;
}
.txt{width: 100%;
    padding: 50px 0 40px;}
	
	
.txt h2 {
    color: #000000;
    font-size: 36px;
    text-align: center;
    margin-bottom: 5px;
}


.txt h2 em {
    color: #db2336;
}

.txt  p {
    color: #999999;
    font-size: 18px;
    text-align: center;
}




.cnt4{ width:100%;  overflow:hidden; margin:0 auto; padding-top:0px; padding-bottom:40px; }
.cnt4 li{ width:30%; margin-bottom:2%; overflow: hidden; padding:20px; background:#f6f6f6;border-radius: 5px; float:left; margin-left:2%;transition: all 0.6s; }



.cnt4 li h3{ text-align: center; font-size:18px; font-weight:100; line-height:50px;padding-left:20px; padding-right:20px;}
.cnt4 li p{ text-align:left; font-size:16px; margin-top:10px; padding-left:20px; padding-right:20px; color:#989898; line-height:180%;}
.cnt4 li a{width:100%; overflow:hidden; display:block;}
.cnt4 li:hover h3{ color:#FFF;}
.cnt4 li:hover p{ color:#FFF;}

.cnt4 li a img{ width:100%; transition: all 0.6s; overflow:hidden; border-radius: 5px;}


.cnt4 li:hover {
    box-shadow: 0px 5px 37px 3px rgba(0, 0, 0, 0.08);background:#0d62be;
}



.ban{ width:100%; background:url(ban-bg1.jpg) no-repeat; overflow:hidden;}

.ban1{ width:100%; background:url(bai.jpg) no-repeat #0d62be; background-size: cover;   padding-top:20px; padding-bottom:20px;}
.txr{ float:left; overflow:hidden;}

.txt1{ float:left;font-size: 36px; margin-left:10%;
    padding-top: 15px; font-weight:bold; color:#FFF;}

.txt1 p{ font-size:18px; font-weight:100; line-height:300%; display:block;}


.txt2{ font-size:18px; margin-top:40px; float:right; text-align:left; overflow:hidden;color:#FFF; }

.txt2 p{


    font-size: 40px;
    color: #fff;
    font-weight: bold;
    font-family: "Arial";
  }
	
	
.baozhang{ width:100%;
    overflow: hidden;}
	
	
	.baozhang_pic{ width:50%; overflow:hidden;}	.baozhang_pic img{ width:100%; overflow:hidden; display:block;}
	.lft{float:left; } .righ{float:right;}
	.baozhang_txt{ width:45%;  overflow:hidden;}
	
	.xztt {
    margin-top: 50px;
	 width:100%; overflow:hidden;
}
	.numb {
    color: #db2336;
    font-size: 70px;
    font-family: "Impact";
}


.xzwz {
    color: #333333;
    font-size: 26px;
    font-weight: bold;
    line-height: 25px;
    padding-left: 12px;
    padding-top: 15px;
	margin-bottom:10px;
}

.xzwz span {
    color: #999999;
    font-size: 16px;
    font-weight: normal;
    display: block;
    text-transform: uppercase; border-bottom:1px solid #d3d3d3;
	margin-top:8px;
}

.sub {
    color: #333333;
    font-size: 16px; width:100%; overflow:hidden;
}
.sub p {
    background: url(li_jian.png) no-repeat left 6px;
    padding-left: 18px;
    margin-top: 15px; line-height:180%;
}

.main_top{ margin-top:50px;} .main_bottom{ margin-bottom:80px;}



.rongyu{ width:100%; overflow:hidden;}

.rongyu li{ width:24%; margin-right:1%; float:left; margin-bottom:1%; overflow:hidden; position: relative;}
.rongyu li img{ width:100%; display:block;}
.rongyu li p{ text-align:center; margin-top:-50px;  overflow:hidden; width:100%; position:absolute; height:50px; line-height:50px; color:#FFF;background: rgba(53, 127, 191, .7);transition: all 0.6s;}

.rongyu li:hover p{ background: rgba(0, 0, 0, .7);}

.about {
    background: #f8f8f8;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: 50px;
    overflow: hidden; background:url(bj1.jpg) no-repeat; background-size:cover;
}

.bj2 {
    background: #e60012;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: 50px;
    overflow: hidden; background:url(bj2.jpg) no-repeat; background-size:cover;
}


.bj3 {
    background: #e60012;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: 50px;
    overflow: hidden; background:url(bj3.jpg) no-repeat; background-size:cover;
}

.aboutus {
    border: 0px solid #fff;
    float: left;
    width: 48%;
    margin-top: 30px;

    overflow: hidden;
	margin-bottom:30px;
}


.txtq {
    font-size: 16px;
    float: right;
    width: 48%;
    line-height: 30px;
    padding: 25px;
    margin-left: 35px;
    text-align: justify;
	margin-top:50px;
}

.txt1q {
    margin-top: 30px;
    width: 100%;
    height: 70px;
}

.ca1 {
    width: 144px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    display: block;
    font-size: 16px;
    margin-top: 20px;
}

.txtq h1{ width:100%; font-size:36px; font-weight:bold; margin-bottom:50px;}
.aboutus img{ width:100%; display:block;border-radius: 5px;}



.folt{float:right; overflow:hidden; }

.newss{ width:46%;  margin-left:0%; float:left; overflow:hidden; padding-bottom:20px; margin-top:30px; border-bottom:1px solid #CCC; 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 #CCC; margin-bottom:20px; margin-bottom:30px;}






.newssimg{ width:10%; float:left; overflow:hidden;}.newssimg img{ width:100%; display:block;}
.newssim{ width:85%; float: right ; font-size:18px; overflow:hidden; font-weight:bold;}
.newssim p{ font-size:16px; overflow:hidden; line-height:25px; font-weight:100; margin-top:10px;}



.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;}


.aboutus1 {
    width: 100%;
    line-height: 200%;
    border-bottom: 1px solid #CCC;
    overflow: hidden;
	text-align: left; margin-top:20px;
	

}

.aboutus1s{ background: url(icona.png) no-repeat; width: 14px;
    height: 14px; float:left; margin-top:10px; margin-right:10px;}
	
	
	
.aboutus1 span{ float:left; font-weight:800;}
.left_about {
    width: 18%;
    float: left;
    overflow: hidden;
    padding-bottom: 50px;
    margin-bottom: 100px; margin-top:20px;
}

.left_about2 {
    width: 100%;
    float: left;
    overflow: hidden;
    padding-bottom: 50px;
    margin-bottom: 100px;
}


.sdsd {
    background: #0d62be;

    margin-top: 10px;
    line-height: 100px;
	text-align:center;
    font-size: 20px;
    font-weight: 900;
    color: #FFF;
}
.left_about1 {
    width: 100%;
    margin: 0 auto;
    line-height: 40px;
    text-indent: 25px;
    font-weight: 600;
    font-size: 16px; border-bottom:1px solid #eaeaea; border-left:1px solid #eaeaea; border-right:1px solid #eaeaea;
}
.left_about1 li {
	width: 100%;
	overflow: hidden;
	line-height: 60px;
	font-size: 16px;
	font-weight: 100;
	border-top:1px solid #eaeaea;
	background-image: url(tb9.png);
	background-repeat: no-repeat;
	background-position: 90% center; 
}
.left_about1 li a{line-height: 60px;width: 100%; display:block;}

.left_about1 li a:hover{ background:#0d62be; color:#fff; display:block;

background-image: url(tb11.png);
	background-repeat: no-repeat;
	background-position: 90% center; transition: all 0s ease 0s;


}

.nav_snav a{ background:#0d62be; color:#fff; display:block;

background-image: url(tb11.png);
	background-repeat: no-repeat;
	background-position: 90% center; transition: all 0s ease 0s;


}





.rig_about {
    width: 78%;
    float: right;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 50px;
}


.rig_about2 {
    width: 100%;
    margin-top: 20px;
    line-height: 180%;
    overflow: hidden;
	text-align:justify;
}

.tcr{ width:100%; font-size: 20px;
    font-weight: bold;
    color: #fff;
   
   line-height:60px; background:#0d62be; text-align:center; margin-top:30px;}   

.tcr1{ font-size:18px; font-weight:600; margin-top:10px;}.tcr2{ font-size:16px; width:100%; overflow:hidden; line-height:180%;}


.leftpor{ width:100%; overflow:hidden;}

.leftpor li{ width:48%; float:left; overflow:hidden; margin-top:10px; margin-right:4%;}

.leftpor li:nth-child(even){ width:48%; float:left; overflow:hidden; margin-top:10px; margin-right:0%;}


.leftpor li img{ width:100%; display:block;}

.leftpor li p{ text-align:center; width:100%; font-size:12px; line-height:180%;}

.fullSlide {
	width:100%;
	position:relative;
	height:593px;
	min-height:593px;
    _height:593px;
}
.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:593px;
	overflow:hidden;
	text-align:center;
	
	background-position: center;
    background-size: cover;
	-webkit-animation:fa1 6s linear 1; 
	
}


@-webkit-keyframes fa12{
	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);}
}
.fullSlide .bd li a {
	display:block;
	height:700px;
}
.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
}
.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;
}






.inpro_le {
    width: 20%;
    float: left;
    box-shadow: 0px 5px 5px 0px rgba(211, 211, 211, 0.5);
	background:#FFF; margin-bottom:50px;
}

.inpro_le_ti {
    width: 100%;
    height: 100px;
    line-height: 100px;
    background: #db2336;
}


.inpro_le_ti h2 {
    color: #fff;
    font-size: 32px;
    text-align: center;
}


.inpro_ul {
    width: 100%;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
}

.inpro_li {
    width: 100%;
    height: 63px;
    box-sizing: border-box;
    border-bottom: 1px solid #ebebeb;
}

.inpro_li a {
    display: block;
    float: left;
    width: 185px;
    text-indent: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 63px;
    color: #000;
    font-size: 18px;
}

.inpro_li span {
    display: block;
    float: right;
    width: 50px;
    height: 100%;
    background: url(lhd_23.png) no-repeat center;
    transition: all .5s;
    cursor: pointer;
}

.clear {
    clear: both;
    height: 0;
}

.inpro_ul2 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 25px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 25px;
    display: none;
}


.foontes{ margin-left:5%; overflow:hidden; float:left; font-size:16px; margin-bottom:10px; border-right:1px solid #5a5a5a; padding-right:5%;}

.line {
    width: 30px;
    height: 2px;
    margin-top: 14px;
    margin-bottom: 20px;
    background: #999; overflow:hidden;
}


.foontes a{ color:#fff; margin-top:5px; font-size:17px;}

.medf a{ color:#FFF;}
.foontes p a{ color:#ccc; font-size:14px; line-height:180%; margin-top:10px;}
.txtct{color:#000; font-size:19px; font-weight:800; width:30%; margin-left:0%; overflow:hidden; color:#FFF; line-height:180%; float:left;}.txtct a{ color:#FFF;}
.txtct p{font-weight:100;line-height: 26px; font-size:16px;}

.lefta{ float:left; overflow:hidden;}
.telc {
    margin-top: 16px;
    margin-bottom: 12px;
    font: normal 34px "arial";
    color: #fff;
    line-height: 28px; overflow:hidden;
}
.rong{ float:right; overflow:hidden; display:block; width:50%; }
.ronga{float:right; margin-left:20px; overflow:hidden; color:#CCCCCC;}

.weix{ overflow:hidden; float: left;}.weix p{ text-align:center; color:#ccc; font-size:12px;}




.end{  overflow:hidden; width: 100%;
    background: #333;
    color: #FFF;
    padding: 50px 0 0 0;
	margin-top:0px;


}

.folt{float:right; overflow:hidden; width:50%;}

.newss{ width:46%;  margin-left:0%; float:left; overflow:hidden; padding-bottom:20px; margin-top:30px; border-bottom:1px solid #CCC; 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 #CCC; margin-bottom:20px; margin-bottom:30px;}

.newsst{width: 100%;margin-left:0%;float:left;overflow:hidden;padding-bottom:20px;margin-top:30px;border-bottom:1px dashed #CCC;margin-bottom:30px;}
.medf{ width:100%; margin-top:50px; overflow:hidden; text-align: left; padding-top:10px; padding-bottom:10px; color:#CCC; font-size:14px;}

.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; }



.index_news{ width:100%; overflow:hidden; margin-bottom:80px;}


.index_news li{ width:28%; padding:30px; background:#FFFFFF; float:left;  margin-right:2%; margin-left:3%; overflow:hidden;border-radius: 5px;}

.picnews{ width:100%;  overflow:hidden;}

.picnews  img{cursor: pointer;  transition: all 0.8s; border-radius: 5px;}  
.picnews img:hover{   transform: scale(1.1);    }  

.index_news li:hover .picnewh a{ color:#FF0000;}
.picnewsss{ width:100%;  }


.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}
.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%;}



.pot{ width:49%; float:left; overflow:hidden;}




 .num{
	margin-top: 5px;
	float: left;
	width: 58px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	font-weight: 600;
	background: url(../images/bj2.png) center center no-repeat;
	color: #fff;
	font-size: 36px;font-family: "微软雅黑","Microsoft Yahei";
}



.txtc {
    overflow: hidden;
    padding-left: 18px;
}


.txtc p {
    font-size: 14px;
    color: #5b5b5b;
    line-height: 32px;
}




.con {
    padding: 20px 0;
}

.potr{ width:49%; float:left; overflow:hidden;}
 .txtc h3 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #000;
}.n_news1{ width:100%; height:100px; float:left; border-radius:10px; border:#CCC 1PX solid;}


.n_news12{ width:90%; text-align:center; overflow:hidden; margin:0 auto; border-bottom:1PX solid #CCC; font-size:30px; line-height:50px; font-weight: bold;}
.n_news13{ width:90%; overflow:hidden; text-align:center; line-height:35px; margin:0 auto;}










.cntt{ width:100%;  overflow:hidden; margin:0 auto; padding-top:0px; padding-bottom:40px; }
.cntt li{ width:31%; margin-bottom:2%; overflow: hidden;  background:#fff; float:left; margin-left:2%;transition: all 0.6s; position:relative;}



.cntt li h3{  font-weight:100; line-height:50px;padding-left:20px; padding-right:20px; text-align:center; font-size:14px; }
.cntt li p{ text-align:left; font-size:16px; margin-top:10px; padding-left:20px; padding-right:20px; color:#989898; line-height:180%;}
.cntt li a{width:100%; overflow:hidden; display:block;}
.cntt li:hover h3{ color:#FFF; }
.cntt li:hover p{ color:#FFF;}

.cntt li a img{ width:100%; transition: all 0.6s; overflow:hidden; display:block;}

.item_mask {
	width: 100%;
	height: 200px;
	background: rgba(0,0,0,0);
	position: absolute;
	left: 1px;
	top: 1px;
	opacity: 0;
	filter: Alpha(opacity=0);
*zoom:1;
	-webkit-transform: rotateX(180deg) scale(0.5, 0.5);
	transform: rotateX(180deg) scale(0.2, 0.2);
	transition: all ease-out .5s;
}

.cntt li:hover h3{ color:#FFF; background:#0d62be;}

.cntt li:hover .item_mask {
	opacity: 1;
	filter: Alpha(opacity=100);
	-webkit-transform: rotateX(0deg) scale(1, 1);
	transform: rotateX(0deg) scale(1, 1);
	transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
	background: rgba(0, 0, 0, 0.3);
}

.item_link_icon{display: block;
    width: 45px;
    height: 47px;
    text-align: center;
    background-position: 0px -142px;
    line-height: 38px;
    position: absolute;
    left: 50%;
    top: 45%;
    margin-left: -22px; background:url(icont.png) no-repeat;}


.bou{ width:40%; float:left; overflow:hidden;}
.bou img{ width:100%; display:block;}
.bou p{ line-height:180%; overflow:hidden;}


.bouq{ width:40%; float:right; overflow:hidden;}
.bouq img{ width:100%; display:block;}
.bouq p{ line-height:180%; overflow:hidden;}
.rig_about2 img{ max-width:100%;}


.ren{ width:30%; margin-right:2%; float:left; overflow:hidden;}
.ren img{ width:100%; overflow:hidden; display:block;}
.ren h3{ width:100%; font-size:14px}
.ren p{ width:100%; line-height:180%; overflow:hidden;}


.rent{ width:100%; overflow:hidden; margin:0 auto;}
.rente{ width:30%; float:left; overflow:hidden;}
.rentel{ width:60%; float:right; overflow:hidden;}
.soemail{ width: auto; float:right; overflow:hidden; }

.so{  float: left;  height:45px; border-bottom:1px solid #000000; overflow:hidden; margin-top:40px; margin-right:10px;}
.email{ float:right; overflow:hidden;margin-top:50px;background:url(m.jpg) no-repeat; padding-left:30px;}

.button{
	width:30px;
	height:40px;
	overflow:hidden;
	float:left;
	outline:none;
	border:0px;
	background: url(coms.png) #FFFFFF ;
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
.texty{ width:170px; line-height:40px; font-size:14px; border:0px; outline:none;float:left;}

.shanbeij{ background:url(baid.jpg) no-repeat}

.bja{ width:100%; overflow:hidden; background:#f6f6f6}
.bjb{ width:100%; overflow:hidden;background:url(bj3.jpg) no-repeat;background-size:cover; padding-top:100px; padding-bottom:100px;}


.business_icon{width: 100%;overflow: hidden;margin: 0 auto; }
.business_icon li{float: left;width: calc( 25% - 1px );text-align: center;margin-top: 65px;border-left: 1px solid #eee;cursor: pointer; margin-bottom:80px;}
.business_icon li dt{color: #fff;font-size: 24px;margin: 18px 0; font-weight:bold; font-family: "微软雅黑";}
.business_icon li dd{color: #fff;font-size: 15px;padding: 0 50px;line-height: 28px}
.business_icon li:nth-child(1){border: 0}
.business_icon li span{display: block;width: 40px;height: 2px;background:#fff;margin: 0 auto;margin-bottom: 15px;transition: 0.8s all;}
.business_icon li img{height: 90px;width: auto}
.business_icon li:hover span{width: 120px; background:#e81719}

.business_icon li:hover  dt{color: #e81719;font-size: 24px;margin: 18px 0; font-weight:bold;}

/*.business_icon li:HOVER{ background:#e81719;}*/







.headh{
	width:100%;
	position: fixed;
	height:100px;
	top:0px;
	padding-bottom:20px;

background: rgba(255, 255, 255, .7);

	z-index:9999;
}
.head{ width:100%; overflow:hidden; background:#1664a8; line-height:30px;}

.header-active{ background:#fff;transition: all 0.5s ease;box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);}


.fullSlide {
	width:100%;
	position:relative;
	height:100vh;
	background:#000;
	min-height:100vh;
    _height:100vh;
}
.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:100vh;
	overflow:hidden;
	text-align:center;
	
	background-position: center;
    background-size: cover;
		/*-webkit-animation:fa1 6s linear 1;*/
	
}


@-webkit-keyframes fa1wee{
	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);}
}
.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%;
	}
.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;
}

.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;color:#ccc;  position:absolute; top:35%; left:20%; right:20%;	 -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:left;etter-spacing: 1em; letter-spacing: 10px;}
	
		.txttagep{padding: 20px 5px; font-size:16px;
    font-weight: 300;
    line-height: 1;
    color: rgba(255, 255, 255, 0.8);
    text-align: left;
    text-shadow: 0 2px 2px rgba(0,0,0,0.3);}
	
	

.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;}


.xiangx{ width:100%; overflow:hidden; border-bottom:1px solid #CCCCCC; line-height:180%; font-size:24px; text-align:left; font-weight:900; margin-top:50px; margin-bottom:30px;}

.mainc{ width:100%; overflow:hidden; display:block;}