* {
    margin: 0px;
    padding: 0px;
}

html,
body {
    width: 100%;
    height: 100%;
    background: #fff;
    font-family: arial;
    color: #333
}

a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
}

a:hover {
    color: #009BF5;
    font-size: 14px;
    text-decoration: none;
}

ul,
li,
ol {
    list-style: none;
}

input,
textarea {
    font-size: 16px;
}

b,
em,
i {
    font-style: normal;
    font-weight: normal;
}

.main {
    width: 1200px;
    margin: auto;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

input,
select,
textarea {
    outline: none;
    border: none/*-webkit-appearance: none;*/
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #9c9c9c;
    font-size: 14px;
}

input:-moz-placeholder {
    color: #9c9c9c;
    font-size: 14px;
}

input::-moz-placeholder {
    color: #9c9c9c;
    font-size: 14px;
}

input:-ms-input-placeholder {
    color: #9c9c9c;
    font-size: 14px;
}

textarea {
    resize: none;
    color: #9c9c9c;
    font-size: 14px;
}

a {
    text-decoration: none;
    color: #333
}

i,
em,
b,
h1,
h2,
h3,
h4,
h5 {
    font-style: normal;
    font-weight: normal;
}

.nav {
    width: 100%;
    height: 100px;
    line-height: 100px;
    position: fixed;
    z-index: 4;
    top: 0px;
    float: left;
    background: #fff;
}

.logo {
    margin-left: 20px;
    /* margin-top: 15px; */
    vertical-align: middle;
}

.logo img {
    vertical-align: middle;
}

.navcon {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
}

.nav ul {
    width: 750px;
    margin-left: 50px;
    padding-right: 25px;
    display: flex;
    line-height: 80px;
    align-items: center;
    justify-content: space-between;
}

.nav ul li {
    /* padding: 0px 30px; */
    /* padding: 0px 20px; */
    display: inline-block;
    display: flex;
    height: 98px;
    line-height: 90px;
    flex-direction: column;
    cursor: pointer;
    position: relative;
	width: 100px;

}

.nav ul li>a {
    width: 120px;
    height: 91px;
    line-height: 91px;
    display: inline-block;
    text-align: center;
    color: #333;
    /* display: inline-block; */
    font-size: 16px;
    /* border-right: 1px solid #232d3c;
    border-left: 1px solid #374760; */
}

.nav ul li:first-child a {
    border-left: none;
}

.nav ul li:last-child a {
    border-right: none;
}

.nav ul li:hover>a,
.nav ul li.active>a {
    color: #009BF5;
}

.nav ul li:hover dl {
    display: block;
}

.nav ul li dl {
    position: absolute;
    top: 96px;
    display: none;
    z-index: 9;
    left: 0px;
    /* width: 100%; */
}

.nav ul li dl dd {
    height: 40px;
    line-height: 40px;
    width: 190px;
    display: inline-block;
    float: left;
	margin-left:-40px;
}

.nav ul li dl dd a {
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    background: #059CF7;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    border: none;
}

.nav ul li dl dd a:hover {
    background: #000064
}

.nav p.fr {
    color: #fff;
}

.nav p.fr a {
    margin: 0px 10px;
    color: #fff;
}

.nav p.fr a.active {
    color: #009BF5;
}

.swiper-container1 {
    position: relative;
    top: 0px;
    float: left;
    width: 100%;
    margin-top: 85px;
}

.swiper-container1 img {
    width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 15px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px 5px;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    margin-right: 0px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    width: 60px;
    background: #0298EF;
    height: 12px;
}

.index {
    width: 100%;
    float: left;
}

.index1 {
    padding-bottom: 50px;
}

.index_tit {
    width: 100%;
    height: 100px;
    padding-top: 70px;
    text-align: center;
    color: #666;
    font-size: 16px;
}

.index_tit p {
    background: url(../image/index_tit.png) center center no-repeat;
    background-size: 267px 25px;
    color: #333;
    font-size: 38px;
}

.index_tit2 p {
    background: url(../image/index_tit2.png) center center no-repeat;
    background-size: 401px 25px;
    color: #fff;
    font-size: 40px;
}

.bus_style {
    width: 100%;
    float: right;
}

.bus_style ul {
    float: left;
    width: 100%;
}

.bus_style ul li {
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
    background: #fff;
    text-align: center;
    width: 374px;
    height: 448px;
    position: relative;
    background-color: #ffffff;
    box-shadow: 3px 4px 27px 0px rgba(0, 0, 0, 0.14);
}

.bus_style ul li:nth-child(3n) {
    margin-right: 0px;
}

.bus_style ul li a {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.bus_style ul li img {
    width: 100%;
    display: inline-block;
    /* border: solid 1px #e3e3e3; */
    float: left;
}

.bus_style ul li p {
    position: absolute;
    bottom: 0px;
    z-index: 3;
    left: 0px;
    width: 100%;
    text-align: left;
    display: inline-block;
    height: 75px;
    border-top: 1px solid #eaeaea;
    color: #333;
    font-size: 20px;
    background: url(../image/arrow1.png) 300px center no-repeat;
}

.bus_style ul li p span {
    width: 100%;
    float: left;
    display: inline-block;
}

.bus_style ul li p i,
.bus_style ul li p b {
    padding-left: 20px;
    width: calc(100% - 20px);
    float: left;
    display: inline-block;
    font-size: 14px;
    color: #666;
}

.bus_style ul li p b {
    font-size: 20px;
    color: #333;
    margin-top: 10px;
}

.bus_style ul li:hover p {
    background: url(../image/arrow2.png) 300px center no-repeat;
    color: #009BF5;
}

.bus_style ul li:hover p b,
.bus_style ul li:hover p i {
    color: #009BF5;
}

.index2 {
    width: 100%;
    float: left;
    background: url(../image/index_2.jpg) center center no-repeat;
    height: 717px;
}

.index2 p {
    text-align: center;
    color: #fff;
}

.index2_tit {
    margin-bottom: 40px;
}

.index2 p.index2_tit2 {
    font-size: 30px;
}

.index2_tit3 {
    padding-bottom: 10px;
}

.index2_tit4 {
    width: 90%;
    margin: 0px 5%;
    margin-bottom: 16px;
    line-height: 30px;
    font-size: 16px;
}

.index2 ul {
    width: 100%;
    float: left;
    margin-top: 80px;
}

.index2 ul li {
    width: 240px;
    text-align: center;
    float: left;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.index2 ul li p img:nth-child(2) {
    display: none;
}

.index2 ul li p:hover img:nth-child(2) {
    display: inline-block;
}

.index2 ul li p:hover img:nth-child(1) {
    display: none;
}
.index2 ul li span{
    font-size:46px;
}
.index1_con {
    width: 100%;
    float: left;
    /* padding-bottom: 90px; */
}

.index1_con ul li {
    width: 220px;
    height: 320px;
    float: left;
    margin-right: 25px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.index1_con ul li a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.index1_con ul li:hover p {
    display: block;
}

.index1_con ul li p {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-align: center;
    font-size: 14px;
    display: none;
}

.index1_con ul li b {
    margin-top: 140px;
    font-size: 18px;
    line-height: 30px;
    width: 100%;
    display: inline-block;
}

.index1_con ul li:last-child {
    margin-right: 0px;
}

.swiper-button-next2 {
    top: 370px;
    left: 830px;
    width: 75px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    background-color: #009BF5;
    color: #fff;
    background-image: none;
}

.swiper-button-prev2 {
    top: 370px;
    left: 750px;
    width: 75px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    background-color: #009BF5;
    color: #fff;
    background-image: none
}

.index3 {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}

.indx3_l {
    width: 540px;
    float: left;
    margin-right: 90px;
    display: flex;
    flex-direction: column;
}

.indx3_l p {
    color: #333;
    font-size: 26px;
}

.indx3_l p b {
    font-size: 32px;
}

.indx3_l span {
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    color: #666;
}

.indx3_l ul {
    width: 100%;
    float: left;
}

.indx3_l ul li {
    width: 258px;
    height: 86px;
    background-color: #313131;
    margin-right: 20px;
    border-radius: 40px;
    margin-top: 20px;
    float: left;
}

.indx3_l ul li b {
    width: 65px;
    height: 65px;
    line-height: 65px;
    background-color: #ffffff;
    display: inline-block;
    border-radius: 50%;
    margin: 10px;
    text-align: center;
    float: left;
}

.indx3_l ul li span {
    float: left;
    width: calc(100% - 100px);
    line-height: 85px;
    font-size: 22px;
    padding-left: 10px;
    color: #fff;
}

.indx3_l ul li img {
    vertical-align: middle;
}

.indx3_l ul li img:last-child {
    display: none;
}

.indx3_l ul li:nth-child(2n) {
    margin-right: 0px;
}

.indx3_l ul li:hover {
    background-color: #009BF5;
}

.indx3_l ul li:hover img:last-child {
    display: inline-block;
}

.indx3_l ul li:hover img:first-child {
    display: none;
}

.index4 {
    width: 100%;
    float: left;
    background: #fff;
}

.index_parent {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

.index_parent ul li {
    width: 222px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    float: left;
    margin-right: 20px;
    margin-bottom: 22px;
    /* background-color: #ffffff; */
    border: solid 1px #dfdfdf;
}

.index_parent ul li a {
    width: 100%;
    display: inline-block;
    float: left;
}

.index_parent ul li img {
    width: 100%;
    float: left;
    vertical-align: middle;
}

.index_parent ul li:nth-child(5n) {
    margin-right: 0px;
}

.index_parent ul li:hover {
    border: 1px solid #009BF5;
}

.index4 {
    width: 100%;
    float: left;
    background: #313131;
}

.index4_con {
    width: 100%;
    float: left;
    padding-bottom: 70px;
}

.index4_con ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.index4_con ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index4_con ul li a {
    display: inline-flex;
    flex-direction: column;
    color: #848484;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.index4_con ul li b {
    width: 72px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    border-radius: 50%;
    margin-left: 10px;
    display: inline-block;
    background-color: #bbbbbb;
    margin-bottom: 15px;
}

.index4_con ul li span {
    margin-bottom: 15px;
}

.index4_con ul li b img {
    vertical-align: middle;
}

.index4_con ul li:hover b {
    background-color: #009BF5;
}

.index4_con ul li:hover i {
    color: #009BF5;
}

.index4_con p {
    height: 70px;
    line-height: 70px;
    width: 100%;
    text-align: right;
}

.index4_con p img {
    vertical-align: middle;
    margin-right: 80px;
}

.index_news {
    width: 100%;
    float: left;
    padding-top: 0px;
    padding-bottom: 70px;
}

.news_l {
    width: 100%;
    padding: 15px 0px 0px;
    float: left;
}

.news_tab {
    display: table;
    padding-bottom: 0px;
    margin: 0px auto;
}

.news_tab li {
    width: 178px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    float: left;
    margin-right: 10px;
    /* color: #fff; */
    font-size: 18px;
    /* background-color: #0069b5; */
    ;
}

.news_tab li a {
    width: 100%;
    display: inline-block;
    height: 49px;
    line-height: 49px;
    text-align: center;
    border: solid 1px #c6c6c6;
    border-radius: 25px;
}

.news_tab li.hover a {
    color: #fff;
    background-color: #0069b5;
}

.news_r {
    float: left;
    width: 500px;
    height: 490px;
    /* padding: 0px 20px; */
    /* border: solid 1px #eeeeee; */
}

.news_l_t {
    width: 100%;
    float: left;
}

.news_l_t li {
    float: left;
    font-size: 20px;
    color: #666;
    cursor: pointer;
    margin: 0px 10px;
    height: 40px;
    position: relative;
}

.news_l_t li:before {
    position: absolute;
    right: -15px;
    top: 0px;
    color: #666;
}

.news_l_t li {
    color: #009f31;
    font-weight: bold;
    font-size: 24px;
}

.news_l_t span {
    float: right;
    text-transform: uppercase;
}

.news_l_con {
    overflow: hidden;
    width: 100%;
    float: left;
    height: 422px;
}

.news_lcon:last-child {
    display: none;
}

.news_lcon dl {
    width: 600px;
    color: #666666;
    float: left;
    margin-bottom: 10px;
    height: 422px;
    position: relative;
}

.news_lcon dl dt {
    width: 558px;
    height: 422px;
    float: left;
    margin-right: 25px;
}

.news_lcon dl dt img {
    float: left
}

.news_lcon dl dt span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: url(../image/img12.png) center center no-repeat;
    width: 570px;
    height: 65px;
    line-height: 65px;
    background-size: 570px;
    /* display: none; */
}

.news_lcon dl dt span b {
    margin-left: 24px;
    color: #ffffff;
}

.news_lcon dl dt span i {
    width: 110px;
    text-align: center;
    float: right;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.news_lcon dl dt span i a {
    color: #fff;
}

.news_lcon ul {
    width: calc(100% - 600px);
    float: left;
}

.news_lcon ul li {
    width: 578px;
    height: 55px;
    padding: 20px 10px;
    background-color: #ffffff;
    margin-bottom: 11px;
    float: left;
	border: solid 1px #c6c6c6;
}
.news_lcon ul li p {
    width: 85px;
    text-align: center;
    float: left;
    position: relative;
    margin-right: 12px;
}

.news_lcon ul li p::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 50px;
    background: #cbcbcb;
    left: 80px;
    top: 0px;
    /* border-right: 1px solid #cbcbcb; */
}

.news_lcon ul li p i,
.news_lcon ul li p b {
    width: 100%;
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #999;
}

.news_lcon ul li p i {
    font-size: 36px;
    color: #999;
    line-height: 40px;
}

.news_lcon ul li span {
    width: calc(100% - 100px);
    float: left;
    display: inline-block;
}

.news_lcon ul li em,
.news_lcon ul li strong {
    width: 100%;
    float: left;
    display: inline-block;
    color: #333;
	font-weight:normal;
}

.news_lcon ul li em {
    font-size: 16px;
    line-height: 36px;
}

.news_lcon ul li strong {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    height: 20px;
    width: 98%;
}

.news_lcon ul li:hover em {
    color: #009BF5;
}

.link {
    width: 100%;
    float: left;
    height: 60px;
    background: #f4f4f4;
    line-height: 60px;
}

.link dl {
    width: 100%;
    float: left;
}

.link dl dt {
    float: left;
    font-size: 18px;
    color: #009BF5;
    /* color: #fff; */
    /* width: 140px; */
    text-align: center;
    position: relative;
    font-weight: bold
}

.link dl dd {
    float: left;
    margin-left: 15px;
}

.link dl dd a {
    float: left;
    margin: 0px 10px;
    position: relative;
    font-size: 14px;
    color: #666666;
}

.link dl dd a:hover {
    color: #009BF5
}

.link dl dd a:last-child::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 0px;
}

.copy {
    width: 100%;
    background: url(../image/copy.png) center center repeat-x;
    height: 327px;
    float: left;
    font-size: 14px;
    color: #9f9f9f;
    line-height: 28px;
}

.copy_top {
    width: 100%;
    float: left;
    height: 274px;
    /* margin-top: 65px; */
}

.copy1_l {
    float: left;
    width: 340px;
    font-size: 14px;
    color: #cccccc;
}

.copy1_l p {
    font-size: 27px;
    color: #009BF5;
    padding-bottom: 10px;
}

.copy a:hover {
    color: #009BF5
}

.copy1 {
    width: 300px;
    /* margin-top: 25px; */
    /* padding-left: 270px; */
    float: left;
}

.copy2 {
    width: 540px;
    float: left;
}

.copy3 {
    width: 220px;
    padding-left: 140px;
    float: left;
    height: 300px;
    padding-top: 57px;
    border-left: 1px solid #414340
}

.copy_tit {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fff;
    padding-bottom: 30px;
    margin-top: 50px;
    position: relative;
}

.copy_tit::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 35px;
    width: 31px;
    height: 3px;
    background: #009BF5;
    display: inline-block
}

.copy1 {
    position: relative;
}

.copy1 p {
    position: absolute;
    top: 10px;
    left: 40px;
    color: #333333;
}

.copy1 ul {
    width: 100%;
    float: left;
}

.copy1 ul li {
    width: 80px;
    float: left;
    line-height: 29px;
}

.copy1 ul li a {
    width: 80px;
    float: left;
    display: inline-block;
    color: #9f9f9f
}

.copy2 dl {
    width: 100%;
    float: left;
}

.copy2 dl dt {
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    padding-bottom: 5px;
}

.copy2 dl dd {
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 14px;
    color: #9f9f9f;
    line-height: 28px;
}

.copy2 dl dd img {
    margin-right: 5px;
    float: left;
    margin-top: 5px;
}

.copy_r {
    float: right;
}

.copy_r ol {
    float: right;
}

.copy_r ol li {
    width: 176px;
    height: 145px;
    background-color: #325282;
    /* height: 160px; */
    line-height: 145px;
    padding: 8px 0px 8px 8px;
    /* background-color: #11449d; */
    border-radius: 3px;
    margin-left: 40px;
    float: left;
}

.copy_r ol li:first-child {
    margin-left: 0px;
}

.copy_r ol li p {
    /* display:table-cell;vertical-align:middle; */
    display: flex;
    align-items: center;
    /* align-content: center; */
    /* justify-content: center; */
    /* justify-self: center; */
    /* justify-items: center; */
}

.copy_r ol li:first-child {
    margin-left: 0px;
}

.copy_r ol li img {
    float: left;
}

.copy_r ol li b {
    color: #fff;
    width: 15px;
    margin: 0 auto;
    line-height: 24px;
    font-size: 16px;
    float: left;
    /* margin: 10px 0px 0px 5px; */
    word-wrap: break-word;
    /*è‹±æ–‡çš„æ—¶å€™éœ€è¦åŠ ä¸Šè¿™å¥ï¼Œè‡ªåŠ¨æ¢è¡Œ*/
    word-break: break-all;
    display: inline-block;
}

.copy_bot2 {
    line-height: 50px;
}

.copy_bot2 a {
    color: #acaeb0;
}

.banner_img {
    width: 100%;
    height: 300px;
    margin: auto;
    overflow: hidden;
    margin-top: 100px;
    float: left;
}

.banner_img p {
    width: 100%;
    height: 300px;
    margin: auto;
    overflow: hidden;
    position: relative;
    top: 0px;
}

.banner_img p img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.content {
    width: 100%;
    float: left;
    margin-top: 20px;
    padding-bottom: 50px;
}

.page_tit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 18px;
    margin-bottom: 20px;
}

.page_tit .fl {
    color: #333;
    padding-left: 10px;
    position: relative;
	font-weight:bold;
}

.page_tit .fl:after {
    content: "";
    top: 15px;
    width: 3px;
    left: 0px;
    position: absolute;
    height: 18px;
    background: #009BF5;
}

.page_tit a {
    margin: 0px 2px;
}

.about_con {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 28px;
}

.about_con img {
    /*width: 100%;*/
    /*float: left;*/
}

.about_con div {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    float: left
}

.about_con div {
    width: calc(100% - 490px);
    float: left;
}

anli {
    float: left;
    width: 100%;
}

.anli ul {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.anli ul li {
    float: left;
    width: 286px;
    margin-right:16px;
    position: relative;
	padding-bottom:10px;
}

.anli ul li img {

    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 2px;

}

.anli ul li a b {
    line-height: 38px;
    display: inline-block;
    color: #333333;
    font-size: 14px;
    width: 100%;
    text-align: center;
}

.anli ul li:nth-child(3n) {
    margin-right: 0px;
}

.anli ul li:hover a {
    color: #009BF5;
    display: inline-block;
}

.anli ul li:hover a b {
    color: #009BF5
}

.anli ul li:hover img {
    border: 1px solid #009BF5;
}


.pageimg5{width: 100%;
	float: left;}
	.pageimg5 ul li {
		width: 223px;
		text-align: center;
		float: left;
		margin-right: 20px;
		margin-bottom: 22px;
	}
	.pageimg5 ul li  a{width: 100%;display: inline-block;float: left;}
	.pageimg5 ul li img {vertical-align: middle;width:calc(100% - 2px);border: solid 1px #dfdfdf;}
	.pageimg5 ul li:nth-child(5n){
		margin-right: 0px;
	}
	.pageimg5 ul li:hover img{border: 1px solid #009BF5;}
#gallery-overlay {
    background-color: #000;
}

#gallery-container {
    font: 16px/22px verdana, arial, sans-serif;
}

#gallery {
    color: #999;
    display: none;
    height: 200px;
    margin: 0 auto;
    position: relative;
    width: 300px;
    box-shadow: 0 0 64px #000;
    -moz-box-shadow: 0 0 64px #000;
    -webkit-box-shadow: 0 0 64px #000;
}

#gallery-image-container {
    display: none;
    height: 100%;
}

