﻿/* CSS Document */
html {
    height: 100%;
    border: none;
}

body {
    height: 100%;
    border: none;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 14px;
    color: #333;
    font-family: Arial, "microsoft yahei";
    background: url(../images/bg.jpg) /*tpa=http://170085.websitetemplate.cn/template/default/index/images/bg.jpg*/ repeat-x;
}

div, ul, li, img, dl, dd, dt, p {
    padding: 0;
    margin: 0;
    border: none;
}

ul, dl {
    list-style-type: none;
}

a {
    color: #333;
    text-decoration: none;
}
img{
    max-width: 100%;
}
a:hover {
    color: #062ea8;
    text-decoration: none;
}

.clear {
    clear: both;
}
.clearfix:after{
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden

}
.container {
    width: 1200px;
    margin: 0 auto;
}

.top {
    overflow: hidden;
    width: 100%;
    height: 35px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #c3c4c8;
}

.top p {
    color: #666;
    line-height: 35px;
    float: left;
    margin: 0;
}

.top ul {
    overflow: hidden;
    float: right;
    margin-top: 10px;
}

.top li {
    float: left;
    margin: 0 10px;
    color: #666
}

.top li a {
    color: #666
}

.header {
    padding: 10px 0 5px;
    background-color: #fff;
    overflow: hidden;
    height: 110px;
}

.header .logo {
    float: left;
    padding: 0px 0;
}

.header .logo img {
    display: block;
    width: auto;
    margin-top: 10px;
}

.header .text {
    float: left;
    border-left: 1px solid #999;
    font-size: 20px;
    margin: 24px 0 0px 0;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 5px;
    line-height: 44px;
}

.header .text {
    font-size: 30px;
    color: #666;
    font-weight: bold;
}

.header .text small {
    display: block;
    font-size: 16px;
    color: #666;
    font-weight: normal;
    text-transform: uppercase;
}

.header .tel {
    float: right;
    background: url(../images/tel.png) /*tpa=http://170085.websitetemplate.cn/template/default/index/images/tel.png*/ no-repeat 0 center;
    color: #666;
    margin: 18px 0;
    padding: 10px 0 10px 65px;
}

.header .tel strong {
    display: block;
    color: #0051a3;
    font-size: 24px;
}

.nav {
    background: #062ea8;
    height: 60px;
}

.nav li {
    float: left;
    border-right: 1px solid #2662B3;
}

.nav li a {
    display: block;
    line-height: 60px;
    font-size: 16px;
    padding: 0 40px;
    color: #fff;
    margin-right: -1px;
    font-weight: bold;
}

.nav li a:hover, .nav li a.on {
    background-color: #ff5001;
}

