*{
    margin: 0;
    padding: 0;
    font-family:Arial, Helvetica, sans-serif ;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
    overflow: hidden;
}
img{
    border: none;
}
i,em{
    font-style: normal;
    display: block;
}
.clear::after{
    content: '';
    display: block;
    clear: both;
}
.wid{
    width: 1350px;
    margin: 0 auto;
}
.f_l{
    float: left;
}
.f_r{
    float: right;
}
/* header */
.header{
    width: 100%;
    height: 70px;
    background:#48484c;
    position: absolute;
    z-index: 9999;
    top: 0;
}

.logo,.nav,.h_phone{
    float: left;
}
.logo{
   margin-left: 6%;
    margin-top:8px;
}
.nav{
    margin-left:13%;
    margin-top: 0px;
}
.nav>li{
    float: left;
    width: 120px;
    line-height: 70px;
    text-align: center;
    height: 70px;
}
.nav>li.active{
    background:#f5b704; 
}

.nav>li>a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    color: #fff;
}

.er {
    position: absolute;
    width: 100%;
    background: rgba(255,255,255,.8);
    top: 70px;
    left: 0;
    display: none;
    z-index: 9999;
}
.er_con {
    width: 1200px;
    margin: 0 auto;
}
.er_con ul li {
    float: left;
    width: 230px;
    margin: 10px 0 10px 8px;
    border-radius: 2px;
    overflow: hidden;
}
.er_con ul li:hover img{
    transform: scale(1.1);
}
.er_con ul li a {
    display: block;
    width: 100%;
    height: 120px;
    overflow: hidden;
}
.er_con ul li a img {
    width: 100%;
    min-height: 120px;
    transition: all 0.6s;
}
.er_con ul li span {
    display: block;
    text-align: center;
    color: #666;
    font-size: 15px;
    width: 100%;
    background: #48484c;
    line-height: 30px;
    color: #fff;
}
.er_con ul li:hover img{
    transform: scale(1.1);
}
.er_con ul li a {
    display: block;
    width: 100%;
    height: 120px;
    overflow: hidden;
}
.er_con ul li a img {
    width: 100%;
    min-height: 120px;
    transition: all 0.6s;
}
.h_phone{
    font-size: 15px;
    letter-spacing: -1px;
    margin-left: 30px;
    color: #fff;
    padding-left: 90px;

    position: relative;
    line-height: 30px;
}
.h_phone span{
	font-family: "Arial";
	font-size: 24px;
	margin-top:20px;
	color: #fff;
	display: block;
}
.h_phone::before{
    content: '';
    display: block;
    background: url(../images/tel.png) center no-repeat;
    width: 65px;
    height: 65px;
    left: 18px;
    top: 1px;
    position: absolute;
}
@media screen and (max-width: 1760px) {
	.header{background:#49484d; height: 70px;}
    .logo{margin-left: 1%;}
    .logo img{margin-top: 0px;}
    .nav{margin-left: 1%;margin-top: 0}
    .h_phone{margin-left: 10px;margin-top: 20px;}
    .er{top: 105px;}

}
@media screen and (max-width: 1500px) {
    .logo{margin-left: 0;}
    .nav>li{width: 95px;}
}
@media screen and (max-width: 1450px) {
    .h_phone{display: none;}
    .nav>li{width: 110px;}
}
/*banner*/
.banner{
    height: 890px;
    position: relative;
    margin-top: 70px;
}
.banner .swiper-container {
    height: 890px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.banner .swiper-slide {
    height: 890px;
}

.banner:hover .pagination {
    opacity: 1;
}

.banner:hover .arrow-left {
    opacity: 1;
}

.banner:hover .arrow-right {
    opacity: 1;
}

.banner .pagination {
    position: absolute;
    z-index: 20;
    bottom: 20px;
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
}

.banner .swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0162ef;
    margin: 0 3px;
    cursor: pointer;
}

.banner .swiper-active-switch {
    width: 15px;
    height: 15px;
    border-radius: 20px;
    background: #fff;
}
.banner .arrow-left {
    background: url(../images/b_arrow01.png) no-repeat left bottom;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -25px;
    width: 70px;
    height: 70px;
    z-index: 222;
    opacity: 0;
    transition: all 0.5s;
}
.banner .arrow-right {
    background: url(../images/b_arrow.png) no-repeat right bottom;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -25px;
    width: 70px;
    height: 70px;
    z-index: 222;
    opacity: 0;
    transition: all 0.5s;
}
/*hot*/
.hot{
    background: #f6f6f6;
    padding: 30px 0;
}
.hot_con{
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
}
.hot_con ul li{
    width: 25%;
    float: left;
    height: 230px;
    background: #fff url(../images/shadow.jpg) right top no-repeat;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 15px;
    position: relative;
    top: 200px;
    opacity: 0;
}
.hot_con ul li:hover .hot_pro{
    top: 20px;
}
.hot_con ul li:hover .hot_des h3{
    color: #e40b02;
}
.hot_con ul li:hover .hot_des em{
    background:#e40b02 ;
}
.hot_con ul li::after{
    content: '';
    display: block;
    width: 56px;
    height: 25px;
    background: url(../images/icon.png) -131px -17px no-repeat;
    position: absolute;
    right: 40px;
    top: 10px;
}
.hot_des{
    float: left;
    width: 155px;
    margin-top: 40px;
    position: relative;
    z-index: 111;
}
.hot_pro{
    position: absolute;
    top: 27px;
    right: 20px;
    transition: all 0.6s;
}
.hot_des h3{
    font-size: 22px;
    color: #04609f;
}
.hot_des p{
    font-size: 14px;
    color: #666;
    margin: 10px 0;
}
.hot_des em{
    width: 100px;
    height: 30px;
    border-radius: 18px;
    background: #04609f;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    margin-top: 15px;
}
/*pro*/
.pro{
    width: 100%;

    padding-bottom: 30px;
}
.tit{
    text-align: center;
    width: 100%;
    height: 360px;

    position: relative;
    padding: 20px 0;
}
.tit::before,.tit::after{
    content: '';
    width: 38%;
    height: 54px;
    position: absolute;
    top: 85px;
}
.tit::before{
    left: 0;
    background: url(../images/tit_line1.png) right center no-repeat;
}
.tit::after{
    right: 0;
    background: url(../images/tit_line2.png) left center no-repeat;
}
.tit p{
    text-align: center;
    font-size: 17px;
}
.pro_list{
    width: 1360px;
    margin: -200px auto 30px auto;
    position: relative;
}
.pro_list li{
    width: 184px;
    height: 50px;
	margin-bottom:10px;
	margin-right:10px;
    line-height: 50px;

    background: #49484d;
    text-align: center;
    float: left;
}
.pro_list li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}
.pro_list li.active{
    background: #f5b704;
}
.pro_litpic{
    position: relative;
    width: 90%;
    margin: 30px auto;
    height: 720px;
    overflow: hidden;

    opacity: 1;
}
.pro_go>ul>li {
    width: 24.6%;
    margin: 5px 0.2%;
    float: left;
    overflow: hidden;
    position: relative;
}
.pro_go>ul>li>a {
    display: block;
    height: 350px;
    overflow: hidden;
}
.pro_go>ul>li a img {
    width: 100%;
    height: auto;
    min-height: 350px;
    transition: all 0.5s;
}
.pro_go>ul>li:hover .pro_cover{
    bottom: 0;
}
.pro_go>ul>li:hover img{
    transform: scale(1.1);
}
.pro_cover{
    width: 100%;
    height: 240px;
    background: url(../images/pro_cover_bg.png) left top no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    padding: 80px 0 0 30px;
    color: #fff;
    transition: all 0.6s;
    bottom: -240px;
}
.pro_cover em{
    width: 56px;
    height: 56px;
    background: url(../images/icon.png) -7px -78px no-repeat;
}
.pro_cover h3{
    font-size: 20px;
    font-weight: normal;
    margin: 16px 0 5px 0;
}
.pro_cover i{
    font-size: 22px;
    letter-spacing: -1px;
}
.pro_cover i::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    background: url(../images/icon.png) -88px -95px no-repeat;
    width: 18px;
    height: 19px;
    margin-bottom: 5px;
}
.pro_cover span{
    display: block;
    position: absolute;
    right: 41%;
    bottom: 25px;
    width: 20px;
    height: 23px;
    background: url(../images/icon.png) -131px -93px no-repeat;
}
/* com */
.com{
    width: 100%;

    height: 630px;
    background: url(../images/com_bg.jpg) left center no-repeat;

}
.com_r{
    float:left;
    width: 670px;
    color: #fff;
    margin-top: 0px;
    position: relative;

    opacity: 1;
}
.com_r h1{
	font-size:50px; font-weight:bold; color:#000; line-height:70px;
}
.com_r p{
    font-size: 16px;
    line-height: 36px;
    margin-top: 25px;
}
.com_r img{

}
@-webkit-keyframes plateRotate {
    0% {-webkit-transform:rotateZ(-10deg);}
    100%{-webkit-transform:rotateZ(10deg);}
  }
  
  @keyframes plateRotate {
    0% {transform:rotateZ(-10deg);}
    100%{transform:rotateZ(10deg);}
  }


