@charset "utf-8";
/* ------------------头部--------------- */
.nav{
    position: absolute;
    height: 93px;
    width: 100%;
    background-color: #fbfbfb;
    z-index: 999;
    /*background-image: url(/static/images/pb2.png);*/
    background-size: cover;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s; 
    -ms-transition: .5s; 
    -o-transition: .5s; 
}
.nav.nav-ani {
    position: fixed;
    top: -93px;
    transform: translateY(93px);
    box-shadow: rgb(0, 0, 0) 0px 0px 5px 0px;
}
.header{
    margin: 0 auto;
    font-family: "Microsoft YaHei";
    font-size: 0;
    width: 55%;
    height: 93px;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
}
.header-logo{
    float: left;
    height: 93px;
}
.header-logo img{
    margin-top: 20px;
    height: 60px;
}
.header-text{
    width: 700px;
    height: 93px;
    position: absolute;
    transform: translateX(25%);
}
.header-text li{
    display: inline-block;
    width: 90px;
    height: 89px;
    text-align: center;
    font-weight: 600;
    border: 2px solid rgba(255, 255, 255, 0);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s; 
    -ms-transition: .5s; 
    -o-transition: .5s; 
}
.header-text li a{
    display: inline-block;
    width: 100%;
    color: #43506C;
    font-size: 18px;
    transform: translateY(150%);
    transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s; 
    -ms-transition: .5s; 
    -o-transition: .5s; 
}
.header-text li:hover{
    border-top: 2px solid #EF4B4C;
}
.header-text li:hover a{
    color: #EF4B4C;
}

