/*初始化样式*/
@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
    text-align: left;
}

a {
    text-decoration: none;
}

/*共用样式*/
html {
    font-family: 微软雅黑;
    color: #585858;
}

input {
    outline: none;
}
.banquan{
    /*position: absolute;*/
    /*top: 10px;*/
    /*left: 15%;*/
    float: left;
    width: 50px;
    margin: 10px;
}
.headerpag {
    width: 1250px;
    margin: 0 auto;
    overflow: hidden;
}

.headerpageleft img {
    float: left;
    margin-top: 10px;
}

.headerpageleft div {
    width: 300px;
    margin-left: 10px;
    float: left;
    height: 90px;
}

.headerpageleft span {
    width: 300px;
    letter-spacing: 7px;
    color: #333;
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    border-bottom: 2px solid #ff8000;
    margin-top: 5px;
    padding-bottom: 4px;
}

.headerpageleft p {
    text-align: center;
    font-size: 22px;
    letter-spacing: 10px;
    width: 300px;
    display: inline-block;
}

.headerpageright {
    float: right;
    width: 800px;
}

.headerpageright form {
    width: 520px;
    /*display: block;*/
    /*overflow: hidden;*/
    margin-top: 20px;
}

.headerpageright form input {
    width: 320px;
    line-height: 50px;
    border: 1px solid #e4e4e4;
    border-radius: 5px 0 0 5px;
    float: left;
    text-indent: 10px;
    border-right: none;
    font-size: 18px;
}

.headerpageright form button {
    line-height: 50px;
    display: inline-block;
    text-align: center;
    width: 110px;
    border: 1px solid #ff8000;
    border-radius: 0 5px 5px 0;
    background: #ff8000;
    float: left;
    color: white;
    border-left: none;
    outline: none;
    cursor: pointer;
    font-size: 18px;
}

.headerpageright img {
    float: right;
}

.headerpageright a:nth-of-type(2) {
    background: #ff3300;
}

.headerpageright a:nth-of-type(1) {
    background: #ff8000;
}

.headerpageright a {
    float: right;
    color: #ffffff;
    line-height: 40px;
    border-radius: 20px;
    width: 100px;
    text-align: center;
    margin: 7px auto auto 25px;
    cursor: pointer;
}

nav {
    background: #ff8000;
    height: 56px;
    margin-bottom: 2px;
}

nav ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#navtitle {
    height: 56px;
    color: white;
    display: block;
    width: 236px;
    text-align: center;
    background: #ff6600;
    position: relative;
}

#navtitle > span {
    line-height: 56px;
    font-size: 20px;
}
#con{
    width: 386px;
    height: 450px;
    position: absolute;
    z-index: 99;
}
.navUL {
    width: 236px;
    height: 452px;
    background: #ffffff;
    z-index: 9;
    position: absolute;
    overflow: hidden;
}

.navUL div{
    width: 236px;
    height: 63px;
    background: #eeeeee;
    color: #333333;
    line-height: 63px;
    border-bottom: 2px solid #ffffff;
    font-size: 18px;
}

.navUL div > img {
    float: right;
    margin: 24px;
}

