/*通用*/
ul,li,a,em,i{
    list-style: none;
    margin:0;
    padding:0;
}

*{
    /*font:12px/1.5 Microsoft YaHei, \5b8b\4f53, tahoma, arial, sans-serif;*/
    font:14px/1.5 'Hiragino Sans GB', 'Open Sans', Arial, 'Microsoft YaHei', 微软雅黑, STHeiti, 'WenQuanYi Micro Hei', SimSun, sans-serif;'Hiragino Sans GB', 'Open Sans', Arial, 'Microsoft YaHei', 微软雅黑, STHeiti, 'WenQuanYi Micro Hei', SimSun, sans-serif;
}
input:focus{outline:none;}
a,a:hover,a:link{
    text-decoration: none;
}
a:focus{
    border:none;
}
*:hover{
    transition: .8s;
    -webkit-transition: .8s;
}
body{
    /*min-width:1000px;*/
    overflow-x:hidden;
}

.myCarousel {
    height:550px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{
    width:100%;
    min-height: 550px;
}

.carousel-inner .item .hidden-xs{
    height:550px;width:100%;
}

.clear{
    clear:both;
}
/*首页 header*/
.container{
    max-width:1200px;
    margin:0 auto;
    padding-left:0;
    padding-right:0;
}

.navbar-toggle{
    background:#1B3F9B;
}

.icon-bar{
    background:white;
}

/**/

/*index-banner*/
.carousel-indicators{
    bottom:0;
}

.carousel-indicators li{
    width:12px;
    height:12px;
    background:#fff;
    box-shadow:2px 2px 5px #666;
    border:1px solid #eee;
    border-radius:50%;
}

.carousel-indicators .active{
    width:12px;
    height:12px;
    background:#1674CB;
    border:1px solid #115ca1;
    border-radius:50%;
    margin:1px;
}

.carousel-caption.banner1{
    background:rgba(0,0,0,.3);
    color:white;
    padding:10px;
    border-left:12px solid #fe9a3c;
    z-index:10;
    text-align:left;
    max-width:350px;
    margin-bottom:260px;
    left:30%;
}

.carousel-caption span{
    color:white;
    display:block;
    overflow:hidden;
}

.carousel-inner>.item>img{
    height:550px;
}

.carousel-caption.banner2 {
    color: white;
    padding: 10px;
    z-index: 10;
    text-align: left;
    margin-bottom: 100px;
    left: 50%;
}

.carousel-caption.banner3 {
    color: white;
    padding: 10px;
    z-index: 10;
    text-align: left;
    margin-bottom:100px;
    left:25%;
}

/*分页*/
.pageNavi {
    padding: 30px 0 25px 0;
    margin: 10px auto 0;
    width: 100%;
    text-align: center;
    color:#6f6f6f;
}

.pageNavi li{display:inline-block}

.pageNavi li a{
    display:inline-block;
    color:#6f6f6f;
}
.pageNavi li strong{
    font-weight:bold;
}

.pageNavi li a:hover{
    color:#ff2222;
}
.met_page a,.met_page i{
    color:#666;
    display:block;
    float:left;
    height:22px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.met_page a:hover{
    color:#ff2222;
}

.met_page .pageleft{
    width:100%;
    height:22px;
    overflow:hidden;
}

.met_page .pageright{
    overflow:hidden;
    height:22px;
    width:100%;
}
.met_page a{
    width:80%;
}

.met_page{
    overflow:hidden;
    width:100%;
    margin:0 auto;
    margin-top:30px;
}

/*inner-banner*/
.inner-banner{
    max-width:1920px;
    margin:0 auto;
    height:400px;
    background:center;
}

/******/
.carousel-inner .hidden-xs{
    transform: scale(1.2);
    -webkit-transform:scale(1.2) ;
    -webkit-transition: all 4s linear;
    transition: all 4s linear;
}


 

.carousel-inner .active .hidden-xs{
    transform: scale(1.0);
    -webkit-transform:scale(1.0) ;
    -webkit-transition: all 4s linear;
    transition: all 4s linear;
}

/*.fixTop{*/
    /*position:fixed;*/
    /*top:0;*/
    /*margin:0 auto;*/
    /*width:100%;*/
    /*z-index: 999999;*/
/*}*/

/*2018.1.31*/
.inner-banner{
    max-width:1920px;
    margin:0 auto;
    height:400px;
    background-position:center;
}


#sitemap{
    width:100%;
    height:350px;
    border:1px solid #ccc;
}
#sitemap label{
    max-width:none !important;
}


/**/
#scroll-top{
    position:fixed;
    display:none;
    bottom: 10px;
    right: 25px;
    z-index: 9;
}
#scroll-top a{
    text-align:center;
    text-decoration:none;
    color:#d1d1d1;
    display:block;
    width:64px;
    /*使用CSS3中的transition属性给跳转链接中的文字添加渐变效果*/
    -moz-transition:color 1s;
    -webkit-transition:color 1s;
    -o-transition:color 1s;
}
#scroll-top a:hover{
    color:#979797;
}
#scroll-top a{
    background:transparent url(../images/backtop.png) no-repeat;
    border-radius:6px;
    display:block;
    height:40px;
    width:40px;
    /*使用CSS3中的transition属性给<span>标签背景颜色添加渐变效果*/
    -moz-transition:background 1s;
    -webkit-transition:background 1s;
    -o-transition:background 1s;
}

