/** 重置元素 **/
/*包含以下五种的链接*/
a {text-decoration: none;}
/*正常的未被访问过的链接*/
a:link {text-decoration: none;}
/*已经访问过的链接*/
a:visited {text-decoration: none;}
/*鼠标划过(停留)的链接*/
a:hover {text-decoration: none;}
/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {text-decoration: none;}
/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus {text-decoration: none;}
*{margin:0;padding:0;font-family: '微软雅黑';font-weight:400;}
legend {color:#000;} /* for ie6 */
fieldset, img {border:0;display: block;} /* img 搭车：让链接里的 img 无边框 */
ul, ol {list-style: none;}
input,textarea,select,a:focus {outline: none;}
.width_1200{
    width: 1200px;
    margin: 0 auto;
}
.boxes{
    padding: 50px 0;
}
.nav{
    width: 100%;
    height: 108px;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    z-index: 9999;
}
.nav_content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
}
.nav_logo{
    display: flex;
}
.nav_logo div:last-child{
    margin-left: 10px;
    /* margin-right: 113px; */
    margin-top: 35px;
    /*width: 114px;*/
    /*transform: scale(0.75);*/
    color: #333333;
}
.nav_logo div p{
    font-size: 10px;
}
.nav_logo div p:last-child{
    margin-top: 5px;
}
.logo{
    /*width: 212px;*/
    width: 185px;
    margin-top: 22px;
}
.logo img{
    width: 100%;
}
.navigation{
    display: flex;
    margin-top: 40px;
    /*margin-left:85px;*/
}
.navigation ul{
    display: flex;
}
.navigation .active a{
    font-weight: 600;
    color: #333333;
}
.navigation .active div{
    width: 20px;
    height: 3px;
    background-color: #333333;
    margin: 0 auto;
    margin-top: 9px;
}
.navigation li{
    margin-right: 20px;
}
.navigation li:last-child{
    margin-right: 20px;
}
.navigation li a{
    font-size: 16px;
    color: #333333;
}
.phone_text_tit{
    font-size: 14px;
    letter-spacing:10px
}
.phone_text_number{
    font-size: 18px;
    font-weight: bold;
    color: #FF7327;
}
.nav_phone{
    display: flex;
    margin-top: 40px;
    align-items: center;
}
.phone_text{
    margin-left: 10px;
}
.phone_text p{
    font-size: 12px;
    letter-spacing:10px;
}
.phone_text p:last-child{
    color: #FF7327;
    font-size: 16px;
    margin-top: 3px;
    margin-left: 7px;
    letter-spacing: 0;
    font-weight: bold;
}
.tit{
    font-size: 30px;
    /*font-family: PingFang SC-Medium;*/
    color: #333333;
    font-weight: 500;
    text-align: center;
}
.sub_tit{
    width: 1000px;
    margin: 10px auto 35px auto;
    color: #666666;
    text-align: center;
    line-height: 2;
}
.box{
    width: 100%;
    padding: 50px 0 100px 0;
}
.button{
    display: block;
    width: 240px;
    height: 50px;
    font-weight: 500;
    line-height: 50px;
    color: #FFFFFF;
    text-align: center;
    background: #FF7327;
    border-radius: 3px;
    margin: 70px auto 0 auto;
    cursor: pointer;
}
.content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form{
    background: url("./bg.jpg") no-repeat;
    background-size: 100% 100%;
    color: #FFFFFF;
}
.form div p:first-child{
    font-size: 24px;
    margin-bottom: 8px;
    font-weight: 500;
}
.form_box{
    width: 757px;
    margin-top: 50px;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form_box input{
    width: 340px;
    height: 45px;
    border: 0;
    margin-top: 20px;
    background-color: rgba(225, 225, 225, 0.6);
    color: #FFFFFF;
    padding-left: 20px;
}
.form .button{
    margin: 0;
}
.form_box input::-webkit-input-placeholder{
    color:#FFFFFF;
}
.form_box input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#FFFFFF;
}
.form_box input:-moz-placeholder {    /* Mozilla Firefox 4 to 18 */
    color:#FFFFFF;
}
.form_box input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#FFFFFF;
}
.footer{
    background-color: #191919;
    color: rgba(255, 255, 255, 0.7);
}
.footer_top{
    width: 100%;
    height: 100px;
    line-height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer_top ul li a{
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
}
.footer_center{
    margin-top: 40px;
    display: flex;
}
.footer_left{
    width: 200px;
}
.footer_left div{
    width: 120px;
    margin: 0 auto;
}
.footer_left div img{
    width: 100%;
}
.footer_left p{
    font-size: 14px;
    margin-top: 16px;
    text-align: center;
}
.footer_line{
    width: 1px;
    height: 175px;
    background-color: rgba(255, 255, 255, 0.3);
    margin-right: 40px;
}
.footer_right{
    width: 940px;
}
.footer_right div{
    width: 470px;
    margin-bottom: 12px;
    font-size: 14px;
}
.footer_bottom{
    display: flex;
    margin-top: 40px;
}
.footer_logo{
    font-size: 30px;
    font-weight: bold;
    margin-left: 30px;
}
.footer_contact{
    display: flex;
    margin-left: 100px;
}
.footer_contact div p{
    font-size: 14px;
    margin-left: 12px;
}
.footer_contact div p:last-child{
    margin-top: 5px;
}
.bottom{
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    margin-top: 50px;
    background-color: #272727;
}
.banner_bg{
    margin-top: 108px;
    position: relative;
}
.banner_bg img{
    width: 100%;
}
.tingBox img {
    width: 40px;
    margin: 0 30px;
}
.tingBox{
    width: 200px;
    margin: 0 auto;
    display: flex;
    /*margin-top: 50px;*/
}
.rightzixun{position:relative;/*border-bottom:1px solid #EBEBEB;*/margin-bottom: 1px;width:95px;height:85px;display:flex;justify-content:center;align-items:center;flex-direction:column;background-color:#0053B8;cursor: pointer;}
.rightzixun img{width:28px}
.rightzixun span{margin-top:10px;font-size:13px;color:#FFFFFF}
.rightzixuntwo{margin-top:33px;cursor:pointer; display: none;border: none;}
.advertwo{float:right;margin-left:5px;flex-direction:column}
.adver{position:fixed;top:20%;right:0;height:500px;z-index:999}
.adcerone{width:130px;height:168px;display:flex;float:left;justify-content:center;align-items:center;flex-direction:column;border:1px solid #EBEBEB;margin-top:88px;background-color:white}
.adcerone img{width:95px;height:95px}
.adcerone span{margin-top:18px;font-size:14px;font-weight:400;line-height:19px;color:#333333;text-align: center}
.wx{border: none}
.list-page {text-align:center;padding: 15px 15px;}
.mws-panel-content {background: #eee;}
.pagination {display: flex;justify-content:center;margin:0 !important;padding: 10px 10px;/*background: #fff;*/}
.pagination li{margin:0px 10px;border:1px solid #e6e6e6;display: inline-block;}
#number1{
    position: absolute;
    top: 8px;
    right: 25px;
    width: 17px;
}
#number3{
    position: absolute;
    top: 7px;
    right: 25px;
    width: 17px;
}
#dian{
    position: absolute;
    top: 9px;
    right: 27px;
    width: 18px;
}
.pagination li a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #999999;
}
.pagination li span{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.pagination .active span{
    background-color: #0053B8;
    color: #fff;
}
.pagination .disabled span{color: #aaa;}
.page{
    margin-top: 50px;
}