﻿*{
	margin: 0;
	padding: 0;
}
body{
	font-family: "微软雅黑";
	font-size: 14px;
}
h1,h2{
	font-weight: normal;
}
ul,li{
	list-style: none;
}
a{
	visibility: visible;
	text-decoration: none;
	color: #000000;
}
#warp{
	width: 100%;
}
.header{
	width: 100%;
	height: 70px;
	position: absolute;
	background: rgba(59, 72, 90, 0.6);
	line-height: 70px;
	z-index: 999;
}
.header .center{
	width: 1200px;
	height: 70px;
	margin: 0 auto;
}
.logo{
	float: left;
	width: 366px;
	height: 51px;
	padding: 9.5px 0 9.5px 0;
}
nav{
	float: right;
	width: 680px;
}
/*nav>ul {
	display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	width: 100%;
	height: 71px;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}*/
nav>ul{
	display: inline-block;
	width: 100%;
}
nav>ul>li{
	position: relative;
	float: left;
	width:14%;
	text-align: center;
}
nav>ul>li:hover{
	background: rgba(255, 255, 255, 0.2);
  	box-shadow: 0px -1px 7px 1px #979797;
}
nav>ul>li:hover ul{
	display: block;
}
nav>ul>li>a{
	font-size:16px;
	color: #ffffff;
}
nav>ul>li>ul>li>a{
	color: #ffffff;
}
nav>ul>li>ul{
	display: none;
	background:#3b485a;
}
nav>ul>li>ul>li{
	width: 14%
	text-align: center;
	height: 36px;
	line-height: 36px;
}
nav>ul>li>ul>li:hover{
	background: rgba(255, 255, 255, 0.2);
  	box-shadow: 0px -1px 7px 1px #979797;
}
.box{
	position:relative;
	width: 100%;
	height: 869px;
	overflow: hidden;
}
.pic li{
	position:absolute;
	top:0;
	left: 0;
	
}
.pic li img{
	width: 100%;
	height: 869px;
}
.arrow{
	position:absolute;
	display: none;
	cursor:pointer;
	z-index:2;
	top:50%;
	margin-top:-20px;/*宽度的一半*/
	color:#fff;
}

