*{
    margin: 0px; padding: 0px; font-family: "sans-serif";
}
@font-face {font-family: "iconfont";
    src: url('/font/iconfont.eot?t=1492140242216'); /* IE9*/
    src: url('/font/iconfont.eot?t=1492140242216#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/font/iconfont.woff?t=1492140242216') format('woff'), /* chrome, firefox */
    url('/font/iconfont.ttf?t=1492140242216') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('/font/iconfont.svg?t=1492140242216#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body{

}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}
a,a:link{
    text-decoration: none;
}
ul,li{
    list-style-type: none;
}
.clear{
    clear: both; height: 0px; width: 0px;
}
.head{
    height: 50px; background: #222629; color: #f1e20a; line-height: 50px;
}
.head .container img{
     float: left; margin: 5px; height:38px;
}

.head-tel{
    width:330px; float:right; color:#bbb;
}
.head-tel i{
    font-size:24px;
}
.main-s1{
 background: url("../images/img2/bg2.jpg") no-repeat center top #132b46; color: #fff; padding-bottom:50px;
}
.main-s1 .container>h1{
  margin-top: 50px; font-size: 60px; line-height: 1.8em;
}
.main-s1 .container>h2{
    font-size: 26px; line-height: 2em; margin:10px 0;
}
.info-main{
    margin-left: 25px; font-size: 18px; line-height: 2em; color: #bbb;
}
.info-main b{
    font-size: 30px; font-weight: normal; 
}
.yellow{
    color: #f1e20a;
}
.red{
    color: #f62f01;
}
.white{
    color:#fff;
}
.info-main2{
    margin: 10px 0px 0px 20px; border: 2px rgba(255, 255, 255, 0.3) solid; line-height: 40px; text-indent: 20px; position: relative; border-radius:30px;
}   
.info-main2>a{
    width: 150px; line-height: 44px; background:#f1e20a; color:#132b46; position: absolute; right: -2px; top: -2px; cursor: pointer; text-indent: 0; text-align: center;border-radius:30px; box-shadow:0px 0px 5px rgba(-15,0,0,.5);text-decoration:none; font-weight:bold;
}
.info-main2>a:hover{
    opacity:.95;
}
.info-main3{
    background: #ebf4fb; width: 46%; margin: 2%; float: left;color: #132b46; line-height: 2em;
}
.info-main3 .title{
    height: 35px; line-height: 35px; background: #a0a0a0; border-top:3px #efbb2c solid; text-indent: 25px; color: #132b46; font-weight: bold;
}
.info-main3 p{
    padding: 25px;
}
.container{
    width: 1140px; margin: 0px auto; padding: 1px; position: relative;  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.score{
    height: 244px; width: 244px; margin: 30px auto 50px auto;text-align: center; padding: 50px 20px; color: #fff; font-size: 18px; position: absolute; right:150px ; top:60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.score-1{
    background: url("../images/img2/score-1.png") no-repeat left top;
}
.score-2{
    background: url("../images/img2/score-2.png") no-repeat left top;
}
.score-3{
    background: url("../images/img2/score-3.png") no-repeat left top;
}
.score-4{
    background: url("../images/img2/score-4.png") no-repeat left top;
}
.score-5{
    background: url("../images/img2/score-5.png") no-repeat left top;
}
.score-6{
    background: url("../images/img2/score-6.png") no-repeat left top;
}
.score-7{
    background: url("../images/img2/score-7.png") no-repeat left top;
}
.score-8{
    background: url("../images/img2/score-8.png") no-repeat left top;
}
.score-9{
    background: url("../images/img2/score-9.png") no-repeat left top;
}
.score h2{
    font-size: 70px;
}
.score h2 small{
    font-size: 14px;
}
.score>span{
    width: 70px; height: 28px; line-height: 28px;background: #f52f02; border-radius: 20px; display: block; margin: 5px auto; font-size: 16px;
}
.z-sm{
    width:90%; margin:10px auto; font-size:13px; border:1px #3a5068 dotted; padding:5px 10px;  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.main{
    background: #ebf4fb; padding: 20px;  margin-left:20px; display:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow:  0px 0px 10px rgba(0,0,0,.7);
    -moz-box-shadow:  0px 0px 10px rgba(0,0,0,.7);
    box-shadow:  0px 0px 10px rgba(0,0,0,.7);
}
.main .close-main{
    width: 100px; height: 35px; line-height: 35px; border-radius: 3px; border:1px #3a5068 solid; color: #132b46; display: block; margin: 15px auto;text-align: center; cursor: pointer;
}
.main .close-main:hover{
    background: #3a5068; color: #fff;
}
 .box{
    border: 1px #132b47 solid;position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.box>div.title {
    width: 245px;
    height: 67px;
    background: url("../images/img2/title.png") no-repeat left top;
    color: #f2e827;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    text-indent: -5px;
    line-height: 62px;
    position: absolute;
    top: -22px;
    left: 50%;
    margin-left: -120px;
}
.sf-img{
    width:600px; height: 260px; float: left; margin-top: 120px; margin-left: 30px; margin-bottom: 50px;
}
.sf-img .w-33{
    width: 48%; height: 220px;  float: left; margin: 5px;
}
.sf-img ul{
    border-top:#8f9cac 1px solid; border-bottom:#8f9cac 1px solid; height: 28px;
}
.sf-img li{
    width: 49.5%; float: left; height: 28px;text-align: center; line-height: 28px; color: #132b47;
}

.sf-img li:nth-child(2){
    border-left: 1px #b6c2ce solid;
}
.box .info{
    width: 330px; float: left; margin-left: 50px; margin-top: 120px; font-size: 15px; color: #0a2d45;  line-height: 26px;
}
.main span.title{
    background: #354962; display: block;border-radius:20px; width: 70px; color: #fff; text-align: center; height: 28px; line-height: 28px; font-size: 15px; margin-bottom: 25px;
}
.orange{
    color: #e74922;
    margin:50px 50px 0px 50px;
}
.blue{
    color:#10507B;
}
.green{
    color: #2aa5a0;
}
.info h2{
    margin-top: 20px;
}
.list{
    width: 480px;  float: left; margin: 70px 0px 50px 30px;
}
.list .img{
    height: 400px;
}
.list>h2{
    font-size:18px; text-align:center; color:#042e46; font-weight:bold
}
.list span.title{
    display: block; margin: 10px auto;
}
.list .text{
    margin: 0px 30px; font-size: 15px; color: #0a2d45; line-height: 25px;
}
.list-sm{
    width: 480px;  float: left; margin: 10px 0px 10px 30px; background: #d7dee4; height: 120px;position: relative; padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-sm .line{
    width: 50%; height: 3px; background: #ff3808; display: inline-block; position: absolute; top:0px;
}
.line1{
    left: 0;
}
.line2{
    left: 50%;
}
.list-sm h2{
    font-size: 14px; color: #042e46; font-weight: bold; line-height: 30px; margin-bottom: 5px;
}
.list-sm p{
    color: #666; font-size: 14px; line-height: 22px;
}
.box>h4{
    text-align: center; margin-top:60px; font-size: 18px; font-weight: bold; color: #042e46;
}
.list-center{
    text-align: center; margin: 20px 0; width: 50%; float: left; color: #042e46; font-size: 18px;
}
.list-center img{
    margin: 20px auto;
}
.list-center p{
    font-size: 14px; line-height: 30px;
}
.like{
    position:fixed; width:140px; height:35px; right:0px; bottom:0px; background:#0c1c2e;  text-align:center; line-height:40px; border-top-left-radius:10px;
}
.like a{
    width: auto; height: 35px; display: inline-block;  line-height: 35px; text-decoration: none;color: #eee; font-size:12px; padding:0 5px;cursor:pointer;
}
.like a i{
    font-size:18px;
}
.like a.red{
    color: #f52f02;
}
.like a.green{
 color: #73fc7e;
}
.zan-box{
  width: 100%; height: 100%; position:fixed ; top: 0; left: 0; right: 0px;bottom:0; text-align: center; line-height: 150px; display: none;
background: rgba(0,0,0,.2);
}
.zan-box{
  width: 100%; height: 100%; position:fixed ; top: 0; left: 0; right: 0px;bottom:0; text-align: center; line-height: 150px; display: none;
background: rgba(0,0,0,.2);
}
@keyframes myfirst
{
    0%   {font-size: 64px; transform:rotate(7deg); opacity: .5}
    70% {font-size: 164px; transform:rotate(-7deg); opacity: 1}
    85%{
        transform: rotate(10deg);-webkit-transform:rotate(10deg);
    }
    100%{
        transform: rotate(-10deg);
    }
}
.zan-box i{
    font-size: 164px; color: #fd604f; animation:myfirst .5s linear infinite; display: block; width: 200px; height: 200px; margin:15% auto 0 auto;
    -moz-animation:myfirst .5s ; /* Firefox */
    -webkit-animation:myfirst .5s; /* Safari and Chrome */
    -o-animation:myfirst .5s; /* Opera */
}
.experts-report{
    background: #f1e00a; height: 68px; color: #132b46; line-height: 68px; font-size: 21px; overflow: hidden;  -webkit-box-shadow:  0px 0px 10px rgba(0,0,0,.2);
    -moz-box-shadow:  0px 0px 10px rgba(0,0,0,.2);
    box-shadow:  0px 0px 10px rgba(0,0,0,.2); border-bottom:1px #3a5068 solid;
}
.experts-report i.iconfont{
    font-size: 48px; margin-top: 5px; display: block; float: left; margin-right: 20px; margin-left: 40px;
}
.experts-report a{
    font-size: 13px; padding: 5px 15px; border:1px #3a5068 solid; color: #132b46; border-radius: 3px; cursor: pointer;
}
.experts-report a:hover{
    background: #3a5068; color: #fff;
}
.experts-content{
    background:url(/img/Report/baogao.png)no-repeat center top #ebf4fb; display: none; margin: 0px; width: 100%; padding: 20px; height:700px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.expertsBg{
    margin:0px auto 30px auto; padding:20px 40px; border:1px #3a5068 solid; background:#ebf4fb; border-top:0px;
      -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.expertsBg .l-e{
    border-bottom:1px #eee dashed; margin-bottom:10px; padding-bottom:20px;
}
.expertsBg .title{
    font-size:16px; line-height:35px; color:#000; font-weight:bold;
}
.expertsBg .info{
    margin-left:65px; color:#000; font-size:15px; line-height:28px; 
}
.buy{
    text-align: center; margin-top:500px;
}
.buy i{
    font-size: 30px; font-style: normal;
}
.buy-btn{
    background-image:-webkit-linear-gradient(to right, #fae602, #fdbd10); background-image:linear-gradient(to right, #fae602, #fdbd10); width: 130px; height: 48px; border: 1px #fdbd10 solid; color: #132b46; line-height: 48px; display: inline-block; margin: 0px 20px;
}
.baogao{
    padding: 40px; background: #fff; position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow:  0px 0px 10px rgba(0,0,0,.2);
    -moz-box-shadow:  0px 0px 10px rgba(0,0,0,.2);
    box-shadow:  0px 0px 10px rgba(0,0,0,.2);
}
.baogao .box{
    background:#ebf4fb ; padding-top: 30px; margin-top: 50px;
}
.chart-box{
    width: 100%;  padding-top: 50px; margin:0px auto; border-bottom:1px #3a5068 dashed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.box:nth-last-match(chart-box){
    border-bottom:none;
}
.chart-box>b{
    font-size: 14px; margin-left:50px;
}
.chart-box .content{
    width: 90%;  margin: 20px auto 0 auto;
}
.chart-img{
    width: 30%; float: left; height: 250px;
}
.chart-info{
    font-size: 14px; padding-left: 15px; width: 65%; float: right; line-height:1.8em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.chart-btn{
    width: 100px; height: 30px; border-radius: 30px; background: #0a2d45; line-height: 30px; text-align: center; color: #fff; display: block; margin: 0px auto; font-size: 13px; cursor: pointer;
    -webkit-box-shadow:  0px 2px 6px rgba(0,0,0,.3);
    -moz-box-shadow:  0px 2px 6px rgba(0,0,0,.3);
    box-shadow:  0px 2px 6px rgba(0,0,0,.3);
}
.chart-btn:hover{
    opacity: .95;
    -webkit-box-shadow:  0px 2px 6px rgba(0,0,0,.5);
    -moz-box-shadow:  0px 2px 6px rgba(0,0,0,.5);
    box-shadow:  0px 2px 6px rgba(0,0,0,.5);
}
.box .view{
    background: #3a5068; position: relative; color: #eee; padding: 25px; width: 100%; left: -1px;  z-index:999; display:none;
    -webkit-box-shadow:  0px 0px 10px rgba(0,0,0,.3);
    -moz-box-shadow:  0px 0px 10px rgba(0,0,0,.3);
    box-shadow:  0px 0px 10px rgba(0,0,0,.3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.prompt{
    padding:5px 10px; border: 1px #f7d5a8 solid; color: #f7d5a8; background: url("/img/Report/3147.png") no-repeat 15px 1px ; background-size: 35px 35px; text-indent: 50px; line-height: 26px;
}
.box .view .close-view{
     padding: 4px 10px; font-size: 13px; border-radius: 3px; cursor: pointer; position: absolute; top:10px; right: 10px;
}
.box .view .close-view i{
    font-size: 32px;
}
.box .view .chart{
    height:330px; width: 100%; margin-bottom: 20px;
}
.box .dot-top{
    display: block; margin: 15px auto 0 auto; opacity: 0;
    width: 0;
    height: 0;
    border-bottom: 10px solid #3a5068;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.conclusion{
    background: #bdcadd; min-height: 370px;
}
.conclusion p{
    min-height:110px;
}
.bg{
    position: fixed; top: 0px; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,.5); z-index: -2;
}
.conclusion li{
     width: 50%; float: left; padding: 40px; color: #132b46; font-size: 18px; line-height: 2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.conclusion span.title{
    display: block; text-align: center; font-size: 24px;  font-weight: bold; margin-top:40px;
}
.conclusion a{
    width: 165px; height: 42px; background: #132b46; text-align: center;line-height: 42px; color: #f1e00a; font-size: 18px; border-radius: 5px; display: block; margin: 30px auto; cursor: pointer;
    -webkit-box-shadow:  0px 2px 6px rgba(0,0,0,.5);
    -moz-box-shadow:  0px 2px 6px rgba(0,0,0,.5);
    box-shadow:  0px 2px 6px rgba(0,0,0,.5);
}
.conclusion a:hover{
    opacity: .95;
}
.conclusion-box{
    width: 1000px; margin: 30px auto; position: fixed;  z-index: 999; display: none;
    top:1%; left: 50%; margin-left: -500px; overflow: hidden;
    -webkit-box-shadow:  0px 0px 10px rgba(0,0,0,.6);
    -moz-box-shadow:  0px 0px 10px rgba(0,0,0,.6);
    box-shadow:  0px 0px 10px rgba(0,0,0,.6);
}
.conclusion-box .title{
    height: 110px; background:url("/img/Report/icon-img1.png") no-repeat 50px 10px #0a356a; color: #eee;  padding: 1px; position: relative;
}
.conclusion-box .title .closeBox{
   position: absolute; width: 30px; height: 30px; color: #fff; top: 20px; right: 20px; cursor: pointer; text-decoration:none
}
.conclusion-box .title .closeBox i.iconfont{
    font-size: 32px;
}
.conclusion-box .title .info{
    margin: 25px 90px 15px 180px; font-size: 18px; line-height: 1.6em;
}
.conclusion-box .img{
    width: 719px; overflow: hidden; border-right: 1px #ddd solid; float: left; background: #f7f7f7;height: 470px;
}
.conclusion-info{
    width: 280px; float: right; padding: 25px; font-size: 14px; line-height: 1.8em; color: #132b46; background: #fff; height: 470px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.conclusion-info input[type=text]{
    width: 100%; display: block; margin: 10px 0; height: 35px; text-indent: 15px; margin-top: 30px;
}
.conclusion-info input[type=button]{
    width: 100%; height: 40px; border: 1px #e8791e solid; background: #ea8532; color: #fff; font-size: 18px;  border-radius: 3px; margin-bottom: 30px;
}
.foot-show{
    height:40px; line-height:40px; font-size:12px; color:#999; text-align:center;
}
.btn{
    border-radius:4px; text-align:center;
}
.printBtn{
    position:absolute; right:0px; z-index:9999; top:0px; background:#eef6ff; width:50px; height:50px; text-align:center
}
.printBtn a{
    display:block; line-height:50px; text-decoration:none; cursor:pointer
}
@media print {
    .no-print{display:none;}
    .main .close-main{
        display:none;
    }
    .main{
        display:block;
    }
    .container{
        width: 1000px;
    }
    .sf-img{
      margin-left:10px;
    }
    .box .info{
        width:250px; margin-left:20px;
    }
    .list{
        margin:60px 0px 20px 0px; width:440px;
    }
    .list-sm{
        width:410px;
    }
    .box .view{
        display:block;
    }
     .box>div.title{
        background: #fff; border:1px #3a5068 solid; top:-1px;
    }
     .orange{
         margin:100px 50px 0px 50px
     }
     .info-main3{
         width:100%;
     }
     .info-main3 .title{
         border:none
     }
     .main .box:nth-child(2){
         page-break-after:always;
     }
}

@page {
    size: 21.0cm 29.7cm;
}
@media screen and (min-width:320px) and (max-width:640px) {
    body{
        overflow-x:hidden;
    }
    .head{
        font-size:12px; height:40px; line-height:40px;
    }
    .head .container img{
        height:30px;margin-left:15px;
    }
    .container{
        width:100%;
    }
    .score,.head-tel,.foot-show,.experts-report{
        display:none;
    }
    .main-s1{
        padding-bottom:0px;
    }
    .main-s1 .container>h1{
        font-size:2.5em; text-indent:20px; text-align:center; margin-top:20px; border-bottom:1px #ccc dashed;
    }
    .main-s1 .container>h2{
        font-size:1.3em; text-indent:20px;
    }
    .info-main{
        font-size:1em;
    }
    .info-main2{
        margin:10px 0; border-radius:0px;
    }
    .info-main2>a{
        position:relative; width:100%; display:block;border-radius:0px; box-shadow:none; left:0px; bottom:0px;
    }
    .info-main3{
        width:100%; margin:0PX; float:none
    }
    .baogao{
        padding:0px
    }
    .chart-box{
        padding-top:40px;
    }
    .chart-img,.chart-info{
        width:100%; float:none
    }
    .box .view{
        overflow-x:auto; width:100%; padding:10px 0 0 0; box-sizing:border-box;
    }
    .box .view .close-view{
        top:0px; right:0px;
    }
    .chart-box>b{
        padding:0px 15px; margin:0px; display:block
    }
    .conclusion li{
        width:100%; padding:15px; font-size:16px;
    }
    .conclusion-box{
        width:100%; left:0px; margin-left:0px;
    }
    .conclusion-info{
        width:100%; float:none; height:auto;
    }
    .conclusion-box .title{
        height:0px; 
    }
    .conclusion-box .title .close{
color:#0a356a;
    }
    .conclusion-box .img,.conclusion-box .title .info{
        display:none
    }
    body{
        background-size:300%; background-color:#132b47;
    }
    p.data{
        margin-top:50px;
    }
    .sf-img{
        width:100%; margin:0; height:auto;
    }
    .main{
        padding:12px; margin:0px; overflow-y:hidden
    }
    .box .info{
        width:95%; margin:0px auto; margin-left:2.5%;
    }
    .list{
        width:100%; margin:0px; height:auto;
    }
    .list-sm{
        width:95%; margin:2.5%; height:auto;
    }
    .orange{
        margin:60px 10px 10px 10px; 
    }
    .orange h4{
font-size:14px; line-height:25px;
    }
}
