/*
* @Author: Marte
* @Date:   2017-07-20 15:42:08
* @Last Modified by:   Marte
* @Last Modified time: 2017-09-11 09:55:01
*/
.main_1{
    width: 100%;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 100px;
}
.main .title{
    color: #f34053;
    text-align: center;
}
.main .title h1{font-size: 60px;line-height: 1.2;-webkit-text-stroke：0.2px}
.main .title p{
    font-size: 20px;
    color: #333;
    width: 70%;
    line-height:1.6;
    margin: 0 auto;
    margin-top: 20px;
}
.main_1 ul{margin-top: 50px;}
.main_1 ul li{
    width: 252px;
    height: 340px;
    margin-left: 24px;
    background: #f1f1f1;
    padding: 15px;
    float: left;
    -webkit-transition: all .35s;
    transition: all .35s
}
.main_1 ul li:first-child{
    margin-left: 0;
}
.main_1 ul li .img{
    width: 252px;
    height: 200px;
    display: table-cell;
    vertical-align:middle;
    text-align:center;
    *display: block;
    *font-size: 175px;
    *font-family:Arial;
}
.main_1 ul li .img img{
    vertical-align:middle;
}
.main_1 ul li .text{
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    letter-spacing:2px;
}
.main_1 ul li .text h2{
    font-size: 18px;
    color: #333;
    font-weight: normal;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 500;
}
.main_1 ul li .text h2 font{
    font-size: 24px;
    color: #f34053;
}
.main_1 ul li:hover{
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    box-shadow: 0px 0px 20px #aaa;
}
.main_2{
    width: 100%;
    background: url(../images/m2_bg.jpg) no-repeat center top;
    padding-top: 80px;
     padding-bottom: 100px;
}
.main_2 .title{
    color: #fff;
}
.main_2 .title p{
    color: #fff;
}
.slideTxtBox{
    width:100%;
}
.slideTxtBox .hd{
    position:relative;
    text-align: center;
}
.slideTxtBox .hd ul li{
    display: inline-block;
    padding:0 15px;
    cursor:pointer;
    *display:inline;
    *zoom:1;
    height: 38px;
    border:1px solid #fb4b4e;
    border-radius: 5px;
    line-height: 38px;
    width: 138px;
    text-align: center;
    color: #fff;
    background: #fff;
    margin: 35px 10px;
    color: #fb4b4e;
    font-size: 16px;
        transition: all 0.8s;
-moz-transition: all 0.8s;  /* Firefox 4 */
-webkit-transition: all 0.8s;   /* Safari 和 Chrome */
-o-transition: all 0.8s;    /* Opera */
}
.slideTxtBox .hd ul li.on{
    background:#fb4b4e;
    color: #fff;
     }
.slideTxtBox .bd li{
    width: 282px;
    height: 160px;
    float: left;
    margin-left: 24px;
    margin-bottom: 30px;
    position: relative;
 }
 .slideTxtBox .bd li.ml0{
    margin-left: 0;
 }
 .slideTxtBox .bd li .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0;
            transition: all 0.8s;
-moz-transition: all 0.8s;  /* Firefox 4 */
-webkit-transition: all 0.8s;   /* Safari 和 Chrome */
-o-transition: all 0.8s;    /* Opera */
 }
 .icon{
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/hover_bg.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
                transition: all 0.8s;
-moz-transition: all 0.8s;  /* Firefox 4 */
-webkit-transition: all 0.8s;   /* Safari 和 Chrome */
-o-transition: all 0.8s;    /* Opera */
 }
  .slideTxtBox .bd li:hover .bg{
 opacity: 0.64
  }
    .slideTxtBox .bd li:hover .icon{
        opacity: 1;
    }
