﻿@media (min-width: 768px)
grid.less:85
.container {
    width:970px !important;
}
ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, table, th, td {
    margin: 0;
    padding: 0;
    font-weight:normal;
}
input{outline:none }
a:hover {
    text-decoration: none
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mt10 {
    margin-top: 10px;
}
.mb35 {
    margin-bottom: 35px;
}
.nav-width {
   
    margin-top: 30px;
}
.container{padding-left:0;padding-right:0px;}
.navbar-right{margin-right:0px;}

.nav>li>a {
    color: #ffffff;
    position: relative;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #ffb137;
}
.nav>li:hover .lineHover {
    display: block;
}
.nav li.n:hover(:after) {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #fff;
    opacity: .6;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
}
.n-lastLi:hover:after, .n-lastLi a:hover:after, .n-lastLi li:hover:after {
    opacity: 0;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: transparent;
    color: #ffb137;
}
.dropdown-menu li a:hover {
    color: #ffb137 !important;
}
.n-lastLi {
    
    float: right !important;
}
.n_t_box {
    margin-top: 10px;
    width: 160px;
}
.n_language {
    float: right;
    position: relative;
}
.n_language a {
    background: url(../structure/arrow.png) no-repeat right center;
    
    color: #545353;
    height: 30px;
    line-height: 30px;
    width: 70px;
    text-align: center;
    display: block;
    padding: 0 5px;
    color: #fff;
    text-decoration: none;
 
}
.n_o_lang {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 51
}
.n_o_lang::before, .n_o_lang:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    left: 66%;
    top: -4px;
    margin-left: -5px;
}



.n_o_lang li {
    text-align: center;
    color: #545353;
    padding: 5px;
    background-color: #fff;
    height: 30px;
    line-height: 20px!important;
    width: 70px;
    cursor: pointer;
    list-style: none;
}
.n_o_lang .on, .n_o_lang li:hover {
    color: #ffb137;
}
.n_search_wrap {
    background: rgba(255, 255, 255, .8);
    border-radius: 20px;
    height: 26px;
    line-height: 26px;
    margin-right: 20px;
    position: relative;
    width: 80px;
    transition: all .5s;
}
.n_search_wrap:hover {
    background: #fff;
    width: 120px;
    margin-left: -40px;
}
.n_search_input {
    text-align:center;
    margin-bottom:10%;
    background: transparent;
    border: 0;
    vertical-align: middle;
    width: 50px;
    margin-left: 5px;
    margin-right: 20px;
}
.n_search_wrap:hover .n_search_input {
    width: 90px;
}
.n_search_input:focus {
    border: 0;
    outline: none;
}
.n_search_icon {
    width: 17px;
    margin-top: 4px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    right: 5px;
}
.dropdown-menu {
    min-width: auto;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
}
.dropdown-menu>li {
    padding: 5px 0;
    background-color: #fff;
}
.dropdown-menu li>a:hover, .dropdown-menu li>a:focus {
    color: #ffb137;
    background-color: transparent;
}
.dropdown-menu::before, .dropdown-menu:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    left: 50%;
    top: -4px;
    margin-left: -5px;
}
.carousel-indicators li {
    width: 40px;
    height: 3px;
    border: 0;
    background-color: rgba(255, 255, 255, .4);
    margin: 0 1px;
}
.carousel-indicators .active {
    width: 40px;
    height: 3px;
}
.b-txt-box {
    position: absolute;
    left: 10%;
    width: 30%;
    top: 30%;
    z-index: 2;
}
.b-txt-box .txt {
    width: 100%;
}
.b-txt-box .more {
    float: right;
    width: 24%;
    margin-top: 10%;
}



