/*@font-face { font-family: font_SNheiti; src: url("../fonts/siensongti.otf"); } */
@font-face { font-family: font_SNheiti; src: url("https://zoomedia.com.cn/skin/fonts/sienheiti.ttf"); }
*{
    padding: 0;
    margin: 0;
}

i{font-style: normal}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
body{
    width:100%;
    /*height:6123px;*/
    background:rgba(255,255,255,1);
    opacity:1;
}
.banner{
    width: 100%;
    height: 870px;
    background: url("../image/bannerbg.png") no-repeat center;
}
.banner ul{
    list-style-type: none;
    margin:85px 10% 0px 0px;
    padding:0px;
    float: right;
}
.banner li{
    margin:7px;
    padding:6px;
    float:left;
    color: white;
    font-size: 16px;
    position: relative;
}
.banner li .acl{
    color: white;
}
.banner li:hover .acl{
    color: rgba(243,149,25,1);
    border-bottom:1px solid rgba(243,149,25,1);
    cursor: pointer;
}
.banner li .tuiguang{
    position: absolute;
    z-index: 99;
    width: 100%;
    background-color: white;
    top: 30px;
    display: none;
}
.banner li .tuiguang p{
    margin: 10px 0px 10px 3px;
}
.banner li .tuiguang p .macl{
    color: #3C3C3C;
    font-size: 12px;
}
.banner li .tuiguang p:hover .macl{
    color: rgba(243,149,25,1);
    cursor: pointer;
}
.banner .logo{
    width: 150px;
    height: auto;
    margin:50px 0px 0px 8%;
}
.banner .logotitle{
    width: 80%;
    margin: 0 auto;
    display: block;
    margin-top: 150px;
}
.banner .info{
    width:636px;
    height:117px;
    font-size:20px;
    font-family:font_SNheiti;
    font-weight:400;
    line-height:25px;
    color:rgba(255,255,255,1);
    opacity:0.81;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.inter{
    width:303px;
    height:70px;
    border:2px solid rgba(255,255,255,1);
    opacity:1;
    border-radius:10px;
    color: white;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 26px;
    line-height: 70px;
    margin-top: 50px;
    cursor: pointer;
}

/*联系我们*/
.contact{
    width:100%;
    /*height:1199px;*/
    background:rgba(255,255,255,1);
    opacity:1;
    overflow: hidden;
    display: block;
    margin-bottom: 120px;
    padding-top: 90px;
	padding-bottom:50px;
}
.contact .cwrite{
    width: 50%;
    float: left;
}
.contact .logo{
    width: 180px;
    height: auto;
    margin:20px 0px 0px 20%;
}
.cwrite .p1{
    width:70%;
    max-width: 560px;
    height:123px;
    font-size:36px;
    font-family:font_SNheiti;
    font-weight:bold;
    line-height:62px;
    color:rgba(68,68,68,1);
    opacity:1;
    margin:20px 0px 0px 20%;
}
.cwrite .p2{
    width:200px;
    height:29px;
    font-size:20px;
    font-family:font_SNheiti;
    font-weight:bold;
    line-height:36px;
    color:rgba(71,71,71,1);
    opacity:1;
    margin:70px 0px 0px 20%;
}
.cwrite .address{
    width:66%;
    font-size:18px;
    font-family:font_SNheiti;
    font-weight:400;
    line-height:24px;
    color:rgba(134,134,134,1);
    opacity:1;
    margin:20px 0px 0px 20%;
}
.cwrite .address img{
    height:14px;
    margin-right: 5px;
}

.cwrite .inputcont{
    width:40%;
    margin-right: 5%;
    float: left;
    overflow: hidden;
}
.cwrite .inputcont p{
    padding-top: 30px;
    overflow: hidden;

}
.cwrite .inputcont p span{
    height:26px;
    font-size:20px;
    font-family:font_SNheiti;
    font-weight:400;
    line-height:24px;
    color:rgba(184,184,184,1);
    opacity:1;
    float: left;
}
.cwrite .inputcont p i{
    font-size:12px;
    line-height:0px;
    float: left;
    padding: 5px 0 0 2px;
    color: #EA8D8E;
}
.cwrite .inputcont input{
    width:98%;
    height:50px;
    font-size: 22px;
    background:rgba(246,246,246,1);
    border:1px solid rgba(189,189,189,1);
    opacity:1;
    border-radius:5px;
    margin:17px 0px 0px 0;
}
.cwrite .inputcont3{
    overflow: hidden;
    width: 85%;
}
.cwrite .inputcont3 p{
    width:300px;
    height:26px;
    font-size:20px;
    font-family:font_SNheiti;
    font-weight:400;
    line-height:24px;
    color:rgba(184,184,184,1);
    opacity:1;
    margin:33px 0px 0px 0;
}
.cwrite .inputcont3 textarea{
    width:99%;
    height:200px;
    font-size: 22px;
    background:rgba(248,248,248,1);
    border:1px solid rgba(189,189,189,1);
    opacity:1;
    border-radius:5px;
    margin:17px 0px 0px 0;
}

.cwrite .okbtn{
    width:40%;
    height:46px;
    background:rgba(41,141,144,1);
    color:rgba(255,255,255,1);
    opacity:1;
    border-radius:10px;
    margin:40px 0px 0px 20%;
    text-align: center;
    font-size:22px;
    line-height: 46px;
	border: 0;
}
@media screen and (max-width: 1200px) {
    .cwrite .p1{
        font-size:32px;
    }
    .contact .logo {
        width: 120px;
    }
    .footer .footerright .number{
        font-size: 20px;
    }
}
/*联系我们end*/
/*footer*/
.footer{
    width:100%;
    height:300px;
    background:rgba(28,28,28,1);
    opacity:1;
    overflow: hidden;
}
.footer .footerleft{
    width: 75%;
    overflow: hidden;
    float: left;
}
.footer .footerright{
    width: 25%;
    float: left;
}
.footer .footerleft .logo{
    width: 120px;
    height: auto;
    margin:40px 0px 0px 10%;
    float: left;
    overflow: hidden;
    display: block;
}
.footer .footerleft .qiye{
    color: white;
    width: 260px;
    overflow: hidden;
    display: block;
    float: left;
    margin:52px 0px 0px 30px;
    height:32px;
    font-size:22px;
    font-family:font_SNheiti;
    font-weight:400;
    line-height:40px;
    color:rgba(134,134,134,1);
    opacity:1;
}
.footer .footerleft p{
    display: block;
    width: 100%;
    color: white;
    overflow: hidden;
    margin-left: 10%;
    margin-top: 40px;
    float: left;


    font-size:16px;
    font-family:font_SNheiti;
    font-weight:400;
    line-height:24px;
    color:rgba(134,134,134,1);
    opacity:1;

}
.footer .footerleft p i{
    margin-right: 2%;
}
.footer .footerleft p i:nth-child(2n+1):hover{
    color: white;
    text-decoration: underline;
    cursor: pointer;
}
.footer .footerleft p a{
    color: rgba(134,134,134,1);
}
.footer .footerleft p i:nth-child(2n+1):hover a{
    color: white;
}
.footer .footerright .mianzhe{
    width:84px;
    height:20px;
    font-size:14px;
    font-family:font_SNheiti;
    font-weight:400;
    line-height:24px;
    color:rgba(149,149,148,1);
    opacity:1;
    margin-top: 36px;
}
.footer .footerright .number{
    width:200px;
    height:40px;
    font-size:28px;
    font-family:font_SNheiti;
    font-weight:400;
    line-height:40px;
    color:rgba(227,227,227,1);
    opacity:1;
    margin:1px 0px 0px 7%;
}
.footer .footerright .date{
    width:170px;
    height:20px;
    font-size:14px;
    font-family:font_SNheiti;
    font-weight:400;
    line-height:24px;
    color:rgba(97,97,97,1);
    opacity:1;
    margin:1px 0px 0px 7%;
}
.footer .footerright .pic{

    margin:20px 0px 0px 6%;
}
.footer .footerright .pic img{
    width: 30px;
    height: 30px;
    margin:0px 0px 0px 7%;
}
.footer .bottomline{
    width: 84%;
    float: left;
    margin: 35px 0 0 8%;

    border:1px solid rgba(78,78,78,1);
}

.footer .icp{
    width:100%;
    height:24px;
    font-size:16px;
    font-family:font_SNheiti;
    font-weight:400;
    line-height:24px;
    color:rgba(97,97,97,1);
    opacity:1;
    text-align: center;
    margin: 35px 0 0 0;
    float: left;
}
/*footer end*/