.baidu{
    width: 100%;
    padding: 50px 0;
}
.promote .title{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    text-align: center;
    letter-spacing: 2px;
}
.promote .title h1{
    font-size: 36px;
    line-height: 1.6;
}
.promote .title p{
    width: 700px;
    margin: 0 auto;
}
.baidu .title h1{
    color: #2319dc;
}
.baidu .content{
    padding-top: 60px;
}
.baidu .content .img{
    width: 520px;
}
.baidu .content .text{
    width: 680px;
    font-size: 18px;
    color: #666;
    line-height: 1.6;
}
.baidu .content .text font{
    color: #e31407;
}
.baidu .content .text dl{
    margin-top: 25px;
    letter-spacing:2px;
}
.baidu .content .text dl dd{
    padding-bottom: 30px;
}
.baidu .content .text dl dd h2{
    font-size: 16px;
    color: #333;
}
.baidu .content .text dl dd h2 i{
    width: 10px;
    height: 10px;
    border-radius:10px;
    display:inline-block;
    background: #2319dc;
    margin-right: 10px;
}
.baidu .content .text dl dd p{
    font-size: 14px;
    color: #888;
    line-height: 24px;
    padding-top: 5px;
}
.button{
    font-size: 14px;
    display: block;
    width: 150px;
    height: 46px;
    border-radius:5px;
    border: 1px solid  #bfbfbf;
    margin: 0 auto;
    text-align: center;
    line-height: 46px;
       transition: all 0.8s;
-moz-transition: all 0.8s;  /* Firefox 4 */
-webkit-transition: all 0.8s;   /* Safari 和 Chrome */
-o-transition: all 0.8s;    /* Opera */
}
.baidu a.button{
    color: #666;
    background: #fff;
}
.baidu a.button:hover{
    color: #fff;
    background: #2319dc;
    border: 1px solid  #2319dc;
}
.shenma{
    background: url(../images/shenma.jpg) bottom center no-repeat #e4f2f8;
    padding-bottom: 40px;
    background-size: 100% auto;
    padding-top: 40px;
    width: 100%;
}
.shenma.promote .title h1{
    color: #ff9103;
}
.shenma.promote .title p{
    width: 710px;
}
.shenma li {
    float: left;
    width: 25%;
    padding: 30px 15px;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  -webkit-transition: all .6s;
    transition: all .6s
}
.shenma li .img{
    text-align: center;
    background: url(../images/sm-p2-bg.png) no-repeat center;
      -webkit-transition: all .6s;
    transition: all .6s
}
.shenma .shenma_m{
    margin-top: 30px;
}
.shenma .shenma_m .text{
    font-size: 14px;
    line-height: 24px;
    letter-spacing:2px;
    color: #666;
}
.shenma .shenma_m .text h3{
    color: #ff9103;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}
.shenma li:hover{
    background: #fff;
    box-shadow: 0px 0px 20px #aaa;
}
.shenma li:hover .img{
    background: url(../images/sm-p2-bgh.png) no-repeat center;
}
.shenma li:hover .text{
    color: #ff9103;
}
.shenma a.button{
    margin-top: 25px;
    background: #ff9103;
    color: #fff;
    border: 1px solid  #ff9103;
}
.shenma a.button:hover{
    background: #fff;
    color: #ff9103;
}
.sougou{
    background: #f2f2f2;
    padding-top: 50px;
    padding-bottom: 50px;
}
.sougou .title h1{
    color: #f84d1a;
}
.sougou_list{
    margin-top: 25px;
}
.sougou_list li{
    width: 25%;
    float: left;
    height: 180px;
    font-family: "微软雅黑";
}
.sougou_list li.li1{
    background: #ea3927;
}
.sougou_list ul li b {
    color: #fff;
    font-size: 16px;
    display: block;
    height: 24px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 24px;
    font-family: "微软雅黑";
}
.sougou_list ul li code {
    font-size: 30px;
    padding-right: 8px;
    color: #fff;
    font-family: "微软雅黑";
}
.sougou_list ul li span {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
}
.sougou_list li.li3{
    background: #2d74e8;
}
.sougou_list li.li4{
    background: #f1c421;
}
.sougou_list li.li6{
    background: #e57000;
}
.sougou_list li.li8{
    background: #8ab62b;
}
.sougou a.button{
    margin-top: 30px;
    color: #f84d1a;
    border: 1px solid  #f84d1a;
}
.sougou a.button:hover{
    background: #f84d1a;
    color: #fff;
}
/*360推广*/
.tg360{
padding: 60px 0;
width: 100%;
overflow: hidden;
}
.tg360 .title h1 {
    color: #65c178;
}
.tg360_list{
    width: 1100px;
    margin-top: 20px;
    text-align: center;
    position: relative;
    padding-bottom: 30px;
    margin: 0 auto;
}
.tg360_list .tips {
    width: auto;
    height: auto;
    position: absolute;
    text-align: right;
}
.tg360_list .tips b {
    color: #65c178;
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
}
.tg360_list .tips code {
    display: block;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    font-family: "微软雅黑";
}
.tg360_list .tips.tips1 {
    top: 62px;
    left: 155px;
}
.tg360_list .tips.tips2 {
    top: 205px;
    left: 25px;
}
.tg360_list .tips.tips3 {
    top: 350px;
    left: 100px;
}
.tg360_list .tips.tips4 {
    top: 62px;
    right: 95px;
    text-align: left;
}
.tg360_list .tips.tips5 {
    top: 205px;
    right: 20px;
    text-align: left;
}
.tg360_list .tips.tips6 {
    top: 351px;
    right: 110px;
    text-align: left;
}
.tg360 a.button{
    margin-top: 60px;
    color: #81cc2a;
    border: 1px solid  #81cc2a;
}
.tg360 a.button:hover{
    background: #81cc2a;
    color: #fff;
}
.copy a{color:white}