a {
    color: #333;
}

a:hover {
    text-decoration: none;
}
header{
    position: relative;
    z-index: 99;
}

nav li.nav_lv1 {
    display: inline-block;
    width: 16.6%;
}

nav li.nav_lv1 a {
    display: block;
    padding: 14px 0;
    text-align: center;
    font-size: 16px;
    /* color: #fff; */
    border-bottom: 2px solid #fff;
}

nav li.active a, nav li.nav_lv1 a:hover {
    color: #368edb;
    background: #fff;
    font-weight: bold;
    background-size: cover;
    border-bottom: 2px solid #368edb;
}

.row {
    margin: 0;
}

/* ****************************banner start****************************************** */

.vui-slider {
    position: relative;
    overflow: hidden;
    background: #999;
}

.vui-slider .vui-items {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.vui-slider .vui-item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vui-slider .vui-item a, .vui-slider .vui-item img {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
}

.vui-slider .vui-buttons {
    position: absolute;
    z-index: 5;
    bottom: 16px;
    left: 50%;
    float: left;
    display: inline;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.vui-slider .vui-button {
    float: left;
    display: inline;
    overflow: hidden;
    height: 12px;
    width: 12px;
    margin: 0 10px;
    padding: 0;
    border: none;
    border-radius: 6px;
    background: #FFF;
    cursor: pointer;
}

.vui-slider .vui-button-cur {
    background-color: #f39700;
}

.vui-slider .vui-transfer {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.vui-slider .vui-prev {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
    width: 60px;
    height: 150px;
    margin-top: -75px;
    border-radius: 0 10px 10px 0;
    background: url(../images/prev.gif) no-repeat;
    cursor: pointer;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.vui-slider .vui-next {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 5;
    width: 60px;
    height: 150px;
    margin-top: -75px;
    border-radius: 10px 0 0 10px;
    background: url(../images/next.gif) no-repeat;
    cursor: pointer;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.vui-slider .vui-sidebutton-hover {
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    background-color: #000;
}

/* ****************************banner end****************************************** */

.hot_line {
    font-size: 26px;
    background: url(../images/tel.png) no-repeat left center;
    padding-left: 70px;
    line-height: 50px;
    font-weight: bold;
    color: #368edb;
}

.ad1 {
    background: #f1f1f1 url(../images/ad1_bg.jpg) no-repeat left top;
}

.ad1L {
    padding-top: 36px;
}

.ad1L h3 {
    font-size: 26px;
    font-weight: bold;
}

.hotL {
    font-size: 20px;
    color: #f39700;
    font-weight: bold;
}

.ad1R {
    padding: 10px;
}

.til01 {
    display: block;
    font-size: 16px;
    color: #333;
    text-align: center;
    font-weight: normal;
}

.til01 span {
    display: block;
    font-size: 14px;
    line-height: 38px;
    color: #666;
}

.til01 b {
    color: #368edb;
    font-weight: bold;
    font-size: 18px;
    background: #fff;
}

.til01 a {
    display: block;
    color: #333;
}

.marginTop1 {
    margin-top: 20px;
}

.marginTop2 {
    margin-top: 10px;
}

.about_R p {
    line-height: 26px;
    text-indent: 2rem;
    text-align: justify;
}

.about_L img, .imgScale {
    transition: all 0.5s;
    margin: 0 auto;
}

.about_L img:hover, .imgScale:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.more {
    text-align: right;
}

.more span {
    background: #368edb url(../images/moreh_bg.jpg) no-repeat center;
    padding: 2px;
    display: inline-block;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.more span a {
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 26px;
    display: inline-block;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.more span:hover {
    background: #368edb;
}

.aboutB {
    margin-top: 5px;
    border: 4px solid #e6e6e6;
    background: #e6e6e6;
}

.aboutB>div {
    overflow: hidden;
    width: 295px;
    float: left;
    margin-right: 4px;
}

.aboutB img {
    max-width: 100%;
}

.aboutB>div:last-child {
    margin-right: 0;
}

.buss_item {
    padding: 0;
    padding-right: 5px;
}

.buss_item:last-child {
    padding-right: 0;
}

.buss_item_w {
    background: #ddeefc url(../images/bus_bg1.png) right bottom no-repeat;
    background-size: cover;
    /* border: 4px solid #e6e6e6; */
    position: relative;
    z-index: 1;
    padding: 30px 40px;
}

.buss_active {
    background: #fdf5e8 url(../images/bus_bg2.png) right bottom no-repeat;
    background-size: cover;
    z-index: 10;
}

.buss_t {
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    font-size: 16px;
}

.buss_item_w .info {
    line-height: 30px;
    text-align: justify;
    text-indent: 2rem;
    display: none;
}

.buss_item_w .info ul {
    padding-left: 30px;
}

.buss_item_w .info li {
    background: url(../images/list_ico1.png) left center no-repeat;
}

.case_item .img_wrap {
    height: 250px;
    overflow: hidden;
    background: #fff;
}

.case_item {
    padding: 0;
    text-align: center;
}

.case_item dd {
    padding-top: 10px;
    font-size: 16px;
}

.case_item p {
    padding-bottom: 10px;
}

.case_item a {
    color: #fff;
    display: block;
    background: #368edb;
    margin: 2px;
    border-bottom: 4px solid #2174bd;
}

.case_wrap ul {
    margin: 0;
}

.case {
    background: url(../images/case_bg.jpg) no-repeat;
    background: cover;
}

/* ***********************honor start********************* */

div.site {
    overflow: hidden;
}

div.wrapper {
    position: relative;
    width: 75rem;
}

div.wrapper.demo1 {
    margin: 60px auto 0 auto;
}

div.wrapper:not(.demo1) {
    margin: 30px auto 0 auto;
}

div.wrapper>h3 {
    display: inline-block;
    padding: 0 1rem;
    margin-bottom: 2rem;
    border-radius: 1.4rem;
    background-color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    color: #222;
}

div.wrapper>ul.container {
    position: relative;
    height: 25rem;
    margin: 0 auto;
    transform: translate3d(0, 0, 0);
}

div.wrapper ul.container>li.cards_list {
    border-radius: 0.3125rem;
    /* background-color: #f2f2f2; */
    /* overflow: hidden; */
    /* border:1px solid #368edb; */
}

ul.container>li.cards_list div.img>img {
    display: block;
    width: 30rem;
}

ul.container>li.cards_list div.main_con {
    padding: 0 1rem;
    box-sizing: border-box;
}

ul.container>li.cards_list div.main_con h4.name {
    /* padding-top: 1rem; */
    padding-bottom: 30px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    text-align: center;
}

ul.container>li.cards_list div.main_con p.content {
    padding-top: 1rem;
    height: 4.5rem;
    font-size: 0.9rem;
    color: #777;
    text-align: justify;
    line-height: 1.5rem;
}

ul.container>li.cards_list div.main_con p.label {
    font-size: 0.9rem;
    color: #555;
    padding-top: 1rem;
    padding-bottom: 2rem;
}

div.wrapper.horizontal>ul.container {
    width: 75rem;
}

div.wrapper.vertical>ul.container {
    width: 40rem;
}

div.wrapper.horizontal ul.container>li.cards_list {
    width: 30rem;
    background: #fff;
    box-shadow: 0 0 30px #999;
    -o-box-shadow: 0 0 30px #999;
    -moz-box-shadow: 0 0 30px #999;
    -webkit-box-shadow: 0 0 30px #999;
}

div.wrapper.vertical ul.container>li.cards_list {
    display: flex;
}

i.btn-direct {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .7);
    opacity: 0;
    cursor: pointer;
    z-index: 100;
    transition: opacity ease 300ms;
}

div.wrapper:hover i.btn-direct {
    opacity: .6;
}

i.btn-direct:hover {
    opacity: .9!important;
}

i.btn-direct.btn-left {
    left: 3rem;
}

i.btn-direct.btn-right {
    right: 3rem;
}

i.btn-direct>span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.2rem;
    height: 1.2rem;
    border-top: 0.125rem solid #fff;
    border-left: 0.125rem solid #fff;
}

div.wrapper.horizontal i.btn-direct>span.shift-left {
    transform: translate(-30%, -50%) rotate(-45deg);
}

div.wrapper.horizontal i.btn-direct>span.shift-right {
    transform: translate(-70%, -50%) rotate(135deg);
}

div.wrapper.vertical i.btn-direct>span.shift-left {
    transform: translate(-50%, -30%) rotate(45deg);
}

div.wrapper.vertical i.btn-direct>span.shift-right {
    transform: translate(-50%, -70%) rotate(-135deg);
}

.honor_bg {
    height: 200px;
    width: 100%;
    background: url(../images/honor_bg.png) left bottom no-repeat;
    position: absolute;
    z-index: -1;
    bottom: 0;
}

/* ***********************honor end********************* */

/* ***********************news start********************* */

.news_item:hover .pubDate {
    background: #f39700 url(../images/newDate_bg.png) no-repeat center;
    border-left: 4px solid #d28d1c;
}

.newsT {
    /* width: 490px; */
}

.newsT h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsT h3 a {
    border-left: 2px solid #368edb;
    padding-left: 5px;
    font-weight: bold;
    font-size: 16px;
}

.newsT p {
    border-left: 1px solid #f2f2f2;
    padding-top: 5px;
    padding-left: 5px;
    line-height: 24px;
    padding-bottom: 30px;
}

.news_item .pubDate {
    width: 70px;
    background: #368edb url(../images/newDate_bg.png) no-repeat center;
    background-size: cover;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-weight: bold;
    border-left: 4px solid #2174bd;
}

.news_item span {
    /* background: #368edb; */
}

/* ***********************news end********************* */

/* ***********************foot start********************* */

footer {
    background: url(../images/foot_bg.png) no-repeat center;
    background-size: cover;
    color: #fff;
    padding: 30px;
    border-top: 4px solid #2174bd;
}

footer .channel {
    margin-top: 20px;
    line-height: 40px;
}

footer .channel a {
    color: #ddd;
    font-size: 14px;
}

footer .channel a:hover {
    color: #fff;
}

.footC .contact {
    line-height: 40px;
    margin-top: 20px;
}

.footC .contact u {
    font-style: italic;
}

.support {
    background: #010a13;
    padding: 10px 0;
}

.support a {
    color: #999;
}

/* ***********************foot end********************* */

.nav_ico {
    background: #368edb;
    text-align: right;
}

.mobile_nav {
    position: relative;
}

.mobile_nav .nav_list {
    background: rgba(0, 0, 0, .8);
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 30px;
    z-index: 10;
    width: 100%;
}

.mobile_nav .nav_list li {
    border-bottom: 1px dashed #555;
    margin: 0 20px;
}

.mobile_nav .nav_list a {
    color: #fff;
}

.hid {
    display: none;
}

.banner2 {
    height: 150px;
    background: url(../images/banner_ny.jpg) center no-repeat;
    background-size: cover;
}

.pos {
    line-height: 40px;
    border-bottom: 1px dashed #dcdcdc;
    background: url(../images/pos.png) 0 center no-repeat;
    padding-left: 30px;
}

.ny_main img {
    max-width: 100%;
}

.ny_main .text {
    line-height: 30px;
    margin-bottom: 20px;
    text-align: justify;
    padding: 0 10px;
}

.ny_main .typename {
    text-align: center;
    line-height: 80px;
    font-size: 22px;
    font-weight: bold;
}

.pagesize {
    text-align: center;
    margin-top: 20px;
}

.pagesize li {
    display: inline-block;
    padding: 0 5px;
}

.pagesize li.thisclass a {
    color: #2174bd;
    font-weight: bold;
}

.contact_ny {
    background: url(../images/cont_bg.png) center;
}

.contact_ny .contact {
    background: rgba(54, 142, 219, .8);
    -o-background: rgba(54, 142, 219, .8);
    -webkit-background: rgba(54, 142, 219, .8);
    -moz-background: rgba(54, 142, 219, .8);
    height: 300px;
    color: #fff;
    padding-left: 10px;
    padding-top: 10px;
    line-height: 30px;
}

.ny_nav {
    text-align: center;
    margin-bottom: 20px;
}

.ny_nav li {
    display: inline-block;
}

.ny_nav li a {
    padding: 10px 20px;
    background: #368edb;
    color: #fff;
}

.gonggao {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.gg_wrap {
    position: absolute;
    /* background: #fff; */
    background: #FFF;
    background-size: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px 10px;
    /* height: 437px; */
    width: 100%;
border:4px solid #368edb;
}

.gg_wrap .gg_text {
    /* height: 400px; */
    /* overflow: scroll; */
}

.gg_wrap .gg_text h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 10px auto;
    line-height: 24px;
}

.gg_wrap .gg_text p {
    line-height: 24px;
}

.more_gg {
    margin-top: 10px;
    text-align: center;
    line-height: 24px;
}

.gg_wrap .close2 {
    position: absolute;
    top: 9px;
    right: 0px;
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/close2.png) no-repeat center;
}

.gg_wrap .close2:hover {
    background: url(../images/close2_hover.png) no-repeat center;
}

.more_gg a {
    background: #368edb;
    color: #fff;
    padding: 10px 40px;
}

.more_gg a:hover {
    background-color: #ec7171;
}