/* adv */
.adv{
    width: 100%;
    background: url(../images/adv_bg.jpg) bottom center no-repeat;
    padding: 80px 0;
    overflow: hidden;
}
.adv_tit{
    text-align: center;
}
.adv_tit p{
    color: #333;
}
.adv_des{
    height: 710px;
    position: relative;
    margin-top: 20px;
}
.adv_des ul{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 630px;
    z-index: 2222;
}
.adv_des ul li{
    overflow: hidden;
    position: absolute;
    cursor: pointer;
}
.adv_des_l{
    float: left;
    width: 260px;
}
.adv_des_r{
    float: right;
    margin-left: 15px;
}
.adv_des_l h3{
    font-size: 22px;
}
.adv_des_l p{
    font-size: 15px;
    color: #333;
    line-height: 25px;
    margin-top: 10px;
}
.adv_des_l h3::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    background-image: url(../images/icon.png);
    width: 39px;
    height: 49px;
}
.adv_des ul li:nth-child(1) .adv_des_l h3::before{
    background-position: -5px -155px;
}
.adv_des ul li:nth-child(2) .adv_des_l h3::before{
    background-position: -62px -155px;
}
.adv_des ul li:nth-child(3) .adv_des_l h3::before{
    background-position: -118px -155px;
}
.adv_des ul li:nth-child(4) .adv_des_l h3::before{
    background-position: -174px -155px;
}
.adv_des ul li:nth-child(odd){
    text-align: right;
}
.adv_des ul li:nth-child(even) .adv_des_l{
    float: right;
}
.adv_des ul li:nth-child(even) .adv_des_r{
    float: left;
}
.adv_des ul li:nth-child(even) .adv_des_r{
    margin-right: 15px;
    margin-left: 0;
}
.adv_des ul li:nth-child(1){
    top: 40px;
    left: 0;
}
.adv_des ul li:nth-child(2){
    top: 40px;
    right: 0;
}
.adv_des ul li:nth-child(3){
    bottom: 40px;
    left: 0;
}
.adv_des ul li:nth-child(4){
    bottom: 40px;
    right: 0;
}
.adv_circle{
    width: 830px;
    position: absolute;
    height: 545px;
    left: 50%;
    margin-left: -415px;
    bottom: 118px;
    background: url(../images/cir_line.png) center center no-repeat;
}
.adv_logo{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 238px;
    height: 238px;
    z-index: 222;
}
@keyframes line1 { 
    0% { transform: scale(0); opacity: 1; } 
    50% { transform: scale(1.2); opacity: 1; } 
    100% { transform: scale(3.2); opacity: 0; } 
}
.adv_move{
    
}
.adv_logo_bg{
    width: 345px;
    height: 345px;
    background: rgba(4, 96, 159, .6);
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}
.ode_p2-line1 {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    animation: line1 5s linear infinite 2s;
    opacity: 0;
    background: rgba(4, 96, 159, .4);
    box-shadow: 1px 1px 36px rgba(4, 96, 159, .4);
}
.ode_p2-line2 {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    animation: line1 5s linear infinite 4s;
    opacity: 0;
    background: rgba(4, 96, 159, .4);
    box-shadow: 1px 1px 36px rgba(4, 96, 159, .4);
}
.ode_p2-line3 {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    animation: line1 5s linear infinite 6s;
    opacity: 0;
    background: rgba(4, 96, 159, .4);
    box-shadow: 1px 1px 36px rgba(4, 96, 159, .4);
}
.ode_p2-line4 {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    animation: line1 5s linear infinite 8s;
    opacity: 0;
    background: rgba(4, 96, 159, .4);
    box-shadow: 1px 1px 36px rgba(4, 96, 159, .4);
}
/* case */
.case{
    position: relative;

    opacity: 1;
}
.case_con{
    width: 96%;
    margin: -200px auto 0 auto;
    overflow: hidden;
	background:url(../images/sds.jpg) no-repeat bottom;
}
.case_go {
    width: 99999px;
    position: relative;
}
.case_a, .case_b {
    float: left;
}
.case_go ul li{
    float: left;
    width:580px;
    margin: 10px 5px;
    height: 500px;
    overflow: hidden;
    position: relative;
}
.case_go ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.case_go ul li a img{
    width: 100%;
    height: auto;
    min-height: 420px;
		    border-radius: 20px;
    transition: all 0.6s;
}

