@charset "utf-8";

blockquote,
body,
button,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
lengend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  font-family: "Microsoft YaHei", Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  /* background-color: #f7f7f7; */
  position: relative;
  min-width: 1200px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
p {
  line-height: 1.8;
  margin-bottom: 0;
}
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #c81b15;
  text-decoration: none;
}
a:focus,
a:active {
  outline: none;
}
img {
  height: auto;
  max-width: 100%;
}
blockquote {
  border-left: none;
  padding-left: 0;
  padding-right: 0;
}
input,
:focus {
  outline: none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.t2 {
  text-indent: 2em;
}
.rel {
  position: relative;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.margint10 {
  margin-top: 10px;
}
.marginb40 {
  margin-bottom: 40px;
}



/* Layout */
.content {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.header {
  border-bottom: 5px solid #c81b15;
}
.topLine { 
  background-color: #c81b15;
  line-height: 39px;
  color: #fff;
}
.topLine .topbox {
  display: flex;
  justify-content: space-between;
  background:url(../image/home.png) no-repeat left center;
  padding-left: 40px;
}
.topLine .topbox a{
  color: #ffffff;
}
.banner {
  height: auto;
}
.banner img {
  display: block;
}
/*底部菜单*/
.footer,
.footer .content {
  background: #f1f1f1;
}
.footer .content {
  padding: 40px 0;
}
.footer .menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.footer .menu ul li {
  border-right: 1px solid #999;
}
.footer .menu ul li a {
  padding: 0 25px;
  display: block;
  line-height: 20px;
  color: #000;
}
.footer .menu ul li a:last-child {
  border-right: none;
}
.copyright {
  color: #666;
  line-height: 40px;
  text-align: center;
}
.copyright p {
  font-size: 16px;
}
.copyright span {
  padding: 0 10px;
}
.summary{
  padding: 40px 0;
  border-bottom: 5px solid #c81b15;
}
.summary,
.summary p{
  font-size: 24px;
  line-height: 40px;
  color: #424141;
}
.summary p{
  text-indent: 2em;
  text-align: justify;
}

/* 作品展示 */
.works{
  padding: 60px 0;

}





.sideNav {
  float: left;
  width: 208px;
}
.sideNav li {
  width: 208px;
  height: 55px;
  line-height: 55px;
  background: #f4f4f4;
  border: 1px solid #e3e1e1;
  text-align: center;
  margin-bottom: 27px;
}
.sideNav li a {
  display: block;
  font-size: 22px;
}
.sideNav li.active a {
  background: #c81b15;
  color: #fff;
}
.rightcontent {
  overflow: hidden;
  float: right;
  width: 990px;
  
}
.listboxs{
  overflow: hidden;
}
.listboxs li {
  float: left;
  margin-left: 40px;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 15px;
}
.listboxs li a {
  display: block;
  width: 283px;
  border-radius: 15px;
  overflow: hidden;
}
.listboxs li img {
  width: 283px;
  height: 193px;
  display: block;
  border-radius: 5px;
  transition: all 0.6s;
  transform: scale(1);
}
.listboxs li p {
  line-height: 40px;
  font-size: 18px;
}
.listboxs li a:hover img{
  transform: scale(1.1);
}
/* 分页 */
.pagination{
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.pagination  .active {
  background-color: #c81b15;
  border-color: #c81b15;
  color: #ffffff;
}
.pagination>li{
  margin-left: 15px;
  text-align: center;
}
.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #4d4d4d;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}



@media print {
  .notprint {
    display: none;
  }
  .main-content {
    width: 1044px;
  }
}

@keyframes change {
  0% {
    transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
  }
  　　100% {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
  }
}
@-webkit-keyframes change /* Safari and Chrome */ {
  0% {
    transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
  }
  　　100% {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
  }
}


/*增加隐藏*/
 .hide{
	display:none;
}


.video-content {
  padding: 40px;
}
.video-content .title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}
.video-content .video {
  /* text-align: center;
  margin-bottom: 40px;*/
  width: 800px;
  margin: 0 auto;
}


.video-content  .title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
}



.breadcrumb {
  background: #f4f4f4;
  height: 55px;
  line-height: 55px;
  border: 1px solid #ecebeb;
  border-radius: 0;
  margin: 40px 0 0;
  padding: 0;
  padding-left: 40px;
  font-size:20px
}
.breadcrumb > li + li:before {
  content: "";
  background: url(../images/jt.png) no-repeat left center;
}

.breadcrumb>a {
    text-decoration: none;
    color: #333;
}

