* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
    overflow: hidden;
}

.headtop {
    position: absolute;
    right: 0;
    top: 0;
    width: 18.75%;
    border-bottom: 118px solid #d9241e;
    border-left: 55px solid transparent;
    z-index: 99999;
}

.headtop div:first-child {
    position: absolute;
    font-size: 16px;
    color: #fff;
    top: 35px;
    right: 35%;
}

.headtop div:first-child img {
    margin-right: 10px;
}

.headtop div:nth-child(2) {
    position: absolute;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    top: 65px;
    right: 35%;
}

.head {
    width: 100%;
    height: 118px;
    line-height: 118px;
}

.heads {
    max-width: 1680px;
    margin: auto;
}

.logo {
    float: left;
    width: 14.28%;
}

.logo img {
    width: 100%;
}

.nav {
    float: left;
    margin-left: 5%;
}

.nav ul {
    margin-bottom: 0;
}

.nav ul li {
    float: left;
    margin: 0 46px;
    position: relative;
    height: 118px;
    line-height: 118px;
}

.nav ul li a {
    font-size: 16px;
    color: #464646;
}

.nav ul li .detail {
    position: absolute;
    top: 118px;
    width: 200%;
    left: -50%;
    display: none;
    background: #fff;
    z-index: 999;
}

.nav ul li .detail li {
    margin: 0;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    float: none;
    width: 100%;
    text-align: center;
}

.nav ul li .detail li a {
    font-size: 14px;
}

.nav ul li:hover .detail {
    display: block;
}

.title {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 50px;
}

.maintitle {
    font-size: 48px;
    color: #000;
    font-weight: bold;
}

.etitle {
    font-size: 15px;
    color: #4e4e4e;
    font-family: "Myriad Pro";
    margin-top: 10px;
}

.titleline {
    width: 45px;
    height: 1px;
    background: #d9241e;
    margin: 20px auto 25px auto;
}

.jiaju {
    width: 100%;
    overflow: hidden;
}

.jiajus {
    position: relative;
}

.jiajus img {
    width: 100%;
}

.jiajus:first-child {
    width: 47.6%;
    float: left;
}

.jiajus:last-child {
    width: 51.1%;
    float: right;
}

.jiajumore {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    text-align: center;
}

.jiajuname {
    font-size: 30px;
    color: #252323;
    font-weight: bold;
}

.jiajulink a {
    display: block;
    width: 125px;
    height: 37px;
    line-height: 35px;
    margin: auto;
    border-top: 1px solid #353535;
    border-bottom: 1px solid #353535;
    text-align: center;
    font-size: 16px;
    color: #464646;
    margin-top: 15px;
}
.jiajulink a:hover,
.adv_more a:hover,
.yunshumore a:hover{
    color: #fff;
    border:none;
    background: #d9241e;
}

.yunshu {
    width: 100%;
    overflow: hidden;
}

.yunshu1,
.yunshu1 img {
    width: 100%;
}

.yunshu1 {
    position: relative;
    margin-bottom: 30px;
}

.yunshutitle {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 90px;
    left: 0;
}

.yunshumaintitle {
    font-size: 30px;
    color: #252323;
    font-weight: bold;
}

.yunshutitles {
    font-size: 18px;
    color: #252323;
    margin-top: 15px;
}

.yunshunav a {
    display: inline-block;
    width: 169px;
    height: 49px;
    text-align: center;
    line-height: 47px;
    border-radius: 5px;
    border: 1px solid #353535;
    font-size: 18px;
    color: #464646;
    margin-top: 40px;
}
.yunshunav a:hover{
    color: #fff;
    border:none;
    background: #d9241e;
}

.yunshu2 {
    position: relative;
    width: 49.5%;
    float: left;
}

.yunshu3 {
    position: relative;
    width: 49.5%;
    float: right;
}

.yunshu2 img,
.yunshu3 img {
    width: 100%;
}

.yunshu2 .yunshutitle,
.yunshu3 .yunshutitle {
    top: 60px;
}

.yunshu4 {
    width: 100%;
    margin-top: 25px;
    position: relative;
}

.yunshu4 img {
    width: 100%;
}

.yunshu4 .yunshutitle {
    right: 9%;
    top: 120px;
    text-align: right;
    width: auto;
}

.yunshumore a {
    display: block;
    width: 125px;
    height: 37px;
    line-height: 35px;
    border-top: 1px solid #353535;
    border-bottom: 1px solid #353535;
    text-align: center;
    font-size: 16px;
    color: #464646;
    margin-top: 15px;
    float: right;
}

.about {
    width: 100%;
    overflow: hidden;
    background: #f9f9f9;
}

.left_ab {
    float: left;
    width: 50%;
}

.left_ab img {
    width: 100%;
}

.right_ab {
    width: 36.2%;
    float: left;
    margin-left: 4.4%;
}

.abmaintitle {
    font-size: 30px;
    color: #d9241e;
    font-weight: bold;
    padding-top: 80px;
}

.abtitles {
    font-size: 22px;
    color: #343434;
}

.abtitleline {
    width: 100%;
    height: 1px;
    background: #dadad9;
    margin-top: 17px;
}

.abcon {
    font-size: 15px;
    color: #464646;
    line-height: 25px;
    margin-top: 20px;
}

.abcon p {
    margin-top: 10px;
}

.abts {
    float: left;
    width: 28.7%;
    margin-right: 6.95%;
}

.abts:last-child {
    margin-right: 0;
}

.abts_top img {
    margin-top: -20px;
    margin-right: 10px;
    transition: all 2s;
}

.abts:hover .abts_top img{
    transform: rotateY(360deg);
}

.abt {
    width: 100%;
    margin-top: 50px;
}

.abts_top span {
    font-size: 18px;
    color: #d9241e;
    font-weight: bold;
}

.abts_bottom {
    font-size: 14px;
    color: #999;
    margin-top: 25px;
}

.abnav {
    height: 150px;
    background: #fff;
    margin-top: 40px;
}