.nav ul li dl {
    position: absolute;
    z-index: 999;
    display: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.nav ul li dl dt a {
    padding: 0 44px;
    text-align: center;
    background: #062ea8;
    color: #fff;
    font-size: 14px;
    line-height: 45px;
}

.nav ul li dl dt a:hover {
    background: #ff5001;
    padding: 0 34px;
}

.banner {
    height: 487px;
    position: relative;
    overflow: hidden;
}

.banner .hd {
    position: absolute;
    bottom: 20px;
    font-size: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.banner .hd li {
    display: inline-block;
    width: 60px;
    height: 7px;
    background: #0486e1;
    margin: 0 7px;
    cursor: pointer;
}

.banner .hd li.on {
    background: #ff5001;
}

.banner .bd, .banner .bd ul, .banner .bd li {
    width: 100% !important;
    height: 100% !important;
}

.banner .bd li {
    background: no-repeat center;
}

.banner .bd li a {
    display: block;
    width: 100%;
    height: 100%;
}

.search {
    border-bottom: 1px solid #e5e5e5;
}

.search .left {
    width: 600px;
    overflow: hidden;
    float: left;
    height: 51px;
    line-height: 51px;
    font-size: 13px;
}

.search .left span {
    font-weight: bold;
}

.search .left a {
    font-size: 13px;
    margin-right: 8px;
}

.search .right {
    float: right;
    margin-top: 12px;
}

.search .right .input {
    float: left;
    width: 234px;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    background: none;
    border: 1px solid #c2c2c2;
    font-size: 13px;
    color: #a1a0a0;
    outline: none;
}

.search .right .submit {
    border: 0px;
    float: left;
    width: 50px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    background-color: #ff5001;
}

.index_pro {
    height: auto;
    width: 1200px;
    overflow: hidden;
    margin: 40px auto;
}

.index_pro .title p {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    color: #333;
    display: block;
    margin-bottom: 50px;
    background: url(../images/pro_title.jpg) /*tpa=http://170085.websitetemplate.cn/template/default/index/images/pro_title.jpg*/ no-repeat center 55px;
}

.index_pro .title p em {
    font-size: 18px;
    color: #555;
    display: block;
    font-style: normal;
    padding-top: 23px;
}

.index_pro .left {
    width: 276px;
    float: left;
}

.index_pro {
}

.index_pro .left .tit {
    height: 100px;
    background: #062ea8;
    color: #FFF;
    font-size: 24px;
    text-transform: uppercase;
    padding-left: 30px;
    padding-top: 30px;
}

.index_pro .left .tit span {
    display: block;
    font-size: 38px;
}

.index_pro .left .fenlei {
    width: 242px;
    height: 736px;
    padding-top: 21px;
    border: 17px solid #062ea8;
    border-top: none;
    position: relative;
}

.index_pro .left .fenlei h4 {
    width: 202px;
    height: 35px;
    margin: 0 auto 13px;
}

.index_pro .left .fenlei h4 a {
    display: block;
    height: 35px;
    line-height: 35px;
    text-indent: 36px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    background: #062ea8;
    border-radius: 20px;
}

.index_pro .left .fenlei h4 a:hover, .index_pro .left .fenlei h4 a.on {
    background: #ff5001;
}

.index_pro .left .fenlei ul {
    width: 202px;
    margin: 0 auto;
}

.index_pro .left .fenlei ul li a {
    font-size: 14px;
    color: #555;
    display: block;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.index_pro .left .fenlei span {
    background-color: #062ea8;
    bottom: 0;
    display: block;
    height: 66px;
    left: 0;
    position: absolute;
    width: 242px;
    text-align: center;
    color: white;
    line-height: 52px;
    font-size: 18px;
    font-weight: bold;
}

.index_pro .left .fenlei span b {
    color: #fff;
    font-size: 20px;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 7px;
    width: 242px;
}

.index_pro dl {
    background: #f5f5f5;
    height: 358px;
}

.index_pro dt {
    width: 478px;
    height: 358px;
    position: relative;
    float: left;
}

.index_pro dt .img {
    width: 478px;
    height: 358px;
}

.index_pro dt em a {
    width: 92px;
    height: 149px;
    display: block;
    position: absolute;
    top: 0;
    left: 17px;
}

.index_pro dd {
    width: 390px;
    height: 333px;
    float: right;
    background: #f5f5f5;
    padding-top: 25px;
}

.index_pro dd h3 a {
    font-size: 20px;
    color: #333;
    padding-bottom: 20px;
    display: block;
    background: url(../images/line1.jpg) /*tpa=http://170085.websitetemplate.cn/template/default/index/images/line1.jpg*/ no-repeat left bottom;
}

.index_pro dd p {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    line-height: 26px;
    margin-top: 27px;
}

.index_pro dd .xq {
    width: 144px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-right: 18px;
    margin-top: 47px;
    background: #062ea8;
    border-radius: 20px;
    display: block;
    float: left;
    color: #FFF;
}

.index_pro dd .zx {
    width: 144px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-top: 47px;
    background: #ff5001;
    border-radius: 20px;
    display: block;
    float: left;
    color: #FFF;
}

.index_pro .prolist {
    margin-top: 23px;
    height: auto;
    overflow: hidden;
}

.index_pro .prolist li {
    width: 285px;
    float: left;
    margin-right: 20px;
    text-align: center;
}

.index_pro .prolist li a {
    width: 286px;
    display: block;
}

.index_pro .prolist li img {
    width: 284px;
    border: 1px solid #ccc;
    display: block;
}


.index_pro .prolist li h3 {
    width: 286px;
    display: block;
    font-size: 16px;
    color: #555;
    text-align: center;
    margin: 15px 0;
}

.partner {
    width: 100%;
    overflow: hidden;
    padding-bottom: 18px;
    padding-top: 0px;
}

.partner .title a {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    color: #333;
    display: block;
    margin-bottom: 50px;
    background: url(../images/pro_title.jpg) /*tpa=http://170085.websitetemplate.cn/template/default/index/images/pro_title.jpg*/ no-repeat center 55px;
}

.partner .title a em {
    font-size: 18px;
    color: #555;
    display: block;
    font-style: normal;
    padding-top: 23px;
}

.partner .content {
    width: 1080px;
    height: auto;
    padding: 0 60px;
    overflow: hidden;
    position: relative;
}

.partner .content .prev {
    display: block;
    position: absolute;
    top: 57px;
    left: 0px;
    width: 40px;
    height: 40px;
    background: url(../images/left.png) /*tpa=http://170085.websitetemplate.cn/template/default/index/images/left.png*/ no-repeat;
}

.partner .content .next {
    display: block;
    position: absolute;
    top: 57px;
    right: 0px;
    width: 40px;
    height: 40px;
    background: url(../images/right.png) /*tpa=http://170085.websitetemplate.cn/template/default/index/images/right.png*/ no-repeat;
}

.partner .content ul {
    overflow: hidden;
    zoom: 1;
    width: 1040px;
    height: auto;
}

.partner .content ul li {
    float: left;
    width: 250px;
    overflow: hidden;
    height: 200px;
    margin-right: 25px;
}

.partner .content ul li img {
    width: 248px;
    height: 157px;
    border: 1px solid #e6e6e6;
}

.partner .content ul li p {
    text-align: center;
    font-size: 16px;
    padding-top: 0px;
}

.partner .content ul li a {
    color: #6f6f6f;
}

.partner .content ul li a:hover {
    color: #FF0000;
}

.liucheng {
    height: 461px;
    padding-top: 24px;
}

.liucheng .title a {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    color: #333;
    display: block;
    margin-bottom: 50px;
    background: url(../images/pro_title.jpg) /*tpa=http://170085.websitetemplate.cn/template/default/index/images/pro_title.jpg*/ no-repeat center 55px;
}

.liucheng .title a em {
    font-size: 18px;
    color: #555;
    display: block;
    font-style: normal;
    padding-top: 23px;
}

.liucheng ul li {
    width: 138px;
    height: 138px;
    float: left;
    margin-right: 39px;
}

.liucheng ul li a {
    width: 138px;
    height: 138px;
    line-height: 193px;
    text-align: center;
    display: block;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.liucheng ul li:nth-child(7) {
    margin-right: 0;
}

.liucheng ul li.lc01 a {
    background: url(../images/lc01.jpg) /*tpa=http://170085.websitetemplate.cn/template/default/index/images/lc01.jpg*/ no-repeat center center;
}

.liucheng ul li.lc02 a {
    background: url(../images/lc02.png) /*tpa=http://170085.websitetemplate.cn/template/default/index/images/lc02.png*/ no-repeat center center;
}

.liucheng ul li.lc03 a {
    background: url(../images/lc03.png) /*tpa=http://170085.websitetemplate.cn/template/default/index/images/lc03.png*/ no-repeat center center;
}

.liucheng ul li.lc04 a {
    background: url(../images/lc04.png) /*tpa=http://170085.websitetemplate.cn/template/default/index/images/lc04.png*/ no-repeat center center;
}

.liucheng ul li.lc05 a {
    background: url(../images/lc05.png) /*tpa=http://170085.websitetemplate.cn/template/default/index/images/lc05.png*/ no-repeat center center;
}

.liucheng ul li.lc06 a {
    background: url(../images/lc06.png) /*tpa=http://170085.websitetemplate.cn/template/default/index/images/lc06.png*/ no-repeat center center;
}

.liucheng ul li.lc07 a {
    background: url(../images/lc07.png) /*tpa=http://170085.websitetemplate.cn/template/default/index/images/lc07.png*/ no-repeat center center;
}

.liucheng span {
    background: url(../images/tel1.jpg) /*tpa=http://170085.websitetemplate.cn/template/default/index/images/tel1.jpg*/ no-repeat left center;
    padding-left: 63px;
    margin: 55px 0 0 376px;
    float: left;
    height: 60px;
    display: block;
}

.liucheng span b {
    font-size: 14px;
    color: #555;
    font-weight: normal;
}

.liucheng span em {
    font-size: 30px;
    color: #062ea8;
    font-weight: bold;
    display: block;
    padding-top: 6px;
}

.liucheng .zx {
    width: 144px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #ff5001;
    border-radius: 20px;
    display: block;
    float: left;
    color: #FFF;
    position: relative;
    top: 70px;
    margin-left: 20px;
}

.index_about {
    padding-top: 20px;
}

.index_about .title p {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    color: #333;
    display: block;
    margin-bottom: 50px;
    background: url(../images/pro_title.jpg) /*tpa=http://170085.websitetemplate.cn/template/default/index/images/pro_title.jpg*/ no-repeat center 55px;
}

.index_about .title p em {
    font-size: 18px;
    color: #555;
    display: block;
    font-style: normal;
    padding-top: 23px;
}

.index_about .content dt {
    float: right;
    width: 600px;
    height: 401px;
}

.index_about .content dd {
    width: 512px;
    float: left;
    padding-left: 43px;
}

.index_about .content dd h3 {
    border-bottom: 1px solid #dddddd;
    margin: 0;
}

.index_about .content dd h3 a {
    font-size: 60px;
    color: #062ea8;
    font-weight: bold;
    height: 150px;
    font-family: Arial;
}

.index_about .content dd h3 a em {
    font-size: 20px;
    color: #423f3b;
    font-style: normal;
    display: block;
    padding-bottom: 10px;
}

.index_about .content dd .about_index {
    font-size: 14px;
    color: #555;
    line-height: 30px;
    margin-top: 10px;
    max-height: 300px;
    overflow: hidden;

}

.index_about .content span a {
    margin-top: 20px;
    display: inline-block;
}

.index_about .content span .xq {
    width: 144px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-right: 18px;
    margin-top: 20px;
    background: #062ea8;
    border-radius: 20px;
    display: block;
    color: #FFF;
}

.index_about .content span .zx {
    width: 144px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-top: 47px;
    background: #ff5001;
    border-radius: 20px;
    display: block;
    float: left;
    color: #FFF;
}

.sccj {
    width: 100%;
    overflow: hidden;
    padding-bottom: 18px;
    padding-top: 30px;
}

.sccj .content {
    width: 1080px;
    height: auto;
    padding: 0 60px;
    overflow: hidden;
    position: relative;
}

.sccj .content .prev {
    display: block;
    position: absolute;
    top: 57px;
    left: 0px;
    width: 40px;
    height: 40px;
    background: url(../images/left.png) /*tpa=http://170085.websitetemplate.cn/template/default/index/images/left.png*/ no-repeat;
}

.sccj .content .next {
    display: block;
    position: absolute;
    top: 57px;
    right: 0px;
    width: 40px;
    height: 40px;
    background: url(../images/right.png) /*tpa=http://170085.websitetemplate.cn/template/default/index/images/right.png*/ no-repeat;
}

.sccj .content ul {
    overflow: hidden;
    zoom: 1;
    width: 1040px;
    height: auto;
}

.sccj .content ul li {
    float: left;
    width: 250px;
    overflow: hidden;
    height: 200px;
    margin-right: 25px;
}

.sccj .content ul li img {
    width: 250px;
    height: 157px;
    border: 1px solid #e6e6e6;
}

.sccj .content ul li p {
    text-align: center;
    font-size: 16px;
    padding-top: 0px;
}

.sccj .content ul li a {
    color: #6f6f6f;
}

.sccj .content ul li a:hover {
    color: #FF0000;
}

.index_news {
    padding-top: 0px;
    overflow: hidden;
}

.index_news .title p {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    color: #333;
    display: block;
    margin-bottom: 50px;
    background: url(../images/pro_title.jpg) /*tpa=http://170085.websitetemplate.cn/template/default/index/images/pro_title.jpg*/ no-repeat center 55px;
}

.index_news .title p em {
    font-size: 18px;
    color: #555;
    display: block;
    font-style: normal;
    padding-top: 23px;
}

.index_news {
    margin-top: 18px;
    overflow: hidden;
}

.index_news .hd {
    height: 58px;
    overflow: hidden;
    background: #062ea8;
}

.index_news .hd span {
    float: right;
    padding-right: 15px;
}

.index_news .hd span a {
    display: inline-block;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 58px;
    font-weight: normal;
}

.index_news .hd li {
    float: left;
}

.index_news .hd li a {
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    height: 58px;
    line-height: 58px;
    background: #062ea8;
    display: block;
    padding: 0 30px;
}

.index_news .hd li a:hover {
    font-weight: bold;
    color: #FFF;
    background: #ff5001;
}

.index_news .hd li.on a {
    background: #ff5001;
    font-weight: bold;
}

.index_news .content {
}

.index_news .content dl {
    overflow: hidden;
    width: 575px;
    float: left;
    margin-right: 50px;
    margin-bottom: 30px;
}

.index_news .content dt {
    width: 200px;
    overflow: hidden;
    float: left;
}

.index_news .content dt a {
    width: 200px;
    display: block;
}

.index_news .content dt img {
    width: 200px;
    height: 150px;
    display: block;
}

.index_news .content dd {
    padding-top: 2px;
    width: 360px;
    float: right;
}

.index_news .content dd h3 {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    margin: 0;
}

.index_news .content dd h3 a {
    color: #333;
    font-weight: bold;
}
.index_news .content dd .bottom a{
    float: left;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #ff5001;
    color: #fff;
    text-align: center;
    margin-top: 15px;

}
.index_news .content dd .bottom span {
    float: right;
    color: #777;
    font-size: 14px;
    padding: 13px 0 0 0;
}

.index_news .content dd p {
    padding-top: 8px;
    line-height: 24px;
    font-size: 14px;
    color: #555;
    text-indent: 2em;
}

.index_news .content dd p a {
    color: #0071be;
    display: block;
    padding-top: 15px;
}

.index_news .content ul {
    margin-top: 25px;
}

.index_news .content li {
    font-size: 14px;
    color: #777777;
    line-height: 36px;
}

.index_news .content li a {
    color: #333;
    padding-left: 12px;
    display: inline-block;
    background: url(../images/dot.jpg) /*tpa=http://170085.websitetemplate.cn/template/default/index/images/dot.jpg*/ no-repeat 0 17px;
}

.index_news .content li a:hover {
    background: url(../images/dot2.jpg) /*tpa=http://170085.websitetemplate.cn/template/default/index/images/dot2.jpg*/ no-repeat 0 17px;
    color: #0071be;
}

.index_news .content li span {
    float: right;
}

.index_news .right {
    width: 484px;
    overflow: hidden;
    margin-top: 0px;
    float: right;
}

.index_news .right h4 {
    height: 58px;
    overflow: hidden;
    line-height: 58px;
    margin-bottom: 25px;
    background: #062ea8;
}

.index_news .right h4 a {
    font-size: 18px;
    color: #FFF;
    line-height: 58px;
    width: 75px;
    display: block;
    background: #ff5001;
    padding: 0 30px;
}

.index_news .right h4 span {
    float: right;
}

.index_news .right h4 span a {
    display: inline-block;
    font-size: 14px;
    width: 55px;
    padding: 0px;
    background: #062ea8;
    color: #FFF;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: normal;
}

.index_news .right dl {
    margin-top: 17px;
    height: 113px;
    overflow: hidden;
}

.index_news .right dt {
    width: 124px;
    float: left;
    overflow: hidden;
    height: 93px;
    margin-right: 25px;
}

.index_news .right dt img {
    width: 124px;
    height: 93px;
}

.index_news .right dd {
    width: 315px;
    float: right;
    overflow: hidden;
}

.index_news .right dd h3 {
    padding-left: 29px;
    background: url(../images/a.jpg) /*tpa=http://170085.websitetemplate.cn/template/default/index/images/a.jpg*/ no-repeat 0 0;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
    font-weight: normal;
    margin-top: 5px;
}

.index_news .right dd h3 a {
    color: #333;
}

.index_news .right dd h3 a:hover {
    color: #e76825;
}

.index_news .right dd p {
    padding-left: 29px;
    background: url(../images/q.jpg) /*tpa=http://170085.websitetemplate.cn/template/default/index/images/q.jpg*/ no-repeat 0 0;
    line-height: 20px;
    font-size: 14px;
    color: #555;
    margin-top: 19px;
}

.link {
    line-height: 30px;
    width: 100%;
    margin-top: 15px;
    padding-bottom: 10px;
}

.link h4 {
    font-size: 16px;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

.link h4 a {
    color: #000;
}

.link ul {
    height: 30px;
    line-height: 30px;
    display: inline;
}

.link ul li {
    display: inline;
    margin-left: 15px;
    font-size: 14px;
}

.footer {
    background-color: #062ea8;
    color: #dde3ee;
    padding-bottom: 20px;
    height: auto;
    overflow: hidden;
}

.footer a {
    color: #e2e2e2;
}

.footer-nav {
    background-color: #ff5001;
    color: #FFF;
    margin-bottom: 30px;
}

.footer-nav a {
    display: inline-block;
    color: #FFF;
    margin: 0 20px;
    line-height: 60px;
    font-size: 16px;
}

.footer .flogo {
    float: left;
    margin-top: 15px;
}
.footer .flogo img{
    width: 150px;
}
.footer .contacts {
    float: left;
    width: 600px;
    font-size: 16px;
    padding-top: 15px;
}

.footer .contacts p {
    margin: 5px 0;
    line-height: 24px;
}

.footer .ewm {
    float: left;
    font-size: 12px;
    text-align: center;
    margin-left: 150px;
}

.footer .ewm img {
    display: block;
    width: 110px;
    height: 110px;
    margin: 0 auto 10px;
}

.ny-banner {
    height: 260px;
    background: no-repeat center;
    background: url(../images/banner.jpg) /*tpa=http://170085.websitetemplate.cn/template/default/index/images/banner.jpg*/ no-repeat top center;
}

.ny-banner a {
    display: block;
    width: 100%;
    height: 100%;
}

.ny {
    width: 1200px;
    margin: 10px auto;
    margin-top: 20px;
    padding-bottom: 20px;
}

.ny .left {
    float: left;
    width: 276px;
    height: auto;
    padding-bottom: 10px;
    background: #062ea8;
}

.ny .right {
    float: right;
    width: 900px;
    border: 1px solid #dddddd;
}

.ny .left .title {
    height: 180px;
    color: #FFF;
    font-size: 24px;
    text-transform: uppercase;
    padding-left: 30px;
    padding-top: 30px;
}

.ny .left .title span {
    display: block;
    font-size: 38px;
}

.ny .left .fenlei {
    width: 242px;
    height: auto;
    padding: 2px 0;
    position: relative;
    background: #FFF;
    margin: 0 auto 10px;
}

.ny .left .fenlei h4 {
    width: 202px;
    height: 35px;
    margin: 10px auto;
    text-align: center;
}

.ny .left .fenlei h4 a {
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    background: #062ea8;
    border-radius: 20px;
}

.ny .left .fenlei h4 a:hover, .ny .left .fenlei h4 a.on {
    background: #ff5001;
}

.ny .left .fenlei ul {
    width: 202px;
    margin: 0px auto;
    height: auto;
}

.ny .left .fenlei ul li a {
    font-size: 14px;
    color: #555;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.ny .left  p {
    background-color: #062ea8;
    width: 242px;
    margin: 0 auto;
    color: white;
    line-height: 30px;
    font-size: 14px;
}


.flash {
    width: 254px;
    height: 230px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.flash .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.flash .bd li {
    zoom: 1;
    vertical-align: middle;
}

.flash .bd img {
    width: 254px;
    height: 230px;
    display: block;
}

.flash .prev, .flash .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) /*tpa=http://170085.websitetemplate.cn/template/default/index/images/slider-arrow.png*/ -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.flash .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.flash .prev:hover, .flash .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.flash .prevStop {
    display: none;
}

.flash .nextStop {
    display: none;
}

.ny .right .title {
    height: 40px;
    margin: 12px auto;
    line-height: 40px;
    font-size: 16px;
    border-bottom: 1px solid #dddddd;
    width: 880px;
}

.ny .right .title em {
    float: left;
    display: inline;
    width: 330px;
    height: 25px;
    font-style: normal;
    font-weight: bold;
    color: #062ea8;
    font-size: 24px;
}

.ny .right .title span {
    float: right;
    display: inline;
    font-size: 14px;
    color: #999999;
}

.ny .right .title span a {
    color: #999999;
}

.ny .right .content h1 {
    text-align: center;
    line-height: 50px;
    font-size: 24px;
}

.ny .right .content h4 {
    text-align: center;
    font-weight: normal;
}

.ny .right .content h4 span {
    margin-right: 15px;
}
.detail_pic{
    text-align: center;
}
.ny .right .info {
    padding: 15px;
    font-size: 16px;
    line-height: 30px;
}

.ny .right .info img {
    max-width: 100%;
}

.list-1 {
    padding-top: 5px;
    overflow: hidden;
    width: 870px;
    margin: 0 auto;
}

.list-1 dl {
    overflow: hidden;
    padding: 25px 0 21px 29px
}

.list-1 dl dt {
    float: left;
    padding: 5px;
    background: #eaeaea;
}

.list-1 dl dt img {
    display: block;
    width: 160px;
}

.list-1 dl dd {
    float: left;
    margin-left: 23px;
    width: 638px;
}

.list-1 dl dd h5 {
    margin-top: 3px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dedede;
    overflow: hidden;
}

.list-1 dl dd h5 a {
    font-size: 14px;
    color: #062ea8;
    float: left;
    padding-left: 5px;
}

.list-1 dl dd h5 em {
    float: right;
    padding-right: 10px;
    font-style: normal;
}

.list-1 dl dd p {
    line-height: 20px;
    font-size: 13px;
    margin-top: 10px;
    text-indent: 2em;
}

.list-1 dl:hover {
    background: #eaeaea;
}

.list-2 {
    margin: 10px 0 0 8px;
    padding-bottom: 40px;
    overflow: hidden;
}

.list-2 ul li {
    float: left;
    width: 270px;
    margin: 10px 12px 5px;
    overflow: hidden;
}

.list-2 ul li:nth-child(3n) {
    margin-right: 0;
}

.list-2 ul li > a {
    display: block;
    width: 283px;
    height: 200px;
    position: relative;
    border: 1px solid #2358a6;
    overflow: hidden;
}

.list-2 ul li > a > img {
    display: block;
    -webkit-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    width: 283px;
    height: 200px;
}

.list-2 ul li > a > img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.list-2 ul li > a:hover i {
    display: block;
}

.list-2 ul li p {
    text-align: center;
    height: 30px;
    line-height: 25px;
    overflow: hidden;;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;

}

.list-2 ul li p a {
    font-size: 18px;
}

.pages {
    text-align: center;
    margin: 30px auto;
    width: 830px;
}

.pages a {
    display: inline-block;
    margin: 0 3px;
    border: 1px solid #ddd;
    padding: 4px 12px;
    border-radius: 3px;
    background-color: #fff;
}

.pages a.active {
    background-color: #1B4F9B;
    border-color: #1B4F9B;
    color: #fff;
}

.page {
    width: 890px;
    margin-left: 15px;
    line-height: 25px;
    padding-bottom: 40px;
}
.page a.b{
    font-weight: bold;
}
.message {
    padding: 50px 50px;
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 15px;
}

.form-label {
    float: left;
    line-height: 34px;
    width: 120px;
    text-align: right;
}

.form-label span {
    color: #e50112;
}

.form-content {
    margin-left: 130px;
}

.form-control {
    line-height: 20px;
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 6px 12px;
    width: 600px;
    display: inline-block;
    vertical-align: top;
}

select.form-control {
    height: 34px;
}

.form-submit {
    padding: 6px 22px;
    color: #fff;
    background-color: #062ea8;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    border-radius: 3px;
}

.form-button {
    padding: 6px 22px;
    color: #fff;
    background-color: #ff5001;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    border-radius: 3px;
}

.panel {
    background-color: #fff;
    padding: 0px 20px;
    margin-bottom: 30px;
    height: auto;
    overflow: hidden;
}

.panel .title-2 {
    border-bottom: 1px solid #ececeb;
    height: 44px;
    margin-bottom: 15px;
    font-size: 24px;
}

.panel .title-2 span {
    display: inline-block;
    padding-bottom: 12px;
    border-bottom: 2px solid #2454ac;
}

.panel .infocontent-body {
    line-height: 2;
    margin-bottom: 20px;
}

.showcase {
    padding: 15px;
    margin-bottom: 20px;
    background-color: #fff;
    height: auto;
    overflow: hidden;
}

.showcase-pic {
    position: relative;
    width: 400px;
    height: 300px;
    overflow: hidden;
    float: left;
}

.showcase-pic li {
    text-align: center;
    line-height: 300px;
    width: 400px;
    font-size: 0;
}

.showcase-pic li img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.showcase-pic .arr {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 40px;
    margin-top: -11px;
    z-index: 2;
}

.showcase-pic .prev {
    left: 15px;
    background: url(../images/slider-arrow.png) /*tpa=http://170085.websitetemplate.cn/template/default/index/images/slider-arrow.png*/ -110px 5px no-repeat;
}

.showcase-pic .next {
    right: 15px;
    background: url(../images/slider-arrow.png) /*tpa=http://170085.websitetemplate.cn/template/default/index/images/slider-arrow.png*/ 8px 5px no-repeat;
}

.showcase-info {
    float: right;
    width: 460px;
}

.showcase-info h1 {
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.showcase-info p {
    margin: 0;
    color: #666;
    padding: 3px 0;
}

.showcase-info .tel {
    border-top: 2px solid #e6e6e6;
    margin-top: 15px;
    padding-top: 18px;
    background: url(../images/tel1.jpg) /*tpa=http://170085.websitetemplate.cn/template/default/index/images/tel1.jpg*/ no-repeat 10px 15px;
    height: 52px;
    padding-left: 70px;
    line-height: 21px;
    font-size: 18px;
}

.showcase-info .tel a {
    float: right;
    line-height: 42px;
    padding: 0 15px;
    background-color: #062ea8;
    color: #fff;
}

.showcase-info .tel a:hover {
    background-color: #ff5001;
}

.pagination-box {
    margin-top: 20px;
    margin-bottom: 20px;
}

.pagination-inner li {
    border: 1px solid #ddd;
    color: #666;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin-left: 8px;
    width: 30px;
    text-align: center;
}

.pagination-inner li:first-child {
    margin-left: 0;
}

.pagination-inner li a {
    color: #666666;
    display: block;
    font-family: "Lato", sans-serif;
    font-weight: 500;
}


.pagination-inner li.active {
    background: #062ea8 none repeat scroll 0 0;
    border-color: #062ea8;
    color: #fff;
}

.pagination-inner li:hover {
    background: #062ea8 none repeat scroll 0 0;
    border-color: #062ea8;
    color: #fff;
}

.pagination-inner li:hover a {
    color: #fff;
}

.pagination-inner li a i {
    font-size: 20px;
    position: relative;
    top: 3px;
}
.pagination-inner li img{
    margin-top: 10px;
}
.pagination-inner {
    text-align: center;
}