#gallery-loading {
    padding: 8px;
}

#gallery-controls {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#gallery-controls div {
    float: left;
    height: 100%;
    width: 50%;
}

#gallery-controls a {
    background: #fff;
    color: #000;
    font-size: 12px;
    outline-style: none;
    position: absolute;
    text-decoration: none;
    top: 40px;
}

#gallery-previous-link {
    left: 0;
    padding: 6px 10px 6px 6px;
    border-radius: 0 6px 6px 0;
    -moz-border-radius-bottom-right: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
}

#gallery-next-link {
    padding: 6px 6px 6px 10px;
    right: 0;
    border-radius: 6px 0 0 6px;
    -moz-border-radius-bottom-left: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
}

#gallery-meta-container {
    background: #fff;
    color: #999;
    display: none;
    margin: 0 auto;
    overflow: auto;
}

#gallery-image {
    padding: 8px;
}

#gallery-meta {
    display: none;
    height: 44px;
    padding: 0px 8px;
}

#gallery-meta div {
    float: left;
}

#gallery-info {
    text-align: left;
    width: 80%;
}

#gallery-close {
    line-height: 30px;
    text-align: right;
    width: 20%;
}

#gallery-close a {
    color: #999;
    font-size: 24px;
    font-weight: bold;
    outline-style: none;
    text-decoration: none;
}