.box:hover .arrow {
	display: block;
}
#prev {
	left: 120px;
}
#next {
	right: 120px;
}
.product{
	width: 100%;
	height:100%; 
	overflow:hidden; 
	background-image: url(../images/bg.jpg);
	background-size: 100% 956px;
	padding-top: 40px;
}
.title{
	text-align: center;
}
.title h1{
	font-size:30px;
	font-weight: normal;
}
.title>span{
	font-family: arial;
	font-size: 12px;
	color: #999999;
}
.title .line{
	width: 120px;
	height: 2px;
	background: red;
	margin: 5px auto;
}
.title h1 span{
	color: red;
}
.product .text,.news .text{
	color: #999999;
	padding: 0px 0 30px 0;
}
.product-list{
	width: 1200px;
	margin: 0 auto; 
}
.product-list ul{
	display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	width: 100%;
	height: 776px;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap:wrap;
}
.product-list ul li{
	width: 375px;
	height: 349px;
}
.product-list ul li img{
	width:100%;
	height:100%;
}
.product-list ul li a .bgtr{
	position: absolute;
	display: inline-block;
	background: #000000;
	text-align: center;
	font-size:24px;
	color: #FFFFFF;
	width: 375px;
	height: 349px;
	z-index: 999;
	opacity: 0.5;
}
.product-list ul li:hover .bgtr{
	opacity: 0;
}
.product-list ul li a .bgtr span{
	display: block;
	padding: 143px 0 143px 0;
}
.about{
	width: 1200px;
	margin: 0 auto;
	padding-top: 40px; 
	overflow: hidden;
}
.ab-left{
	float:left;
	width: 447px;
	height: 427px;
	background: #EEEEEE;
	padding: 72px 60px;
}
.left-title h1{
	font-size:30px;
	font-weight: normal;
}
.left-title h1 span{
	color: red;
}
.left-title>span{
	font-family: arial;
	font-size: 12px;
	color: #999999;
}
.ab-right{
	float: right;
}
.ab-right .ab-img{
	width: 569px;
	height: 571px;
}
.ab-right .ab-img img{
	width: 100%;
}
.ab-text{
	margin-top:40px;
}
.ab-text p{
	line-height: 24px;
	margin-bottom: 50px;
}
.ab-text a{
	position: absolute;
	margin-top: 40px;
	padding-left: 26px;
	background: url(../images/ljgd.png) no-repeat;
	font-size: 16px;
	color: red;
}
.news{
	width: 1200px;
	margin: 0 auto;
	padding-top: 70px; 
	overflow: hidden;
}
.new-left{
	float: left;
	width: 571px;
}
.new-right{
	float: right;
	width: 571px;
}
.new-img{
	float: left;
	width:200px;
	height: 222px;
}
.new-img img{
	width: 100%;
}
.new-content{
	float: right;
	width: 348px;
	padding-top: 10px;
}
.new-content h1{
	font-size: 16px;
	font-weight: normal;
}
.new-content a{
	position:absolute;
	margin-top: 30px;
}
.new-content span{
	display: block;
	float: right;
}
.new-content div,.new-content span{
	margin-top: 30px;
	color: #999999;
}
.footer{
	width: 100%;
	background: #3b485a;
	color: #FFFFFF;
	margin-top: 40px;
}
.contact{
	width: 1200px;
	margin: 0 auto;
	height: 379px;	
	padding-top: 40px;
	overflow: hidden;
}
.contact p{
	line-height: 48px;
}
.contact .c-top{
	overflow: hidden;
}
.contact .left{
	float: left;
}
.contact .right{
	float: right;
}
.contact .right #phone{
	float: left;
}
.contact .right .phone{
	font-size:24px;
	padding-left: 52px;
	background: url(../images/phone.png) no-repeat;
}
.contact .right h1{
	font-family: arial;
	font-size: 36px;
	margin: 13px 0 30px 0;
}
.contact .right .gz{
	float: right;
	margin-top: 177px;
	margin-left: 8px;
}
.contact .right p{
	font-size: 18px;
	line-height: 36px;
}
.footer .contact>nav{
	float: none;
	width: 640px;
	margin: 0 auto;
	padding-top: 36px;
	text-align: center;
}
.footer .contact>nav>ul {
	display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	width: 100%;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}
.footer .contact>nav ul li{
	width: 106px;
	border-left: 1px solid #FFFFFF;
}
.footer .contact>nav ul li:first-child{
	border: none;
}
.footer .contact>nav ul li a{
	font-size: 14px;
}
footer{
	width: 100%;
	height: 66px;
	background: #323e4f;
	text-align: center;
	line-height: 66px;
}