.abnavs {
    float: left;
    width: 25%;
    height: 100%;
    text-align: center;
    -webkit-box-shadow: #f2f2f2 0px 0px 10px;
    -moz-box-shadow: #f2f2f2 0px 0px 10px;
    box-shadow: #f2f2f2 0px 0px 10px;
}

.abnav_pic {
    height: 36px;
    line-height: 36px;
    margin-top: 35px;
    margin-bottom: 10px;
}

.abnav_cname {
    color: #dadad9;
    font-size: 12px;
}

.abnav_ename {
    font-size: 14px;
    color: #333;
}

.abnavs:hover {
    box-shadow: none;
    background: #d9241e;
}

.abnavs:hover .abnav_cname,
.abnavs:hover .abnav_ename {
    color: #fff;
}

.advantage {
    width: 100%;
    overflow: hidden;
}

.advantages {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.advtitle {
    width: 100%;
    text-align: center;
}

.advmaintitle {
    font-size: 36px;
    color: #161616;
    font-weight: bold;
    margin-top: 50px;
}

.advmaintitle span {
    color: #cd0000;
}

.advtitles {
    font-size: 18px;
    color: #464646;
    margin-bottom: 40px;
}

.left_adv {
    float: left;
    width: 50%;
}

.left_adv img {
    width: 100%;
}

.right_adv {
    width: 44.2%;
    float: right;
}

.adv_pic {
    padding-top: 35px;
}

.adv_t {
    font-size: 28px;
    color: #343434;
    margin-top: 10px;
    margin-bottom: 25px;
}

.adv_list ul {
    margin-bottom: 0;
}

.adv_list ul li {
    line-height: 30px;
    background: url(../images/advlist.png) left 12px no-repeat;
    padding-left: 15px;
}

.adv_list ul li a {
    font-size: 16px;
    color: #666;
}

.adv_more a {
    display: block;
    width: 125px;
    height: 37px;
    line-height: 35px;
    text-align: center;
    border-top: 1px solid #353535;
    border-bottom: 1px solid #353535;
    font-size: 16px;
    color: #464646;
    margin-top: 30px;
}

.ysnav {
    width: 100%;
    height: 176px;
    background: url(../images/ysbg.png) center no-repeat;
    margin-top: 55px;
    padding: 0 8%;
}

.ysnavs {
    width: 23.5%;
    float: left;
    margin-top: 50px;
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin-right: 1.5%;
    padding-left: 2%;
}

.ysnavs:last-child {
    border-right: none;
}
.ysnavs:hover .left_nav img{
    transform: rotateY(360deg);
}
.left_nav img{
    transition: all 2s; 
}

.left_nav,
.right_nav {
    float: left;
}

.right_nav {
    margin-left: 15px;
}

.right_nav div:first-child {
    font-size: 24px;
    color: #ffffff;
}

.right_nav div:nth-child(2) {
    width: 30px;
    height: 1px;
    background: #fff;
    margin: 5px 0;
}

.right_nav div:nth-child(3) {
    font-size: 18px;
    color: #fff;
}

.hezuo {
    width: 100%;
    overflow: hidden;
}

.hezuos {
    max-width: 1562px;
    margin: auto;
}

.hzswiper img {
    width: 100%;
    border: 1px solid #e3e3e3;
}

.new {
    width: 100%;
    overflow: hidden;
    margin-top: 90px;
    background: #f1f1f1;
    padding-bottom: 90px;
}

.news {
    max-width: 1565px;
    margin: auto;
}

.left_new {
    float: left;
    width: 28.4%;
}

.left_new img {
    width: 100%;
}

.right_new {
    width: 70%;
    float: right;
}

.rnews {
    background: #fff;
    width: 49%;
    float: left;
    margin-right: 2%;
    padding: 22px;
    margin-bottom: 25px;
}

.right_new .rnews:nth-child(2n) {
    margin-right: 0;
}

.newtitle {
    font-size: 18px;
    color: #343434;
}

.newcon {
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
    line-height: 22px;
}

.newdate {
    float: left;
}

.newdate div:first-child {
    font-size: 30px;
    color: #343434;
    font-weight: bold;
}

.newdate div:nth-child(2) {
    font-size: 14px;
    color: #343434;
}

.newmore {
    float: right;
    margin-top: 30px;
    margin-right: 30px;
    transition: all 1s;
}

.rnews:hover .newmore{
    margin-right: 0;
}

.foot {
    width: 100%;
    overflow: hidden;
    background: #252525;
    padding-top: 50px;
}
#art_content{
	font-size:14px;
	line-height:28px;
}

.foots {
    max-width: 1565px;
    margin: auto;
}

.comname {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    margin-bottom: 30px;
}

.left_foot {
    width: 57.8%;
    float: left;
}

.cots span {
    font-size: 14px;
    color: #fff;
}

.cots img {
    width: 17px;
    margin-right: 8px;
}

.cots {
    float: left;
    width: 50%;
    height: 17px;
    line-height: 17px;
    margin-bottom: 20px;
}

.contacts {
    width: 78%;
    float: left;
}

.saoma {
    float: left;
    margin-top: 60px;
}

.saoma img {
    float: left;
}

.sm {
    float: left;
    font-size: 14px;
    color: #fff;
    margin-left: 30px;
    margin-top: 30px;
}

.lfoot_top {
    overflow: hidden;
    padding-bottom: 40px;
    border-bottom: 1px solid #555555;
}

.copy a {
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
}

.copy {
    margin-top: 30px;
    padding-bottom: 50px;
}

.right_foot {
    width: 37.6%;
    float: right;
    padding-left: 5.5%;
    border-left: 1px solid #555;
}

.right_foot div input[type=text] {
    width: 49%;
    float: left;
    margin-right: 2%;
    background: none;
    border: none;
    border-bottom: 1px solid #555;
    outline: none;
    height: 60px;
}

.right_foot div input[type=text]:last-child {
    margin-right: 0;
}

.right_foot textarea {
    width: 100%;
    height: 50px;
    background: none;
    outline: none;
    border: none;
    border-bottom: 1px solid #555;
    margin-top: 35px;
}

