@charset "UTF-8";

.form_base {
    position: relative;
    padding-bottom: 100px
}

.form_base .form_list .form_group:nth-child(2n) {
    float: right
}

.form_base .form_list .form_group:nth-child(2n-1) {
    float: left
}

.form_base .form_list .form_group .control_label16 {
    display: none;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    margin: 5px 0
}

.form_base .form_list .form_group .control_required20 {
    height: 78px
}

.form_base .form_list .form_group .control_required20 .help-block {
    display: block;
    color: red;
    height: 30px;
    line-height: 30px
}

.form_base .form_list .form_group .control_required20>input[type="text"] {
    width: 590px;
    height: 46px;
    line-height: 46px;
    color: #333;
    text-indent: 10px;
    border: 1px solid #ccc;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 0 !important
}

.form_base .form_list .form_group .control_required20>input[type="text"]:focus {
    -webkit-box-shadow: 0 0 20px #ddd;
    -moz-box-shadow: 0 0 20px #ddd;
    box-shadow: 0 0 20px #ddd
}

.form_base .form_list .ffcontent,
.form_base .form_list .enffcontent {
    width: 100%;
    margin-bottom: 0
}

.form_base .form_list .ffcontent .control_required20,
.form_base .form_list .enffcontent .control_required20 {
    height: auto
}

.form_base .form_list .ffcontent textarea,
.form_base .form_list .enffcontent textarea {
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-indent: 10px;
    line-height: 2;
    font-family: 'Microsoft Yahei';
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.form_base .form_list .ffcontent textarea:focus,
.form_base .form_list .enffcontent textarea:focus {
    -webkit-box-shadow: 0 0 20px #ddd;
    -moz-box-shadow: 0 0 20px #ddd;
    box-shadow: 0 0 20px #ddd
}

.form_base input[type="submit"] {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -145px;
    display: block;
    font-size: 24px;
    border: none;
    outline: none;
    width: 300px;
    height: 60px;
    line-height: 60px;
    background: #2e66bc;
    color: white;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.form_base input[type="submit"]:hover {
    -webkit-box-shadow: 0 0 10px #2e66bc;
    -moz-box-shadow: 0 0 10px #2e66bc;
    box-shadow: 0 0 10px #2e66bc
}

#path {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-top: 1px solid #ccc;
    text-align: right
}

#path a {
    font-size: 14px;
    color: #999
}

.tit {
    width: 100%
}

.tit p:nth-child(1) {
    font-size: 36px;
    color: #003a8c;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 40px
}

.tit p:nth-child(2) {
    margin: 10px auto;
    background: #9ed8f5;
    width: 55px;
    height: 2px
}

.tit p:nth-child(3) {
    font-size: 14px;
    color: #003a8c;
    text-align: center;
    margin-bottom: 10px
}

.tit2 p:nth-child(1) {
    color: #003a8c;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px
}

.tit2 p:nth-child(2) {
    width: 138px;
    height: 1px;
    background: white;
    margin-bottom: 10px
}

.tit3 p:nth-child(1) {
    font-size: 20px;
    color: white;
    font-weight: bold;
    margin-bottom: 20px;
    padding-top: 60px
}

.tit3 p:nth-child(2) {
    width: 46px;
    height: 1px;
    background: white;
    margin-bottom: 10px
}

.tit4 {
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
    width: 100%
}

.tit4 span {
    font-size: 16px;
    margin-left: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    border-bottom: 1px solid #008cd2
}

.content img {
    max-width: 800px
}

#pagevt {
    text-align: center
}

#pagevt .btn-group {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

#pagevt .btn-group .btn-default {
    padding: 5px;
    color: white;
    background: #008cd2;
    margin: 0 5px
}

#pagevt .btn-group .active {
    background: #ccc
}

#plist>div {
    margin-bottom: 10px
}

#plist a {
    color: #666
}

#plist a:hover {
    text-decoration: underline;
    color: #666
}

