@charset "utf-8";
/* CSS Document */

/* inner_banner */
.inner_banner{
    width: 100%;
    height: auto;
    margin-top: 100px;
    display: table;
}
.inner_banner a{
    width: 100%;
    height: 100%;
    display: block;
}
.inner_banner a img{
    width: 100%;
    height: auto;
}

/* second_nav */
.second_nav{
    width: 1200px;
    height: 62px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    margin:0 auto;
    margin-top:80px;
    margin-bottom: 80px;
}
.second_nav ul{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.second_nav li{
    float: left;
}
.second_nav li a{
    display: inline-block;
    font-size: 14px;
    color: #333;
    padding: 8px 30px;
    border-right: 1px solid #ececec;
    margin: 13px 5px 0 5px;
}
.second_nav li:first-child a{
    background-color: #333;
    color: #fff;
}
.second_nav li a:hover{
    background: #d4141a;
    color: #fff;
}

/* padding */
.pagination{
    width: 1200px;
    height: 22px;
    display: table;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
}
.pagination a{
    display: inline-block;
    height: 28px;
    margin-left: 6px;
    border: 1px solid #ddd;
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 28px;
    color:#333;
}
.pagination a:hover{
    border: 1px solid #d4141a;
    background: #d4141a;
    color: #fff;
}
.pagination span{
    display: inline-block;
    height: 28px;
    margin-left: 6px;
    border: 1px solid #d4141a;
    background: #d4141a;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 28px;
}

/* sy_case */
.sy_case{
    width: 100%;
    height: auto;
    display: table;
    margin-top: 70px;
}
.sy_case_title{
    width: 100%;
    height: 110px;
    text-align: center;
    border-bottom: 1px solid #e2dede;
}
.sy_case_title p{
    font-size: 2vw;
    letter-spacing: 1px;
    color: #333;
}
.sy_case_title span{
    display: block;
    font-size: 18px;
    color: #666;
    margin-top: 10px;
}
.sy_case_list{
    width: 100%;
    height: auto;
    margin-top: 40px;
    display: table;
}
.tab_content1{
	width: 100%;
	height:auto;
    overflow: hidden;
    display: table;
}
.tab_content1 .tab1{
	width:100%;
	height: 100%;
	display: none;
}
.tab_content1 .tab_active1{
	display: block;
}
.tab1 li{
    float: left;
    width: 386px;
    height: 270px;
    margin: 0 20px 26px 0;
    overflow: hidden;
}
.tab1 li:nth-child(3n){margin-right: 0;}
.tab1 li a,.tab1 li a img{
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.6s;
}
.tab1 li a img:hover{transform:scale(1.1)}
.index_case_more{
	width: 200px;
    height: 50px;
    margin: 0 auto;
    background: #666;
    margin-top: 20px;
}
.index_case_more a{
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	width: 100%;
	display: inline-block;
	text-align: center
}
.index_case_more:hover{background: #d4141a}

/* sy_inner_process */
.sy_inner_process{
    width: 100%;
    height: 612px;
    margin-top: 50px;
    background:url(/statics/images/tem/sy_inner_process_bg.png)no-repeat center;
}
.sy_inner_process p{
    font-size: 36px;
    color: #fff;
    text-align: center;
    padding-top: 110px;
}
.sy_inner_process_bottom{
    width: 100%;
    height: 174px;
    margin-top: 40px;
}
.sy_inner_process_bottom ul{
    width: 100%;
    height: 100%;
    background:url(/statics/images/tem/sy_inner_process_img4.png)no-repeat center;
}
.sy_inner_process_bottom li{
    float: left;
    width: 120px;
    height: 100%;
    margin-right: 94px;
    text-align: center;
    color: #fff;
    background:url(/statics/images/tem/sy_inner_process_img1.png)no-repeat top center;
}
.sy_inner_process_bottom li:last-child{margin-right: 0;}
.sy_inner_process_bottom li b{
    font-size: 16px;
    font-weight: normal;
    display: block;
    margin-top: 10px;
}
.sy_inner_process_bottom_img{
    width: 47px;
    height: 47px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 14px;
}
.sy_inner_process_bottom_img img{
    width: 100%;
}
.sy_inner_process_bottom li span{
    width: 100%;
    display: block;
    margin-top: 60px;
    font-size: 17px;
    font-weight: bold;
}
.sy_inner_process_more{
    width: 400px;
    height: 108px;
    margin: 0 auto;
    margin-top: 60px;
    background:url(/statics/images/tem/sy_inner_process_img3.png)no-repeat center;
    background-size: 100% 100%;
}
.sy_inner_process_more a{
    width: 100%;
    height: 100%;
    display: block;
}
.sy_inner_process_more a b{
    font-size: 29px;
    color: #333;
    display: block;
    padding: 8px 0 0 118px;
    font-weight: normal;
}
.sy_inner_process_more a span{
    font-size: 14px;
    color: #666;
    display: block;
    padding: 2px 0 0 118px;
    letter-spacing: 8px;
}
.sy_inner_process_more a:hover b{color: #d4141a;}
.sy_inner_process_more a:hover span{color: #d4141a;}
.sy_inner_process_bottom li:hover{
    background:url(/statics/images/tem/sy_inner_process_img2.png)no-repeat top center;
}
.sy_inner_process_bottom li:hover b{color: #d4141a;}
.sy_inner_process_bottom li:hover .sy_inner_process_bottom_img img{margin-top: -47px;}

/* sy_columns_footer */
.sy_columns_footer{
    width: 100%;
    height: 378px;
    margin-top: 70px;
}
.sy_columns_footer_bg{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    background:url(/statics/images/tem/sy_columns_footer_bg.jpg)no-repeat center;
}
.sy_columns_footer_font{
    width: 570px;
    height: 320px;
    margin: 0 auto;
    overflow: hidden;
    color: #fff;
    padding-top: 50px;
}
.sy_columns_footer_font p{
    font-size: 30px;
    letter-spacing: 1px;
}
.sy_columns_footer_font b{
    font-size: 40px;
}
.sy_columns_footer_b{
    display: block;
    margin-top: 20px;
}
.sy_columns_footer_font1{
    width: 390px;
    height: 72px;
    margin-top: 26px;
    border-bottom: 1px dashed #fff;
    background:url(/statics/images/tem/sy_columns_footer_icon.png)no-repeat 136px 0px;
}
.sy_columns_footer_font1 span{
    font-size: 20px;
    line-height: 47px;
}
.sy_columns_footer_font1 a{
    display: inline-block;
    width: 190px;
    height: 30px;
    background-color: #fff;
    color: #d4141a;
    text-align: center;
    line-height: 30px;
    margin-left: 70px;
    border-radius: 20px;
    font-size: 18px;
}
.sy_columns_footer_font1 a:hover{
    background-color: #d4141a;
    color: #fff;
}
.sy_columns_footer_font n{
    display: block;
    font-size: 16px;
    margin: -12px 0 0 400px;
}

/* seo_ten */
.seo_ten{
    width: 100%;
    height: 299px;
    margin-top: 70px;
    background:url(/statics/images/tem/seo_ten_bg.jpg)no-repeat center;
}
.seo_ten_fl{
    width: 540px;
    height: 100%;
    background-color: #980207;
    color: #fff;
}
.seo_ten_font{
    width: 80%;
    height: 100%;
    margin: 0 auto;
}
.seo_ten_font span{
    display: block;
    font-size: 27px;
    padding-top: 40px;
}
.seo_ten_font b{
    display: block;
    font-size: 30px;
    height: 60px;
    border-bottom: 1px dashed #fff;
}
.seo_ten_font b n{
    font-size: 40px;
}
.seo_ten_font p{
    font-size: 18px;
    padding-top: 20px;
}
.seo_ten_font p n{
    font-size: 40px;
    font-weight: bold;
}
.seo_ten_font a{
    width: 150px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    color: #980207;
    text-align: center;
    display: block;
    margin-top: 20px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
}
.seo_ten_font a:hover{background-color: #666;color: #fff;}

/********************************************************** By Deng *******************************************************************/
.tab1 li{
	position: relative;
}
.list_case_small_font{
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(6%, rgba(255,255,255,0.5)), color-stop(88%, #980207) );
    display: none;
    transition: 0.6s;
}
.list_case_small_font a{
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
}
.list_case_small_font a b{
    display: block;
    width: 86%;
    margin: 0 auto;
    font-size: 24px;
    padding-top: 150px;
    font-weight: normal;
    letter-spacing: 1px;
}
.list_case_small_font a p{
    display: block;
    width: 86%;
    margin: 0 auto;
    font-size: 14px;
    padding-top: 20px;
    height: 46px;
    line-height: 24px;
    overflow: hidden;
}
.tab1 li:hover .list_case_small_font{display: block;}
.list_next_left a {
    text-indent: 21px;
}