* {
    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: #0c5aaa;
    font-size: 14px;
    text-decoration: none;
}

ul,
li,
ol {
    list-style: none;
}

input,
textarea {
    font-size: 16px;
}

b,
em,
i,
strong {
    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,
strong,
b,
h1,
h2,
h3,
h4,
h5 {
    font-style: normal;
    font-weight: normal;
}

.head {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #666;
    height: 40px;
    line-height: 40px;
    background: #f1f4f9;
    border-bottom: 1px solid #e3e7eb;
}

.head .fr li {
    float: left;
    position: relative;
    padding: 0px 15px;
    border-left: 1px solid #e3e7eb;
}

.head .fr li img {
    vertical-align: middle;
}

.header {
    height: 140px;
    width: 100%;
    float: left
}

.header .fl {
    padding-top: 10px;
}

.header .fr {
    padding-top: 30px;
    width: 280px;
}

.header .fr dt {
    float: left;
    width: calc(100% - 60px);
}

.header .fr dd {
    float: left;
    margin-right: 10px;
    width: 50px;
}

.header .fr dt span,
.header .fr dd p {
    width: 100%;
    float: left;
    display: inline-block;
}

.header .fr dt span {
    font-size: 26px;
    color: #0c5aaa;
}

.header .fr dt p {
    font-size: 18px;
    position: relative;
}

.header .fr dt p::after {
    position: absolute;
    top: 10px;
    left: 150px;
    content: "";
    width: 39px;
    height: 1px;
    background: #9a9a9a;
    opacity: 0.5;
}

.header .fr dt i {
    font-size: 16px;
    color: #666;
}

.nav {
    width: 100%;
    height: 55px;
    line-height: 55px;
    display: flex;
    float: left;
    background: #2d3a4e;
}

.nav ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.nav ul li {
    float: left;
    width: 100%;
    text-align: center;
    height: 55px;
    line-height: 55px;
    display: inline-block;
    cursor: pointer;
}

.nav ul li a {
    width: 100%;
    height: 55px;
    line-height: 55px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: relative;
    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 {
    background: #0c5aaa;
    /* border-color: #0c5aaa; */
}

.nav ul li:hover dl {
    display: block;
}

.nav ul li dl {
    width: 100%;
    position: relative;
    top: -1px;
    display: none;
    z-index: 9;
    left: 0px;
}

.nav ul li dl dd {
    height: 40px;
    line-height: 40px;
    width: 100%;
}

.nav ul li dl dd a {
    height: 40px;
    line-height: 40px;
    width: 100%;
    background: #2d3a4e;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    border: none;
}

.nav ul li dl dd a:hover {
    background: #00a54f
}

.swiper-container1 {
    position: relative;
    top: 0px;
    float: left;
    width: 100%;
}

.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: #fff;
    height: 12px;
}

.index_search {
    width: 100%;
    float: left;
    height: 60px;
    line-height: 40px;
    background: #f8f8f8;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 60px;
}

.index_search dl,
.index_search dl dt,
.index_search dl dd {
    float: left;
    line-height: 60px;
}

.index_search dl dt {
    font-size: 18px;
    color: #0c5aaa;
}

.index_search dl dd a {
    float: left;
    margin: 0px 10px;
}

.index_search p {
    float: right;
    width: 325px;
    margin-top: 5px;
    height: 42px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 2px #0c5aaa;
    background: #0c5aaa;
    overflow: hidden;
}

.index_search p input[type=button] {
    background: #0c5aaa;
    width: 70px;
    height: 40px;
    font-size: 14px;
    color: #fff;
}

.index_search p input[type=text] {
    background: #fff;
    width: 250px;
    height: 42px;
    font-size: 14px;
    color: #333;
    text-indent: 10px;
    /* margin-left: 5px; */
}

.left_nav {
    width: 295px;
    background-color: #0c5aaa;
    margin-right: 25px;
    border-radius: 5px;
    height: auto;
}

.left_nav .big_nav {
    margin-bottom: 30px
}

.big_nav ol {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    padding: 10px 0px 15px;
}

.big_nav ol li b {
    width: 20px;
    height: 4px;
    opacity: 0.5;
    display: inline-block;
    background: #fff;
}

.big_nav ol li p {
    font-size: 18px;
}

.big_nav ol li span {
    font-size: 22px;
}

.left_nav h4 {
    height: 75px;
    line-height: 75px;
    font-size: 28px;
    color: #eee;
    padding-left: 20px;
    /* text-align: center; */
    /* background: #2482e3 */
}

.left_nav h4 img {
    margin-right: 10px;
}

.left_nav .slider_bar {
    width: 286px;
    background-color: #fff;
    border-radius: 5px;
    margin: 0px 5px;
    float: left;
	height:500px;
    /* margin-bottom: 20px; */
    /* border: 1px solid #eaeaea */
}

.slider_bar li dl {
    display: none;
}

.left_nav .slider_bar li {
    width: 260px;
    margin: 0px 8px;
    float: left;
    line-height: 60px;
    text-align: center;
}

.left_nav .slider_bar li:last-child {
    border: none
}

.left_nav .slider_bar>li>a {
    font-size: 14px;
    color: #444;
    float: left;
    display: block;
    width: 100%;
    height: 100%;
    color: #2482e3;
}

.left_nav .slider_bar li h5 {
    width: 100%;
    text-align: left;
    text-indent: 20px;
    position: relative;
    border-bottom: 1px dashed #d7d7d7;
    float: left;
    /* background: #eee */
}

.left_nav .slider_bar li:last-child h5 {
    border: none;
}

.left_nav .slider_bar li.active h5 {
    margin-right: -1px
}

.left_nav .slider_bar li h5 i {
    margin-right: 10px;
}

.left_nav .slider_bar li dd {
    width: 100%;
    float: left;
    border-bottom: 1px dashed #d7d7d7;
    text-align: left;
    text-indent: 42px;
    float: left;
}

.left_nav .slider_bar li dd:last-child {
    border: none
}

.left_nav .slider_bar li h5 span {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer
}

.left_nav .slider_bar li dd.select a {
    color: #2482e3
}

.left_nav .slider_bar li.active h5 a,
.left_nav .slider_bar li dd a:hover {
    color: #2482e3
}

.bus_style {
    width: 870px;
    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: 274px;
    height: 320px;
}

.bus_style ul li:nth-child(3n) {
    margin-right: 0px;
}

.bus_style ul li a {
    display: inline-block;
    width: 276px;
    text-align: center;
}

.bus_style ul li img {
    display: inline-block;
    border: solid 1px #e3e3e3;
    float: left;
}

.bus_style ul li b {
    width: 100%;
    text-align: center;
    display: inline-block;
    line-height: 46px;
    /* width: 274px; */
    height: 46px;
    background-color: #2d3a4e;
    color: #fff;
}

.bus_style ul li:hover img {
    border: 1px solid #2482e3;
}

.bus_style ul li:hover b {
    background-color: #0c5aaa;
}

.index {
    width: 100%;
    float: left;
}

.index_tit {
    width: 100%;
    float: left;
    text-align: center;
    height: 160px;
}

.index_tit h1 {
    font-weight: normal;
    line-height: 34px;
    font-size: 38px;
    margin-top: -15px;
	text-transform: uppercase;
}

.index_tit b {
    font-weight: bold;
}

.index_tit p {
    margin-top: 70px;
    font-size: 60px;
    color: #666666;
    opacity: 0.1;
    text-transform: uppercase;
    line-height: 30px;
    background: transparent;
}

.index_tit span {
    width: 100%;
    height: 1px;
    background: #d0d0d0;
    display: inline-block;
    position: relative;
}

.index_tit span::before {
    position: absolute;
    content: "";
    background: #0c5aaa;
    width: 140px;
    margin-left: -70px;
    height: 3px;
    top: -1px;
}

.index2 {
    background: #f8f8f8;
    padding-bottom: 70px;
}

.index2_con_tit {
    width: 260px;
    float: left;
    background-color: #0c5aaa;
    margin-right: 18px;
}

.index2_con_tit ul {
    width: 260px;
    /* height: 462px; */
    background-color: #0c5aaa;
    float: left;
}

.index2_con_tit ul li {
    float: left;
    width: 100%;
    height: 75px;
    line-height: 75px;
    text-align: center;
    position: relative;
    z-index: 3;
}

.index2_con_tit ul li a {
    width: 100%;
    height: 75px;
    line-height: 75px;
    float: left;
    display: inline-block;
    color: #fff;
}

.index2_con_tit ul li:hover a,
.index2_con_tit ul li.hover a {
    background: url(../image/index2_con_tit.png) center center no-repeat;
}

.index2_con_tit p {
    width: 100%;
    height: 86px;
    float: left;
    background: #0a4d91;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index2_con_tit p a {
    width: 136px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    /* background-color: #2d3a4e; */
    border-radius: 18px;
    border: solid 1px #ffffff;
    color: #fff;
}

.index2_con_tit p a:hover {
    background: #00a54f;
}

.index2_con_bot {
    padding: 20px;
    width: 880px;
    height: 420px;
    background-color: #ffffff;
    box-shadow: 3px 3px 14px 0px rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    float: left;
    overflow: hidden;
}

.index2_botcon {
    display: none;
}

.index2_botcon:first-child {
    display: block;
}

.index2_con_bot dl {
    width: 100%;
    float: left;
}

.index2_con_bot dl dt {
    width: 470px;
    float: left;
    margin-right: 30px;
}

.index2_con_bot dl dt img {
    width: 100%;
}

.index2_con_bot dl dd {
    width: 370px;
    float: left;
    display: flex;
    flex-direction: column;
}

.index2_con_bot dl dd p {
    font-size: 26px;
    color: #333;
    padding-bottom: 30px;
    width: 100%;
}

.index2_con_bot dl dd span {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    margin-bottom: 70px;
}

.index2_con_bot dl dd i a {
    width: 158px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 20px;
    display: inline-block;
    color: #fff;
    background-color: #0a4d91;
    border-radius: 2px;
}

.index2_con_bot dl dd i a:last-child {
    background-color: #00a54f;
}

.index2_con_bot dl dd i a:last-child:hover {
    background-color: #0a4d91;
}

.index2_con_bot dl dd i a:first-child:hover {
    background-color: #00a54f;
}

.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 #0c5aaa;
}

