@charset "utf-8";
/* CSS Document */
body{padding: 0; margin: 0;font-family:"微软雅黑"}
.clearfix{clear: both;}
img{display: block;} 
a{text-decoration: none;}
a:hover{text-decoration: none;}

ul{
	list-style: none;
}
.top{
  background: #2a2a2a;
	border-bottom: 1px solid #dddddd;
	height:40px;
	width: 100%;6
	
}
.top_m{
	width: 1200px;
	margin: 0 auto;
}
.top_l{
	float: left;
	line-height: 40px;
	color: #fff;
	
}
.top_t{
	float:left;
	line-height: 40px;
	font-family: "Arial";
	color: #666;
	font-size:16px;
	font-weight: bold;
	margin-left: 5px;
	
}
.top_t span{

	color: #fff;
	font-size: 14px;
}
.top_dh{
	float: left;
	margin-left:720px;
}
.top_dh img{
	margin-top:9px;
}
.tops{
    width: 1200px;
    margin: auto;
    height: 120px;
}

.top1{
    width: 100%;
    background: url(../images/index_04.jpg) center top repeat-y;
}
.nav{
/*    box-shadow: 0px 2px 3px #ccc;*/
    width: 1200px;
    margin: auto;
}

.nav>ul{
    margin-bottom: 0;
    font-size: 0;
}
.nav>ul>li{
    display: inline-block;
    position: relative;
}
.nav>ul>li>a{
    display: block;
	
    text-align: center;
    color: #fff;
	 
    font-size: 16px;
    overflow: hidden;
    line-height: 65px;
    height: 65px;
    width: 144px;
}

.nav>ul>li>a:hover{
    /*border-bottom: 2px solid #243B84;*/
   background:#f58d0b;
   color: #fff; 
   transition: 0.3s linear;
}


.index-box{
    margin: 30px auto;
	width: 1200px;
    overflow: hidden;
    /*display: flex;*/
    /*justify-content: space-between;*/
}
.index-box .index-video{
    width: 558px;
    height: 250px;
    background-color: #000;
    /*display: flex;*/
    float: left;
}
.index-box .index-video .left{
    width: 380PX;
    height: 250PX;
    position: relative;
}
.index-box .index-video .left .index-video-div{
    height: 250px;
    overflow: hidden;
}
.index-box .index-video .left .index-video-div #video{
    width: 380px;
    height: 250px;
}
.index-box .index-video .left .btn{
    width: 55PX;
    height:55PX;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
}
.index-box .index-video .left .btn .xu{
    width: 53PX;
    height: 53PX;
    border: 1px dashed #fff;
    border-radius: 50%;
}
.index-box .index-video .left .btn .shi{
    width: 43PX;
    height:43PX;
    background-color: #fff;
    border-radius: 50%;
    margin: -0.48rem 0 0 0.05rem;
}
.index-box .index-video .left .btn .san{
    border-top: 0.06rem solid transparent;
    border-bottom: 0.06rem solid transparent;
    border-left: 0.1rem solid #135091;
    margin: -0.28rem 0 0 0.23rem;
    position: relative;
}

