html{width: 100%;min-width:1200px;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{padding:0;margin:0}
body,button,input,select,textarea{font:14px/1.5 Microsoft Yahei,arial,sans-serif}
body{padding-top:100px;width: 100%;background:#fff;-webkit-font-smoothing: antialiased;color:#333;}
h1,h2,h3,h4,h5,h6,button,input,select,textarea{font-size:100%}
address,cite,dfn,em,var{font-style:normal}
code,kbd,pre,samp{font-family:courier new, courier, monospace}
small{font-size:12px}
ul,ol{list-style:none}
hr{border: none;height: 1px}
a{color:inherit;text-decoration:none;outline:none;background-color: transparent}
a:hover,a:active{outline: none;text-decoration: none}
img{border:none}
b,strong{font-weight: bold}
table{border-collapse:collapse}
td,th{border: 1px solid #333}
input,input:focus{border: none;outline: none}
input[type="submit"]{cursor: pointer}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}
.tans05{-webkit-transition: all .5s;-moz-transition: all .5s;transition: all .5s}
.tans1{-webkit-transition: all 1s;-moz-transition: all 1s;transition: all 1s}
.tans15{-webkit-transition: all 1.5s;-moz-transition: all 1.5s;transition: all 1.5s}
.tans2{-webkit-transition: all 2s;-moz-transition: all 2s;transition: all 2s}
.b{display: block;width: 100%;height: 100%}
.nclk{pointer-events: none}
.cl{clear: both}
.cl:after{content: "";clear: both;display: table}
.fl{float: left}
.fr{float: right}
.ws{overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
.p{padding: 0 calc(50% - 600px)}
/*动画*/
.ani-b-s{opacity: 0;-webkit-transform: translate(0, 50px);-moz-transform: translate(0, 50px);transform: translate(0, 50px)}
.ani-b-t{opacity: 0;-webkit-transform: translate(0, -50px);-moz-transform: translate(0, -50px);transform: translate(0, -50px)}
.ani-l{opacity: 0;-webkit-transform: translate(-200px, 0);-moz-transform: translate(-200px, 0);transform: translate(-200px, 0)}
.ani-r{opacity: 0;-webkit-transform: translate(200px, 0);-moz-transform: translate(200px, 0);transform: translate(200px, 0)}
.ani-b{opacity: 0;-webkit-transform: translate(0, 200px);-moz-transform: translate(0, 200px);transform: translate(0, 200px)}
.ani-o{opacity: 0;-webkit-transform: scale(0, 0);-moz-transform: scale(0, 0);transform: scale(0, 0)}
/*首页-----------------------------------------------------------*/
.header{
    height: 100px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: white;
    box-shadow: 0 0 1px rgba(0,0,0,.3);
    text-align: center;
    min-width: 1300px;
}
.header-con{
    max-width: 1440px;
    height: 100%;
    display: inline-block;
    vertical-align: top;
}
.logo{
    width: 290px;
    height: 100%;
    margin-right: 40px;
}
.nav-list{
    height: 100%;
}
.nav-list li{
    float: left;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    position: relative;
    padding: 35px 30px;
}
.nav-list li.active,
.nav-list li a:hover{
    color: #f90;
}
.nav-list li + li:before{
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    background: #999;
    left: 0;
    top: 45px;
}
.header-tel{
    padding-top: 25px;
    text-align: center;
    color: #f90;
    margin-left: 20px;
}
.header-tel span{
    display: inline-block;
    vertical-align: top;
    padding-left: 35px;
    font-size: 16px;
    background: url("../images/header_tel.png") no-repeat left center;
}
.header-tel p{
    font-size: 25px;
}
@media all and (max-width: 1440px) {
    .logo{
        margin-right: 20px;
    }
    .nav-list li{
        padding: 35px 15px;
    }
}
.banner{
    height: 560px;
    position: relative;
    overflow: hidden;
}
.banner-con{
    width: 1920px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    z-index: 9;
}
.plist{
    padding-top: 50px;
    overflow: hidden;
    padding-bottom: 50px;
}
.plist-list li{
    float: left;
    width: 380px;
    height: 455px;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}
.plist-list li + li{
    margin-left: 30px;
}
.plist-list li img{
    -webkit-transition: all .8s;
    transition: all .8s;
}
.plist-info{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    padding: 36px;
}
.plist-info-title{
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.plist-info-btm{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    line-height: 30px;
    height: 246px;
    padding: 180px 36px 36px;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.8));
}
.plist-info-btm p{
    float: left;
    font-size: 24px;
    color: white;
}
.plist-info-btm span{
    font-size: 15px;
    float: right;
    color: #1395e0;
    padding-left: 36px;
    background: url("../images/plist_more.png") no-repeat left center;
}
.plsit-line{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 10px solid #f90;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    z-index: 10;
}
.plist-list li:hover .plsit-line{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.plist-list li:hover img{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.plist-list li:hover .plist-info-btm p{
    color: #f90;
}
.plist-list li:hover .plist-info-btm span{
    color: #f90;
    background: url("../images/plist_more_a.png") no-repeat left center;
}
.about{
    background: url("../images/about_bg.jpg") no-repeat center top;
    height: 606px;
    padding-top: 65px;
}
.about-info{
    width: 715px;
    color: white;
}
.about-info>h3{
    font-size: 38px;
    margin-bottom: 10px;
}
.about-len{
    line-height: 29px;
    margin-bottom: 10px;
}
.about-len img{
    vertical-align: top;
    margin-right: 10px;
}
.about-len span{
    font-size: 18px;
}
.about-info-con{
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 15px;
}
.about-more{
    display: block;
    background: url("../images/about_more.png") no-repeat;
    width: 183px;
    height: 56px;
}
.about-more:hover{
    background-position: -231px 0;
}
.pro{
    margin-top: -25px;
    margin-bottom: 50px;
}
.title{
    text-align: center;
    color: #1395e0;
    margin-bottom: 25px;
}
.title h3{
    position: relative;
    font-size: 38px;
    line-height: 65px;
}
.title h3:after{
    content: "";
    position: absolute;
    width: 88px;
    height: 4px;
    background: #1395e0;
    left: 50%;
    margin-left: -44px;
    bottom: -4px;
}
.title p{
    font-size: 15px;
    letter-spacing: 5px;
    font-weight: bold;
    line-height: 40px;
    text-transform: uppercase;
}
.pro-list li,
.i-p-list li{
    float: left;
    width: 285px;
    height: 285px;
    position: relative;
    margin: 0 20px 60px 0;
}
.pro-list li:nth-child(4n),
.case-list li:nth-child(4n),
.i-p-list li:nth-child(4n),
.i-c-list li:nth-child(4n){
    margin-right: 0;
}
.pro-list li p,
.i-p-list li p{
    position: absolute;
    width: 264px;
    line-height: 50px;
    color: white;
    background: #82d0fc;
    bottom: -25px;
    padding: 0 10px;
    left: 50%;
    margin-left: -132px;
    font-size: 16px;
    text-align: center;
}
.pro-list li:hover p,
.i-p-list li:hover p{
    background: #f90;
}
.pro-more{
    display: block;
    width: 260px;
    height: 56px;
    background: url("../images/pro_more.png") no-repeat;
    margin: 0 auto;
    -webkit-transition: transform 1s,opacity 1s;
    transition: transform 1s,opacity 1s;
}
.pro-more:hover{
    background-position: -301px 0;
}
.case,
.news{
    margin-bottom: 50px;
}
.case-list li,
.i-c-list li{
    float: left;
    width: 285px;
    margin: 0 20px 40px 0;
}
.case-list li img,
.i-c-list li img{
    display: block;
    width: 100%;
    height: 410px;
}
.case-info{
    background: #ebebeb;
    padding: 10px 10px 15px;
    text-align: center;
}
.case-info p{
    font-size: 16px;
    line-height: 30px;
}
.case-info>span{
    display: inline-block;
    vertical-align: top;
    width: 95px;
    height: 24px;
    background: url("../images/case_more.png") no-repeat;
    background-position: -305px 0;
}
.case-list li:hover .case-info>span,
.i-c-list li:hover .case-info>span{
    background-position: 0 0;
}
.case-list li:hover .case-info p,
.i-c-list li:hover .case-info p{
    color: #f90;
}
.news-imp{
    margin-bottom: 30px;
}
.news-imp li{
    height: 184px;
    width: 575px;
}
.news-imp li img{
    float: left;
    width: 184px;
    height: 100%;
}
.news-imp-info{
    float: left;
    width: 391px;
    background: #efefef;
    padding: 25px 30px 0 20px;
    height: 100%;
}
.news-imp-info h3{
    font-size: 16px;
    margin-bottom: 10px;
}
.news-imp-info p{
    line-height: 22px;
    height: 66px;
    overflow: hidden;
}
.news-imp-info span{
    display: block;
    width: 96px;
    line-height: 24px;
    background: #1395e0;
    color: white;
    border-radius: 5px;
    text-align: center;
    margin-top: 10px;
}
.news-imp li:hover .news-imp-info h3{
    color: #f90;
}
.news-imp li:hover .news-imp-info span{
    background: #f90;
}
.news-list li{
    line-height: 50px;
    border-bottom: 1px dashed #999;
}
.news-list li p{
    float: left;
    width: 850px;
    font-size: 16px;
    padding-left: 40px;
    background: url("../images/news_li_a.png") no-repeat left 20px center;
}
.news-list li span{
    float: right;
    margin-right: 20px;
}
.news-list li:hover,
.nav-btm li a:hover{
    color: #f90;
}
.news-list li:hover p{
    background: url("../images/news_li.png") no-repeat left 20px center;
}
.footer{
    text-align: center;
    color: white;
}
.footer-con{
    border-top: 1px solid #3db8fe;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 28px;
    background: #1395e0;
}
.footer-con p img{
    position: relative;
    vertical-align: top;
    top: 7px;
}
.footer-con p i{
    border-left: 1px solid currentColor;
    margin-left: 10px;
    padding:12px 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.footer-con p a:hover{
    text-decoration: underline;
}
.nav-btm{
    background: #0880c6;
}
.nav-btm li{
    display: inline-block;
    vertical-align: top;
    padding: 20px 0;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    margin: 0 45px;
}
.contact{
    padding: 30px;
    background: #1395e0;
    line-height: 50px;
    border-bottom: 1px solid #016ba8;
}
.contact li{
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-weight: bold;
    padding-left: 40px;
    margin: 0 60px;
}
.contact-tel{
    background: url("../images/contact_tel.png") no-repeat left center;
}
.contact-add{
    background: url("../images/contact_add.png") no-repeat left center;
}
.contact-mas{
    background: url("../images/contact_mas.png") no-repeat left center;
}
.back-top{
    position: fixed;
    right: 30px;
    opacity: .3;
    background: url("../images/back_top.png") no-repeat;
    width: 66px;
    height: 74px;
    bottom: 285px;
    cursor: pointer;
    z-index: 999;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.back-top:hover{
    opacity: 1;
}
.i-banner{
    height: 280px;
    position: relative;
    overflow: hidden;
}
.i-banner img{
    display: block;
    position: absolute;
    width: 1920px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -960px;
}
.pages{
     clear: both;
     text-align: center;
     overflow: hidden;
     margin:20px auto 0;
     font-size: 0;
 }
 .pages div{font-size: 16px;}
.pages a,
.pages span{
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 16px;
    background-color: #e8e8e8;
    border-radius: 4px;
    line-height: 50px;
    text-align: center;
    margin-right: 4px;
    font-weight: bold;
}
.pages a:last-child{
    margin-right: 0;
}
.pages a.page_top,
.pages a.page_bottom{
    font-family: "宋体";
    font-weight: normal;
}
.pages span,
.pages a:hover{
    color: white;
    background: #333;
}
.i-title{
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px;
}
.i-title>h3{
    font-size: 26px;
    line-height: 90px;
    margin-bottom: -1px;
}
.i-title>h3 span{
    font-size: 52px;
    color: #1395e0;
    font-weight: normal;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    line-height: 80px;
}
.i-list{
    padding-top: 48px;
    margin-bottom: -1px;
}
.i-list li{
    float: left;
    font-size: 18px;
    line-height: 40px;
    border-bottom: 2px solid transparent;
}
.i-list li.active,
.i-list li:hover{
    font-weight: bold;
    color: #1395e0;
    border-bottom-color: #1395e0;
}
.i-list li + li{
    margin-left: 50px;
}
.i-wrap{
    padding-bottom: 60px;
}
.i-wrap .i-list{ padding-top: 0px;
    margin-bottom: 31px;
	
	}
	.i-wrap .i-list li{font-size:16px;}
.i-a-title{
    font-size: 20px;
    margin-bottom: 10px;
}
.i-a-title span{
    font-size: 28px;
    color: #f90;
}
.i-a-con{
    font-size: 16px;
    line-height: 35px;
    text-indent: 2em;
}
.i-e{
    margin-bottom: 40px;
    margin-top: -40px;
    background: linear-gradient(to right,#f7f7f7 50%,#ededed 50%);
}
.i-e-list{
    padding-top: 50px;
    padding-bottom: 20px;
}
.i-e-list li{
    float: left;
    width: 50%;
    padding: 0 20px;
    margin-bottom: 50px;
}
.i-e-time{
    float: left;
    width: 70px;
    text-align: center;
    color: #999;
}
.i-e-time b{
    font-size: 46px;
    line-height: 50px;
}
.i-e-info{
    float: right;
    width: 470px;
}
.i-e-info h3{
    font-size: 16px;
    margin-bottom: 5px;
}
.i-e-info p{
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #666;
}
.i-e-list li a:hover .i-e-time,
.i-e-list li a:hover .i-e-info,
.i-e-list li a:hover .i-e-info p{
    color: #1395e0;
}
.i-n-imp{
    height: 260px;
    margin-bottom: 30px;
}
.i-n-imp img{
    float: left;
    width: 450px;
    height: 100%;
}
.i-n-info{
    padding: 30px 30px  0 480px;
    height: 100%;
    background: #f2f2f2;
}
.i-n-info>span{
    font-size: 15px;
    color: #999;
    margin-bottom: 10px;
}
.i-n-info>span>b{
    font-size: 32px;
}
.i-n-info>h3{
    font-size: 16px;
    margin-bottom: 10px;
}
.i-n-info>p{
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    margin-bottom: 10px;
}
.i-n-info>a{
    display: block;
    width: 115px;
    line-height: 35px;
    color: white;
    background: #333;
    border-radius: 18px;
    text-align: center;
    font-size: 15px;
}
.i-n-info>h3 a:hover{
    color: #1395e0;
}
.i-n-info>a:hover{
    background: #1395e0;
}
.i-n-list{
    margin-bottom: 30px;
}
.i-n-list li{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.i-n-list li h3{
    font-size: 16px;
    margin-bottom: 5px;
}
.i-n-list li p{
    line-height: 26px;
    height: 52px;
    color: #666;
    margin-bottom: 5px;
}
.i-n-list li span{
    color: #1395e0;
}
.i-n-list li a:hover,
.i-n-list li a:hover p{
    color: #1395e0;
}
.i-co{
    text-align: center;
}
.i-co>h3{
    font-size: 24px;
    margin-bottom: 20px;
}
.i-co-list li{
    display: inline-block;
    vertical-align: top;
    padding-left: 40px;
    font-size: 18px;
    width: 400px;
    line-height: 3;
    text-align: left;
}
.i-co-list li.i-co-add{
    background: url("../images/i_co_add.png") no-repeat left center;
}
.i-co-list li.i-co-phone{
    background: url("../images/i_co_phone.png") no-repeat left center;
}
.map{
    margin-top: 40px;
    overflow: hidden;
    height: 500px;
}


.r{ float:right;}
.l{ float:left;}
a{ outline:none;}
.ws{overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
/* .p{padding: 0 calc(50% - 550px)} */
.blue{ color:#1395e0;}
.mar_20{margin-top:20px;}
.ny_pad{ min-height:300px;  overflow:hidden; }
.ny_pad img{max-width: 100%;}
.ny_news_ct88{padding:0px 0px 30px; line-height:30px; text-align: left;}
.ny_news_ct88 .info{ padding-bottom: 10px; margin-bottom: 0; overflow: hidden; }
.ny_news_ct88 .info p{text-indent: 0;float: left;background:#ccc; padding:2px 5px; margin-right:8px;  overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.ny_news_tl88 li{text-align:center; height:40px; line-height:40px;}
.ny_news_tl88 .new_title{font-size:18px; font-weight:bold; border-bottom:1px solid #ddd; white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
.ny_news_tl88 span{padding:0 5px; color:#999;}
.ny_news_ct88 p{ text-indent: 24px; }
.news_fy{padding:10px 50px 0; height:55px; border-top:#ccc solid 1px;position: relative;z-index: 999;text-align: left;}
.news_fy_l{width:300px;}
.news_fy_l li{height:24px; line-height:24px;}
.news_fy_l span{font-weight:bold;}
.news_fy_r{height:35px; overflow:hidden; padding-top:12px; width:200px;}
.news_fy_r .bdsharebuttonbox{float: right;}

caption{font-size: 20px;line-height: 35px;}
.feedback_table{border-collapse:collapse; color:#696969}
.feedback_table h4,.feedback_table h3{color: #666;}
.feedback_table tr td{padding: 5px 5px 5px 20px; }
.feedback_table tr td:nth-child(2){text-align: left; }
.feedback_table tr td{ border: 1px solid #ececec;line-height: 40px;}
.feedback_table tr td input[type=submit]{background-color: #DD1F2B; color: #fff;}
.feedback_table tr td .bt{ width: 85px; height:35px;  border-radius: 5px; cursor: pointer;}
.feedback_table tr td input,.feedback_table tr td textarea{padding:3px 5px;color: #666; margin:0 10px; border: 1px solid #ececec; width: 50%;border-radius: 3px;}
.feedback_table tr td #address{height: 30px; width: 80%; line-height: 15px; }
.feedback_table tr td textarea{margin:10px 0px 10px 10px; width: 80%; border-radius: 20px;}

.sub{width: 320px;white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}

.news_image{ padding:20px 0; position:relative;}
.news_image img{ border-radius:4px; display:block; margin:0 auto;max-width:100%; max-height: 100%}
.news_image #pre1{position:absolute; display:block; width:50%; height:100%; top:0; z-index:9; cursor: url(/images/1.cur?t=844888),auto;}
.news_image #next1{position:absolute;display:block; width:50%; height:100%; top:0; left:50%;z-index:9;cursor: url(/images/2.cur?t=844888),auto;}
 
/*翻页*/
.fy{height:32px;line-height:32px; text-align:center; width:100%; clear: both;}
.fy a,.fy span{padding:5px 11px;border:#aaa solid 1px;margin:0 7px;background-color:#f5f5f5; color: #666;}
.fy span,.fy a:hover{color:#008DD1;border: #008DD1 solid 1px;}
.flink a{ margin:0 5px;}
 
 /*job*/
.job_tab{border-top: #999 solid 1px;border-right: #999 solid 1px;}
.job_tab td{line-height: 40px;border-left: #999 solid 1px;border-bottom: #999 solid 1px;padding-left: 24px;}
.job_ct{padding: 24px 24px 24px 0;}
.td_back{background: #f6f6f6;}
.job_go{height: 30px;line-height: 30px;text-align: center;color: #ff3300;padding: 10px 0;}