.field-row {width:1200px;}
.field-row .col {
    text-align: center;
    padding: 60px 0;
    border: 1px solid #e0e0e0;
}
.field-row .col:first-child {
    border-left: 1px solid #e0e0e0;
}
.field-row .col {
    border-right: 1px solid #e0e0e0;
}
.field-icon-box {
    width: 90px;
    height: 90px;
    position: relative;
    margin: 0 auto;
}
.field-icon1 {
    background: url(../structure/field-b1.png) center no-repeat;
}
.field-icon2 {
    background: url(../structure/field-b2.png) center no-repeat;
}
.field-icon3 {
    background: url(../structure/field-b3.png) center no-repeat;
}
.field-icon4 {
    background: url(../structure/field-b4.png) center no-repeat;
}
.field-hd {
    color: #1a1a1a;
    margin-top: 30px;
}
.field-bd {
    color: #333333;
    text-transform: uppercase;
}
.col:hover {
    background-color: #093388;
}
.col:hover .field-hd, .col:hover .field-bd {
    color: #fff;
}
.col:hover .field-icon1 {
    background: url(../structure/field-w1.png) center no-repeat;
}
.col:hover .field-icon2 {
    background: url(../structure/field-w2.png) center no-repeat;
}
.col:hover .field-icon3 {
    background: url(../structure/field-w3.png) center no-repeat;
}
.col:hover .field-icon4 {
    background: url(../structure/field-w4.png) center no-repeat;
}
.ld-hd {
    padding: 100px 0;
    margin: 0 auto;
    text-align: center;
    background: url(../structure/ld-hd-bg.png) no-repeat center;
    position: relative;
}
.ld-hd .bg-p {
    font-size: 25px;
    color: #333333;
    margin-top: -15px;
}
.ld-hd .sm-p {
    color: #999999;
    font-size: 15px;
    margin-top: 2px;
    text-transform: uppercase;
}
.nav-ab {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
}



.slideBox {
    overflow: hidden;
    position: relative;
    width: 1200px;
}
.slideBox .hd {
    width: 100%;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    margin-top: 40px;
}
.submit-sq:hover {
background-color:#ac9455;
}
.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    display: inline-block;
    *display: inline;
    padding: 10px 0;
}
.slideBox .hd ul li {
    float: left;
    margin: 0 10px;
    width: 40px;
    height: 2px;
    line-height: 2px;
    text-align: center;
    background: #999999;
    cursor: pointer;
    border-radius: 0%;
    text-indent: -99999px;
}
.slideBox .hd ul li.on {
    background: #093388;
    color: #fff;
}
.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
    height: 330px;
    overflow: hidden;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}
.slideBox .bd img {
    width: 590px;
    height: 220px;
    display: block;
    
    position: relative;
    transition: .5s transform;
}
.slide-w:hover a .n-img img {
    -webkit-transform: scale(1.3, 1.3);
    -moz-transform:scale(1.3, 1.3);
    transform: scale(1.3,1.3);
    transition: .8s transform;
}





.slideBox .prev, .slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}
.slideBox .prev:hover, .slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.slideBox .prevStop {
    display: none;
}
.slideBox .nextStop {
    display: none;
}
.slide-row, .n-row {
    margin-left: -30px;
    margin-right: -30px;
}
.half-1 {
    float: left;
    width: 590px;
}
.slide-a {
    display: block;
}
.ml-15 {
    margin-left: -15px;
}
.ml15 {
    margin-left: 15px;
}
.n-hd {
    font-size: 24px;
    color: #333333;
    margin: 20px 0;
    font-weight: 500;
}
.n-brief {
    font-size: 14px;
    color: #666666;
    margin: 15px 0;
}
.slide-a:hover .n-hd {
    color: #ac9455
}
.n-img {
    width: 590px;
    height: 220px;
    overflow: hidden;
}
.nb-box {
    position: relative
}
.nb-ab {
    position: absolute;
    bottom: 0;
    z-index: 5;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#66000000', GradientType=1);
    padding: 35px 180px 35px 50px;
}
.nb-line {
    width: 60px;
    height: 4px;
    background-color: #ffffff;
}
.nb-hd {
    font-size: 30px;
    color: #fff;
    margin-top: 10px;
}
.nb-brief {
    color: #ffffff;
}
.ng-more {
    border: 1px solid #ffffff;
    color: #fff;
    float: right;
    padding: 2px 10px;
    position: relative;
    margin-top: 10px;
}
.ng-more:hover {
    color: #fff
}
.ng-more img {
    position: absolute;
    right: -20px;
}