.index-box .index-video .right{
    width: 200PX;
    height: 250PX;
    background-image: url("../images/index-video-right.jpg");
    position: relative;
}
.index-box .index-video .right div{
    font-size: 16PX;
    color: #fff;
    position: absolute;
    top: 173PX;
    right: 30PX;
}
.index-box .index-video .right p{
    font-size: 0.16rem;
    color: #fff;
    font-family: 'HelveticaNeueLTStd-Hv';
    position: absolute;
    top: 209PX;
    right: 30PX;
}
.index-box .index-about{
    width: 580PX;
    height: 250PX;
    background-color: #e7110f;
    background-image: url("../images/index-about.jpg");
    /*display: flex;*/
    float: right;
    overflow: hidden;
}
.index-box .index-about .left{
    width: 4.04rem;
    height: 2.5rem;
    padding: 0.56rem 0 0 0.4rem;
}
.index-box .index-about .left .text{
    max-height: 97PX;
    font-size: 14PX;
    color: #fff;
    line-height: 65PX;
    text-align: justify;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
}
.index-box .index-about .left a{
    width: 1.2rem;
    height: 0.16rem;
    display: block;
}
.index-box .index-about .left .more{
    width: 108PX;
    margin-top: 38PX;
    /*display: flex;*/
    /*justify-content: space-between;*/
    position: relative;
}
.index-box .index-about .left .more::before{
    content: '';
    border-top: 0.06rem solid transparent;
    border-bottom: 0.06rem solid transparent;
    border-left: 0.06rem solid #fff;
    position: absolute;
    top: 0.01rem;
    right: -0.01rem;
}
.index-box .index-about .left .more .more-one{
    width: 0;
    height: 2px;
    background-color: #fff;
    margin-top: 0.06rem;
    transition: all 1s;
    margin-right: 0.1rem;
    float: left;
}
.index-box .index-about .left .more .more-one.on{
    width: 0.23rem;
}
.index-box .index-about .left .more p{
    width: 0.4rem;
    font-size: 0.16rem;
    color: #fff;
    margin-top: -0.03rem;
    font-family: 'HelveticaNeueLTStd-Hv';
    float: left;
}
.index-box .index-about .left .more .more-two{
    width: 0.5rem;
    height: 2px;
    background-color: #fff;
    margin-top: 0.06rem;
    position: relative;
    transition: all 1s;
    float: right;
}
.index-box .index-about .left .more .more-two.on{
    width: 0.25rem;
}
.index-box .index-about .right{
    width:160PX;
    height:250PX;
    position: relative;
}
.index-box .index-about .right div{
    font-size: 14PX;
    color: #fff;
    position: absolute;
    top: 1.73rem;
    right: 0.3rem;
}
.index-box .index-about .right p{
    width: 2rem;
    font-size: 0.16rem;
    color: #fff;
    font-family: 'HelveticaNeueLTStd-Hv';
    text-align: right;
    position: absolute;
    top: 2.09rem;
    right: 0.3rem;
}
.clear{
    clear: both;
}

.zhong_b{
    width: 100%;
    background: url(../images/index_08.jpg)center 0 no-repeat;
    overflow: hidden;
    height:549px;
}


