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

/* reset */
body,h1,h2,h3,h4,h5,p,dl,dd,ul,ol,form,input,textarea,th,td,select,figure,figcaption{ margin:0; padding:0; }
em,i { font-style:normal; }
li { list-style:none; }
a {text-decoration:none;color:inherit;}
a:hover{text-decoration:none;color:inherit;}
a:focus{text-decoration: none;outline: none;}
img { border:none; vertical-align:middle; }
table { border-collapse:collapse; }
input,textarea { outline:none; background: none; border: none; }
textarea { resize:none; overflow:auto; }
body{font-size:12px; font-family:"微软雅黑"; }

/* public */
.clearfix {*zoom: 1;}
.clearfix:before,.clearfix:after {content:'';display: block;height: 0;clear: both;visibility: hidden;}
.img_box div{display:table-cell;vertical-align:middle;text-align:center;}
.img_box img{vertical-align:middle;border:none;display:inline-block;max-width:100%;max-height:100%;}
.container{width:100%;max-width:1200px;margin:0 auto;}
h1,h2,h3,h4,h5{font-weight:normal;}
.fixed{position:fixed;left:0;top:0;z-index:999;}



.banner{position:relative;}
.banner img{width:100%;}
.banner .pagination{position:absolute;left:0;bottom:30px; margin:auto;text-align:center;width:100%;z-index:30;}
.banner .swiper-pagination-bullet{display:inline-block;width:35px;height:6px;background:#eee;cursor:pointer;opacity:1;border-radius:5px;-moz-transition: all 0.5s ease-in;-webkit-transition: all 0.5s ease-in;-o-transition: all 0.5s ease-in;transition: all 0.5s ease-in;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 6px;}
.banner .swiper-pagination-bullet-active{background:#0076bf;width:50px;}
.banner .banner_btn a{cursor:pointer;position:absolute;display:inline-block;width:44px;height:113px;top:36%;z-index: 10}
.banner .banner_btn a.banner_prev{left:150px; background: url(../images/banner_prev.png);}
.banner .banner_btn a.banner_next{right:150px; background: url(../images/banner_next.png);}

.other_banner{width:100%;max-width:1920px;height:auto;}
.other_banner img{width:100%;}



.header_fix{
    width:100%;
    height:80px;
    display:none;
}
.header{
    width:100%;
    height:80px;
    background:#202020;
}
.header .container{
    max-width:95%;
}
.header h1{
    display:inline-block;
    float:left;
    width:125px;
    height:80px;
	line-height:80px;
}
.header .form_box{
    width:240px;
    height:40px;
    display:inline-block;
    float:right;
    margin-top:20px;
}
.header .form_box input.text{
    width:190px;
    height:40px;
    text-indent:10px;
    float:left;
    border-bottom:1px solid #4d4d4d;
    color:#fff;
}
.header .form_box input.submit{
    width:50px;
    height:50px;
    display:inline-block;
    background:url(../images/to_search_btn.png) no-repeat center center;
    float:right;
    cursor:pointer;
}

.header .title{
	float:left;
	/*padding: 20px 0 0 68px;*/
	padding: 20px 0 0 5%;
}
@media (max-width:1600px){
	.header .title{
		display:none;
	}	
}
/*@media (width:1920px){
	.header .title{
		padding: 20px 0 0 224px;
	}	
}*/




.header .en{
    padding-right:15px;
    float:right;
    padding-top: 30px;
}
.header .en a{
    width:24px;
    height:24px;
    display:inline-block;
    background:url(../images/en_tag.png) no-repeat center center;
    background-size: 24px;
}

.header .nav{
    display:inline-block;
    float:right;
    text-align:center;
}
.header .nav>ul>li{
    width:100px;
    height:80px;
    line-height:80px;
    float:left;
    margin-right:20px;
    font-size:15px;
    color:#a1a1a1;
    position:relative;
}
.header .nav>ul>li.on,
.header .nav>ul>li:hover{
    color:#fff;
    background:url(../images/nav_bg.jpg) no-repeat center bottom;
}
.header .nav li a{
    display:inline-block;
}


.header .nav>ul>li>.snav{
    width:190px;
    position:absolute;
    left:0;
    top:80px;
    display:none;
    z-index: 60;
}
.header .nav>ul>li>.snav li{
    height:45px;
    line-height:45px;
    border-bottom:1px solid #ccc;
    background:#737373;
    font-size:15px;
    color:#fff;
}
.header .nav>ul>li>.snav li:hover{
    background:#0076bf;
}









.footer{
    background:#303030;
	margin-top: 80px;
}
.footer .footer_box{
    padding:35px 0;
    position:relative;
    border-bottom:1px solid #3b3b3b;
}
.footer .footer_contact{
    display:inline-block;
    float:left;
}
.footer .footer_contact h4{
    font-size:31px;
    color:#fff;
    font-family: 'Impact';
    padding-bottom:5px;
    letter-spacing:2px;
}
.footer .footer_contact p{
    font-size:13px;
    color:#7c7c7c;
    line-height:26px;
}
.footer .text_box{
    float:right;
}
.footer .text_box ul{
    color:#454545;
    margin-bottom:20px;
}
.footer .text_box ul li{
    display:inline-block;
    width:80px;
    height:30px;
    line-height:30px;
    font-size:13px;
    color:#a6a6a6;
    text-align:center;
}
.footer .text_box ul li:hover{
    color:#fff;
}



.fxbox{
    text-align:right;
}
.fxbox span.weixin{
    width:30px;
    height:30px;
    display:inline-block;
    float:right;
    margin:6px 6px 6px;
    background:url(../images/weixin_tag.png) no-repeat center;
    position:relative;
    cursor:pointer;
}
.fxbox span.weixin img{
    width:120px;
    height:120px;
    position:absolute;
    left:-50px;
    top:-125px;
    display:none;
}
.fxbox span.weixin:hover img{
    display:block;
}
.fxbox a.bds_weixin{
    background:url(../images/weixin_tag.png) no-repeat center center;
}
.fxbox a.bds_tsina{
    background:url(../images/weibo_tag.png) no-repeat center center;
}
.fxbox .bdshare-button-style0-32 a{
    margin-left:10px;
    float:right;
}


.footer .goback{
    width:170px;
    height:205px;
    display:inline-block;
    background:#0076bf url(../images/foot_logo.png) no-repeat center 110px;
    position:absolute;
    left:50%;
    top:-50px;
    z-index: 60;
    text-align:center;
    margin-left:-85px;
}
.footer .goback span.goback_btn{
    width:100px;
    display:inline-block;
    font-size:14px;
    color:#fff;
    height:30px;
    line-height:30px;
    text-align:center;
    cursor:pointer;
    padding-top:10px;
    margin-top:20px;
    background:#0076bf url(../images/back_bg.png) no-repeat center top;
}
.copyright{
    background:#303030;
    height:70px;
    line-height:70px;
    padding-bottom:10px;
    text-align:center;
    font-size:13px;
    color:#747474;
}




.index_service{
    text-align:center;
    padding:50px 0 80px 0;
}
.index_service .col{
    width:25%;
    display:inline-block;
    float:left;
}
.index_service .list_box{
    width:100%;
    display:inline-block;
    position:relative;
}
.index_service .list_box h4{
    font-size:50px;
    color:#0076bf;
    padding:10px 0;
}
.index_service .list_box p{
    font-size:15px;
    color:#9a9a9a;
    line-height:30px;
}

.index_service .list_box i{
    width:1px;
    height:60px;
    display:inline-block;
    background:#d1d1d1;
    position:absolute;
    right:0;
    top:30px;
}




.index_about{
    width:100%;
    max-width:1920px;
    height:620px;
    background:url(../images/index_about_bg.png) no-repeat center center;
}
.index_about_box{
    height:620px;
    position:relative;
}
.index_about_box .text_box{
    width:500px;
    position:absolute;
    right:0;
    top:105px;
    background:url(../images/text_bg.png) no-repeat left bottom;
    padding-bottom:50px;
}
.index_about_box .text_box h4{
    font-size:22px;
    color:#282828;
    font-weight:bold;
}
.index_about_box .text_box em{
    font-size:18px;
    color:#0076bf;
    line-height:28px;
    display:block;
    font-weight:bold;
    display:block;
    padding:5px 0;
}
.index_about_box .text_box p{
    font-size:16px;
    color:#888888;
    line-height:28px;
}
.index_about_box a.more{
    width:105px;
    height:105px;
    display:inline-block;
    background:#434343 url(../images/more_bg.png) no-repeat center 30px;
    position:absolute;
    right:50%;
    top:1px;
    line-height:160px;
    font-size:13px;
    color:#fff;
    text-align:center;
}
.index_about_box a.more:hover{
    background:#0076bf url(../images/more_bg.png) no-repeat center 30px;
}





.index_case{
    padding:100px 0 150px 0;
}
.index_case .index_case_box{
    position:relative;
}
.index_case_box .text_box{
    width:600px;
    height:350px;
    display:inline-block;
    float:left;
    background:#f6f6f6;
}
.index_case_box .text_box .htext{
    background:url(../images/case_tbg.png) no-repeat left top;
    padding-top:160px;
    width:320px;
    margin-top:60px;
    margin-left:75px;
}
.index_case_box .text_box .htext h4{
    font-size:22px;
    color:#282828;
    font-weight:bold;
    padding:10px 0;
}
.index_case_box .text_box .htext p{
    font-size:14px;
    color:#7a7a7a;
}




.index_case_box .list_box{
    width:300px;
    height:350px;
    display:inline-block;
    float:left;
    position:relative;
}
.index_case_box .list_box:hover .mask{
    opacity:1;
    filter: alpha(opacity=100);
}
.index_case_box .list_box .img_box{
    width:300px;
    height:350px;
}
.index_case_box .list_box .img_box img{
    width:100%;
    height:100%;
}
.index_case_box .list_box .mask{
    width:300px;
    height:350px;
    display:inline-block;
    background:rgba(0,0,0,.4) url(../images/idnex_case_bg.png) no-repeat center 110px;
    position:absolute;
    left:0;top:0;
    text-align:center;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity:0;
    filter: alpha(opacity=0);
}
.index_case_box .list_box .mask h4{
    font-size:20px;
    color:#fff;
    display:inline-block;
    margin-top:190px;
}
.index_case_box .list_box .mask p{
    font-size:13px;
    color:#797b80;
    padding:5px 0;
}



.index_case_box .index_case_slide{
    width:900px;
    height:350px;
    display:inline-block;
    float:left;
}
.index_case_box .index_case_slide .slide_box{
    width:600px;
    display:inline-block;
    position:relative;
}
.index_case_box .index_case_slide .slide_box .bd{
    width:600px;
    height:350px;
}
.index_case_box .index_case_slide .slide_box .bd .img{
    width:600px;
    height:350px;
}
.index_case_box .index_case_slide .slide_box .bd .img img{
    width:600px;
    height:350px;
}
.index_case_box .index_case_slide .slide_box .bd span.prev,
.index_case_box .index_case_slide .slide_box .bd span.next{
    width:60px;
    height:100px;
    line-height:100px;
    text-align:center;
    display:inline-block;
    background:rgba(0,0,0,.6);
    font-size:30px;
    color:#fff;
    font-family: '宋体';
    display:inline-block;
    position:absolute;
    top:120px;
    z-index: 10;
    cursor:pointer;
}
.index_case_box .index_case_slide .slide_box .bd span.prev{
    left:0;
}
.index_case_box .index_case_slide .slide_box .bd span.next{
    right:0;
}
.index_case_box .index_case_slide .slide_box .bd span.prev:hover,
.index_case_box .index_case_slide .slide_box .bd span.next:hover{
    background:rgba(116,164,70,.8);
}


.index_case_box .index_case_slide .slide_box .hd{
    width:300px;
    height:350px;
    display:inline-block;
    position:absolute;
    top:0;
    right:-300px;
    text-align:center;
}
.index_case_box .index_case_slide .slide_box .hd .text{
    width:200px;
    height:80px;
    display:inline-block;
    font-size:13px;
    color:#b0b0b0;
    margin-top:80px;
    margin-bottom:30px;
    position:relative;
}
.index_case_box .index_case_slide .slide_box .hd .text .tx{
    opacity:0;
    filter: alpha(opacity=0);
    position:absolute;
    left:0;top:0;
    width:100%;
}

.index_case_box .index_case_slide .slide_box .hd .text h4{
    font-size:20px;
    color:#524a6a;
    padding:5px 0;
}
.index_case_box .index_case_slide .slide_box .hd ul{
    padding:20px 0;
}
.index_case_box .index_case_slide .slide_box .hd ul li{
    width:8px;
    height:8px;
    display:inline-block;
    background:#b0b0b0;
    margin:0 2px;
    cursor:pointer;
}
.index_case_box .index_case_slide .slide_box .hd ul li.on{
    background:#0076bf;
}

.index_case_box a.more{
    width:105px;
    height:105px;
    display:inline-block;
    background:#434343 url(../images/more_bg.png) no-repeat center 30px;
    position:absolute;
    right:50%;
    bottom:-105px;
    line-height:160px;
    font-size:13px;
    color:#fff;
    text-align:center;
}
.index_case_box a.more:hover{
    background:#0076bf url(../images/more_bg.png) no-repeat center 30px;
}







.index_pro{
    background:#f6f6f6;
    padding:30px 0 150px 0;
}
.index_pro .container{
    width:1920px;
}
.index_pro .htit{
    text-align:center;
    padding:60px 0;
}
.index_pro .htit h3{
    font-size:22px;
    color:#282828;
    font-weight:bold;
    padding:10px 0;
}
.index_pro .htit p{
    font-size:18px;
    color:#0076bf;
    font-weight:bold;
    font-family: 'Arial';
}

.index_pro_box{
    text-align:center;
}
.index_pro_box .list_box{
    width:23%;
    display:inline-block;
    float:left;
    margin:0 1%;
    margin-bottom:10px;
}
.index_pro_box .list_box:hover .text_box h4{
    color:#0076bf;
}
.index_pro_box .list_box:hover .text_box p{
    opacity:1;
    filter: alpha(opacity=1);
}
.index_pro_box .list_box .img_box{
    width:100%;
    height:auto;
}
.index_pro_box .list_box .img_box img{
    width:100%;
}
.index_pro_box .list_box .img_box:hover{
    -moz-box-shadow: 6px 6px 5px #ccc;
    -webkit-box-shadow: 6px 6px 5px #ccc;
    box-shadow: 6px 6px 5px #ccc;
}

.index_pro_box .list_box .text_box{
    width:100%;
    height:110px;
}
.index_pro_box .list_box .text_box h4{
    font-size:16px;
    color:#7e7e7e;
    display:inline-block;
    padding:10px 0;
    margin-top:20px;
}
.index_pro_box .list_box .text_box p{
    font-size:14px;
    color:#b2b2b2;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity:0;
    filter: alpha(opacity=0);
}







.min_nav{
    height:70px;
    line-height:70px;
    font-size:13px;
    color:#666;
    border-bottom:1px solid #ccc;
}
.min_nav a:hover{
    text-decoration: underline;
}
.min_nav ul{
    display:inline-block;
    float:left;
}
.min_nav ul li{
    display:inline-block;
    padding:0 5px;
}
.min_nav ul li:hover,
.min_nav ul li.on{
    color:#524a6a;
}
.min_nav ul li.wz{
    text-indent:20px;
    background:url(../images/dw2_tag.png) no-repeat left center;
}


.min_nav .type_group{
    display:inline-block;
    float:right;
}
.min_nav .type_group a{
    height:70px;
    margin:0 20px;
    padding:0 15px;
    display:inline-block;
}
.min_nav .type_group a:hover,
.min_nav .type_group a.on{
    color:#0076bf;
    background:url(../images/type_group_bg.jpg) no-repeat center bottom;
}

.min_nav a.back{
    width:165px;
    height:50px;
    line-height:50px;
    text-align:center;
    border:1px solid #ccc;
    display:inline-block;
    font-size:16px;
    color:#898989;
    float:right;
    margin-top:10px;
}




.about{
    width:100%;
    max-width:1920px;
    height:1190px;
    margin-bottom:170px;
    background:url(../images/about_bg.jpg) no-repeat center center;
}
.about_box{
    width:100%;
    height:1100px;
    position:relative;
}
.about_box .t1{
 width:600px;
    height:516px;
}
.about_box .t2{
    width:600px;
    height:580px;
    position:absolute;
    right:0;
    bottom:0;
}
.about_box .text_box .htit{
    color:#0076bf;
    display:inline-block;
    margin:70px 0 0 50px;
}
.about_box .text_box .htit h4{
    font-size:18px;
}
.about_box .text_box .htit em{
    font-size:36px;
    font-family: 'Franklin Gothic heavy';
    display:block;
}
.about_box .text_box .htit i{
    width:35px;
    height:3px;
    display:inline-block;
    background:#0076bf;
}
.about_box .text_box .text{
    font-size:14px;
    color:#747474;
    line-height:30px;
    width:500px;
    margin:20px 0 0 50px;
}
.about_box .t2 .text{
    line-height:27px;
}






.htit1{
    text-align:center;
    padding:40px 0;
}
.htit1 h3{
    font-size:22px;
    color:#0076bf;
    font-weight:bold;
    padding:8px 0;
}
.htit1 p{
    font-size:12px;
    color:#aaa;
}








.licheng{
    padding:20px 0  80px 0;
}
.licheng_box{

}
.licheng_box ul{
    border-top:1px solid #e3e3e3;
}
.licheng_box ul li{
    height:70px;
    line-height:70px;
    font-size:14px;
    color:#747474;
    border-bottom:1px solid #e3e3e3;
}
.licheng_box ul li:hover{
    color:#333;
}
.licheng_box ul li span{
    width:90px;
    height:70px;
    display:inline-block;
    font-size:18px;
    background:url(../images/lc_tag.png) no-repeat right center;
    float:left;
}
.licheng_box ul li p{
    display:inline-block;
    width:1100px;
    float:right;
}





.honor{
    padding:30px 0;
}
.honor_box .list_box{
    width:280px;
    display:inline-block;
    float:left;
    margin:0 10px;
    text-align:center;
    margin-bottom:20px;
}
.honor_box .list_box:hover p{
    color:#333;
}
.honor_box .list_box .img_box{
    width:280px;
    height:180px;
}
.honor_box .list_box .img_box div{
    width:280px;
    height:180px;
}
.honor_box .list_box p{
    width:100%;
    height:60px;
    line-height:60px;
    font-size:14px;
    color:#656565;
}








.pages{
    padding:50px 0;
    text-align:center;
}
.pages a{
    height:30px;
    padding:0 10px;
    display:inline-block;
    background:#fff;
    font-size:14px;
    line-height:30px;
    color:#999;
}
.pages a.on,
.pages a:hover{
    color:#524a6a;
    text-decoration: underline;
}





.contact{
    padding-bottom:60px;
}
.contact_box{}
.contact_box .map{
    width:760px;
    height:435px;
    display:inline-block;
    float:right;
    max-width:760px;
}
.contact_box .map img{
    width:100%;
    height:100%;
}
.contact_box .text_box{
    width:380px;
    display:inline-block;
    float:left;
}
.contact_box .text_box h4{
    font-size:16px;
    color:#524a6a;
    padding:5px 0;
}
.contact_box .text_box em{
    font-size:25px;
    font-family: 'Franklin Gothic heavy';
    display:block;
    color:#0076bf;
}
.contact_box .text_box p{
    font-size:13px;
    color:#8e8e8e;
    line-height:28px;
}






.messages{
    padding:20px 0 50px 0;
    background:#f3f3f3;
}
.messages_box{}
.messages_box input.text{
    width:390px;
    height:55px;
    border:1px solid #ccc;
    display:inline-block;
    margin-right:5px;
    text-indent:15px;
    font-size:14px;
}
.messages_box input.cr{
    margin-right:0;
}
.messages_box textarea{
    width:1162px;
    height:190px;
    padding:15px;
    border:1px solid #ccc;
    font-size:14px;
}
.messages_box p{
    padding:10px 0;
}
.messages_box input.submit{
    width:280px;
    height:60px;
    line-height:60px;
    text-align:center;
    background:#0076bf;
    border:none;
    font-size:16px;
    color:#fff;
    font-family: '微软雅黑';
    margin:0 auto;
    display:block;
    cursor:pointer;
}
.messages_box input.submit:hover{
    background:#6c9940;
}









.job{
    padding-bottom:80px;
}
.job .tbox{
    height:55px;
    line-height:55px;
    background:#0076bf;
    font-size:16px;
    color:#fff;
    text-align:center;
}
.job .tbox .col{
    width:20%;
    height:55px;
    float:left;
    display:inline-block;
}
.job .job_list .list_box .hd{
    width:100%;
    height:55px;
    line-height:55px;
    font-size:16px;
    color:#333;
    cursor:pointer;
    text-align:center;
    border-bottom:1px solid #ccc;
}
.job .job_list .list_box .hd .col{
    width:20%;
    height:55px;
    float:left;
    display:inline-block;
}
.job .job_list .list_box .hd span{
    width:55px;
    height:55px;
    display:inline-block;
    background:url(../images/job_tag1.png) no-repeat center center;
}
.job .job_list .list_box .hd:hover,
.job .job_list .list_box .hd.on{
    color:#524a6a;
}
.job .job_list .list_box .hd:hover span,
.job .job_list .list_box .hd.on span{
    background:url(../images/job_tag2.png) no-repeat center center;
}
.job .job_list .list_box .bd{
    font-size:13px;
    color:#6a6a6a;
    line-height:28px;
    padding:20px 35px;
    display:none;
}








.main_htit{
    height:65px;
    line-height:65px;
    font-size:13px;
    color:#666;
    border-bottom:1px solid #ccc;
    width:850px;
}
.main_htit ul a:hover{
    text-decoration: underline;
}
.main_htit ul{
    display:inline-block;
    float:right;
}
.main_htit ul li{
    display:inline-block;
    padding:0 5px;
}
.main_htit ul li:hover,
.main_htit ul li.on{
    color:#524a6a;
}
.main_htit ul li.wz{
    text-indent:20px;
    background:url(../images/dw2_tag.png) no-repeat left center;
}
.main_htit h3{
    display:inline-block;
    float:left;
    font-size:20px;
    color:#0076bf;
}







.sidebar{
    width:260px;
    float:left;
    display:inline-block;
}
.sidebar .htit2{
    width:100%;
    height:130px;
    background:url(../images/case_sbg1.jpg) no-repeat center center;
    background-size:260px 130px;
    text-align:center;
}
.sidebar .htit2 h3{
    font-size:28px;
    color:#fff;
    font-weight:bold;
    display:inline-block;
    margin-top:35px;
}
.sidebar .htit2 p{
    font-size:14px;
    color:#dedede;
    font-family: 'Arial';
    padding:10px 0;
}
.sidebar .sidebar_nav{
    width:100%;
    background:#fff;
    margin-bottom:10px;
}
.sidebar .sidebar_nav>ul>li{
    line-height:55px;
    font-size:15px;
    color:#656565;
    border-bottom:1px solid #e9e9e9;
    text-indent:35px;
}
.sidebar .sidebar_nav>ul>li.on,
.sidebar .sidebar_nav>ul>li:hover{
    background:url(../images/case_nav_gb.jpg) no-repeat left top;
    color:#0076bf;
}
.sidebar .sidebar_nav a{
    display:block;
}
.sidebar .sidebar_nav .sx_nav{
    display:inline-block;
    width:100%;
    display:none;
}
.sidebar .sidebar_nav .sx_nav li{
    line-height:55px;
    font-size:15px;
    color:#656565;
    text-indent:55px;
    background:#f2f2f2;
    border-bottom:1px solid #e9e9e9;
}
.sidebar .sidebar_nav .sx_nav li.on,
.sidebar .sidebar_nav .sx_nav li:hover{
    color:#000;
}



.sidebar .hot_call{
    width:100%;
    height:150px;
    background:url(../images/case_sbg2.jpg) no-repeat center center;
    background-size:260px 150px;
    text-align:center;
}
.sidebar .hot_call h4{
    font-size:14px;
    color:#e5e5e8;
    display:inline-block;
    margin-top:18px;
    width:110px;
    text-align:left;
    padding:9px 0;
}
.sidebar .hot_call p{
    font-size:17px;
    font-weight:bold;
    font-family: 'Arial';
    color:#fff;
    margin-bottom:5px;
}














.case{
    padding:40px 0 50px 0;
    background:#f4f4f4;
}
.case .case_main{
    width:920px;
    float:right;
    display:inline-block;
    background:#fff;
    text-align:center;
    padding-bottom:30px;
}
.case .case_main .main_htit{
    width:850px;
    border-bottom:1px solid #e9e9e9;
    margin:0 auto;
    display:inline-block;
    margin-top:20px;
    margin-bottom:30px;
}
.case .case_main .case_box{
    width:890px;
    margin:0 auto;
}
.case .case_main .case_box .list_box{
    width:260px;
    display:inline-block;
    float:left;
    margin:0 18px;
    text-align:center;
}
.case .case_main .case_box .list_box:hover p{
    color:#524a6a;
}
.case .case_main .case_box .list_box .img_box{
    width:260px;
    height:175px;
    border:1px solid #e1e1e1;
}
.case .case_main .case_box .list_box:hover .img_box{
    box-shadow: 1px 1px 10px #999;
    -moz-box-shadow: 1px 1px 10px #999;
    -webkit-box-shadow: 1px 1px 10px #999;
}
.case .case_main .case_box .list_box .img_box div{
    width:260px;
    height:175px;
}
.case .case_main .case_box .list_box p{
    width:100%;
    height:60px;
    line-height:60px;
    font-size:14px;
    color:#747474;
}






.case_view{
    padding:50px 0;
}
.case_view_slide{
    height:550px;
    position:relative;
}
.case_view_slide .bd{
    width:820px;
    height:550px;
}
.case_view_slide .bd .img_box{
    width:820px;
    height:550px;
}
.case_view_slide .bd .img_box div{
    width:820px;
    height:550px;
}
.case_view_slide .hd{
    width:820px;
    height:120px;
    background:rgba(0,0,0,.8);
    position:absolute;
    left:0;
    bottom:0;
    text-align:center;
}
.case_view_slide .hd li{
    width:122px;
    height:84px;
    float:left;
    margin-left:28px;
    cursor:pointer;
    margin-top:15px;
    display:inline-block;
    border:3px solid #333;
    text-align:center;
}
.case_view_slide .hd li.on{
    width:122px;
    height:84px;
    border:3px solid #726891;
}
.case_view_slide .hd li .img_box{
    width:122px;
    height:84px;
    display:inline-block;
}
.case_view_slide .hd li .img_box div{
    width:122px;
    height:84px;
}
.case_view_slide .hd span.prev,
.case_view_slide .hd span.next{
    width:60px;
    height:90px;
    text-align:center;
    line-height:90px;
    display:inline-block;
    background:rgba(0,0,0,.4);
    font-size:30px;
    color:#fff;
    font-family: '宋体';
    cursor:pointer;
    position:absolute;
    top:-230px;
}
.case_view_slide .hd span.prev{
    left:0;
}
.case_view_slide .hd span.next{
    right:0;
}
.case_view_slide .hd span.prev:hover,
.case_view_slide .hd span.next:hover{
    background:#584d68;
}

.slide_text{
    width:378px;
    height:550px;
    display:inline-block;
    position:absolute;
    top:0;
    right:0;
    text-align:center;
}
.slide_text .list_box{
/*    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity:0;
    filter: alpha(opacity=0);*/
    width:378px;
    height:550px;
    position:absolute;
    left:0;
    top:0;
}
.slide_text .text_box{
    width:310px;
    display:inline-block;
    text-align:left;
}
.slide_text .text_box h4{
    height:90px;
    line-height:90px;
    font-size:20px;
    color:#524a6a;
}
.slide_text .text_box ul{
    padding:10px 0;
    border-top:1px solid #d4d4d4;
    border-bottom:1px solid #d4d4d4;
    margin-bottom:20px;
}
.slide_text .text_box ul li{
    height:30px;
    line-height:30px;
    font-size:13px;
    color:#2f2f2f;
}
.slide_text .text_box ul li span{
    color:#737373;
}
.slide_text .text_box p{
    font-size:13px;
    color:#8c8c8c;
    line-height:31px;
}
.slide_text .ft{
    width:100%;
    height:50px;
    line-height:50px;
    text-align:center;
    font-size:13px;
    color:#fff;
    background:#524a6a;
    display:inline-block;
    position:absolute;
    left:0;bottom:0;
}







.other_case{
    padding-bottom:40px;
}
.other_case h3{
    height:70px;
    line-height:70px;
    font-size:18px;
    color:#524a6a;
    margin-bottom:10px;
    border-top:1px solid #e1e1e1;
}
.other_case_box{}
.other_case_box .list_box{
    width:290px;
    display:inline-block;
    float:left;
    margin-right:12px;
}
.other_case_box .list_box:hover .img_box{
    box-shadow: 1px 1px 10px #999;
    -moz-box-shadow: 1px 1px 10px #999;
    -webkit-box-shadow: 1px 1px 10px #999;
}
.other_case_box .list_box:hover p{
    color:#524a6a;
}
.other_case_box .list_box.cr{
    margin-right:0;
}
.other_case_box .list_box .img_box{
    width:290px;
    height:200px;
    border:1px solid #e1e1e1;
    overflow:hidden;
}
.other_case_box .list_box p{
    text-align:center;
    height:70px;
    line-height:70px;
    font-size:14px;
    color:#7e7e7e;
}






.pro{
    padding:40px 0 50px 0;
    background:#f4f4f4;
}
.pro .pro_main{
    width:920px;
    float:right;
    display:inline-block;
    background:#fff;
    text-align:center;
    padding-bottom:30px;
}
.pro .pro_main .main_htit{
    width:850px;
    border-bottom:1px solid #e9e9e9;
    margin:0 auto;
    display:inline-block;
    margin-top:20px;
    margin-bottom:30px;
}
.pro .pro_main .main_htit .form_box{
    width:265px;
    height:45px;
    display:inline-block;
    position:relative;
    float:right;
}
.pro .pro_main .main_htit .form_box input.text{
    width:210px;
    height:43px;
    display:inline-block;
    border:1px solid #d2d2d2;
    position:absolute;
    left:0;
    top:0;
    text-indent:10px;
}
.pro .pro_main .main_htit .form_box input.submit{
    width:55px;
    height:45px;
    display:inline-block;
    background:#0076bf url(../images/pro_search_btn.png) no-repeat center center;
    position:absolute;
    top:0;right:0;
    cursor:pointer;
}




.pro .pro_main .pro_box{
    width:890px;
    margin:0 auto;
}
.pro .pro_main .pro_box .list_box{
    width:260px;
    display:inline-block;
    float:left;
    margin:0 18px;
    text-align:center;
}
.pro .pro_main .pro_box .list_box:hover p{
    color:#524a6a;
}
.pro .pro_main .pro_box .img_box{
    width:260px;
    height:175px;
    border:1px solid #e1e1e1;
}
.pro .pro_main .pro_box .list_box:hover .img_box{
    box-shadow: 1px 1px 10px #999;
    -moz-box-shadow: 1px 1px 10px #999;
    -webkit-box-shadow: 1px 1px 10px #999;
}
.pro .pro_main .pro_box .img_box div{
    width:260px;
    height:175px;
}
.pro .pro_main .pro_box p{
    width:100%;
    height:60px;
    line-height:60px;
    font-size:14px;
    color:#747474;
}







.prov{
    padding:70px 0;
    border-bottom:1px solid #f2f2f2;
}
.prov_slide{
    width:700px;
    height:330px;
    float:left;
    display:inline-block;
    position:relative;
}
.prov_slide .bd{
    width:480px;
    height:330px;
    display:inline-block;
    text-align:center;
}
.prov_slide .bd li .img_box{
    width:480px;
    height:330px;
}
.prov_slide .bd li .img_box div{
    width:480px;
    height:330px;
}
.prov_slide .hd{
    width:160px;
    height:285px;
    display:inline-block;
    position:absolute;
    right:30px;
    bottom:0;
    padding-top:45px;
}
.prov_slide .hd li{
    width:154px;
    height:99px;
    margin-top:10px;
    cursor:pointer;
    border:3px solid #ddd;
}
.prov_slide .hd li.on{
    border:3px solid #524a6a;
}
.prov_slide .hd li .img_box{
    width:154px;
    height:99px;
}
.prov_slide .hd li .img_box div{
    width:154px;
    height:99px;
}
.prov_slide .hd .prev,
.prov_slide .hd .next{
    width:160px;
    height:45px;
    display:inline-block;
    cursor:pointer;
    position:absolute;
    left:0;
}
.prov_slide .hd .prev{
    background:url(../images/prov_prev.png) no-repeat center center;
    top:0;
}
.prov_slide .hd .next{
    background:url(../images/prov_next.png) no-repeat center center;
    bottom:0;
}



.prov .prov_text{
    width:480px;
    height:330px;
    display:inline-block;
    float:right;
    border-left:1px solid #d2d2d2;
    text-align:center;
}
.prov .prov_text .text_box{
    width:330px;
    display:inline-block;
    text-align:left;
}
.prov .prov_text .text_box h4{
    height:50px;
    line-height:50px;
    font-size:32px;
    color:#524a6a;
    position:relative;
}
.prov .prov_text .text_box h4 i{
    width:6px;
    height:35px;
    display:inline-block;
    background:#524a6a;
    position:absolute;
    left:-75px;
    top:8px;
}
.prov .prov_text .text_box p{
    font-size:14px;
    color:#bababa;
    padding:5px 0;
}
.prov .prov_text .text_box ul{
    padding-top:40px;
}
.prov .prov_text .text_box ul li{
    width:50%;
    display:inline-block;
    float:left;
    line-height:30px;
    font-size:16px;
    background:url(../images/litype.jpg) no-repeat left center;
    text-indent:18px;
}






.prov_info{
    border-bottom:1px solid #f2f2f2;
    text-align:center;
    padding:40px 0;
}
.prov_info .prov_info_box{
    width:1120px;
    display:inline-block;
    text-align:left;
    padding-bottom:20px;
}
.prov_info .prov_info_box h4{
    font-size:20px;
    color:#524a6a;
    margin-bottom:35px;
}
.prov_info .prov_info_box p{
    font-size:14px;
    color:#6b6b6b;
    line-height:28px;
}








.oter_prov{
    padding-bottom:40px;
}
.oter_prov h3{
    height:80px;
    line-height:80px;
    font-size:18px;
    color:#524a6a;
}
.oter_prov{}
.oter_prov .list_box{
    width:290px;
    display:inline-block;
    float:left;
    margin-right:12px;
}
.oter_prov .list_box:hover .img_box{
    box-shadow: 1px 1px 10px #999;
    -moz-box-shadow: 1px 1px 10px #999;
    -webkit-box-shadow: 1px 1px 10px #999;
}
.oter_prov .list_box:hover p{
    color:#524a6a;
}
.oter_prov .list_box.cr{
    margin-right:0;
}
.oter_prov .list_box .img_box{
    width:290px;
    height:200px;
    border:1px solid #e1e1e1;
    overflow:hidden;
}
.oter_prov .list_box p{
    text-align:center;
    height:70px;
    line-height:70px;
    font-size:14px;
    color:#7e7e7e;
}






.jishu{
    background:#f4f4f4;
    padding:60px 0;
}
.jishu_main{
    float:right;
}
.jishu_main{
    width:920px;
    float:right;
    display:inline-block;
    background:#fff;
    text-align:center;
    padding-bottom:30px;
}
.jishu_main .main_htit{
    width:850px;
    border-bottom:1px solid #e9e9e9;
    margin:0 auto;
    display:inline-block;
    margin-top:20px;
    margin-bottom:30px;
}
.jishu_main .jishu_box{
    width:850px;
    margin:0 auto;
    padding-bottom:30px;
    text-align:center;
}




.jishu_list{
}
.jishu_list .container{
    width:1300px;
}
.jishu_list .main_htit{
    width:100%;
}
.jishu_list_box{
}
.jishu_list_box table{
    width:100%;
    text-align:center;
}
.jishu_list_box table th{
    height:55px;
    background:#524a6a;
    line-height:55px;
    color:#fff;
    font-size:14px;
    font-weight:normal;
}
.jishu_list_box table td{
    height:70px;
    line-height:70px;
    border-bottom:1px solid #ccc;
    color:#7f7f7f;
    font-size:14px;
}
.jishu_list_box table tr:hover{
    background:#eee;
}





/*news*/
.news_main{
    float:right;
}
.news_main{
    width:920px;
    float:right;
    display:inline-block;
    background:#fff;
    /*text-align:center;*/
    padding-bottom:30px;
}
.news_main .main_htit{
    width:850px;
    border-bottom:1px solid #e9e9e9;
    margin:0 auto;
    /*display:inline-block;*/
    margin-top:20px;
    margin-bottom:30px;
	text-align:center;
}
.news_main .news_box{
    width:850px;
    margin:0 auto;
    padding-bottom:30px;
    /*text-align:center;*/
}



.section__body .news-list li {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden;
}
.section__body .news-list li .news-picBox {
    display: inline-block;
    width: 266px;
    height: 181px;
    overflow: hidden;
}
.section__body .news-list li .news-picBox img {
    width: 100%;
    height: 100%;
}
.section__body .news-list li .news-content {
    width: 530px;
    height: 181px;
    float: right;
	text-align: left;
}
.section__body .news-list li .news-content__title {
    color: #323232;
    font-size: 18px;
    padding-top: 8px;
    margin-bottom: 5px;
}
.section__body .news-list li .news-content__publish {
    color: #848484;
    font-size: 15px;
    margin-bottom: 24px;
}
.section__body .news-list li .news-content__text {
    font-size: 15px;
    color: #4e4e4e;
}
.section__body .news-list li .news-content__title .link:hover {
    border-bottom: 2px solid #acacac;
}
.section__body .news-list li .news-content__text .link:hover {
    text-decoration: underline;
}
/*news-details*/
.section__body .news-details__title {
    color:#252525;
    font-size:18px;
    text-align:center;
}
.section__body .news-details__meta {
    font-size:15px;
    color:#848484;
    text-align:center;
    margin-top:5px;
    margin-bottom:32px;
}
.section__body .news-details__meta  span {
    margin:0 8px;
}
.section__body .news-details__content {
    line-height:25px;
}
.section__body .news-details__content h4 {
    font-size:15px;
    color:#404040;
    font-weight:bold;
}
.section__body .news-details__content img {
    display:block;
    width:100%;
}
.section__body .news-details__content p {
    color:#404040;
    font-size:15px;
}


.section__body .pic-group .pic-box .caption {
    height:52px;
    line-height:52px;
    text-align:center;
    color:#404040;
    font-size:15px;
}
.section__footer .page {
    text-align:center;
    height:38px;
    margin-bottom:60px;
}
.section__footer .page__item {
    display:inline-block;
    width:36px;
    height:36px;
    line-height:36px;
    border-radius:4px;
    border:1px solid #bfbfbf;
    font-size:16px;
    margin:0 2px;
}
.section__footer .page__prev,.section__footer .page__next {
    font-family:"宋体";
}
.section__footer .page__item--active {
    background:#3d3d3d;
    border-color:#3d3d3d;
    color:#fff;
}
.section__footer .simple-page {
    margin: 38px 0;
    color: #404040;
    padding: 16px 0;
    font-size: 15px;
    border-top: 1px solid #dcdcdc;
}
.section__footer .simple-page__prev {
    margin-right: 28px;
}
.section__footer .other-page {
    font-size: 0;
    -webkit-text-size-adjust:none;
    margin: 65px 0;
}
.section__footer .other-page__prev,.section__footer .other-page__next {
    display:inline-block;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    height:45px;
    line-height:45px;
    width:404px;
    text-align:center;
    border:1px solid #c69a4c;
    font-size:15px;
    color:#404040;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
}
.section__footer .other-page__prev {
    margin-right:20px;

}
.section__footer .other-page__prev:hover,.section__footer .other-page__next:hover {
    background:#c69a4c;
    color:#fff;
}




