@charset "utf-8";
/* 上海银象网络科技有限公司（www.seo120.com.cn）做最好的企业官方网站模版 */
/* QQ:1378789413 */
/* CSS Document */

html{color:#333;background:#fff}
* {
    padding: 0;
    margin: 0
}
body,div,p,h1,h2,h3,h4,h5,h6,img,ul,li,a,strong,span,p,dl,dt,dd,input,textarea{
    margin:0;
    padding:0;
    list-style:none;
    border:0;
    text-decoration:none;
    font-family:"microsoft yahei";
    font-weight: normal;
/*	font-size:14px;*/
	letter-spacing:1px;
	text-align: left;
}
table{border-collapse:collapse;border-spacing:0}
a{ text-decoration:none; color: #333;}
fieldset,img{border:0}
ol,ul{list-style:none}
caption,th{text-align:left}

.w-100{width:100%; height:auto; overflow:hidden;}
.w-1100{width:1100px; margin:0 auto; overflow:hidden;}
.w-1100-1{width:1100px; margin:0 auto;}
.w-1200{width:1200px; margin:0 auto; overflow:hidden;}
.w-1200-1{width:1200px; margin:0 auto;}
.w-1236{width:1236px; margin:0 auto; overflow:hidden;}
.w-1280{width:1280px; margin:0 auto;}
.mar-top{ margin-top:20px;}
.line01{ width: 100%; border-top:#d8d8d8 1px solid; }
.fl{ float:left;}
.fr{ float:right;}
.clear{ clear:both;}
.clearfix:after {
    clear: both;
    display: block;
    content: ''
}
.clearfix {zoom: 1}
.hide { display: none}
.show {display: block}

.mt-4{ margin-top:4px;}
.mt-6{ margin-top:6px;}
.mt-8{ margin-top:8px;}
.mt-10{ margin-top:10px;}
.mt-15{ margin-top:15px;}
.mt-20{ margin-top:20px;}
.mt-25{ margin-top:25px;}
.mt-30{ margin-top:30px;}
.mt-35{ margin-top:35px;}
.mt-40{ margin-top:40px;}
.mt-50{ margin-top:50px;}
.mt-60{ margin-top:60px;}
.mt-65{ margin-top:65px;}
.mt-70{ margin-top:70px;}
.mt-80{ margin-top:80px;}
.mt-90{ margin-top:90px;}
.mt-100{ margin-top:100px;}
.mt-110{ margin-top:110px;}
.mt-120{ margin-top:120px;}
.mt-130{ margin-top:130px;}
.mt-140{ margin-top:140px;}
.mt-150{ margin-top:150px;}
.mt-160{ margin-top:1109px;}
.mt-170{ margin-top:170px;}
.mt-180{ margin-top:180px;}
.mt-250{ margin-top:250px;}

.mb-10{ margin-bottom:10PX;}
.mb-20{ margin-bottom:20PX;}
.mb-30{ margin-bottom:30px;}
.mb-40{ margin-bottom:40px;}
.mb-50{ margin-bottom:50px;}
.mb-60{ margin-bottom:109px;}

.bg-tc{ background-position:top center; background-repeat:no-repeat;}
.bg-tl{ background-position:top left; background-repeat:no-repeat;}
.bg-tr{ background-position:top right; background-repeat:no-repeat;}
.f-s13{ font-size:13px;}
.f-s14{ font-size:14px;}
.f-s15{ font-size:15px;}
.f-s16{ font-size:16px;}
.f-s17{ font-size:17px;}
.f-s18{ font-size:18px;}
.f-s20{ font-size:20px;}
.f-s22{ font-size:22px;}
.f-s24{ font-size:24px;}
.f-s26{ font-size:26px;}
.t-align-r{ text-align:right;}
.t-align-l{ text-align:left;}
.t-align-c{ text-align:center;}

.t-color-w{ color: #ffffff; }
.f-s18{ font-size: 18px; }
.f-s14{ font-size: 14px; }



/*TOP*/
.top-pt{
    top:10px;
}
#top1.fix{position: fixed; height: 90px; padding: 0; }
#top1{
    width: 100%;
    height: 100px;
    position: relative;
    /*top:0px;*/
    z-index: 1111111;
    background-color: #fff;
    border:1px solid #e6e5e5;
    transition: all 0.3s ease-in-out;
}
#top1 .top1-logo{
    float: left;
    margin-top:17px;
    margin-left:20px;
}
#top1 .top1-r{
    float: right;
    width: 850px;
}

#top1,#top1 div{ -moz-transition: all 0.8s ease-in-out;

-webkit-transition: all 0.8s ease-in-out;

-o-transition: all 0.8s ease-in-out;

-ms-transition: all 0.8s ease-in-out;

transition: all 0.8s ease-in-out; } 
/*menu*/
.h-menu{
    margin-left: 30px;
    width: 850px;
    height: 87px;
}
.h-menu li{
    float: left;
    width: 102px;
    height: 87px;
    position: relative;
}
.h-menu li .menu-bg1{
    width: 100%;
    height: 87px;
    position: absolute;
    z-index: 10;
    top:-87px;
    left:0px;
    background-color: #1188db;
    transition: all 0.3s ease-out;
}
.h-menu li a{
    display: block;
    position: absolute;
    top:0px;
    left:0px;
    z-index: 100;
    width: 100%;
    height: 87px;
    text-align: center;
    line-height: 87px;
    color: #383838;
    font-size: 16px;
    transition: all 1s ease-out;
}
.h-menu li:hover .menu-bg1{
    top:0px;
}
.h-menu li:hover a{
    color: #fff;
}

/*END TOP*/ 
/*========================flash============================*/

        .preview {
            width: 90px;
            height:90px;
            position: absolute;
            top:0;
            left:90px;
            z-index:100;
            -webkit-transition:  all 0.3s ease-out; 
            -moz-transition:  all 0.3s ease-out; 
            transition:  all 0.3s ease-out;     
        }
        
        .preview img {
            position: absolute;
            left:0;
            top:0;
            width: 90px;
        }
        
        .preview .alt {
            display:none;
        }
        
        
        /* prev button */               
        .flex-prev {
            -webkit-perspective-origin: 100% 50%;
            perspective-origin: 100% 50%;
            -webkit-perspective: 1000px;
            perspective: 1000px;            
        }
        
        .flex-prev .preview {
            -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
            -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
        }
        
        
        /* next button */               
        .flex-next {
            -webkit-perspective-origin: 0% 50%;
            perspective-origin: 0% 50%;         
            -webkit-perspective: 1000px;
            perspective: 1000px;                
        }
        
        .flex-next .preview {
            right:90px;
            left:auto;  
            -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
            -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
        }
        
        .flex-next .preview img {
            position: absolute;
            left:0;
            top:0;
            width: 90px;
        }
        
        
        /* hover style */               
        .flex-direction-nav a:hover .preview {
            opacity:1;
            -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);           
        }
    
    
        /* different hover style for flexslider nav */
        .flex-direction-nav a {
            -webkit-transition:  none; 
            -moz-transition: none; 
            transition:  none;      
        }   
/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}




/* override flexslider default style */
.flexslider {
    border:0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin:0px;
    overflow:hidden;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;   
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
    z-index:900;
}

.flex-control-paging li a {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border:2px solid #fff;  
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
    background-color: #fff ;
}

