/*初始化样式*/
@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;
}

.headerpagBox {
    width: 100%;
    background: #ff8000;
}

.headerpag {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.headerpag form {
    width: 480px;
    display: block;
    overflow: hidden;
    margin: 15px auto;
}

.headerpag form input {
    width: 360px;
    line-height: 34px;
    border: 1px solid #e4e4e4;
    border-radius: 5px 0 0 5px;
    float: left;
    text-indent: 10px;
    border-right: none;
}

.headerpag form button {
    line-height: 34px;
    display: inline-block;
    text-align: center;
    width: 116px;
    border: 1px solid #ff3300;
    border-radius: 0 5px 5px 0;
    background: #ff3300;
    float: left;
    color: white;
    border-left: none;
    outline: none;
    cursor: pointer;
}

.headerpag ul {
    width: 520px;
    display: flex;
    justify-content: space-between;
    margin: 15px auto;
    float: left;
}

.headerpag ul li {

}

.headerpag ul li a {
    line-height: 34px;
    display: block;
    width: 125px;
    vertical-align: middle;
    border-radius: 6px;
    color: #fff;
}

.headerpag ul li a:hover {
    color: #585858;
}

.headerpag ul li a img {
    margin-left: 8px;
    margin-right: 5px;
    vertical-align: middle;
}

.headerpag ul li a span {
    vertical-align: middle;
    margin-top: -20px;
}

.banner_img {
    width: 100%;
    overflow: hidden;
    display: block;
    height: 500px;
}

.banner_img img {
    width: 1920px;
    margin: 0 calc(50% - 960px);
}

.content1 {
    width: 1200px;
    margin: 20px auto;
    border: 2px #ff8000 dashed;
    overflow: hidden;
    border-radius: 5px;
}
.content1text1{
    width: 660px;
    float: left;
    margin: 30px auto auto 30px;
}
.content1text1 a{
    display: block;
    background: #ff8312;
    width: 70%;
    text-align: center;
    line-height: 45px;
    color: #FFf;
    margin: 20px auto 0;
    border-radius: 6px;
}
.content1text1 span{
    text-indent: 2em;
    display: block;
    margin-top: 15px;
    letter-spacing: 4px;
    line-height: 30px;
}
.content1text2{
    width: 450px;
    margin: 30px;
    float: left;
}

.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 #ff8000;
    color: #ff7f00;
}

.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;
}

.content6{
    width: 1200px;
    margin: 0 auto;
}
.content6 ul{
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}
.content6 ul li{
    border-radius: 10px;
    width: 380px;
    overflow: hidden;
    border: 1px solid #eee;
}
.content6 ul li div{
    background: #ff8000;
    line-height: 58px;
}
.content6 ul li div span{
    font-size: 28px;
    text-align: center;
    color: white;
    display: block;
}

.content6 ul li p{
    height: 110px;
    margin: 15px 20px;
    line-height: 28px;
}
.content6 ul li a{
    width: 240px;
    line-height: 40px;
    border: 1px solid #ff9900;
    color: #ff9900;
    border-radius: 10px;
    font-size: 20px;
    display: block;
    margin: 15px auto;
    text-align: center;
}
.content6 ul li a:hover{
    background: #ff9900;
    color: white;
}

