﻿@charset "utf-8";
/* 禁用iPhone中Safari的字号自动调整 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;	
}
/* 去除iPhone中默认的input样式 */
input{/* -webkit-appearance:none; */ resize: none;}
/* 取消链接高亮  */
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article, 
aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); 
	font-family: Microsoft YaHei,Tahoma,Arial,Roboto,"Droid Sans","Helvetica Neue","Droid Sans Fallback","Heiti SC",sans-self;}
/* 设置HTML5元素为块 */
article, aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section {
display: block;
}
/* 图片自适应 */
img {
max-width: 100%;
height: auto;
width:auto\9; /* ie8 */
-ms-interpolation-mode:bicubic;/*为了照顾ie图片缩放失真*/
}
*:focus {
    outline:none;
}
/* 清零 */
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article, 
aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section{margin:0; padding:0; border:none;}
em,i{font-style:normal;}
strong{font-weight: normal;}
.clearfix:after{content:""; display:block; visibility:hidden; height:0; clear:both;}
.clearfix{zoom:1;}
a{text-decoration:none; color:#969696; }
a:hover{color:#969696; text-decoration:none;}
ul,ol,li{list-style:none;}
fieldset,img{border: none;}
table {
    border-collapse:collapse;
    border-spacing:0;
}

input:password {
    ime-mode:disabled;
}
*{box-sizing:border-box;}


/*样式代码开始*/
html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
sup {
    line-height: 100%;
}
.container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

}

.container .page {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.container .page1 {
    background: url("/m7/images/bannerbg.png") no-repeat center;
    background-size: cover;
}
.container .page2 {
    background: url("/m7/images/page2bg.jpg") no-repeat center;
    background-size: cover;
}

.container .page3 {
    background: url("/m7/images/page3bg.jpg") no-repeat center;
    background-size: cover;
}
.container .page4 {
    background: url("/m7/images/page4bg.png") no-repeat center;
    background-size: cover;
}
.container .page5 {
    background: #666666;
}

.container .page6 {
    background: url("/m7/images/page6bg.jpg") no-repeat center;
    background-size: cover;
}

.container .page7 {
    background: url("/m7/images/page7bg.jpg") no-repeat center;
    background-size: cover;
}
.pageContent {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding-top: 90px;
}

.sideBar {
    width: 16px;
    /*height: 123px;*/
    /*background: rgba(0, 0, 0, 0.3);*/
    position: fixed;
    top: 50%;
    right: 15px;
    border-radius: 8px;
    margin-top: -50px;
}

.sideBar li {
    width: 10px;
    height: 10px;
    display: block;
    background: rgba(255, 255, 255, 0.3);
    margin: 9px auto 0 auto;
    border-radius: 5px;
}

.sideBar li:hover {
    cursor: pointer;
}

.sideBar .curlit {
    background: rgba(255, 255, 255, 1);
}

/*顶部导航*/
.yo_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 100px;
    line-height: 70px;
    background: rgba(255,255,255,0.2);
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.yo_nav li {
    float: left;
    margin-right: 25px;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    height: 70px;
}
.yo_nav ul {
    float: right;
}
.yo_nav li a {
    color: #686868;
    display: block;
    height: 100%;
    padding: 0 5px;
    border-bottom: 3px solid rgba(0,0,0,0);
}
.yo_nav li.cur a {
    border-bottom: 3px solid #E50112;
    color: #E90016;
}
.yo_nav.pt {
    background: rgba(255,255,255,0.5);
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.yo_nav.pt li {
    margin-right: 20px;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}


.yo_nav .logo {
    width: 287px;
    height: 39px;
    float: left;
    margin-top: 10px;
    margin-left: 50px;
}

.yo_nav .logo img {
  
    height: 50px;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}



.yo_nav.pt .logo img {
    width: 250px;
    height: 34px;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}


.down {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -25px;
}
.down a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("/m7/images/xia.png") no-repeat center;
}
.down a:hover {
    opacity: 0.8;
}

.page1 img {
    margin: 0 auto;
    display: block;
}

.page1 img.p1text {
    height: 25%;
    margin-top: 5%;
}
.page1 img.p1img {
    height: 45%;
    margin-top: 7%;
}

.p2tabnav {
    width: 480px;
    margin: 2% auto;
    height: 60px;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    border: 2px solid #E60011;
}
.p2tabnav li {
    width: 50%;
    height:60px;
    float: left;
    text-align: center;
    line-height: 60px;
    font-size: 23px;
}

.p2tabnav li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #E60011;
    background: none;
}

.p2tabnav li.curt a {
    background: #E60011;
    color: #ffffff;
}

.page2 .pageContent {
    position: relative;
}
.p2tabcont li:first-child {
    height: 360px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -100px;
}
.p2tab1left {
    width: 30%;
    float: left;
    padding: 60px 40px;
    background: rgba(0,0,0,0.3);
    font-size: 20px;
    color: #ffffff;
    line-height: 190%;
    text-align:justify;
    border-radius: 0 20px 0 20px;
    letter-spacing: 1px;
}

.p2tab1right {
    float: right;
    width: 70%;
    padding-left: 50px;
}
.p2tab2top {
    height: 45%;
    overflow: hidden;
    margin-top: 3%;
}
.p2tab2top img {
    max-height: 100%;
}
.p2ttleft {
    width: 55%;
    height: 100%;
    float: left;
}
.p2ttright {
    width: 460px;
    background: #ffffff;
    float: left;
    height: 185px;
    margin-left: 0;
    margin-top: 2%;
    border-radius: 10px;
    padding: 50px 35px;
    font-size: 20px;
    line-height: 170%;
    color: #E60011;
}
.p2ttright.lj {
    padding: 20px 35px;
}
.p2tabcont {
    height: 75%;
    margin-top: 8%;
}
.p2tabcont ul {
    height: 100%;
}
.p2tabcont li:last-child {
    height: 100%;
}
/*page3*/

.titpbit {
    font-size: 38px;
    color: #E60011;
    text-align: center;
    font-weight: bold;
}
.p3tabnav {
    overflow: hidden;
    margin-left: 75px;
    margin-top: 30px;
}
.p3tabnav li {
    float: left;
    height: 55px;
    line-height: 55px;
    border: 2px solid #E60011;
    border-right: none;
}
.p3tabnav li:last-child {
    border-right: 2px solid #E60011;
}
.p3tabnav li a {
    padding: 0 30px;
    color: #E60011;
    width: 100%;
    height: 100%;
    display: block;
}
.p3tabnav li.curt a {
    background:#E60011 ;
    color: #ffffff;
}
.p3tabcont {
    margin-top: 20%;
}
.p3tabcont li {
    height: 350px;
}
.p3tabcont li .imgp3 {
    width: 50%;
    float: left;
}
.p3tabcont li .textp3 {
    width: 50%;
    float: left;
    text-indent: 35px;
    font-style: oblique;
    font-size: 20px;
    line-height: 160%;
    padding-left: 60px;
    padding-right: 50px;
    margin-top: 60px;
}
.p3tabcont li .textp3 p {
    background: url("/m7/images/duigou.png") no-repeat left top;
    background-size: 30px auto;
}

.ditlist {
    position: absolute;
    bottom: 40px;
    width: 320px;
    left: 50%;
    margin-left: -160px;
}
.ditlist li {
    width: 60px;
    height: 5px;
    background: #E79D9D;
    float: left;
    margin: 0 10px;
}
.ditlist li a {
    display: block;
    width: 100%;
    height: 100%;
}
.ditlist li.curt {
    background: #E60011;
}

.p4cont {
    height: 200px;
    position: absolute;
    width: 1200px;
    top: 45%;
}
.p4cont li {
    width:340px;
    height: 186px;
    float: left;
    margin: 0 30px;
}
.p4cont li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.p4cont li a h2 {
    margin-top: 60px;
    font-size: 26px;
    position: relative;
    z-index: 5;
}
.p4cont li a p {
    margin-top: 6px;
    position: relative;
    z-index: 5;
}
.p4cont li:nth-child(1) {
    background: url("/m7/images/p4li1.png") no-repeat center;
    background-size: 100% 100%;
}
.p4cont li:nth-child(2) {
    background: url("/m7/images/p4li2.png") no-repeat center;
    background-size: 100% 100%;
}
.p4cont li:nth-child(3) {
    background: url("/m7/images/p4li3.png") no-repeat center;
    background-size: 100% 100%;
}
.p4cont li a:hover .bgblac {

}
.bgblac {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background: rgba(0,0,0,0.2);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 2;
}
.p4cont li a:hover .bgblac {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    top:0;
}
.page5 .pageContent {
    position: relative;
}
.p5cont {
    position: absolute;
    top: 50%;
    left: 150px;
    width: 900px;
    margin-top: -160px;
}

.p5cont li {
    width: 190px;
    text-align: center;
    height: 312px;
    float: left;
    background: #ffffff;
    padding: 15px 15px;
    color: #E60011;
    margin: 0 54px;
}

.p5cont li img {
    width: 100%;
    margin-bottom: 30px;
}
.p5cont li p {
    font-size: 20px;
    margin-top: 10px;
}



.p2tabcontbox {
    width: 63%;
    /*float: left;*/
    /*margin-left: 1%;*/
    margin: 0 auto;
    /*background: rgba(0,0,0,0.1);*/

}

.p2tabcont li:last-child {
    width: 100%;
    margin-left: 0;
}

.p2imgbb img {
    /*border: 2px solid #E60011;*/
    border-radius: 5px;
    opacity: 0.9;
}
.p2textbb {
    background: #ffffff;
    height: 60px;
    width: 100%;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 160%;
    opacity: 0.9;
}


.p6contimg {
    float: left;
    width: 55%;
}
.p6conttext {
    width: 43%;
    float: right;
    margin-top: 40px;
}
.p6conttext p {
    font-size: 20px;
    font-style: oblique;
    line-height: 160%;
    margin-top: 10px;
}
.p6conttext p.clor {
    font-style: normal;
    color: #E60011;
    margin-top: 20px;
    font-weight: bold;
}
.p6conttext p.clor.right {
    font-style: normal;
    color: #E60011;
    text-align: right;
}

.p6cont {
    margin-top: 15%;
}



@media (max-width: 1400px) {
    .p2tabcont {
        margin-top: 2%;
    }
    .p3tabcont {
        margin-top: 7%;
    }
    .p5cont {

        margin-top: -90px;
    }
    .p2ttleft {
        width: 46%;
        height: 100%;
        float: left;
    }
    .p2tab2top {
        height: 51%;
        overflow: hidden;
        margin-top: 2%;
    }

    .p6cont {
        margin-top: 5%;
    }

    .p6conttext {
        margin-top: 40px;
    }
}


.headTitle {
    height: 30px;
    width: 100%;
    background: #3C3C3C;
    text-align: right;
    line-height: 30px;
    font-size: 12px;
}

.headTitle .htmain {
    width: 100%;
    margin: 0 auto;
    color: #ffffff;
    padding-right: 20px;
}
.headTitle span {
    padding: 0 10px;
    border-right: 1px solid #5A5A5A;
}
.headTitle span:last-child {
    border-right: none;
}
.headTitle span img {
    margin-right: 5px;
}
.headTitle a {
    color: #CBCBCB;
}

.headTitle a:hover {
    text-decoration: underline;
}

.page7 {
    position: relative;
}
.pcont {
    width: 1050px;
    height: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -525px;
    background: #4B4A4A;
}
.pconttop {
    height: 360px;
}
.pcontboot {
    height: 90px;
    background: #000000;
}
.footleft {
    float: left;
    padding: 20px 40px;
}
.footleft li {
    float: left;
    margin-right: 30px;
    width: 200px;
}
.footleft li p {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ffffff;
    font-size: 14px;
}
.footleft li h3 {
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ffffff;
    font-size: 18px;
}
.footleft li a {
    color: #ffffff;
}
.fr_right {
    width: 245px;
    height: auto;
    float: right;
    background: none;
    padding: 0;
    color: #ffffff;
    margin-top: 30px;
    margin-right: 35px;
}

.fr_right h3 {
    margin-bottom: 15px;
}
.fr_right li {
    margin-bottom: 5px;
}
.fr_right li span {
    padding-right: 5px;
    float: left;
    line-height: 26px;
    font-size: 14px;
}

.fr_right li input {
    height: 24px;
    padding: 5px;
    width: 200px;
}
.fr_right li.nameli input {
    height: 24px;
    padding: 5px;
    width: 80px;
}
.fr_right li.nameli label {
    margin-right: 10px;
}
.fr_right li.nameli label input {
    width: 15px;
    height: 15px;
}
.fr_right li textarea {
    height: 80px;
    padding: 5px;
    width: 200px;
}

.subinfo {
    background: #E00000;
    color: #ffffff;
    padding: 2px 5px;
    line-height: 26px;
    font-size: 14px;
}

.info img {
    height: 20px;
    padding-top: 5px;
    margin-right: 10px;
}

.pcontboot {
    padding: 10px;
}

.pbootleft {
    float: left;
    background: url("/m7/images/new_tel_big.png") no-repeat center left;
    margin-left: 60px;
    height: 70px;
    line-height: 70px;
    color: #ffffff;
    padding-left: 40px;
    font-size: 24px;
}

.pbootright {
    height: 100%;
    float: right;
}

.pbootright span {
    display: inline-block;
    height: 100%;
    width: 70px;
    padding: 5px;
    background: #ffffff;
    margin-right: 20px;
}


.tbalink {
    position: fixed;
    right: 0;
    bottom: 80px;
    width: 50px;
    height: 140px;
    text-align: center;
    background:#E10718;
    z-index: 99999;
}

.tbalink .tt {
   /* background: url("/m7/images/sqty.png") no-repeat center;
    background-size: 60% auto;*/
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 32px;
}

.tbalink a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}
