﻿/*固定*/
/*banner开始*/
.main {  width: 100%;  }
.main .banner {  width: 100%;  font-size: 0;  position: relative;  }
.main .banner img {  width: 100%;  }
.main .banner .subnav {  width: 100%;  background-color: rgba(0, 0, 0, .5);  position: absolute;  left: 0;  bottom: 0;  }
.main .banner .subnav .center {  width: 1200px;  margin: 0 auto;  font-size: 0;  position: relative;  }
.main .banner .subnav ul {  width: 100%;  }
.subnav ul > .bor_rig {  border-right: 1px solid #949494;  }
.main .banner .subnav ul > li {  width: 25%;  box-sizing: border-box;  text-align: center;  padding: 15px 0;  font-size: 18px;  display: inline-block;  }
li.yellow {  background-color: #e59231;  }
.main .banner .subnav ul > li a {  color: #fff;  }
/*banner结束*/

/*内容展示开始*/
.content {  width: 1200px;  margin: 110px auto; box-sizing: border-box }
.content .title{box-sizing: border-box;margin:40px;border-bottom: 1px dashed #bbbbbb}
.content .title h2{width: 100%;box-sizing: border-box;margin:45px 0;text-align: center;font-size: 30px;color:#333;font-weight: 500}
.content .title ul{width: 100%;font-size: 0;text-align: center;}
.content .title ul>li{padding:10px 40px;font-size: 14px;color:#999;display: inline-block}
.content .word{width: 100%;box-sizing: border-box;padding-bottom:40px;}
.content .word .phone{width: 100%;font-size: 0;overflow: hidden;margin-bottom:40px;}
.content .word .phone img{width: 100%;}
.content .word p{width: 100%!important;box-sizing: border-box;line-height: 35px;font-size: 16px;color:#333; }
.content .choice{width: 100%;box-sizing: border-box;}
.content .choice p{width: 70%;box-sizing: border-box;text-align: left;line-height: 35px;}
.content .choice p a{font-size: 18px;color:#333;}
.content .choice p:hover a{color:#e59231!important;}
.content .choice .list{width: 200px;height: 60px;display: inline-block;float: right;background-color: #e59231;color:#fff;font-size: 18px;text-align: center;line-height: 60px;}







/*内容展示结束*/

/*自适应*/

/*中*/
@media screen and (min-width: 720px) and (max-width: 1200px) {

    .main .banner .subnav .center {  width: 720px; padding:15px;box-sizing: border-box; }
    .main .banner .subnav ul > li {  width: 25%;  box-sizing: border-box;  padding: 12px 0;  font-size: 14px;  }
    /*banner结束*/
    .content {  width: 720px;  margin: 70px auto;  }
    .content .title h2{margin:30px 0;font-size: 34px;color:#333;font-weight: 500}
    .content .word{padding-bottom:30px;}
    .content .word .phone{margin-bottom:30px;}
    .content .word p{line-height: 30px;font-size: 14px; width: 100%!important;}
    .content .choice p a{font-size: 16px;color:#333;}
    .content .choice .list{width: 150px;height: 50px;font-size: 16px;line-height: 50px;}
    /*内容展示结束*/
}

/*小*/
@media screen and (min-width: 320px) and (max-width: 720px) {
    .main{ margin-top:47px;}

    .main .banner .subnav .center {  width: 96%;margin:10px 2%;  }
    .main .banner .subnav ul > li {  width: 25%;  box-sizing: border-box;  padding: 6px 0;  font-size: 10px;  }
    /*banner结束*/
    .content .title ul > li {  padding: 10px 7px;  font-size: 12px;  color: #999;  display: inline-block;  }
    .content .title {  width: 100%;  box-sizing: border-box;  margin: 40px 0;  border-bottom: 1px dashed #bbbbbb;  }
    .content {  width: 320px;  margin: 20px auto;  }
    .content .title h2{margin:20px 0;font-size: 20px;color:#333;font-weight: 500}
    .content .word{padding-bottom:15px;}
    .content .word .phone{margin-bottom:15px;}
    .content .word p{line-height: 25px;font-size: 14px;width: 100%!important;}
    .content .choice{margin-bottom: 50px;position: relative}
    .content .choice p{width: 100%;}
    .content p img{    width: auto!important;
        height: auto!important;
        max-width: 100%;
        max-height: 100%;
        font-size: 0;}
    .content .choice p a{font-size: 14px;color:#333;}
    .content .choice .list{width: 100px;height: 30px;font-size: 14px;line-height: 30px;position: absolute;right:10px;bottom:-35px;}
    /*内容展示结束*/
}