.right_foot div input[type=submit] {
    width: 147px;
    height: 45px;
    background: #d9241e;
    color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    margin-top: 35px;
}

.menuBox {
    position: fixed;
    width: 62%;
    top: 0;
    left: -62%;
    height: 100%;
    z-index: 999999999;
    background: #fff;
    color: #333;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.menuBox.active {
    left: 0;
}

.menuAll {
    position: relative;
    height: 100%;
    top: 0;
    padding-top: 43px;
}

.menuTitle {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 32px;
    border-bottom: solid 1px #333;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.menuTitle i.fa {
    font-size: 20px;
    line-height: 32px;
    float: left;
    margin-right: 15px;
}

.menuBody {
    height: 100%;
    overflow: auto;
}

.menuBody ul {
    padding: 0;
    margin: 0;
}

.menuBody li.ua {
    padding: 0;
    border-bottom: solid 1px #333;
}

.menuBody li a.ua_a {
    line-height: 38px;
}

.menuBody li a {
    color: #333;
    line-height: 36px;
    padding: 0 15px;
    font-size: 12px;
}

.menuBody li a .fa {
    float: right;
    line-height: 36px;
    font-size: 18px;
    margin-right: 15px;
}

.menuBody ul.ul2_0 {
    background: #fff;
    display: none;
}

.menuBody ul {
    padding: 0;
    margin: 0;
}

.menuBody ul.ul2_0 li {
    border-top: solid 1px #333;
    padding-left: 20px;
}

.header_phone {
    overflow: auto;
    background: #fff;
    width: 100%;
}

.banner img {
    width: 100%;
}

.home_a {
    background: url(../image/6.png)center 0 no-repeat;
    width: 100%;
    height: 1438px;
    overflow: hidden;
}

.home_aTop {
    text-align: center;
    overflow: hidden;
    margin-top: 10rem;
    margin-bottom: 6rem;
}

.home_aTop span {
    display: block;
    font-size: 95px;
    color: #e4e4e4;
    font-family: "Arial Bold";
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%;
}

.home_aTop div {
    font-size: 30px;
    color: #141414;
    font-weight: 700;
    line-height: 100%;
    margin-top: -59px;
}

