@charset "utf-8";
/* CSS Document */

/*search*/
.search{
    width: 100%;
    height: 60px;
    background: #f5f5f5;
    margin-top: -3px;
}
.center{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.font{
    float: left;
    width: 70%;
    height: 100%;
    overflow: hidden;
}
.font a{
    font-size: 16px;
    height: 100px;
    line-height: 60px;
    color: #666;
    padding-right: 10px;
}
.form{
    position: absolute;
    top: 13px;
    right: 0px;
}
.form form{
    border: 3px solid #e41319;
    height: 30px;
    float: right;
}
.form .input{
    outline: 0;
    height: 16px;
    line-height: 16px;
    padding: 6px 10px;
    border: 1px solid #fff;
    width: 250px;
    vertical-align: top;
}
.form .submit{
    border: 0;
    width: 42px;
    height: 100%;
    text-align: center;
    cursor: pointer;
    float: right;
    background:url(../IMAGES/search.png)no-repeat center #e41319;
}

/*product*/
.product{
    width: 100%;
    height: 968px;
    margin-top: 90px;
}
.top_2{
    width: 1200px;
    height: 489px;
}
.left_2{
    text-align: center;
    width: 360px;
    height: 489px;
    border: 1px solid #dcdcdc;
}
.left_2 .title{
    width: 360px;
    height: 150px;
    background: #e41319;
}
.title p{
    font-size:36px;
    padding-top: 20px;
    color: #fff;
}
.title a{
    display: block;
    width: 160px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-left: 98px;
    margin-top: 20px;
    color: #fff;
    font-size:18px;
    border: 1px solid #fff;
}
.title a:hover{
    color: #e41319;
    border: 1px solid #fff;
    background: #fff;
}
.left_2 li{
    width: 360px;
    height: 67px;
    border-bottom: 1px solid #dcdcdc;
    background:url(../IMAGES/01.png)no-repeat 100px;
}
.left_2 li:hover{
    background:url(../IMAGES/02.png)no-repeat 100px;
}
.left_2 li a{
    display: block;
    height: 66px;
    line-height: 66px;
    color: #333;
    font-size:21px;
}
.left_2 li a:hover{
    color: #e41319;
}
.right_2{
    width: 780px;
    height: 489px;
    border: 1px solid #fff;
    overflow: hidden;
    position: relative;
}
.right_2 img{
    width: 100%;
    height: 100%;
    transition: .6s;
}
.right_2:hover img{
    transform: scale(1.1)
}
.pro_list_font{
    width: 100%;
    height: 60px;
    background: rgba(228, 19, 25, 0.78);
	
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .6s;
}
.pro_list_font a{
    width: 80%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 20px;
    margin: 0 auto;
}
.pro_list_font p{
    width: 80%;
    line-height: 40px;
    text-align: left;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 40px;
    height: 200px;
    overflow: hidden;
}
.bottom_2{
    margin-top: 40px;
}
.down{
    width: 1200px;
    height: 436px;
}
.down li{
    float: left;
    width: 360px;
    height: 309px;
    border: 1px solid #fff;
    margin-left: 57px;
    overflow: hidden;
    position: relative;
}
.down li:first-child{
    margin-left: 0px;
}
.down li img{
    width: 100%;
    height: 100%;
    transition: .6s;
}
.down li:hover img{
    transform: scale(1.1)
}
.pro_list_font1{
    width: 100%;
    height: 40px;
    background: rgba(228, 19, 25, 0.78);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .6s;
}
.pro_list_font1 a{
    width: 80%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 20px;
    margin: 0 auto;
}
.pro_list_font1 p{
    width: 80%;
    line-height: 40px;
    text-align: left;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 40px;
    height: 200px;
    overflow: hidden;
}

/*case*/
.case{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 60px;
}
.all_title{
    width: 100%;
    height: 84px;
    text-align: center;
}
.all_title p{
    font-size: 30px;
    color: #333;
    /* background:url(../IMAGES/all_title_bg.png)no-repeat center; */
}
.liuchen{width:100%;}
.all_title span{
    font-size: 14px;
    color: #999;
    display: block;
    margin-top: 2px;
}
.all_title b{
    font-size: 16px;
    color: #666;
    display: block;
    margin-top: 2px;
    font-weight: normal;
}
.case_bottom{
    width: 100%;
    height: auto;
    margin-top: 40px;
    overflow: hidden;
}
.caseMenu{
    margin-bottom: 30px;
    overflow: hidden;
}
.caseMenu li{
    float: left;
    text-align: center;
    margin: 0 auto
}
.caseMenu li a{
    width: 140px;
    font-size: 18px;
    background: #c9c9c9;
    color: #666;
    height: 35px;
    display: block;
    line-height: 35px;
    margin: 0 10px;
}
.caseMenu li:first-child{
}
.caseMenu .on a{
    color: #fff;
    background: #e41319;
}
.caseMain{
    width: 100%;
    height: 650px;
    overflow: hidden;
}
.caseMain .caseBox{
    width: 100%;
    height: 100%;
}
.caseMain .caseBox li{
    float: left;
    width: 376px;
    height: 310px;
    margin-right: 35px;
    margin-bottom: 30px;
}
.caseMain .caseBox li:nth-child(3n){
    margin-right: 0
}
.case_img{
    width: 100%;
    height: 270px;
    overflow: hidden;
    position: relative;
}
.case_img img{
    width: 100%;
    height: 100%;
    transition: .6s;
}
.case_img a{
    width: 100%;
    height: 100%;
    display: block;
    transition: .6s;
}
.caseMain .caseBox li:hover .case_img img{
    transform: scale(1.1)
}

.case_font{
    width: 100%;
    height: 39px;
    border-bottom: 1px solid #fff;
    transition: .6s;
}
.case_font a{

    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 39px;
    font-size: 16px;
    color: #333;
    display: block;
}
.caseMain .caseBox li:hover .case_font{
    border-bottom: 1px solid #e41319;
    transform: translateX(10)
}
.caseMain .caseBox li:hover .case_font a{
    color: #e41319;
}
.all_more{
    width: 230px;
    height: 56px;
    margin: 0 auto;
    margin-top: 40px;
    background:url(../IMAGES/all_more_bg.png)no-repeat center;
}
.all_more a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 56px;
    letter-spacing: 1px;
}