.content10{
    width: 1200px;
    margin: 0 auto;
}
.content10 ul{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.content10 ul li{
    width: 380px;
}
.content10 ul li img{
    display: block;
    width: 100%;
}
.content10 ul li b{
    display: block;
    font-size: 22px;
    text-align: center;
}
.content10 ul li p{
    text-align: center;
    color: #ff8312;
    margin-bottom: 10px;
}
.content10 ul li span{
    display: block;
    line-height: 30px;
    padding: 15px;
}
.content10text{
    width: 380px;
    border: 1px solid #e5e5e5;
}
.content10text a{
    background: #ff8312;
    color: #fff;
    border-radius: 6px;
    display: inline-block;
    width: 150px;
    text-align: center;
    line-height: 34px;
    margin: 0 auto 20px 10px;
}
.contentA{
    width: 500px;
    display: block;
    margin: 0 auto;
    line-height: 40px;
    color: #ffffff;
    background: #ff8312;
    text-align: center;
    border-radius: 6px;
}
.content10text a:nth-of-type(1){margin-left: 8%}
.content7{
    width: 1200px;
    margin: 0 auto;
}
.content7text{
    height: 490px;
    margin-top: 10px;
}
.content7text4{
    background:#ff8000;
    height: 100%;
}
.content7text4>span{
    font-size: 32px;
    color: white;
    display: block;
    text-align: center;
    line-height: 80px;
}
.content7text4title{
    width: 1150px;
    background: #eee;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.content7text4title span{
    display: block;
    line-height: 40px;
    text-align: center;
    width: 100%;
}
.content7text4text{
    width: 1150px;
    margin: 0 auto;
    overflow: hidden;
    height: 330px;
    position: relative;
}
.content7text4text ul{
    position: absolute;
    bottom: -40px;
    width: 100%;
    overflow: hidden;
}
.content7text4text ul li{
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
}
.content7text4text ul li:hover{
    background: #eee;
}
.content7text4text ul li span{
    display: block;
    line-height: 40px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content5{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.content5 ul{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.content5 ul li{
    width: 286px;
    border: 1px solid #f2f2f2;
}
.content5 ul li img{
    display: block;
}
.content5 ul li>span{
    display: block;
    line-height: 44px;
    background: #f2f2f2;
    text-align: center;
    color: #00bbff;
    font-weight: bold;
    font-size: 18px;
}
.content5 ul li p{
    margin:15px 10px 0 10px;
    line-height: 26px;
}
.content5 ul li p font{
    font-weight: bold;
}
.content5 ul li div:nth-of-type(1){
    padding: 10px;
}
.content5 ul li div:nth-of-type(1) img{
    display: inline-block;
    vertical-align: middle;
}
.content5 ul li div:nth-of-type(1) img:nth-of-type(2){
    margin-left: 12px;

}
.content5 ul li div:nth-of-type(1) span{
    vertical-align: middle;
}
.content5 ul li div:nth-of-type(2){
    display: flex;
    justify-content: space-evenly;
    margin: 5px 0 15px 0;
}
.content5 ul li div:nth-of-type(2) a{
    line-height: 34px;
    width: 125px;
    font-size: 18px;
}
.content5 ul li div:nth-of-type(2) a:nth-of-type(1){
    border: 1px solid #00bbff;
    border-radius: 8px;
    text-align: center;
    color: #00bbff;
}
.content5 ul li div:nth-of-type(2) a:nth-of-type(2){
    background: #ff8312;
    border-radius: 8px;
    text-align: center;
    color: #fff;
}
.content8 {
    width: 1200px;
    margin: 0 auto 30px;
}

.content8 table {
    background: #fff;
    text-align: center;
    border-radius: 8px 8px 0 0;
}

.content8 table tr {
    /*text-align: center;*/
    letter-spacing: 2px;
}

.content8 table td {
    background: #fff;
    line-height: 28px;
    height: 50px;
}

.content8 table tr td:nth-of-type(1) {
    width: 300px;
    text-align: center;
    background: #e2f4ff;
    color: #ff7800;
}

.content8 table tr td:nth-of-type(2) {
    width: 300px;
    background: #e0ebff;
    color: #000;
}

.content8 table tr td:nth-of-type(3) {
    width: 300px;
    background: #e6e1ff;
    color: #686868;
}

.content8 table tr td:nth-of-type(4) {
    width: 300px;
    background: #f1e1ff;
    color: #656565;
}

.content8 table tr:nth-of-type(1) td {
    color: #fff;
    background: #ff8000;
    /*text-align: center;*/
}

.title {
    margin: 30px auto;
    width: 1200px;
}

.title div {
    margin: 0 auto;
    width: 100%;
}

.title div img {
    /*display: block;*/
    margin: 0 10px;
}

.title div span {
    font-size: 30px;
    display: block;
    color: #666666;
    text-align: center;
}
.content9 {
    width: 1200px;
    margin: 20px auto;
}

.content9title {
    justify-content: space-between;
    display: table;
    width: 1200px;
    border-bottom: 2px solid #5588fe;
}

.content9title div {
    float: left;
    width: 238px;
    height: 58px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    background: #f2f2f2;
}

.content9title div:nth-of-type(1) {
    background: #5588fe;
    color: white;
}

.content9text {
    height: 490px;
    margin-top: 10px;
}

.content9text2 ul {
    display: flex;
    justify-content: space-between;
    margin-top: 9px;
}

.content9text2 ul li {
    border: 1px solid #eee;
}

.content9text2 ul li img {
    /*display: block;*/
}

@media all and (max-width: 375px) {

}

@media all and (max-width: 320px) {

}