﻿@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2016-08-25 15:48:26
 * @version $Id$
 */
body,html{width:100%;height:100%;}
body{margin:0;padding:0;background:url(../images/background.jpg) no-repeat;background-position:top center;font-family: "微软雅黑";}
input:focus{outline:none;}
dl,dt,dd,ul,li,p,input,img,h1,h2,h3,h4,h5,h6,div{margin:0;padding:0;list-style:none;border:0;}
a:link,a:visited{color:#6e7679;text-decoration:none;}
a:hover{text-decoration:none;}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------    PC端    --------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.content{
    width:1000px;
    height:auto;
    margin:0 auto;
    position: relative;
}
.LOGO{
    width:800px;height:190px;
    margin:0 auto;
    background:url(../images/logo_new.png) no-repeat;
    background-position:left bottom;
    background-size:30% auto;
    margin-bottom:50px;
}
.banner{
    width:1000px;height:130px;
    background:url(../images/banner.jpg) no-repeat;
    background-position: top center;
    background-size:100% auto;
    border-radius: 15px;
    margin-bottom:20px;
    transition:height 1s;
    -moz-transition:height 1s; /* Firefox 4 */
    -webkit-transition:height 1s; /* Safari and Chrome */
    -o-transition:height 1s; /* Opera */
}
.banner:hover{
    height:567px;
}
.list{width:640px;height:700px;background:url(../images/list.png) no-repeat;float:left;margin-bottom: 20px;}
.inlet-shell{
    width:360px;height:700px;float:left;margin-bottom: 20px;
}

.content .inlet-shell .inlet{width:262px;height:600px;margin:0 auto;margin-top:42px;}
.content .inlet-shell .inlet .box{width:260px;height:66px;margin-bottom:20px;border:1px solid #dddde4;border-radius:10px;background-color: #fff;}
.content .inlet-shell .inlet .box .left{width:195px;height:66px;float:left;}
.content .inlet-shell .inlet .box h4{width:177px;height:66px;padding-left:18px;color:#607285;line-height:66px;font-size:18px;clear:none;}
.content .inlet-shell .inlet .box .icon{width:64px;height:66px;float:right;background:url(../images/iocn.png) no-repeat;background-position: center;border-left:1px solid #dddde4;clear:none;}
.content .inlet-shell .inlet .box h3{font-size:18px;width:177px;float:left;color:#607285;padding-left:18px;margin-top:10px;}
.content .inlet-shell .inlet .box h3 strong{font-size:14px;font-weight:600;color:#6c6b6a;}
span{color:#c6000b;}
.content .inlet-shell .inlet .box .button{
    font-size:20px;text-align: center;line-height:66px;font-weight: 700;color:#607285;
    transition:color 0.5s,font-size 0.2s;
    -moz-transition:color 0.5s,font-size 0.2s; /* Firefox 4 */
    -webkit-transition:color 0.5s,font-size 0.2s; /* Safari 和 Chrome */
    -o-transition:color 0.5s,font-size 0.2s; /* Opera */
}
.content .inlet-shell .inlet .box .button:hover{color:#c6000b;font-size:25px;}
.content .inlet-shell .inlet .box01{
    background:#841213;
    border:1px solid #650708;
}
.content .inlet-shell .inlet .box01 h4{color:#fff;}
.content .inlet-shell .inlet .box01 .icon{background:url(../images/icon-white.png) no-repeat;background-position: center;border-left:1px solid #c55657;}

.code{
    width: 200px;
    height: 240px;
    position: absolute;
    left: -365px;
    top: 439px
}
.code-img{
    width: 200px;
    height: 200px;
  
    background:url(../images/downapk.png) ;
	background-size:100%;
}

.code-text{
    width: 200px;
    height: 40px;
    background: rgb(231, 223, 223);
    font-size: 15px;
    text-align: center;
    line-height: 40px
}



/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------    Mobile端    ------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/