.current{
    background: #ff8000;
}
.navtext {
    width: 150px;
    height: 452px;
    background: #ffffff;
    z-index: 9;
    position: absolute;
    left: 236px;
    overflow: hidden;
    color: #333333;
}
.navtextDiv{
    width: 150px;
    height: 90px;
}
.navtextDiv a{
    color: #333333;
}
.navtextDiv a>div{
    width: 40px;
    height: 40px;
    margin: 5px auto;
}
.navtextDiv1 a>div{background: url("../images/index/navtextimg1.png")no-repeat;}
.navtextDiv1:hover a>div{background: url("../images/index/navtextimg1h.png")no-repeat;}
.navtextDiv2 a>div{background: url("../images/index/navtextimg2.png")no-repeat;}
.navtextDiv2:hover a>div{background: url("../images/index/navtextimg2h.png")no-repeat;}
.navtextDiv3 a>div{background: url("../images/index/navtextimg3.png")no-repeat;}
.navtextDiv3:hover a>div{background: url("../images/index/navtextimg3h.png")no-repeat;}
.navtextDiv4 a>div{background: url("../images/index/navtextimg4.png")no-repeat;}
.navtextDiv4:hover a>div{background: url("../images/index/navtextimg4h.png")no-repeat;}
.navtextDiv5 a>div{background: url("../images/index/navtextimg5.png")no-repeat;}
.navtextDiv5:hover a>div{background: url("../images/index/navtextimg5h.png")no-repeat;}
#dcl_1{display: none}
#dcl_2{display: none}
#dcl_3{display: none}
#dcl_4{display: none}
#dcl_5{display: none}
#dcl_6{display: none}
#dcl_7{display: none}
nav ul li {
    width: 95px;
    height: 56px;
}

nav ul li:nth-of-type(1) {
    background: #ff6600;
}

