/*顶部background*/
html{
	height: 100%;
}
header {
	width: 100%;
	height: 100%;
}
header ul li a{
	width: 175px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	display: block;
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
	font-family: bold;
}
header ul li a>div{
	background: url(/public/images/shouye.png) 100% 100%;
}
header ul li a:hover{
	color: #FFFFFF;
}
header h1{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 11%;
	margin: auto;
	font-size: 80px;
	color: #FFFFFF;
	text-shadow:6px 1px 6px #000;
	font-weight: 600;
}
header p{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 4%;
	font-size: 25px;
	color: #fff;
	text-shadow:0px 0px 5px #000;
}

/*主体*/


/*导航*/

.nav {
	/*margin-top: 50px;*/
	width: 100%;
	height: 100px;
	/*margin: auto;*/
	background: rgba(255,255,255,.8);
	position: relative;
	z-index: 999999;
}


/*logo*/

.left_logo {
	width: 18.5%;
	height: 100%;
	float: left;
/*	background: #dadada;*/
}

.left_logo img {
	/*width: 60%;*/
	float: right;
	margin: 5% 5% 0 0;
}


/*导航*/

.nav>ul {
	width: 68%;
	height: 100%;
	display: flex;
	float: left;
	/*	margin: auto;
*/
/*	background: #f2f2f2;*/
}

.nav>ul li {
	width: 20%;
	height: 100%;
	font-size: 16px;
	float: left;
	text-align: center;
	border-left: 1px solid #e5e5e5;
	position: relative;
}
.nav>ul>li>ul{
	width: 100%;
	position: absolute;
	z-index: 99;
	display: none;
}
.nav>ul>li>ul>li{
	width: 100%;
	border: 1px solid #e5e5e5;
	background: rgba(255,255,255,.8);
	height: 50px;
	line-height: 50px;
}
.nav>ul>li>ul>li>a{
	display: block;
	color: #000;
	font-size: 14px;
}
.nav>ul>li>ul>li>a:hover{
	background: #0464c3;
	 color:#fff;
}
.nav>ul li p:last-child {
	font-size: 12px;
}

.nav>ul .click_st,
.nav>ul .click_st a {
	background: #0464c3;
	color: #fff;
}

.nav>ul>li>a:hover {
	background: #0464c3;
	color: #fff;
}
.nav>ul>li:hover .drop_down{
	display: block;
}
.nav>ul>li>a {
	display: block;
	padding-top: 28px;
	width: 100%;
	height: 100%;
	color: #000000;
}

/*电话*/

.Telephone {
	width: 1.2rem;
	height: 100%;
	float: right;
	margin-right: 0.5rem;
}

.Telephone img {
	width: 0.25rem;
	height: 0.28rem;
	float: left;
	margin:38px 0 0 5%;
}


/*banner*/