#gallery-close a:hover {
    color: #bbb;
}

#gallery-title a,
#gallery-title a:link,
#gallery-title a:visited {
    color: #666;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
}

#gallery-title a:visited:hover {
    color: #999
}

#gallery-pages {
    color: #999;
    display: block;
    font-size: 10px;
    line-height: 14px;
}

.contact {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 60px;
}

.contact1_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.contact1_topl {
    width: 600px;
    display: flex;
    flex-direction: column;
}

.contact1_topl dl {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 20px;
}

.contact1_topl dl dt {
    font-size: 18px;
    color: #2c5d97;
}

.contact1_topl ul {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.contact1_topl ul li {
    display: flex;
    flex-direction: row;
    width: 180px;
    margin-right: 50px;
    color: #0d387c;
    font-size: 14px;
    align-items: center;
}

.contact1_topl ul li img {
    margin-right: 10px;
}

.contact1_topr {
    width: 464px;
    float: left;
}

.contact1_bot {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #333;
    margin-top: 0px;
}

.contact1_bot>p {
    font-size: 14px;
}

.contact1_botcon {
    background: #f5f6f6;
    margin-top: 40px;
    width: calc(100% - 60px);
    padding: 30px 25px;
    float: left;
}

.contact1_botcon ul li {
    /* height: 40px; */
    margin-bottom: 25px;
    background: #fff;
    border: 1px solid #e1e6eb;
    float: left;
    display: flex;
    align-items: flex-start;
}

.contact1_botcon ul li.wid45 {
    width: 398px;
    margin-right: 30px;
}

.contact1_botcon ul li:nth-child(2n) {
    margin-right: 0px;
}

.contact1_botcon ul li.wid100 {
    width: 100%;
}

.contact1_botcon ul li b {
    line-height: 40px;
    width: 45px;
    text-align: center;
    display: inline-block;
}

.contact1_botcon ul li b img {
    vertical-align: middle;
}

.contact1_botcon ul li input {
    width: calc(100% - 70px);
    padding: 0px 5px 0px 10px;
    line-height: 40px;
    border-left: 1px solid #e1e6eb;
}

.contact1_botcon ul li select {
    width: calc(100% - 70px);
    padding: 0px 5px 0px 10px;
    line-height: 40px;
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #fff;
    border-left: 1px solid #e1e6eb;
    font-size: 14px;
    color: #666;
}

.contact1_botcon ul li select option {
    border-radius: 0px;
}

.contact1_botcon ul li textarea {
    width: calc(100% - 70px);
    height: 110px;
    padding: 10px;
    border-left: 1px solid #e1e6eb;
}

.contact1_botcon p {
    float: left;
}

.contact1_botcon p input {
    width: 70px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    border-radius: 5px;
}


/*join*/

.join {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
    float: left;
}

.join_topl {
    width: 650px;
    float: left;
    display: flex;
    flex-direction: column;
}

.join_topl ul li {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    line-height: 30px;
    color: #666666;
    font-size: 14px;
    width: 100%;
}

.join_topl ul li p {
    width: 100%;
    display: inline-flex;
}

.join_topl ul li img {
    width: 15px;
    vertical-align: middle;
    margin-top: 5px;
    margin-right: 3px;
    height: 15px;
}

.join_topl ul li span {
    width: 100%;
    display: inline-flex;
    color: #325690;
}

.join_topr {
    width: 510px;
    float: left;
    margin-left: 40px;
}

.join_topr img {
    width: 100%;
    float: left;
}

.news_con,
.news_con ul {
    width: 100%;
    float: left;
}

.news_con ul li {
    width: calc(100% - 40px);
    padding: 20px;
    float: left;
    border: 1px solid #e8e8e9;
    margin-bottom: 20px;
}

.news_con ul li a {
    width: 100%;
    display: inline-block;
    display: flex;
    align-items: center;
}

.news_con ul li a>p {
    float: left;
    margin-right: 20px;
}

.news_con ul li dl {
    width: calc(100% - 350px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_con ul li dl dt {
    width: 680px;
    display: flex;
    flex-direction: column;
    line-height: 26px;
    color: #666;
}

.news_con ul li dl dt p {
    font-size: 18px;
    color: #333333;
}

.news_con ul li dl dd {
    float: right;
}

.news_con ul li dl dt span {
    line-height: 34px;
    color: #999;
}

.news_con ul li dl dt span img {
    width: 14px;
    line-height: 34px;
    margin-right: 5px;
    vertical-align: middle;
}

.news_con ul li:hover dl dt p {
    color: #009BF5;
}

.news_con ul li dl dd img:first-child {
    display: none;
}

.news_con ul li:hover dl dd img:first-child {
    display: block;
}

.news_con ul li:hover dl dd img:last-child {
    display: none;
}

.pages {
    display: table;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 50px;
}

.pages li {
    float: left;
}

.pages li a {
    height: 32px;
    padding: 0px 10px;
    line-height: 32px;
    background: #f3f3f3;
    color: #666;
    display: inline-block;
    margin-right: 10px;
    color: #666;
    text-align: center;
}

.pages li a:hover {
    height: 32px;
    line-height: 32px;
    background: #009BF5;
    color: #fff;
    text-align: center;
}

.pages li.active a {
    background: #009BF5;
    color: #fff
}

.newsshow {
    padding-bottom: 0px;
    width: 100%;
    float: left;
}

.newsshow .tc {
    text-align: center;
    width: 100%;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    padding: 10px 0px 5px;
}

.news_time {
    width: 100%;
    border-bottom: 1px solid #e8e8e9;
    text-align: center;
    line-height: 34px;
}

.news_time img {
    vertical-align: middle;
    width: 16px;
    line-height: 34px;
    margin-right: 5px;
}

.newsshow div {
    line-height: 28px;
    color: #666;
    font-size: 14px;
    padding-bottom: 5px;
    float: left;
	padding-top:10px;
}

.newsshow dl {
    float: left;
    width: 100%;
    line-height: 26px;
    font-size: 14px;
}

.newsshow dl dt {
    float: left;
    color: #666;
}

.newsshow dl dd a {
    float: left;
    color: #666
}

.newsshow dl dd a:hover {
    color: #009BF5
}

.product {
    float: left;
    min-width: 905px;
}

.product ul {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.product ul li {
    float: left;
    width: 215px;
    margin-right: 15px;
    margin-bottom: 20px;
    position: relative;
}

.product ul li img {
    width: 194px;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 2px;
    height: 194px;
}

.product ul li a b {
    line-height: 38px;
    display: inline-block;
    color: #333333;
    font-size: 14px;
    width: 100%;
	text-align: center;
}

.product ul li:nth-child(4n) {
    margin-right: 0px;
}

.product ul li:hover a {
    color: #009BF5;
    display: inline-block;
}

.product ul li:hover a b {
    color: #009BF5
}

.product ul li:hover img {
    border: 1px solid #009BF5;
}
.faq {
    width: 100%;
    float: left;
	padding-bottom:50px;
}

.faq dl {
    padding: 20px 0px;
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px dashed #7d7d7d
}

.faq dl dt {
    padding-bottom: 10px;
}

.faq dl,
.faq dl dt,
.faq dl dd {
    float: left;
    width: 100%;
}

.faq dl dt span,
.faq dl dt p,
.faq dl dt i,
.faq dl dd span,
.faq dl dd p {
    float: left;
    display: inline-block;
}

.faq dl span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #666;
    margin-right: 10px;
}

.faq dl dt span {
    background: #009BF5;
}

.faq dl dd p {
    width: 860px;
    color: #666;
}

.faq dl dt p a {
    color: #009BF5;
    font-size: 16px;
}

.faq dl dt p a:hover {
    color: #ff6600
}

.faq dl dt i {
    color: #333;
    margin-left: 10px;
}

.faqshow {
    padding-bottom: 0px;
    width: 100%;
    float: left;
}

.faqshow .tc {
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: #009BF5;
    font-weight: bold;
    padding: 10px 0px 20px;
}

.faqshow div {
    line-height: 28px;
    color: #666;
    font-size: 14px;
    padding-bottom: 5px;
    float: left
}

.faqshow dl {
    float: left;
    width: 100%;
    line-height: 26px;
    font-size: 14px;
}

.faqshow dl dt {
    float: left;
    color: #666;
}

.faqshow dl dd a {
    float: left;
    color: #666
}

.faqshow dl dd a:hover {
    color: #009BF5
}
.faqshow_l {
    width: 750px;
    float: left;
}

.product_detail {
    padding: 10px 0;
    position: relative;
    left: 0px;
}

.detail_pic {
    width: 150px;
    float: left;
    margin-right: 20px;
}

.detail_pic img {
    width: 330px;
	height:330px;
	border: 1px solid #d9d9d9;
    padding: 2px;
}

.detail_text {
    width: 490px;
}

.detail_text h1 {
    color: #e7a60b;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 5px;
}

.detail_text p {
    font-size: 14px;
    line-height: 24px;
}

.detail_text .buy-btn {
    display: block;
    width: 150px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 3px;
    background: #008BD6;
    margin-top: 40px;
    margin-bottom: 15px;
}

.product_detail_list {
    padding: 0px 0;
    overflow: hidden;
}

.product_detail_list ul {
    margin-right: -20px;
    position: relative;
}

.product_detail_list li {
    float: left;
    width: 208px;
    margin-right: 20px;
    text-align: center;
}

.product_detail_list li .product_detail_list_pic {
    height: 208px;
    padding: 3px;
    box-sizing: border-box;
    border: 1px solid #efefef;
    overflow: hidden;
}

.product_detail_list li img {
    width: 100%;
}

.product_detail_list li p a {
    display: block;
    font-size: 14px;
    line-height: 34px;
    background: #008bd6;
    color: #fff;
}

.product_detail_info_l {
    position: relative;
    float: left;
    width: 402px;
}

.product_big {
    position: relative;
    height: 580px;
    width: 580px;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    overflow: hidden;
    cursor: move;
}

.img_mark {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background-size: 100%;
    margin: -100px 0 0 -100px;
    display: none;
}

.zoom_box {
    position: absolute;
    top: 0;
    right: -560px;
    width: 390px;
    height: 390px;
    border: 1px solid #e9e9e9;
    display: none;
}

.product_big img {
    width: 100%;
}

.product_small {
    position: relative;
    width: 152px;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
    overflow: hidden;
    height: 560px;
}

.product_small_list {
    margin-left: 2px;
    width: 154px;
    height: 490px;
    overflow: hidden;
    float: left;
}

.product_small_list ul {
    width: 150px;
    height: 10000px;
    position: absolute;
}

.product_small_list li {
    float: left;
    width: 148px;
    height: 148px;
    text-align: center;
    padding: 2px;
    margin: 0 2px;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    margin-top: 16px;
}

.product_small_list li img {
    width: 142px;
    height: 142px;
}

.product_small_list li.show {
    border: 1px solid #009BF5;
    padding: 2px;
}

.faqshow div.product_small_btn {
    width: 150px;
    margin-left: 2px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ccc;
    background: #e9e9e9;
    box-sizing: border-box;
    float: left;
    cursor: pointer;
    position: relative;
    z-index: 6;
}

.faqshow div .product_small_r {
    float: left;
    position: relative;
    top: 14px;
    left: 0px;
}

.faqshow .faqshow_r {
    width: 520px;
    float: right;
    padding-top: 20px;
}

.faqshow .faqshow_r p {
    padding-bottom: 10px
}

.faqshow .faqshow_r p.col_0c5aaa {
    color: #009BF5
}

.faqshow dl {
    float: left;
    width: 100%;
    line-height: 26px;
    font-size: 14px;
}

.faqshow dl dt {
    float: left;
    color: #666;
}

.faqshow dl dd a {
    float: left;
    color: #666
}

.faqshow dl dd a:hover {
    color: #009BF5
}

.faqshow_bot {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.faqshow_bot .faqshow_tit {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #f7f7f7;
}

.faqshow_tit b {
    background: #009BF5;
    display: inline-block;
    padding: 0px 20px;
    height: 45px;
    line-height: 45px;
    color: #fff;
}

.faqshow_botcon {
    width: 100%;
    float: left;
    margin-top: 20px;
	font-size:14px;
	line-height:24px;
}

.faqshow_botcon img {
    float: left;
    border: none;
}

.download {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.download ul {
    width: 100%;
    float: left;
    margin-right: 40px;
}

.download ul:last-child {
    margin-right: 0px;
}

.download ul li {
    width: 48%;
    height: 45px;
    line-height: 45px;
    float: left;
    background: #efefef;
    margin-bottom: 8px;
    cursor: pointer;
}

.download ul li:nth-child(2n) {
    float: right
}

.download ul li p {
    position: relative;
    text-indent: 30px;
    width: calc(100% - 150px);
    overflow: hidden;
    float: left;
    font-size: 14px;
}

.download ul li p:before {
    position: absolute;
    left: -15px;
    content: '·';
    top: 0px;
    font-size: 40px;
    color: #333;
    font-size: 14px;
}

.download ul li span {
    float: right;
}

.download ul li span a {
    width: 120px;
    height: 45px;
    background: #333;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.download ul li:hover span a {
    width: 120px;
    height: 45px;
    background: #009BF5;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.download ul li.hover {
    color: #009BF5
}

.lf {
    float: left;
}

.rt {
    float: right;
}
.page_btn {
    text-align: center;
    padding-top: 30px;
}

.page_btn a {
    display: inline-block;
    margin: 0 10px;
    padding: 5px 10px 5px 10px;
    background: #efefef;
    font-size: 14px;
    border-radius: 3px;
}

.page_btn a.show, .page_btn a:hover {
    background: #009BF5;
    color: #fff;
}

.page_join_box li {
    margin-bottom: 20px;
}

.page_join_tt {
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    padding-left: 7px;
    background: #f3f3f3;
}

.page_join_list {
    padding-top: 10px;
    font-size: 14px;
    color: #666666;
    line-height: 32px;
    display: none;
}

.page_join_list h6 {
    font-weight: bold;
}

.page_product_box .page_technology_tt a {
    color: #01772b;
}
.page_right .m-news-bd li{
    margin-top: 20px;
}
.page_right .m-news-bd .m-news-article{
    width: 800px;
    padding-right: 50px;
}
.page_news_detail_box .page_news_detail_tt {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
    text-align: center;
	color:#004098;
}

.page_news_detail_box .page_news_detail_text {
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
}

.page_news_detail_next {
    margin-top: 20px;
}

.page_news_detail_next p {
    font-size: 14px;
    line-height: 24px;
}

.page_news_detail_next a {
    margin: 0 5px;
}

.page_news_detail_next a:hover {
    color: #fd7507;
}
.sub, .res {
    width: 100px;
    line-height: 30px;
    border-radius: 3px;
    border: 0;
    color: #fff;
    margin-right: 10px;
    cursor: pointer;
    transition: all .5s ease;
    margin-bottom: 25px;
}

.sub {
    background: #333;
    margin-left: 50px;
}

.sub:hover {
    background: #009BF5;
}

.res {
    background: #333;
}

.res:hover {
    background: #009BF5;
}
.fd_title{
    text-align: center;
    position: relative;
    padding: 60px 0 30px 0;
}
.fd_title p:nth-child(1){
    font-size: 28px;
    font-weight: bold;
}
.fd_title p:nth-child(1) span,.fd_about_txt h2 span{
    color: #009BF5;
}
.fd_title p:nth-child(2){
    font-size: 12px;
    font-weight: normal;
    color: #999;
}
.fd_title_line{
    position: absolute;
    width: 525px;
    height: 1px;
    background: #ccc;
    overflow: hidden;
    top: 80px;
}
.fd_title_line_left{
    left: 0;
}
.fd_title_line_right{
    right: 0;
}
.fd_about{
    background: url('../image/aboutbg.jpeg') no-repeat;
    background-size: 100% 100%;
    padding: 0px 0 110px 0;
}
.fd_about_container{
    margin-right: 20px;
    background: #fff;
    padding: 40px 40px;
    position: relative;
    box-shadow: 20px 20px 0 #059CF7;
}
.fd_about_container img{
    width: 540px;
    height: 380px;
    position: absolute;
    right: 50px;
    top: 35px;
}
.fd_about_txt{
    width: 500px;
    height: 320px;
    display: none;
}
.fd_about_txt h2{
    font-size: 22px;
}
.fd_about_txt p{
    color: #333;
    font-size: 15px;
    margin: 15px 0 30px 0;
    line-height: 28px;
}
.fd_about_tab{
    margin-bottom: 10px;
}
.fd_about_tab span a{
    background: #059CF7;
    color: #fff;
    padding: 10px 32px;
    border-radius: 4px;
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
}
.fd_about_tab span a:hover{
    background: #000064;
	color:#FFFFFF;
}
.fd_about_tab span.tab_active{
    background: #000064;
	color:#FFFFFF;
}
.clera{
    clear: both;
}
.fd_parner div{
    margin-bottom: 10px;
}
.fd_parner div img:nth-child(6n){
margin-right:0;}
.fd_parner div img{
    width: 174px;
    border: 1px solid #ccc;
    margin-right: 24px;
	margin-bottom:10px;
}
.fd_parner div img:hover{
    border: 1px solid #009BF5;
}
.fd_parner div img:last-child{
    margin-right: 0;
}
.fd_news{
    padding-bottom: 50px;
}
.fd_news dl{
    width: 585px;
    float: left;
    margin-bottom: 15px;
    padding: 20px;
    box-sizing: border-box;
    border:1px solid #d7d6d6;
    position: relative;
}
.fd_news dl:hover{
    border: 1px solid #009BF5;
}
.fd_news dl:hover a dd:nth-child(2){
    color:#009BF5;
}
.fd_news dl:nth-child(odd){
    margin-right: 30px;
}
.fd_news dt{
    border-right: 1px solid #d7d6d6;
    text-align: center;
    color: #7d7b7b;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
}
.fd_news dt p{
    font-size: 28px;
    line-height: 25px;
}
.fd_news dt span{
    font-size: 14px;
}
.fd_news dd{
    padding-left: 80px;
    width: 420px;
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box; 
    -webkit-line-clamp: 1; 
    -webkit-box-orient: vertical;
    font-size: 16px;
}
.fd_news dd:last-child{
    font-size: 14px;
    color: #7d7b7b;
    margin-top: 5px;
}
.fd_bottom_copy{
    font-size: 14px;
    width: 1200px;
    padding-top: 10px;
    margin: 0 auto;
    position: relative;
}
.fd_bottom_copy a{
    /* position: absolute; */
    color: #9f9f9f;
    float: right;
}
.fd_bottom{
    height: 280px;
}
.fd_bottom div{
    width: 160px;
    padding-top: 30px;
    float: left;
}
.fd_bottom div span{
    display: inline-block;
    width: 32px;
    height: 3px;
    overflow: hidden;
    background: #009BF5;
    margin-bottom: 10px;
}
.fd_bottom div p a{
    color: #9f9f9f;
}
.fd_bottom div h2{
    color: #fff;
    font-size: 16px;
}
.fd_bottom div h2 i{
    color: #009BF5;
}
.zs_product{
    height: 200px;
    width: 100%;
}
.zs_product >a{
    display: block;
    float: left;
    width: 276px;
    height: 100px;
    position: relative;
    margin-right: 32px;
    border-radius: 10px;
    background: #f5f5f5;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.zs_product >a:nth-child(4n){
    margin-right: 0;
}
.zs_product >a >img{
    width: 60px;
    height: 60px;
    border-radius: 10px;
    border: 1px solid #d8d8d8;
    position: absolute;
    right: 20px;
    top: 20px;
}
.zs_product >a >span{
    display: inline-block;
    padding-top: 34px;
	font-size:16px;
}
.zs_product >a >p{
    width: 42px;
    height: 2px;
    background: #c9151a;
    margin-top: 4px;
}
.zs_product >a:hover{
    background: #009BF5;  
    color: #fff;
}
.zs_product >a:hover >img{
    border: 1px solid #fff;
}
.zs_product >a:hover >p{
    background: #fff;
}
.zs_about{
    /* padding-left: 300px;
    position: relative;
    min-height: 350px; */
}
.zs_about_bar{
    float: left;
}
.zs_about_right{
    width: 890px;
    float: right;
}
.zs_about_bar{
    width: 262px;
    float: left;
    margin-top: -70px;
    z-index: 1;
    position: relative;
}
.zs_about_bar dt{
    height: 80px;
    line-height: 80px;
    padding-left: 60px;
    color: #fff;
    font-size:24px;
    background: #009BF5 url(../image/about_icon.png) no-repeat 26px center;
    background-size: 25px 25px;
}
.zs_about_bar dd a{
    display: inline-block;
    border-bottom: 1px solid #e8e8e9;
    width: 100%;
    padding-left: 60px;
   /* height: 60px;*/
    line-height: 60px;
    box-sizing: border-box;
}
.zs_about_bar dd >a{
    background: #f7f7f7 url(../image/narbar_1.png) no-repeat 30px center;
    background-size: 18px 18px;
}
.zs_about_bar dd li a{
    position: relative;
    padding-left: 50px;
	background: #fcfcfc;
}
.zs_about_bar dd ul{
    display: none;
}
.zs_about_bar dd li.active a{
    color: #009BF5;
	
}
.zs_about_bar dd li a::before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background:#333;
    position: absolute;
    left: 35px;
    top: 26px;
}
.zs_about_bar dd >a:hover,.zs_about_bar dd.active >a{
    background: #f7f7f7 url(../image/navbar_2.png) no-repeat 30px center;
    background-size: 18px 18px;
    color: #009BF5;
}
.zf_news a:hover dt img{
    border: 1px solid #009BF5;
}
.zf_news dl a:hover strong{
    color: #009BF5;
}
.partner {
    float: left;
    min-width: 905px;
}

.partner ul {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.partner ul li {
    float: left;
    width: 212px;
    text-align: center;
    margin-right: 14px;
    margin-bottom: 10px;
    position: relative;
}

.partner ul li img {
    width: 206px;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 2px;
    height: 104px;
}

.partner ul li a b {
    line-height: 38px;
    display: inline-block;
    color: #333333;
    font-size: 14px;
    width: 100%
}

.partner ul li:nth-child(4n) {
    margin-right: 0px;
}

.partner ul li:hover a {
    color: #009BF5;
    display: inline-block;
}

.partner ul li:hover a b {
    color: #009BF5
}

.partner ul li:hover img {
    border: 1px solid #009BF5;
}
.con_right2{
    width: 100%;
    float: left;
    padding:10px 0px 20px 0px;
    font-size: 14px;
    line-height: 32px;
}
.news{width: 100%;
    float: left;
}
.news dl dd {
    width: 100%;
    float: left;
    padding: 0px 0px 20px;
    /*margin-bottom: 20px;*/
    color: #666666;
}
.news dl dd strong{
    width: 100%;
    float: left;
    color: #333;
    font-size: 16px;
}
.news dl dd p{
    width: 74px;
    float: left;
    height: 4px;
    background: #f0f0f0;
    position: relative;
    float: left;
    margin: 8px 0px;
}
.news dl dd p i{
    position: absolute;
    left: 0px;
    top: 0px;
    background: #009BF5;
    width: 10px;
    height: 4px;
    display: inline-block;
}
.news dl dd span {
    width: 100%;
    float: left;
    display: inline-block;
	line-height:24px;
}
.news dl dd b{
    width: 100%;
    float: left;
    display: inline-block;
    line-height: 30px;
    color: #666;
}
.news dl dd b img {
    float: left;
    margin-top: 6px;
    margin-right: 5px;
}
.news dl a {
    width: 100%;
    float: left;
    display: inline-block;
}
.news dl dt {
    width: 150px;
    float: left;
    display: inline-block;
    margin-right: 20px;
}
.news dl dd {
    width: calc(100% - 170px);
    float: left;
}
.news dl dt>img {
    width: 150px;
    float: left;
	height:120px;
	border: 1px solid #efefef;
	padding:3px;
}
.order_btn a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #333;
    float: left;
    margin-top: 20px;
	border-radius:5px;
}

.order_btn a:hover {
    background: #009BF5;
    color: #fff;
	border-radius:5px;
}

.faqshow_tyext {
    width: 100%;
    float: left;
    line-height: 28px;
    color: #666;
    font-size: 14px;
    padding-bottom: 20px;
    float: left
}

.faqshow_tyext table td {
    padding-left: 6px;
}
.pro_tit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #009BF5;
    font-size: 18px;
    text-indent: 20px;
    float: left;
    background: #f4f4f4;
    font-weight: normal;
}
.can_box ul {
    margin: 0 -13px;
}

.can_box li {
    float: left;
    width: 25%;
    padding: 0 13px;
    margin: 20px 0 0px;
    box-sizing: border-box;
}

.can_pic {
    width: 280px;
    height: 130px;
    overflow: hidden;
}

.can_pic img {
    width: 100%;
}

.can_text {
    height: 280px;
    padding: 22px 18px;
    background: #F7F7F7;
    box-sizing: border-box;
    transition: all .3s ease;
}

.can_text_tt {
    font-size: 18px;
    margin-bottom: 7px;
    transition: all .3s ease;
	color:#059CF7;
	float:left;
	text-align:center;
}
.can_text_tt a{
    color: #059CF7;
	text-align:center;
	font-size: 18px;
}
.can_text_detail {
    font-size: 14px;
    line-height: 22px;
    transition: all .3s ease;
	float:left;
}
.can_text_detail a{
    color: #666;
	float:left;
}
.can_box li:hover .can_text {
    background:#059CF7;
	float:left;
}

.can_box li:hover .can_text_tt a, .can_box li:hover .can_text_detail a{
    color: #fff;
}
.index2_con {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.index2_con_tit{
	width: 100%;
	float: left;
	position: relative;
}
.index2_con_tit ul{
	display: table;
	position: relative;
	margin: 0px auto;
	z-index: 3;
}

.index2_con_tit ul li {
	float: left;
	width: 190px;
	height: 48px;
	line-height: 48px;
	margin-right: 10px;
	text-align: center;
	position: relative;
	z-index: 3;

}
.index2_con_tit ul li a {
	border: 1px solid #d3d3d3;
	width: 100%;
	background: #fff;
	height: 48px;
	line-height: 48px;
	display: inline-block;
	border-radius: 5px;
}
.index2_con_tit ul li:hover a,.index2_con_tit ul li.hover a{
	background-image: linear-gradient(-32deg, 
	#059CF7 0%, 
	#059CF7 100%), 
linear-gradient(
	#059CF7, 
	#059CF7);
	color: #fff;
	border: #059CF7;
}
.index2_con_bot{
	width: 100%;
	float: left;
	margin-top: 40px;
	height:340px;
	overflow: hidden;
}
.index2_con_bot ul li{
	width: 280px;
	height: 380px;
	float: left;
	margin-right: 25px;
	text-align: center;
	margin-bottom: 30px;
	

}

.index2_con_bot ul li a{
	width: 280px;
	/* padding: 1px; */
	height: 320px;
	border-radius: 2px;
	overflow: hidden;
	display: inline-block;
}
.index2_con_bot ul li i{width: 280px;height: 287px;background: #fff;display: inline-block;text-align: center;}
.index2_con_bot ul li i img {vertical-align: middle;width:calc(100% - 6px);padding:2px;border: 1px solid #cfcfcf; height:280px;}
.index2_con_bot ul li b{
	width: 100%;
	float: left;
	display: inline-block;
	font-size: 14px;
	color: #333;
	/* margin-top: 15px; */
	line-height: 50px;
	margin-top:0px;
}
.index2_con_bot ul li:hover i img{
	border:1px solid #059CF7;
}
.index2_con_bot ul li:hover a{
	color: #059CF7;
}
.index2_con_bot ul li:hover a b{
	color: #059CF7;
}