.flex-direction-nav {
    height:90px;
    width: 100%;
    position: absolute;
    top:50%;
    left:0;
    margin: -50px 0 0;  
    z-index:100;
}

.flex-direction-nav li {
    overflow:visible;
}

.flex-direction-nav a  { 
    overflow:visible;
    width: 90px; 
    height: 90px; 
    margin: 0; 
    opacity: 1;  
    top:0;
    color: rgba(0,0,0,0.8); 
    text-indent:-9999em;
    text-shadow: none; 
    -webkit-transition:  all 0.3s ease-out; 
    -moz-transition:  all 0.3s ease-out; 
    transition:  all 0.3s ease-out; 
    background-color: rgba(0,0,0,0.5) ;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;   
}

.flex-direction-nav .arrow {
    position: absolute;
    top:0;
    left:0;
    width: 90px; 
    height: 90px; 
    background: transparent url('../images/nav.png') no-repeat 5px 5px;    
    z-index:200;
}

.flex-direction-nav a.flex-next .arrow {
    background-position: -75px 5px ;
}

.flex-direction-nav .flex-prev { left:0px; }
.flex-direction-nav .flex-next { right:0px; text-align: left;}
.flexslider:hover .flex-prev { left:0; opacity:1}
.flexslider:hover .flex-next { right:0; opacity:1}
.flexslider:hover .flex-prev:hover .arrow { left:0; background-position:5px -95px; background-color: #fff;}
.flexslider:hover .flex-next:hover .arrow { right:0; background-position: -75px -95px ;opacity:1;  background-color: #fff;}

.flexslider:hover .flex-prev:hover,
.flexslider:hover .flex-next:hover {
    background-color: #fff;
    opacity:1; 
}
/*========================end flash============================*/





/*==========================标题================================*/
.h-tit1{
    width: 100%;
    height: 65px;
    background:url(../images/tit-1.jpg) top center no-repeat;
    overflow: hidden;
}
.h-tit1 span{
    display: block;
    width: 100%;
    height: 33px;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0px;
}
.h-tit1 p{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 19px;
    color: #000;
    letter-spacing: 2px;
}
.h-tit1-c{
    font-size: 19px;
    color: #375cad;
}

.h-tit2{
    width: 100%;
    height: 115px;
}
.h-tit2 h2{
    display: block;
    width: 100%;
    height: 33px;
    font-size: 20px;
    color: #303030;
    text-align: center;
}
.h-tit2 p{
    display: block;
    width: 100%;
    height: 38px;
    font-size: 25px;
    color: #1188da;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-family: "ITC Avant Garde Gothic Boot BT";

}
.h-tit2 span{
    display: block;
    width: 100%;
    font-size: 15px;
    color: #9c9c9c;
    text-align: center;
}
/*==========================end标题================================*/

/*=========================MIDDLE==============================*/
.h-proc1{
    width: 1300px;
    height: auto;
}
.h-proc1 li{
    position: relative;
    float: left;
    margin-right: 11px;
    margin-bottom: 11px;
    width: 231px;
    height: 316px;
    background: url(../images/proc-bg.jpg) bottom center no-repeat #375cad;
    border-radius: 5px;
    overflow: hidden;
}
.h-proc1 li .tu1{
    position: relative;
    top:13px;
    left:10px;
    width: 210px;
    height: 185px;
    overflow: hidden;
    transition: all 0.3s ease-out;
}
.h-proc1 li:hover .tu1{
   top:-225px; 
   left:100px;
   width: 20px;
   height: 20px;
}
.h-proc1 li a h2{
    position: absolute;
    display: block;
    margin-top:28px;
    width: 100%;
    height: 38px;
    font-size: 23px;
    color: #fff;
    text-align: center;
    transition: all 0.3s ease-out;
}
.h-proc1 li:hover a h2{
    top:0px;
}
.h-proc1 li a h4{
    position: absolute;
    bottom:25px;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.h-proc1 li:hover a h4{
    background-color: #3869d3;
}
.h-proc1 li .h-proc1-1{
    display: none;
    position: absolute;
    top:60px;
    left:10px;
    width: 208px;
    height: auto;
    overflow: hidden;
    transition: all 0.3s ease-out;

}
.h-proc1 li .h-proc1-1 a{
    display: block;
    padding:5px 0px;
    width: 100%;
    font-size: 15px;
    color: #00fcff;
    text-align: center;
    border-bottom: 1px dashed #738dc6;
}
.h-proc1 li:hover .h-proc1-1{
    display: block;
}

.h-pro01{
    width: 1300px;
    height: auto;
    overflow: hidden;
}
.h-pro01 li{
    margin-right:18px; 
    margin-bottom:18px; 
    position:relative; 
    float:left; 
    width:285px; 
    height:300px; 
    border:1px solid #e6e6e6; 
}
.h-pro01 li .con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: url(../images/pro-bg1.png);
    transition: 0.5s;
    opacity: 0;
    transform: perspective(600px) rotateY(90deg);
}
.h-pro01 li .con .tit {
    font-size: 21px;
    color: #fff;
    line-height: 36px;
    padding:80px 20px 25px 20px;
    text-align: center;
}
.h-pro01 li .con a {
    display: block;
    width: 120px;
    font-size: 16px;
    margin: 0 auto;
    line-height: 44px;
    background: #00bbff;
    border-radius: 5px;
    color: #fff;
    text-align: center;
}
.h-pro01 li:hover .con{ 
    transform: perspective(600px) rotateY(0deg);  
    opacity: 1; 
}
.h-pro01 li .tu1{
     width:285px; 
     height:191px;
}
.h-pro01 li .pro-con{ 
    padding-left:10px; 
    padding-right:10px; 
}
.h-pro01 li .pro-con h3 { 
    display: block; 
    margin-top: 25px;
    padding-top:20px;
    height: 50px;
    color:#0e0e0e; 
    font-size:16px; 
    line-height:130%; 
    text-align: center;
    border-top:1px solid #e6e6e6; 
    letter-spacing: 0px;
}
.h-pro01 li .pro-con p{ 
    display: block;
    margin-top: 15px;
    color:#0e0e0e; 
    font-size:14px; 
    line-height:30px; 
    text-align: center;
    letter-spacing: 0px;
}

.h-m1{
    padding-top:80px;
    width: 100%;
    min-height: 600px;
    background: url(../images/h-bg1.jpg) top center repeat-x;
}
.h-m1-tu1{
    float: left;
    width: 409px;
    height: 434px;
    background: url(../images/h-about-bg1.jpg) top center no-repeat;
}
.h-m1-tu1 img{
    margin:50px 0px 0px 73px;
    transition: all 0.3s ease-out;
}

.h-m1-tu1 .m1-con{
    margin-top:53px;
}
.h-m1-tu1 .m1-con p{
    display: block;
    margin-top:10px;
    width: 100%;
    height: 30px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.h-m1-tu1 .m1-con span{
    display: block;
    width: 100%;
    font-size: 15px;
    color: #fff;
    font-family: "Felix Titling";
    text-align: center;
}
.h-m1-r{
    float: right;
    width: 750px;
    height: auto;
}
.h-m1-r .m1-tit{
    margin-top:16px;
    width: 100%;
    height: 40px;
}
.h-m1-r .m1-tit img{
    float: left;
    margin-right: 15px;
}
.h-m1-r .m1-tit  h2{
    display: block;
    float: left;
    font-size: 17px;
    color: #000;
    line-height: 30px;  
}
.h-m1-r .h-about-c{
    width: 100%;
    height: 150px;
    font-size: 15px;
    color: #000;
    line-height: 170%;
    letter-spacing: 0px;
    overflow:hidden;
}
.h-m1-r .h-about-c p{
    font-size: 15px;
    color: #000;
    line-height: 170%;
    letter-spacing: 0px;
}

.h-m1-2{
    width: 850px;
}
.h-m1-2 li{
    float: left;
    margin-right: 50px;
    width: 150px;
}
.h-m1-2 li .m1-tu{
    text-align: center;
}
.h-m1-2 li:hover .m1-tu{
    transform: rotateY(360deg);
  transition: all 1.2s ease-out; 
}
.h-m1-2 li a h3{
    display: block;
    margin-top: 20px;
    width: 100%;
    height: 30px;
    font-size: 16px;
    color: #4c4e54;
    text-align: center;
}
.h-m1-2 li:hover a h3{
    color: #93d5ec;
}
.h-m1-2 li p{
    display: block;
    width: 100%;
    font-size: 14px;
    color: #a2a2a7;
    text-align: center;
    letter-spacing: 0px;
    line-height: 160%;
}

.h-m2{
    padding:20px 0px;
    width: 100%;
    background: #1f1f1f;
}

.h-news1{
    float: left;
    padding:70px 40px;
    width: 240px;
    height: 300px;
    background-color: #d1dfe9;
}
.h-news1 .n-date{
    width: 100%;
    height: 33px;
    font-size: 45px;
    color: #424d53;
    font-family: "NewsGoth Lt BT";
    text-align: left;
    letter-spacing: 0px;
}
.n-1date2{
    font-size: 28px;
}
.h-news1 a h3{
    display: block;
    margin-top: 80px;
    width: 100%;
    height: 50px;
    font-size: 18px;
    color: #313232;
    text-align: left;
}
.h-news1 p{
    display: block;
    margin-top: 3px;
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #748087;
    text-align: left;
    letter-spacing: 0px;
    overflow: hidden;
}
.h-news1 .line1{
    margin-top:77px;
    width: 61px;
    height: 1px;
    border-top:1px solid #424d53;
}

.h-news2{
    float: right;
    width: 835px;
    height: auto;
}
.h-news2 li{
   position: relative;
   margin-bottom:20px;
    width: 835px;
    height: 210px; 
    background-color: #f0f0f1;
}
.h-news2 li img{
    float: right;
    width: 320px;
    height: 210px;
}
.h-news2 li .h-xinwen1{
    position: absolute;
    left:25px;
    top:25px;
    z-index: 100;
    padding:25px 35px;
    width: 470px;
    height: 110px;
    background-color: #fff;
    transition: all 0.3s ease-out;
}
.h-news2 li:hover .h-xinwen1{
    left:35px;
    background-color: #d1dfe9;
}
.h-news2 li .h-xinwen1 .n2-date1{
    width: 100%;
    height: 35px;
    font-size: 28px;
    color: #424d53;
    font-family: "NewsGoth Lt BT";
    letter-spacing: 0px;
}
.n2-date2{
    font-size: 24px;
}
.h-news2 li .h-xinwen1 a h3{
    display: block;
    margin-top:10px;
    width: 100%;
    height: 35px;
    font-size: 16px;
    color: #666;
    letter-spacing: 0px;
    line-height: 120%;
}
.h-news2 li .h-xinwen1 p{
    display: block;
    width: 100%;
    height: 32px;
    font-size: 14px;
    color: #aaabac;
    line-height: 120%;
    overflow: hidden;
}
.h-news2 li:hover .h-xinwen1 p{
    color: #666;
}

.h-map{
    width: 100%;
    height: 500px;
    background:url(../images/map.jpg) top center;
    overflow: hidden;
}
.h-contact{
    margin: 0 auto;
    width: 960px;
    height: 300px;
    background: url(../images/map-bg2.png);
}
.h-contact-l{
    float: left;
    width: 410px;
    height: auto;
}
.h-contact-l p{
    margin-top:20px;
    display: block;
    width: 100%;
    height: 30px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
    text-shadow: 1px 0px 8px #333, 0px 1px 8px #333, 0px -1px 8px #333, -1px 0px 8px #333;
}
.h-contact-l h3{
    display: block;
    width: 100%;
    font-size: 18px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    text-shadow: 1px 0px 8px #333, 0px 1px 8px #333, 0px -1px 8px #333, -1px 0px 8px #333;
}
.h-contact-l2{
    float: left;
    margin-left:60px;
    margin-top:70px;
    font-size: 15px;
    color: #fff;
    line-height: 150%;
    text-shadow: 1px 0px 8px #333, 0px 1px 8px #333, 0px -1px 8px #333, -1px 0px 8px #333;
}
.h-contact-l2 p{
    font-size: 15px;
    color: #fff;
    line-height: 150%;
    text-shadow: 1px 0px 8px #333, 0px 1px 8px #333, 0px -1px 8px #333, -1px 0px 8px #333;
}
.h-contact-l2 h4{
    font-size: 17px;
    text-shadow: 1px 0px 8px #333, 0px 1px 8px #333, 0px -1px 8px #333, -1px 0px 8px #333;
}

/*=========================END MIDDLE==============================*/



/*==========================BOTTOM==========================*/
.h-foot{
    width: 100%;
    height: 120px;
    background: #282828;
}
.h-foot-bq{
    float: right;
    margin-top:50px;
    width: 600px;
    font-size: 14px;
    color: #828181;
    text-align: right;
}
.h-foot-bq-c1{
    font-size: 14px;
    color: #1188da;
}
.h-foot-bq a{
    font-size: 14px;
    color: #828181;  
}
.h-foot-bq a:hover{
    color: #1188da;
}
/*==========================END BOTTOM==========================*/

/*==========================内页==========================*/
.lk-flash1{
    top:82px;
    width: 100%;
    height: 350px;
    position: relative;
}
.lk-content{
    perspective: 2000px;
    perspective-origin: top;
    position: relative;
    width: 1200px;
    margin: 0 auto;
    top: -25px;
}

.lk-tit1{
    transition: 0.5s;
    transform-origin: bottom center;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    background-color: #fff;
    
    animation-name: fadeInUp;
    padding: 30px 50px 32px 50px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    background-color: #fff;
}

.lk-tit1 h2{
    display: block;
    text-align: left;
    font-size: 20px;
    color: #444;
    letter-spacing: 0px;
}
.lk-tit1 p{
    display: block;
    text-align: left;
    color: #c1c1c1;
    font-size: 16px;
    letter-spacing: 0px;
    font-family: "HELVETICANEUELTPRO-THEX";
}
.lk-tit1-bian{
    -webkit-transform: rotateX(94deg) rotateZ(0);
    transform: rotateX(93deg) rotateZ(0);    border-bottom: 1px solid #d9d9d9;
}

/*========================内页主体============================*/
.lk-ny-r01{
	float: right;
	width: 890px;
	height: auto;
}

/*============内页位置及小导航==============*/
.lk-ny-weizhi{
    float: left;
    line-height: 45px;
    color: #666;
    font-size: 14px;
}
.lk-m-line{
    display: inline-block;
    padding: 0 10px;
    line-height: inherit;
    font-size:12px;
    transform: translate(0, 0);
    font: normal normal normal 14px/1 FontAwesome;
}
.lk-m-line:before{
    content: "\>";
}
.lk-ny-weizhi a{
    color: #666;
    font-size: 14px;
}
.lk-ny-weizhi a:last-child{
    color: #3488ea;
}
.lk-ny-menu{
    float: right;
    padding-top: 0px;
    text-align: center;
    line-height: 45px;
    text-align: center;
}
.lk-ny-menu a{
    display: inline-block; 
    margin: 0 5px; 
    font-size: 13px; 
    color: #666;
    line-height: 30px; 
    text-align: center; 
    padding: 0 20px;
    transition: all 0.36s ease;
    border: none;
    position: relative;
}
.lk-ny-menu a:hover{
    border-color: #3488ea; 
    background-color: #3488ea; 
    color: #fff;
}
.lk-ny-menu a:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    background: rgba(170, 170, 170, .3);
    top: 10px;
    right: -7px;
}
.lk-ny-menu-hover{
    border-color: #3488ea; 
    background-color: #3488ea; 
    color: #fff !important;
}
/*============end内页位置及小导航==============*/


.lk-con1-l{
    float: left;
    margin-left:50px;
    width: 220px;
    height: auto;
    overflow: hidden;
}
.lk-con1-l-t1{
    width: 200px;
}
.lk-con1-l-t1 h3{
    display: block;
    padding-bottom: 20px;
    width: 100%;
    font-size: 18px;
    color: #375cac;
    font-weight: bold;
    letter-spacing: 0px;
}
.lk-ny-proc{
    width: 100%;
    height: auto;
}
.lk-ny-proc dt{
    display:block; 
    padding-left:40px;
    background-color: #375cac;
    height:auto;
    line-height:43px;
    border:1px solid #375cac;
    border-radius: 5px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.lk-ny-proc dt a{
    display: block;
    color:#fff; 
    font-size:16px; 
    position:relative; 
    padding:0;
    line-height: 41px;
    height: 43px; 
}
.lk-ny-proc dt a::before { 
    content:''; 
    position:absolute; 
    width:3px; 
    height:15px; 
    background:transparent; 
    left:-16px; 
    margin-top:14px;
    background:#fff;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; 
}

.lk-ny-proc dd { 
    padding-left:30px; 
    height:auto; 
    border-bottom:1px solid #efefef !important;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.lk-ny-proc dd:hover {
    padding-left:40px;
    color: #365cad;
    border-bottom:1px solid #365cad !important;
}
.lk-ny-proc dd:last-child { 
    border-bottom:none;
}
.lk-ny-proc dd a { 
    border:0px; 
    background:none; 
    color:#666; 
    font-size:14px; 
    position:relative; 
    padding:0;
    line-height: 44px;
}

/*==========================内页关于我们==========================*/

.lk-tit2{
    transition: 0.5s;
    transform-origin: bottom center;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    animation-name: fadeInUp;
    padding: 36px 0px 26px 0px;
    background-color: #fff;
}

.lk-tit2 h2{
    display: block;
    text-align: center;
    font-size: 20px;
    color: #444;
    letter-spacing: 0px;
}
.lk-tit2 p{
    display: block;
    text-align: center;
    color: #c1c1c1;
    font-size: 16px;
    letter-spacing: 0px;
    font-family: "HELVETICANEUELTPRO-THEX";
}
.lk-tit2-bian{
    -webkit-transform: rotateX(94deg) rotateZ(0);
    transform: rotateX(93deg) rotateZ(0);    border-bottom: 1px solid #d9d9d9;
}
.lt-contact2{
    margin:0 auto;
    width: 1100px;
    height: auto;
    font-size:14px;
    letter-spacing: 0px;
}
.lt-contact2 p{
    margin-top: 15px;
    font-size:14px;
    color: #6a6a6a;
    line-height: 190%;
    letter-spacing: 0px;
}
/*==========================售后服务 内页==========================*/
.lk-shfw{
    width: 1100px;
    height: auto;
}
.lk-shfw-1{
    width: 530px;
    height: 230px;
    background-color: #375cad;
}
/*==========================资质荣誉 内页==========================*/
.lk-rongyu{
    width: 1200px;
    height: auto;
}
.lk-rongyu li{
    position: relative;
    float: left;
    margin-right: 38px;
    margin-bottom: 30px;
    width: 340px;
    height: 570px;
    box-shadow: 0 0 0 rgba(0,0,0,.15);
    transition: all .36s ease;
}
.lk-rongyu li:hover{
    box-shadow:0 0 20px rgba(0,0,0,.2);
}
.lk-rongyu li .tu{
    position: relative;
    width: 340px;
    height: 470px;
    overflow: hidden;

}
.lk-rongyu li .tu img{
    z-index: 10;
    width: 340px;
    height: 470px;
          transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1); 
     -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.lk-rongyu li:hover .tu img{
          transition: all 0.5s ease-out;
  -webkit-transform: scale(1.1, 1.1); 
     -moz-transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.lk-rongyu li .tu .more-img{
    position: absolute;
    top:50%;
    left:50%;
    z-index: 1000;
    -webkit-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    transition:all .36s ease;
    opacity:0;
    border-radius:100%;
    width:60px;
    height:60px;
    border:1px solid #000;
    box-sizing:border-box;
    margin-top:-50px;
}
.lk-rongyu li:hover .tu .more-img{
    opacity:1;
    margin:0;
}
.lk-rongyu li:hover .tu .more-img:before{
    content:'';
    position:
    absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    width:1px;
    height:20px;
    background-color:#000;
    }
.lk-rongyu li:hover .tu .more-img:after{
    content:'';
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    width:20px;
    height:1px;
    background-color:#000;
    }
.lk-rongyu li .tit1{
    transition: padding .36s ease;
    padding: 6% 4% 6%;
    text-align: left;
}
.lk-rongyu li:hover .tit1{
    padding-left:10%;
}
.lk-rongyu li .tit1 a h2{
    display: block;
    color: #303030;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.lk-rongyu li .tit1 p{
    display: block;
    margin-top: 8px;
    color: #aaa;
    font-size: 14px;
    line-height: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.lk-rongyu li .line1{
    margin: 0 auto;
    width: 30%;
    height: 2px;
    background-color: #233876;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition:all .3s ease;
}
.lk-rongyu li:hover .line1{
    width:100%;
    opacity:1;
    background-color: #233876;
}
/*==========================公司新闻 内页==========================*/
.lk-news1{
    margin:0 auto;
    width: 1100px;
}
.lk-news1 li{
    margin-bottom:20px;
    width: 100%;
    height: 225px;
    border-bottom:1px solid #e8e8e8;
    background: url(../images/news-bg1.jpg) bottom right no-repeat;
    background-position: 460px 225px;
    transition: all 0.6s ease-in-out;
}
.lk-news1 li:hover{
    background-position: 460px 3px;
    box-shadow:0 0 20px rgba(0,0,0,.2);
}
.lk-news1 li .tu1{
    float: left;
    width: 380px;
    height: 225px;
    overflow: hidden;
    transition: all 0.36s ease-in-out;
}
.lk-news1 li .tu1 img{
    width: 380px;
    height: 225px;
          transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1); 
     -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.lk-news1 li:hover .tu1 img{
          transition: all 0.5s ease-out;
  -webkit-transform: scale(1.1, 1.1); 
     -moz-transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.lk-news1 li .r01{
    float: right;
    margin-top:40px;
    width: 640px;
    transition: all 0.36s ease-in-out;
}
.lk-news1 li:hover .r01{
    margin-right: 20px;
}
.lk-news1 li .r01 a h2{
    display: block;
    font-size: 18px;
    color: #656565;
    line-height: 22px;
}
.lk-news1 li .r01 p{
    margin-top: 5px;
    display: block;
    font-size: 14px;
    color: #929292;
}
.lk-news1 li .r01 span{
    display: block;
    margin-top: 22px;
    font-size: 14px;
    color: #929292;
    line-height: 150%;
    height: 40px;
    overflow: hidden;
}
/*==========================新闻2==========================*/
.lk-news2{
    width: 1100px;
    height: auto;
}
.lk-news2 li{
    padding:22px 0px;
    width: 100%;
    height: 137px;
    border-bottom:1px solid #ebebeb;
    background:url(../images/news-bg2.png) bottom left no-repeat;
    background-position: 0 0px;
    transition: all 0.5s ease;
}
.lk-news2 li:hover{
    background-position: 270px 0px;
}
.lk-news2 li .tu1{
    float: left;
    width: 270px;
    height: 137px;
    overflow: hidden;
}
.lk-news2 li .tu1 img{
    display: inline;
    width: 270px;
    height: 137px;
    transition: all 0.36s ease;
}
.lk-news2 li:hover .tu1 img{
    transform: scale(1.08);
}
.lk-news2 li .r01{
    float: right;
    width: 780px;
    padding-top: 10px;
    transition: all 0.36s ease;
    /*transition-property: all;
    transition-duration: 0.36s;
    transition-timing-function: ease;
    transition-delay: 0s;*/
}
.lk-news2 li .r01 .tit1-date{
    width: 100%;
    height: 53px;
}
.lk-news2 li .r01 .tit1-date a h2{
    display: block;
    margin-left: 0;
    width: 78%;
    color: #555;
    font-size: 16px;
    transition: all 0.36s ease;
}
.lk-news2 li:hover .r01 .tit1-date a h2{
    margin-left: 10px;
    color: #3488ea;
}
.lk-news2 li .r01 .tit1-date .date1{
    float: right;
    width: auto;
    position: relative;
    top: -28px;
    right: 0px;
    font-size: 13px;
    line-height: 26px;
    color: #888;
}
.lk-news2 li .r01 p{
    display: block;
    width: 690px;
    height: 45px;
    color: #868585;
    font-size: 13px;
    line-height: 26px;
    transition: all 0.36s ease;
    overflow: hidden;
}
.lk-news2 li:hover .r01 p{
    margin-left: 10px;
}
.lk-news2 li .more1 a{
    display: block;
    float: right;
    padding: 0 20px;
    margin:-5px 0px 25px 40px;
    border: 1px solid rgba(0, 0, 0, .1);
    font-size: 14px;
    line-height: 30px;
    color: #999;
    letter-spacing: 0px;
    transition: all 0.36s ease;
    
}
.lk-news2 li:hover .more1 a{
    color: #fff;
    border-color: #3488ea;
    background-color: #3488ea;
}
/*==========================新闻3==========================*/
.lk-news3{
    width: 1200px;
    height: auto;
}
.lk-news3 li{
    float: left;  
    margin-right: 17px;  
    width: 355px;
    height: 400px;
}
.lk-news3 li:hover{
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
}
.lk-news3 li .tu1{
    width: 355px;
    height: 190px;
    overflow: hidden;
}
.lk-news3 li .tu1 img{
    width: 355px;
    height: 190px;
    transition: all 0.36s ease;
}
.lk-news3 li:hover .tu1 img{
    transform:scale(1.08);
}
.lk-news3 li .news-nr{
    padding: 24px 30px 24px 20px;
    border-bottom:1px solid #ededed;
    transition: all 0.3s ease-out 0s;
}
.lk-news3 li:hover .news-nr{
    padding-left: 30px;
    padding-right: 20px;
}
.lk-news3 li .news-nr a h2{
    display: block;
    color: #333;
    font-size: 16px;
    line-height: 22px;
    transition: all 0.36s ease;
}
.lk-news3 li:hover .news-nr a h2{
    color: #3488ea;
}
.lk-news3 li .news-nr p{
    display: block;
    margin-top:8px;
    font-size: 13px;
    color: #999;
    line-height: 25px;
    height: 45px;
    overflow: hidden;
    transition: all 0.36s ease;
}
.lk-news3 li .more1 a{
    display: block;
    margin-left: 20px;
    margin-top: 20px;
    padding: 0 20px;
    border: 1px solid rgba(170, 170, 170, 0.2);
    width: 50px;
    font-size: 14px;
    line-height: 30px;
    color: #999;
    letter-spacing: 0px;
    transition: all 0.36s ease;
}
.lk-news3 li:hover .more1 a{
    margin-left: 30px;
    color: #fff;
    border-color: #3488ea;
    background-color: #3488ea;
}

/*==========================news4==========================*/
.lk-news4{
    width: 1200px;
    height: auto;
}
.lk-news4 li{
    float: left;
    height: 385px;
    position: relative;
    margin-right: 17px;
    margin-bottom: 20px;
    width: 540px;
    border: 1px solid rgba(170, 170, 170, 0.2);
    transition: all 0.36s ease;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
}
.lk-news4 li .tu1{
    width: 540px;
    height: 190px;
    overflow: hidden;
    transform: all 0.36s ease-in-out;
}
.lk-news4 li .tu1 img{
    width: 540px;
    height: 190px;
    transition: all 0.36s ease;
}
.lk-news4 li:hover .tu1 img{
    transform:scale(1.08);
}
.lk-news4 li .news4-nr{
    padding: 24px 20px;
    transition: all 0.36s ease;
}
.lk-news4 li:hover .news4-nr{
    padding-top:18px;
}
.lk-news4 li .news4-nr .date1{
    float: inherit;
    margin-bottom: 14px;
    font-size: 24px;
    font-family: helveticaneuethn, Arial;
    line-height: 26px;
    color: #888;
    letter-spacing: 0px;
    transition: all 0.36s ease;
}
.lk-news4 li .news4-nr a h2{
    display: block;
    height: 43px;
    color: #333;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    overflow: hidden;
    transition: all 0.36s ease;
}
.lk-news4 li:hover .news4-nr a h2{
    color: #3488ea;
}
.lk-news4 li .news4-nr p{
    display: block;
    margin-top: 13px;
    height: 43px;
    color: #868585;
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 170%;
    overflow: hidden;
}


.lk-news4 li:before {
    content: "";
    width: 0px;
    border-bottom: 1px solid #083ba6;
    position: absolute;
    bottom: 0;
    transition: all 0.45s ease;
}

.lk-news4 li:hover:before{
    width: 540px;
}
/*==========================pc视频展示==========================*/
.lk-video{
    width: 1200px;
    height: auto;
    overflow: hidden;
}
.lk-video li{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 360px;
    height: 350px;
    transition: all 0.36s ease-in-out;
}
.lk-video li .tu{
    position: relative;
    width: 360px;
    height: 230px;
    overflow: hidden;
}
.lk-video li .tu .tu2{
    position: absolute;
    top:0px;
    left:0px;
    z-index: 10;
    width: 360px;
    height: 230px;
    overflow: hidden;
}
.lk-video li .tu .tu2 img{
    width: 360px;
    height: 230px;
    transition: all 0.36s ease-in-out;
}
.lk-video li:hover .tu .tu2 img{
    filter:alpha(Opacity=80)
    background-color:#333;
}
.lk-video li .tu .imgvideo{
    position: absolute;
    top:-60px;
    left:50%;
    z-index: 100;
    margin-left:-30px;
    transition: all 0.36s ease-in-out;
}
.lk-video li:hover .tu .imgvideo{
    top:50%;
    margin-top:-30px;
}
.lk-video li .video-nr{
    margin-top:28px;
}
.lk-video li .video-nr a h2{
    display: block;
    font-size: 16px;
    color: #333;
    transition: all 0.36s ease-in-out;
}
.lk-video li:hover .video-nr{
    margin-left:15px;
    transition: all 0.36s ease-in-out;
}
.lk-video li .video-nr p{
    display: block;
    margin-top:10px;
    font-size: 13px;
    color: #7d7d7d;
}

/*==========================video 点击==========================*/
.lk-video-show{
	display: none;
	position: fixed;
	top:0px;
	left:0px;
	z-index: 10000000000;
	width: 100%;
	height: 100%;
	padding-top:50px;
	background-color: rgba(0,0,0,0.6);
}
.lk-video-show .guan1{
	position: absolute;
	top:20px;
	right: 50px;
	width: 60px;
	height: 60px;
}
.lk-video-box{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-367px;
	margin-top:-300px;
	width: 735px;
	height: 606px;
	background-color:#313131;
}
.lk-video-box h2{
	display: block;
	margin-top:15px;
	margin-left:15px;
	font-size: 20px;
	color: #fff;
}
.lk-video-show .video-con{
	margin-top:15px;
	margin-left:15px;
}

/*==========================END 内页==========================*/


/*缓动*/


#header,#header div,#header #top_bnt_box{ -moz-transition: all 0.8s ease-in-out;

-webkit-transition: all 0.8s ease-in-out;

-o-transition: all 0.8s ease-in-out;

-ms-transition: all 0.8s ease-in-out;

transition: all 0.8s ease-in-out; } 



/*产品详情页样式*/
.p-r{
	margin-top: 45px;
	margin-left: 15px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.p-r h1{
	display: block;
	width: 100%;
	height: 40px !important;
	font-size: 20px !important;
	text-indent: 0px;
	line-height: 40px !important;
	font-weight: bold;
	border-bottom: 1px solid #666;
	text-align: left !important;
}
.p-r p{
	display: block;
	margin-top: 1em !important;
	font-size: 19px;
	color: #333;
	font-weight: bold;
	text-align: left;
	text-indent: 0px !important;
}
.p-red{
	color:#ff2b0f;
	font-size: 18px;
}
/*手机站产品详情页样式*/
.ph-p-r{
	margin:0 auto;
	width: 90%;
	height: auto;
	overflow: hidden;
}
.ph-p-r h1{
	display: block;
	width: 100%;
	height: 40px !important;
	font-size: 20px !important;
	text-indent: 0px;
	line-height: 30px !important;
	font-weight: bold;
	border-bottom: 1px solid #666;
	text-align: left !important;
}
.ph-p-r p{
	display: block;
	margin-top: 0.5em !important;
	padding:0px !important;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	text-align: left;
	text-indent: 0px !important;
}
.p-red{
	color:#ff2b0f;
	font-size: 18px;
}

/*内页*/
.ny-m1{
	width: 100%;
	height: 50px;
	background-color: #f1f1f3;
}
.ny-m1-1{
	width: 1200px;
	height: 50px;
}
.ny-m1-1 p{
	float: left;
	margin-right: 15px;
	font-size: 14px;
	color: #8a8a8a;
	line-height: 50px;
}
.ny-m1-1 a{
	display: block;
	float: left;
	margin-right: 10px;
	font-size: 14px;
	color: #8a8a8a;
	line-height: 50px;
}
.ny-flash{ width: 100%; height: 360px; background-image: url(../images/ny-flash.jpg); }
.ny-df01{ width:100%;padding:30px 0px;  border-top:#dcdcdc 1px solid;}
.ny-conent01{
	padding:20px 20px; 
	color: #333;
	line-height: 190%;
	overflow: hidden;
	font-size:15px;
	letter-spacing: 0px;
}
.ny-conent01 p{
	display: block;
	margin-bottom: 15px;
	font-size:15px;
	color: #333;
}
.ny-conent02{
	padding-top:20px;
	color: #666666;
	line-height: 190%;
	overflow: hidden;
}
/*修改新闻详情页*/
.news-show01{
	margin-top: 15px;
	height:30px;
    line-height: 30px;
    text-align: center;
    color: #999;
    /*background-color: #efefef;*/
    border-bottom: 1px solid #efefef;
    font-size: 15px;
}
  /*内页news9*/
  /*news9*/
.my-ny-news09{ width:1200px; height:auto; margin:0 auto; overflow: hidden;}
.my-ny-news09 ul{margin-top:20px; width:1300px;}
.my-ny-news09 ul li{ float:left; width:560px; height:106px; margin-right:48px;}
.my-ny-news09 ul li .l{ float:left; width:67px; height:73px; background-image:url(../images/M-news-tu01.jpg);-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out;}
.my-ny-news09 ul li .l h4{ display:block; height:33px; line-height:33px; text-align:center; margin-top:15px; font-size:22px; color:#8d8d8d;}
.my-ny-news09 ul li .l h5{ display:block; height:22px; line-height:22px; text-align:center; font-size:12px; color:#c5c5c5; letter-spacing:0px; margin:0px; padding:0px;}
.my-ny-news09 ul li .r{ float:right; width:470px; overflow:hidden;}
.my-ny-news09 ul li .r a h3{ display:block; height:31px; line-height:31px; text-align:left; font-size:16px; color:#000; overflow:hidden;-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out;}
.my-ny-news09 ul li .r p{ display:block; height:38px; line-height:140%; text-align:left; font-size:13px; color:#949494; overflow:hidden;}
.my-ny-news09 ul li:hover .l, .my-ny-news09 ul li:first-child .l{ float:left; width:67px; height:73px; background-image:url(../images/M-news-tu02.jpg);-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
.my-ny-news09 ul li:hover .l h4, .my-ny-news09 ul li:first-child .l h4{ color:#306fb5;}
.my-ny-news09 ul li:hover .l h5, .my-ny-news09 ul li:first-child .l h5{ color:#306fb5;}
.my-ny-news09 ul li:hover .r a h3, .my-ny-news09 ul li:first-child .r a h3{ color:#306fb5; font-size:16px;-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}

  /*案例*/
.h-case01{ margin:0px; padding:0px; width:1200px; overflow:hidden;}
.h-case01 ul{ width:1300px; margin-top:30px;}
.h-case01 ul li{ float:left; width:287px; height:250px; margin-right:16px;}
.h-case01 ul li .tu{ width:287px; height:168px; border:#febe3b 2px solid; overflow:hidden; margin-bottom:20px;border:#015cb5 2px solid;
-moz-border-radius: 10px;       -webkit-border-radius: 10px;     border-radius:10px;        
}
.h-case01 ul li .tu .tu01 a{ width:287px; height:168px;  overflow:hidden;
 -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out;
}
.h-case01 ul li:hover .tu .tu01{ width:287px; height:168px;
 -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; transition: all 0.6s ease-out;
}
.h-case01 ul li a{display:block; width:170px; height:38px; line-height:38px; font-size:16px; text-align:center; color:#110e0e; margin:0 auto; border-top:#535353 1px solid; border-bottom:#535353 1px solid;
-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out;
}
.h-case01 ul li:hover a{width:287px; border:0px; background-color:#015cb5; color:#fff;
-moz-border-radius: 20px;     
-webkit-border-radius: 20px;   
border-radius:20px;           
-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out;
}

/*news15*/
.my-ny-news15{
  width:950px;
  height: auto;
  overflow: hidden;
}
.my-ny-news15 ul{
  width: 950px;
}
.my-ny-news15 ul li{
  padding:15px;
  margin-bottom: 15px;
  float: left;
  width: 950px;
  height: 145px;
  background-color: #f2f2f2;
  border: 1px solid #eaeaea;
}
.my-ny-news15 ul li img{
  float: left;
  width: 208px;
  height: 142px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.my-ny-news15 ul li .r01{
  float: right;
  width: 710px;
  height: auto;
}
.my-ny-news15 ul li .r01 a h3{
  margin-top:8px;
  display: block;
  width:95%;
  height: 39px;
  font-size: 17px;
  color: #5f5f5f;
}
.my-ny-news15 ul li:hover .r01 a h3{
  color: #202162;
}
.my-ny-news15 ul li .r01 p{
  display: block;
  width: 95%;
  height: 30px;
  font-size: 14px;
  color: #999999;
  line-height: 120%;
  overflow: hidden;
}
.my-ny-news15 ul li .r01 .more01 a{
  margin-top:30px;
  display: block;
  float: left;
  width: 88px;
  height: 23px;
  border: 1px solid #f8bf00;
  font-size: 12px;
  color: #202162;
  text-align: center;
  line-height: 23px;
  -webkit-transition: all 0.2s ease-out; 
  -moz-transition: all 0.2s ease-out; 
  transition: all 0.2s ease-out;
}
.my-ny-news15 ul li:hover .r01 .more01 a{
  background-color: #f8bf00;
  color: #000;
  -webkit-transition: all 0.3s ease-out; 
  -moz-transition: all 0.3s ease-out; 
  transition: all 0.3s ease-out;
}
/*end内页*/

/*分类居中展示*/
.H-proclass {*text-align:center; width:1200px; margin:0 auto; padding-bottom:20px; padding-top:20px;}
.H-proclass ul {display:table;margin-left:auto;margin-right:auto;}
.H-proclass ul li{
  float:left;
  *float:none;
  *display:inline;
  *zoom:1; 
  margin-left:5px; 
  margin-right:5px; 
  width:200px; 
  height:36px; 
  border:1px solid #dcdcdc;
	border-radius: 8px;
  background-color: #ffffff;
  overflow:hidden; 
  position:relative; 
  z-index:10;
} 
.H-proclass ul li a{
  display: block;
  text-align: center;
  line-height: 36px;
  font-size: 17px;
  color: #070707;
}
.H-proclass ul li:hover a{
	background-color: #266dbf;
	color: #ffffff;
}
.h-pc01-hover{
	background-color: #266dbf;
	color: #ffffff;
}

/*滚动产品图片样式*/
.h-pro-gun01 li{
	float: left;
  margin-right: 19px;
  margin-bottom: 30px;
  padding:10px;
  width:280px;
  height: 310px;
  border: 1px solid #f9c301;
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out;
}
.h-pro-gun01 li:hover{
	border: 1px solid #f9c301;
}
.h-pro-gun01 li .tu{
	height: 210px;
	padding:0px;
	border:0px solid #434343;
	background-color: #f9c301;
	overflow: hidden;
}
.h-pro-gun01 li .tu img{
  -webkit-transform: scale(1, 1); 
  -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out;
}
.h-pro-gun01 li:hover .tu img{
  -webkit-transform: scale(1.1, 1.1); 
  -moz-transform: scale(1.1, 1.1); 
  transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.6s ease-out; 
  -moz-transition: all 0.6s ease-out; 
  transition: all 0.6s ease-out;
}
.h-pro-gun01 li a h3{
	margin-top:10px;
  display: block;
  height: 33px;
  font-size: 16px;
  color: #191919;
  text-align: center;
  line-height: 33px;
  letter-spacing: 0px;
}
.h-pro-gun01 li:hover a h3{
	color: #191919;
}
.h-pro-gun01 li .dianhu{
	margin-top: 5px;
    margin-left: 15px;
    width: 249px;
    height: 40px;;
}
.h-pro-gun01 li .dianhu p{
	width: 100%;
    font-size: 14px;
    color: #1f1f1f;
    text-align: left;
    letter-spacing: 0px;
    line-height: 170%;
}
.h-pro-gun01 li .dianhu span{
	display: block;
	width: 100%;
    font-size: 14px;
    color: #1f1f1f;
    text-align: center;
    letter-spacing: 0px;
   	
}



/*滚动产品图片样式*/

.h-pro-gun02 li{
  margin-right: 19px;
  margin-bottom: 30px;
  float: left;
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out;
}
.h-pro-gun02 li .tu{
	height: 209px;
	background-color: #e5e5e5;
	border:1px  solid #c8c8c8;
	overflow: hidden;
}
.h-pro-gun02 li .tu img{
  -webkit-transform: scale(1, 1); 
  -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out;
}
.h-pro-gun02 li:hover .tu img{
  -webkit-transform: scale(1.1, 1.1); 
  -moz-transform: scale(1.1, 1.1); 
  transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.6s ease-out; 
  -moz-transition: all 0.6s ease-out; 
  transition: all 0.6s ease-out;
}
.h-pro-gun02 li a h3{
	margin-top:2px;
  display: block;
  height: 34px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 34px;
  letter-spacing: 0px;
  background-color:#0160fa;
}
/*手机站样式*/
.img-m{
	text-align:center;
}
.mini-div{
	margin:0 auto;
	max-width:600px;
	height: auto;
	overflow: hidden;
	background-color: #fff;
}
.mini-title{
	width:100%;
	height:50px;
	font-size:18px;
	color:#1a3a83;
	text-align:center;
	line-height:50px;
	}
.mini-class01{
	width:98%;
	margin-left:2%;
	}
.mini-class01 li{
	float:left;
	padding:5px 0px;
	margin-right:1%;
	margin-bottom:1%;
	width:48%;
	/*min-height:30px;*/
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border:1px solid #666666;
	}
.mini-class01 li a{
	display:block;
	width:100%;
	/*min-height:30px;*/
	font-size:14px;
	color:#666666;
	text-align:center;
	}
.mini-h-about{
	padding:10px;
	font-size:14px;
	text-align:left;
	line-height:170%;
	}
.mini-menu{
	width:100%;
	background-color:#1a3a83;
	padding:10px;
	}
.m-menu{
	width:100%;
	margin:0 auto;
	}
.m-menu a{
	display:block;
	float:left;
	width:24%;
	height:40px;
	font-size:14px;
	color:#fff;
	text-align:center;
	line-height:20px;
	}
.m-fl01{
	width:100%;
	height:auto;
	overflow:hidden;
	}
.m-fl01 a{
	display:block;
	margin-bottom:10px;
	width:19%;
	height:66px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	}
.m-fl01 a .tu{
	margin:0px;
	padding:0px;
	width:100%;
	height:38px;
	text-align:center;
	}
.m-fl01 a h3{
	display:block;
	marign:0px;
	padding:0px;
	height:15px;
	width:100%;
	font-size:14px;
	text-align:center;
	color:#fff;
	}
.m-fl01-bg01{
	background-color:#0165ba;
	}
.m-fl01-bg02{
	background-color:#fe4351;
	}
.m-fl01-bg03{
	background-color:#ff6f3d;
	}
.m-fl01-bg04{
	background-color:#32b16c;
	}
.m-fl01-l{
	float:left;
	margin-left:5%;
	}
.m-fl01-r{
	float:right;
	margin-right:5%;
	}

.m-tit01{
	margin-bottom:15px;
	width:100%;
	height:40px;
	text-align:center;
	font-size:18px;
	color:#fff;
	line-height:40px;
	background:url(../images/m-tu02.png) no-repeat top center;
	}		
.m-tit01-1{background-color:#fe4351;}
.m-tit01-2{background-color:#ff6f3d;}
.m-tit01-3{background-color:#32b16c;}
.m-tit01-4{background-color:#00b7ee;}
.m-part02{
	width:90%;
	margin:0 auto;
	height:auto;
	}
.m-part02 a{
	display:block;
	margin-bottom:10px;
	width:29%;
	height:30px;
	border:1px solid #fe4351;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	text-align:center;
	line-height:30px;
	color:#fe4351;
	font-size:15px;
	}
.m-part02-l{
	margin-right:5%;
	}
.m-part03{
	width:90%;
	margin:0 auto;
	height:auto;
	}
.m-part03 a{
	display:block;
	margin-bottom:10px;
	width:29%;
	height:30px;
	border:1px solid #ff6f3d;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	text-align:center;
	line-height:30px;
	color:#ff6f3d;
	font-size:15px;
	}
.m-part04{
	width:90%;
	margin:0 auto;
	height:auto;
	}
.m-part04 a{
	display:block;
	margin-bottom:10px;
	width:29%;
	height:30px;
	border:1px solid #32b16c;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	text-align:center;
	line-height:30px;
	color:#32b16c;
	font-size:15px;
	}
.m-part05{
	width:90%;
	margin:0 auto;
	height:auto;
	}
.m-part05 a{
	display:block;
	margin-bottom:10px;
	width:29%;
	height:30px;
	border:1px solid #00b7ee;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	text-align:center;
	line-height:30px;
	color:#00b7ee;
	font-size:15px;
	}
.m-part06{
	width:100%;
	padding:20px 0px 30px 0px;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	background-color:#f51d1d;
	}
.m-part06-1{
	width:80%;
	margin:0 auto;
	}
.m-part06-1 a{
	display:block;
	width:100%;
	height:auto;
	font-size:14px;
	color:#fff;
	border-bottom:1px solid #fff;
	}

.ny-readid{
	margin-top:15px;
	width:100%;
	background-color:#efefef;
	height:auto;
	padding:15px 0px;
	overflow:hidden;
	}
.ny-readid .tiao001{
	width:90%;
	height: auto;
	margin:0 auto;
	font-size:14px;
	color:#333;
	}
.ny-readid .tiao001 a{
	color:#09C;
	}

.mini-top{overflow: hidden;}
.mini-top img{ display: block;}
/*menu1*/
.mini-menu-bg{
	padding: 5px 0px 5px 0px;
	width:100%;
	height: auto;
	background-color: #535353;
}
.mini-menu1{
	width:100%;
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content: space-around;
	align-items:center;
}
.mi-menu1{
	width:23%;
	height: 30px;
	background-color:#ffffff;
	margin:5px 0 5px 0px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.mi-menu1 a{
	display: block;
	font-size:14px;
	text-align: center;
	line-height: 30px;
	color:#666666;
}
/*标题1*/
.m-tit02{
	width:100%;
	height: 88px;
	background: url(../images/mini-tit-bg.jpg) no-repeat top center;
	font-size:20px;
	line-height: 110px;
	text-align: center;
	color: #887b5a;
	overflow: hidden;
}
.m-tit03{
	margin: 0 auto;
	width:90%;
	height: 36px;
	font-size:20px;
	line-height: 36px;
	text-align: center;
	color: #000000;
	background-color: #f8bf00;
	overflow: hidden;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.img-m img {
    margin: 0 auto;
}

/*固定在底部*/

.fotheight{ height:50px;}
.fotfixed{ position:fixed; bottom:0; width:100%; max-width:640px; border-top: 1px solid rgba(255,255,255,0.2);height: 50px; background-color: #353535;}
.footerWrap{ width:98%; margin:0 auto; padding-left:3%; padding-top:6px;}
.footerWrap li{ float:left; width:24%; height:44px;     border-right: 1px solid rgba(255,255,255,0.2); position:relative;}
.footerWrap li:last-child{ border:0;}
.footerWrap .text{ display:block; color:#fff; text-align:center; font-size:12px; line-height:20px;}
.footerWrap .icon{ width: 30px; height: 20px; display: block; background: url(../images/common.png) no-repeat; background-size: 400px; margin: 4px auto 0 auto;position: relative;}
.footerWrap .tel{background-position: -90px -110px;}
.footerWrap .email{    background-position: 0 -110px;}
.footerWrap .qq{    background-position: -360px -109px;}
.footerWrap .map{background-position: -120px -110px;}
.footerWrap .share{    background-position: -60px -110px;}
.footerWrap .message{background-position: -30px -110px;}

.sharebox{ display:none; position:absolute; width:242px; height:52px; left:-120px; top:-52px; background:#fff; padding:5px 0 5px 10px; border-radius:5px; border:1px solid #ccc;}

/*end 手机站样式*/

/*手机banner轮播*/
.banner{width:100%}
.banner img{display:block;width:100%}
.swipe{width:100%;overflow:hidden;position:relative;}
.swipe ul{
	-webkit-transition:left 800ms ease-in 0;
	-moz-transition:left 800ms ease-in 0;
	-o-transition:left 800ms ease-in 0;
	-ms-transition:left 800ms ease-in 0;
	transition:left 800ms ease-in 0;
}
.swipe #pagenavi{position:absolute;left:0px;bottom:0px;text-align:center;width:100%; background:rgba(fff, fff, fff, 0.6)!important; filter:Alpha(opacity=50); padding:6px;}
.swipe #pagenavi a{width:8px; height:8px; line-height:99em; background:#fff; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; margin:0 4px; overflow:hidden; cursor:pointer; display:inline-block; *display:inline; *zoom:1; position:relative;}
.swipe #pagenavi a.active{background:#ff0;  position:relative;}






@media only screen and (max-width: 1200px){
	#top1{width:1200px;}
}
