/*banner*/
dl,dd{
	margin:0 auto;
	padding:0;
	border:0;
}
.bannerbox{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.bannerbox ul{
	margin-top:0px;
    position: relative;
}
.bannerbox ul li{
    list-style: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.banner_nav{
	height: 10px;
	position: absolute;
	bottom: 30px;
	z-index: 2;
	left: 50%;
	margin-left: -25px;
}
.banner_nav dl dd{
	list-style-type:none;
	width:12px;
	height:12px;
	border-radius: 12px;
	float:left;
	margin-right:10px;
	cursor:pointer;
	background-color:#fff;
}
.banner_nav dl .bg{
	background: #af1c16;
	width: 12px;
	height: 12px;
}
.bannerbox ul li.fst-li{
    background: url("../images/index_banner_01.jpg") center no-repeat;
    background-size: cover;
}
.bannerbox ul li.sec-li{
    background: url("../images/index_banner_02.jpg") center no-repeat;
    background-size: cover;
}
.bannerbox ul li.third-li{
    background: url("../images/index_banner_03.jpg") center no-repeat;
    background-size: cover;
}
.banner_left{
    width: 65px;
    height: 77px;
    position: absolute;
    left: 50px;
    top: 50%;
    margin-top: -38px;
    z-index: 10;
    cursor: pointer;
}
.banner_right{
    width: 65px;
    height: 77px;
    position: absolute;
    right: 50px;
    top: 50%;
    margin-top: -38px;
    z-index: 10;
    cursor: pointer;
}

.newbanner{
	width: 100%;
	height: 449px;
	min-width: 1100px;
	background-image: url(../images/index_banner_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.newbanner #wz1{
	margin-top:235px;
	position:absolute;
	left:0%;
	margin-left:-253px;
	opacity:0;
}
.newbanner #wz2{
	margin-top:450px;
	position:absolute;
	left:50%;
	margin-left:-212px;
	opacity:0;
}
/*banner end*/

.about_01_bg{
    width: 100%;
    height: 470px;
    padding: 40px 0 60px 0;
    background-color: #ececec;
}
.about_01{
    width: 1100px;
    margin: auto;
}
.about_01_list li{
    width: 340px;
    height: 470px;
    float: left;
    margin-left: 40px;
}
.about_list_top{
    height: 80px;
    padding-top: 10px;
    background-color: #fff;
}
.about_list_num{
    width: 108px;
    height: 32px;
    margin: auto;
    margin-bottom: 15px;
}
#about_list_num1{
    background-image: url(../images/index_about_num_1-1.jpg);
}
.about_01_list li:hover #about_list_num1{
    background-image: url(../images/index_about_num_1-2.jpg);
}
#about_list_num2{
    background-image: url(../images/index_about_num_2-1.jpg);
}
.about_01_list li:hover #about_list_num2{
    background-image: url(../images/index_about_num_2-2.jpg);
}
#about_list_num3{
    background-image: url(../images/index_about_num_3-1.jpg);
}
.about_01_list li:hover #about_list_num3{
    background-image: url(../images/index_about_num_3-2.jpg);
}
.about_list_title p{
    font-size: 20px;
    color: #363636;
    text-align: center;
}
.about_list_bottom{
    height: 330px;
    overflow: hidden;
    position: relative;
}
.about_list_bottom img{
    width: 100%;
    height: auto;
    display: block;
}
.about_list_txt_bg{
    width: 300px;
    height: 290px;
    padding: 20px;
    background-color: #000;
    filter: alpha(opacity:70);
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
.about_list_txt{
    width: 300px;
    text-align: center;
    position: absolute;
    top: 50%;
}
.about_list_txt p a{
    font-size: 13px;
    line-height: 30px;
    color: #fff;
}
.about_list_txt p a:hover{
    text-decoration: underline;
}
.about_01_list li:hover .about_list_top{
    background-color: #10408e !important;
}
.about_01_list li:hover .about_list_title p{
    color: #fff !important;
}
.about_01_list li:hover .about_list_txt_bg{
    display: block;
}
.about_02{
    width: 1100px;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 80px;
}
.about_02_left{
    width: 555px;
    float: left;
}
.company_name{
    font-size: 28px;
    color: #000;
    margin-top: 30px;
}
.about_line{
    width: 350px;
    border-top: 1px solid #cecece;
    margin-top: 10px;
    margin-bottom: 40px;
}
.about_intro_title{
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
}
.about_intro_content{
    font-size: 13px;
    color: #515151;
    line-height: 25px;
}
.about_more{
    width: 123px;
    height: 35px;
    margin-top: 40px;
    border-radius: 20px;
    background-color: #434b56;
    text-align: center;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.about_more a{
    font-size: 15px;
    color: #fff;
    line-height: 35px;
    display: block;
}
.about_more:hover{
    background-color: #10408e;
}
.about_02_right{
    width: 474px;
    float: right;
}
.about_contact{
    width: 197px;
    height: 214px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    background-color: #434b56;
}
.about_contact p{
    text-align: center;
}
.about_contact_title{
    font-size: 25px;
    color: #fff;
    margin-bottom: 10px;
}
.about_contact p a{
    font-size: 13px;
    line-height: 25px;
    color: #fff;
    filter: alpha(opacity=47);
    color: rgba(255,255,255,0.47);
}
.about_contact p a:hover{
    color: #fff;
}
.about_pic{
    width: 237px;
    height: 229px;
    float: left;
    overflow: hidden;
}
.about_pic img{
    width: 100%;
    height: auto;
    display: block;
}
.about_spirit{
    width: 197px;
    height: 184px;
    padding-top: 45px;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
}
.about_spirit p{
    text-align: center;
}
.about_spirit_title{
    font-size: 25px;
    color: #000;
    margin-bottom: 20px;
}
.spirit_txt_bg{
    width: 150px;
    height: 27px;
    margin: auto;
    margin-bottom: 15px;
    background-color: #10408e;
}
.spirit_txt_bg p{
    font-size: 13px;
    color: #fff;
    line-height: 27px;
}
.spirit_txt_en{
    font-size: 13px;
    color: #828282;
    line-height: 20px;
}
.advantage_bg{
    width: 100%;
    height: 436px;
    padding-top: 205px;
    background: url(../images/advantage_bg.jpg) no-repeat center top;
}
.advantage{
    width: 1100px;
    margin: auto;
}
.advantage_list li{
    width: 264px;
    height: 335px;
    float: left;
    margin-left: 10px;
    border: 1px solid #586371;
    text-align: center;
}
.advantage_list li:hover{
    filter:alpha(opacity=50);
    filter: opacity(0.5);
    background-color: rgba(67,75,86,0.5);
}
.advantage_icon{
    width: 78px;
    height: 81px;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 24px;
}
.advantage_num{
    font-size: 35px;
    color: #fff;
}
.advantage_num sup{
    font-size: 10px;
}
.advantage_txt{
    font-size: 15px;
    color: #fff;
    line-height: 20px;
    margin-top: 25px;
    padding: 0px 25px;
}
.advantage_txt sup{
    font-size: 8px;
}
.application_bg{
    width: 100%;
    height: 786px;
    background-color: #ececec;
    padding-top: 60px;
}
.application{
    width: 1100px;
    margin: auto;
}
.application_title{
    width: 441px;
    height: 66px;
    margin: auto;
}
.application_nav{
    width: 310px;
    margin: auto;
    margin-top: 40px;
}
.application_nav_cell{
    width: 145px;
    height: 35px;
    margin-left: 10px;
    background-color: #b1b1b1;
    text-align: center;
    float: left;
}
.application_nav_cell a{
    line-height: 35px;
    font-size: 15px;
    color: #000;
    display: block;
}
.application_sel{
    background-color: #10408e !important;
}
.application_sel a{
    color: #fff !important;
}
.application_list{
    width: 1100px;
    height: 456px;
    margin-top: 80px;
    text-align: center;
    overflow: hidden;
    position: relative;
    display: none;
}
.application_list ul{
    position: absolute;
}
.application_list_cell{
    width: 200px;
    height: 208px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    display: inline-block;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.application_icon{
    width: 62px;
    height: 56px;
    margin: auto;
    margin-top: 30px;
}
.application_icon1{
    display: block;
}
.application_icon2{
    display: none;
}
.application_line{
    width: 60px;
    margin: auto;
    border-top: 1px double #c7c7c7;
    border-width: 5px;
    margin-top: 35px;
    margin-bottom: 35px;
}
.application_txt{
    font-size: 14px;
    color: #515151;
}
.application_list_cell:hover{
    padding: 10px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    box-shadow: 5px 5px 10px #ccc;
}
.application_list_cell:hover .application_icon1{
    display: none;
}
.application_list_cell:hover .application_icon2{
    display: block;
}
.application_list_cell:hover .application_line{
    border-color: #10408e;
}
.application_parent{
    width: 1100px;
    float: left;
}
.application_dots_list{
    margin-top: 40px;
}
.application_dots_list ul{
    margin: auto;
}
.application_dots_list li{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    float: left;
    margin-left: 10px;
    background-color: #464646;
    cursor: pointer;
}
.application_dots_list_sel{
    background-color: #af1c16 !important;
}
.news_bg{
    width: 100%;
    height: 637px;
    background: url(../images/news_bg.jpg) no-repeat center top;
}
.news{
    width: 1100px;
    margin: auto;
    padding-top: 190px;
}
.news_list li{
    width: 345px;
    height: 260px;
    border-bottom: 4px solid #000;
    float: left;
    margin-left: 30px;
	 padding-bottom:30px;
}
.news_year{
    font-size: 13px;
    line-height: 25px;
    color: #000;
}
.news_date{
    font-size: 25px;
    color: #000;
    line-height: 25px;
}
.news_line{
    width: 44px;
    height: 4px;
    background-color: #000;
    margin-top: 20px;
    margin-bottom: 18px;
}
.news_title{
    margin-bottom: 20px;
}
.news_title a{
    font-size: 15px;
    color: #000;
}
.news_desc{
    height: 60px;
    overflow: hidden;
}
.news_desc p{
    font-size: 13px;
    line-height: 20px;
    color: #747474;
}
.news_more{
    width: 95px;
    height: 30px;
    background-color: #000;
    text-align: center;
    margin-top: 20px;
}
.news_more a{
    font-size: 13px;
    line-height: 30px;
    color: #fff;
    display: block;
}
.news_list li:hover{
    border-bottom-color: #10408e;
}
.news_list li:hover .news_year{
    color: #10408e;
}
.news_list li:hover .news_date{
    color: #10408e;
}
.news_list li:hover .news_line{
    background-color: #10408e !important;
}
.news_list li:hover .news_more{
    background-color: #10408e !important;
}
.news_list li:hover .news_title a{
    color: #10408e !important;
}
.news_more_btn{
    width: 124px;
    height: 35px;
    margin: auto;
    margin-top: 60px;
    border-radius: 20px;
    background-color: #434b56;
    text-align: center;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.news_more_btn a{
    font-size: 15px;
    color: #fff;
    line-height: 35px;
    display: block;
}
.news_more_btn:hover{
    background-color: #10408e;
}