#scroll-top a:hover{
    background:transparent url(../images/backtop_hover.png) no-repeat;
    display:block;
    height:40px;
    width:40px;
    border-radius:6px;
    transition: all .6s;
    -webkit-transition:  all .6s;;
}

/******轮播*********/
.index-banner ul li.banner{
    background:url(../images/banner.jpg) no-repeat center center;
}
.index-banner ul li.banner1{
    background:url(../images/banner1.jpg) no-repeat center center;
}
.index-banner ul li.banner2{
    background:url(../images/banner2.jpg) no-repeat center center;
}
.index-banner ul li.banner3{
    background:url(../images/banner3.jpg) no-repeat center center;
}




/*banner*/
.index-banner{
    overflow:hidden;
    position:relative;
    z-index: 1;
}

#full-screen-slider {
    width:100%;
    height:700px;
    float:left;
    position:relative
}

#slides {
    display:block;
    width:100%;
    height:700px;
    list-style:none;
    padding:0;
    margin:0;
    position:relative
}

#slides li {
    display:block;
    width:100%;
    height:100%;
    list-style:none;
    padding:0;
    margin:0;
    position:absolute;
}

#slides li a {
    display:block;
    /*text-indent:-9999px;*/
    width: 100%;
    height:700px;
    left: 0;
    top: 0;
}

#pagination {
    display:block;
    list-style:none;
    position:absolute;
    left:51%;
    top:670px;
    z-index:9900;
    padding:5px 5px 5px 0;
    margin:0;
}

#pagination li {
    display:block;
    list-style:none;
    width:12px;
    height:12px;
    float:left;
    margin-left:10px;
    border-radius:50%;
    background:#FFF;
    box-shadow:1px 1px 5px #333;
}

#pagination li a {
    display:block;
    width:100%;
    height:100%;
    padding:0;
    margin:0;
    text-indent:-9999px;
}

#pagination li.current {
    background:#E00029;
}

.full-screen-slider li a{
    display:inline-block;
    color:#fff;
    background:#072958;
    width: 190px;
    height:40px;
    text-align:center;
    line-height:40px;
    position:absolute;
    left:50px;
    bottom:200px;

}

.full-screen-slider li {
    position:relative;
}
/******end 轮播*********/

.navbg a {
    color: white;
    background:#1e63b0;
    border-radius: 3px;
    border: none;
}
/******begin 内页**********/
/*内页 面包屑导航*/
.navigation{
    color: #666666;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom:1px dashed #ccc;
}
.navigation a {
    color: #666666;
    display: inline-block;
}
.navigation a:hover,.navigation a:last-child{
    color:#DA7200;
}

    /*news*/
.newslist {
    overflow: hidden;
}
.news-list-l {
    margin-top: 20px;
}

.news-list-l ul li:first-child a {
    color: white;
    background:#DA7200;
    border-radius: 3px;
    border: none;
}
.news-list-l ul li:first-child a:hover{
    background:#DA7200;
    cursor: inherit;
    transition: 0s;
}
.news-list-l ul li a {
    color: #666666;
    max-width: 210px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    display: block;
    font-size: 16px;
    border-bottom: 1px dashed #1e63b0;

}

.news-list-l ul .news-list-active a, .news-list-l ul li:hover a {
    border-bottom: 1px dashed #1e63b0;
}

.news-list-l ul li a:hover{
    /*background:#023797;*/
    color:#fff;
    border-radius:3px;
    transition: .8s;
    z-index: 10;

}

.news-list-l ul li{
    margin-top:10px;
}
.news-r-title {
    float: left;
    color: #1e63b0;
    border-bottom: 4px solid #1e63b0;
    padding-right: 80px;
    text-align: left;
    line-height: 40px;
    margin-top: 1px;
    font-size: 20px;
    font-weight: 600;
}
.news-r-bord {
    clear: both;
    height: 1px;
    background: #bfbfbf;
    width: 100%;
    margin-bottom: 20px;
}
.news-list-ul {
    margin-top: 20px;
}
.news-list-ul li {
    margin-top: 10px;
    margin-bottom: 10px;
}
.news-list-ul li a {
    overflow: hidden;
    display: block;
}
.news-list-ul li a span {
    float: left;
    width: 70%;
    text-align: left;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
    color: #333333;
    display: block;
    font-size: 14px;
}
.news-list-ul li a i {
    float: right;
    color: #333333;
    display: block;
}
.news-list-ul li:hover span,.news-list-ul li:hover i{
    color:#DA7200;
}

/*分页*/
.pageNavi {
    padding: 10px 0 25px 0;
    margin: 10px auto 0;
    width: 100%;
    text-align: center;
    color:#6f6f6f;
}

.pageNavi li{display:inline-block}

.pageNavi li a{
    display:inline-block;
    color:#6f6f6f;
}
.pageNavi li strong{
    font-weight:bold;
}