.case_go ul li em{
    width: 400px;
    height: 90px;
	margin-left:80px;
	padding-top:20px;
    line-height: 30px;
    background: #fff;
	position:relative;
	margin-top:-60px;
		    border-radius: 8px;
	z-index:999;
    box-shadow: 0 0 14px rgba(0,0,0,.1);
    color: #000;
    text-align: center;
    transition: all 0.6s;
}

/* news */
.news{
    background: url(../images/news_bg.jpg) center center no-repeat;
    padding: 0px 0;
    position: relative;

    opacity: 1;
}
.news_con{
    width: 1350px;
    margin: -190px auto 0 auto;
    overflow: hidden;
}
.news_con ul li{
    float: left;
    width: 650px;
    height: 180px;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 14px rgba(0,0,0,.1);
    margin: 12px;
    border-radius: 8px;
    position: relative;
    padding: 21px 20px;
}
.n_l{
    float: left;
    width: 200px;
    height: 135px;
    overflow: hidden;
    border-radius: 8px;
}
.n_l img{
    width: 100%;
    height: auto;
    min-height: 135px;
    transition: all 0.6s;
}
.news_con ul li:hover img{
    transform: scale(1.1);
}
.n_r{
    float: right;
    width: 380px;
    margin-top: 15px;
}
.n_r strong{
    color: #333;
    font-size: 17px;
}
.n_r p{
    font-size: 15px;
    color: #666;
    line-height: 25px;
    margin: 10px 0;
}
.n_r em{
    font-size: 15px;
    color: #666;
}
.n_r i{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42px;
    height: 42px;
    background: #025d9d;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.n_r i::after{
    content: '';
    display: block;
    width: 9px;
    height: 16px;
    background: url(../images/icon.png) -227px -28px no-repeat;
    position: absolute;
    top: 0;
    left: 3px;
    right: 0;
    bottom: 0;
    margin: auto;
}
/*footer*/
.footer{
    background:#181510;

}
.f_nav_con,.f_contact_con,.link_con,.f_b_con{
    width: 1350px;
    margin: 0 auto;
}