/*advantage*/
.advantage{
    width: 100%;
    height: 1490px;
    margin-top: 80px;
    position: relative;
}
.advantage img{
    width: 100%;
    height: 875px;
}
.advantage .adv_bg{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.advantage .adv_bg .top_4{
    width: 100%;
    text-align: center;
}
.advantage .adv_bg .top_4 img{
    margin-top: 80px;
    width: 830px!important;
    height: 92px!important;
}
.advantage .adv_bg .top_4 p{
    font-size: 32px;
    color: #0099ff;
    margin-left: 50px;
    margin-top: -60px;
}
.advantage .adv_bg .bot{
    width: 1200px;
    margin: 0 auto;
}
.advantage .adv_bg .bot .shang .right_4{
    width: 600px;
    float: right;
    padding-left: 130px;
}
.advantage .adv_bg .bot .shang .right_4 p{
    font-size: 22px;
    color: #333;
    margin-left: -60px;
    margin-top: 106px;
}
.advantage .adv_bg .bot .shang .right_4 li{
    font-size: 14px;
    color: #999;
    text-align: left;
    margin-left: -88px;
    margin-top: 14px;
    line-height: 20px;
}
.advantage .adv_bg .bot .shang .right_4 li:nth-child(2){
    margin-top: 40px;
}
.advantage .adv_bg .bot .shang .right_4 li:nth-child(3){
    margin-top: 42px;
}
.advantage .adv_bg .bot .shang .right_4 ul{
    margin-left: 54px;
}
.advantage .adv_bg .bot .shang{
    width: 1200px;
    height: 640px;
    margin-top: 80px;
    background:url(../IMAGES/adv_top.jpg)no-repeat center #fff;
}
.advantage .adv_bg .bot .shang .left_4{
    width: 640px;
    float: left;
    padding-top: 79px;
}
.advantage .adv_bg .bot .shang .left_4 p{
    font-size: 22px;
    color: #333;
    padding-left: 266px;
    padding-top: 4px;
}
.advantage .adv_bg .bot .shang .left_4 li{
    font-size: 14px;
    color: #999;
    text-align: left;
    margin-top: 23px;
    line-height: 20px;
}
.advantage .adv_bg .bot .shang .left_4 li:nth-child(2){
    margin-top: 36px;
}
.advantage .adv_bg .bot .shang .left_4 li:nth-child(3){
    margin-top: 13px;
}
.advantage .adv_bg .bot .shang .left_4 ul{
    margin-top: -4px;
    margin-left: 288px;
}
.advantage .adv_bg .bot .xia{
    width: 1200px;
    height: 640px;
    background:url(../IMAGES/adv_bottom.jpg)no-repeat center #fff;
}
.advantage .adv_bg .bot .xia .right_4{
    width: 600px;
    float: right;
    padding-left: 130px;
}
.advantage .adv_bg .bot .xia .right_4 p{
    font-size: 22px;
    color: #333;
    margin-left: -60px;
    margin-top: 106px;
}
.advantage .adv_bg .bot .xia .right_4 span{
    color: #cccccc;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 120px;
    letter-spacing: 0.2px;
}
.advantage .adv_bg .bot .xia .right_4 li{
    font-size: 14px;
    color: #999;
    text-align: left;
    margin-left: -88px;
    margin-top: 21px;
    line-height: 20px;
}
.advantage .adv_bg .bot .xia .right_4 li:nth-child(2){
    margin-top: 42px;
}
.advantage .adv_bg .bot .xia .right_4 li:nth-child(3){
    margin-top: 42px;
}
.advantage .adv_bg .bot .xia .right_4 ul{
    margin-top: -6px;
    margin-left: 50px;
}
.advantage .adv_bg .bot .xia .left_4{
    width: 640px;
    float: left;
    padding-top: 88px;
}
.advantage .adv_bg .bot .xia .left_4 p{
    font-size: 22px;
    color: #333;
    padding-left: 266px;
    margin-top: -13px;
}
.advantage .adv_bg .bot .xia .left_4 span{
    color: #cccccc;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 120px;
    letter-spacing: 0.2px;
}
.advantage .adv_bg .bot .xia .left_4 li{
    font-size: 14px;
    color: #999;
    margin-top: 36px;
    text-align: left;
    line-height: 20px;
}
.advantage .adv_bg .bot .xia .left_4 li:nth-child(2){
    margin-top: 22px;
}
.advantage .adv_bg .bot .xia .left_4 li:nth-child(3){
    margin-top: 22px;
}
.advantage .adv_bg .bot .xia .left_4 ul{
    margin-top: -6px;
    margin-left: 288px;
}

/*about*/
.about{
    width: 100%;
    height: auto;
    margin-top: 80px;
}
.about_bg{
    height: 498px;
    margin-top: 40px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    width: 99%;
}
.aboutL{
    width: 598px;
    height: 100%;
    overflow: hidden;
}
.aboutL a,.aboutL a img{
    width: 100%;
    height: 100%;
    transition: .6s;
}
.aboutL:hover a img{
    transform: scale(1.1)
}
.aboutR{
    width: 530px;
    height: 100%;
    border-left: none;
}
.aboutR a{
    font-size: 25px;
    color: #e41319;
    width: 92%;
    display: block;
    padding-top: 50px;
    font-weight: bold;
}
.aboutR span{
    font-size: 25px;
    color: #e41319;
    width: 92%;
    display: block;
    padding-top: 10px;
    opacity: .4;
}
.aboutR p{
    font-size: 14px;
    color: #333;
    width: 92%;
    padding-top: 20px;
    line-height: 26px;
    text-align: justify;
}

/*honor*/
.honor{
    position: relative;
    margin-top: 40px;
}
.honor .honor_title{
    font-size: 22px;
    color: #333;
    background: url('../IMAGES/h_line_1.jpg') no-repeat left center;
    margin-bottom: 34px;
    font-weight: normal;
    padding-left: 20px;
}
.honor .honor_title a{
    float: right;
    font-size: 14px;
    color: #333;
}
.honor .honor_title a span{
    width: 16px;
    height: 16px;
    background: #e41319;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    display: inline-block;
    margin-left: 20px;
}
.honor .honor_title a:hover{
    color: #e41319;
    font-weight: bold;
}
.honor .ohbox{
    overflow: hidden;
    height: auto;
    border-left: 1px solid #d9d9d9;
}
.honor .ohbox li{
    float: left;
    width: 240px;
    border: 1px solid #d9d9d9;
    margin-left: -1px;
    overflow: hidden;
    transition: all 0.3s;
    position: relative;
}
.honor .ohbox li .pImg{
    display: block;
    width: 240px;
    height: 173px;
    overflow: hidden;
    position: relative;
}
.honor .ohbox li img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all .5s;    width: 100%;
}
.honor .ohbox li p{
    height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 50px;
}
.honor li:hover{
    box-shadow: 0 0 8px #ccc;
    z-index: 2;
}