.zhong_bs{
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.zhong_bsRight{
    width: 628px;
    float: right;
    overflow: hidden;
    margin-top: 73px;
}
.zhong_bsRight span{
    display: block;
    font-size: 25px;
    margin: 28px 0;
    line-height: 100%;
    color: #101418;
}
.zhong_bsRight label{
    line-height: 100%;
    font-size: 30px;
    color: #101418;
}
.zhong_bsRight div{
    font-size: 15px;
    line-height: 34px;
    margin-top: 19px;
    margin-bottom: 26px;
}
.zhong_bsRight a{
    font-size: 16px;
    color: #353434;
    font-weight: 700;
}
.zhong_bsRight a img{
    margin-right: 5px;
}
.ali{
	float: left;
	padding-top: 10px;
	margin-left: 10px;
	
}
.top_ali{
	float: left;
	line-height: 40px;
	color: #666;
	margin-left: 5px;
}

.us_bt{
	font-size: 38px;
	color:#0059a3;
	text-align: center;
	margin-top: 60px;
    font-weight:600;
}
.bt_xian{
	width: 70px;
	height: 3px;
	background: #000;
	margin: 0 auto;
	margin-top: 10px;
}
.bt_xq{
	color: #666;
	font-size:16px;
	text-align: center;
	margin-top: 10px;
}
.youshi{
	width:1200px;
	margin: 0 auto;
	
}
.c{
	clear: both;
}
.feleo_0_1{
	padding-top: 30px;
	width: 1200px;
	margin:0 auto; 
}
.feleo_0_1 a{
	margin:5px;
	border-radius: 5px;
	text-align: center;
	display: block;
	float: left;
	width: 160px;
	line-height: 45px;
	border:1px solid #dfdfdf;
	color: #464646;
}
.feleo_0_1 a:hover{
	color: #fff;
	background:#00629a;
}
.youshi_one{
	float: left;
	width: 260px;
    margin-left: 53px;
	margin-top: 30px;
}
.youshi_one:nth-child(1){
	margin-left: 0px;
	
}
.youshi_tu{
	width: 160px;
	height: 90px;
	border-radius: 50%;
	margin: 0 auto;
}
.youshi_tu img{
	transition: 1s ease all;
	margin: 0 auto;
	margin-top:45px;
}
.youshi_tu img:hover{
	transform: rotate(360deg);
}
.youshi_bt{
	text-align: center;
	font-size: 24px;
	color: #000;
	margin-top: 10px;
	
}
.youshi_ms{
	font-size: 15px;
	color: #666;
	text-align: center;
	line-height:26px;
	margin-top: 10px;
}

.index_dTop{
    font-size: 34px;
    color: #2c2b2b;
	 margin-top: 45px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 49px;
}

.index_dTop p{
    font-size: 16px;
    color: #2c2b2b;
  line-height: 55px;
	 font-weight: normal;
    text-align: center;
   
}



.index_d{
    max-width: 1373px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 66px;
    padding: 0 10px;
}





.index_dRight{
   float: left;
    width: 45%;
	 margin-right: 3%;
    overflow: hidden;
}

.index_dRight a{
    display: block;
    background: url(../images/6_03.jpg)left 0 no-repeat;
    padding-left: 40px;
    height: 71px;
    transition: all 0.3s;
}
.index_dRight a div{
    float: left;
    font-size: 16px;
    color: #303030;
    width: 75%;
    line-height: 26px;
}
.index_dRight a span{
    float: right;
    font-size: 16px;
    color: #303030;
    width: 17%;
    text-align: right;
}


.index_dRight a:hover{
    background: url(../images/8_03.jpg)left 0 no-repeat;

}

.index_dRight a:last-child{
    background: url(../images/9_03.jpg)left 0 no-repeat;    
}

.index_dRight a:last-child:hover{
    background: url(../images/10_03.jpg)left 0 no-repeat;    
}


.advantage { overflow: hidden; margin-top: 10px; }

.advantage .advan-title { height: 212px; background: url(../images/advantage_01.jpg) center center; }

.advantage .title { padding-top:30px; width: 490px; padding-left: 130px; border:none;}

.advantage .title strong { font-size: 24px; color: #fff; font-weight: bold; display: block; margin-left: 60px;}

.advantage .title span { display: inline-block; color: #000; margin-left: 65px; font-size: 18px; margin-top: 13px; width: auto; height: auto; background: none;}

.advantage .cont { margin-top: 20px; }



.advantage .cont strong { color: #fe5502; font-weight: 500; }

.advantage .cont .btn { margin-left: 100px; }

.advantage .cont a { width: 105px; height: 30px; background: url(../images/advan-btn.jpg) center center; line-height: 30px; text-align: center; color: #fff; display: block; float: left; margin: 0 20px; }

.advantage .adv1 { background: url(../images/advantage_02.jpg) center center; height: 344px; }

.advantage .adv2 { background: url(../images/advantage_03.jpg) center center; height: 358px; }



.advantage .adv2 .title, .advantage .adv4 .title { margin-left: 570px; padding-top: 28px; }

.advantage .adv2 .cont, .advantage .adv4 .cont { width: 530px; float: right; }
.glyphicon{background: url(../images/index_03.jpg) center center; width: 20px;height: 23px;}

.pro_bg

{
	height: 877px;}

.pro_alls{
	overflow: hidden;
		width: 1200px;
	margin: 0 auto;
	margin-top:40px;
}
.pro_all{

	
	overflow: hidden;
}
.pro_all>div{

	float: left;
	margin-left: 20px;
}

.pro_one{
	width: 380px;
	margin-bottom: 20px;
}
.pro_img{
	width: 380px;
	height: 285px;

	overflow:hidden;
}





.pro_img img{
	width: 100%;
	height: 285px;
}
.pro_mz{
	text-align: center;
	font-size: 16px;
	line-height:50px;
	 color: #000;
	border:1px solid #dfdfdf;
	margin-bottom: 30px;
}
.pro_one:hover .pro_mz{
	background: #236aad;
	color: #fff;
	transition: 1s;
}
.pro_more{
	width: 230px;
	height: 60px;
	display: block;
	border: 1px solid #ee121c;
	text-align: center;
	font-size: 20px;
	line-height: 60px;
	margin: 0 auto;
	color:#ee121c;
	margin-top:20px;
}
.pro_more:hover{
	background: #0097e0;
	color: #fff;
	transition: 1s;
}

.zhong{


	background: url(../images/beij_0.jpg) center 0 no-repeat;
	height: 239px;
}
.zhong_m{
	width: 1200px;
	margin: 0 auto;
	
}
.zhong_l{
	float: left;
	font-size: 44px;
	color: #fff;
	font-weight:600;
	line-height:40px;
	margin-top: 90px;
}
.zhong_l span{
	font-size: 20px;
	font-weight: 100;
}
.zhong_r{
	float: right;
	width: 220px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border-radius:30px;
	background: #fff;
	font-size: 20px;
	color: #1187c9;
	margin-top: 100px;
}
.zhong_r:hover{
	background: #1187c9;
	color: #fff;
	transition: 1s;
	border: 1px solid #fff;
}

.jinyin{
  
    margin: auto;
    overflow: hidden;
}
.jinTop{
   width: 100%;
 
    background-position: 0;
    text-align: center;
    margin-top:32px;
    margin-bottom:40px; 
  
}
.jinTop span{
    display: block;
    font-size: 35px;
    font-weight: 700;
    color: #2fa1ec;
}
.jinTop div{
    font-size: 18px;

    color: #858585;
}
.jinTop  label{
	
	 color: #000;
	 
	padding: 5px;
}
.jinTop1{
   width: 100%;
 
    background-position: 0;
    text-align: center;
    padding: 15px 0;
   
  
}
.jinTop1 span{
    display: block;
    font-size: 35px;
    font-weight: 700;
     color: #000;
}

.bt_top21{
	background: url(../images/xian.jpg) center 0 no-repeat;
	height: 14px;
	 margin-bottom:20px;
}



.bottom{
    width: 100%;
    background: #1e1e1e;
    overflow: hidden;
}

.bottoms{
    width: 1200px;
    margin:50px auto;
    overflow: hidden;
}

.bottomsLeft{
    float: left;
    min-height: 392px;
    width: 288px;
    border-right: 1px solid #363535;
    padding-left: 29px;
}
.bottomsLeft div{
    font-size: 25px;
    color: #fff;
}
.bottomsLeft i{
    display: block;
    width: 52px;
    height: 3px;
    background:#135091;
    margin-top: 8px;
    margin-bottom: 34px;
}
.bottomsLeft a{
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 19px;
}


.bottomsRight{
    float: right;
    min-height: 392px;
    width: 255px;
    border-left: 1px solid #363535;
    padding-left: 86px;
}
.bottomsRight div{
    font-size: 25px;
    color: #fff;
}
.bottomsRight i{
    display: block;
    width: 52px;
    height: 3px;
    background:#4dd60c;
    margin-top: 8px;
    margin-bottom: 34px;
}
.bottomsRight a{
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 19px;
}


.bottomcenter{
    margin-left: 117px;
    float: left;
    overflow: hidden;
}
.bottomcenter_a{

}
.bottomcenter_a div{
    font-size: 25px;
    color: #fff;
}
.bottomcenter_a i{
    display: block;
    width: 52px;
    height: 3px;
    background:#4dd60c;
    margin-top: 8px;
    margin-bottom: 34px;
}


.bottomcenter_a span{
    display: block;
    font-size: 20px;
    margin-bottom: 33px;
    color: #fff;
}

.bottomcenter_b{
    overflow: hidden;
}
.bottomcenter_b img{
    float: left;
}
.bottomcenter_b div{
    float: left;
    margin-left: 24px;
}
.bottomcenter_b div p{

overflow: hidden;
}

.bottomcenter_b div p span{
        color: #a19696;
        float: left;
        line-height: 29px;
        margin-left: 12px;
        position: relative;
        top: -7px;
}

.allbottom{
    text-align: center;
    background: #0f0f0f;
    color: #fff;
    line-height: 68px;
}
.allbottom a{
    color: #fff;
}





.content {
    width: 1200px;
    margin: 0 auto;
}

.ye_box .con{
	 display: none; 
}

.index-box{
    margin: 50px auto;
    overflow: hidden;
    /*display: flex;*/
    /*justify-content: space-between;*/
}
.index-box .index-video{
    width: 580px;
    height: 250px;
    background-color: #000;
    /*display: flex;*/
    float: left;
}
.index-box .index-video .left{
    width: 380px;
    height: 250px;
    position: relative;
}
.index-box .index-video .left .index-video-div{
    height: 250px;
    overflow: hidden;
}
.index-box .index-video .left .index-video-div #video{
    width: 380px;
    height: 250px;
}
.index-box .index-video .left .btn{
    width: 55px;
    height: 55px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
}
.index-box .index-video .left .btn .xu{
    width: 53px;
    height: 53px;
    border: 1px dashed #fff;
    border-radius: 50%;
}
.index-box .index-video .left .btn .shi{
    width: 43px;
    height: 43px;
    background-color: #fff;
    border-radius: 50%;
    margin: -48px 0 0 5px;
}
.index-box .index-video .left .btn .san{
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #135091;
    margin: -28px 0 0 23px;
    position: relative;
}
.index-box .index-video .left .btn .san::before{
    content: '';
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 4px solid #fff;
    position: absolute;
    top: -2px;
    left: -8px;
}
.index-box .index-video .right{
    width:200px;
    height: 250px;
    background-image: url("../img/index-video-right.jpg");
    position: relative;
}
.index-box .index-video .right div{
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 173px;
    right: 30px;
}
.index-box .index-video .right p{
    font-size: 0.16rem;
    color: #fff;
    font-family: 'HelveticaNeueLTStd-Hv';
    position: absolute;
    top: 209px;
    right: 30px;
}
.index-box .index-about{
    width: 580px;
    height: 250px;
    background-color: #e7110f;
    background-image: url("../img/index-about.jpg");
    /*display: flex;*/
    float: right;
    overflow: hidden;
}
.index-box .index-about .left{
    width: 404px;
    height: 250px;
    padding: 56px 0 0 40px;
}
.index-box .index-about .left .text{
    max-height: 97px;
    font-size: 14px;
    color: #fff;
    line-height: 180px;
    text-align: justify;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
}
.index-box .index-about .left a{
    width: 120px;
    height: 16px;
    display: block;
}
.index-box .index-about .left .more{
    width: 108px;
    margin-top: 38px;
    /*display: flex;*/
    /*justify-content: space-between;*/
    position: relative;
}
.index-box .index-about .left .more::before{
    content: '';
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
    position: absolute;
    top: 1px;
    right: -1px;
}
.index-box .index-about .left .more .more-one{
    width: 0;
    height: 2px;
    background-color: #fff;
    margin-top: 6px;
    transition: all 1s;
    margin-right: 10px;
    float: left;
}
.index-box .index-about .left .more .more-one.on{
    width: 23px;
}
.index-box .index-about .left .more p{
    width: 40px;
    font-size: 16px;
    color: #fff;
    margin-top: -3px;
    font-family: 'HelveticaNeueLTStd-Hv';
    float: left;
}
.index-box .index-about .left .more .more-two{
    width: 50px;
    height: 2px;
    background-color: #fff;
    margin-top: 6px;
    position: relative;
    transition: all 1s;
    float: right;
}
.index-box .index-about .left .more .more-two.on{
    width: 25px;
}
.index-box .index-about .right{
    width: 160px;
    height: 250px;
    position: relative;
}
.index-box .index-about .right div{
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 173px;
    right: 30px;
}
.index-box .index-about .right p{
    width: 200px;
    font-size: 16px;
    color: #fff;
    font-family: 'HelveticaNeueLTStd-Hv';
    text-align: right;
    position: absolute;
    top: 209px;
    right: 30px;
}

.cont ul li{
    background: url(../images/index_03.jpg) left 8px no-repeat;
    width: 490px;
    padding-left: 35px;
}
.advantage .cont{
    margin-top: 85px;
}