.f_nav_con ul li{
    float: left;
    padding-right: 30px;
    line-height: 92px;
}
.f_nav_con ul li a{
    color: #999;
}
.f_nav_con ul li a:hover{
    color: #fff;
}
.f_nav_con ul li::after{
    content: '';
    display: inline-block;
    width: 2px;
    height: 12px;
    background: #999999;
    margin-left: 30px;
}
.f_contact_con{
    overflow: hidden;
	width:1360px;
	height:125px; background:#ffae00;
    margin: 0px auto;
	position:relative;
	top:-65px;
	border-radius: 80px;

}
.f_contact_con ul{
    float: left;
}
.share{
    float: right;
}
.f_contact_con ul li{
    float: left;
    color: #999;
	margin-left:50px;
	margin-top:26px;
    margin-right: 50px;
}
.f_contact_con_icon{
    display: inline-block;
    vertical-align: middle;
}
.f_contact_con_des{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
	font-size:20px;
	color:#FFF;
	
}
.f_contact_con ul li span{
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
}
.share{
    overflow: hidden;
    position: relative;
}
.xin{
    float: left;
}
.share h6{
    position: absolute;
    left: 80px;
    top: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
}
.share_btn{
    float: left;
    overflow: hidden;
    margin-top: 40px;
    margin-left: 15px;
}
.share_btn a{
    display: block;
    width: 25px;
    height: 25px;
    float: left;
    margin: 0 5px;
}
.f_ewm{
    background: url(../images/footer7.png) top left no-repeat;
}
.f_phone_num{
    background: url(../images/footer8.png) top left no-repeat;
}
.f_weibo{
    background: url(../images/footer9.png) top left no-repeat;
}
.link_con span{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin: 30px 0;
}
.link_con span::before{
    content: '';
    display: inline-block;
    width: 24px;
    height: 10px;
    background: url(../images/footer10.png) top left no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
.link_con ul{
    display: inline-block;
    vertical-align: middle;
}
.link_con ul li{
    float: left;
    margin-right: 30px;
}
.link_con ul li a{
    font-size: 14px;
    color: #999;
}
.link_con ul li a:hover{
    color: #fff;
}
.f_b{
    overflow: hidden;
    width: 1350px;
    margin: 0 auto;
}
.f_b p{
    float: left;
    width: 100%;
}
.f_b p{
    font-size: 15px;
    color: #999;
    line-height: 90px;
}
.f_b p a{
    font-size: 15px;
    color: #999;
}
.f_b .zz{
    float: right;
    margin-top: 25px;
    line-height: 0;
}
.f_b .zz img{
    height: 35px;
}
@media screen and (max-width:1835px) {
    .nav{
        margin-left: 0 ;
    }
    .nav>li{
        margin: 0;
    }
    .nav>li>a{
        margin: 0;
    }
    .com{
        background: url(../images/com_bg.jpg) center center no-repeat;
    }
}
@media screen and (max-width:1660px) {
    .logo{
        width: 260px;
    }
    .logo img{

    }
    .nav, .h_phone{
        margin-top: 0;
    }
    .header::after{
        top: 0;
    }
}
@media screen and (max-width:1440px) {
    .logo{
        width: 318px;
    }
    .logo img{
        width: 100%;
    }
    .nav>li{
        width: 95px;
    }
}


.yyus{
	width:660px; height:145px;}
.yyus ul li{ width:220px; height:145px; background:#999; float:left; background:url(../images/aa1.png)  no-repeat right; text-align:center;
	}
.yyus ul li span img{
	margin-top:20px;
	}
	
	
	.newbj{
    width: 100%;
    height: 450px;

}
.probta{
    text-align: center;
    margin-top: -68px;
}
.probta a{
    font-size: 50px;
    font-weight: bold;
    color: #0391a5;
    position: relative;
}
.probta p{
    font-size: 15px;
    color: #333
}
.probta a:hover{
    color: #ff8a01
}
.probta a::after{
    content: '';
    display: block;
    width: 90px;
    height: 60px;
    background: url(../images/s_logo.png) center no-repeat;
    position: absolute;
    right: -100px;
    top: -15px;
}
.xwfl{
    width: 790px;
}
.xwimg{
    width: 790px;
    height: 285px;
    position: relative;
    overflow: hidden;
}
.xwimg img {
     width: 790px;
    height: 285px;   
}
.xwimg span{
    display: block;
    height: 60px;
    line-height: 60px;
    background: rgba(1,66,136,.7) url(../images/jt.png) 20px center no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 550px;
    color: #fff;
    font-size: 18px;
    padding-left: 80px;
}
.xwimg img:hover{
    transform: scale(1.1);
    transition: all 0.6s;
}
.xwdown{
    width: 790px;
    height: 420px;
    background: #f4f4f4;
    margin-top: 16px;
}
.xwdown ul li{
    width: 360px;
    float: left;


    padding: 20px 15px;

}
.xwdown ul li:nth-child(2){
    border-right: 0;
}
.xwdown ul li a{
    color: #111111;
	line-height:60px;
    font-size: 17px; font-weight:bold;
}
.xwdown ul li p{
    font-size: 14px;
    color: #777;
     overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-top: 10px;
    margin-bottom: 15px;
}
.xwdown ul li span{
    font-size: 14px;
    color: #777;
    font-family: "Arial";
    background: url(../images/shijiana.png) left center no-repeat;
    padding-left: 30px;
}
.xwdown ul li:hover a{
    color: #024288;
    padding-left: 20px
}
.xwlb{
    width: 530px;
}
.xwlb ul li{
    height: 130px;
    background: #f4f4f4;
	margin-top:15px;

}
.xwlb ul li .xwtime{
    width: 140px;
    float: left;
    text-align: center;
    margin-top: 45px;
    border-right: 1px #e0e0e0 solid;
}
.xwlb ul li .xwtime b{
    font-size: 30px;
    color: #333;
    font-weight: bold;
    display: block;
}
.xwlb ul li .xwtime span{
    font-size: 20px;
    color: #333;
    font-family: "Arial";
}
.xwlb ul li .xinwen{
    width: 490px;
    float: right;
    margin-right: 30px;
    margin-top: 5px;
}
.xwlb ul li .xinwen a{
    display: block;
    height: 50px;
    border-bottom: 1px #e9e9e9 solid;
    line-height: 50px;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}
.xwlb ul li .xinwen p{
    font-size: 14px;
    color: #777;
}
.xwlb ul li:hover .xinwen a{
    color: #024288;
    padding-left: 15px;
}
.fr {
    float: right;
}
.fl {
    float:left;
}
.baseDiv {
    width: 1350px;
    margin: 0 auto;
    margin-left: auto !important;
    margin-right: auto !important;
}



.f_con{
    padding: 0px 0;
}
.f_logo,.f_list,.f_nav{
    float: left;
    margin-left: 30px;
}

.f_logo {
    margin-left: 0;
    margin-top: -22px;
}
.f_logo span{
    display: block;
    width: 325px;
    height: 85px;
    background: url(../images/icon.png) -15px -294px no-repeat;
}
.f_logo ul{
    width: 290px;
    margin: 25px auto;
}
.f_logo ul li{
    float: left;
    width: 135px;
    margin: 0 5px;
}
.f_logo ul li img{
    width: 100%;
    height: 135px;
}
.f_list{
    width: 300px;
    margin-left: 35px;
}
.f_logo ul li em{
    margin-top: 5px;
    font-size: 14px;
    color: #989696;
    text-align: center;
}
.f_list strong,.f_contact strong{
    font-size: 21px;
    color: #fff;
}

.f_contact01{
	width:410px; float:right;}
.f_contact01 p{
	text-align:right;
	font-size:13px;}
.f_contact01 h3{
	text-align:right;
	font-size:30px;
	line-height:70px;
	color:#FFF;}
.f_contact01 a{
	text-align:right;
	font-size:12px;

	color:#999;}
.f_list ul li,.f_nav ul li{
    float: left;
    margin-right: 15px;
    line-height: 35px;
    color: #a7a5a5;
}
.f_list ul,.f_nav ul{
    margin-top: 15px;
}
.f_list ul li a,.f_nav ul li a{
    color: #a2a0a0;
}
.f_contact{
    position: relative;
}
.f_phone{
    padding-left: 70px;
}
.f_phone::before{
    display: block;
    width: 56px;
    height: 56px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/icon.png) -414px -23px no-repeat;
}
.f_contact em{
    font-size: 17px;
    font-style: italic;
    color: #fff;
}
.f_contact h3{
    font-size: 32px;
    color: #e80f0f;
    font-family: 'Impact';
    font-weight: normal;
}
.f_contact ul li{
    line-height: 32px;
    color: #a2a0a0;
}
.f_b{
    border-top: 1px solid #484646;
    text-align: center;
    font-size: 15px;
    line-height: 60px;
}
.f_b p,.f_b p a{
    color: #6f6f6f;
    font-size: 15px;
}
.f_b a img{
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    height: 25px;
}
.f_nav{
    width: 170px;
}