.blank1 {
    margin: 0 auto;
    height: 1px;
    font-size: 1px;
    clear: both;
    overflow: hidden
}

.blank2 {
    margin: 0 auto;
    height: 2px;
    font-size: 1px;
    clear: both;
    overflow: hidden
}

.blank3 {
    margin: 0 auto;
    height: 3px;
    font-size: 1px;
    clear: both;
    overflow: hidden
}

.blank5 {
    margin: 0 auto;
    height: 5px;
    font-size: 1px;
    clear: both;
    overflow: hidden
}

.blank8 {
    margin: 0 auto;
    height: 8px;
    font-size: 1px;
    clear: both;
    overflow: hidden
}

.blank10 {
    margin: 0 auto;
    height: 10px;
    font-size: 1px;
    clear: both;
    overflow: hidden
}

.blank15 {
    margin: 0 auto;
    height: 15px;
    font-size: 1px;
    clear: both;
    overflow: hidden
}

.blank20 {
    margin: 0 auto;
    height: 20px;
    font-size: 1px;
    clear: both;
    overflow: hidden
}

.blank25 {
    margin: 0 auto;
    height: 25px;
    font-size: 1px;
    clear: both;
    overflow: hidden
}

.blank30 {
    margin: 0 auto;
    height: 30px;
    font-size: 1px;
    clear: both;
    overflow: hidden
}

.blank35 {
    margin: 0 auto;
    height: 35px;
    font-size: 1px;
    clear: both;
    overflow: hidden
}

.blank40 {
    margin: 0 auto;
    height: 40px;
    font-size: 1px;
    clear: both;
    overflow: hidden
}

.blank45 {
    margin: 0 auto;
    height: 45px;
    font-size: 1px;
    clear: both;
    overflow: hidden
}

.blank50 {
    margin: 0 auto;
    height: 50px;
    font-size: 1px;
    clear: both;
    overflow: hidden
}

.blank60 {
    margin: 0 auto;
    height: 60px;
    font-size: 1px;
    clear: both;
    overflow: hidden
}

a {
    color: #000;
}

/* 默认链接颜色 */
a:link,
a:visited {
    outline-style: none;
    text-decoration: none;
}

a:hover,
a:active {
    color: #c00;
    text-decoration: underline;
}

body {
    font-family: "Microsoft Yahei", "SimSun";
}

ul,
li,
ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0;
}

/* css3属性 让子元素水平垂直居中 */
.c3center {
    display: flex;
    justify-content: center;
    /*水平居中*/
    align-items: center;
    /*垂直居中*/
}

/*li 横向排列*/
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.am-g-fixed {
    max-width: 1200px;
    background: #fff;
}
.container {
    width: 1170px;
    margin: 0 auto;
}
/*底部*/
footer {
    text-align: center;
    line-height: 26px;
    padding: 15px 0px;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    background-color: #fff;
    color: #000;
}

footer a {
    padding: 0 8px;
    color: #000;
    text-decoration: none;
    font-size: 16px;
}

footer a:hover {
    color: #000;
    text-decoration: none;
}
/*头图*/
#hdpc {
    background: url(../image/banner.jpg);
    background-position: top center;
    width: 100%;
    height: 882px;
}

#hdph {
    background: url(../image/banner-640.jpg);
    background-position: top center;
    background-size: 100%;
    width: 100%;
    height: 560px;
}
/*大图3*/
.am-slider-t3 {
    margin: 0 0 20px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
    /* Direction Nav */
    /* Pause/Play */
    /* Control Nav */
}

.am-slider-t3 .am-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .am-slider-t3 .am-viewport {
    max-height: 300px;
}

.am-slider-t3 .carousel li {
    margin-right: 5px;
}

.am-slider-t3 .am-direction-nav a {
    top: 50%;
    margin: -18px 0 0;
    overflow: hidden;
    opacity: 0.45;
}


.am-slider-t3 .am-direction-nav .am-prev {
    left: 10px;
    background: url(../image/ly30-arrow1.png);
    position: absolute;
    width: 10px;
    height: 26px;
    bottom: 9px;
    cursor: pointer;
    z-index: 100;
}

.am-slider-t3 .am-direction-nav .am-next {
    right: 10px;
    text-align: right;
    background: url(../image/ly30-arrow2.png);
    position: absolute;
    width: 10px;
    height: 26px;
    bottom: 9px;
    cursor: pointer;
    z-index: 100;
}

.am-slider-t3 .am-direction-nav .am-disabled {
    opacity: 0 !important;
    cursor: default;
}

.am-slider-t3:hover .am-prev {
    opacity: 0.7;
    left: 10px;
}

.am-slider-t3:hover .am-prev:hover {
    opacity: 1;
}

.am-slider-t3:hover .am-next {
    opacity: 0.7;
    right: 10px;
}

.am-slider-t3:hover .am-next:hover {
    opacity: 1;
}

.am-slider-t3 .am-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.am-slider-t3 .am-pauseplay a::before {
    font: normal normal normal 1.6rem/1 "FontAwesome", sans-serif;
    /*font-weight: normal; // 2
  font-style: normal; // 2
  vertical-align: baseline; // 3
  line-height: 1; // 4*/
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    font-size: 20px;
    display: inline-block;
    content: "\f04c";
}

.am-slider-t3 .am-pauseplay a:hover {
    opacity: 1;
}

.am-slider-t3 .am-pauseplay a.am-play::before {
    content: "\f04b";
}

.am-slider-t3 .am-slider-desc {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    padding: 10px;
    width: 100%;
    color: #fff;
}

.am-slider-t3 .am-control-nav {
    width: 100%;
    position: absolute;
    bottom: 18px;
    text-align: right;
    right: 15px;
}

.am-slider-t3 .am-control-nav li {
    margin: 0 6px;
    display: inline-block;
}

.am-slider-t3 .am-slides a {
    color: #fff;
}

.am-slider-t3 .am-control-nav li a {
    width: 10px;
    height: 10px;
    display: block;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px;
    /*    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);*/
    border: 1px solid #fff;
    border-radius: 50%;
}

.am-slider-t3 .am-control-nav li a:hover {
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.7);
}

.am-slider-t3 .am-control-nav li a.am-active {
    background-color: #fff;
    cursor: default;
    border: 1px solid #fff;
}

.am-slider-t3 .am-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.am-slider-t3 .am-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.am-slider-t3 .am-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.am-slider-t3 .am-control-thumbs img:hover {
    opacity: 1;
}

.am-slider-t3 .am-control-thumbs .am-active {
    opacity: 1;
    cursor: default;
}

.am-slider-t3 .am-control-thumbs i {
    position: absolute;
}

/*大图3e*/
.show02 h2 {
    font-size: 2.4rem;
    margin-top: 0;
}
.list2 li {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    background: url(../image/li1.png) no-repeat left 15px;
    overflow: hidden;
}
#layout1 {
    background: url(../image/ly2.jpg);
    background-position: top center;
    width: 100%;
    height: 570px;
    padding-top: 60px;
}
@media only screen and (max-width: 640px) {
    #layout1 {
        padding-top: 0;
    }
}