#banner {
    position: relative;
    left: 50%;
    margin-left: -960px;
    width: 100%;
    height: 650px;
    overflow: hidden
}

#banner>img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -960px;
    margin-top: -325px;
    width: 100%;
    height: 650px
}

#about {
    width: 100%;
    height: 576px;
    background: url('../img/about-1.jpg') no-repeat center center
}

#about .about_text {
    width: 992px;
    margin: 0 auto
}

#about .about_text .right {
    width: 662px;
    height: 330px;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#ad1495d6', endColorstr='#ad1495d6');
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

:root #about .about_text .right {
    filter: none
}

#about .about_text .content {
    line-height: 2;
}

#honor {
    width: 100%;
    height: 620px
}

#honor #ban-honor {
    position: relative;
    width: 100%;
    height: 400px
}

#honor #ban-honor .honor-container {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    height: 100%
}

#honor #ban-honor .honor-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 10px;
    background: white;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #1495d6;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50)
}

#honor #ban-honor .honor-container .swiper-pagination-bullet-active {
    background: #1495d6;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100)
}

#honor #ban-honor .honor_next {
    right: 0;
    background: url('../img/right.png') no-repeat center center
}

#honor #ban-honor .honor_next:hover {
    background: #1495d6 url('../img/right.png') no-repeat center center
}

#honor #ban-honor .honor_prev {
    left: 0;
    background: url('../img/left.png') no-repeat center center
}

#honor #ban-honor .honor_prev:hover {
    background: #1495d6 url('../img/left.png') no-repeat center center
}

#honor #ban-honor .button {
    position: absolute;
    top: 30%;
    width: 35px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: white;
    z-index: 99;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#33000000', endColorstr='#33000000');
    background-color: rgba(0, 0, 0, 0.2);
    font-family: '宋体';
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

:root #honor #ban-honor .button {
    filter: none
}

#honor #ban-honor .swiper-button-disabled {
    cursor: text
}

#culture {
    width: 100%;
    height: 620px;
}

#good_list {
    width: 100%;
    height: 779px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px 0;
    background: url('../img/pro-bg.jpg') no-repeat center center
}

#good_list #pro_banner a.infolist {
    display: block
}

#good_list #pro_banner a.infolist .tit p:nth-child(1) {
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: white;
    margin-bottom: 10px
}

#good_list #pro_banner a.infolist .tit p:nth-child(2) {
    width: 55px;
    height: 2px;
    background: white;
    margin: 0 auto;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    margin-bottom: 10px
}

#good_list #pro_banner a.infolist .tit p:nth-child(3) {
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: white
}

#good_list #pro_banner a.infolist .wrap {
    margin: 0 auto;
    margin-top: 40px;
    width: 531px;
    height: 485px;
    overflow: hidden
}

#good_list #pro_banner a.infolist .wrap>img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

#good_list #pro_banner a.infolist .type {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    width: 112px;
    height: 43px;
    line-height: 43px;
    background: white;
    border: 1px solid #1495d6
}

#good_list #pro_banner a.infolist .type p {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #1495d6;
    text-align: center;
    font-size: 20px;
    color: white;
    border: 1px solid white
}

#good_read {
    background: #008cd2;
    width: 100%;
    height: 800px
}

#good_read .tedian {
    width: 100%;
    padding: 0 80px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

#good_read .tedian .text {
    width: 580px;
    color: white;
    line-height: 2
}

#good_read .liucheng {
    max-width: 1200px;
    margin-top: 40px
}

#good_read2 img {
    max-width: 1200px
}

#good_read3 {
    width: 100%;
    height: 625px;
    background: url('../img/des-bg.jpg') no-repeat center center
}

#good_read3 img {
    max-width: 1200px
}

#contact {
    padding-bottom: 70px;
    padding-top: 50px
}

#contact #map {
    width: 732px;
    height: 338px
}

#contact .info {
    width: 440px;
    padding-top: 40px
}

#contact .info li:first-child {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px
}

#contact .info li {
    line-height: 2;
}