
/** Generated by FG **/
@font-face {
    font-family: 'Conv_HelveticaNeue-ThinExt';
    src: url('../fonts/HelveticaNeue-ThinExt.eot');
    src: local('?'), url('../fonts/HelveticaNeue-ThinExt.woff') format('woff'), url('../fonts/HelveticaNeue-ThinExt.ttf') format('truetype'), url('../fonts/HelveticaNeue-ThinExt.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** Generated by FG **/
@font-face {
    font-family: 'Didot';
    src: url('../fonts/Didot.eot');
    src: local('?'), url('../fonts/Didot.woff') format('woff'), url('../fonts/Didot.ttf') format('truetype'), url('../fonts/Didot.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*nav*/
.nav{height:110px;position: relative;z-index: 99999999;}
.logo{float: left;width: 275px;height:54px;margin-top:33px;}
.nav_right{float: right;width: 860px;}
.nav_top{font-size:12px;overflow: hidden;float: right;}
.sous{transition:.5s;margin:20px 0 0 25px;float: right;height:28px;border-radius:14px;line-height:28px;overflow:hidden;width: 85px;background-color: #f2f2f2;}
.nav_top>a{transition:.5s;margin-top:27px;color:#666;display: inline-block;margin-right:15px;}
.nav_top>span{margin-top:27px;display: inline-block;margin-right:15px;}
.nav_top>a:hover{color: #005da1;}
.sous input{float: left;border:none;}
.sous .submit{cursor:pointer;width:28px;height:28px;border-radius:50%;background:url("../images/producen_03.png") no-repeat center #333;}
.sous input.txt{transition:.5s;color:#666;font-size:12px;text-indent:.8em;width: 57px;height:28px;background-color: #f2f2f2;}
.nav_bottom{height:30px;width: 860px;float: right;margin-top:28px;}
.sous:hover{width: 180px;}
.sous:hover input.txt{width: 152px;}


.nav_bottom li{z-index:80;height:30px;float: left;margin-left:69px;position: relative;}
.nav_bottom li>a{font-size:15px;color:#555;height:30px;display: inline-block;}
.nav_bottom li div{display:none;padding: 0 20px;margin-left:-20px;border-radius:0 0 5px 5px;-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);margin-top:4px;width:150px;position: absolute;z-index: 100;background-color: #fff;}
.nav_bottom li>a.on,.nav_bottom li>a:hover{color: #000;}
.nav_down>a{background: url("../images/procen_03.png") no-repeat 67px 8px ;padding-right:18px;}
.nav_bottom li:first-child{margin-left:0;}
.nav_bottom li div a{transition:.5s;text-indent:.3em;overflow:hidden;display: block;height:35px;line-height: 35px;border-bottom:1px solid #eee;}
.nav_bottom li div a i{transition:.5s;opacity:0;filter:alpha(opacity=0);margin:12px;float: right;width:4px;height:9px;background: url("../images/procenter_15.png") no-repeat center; }
.nav_bottom li div a:hover i,.nav_bottom li div a:hover i{opacity: 1;filter:alpha(opacity=100);}
.nav_bottom li div a:hover,.nav_bottom li div a:hover{text-indent: 1em;background-color: #eee;}

/*product center*/
.cont_img{height:580px;overflow:hidden;}
.con_tit{color:#fff;margin-top:145px;text-align: center;}
.con_tit>span{font-family: 'Didot';display: block;font-size: 48px;margin-bottom:10px;}
.con_tit p{border-top:1px solid rgba(217,218,222,0.2);border-bottom:1px solid rgba(217,218,222,0.2);font-size:36px;width: 240px;margin:0 auto;height:55px;line-height: 55px;letter-spacing: 12px;}
.con_tit div{color: #bcbcbc;font-size: 12px;margin-top:8px;}
.con_tit div a{color: #bcbcbc;font-size: 12px;}
.con_tit div a:hover{color: #999;}
.cont_nav{border-bottom:1px solid #e5e5e5;height:60px;line-height:60px;}
.cont_nav_left{float: left;}
.cont_nav_left a{transition:.5s;float: left;font-size: 14px;color: #bcbcbc;margin-right:50px;}
.cont_nav_left a:hover,.cont_nav_left a.on{color: #005da1;}
.cont_nav_left span{margin-right:30px;float: left;width: 24px;height:60px;background: url("../images/cp_03.png") no-repeat left center;}
.cont_nav_right{float: right;font-size: 14px;color: #ccc;}
.cont_nav_right:hover{color: #333;}
.content{background-color: #f6f6f6;overflow: hidden;}
.prod_f1{overflow: hidden;margin-bottom:10px;}
.prod_f1 a.pro_a{margin-right:10px;background-color:#fff;position: relative;float: left;width: 290px;height:390px;}
.prod_f1 a.pro_a i{
    -webkit-transform: translateY(0) translateX(0) scale(0.25);
    transform: translateY(0) translateX(0) scale(0.25);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    opacity: 0;
    filter: alpha(opacity=0);
    top:15px;display: block;position: absolute;width: 290px;height:290px;background: url("../images/i_03.png") no-repeat center;}
.prod_f1 a.pro_a b{margin-top:15px;display: block;width: 290px;height:290px;overflow: hidden;}
.prod_f1 a.pro_a b img{display: block;margin:auto;}
.prod_f1 a.pro_a p{transition:.5s;color: #222;font-size: 18px;text-align: center;}
.prod_f1 a.pro_a p span{font-size: 12px;display: block;color: #999;}
.prod_f1 a.pro_a:hover i {
    -webkit-transform: translateY(0) translateX(0) scale(1);
    transform: translateY(0) translateX(0) scale(1);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    opacity: 1;
    filter: alpha(opacity=100);
}
.prod_f1 a.pro_a:hover p{margin-top:-5px;}
.content .main{margin-top:20px;margin-bottom:85px;}
.prod_f1 a.gold{transition:.5s;float: left;width: 590px;height:390px;}
.prod_f1 a.gold p,.cpxl a p{transition:.5s;float:right;margin: 98px 35px 0 0;font-family:Arial;padding-left:30px;font-size:14px;overflow:hidden;color:#040000;width: 150px;height:150px;background: url("../images/producen_15.png") no-repeat left center;}
.prod_f1 a.gold p span,.cpxl a p span{font-family:"Microsoft YaHei";margin-top:28px;display: block;font-size: 24px;color: #1b1b1b;}
.prod_f1 a.gold p i,.cpxl a p i{margin: 10px 0;display: block;width: 12px;height:1px;background-color: #333;}

.prod_f2 a.gold{margin-right:10px;}
.prod_f1 a.gold p.gold_p{color:#fff;background: url("../images/producen_11.png") no-repeat left center;}
.prod_f1 a.gold p.gold_p span{color: #fff;}
.prod_f1 a.gold p.gold_p i,.f1 a.gold p.gold_p i,.about_cpxl .gold .gold_p i{background-color: #fff;}
.prod_f1 a.gold p b{font-weight: normal;font-size: 14px;font-family:"Microsoft YaHei";line-height: 21px;color: #040000;}
.prod_f1 a.gold:hover p,.prod_f1 a.gold:hover p{margin: 98px 45px 0 0;}
.prod_f2 a.last_pro{margin-right:0;}
.prod_f1 a.last_pro{margin-right:0;}

/*footer*/
.footer{background-color: #252525;}
.footer_left{width: 395px;float: left;margin-top:85px;}
.call{font-size:14px;color:#fff;padding-left:50px;background: url("../images/producen_19.png") no-repeat left center;}
.call span{display: block;font-size: 36px;}
.diz{font-size: 12px;line-height: 18px;color: #606060;margin:20px 0;}
.ewm{text-align: center;margin-bottom:65px;font-size: 14px;line-height: 18px;color: #555;width: 112px;}
.ewm img{display: block;margin-bottom:5px;}
.footer_right{float: right;width: 805px;margin-top:85px;}
.foot_top{overflow: hidden;padding-bottom:35px;border-bottom:1px solid #3b3b3b;}
.foot_f1{float: left;margin-left:93px;}
.foot_top .foot_f1:first-child{margin-left:0;}
.foot_f1 a{display: block;font-size: 12px;color: #999;line-height: 18px;}
.foot_f1 a:first-child{font-size: 14px;color: #fefefe;margin-bottom:17px;}
.footer_bottom p{margin:20px 0;font-size: 14px;color: #555;overflow: hidden;}
.footer_bottom p a{color: #555;}
.footer_bottom p a.ctmon{color: #555;float: right;}
.lj{float: left;font-size: 14px;  color: #555;line-height: 10px;}
.lj span{float: left;}
.lj a{float: left;color: #555;margin-right:10px;}
.bshare-custom1{float: right;}
.bshare-custom1 a{width: 28px!important;height:28px!important; padding: 0!important;margin:0 5px!important;}
.bshare-custom1 a.bshare-sinaminiblog{background:url("../images/producen_23.png") no-repeat center; }
.bshare-custom1 a.bshare-renren{background:url("../images/producen_25.png") no-repeat center; }
.bshare-custom1 a.bshare-qqim{background:url("../images/producen_27.png") no-repeat center; }
.bshare-custom1 a.bshare-weixin{background:url("../images/producen_29.png") no-repeat center; }
.footer a:hover{color: #f4f4f4;}

/*products*/
.carousel-container{width: 1200px;background-color: #fff;}
.shop_img{height:640px;}
.xile{overflow: hidden;height:55px;border-bottom:1px solid #e5e5e5;}
.xile_left{transition:.5s;float: left;font-size: 24px;color: #000;}
.xile_left span{transition:.5s;display: block;color: #9d9d9d;font-size: 14px;}
.xile_left:hover,.xile_left:hover span,.xile_left:hover span{color:#005da1; }
.xile_right{float: right;margin-top:20px;}
.xile_right a{cursor:pointer;height:35px;float: left;margin-left:50px;color: #060001;font-size: 14px;}
.xile_right a:hover,.xile_right a.on{background: url("../images/shop_05.png") no-repeat bottom center;}
.gold_xl{overflow: hidden;margin-top:20px;}
.gold_left{float: left;width: 285px;padding-left:45px;height:690px;}
.gold_left>span{display: block;margin-top:60px;color:#212121;font-size: 24px;}
.gold_left p{margin-top:20px;width:165px;display: block;height:35px;line-height: 35px;color: #292929;font-size: 14px;border-top:1px solid #434343;border-bottom:1px solid #434343;}
.gold_left b{font-family: 'Conv_HelveticaNeue-ThinExt';margin-top:30px;display: block;font-weight: normal;font-size: 37px;color: #000;}
.box-3 { background-color: #66A182; }
.btn {
    margin-top:15px;
    display: block;;
    line-height: 36px;
    height: 36px;
    text-align: center;
    width: 110px;
    cursor: pointer;
    border-radius: 18px;
}
.btn-three {
    color: #FFF;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}
.btn-three::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 36px;
    z-index: 1;
    background-color: #005a9c;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 18px;
}
.btn-three:hover::before {
    opacity: 0 ;filter:alpha(opacity=0);
    -webkit-transform: scale(0.5,0.5);
    transform: scale(0.5,0.5);
}
.btn-three::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 36px;
    z-index: 1;
    opacity: 0;filter:alpha(opacity=0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #005a9c;
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
    border-radius: 18px;
}
.btn-three:hover::after {
    opacity: 1;filter:alpha(opacity=100);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}

/*shop center*/
.gold_xl{display:none;margin-bottom:65px;}
.btn span{position:relative;z-index: 100;}
.btn:hover span{color: #005a9c;}
.gold_right{float: left;width: 870px;}
.shop_tf{transition:.5s;background-color:#fff;margin: 0 0 9px 9px;height:340px;width: 280px;float: left;}
.shop_tf>a{overflow:hidden;display: block;width:280px;height:255px;background-color:#fff;}
.shop_tf>a img{transition:.8s;display: block;margin:0 auto;width: 255px;height:255px;}
.shop_tf p{transition:.5s;padding:13px 17px;border-top:1px solid #f0f0f0;overflow: hidden;}
.shop_tf p>span{font-family: 'Conv_HelveticaNeue-ThinExt';line-height:29px;display: block;font-size: 29px;color: #000;}
.shop_tf p>span span,.gold_left b span{font-family: 'Microsoft YaHei';font-size: 16px;}
.shop_tf p a{color: #757575;}
.shop_tf p a:hover{color: #005a9c;}
.shop_tf p a.gwc{transition:.5s;margin-top:-20px;float: right;width: 35px;height:35px;border-radius: 50%;background: url("../images/shop_23.png") no-repeat center #ccc;}
.shop_tf:hover p a.gwc,.shop_tf:hover p a.gwc{background: url("../images/shop_23.png") no-repeat center #005a9c;}
.shop_tf:hover>a img{transform: scale(1.1);}
.shop_tf:hover{-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);}
.shop_tf:hover p,.shop_tf:hover p{padding:13px 20px}
.ckxq{display: block;background-color:#e6e6e6;margin-top:8px;transition:.5s;float: left;width: 100%;height:36px;line-height: 36px;text-align:center;}
.ckxq:hover{background-color: #005a9c;color: #fff;}
.ckxq span{transition:.5s;}
.gold_xl2 .gold_right .shop_tf,.gold_xl4 .gold_right .shop_tf{margin:0 9px 9px 0;}
.ckxq:hover span{display: inline-block;margin: 0 10px;color: #fff;}
.gold_xl3 .gold_left span,
.gold_xl3 .gold_left p,
.gold_xl3 .gold_left b
{color: #fff;}
.gold_xl3 .gold_left p{border-color:#525558;}
.content .shop_main{margin-bottom:0;}

/*shop*/
.sp{overflow: hidden;margin:35px 0 57px 0;}
.sp .shop_tf{margin:0 13px 15px 0;width:290px;}
.sp .shop_f1{margin-right:0;}
.page{text-align: center;margin-bottom:55px;}
.page a{transition:.5s;color:#989898;margin: 0 2px;display: inline-block;width: 30px;height:30px;border-radius: 50%;line-height: 30px;text-align:center;}
.page a:hover,.page a.on{color:#fff;background-color: #005a9c;}
.page a.prev_page{background: url("../images/shop_pre_03.png") no-repeat center;}
.page a.prev_page:hover{background: url("../images/fenye1_06.png") no-repeat center #005a9c;}
.page a.next_page{background: url("../images/shop_pre_05.png") no-repeat center;}
.page a.next_page:hover{background: url("../images/fenye1_08.png") no-repeat center #005a9c;}

/*shop_page*/
.jqzoom{position:relative;background-color:#f6f6f6;cursor:pointer;margin:auto;display:block;width: 500px;height: 500px;}
.zoomdiv{z-index:100;position:absolute;top:0;left:0;width:350px;height:350px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0;left:0;width:20px;height:20px;border:1px solid #aaa;background:#ffffff /*url(../images/zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}
.spec-preview{width:500px;height:500px;float: left;margin-top:40px;}
.spec-scroll{float:left;margin:40px 12px 0 35px;width:96px;height:500px;}
.spec-scroll .prev{float:left;margin-right:10px;background:url("../images/shop_page_13.png") no-repeat center #f6f6f6;}
.spec-scroll .next{float:right;background:url("../images/shop_page_16.png") no-repeat center #f6f6f6;}
.spec-scroll .next:hover,.spec-scroll .prev:hover{background-color: #e1e1e1;}
.spec-scroll .prev,.spec-scroll .next{transition:.5s;display:block;text-align:center;width:43px;height:75px;cursor:pointer;text-decoration:none;}
.spec-scroll .items{float:left;position:relative;width:96px;height:423px;overflow:hidden;margin-bottom:5px;}
.spec-scroll .items ul{position:absolute;width:999999px;height:70px;}
.spec-scroll .items ul li{width:95px;text-align:center;margin-bottom:5px;}
.spec-scroll .items ul li img{border:1px solid transparent;padding:1px;width:94px;height:94px;cursor: pointer;}
.spec-scroll .items ul li img:hover{border:1px solid #005A9C;padding:0;}
.spec-scroll .items ul li img.hover{border:1px solid #005A9C;padding:0;}
.in_pd_r{margin:40px 0 0 20px;width: 500px;overflow: hidden;float: left;}
.in_pd_r h2{font-size: 36px;color: #353535;padding-bottom: 25px;}
.in_pb li{width:463px;background:url("../images/shop_page_03.png") no-repeat 20px center #fff;color: #353535;font-size:13px;height:36px;padding-left:37px;line-height: 36px;}
.in_pb li.on{background:url("../images/shop_page_03.png") no-repeat 20px center #f6f6f6;}
.shop_page_f1{overflow: hidden;background-color: #fff;}
.in_pb li.last_li{line-height: 24px;padding-top:12px;}
.money{overflow: hidden;margin-top:30px;}
.money_left{height:40px;line-height:40px;overflow:hidden;float: left;font-size: 14px;color: #333;}
.money_left span{float: left;color: #000;font-size: 42px;font-family: 'Conv_HelveticaNeue-ThinExt';}
.money_left b{margin-left:17px;line-height: 60px;float: left;color: #000;font-size: 16px;font-family: Arial;}
.money_left a,
.money_right a
{line-height: 38px;float: left;}
.money_right{float: left;margin:0 0 0 26px;font-size:12px;}
.money_right input{float:left;width: 64px;height:34px;text-indent:1em;color:#171717;border:1px solid #aaa;}
.money_right a{font-size: 14px;margin-right:5px;}
.money_right>span{float: left;margin-left:5px;}
.money_right>span span{cursor:pointer;display: block;width: 18px;height:15px;}
.money_right>span .num_top{margin-bottom:5px;background:url("../images/shop_page_06.jpg") no-repeat center;}
.money_right>span .num_bottom{background:url("../images/shop_page_09.jpg") no-repeat center;}
.zx{overflow: hidden;margin-top:19px;}
.zx a{transition: all .5s; float: left;text-align:center;font-size:14px;color:#fff;margin-right:8px;width: 145px;height:39px;line-height: 39px;}
.in_xun{background-color: #148adf;}
.in_join{background-color: #dcc5a1;}
.jies{padding:37px;background-color: #fff;margin-bottom:13px;}
.jies div{overflow:hidden;}
.jies div span{float: left;font-size: 18px;color: #111;}
.jies div b{float: left;width:1045px;height:18px;border-bottom:1px solid #e1e1e1;}
.jies p{line-height: 24px;font-size: 14px;color: #666;}
.jies+.bq{margin-top:40px;}
.about_pro a{margin:0 0 11px 3px;}
.about_pro a:first-child{margin-left: 0;}
.zx a.in_xun:hover {  background-color: #1370b7;  }
.zx a.in_join:hover {  background-color: #b19e82;   }

/*product*/
.zx_pro{margin-top:88px;}
.zx_pro a{background-color: #00378c;}
.zx_pro a.in_xun:hover{background-color: #002d6b;}

/*about*/
.about_f1{overflow: hidden;margin: 55px 0;}
.about_f1_left{float: left;width: 615px;background-color: #fafafb;border:1px solid #eaeaea;padding:50px;}
.about_f1_left div{margin-top:3px;font-size: 30px;color: #444;}
.about_f1_left div span{display: block;color: #999;font-size: 12px;font-family: Arial;}
.about_f1_left p{margin:40px 0 50px 0;font-size: 14px;color: #2f2f2f;line-height: 27px;}
.about_f1_right{ overflow:hidden;float: right;width: 460px;height:357px;}
.about_f1_right img{transition:1s;width: 100%;height:100%;display: block;}
.about_f1_right:hover img{transform: scale(1.1);}
.about_nr{margin:0 auto;width:1110px;margin-bottom:55px;font-size: 14px;color: #2f2f2f;line-height: 27px;}
.cpxl{overflow: hidden;width: 1100px;margin: 0 auto;margin-bottom:75px;}
.cpxl_a{transition:.5s;margin-left:25px;position: relative;float: left;width: 255px;height:511px;}
.f1 .cpxl_a p,.about_cpxl a p{transition:.5s;padding-left:15px;height:160px;margin:35px 0 0 25px;float: left;background:url("../images/abou_06.png") no-repeat top left;}
.cpxl_a p.gold_p{background:url("../images/abou_08.png") no-repeat top left;}
.cpxl_a p b{font-weight:normal;color:#333;margin:12px 0 0 0;line-height:48px;display:block;font-size: 42px;font-family: 'Conv_HelveticaNeue-ThinExt';}
.cpxl_a p span{margin:8px 0 3px 0;}
.f1 .cpxl_a p.gold_p b{color: #fff;}
.cpxl .cpxl_a:first-child{margin-left:0;}
.cpxl_a>i{transition:.5s;opacity:0;filter:alpha(opacity=0);display: block;background:url("../images/abou_03.png") no-repeat top right;position: absolute;top:0;left:0;width: 100%;height:100%;}
.cpxl_a:hover>i,.cpxl_a:hover>i{opacity:1;filter:alpha(opacity=100);}
.cpxl_a:hover p,.cpxl_a:hover p{margin-top:40px;}
.about_img{height:400px;}

/*contact*/
.yx{overflow: hidden;margin:70px 0 100px 0;padding-top:10px;}
.yx_f1{transition:.5s;float: left;width: 300px;text-align:center;}
.yx_f1 img{display: block;margin:0 auto;}
.yx_f1 b{margin-top:27px;display: block;font-size: 16px;color: #3c3c3c;}
.yx_f1 span{line-height:24px;color: #444;font-size: 14px;display: block;}
.yx_f1 a{color: #444;}
.yx_f1:hover{margin-top:-10px;}
.liuyan{overflow: hidden;width: 1065px;margin:0 auto;margin-bottom:90px;}
.ly_left{float: left;width:510px;}
.ly_left input,.ly_right textarea{margin-bottom:10px;font-size:14px;line-height:35px;color:#a3a3a3;text-indent:1em;float:left;border:1px solid #e5e5e5;width: 490px;height:35px;}
.ly_left span{float: left;color: #f60000;margin-left:11px;line-height:35px;}
.ly_right{float: left;margin-left:43px;width:510px;}
.ly_right textarea{line-height: 24px;width: 405px;height:130px;}
.ly_right input{transition:.5s;float: left;line-height:132px;height:132px;border:none;cursor:pointer;width: 102px;color: #fff;background-color: #535c6a;}
.ly_right input:hover{background-color: #343b49; }
.map{width: 100%;overflow: hidden;}
.map img{display: block;width: 100%;}

/*news*/
.news_cont{overflow: hidden;}
.news_f1,.news_f2{float: left;width: 578px;height:258px;margin:0 39px 39px 0;border:1px solid #eaeaea;background-color: #fff;}
.news_f1_left{position:relative;float: left;width: 258px;height:258px;overflow: hidden;}
.news_f1_left img{display: block;width: 258px;height:258px;transition:.8s;}
.news_f1_left i{opacity:0;filter:alpha(opacity=0);display: block;transition:.8s;position:absolute;background:url("../images/news_03.png") no-repeat center #005a9c;top:0;left:0;width: 100%;height:100%;}
.news_f1:hover .news_f1_left i{opacity: .9;filter:alpha(opacity=90);}
.news_f2:hover .news_f1_left i{opacity: .9;filter:alpha(opacity=90);}
.news_f1_right{float: left;width:260px;margin-left:30px;}
.news_f1_right h2{margin:27px 0;}
.news_f1_right h2 a{color: #363a3c;font-size: 18px;}
.news_f1_right h2 a:hover{color: #005a9c;}
.news_f1_right p{margin-bottom:75px;font-size: 13px;line-height: 24px;color: #8b9194;}
.news_f1_right div{border-top:1px solid #e6e9ec;line-height: 24px;}
.news_f1_right div a{font-size:13px;font-family: Arial;color: #757d80;}
.news_f1_right div a:hover{color: #005a9c}
.news_f2{margin-right:0;}
.page1 a{color:#2f2f2f;border-radius: 0;background-color: #fff;}
.page1 a.prev_page{background: url("../images/fenye_06.png") no-repeat center #fff;}
.page1 a.next_page{background: url("../images/fenye_08.png") no-repeat center #fff;}
.page1 .shangyi{ display:none;}
/*history*/
.fz{height:78px;float:left;border-bottom:1px solid #eee;margin:73px 0 45px 0;}
.fz_left{font-size:30px;color:#444;float: left;width: 165px;border-right:1px solid #e5e5e5;}
.fz_left span{display: block;color: #999;font-size: 12px;font-family: Arial;}
.fz_right{width:990px;float: left;margin-left:35px;font-size: 14px;line-height: 24px;color: #999;}
.his_con{padding:14px 0;margin:50px 0 75px 0;position:relative;float:left;background: url("../images/xian_03.png") repeat-y top;}
.his_f1{height:76px;position:relative;margin:0 0 0 600px;float: right;width: 600px;}
.date{height:30px;line-height:30px;transition:.2s;font-family: 'Didot';text-align:right;font-size:18px;color:#c2ac89;margin-right:25px;float: left;width: 65px;background: url("../images/his1_03.png") no-repeat left 11px;}
.his_xq{float: left;font-size:14px;color: #333;line-height: 24px;}
.his_xq ul{padding-bottom:5px;border-bottom:1px solid #e5e5e5;}
.his_xq>a{display: block;margin-top:2px;color: #999;font-size: 12px;}
.his_f2{height:76px;position:relative;float: left;width:610px;margin:0 590px 0 0;text-align: right;}
.his_f2 .date{float: right;margin:0 0 0 25px;text-align: left;background: url("../images/his1_03.png") no-repeat right 11px;}
.his_f2 .his_xq{float: right;}

.zkxq{transition:.8s;opacity:0;filter:alpha(opacity=0);top:-48px;left:29px;padding:35px 25px;position: absolute;z-index:1000;background-color: #f6f6f6;}
.zkxq_p{margin:0 0 14px 27px;text-align:left;font-size: 13px;color: #333;line-height: 21px;}
.zkxq_date{overflow:hidden;margin-left:27px;}
.zkxq_date span{float:left;font-family: 'Didot';display: block;font-size: 30px;color: #005da1;}
.zkxq_date b{margin-left:5px;margin-top:7px;font-weight:normal;display: block;float: left;color: #005da1;font-size: 18px;}
.zk_img{display: block;width: 12px;height:25px;position:absolute;right:-12px;top:45px;}
.picScroll-left{ width:388px;  position:relative;margin:0 27px;    }
.picScroll-left .hd{width: 426px;z-index: 102;margin:50px 0 0 -20px; overflow:hidden; position:absolute; height:30px;   }
.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  width:8px; height:15px; float:left; margin-right:5px; margin-top:10px;  overflow:hidden;  cursor:pointer;background: url("../images/his_22.png") no-repeat center;}
.picScroll-left .hd .next{ background: url("../images/his_24.png") no-repeat center;float:right; }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin:0 2px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll-left .bd ul li .pic{ text-align:center; width:186px; height:131px;}
.picScroll-left .bd ul li .pic a,.picScroll-left .bd ul li .pic a img{ width:186px; height:131px; display:block; }

.his_f2:hover .zkxq{opacity: 1;filter:alpha(opacity=100); }
.his_f1:hover .zkxq{opacity: 1;filter:alpha(opacity=100); }
.his_f2:hover .date{color:#005da1;font-size:24px;background: url("../images/his1_13.png") no-repeat right 11px;}
.his_f1:hover .date{color:#005da1;font-size:24px;background: url("../images/his1_13.png") no-repeat left 11px;}
.his_f1 .zkxq{left:90px;}
.his_f1 .zkxq .zk_img{right:0;left:-12px;}
.his_top{position: absolute;display:block;left:50%;margin-left:-3px;width:17px;top:-10px;height:16px;background: url("../images/his_03.png") no-repeat center;}
.his_bottom{position: absolute;display:block;left:50%;bottom:-10px;margin-left:-3px;width:17px;height:16px;background: url("../images/his_30.png") no-repeat center;}
.zkxq_05{top:-220px;}
.zkxq_05 .zk_img{top:222px;}
.zkxq_06{top:-140px;}
.zkxq_06 .zk_img{top:142px;}

/*index*/
/*banner*/
.flexslider{ position:relative; clear: both; overflow:hidden;  z-index: 99; }
.flexslider .slides li{overflow: hidden; }
.flexslider .slides li a{display: block;position: relative;}
.flexslider .slides li a img { text-align:center }

@-webkit-keyframes banners {
    from {
        opacity: 0;filter:alpha(opacity=0);
        margin:-500px auto 0;
    }
    to {
        opacity: 1;filter:alpha(opacity=100);
        margin:0 auto;
    }

}

@-o-keyframes banners {
    from {
        opacity: 0;filter:alpha(opacity=0);
        margin:-500px auto 0;
    }
    to {
        opacity: 1;filter:alpha(opacity=100);
        margin:0 auto;
    }

}

@-moz-keyframes banners {
    from {
        opacity: 0;filter:alpha(opacity=0);
        margin:-500px auto 0;
    }
    to {
        opacity: 1;filter:alpha(opacity=100);
        margin:0 auto;
    }

}

@keyframes banners {
    from {
        opacity: 0;filter:alpha(opacity=0);
        margin:-500px auto 0;
    }
    to {
        opacity: 1;filter:alpha(opacity=100);
        margin:0 auto;
    }

}



.banner_font{position: absolute;width: 400px;top:15%; margin-left:320px}
.banner_font b{animation:banners  2s;transition:2s;opacity: 0;filter:alpha(opacity=0);margin:-500px  auto 0;display: block;width: 353px;height:70px;}
.banner_font i{display: block;width: 30px;height:1px;background-color: #fff;margin:30px auto;}
.banner_font p{font-weight:lighter;text-align: center;font-size: 48px;color: #fff;}
.banner_font p span{letter-spacing:1.6em;font-size: 18px;color: #cecfd0;display: block;}
.banner_font p i{display: block;width: 33px;height:33px;margin:70px auto;background: url("../images/banner_07.png") no-repeat center;}

.flexslider .slides li.flex-active-slide .banner_font b{
    opacity: 1;filter:alpha(opacity=100);
    margin:0 auto;
}



.banner_fonts{transition:3s;opacity: 0;filter:alpha(opacity=0);width:492px;position: absolute;right:0;top:30%; }
.banner_fonts b{display: block;width: 392px;height:182px;}
.banner_fonts i{display: block;width: 30px;height:1px;background-color: #fff;margin-top:55px;}
.banner_fonts p{margin-top:5px;font-size: 16px;line-height: 24px;color: #cecfd0;margin-left:-500px!important}

.flexslider .slides li.flex-active-slide .banner_fonts{
    opacity: 1;filter:alpha(opacity=100);
    right:15%;
}

.flex-direction-nav a{position:absolute;top:50%;width:60px;height:90px;line-height:99px;overflow:hidden;margin:-60px 0 0;display:block;
    z-index:10;cursor:pointer;opacity:0;filter:alpha(opacity=0);-webkit-transition:all 0.3s ease;}
.flex-direction-nav .flex-next{right:100px;}
.flex-direction-nav .flex-prev{left:100px;}
.flexslider:hover .flex-next{opacity:0.8;filter:alpha(opacity=80);}
.flexslider:hover .flex-prev{opacity:0.8;filter:alpha(opacity=80);}
.flex-direction-nav .flex-next{background:url("../images/index_10.png") no-repeat;}
.flex-direction-nav .flex-prev{background:url("../images/index.png") no-repeat;}
.flex-control-nav{position:absolute;bottom:30px; left:50%; margin-left:-35px; display:none;*margin-top:-30px;}
.flex-control-nav li{margin:0;display:inline-block;zoom:1;*display:inline;}
.flex-control-paging li a{width:30px;height:30px;border-radius: 50%; *margin-top:-50px;vertical-align:middle; text-align:center;display:block;overflow:hidden;cursor:pointer;
    line-height:20px;background: url("../images/index_11.png") no-repeat center;}
.flex-control-paging li a.flex-active,.flex-control-paging li a:hover{background: url("../images/index_13.png") no-repeat center;}


/*f1*/
.f1_tit{margin:47px 0 40px 0;text-align: center;font-size: 28px;color: #333;}
.f1_tit b{text-indent:.2em;font-weight:normal;margin-bottom:3px;display: block;height:30px;background: url("../images/index_03.png") no-repeat center;color: #fff;font-size: 16px;line-height:31px;}
.f1_tit p{margin-top:15px;font-size: 14px;color: #757575;line-height: 18px;}
.f1_tit span{margin-top:2px;display: block;font-size: 12px;color: #bbb;font-family: Arial;}

/*f2  background: url("../images/index_bg_02.jpg") no-repeat center;*/
.f2{}
.f2 .f1_tit{color: #fff;}
.f2 .f1_tit p{color: #999;}
.f2 .carousel-container{background: transparent;}
.sp_dj{top:125px;left:50px;position:absolute;font-size: 21px;color: #fff;}
.sp_dj span{margin-top:3px;display: block;font-size: 14px;color: #666;font-family: Arial;}
.sp_dj a{transition:.5s;opacity:0;filter:alpha(opacity=0);display: block;margin-top:30px;width: 30px;height:30px;background: url("../images/index_07.png") no-repeat center;}
.carousel-feature:hover .sp_dj a{opacity: 1;filter:alpha(opacity=100);}
/*f3*/
.f3_bottom{overflow: hidden;}
.f3_left{float: left;width: 585px;height:352px;}
.f3_left_tit{margin:12px 0 30px 0;font-size:24px;color:#0d4e7a;padding-left:64px;background: url("../images/index_18.png") no-repeat;}
.f3_left_tit span{display: block;font-size: 12px;color: #bbb;font-family: Arial;}
.fz_date{height:47px;background: url("../images/zhou_27.png") repeat-x left bottom;}
.fz_date span{transition:.2s;cursor:pointer;text-indent:.5em;width: 60px;margin:0 8px 0 8px;height:41px;line-height: 36px;background:url("../images/index_24.png") no-repeat 34px bottom;color:#666;font-size:16px;font-family: 'Didot';text-align: center;float:left;}
.fz_date span:first-child{text-indent:.3em;margin:0;background:url("../images/index_24.png") no-repeat 27px bottom;}
.fz_date span.last_span{margin-right:0;}
.fz_date span:hover,.fz_date span.on{font-size:25px;color:#c2ac89;background: url("../images/index_22.png") no-repeat 34px bottom;}
.fz_date span:first-child:hover,.fz_date span:first-child.on{background:url("../images/index_22.png") no-repeat 27px bottom;}


.his_pic{ opacity: 0;filter:alpha(opacity=0);margin-top:15px;width:585px; height:210px;background-color: #f6f6f6;  overflow:hidden; position:absolute;   }
.his_pic .hd{ z-index:100;overflow:hidden;  height:30px; position: absolute;right:25px;top:25px;  }
.his_pic .hd .prev,.his_pic .hd .next{opacity: .7; filter:alpha(opacity=70);display:block;  width:30px; height:30px; float:right; margin-left:10px;  overflow:hidden;
    cursor:pointer; background:url("../images/index_29.png") no-repeat center #f6f6f6;}
.his_pic .hd .next{background:url("../images/index_31.png") no-repeat center #f6f6f6; }
.his_pic .hd .prev:hover,.his_pic .hd .next:hover{opacity: 1;filter:alpha(opacity=100);}
.his_pic .bd ul{ overflow:hidden; zoom:1; }
.his_pic .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.his_pic .bd ul li .pic{float: left; width:237px; height:167px;margiN: 22px 0 0 14px;}
.his_pic .bd ul li .pic img{ width:237px; height:167px; display:block; transition:.5s; }
.his_pic .bd ul li .title{ float:left;width: 300px;margin:22px 0 0 18px;  }
.his_pic .bd ul li .title p{margin-left:0;font-size: 14px;color: #666;line-height: 21px;}
.his_pic .bd ul li .title div{margin-left:0;color: #c2ac89;}
.his_pic .bd ul li .title div span{font-size: 36px;}
.his_pic .bd ul li .title div b{margin-top:13px;}
.his_pic .bd ul li .title a{display: block;text-align:left;margin-top:40px;}
.his_pic .bd ul li .pic:hover img{transform: scale(1.02);}
.his_pic .bd ul li .title a:hover{color: #0d4e7a;}
.f3_right{margin-bottom:83px;float: left;width: 585px;height:361px;margin-left:27px;overflow:hidden;}
.f3_right img{display: block;width: 100%;height:100%;}
/*f4*/
.f4{background-color: #f9f9f9;padding-bottom:80px;}
.f4_bottom{overflow: hidden;}
.f4_left{float:left;position:relative;width: 584px;height:358px;overflow:hidden;}
.new_dat{opacity: 0;filter:alpha(opacity=0);transition:.5s;font-family:Arial;margin:50px 0 0 35px;color: #000;font-size: 8px;}
.new_dat span{font-size: 36px;display: block;font-family: 'Conv_ProximaSansRegular';}
.ind_new{transition:.5s;color:#fff;font-size:12px;line-height:18px;background:url("../images/bg_03.png");width:500px;padding: 0 42px;bottom:-126px;left:0;z-index:100; position:absolute;height:126px;}
.ind_new span{display: block;margin:25px 0 13px 0;font-size: 16px;}
.ind_new p{width: 470px;}
.f4_left .ind_new,.f4_left .ind_new{bottom:0;}
.f4_left .new_dat,.f4_left .new_dat{opacity: 1;filter:alpha(opacity=100);margin:35px 0 0 35px;}

.f4_right{float: left;width:585px;margin-left:30px;}
.f4_f1{margin-bottom:13px;transition:.5s;height:109px;overflow: hidden;border:1px solid transparent;}
.f4_date{padding-right:20px;text-align:right;margin:20px 20px 0 27px;font-family:Arial;font-size:18px;color:#999;float: left;width: 42px;border-right:1px solid #d2d2d2;height:44px;}
.f4_date span{transition:.5s;display: block;font-family: 'Conv_ProximaSansRegular';font-size:36px;color: #000;}
.f4_f1:hover,.f4_f1.on{border-color:  #005da1;margin-left:10px;}
.f4_new{margin-top:20px;float: left;width: 335px;font-size: 12px;line-height: 18px;color: #666;}
.f4_new a{transition:.5s;display: block;margin-bottom:15px;color: #000;font-size: 16px;}
.more{transition:.5s;margin:35px 0 0 75px;float: left;background: url("../images/index_39.png") no-repeat center;width: 33px;height:33px;}
.f4_f1:hover .f4_date span,.f4_f1:hover .f4_date span,
.f4_f1.on .f4_date span{color: #005da1;}
.f4_f1:hover .f4_new a,.f4_f1:hover .f4_new a,.f4_f1.on .f4_new a{color: #005da1;}
.f4_f1:hover .more,.f4_f1.on .more{margin:35px 0 0 85px;background: url("../images/index_36.png") no-repeat center;}

.f4 .f1_tit{margin-top:70px;}
.f3 .f1_tit,.f2 .f1_tit{margin-top:80px;}

/*tv*/
.tv{margin:50px auto;width: 1000px;}

/*new*/
.new_left{margin-top:45px;}
.new_tit{height:80px;overflow:hidden;text-align:center;border-bottom:1px solid #cecece;}
.new_tit h1{margin-bottom:15px;width:100%;font-size: 16px;color: #232323;font-weight: normal;}
.new_tit span{margin-left:480px;height:30px;line-height:30px;float: left;color: #666;font-size: 14px;margin-right:16px;}
.new_cont{margin:40px 0 50px 0;font-size: 14px;line-height: 24px;color: #666;}
.new_cont img{}
.bq{padding-left:10px;margin-bottom:40px;height:30px;border-bottom:1px solid #cecece;#color: #666;font-size: 14px;line-height: 24px;}
.bq a{color: #666;display:inline-block;margin-right:10px;}
.new_page a{min-width: 100px;}
.new_page a.page_prev{min-width: 220px;border:none;float: left;}
.new_page a.page_next{min-width: 220px;border:none;float: right;}
.new_page a{height:24px;line-height: 24px;}
.new_page a.page_prev span{width:24px;height:24px;float:left;background:url("../images/index_031_03.png") no-repeat center #ddd;}
.new_page a.page_next span{width:24px;height:24px;float:right;background:url("../images/index_34.png") no-repeat center #ddd;}
.new_page a.page_prev:hover{background-color:transparent;color: #222;}
.new_page a.page_next:hover{background-color:transparent;color: #222;}
.bq a:hover{color: #333;}
.other{margin:40px 0 0 0;}
.other ul li{float: left;width: 340px;margin-bottom:3px;}
.other h4{display: block;color: #333;font-size: 16px;height:35px;}
.other li a{display: block;color: #666;height:24px;}
.other li a:hover{color: #999;}
.other ul li.last_li{text-align: right;width:175px;}
.other ul{overflow: hidden;}

/*down*/
.down_f1{border-bottom: 1px solid #e6e6e6;overflow: hidden;padding:40px 0 20px 0;}
.down_f1 b{float: left;width: 177px; margin-left:10px;height:100px;overflow: hidden;}
.down_f1 b img,.pro_right a b img{-webkit-transition: 1s;}
.down_f1:hover b img{-webkit-transform: scale(1.1);}
.down_f1 p{float: left;margin-left:110px;font-size: 16px; line-height: 26px;}
.down_f1>a{transition:.5s;margin-left:60px;float: right;text-align:center;font-size: 16px;color:#1952a3;width:130px;height:50px;line-height: 50px;border:1px solid #1952a3}
.down_f1>a:hover{color: #fff;background-color: #1952a3;}
.down_f2{padding-top:0;}
.down_right{width: 900px;margin:50px auto;margin-top:55px;}

/*honor*/
.honor-box { padding: 40px; }
.honor-box h2 { font-size: 18px; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #dfdfdf; }
.honor-ol { margin-top: 30px; margin-bottom: 20px; }
.honor-ol li { display: inline-block; height: 33px; line-height: 33px; padding-left: 20px; padding-right: 20px; border-radius: 20px; border: 1px solid #333; color: #333; margin-right: 10px; cursor: pointer;
    -webkit-transition: .5s; -o-transition: .5s; -ms-transition: .5s; -moz-transition: .5s; transition: .5s; }
.honor-ol li:hover,.honor-ol li.active { border-color: #022684; color: #022684; }
.honor-list {width: 1100px;margin: 0 auto; overflow: hidden; }
.honor-list li { width: 212px; float: left; margin:0 31px; margin-bottom: 15px; }
.honor-list li a { display: block; width: 212px; height: 340px; cursor: pointer; }
.honor-list li a img { width: 210px; height: 308px; border: 1px solid #ccc; }
.honor-list li a p { width: 212px; text-align: center; height: 32px; line-height: 32px; color: #666; }
.honor-list li a:hover p { color: #022684; }

/*products*/
#box{position:relative;margin:0 auto ;margin-bottom:40px;z-index:10;background: #fff;width: 1198px;height:700px;border:1px solid #eee;}
#box ul{position:relative;width:1090px;height:700px;}
#box li{position:absolute;list-style:none;background:#fff;width:0;height:0;top:0;left:0;z-index:0;cursor:pointer;}
#box li img{width:100%;height:100%;vertical-align:top;}
#box .prev, #box .next{z-index:100;position:absolute;top:50%;width:40px;height:80px;margin-top:-40px;overflow:hidden;text-indent:-999px;cursor:pointer;background:url(../images/pro_prev_09.jpg) no-repeat center;}
#box .prev{left:0;}
#box .next{right:0;background:url(../images/pro_prev_12.jpg) no-repeat center;}
.pro_name{position:absolute;width:100%;text-align: center;color: #222;font-size: 18px;}
.pro_name span{margin-top:2px;display: block;font-family: Arial;color: #999;font-size: 12px;}
i.pro_name_i {z-index:200;bottom:50px;left:50%;position:absolute;display: block;width: 33px;height:33px;background: url("../images/lingx_03.png") no-repeat center;}

/*¿Í·þ*/
.kefu-box { position: fixed; right: 40px; bottom: 50px;z-index: 500; }
.kefu-box ul { width: 64px; }
.kefu-box ul li { width: 64px; height: 64px; background-color: #005a9c; border-radius: 4px; position: relative; }
.kefu-box ul li.li01 { margin-bottom: 10px; }
.kefu-box ul li b { display: block; width: 64px; height: 64px; border-radius: 4px; overflow: hidden; cursor: pointer; }
.kefu-box ul li.li01 b { background: url(../images/qq_03-h.png) no-repeat center; }
.kefu-box ul li.li01 b:hover { background: #003a75 url(../images/qq_03-h.png) no-repeat center; }
.kefu-box ul li.li02 b { background: url(../images/qq_06-h.png) no-repeat center; }
.kefu-box ul li.li02.hover b { background: #003a75 url(../images/qq_06-h.png) no-repeat center; }
.kefu-box-info { width: 216px; position: absolute; bottom: 0; right: 74px; background-color: #005a9c; border-radius: 4px; overflow: hidden; display: none; }
.kefu-list { width: 216px; }
.kefu-list a { display: block; width: 216px; color: #fff; -webkit-transition: 0.2s; -moz-transition: 0.2s; -ms-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; }
.kefu-msg { width: 146px; padding-left: 70px; height: 73px; line-height: 73px; border-bottom: 1px solid #003a75; background: #005a9c url(../images/qq_06-h.png) no-repeat 30px center; }
.kefu-msg:hover { background: #003a75 url(../images/qq_06-h.png) no-repeat 30px center; color: #fff; }
.kefu-qq,.kefu-mail,.kefu-tel { width: 146px; padding-left: 62px; height: 62px; line-height: 62px; border-top: 1px solid #00348c; border-bottom: 1px solid #003a75; }
.kefu-qq { background: url(../images/qq_15-h.png) no-repeat 30px center; }
.kefu-qq:hover { background: #003a75 url(../images/qq_15-h.png) no-repeat 30px center; color: #fff; border-top-color: #003a75; }
.kefu-mail { background: url(../images/qq_22-h.png) no-repeat 30px center; }
.kefu-mail:hover { background: #003a75 url(../images/qq_22-h.png) no-repeat 30px center; color: #fff; border-top-color: #003a75; }
.kefu-tel { background: url(../images/qq_29-h.png) no-repeat 30px center; }
.kefu-tel:hover { background: #003a75 url(../images/qq_29-h.png) no-repeat 30px center; color: #fff; border-top-color: #003a75; }
.kefu-weixin { border-top: 1px solid #003a75; padding: 40px 30px; width: 156px; overflow: hidden; }
.kefu-weixin h3 { float: left; width: 16px; text-align: center; font-size: 12px; color: #fff; height: 100px; padding: 10px; line-height: 16px; background-color: #002953; border-radius: 5px 0 0 5px; }
.kefu-weixin .img { float: right; width: 100px; height: 100px; padding: 10px; background-color: #fff; border-radius: 5px; }

.f1 .gold p span{font-size: 16px;color: #1b1b1b;margin-top:13px;}
.f1 .cpxl_a p,.about_cpxl a p{font-size: .8em;color: #888;}
.f1 .gold .gold_p,.about_cpxl .gold .gold_p{color: #fff;}
.f1 .gold .gold_p span,
.about_cpxl .gold .gold_p span,
.about_cpxl .gold .gold_p b
{color: #fff;}

.f1 .cpxl{padding-bottom:10px;}
.f1 .cpxl{margin-bottom:0;}
.f1 .gold{margin-bottom:75px;}
.f1 .gold:hover{margin-top:10px;margin-bottom:65px;}
.carousel-container_m{margin:50px auto;}
.shop_f1 span span{font-size: 16px;font-family: "Microsoft YaHei";}
/*.about_cpxl a p{float: left;margin:35px 0 0 20px;padding-left:15px;}*/
.about_cpxl a p span{margin-top:13px;font-size: 18px;}