/*内页*/
.content #Inner{
	padding-top: 110px;
}
.ab-left1{
	float: left;
	width: 569px;
	height: 571px;
}
.ab-left1 .ab-img img{
	width: 100%;
}
.left-title1 h1{
	font-size:30px;
	font-weight: normal;
}
/*.left-title1 h1 span{
	color: red;
}*/
.left-title1>span{
	display: block;
	font-family: arial;
	font-size: 16px;
	color: #999999;
	margin: 14px 0 50px 0;
}
.ab-right1{
	float: right;
	width: 563px;
	padding-top: 30px;
}
.ab-right1 p{
	line-height: 30px;
}
.ab-right1 p>span{
	font-family:"全新硬笔楷书简";
	font-size: 20px;

}
.ab-text1 p:first-child{
	display: block;
	margin: 4px 0 14px 0;
}
#hoor{
	width: 100%;
	height: 603px;
	background: #ebf0f5;
	margin-top: 70px;
}
.hoor{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 40px;
}
.hoor-list{
	margin-top: -39px;
}
.hoor-list ul{
	width: 200%;
	height: 486px;
    overflow: hidden;
}
.hoor-list ul li{
	position: relative;
	float: left;
	width: 376px;
	height: 486px;
	background-image: url(../images/hoor-bg.png);
	background-size: 100% 100%;
	text-align: center;
}
.hoor-list ul li:first-child{
	margin: 0;
}
.hoor-list ul li{
	margin-left: 36px;
}
.hoor-list ul li img{
	position: absolute;
	width: 238px;
	top:12%;
	left: 16%;
}
.advantage{
	width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
}
.advantage .title span{
	display: block;
	margin-top: 12px;
	color: #000000;
	font-size: 16px;
}
.advantage .bg-icon{
	margin-top: 34px;
}
.advantage .bg-icon ul{
	width: 796px;
	text-align: center;
	margin: 0 auto;
	background: url(../images/ys-icon.png) no-repeat;
	overflow: hidden;
	padding-top: 140px;
}
.advantage .bg-icon ul li{
	float: left;
	width: 117px;
	margin-right: 110px;
}
.advantage .bg-icon ul li:last-child{
	width: 115px;
	margin: 0;
}
.advantage-text{

	line-height: 36px;
	padding-top: 30px;
}
.Advertisement{
	width: 100%;
	overflow: hidden;
	padding-top: 70px;
	margin-bottom: -6px;
}
.Advertisement .left{
	float: left;
	width: 50%;
}
.Advertisement .left img{
	width: 100%;
}
.Advertisement .right{
	float: left;
	width: 46%;
	color: #575757;	
	padding: 6% 0 0 3%;
}
.Advertisement .right>.title{
	text-align: left !important;
}
.Advertisement .right>.title>h1{
	font-size:48px;
	font-weight: normal;
}
.Advertisement .right>.title>h2{
	padding: 60px 0 40px 0;
	font-size: 24px;
	font-weight: normal;
}
.Advertisement .right>.title>span{
	display: block;
	font-family: arial;
	text-transform:uppercase;
	line-height: 38px;
	font-size: 30px;
	padding: 40px 0 30px 0;
}
.Advertisement .right>.title>.line{
	display: block;
    position: absolute;
    width: 128px;
    height: 4px;
    background: red;
}
.Advertisement .right .content{
	width: 540px;
	line-height: 36px;
}
.metope{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 40px;
}
.metope .left-title1>span{
	display: block;
	color: #000000;
	margin: 20px 0 28px 0 !important;
}
.metope-top{
	padding: 0 128px;
	text-align: center;
	text-transform: uppercase;
}
.metope-top span{
	font-family: arial;
}
.metope-top h1{
	padding: 20px 0 30px 0;
}
.metope-top div{
	line-height: 24px;
}
.metope-top ul{
	display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	width: 100%;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 0 50px 0;
}
.metope-bottom{
	margin-top: 50px;
}
.metope-bottom .title span {
	display: block;
	margin-top: 12px;
	color: #000000;
	font-size: 16px;
	text-transform:uppercase;	
}
.metope-bottom .list-group{
	width: 200%;
	text-align: center;
	padding-top: 34px;
	overflow: hidden;
}
.metope-bottom .list-group div{
	float: left;
	width: 386px;
	height: 330px;
	margin-left: 20px;
}
.metope-bottom .list-group div:first-child{
	margin: 0;
}
.metope-bottom .list-group div img{
	width: 386px;
	height: 257px;
}
.metope-bottom .list-group div p{
	font-size: 18px;
	line-height: 28px;
}
.metope-bottom .list-group div p span{
	font-family: arial;
	font-size: 14px;
}

/*插件*/
.pc-slide {
	width: 100%;
}

