﻿@charset "utf-8";
/* CSS Document */
img{width: 100%;}
.header{width: 100%;max-width: 1000px;margin: 0 auto;}
.B-index{font-size: 12px; width: 14%;right: 0%;top: 2em;}
.B-index a{color: #fff;}
.slideBox{width: 100%;}
.pic{display: block;}
.pic1{background: #4554bb;}
.pic2{background: #4096d4;}
.pic3{background: #b64968;}
.pic4{background: #99ae53;}
/*portact*/
.portact{padding-top:20px;}
.portact h1{font-size: 20px;color: #666;}
.P_por1{width: 100%;box-shadow: 0px 0px 7px 5px #f4f4f4; padding: 25px 10px;margin-top: 20px;}
.P_fonts,.P_desc,.P_chose{float: left;}
.P_fonts{width: 8%;margin-left: 2%;}
.P_desc{width: 55%;margin-left: 2%;margin-top: 1em;}
.P_desc span{display: block;color: #2796ce;font-weight: bold;font-size: 16px;}
.P_desc em{font-size: 12px;color: #999;line-height: 18px;margin-top: .8em;display: block;}
.P_chose{width:32%;margin-top:40px; }
.P_chose span{ display:block;float: left;width: 110px;}
.P_chose-1{margin-right: 2%;}
.P_chose-2{margin-right: 2%;}
.f_da434e{color: #da434e !important;}
.f_b1639f{color: #b1639f !important;}
.f_159c77{color: #159c77 !important;}
.P_chose-2{color: #a0b178 !important; border-color: #a0b178 !important;}

.bg_blue{background:#4655bc !important;}
.slideBox .hd{display:none;}
.sthle1{padding:24px;font-size:16px;color:red; font-weight: bold;}

.P_chose-3{width: 32px !important;height: 32px;display: inline-block;float: left;cursor: pointer;}
.P_chose-3 img{width: 100%;}
.P_chose-3 em{width: 190px;height: 190px;display: block;position: absolute;top: 0;left:35px;display: none;}
.footer{padding: 50px 2%;}
@media (max-width: 965px) {
	.P_chose{ float: none; width: 96%;padding-left: 70px;}
	.P_fonts{ max-width: 75px; width: auto;margin-left: 0;}
	.P_desc{width: 67%; margin-top: 0px; margin-left: 10px;margin-bottom: 10px;min-height: 80px;}
	.P_chose-1 {margin-right: 5%;}
	.P_chose span{width: 92px !important;}
	.P_desc em{margin-top: 4px;font-size: 14px; line-height: 20px;}
    .P_desc span{font-size: 18px;}
    .P_chose-3{display: none !important;}
}
/*微信弹出窗*/
#popweixin {
    width:100%;
    height:100%;
    overflow:hidden;
    position:fixed;
    z-index:1000;
    background:rgba(0,0,0,.5);
    top:0;
    left:0;
    display:none;
}
#popweixin .tip {
    width:100%;
    background:#fff;
    z-index:1001;
}
.top2bottom {
    -webkit-animation:top2bottom 1.2s ease;
    -moz-animation:top2bottom 1.2s ease;
    -o-animation:top2bottom 1.2s ease;
    animation:top2bottom 1.2s ease;
    -webkit-animation-fill-mode:backwards;
    -moz-animation-fill-mode:backwards;
    -o-animation-fill-mode:backwards;
    animation-fill-mode:backwards
}
.animate-delay-1 {
    -webkit-animation-delay:1s;
    -moz-animation-delay:1s;
    -o-animation-delay:1s;
    animation-delay:1s
}
@-webkit-keyframes top2bottom {
    0% {
    -webkit-transform:translateY(-300px);
    opacity:.6
}
100% {
    -webkit-transform:translateY(0px);
    opacity:1
}
}@keyframes top2bottom {
    0% {
    transform:translateY(-300px);
    opacity:.6
}
100% {
    transform:translateY(0px);
    opacity:1
}