.index1 {
    width: 100%;
    float: left;
    /* background: #f8f8f8; */
    padding-bottom: 60px;
    /* height: 660px; */
    ;
}

.index_con {
    width: 100%;
    float: left;
    padding-bottom: 30px;
}

.index5con {
    width: 100%;
    float: left;
    margin-top: 200px;
}

.index_con .index_l {
    float: left;
    width: 600px;
}

.index_con .index_l p.icon {
    width: 64px;
    height: 166px;
    float: left;
    text-align: center;
    color: #fff;
    line-height: 60px;
    font-size: 34px;
    margin-right: 15px;
    background: url(../image/index_tit1.png) center center no-repeat;
}

.index_con .index_l dl {
    width: calc(100% - 90px);
    float: left;
    padding-bottom: 30px;
}

.index_con .index_l dl dt,
.index_con .index_l dl dd {
    width: 100%;
    float: left;
    font-size: 26px;
    color: #074d95;
}

.index_con .index_l dl dt {
    padding-bottom: 18px;
    line-height: 50px;
}

.index_con .index_l dl dd p {
    float: left;
    width: 490px;
    font-size: 16px;
    color: #666;
}

.index_con .index_l dl dd p span {
    width: 100%;
    float: left;
    line-height: 36px;
    display: inline-block;
}