.view .swiper-container {
	width: 100%;
}
.view .swiper-container img{
	width: 100%;
}
.view .arrow-left {
	background: url(../images/index_tab_l.png) no-repeat left top;
	position: absolute;
	left: 85px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.view .arrow-right {
	background: url(../images/index_tab_r.png) no-repeat left bottom;
	position: absolute;
	right: 85px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.preview {
	width: 100%;
	margin-top: -5px;
	position: relative;
}

.preview .swiper-container {
	width: 100%;
	height: 118px;
	background: #000000;
}
.preview .swiper-container .swiper-wrapper{
	width: 1200px !important;
	margin: 0 auto;
}
.preview .swiper-slide {
	width: 141px;
	height: 98px;
	margin-right: 35px;
	cursor:pointer;
	margin-top: 10px;
}
.preview .swiper-slide:last-child{
	margin-right: 0;
}
/*.preview .slide6 {
	width: 98px;
}*/

.preview .arrow-left {
	background: url(../images/feel3.png) no-repeat left top;
	position: absolute;
	left: 185px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview .arrow-right {
	background: url(../images/feel4.png) no-repeat left bottom;
	position: absolute;
	right: 185px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview img {
	padding: 1px;
}

.preview .active-nav img {
	padding: 0;
	border: 1px solid #F00;
}
.podinfo{
	width:1200px;
	margin: 0 auto;
}
.podinfo-ul{
	overflow: hidden;
	padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
}
.podinfo-ul li {
    float: left;
	width: 45.8%;
	margin-top: 40px;
}
.podinfo-ul li:nth-of-type(2n) {
    float: right;
}
.podinfo-ul li .podinfo-ulmes {
  
    padding: 20px 30px;
}
.podinfo-ul li a img{
	width: 100%;
}
.podinfo-ul li .podinfo-ulmes h1{
	font-size: 18px;
}
.podinfo-ul li .podinfo-ulmes p {
    margin-top: 10px;
    line-height: 24px;
    color: #666666;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.podinfo-ul li .podinfo-ulmes h2 {
    margin-top: 10px;
    font-size: 14px;
    color: #000000;
    font-weight: 600;
}
.podinfo-ul li:hover {
  box-shadow: 0 0 10px 6px #e5e5e5;
}
.page {
  height: 40px;
  text-align: center;
  margin: 20px 0;
}
.page li {
  display: inline-block;
  cursor: pointer;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  border: 1px solid #dbdbdb;
  color: #666666;
}
.page .selectNum {
  background: #e6212a;
  color: #ffffff;
  border: none;
}
.news .left-title1 h1{
	font-size: 26px;
}
.news .left-title1>span{
	display: block;
    font-family: arial;
    font-size: 14px;
    color: #999999;
    margin: 4px 0 0 0;
}
#Inner .new-left,#Inner .new-right{
	margin-top: 30px;
}
.join{
	width: 1200px;
	margin: 0 auto;
}
.join-list h1{
	height: 42px;
	line-height: 48px;
	font-size: 24px;
	color: red;
}
.join-list span{
	display: block;
	float: left;
	width: 30px;
	font-family: arial;
	font-size: 42px;
	color: red;
}
.join-list .text{
	line-height: 36px;
	padding-left: 30px;
}
.join-list .icon-img{
	width: 100%;
	padding: 30px 0;
}
.join-list .icon-img img{
	position: relative;
	width: 80%;
	left: 10%;
}
.join form{
	background: rgb(120,134,137);
}
.join-form{
	width: 600px;
	margin: 0 auto;
	padding: 5% 0;
	text-align: center;
}
.join-form li{
	font-size: 16px;
	width: 80%;
	margin: 0 auto;
	text-align: right;
	height: 50px;
}
.join-form li input{
	width: 80%;
	height: 36px;
	border: none;
	padding-left: 10px;
	border-radius: 5px;
}
.join-form button{
	border-radius: 5px;
	width: 140px;
	height: 40px;
}
.newdetails{
	width: 1200px;
	margin: 0 auto;
}
.new-top h1{
	font-size: 30px;
}
.new-top h2 {
    margin-top: 10px;
    font-size: 14px;
    color: #787878;
}
.news-bottom{
	margin-top: 30px;
}
.news-bottom .img,.news-bottom .img img{
	width: 100%;
}
.news-bottom p{
	line-height: 36px;
	text-indent: 2em;
}
.contact1{
	width: 1200px;
	margin: 0 auto;
}
#allmap{
	width: 100%;
	height: 350px;
}
.contactTop{
	text-align: center;
}
.contactTop h1{
	color: rgb(57,17,104);
	font-size: 30px;
}
.contactTop p{
	font-size: 16px;
	line-height: 48px;
}
.feedback{
	width: 1200px;
	margin: 0 auto;
	padding-top: 70px;
}
.feedback p{
	line-height: 36px;
}
.feedback-form{
	width: 600px;
	margin: 0 auto;
	padding: 5% 0;
	text-align: center;
}
.feedback-form li{
	font-size: 16px;
	width: 80%;
	margin: 0 auto;
	text-align: right;
	padding: 10px;
}
.feedback-form .textarea span{
	display: block;
	float: left;
	line-height: 96px;
	margin-left: 32px;
}
.feedback-form li input{
	width: 80%;
	height: 36px;

	padding-left: 10px;
	border-radius: 5px;
}
.feedback-form li textarea{
	width: 80%;
	height: 96px;

	padding-left: 10px;
	border-radius: 5px;
}
.feedback-form button{
	border-radius: 5px;
	width: 140px;
	height: 40px;
}