.picBtnTop {
    width: 1200px;
    height: 400px;
    position: relative;
    overflow: hidden;
    zoom: 1;
    margin-left:-30px;
}
.picBtnTop .hd {
    width: 585px;
    height: 381px;
    position: absolute;
    right: 5px;
    overflow: hidden;
}
.picBtnTop .hd ul li {
    margin-bottom: 30px;
    overflow: hidden;
}
.picBtnTop .hd ul li img {
    width: 85px;
    height: 60px;
    border: 4px solid #ddd;
    cursor: pointer;
    vertical-align: bottom;
}
.picBtnTop .bd {
    width: 540px;
    height: 360px;
    position: relative;
}
.picBtnTop .bd li {
    position: relative;
    zoom: 1;
    vertical-align: middle;
}
.picBtnTop .bd li .pic {
    position: relative;
    z-index: 0;
    width: 550px;
    height: 200px;
    overflow: hidden;
}
.picBtnTop .bd li .pic a {
    display: block
}
.picBtnTop .bd li .pic img {
    
    height: 200px;
    vertical-align: bottom;
    transition: .5s transform;
}
.picBtnTop .bd li .pic:hover img {
    transform: scale(1.2, 1.2);
    transition: .8s transform;
}



.slideTxtBox {
    width: 510px;
    border: 1px solid #ddd;
    text-align: left;
}
.slideTxtBox .hd {
    height: 30px;
    line-height: 30px;
    background: #f4f4f4;
    padding: 0 20px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.slideTxtBox .hd ul {
    float: left;
    position: absolute;
    left: 20px;
    top: -1px;
    height: 32px;
}
.slideTxtBox .hd ul li {
    float: left;
    padding: 0 15px;
    cursor: pointer;
}
.slideTxtBox .hd ul li.on {
    height: 30px;
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: 2px solid #fff;
}
.slideTxtBox .bd ul {
    padding: 15px;
    zoom: 1;
}
.slideTxtBox .bd li {
    height: 24px;
    line-height: 24px;
}
.slideTxtBox .bd li .date {
    float: right;
    color: #999;
}
.ns-l-info {
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 0 0;
}
.ns-l-h5, .ns-r-h5 {
    font-size: 18px;
    color: #18222e;
    font-weight: 500;
}
.ns-r-h5:hover {
    color: #ac9455;
}
.ns-l-ts, .ns-r-ts {
    font-size: 14px;
}
.ns-r-time {
    width: 80px;
    height: 45px;
    float: left;
    text-align: right;
    border-right: 1px solid #e6e6e6;
    padding-right: 10px;
    margin-right: 10px;
}
.ns-r-time .day {
    font-size: 18px;
    font-weight: 500;
    color: #333
}
.ns-r-time .date {
    font-size: 14px;
    color: #999999;
}
.ns-r-ts {
    color: #666666;
    line-height: 1.8;
}
.ns-more {
    margin-top: 50px;
    text-align: center;
}
.ns-more a {
    color: #666666;
    font-size: 18px;
}
.ns-more span {
    vertical-align: middle;
}
.ns-look-more {
    margin-top: 30px;
    color: #ac9455;
    font-size: 14px;
}
.ns-look-more:hover {
    color: #ac9455;
}
.hm-box {
    text-align: center;
}
.h-m {
  
    color: #999999;
    margin: 0 auto;
    padding: 4px 10px;
    position: relative;
    margin-top: 10px;
    font-size: 16px;
    cursor: pointer;
}
.h-m:hover {
    color: #c29032;
}
.h-m:hover img {}
.h-m img {
    position: absolute;
    right: -20px;
}
.footer-f {
    background: url(../structure/19051510.jpg) no-repeat center #093388;
    padding: 70px 0;
    text-align: center;
    margin-top: 140px;
    min-width: 1200px;
}
.footer-p {
    color: #fff;
    font-size: 46px;
}
.footer-left {
    margin-top: 30px;
    margin-bottom: 70px;
    float: left;
}
.footer-left p {
    color: #2e323f;
    font-size: 12px;
    line-height: 1.8;
}
.footer-right {
    float: right;
    margin-top: 50px;
    text-align: right;
}
.footer-right h5 {
    color: #2e323f;
    font-size: 15px;
}
.footer-right p {
    font-size: 12px;
    color: #2e323f;
    line-height: 1.8;
}
.slide-w {
    width: 590px;
    float: left
}
.ml20 {
    margin-left: 20px;
}
.nav {
    width: 830px;
}
.nav>li {
    float: left;
    text-align: center;
}
.lineHover {
    width: 30px;
    height: 5px;
    background: #cdd7e7;
    position: relative;
    top: -10px;
    margin: 0 auto;
    display: none;
}
.boxMain {
    width: 1200px;
    margin: 0 auto;
}
.oneline {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
}
.twolines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.dropdown-menu {
    text-align: center;
}
.dropdown-menu>li>a {
    padding: 3px 0;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: 0;
    }
}



