@charset "utf-8";
/* CSS Document */
body,ul,ol,dl,li,dt,dd,form,div,h1,h2,h3,h4,h5,h6,p{ margin:0; padding:0; border:none;}
body{font-size:13px;color:#8a8a8a;font-family:"微软雅黑"; background-color:#fff;}
dl,dt,dd,ul,li{ list-style:none; list-style-type:none;border:none;}
img{  border:none;max-width:100%;overflow:hidden;}
input{margin:0; padding:0;border:none;}
a{ text-decoration:none; color:#333333; }
a:hover{ text-decoration:none; cursor:pointer}
table { border-collapse:collapse; }
.clear{ zoom:1;}
.clear:after{ clear:both; display:block; content:"\20";}
.hidden{ display:none;}
.clearboth{ clear:both;}
.intspacing{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	 -ms-box-sizing:border-box;
	  -o-box-sizing:border-box;
}
.transition{
	-webkit-transition: all 0.35s ease-in-out;
             -moz-transition: all 0.35s ease-in-out;
             transition: all 0.35s ease-in-out;
}
.box-center{
	width: 100%;
	max-width:1200px;
	margin:0 auto;
}
.box-center1{
	width:820px;
	float: right;
}
.clearfix{
	clear:both;
	margin:0px;
	padding:0px;
}
.fl{float:left;display: inline;}
.fr{float:right !important;display: inline;}.cl{ clear:both;}

.head{
	background: rgba(0,0,0,0.8);
	height: 90px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 99999;
	-webkit-transition: all 0.35s ease-in-out;
             -moz-transition: all 0.35s ease-in-out;
             transition: all 0.35s ease-in-out;
}
.logo{
	float:left;
            width: 72px;
            height: 90px;
            -webkit-transition: all 0.35s ease-in-out;
             -moz-transition: all 0.35s ease-in-out;
             transition: all 0.35s ease-in-out;
            display: table;
}
.logo img{
	width: 100%;   
}

.head_active{
	-webkit-transition: all 0.35s ease-in-out;
             -moz-transition: all 0.35s ease-in-out;
             transition: all 0.35s ease-in-out;
             height: 70px;
             background: #333333;
}
.head_active .logo{
	height: 70px;
	width: 60px;
}

.logo a{
	display: table-cell;
	vertical-align: middle;
}
.head_active .banben{
	line-height: 70px;
	-webkit-transition: all 0.35s ease-in-out;
             -moz-transition: all 0.35s ease-in-out;
             transition: all 0.35s ease-in-out;
}
.head_active .nav_menu ul .nav_li{
	line-height: 70px;
	-webkit-transition: all 0.35s ease-in-out;
             -moz-transition: all 0.35s ease-in-out;
             transition: all 0.35s ease-in-out;
}
.banben{
	float:right;
	line-height: 90px;
	-webkit-transition: all 0.35s ease-in-out;
             -moz-transition: all 0.35s ease-in-out;
             transition: all 0.35s ease-in-out;
            background: url(../images/line.png) no-repeat left center;
}
.banben li{
            padding:0 20px;
            float: left;
}
.banben a{
	font-size: 16px;
	color: #ffffff;
}
.nav_menu{
	float:right;
}
.nav_menu ul .nav_li{
	float:left;
	line-height: 90px;
	padding:0 20px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	/*background:url(../images/sanjiao.png) no-repeat right 10px center;*/
	position: relative;
}
.nav_menu ul .nav_li_ul{
	position: absolute;
	background:rgba(29,74,137,0.6);
	min-width: 200px;
	text-indent: 10px;
	top: 90px;
	display: none;
}
.head_active .nav_li_ul{
	top: 70px !important;
}
.nav_li_ul li{
	line-height: 40px;
	height: 40px;
	position: relative;
}
.nav_li_ul li .nav_li_ul_ul{
	position: absolute;
	left: 100%;
	width: 100%;
	background:rgba(29,74,137,0.6);
	top: 0px;
}
.nav_li_ul li:hover{
	background-color: #ffffff;
}
.nav_li_ul li:hover a{
	color: #1d3754;
}
.nav_li_ul li:hover .nav_li_ul_ul li a{
	color: #ffffff;
}
.nav_li_ul_ul li:hover a{
	color: #1d3754 !important;
}
.nav_li_ul li a{
	color: #ffffff;
	font-size:14px;
}
.nav_menu ul li .nav_a{
	color: #ffffff;
	font-size: 16px;
}
.active_li .nav_a{
	color: #999999 !important;
}
.banner{
	width: 100%;
	overflow: hidden;
	background: #333333;
	height: 500px;
	position: relative;
}
.banner .ban_img{
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
	height: 500px;
	max-width: none;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	opacity: 0;
	z-index: 9;
}
.banner .img{
	position: absolute;
	bottom: 10px;
	cursor: pointer;
	z-index: 999;
	left: 50%;
	margin-left: -10px;
	  -webkit-transition: all 0.35s ease-in-out;
             -moz-transition: all 0.35s ease-in-out;
             transition: all 0.35s ease-in-out;
}
.banner .img:hover{
	bottom: 15px;
}
.banner,.active .ban_img{
	opacity: 1;
}
.about_list ul li{
            float:left;
            font-size: 14px;
            color: #333333;
            padding:10px 40px;
            border:1px solid #464646;
            border-radius: 3px;
            margin-right: 60px;
            margin-top: 30px;
}
.about_list ul li:last-child(){
	margin-right: 0px;
}
.about_list ul li:hover{
             background-color:#1d4a89;
             -webkit-transition: all 0.35s ease-in-out;
             -moz-transition: all 0.35s ease-in-out;
             transition: all 0.35s ease-in-out;
}
.about_list ul li:hover a{
	color: #ffffff;
}
.about_list .li_active{
	 background-color:#1d4a89;
}
.about_list .li_active a{
	color: #ffffff;
}
.about_title{
	font-size: 20px;
	color: #333333;
	text-align: center;
	margin-top: 0px;
	opacity: 0;
	 -webkit-transition: all 0.35s ease-in-out;
             -moz-transition: all 0.35s ease-in-out;
             transition: all 0.35s ease-in-out;
}
.about_content{
	margin-top: -30px;
	opacity: 0;
	 -webkit-transition: all 0.35s ease-in-out 0.2s;
             -moz-transition: all 0.35s ease-in-out 0.2s;
             transition: all 0.35s ease-in-out 0.2s;
             line-height: 30px;
             color: #333333;
             position: relative;
	min-height: 300px;
}
.about_txt .about_content_active{
	margin-top: 30px;
	opacity: 1;
}
.about_txt .about_title_active{
	margin-top: 40px;
	opacity: 1;
}
/*底部*/
.foot{
	width: 100%;
	background-color:#1d3754;
	min-height: 216px;
	padding-bottom: 20px;
}
.footer{
	padding-top: 30px;
}
.footer .title{
	font-size: 14px;
	line-height: 24px;
}
.footer .title a{
	color: #ffffff;
	font-weight: bold;
}
.footer ul{
	float:left;
}
.footer ul li{
	line-height: 24px;
}
.footer ul li a{
	color: #ffffff;
	font-size: 12px;
}
.foot_li{
	margin-top: 10px;
}
.line{
	float: right;
}
.line li{
	float:left;
	margin-left: 10px;
}
.icp{
       text-align: center;
       line-height: 78px;
       color: #666666;
       font-size: 14px;
       font-weight: bold;
}

/*工程项目*/
.project_list ul{
	text-align: center;
}
.project_list ul li{
	line-height: 84px;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	display: inline-block;
	margin-left: 30px;
	margin-right: 30px;
}
.project_list ul .li_active a{
	color: red;
}
.project_content ul li{
             width: 388px;
             height: 280px;
             overflow: hidden;
             float:left;
             margin-right: 18px;
             opacity: 0;
             margin-top: 60px;
             text-align: center;
}
.project_content ul li:nth-child(3n){
	margin-right: 0px;
}
.project_content ul li img{
	 width: 388px;
             height: 280px;
              -webkit-transform: scale(1);
	 -moz-transform: scale(1);
	 -ms-transform: scale(1);
	 -o-transform: scale(1);
	 transform: scale(1);
	 -webkit-transition: all 0.35s ease-in-out;
	 -moz-transition: all 0.35s ease-in-out;
	 transition: all 0.35s ease-in-out ;
}
.project_content ul li .img{
	 -webkit-transition: all 0.5s ease-in-out 0.5s;
	 -moz-transition: all 0.5s ease-in-out 0.5s;
	 transition: all 0.5s ease-in-out 0.5s;
	position: relative;
}
.project_content ul li:hover img{
	 -webkit-transform: scale(1.1);
	 -moz-transform: scale(1.1);
	 -ms-transform: scale(1.1);
	 -o-transform: scale(1.1);
	 transform: scale(1.1);
}
.project_content ul li p{
	position: absolute;
	bottom: 0px;
	line-height: 48px;
	width: 100%;
	color: #ffffff;
	background: rgba(0,0,0,.6);
	text-align: center;
	font-size: 14px;
	 -webkit-transition: all 0.5s ease-in-out 0.5s;
	 -moz-transition: all 0.5s ease-in-out 0.5s;
	 transition: all 0.5s ease-in-out 0.5s;
}

.pages{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.pages a{
	display: inline-block;
	width: 28px;
	height: 28px;
	background: #d4d4d4;
	border-radius: 14px;
	margin-left: 5px;
	margin-right: 5px;
	line-height: 28px;
}
.pages a:hover{
	color: #ffffff;
	background-color: #1d3754;
}
.pages .current{
	color: #ffffff;
	background-color: #1d3754;
}
.project_content_active ul li .img{
             -webkit-transform: scale(0.5);
	 -moz-transform: scale(0.5);
	 -ms-transform: scale(0.5);
	 -o-transform: scale(0.5);
	 transform: scale(0.5);
	 opacity: 0;
}


.project_content ul .li_active3{
               -webkit-transition: all 0.2s ease-in-out 0.8s;
	 -moz-transition: all 0.2s ease-in-out 0.8s;
	 transition: all 0.2s ease-in-out 0.8s;
}
.project_content ul .li_active4{
               -webkit-transition: all 0.2s ease-in-out 1.1s;
	 -moz-transition: all 0.2s ease-in-out 1.1s;
	 transition: all 0.2s ease-in-out 1.1s;
}
.project_content ul .li_active5{
              -webkit-transition: all 0.2s ease-in-out 1.4s;
	 -moz-transition: all 0.2s ease-in-out 1.4s;
	 transition: all 0.2s ease-in-out 1.4s;
}

.project_content ul .li_active6{
              -webkit-transition: all 0.2s ease-in-out 1.7s;
	 -moz-transition: all 0.2s ease-in-out 1.7s;
	 transition: all 0.2s ease-in-out 1.7s;
}
.project_content ul .li_active7{
              -webkit-transition: all 0.2s ease-in-out 2s;
	 -moz-transition: all 0.2s ease-in-out 2s;
	 transition: all 0.2s ease-in-out 2s;
}
.project_content ul .li_active8{
              -webkit-transition: all 0.2s ease-in-out 2.3s;
	 -moz-transition: all 0.2s ease-in-out 2.3s;
	 transition: all 0.2s ease-in-out 2.3s;
}

.project_content ul .li_active0{
              -webkit-transition: all 0.35s ease-in-out;
	 -moz-transition: all 0.35s ease-in-out;
	 transition: all 0.35s ease-in-out ;
}
.project_content ul .li_active1{
              -webkit-transition: all 0.2s ease-in-out 0.2s;
	 -moz-transition: all 0.2s ease-in-out 0.2s;
	 transition: all 0.2s ease-in-out 0.2s;
}
.project_content ul .li_active2{
              -webkit-transition: all 0.2s ease-in-out 0.5s;
	 -moz-transition: all 0.2s ease-in-out 0.5s;
	 transition: all 0.2s ease-in-out 0.5s;
}



.project_content ul .li{
	margin-top: 20px;
	opacity: 1;
}
.project_view_title{
	border-color: #eaeaea;
             background-color: #f7f7f7;
             margin-top: 91px;
}
.project_view_title .s{
	font-size: 17px;
	max-width: 1200px;
	width: 100%;
             margin:0 auto;
	color: #999;
	padding:36px 36px;
}

/*新闻*/
.news ul li{
	width: 376px;
	float:left;
	margin-right: 33px;
	padding-bottom: 10px;
	margin-top: 40px;
	height: 510px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	 -moz-transition: all 0.2s ease-in-out 0s;
	 transition: all 0.2s ease-in-out 0s;
}
.news ul li:hover{
	 -webkit-box-shadow:0 15px 30px rgba(0,0,0,0.1);
	box-shadow:0 10px 20px rgba(0,0,0,0.1);
	-webkit-transform:translate3d(0, -2px, 0);
	transform:translate3d(0, -2px, 0);
	/*border: 0px;*/
}
.news ul li .news_txt{
	-webkit-transition: all 0.35s ease-in-out;
	 -moz-transition: all 0.35s ease-in-out;
	 transition: all 0.35s ease-in-out ;
	 width: 90%;
	 text-align: left;
	 margin:0 auto;
}
.news ul li:hover .news_txt{
	width: 90%;
	margin: 0 auto;
}
.news ul li .img{
	width: 376px;
	height: 250px;
	overflow: hidden;
}
.news ul li .img img{
	width: 376px;
	height: 250px;
	-webkit-transition: all 0.35s ease-in-out;
	 -moz-transition: all 0.35s ease-in-out;
	 transition: all 0.35s ease-in-out ;
}
.news ul li .img:hover img{
	 -webkit-transform: scale(1.1);
	 -moz-transform: scale(1.1);
	 -ms-transform: scale(1.1);
	 -o-transform: scale(1.1);
	 transform: scale(1.1);
}
.news ul li:nth-child(3n){
	margin-right: 0px;
}
.news_title{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin-top: 20px;
}
.news_title:hover{
	color: #1d3754;
}
.time{
	margin-top: 5px;
}
.news_summary{
	font-size: 15px;
	color: #333333;
	word-break: break-all;
	line-height: 30px;

}
.news_more{
	width: 126px;
	line-height: 50px;
	background: #333333;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	margin-top: 17px;
	border-radius: 3px;
}
.news_more:hover{
	background-color: #1d3754;
}
.news_li{
	border: 1px solid #cccccc;
	height: 518px;
	-webkit-transition: all 0.35s ease-in-out;
	 -moz-transition: all 0.35s ease-in-out;
	 transition: all 0.35s ease-in-out ;
}
.project_content_active .news_li{
            -webkit-transform: scale(0.8);
	 -moz-transform: scale(0.8);
	 -ms-transform: scale(0.8);
	 -o-transform: scale(0.8);
	 transform: scale(0.8);
	 opacity: 0;
}

.box-news{
	position: relative;
}
.news_view_title{
	text-align: center;
	font-weight: bold;
	color: #333;
	-webkit-transition: all 0.35s ease-in-out;
	 -moz-transition: all 0.35s ease-in-out;
	 transition: all 0.35s ease-in-out ;
	line-height: 30px;
	font-size: 18px;
	margin-top: -20px;
	opacity: 0;
}
.news_view_time{
	font-size: 12px;
	color: #999999;
	line-height: 24px;
	text-align: center;
	margin-top: -20px;
	opacity: 0;
	-webkit-transition: all 0.35s ease-in-out 0.2s;
	 -moz-transition: all 0.35s ease-in-out 0.2s;
	 transition: all 0.35s ease-in-out 0.2s;
}
.news_view_content{
	font-size: 16px;
	line-height: 30px;
	color: #333;
	opacity: 0;
	margin-top: 10px;
	margin-bottom: 20px;
	-webkit-transition: all 0.35s ease-in-out;
	 -moz-transition: all 0.35s ease-in-out;
	 transition: all 0.35s ease-in-out;
}
.box-news-active .news_view_title{
             margin-top: 20px;
             opacity: 1;
}
.box-news-active .news_view_time{
             margin-top: 0px;
             opacity: 1;
}
.box-news-active .news_view_content{
	opacity: 1;
}

/*服务中心*/
.service_list ul li{
	float:left;
	text-align: center;
	opacity: 0;
	
}
/*
.service_list ul .li1{
	-webkit-transition: all 0.2s ease-in-out 0.1s;
	 -moz-transition: all 0.2s ease-in-out 0.1s;
	 transition: all 0.2s ease-in-out 0.1s;
}
.service_list ul .li2{
	-webkit-transition: all 0.2s ease-in-out 0.3s;
	 -moz-transition: all 0.2s ease-in-out 0.3s;
	 transition: all 0.2s ease-in-out 0.3s;
}
.service_list ul .li3{
	-webkit-transition: all 0.35s ease-in-out 0.8s;
	 -moz-transition: all 0.35s ease-in-out 0.8s;
	 transition: all 0.35s ease-in-out 0.8s;
}
.service_list ul .li4{
	-webkit-transition: all 0.35s ease-in-out 1.1s;
	 -moz-transition: all 0.35s ease-in-out 1.1s;
	 transition: all 0.35s ease-in-out 1.1s;
}
.service_list ul .li5{
	-webkit-transition: all 0.35s ease-in-out 1.4s;
	 -moz-transition: all 0.35s ease-in-out 1.4s;
	 transition: all 0.35s ease-in-out 1.4s;
}
*/
.service_list_active ul li{
	opacity: 1;
}
.service_list ul li .service_title{
	width: 240px;
	height: 240px;
}
.service_list ul li span{
	display: inline-block;
	width: 71px;
	height: 71px;
	border-radius: 36px;
	margin-top: 38px;
	background-size:100% 100% !important;
	-webkit-transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 transition: all 0.2s ease-in-out;
}
.service_list ul li p{
	font-size: 17px;
	color: #222222;
	margin-top: 22px;
}
.service1{
	height: 400px;
	overflow: hidden;
}
.service1 .service_left{
	width:600px;
	float:left;
	position: relative;
	left: 60px;
	opacity: 0;
	z-index: 999;
	height: 400px;
}
.service1 .service_left .img{
	height: 460px;
	width: 600px;
	background-position: center center;
	background-size: cover;
	background-repeat:no-repeat;
             background-attachment: scroll;
}
.service1 .service_right{
	float:right;
	width: 530px;
	margin-left: 70px;
	display: table;
	height: 400px;
	position: relative;
	right: 60px;
	opacity: 0;
}
.service1 .service_right .tab{
	display: table-cell;
	vertical-align: middle;
}
.service2 .service_left{
	float:right;
            left: 100px;
}
.service2 .service_right{
	float:left;
	left: -100px;
	right: 0px;
	margin-left: 20px;
}
.service1 .service_title{
	color: #2b2b2b;
	font-size: 24px;
	font-weight: bold;
}
.service1 .service_summary{
	font-size: 15px;
	color: #777777;
	line-height: 30px;
	margin-top: 20px;
}
.service1 .more a{
             display: inline-block;
             width: 144px;
             height: 46px;
             line-height: 46px;
             font-size: 14px;
             color: #ffffff;
             font-weight: bold;
              background: url(../images/tubiao.png) no-repeat left 24px center;
             background-color: #cdb083;
             text-align: center;
             border-radius: 3px;
             margin-top: 50px;
             text-indent: 20px;
             border: 1px solid #cdb083;
}
.service1 .more a:hover{
	background: url(../images/tubiao1.png) no-repeat left 24px center;
	background-color: #ffffff;
	color: #cdb083;
}
.service1.action .service_left{
            left: 0px;
            opacity: 1;
}
.service1.action .service_right{
	right: 0px;
	opacity: 1;
}
.service2.action .service_left{
            left: 0px;
            opacity: 1;
}
.service2.action .service_right{
	left: 0px;
	opacity: 1;
}
.service_menu{
	height: 60px;
	line-height: 60px;
	position: fixed;
	top: 70px;
	z-index: 9999;
	width: 100%;
	background-color: #ffffff;
	text-align: center;
	left: 0px;
	border-bottom: 1px solid #cccccc;
	opacity: 0;
}
.service_menu ul li{
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
}
.service_menu ul li a{
	font-size: 16px;
}
.service_menu ul li a:hover{
	color: #1d3754;
}
.active_menu{
	opacity: 1;
}
.product_banner{
	height: 500px;
}
.product_banner .ban_img{
	height: 500px;
}
.product_on{
	text-align: center;
	margin-top: 80px;
}
.product_content{
	font-size: 16px;
	line-height: 36px;
	color: #666666;
	width: 920px;
	margin:0 auto;
	margin-top: 50px;
}
.product_under .product_title{
	font-size: 32px;
	color: #222222;
	line-height: 50px;
	text-align: center;
	margin-top: 120px;
}
.product_list ul li{
	float: left;
	text-align: center;
	position: relative;
	margin-right: 35px;
	margin-top: 35px;
	width: 354px;
	height: 264px;
	overflow: hidden;
}
.product_list ul li .img img{
	display: block;
	width: 354px;
	height: 264px;
}
.product_list ul li .info{
	width: 354px;
	height: 264px;
	background: rgba(0,0,0,0.4);
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 transition: all 0.2s ease-in-out;
}
.product_list ul li p{
	position: absolute;
	line-height: 30px;
	font-size: 16px;
	color: #ffffff;
	bottom: -30px;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out 0.1s;
	 -moz-transition: all 0.2s ease-in-out 0.1s;
	 transition: all 0.2s ease-in-out 0.1s;
}
.product_list ul li:hover .info{
             opacity: 1;
}
.product_list ul li:hover p{
	bottom:10px;
}
.hq_title{
	font-size: 32px;
	color: #333333;
	margin-top: 70px;
}
.hq_content li{
	width: 260px;
	float:left;
	height: 37px;
	margin-top: 53px;
	font-size: 14px;
	color: #666666;
}
@keyframes buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -ms-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -ms-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -ms-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -ms-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    -ms-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    -ms-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    -ms-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    -ms-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    -ms-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    -ms-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.buzz-out {
   float: left;
  margin-right: 10px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  cursor: pointer;
}

.buzz-out:hover {
  -webkit-animation-name: buzz-out;
  animation-name: buzz-out;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.hq_content li:nth-child(2n+1){
            margin-right: 350px;
}
.map{
	margin-top: 70px;
	height: 386px;
}
.map_title{
	line-height: 48px;
	background-color: #1d3754;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.message{
	position: relative;
}
.message_title{
	font-size: 48px;
	color: #222222;
	line-height: 120px;
	background: url(../images/h-line.png) no-repeat left bottom;
	opacity: 0;
	position: absolute;
	height: 120px;
	top: 120px;
}
.action .message_title{
	opacity: 1;
	top: 40px;
}
.message_summary{
	color: #666666;
	font-size: 18px;
	line-height: 30px;
	margin-top: 30px;
	font-family: "黑体";
	margin-top: 184px;
}
.message_left{
	width: 600px;
	float: left;
}
select:not([multiple]) {
    background: url("../images/xiala.svg") no-repeat right -10px center;
     -webkit-appearance: none;
     appearance: none;
}
.message_right{
	width: 552px;
	float: right;
	color: #222;
             font-size: 16px;
}
.message_right select{
	width: 100%;
	height: 42px;
	border: 1px solid #cccccc;
	margin-top: 90px;
}
.message_right input{
	width: 256px;
	background-color: #e5e5e5;
	line-height: 42px;
	text-indent: 10px;
	float:left;
	margin-top: 20px;
	font-size: 16px;
	color: #666666;
}
.message_right input:nth-child(2n+1){
	float:right;
}
.message .area{
	width: 100%;
}
.message textarea{
            width: 100%;
            margin-top: 20px;
            background-color: #cccccc;
            font-size: 16px;
            text-indent: 5px;
}
.message textarea:focus{
	outline: none;
}
.message input:focus{
	outline: none;
}
.message_right p{
	margin-top: 10px;
}
.message_right .tijiao{
	width: 100%;
	height: 33px;
	line-height: 33px;
	background-color: #3376c1;
	color: #ffffff;
	border-radius: 17px;
            margin-bottom: 40px;
            cursor: pointer;
}

.production .one{
	width: 100%;
	line-height: 32px;
	font-size: 16px;
}
.one_content{
	width: 1200px;
	margin:0 auto;
	padding: 50px 0px;
}
.production .two{
	position: relative;
	height: 500px;
	overflow: hidden;
}
.production .two_content{
	    background-image: url(../images/production.png);
}
.production .wenzi p{
	height:500px;
	line-height: 500px;
	text-align: right;
	width: 96%;
	margin:0 auto;
	font-size: 36px;
	color: #ffffff;
}
.production .three{
	position: relative;
	z-index: 999;
}
.production .three_left{
	width: 40%;
	background: url(../images/production1.png) no-repeat center center;
	background-size: cover;
	height: 300px;
	float:left;
}
.production .three_middle{
	width: 20%;
	float: left;
}
.production .three_middle img{
	width: 100%;
	display: block;
}
.production .three_right{
	width: 40%;
	float:left;
	min-height: 1px;
	height: 300px;
	background: url(../images/production3.png) no-repeat center center;
	background-size: cover;
}
.four{
	position: relative;
	overflow: hidden;
}
.four_title{
	font-size: 48px;
	color: #23548c;
	text-align: center;
	padding-top: 100px;
}
.four .xq{
	text-align: center;
	padding-top: 86px;
}
.four_content ul{
	padding-top: 40px;
}
.four_content ul li{
	float:left;
	position: relative;
	margin-right: 2px;
	width: 298px;
	height: 298px;
	overflow: hidden;
	cursor: pointer;
}
.four_content ul li img{
	width: 298px;
	height: 298px;
	 -webkit-transition-duration: 0.3s;
	 -moz-transition-duration: 0.3s;
	 -o-transition-duration: 0.3s;
	 transition-duration: 0.3s;
	   -webkit-transform: scale(1);
	 -moz-transform: scale(1);
	 -ms-transform: scale(1);
	 -o-transform: scale(1);
	 transform: scale(1);
}
.four_content ul li:hover img{
	 -webkit-transform: scale(1.1);
	 -moz-transform: scale(1.1);
	 -ms-transform: scale(1.1);
	 -o-transform: scale(1.1);
	 transform: scale(1.1);
}
.four_content ul li:hover p{
	background:rgba(0,0,0,0);
	bottom: -60px;
}
.four_content ul li p{
	position: absolute;
	bottom: 0px;
	height: 60px;
	line-height: 30px;
	background:rgba(0,0,0,0.03);
	text-align: center;
	width: 100%;
	color: #ffffff;
	font-size: 16px;
}
.four_txt{
            position: relative;
            z-index: 99;
            background:rgba(255,255,255,0.7);
            padding-bottom: 200px;
}
.ibg{
	    height: calc(100% + 30vh);
	    position: absolute;
	    width: 100%;
	    top: -15vh;
	    backface-visibility: hidden;
}
.four .bg_inner{
	 background-image:url(../images/bg.jpg);
	 background-repeat: no-repeat;
	 background-position: center center;
	 background-size: cover;
	 background-attachment: scroll;
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
             width: 100%;
             top: 0px;
             z-index: 9;
}
/*首页效果*/
.iabout{
	position: relative;
	overflow: hidden;
}
.iabou_title{
	font-size: 24px;
	color: #d08f1f;
	padding-top: 67px;
}
.iabout_summary{
	font-size: 52px;
	color: #1d4a89;
	line-height: 80px;
	margin-top: 28px;
	width: 660px;
}
.en_iabout_summary{
	font-size:24px;
	font-weight:bold;
	width:700px;
}
.iabout_more{
	width: 140px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	border: 1px solid #d08f1f;
	margin-top: 20px;
}
.iabout_more a{
	color: #d08f1f;
}
.iabout_more:hover{
	background-color: #cdb083 ;
}
.iabout_more:hover a{
	color: #fff;
}
.iabout_content{
	position: relative;
	z-index: 99;
	width: 1200px;
	margin:0 auto;
	padding-bottom: 200px;
}
.iabout .bg_inner{
	  background-image:url(../images/iabout.jpg);
	 background-repeat: no-repeat;
	 background-position: center center;
	 background-size: cover;
	 background-attachment: scroll;
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
             width: 100%;
             top: 0px;
             z-index: 9;
}
.bg_inner{
	 background-repeat: no-repeat;
	 background-position: center center;
	 background-size: cover;
	 background-attachment: scroll;
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
             width: 100%;
             top: 0px;
             z-index: 9;
}
.iproject{
	position: relative;
	overflow: hidden;
}
.iproject .bg_inner{
	background-image:url(../images/bg2.jpg);
}
.iproject_txt{
	position: relative;
	z-index: 99;
}
.iproject_title{
	font-size: 52px;
	color: #1d4a89;
	line-height: 80px;
	text-align: center;
	font-family: "黑体";
	padding-top: 50px;
	width: 200px;
	margin: 0 auto;
}
.iproject_title p{
	width: 300px;
	position: relative;
	left: -50px;
}
.en_iproject_title{
	width:400px;
}
.en_iproject_title p{
	width:400px;
	left:0px;
}
.iproject_summary{
	text-align: center;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	padding-top: 20px;
	width: 820px;
	margin:0 auto;
}
.iproject_content ul li{
            width: 352px;
            height: 234px;
            float:left;
            margin-left: 36px;
            margin-top: 36px;
            position: relative;
            overflow: hidden;
}
.iproject_content ul li img{
	width: 352px;
            height: 234px;
             -webkit-transform: scale(1);
	 -moz-transform: scale(1);
	 -ms-transform: scale(1);
	 -o-transform: scale(1);
	 transform: scale(1);
}
.iproject_content ul li:hover img{
             -webkit-transform: scale(1.1);
	 -moz-transform: scale(1.1);
	 -ms-transform: scale(1.1);
	 -o-transform: scale(1.1);
	 transform: scale(1.1);
}
.iproject_content ul li p{
	position: absolute;
	bottom: 0px;
	height: 40px;
	line-height: 40px;
	width: 100%;
	background: rgba(0,0,0,0.6);
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	opacity: 1;
	margin:0px !important;
}
.iproject_content ul li:hover p{
	opacity: 0;
}
.iproject_more{
	text-align: center;
	padding-bottom: 55px;
}
.iproject_more a{
           display: inline-block;
           width: 180px;
           height: 57px;
           line-height: 57px;
           text-indent: 10px;
           color: #ffffff;
           font-size: 16px;
           background: url(../images/tubiao.png) no-repeat left 30px center;
           background-color: #cdb083;
           margin-top: 50px;
           border:1px solid #cdb083;
           border-radius: 4px;
}
.iproject_more a:hover{
	background-color: #ffffff;
	color: #cdb083;
}
.gs_introduction{
	position: relative;
	overflow: hidden;
}
.gs_introduction .bg_inner{
	background-image:url(../images/bg3.png);
}
.introduction_txt{
	position: relative;
	z-index: 99;
}
.gs_induction{
	font-size: 64px;
	color: #ffffff;
	text-align: center;
	padding-top: 68px;
}
.video{
	text-align: center;
	margin-top: 20px;
	padding-bottom: 80px;
}
.dzb{
	position: relative;
	overflow: hidden;
}
.dzb_left{
	float:left;
	width: 50%;
}
.dzb_right{
	width: 50%;
	float:right;
}
.dzb .bg_inner{
	background-image:url(../images/bg4.png);
}
.dzb_txt{
	position: relative;
	z-index: 99;
	background:rgba(255,255,255,0.6);
}
.dzb_left{
	padding-top:50px;
}
.dzb_right{
	padding-top: 68px;
	padding-bottom: 60px;
}
.dzb_left .p1{
	font-size: 48px;
	color: #010101;
	line-height: 80px;
	background: url(../images/h_line.png) no-repeat left bottom;
}
.dzb_left .p2{
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	margin-top: 20px;
}
.dzb_right input{
	width: 490px;
	height: 42px;
	line-height: 42px;
	margin-bottom: 10px;
	background:rgba(0,0,0,0.4);
	text-indent: 5px;
	color: #ffffff;
	font-size: 16px;
}
.dzb_right input:focus{
	outline: none;
}
.dzb_right input::-webkit-input-placeholder,
.dzb_right textarea::-webkit-input-placeholder {
    color: #fff;
}
.dzb_right .follow{
	width: 490px;
	height: 42px;
	line-height: 42px;
	color: #ffffff;
	background:rgba(0,0,0,0.4);
}
.sub{
	background-color: #ccb491 !important;
	margin-top: 10px;
}
.project_view_txt{
	margin-top: 40px;
	min-height: 300px;
}
.project_view_txt_left{
	width: 50%;
	padding-right: 20px;
	float:left;
	/*height: 300px;*/
}
.product-template-view .foot {
	margin-top: 30px;
}
#proCarousel .carousel-control {
	display: block;
}
#proCarousel .carousel-control span {
	position: absolute;
	top: 50%;
	font-size: 30px;
	margin-top: -20px;
}
#proCarousel .carousel-inner .item a:hover img.trans {
	transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);	
	-moz-transform:scale(1.1,1.1);	
	-webkit-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);	
}
#proCarousel  .carousel-inner > .item img {
    width: 100% !important;
    position: static;
    margin-left: 0px;
}
.trans{
	transition: all cubic-bezier(0.215, 0.61, 0.305, 1) .6s;
	-webkit-transition: all cubic-bezier(0.215, 0.61, 0.305, 1) .6s;
	-moz-transition: all cubic-bezier(0.215, 0.61, 0.305, 1) .6s;
	-o-transition: all cubic-bezier(0.215, 0.61, 0.305, 1) .6s;
}
.contact-template  .hq_content > ul > li > p {
	display: table;
	height: 37px;
	width: auto;
}
.contact-template  .hq_content > ul > li > p > span {
	display: table-cell;
	vertical-align: middle;
}
#anchor_list {
	position: relative;
	top: -150px;
}
.four .xq{
	   color:#CA9923;
  		font-size:16px;
  		height:90px;
  		border-bottom:2px solid #fff;
	    height: 60px;
	    width:80px;
	    margin:0 auto;
}