.index_con .index_l dl dd p span i {
    color: #074d95;
}

.index_con .index_r {
    float: left;
    width: 600px;
}

.index_con .index_r img {
    width: 100%;
}

.index5 {
    background: url(../image/index_titen.jpg) center center no-repeat;
    width: 100%;
    height: 1176px;
    float: left;
}

.index6 {
    width: 100%;
    float: left;
    background: url(../image/index_about.png) top center repeat-x;
}

.index1_con {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
    top: 10px;
}

.index1_con p {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
}

.index1_con ul {
    position: absolute;
    left: 800px;
    top: 40px;
    z-index: 1;
}

.index1_con ul li {
    width: 400px;
    height: 65px;
    line-height: 65px;
    background-color: #00a54f;
    border-radius: 32px;
    margin-bottom: 10px;
    text-indent: 60px;
}

.index1_con ul li:nth-child(2n) {
    background-color: #0a4d91;
}

.index1_con ul li a {
    color: #fff;
    font-size: 16px;
}

.index4_top {
    width: 100%;
    float: left;
    color: #fff;
    /* margin-top: 10px; */
}

.index4_top p {
    float: left;
    width: 630px;
    color: #fff;
}

.index4_top dl {
    width: 570px;
    float: left;
}

.index4_top dl dt p {
    width: 100%;
    float: left;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    line-height: 40px;
}

.index4_top dl dt b {
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    line-height: 45px;
    position: relative;
}

.index4_top dl dt b::after {
    content: "";
    position: absolute;
    width: 46px;
    height: 6px;
    background-color: #0c5aaa;
    left: 0px;
    top: 50px;
    border-radius: 5px;
}

.index4_top dl dt i {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #ccc;
    padding-top: 20px;
    padding-bottom: 10px;
    line-height: 28px;
}

