@charset "utf-8";
/* CSS Document */

*{
	font-family: "microsoft yahei",微软雅黑;
	margin: 0 auto;
	padding: 0;
}
a{text-decoration: none;color: #000;cursor: pointer;}
body{
	font-size: 16px;
	width: 100%;
	height: 100%;
	background: url(../images/nav_bg.jpg);
}
li{list-style: none}
/*icon图标字体*/
@font-face {
  font-family: 'iconfont';
  src: url('../iconfont/iconfont.eot'); /* IE9*/
  src: url('../iconfont/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../iconfont/iconfont.woff') format('woff'), /* chrome、firefox */
  url('../iconfont/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('../iconfont/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
/*网站快捷元素*/
.clearfix:after{content: '';clear: both;}
.fl{float: left}
.fr{float: right}
.mt2{margin-top: 2%}
.mb5{margin-bottom: 5%}
.ml5{margin-left: 5%}
.mr5{margin-right: 5%}
.display-none{display: none}
.visibility-hidden{visibility: hidden}
.active{display: block!important}
.active_news{
	animation:news 3s forwards ;
	-webkit-animation:news 3s forwards; /* Safari 和 Chrome */
	-moz-animation:news 3s forwards ;
	-o-animation:news 3s forwards;
}
.active_sjsln{
	animation:sjsln 3s forwards ;
	-webkit-animation:sjsln 3s forwards; /* Safari 和 Chrome */
	-moz-animation:sjsln 3s forwards ;
	-o-animation:sjsln 3s forwards;
}
.active_news_connect{
	display: block!important;
}
.active_nav_tanchuang{
	display:block!important;
	animation:nav_move 2s forwards;
	-webkit-animation:nav_move 2s forwards; /* Safari 和 Chrome */
	-moz-animation:nav_move 2s forwards;
	-o-animation:nav_move 2s forwards;
}
/*第一部分box-num1*/
.box_num1{
	background: url(../images/nav_bg.jpg);
	width: 100%;
	height: 100vh;
	position: relative;
}
nav{
	z-index: 2;
	position: relative;
}
.nav_pc .nav_pc_left{
	width: 190px;
	height: 58px;
}
.nav_pc .nav_pc_right{
	width: auto;
    height: auto;
}
.nav_pc .nav_pc_right a{
	color: #EBE4E4;
	font-size: 2rem;
	margin: 0px 10px 0px 10px;
}
.nav_pc .nav_pc_right i{
	font-size: 2rem;
	color: #EBE4E4;
	display: inline-block;
}
.nav_pc .nav_pc_right:hover i{
	animation:nav_pc_right 2s forwards ;
	-webkit-animation:nav_pc_right 2s forwards; /* Safari 和 Chrome */
	-moz-animation:nav_pc_right 2s forwards ;
	-o-animation:nav_pc_right 2s forwards;
}

.nav_pc .nav_pc_right:hover ul li{
	display: block;
	animation:nav_move 2s forwards ;
	-webkit-animation:nav_move 2s forwards; 
	-moz-animation:nav_move 2s forwards ;
	-o-animation:nav_move 2s forwards;
}

.nav_pc .nav_pc_right ul li{
	text-align: center;
	margin-top: 1%;
	background: url(../images/nav_pc_right_li.png);
	display: none;
}
.nav_pc .nav_pc_right ul li:nth-child(2) {
	background: url(../images/nav_pc_right_li.png);
	background-position: 0px 300px;
}
.nav_pc .nav_pc_right ul li:nth-child(3) {
	background: url(../images/nav_pc_right_li.png);
	background-position: 0px 240px;
}
.nav_pc .nav_pc_right ul li:nth-child(4) {
	background: url(../images/nav_pc_right_li.png);
	background-position: 0px 180px;
}
.nav_pc .nav_pc_right ul li:nth-child(5) {
	background: url(../images/nav_pc_right_li.png);
	background-position: 0px 120px;
}
.nav_pc .nav_pc_right ul li:nth-child(6) {
	background: url(../images/nav_pc_right_li.png);
	background-position: 0px 60px;
}

.nav_pc .nav_pc_right ul li a{
	font-size: 1.8rem;
	line-height: 200%;
}
.nav_pc .nav_pc_right ul li a:hover{
	text-shadow: 4px 4px 4px #000;
}
/*轮播图*/
.box_num1 .banner{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0%;left: 0%;
}
.box_num1 .banner ul{width: 100%;height: 100%;}
.box_num1 .banner ul li{
	background: url(../images/banner_1.png) #944b4b no-repeat;
	background-size: 100% 100%;
	display: none;
    opacity: .1;
	width: 100%;
	height: 100%;
	animation:banner_move 2s forwards ;
	-webkit-animation:banner_move 2s forwards; /* Safari 和 Chrome */
	-moz-animation:banner_move 2s forwards ;
	-o-animation:banner_move 2s forwards;
}
.box_num1 .banner ul li:nth-child(2){
	background-size: 100% 100% !important;
   	background: url(../images/banner_2.png) #000 no-repeat;
}

/*第一页下面导航*/
.box_num1 .box_num1_main_bottom{
	width: 100%;
    height: auto;
	max-height: 20%;
    position: absolute;
    bottom: 2%;
	animation:box_num1_main_bottom 2s forwards ;
	-webkit-animation:box_num1_main_bottom 2s forwards; /* Safari 和 Chrome */
	-moz-animation:box_num1_main_bottom 2s forwards ;
	-o-animation:box_num1_main_bottom 2s forwards;
}
.box_num1 .box_num1_main_bottom .box_num1_main_bottom_con{
	width: 25%;
	height: auto;
	margin: 0 auto;
}
.box_num1_main_bottom_con .con_box{
	width: 100%;
    max-width: 360px;
    position: relative;
    margin: 0 auto;
}
.box_num1_main_bottom_con .con_box i{
	color: #fff;
	font-size: 2rem;
}
.box_num1_main_bottom_con .con_box span{
	color: #fff;
	font-size: 1.5rem;
}
.box_num1_main_bottom_con .con_box p{
	color: #DAD4D4;
	font-size: 1rem;
}

/*box_num2*/
.box_num2{
	width: 100%;
	height: auto;
	margin-top: 5%;
	overflow: hidden;
}
.box_num2 .sjsln{
	width: 100%;
	height: 500px;
	background: url(../images/sjsln_bg.jpg) no-repeat center top #163e59;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
}
.box_num2 .sjsln h1{
	color: #fff;
	font-size: 2rem;
	text-align: center;
	padding-top: 6%;
}
.box_num2 .sjsln p{
	color: #fff;
	text-align: center;
	width: 50%;
	line-height: 3rem;
	margin-top: 20px;
	font-size: 1.3rem;

}
.box_num2 .sjsln .animation{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: url(../images/sjsln.png);
	animation:sjsln_animation 60s infinite ;
	-webkit-animation:sjsln_animation 60s infinite; /* Safari 和 Chrome */
	-moz-animation:sjsln_animation 60s infinite ;
	-o-animation:sjsln_animation 60s infinite;
		
}
/*新闻news*/
.news{
	transform: rotate(-7deg);
	position: relative;
	width: 60%;
	overflow: hidden;
	background: #fff;
	margin-top: 5%;
}
.news .title{
	position: relative;
	width: 95%;
	overflow: hidden;
	height: 100%;;
	margin: 0 auto 0.08rem;
	border-bottom: 1px solid #d9d9d9;
	text-align: center;
	padding-top: 1rem;
}
.news .title ul{
	width: 100%;
	height: 100%;
	text-align: center;
}
.news .title ul li{
	height: 100%;
	text-align: center;
	display: inline-block;
	margin: 0 0.14rem;
	font-size: 1.7rem;
	font-weight: bold;
	padding-bottom: 1rem;
	width: 20%;
	cursor: pointer;
}
.news .title ul li:hover{
	animation:news_title_hover 1s forwards ;
	-webkit-animation:news_title_hover 1s forwards; /* Safari 和 Chrome */
	-moz-animation:news_title_hover 1s forwards ;
	-o-animation:news_title_hover 1s forwards;
}
.news .connect{
	width: 95%;
	height: auto;
    padding: 1% 0% 2% 0%;
	display: none;
	background:url(../images/news_zh.png)right bottom no-repeat #fff;
}
.news .connect:nth-child(3){
	background:url(../images/news_gg.png)right bottom no-repeat #fff;
}
.news .connect:nth-child(4){
	background:url(../images/news_zx.png)right bottom no-repeat #fff;
}
.news .connect:nth-child(5){
	background:url(../images/news_hd.png)right bottom no-repeat #fff;
}


.news .connect ul{
	text-align: center;
	width: 100%;
	height: 100%;
}
.news .connect ul li{
	color: #373737;
	font-size: 1.5rem;
	width: 100%;
	text-align: left;
	line-height: 4rem;
	padding: 0 0.1rem 0 0.1rem;
	box-sizing: border-box;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news .connect ul li a{
	width: 87%;
	overflow: hidden;
	display: inline-block;
	white-space: nowrap;
	vertical-align: middle;
	text-overflow: ellipsis;
	line-height: 2.1rem;
	color: #373737;
}
.news .connect ul li b{
	float: right;
	color: #000000;
	font-weight: 100;
	text-align: left;
}
/*footer*/
/*友情链接start*/
.links{
	width: 95%;
	height: 165px;
}
.links span{
	color: #fff;
	font-size: 1.5rem;
}
.links_connect ul li{
	float: left;
	margin-left: 1%;
	margin-top: 1%;;
}
.links_connect ul li a{
	color: #fff;
	font-size: 1.4rem;
}
/*网站底部网站信息展示*/
.foot_about{
	width: 100%;
	background: #2a363c;
	overflow: hidden;
}
.foot_about_connect{
	width: 100%;
}
.foot_about_connect_1 ul li{
	width: 25%;
	float: left;
	text-align: center;
}
.foot_about_connect_1{
	height: 36px;
	padding: 1%;
    border-bottom: 1px solid #414b51;
}


.foot_about_connect_2{
	height: 364px;
	border-bottom: 1px solid #414b51;
	margin-top: 2%;
}
.foot_about_connect_2_left{
	position: relative;
	width: 17%;
    padding-left: 2%;
}

.foot_about_connect_2_right{
	width: 80%;
	height: 346px;
	overflow: hidden;
	float: right;
}
.foot_about_connect_2_right ul{
	width: 25%;
}
.foot_about_connect_2_right ul li{
	line-height: 30px;
}
.foot_about_connect_2_right ul li a{
	color: #819199;
	font-size: 1.2rem;
}
.foot_about_connect_2_right ul li:nth-child(1) a{
	color: #fff;
	font-size: 1.4rem;
}
.foot_about_connect_1 ul li i{
	color: #fff;
	font-size: 2rem;
}
.foot_about_connect_1 ul li span{
	color: #fff;
	font-size: 1.6rem;
}
.foot_about_connect_2_left p{
	color: #fff;
	font-size: 1rem;
	line-height: 2rem;
}
/*版权*/
.foot_about_connect_3{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.foot_about_connect_3 p{
	color: #819199;
	font-size: 1rem;
	text-align: center;
	margin-top: 2rem;
}

/*右侧联系我们*/
.contact_us{
	z-index: 2;
	position: fixed;
	right: 2%;
	bottom: 50%;
}
.contact_us i{
	color: #fff;
	font-size: 2rem;
	outline: none;
}
.contact_us i:hover{
	color: red;
	animation:nav_pc_right 2s forwards ;
	-webkit-animation:nav_pc_right 2s forwards; /* Safari 和 Chrome */
	-moz-animation:nav_pc_right 2s forwards ;
	-o-animation:nav_pc_right 2s forwards;
}
.contact_us p{
	margin-top: 2rem;
}
/*导航网站定制弹出*/
.Web_Customized,.Web_OP{
	width: 100%;
	height: 100%;
	background: url(../images/Web_Customized.jpg) center center no-repeat;
	background-size: cover;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
}
.Web_Customized .connect,.Web_OP .connect{
	width: 80%;
    height: auto;
    margin-top: 10%;
    padding: 1%;
    box-shadow: 0px 12px 12px #3c0b62;
    position: relative;
    background: rgba(134,22,197,0.3);
}
.Web_Customized .connect img,.Web_OP img{
	width: 30%;
	display: block;
}
.Web_Customized .connect h2{
	color: #fff;
	text-align: center;
}
.Web_Customized .connect p{
	color: #fff;
	font-size: 1.7rem;
	margin-top: 2%;
	padding: 1%;
	line-height: 5rem;
	background: linear-gradient(to right, red, blue);
    -webkit-background-clip: text;
    color: transparent;
}

.Web_Customized .connect .contact_us_2{width: 50%;height: auto}
.Web_Customized .connect .contact_us_2 a{color: #fff;border: 1px solid #c227c8;padding: 0.5rem;background: #ff1273;border-radius: 15%;    margin-left: 50%;visibility: hidden}
.Web_OP .connect .connect_2 div{width: 18%;margin: 0px 3% 0px 4%;float: left;height: auto;}
.Web_OP .connect .connect_2{width: 100%;height: 200px;}
.Web_OP .connect .connect_2 p{color:#fff}
/*分割线*/
@media only screen and (max-width: 1682px) {
	.news .connect ul li{font-size: 1.1rem;line-height: 1rem;}
	.news .connect ul li b{display: contents;}
	.links span{font-size: 1.2rem;}
	.links_connect ul li a{font-size: 1.1rem;}
	.foot_about_connect_1{height: 30px;}
	.foot_about_connect_1 ul li i{font-size: 2rem;}
	.foot_about_connect_1 ul li span{font-size: 1.5rem;}
	.foot_about_connect_2{height: 310px;}
	.foot_about_connect_2_right{height: 307px;}
	.foot_about_connect_2_right ul li:nth-child(1) a{font-size: 1.3rem;}
	.foot_about_connect_2_right ul li a{font-size: 1rem;}
	.contact_us i{font-size: 4rem;}
}
@media only screen and (max-width: 1024px) {
	*{font-size: 10px;}
	.box_num2{margin-top: 0%;}
	.news .connect ul li a{font-size: 1.9rem!important;line-height: 3.5rem!important}
	.news .connect ul li b{line-height: 3.1rem;}
	.box_num2 .sjsln{height: 300px}
	.news{width: 90%}
	.links{width: 95%;height: 55px;margin-top: 2%;}
	.foot_about_connect_2,.foot_about_connect_2_right{height: 205px;}
	.foot_about_connect_2_right ul li{line-height: 23px;}
	.foot_about_connect_2_left img{width: 60%;}
	.contact_us i{font-size: 5rem;}
	
}
@media only screen and (max-width: 768px) {
	*{font-size: 8px;}
	.news,.news .connect{width: 98%}
	.news .title{width: 100%}
	.news .connect ul li a{font-size: 1.9rem!important;}
	.foot_about_connect_1 ul li i{font-size: 2rem;}
	.foot_about_connect_1 ul li span{font-size: 1.9rem;}
	.foot_about_connect_1{height: 54px;}
	.foot_about_connect_1 ul li{width: 50%;}
	.foot_about_connect_2_left{width: 98%;}
	.foot_about_connect_2_right{width: 98%;margin-left: 2%;}
	.foot_about_connect_2_right ul{width: 50%}
	.foot_about_connect_2_right ul li:nth-child(1) a{font-size: 1.8rem;}
	.foot_about_connect_2_right ul li a{font-size: 1.8rem;}
	.foot_about_connect_2, .foot_about_connect_2_right{height: 100%;border: 0px}
	.foot_about_connect_3 p{font-size: 2rem;}
	.foot_about_connect_2_left p{font-size: 2rem;line-height: 5rem;}
	.box_num1 .box_num1_main_bottom{max-height: 25%;}
	.box_num1 .box_num1_main_bottom .box_num1_main_bottom_con{width: 50%;height: auto;margin: 3% auto;}
	.nav_pc .nav_pc_right i{font-size: 4rem;}
	.box_num2 .sjsln p{width: 95%}
	.box_num2 .sjsln{height: 230px;}
	.nav_pc .nav_pc_right a{font-size: 3rem;}
	.box_num1 .box_num1_main_bottom{width: 96%;left: 2%;}
	.contact_us i{font-size: 5rem;}
	.Web_Customized .connect p{font-size: 2rem;line-height: 8rem;}
	.Web_Customized .connect .contact_us_2 a{font-size: 2rem}
	.Web_OP .connect .connect_2 div{width: 40%;}
}
@media only screen and (max-width: 361px){
	.nav_pc_right{margin-top: 6%!important;}
	.nav_pc .nav_pc_right i,.nav_pc .nav_pc_right a{font-size: 2rem;}
	.Web_Customized .connect{margin-top: 20%}
	.Web_Customized .connect p{font-size: 1.5rem;line-height: 4rem;}
	.Web_Customized .connect .contact_us_2 a{font-size: 1.5rem}
}
@media only screen and (max-width: 321px){
	.box_num1 .box_num1_main_bottom{max-height: 30%;}
	.box_num2 .sjsln p{width: 95%;line-height: 2.5rem;font-size: 1.7rem;}
	.nav_pc .nav_pc_left{width: 50%}
	.nav_pc .nav_pc_left img{width: 100%}
	.nav_pc .nav_pc_right i{font-size: 3rem;}
	.nav_pc .nav_pc_right a{font-size: 2.3rem;}
	.contact_us i{font-size: 3rem;}
}