.pageNavi li a:hover{
    color:#DA7200;
}
.met_page a,.met_page i{
    color:#666;
    display:inline-block;
    height:22px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.met_page a:hover{
    color:#DA7200;
}

.news-detail-title {
    font-size: 24px;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
    line-height: 30px;
    /* height: 60px; */
    overflow: hidden;
}
.news-detail-second-t {
    color: #666666;
    width: 100%;
    text-align: center;
    padding-bottom:10px;
    border-bottom:1px dotted #ccc;
    margin-bottom:15px;
}

.news-list-r img{
    display:block;
    /*margin:auto;*/
}
.news-list-r{
    padding-bottom:30px;
    margin-top:20px;
}

.met_page{
    overflow:hidden;
    color:#666;
    margin: 50px 10% 0 0%;
    width:100%;
}

/*product*/
.product ul li a{
    display:block;
}
.product ul{
    overflow:hidden;
}
.product ul li a .product-img{
    border:1px solid #cccccc;
}
.product ul li a img{
    display:block;
    width:100%;
    margin:0 auto;
    height:200px;

}
.product ul li a span{
    display:block;
    text-align: center;
    height:30px;
    overflow:hidden;
    line-height:30px;
    width:100%;
    color:#2c2c2c;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product ul li:hover .product-img{
    border:1px solid #0A4265;
}

.product-detail h1{
    font-size: 24px;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
    line-height: 30px;
    /* height: 60px; */
    overflow: hidden;
    margin-bottom:0px;
}

.news-list-l ul li{
    margin-top:5px;
    position:relative;
    /*border-bottom: 1px dashed #c9c9c9;*/
}
.news-list-l ul li a{
    border-bottom:1px dashed #ccc;
    z-index: 9;
}
.news-list-l ul li:hover a {
    color: white;
    /*background: #fff;*/
    border-radius: 3px;
    border: none;
    position:relative;
}

.news-list-l ul li:after{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:0;
    height:45px;
    color:#fff;
    border-radius:3px;
    background:#fff;
    max-width:210px;
}

.news-list-l ul li:hover:after{
    width:100%;
    overflow:hidden;
    height:45px;
    transition:1s;
    background: #1E63B0;
    z-index: 8;
    /*color:#fff;*/
}
/****end 内页******/
#sitemap{
    width:100%;
    height:300px;
    margin-top:15px;
}

.contact h3{
    font-weight:bold;
    line-height:30px;
    font-size:22px;
}