.index4_top dl dd {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.index4_top dl dd a {
    width: 280px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}

.index4_top dl dd a:hover {
    background: #0c5aaa;
    color: #fff;
}


/*å…³äºŽæˆ‘ä»¬--åˆ‡æ¢æ•ˆæžœ*/

.index4_con_bot {
    width: 100%;
    float: left;
    /* border-bottom: solid 1px #e0e0e0; */
    margin-top: 10px;
    height: 316px;
    /* padding-bottom: 10px; */
    ;
    /* overflow: hidden; */
    background: url(../image/index4_con_bot.png) center center no-repeat;
    background-size: 100%
}

.Box_con {
    width: 100%;
    float: left;
    position: relative;
    /* margin-bottom: 50px; */
}

.Box_con {
    position: relative;
    width: 1200px;
    left: 0px;
    z-index: 10;
    top: 0px;
    height: 240px;
    overflow: hidden;
}

.Box_con .btn {
    display: block;
    width: 42px;
    height: 74px;
    position: absolute;
    top: 60px;
    z-index: 10;
    cursor: pointer;
    color: #fff
}

.Box_con .btn_l {
    background: url(../image/btn_l.png) no-repeat center;
    left: 8px;
}

.Box_con .btn_r {
    background: url(../image/btn_r.png) no-repeat center;
    right: 8px;
}

.Box_con .conbox {
    position: relative;
    left: 65px;
    top: 0px;
    width: 1090px;
    overflow: hidden;
}

.Box_con .conbox ul {
    position: relative;
    list-style: none;
    left: 0px;
    width: 10000px;
}

.Box_con .conbox ul li {
    float: left;
    width: 194px;
    height: 190px;
    margin-right: 26px;
    margin-bottom: 40px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.Box_con .conbox ul li img {
    display: block;
    width: 194px;
    float: left;
    height: 150px;
}

.Box_con .conbox ul li b {
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: #e8e8e8;
    color: #666;
    float: left;
}

.Box_con .conbox ul li:hover b {
    background: #1b64af;
    color: #fff;
}

.Box_con2 {
    width: 100%;
    float: left;
    height: 400px;
}

.Box_con2 .conbox ul li {
    width: 248px;
    height: 380px;
    line-height: 300px;
    float: left;
    text-align: center;
    /* border: solid 1px #e0e0e0; */
}

.Box_con2 .conbox ul li a {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    float: left;
    display: inline-block;
    border: solid 1px #e0e0e0;
}

.Box_con2 .conbox ul li b {
    height: 45px;
    line-height: 45px;
    display: inline-block;
    float: left;
}

.Box_con2 .conbox ul li img {
    width: 210px;
    height: 294px;
    margin: 20px;
    float: left;
}

.Box_con2 .conbox ul li:hover a {
    border: solid 1px #0c5aaa;
}

.Box_con2 .btn {
    top: 180px;
}

.Box_con2 .btn_l1 {
    background: url(../image/btn_l.png) no-repeat center;
    left: 0px;
}

.Box_con2 .btn_r1 {
    background: url(../image/btn_r.png) no-repeat center;
    right: 0px;
}

.index3 {
    width: 100%;
    float: left;
    background-color: #f8f8f8;
    height: 720px;
}

.index4_con_bot_tit {
    width: 100%;
    margin-top: 10px;
}

.index4_con_bot_tit ul {
    display: table;
    margin: 0px auto 25px;
}

.index4_con_bot_tit li {
    float: left;
    position: relative;
    padding: 0px 10px;
    font-size: 24px;
    color: #333333;
}

.index4_con_bot_tit li a {
    width: 154px;
    height: 51px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    background-color: #c4c4c4;
    border-radius: 0px 0px 8px 8px;
    color: #fff;
    font-size: 22px;
    float: left;
}

.index4_con_bot_tit li.hover a {
    color: fff;
    background: #0c5aaa
}

.index7 {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}

.firm_tit {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    font-weight: normal;
    line-height: 42px;
    height: 42px;
    border-bottom: 1px solid rgba(192, 192, 192, .4);
}

.firm_tit p {
    float: left;
    color: #666;
}

.firm_tit p b {
    font-size: 20px;
    color: #666;
    cursor: pointer;
    height: 40px;
    display: inline-block;
    margin-right: 40px;
}

.firm_tit p b.hover {
    font-size: 20px;
    border-bottom: 3px solid #1170d3;
    color: #1170d3;
}


/* .tit_col_80b{font-size: 20px; color: #0c5aaa} */

.firm_tit span {
    font-size: 14px;
    color: #2e2e2e;
    float: right;
    display: inline-block;
    text-transform: uppercase;
}

.firm_tit span a {
    color: #1170d3;
}

.index_news {
    width: 100%;
    float: left;
    background: #fafafa;
    padding-top: 30px;
    padding-bottom: 70px;
}

.news_l {
    width: 100%;
    padding: 15px 0px 0px;
    float: left;
}

.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: 558px;
    height: 65px;
    line-height: 65px;
    background-size: 558px;
    /* 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: 598px;
    height: 55px;
    padding: 20px 10px;
    background-color: #ffffff;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
    float: left;
}

.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: #666;
}

.news_lcon ul li p i {
    font-size: 36px;
    color: #666;
    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;
}

.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: #ff6600;
}

.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: #0c5aaa;
    /* 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: #0c5aaa
}

.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: 210px;
    margin-top: 65px;
}

.copy a:hover {
    color: #0c5aaa
}

.copy1 {
    width: 300px;
    margin-top: 35px;
    /* padding-left: 270px; */
    float: left;
}

.copy2 {
    width: 400px;
    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;
    position: relative;
}

.copy_tit::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 35px;
    width: 31px;
    height: 3px;
    background: #1170d3;
    display: inline-block
}