.header-text .active{
    font-family: "Microsoft YaHei-Bold";
    color: #EF4B4C;
}
.downholder{
    position: absolute;
    top: 93px;
    width: 100%;
    height: 0px;
    background-color: rgba(230, 230, 230, 0.98);
    overflow: hidden;
    transition: height cubic-bezier(0.45, 0.44, 0.35, 1.42) 0.3s; 
}
.nav:hover .downholder{
    height: 330px;
}
.inner{
    width: 1092px;
    height: 270px;
    margin: 0 auto;
    padding: 30px 0;
}
.left{
    width: 30%;
    height: 100%;
    float: left;
}
.left div{
    width: 150px;
    height: 100%;
    float: left;
}
.left div:nth-child(2){
    float: right;
}
.left div a{
    display: block;
    width: 150px;
    height: 113px;
}
.left div p{
    font-family: "Microsoft YaHei";
    font-weight: bold;
    line-height: 2;
}
.right{
    width: 69%;
    height: 100%;
    float: right;
}
.right h2{
    text-align: center;
    font-size: 18px;
    line-height: 3;
}
.c-content{
    width: 415px;
    height: 163px;
    float: left;
    margin-left: 20px;
    line-height: 23px;
}
.c-content{
	text-indent: 2em;
}
.more{
    text-align: right;
}
.more a{
    color: tomato;
}
.more a:hover{
    text-decoration: underline;
}
.right img{
    display: block;
    width: 275px;
    height: 163px;
    margin-right: 20px;
    float: right;
}
.msg{
    width: 95%;
    height: 50px;
    clear: both;
    margin: 0 auto;
}
.msg h3{
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: tomato;
}
.msg div{
    float: left;
    line-height: 2;
}
.msg div:nth-child(2){
    float: right;
}
.msg div a{
    color: black;
}
.msg div a:hover{
    color: tomato;
    text-decoration: underline;
}
/* --------------- 返回顶部样式 --------------- */
.totop {
    position: fixed;
    top: 85%;
    right: 6%;
    width: 70px;
    opacity: .4;
    cursor: pointer;
    transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    -webkit-transition: .6s;
    display: none;
    z-index: 500000;
}
.totop:hover {
    opacity: 1;
}
.bgnews {
    background-image: url(/static/images/news.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.bgcontact {
    background-image: url(/static/images/contactus.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.bgyoushi {
    background-image: url(/static/images/youshi.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
/* ------------------ 轮播 --------------- */
.swiper-container {
    position: relative;
    width: 100%;
    height: 420px;
    top: 93px;
}
.swiper-slide{
    width: 100%;
    height: 420px;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#EF4B4C,endColorStr=#8d2c44); /*IE 6 7 8*/
    background: -ms-linear-gradient(top, #EF4B4C,  rgb(141, 44, 68));        /* IE 10 */
    background:-moz-linear-gradient(top,#EF4B4C,rgb(141, 44, 68));/*火狐*/
    background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#EF4B4C), to(rgb(141, 44, 68)));/*谷歌*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EF4B4C), to(rgb(141, 44, 68)));      /* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(top, #EF4B4C, rgb(141, 44, 68));   /*Safari5.1 Chrome 10+*/
    background: -o-linear-gradient(top, #EF4B4C, rgb(141, 44, 68));  /*Opera 11.10+*/
}
.standard{
    display: inline-block;
    width: 49%;
    text-align: right;
    vertical-align: middle;
}
.standard h6{
    font-size: 36px;
    color: #ffffff;
}
.standard p{
    margin-top: 10px;
    font-size: 23px;
    color: #ffffff;
    font-family: "Microsoft YaHeiLight";
}
.standard-pic{
    display: inline-block;
    margin-top: 82px;
    width: 50%;
    vertical-align: middle;
}
.standard-pic img{
    width: 313px;
    height: 256px;
}
.free{
    position: absolute;
    left: calc(50% - 170px);
    top: 338px;
    font-size: 0;
    z-index: 999;
}
.input-free{
    outline: none;
    width: 223px;
    height: 44px;
    font-size: 15px;
    text-indent: 17px;
    border: 0;
    border-radius: 0 0 0 15px;
    vertical-align: middle;
}
.button-free{
    width: 117px;
    height: 44px;
    background-color: #3D619B;
    font-size: 15px;
    color: #E9E9EB;
    font-weight: bold;
    vertical-align: middle;
    border: 0;
    border-radius: 0 15px 0 0;
    outline: none;
    cursor: pointer;
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
}
.button-free:hover {
    background-color: #E9E9EB;
    color: #3D619B;
}
/* ------------------清除浮动的代码--------------- */
.clear:after{content:'';display:block;clear:both;}
.clear{zoom:1;}

/* ---------------底部-------------- */
.footer{
    background-color: #414141;
}
.address{
    font-size: 0;
    padding-bottom: 21px;
    border-bottom: 2px solid #000000;
    text-align: left;
}
.address li{
    display: inline-block;
    text-align: left;
    margin-top: 32px;
    margin-right: 3%;
}
.address li img{
    width: 90px;
    height: 35px;
}
.address li p{
    font-family: "Microsoft YaHeiUI";
    font-size: 13px;
    line-height: 30px;
    color: rgba(206, 202, 202, 0.8);
}
li.phone{
    float: right;
    margin-top: 61px;
    margin-right: 0;
    font-family: "Microsoft YaHei";
    font-size: 13px;
    color: #EF4B4C;
}
.phone span{
    font-weight: bold;
    font-size: 19px;
}
.footer-top{
    margin-top: 18px;
    font-size: 0;
    font-family: "Microsoft YaHei";
    text-align: left;
    overflow: hidden;
}
.footer-top ul{
    display: inline-block;
    margin-right: 9%;
    margin-bottom: 50px;
    vertical-align: top;
}
.footer-top li{
    margin-top: 5px;
    font-size: 12px;
    color: rgba(206, 202, 202, 0.8);
}
.footer-top li.big{
    font-size: 15px;
    font-weight: bold;
}
.footer-top li a{
    color: rgba(206, 202, 202, 0.8);
}
.footer-top li a:hover{
    text-decoration:underline;
    color:white
}
ul.public-number{
    margin-right: 0px;
    float: right;
    margin-bottom: 0;
    background-color: #202633;
    height: 100%;
    padding: 15px 20px 20px 15px;
    border-radius: 15px 15px 0 0;
}
.public-number li{
    display: inline-block;
    text-align: center;
}
.public-number h6{
    color: #ffffff;
}
.public-number img{
    width: 120px;
    height: 140px;
    margin-left: 8px;
    vertical-align: top;
}
.public-number h6{
    margin-top: 8px;
}
.copyright{
    background-color: #202633;
    text-align: center;
}
.copyright p{
    padding: 42px 0;
    font-size: 14px;
    color: rgb(206, 202, 202);
}
.copyright span{
    margin-left: 12px;
}
/*          弹窗样式             */
.number {
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%) scale(0);
    width: 400px;
    height: 360px;
    border-radius: 5px;
    background-color: #fff;
    display: none;
    z-index: 998;
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.7);
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}
.number h3 {
    font-size: 16px;
    text-align: center;
    line-height: 3;
    color: #3D619B;
    font-weight: bold;
    margin-top: 12px;
}
.number li {
    text-align: center;
    font-size: 16px;
    line-height: 3;
}
.number li:nth-child(7) {
    width: 45%;
    margin: 15px auto 0;
}
.number li:nth-child(7) input {
    display: block;
    float: left;
    color: #ffffff;
    background-color: #0074D9;
    border-radius: 20px;
    border: 0px;
    width: 70px;
    height: 30px;
    cursor: pointer;
    font-size: 15px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s; 
    -ms-transition: .3s; 
    -o-transition: .3s; 
}
.number li:nth-child(7) input:nth-child(2) {
    float: right;
}
.number li:nth-child(7) input:hover {
    box-shadow: 0 0 3px 0 #000;
}
.number li input {
    /* border-radius: 5px; */
    text-indent: 5px;
    height: 25px;
    border: 0;
    outline: 0;
    border-bottom: 1px solid;
}
.number::-webkit-input-placeholder {
    text-indent: 5px;
}
.number:-ms-input-placeholder {
    text-indent: 5px;
}
.number:-moz-placeholder {
    text-indent: 5px;
}
 /*获取验证码按钮*/
.number .verCodeBtn {
    border-radius: 12px
    margin-left:-30px;
}

/* 弹出提示样式 */

#tanchu{
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-400%);
    width: 400px;
    margin: 0 auto;
    text-align: center;
    padding: 0 10px;
    line-height: 2.5;
    background-color: rgba(0, 0, 0, .6);
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 15px;
    z-index: 999;
}