.psnd-box {
    margin: 0 auto;
    width: 1200px;
}
.psnd-box .left {
    float: left;
    margin-right: 110px;
    width: 520px;
}
.psnd-box .left .imgbox {
    width: 520px;
    height: 780px;
    overflow: hidden;
}
.psnd-box .left .imgbox img {
    width: 520px;
    height: 780px;
}
.psnd-box .right {
    float: left;
    position: relative;
    margin-top: 120px;
}
.psnd-box .rightMain {
    overflow-y: scroll;
    height: 660px;
    width: 500px;
    padding-right: 60px;
}
.psnd-close {
    position: absolute;
    right: -50px;
    top: -40px;
}
.psnd-contant {
    margin-top: 20px;
    background: url(../structure/psn-x.png) no-repeat left center;
    padding-left: 50px;
}
.psnd-contant p {
    color: #515b67;
    line-height: 30px;
}
.psnd-name {
    font-size: 56px;
    color: #18222e;
}
.psnd-yw {
    font-size: 22px;
    color: #515b67
}
.psnd-zg {
    font-size: 14px;
    color: #515b67
}
.psnd-xx {
    margin-top: 40px;
}
.psnd-brief {
    font-size: 14px;
    color: #515b67;
    margin-top: 40px;
    line-height: 2;
}
.psnd-e {
    margin-top: 40px;
}
.psnd-e h4 {
    font-size: 18px;
    color: #18222e;
}
.psnd-e p {
    font-size: 14px;
    color: #515b67;
    line-height: 2;
}



.contact-address {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.contact-hd {
    position: relative;
    font-size: 22px;
    color: #18222e;
    text-align: center;
    padding-top: 100px;
}
.contact-hd p {
    position: absolute;
    height: 3px;
    width: 40px;
    margin-left: -20px;
    left: 50%;
    background-color: #ac9455
}
.contact-ad {
    margin-top: 40px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 50px 0;
    position: relative;
}
.contact-address .line {
    position: absolute;
    width: 1px;
    height: 110px;
    left: 50%;
    top: 100px;
    background-color: #dbdbdb;
}
.contact-ad-t {
    float: left;
    width: 50%;
    text-align: center;
}
.contact-ad-t .ad {
    width: 90px;
    height: 90px;
    background: url(../structure/ct-2.png) no-repeat center top;
    color: #ffffff;
    font-size: 16px;
    line-height: 90px;
    margin: 0 auto;
}
.contact-ad-t:hover .ad {
    background: url(../structure/ct-1.png) no-repeat center top;
}
.contact-ad-t .addressbox {
    text-align: left;
    padding-left: 140px;
}
.addressbox p {
    color: #515b67;
    line-height: 2;
}
.add-map {
    width: 100%;
    margin-top: 60px;
}
.add-map img {
    width: 100%;
    min-width: 1200px;
}
.contant-wrap {
    background-color: #f0f1f5
}
.contant-box {
    width: 1200px;
    margin: 0 auto;
}
.contact-write {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 60px;
}
.contact-write-box {
    margin: 15px 30px;
    width: 570px;
    border: 1px solid #c4c6cd;
    height: 60px;
    float: left;
}
.contact-write-box img {
    margin-top: 5px;
}
.contact-write-box input {
    height: 60px;
    width: 514px;
    border: 0;
    background-color: transparent;
}
.contact-write-box input {
    outline: none
}
.submit-sq-wrap {
    padding-bottom: 60px;
}
.submit-sq {
    background-color: #093388;
    width: 210px;
    height: 60px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    margin: 60px auto 0;
    line-height: 60px;
}