.contact span{
    display:block;
    color:#666;
    font-size:13px;
    line-height:24px;
}
/*2018.4.19 william*/
.news-list-r p.MsoNormal{max-width:80%;line-height:30px;padding-bottom:30px;}
.wow span b:hover{font-size:16px;color:#DA7200;}
.flipInX img:hover{transform: rotateY(180deg);transition:all .8s;cursor:pointer;}
.flipInX img{transform: rotateY(0deg);transition:all .8s;cursor:pointer;}
/*****end****/
/**********2018.3.19 鲍*************/
/*index*/

.logo{float:left;padding-left:5%;display:block;}
.navBox{float:left;width:50%;margin-left:10%;}
.header-r{float:right;}
.logo img{display:block;max-height:60px;margin-top:15px;}
.navBox>ul>li>a{display:block;color:#333;font-size:15px;}
.navBox>ul>li{float:left;padding:0 1%;}
.navBox>ul{overflow:inherit;}
.navBox>ul>li>a{display:block;line-height:90px;padding-right:20px;}
.navBox>ul>li>a:hover{color:#0660A8;}
.navBox>ul>li.current-nav>a{color:#0660A8;}
.navBox>ul>li.navBg>a{background:url("../images/bb.gif") no-repeat 70px 42px;background-size:10px 5px;}
.navBox>ul>li.navBg1>a{background:url("../images/bb.gif") no-repeat 40px 42px;background-size:10px 5px;}
.navBox>ul>li.navBg>a:hover{background:url("../images/bba.gif") no-repeat 70px 42px;background-size:10px 5px;}
.navBox>ul>li.navBg1>a:hover{background:url("../images/bba.gif") no-repeat 40px 42px;background-size:10px 5px;}
.hotLine{float:left;}
.bb{float:left;}
.header-r{overflow:hidden;margin-top:25px;padding-right:5%;}
.hotLine{font-size:16px;font-weight:bold;color:#666;padding-right:40px;}
.hotLine span{color:#666;background:url("../images/vgh.png") no-repeat;padding-left:30px;display:block;font-size:13px;}
.bb a{display:block;background:url("../images/china.jpg") no-repeat right center;padding-right:23px;color:#666;font-weight:bold;text-align: right;font-size:13px;font-family: "微软雅黑", "Arial", "Verdana", "sans-serif";}
.bb a:last-child{background:url("../images/usa.jpg") no-repeat right center;}
.navBar a{display:block;width:220px;height:60px;line-height:60px;text-indent:20px;border:1px solid #eee;color:#555;background:url("../images/aa.gif") no-repeat 80% center;background-color:#fff;z-index: 9;}
.navBar{position:absolute;left:0;top:90px;z-index: 5;}
.navBox ul li{position:relative;}
.navBox,.navBox ul li,.navBox>ul,.header{z-index: 5;}
.navBar{z-index: 9;overflow:hidden;}
.navBar a:hover{display:block;width:220px;height:60px;line-height:60px;text-indent:20px;border:1px solid #eee;color:#fff;background:url("../images/aab.gif") no-repeat 80% center;background-color:#0660A8;z-index: 9;}
/*index-about*/
.index-title img:first-child{width:30px;margin:0 auto;display:block;}
.index-title h1{text-align: center;font-size:30px;font-weight:bold;letter-spacing:2px;}
.index-title span{text-align: center;color:#666;display:block;margin-top:20px;}
.index-title img:last-child{width:9px;margin:0 auto;display:block;margin-top:30px;}
.index-about p{color:#666;text-align: center;max-width:80%;margin:0 auto;margin-top:20px;}
.index-about .index-aboutBtn{display:block;color:#405262;text-align: center;font-size:15px;font-weight:bold;line-height:40px;margin-top:40px;}
.index-about{padding-bottom:60px;}
/*****index-case******/
.index-case{background:url("../images/vvre.jpg") repeat;}
.index-caseBox .index-title h1,.index-caseBox .index-title span{color:#fff;}
.index-title .cha{margin:0 auto;display:block;margin-top:30px;margin-bottom:30px;}
.index-caseBox ul li a{display:block;padding:20px;background:#fff;}
.index-caseBox ul li .index-caseImg{width:80%;margin:0 auto;height:78px;vertical-align: middle;}
.index-caseBox ul li .index-caseImg img{vertical-align: middle;display:block;max-width:100%;max-height:78px;margin:0 auto;margin-top:40px;filter:grayscale(100%);filter:gray;-webkit-filter: grayscale(100%);}
.index-caseBox ul li span{display:block;font-size:17px;letter-spacing:10px;color:#666;text-align: center;font-weight:bold;margin-top:30px;}
.index-caseBox ul li i{display:block;font-size:12px;line-height:20px;text-align: center;margin-top:10px;letter-spacing: 10px;color:#666;}
.index-caseBox ul li em{display:block;text-align: center;color:#666;font-size:14px;margin-top:30px;margin-bottom:30px;}
.index-caseBox ul li{padding:20px 0 20px 15px;max-width:350px;}
.indexCase{border:1px solid #e4e4e4;padding:30px;}
.index-caseBox ul{max-width:1050px;margin:0 auto;margin-top:35px;}
.indexCaseBtn{display:block;color:#fff;text-align: center;font-size:15px;font-weight:bold;line-height:40px;margin-top:40px;padding-bottom:50px;}
.index-caseBox ul li a:hover img{filter:none;transition: all 1s;transform: rotateY(360deg);}
.index-caseBox ul li a:hover .indexCase{border:1px solid #0660A8;transition: all .8s;}
.index-caseBox ul li a:hover span,.index-caseBox ul li a:hover i{color:#0660A8}
.index-caseBox ul li a:hover em{color:#E00029;}
.index-case a.indexCaseBtn:hover{color:#E00029 !important;}
.index-about a.index-aboutBtn:hover{color:#E00029;}
/*index-news*/
.index-news{width:50%;float:left;background:#2B7CC2;height:430px;}
.index-newsBox{overflow:hidden;margin-top:60px;}
.index-news ul li a{overflow:hidden;display:block;}
.index-newsT{float:left;padding-right:5px;}
.index-newsCon{float:left;width:75%;}
.index-news ul{float:right;width:50%;}
.index-newsT span,.index-newsT i{color:#fff;float:left;}
.index-newsT span{font-size:40px;display:block;color:#fff;}
.index-newsT{overflow:hidden;width:25%;}
.index-newsT i{font-size:12px;display:block;margin-left:6px;margin-top:12px;}
.index-news ul li{padding:15px 15px;height:90px;overflow:hidden;}
.index-newsCon{border-left:1px solid #6FA9DA;padding-left:20px;margin-top:8px;}
.index-newsCon p{color:#cbe0f2;font-size:12px;height:14px;line-height:14px;margin-top:5px;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;margin-bottom:5px;}
.index-newsCon span{color:#fff;font-weight:bold;}
.index-news ul li:nth-of-type(odd){background:#3181c6;}
.index-news ul li:nth-of-type(even){background:#3b8acd;}
.tempWrap{float:right;}
.index-news .hd{position:absolute;bottom:0;height:70px;right:0;width:100%;float:right;}
.index-news{position:relative;padding-bottom:70px;}
.hd .prev{width:97px;height:70px;background:url("../images/brfe.png") no-repeat center center;display:block;float:right;background-color:#3181C6;}
.hd .next{width:97px;height:70px;background:url("../images/brfa.png") no-repeat center center;display:block;float:right;background-color:#3181C6;}
.hd a:hover{cursor: pointer;}
.hd em{display:block;float:right;width:282px;color:#cbe0f2;font-size:12px;height:70px;line-height:70px;text-align: center}
.hd{overflow:hidden;}
.index-newsVideo img{width:100%;height:430px;}
.index-newsVideo{width:50%;float:left;height:430px;background:#3181C6;}
.index-newsLink{color:#405262;font-size:15px;font-weight:bold;margin:60px 0;text-align: center;display:block}
.index-newsLink:hover{color:#E00029;}
/*bottom*/
.index-bottom{background:#405262;}
.bottom-con span{display:inline-block;color:#fff;font-size:13px;line-height:16px;margin-top:50px;}
.bottom-con span i{display:inline-block;color:#baf6ff;}
.bottom-link a{float:left;display:block;}
.bottom-link{overflow:hidden;margin-top:10px;margin-bottom:50px;}
.gongshang{width:25px;height:35px;}
.gongshang img{display:block;max-width:100%;}
.beian{margin-left:15px;margin-top:6px;}
.beian i{color:#fff;padding-left:5px;font-size:13px;}
.bottom-link a:last-child{display:block;color:#fff;font-size:13px;margin-top:7px;margin-left:30px;}
.bottom-con{float:left;}
.index-bottom .container{overflow:hidden;}
.bottom-center{float:left;margin-top:65px;margin-left:15%;}
.bottom-center img{width:88px;height:88px;display:block;margin-left:5px;}
.bottom-center span{display:block;width:100px;text-align: center;color:#fff;line-height:20px;margin-top:3px;font-size:12px;}
.bottom-r{float:right;width:15%;background:#2E82CA;height:250px;}
.bottom-r a{display:block;color:#fff;margin-top:80px;text-align: center;}
.bottom-r img{display:block;width:56px;height:41px;margin:0 auto;margin-top:15px;}
.greyBg{background:#CBCACC;}
.greyBg a{color:#405262;}
.index-news ul li:hover{background:#2C74B2;}
.index-news ul li:hover .index-newsCon span{color:#E00029;}
.hd a.prev:hover{background:url("../images/brfe1.png") no-repeat center center;    background-color: #3181C6;}
.hd a.next:hover{background:url("../images/brfa1.png") no-repeat center center;    background-color: #3181C6;}
/*navBtn*/
.navBtn{position:absolute;right:20px;top:18px;width:44px;height:34px;background:url("../images/fixnav-bg.png") no-repeat;}
.header{position:relative;}
.hd i{display:inline-block;width:20%;}
.index-bottom{max-height:250px;overflow:hidden}
.bottom-link a:last-child{display:inline-block;margin-top:-14px;}
.navBtn{display:none;}

.product table a{color:#000;}
.news-list-r img{max-width:100%;}
.news-list-r.honor img{margin:0 auto;}

.bd>.tempWrap{width:100% !important;}
.cultureBg{min-height:300px;}
.news-list-l ul li.navbg a{color:#fff;}

.bannerBg{position:absolute;background:url("../images/menubg.png") no-repeat left top;width:320px;height:100%;z-index: 999;}
.index-banner{position:relative;}
.fixTop{position:fixed;top:0;left:0;z-index: 9999;width:100%;margin:0 auto;background:#fff;}

.bannerBg .tzz{position:absolute;right:78px;bottom:225px;width:114px;height:100px;}
.bannerBg .ypz{position:absolute;right:78px;bottom:80px;width:114px;height:100px;}

.bannerBg .gys{position:absolute;right:78px;top:231px;width:114px;height:100px;display:block;}
.bannerBg .kh{position:absolute;right:78px;top:87px;width:114px;height:100px;display:block;}

.greyBg.bottom-r img{display:block;width:60% !important;height:auto;}

.newslist .container{background:url("../images/info.jpg") no-repeat top center;background-color:#F7F7F7;box-shadow:0px 0px 5px 2px #ccc;padding-top:20px;margin-bottom:50px;padding-left:30px;padding-right:30px;}

.yj,.yj1,.yj2,.yj3,.yj4{cursor:pointer;}
.yj:hover span,.yj1:hover span,.yj2:hover span,.yj3:hover span,.yj4:hover span{font-size:18px !important;transition: all .5s;color:#DA7200 !important;}

.triangle{position:relative;
    display:block;
    height:0;
    width:0;
    font-size: 0;
    line-height: 0;
    border-color:transparent transparent #E00029 transparent;
    border-style:dashed dashed solid dashed;
    border-width:10px;
    left:0;
    margin-left:-9px;
    margin-top:50px;
}
.shuLine{width:3px;min-height:600px;left:40%;background:#DA7200;}
.lcCon{position:relative;left:40%;}
.lcBox div i{
    position:absolute;left:0;
    display:block;
    background:url("../images/lcbg.png") no-repeat 100%;
    background-size:100%;
    animation:mymove 4s linear infinite;
    -webkit-animation:mymove 4s linear infinite; /* Safari 和 Chrome */
    margin-left:-10px;
}

@keyframes mymove{
    0% { width:10px;height:10px;margin-left:-3px;}
    50% { width:25px;height:25px;margin-left:-10px;}
    100% { width:10px;height:10px;margin-left:-3px;}
}
.lcBox div.jd0 i{top:10%;}
.lcBox div.jd1 i{top:20%;}
.lcBox div.jd2 i{top:30%;}
.lcBox div.jd3 i{top:40%;}
.lcBox div.jd4 i{top:50%;}
.lcBox div.jd5 i{top:60%;}
.lcBox div.jd6 i{top:70%;}
.lcBox div.jd7 i{top:80%;}
.lcBox div.jd0 i,.lcBox div.jd2 i,.lcBox div.jd4 i,.lcBox div.jd6 i{
    animation:mymove1 4s linear infinite;
    -webkit-animation:mymove1 4s linear infinite; /* Safari 和 Chrome */
}
@keyframes mymove1{
    0% { width:25px;height:25px;margin-left:-10px;}
    50% { width:10px;height:10px;margin-left:-3px;}
    100% { width:25px;height:25px;margin-left:-10px;}
}
.lcBox div.jd0 span{position:absolute;display:block;left:5%;top:10%;width:100%;}
.lcBox div.jd1 span{position:absolute;display:block;left:-15%;top:20%;width:100%;}
.lcBox div.jd2 span{position:absolute;display:block;left:5%;top:30%;width:100%;}
.lcBox div.jd3 span{position:absolute;display:block;left:-15%;top:40%;width:100%;}
.lcBox div.jd4 span{position:absolute;display:block;left:5%;top:50%;width:100%;}
.lcBox div.jd5 span{position:absolute;display:block;left:-15%;top:60%;width:100%;}
.lcBox div.jd6 span{position:absolute;display:block;left:5%;top:70%;width:100%;}
.lcBox div.jd7 span{position:absolute;display:block;left:-15%;top:80%;width:100%;}
/*.lcBox div.jd8 span{position:absolute;display:block;left:-10%;top:80%;width:100%;}*/
.lcBox div span{color:#0A4265;font-weight:bold;font-size:16px;font-family:"Arial";cursor: pointer;}

.lcBox div p{font-size:13px;position:absolute;left:15%;top:10%;color:#DA7200;width:160px;}
.lcBox div.jd0 p{left:18%;top:10%;}
.lcBox div.jd1 p{left:-30%;top:20%;}
.lcBox div.jd2 p{left:18%;top:30%;}
.lcBox div.jd3 p{left:-30%;top:40%;}
.lcBox div.jd4 p{left:18%;top:50%;}
.lcBox div.jd5 p{left:-30%;top:60%;}
.lcBox div.jd6 p{left:18%;top:70%;}
.lcBox div.jd7 p{left:-30%;top:80%;}
.lcBox{height:500px;}
.lcCon{max-height:700px;}

/*2018.4.20*/
.product-box img{display:block;max-width:100%;}
.tann-application ul li{float:left;width:20%;margin-right:3%;}
.tann-application ul{overflow:hidden;}
.tann-application ul li span{color:#333;font-size:16px;display:block;font-weight:bold;}
.tann-application ul .tann-1{background:url("../images/bg1.png") repeat;padding:15px;min-height:170px;}
.tann-1 a{display:block;color:#333;line-height:20px;font-size:15px;font-weight:bold;}
.tann-application{margin-top:20px;}
.tann-1{margin-top:10px;}
.tann-2{margin-top:30px;}
.tann-3{margin-top:30px;}
.tann-1 a:hover{color:#DA7200;cursor: pointer;}
.tann-4 ul li{float:left;width:20%;margin-right:3%;margin-top:15px;}
.tann-4 ul{overflow:hidden;}
.tann-4 ul li img{width:100%;display:block;max-width:100%;}
.tann-4 ul li span{color:#fff;display:block;width:100%;height:30px;line-height:30px;text-align: center;background:#1E63B0;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
.tann-4 ul{margin-top:30px;}
.tann-5,.tann-6{margin-top:30px;}
.tann-6 img{display:block;max-width:100%;}
.tann-7 span{display:block;color:#1E63B0;font-size:24px;font-weight:bold;margin-top:30px;}
.tann-7 em{display:block;}
.tann-8 ul li{float:left;width:30%;padding:10px;}
.tann-8 ul{overflow:hidden;margin-right:3%;}
.tann-8 ul li span{height:30px;line-height:30px;color:#fff;background:#1E63B0;text-align: center;display:block;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
.tann-9{font-size:24px;color:#1E63B0;margin-top:20px;font-weight:bold;}
.tann-10 img{display:block;max-width:700px;}
.tann-11{margin-top:30px;}
.product-list{padding-left:0;padding-right:0;}
.lcBox1{position:relative;text-align: center;font-size:16px;margin-top:50px;}

.flipInX{z-index: 999;position:relative;}

/*2018.4.25 william*/
.product-1 h1{font-size:30px;line-height:30px;color:#fff;letter-spacing:2px;font-weight:bold;padding:15px;margin:0;padding-bottom:10px;}
.product-1 h1 i{display:block;font-size:15px;letter-spacing:2px;}
.product-1{width:320px;overflow:hidden;background:url("../images/bg1.png") no-repeat;}
.product-2 ul li{width:18%;margin-right:2%;float:left;padding:2%;}
.product-2 ul{overflow:hidden;margin-top:20px;}
.product-2 ul li span{display:block;font-size:16px;color:#555;margin-bottom:10px;text-align: center}
.product-2 ul li i{display:block;font-size:14px;color:#1E63B0;}
.product-2 ul li i:hover{color:#DA7200;}
.product-2 ul li .product-21{background:url("../images/bg2.png") repeat;padding:15px;height:180px;}

.product-3 h2{background:#1E63B0;color:#fff;padding:5px 15px;font-size:20px;line-height:24px;width:120px;text-align: center;border-radius:3px;float:left;border-bottom-right-radius: 0;}
.product-3 i{float:left;color:#1E63B0;display:block;font-size:20px;margin-top:22px;padding-left:10px;border-bottom:2px solid #1E63B0;padding-right:10px;}
.product-3{overflow:hidden;}
.product-4 ul li{float:left;width:28%;}
.product-4 ul{overflow:hidden;}
.product-4Box{padding:15px;padding-bottom:5px;}
.imgBox img{display:block;width:100%;max-width:100%;max-height:144px;}
.product-4Box span{text-align: center;color:#fff;font-weight:bold;font-size:15px;background:#bbb;display:block;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;height:30px;line-height:30px;}
.product-5{margin-top:50px;}
.product-4 ul li:hover span{background:#1E63B0;transition: all .5s;}
.product-4 ul li:hover img{transform: scale(1.1);transition: all .5s;}
.imgBox{overflow:hidden;}
.product-6 p{color:#555;line-height:22px;}
.mt30{margin-top:30px;}
.product-7 img{display:block;}
.product-9 ul li .imgBox img{display:block;width:auto;margin: 0 auto;}
.product-9 ul li .imgBox{background:#fff;}

/*case*/
.case ul li{width:28%;float:left;padding:3%;padding-bottom:0;margin-top:15px;margin-bottom:15px;}
.case ul li a{box-shadow:2px 2px 5px #ccc;display:block;padding:15px;}
.case ul{overflow:hidden;}
.case-1 img{display:block;max-width:100%;margin:0 auto;max-height:100px;}
.case ul li span{display:block;margin-top:15px;width:100%;text-align: center;font-weight:bold;color:#555;}
.case ul li p{height:115px;overflow:hidden;margin-bottom:0;font-size:13px;color:#555;}
.case ul li .case-2{padding:15px;border:1px solid #1E63B0;}
.case ul li:hover img{transform:scale(1.1);transition: all .5s;}
.case ul li .case-1{overflow:hidden;width:80%;margin:0 auto;}
.case ul li:hover span{color:#DA7200;transition: all .5s;}
.case ul li:hover p{color:#1E63B0;}
.case ul li:hover .case-2{border:1px solid #F1BF00;transition: all .5s;}
.case ul{padding-bottom:20px;}
.case ul li:hover a{box-shadow:2px 2px 5px #999;}
/*case-detail*/
.case-10 span{display:block;float:left;line-height:40px;width:15%;font-size:13px;color:#666;}
.case-10 em{display:block;float:left;width:5%;height:auto;min-height:1px;}
.case-10 p{display:block;float:left;line-height:40px;margin-bottom:0;width:70%;color:#555;font-size:13px;}
.case-10{overflow:hidden;border-top:1px solid #ccc;max-width:80%;}
.case-detail{margin-top:50px;}
.case-11 img{margin:0 auto;}

.culture-box img{margin:0;max-width:450px;max-height:450px;}
.case ul li .case-2{display:none;}
/*2018.5.16 by william*/
.usual-banner #full-screen-slider{height:400px;}
.usual-banner #full-screen-slider #slides{height:400px;}
.index-banner.usual-banner ul li.banner{
    background:url(../images/banner_0.jpg) no-repeat center center;
}
.index-banner.usual-banner ul li.banner1{
    background:url(../images/banner_1.jpg) no-repeat center center;
}
.index-banner.usual-banner ul li.banner2{
    background:url(../images/banner_2.jpg) no-repeat center center;
}
.index-banner.usual-banner ul li.banner3{
    background:url(../images/banner_3.jpg) no-repeat center center;
}
.index-banner.usual-banner .bannerBg{display:none;}
.index-banner.usual-banner #pagination{top:370px;}
.product-tb{background:url("../images/banner_2.jpg") no-repeat;background-size:cover;height:400px;width:100%;display:block;}
.product-hx{background:url("../images/banner_3.jpg") no-repeat;background-size:cover;height:400px;width:100%;display:block;}
.product-fq{background:url("../images/banner_1.jpg") no-repeat;background-size:cover;height:400px;width:100%;display:block;}
/*end william*/
.yyBtn,.tbBtn,.fjBtn,.zkBtn,.hxBtn,.pzBtn,.hxkqBtn,.gyBtn,.rtoBtn,.zlBtn,.nlBtn{cursor: pointer;}
.zkBtn{margin-top:-20px;}
.hxBox,.pzBox,.hxkqBox{margin-bottom:20px;}
.product-5{margin-top:20px;}

.fix_mobile_tel{ display:none;}
/*****适配移动端****/

@media (max-width:767px){
    /*首页*/
    /*内页*/
    .inner-banner{height:150px;background-position:center center;background-size:cover;}
    .met_page{margin-top:20px;}
    #sitemap{height:200px;}
    .product ul li a img{height:150px;}
    .news-r-bord{margin-bottom:0px;}
    .product ul{margin-top:20px;}
}

@media (min-width:1200px) and (max-width:1500px) {
    .navBox{margin-left:2%;width:55%;display:block !important;}
    .hotLine{padding-right:20px;}
    .header-r{padding-right:2%;}
}

@media (min-width:1200px){
    .navBox{display:block !important;}
}

@media (max-width:1200px) {
	.fix_mobile_tel{ display:block;position:fixed;right:1vh; top:70vh; z-index:99; }
	.fix_mobile_tel a{ background:#E00029;border-radius:8px; display:block}
	.header-r{ margin-top:20px;position: absolute; right: 0%;}
	.header-r .hotLine{ padding-right:60px;}
	.header-r .hotLine a{font-size:9px;}
	.header-r .hotLine span{ background:none; padding-left:0;font-size:12px;}
    .header-r .bb{display:none;}
    .navBox ul li{width:50%;float:left;}
    .navBox ul{overflow:hidden;border-top:1px solid #D0CECC;border-left:1px solid #D0CECC;}
    .navBox{width:100%;margin-left:0;}
    .navBox ul li a{text-align: center;height:43px;font-weight:bold;background:#F8F8F8 !important;line-height:43px;border-right: 1px solid #D0CECC;border-bottom:1px solid #D0CECC;}
    .navBox ul li.current-nav a{color:#E00029;}
    .navBox>ul>li>a{padding-right:0;}
    .navBox>ul>li{padding:0;}
    .logo img{margin-top:10px;margin-bottom:10px;width:160px;}
    .navBar{width:100%;left:0;padding:0;position:static;display:none !important;}
    .navBar a{width:50%;margin:0;}

    #full-screen-slider,#slides{height:180px;}
    .index-banner ul li{background-size:100% 180px !important;}
    #pagination{top:150px;margin-left:0px;left:55%;}
    #pagination li{width:10px;height:10px;margin-left:5px;}
    .index-title h1{font-size:24px;margin-top:15px;}
    .index-title span{margin-top:10px;}
    .index-title img:last-child{margin-top:10px;}
    .index-about p{width:100%;max-width:100%;margin-top:0;padding-top:15px;}
    .index-about .index-aboutBtn{margin-top:10px;}
    .index-about{padding-bottom:20px;}
    .index-about{padding-left:15px;padding-right:15px;}
    .index-case{padding-left:15px;padding-right:15px;}
    .index-title h1{font-size:24px;line-height:30px;}
    .index-title .cha{margin-top:15px;margin-bottom:15px;}
    .index-caseBox ul{margin-top:15px;}
    .index-caseBox ul li{padding-top:0;padding-left:0;}
    .index-caseBox ul li span{margin-top:15px;}
    .index-caseBox ul li em{margin-top:20px;margin-bottom:15px;}
    .index-caseBox ul li .index-caseImg img{margin-top:0px;}
    .index-caseBox ul li{width:290px;margin:0 auto;float:none;}
    .indexCaseBtn{margin-top:10px;margin-bottom:20px;padding-bottom:0;}
    .index-newsBox{margin-top:20px;}
    .index-news{width:100%;}
    .tempWrap{float:none;width:100% !important;}
    .tempWrap ul li{width:100%;}
    .tempWrap ul{width:100%;}
    .hd .prev{float:left;width:25%;}
    .hd .next{width:25%;}
    .hd em{width:50%;}
    .hd i{display:inline-block;width:20%;}
    .index-newsVideo{width:100%;height:250px;}
    .index-newsVideo img{max-height:250px;}
    .index-newsLink{margin:30px 0;}
    .bottom-con span{margin-top:10px;}
    .bottom-con{float:none;}
    .index-bottom{padding:15px;max-height:inherit;}
    .bottom-center{margin-top:10px;margin-left:0;float:none;}
    .bottom-link{margin:15px 0;}
    .bottom-r{display:none;}
    .bottom-link a:last-child{margin-left:0;float:none;display:block;margin-top:15px;}
    .beian{margin-left:10px;}
    .navBtn{display:block;}
    .navBox{display:none;}
    .cultureBg{background:url("../images/culturebg1.jpg") no-repeat right bottom; padding-bottom:50px;}
    .news-r-title p span{font-size:12px;!important;}
    .news-list-r p span{display:block;font-size:14px !important;}
    .cultureBg{margin-top:20px;min-height:350px;}
    .news-list-l ul li{width:50%;float:left;background:#f8f8f8;margin-top:0;}
    .news-list-l ul{overflow:hidden;}
    .news-list-l ul li a{border-radius:0;}
    .news-list-l ul li:first-child a{border-radius:0;border-right:1px solid #ccc;border-bottom:1px solid #ccc;}
    .news-list-l ul li a{border-bottom:1px solid #ccc;border-right:1px solid #ccc;}
    .bannerBg{display:none;}
    .news-list-r img{max-width:100%;}
    .newslist .container{padding-left:15px;padding-right:15px;margin-bottom:0;}
    .news-list-l ul{border-top:1px solid #ccc;border-left:1px solid #ccc;}
/*2018.4.19 william*/
    .lcCon{left:20%;}
    .lcBox div p{left:20% !important;}
    .lcBox div span{left:-20% !important;}
    .news-list-r p.MsoNormal{max-width:100%;}
    .cultureBg{background:none;}
    .news-r-bord{margin-bottom:15px;}
    .cultureBg{min-height:200px;padding-bottom:0px;}
	.news-list-r.honor img{max-width:100%;}

    #slides li a{height:180px;}

    /*2018.4.26 william*/
    .case-10{max-width:100%;}
    .case-10 span{width:25%;line-height:30px;}
    .case-10 p{line-height:30px;}
    .case-detail{margin-top:30px;}
    .case ul li{width:100%;}
    .product-1 h1{font-size:24px;}
    .product-1{width:100%;}
    .product-4 ul li{width:50%;}
    .product-2 ul li{width:50%;margin-right:0;}
    .product-4Box{padding:8px;}
    /*end william*/
	.case-1 img{display:block;max-width:100%;margin:0 auto;max-height:180px;}
    /**/
    .index-banner.usual-banner{height:160px;}
    .usual-banner #full-screen-slider #slides,.usual-banner #full-screen-slider{height:160px;}
    .navigation{padding-left:15px;padding-right:15px;}
    .index-banner.usual-banner ul li{background-size:cover;}
    .index-banner.usual-banner #pagination{top:135px;}
}
/*****hover*******/