/*中间banner推荐*/
/* 本例子css */
.banner{
	width: 100%;
	height: 6rem;
	position: relative;
	margin-top: -100px;
}
.banner .focusBox {
	min-width: 1200px;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banner .focusBox .pic {
	width: 100%;
	height: 100%;
	!important;
}
.banner .focusBox .pic>li{
	width: 100% !important;
	height: 100% !important;
}

/*
.focusBox .pic #height{
	width:100% !important;
	height: 100% !important;
}
*/
.banner .focusBox .pic>ul{
	width:100% !important;
	height: 100% !important;
}

.banner .focusBox .pic>ul li {
	width:100% !important;
	height: 100% !important;
}
.banner .focusBox .pic>ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.banner .focusBox .pic>ul li img {
	width: 100% !important;
	height: 100% !important;
	display: block;
}

.banner .focusBox .hd {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
	font-size: 0;
	z-index: 1;
}

.banner .focusBox .hd li {
	margin: 0 5px;
	background: #1F76D5;
	height: 16px;
	overflow: hidden;
	width: 16px;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	_background: #fff;
}

.banner .focusBox .hd .on {
	background-position: 0 0;
	background: #fff;
}

.banner .focusBox .prev,
.banner .focusBox .next {
	width: 60px;
	height: 90px;
	margin: -60px 0 0;
/*	display: none;*/
	background: url(/public/images/ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	filter: alpha(opacity=20);
	opacity: 0.2;
}

.banner .focusBox .prev {
	left: 0;
}

.banner .focusBox .next {
	background-position: 0 -90px;
	right: 0;
}

.banner .focusBox .prev:hover,
.banner .focusBox .next:hover {
	filter: alpha(opacity=50) !important;
	opacity: 0.5 !important;
}


/*公司介绍*/

.Company_introduction {
	width: 1200px;
	height: 670px;
	background: #fff;
	margin: auto;
	padding: 85px 0 80px 0;
}

.left_introduction {
	float: left;
	display: block;
}

.top_intro {
	width: 1070px;
	height: 295px;
	float: right;
}

.left_img {
	width: 520px;
	height: 295px;
	float: left;
}

.left_img img {
	width: 100%;
	height: 100%;
}

.character {
	width: 515px;
	height: 100%;
	float: left;
	margin-left: 1%;
	position: relative;
}

.character h1 p {
	color: #0464c3;
}

.character h1 p:last-child {
	font-size: 30px;
	color: #000000;
}

.character>p {
	margin-top: 40px;
	font-size: 14px;
	height: 85px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.character>a {
	display: block;
	width: 160px;
	height: 40px;
	border: 1px solid #b0b0b0;
	line-height: 40px;
	text-align: center;
	color: #000;
	position: absolute;
	bottom: 0;
}

.character>a:hover {
	background: #0464c3;
	color: #FFFFFF;
}

.bottom_compay {
	width: 1070px;
	height: 155px;
	float: right;
	margin-top: 55px;
}

.backmo {
	width: 250px;
	height: 100%;
	float: left;
	margin-left: 20px;
	position: relative;
	overflow: hidden;
}

.backmo>img {
	width: 100%;
	height: 100%;
}

.bottom_compay .backmo:first-child {
	margin: 0;
}

.Mongol {
	width: 100%;
	height: 100%;
	background: rgb(3, 92, 172, 0);
	position: absolute;
	top: 0px;
	text-align: center;
	padding: 45px 0;
	opacity: 0;
	transition: .6s;
}

.Mongol a {
	display: block;
}

.Mongol p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 2%;
}

.backmo:hover .Mongol {
	background: rgba(3, 92, 172, .95);
	opacity: 1;
}


/*证书*/

.certificate_box {
	width: 100%;
	height: 730px;
	background: url(/public/images/zsbang.jpg);
	background-size:100% 100%;
}

.picture li{
	float: left;
}
.picture li{
	width: 340px;
}
.picture li img{
	width: 100%;
	height: 100%;
}
.picture li:nth-child(1){
	position: absolute;
	left: 0;
	top: 0;
}
.picture li:nth-child(2){
	position: absolute;
	left: 345px;
	top: 0;
}
.picture li:nth-child(3){
	position: absolute;
	left: 690px;
	top: 0;
}
.picture li:nth-child(4){
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.picture li:nth-child(5){
	position: absolute;
	left: 345px;
	bottom: 0px;
}
.picture li:nth-child(6){
	position: absolute;
	left: 690px;
	bottom: 0px;
}
.picture li:nth-child(1),
.picture li:nth-child(3),
.picture li:nth-child(5){
	height: 260px;
}
.picture li:nth-child(2),
.picture li:nth-child(4),
.picture li:nth-child(6){
	height: 260px;
}
.picture ul li:hover .border_box{
	opacity: 1;
}
.border_box {
	width: 300px;
	height: 300px;
	background: url(../images/sanjianx.png)100% 100% no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
	transition: 1s;
	z-index: 99;
	display: block;
}
.picture ul li .border_box p{
	text-align: right;
	color: #FFFFFF;
	font-size: 18px;
}
.picture ul li .border_box p:nth-child(1){
	padding-right: 10%;
	padding-top:40%;
/*	line-height: 350px;*/
	font-size: 60px;
}
.picture ul li .border_box p:last-child{
	padding-right: 12%;
/*	padding-top: 30%;*/
}


.picture {
	width: 1200px;
	height: 100%;
	padding: 90px 0;
	margin: auto;
}

.left_picture {
	width: 1030px;
	height: 100%;
	float: left;
	overflow: hidden;
}

.le_picture_box {
	width: 2070px;
	float: left;
	position: relative;
}

.pictr_box {
	width: 1030px;
	float: left;
	position: absolute;
}

.pictr_boxx {
	position: absolute;
	left: 1030px;
}

.l_picture_box {
	width: 1030px;
	height: 100%;
}

.Business_license {
	width: 340px;
	height: 100%;
}

.Business_license img {
	width: 100%;
	height: 100%;
	float: left;
}

.cer_top_img,
.twobott_img,
.onetop_img {
	width: 100%;
	height: 258px;
}

.onetop_img,
.two_tuimg,
.cer_top_img {
	margin-bottom: 5px;
}

.bot_cer_img,
.two_tuimg,
.onebott_img {
	width: 100%;
	height: 432px;
}

.Business_license {
	margin-left: 5px;
}

.Business_license:first-child {
	margin: 0;
}




.border_box a {
	display: block;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	bottom: 10%;
	right: 8%;
}

.border_box a p:first-child {
	font-size: 60px;
}

.border_box a p {
	font-size: 18px;
}

.onetop_img,
.onebott_img,
.two_tuimg,
.twobott_img,
.cer_top_img,
.bot_cer_img {
	position: relative;
}

.right_bi {
	height: 80%;
}

.bottom_clic {
	width: 150px;
	height: 50px;
	float: right;
	cursor: pointer;
}

.bottom_clic div {
	width: 50px;
	height: 50px;
	border: 1px solid #FFFFFF;
	float: left;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 45px;
	margin-left: 5%;
}

.bottom_clic .click_ysbak {
	background: #FFFFFF;
	color: #8f8f8f;
}

.Case_list {
/*	height: 1090px;*/
	width: 1200px;
	margin: auto;
	padding: 80px 0 60px 0;
	overflow: hidden;
}


/*导航*/

.Case_list>ul li {
	float: left;
	width: 150px;
	height: 40px;
	background: #0464c3;
	line-height: 40px;
	text-align: center;
	color: #fff;
	margin-left: 12px;
	font-size: 18px;
	cursor: pointer;
}

.Case_list .change {
	background: #fff;
	color: #000000;
}


/*内容*/

.main_content {
	width: 1065px;
	height: 100%;
	margin-top: 22px;
}

.main_content ul li {
	width: 355px;
	height: 440px;
	border: 1px solid #b0b0b0;
	float: left;
	transition: 1.5s;
}

.top_spimg {
	width: 100%;
	height: 225px;
	position: relative;
}

.top_spimg>img {
	width: 100%;
	height: 100%;
}

.top_spimgback {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	top: 0;
	opacity: 0;
	transition: 1s;
}

.top_spimgback a {
	display: block;
	width: 100%;
	height: 100%;
}

.top_spimgback img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.item {
	margin: 50px 0 0 50px;
	height: 116px;
	
}

.item:after {
	content: "";
	display: block;
	width: 250px;
	height: 1px;
	background: #b0b0b0;
/*	margin-top: 50px;*/
}

.item p {
	font-size: 18px;
	margin-bottom: 5%;
	color: #000;
}

.item span {
	display: block;
	font-size: 14px;
	color: #666666;
	width: 303px;
	height: 70px;
	word-break:break-all !important;
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main_content ul li a {
	display: block;
}

.dispan_no {
	display: none;
}

.dis_blc {
	display: block;
}

.main_content ul li a>p {
	display: block;
	color: #000000;
	padding: 17px 0 0 50px;
	font-size: 14px;
}

.main_content ul li:hover .top_spimgback {
	background-color: rgba(0, 0, 0, .5);
	opacity: 1;
	color: #0464c3;
}

.main_content ul li:hover .item p {
	color: #0464c3;
}


/*产品中心*/

.Product_Center {
	width: 100%;
	height: 800px;
	background: url(/public/images/dxback.jpg) 100% 100%;
}

.Product_Center_conent {
	width: 1200px;
	height: 100%;
	margin: auto;
	padding: 105px 0 80px 0;
}

.Product_Center_conent>ul li {
	width: 150px;
	height: 45px;
	float: left;
	color: #0464c3;
	background: #fff;
	margin-left: 10px;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
}

.Product_Center_conent .Product_Center_color {
	background: none;
	color: #FFFFFF;
}

.conten_Product {
	width: 1045px;
	height: 430px;
	margin-top: 45px;
}

.conten_Product_none {
	display: none;
}

.conten_Product_bl {
	display: block;
}

.conten_Product .conten_Product_none>ul li {
	width: 325px;
	height: 430px;
	float: left;
	background: #fff;
	margin-left: 35px;
}

.conten_Product .conten_Product_none>ul li:first-child {
	margin: 0;
}

.top_spcom {
	width: 100%;
	height: 325px;
	position: relative;
}

.top_spcom>img {
	width: 100%;
	height: 100%;
}

.bottom_sp {
	text-align: center;
	margin-top: 5%;
}

.bottom_sp>p {
	font-size: 18px;
	margin-bottom: 5%;
}

.bottom_sp>span {
	font-size: 14px;
}

.conten_Product .conten_Product_none>ul li:hover .top_spimgback {
	background-color: rgba(0, 0, 0, .5);
	opacity: 1;
}

.conten_Product .conten_Product_none>ul li:hover .bottom_sp>p {
	color: #0464c3;
}

.box_mar {
	width: 90%;
	height: 40px;
	float: left;
	margin-top: 50px;
}

.box_mar a {
	display: block;
	width: 160px;
	height: 100%;
	background: #fff;
	font-size: 14px;
	color: #000000;
	text-align: center;
	line-height: 40px;
	margin: auto;
}

.box_mar a:hover {
	background: #0464C3;
	color: #FFFFFF;
}


/*新闻*/

.news {
	width: 1200px;
/*	height: 635px;*/
	margin: auto;
	padding: 80px 0 95px 0;
	overflow: hidden;
}

.ull {
	width: 100%;
/*	height: 410px;*/
	margin-top: 25px;
	overflow: hidden;
}

.ull>li {
	width: 370px;
	height: 100%;
	float: left;
	margin-left: 45px;
}

.ull li:first-child {
	margin: 0;
}

.ull li .news_top_img {
	width: 100%;
	height: 185px;
	position: relative;
}

.news_style {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	top: 0;
	opacity: 0;
	transition: .8s;
}

.news_style img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.ull li .news_top_img>img {
	width: 100%;
	height: 100%;
}

.introduce_title {
	padding: 25px 0;
	border-bottom: 1px solid #b0b0b0;
}

.introduce_title h1 {
	font-size: 18px;
	color: #000;
	margin-bottom: 25px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.introduce_title p {
	height: 54px;
	font-size: 12px;
	color: #666666;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}

.ull li>ul {
	margin-top: 30px;
}

.ull li>ul li {
	list-style: square;
	font-size: 14px;
	color: #666666;
	margin-top: 20px;
}

.ull li>ul li a {
	color: #666666;
}

.ull li>ul li a:hover {
	color: #0464c3;
}

.ull li:hover .news_style {
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 1;
}
.bott_news{
	width: 100%;
}
.bott_news li{
	float: left;
	width: 370px;
	padding: 2% 0 0 0;
	margin-left: 42px;
	overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.bott_news li:nth-child(4){
	margin: 0;
}
.bott_news li:first-child{
	margin: 0;
}
.bott_news li a{
	color: #666666;
}
.bott_news li:hover a{
	color: #0464c3;
}
/*留言*/

.contact {
	width: 100%;
	height: 540px;
	background-size: 100% 100%；
}

.Leaving_a_message {
	width: 670px;
	height: 100%;
	margin: auto;
    margin-left:-100px;
	position:relative;
	left:50%;
}

.right_message {
	width: 670px;
	height: 100%;
	background-color: #ededed;
	padding: 80px 52px;
}

.right_message h1 {
	font-size: 30px;
	text-align: center;
}

.Tips {
	width: 400px;
	height: 50px;
	background: url(../images/leave.png) 100% 100%;
	margin: auto;
	position: relative;
}

.Tips p {
	width: 350px;
	height: 25px;
	font-size: 20px;
	line-height: 25px;
	color: #333333;
	text-align: center;
	background: #ededed;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.input_box form>input {
	width: 270px;
	height: 40px;
	border: 1px solid #cccccc;
	margin-top: 35px;
	padding-left: 5px;
	font-size: 12px;
	color: #999999;
}

.input_box textarea {
	resize: none;
	width: 565px;
	height: 145px;
	border: 1px solid #cccccc;
	margin-top: 15px;
	padding-left: 5px;
	padding-top: 10px;
	color: #999999;
}

.click_inout {
	width: 210px;
	height: 45px;
	background: #0464c3;
	margin: 20px auto;
}

.click_inout input {
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #FFFFFF;
}


/*底部*/

.friendlink_background {
	width: 100%;
	height: 45px;
	background: #252525;
}

.friendlink_box {
	width: 1200px;
	height: 100%;
	margin: auto;
}

.friendlink_box ul li {
	width: 120px;
	float: left;
	font-size: 14px;
	color: #acacac;
	text-align: center;
	line-height: 45px;
}

.friendlink_box ul li a {
	color: #acacac;
}

.friendlink_box ul li:hover {
	background: #4c4c4c;
}

.friendlink_box ul li:hover a {
	color: #FFFFFF;
}

.friendlink_box ul .friendlink_back {
	background: #4c4c4c;
	color: #FFFFFF;
}

.footer_introduce {
	width: 1200px;
	margin: auto;
	padding-top: 25px;
	overflow: hidden;
}

.left_foot {
	width: 755px;
	height: 160px;
	border-right: 1px solid #b0b0b0;
	float: left;
}

.footer_introduce .left_foot>ul {
	float: left;
	margin-left: 25px;
}

.footer_introduce .left_foot>ul li:first-child {
	font-size: 14px;
	color: #000000;
	margin-bottom: 18px;
}

.footer_introduce .left_foot>ul li a {
	font-size: 13px;
	color: #555555;
	margin-top: 10px;
	display: block;
	height: 20px;
}

.footer_introduce .left_foot>ul li a:hover {
	color: #0464c3;
	border-bottom: 1px solid #0464c3;
}

.right_logo>img {
	margin-top: 20px;
	margin-left: 50px;
}

.QR_code {
	width: 180px;
	height: 140px;
}

.QR_code p {
	font-size: 14px;
	margin-bottom: 10px;
}

/*
.follow,
.website {
	width: 78px;
	height: 78px;
	border: 1px solid #0464c3;
	float: left;
	margin-left: 22px;
}
*/

.follow li{
	width: 75px;
	height: 75px;
	margin: 0;
	float: left;
}
.follow li:last-child{
	float: right;
}
.follow li img{
	width: 100%;
	height: 100%;
}
.Remarks {
	text-align: right;
	width: 100%;
	height: ;
}

.Remarks span {
	width: 78px;
	display: block;
	margin-top: 10px;
}

.credible {
	width: 1200px;
	margin: auto;
}

.credible_box {
	width: 140px;
	height: 50px;
	margin: auto;
	margin-top: 20px;
}

.address {
	text-align: center;
	margin-bottom: 55px;
	margin-top: 55px;
}

.address p {
	line-height: 20px;
}

.address p a {
	color: #000000;
}


/*侧边栏*/

.sideBar {
	width: 55px;
	height: 300px;
	position: fixed;
	top: 40%;
	right: 0;
	display: none;
}

.sideBar ul li {
	width: 100%;
	height: 55px;
	background-color: #505050;
	margin-top: 5px;
	position: relative;
	cursor: pointer;
	/*overflow: hidden;*/
}

.sideBar ul li img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.sideBar ul li:first-child {
	margin: 0;
}

.sideBar ul li:hover {
	background: #0464c3;
}

.fantop {
	display: block;
	width: 100%;
	height: 100%;
}

.Seat_machine {
	width: 0px;
	height: 55px;
	position: absolute;
	right: 60px;
	background-color: #505050;
	text-align: center;
	line-height: 55px;
	font-size: 16px;
	color: #FFFFFF;
	opacity: 0;
	transition: .5s;
}

.sideBar ul li:first-child:hover .Seat_machine {
	width: 200px;
	opacity: 1;
}

.Small_program {
	width: 0px;
	height: 130px;
	position: absolute;
	right: 60px;
	opacity: 0;
	transition: .5s;
}

.Small_program img {
	width: 100%;
	height: 100%;
}

.sideBar ul li:hover .Small_program {
	opacity: 1;
	width: 130px;
	
}

.lazy {
	min-width: 32px;
	min-height: 32px;
	background-image: url(../images/loadimg.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

.lazyed {
	background-image: none;
}
