@charset "gb2312";
* {
  margin: 0;
  padding: 0;
}
body {
	width: 100%;
	min-width: 1200px;
  padding-top: 100px;
  box-sizing: border-box;
}
ul,
p {
  margin-bottom: 0;
}
li {
  list-style: none;
}
p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
div,
a {
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;
}

header .headbox {
  width: 1200px;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
header .headbox a img {
  width: auto;
  height: 70px;
  float: left;
  margin-top: 15px;
}
header .headbox ul {
  float: right;
  height: 100%;
}
header .headbox ul li:first-child {
  margin-left: 0px;
}
header .headbox ul li {
  font-weight:600;	
  float:left;
  height:100%;
  margin-left:50px;
  padding: 0 4px;
  padding-top: 50px;
  box-sizing: border-box;
}
header .headbox ul li:hover {
  border-bottom: 2px solid #26568c;
}
header .headbox ul li:hover a {
  font-size: 20px;
  color: #26568c;
}
header .headbox ul li a {
  font-size: 20px;
  color: #333;
}
header .headbox ul .active {
  border-bottom: 2px solid #26568c;
}
header .headbox ul .active a {
  font-size: 20px;
  color: #26568c;
}
header .headbox .phone {
  position: absolute;
  right: 0px;
  top: 15px;
  font-size: 16px;
  color: #333;
}
.homeyw{
font-size:12px;
line-height:20px;
text-decoration: none;
}
.tip {
  width: 100%;
  height: 85px;
}
.tip p {
  text-align: center;
}
.tip .ptitle {
  font-size: 22px;
  line-height: 32px;
  color: #26568c;
}
.tip .pline {
  color: #999;
}
.tip .pline .line {
  display: inline-block;
  width: 50px;
  border-top: 1px solid #999999;
  vertical-align: 5px;
}
.tip .pline .line:first-child {
  margin-right: 10px;
}
.tip .pline .line:last-child {
  margin-left: 10px;
}
.mtype {
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
}
.mtype .projectbox {
  width: 1200px;
  margin: 0 auto;
}
.mtype .projectbox #beautype {
  width: 100%;
  height: 370px;
}
.mtype .projectbox #beautype li {
  width: 280px;
  height: 100%;
  margin-right: 20px;
  cursor: pointer;
  float: left;
}
.mtype .projectbox #beautype li:last-child {
  margin-right: 0;
}
.mtype .projectbox #beautype li a {
  width: 100%;
  height: 200px;
}
.mtype .projectbox #beautype li a img {
  width: 100%;
}
.mtype .projectbox #beautype li p {
  height: 80px;
  width: 100%;
  line-height: 80px;
  font-size: 20px;
  position:relative;
  color: #ccc;
  -border-bottom: 2px solid #ccc;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mtype .projectbox #beautype li p span {
	position: absolute;
	width: 100%;
	height:2px;
	display:inline-block;
	bottom: 0;
	transition:all 500ms;
	left:0;
	z-index: 50;
	background-color: #eee;
}
.mtype .projectbox #beautype li p .cline {
	width: 0;
	background-color:#26568c;
	z-index: 100;
}
.mtype .projectbox #beautype li:hover p {
  color: #26568c;
  -border-color: #26568c;
}
.mtype .projectbox #beautype li:hover p .cline {
	width: 100%;
}
.mtype .item {
  padding-top: 90px;
  box-sizing: border-box;
}
.aboutUs {
  width: 100%;
  min-width: 1200px;
  height: 656px;
  position: relative;
}
.aboutUs .aboutUsbox {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.aboutUs .aboutUsbox .tip {
  padding-top: 28px;
}
.aboutUs .aboutUsbox .tip p {
  color: #fff;
}
.aboutUs .aboutUsbox .tip p .line {
  border-color: #fff;
}
.aboutUs .aboutUsbox .aboutUsboxdj {
  margin-top: 70px;
  width: 100%;
  height: 500px;
  box-shadow: 0px 0px 30px #eee;
  background-color: #fff;
}
.aboutUs .aboutUsbox .aboutUsboxdj .aboutUsboxdjLeft {
  width: 570px;
  height: 100%;
  float: left;
  position: relative;
  padding: 110px 20px 0 80px;
}
.aboutUs .aboutUsbox .aboutUsboxdj .aboutUsboxdjLeft .title {
  font-size: 18px;
  color: #666;
  position: absolute;
  width: 50%;
  line-height: 48px;
  left: 80px;
  top: 50px;
  z-index: 11;
  margin-bottom: 12px;
}
.aboutUs .aboutUsbox .aboutUsboxdj .aboutUsboxdjLeft .aboutimg {
  width: 490px;
  height: 60px;
  position: absolute;
  left: 80px;
  top: 50px;
  background-image: url(../images/aboutUs.jpg);
}
.aboutUs .aboutUsbox .aboutUsboxdj .aboutUsboxdjLeft .aboutcontent {
  width: 100%;
  padding-top: 20px;
  font-size: 16px;
  overflow: hidden;
  height: 220px;
  margin-bottom: 60px;
}
.aboutUs .aboutUsbox .aboutUsboxdj .aboutUsboxdjLeft .but {
  width: 172px;
  height: 56px;
  border: 2px solid #ccc;
  cursor: pointer;
}
.aboutUs .aboutUsbox .aboutUsboxdj .aboutUsboxdjLeft .but:hover {
  border-color: #26568c;
}
.aboutUs .aboutUsbox .aboutUsboxdj .aboutUsboxdjLeft .but:hover img {
  transform: translateX(30px);
}
.aboutUs .aboutUsbox .aboutUsboxdj .aboutUsboxdjLeft .but .butleft {
  float: left;
  width: 50%;
  height: 100%;
  display: inline-block;
  text-align: center;
  line-height: 54px;
  font-size: 14px;
}
.aboutUs .aboutUsbox .aboutUsboxdj .aboutUsboxdjLeft .but .butright {
  height: 100%;
  display: inline-block;
  width: 50%;
  padding-top: 20px;
  float: right;
  line-height: 50px;
}
.aboutUs .aboutUsbox .aboutUsboxdj .aboutUsboxdjLeft .but .butright img {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari �� Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.aboutUs .aboutUsbox .aboutUsboxdj .aboutUsboxdjRight {
  float: right;
  width: 630px;
  height: 100%;
  padding: 50px 36px;
}
.aboutUs .aboutUsbox .aboutUsboxdj .aboutUsboxdjRight img {
  width: 100%;
  height: 100%;
}
.aboutUs .backgorund {
  width: 100%;
  top: 0;
  z-index: -1;
  left: 0;
  height: 380px;
  position: absolute;
  background-color: #26568c;
}
.journalism {
  width: 100%;
}
.journalism .journalismtop {
  width: 1200px;
  margin: 0 auto;
  padding-top: 90px;
  box-sizing: border-box;
}
.journalism .journalismtop .daolis {
  padding-top: 54px;
  box-sizing: border-box;
}
.journalism .journalismtop .daolis p {
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.journalism .journalismtop .daolis p a {
  color: #26568c;
}
.journalism .journalismtop .daolis p span {
  float: right;
  color: #26568c;
}
.journalism .journalismtop .journalismbox {
  width: 100%;
  height: 580px;
}
.journalism .journalismtop .journalismbox ul {
  width: 100%;
  height: 100%;
}
.journalism .journalismtop .journalismbox ul li {
  list-style: none;
  float: left;
  width: 322px;
  height: 50%;
  background-color: #d1d1d1;
  padding-top: 20px;
}
.journalism .journalismtop .journalismbox ul li img {
  width: 100%;
  height: 100%;
}
.journalism .journalismtop .journalismbox ul li:nth-child(3n) {
  width: 556px;
}
.journalism .journalismtop .newsmore {
  width: 100%;
  position: relative;
  height: 242px;
}
.journalism .journalismtop .newsmore p {
  width: 206px;
  height: 58px;
  border-radius: 50px;
  background-color: #26568c;
  color: #fff;
  text-align: center;
  line-height: 58px;
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -103px;
  margin-top: -29px;
}
.journalism .journalismtop .newsmore p a {
  color: #fff;
}
.attract {
	min-width: 1200px;
  width: 100%;
  height: 760px;
  background-image: url(../images/5.jpg);
  background-size: cover;
}
.attract .attractbox {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 36px;
  box-sizing: border-box;
}
.attract .checkbox {
  width: 100%;
  height: 100%;
}
.attract .checkbox .choos {
  width: 100%;
  height: 50px;
  font-size: 20px;
  color: #fff;
}
.attract .checkbox .choos p {
  float: left;
}
.attract .checkbox .choos .abler {
  width: 278px;
  height: 100%;
  text-align: right;
  margin-right: 22px;
}
.attract .checkbox .xuanz span input {
  height: 14px;
  width: 14px;
}
.attract .checkbox .xuanz .layxu {
  display: inline-block;
  width: 184px;
  cursor: pointer;
}
.attract .checkbox .xuanz .layxu:last-child {
  margin-right: 0;
}
.attract .checkbox .xuanz input {
  width: 256px;
  height: 36px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 8px;
  padding-left: 10px;
  outline: none;
  font-size: 16px;
}
.attract .checkbox .xuanz textarea {
  width: 774px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  border-radius: 8px;
  resize: none;
  box-sizing: border-box;
  outline: none;
  padding: 6px;
  font-size: 16px;
}
.attract .checkbox .xuanz button {
  width: 224px;
  height: 44px;
  background-color: #fe4e4e;
  color: #fff;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  outline: none;
  margin-top: 20px;
  float: left;
  margin-right: 200px;
}
.attract .checkbox .telephone {
  float: right;
  font-size: 26px;
  margin-top: 18px;
}
.attract .checkbox .telephone span {
  font-size: 16px;
}
.attract .checkbox .conline {
  height: 100px;
}
.attract .checkbox .conline .abler {
  line-height: 100px;
}
.video {
  width: 100%;
  min-width: 1200px;
  height: 834px;
}
.video .videobox {
  width: 1200px;
  margin: 0 auto;
  padding-top: 90px;
}
.video .videobox .vidpan {
  margin-bottom: 110px;
  float: left;
}
.video .videobox .vidpan .tuas {
  background-color: #000;
  float: left;
  width: 590px;
  position: relative;
}
.video .videobox .vidpan .tuas:first-child {
  margin-right: 20px;
}
.video .videobox .vidpan .tuas:last-child {
  margin-top: 20px;
}
.video .videobox .vidpan .tuas p {
  position: absolute;
  width: 48px;
  height: 40px;
  left: 50%;
  top: 50%;
  margin-top: -24px;
  margin-left: -20px;
  border-radius: 8px;
  z-index: 90;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.video .videobox .vidpan .tuas p span {
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.video .videobox .vidpan .vipanleft {
  float: left;
  height: 540px;
  box-sizing: border-box;
}
.video .videobox .vidpan .vidpantop {
  height: 260px;
}
.video .videobox .vidpan .vidpanbottom {
  height: 260px;
}
.address {
  height: 220px;
  width: 100%;
  background-color: #eaeaea;
}
.address .addressbox {
  width: 1200px;
  height: 220px;
  margin: 0 auto;
  position: relative;
}
.address .addressbox .addressboxtop {
  width: 778px;
  height: 138px;
  border-bottom: 1px solid #dbdbdb;
}
.address .addressbox .addressboxtop .addressboxtopleft {
  padding-top: 50px;
  box-sizing: border-box;
  float: left;
}
.address .addressbox .addressboxtop .addressboxtopleft p {
  font-size: 20px;
  line-height: 32px;
}
.address .addressbox .addressboxtop .addressboxtopleft p:last-child {
  font-size: 14px;
}
.address .addressbox .addressboxtop .addressboxtopright {
  padding-top: 50px;
  box-sizing: border-box;
  float: left;
  margin-left: 100px;
  line-height: 32px;
}
.address .addressbox .addressboxtop .addressboxtopright p {
  font-size: 20px;
}
.address .addressbox .addressboxtop .addressboxtopright p:last-child {
  color: #26568c;
}
.address .addressbox .bottomu {
  width: auto;
  height: auto;
  float: left;
  height: 84px;
}
.address .addressbox .bottomu li {
  float: left;
  height: 100%;
  line-height: 84px;
  margin-left: 65px;
  font-size: 20px;
}
.address .addressbox .bottomu li:first-child {
  margin-left: 0;
}
.address .addressbox .bottomu li:hover {
  color: #26568c;
  cursor: pointer;
}
.address .addressbox .code {
  position: absolute;
  right: 96px;
  top: 16px;
}
.copyright {
  width: 100%;
  height: 54px;
  background-color: #26568c;
}
.copyright .copyrightbox {
  margin: 0 auto;
  width: 1200px;
  height: 100%;
  line-height: 54px;
  color: #fff;
  font-size: 18px;
  position: relative;
}
.copyright .copyrightbox span {
  position: absolute;
  left: 0;
  top: 0;
}
.phone a{ color:#FF0000;}