.honor li:hover img{
    transform: scale(1.1);
}
.honor .pageBtn span{
    position: absolute;
    cursor: pointer;
    left: -60px;
    top: 180px;
    font-size: 48px;
    font-weight: bold;
    font-family: "宋体";
    line-height: 48px;
}
.honor .pageBtn .next{
    left: auto;
    right: -60px;
}
.honor .pageBtn span:hover{
    color: #e41319;
}
.honor .ohbox li:hover p{
    background: #e41319;
    color: #fff;
}

/*partner*/
.partner{
    width: 100%;
	margin-top: 80px;
    display: table;
}
.partner_list{
    width: 100%;
    height: 350px;
	margin-top: 10px;
}
.partner li{
    float: left;
    width:240px;
	height: 120px;
    margin-bottom: -4px;
    background:url(../IMAGES/partner_list_bg.png) no-repeat right bottom;
}
.partner li a{
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
	position: relative;
	overflow: hidden;
}
.partner li a img{
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: 0.6s;
	max-width: 100%;
	max-height: 100%;
}
.partner li:hover a img{
    transform: scale(1.1)
}

/*news*/
.news{
	width: 100%;
	height: 880px;
	background: #eee;
	margin-top: 80px;
}
.news_botom{
	width: 100%;
	height: 665px;
	margin-top: 30px;
}
.newsMenu{
    margin-bottom: 30px;
    overflow: hidden;
}
.newsMenu li{
    float: left;
    text-align: center;
    margin: 0 auto
}
.newsMenu li a{
    width: 140px;
    font-size: 18px;
    background: #c9c9c9;
    color: #666;
    height: 35px;
    display: block;
    line-height: 35px;
    margin: 0 10px;
}
.newsMenu li:first-child{
    margin-left: 356px;
}
.newsMenu .on a{
    color: #fff;
    background: #e41319;
}
.newsMain{
    width: 100%;
    height: 600px;
    overflow: hidden;
}
.newsMain .newsBox{
    width: 100%;
    height: 100%;
}
.newsBox li{
	width: 100%;
	height: 186px;
	margin-bottom: 20px;
}
.news_img{
	width: 390px;
	height: 100%;
	overflow: hidden;
}
.news_img a{
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}
.news_img a img{
	display: block;
    transition: 0.6s;
	width: 100%;
	height: 100%;
}
.news_font{
	width: 810px;
	height: 185px;
	border-bottom: 1px solid #e6e6e6;
}
.news_date{
	width: 180px;
	height: 100%;
	overflow: hidden;
	text-align: center;
}
.news_date p{
	line-height: 30px;
	color: #333;
	font-size: 20px;
	padding-top: 60px;
}
.news_detail{
	width: 600px;
	height: 100%;
	overflow: hidden;
}
.news_detail a{
	width: 100%;
	font-size: 20px;
	color: #333;
	display: block;
	padding-top: 40px;
	font-weight: bold;
}
.news_detail p{
	width: 100%;
	font-size: 14px;
	color: #666;
	padding-top: 40px;
	height: 50px;
    overflow: hidden;
    line-height: 24px;
}
.newsBox li:hover .news_img a img{transform: scale(1.1)}
.newsBox li:hover .news_date p{color: #e41319}	
.newsBox li:hover .news_detail a{color: #e41319}
.newsBox li:hover .news_detail p{color: #e41319}	
.newsBox li:hover .news_font{border-bottom: 1px solid #e41319;}

/*link*/
.link{
	width: 100%;
	height: auto;
	display: table;
	background: #eee;
}
.link_bg{
	width: 1200px;
	margin: 0 auto;
}
.link_bg ul{
	width: 100%;
	display: table;
}
.link_bg li{
	float: left;
	margin: 0 6px 5px 6px;
}
.link_bg li:first-child{margin-left: 0;}
.link_bg li p{
	font-size: 16px;
	color:#e41319;
	line-height: 24px;
}
.link_bg li a{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.link_bg li a:hover{color: #e41319}