.home_aTop img {
    display: block;
    margin: auto;
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.home_aTop p {
    margin: 0;
    color: #464646;
}

.home_aswiper {
    max-width: 1400px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.home_aswipercontainer {
    max-width: 1200px;
}

.home_aswipercontainer a {
    display: block;
    width: 100%;
    border: 1px solid #DBDBDB;
    overflow: hidden;
    background: #fff;
}

.home_aswipercontainer a .home_aswiper_a {
    border-bottom: 1px solid #DBDBDB;
    height: 62px;
    line-height: 62px;
    padding: 0 2rem;
}

.home_aswipercontainer a .home_aswiper_a img {
    float: left;
    margin-top: 1rem;
}

.home_aswipercontainer a .home_aswiper_a span {
    font-size: 18px;
    color: #464646;
    font-weight: 700;
    float: right;
}

.home_aswipercontainer a>img {
    width: 100%;
}

.home_aswipercontainer a>p {
    color: #c82c30;
    margin: 0;
    height: 69px;
    border-top: 1px solid #DBDBDB;
    line-height: 69px;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    background: url(../image/images/4_03.jpg)center 0 no-repeat;
    background-position: center;
}

.home_a>a {
    width: 429px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    background: #2673ff;
    display: block;
    margin: auto;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    margin-top: 6rem;
}

.home_btop {
    text-align: center;
    margin-top: 8rem;
    margin-bottom: 4rem;
    overflow: hidden;
}

.home_btop div {
    font-size: 42px;
    color: #343434;
}

.home_btop div label {}

.home_btop p {
    margin: 0;
    font-size: 22px;
    color: #464646;
}

.home_b {
    background: url(../image/images/5_02.jpg)center 0 no-repeat;
    width: 100%;
    height: 601px;
    overflow: hidden;
}

.home_b>div {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.home_bright {
    float: right;
    width: 50%;
    color: #fff;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding-top: 8rem;
}

.home_bright a {
    display: block;
    width: 59%;
    color: #fff;
    padding-left: 6rem;
    margin-bottom: 4rem;
}

.home_bright a div {
    height: 60px;
    line-height: 54px;
}

.home_bright a div img {}

.home_bright a label {
    font-size: 18px;
    margin-bottom: 7px;
}

.home_bright a span {
    display: block;
    width: 46px;
    height: 3px;
    background: #fff;
    margin-bottom: 1rem;
}

.home_bright p {
    margin: 0;
    line-height: 28px;
}

.home_bright a:nth-child(2n) {
    width: 41%;
    padding: 0;
}

.home_c {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 9rem;
}

.home_c h5 {
    text-align: center;
    font-size: 36px;
    height: 38px;
    line-height: 36px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 5rem;
    margin-top: 8rem;
}

.home_c ul {
    overflow: hidden;
}

.home_c ul li {
    cursor: pointer;
    float: left;
    position: relative;
    width: 14.2%;
}

.home_c ul li i {
    font-style: normal;
    display: block;
    width: 54px;
    height: 50px;
    margin: 0 auto 23px;
    transition: all 0.5s ease-in-out;
}

.home_c ul li .dz1 {
    background: url(../image/lc1.png) no-repeat center;
}

.home_c ul li .dz2 {
    background: url(../image/lc2.png) no-repeat center;
}

.home_c ul li .dz3 {
    background: url(../image/lc3.png) no-repeat center;
}

.home_c ul li .dz4 {
    background: url(../image/lc4.png) no-repeat center;
}

.home_c ul li .dz5 {
    background: url(../image/lc5.png) no-repeat center;
}

.home_c ul li .dz6 {
    background: url(../image/lc6.png) no-repeat center;
}

.home_c ul li .dz7 {
    background: url(../image/lc7.png) no-repeat center;
}

.home_c ul li em {
    font-style: normal;
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    text-align: center;
    margin-bottom: 9px;
}

.home_c ul li p {
    font-size: 10px;
    line-height: 10px;
    color: #AAAAAA;
    text-transform: uppercase;
    text-align: center;
}

.home_c ul li:before {
    width: 1px;
    height: 66px;
    background: #d2d2d2;
    content: "";
    position: absolute;
    top: 22px;
    right: -1px;
}

.home_c ul li.last:before {
    display: none;
}

.home_c ul li:hover .dz1 {
    background: url(../image/lc1_h.png) no-repeat center;
}

.home_c ul li:hover .dz2 {
    background: url(../image/lc2_h.png) no-repeat center;
}

.home_c ul li:hover .dz3 {
    background: url(../image/lc3_h.png) no-repeat center;
}

.home_c ul li:hover .dz4 {
    background: url(../image/lc4_h.png) no-repeat center;
}

.home_c ul li:hover .dz5 {
    background: url(../image/lc5_h.png) no-repeat center;
}

.home_c ul li:hover .dz6 {
    background: url(../image/lc6_h.png) no-repeat center;
}

.home_c ul li:hover .dz7 {
    background: url(../image/lc7_h.png) no-repeat center;
}

.home_c ul li:hover em {
    color: #2673ff;
}

.home_c ul li:hover p {
    color: #2673ff;
}

.home_c ul li:hover i {
    transform: rotate(360deg);
}

.home_d {
    width: 100%;
    background: #014262;
    overflow: hidden;
    color: #fff;
}

.home_d>div {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.home_dleft {
    float: left;
    padding: 6rem 0;
}

.home_dleft label {
    font-size: 30px;
    border-bottom: 1px solid #005F8E;
    padding-bottom: 0.8rem;
    margin: 0;
}

.home_dleft div {
    border-bottom: 1px solid #005F8E;
    overflow: hidden;
}

.home_dleft div p {
    margin: 0;
    float: left;
    line-height: 24px;
    padding: 1rem 0;
}

.home_dleft div span {
    float: right;
    font-size: 18px;
    font-weight: 700;
    background: url(../image/12.png)center 13px no-repeat;
    display: block;
    height: 73px;
    padding-top: 3.8rem;
    border-left: 1px solid #005F8E;
    width: 174px;
    text-align: center;
}

.home_dright {
    position: relative;
    float: right;
    width: 54%;
    overflow: hidden;
    margin-top: 3rem;
}

.home_drightswiper {
    max-width: 500px;
}

.home_drightswiper a img {
    border: 2px solid #0077B2;
    width: 100%;
}

.home_dright .home_drightswipernext {
    width: 26px;
    height: 50px;
    background: url(../image/14.png)center 0 no-repeat;
    background-size: 26px 50px;
}

.home_dright .home_drightswiperprev {
    width: 26px;
    height: 50px;
    background: url(../image/15.png)center 0 no-repeat;
    background-size: 26px 50px;
}

.home_eswiper {
    width: 99%;
}

.home_eswiper a {
    display: block;
    width: 100%;
    padding: 4px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 16px;
    color: #464646;
    transition: all 0.3s;
}

.home_eswiper a div {
    position: relative;
    width: 100%;
}

.home_eswiper a div>img {
    width: 100%;
}

.home_eswiper a div p {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    opacity: 0;
    transition: all 0.3s;
}

.home_eswiper a div p img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.home_eswiper a span {
    display: block;
    padding: 1rem 0;
}

.home_eswiper a:hover {
    background: #00b0ff;
    color: #fff;
}

.home_eswiper a:hover p {
    opacity: 1;
}

.home_ftop {
    text-align: center;
    font-size: 34px;
    color: #555555;
    font-weight: 700;
    border-top: 1px solid #ccc;
    margin-top: 8rem;
    padding: 4rem 0;
}

.home_fswiper {
    max-width: 1200px;
}

.home_fswiper img {
    width: 100%;
    border: 1px solid #ccc;
}

.home_g {
    width: 100%;
    height: 674px;
    background: url(../image/images/7_02.jpg)center 0 no-repeat;
    overflow: hidden;
    margin-top: 7rem;
}

.home_g>div {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    background: #fff;
    margin-top: 10rem;
}

.home_g>div>img {
    float: left;
    width: 50%;
}

.home_gright {
    width: 50%;
    float: right;
    overflow: hidden;
    padding: 0 5rem;
    padding-top: 5rem;
}

.home_gright span {
    font-size: 34px;
    color: #014262;
}

.home_gright div {
    font-size: 24px;
    color: #014262;
}

.home_gright>img {}

.home_gright p {
    color: #464646;
    line-height: 27px;
    margin: 0;
    margin-top: 1rem;
}

.home_gright a {
    width: 143px;
    height: 40px;
    display: block;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 40px;
    border-radius: 30px;
    font-family: Arial Regular;
    color: #3f3f3f;
    margin-top: 3rem;
}

.home_gright a img {
    margin-right: 9px;
}

.home_h {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.home_htop {
    width: 100%;
    overflow: hidden;
}

.home_htop a {
    display: block;
    overflow: hidden;
    background: #eeeeee;
}

.home_htop a>img {
    width: 40%;
    float: left;
}

.home_htop .home_htopright {
    float: right;
    width: 60%;
    overflow: hidden;
    padding: 0 3rem;
    padding-top: 4rem;
}

.home_htop .home_htopright label {
    color: #181818;
    margin-bottom: 11px;
    cursor: pointer;
}

.home_htop .home_htopright p {
    color: #464646;
    line-height: 26px;
    margin: 0 0 15px;
}

.home_htop .home_htopright div {
    color: #464646;
}

.home_htop .home_htopright div img {
    float: right;
}

.home_htop a label:hover {
    color: #2673ff;
}

.home_hs {
    width: 100%;
    overflow: hidden;
    margin-bottom: 8rem;
}

.home_hs a {
    display: block;
    float: left;
    width: 48%;
    margin-top: 2rem;
    padding-bottom: 2rem;
}

.home_hs a:nth-child(1) {
    border-bottom: 1px solid #ccc;
}

.home_hs a:nth-child(2) {
    border-bottom: 1px solid #ccc;
}

.home_hs a:nth-child(2n) {
    float: right;
}

.home_hs a label {
    margin: 0;
    color: #464646;
}

.home_hs a div {
    color: #818181;
    line-height: 25px;
    margin: 0.5rem 0;
}

.home_hs a span {
    color: #787878;
}

.home_hs a label:hover {
    color: #2673ff;
    cursor: pointer;
}

.bottom {
    width: 100%;
    background: #014262;
    overflow: hidden;
}

.bottomTop {
    height: 89px;
    line-height: 89px;
    overflow: hidden;
    border-bottom: 1px solid #00283B;
}

.bottomTop div {
    max-width: 1200px;
    display: flex;
    margin: auto;
}

.bottomTop div a {
    color: #fff;
    flex: 1;
    font-size: 16px;
    text-align: center;
}

.bottomcenter {
    width: 100%;
    border-top: 1px solid #00608F;
    overflow: hidden;
}

.bottomcenter>div {
    max-width: 1200px;
    margin: 2rem auto;
    overflow: hidden;
}

.bottomleft {
    height: 207px;
    width: 46%;
    line-height: 207px;
    text-align: center;
    border-right: 1px solid #00608F;
    float: left;
}

.bottomleft img {
    line-height: 207px;
}

.bottomright {
    color: #fff;
    height: 207px;
    width: 54%;
    float: right;
    border-left: 1px solid #00283B;
    line-height: 29px;
    padding-left: 5rem;
}

.allbottom {
    width: 100%;
    color: #fff;
    height: 69px;
    background: #002d45;
    line-height: 69px;
}

.allbottom div {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.allbottom div span {
    float: left;
}

.allbottom div span a {
    color: #fff;
}

.allbottom div>a {
    float: right;
    color: #fff;
}


/**/

.listbanner {
    width: 100%;
}

.listbanner img {
    width: 100%;
}

.blk-main {
    max-width: 1200px;
    margin: 0 auto 60px auto;
    overflow: hidden;
}

.blk {
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.p12-curmbs-1 {
    font-size: 14px;
    border-bottom: 1px dashed #dcdcdc;
}

.p12-curmbs-1 b {
    border-left: 10px solid #2673ff;
    font-weight: normal;
    padding-left: 8px;
}

.p12-curmbs-1 span {
    font-family: '宋体';
    padding: 0 5px;
    height: 46px;
    line-height: 46px;
}

.p12-curmbs-1 i {
    font-style: normal;
}

.p12-curmbs-1 a {
    color: #666;
}

.blk-xs {
    width: 20%;
}

.fdh-01-tit {
    background: #2673ff;
    height: 80px;
}

.fdh-01-tit h3 {
    height: 75px;
    font-size: 24px;
    font-weight: normal;
    line-height: 75px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    margin-top: 0px;
    margin: 0;
}

.fdh-01-nav a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}

.fdh-01-nav-one h3 {
    height: 50px;
    line-height: 50px;
    background: url(../image/p14-icon5.png) no-repeat right center #ececeb;
    margin-bottom: 2px;
    overflow: hidden;
    margin-top: 0px;
}

.fdh-01-nav-one h3 a {
    display: block;
    height: 50px;
    font-size: 18px;
    font-weight: normal;
    margin-right: 40px;
    margin-left: 38px;
    color: #666;
}

.fdh-01-nav dl {
    padding: 2px 0 4px;
    margin: 0;
}

.fdh-01-nav dt {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    padding-left: 54px;
    padding-right: 40px;
    margin-bottom: 1px;
    background: #ececec;
    position: relative;
    overflow: hidden;
    font-weight: 400;
}

.fdh-01-nav-one h3.sidenavcur,
.fdh-01-nav-one h3:hover {
    background: url(../image/p14-icon2.png) no-repeat right center #2673ff;
}

.fdh-01-nav-one h3.sidenavcur a,
.fdh-01-nav-one h3:hover a {
    color: #fff;
}

.fdh-01-nav dt:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #b8b8b8;
    border-style: solid solid none none;
    position: absolute;
    top: 50%;
    right: 32px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fdh-01-nav dt.sidenavcur:after,
.fdh-01-nav dt:hover:after {
    border-color: #2673ff;
}

.cbgg-01 {
    background: #2673ff;
    text-align: center;
    color: #fff;
}

.cbgg-01-img img {
    width: 100%;
    display: block;
}

.cbgg-01 p {
    padding-top: 15px;
    margin: 0;
}

.cbgg-01 p img {
    vertical-align: middle;
    margin-right: 5px;
}

.cbgg-01 span {
    display: block;
    font-size: 28px;
    font-weight: bold;
    font-family: Arial;
    padding-bottom: 20px;
    padding-top: 10px;
}

.blk-sm {
    width: 78%;
}

.fr {
    float: right;
}

.b {
    clear: both;
}

.cplb-3n-ts-03-tit {
    height: 50px;
    font-size: 24px;
    font-weight: normal;
    line-height: 50px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
    margin-top: 0;
}

.cplb-3n-ts-03-tit span {
    display: inline-block;
    height: 50px;
    border-bottom: 1px solid #2673ff;
}

.cplb-3n-ts-03-list {
    overflow: hidden;
}

.cplb-3n-ts-03-list dl {
    width: 32.1%;
    border: 1px solid #dedede;
    margin-bottom: 15px;
    background: #fff;
    float: left;
    margin-right: 1.2%;
    cursor: pointer;
}

.cplb-3n-ts-03-list dt img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.cplb-3n-ts-03-list dd {
    padding: 6px 20px 5px 20px;
}

.cplb-3n-ts-03-list dd h4 {
    height: 45px;
    font-weight: normal;
    font-size: 18px;
    color: #154c64;
    line-height: 45px;
    overflow: hidden;
    margin: 0;
}

.cplb-3n-ts-03-list h4 a {
    display: block;
    height: 45px;
    color: #727272;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cplb-3n-ts-03-list dl a {
    color: #727272;
}

.cplb-3n-ts-03-list-desc {
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-bottom: 12px;
    overflow: hidden;
}

.cplb-3n-ts-03-list dl:hover {
    border-color: #2673ff;
}

.cplb-3n-ts-03-list dl:hover a {
    color: #2673ff;
}


/**/

.p14-infolist-1-list dl {
    border: 1px solid #dedede;
    margin-bottom: 15px;
    padding: 22px 50px 22px 22px;
    background: #fff;
    overflow: hidden;
}

.p14-infolist-1-list dt {
    width: 29.5%;
    float: left;
    margin-right: 5.8%;
}

.p14-infolist-1-list dt img {
    width: 100%;
    display: block;
}

.p14-infolist-1-list dd h4 {
    height: 40px;
    font-weight: normal;
    font-size: 18px;
    color: #154c64;
    line-height: 40px;
    margin-bottom: 5px;
    overflow: hidden;
}

.p14-infolist-1-list h4 a {
    display: block;
    height: 40px;
    color: #4b4a4a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p14-infolist-1-list-desc {
    max-height: 72px;
    font-size: 14px;
    line-height: 24px;
    color: #797979;
    margin-bottom: 28px;
    overflow: hidden;
}

.p14-infolist-1-list-deta {
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    float: right;
    background: #b6b6b6;
    color: #fff;
}

.p14-infolist-1-list-deta a {
    color: #fff;
}

.p14-infolist-1-list dl:hover {
    border: 1px solid #2673ff;
}

.p14-infolist-1-list dl:hover .p14-infolist-1-list-deta a {
    color: #fff;
}

.p14-infolist-1-list dl:hover .p14-infolist-1-list-deta {
    background: #2673ff;
    border-color: #2673ff;
}


/**/

.swipershowleft {
    float: left;
    width: 40%;
    border: 1px solid #ccc;
}

.swipershowleft .swipershowleftnext {
    background: url(../image/p15-icon3.png)center 0 no-repeat;
    width: 12px;
    height: 23px;
    background-size: 12px 23px;
    margin-top: -11.5px;
}

.swipershowleft .swipershowleftprev {
    width: 12px;
    height: 23px;
    background-size: 12px 23px;
    margin-top: -11.5px;
    background: url(../image/p15-icon2.png)center 0 no-repeat;
}

.cpcc-ts-01-right {
    width: 46%;
    float: right;
    margin-right: 6%;
}

.cpcc-ts-01-right-tit {
    height: 48px;
    font-size: 24px;
    line-height: 48px;
    color: #4a4a4a;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cpcc-ts-01-right-con {
    line-height: 24px;
    overflow: hidden;
    color: #666;
}

.cpcc-ts-01-right-con strong {
    font-size: 16px;
}

.cpcc-ts-01-right-con p {}

.pc-cx-tel-1 {
    width: 100%;
    height: 56px;
    border-top: 2px solid #e6e6e6;
    padding-top: 10px;
    overflow: hidden;
}

.pc-cx-tel-1-t1 {
    width: 114px;
    height: 44px;
    background: #2673ff;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    float: right;
}

.pc-cx-tel-1-t1 a {
    display: block;
    color: #fff;
}

.pc-cx-tel-1-t2 {
    height: 56px;
    padding-left: 70px;
    background: url(../image/pc-xc-icon2.png) no-repeat 10px top;
    font-size: 18px;
    line-height: 18px;
    color: #454545;
}

.pc-cx-tel-1-t2 p {
    line-height: 24px;
    margin: 0;
}

.cpxq-01-nav {
    font-size: 18px;
    height: 56px;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    float: left;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.cpxq-01-nav span {
    float: left;
    height: 57px;
    line-height: 56px;
    padding: 0 30px;
    border-right: 1px solid #ebebeb;
    cursor: pointer;
    background: url(../image/p14-icon10.png) no-repeat center bottom #2673ff;
    color: #fff;
}

.cpxqpro {
    width: 100%;
    float: left;
    overflow: hidden;
    line-height: 24px;
    margin-bottom: 3rem;
}

.blk-md {
    width: 100%;
    overflow: hidden;
}

.tl-fdh-02 li {
    width: 14.2857%;
    height: 55px;
    font-size: 18px;
    line-height: 55px;
    text-align: center;
    float: left;
    border-right: 1px solid #eee;
    background: #f4f4f4;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tl-fdh-02 li a {
    display: block;
    height: 55px;
    color: #a8a8a8;
}

.tl-fdh-02 li.sidenavcur,
.tl-fdh-02 li:hover {
    background: url(../image/p16-icon6.png) no-repeat bottom center #2673ff;
    border-color: #2673ff;
}

.tl-fdh-02 li.sidenavcur a,
.tl-fdh-02 li:hover a {
    color: #fff;
}

.p12-aboutinfo-1 {
    display: inline-block;
    width: 100%;
    background: #fff;
    margin-bottom: 38px;
    overflow: hidden;
}

.tit {
    height: 160px;
    background: url(../image/d63899212b4c4e7d99ac9ed293b3ac9f_2.jpg)no-repeat center 91px;
    clear: both;
    text-align: center;
}

.tit span {
    display: block;
    font-size: 28px;
    color: #000;
    padding-top: 45px;
}

.tit em {
    font-style: normal;
    color: #999;
    text-transform: uppercase;
    font-family: "Times New Roman";
    padding-top: 18px;
    display: block;
}

.kfay {
    width: 100%;
    height: 260px;
    overflow: hidden;
    padding-top: 0px;
}

.kfay dt {
    width: 188px;
    float: left;
}

.kfay dd {
    width: 930px;
    float: right;
}

.kfay dd h4 {
    height: 59px;
    padding-top: 20px;
    font: 22px "Microsoft YaHei";
    color: #000;
    background: url(../image/836e2f7320ba461896830a024dc368af_4.jpg) no-repeat left bottom;
    margin: 0;
}

.kfay dd p {
    font: 14px "Microsoft YaHei";
    color: #333333;
    line-height: 30px;
    padding-top: 15px;
    margin: 15px 0;
}

.g-gywm {
    height: 530px;
    overflow: hidden;
    width: 100%;
}

.wm-l {
    width: 40%;
    float: left;
    color: #fff;
    height: 460px;
    overflow: hidden;
    background: #2673ff;
    padding: 60px 0 0 40px;
}

.wm-l h4 {
    font: 20px "Microsoft YaHei";
    line-height: 60px;
    padding-bottom: 30px;
    margin: 0;
}

.wm-l li {
    font: 16px "Microsoft YaHei";
    color: #fff;
    line-height: 40px;
}

.wm-l li b {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.wm-r {
    float: left;
    width: 60%;
}

#map {
    width: 100%;
    height: 460px;
    border: 1px solid rgb(204, 204, 204);
    font-size: 12px;
}

.map-title {
    font-size: 16px;
    line-height: 24px;
}

.map-list {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin-top: 6px;
}


/**/

.p4-order-form-1 {
    overflow: hidden;
}

.p4-order-form-1 .p4-titlel-1 {
    width: 145px;
    height: 46px;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background: #2673ff;
    margin: 0;
}

.p4-order-form-1-con {
    border: 1px solid #bbb;
    padding: 40px 15%;
    overflow: hidden;
}

.p4-order-form-1-con li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 35px;
    color: #666;
    overflow: hidden;
}

.p4-order-form-1-con label {
    display: inline-block;
    width: 120px;
    color: #666;
    vertical-align: top;
    text-align: right;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
}

.p4-order-form-1-con li b {
    color: #f00;
}

.p4-order-form-1-con li span {
    font-weight: bold;
    color: #666;
}

.p4-order-form-1-con li .row-hd {
    color: #666;
}

.p4-order-form-1-con .inputs,
.p4-order-form-1-con li select {
    width: 73%;
    margin-right: 10px;
    outline: none;
    padding-left: 10px;
    border: 1px solid #eee;
    height: 33px;
    line-height: 32px;
    color: #666;
    box-sizing: border-box;
    /* float: left; */
}

.p4-order-form-1-t1 textarea {
    width: 73%;
    height: 102px;
    line-height: 24px;
    border: 1px solid #eee;
    outline: none;
    resize: none;
    overflow: auto;
    margin-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
}

#code_gg {
    width: 80px;
    margin-right: 10px;
    outline: none;
    padding-left: 10px;
    border: 1px solid #eee;
    height: 33px;
    line-height: 32px;
    color: #666;
}

.code_gg_li img {
    vertical-align: middle;
    width: 100px;
    height: 32px;
}

.p4-order-form-1-con .p4-order-form-1-t3 input {
    width: 80px;
    height: 30px;
    border: 0;
    text-align: center;
    margin-right: 30px;
    color: #fff;
    padding-left: 0;
    cursor: pointer;
    line-height: 30px;
    outline: none;
    background: #2673ff;
}

.p4-order-form-1-con .p4-order-form-1-t3 {
    padding-left: 120px;
}

.listabout {
    width: 100%;
    overflow: hidden;
    line-height: 24px;
    margin-bottom: 20px;
}

.cpxqpro ul li {
    width: 24%;
    float: left;
    background: #ddd;
    text-align: center;
    height: 270px;
    margin-right: 1.0013%;
    margin-bottom: 10px;
}

.cpxqpro ul li img {
    width: 90%;
    padding-top: 15px;
}

.fl {
    float: left;
}
.insidetitle {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    transform: translate(0px, 0px) rotate(
0deg
) scale(1, 1);
    margin-bottom: 40px;
}
.insidetitle .t {
    font-size: 114px;
    line-height: 114px;
    color: #f6f6f6;
    font-family: HEB;
    text-transform: uppercase;
    font-weight: bold;
}
.insidetitle .t1 {
    font-size: 36px;
    line-height: 114px;
    color: #333;
    font-weight: bold;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.box3 {
    width: 100%;
    height: auto;
  
}
.box3 .box-new {
    padding-top: 77px;
    padding-bottom: 20px;
}
.w1440 {
    width: 1440px;
    margin: 0 auto;
}
.box3 .box-new .list {
    width: 100%;
    height: auto;
    position: relative;
}
.box3 .box-new .list .a.prev {
    background-image: url(https://www.cstctower.com/static/css/../images/about_prev2.png);
    left: 0;
}
.box3 .box-new .list .a.next {
    background-image: url(https://www.cstctower.com/static/css/../images/about_next2.png);
    right: 0;
}
.box3 .box-new .list .a {
    width: 45px;
    height: 45px;
    display: block;
    border-radius: 45px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    box-shadow: 0 0 5px rgb(0 0 0 / 11%);
    position: absolute;
    top: 50%;
    margin-top: -22px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 10;
}
.box3 .box-new .list .list-new {
    width: 93.5%;
    padding: 100px 0px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.box3 .box-new .list .list-new .line.on {
    width: 100%;
}
.box3 .box-new .list .list-new .line {
    width: 0;
    height: 5px;
    background: #716f6f;
    position: absolute;
    top: 50%;
    margin-top: -2.5px;
    left: 0;
    z-index: 2;
    box-shadow: 0 2px 2px rgb(0 0 0 / 18%) inset;
    transition: width 2.5s linear;
}
.box3 .box-new .list .list-new ul {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5;
    padding: 200px 0;
}
.box3 .box-new .list .list-new ul li {
    width: 50%;
    height: auto;
    float: left;
    position: relative;
    top: -40px !important;
    opacity: 0;
    filter: alpha(opacity=0);
}
.box3 .box-new .list .list-new ul li .year {
    width: 97px;
    height: 97px;
    background: #2673ff;
    border-radius: 97px;
    border: 8px solid #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: 3;
}
.box3 .box-new .list .list-new ul li .year .t {
    font-family: HEB;
    font-size: 24px;
    line-height: 26px;
    padding-top: 24px;
}
.box3 .box-new .list .list-new ul li .year .t1 {
    font-size: 16px;
    line-height: 18px;
    margin-top: 4px;
}
.box3 .box-new .list .list-new ul li .line1 {
    width: 27px;
    height: 68px;
    position: absolute;
    top: -80px;
    left: 50%;
    margin-left: -13px;
    background: url(https://www.cstctower.com/static/css/../images/about_line1.png) no-repeat;
}
.box3 .box-new .list .list-new ul li .tits {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #676767;
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 200px;
}
.box3 .box-new .list .list-new ul li.l {
    top: 100px;
}
.box3 .box-new .list .list-new ul li.l .tits {
    bottom: auto;
    top: 207px;
}
.box3 .box-new .list .list-new ul li.l .tits {
    bottom: auto;
    top: 207px;
}
.box3 .box-new .list .list-new ul li.l .line1 {
    top: auto;
    bottom: -84px;
    background: url(https://www.cstctower.com/static/css/../images/about_line2.png) no-repeat;
}
.insidehezuo a{
    display: block;
    width: 13.7%;
    float: left;
    margin-right: 9px;
}
.insidehezuo img {
    width: 100%;
    border: 1px solid #e3e3e3;
}
.insidehezuo{
    margin: 0px 0 70px 0px;
}
.bannerVideoBox {
    position: relative;
    width: 100%;
    height: 66vh;
    max-height: 950px;
    min-height: 200px;
    overflow: hidden;
}
.wyz-vido-Container2 {
    height: 100%;
}
@media only screen and (min-width: 769px){
    .c_portalResEbizads_banner-04001 .swiper-container {
        margin: 0 auto;
        position: relative;
        overflow: visible !important;
        z-index: 1;
        height: 100%;
    }
}
.wyz-vido-Container2 .swiper-wrapper {
    height: 100%;
}
.wyz-vido-Container2 .swiper-wrapper .swiper-slide {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.banner-slide {
    display: flex;
    flex-flow: column;
    justify-content: center;
    overflow: hidden;
}
.picBox {
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    transition: 1s 2.5s;
    transform: perspective(1000px) translate3d(0, 0, 100px);
}
.swiper-slide.swiper-slide-active .picBox {
    transition: 5s 0s;
    transform: perspective(1000px) translate3d(0, 0, 0px);
}

.conBox {
    margin: 0 auto;
    width: 80%;
    max-width: 1200px;
    transform: translate3d(0, 0, 0);
    will-change: transform;
    z-index: 10;
    text-align: center;
    display: block;
}
.conBox h1 {
    font-weight: normal;
    font-size: 2.5vw;
    margin-bottom: 30px;
    letter-spacing: 3px;
    color: #fff;
    text-shadow: 1px 2px 8px rgb(0 0 0 / 20%);
}

.conBox h2:before {
    content: '';
    position: absolute;
    left: 50% !important;
    top: 0px;
    margin-left: -30px !important;
    border-radius: 23px;
    height: 3px;
    width: 60px;
    background: #fff;
    z-index: 1;
}
.conBox h2 {
    position: relative;
    margin: 1.5rem 0 0rem 0;
    padding-top: 3rem;
    color: #fff;
    text-shadow: 1px 2px 8px rgb(0 0 0 / 70%);
    font-size: 30px;
    font-weight: normal;
}
.conBox p {
    position: relative;
    margin: 1.5rem 0 0rem 0;
    color: #fff;
    text-shadow: 1px 2px 8px rgb(0 0 0 / 70%);
    font-size: 18px;
    font-weight: normal;
}
.e_switchbtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    z-index: 999;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    cursor: pointer;
    display: none;
}
.swiper-pagination {
    bottom: 30px;
    line-height: 1px;
    z-index: 1;
}
@media only screen and (min-width: 769px){
    .swiper-pagination {
        position: absolute;
        z-index: 20;
        bottom: 80px;
        width: 100%;
        text-align: center;
    }
}
@media only screen and (min-width: 769px){
    .p_ThumbnailBox {
        position: absolute;
        text-align: center;
        font-size: 0;
        z-index: 6;
        overflow: hidden;
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);
    }
}
@media only screen and (min-width: 769px){
    .p_ThumbnailBox {
        width: auto;
        height: auto;
        border-width: 0;
        background-color: transparent;
    }
}
@media only screen and (min-width: 769px){
    .p_ThumbnailBox {
        width: inherit;
        height: auto;
        background-color: transparent;
        overflow: hidden;
    }
}
.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background-color: rgba(255,255,255,1);
    margin: 0 8px;
    opacity: 1;
    transition: all .4s ease;
}
.swiper-pagination .swiper-pagination-bullet-active {
    background: #da251d;
    width: 53px;
}
@media only screen and (min-width: 769px){}
    .swiper-pagination span {
        display: inline-block;
        margin-right: 4px;
    }
}


.n_banner{height:400px;}
.n_banner .table{     height: 400px;}
.n_banner .mianbao{display:inline-block;padding: 0;margin-left: 0;}
.n_banner .mianbao h4{ font-size:24px; color:#fff;}
.n_banner .mianbao h3{font-size:24px;color: #ffffff;font-family:Futura Md BT;font-weight: bold;text-transform: uppercase;margin-top: 4px;}
.n_banner .mianbao h6{padding: 0;position:relative;}
.n_banner .mianbao h6:before{content:"";position:absolute;left:5px;top:7px;width:60px;height:1px;background:#9d9fa4;display: none;}
.n_banner .mianbao h6 a,.n_banner .mianbao h6 i,.n_banner .mianbao h6 span{font-size: 12px;color: rgba(255,255,255,0.7);margin:0 3px;font-style:normal;height:14px;line-height:14px;-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.n_banner .mianbao h6 a:hover{color: #f28e15;}
.table_cell {
    display: table-cell;
    vertical-align: middle;
}
.table {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    height: 100%;
}
.swipershowleft img{
	width:100%;
}