@charset "utf-8";







/*1200+ 内容宽度：1190px  页面内容居中  匹配默认样式 */
/* body{
    min-width: 1200px;
    overflow-x: auto;
} */
.content {
    max-width: 1180px;
    margin: 0 auto;
}
.wrap {
    padding: 10px;
    background: #FFF;
    margin-bottom: 20px;
}








/* 页面顶部 */

.header-main {
    background-color: #fff;
    height: 100px;
    position: relative;
}

.header-main .content {
    position: relative;
    height: 100%;
}

.header-main .logo {
    position: absolute;
    left: 10px;
    top: 15px;
    height: 70px;
}
.header-main .logo img{
    /* width:100%; */
    height: 100%;
}







/* 搜索框 */

.search {
    position: absolute;
    right: 0;
    border: 1px solid #F0F0F0;
    width: 387px;
    height: 40px;
    top: 15px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.search .text {
    color: #999999;
    font-size: 1.4em;
    display: block;
    width: 80px;
    float: left;
    text-align: center;
    line-height: 38px;
}

.search form {
    display: block;
    width: 387px;
}
.yn-nav{margin-top: 1px;}
.search .keyboard {
    display: block;
    background: #fff;
    border: none;
    width: 100%;
    color: #333;
    padding-left: 10px;
    font-size: 1.4em;
    line-height: 38px;
    outline: none;
    border-radius: 3px
}

.search .inputSub {
    display: block;
    width: 64px;
    height: 38px;
    line-height: 38px;
    padding-left: 20px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    background:#94070A url(.././images/common/search_btn.png) 5px center no-repeat;
    border: none;
    outline: none;
    color:#FFF;
    font-size: 14px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999;
}

.nav-open {
    display: none;
}





/* 时间 */

.welcome {
    position: absolute;
    bottom: 15px;
    right: 0;
    font-size: 1.4em;
    color: #fff;
    font-family: "宋体"
}







/* 桌面导航 */

.nav-desktop {
    /* background-color: #027DBC */
    position: relative;
}

.nav-desktop li {
    min-width: 94px;
    display: block;
    float: left;
    height: 60px;
    margin-left: 11px;
}
.nav-desktop li.ztwz{
    display: none;
}
.nav-desktop li.home {
    margin-left: 0;
}

.nav-desktop li>a {
    display: block;
    width: 100%;
    /* text-align: center; */
    text-indent: 15px;
    color: #FFF;
    font-size: 1.6em;
    opacity: 0.9;
    filter: alpha(opacity=90);
    height: 60px;
    line-height: 60px;
    background: url('../images/common/nav_icon.png') 95% center no-repeat;
}

.nav-desktop li>ul {
    z-index: 100;
    width:1180px;
    display: block;
    position: absolute;
    left: 0;
    top: 60px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background: #E2F3FC;
    z-index: 1000
}

.nav-desktop li ul li {
    float: left;
    height: auto;
    margin-left: 0;
    margin-right: 10px;
}

.nav-desktop li ul li a {
    font-size:14px;
    /* min-width:108px; */
    padding: 0 20px;
    color: #333;
    display: inline-block;
    line-height: 50px;
    height: 50px;
    text-indent: 0;
    text-align: center;
    background-image: none;
}

.nav-desktop li.selected,
.nav-desktop li:hover {
    background-color: #5E0000;
}
.nav-desktop li.selected a,
.nav-desktop li:hover>a {
    opacity: 1;
    filter: alpha(opacity=100);
}
.nav-desktop li.selected ul li.selected a {
    background: #FFF839
}

.nav-desktop li ul li a:hover {
    background: #94070A;
    color:#fff;
}

.nav-desktop li:hover ul {
    max-height:50px;
}

.nav-close {
    display: none;
}

.yn-nav-box {
    background-color: #5E0000;
}




/* banner */

.banner {
    position: relative;
    overflow: hidden;
    overflow-y: hidden;
}
.index-banner{
    max-height: 583px;
}
.common-banner{
    max-height: 300px;
}
.banner img {
    display: block;
}

.banner .slick-arrow {
    width: 49px;
    height: 49px;
    cursor: pointer;
}

.banner .slick-prev {
    background: url('../images/index/banner_left.png') no-repeat center;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    left: 190px;
    z-index: 99;
    transition: all 1s ease;
    opacity: 0;
    filter: alpha(opacity=0);
}

.banner .slick-next {
    background: url('../images/index/banner_right.png') no-repeat center;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    right: 190px;
    z-index: 99;
    transition: all 1s ease;
    opacity: 0;
    filter: alpha(opacity=0);
}
.banner:hover .slick-prev{
    left: 210px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.banner:hover .slick-next{
    right: 210px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.banner .slick-next:focus,
.banner .slick-next:hover {
    background: url('../images/index/banner_right_on.png') no-repeat center;
}

.banner .slick-prev:focus,
.banner .slick-prev:hover {
    background: url('../images/index/banner_left_on.png') no-repeat center;
}

.banner .slick-next:before,
.banner .slick-prev:before {
    display: none;
}

.banner .slick-active .banner-title {
    top: 145px;
    opacity: 1;
}

.banner .slick-dots {
    position: absolute;
    width: 150px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    left: 50%;
    margin-left: -75px;
    bottom: 10px;
}

.banner .slick-dots li {
    width: 11px;
    height: 11px;
    opacity: 1;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0 10px;
    background: #FFF;
}

.banner .slick-dots li.slick-active {
    background: #313B00;
    /* margin: 0 10px; */
}

.banner .slick-dots li button {
    display: none
}

.banner .item {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center 0;
}

.banner .item .content {
    position: relative;
}

.banner .item {
    width: 100%;
    height: 583px;
    background-position: center 0;
    background-repeat: no-repeat;
}

.banner .item .content .text01 {
    margin-left: -370px;
    left: 50%;
    position: absolute;
    top: -300px;
    transition: all 1.5s ease;
}
.banner .item .content .text02{
    margin-left: -420px;
    left: 50%;
    position: absolute;
    top: -300px;
    transition: all 1.5s ease;
}
.banner .item.slick-active .content .text01{
    top: 220px;
    transition: all 1.5s ease;
}
.banner .item.slick-active .content .text02  {
     top: 240px;
}
.banner.slick-dotted.slick-slider {
    margin-bottom: 10px;
}





/*友情链接*/
.footer{
     background-color: #5E0000;
     padding: 10px 0;
}


.yn-footer {
    background-color: #1291D2;
}

.yn-contact .content {
    width: 100%;
    padding: 20px 0 20px 0;
}

.yn-contact .left-box {
    float: left;
    width: 745px;
}

.yn-contact .right-box {
    float: right;
    width: 430px;
}
.yn-contact .left-box .contact-us{
    font-size: 18px;
    color: #FFF;
    opacity: 0.8;
    filter: alpha(opacity=90);
    padding: 6px 0;
    display: block
}
.yn-contact .left-box .top{
    margin: 10px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}
.yn-contact .left-box .top li {
    display: inline-block;
}
.yn-contact .left-box .top li a{
    font-size: 14px;
    color: #B9BFC5;
    padding-left: 18px;
}
.yn-contact .left-box .top li a.address{
    background: url('../images/common/addr.png') left center no-repeat;
}
.yn-contact .left-box .top li a.tel{
    background: url('../images/common/tel.png') left center no-repeat;
    margin-left: 40px;
    padding-left: 22px;
}
.yn-contact .left-box .top li a.fax{
    background: url('../images/common/fax.png') left center no-repeat;
      margin-left: 40px;
}
.yn-contact .left-box .bottom a{
    display: block;
    padding: 5px 0 3px 0;
     color: #B9BFC5;
     font-size: 14px;
}
.yn-contact .right-box{
    text-align: right;
}
.yn-contact .right-box .map{
    display: inline-block;
    width: 264px;
    height:158px;
}
.yn-contact .right-box .indent-box{
    width:150px;
    display: inline-block;
    background-color: #5E0000;
    height: 158px;
    text-align: center;
    vertical-align: top;
}
.yn-contact .right-box .indent-box .ident{
    margin-top: 40px;
    display: inline-block;
}
/*当前位置*/

.location {
    background-color: #FFF;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: 40px;
    border-bottom: 2px solid #EFF2F5;
}

.location-main {
    font-size: 1.4em;
}
.location-page{
    display: inline-block;
    float:left;
    font-size: 20px;
    padding-left:30px;
    background: url('../images/common/location_icon.png') left center no-repeat;
}
.location-path{
    display: inline-block;
    float: right;
}
.location-main a {
    color: #040000;
    font-size: 16px;
}

.location-main a:last-child {
    color: #114FA4;
}







/*分页样式*/

.page {
    line-height: 50px;
    margin-top: 10px;
    text-align: left;
    font-size: 1.4em;
    padding-bottom: 20px;
}

.page a {
    color: #999999;
    background: #F7F7F7;
    padding: 8px 12px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 2px;
}

.page span.current {
    background: #94070A;
    color: #FFFFFF;
    padding: 8px 12px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 2px;
}

.page a:hover {
    background: #94070A;
    color: #FFFFFF;
}

.page a.total {
    cursor: not-allowed;
}

.page-info{
    float: right;
}








/*返回顶部*/

#scroll-top {
    position: fixed;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    right: 5px;
    bottom: 85px;
    cursor: pointer;
    background: #94070A url(../images/common/gotop.png) center 3px no-repeat;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background-position: center;
}

#scroll-top:hover {
    background-color: #363636;
}








/*视频样式*/

.video {
    width: 800px;
    margin: 0 auto;
    position: relative;
    background: #FFFFFF;
    border: 10px solid #f6f6f6;
    text-indent: 0
}

.video .jwplayer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000
}

.video .alt {
    padding-top: 56.25%;
    height: 0 !important
}



.banner .item a{
display: block;
  width: 100%;
  height: 582px;
}