nav ul li > a {
    line-height: 56px;
    color: white;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.banner_img {
    width: 100%;
    overflow: hidden;
    display: block;
    height: 450px;
}

.banner_img .swiper-slide {
    width: 100%;
    overflow: hidden;
    display: block;
}

.banner_img .swiper-slide img {
    width: 1920px;
    margin: 0 calc(50% - 960px);
}

/*主题*/
.zhixun {
    width: 1200px;
    margin: 10px auto;
    overflow: hidden;
}

.zhixun img {
    float: left;
}

.zhixun span, .zhixun a {
    line-height: 42px;
    float: left;
    font-size: 18px;
    margin-left: 20px;
    color: #585858;
}

.zhixun font {
    color: #ff3300;
}

.zhixun div {
    float: left;
    height: 42px;
    overflow: hidden;
    width: 550px;
    position: relative;
}

.zhixun div ul {
    position: absolute;
    bottom: -42px;
    width: 100%;
    overflow: hidden;
}

.zhixun div li {
    line-height: 42px;
    font-size: 18px;
}

.content1 {
    width: 1200px;
    margin: 20px auto;
    overflow: hidden;
}
table {
    border-collapse:collapse;
}
tr,td{
    border: 1px solid #e5e5e5;
}
.content2 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.content2left {
    width: 870px;
    float: left;
}

.content2left ul {
    display: flex;
    justify-content: space-between;
}

.content2left ul li {
    line-height: 46px;
    width: 100%;
    color: #333333;
    border-bottom: 2px solid #e5e5e5;
    cursor: pointer;
}
.content2left ul li div{
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 5px 10px auto 30px;
    float: left;
}
.content2left ul li:nth-of-type(1) div{
    background: url("../images/index/content2leftimg1.png")no-repeat;
}
.content2left ul li:nth-of-type(2) div{
     background: url("../images/index/content2leftimg2h.png")no-repeat;
 }
.content2left ul li:nth-of-type(3) div{
    background: url("../images/index/content2leftimg3h.png")no-repeat;
}
.content2left ul li:nth-of-type(4) div{
    background: url("../images/index/content2leftimg4h.png")no-repeat;
}
.content2left ul li:nth-of-type(5) div{
    background: url("../images/index/content2leftimg5h.png")no-repeat;
}
/*.content2left ul li:nth-of-type(1):hover div{*/
    /*background: url("../images/index/content2leftimg1h.png")no-repeat;*/
/*}*/
/*.content2left ul li:nth-of-type(2):hover div{*/
    /*background: url("../images/index/content2leftimg2h.png")no-repeat;*/
/*}*/
/*.content2left ul li:nth-of-type(3):hover div{*/
    /*background: url("../images/index/content2leftimg3h.png")no-repeat;*/
/*}*/
/*.content2left ul li:nth-of-type(4):hover div{*/
    /*background: url("../images/index/content2leftimg4h.png")no-repeat;*/
/*}*/
/*.content2left ul li:nth-of-type(5):hover div{*/
    /*background: url("../images/index/content2leftimg5h.png")no-repeat;*/
/*}*/
.content2left ul li:nth-of-type(1) {
    background: #ff8000;
    color: white;
}

.content2leftxx1 {
    display: block;
}

.content2leftxx2 {
    display: none;
}

.content2leftxx3 {
    display: none;
}

.content2leftxx4 {
    display: none;
}

.content2leftxx5 {
    display: none;
}

.content2leftxx6 {
    display: none;
}

.content2text {
    margin: 15px 0;
    padding-bottom: 15px;
    overflow: hidden;
    border-bottom: 1px solid #e4e4e4;
}

.content2text > a {
    display: block;
    float: left;
    margin-right: 20px;
}

.content2text1 {
    float: left;
    margin-right: 20px;
    width: 450px;
}

.content2text1 a:nth-of-type(1) {
    color: black;
    font-size: 20px;
    line-height: 34px;
    vertical-align: middle;
}

.content2text1 p {
    line-height: 28px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.content2img1 {
    margin-left: 6px;
    vertical-align: middle;
}

.content2img2 {
    vertical-align: middle;
}
.content2img3{
    margin-left: 12px;
    margin-right: 6px;
    vertical-align: middle;
}
.content2text1 span:nth-of-type(2), .content2text1 span:nth-of-type(3) {
    line-height: 30px;
    margin-right: 25px;
    vertical-align: middle;
    font-size: 15px;
}
.content2text1 button{
    background: #fff;
    color: #ff3300;
    border: 1px solid #ff3300;
    font-size: 14px;
    /* border-radius: 3px; */
    width: 80px;
    margin: 3px 5px;
    height: 27px;
    outline: none;
}
.content2text2 {
    float: right;
    width: 120px;
    padding-top: 20px;
    margin-right: 3px;
}

.content2text2 a {
    width: 120px;
    line-height: 34px;
    display: block;
    text-align: center;
    border-radius: 20px;
    margin-top: 10px;
}

.content2text2 a:nth-of-type(1) {
    border: 1px solid #33bbff;
    color: #33bbff;
}

.content2text2 a:nth-of-type(2) {
    color: white;
    background: #ff8000;
}

.conteng2right {
    float: right;
    width: 308px;

}

.content2righttitle {
    line-height: 44px;
    background: #eeeeee;
    text-align: center;
    color: #333333;
    margin-top: 15px;
    font-size: 18px;
}

.content2right1 img {
    display: block;
}

.content2right2 {
    border: 1px solid #e4e4e4;
    border-top: none;
    padding: 0 10px;
    overflow: hidden;
    height: 290px;
}

.content2right2 li {
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
}

.content2right2 li span {
    line-height: 30px;
}

.content2right2 li p {
    font-size: 14px;
    color: #ff3300;
    margin-bottom: 5px;
}

.content2right2 div {
    width: 180px;
    float: left;
}

.content2right2 li a {
    float: right;
    width: 80px;
    border: 1px solid #ff9900;
    color: #ff9900;
    font-size: 15px;
    line-height: 26px;
    display: block;
    text-align: center;
    border-radius: 20px;
    margin-top: 18px;
}

.content2right3 {
    border: 1px solid #e4e4e4;
    border-top: none;
    padding: 0 10px;
}

.content2right3 span {
    font-size: 18px;
    text-align: center;
    display: block;
    line-height: 36px;
}

.content2right3 font {
    color: #ff3300;
}

.content2right3 form input {
    display: block;
    width: 98%;
    margin: 0 auto;
    line-height: 34px;
    border: 1px solid #e4e4e4;
    margin-top: 10px;
    border-radius: 6px;
    text-indent: 5px;
}

.content2right3 form button {
    width: 98%;
    line-height: 34px;
    border-radius: 20px;
    background: #ff8000;
    text-align: center;
    display: block;
    color: white;
    margin: 8px auto 15px;
    outline: none;
    border: none;
    cursor: pointer;
}

.main_img1 {
    width: 1200px;
    display: block;
    margin: 20px auto;
}

.main_img1 img {
    width: 100%;
}

.content3{
    width: 1200px;
    margin: 0 auto;
    background: #f2f2f2;
    height: 500px;
    overflow: hidden;
}
.content3left{
    width: 230px;
    float: left;
}
.content3left ul{

}
.content3left ul li{
    width: 200px;
    height: 100px;
    background: #ffffff;
    display: block;
    margin: 20px auto;
}
.content3left ul li img{
    margin: 25px auto auto 20px;
    display: inline-block;
}
.content3left ul li div{
    display: inline-block;
}
.content3left ul li p{
    text-align: center;
    width: 110px;
    line-height: 32px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}
.content3left ul li span{
    width: 80px;
    line-height: 26px;
    border-radius: 5px;
    font-size: 22px;
    color: #ff8000;
    display: block;
    text-align: center;
    margin: 5px auto 10px;
}
.content3right{
    width: 970px;
    float: left;
}
.content3right1title{
    width: 940px;
    display: flex;
    justify-content: space-between;
    background: #ff8000;
    line-height: 45px;
    margin-left: 11px;
    margin-top: 20px;
}
.content3right1title span{
    display: block;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-weight: bold;
}
.content3right1{
    margin-left: 11px;
    overflow: hidden;
    width: 100%;
    height: 415px;
    position: relative;
}
.content3right1 ul{
    position: absolute;
    bottom: -45px;
    width: 100%;
    overflow: hidden;
}
.content3right1 ul li{
    width: 940px;
    display: flex;
    justify-content: space-between;
    line-height: 45px;
    background: #fff;
    border-top: 1px  solid #e4e4e4;
}
.content3right1 ul li span{
    display: block;
    line-height: 45px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.content3right1 ul li:hover{
    background: #eee;
}
.content4 {
    width: 1200px;
    height: 390px;
    margin: 20px auto;
    display: flex;
}
.content4left{
    width: 880px;
    height: 390px;
    border:1px solid #e5e5e5;
}
.content4leftText1{float: left}
.content4leftText2{float: right}
.content4leftText1 p{
    width: 260px;
    height: 50px;
    line-height: 50px;
    background: #e5e5e5;
    font-size: 24px;
    letter-spacing: 2px;
    text-indent: 20px;
    color: #333;
}

.content4leftText1 img{
    margin: 15px 0 auto 14px;
}
#dca_1{display: block}
#dca_2{display: none}
#dca_3{display: none}
#dcb_1{display: block}
#dcb_2{display: none}
#dcb_3{display: none}
.content4-title{
    width: 617px;
    height: 50px;
    line-height: 50px;
    background: #e5e5e5;
}
.content4-title ul li{
    float: left;
    width: 100px;
    text-align: center;
    margin: 0 30px;
    height: 48px;
    box-sizing: border-box;
}
.tabCss{
    border-bottom: 5px solid #ff8000;
    color: #ff8000;
}
.content4TextP{
    font-size: 22px;
    letter-spacing: 5px;
    color: #ff8000;
    margin: 20px auto auto 30px;
}
.content4Text1 ul:nth-of-type(1){
    margin-left: 30px;
}
.content4Text1 ul:nth-of-type(1) li{
    margin-top: 15px;
}
.content4Text1 ul:nth-of-type(2){
    margin-left: 15px;
}
.content4Text1 ul:nth-of-type(2) li{
    float: left;
    margin: 20px 5px;
}
.content4Text2 span{
    font-size: 14px;
    display: block;
    margin: 15px auto auto 30px;
}
.content4Text2 span a{color: #ff3300;font-weight: 600}
.content4Text2 ul{
    margin-left: 30px;
}
.content4Text2 ul li{
    float: left;
    margin: 20px 10px;
}
.content4Text2 ul li img{
    border: 1px solid #e5e5e5;
}
.content4Text2 ul li div{
    text-align: center;
}
.content4Text3 ul{
    margin-left: 30px;
}
.content4Text3 li:nth-of-type(1){margin-top: 26px}
.content4Text3 li{
    font-size: 14px;
    margin-top: 10px;
}
.content4right{
    width: 300px;
    height: 390px;
    margin-left: 20px;
    box-sizing: border-box;
    border:1px solid #e5e5e5;
}
.content4rightTitle{
    width: 300px;
    height: 50px;
    background: #e5e5e5;
    border-bottom: 5px solid #ff8000;
}
.content4rightTitle span:nth-of-type(1){
    color: #ff8000;
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
    margin: 5px 15px;
    vertical-align: middle;
}
.content4rightTitle span:nth-of-type(2){
    vertical-align: middle;
    color: #333333;
    font-size: 20px;
}
.content4rightTitle a{
    vertical-align: middle;
    float: right;
    margin: 15px;
    color: #333333;
}
.content4rightText ul{
    margin-left: 40px;
}
.content4rightText li{
    list-style: disc;
    font-size: 14px;
    margin-top: 13px;

}
.content4rightText li a{
    color: #666666;
}
.content4rightText li span{
    color: #FFFFFF;
    background: #ff3300;
    font-size: 12px;
    padding: 0 2px;
}
.content5 {
    background: url("../images/index/content5.png");
    width: 1200px;
    height: 318px;
    margin: 20px auto;
}

.content5 > span {
    font-size: 34px;
    display: block;
    text-align: center;
    padding-top: 15px;
    color: #ff8000;
}

.content5 ul {
    width: 1040px;
    margin: 160px auto 0;
    display: flex;
    justify-content: space-between;
}

.content5 ul li {
    width: 180px;
    text-align: center;
}

.content5 ul li span {
    font-size: 20px;
    font-weight: bold;
    line-height: 34px;
}

.title {
    margin: 20px 0;
}

.title span {
    font-size: 28px;
    display: block;
    text-align: center;
    color: #333333;
}

.title p {
    text-align: center;
    color: #999999;
}
.jxsp{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.jxsp-ship{}
.jxsp-ship1{
    float: left;
    margin-left: 50px;
    margin-top: 20px;
}
.jxsp-ship1 video{
    width: 550px;
    height: 310px;

}
.content6 {
    border-top: 2px dashed #e4e4e4;
    padding-top: 10px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.content6text:nth-of-type(1) > div:nth-of-type(1) {
    display: none;
}

.content6text:nth-of-type(1) > div:nth-of-type(2) {
    display: block;
}

.content6text1 {
    border: 1px solid #e5e5e5;
    display: block;
    width: 319px;
    height: 510px;
}
.content6Title{
    width: 319px;
    background: #eeeeee;
    height: 50px;
    margin-bottom: 10px;
}

.content6text1 span:nth-of-type(1) {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #ff8000;
    line-height: 50px;
    margin-left: 30px;
}

.content6text1 span:nth-of-type(2) {
    text-align: center;
    font-size: 14px;
    color: #999999;
    line-height: 50px;
}
.content6text1 img{
    width: 90%;
    margin: 15px auto;
    display: block;
}
.content6text1 p {
    line-height: 30px;
    margin: 0 5px 5px 15px;
    font-size: 18px;
}

.content6text1 p font {
    font-weight: bold;
}

.content6text1 p:nth-of-type(1) {
    color: #ff8000;
}

.content6text1 a {
    width: 280px;
    display: block;
    margin: 40px auto 10px;
    line-height: 44px;
    font-size: 18px;
    text-align: center;
    background: #ff8000;
    color: white;
    border-radius: 20px;
}


.content6text2 {
    /*border: 1px solid black;*/
    width: 460px;
    height: 510px;
    display: none;
    box-shadow: 0 0 5px 5px #e4e4e4;
}

.content6text2title {
    background: #ff8000;
    overflow: hidden;
}

.content6text2title div {
    float: left;
    width: 250px;
    margin: 10px 0 10px 25px;
}

.content6text2title div span {
    font-size: 24px;
    font-weight: bold;
    color: white;
}

.content6text2title div p {
    font-size: 16px;
    color: white;
    line-height: 30px;
}

.content6text2title a {
    float: right;
    margin-right: 25px;
    line-height: 34px;
    border: 1px solid white;
    width: 130px;
    font-size: 18px;
    color: white;
    display: block;
    text-align: center;
    border-radius: 6px;
    margin-top: 20px;
}

.content6text2text {
    margin: 20px;
    overflow: hidden;
}

.content6text2 img {
    display: block;
    margin: 0 auto;
}

.content6text2text img {
    float: left;
}

.content6text2text div {
    float: right;
    width: 220px;
}

.content6text2text div span {
    display: block;
    font-size: 20px;
    margin-top: 10px;
    line-height: 30px;
}

.content6text2text > div > a {
    line-height: 30px;
    border: 1px solid #ff9900;
    width: 130px;
    color: #ff9900;
    display: block;
    text-align: center;
    border-radius: 6px;
    margin-top: 15px;
}

.content6text2text > div > div {
    /*display: flex;*/
    /*justify-content: space-evenly;*/
}

.content6text2text > div > div > a {
    line-height: 30px;
    width: 100px;
    display: block;
    text-align: center;
    margin-top: 15px;
    border: 1px solid #33bbff;
    color: #33bbff;
    border-radius: 20px;
}

.content7text3 {
    display: block;
    width: 1200px;
    margin: 0 auto;
}

.content7text3 ul {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

.content7text3 ul li {
    width: 280px;
    background: #f2f2f2;
    height: 450px;
}

.content7text3 ul li img {
    display: block;
    margin: 0 auto;
}

.content7text3 ul li img:nth-of-type(1) {
    margin-top: 30px;
}

.content7text3 ul li span {
    font-size: 20px;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
    width: 80%;
    color: #ff8000;
    border: 1px solid #ff6600;
}

.content7text3 ul li p {
    margin: 10px 20px;
    line-height: 30px;
    font-size: 18px;
}

.content8 {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.content8 ul {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.content8 ul li {
    width: 286px;
    border: 1px solid #f2f2f2;
}

.content8 ul li img {
    display: block;
}

.content8 ul li > span {
    display: block;
    line-height: 44px;
    background: #f2f2f2;
    text-align: center;
    color: #ff8000;
    font-weight: bold;
    font-size: 18px;
}

.content8 ul li p {
    margin: 15px 10px 0 10px;
    line-height: 26px;
}

.content8 ul li p font {
    font-weight: bold;
}

.content8 ul li div:nth-of-type(1) {
    padding: 10px;
}

.content8 ul li div:nth-of-type(1) img {
    display: inline-block;
    vertical-align: middle;
}

.content8 ul li div:nth-of-type(1) img:nth-of-type(2) {
    margin-left: 12px;

}

.content8 ul li div:nth-of-type(1) span {
    vertical-align: middle;
}

.content8 ul li div:nth-of-type(2) {
    display: flex;
    justify-content: space-evenly;
    margin: 5px 0 15px 0;
}

.content8 ul li div:nth-of-type(2) a {
    line-height: 34px;
    width: 125px;
    font-size: 18px;
}

.content8 ul li div:nth-of-type(2) a:nth-of-type(1) {
    border: 1px solid #33bbff;
    border-radius: 8px;
    text-align: center;
    color: #33bbff;
}

.content8 ul li div:nth-of-type(2) a:nth-of-type(2) {
    background: #ff8000;
    border-radius: 8px;
    text-align: center;
    color: #fff;
}

.content9 {
    display: block;
    width: 1200px;
    margin: 0 auto;
}

.content9 ul {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

.content9 ul li {
    width: 280px;
    background: #f2f2f2;
    height: 410px;
}

.content9 ul li img {
    display: block;
    margin: 0 auto;
}

@media all and (max-width: 375px) {

}

@media all and (max-width: 320px) {

}