.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; padding-top:0px;}
.copy_r ol li { width: 170px;
 height: 180px;
 line-height: 160px;
 padding: 8px 8px 8px 8px;
 background-color: #325282;
 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;
 flex-direction: column;
 /* 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: 100%;text-align:center;
 display:inline-block;
    line-height: 34px;
 font-size: 16px;
 float: left;

}


.copy_bot2 {
    line-height: 50px;
}

.copy_bot2 a {
    color: #acaeb0;
}

.banner_img {
    width: 100%;
    height: 300px;
    margin: auto;
    overflow: hidden;
    overflow: hidden;
}

.banner_img p {
    width: 100%;
    height: 300px;
    margin: auto;
    overflow: hidden;
    overflow: hidden;
    position: relative;
    top: 0px;
}

.banner_img p img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.content {
    width: 100%;
    float: left;
    padding: 35px 0px;
}

.nav_page {
    width: 260px;
    float: left;
    padding-bottom: 50px;
}

.nav_page h1 {
    width: 100%;
    background: #2d3a4e;
    height: 90px;
    line-height: 90px;
}

.nav_page h1 p {
    float: left;
    width: 100%;
}

.nav_page h1 p img,
.nav_page h1 p span {
    float: left;
    display: inline-block;
    font-size: 28px;
    color: #fff;
    font-weight: normal;
}

.nav_page h1 p img {
    padding: 34px 10px 0px 20px;
}

.nav_page ol {
    margin-bottom: 10px;
    width: calc(100% - 2px);
    float: left;
    border: 1px solid #e5e5e5;
}

.nav_page ol li {
    line-height: 50px;
    background: #f3f3f3;
    color: #f3f3f3;
    margin-top: 3px;
}

.nav_page ol>li>a {
    width: 100%;
    color: #000;
    display: inline-block;
    position: relative;
    text-indent: 20px;
    background: url(../image/page_list_icon.png) no-repeat 270px center;
    transition: all .3s ease;
}

.nav_page ol li ul {
    display: none;
}

.nav_page ol li ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
    background: #fff;
    color: #333
}

.nav_page ol li ul li.show a {
    color: #0c5aaa;
}

.nav_page ol li.hover ul {
    display: block;
}

.nav_page>ol>li.hover>a,
.nav_page>ol>li>a:hover {
    color: #fff;
    background: #0c5aaa url(../image/page_list_icon.png) no-repeat 230px center;
}

.nav_page_l {
    width: 100%;
    height: 100px;
    background: #2d3a4e;
    float: left;
    /* background:linear-gradient(red, yellow); */
    background: linear-gradient(to bottom, #0c5aaa 50%, #fff 50%, #fff 100%);
    height: 210px;
    border: 1px solid #dddddd;
}

.nav_page_l>p {
    margin: 25px 0px 0px 20px;
    float: left;
}

.about_l_b {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}

.about_l_b img {
    float: left;
    margin-right: 10px;
}

.about_l_b p {
    width: calc(100% - 80px);
    float: left;
}

.about_l_b p i,
.about_l_b p span {
    width: 100%;
    float: left;
}

.about_l_b p i {
    color: #0c5aaa;
}

.about_l_b p span {
    font-size: 18px;
    margin-top: 5px;
    color: #f48335;
}


/* 
.about_l_b {width: 100%; background:#0c5aaa; float: left; color: #fff; height: 110px; text-align: center;}
.about_l_b p { font-size: 18px;padding-top:30px;width: 100%; float: left; display: inline-block; }
.about_l_b span { font-size: 26px;position: relative;width: 100%; float: left;display: inline-block; }
.about_l_b span:before {content: '';position: absolute; left: 45%;bottom:0px;width: 40px; height: 2px; background: #fff} */

.content_r {
    width: 905px;
    float: right;
}

.page_tit {
    width: calc(100% - 20px);
    padding-right: 20px;
    float: left;
    background: #f4f4f4;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    text-indent: 20px;
}

.page_tit span,
.page_tit a {
    color: #333333;
    padding: 0px 2px
}

.page_tit a:hover {
    color: #0c5aaa
}

.about_con {
    width: 100%;
    float: left
}

.about_con div {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    width: 100%;
    float: left
}

.page_tit .fl {
    background: #0c5aaa;
    padding-right: 10px;
    position: relative;
}

.page_tit .fl:after {
    content: "";
    right: -50px;
    top: 0px;
    width: 0px;
    position: absolute;
    height: 0px;
    border-top: 50px solid #0c5aaa;
    border-right: 50px solid transparent;
}


/* .anli ul {float: left;width: 100%;padding-top: 15px;}
.anli ul li { float: left;width: 220px; text-align: center;margin-right:8px;margin-bottom:10px;background: #fff; }
.anli ul li img{ float: left;}
.anli ul li a b{line-height: 48px; display: inline-block;color: #333333;width: 100%;margin-top: -5px;}
.anli ul li:nth-child(4n){margin-right: 0px; float: right;}
 */

.anli {
    float: left;
    min-width: 905px;
}

.anli ul {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.anli ul li {
    float: left;
    width: 292px;
    text-align: center;
    margin-right: 14px;
    margin-bottom: 20px;
    position: relative;
}

.anli ul li img {
    width: 278px;
    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%
}

.anli ul li:nth-child(3n) {
    margin-right: 0px;
}

.anli ul li:hover a {
    color: #0c5aaa;
    display: inline-block;
}

.anli ul li:hover a b {
    color: #0c5aaa
}

.anli ul li:hover img {
    border: 1px solid #0c5aaa;
}

.anli_img {
    float: left;
    min-width: 905px;
}

.anli_img ul {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.anli_img ul li {
    float: left;
    width: 292px;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 20px;
    position: relative;
}

.anli_img ul li img {
    width: 278px;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 2px;
    height: 278px;
}

.anli_img ul li a b {
    line-height: 38px;
    display: inline-block;
    color: #333333;
    font-size: 14px;
    width: 100%;
}

.anli_img ul li.hover a {
    color: #0c5aaa;
    display: inline-block;
}

.anli_img ul li.hover a b {
    color: #0c5aaa
}

.anli_img {
    width: 905px;
    height: 400px;
    /* overflow: hidden; */
}

.anli_scroll {
    width: 905px;
    height: 360px;
    position: relative;
    left: 0px;
    float: left
}

.anli_scroll ul {
    width: 10000px;
    height: 360px;
}

.honor {
    float: left;
    min-width: 905px;
}

.honor ul {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.honor ul li {
    float: left;
    width: 292px;
    text-align: center;
    margin-right: 14px;
    margin-bottom: 20px;
    position: relative;
}

.honor ul li img {
    width: 278px;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 2px;
    height: 350px;
}

.honor ul li a b {
    line-height: 38px;
    display: inline-block;
    color: #333333;
    font-size: 14px;
    width: 100%
}

.honor ul li:nth-child(3n) {
    margin-right: 0px;
}

.honor ul li:hover a {
    color: #0c5aaa;
    display: inline-block;
}

.honor ul li:hover a b {
    color: #0c5aaa
}

.honor ul li:hover img {
    border: 1px solid #0c5aaa;
}

.partner {
    float: left;
    min-width: 905px;
}

.partner ul {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.partner ul li {
    float: left;
    width: 292px;
    text-align: center;
    margin-right: 14px;
    margin-bottom: 20px;
    position: relative;
}

.partner ul li img {
    width: 278px;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 2px;
    height: 120px;
}

.partner ul li a b {
    line-height: 38px;
    display: inline-block;
    color: #333333;
    font-size: 14px;
    width: 100%
}

.partner ul li:nth-child(3n) {
    margin-right: 0px;
}

.partner ul li:hover a {
    color: #0c5aaa;
    display: inline-block;
}

.partner ul li:hover a b {
    color: #0c5aaa
}

.partner ul li:hover img {
    border: 1px solid #0c5aaa;
}

.product {
    float: left;
    min-width: 905px;
}

.product ul {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.product ul li {
    float: left;
    width: 292px;
    text-align: center;
    margin-right: 14px;
    margin-bottom: 20px;
    position: relative;
}

.product ul li img {
    width: 278px;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 2px;
    height: 278px;
}

.product ul li a b {
    line-height: 38px;
    display: inline-block;
    color: #333333;
    font-size: 14px;
    width: 100%
}

.product ul li:nth-child(3n) {
    margin-right: 0px;
}

.product ul li:hover a {
    color: #0c5aaa;
    display: inline-block;
}

.product ul li:hover a b {
    color: #0c5aaa
}

.product ul li:hover img {
    border: 1px solid #0c5aaa;
}


/* #container {margin:0 auto;width:905px;} */

#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;
}

.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: #0c5aaa;
    color: #fff;
    text-align: center;
}

.pages li.active a {
    background: #0c5aaa;
    color: #fff
}

.contact {
    float: left;
    width: 100%;
    position: relative;
}

.contact div {
    font-size: 14px;
    color: #7d7d7d;
    line-height: 30px;
}

.product_order {
    float: left;
}

.product_order h3 {
    font-weight: normal;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    padding-top: 15px;
}

.product_order ol li {
    line-height: 30px;
    width: 100%;
    float: left;
    margin-top: 20px;
}

.product_order ol li span {
    width: 110px;
    text-align: right;
    display: inline-block;
    font-size: 14px;
    color: #000000;
    padding-right: 10px;
    float: left;
}

.product_order ol li input {
    outline: none;
    border: none;
    width: 210px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #a9a9a9;
    float: left;
    padding-left: 5px;
}

.product_order ol li textarea {
    width: 510px;
    height: 130px;
    padding: 5px;
    resize: none;
    outline: none;
}

.product_order p input {
    width: 100px;
    height: 40px;
    border: none;
    color: #fff;
    margin: 20px 0px 40px 120px;
    cursor: pointer;
    outline: none;
}

.product_order p input:first-child {
    background: #0c5aaa
}

.product_order p input:last-child {
    background: #414143;
    margin-left: 10px;
}

.faq {
    width: 100%;
    float: left
}

.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: #0c5aaa;
}

.faq dl dd p {
    width: 860px;
    color: 666;
}

.faq dl dt p a {
    color: #0c5aaa;
    font-size: 16px;
    font-weight: bold;
}

.faq dl dt p a:hover {
    color: #002d5f
}

.faq dl dt i {
    color: #0c5aaa;
    margin-left: 10px;
}

.faqshow {
    padding-bottom: 0px;
    width: 100%;
    float: left;
}

.faqshow .tc {
    text-align: center;
    width: 100%;
    font-size: 18px;
    color: #0c5aaa;
    font-weight: bold;
    padding: 40px 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: #0c5aaa
}

.news {
    width: 100%;
    float: left
}

.news dl {
    margin-top: 20px;
    width: 100%;
    float: left;
    cursor: pointer;
}

.news dl dt {
    width: 90px;
    float: left;
    margin-right: 15px;
    text-align: center;
}

.news dl dt span {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #f3f3f3;
    color: #333333;
    font-size: 26px;
    display: inline-block;
}

.news dl dt i {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #333333;
    color: #fff;
    display: inline-block;
}

.news dl:hover dt i {
    background: #0c5aaa;
}

.news dl:hover a {
    color: #0c5aaa;
}

.news dl dd {
    width: 780px;
    float: left
}

.news dl dd p a {
    font-size: 16px;
    color: #333;
    width: 100%;
    float: left;
    line-height: 24px
}

.news dl.hover dd p a {
    color: #0c5aaa
}

.news dl.hover dt i {
    background: #002d5f
}

.news dl dd span {
    font-size: 14px;
    color: #666;
    width: 100%;
    float: left;
    line-height: 22px
}

.product_order {
    float: left;
}

.product_order ol li {
    line-height: 30px;
    width: 100%;
    float: left;
    margin-top: 20px;
}

.product_order ol li span {
    width: 110px;
    text-align: right;
    display: inline-block;
    font-size: 14px;
    color: #000000;
    padding-right: 10px;
    float: left;
}

.product_order ol li input {
    outline: none;
    border: none;
    width: 210px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #a9a9a9;
    float: left;
    padding-left: 5px;
}

.product_order ol li textarea {
    width: 510px;
    height: 130px;
    padding: 5px;
    resize: none;
    outline: none;
    border: 1px solid #a9a9a9
}

.product_order p input {
    width: 100px;
    height: 40px;
    border: none;
    color: #fff;
    margin: 20px 0px 40px 120px;
    cursor: pointer;
    outline: none;
}

.product_order p input:first-child {
    background: #0c5aaa
}

.product_order p input:last-child {
    background: #414143;
    margin-left: 10px;
}

.pro_tit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #0c5aaa;
    font-size: 18px;
    text-indent: 20px;
    float: left;
    background: #f4f4f4;
    font-weight: normal;
}


/*.block span { float: left; width: 36px;margin-top:15px; }
.block ul { float: left; width: 220px; overflow: hidden;margin-top:15px;margin-left: 5px; }
*/

.faqshow_top {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.col_0c5aaa {
    color: #0c5aaa;
    font-weight: bold;
}

.faqshow .faqshow_r {
    width: 460px;
    float: right;
    padding-top: 20px;
}

.faqshow .faqshow_r p {
    padding-bottom: 10px
}

.faqshow .faqshow_r p.col_0c5aaa {
    color: #0c5aaa
}

a.cloud-zoom img {
    border: 1px solid #f5f5f5;
    width: 300px;
}

.block {
    width: 300px;
    margin: 20px 0px 0px;
    text-align: center;
    float: left
}

.block ul img {
    border: 1px solid #f5f5f5;
    float: left;
    margin: 0px 5px;
    width: 60px;
}

.block ul a.hover img {
    border: 1px solid #ff9f00
}

.block ul li {
    width: 10000px;
}

p.author {
    clear: both;
    text-align: center;
    color: #999;
    font-size: 11px;
}

p.author a {
    text-decoration: none;
    color: #666;
    border-bottom: 1px dashed #CCC;
    width: 60px;
    float: left
}


/* This is the moving lens square underneath the mouse pointer. */


/* .cloud-zoom-lens {
	border: 4px solid #888;
	margin:-4px;	Set this to minus the border thickness.
	background:#fff;	
	_background:none;
	cursor:move;		
}
 */


/* This is for the title text. */


/* .cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}
 */


/* This is the zoom window. */


/* .cloud-zoom-big {
	border:4px solid #ccc;
	overflow:hidden;
}
 */


/* This is the loading message. */


/* .cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}
 */

.download {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.download ul li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    float: left;
    background: #efefef;
    margin-bottom: 8px;
    cursor: pointer;
}

.download ul li p {
    position: relative;
    text-indent: 30px;
    width: 80%;
    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: #2d3a4e;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.download ul li span a:hover {
    width: 120px;
    height: 45px;
    background: #0c5aaa;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.download ul li.hover {
    color: #0c5aaa
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.product_detail {
    padding: 20px 0;
    position: relative;
    left: 0px;
}

.detail_pic {
    width: 340px;
}

.detail_pic img {
    width: 100%;
}

.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: 402px;
    width: 402px;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    margin-bottom: 10px;
    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: -400px;
    width: 390px;
    height: 390px;
    border: 1px solid #e9e9e9;
    display: none;
}

.product_big img {
    width: 100%;
}

.product_small_list {
    margin-left: 2px;
    width: 368px;
    overflow: hidden;
}

.product_small_list ul {
    width: 100000px;
    position: relative;
}

.product_small_list li {
    float: left;
    width: 69px;
    height: 69px;
    text-align: center;
    padding: 2px;
    margin: 0 2px;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
}

.product_small_list li img {
    width: 63px;
    height: 63px;
}

.product_small_list li.show {
    border: 1px solid #0c5aaa;
    padding: 2px;
}

.faqshow div.product_small_btn {
    width: 16px;
    height: 69px;
    line-height: 69px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ccc;
    background: #e9e9e9;
    box-sizing: border-box;
    cursor: pointer;
}

.faqshow div .product_small_r {
    float: right;
}

.order_btn a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #0c5aaa;
    float: left;
    margin-top: 20px;
}

.order_btn a:hover {
    background: #0070be;
    color: #fff
}

.faqshow_tyext {
    width: 100%;
    float: left;
    line-height: 28px;
    color: #666;
    font-size: 14px;
    padding-bottom: 20px;
    float: left
}
.faqshow_tyext img{
    width: 100%;
}
.faqshow_tyext table td {
    padding-left: 6px;
}

.news2 {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.news2 {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.news3 {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.news3con {
    width: 430px;
    float: left;
    margin-right: 30px;
}

.news3con h1 {
    width: 100%;
    float: left;
    background: #f4f4f4;
    height: 50px;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
}

.news3con h1 span {
    width: 100px;
    background: #0c5aaa;
    display: inline-block;
    font-weight: normal;
    position: relative;
    text-align: center
}

.news3con h1 span::after {
    position: absolute;
    content: "";
    left: 100px;
    width: 0px;
    height: 0px;
    border-color: #0c5aaa transparent transparent #0c5aaa;
    border-width: 25px;
    border-style: solid;
}

.news3con:last-child {
    margin-right: 0px;
}

.news3 ul {
    width: 100%;
    float: left;
    padding-top: 16px;
}

.news3 ul li {
    height: 40px;
    line-height: 40px;
    width: 100%;
    float: left;
    border-bottom: 1px dashed #e1e1e1;
}

.news3 ul li:last-child {
    border-bottom: none
}

.news3 ul li b {
    float: left;
    position: relative;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news3 ul li b:after {
    position: absolute;
    left: -15px;
    top: 1px;
    content: "·";
}

.news3 ul li a {
    color: #666;
    text-indent: 20px;
}

.news3 ul li a:hover b:after {
    position: absolute;
    left: -15px;
    top: 1px;
    content: "·";
}

.news3 ul li a:hover {
    color: #0c5aaa
}

.news3 ul li span {
    float: right;
}

.news3 ul li a:hover b:after {
    color: #0c5aaa
}