html,body{
    padding:0px;
    margin:0px;
}
div,a,input,span,p,h3,ul,li{
    box-sizing:border-box;
    padding:0px;
    margin:0px;
    list-style:none;
    line-height:24px;
}

body {
	background:#fff;
	font-weight: 400;
	font-size: 1em;
	font-family: Arial,'Microsoft YaHei';
    padding-top:120px;
}

a {
	text-decoration: none;
	outline: none;
    cursor:pointer;
    color:#333;

}

a:hover, a:focus {
	color: #2b7de1;
	outline: none;
}
.outdiv {
    float:left;
    width:100%;
    margin:0px;
    padding:0px;
    text-align:center;
    min-width:1200px;
}
.indiv {
    width:1200px;
    line-height:30px;
    margin:0 auto;
	padding:0px;
}
.header{
    border-top:4px solid #2b7de1;
    height:120px;
    min-width:1200px;
    position:fixed;
    left:0px;
    top:0px;
    z-index:999;
    background-color:#fff;
}
  .headeryy {
        box-shadow: 0px 0px 10px #424242;
    }


.header .logo{
    background-image:url(../image/logo.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:contain;
    width:28%;
    height:72px;
    float:left;
    margin-top:20px;
    margin-left:2%;
}
.header .logo.en{
        background-image:url(../image/logo_e.png);
}


.header  .mobilemenu{
    display:none;
}



.header .headermenu{
    width:70%;
    float:left;
    height:120px;
    box-sizing:border-box;
  
}
.header .headermenu ul{
    width:78%;
    float:left;
    height:100%;
    padding-top:40px;
}
.header .headermenu ul li{
    float:left;
    width:16%;
    height:80%;
    position:relative;
    margin-left:1%;
}
.header .headermenu ul li:first-child{
    width:15%;
    margin-left:0px;
}



.header .headermenu ul li a{
    line-height:30px;
    display:block;
    height:30px;
    width:100%;
    float:left;
    font-size:18px;
}
.header .headermenu ul li span{
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    background: #2b7de1;
    top: 48px;
    left: 50%;
}

.header .toptab{
    float:right;
    margin-right:4%;
    width:120px;
    background-color:#2b7de1;
    border-radius:0px 0px 10px 10px;
    height:40px;
     -webkit-box-shadow:0 5px 5px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 5px 5px rgba(0, 0, 0, 0.1);box-shadow:0 5px 5px rgba(0, 0, 0, 0.1);
     padding:10px 5px;
}
.header .toptab .searchplane{
    width:50%;
    box-sizing:border-box;
    border-right:1px solid #fff;
    position:relative;
    height:100%;
    float:left;
}

.header .toptab .searchplane  .searchicon{
    background-image:url(../image/search.png);
    background-position:center center;
    background-repeat:no-repeat;
    width:100%;
    height:100%;
    float:left;
}


.header .toptab .searchplane .searchinput
{
    position:absolute;
    top:-10px;
    right:54px;
    width:400px;
    height:35px;
    background-color:#2b7de1;
    border-radius:0px 0px 0px 6px;
    padding:2px 10px;
   display:none;
    z-index:99;
}


.header .toptab .searchplane:hover .searchinput{
    display:block;
     -webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.3);-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.3);box-shadow:0 5px 10px rgba(0, 0, 0, 0.3);-webkit-transition:box-shadow .2s ease-in;-moz-transition:box-shadow .2s ease-in;-ms-transition:box-shadow .2s ease-in;-o-transition:box-shadow .2s ease-in;transition:box-shadow .2s ease-in;
}
.header .toptab .searchplane:hover .searchicon{
     background-image:url(../image/search_h.png);
}




.header .toptab .searchplane .searchinput input{
    width:330px;
    float:left;
    height:28px;
    border:none;
    background-color:#4690eb;
    border-radius:5px;
}
.header .toptab .searchplane .searchinput input:hover{

}


.header .toptab .searchplane .searchinput a{
    display:block;
    height:28px;
    width:45px;
    text-align:center;
    color:#fff;
    float:left;
    line-height:28px;
    margin-left:5px;
    border-radius:6px;
}
.header .toptab .searchplane .searchinput a:hover{
    background-color:#276dc3;
    
}


.header .toptab .language{
    float:left;
    width:50%;
}
.header .toptab .language a{
    font-size:16px;
    line-height:20px;
    color:#fff;
    display:block;
}
.header .toptab .language a:hover{
    color:#ffa01b;
}

.company{
    background-image:url(../image/com_bg_1.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}
.company .indiv{
    height:800px;
    padding:30px;
}

.indiv .ptitle{
    width:100%;
    padding:10px;
    float:left;
    margin:20px 0px;
    text-align:center;
}
.indiv .ptitle .txt{
    margin:0px auto;
    width:176px;
    height:60px;
    padding:8px 10px 12px 10px;
    border-bottom:2px solid #2b7de1;
    position:relative;
    color:#222;
}
.indiv .ptitle .txt.en{
    width:226px;
}
.indiv .ptitle .txt.en .name{
    font-size:24px;
}


.indiv .ptitle .txt .name{
    width:100%;
    float:left;
    color:#333;
    font-size:28px;
    line-height:40px;
    height:40px;
}
.indiv .ptitle .txt span{
    width:60px;
    position:absolute;
    bottom:-3px;
    background-color:#ff9e14;
    height:4px;
    left:calc(50% - 30px);
}

.indiv .ptitle .txt.en span{
    width:90px;
     left:calc(50% - 45px);
}


.indiv .ptitle_2{
    width:100%;
    padding:10px;
    float:left;
    margin:20px 0px;
    text-align:center;
}
.indiv .ptitle_2 .txt{
    margin:0px auto;
    width:100%;
    height:58px;
    padding:8px 10px 12px 10px;
    border-bottom:2px solid #f0f0f0;
    position:relative;
    color:#222;
}
.indiv .ptitle_2 .txt .name{
    width:100%;
    float:left;
    color:#666;
    font-size:24px;
    line-height:40px;
    height:40px;
}
.indiv .ptitle_2 .txt span{
    width:80px;
    position:absolute;
    bottom:-6px;
    background-color:#ff9e14;
    height:2px;
    left:calc(50% - 40px);
}
.indiv .ptitle_2 .txt i{
    width:50px;
    position:absolute;
    bottom:0px;
    background-color:#2b7de1;
    height:2px;
    left:calc(50% - 25px);
}

.indiv .ptitle_3{
    width:100%;
    padding:5px;
    float:left;
    margin:20px 0px;
    text-align:center;
    border-bottom:1px solid #f0f0f0;
}
.indiv .ptitle_3 .txt{
    float:left;
    width:200px;
    height:42px;
    line-height:42px;
    position:relative;
    color:#fff;
    font-size:16px;
    background-color:#aaa;
}




.companycontent{
    width:100%;
    float:left;padding:10px 50px;
    color:#333;
    text-align:left;
    font-size:18px;
}
.companycontent .more{
    width:100%;
    text-align:right;
    padding-right:50px;
    height:35px;
    margin-top:10px;
}
.companycontent .more a{
    display:block;
    width:110px;
    height:30px;
    line-height:30px;
    border-radius:15px;
    text-align:center;
    color:#ffa01b;
    background-color:#f2f2f2;
    float:right;
    font-size:16px;
}
.companycontent .more a:hover{
    background-color:#2b7de1;
    color:#fff;
}

.companytab{
    background-image:url(../image/com_bg_2.png);
    background-repeat:repeat;
    background-position:center center;
    float:left;
    width:100%;
    margin-top:80px;
    border-radius:15px;
    -webkit-box-shadow:0 3px 10px rgba(150, 150, 150, 0.2);-moz-box-shadow:0 3px 10px rgba(150, 150, 150, 0.2);box-shadow:0 3px 10px rgba(150, 150, 150, 0.2);
    position:relative;
    padding-top:85px;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:20px;
}

.companytab .titleimg{
    position:absolute;
    width:100%;
    height:152px;
    top:-76px;
    left:0px;
    background-image:url(../image/com_logo.png);
    background-position:center center;
    background-repeat:no-repeat;
}

.companytab .titleimg.en{
    position:absolute;
    width:100%;
    height:152px;
    top:-76px;
    left:0px;
    background-image:url(../image/com_logo.png);
    background-position:center center;
    background-repeat:no-repeat;
}

.companytab 
ul{
    width:100%;
    float:left;
    
}

.companytab ul li{
    float:left;
    width:30%;
    margin-left:5%;
    
}
.companytab ul li:first-child{
    margin-left:0px;
}

.companytab ul li a{
    display:block;
    width:100%;
    float:left;
}
.companytab ul li .plane{
    width:100%;
    float:left;
    padding:10px;
}
.companytab ul li .plane .icon{
    width:100%;
    float:left;
    height:104px;
    text-align:center;
    padding-top:4px;
}








.companytab ul li .plane .icon i{
    background-color:#2b7de1;
    background-position:center center;
    background-repeat:no-repeat;
    border-radius:50%;
    width:96px;
    height:96px;
    display:block;
    margin:0px auto ;
}

.companytab ul li .plane .icon_1 i{
    background-image:url(../image/com_icon_1.png);
}
.companytab ul li .plane .icon_2 i{
    background-image:url(../image/com_icon_3.png);
}

.companytab ul li .plane .icon_3 i{
    background-image:url(../image/com_icon_2.png);
}




.companytab ul li .plane .txt{
    float:left;
    margin-top:14px;
    background-color:#eff2f6;
    border-radius:8px;
    padding:15px 20px;
}
.companytab ul li .plane .txt h3{
    font-size:20px;
    font-weight:normal;
    color:#000;
    line-height:30px;
}
.companytab ul li .plane .txt p{
    line-height:20px;
    margin-top:10px;
    font-size:15px;
    line-height:24px;
    color:#565656;
}

.companytab ul li a:hover .plane .icon{
  animation:icontobig 0.2s infinite;
-webkit-animation:icontobig 0.2s forwards; 
}

.companytab ul li a:hover .plane .icon i{
     background-color:#ffa01b;
     animation:iconitobig 0.2s infinite;
    -webkit-animation:iconitobig 0.2s forwards; 
}

.companytab ul li a:hover  .plane .txt {
    background-color:#2b7de1;
}

.companytab ul li a:hover  .plane .txt h3,.companytab ul li a:hover  .plane .txt p{
    color:#fff;
}


@keyframes icontobig
{
from { padding-top:4px;}
to { padding-top:0px;}
}

@-webkit-keyframes icontobig 
{
from { padding-top:4px;}
to { padding-top:0px;}
}

@keyframes iconitobig
{
from {width:96px;height:96px;}
to {width:104px;height:104px;}
}

@-webkit-keyframes iconitobig 
{
from {width:96px;height:96px;}
to {width:104px;height:104px;}
}

.outdiv.product{
    background-color:#d3eaf8;
    background-image:url(../image/pro_bg.png);
    background-repeat:repeat;
}

.outdiv.product .indiv{
    height:680px;
    padding:40px 0px;
}


.outdiv.product .productlist{
    width:100%;
    float:left;
    padding:30px 0px;
}

.outdiv.product .productlist li{
    width:340px;
    margin-left:90px;
    height:425px;
    float:left;
}


.outdiv.product .productlist li:first-child{
    margin-left:0px;
}

.outdiv.product .productlist .pdplane{
    background-position:center bottom;
    background-repeat:no-repeat;
    background-size:cover;
    position:relative;
    border-radius:10px;
    overflow:hidden;
     -webkit-box-shadow:0 2px 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow:0 2px 6px rgba(0, 0, 0, 0.5);
  box-shadow:0 2px 6px rgba(0, 0, 0, 0.5);
}
.outdiv.product .productlist .pdplane .pdbg{
    width:100%;height:100%;
    float:left;
    background-repeat:repeat;
    padding:10px;
    display:block;
}


.outdiv.product .productlist .pdplane h3{
    margin-top:20px;
    float:left;
    width:100%;
    padding-left:30px;
    text-align:left;
    font-size:26px;
    color:#444;
}
.outdiv.product .productlist.en .pdplane h3{
    font-size:20px;
}



.outdiv.product .productlist .pdplane h3 i{
    display:block;
    width:0px;
    height:41px;
    background-image:url(../image/logo_w.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:36px auto;
    float:left;
    border-bottom:3px solid #2b7de1;
}


.outdiv.product .productlist .pdplane h3 span{
   border-bottom:3px solid transparent;
   line-height:41px;
   float:left;
}




.outdiv.product .productlist .pdplane p{
    margin-top:20px;
    float:left;
    width:100%;
    padding-left:30px;
    text-align:left;
    font-size:18px;
    color:#555;
    line-height:28px;
    display:block;
    height:140px;
}
.outdiv.product .productlist .pdplane p label{
    display:block;
    width:100px;
    height:30px;
}
.outdiv.product .productlist .pdplane p i{
    display:block;
    width:4px;
    height:4px;
    border-radius:50%;
    background-color:#565656;
    margin:12px 4px;
    float:left;
}


.outdiv.product .productlist .pdplane .more{
    float:left;
    margin:15px 0px;
    width:100%;
    text-align:center;
    height:28px;
  
}

.outdiv.product .productlist .pdplane .more i{
    color:#fff;
    font-size:16px;
    text-align:center;
    width:100px;
    height:28px;
    line-height:28px;
    border-radius:14px;
    background-color:#ffa01b;
   margin:0px auto;
   display:block;
   font-style:normal;
   opacity:0;
   filter:Alpha(opacity=0)
}




.outdiv.product .productlist .inplane{
    float:left;
    width:100%;
    height:100%;
    border:1px solid transparent;
}

.outdiv.product .productlist .inplane ul{
    width:100%;
    padding:10px 20px 0px 20px;
    float:left;
}

.outdiv.product .productlist .inplane ul li{
    width:28%;
    margin-left:8%;
    float:left;
    text-align:center;
    height:auto;
}

.outdiv.product .productlist .inplane ul li:first-child{
    margin-left:0px;
}

.outdiv.product .productlist .inplane ul li img{
    width:66px;
    height:66px;
    border-radius:10px;
    display:none;
}


.outdiv.product .productlist .product_1{
    background-image:url(../image/product_c1.jpg);
}

.outdiv.product .productlist .product_2{
    background-image:url(../image/product_c2.jpg);
}
.outdiv.product .productlist .product_3{
    background-image:url(../image/product_c3.jpg);
}

   

.outdiv.product .productlist .pdplane:hover{
  -webkit-box-shadow:0 5px 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow:0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow:0 5px 15px rgba(0, 0, 0, 0.5);
  -webkit-transition:box-shadow .2s ease-in;
  -moz-transition:box-shadow .2s ease-in;
  -ms-transition:box-shadow .2s ease-in;
  -o-transition:box-shadow .2s ease-in;
  transition:box-shadow .2s ease-in;
}

.outdiv.product .productlist .pdplane:hover p i{
    background-color:#fff;
}


.outdiv.product .productlist .product_1:hover{
    background-image:url(../image/product_1_1.jpg);
}

.outdiv.product .productlist .product_2:hover{
    background-image:url(../image/product_2_1.jpg);
}

.outdiv.product .productlist .product_3:hover{
    background-image:url(../image/product_3_1.jpg);
}

.outdiv.product .productlist .pdplane:hover .pdbg{
    background-image:url(../image/probg.png);
}
.outdiv.product .productlist .pdplane:hover .pdbg .inplane {
    border:1px solid #fff;
}
.outdiv.product .productlist .pdplane:hover .pdbg h3 i{
    width:45px;
    border-color:#2b7de1;
    transition: width 0.5s;
    -moz-transition: width 0.5s; 
    -webkit-transition: width 0.5s; 
    -o-transition: width 0.5s;
}
.outdiv.product .productlist .pdplane:hover .pdbg h3 span{
    border-color:#ffa01b;
    color:#fff;
}
.outdiv.product .productlist .pdplane:hover .pdbg p{
    color:#fff;
    transition: color 0.5s;
    -moz-transition: color 0.5s; 
    -webkit-transition: color 0.5s; 
    -o-transition: color 0.5s;
}
.outdiv.product .productlist .pdplane:hover .more i{
    opacity:1;
    filter:Alpha(opacity=100);
    transition: opacity 0.8s;
    -moz-transition: opacity 0.8s; 
    -webkit-transition: opacity 0.8s; 
    -o-transition: opacity 0.8s;
}

.outdiv.product .productlist .pdplane:hover  .inplane li:nth-child(1) .pimg{
     display:none;
   animation:fadeInRight 0.8s;
  -webkit-animation:fadeInRight 0.8s; 
}
.outdiv.product .productlist .pdplane:hover  .inplane li:nth-child(2) .pimg{
    display:none;
    animation:fadeInRight 0.9s;
   -webkit-animation:fadeInRight 0.9s; 
}

.outdiv.product .productlist .pdplane:hover  .inplane li:nth-child(3) .pimg{
     display:none;
    animation:fadeInRight 1s;
   -webkit-animation:fadeInRight 1s; 
}

.outdiv.news{
    background-color:#f6f6f6;
}

.outdiv.news .indiv{
    height:650px;
    padding:40px 0px;
}
.outdiv.news .indiv ul{
    float:left;
    width:100%;
    margin-top:20px;
}
.outdiv.news .indiv ul li{
    width:275px;
    float:left;
    margin-left:33.3px;
}
.outdiv.news .indiv ul li:first-child{
    margin-left:0px;
}
.outdiv.news .indiv ul li a{
    display:block;
    width:100%;
    float:left;
    background-color:#fff;
}
.outdiv.news .indiv ul li a .img{
    width:100%;
    height:auto;
    float:left;
    overflow:hidden;
    height:182px;
}
.outdiv.news .indiv ul li a img{
    width:100%;
    height:auto;
     float:left;
}


.outdiv.news .indiv ul li a .title{
    float:left;
    width:100%;
    color:#444;
    font-size:15px;
    font-weight:bold;
    line-height:24px;
    text-align:center;
    height:34px;
    overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
    padding:5px 10px;
}
.outdiv.news .indiv ul li a .txt{
    float:left;
    width:100%;
    color:#888;
    line-height:20px;
    text-align:left;
    height:60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding:5px 10px 15px 10px;
}
.outdiv.news .indiv ul li a .time{
     float:left;
    width:50%;
    line-height:40px;
    text-align:center;
    height:40px;
    color:#888;
    border-top:1px solid #f0f0f0;
}
.outdiv.news .indiv ul li a .view{
    float:left;
    width:50%;
    line-height:40px;
    text-align:center;
    height:40px;
    color:#aaa;
    border-top:1px solid #f0f0f0;
    border-left:1px solid #f0f0f0;
}
.outdiv.news .indiv ul li a:hover{
   -webkit-box-shadow:0 5px 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:0 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow:0 5px 15px rgba(0, 0, 0, 0.3);
  -webkit-transition:box-shadow .2s ease-in;
  -moz-transition:box-shadow .2s ease-in;
  -ms-transition:box-shadow .2s ease-in;
  -o-transition:box-shadow .2s ease-in;
  transition:box-shadow .2s ease-in;
}
.outdiv.news .indiv ul li a:hover .title,.outdiv.news .indiv ul li a:hover .txt,.outdiv.news .indiv ul li a:hover .time,.outdiv.news .indiv ul li a:hover .view{
    color:#fff;
    background-color:#2b7de1;
}
.morenews{
    width:100%;
    height:34px;
    margin-top:50px;
    text-align:center;
    float:left;
}
.morenews a{
    margin:0px auto;
   height:34px;
    display:block;
    width:150px;
    border-radius:20px;
    background-color:#fff;
    overflow:hidden;
}
.morenews a i{
    color:#ffa01b;
    font-size:16px;
    font-style:normal;
    display:block;
    width:50%;
    height:100%;
    float:left;
    line-height:34px;
    padding-right:2px;
    box-sizing:border-box;
    text-align:right;
}
.morenews a span{
    color:#2b7de1;
    font-size:16px;
    display:block;
    width:50%;
    height:100%;
    float:left;
    line-height:34px;
    padding-left:2px;
   box-sizing:border-box;
    text-align:left;
}
.morenews a:hover{
  -webkit-box-shadow:0 5px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow:0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow:0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition:box-shadow .2s ease-in;
  -moz-transition:box-shadow .2s ease-in;
  -ms-transition:box-shadow .2s ease-in;
  -o-transition:box-shadow .2s ease-in;
  transition:box-shadow .2s ease-in;
}

.morenews a:hover i{
    background-color:#2b7de1;
    color:#fff;
}
.morenews a:hover span{
    background-color:#2b7de1;
    color:#fff;
}

.bottomcontact{
    background-color:#e5e5e5;
}
.bottomcontact .indiv{
    height:220px;
    padding-top:40px;
}
.bottomcontact .indiv .left{
    float:left;
    width:60%;
    padding-left:20px;
}

.bottomcontact .indiv .left h3{
    background-image:url(../image/title_bg_10.png);
    background-position:left top;
    background-repeat:no-repeat;
    padding-bottom:2px;
    padding-left:30px;
    text-align:left;
    line-height:36px;
    font-size:20px;
    color:#222;
    font-weight:normal;

}

.bottomcontact .indiv .left .txt{
    width:100%;
    float:left;
    color:#565656;
    font-size:14px;
    text-align:left;
    padding-top:20px;
}

.bottomcontact .indiv .right{
    float:left;
    width:40%;
}

.bottomcontact .indiv .right .logo{
    width:100%;
    float:left;
    height:110px;
    background-image:url(../image/logo_tm.png);
    background-position:center center;
    background-repeat:no-repeat;
}
.bottomcontact .indiv .right .txt{
      width:100%;
    float:left;
    text-align:center;
    font-size:18px;
    color:#444;
    font-weight:bold;
}
.bottomcontact .indiv .right .txt.en{
    font-weight:bold;
     color:#565656;
    font-size:16px;
}

.mainbottom{
    background-color:#535353;
}
.mainbottom .indiv{
    padding:15px;
    color:#fff;
    font-size:14px;
    line-height:24px;
}

.subbanner{
    width:100%;
    float:left;
}

.subbanner img{
    width:100%;
    float:left;
}


.submenu{
   width:100%;
   float:left;
   background-color:#f1f2f6;
   border-bottom:1px solid #ddd;
    -webkit-box-shadow:0 -5px 6px rgba(0, 0, 0, 0.5);-moz-box-shadow:0 -5px 6px rgba(0, 0, 0, 0.5);box-shadow:0 -5px 6px rgba(0, 0, 0, 0.5);
}
.submenu .indiv{
    height:50px;
}
.submenu ul{
    width:100%;
    float:left;
    width:100%;
    height:53px;
}
.submenu ul li{

    float:left;
    height:53px;
  
}
.submenu ul li a{
    display:block;
    padding:0px 30px 0px 10px;
    height:50px;
    float:left;
     font-size:18px;
     color:#444;
     line-height:50px;
     text-align:left;
}
.submenu ul li span{
    display:block;
    padding:0px 30px 0px 10px;
    height:50px;
    float:left;
    font-size:18px;
    color:#2b7de1;
    line-height:50px;
      text-align:left;
    font-weight:bold;
}
.submenu ul li i{
    float:left;
    display:inline-block;
    height:3px;
    width:0px;
    background-color:#ffa01b;
}
.submenu ul li.active i{
   width:100%;
     background-color:#ffa01b;
}


.submenu ul li b{
    display:inline-block;
    height:50px;
    width:50px;
    float:left;
    background-image:url(../image/logo_w.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:30px auto;
    opacity:0;
    filter:Alpha(opacity=0);
}

.submenu ul li:hover{
     background-color:#2b7de1;
    transition: background-color 0.5s;
    -moz-transition: background-color 0.5s; 
    -webkit-transition: background-color 0.5s; 
    -o-transition: background-color 0.5s;
}


.submenu ul li:hover i{
    width:100%;
    transition: width 0.5s;
    -moz-transition: width 0.5s; 
    -webkit-transition: width 0.5s; 
    -o-transition: width 0.5s;
}

.submenu ul li:hover a,.submenu ul li:hover span{
    color:#fff;
}




.submenu ul li.active b{
    background-image:url(../image/logo_min.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:30px auto;
    opacity:1;
    filter:Alpha(opacity=100);
}

.submenu ul li:hover b{
    background-image:url(../image/logo_w.png);
    opacity:1;
    filter:Alpha(opacity=100);
    transition: opacity 0.8s;
    -moz-transition: opacity 0.8s; 
    -webkit-transition: opacity 0.8s; 
    -o-transition: opacity 0.8s;
}

.companyleft{
    float:left;width:50%;line-height:28px;padding-right:10px;
}
.companyright{
    width:50%;float:left;text-align:center;padding-left:10px;padding-top:20px;
}

.sublink{
    height:50px;
    padding:9px 0px;
    padding-left:40px;
     background-image:url(../image/logo_min.png);
    background-position:left center;
    background-repeat:no-repeat;
    background-size:30px auto;
 
}
.sublink a{
    line-height:32px;
    font-size:16px;
    color:#747d8c ;
    float:left;
    padding:0px 10px;
    border-radius:5px;
}
.sublink a.cur{
    color:#2b7de1;
}

.sublink span{
    line-height:32px;
    font-size:20px;
    color:#999;
    float:left;
    padding:0px 10px;
    font-family:'Adobe Arabic';
}

.sublink a:hover{
    background-color:#2b7de1;
    color:#fff;
}




.subcontent{
    float:left;
    width:100%;
    padding:50px 30px;
}

.subtitle{
    float:left;
    width:100%;
     background-image:url(../image/bg_001.png);
    background-repeat:no-repeat;
    background-position:left center;
    background-size:auto 30px;
    padding-top:10px;
}
.subtitle .bor{
 float:left;
 width:10px;
 height:20px;
 background-color:#ffa01b;
 border-bottom:3px solid #ffa01b;
 margin-top:33px;
}

.subtitle .txt{
    float:left;
    width:calc(100% - 10px);
}


.subtitle h3{
   
    float:left;
    width:100%;
   font-size:22px;
    color:#444;
    text-align:left;
    font-weight:normal;
    line-height:50px;
    padding-left:26px;
    font-weight:600;
    display:block;
}

.subtitle i.bottom{
    display:inline-block;
    width:120px;
    height:3px;
    background-color:#ddd;
    float:left;
}
.subtitle i.top{
    display:inline-block;
    width:20px;
    height:3px;
    background-color:#ffa01b;
    float:left;
}

.subtitle i.bottom{
    display:inline-block;
    width:48px;
    height:3px;
    background-color:#2b7de1;
    float:left;
}
.subtitle i.bottom1{
    display:inline-block;
    width:120px;
    height:3px;
    background-color:#eee;
    float:left;
}


.subtitle2{
    float:left;
    width:100%;
}
.subtitle2 .bor{
 float:left;
 width:5px;
 height:32px;
 background-color:#ffa01b;


}

.subtitle2 .txt{
    float:left;
    width:calc(100% - 5px);
    background-color:#fafafa;
}


.subtitle2 h3{
    float:left;
    width:100%;
   font-size:26px;
    color:#444;
    text-align:left;
    font-weight:normal;
    line-height:50px;
    padding-left:20px;
    margin-top:10px;
       margin-bottom:10px;
}

.subtitle2 i.bottom{
    display:inline-block;
    width:110px;
    height:3px;
    background-color:#ddd;
    float:left;
}
.subtitle2 i.top{
    display:inline-block;
    width:20px;
    height:3px;
    background-color:#ffa01b;
    float:left;
}

.subtitle2 i.bottom{
    display:inline-block;
    width:48px;
    height:3px;
    background-color:#2b7de1;
    float:left;
}
.subtitle2 i.bottom1{
    display:inline-block;
    width:120px;
    height:2px;
    background-color:#eee;
    float:left;
}
.subtitle2 i.bottom2{
    display:inline-block;
    width:60px;
    height:3px;
    background-color:#eee;
    float:right;
     background-color:#ffa01b;
}
.subtitle2 i.bottom3{
    display:inline-block;
    width:20px;
    height:3px;
    background-color:#eee;
    float:right;
     background-color:#2b7de1;
}



.subtxt{
    width:100%;
    float:left;
    padding:50px 0px;
    font-size:18px;
    text-align:left;
    line-height:28px;
    color:#333;
}

.subtxt p,.subtxt h3,.subtxt i,.subtxt b{
    line-height:28px;
}
.subtxt p{
    margin:10px 0px;
}


.historyline{
    width:100%;
    float:left;
    padding-left:140px;
}
.historyline .line{
    height:100%;
    width:100%;
    float:left;
    border-left:6px solid #eee;
 
}
.historyline .line .startdot{
   width:100%;
    height:60px;
    float:left;
   position:relative;
}





.historyline .line .startdot .dot{
    position:absolute;
    left:-15px;
    top:-4px;
    background-color:#ffa01b;
    width:24px;
    height:24px;
    border-radius:12px;
}

.historyline .line .enddot{
   width:100%;
    height:60px;
    float:left;
   position:relative;
}

.historyline .line .enddot .dot{
    position:absolute;
    left:-45px;
    top:40px;
    background-color:#2b7de1;
    width:82px;
    height:34px;
    border-radius:16px;
    font-size:14px;
    line-height:34px;
    font-style:normal;
    text-align:center;
    color:#fff;
}


.historyline .line ul.timeline{
    width:100%;
    float:left;
    padding-left:30px;
}
.historyline .line ul.timeline li{
    width:100%;
    float:left;
    position:relative;
    padding:10px 20px 10px 30px;
    border-radius:20px;
    background-color:#f8f8f8;
    margin-bottom:40px;
}

.historyline .line ul.timeline li .mark {
    background-image:url(../image/arrow_3.png);
    background-position:left center;
    background-repeat:no-repeat;
    background-size:cover;
    width:120px;
    height:36px;
    position:absolute;
    left:-162px;
    top:25px;
    line-height:36px;
    padding-left:20px;
    font-size:18px;
    color:#fff;
    border-radius:6px;
}
.historyline .line ul.timeline li .dot{
   position:absolute;
   width:16px;
   height:16px;
   background-color:#fff;
   border:2px solid #2b7de1;
   border-radius:50%;
   left:-43px;
   top:33px;
}
.historyline .line ul.timeline li .content{
    width:60%;
    float:left;
    padding:10px;
}
.historyline .line ul.timeline li .content .title{
    line-height:32px;
    font-size:18px;
    color:#222;
    width:100%;
    float:left;
}
.historyline .line ul.timeline li .content .txt{
    line-height:20px;
    font-size:14px;
    color:#aaa;
    width:100%;
    float:left;
    margin-top:10px;
}
.historyline .line ul.timeline li .img{
    width:40%;
    float:left;
    padding:10px;
    text-align:center;
}

.historyline .line ul.timeline li .img img{
    width:88%;
    height:auto;
    border-radius:10px;
    margin:0px auto;
}
.historyline .line ul.timeline li .arrow{
    border:solid transparent;
    width:0px;
    height:0px;
   border-right-color: #f8f8f8;
   border-width:10px;
   position:absolute;
   top:33px;
   left:-20px;
}

.historyline .line ul.timeline li:hover{
      background-color:#2b7de1;
        -webkit-box-shadow:0 5px 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:0 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow:0 5px 15px rgba(0, 0, 0, 0.3);
  -webkit-transition:box-shadow .2s ease-in;
  -moz-transition:box-shadow .2s ease-in;
  -ms-transition:box-shadow .2s ease-in;
  -o-transition:box-shadow .2s ease-in;
  transition:box-shadow .2s ease-in;
}

.historyline .line ul.timeline li:hover .mark{
    background-image:url(../image/arrow_2.png);
    left:-168px;
     transition: left 0.2s;
    -moz-transition:left 0.2s; 
    -webkit-transition:left 0.2s; 
    -o-transition:left 0.2s;
    font-weight:bold;
}

.historyline .line ul.timeline li:hover .dot{
   width:18px;
   height:18px;
   background-color:#fff;
   border:4px solid #ffa01b;
   border-radius:50%;
   left:-45px;
   top:31px;
    transition: width,height,left,top,border-width 0.2s;
    -moz-transition: width,height,left,top,border-width  0.2s; 
    -webkit-transition: width,height,left,top,border-width  0.2s; 
    -o-transition: width,height,left,top,border-width  0.2s;
}
.historyline .line ul.timeline li:hover .title,.historyline .line ul.timeline li:hover .txt{
    color:#fff;
}
.historyline .line ul.timeline li:hover .arrow{
     border-right-color: #2b7de1;
}

.sup_list{
    width:100%;
    padding-top:40px;
    float:left;
    height:150px;
    background-color:#f0f0f0;
    position:relative;
    margin-top:180px;
    margin-bottom:80px;
}
.sup_list ul{
      position:absolute;
      width:92%;
      top:-160px;
      left:4%;
}


.sup_list li{
    width:30%;
    float:left;
    margin-left:5%;
    
    border:1px solid #eee;
    background-color:#fff;
}

.sup_list li .top{
   width:100%;
   height:100%;
   float:left;
   position:absolute;
   opacity:0.5;
   filter:Alpha(opacity=50);
   background-color:#222;
   z-index:50;
}

.sup_list li .icon{
    display:block;
    width:66px;
    height:66px;
    background-color:#2b7de1;
    position:absolute;
    left:calc(50% - 30px);
    top:calc(50% - 30px);
    border-radius:50%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:36px;
    z-index:100;
}


.sup_list li  .icon.icon_1{
    background-image:url(../image/icon_01.png);
}
.sup_list li  .icon.icon_2{
    background-image:url(../image/icon_02.png);
}

.sup_list li  .icon.icon_3{
    background-image:url(../image/icon_03.png);
}

.sup_list li  .icon.icon_4{
    background-image:url(../image/icon_04.png);
}


.sup_list li:first-child{
    margin-left:0px;
}

.sup_list li .img{
    float:left;
    width:100%;
   position:relative;

}
.sup_list li .img img{
    float:left;
    width:100%;
    height:auto;
}

.sup_list li .title{
    width:100%;
    float:left;
    line-height:40px;
    font-size:16px;
    font-weight:bold;
    color:#fff;
    text-align:center;
    padding:5px 0px;
    background-color:#2b7de1;
    
}

.sup_list li .txt{
    width:100%;
    float:left;
    border-top:1px solid #f0f0f0;
    padding:10px;
    color:#bbb;
    font-size:14px;
}
.sup_list li:hover{
   -webkit-box-shadow:0 5px 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:0 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow:0 5px 15px rgba(0, 0, 0, 0.3);
  -webkit-transition:box-shadow .2s ease-in;
  -moz-transition:box-shadow .2s ease-in;
  -ms-transition:box-shadow .2s ease-in;
  -o-transition:box-shadow .2s ease-in;
  transition:box-shadow .2s ease-in;
}

.sup_list li:hover .top{
   opacity:0.2;
   filter:Alpha(opacity=20);
    transition: opacity 0.2s;
    -moz-transition: opacity  0.2s; 
    -webkit-transition: opacity  0.2s; 
    -o-transition:opacity  0.2s;
}

.sup_list li:hover .icon{
   background-color:#ffa01b;
   filter:Alpha(opacity=0);
    transition: background-color 0.2s;
    -moz-transition: background-color  0.2s; 
    -webkit-transition: background-color  0.2s; 
    -o-transition:background-color  0.2s;
}

.sup_list li:hover  .title{
    background-color:#ffa01b;
}

.sup_list li:hover  .txt{
    color:#444;
    background-color:#fafafa;
}

.sup_plane{
    float:left;
    width:100%;
    position:relative;
}


.sup_plane .plane_1{
    float:left;
    width:40%;
    border-radius:20px;
    background-color:#fafafa;
    height:320px;
    margin-bottom:60px;
    margin-top:20px;
   padding:10px 50px;
   border:1px solid #e5e5e5;
}
.sup_plane .plane_1:nth-child(2n){
    margin-left:20%;
}

.sup_plane .plane_1 .icon {
    width: 100%;
    height:90px;
    margin-top:10px;
    float: left;
    text-align: center;
    padding-top:10px;
}
.sup_plane .plane_1 .icon i{
    display:block;
    width:80px;
    height:80px;
    background-color:#fff;
    border-radius:50%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:auto 45px;
margin:0px auto;
   border:1px solid #eee;
}

.sup_plane  .icon .icon_1{
    background-image:url(../image/icon_14.png);
}
.sup_plane  .icon .icon_2{
    background-image:url(../image/icon_12.png);
}
.sup_plane  .icon .icon_3{
    background-image:url(../image/icon_13.png);
}
.sup_plane  .icon .icon_4{
    background-image:url(../image/icon_15.png);
}
.sup_plane  .icon .icon_5{
    background-image:url(../image/icon_11.png);
}
.sup_plane .plane_1 .title{
    width:100%;
    float:left;
    margin-top:10px;
    font-size:20px;
    color:#565656;
    line-height:32px;
    text-align:center;
    font-weight:bold;
}

.sup_plane .plane_1 .txt{
    width:100%;
    float:left;
    margin-top:10px;
    font-size:16px;
    color:#999;
    text-align:center;
    padding:10px;
    border-radius:10px;
}


.sup_plane .plane_5{
   position:absolute;
   left:calc(50% - 200px);
   top:240px;
   background-color:#ffa01b;
   border-radius:50%;
   background-color:#2b7de1;
   height:400px;
   padding:10px 50px;
   width:400px;
}


.sup_plane .plane_5 .icon {
    width: 100%;
    height:90px;
    margin-top:10px;
    float: left;
    text-align: center;
    padding-top:10px;
}
.sup_plane .plane_5 .icon i{
    display:block;
    width:80px;
    height:80px;
    background-color:#3e8ded;
    border-radius:50%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:auto 45px;
margin:0px auto;
}

.sup_plane .plane_5 .title{
    width:100%;
    float:left;
    margin-top:10px;
    font-size:20px;
    color:#fff;
    line-height:32px;
    text-align:center;
    font-weight:bold;
}

.sup_plane .plane_5 .txt{
    width:100%;
    float:left;
    margin-top:10px;
    font-size:16px;
    color:#fff;
    text-align:center;
    padding:10px;
}

.sup_plane .plane_5:hover{
    background-color:#ffa01b;
       -webkit-box-shadow:0 5px 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:0 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow:0 5px 15px rgba(0, 0, 0, 0.3);
  -webkit-transition:box-shadow .2s ease-in;
  -moz-transition:box-shadow .2s ease-in;
  -ms-transition:box-shadow .2s ease-in;
  -o-transition:box-shadow .2s ease-in;
  transition:box-shadow .2s ease-in;
}

.sup_plane .plane_5:hover .icon i {
        background-color:#fdb044;
}

.sup_plane .plane_1:hover{
    background-color:#2b7de1;
       -webkit-box-shadow:0 5px 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:0 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow:0 5px 15px rgba(0, 0, 0, 0.3);
  -webkit-transition:box-shadow .2s ease-in;
  -moz-transition:box-shadow .2s ease-in;
  -ms-transition:box-shadow .2s ease-in;
  -o-transition:box-shadow .2s ease-in;
  transition:box-shadow .2s ease-in;
}

.sup_plane .plane_1:hover .icon i {
        background-color:#3e8ded;
        border:none;
}
 .sup_plane .plane_1:hover .title {
     color:#fff;
 }

  .sup_plane .plane_1:hover .txt {
     color:#fff;
     background-color:#3585e7;
 }


.sup_plane .plane_1:hover .icon .icon_1{
    background-image:url(../image/icon_14_1.png);
}
.sup_plane .plane_1:hover  .icon .icon_2{
    background-image:url(../image/icon_12_1.png);
}
.sup_plane .plane_1:hover  .icon .icon_3{
    background-image:url(../image/icon_13_1.png);
}
.sup_plane .plane_1:hover  .icon .icon_4{
    background-image:url(../image/icon_15_1.png);
}
.sup_plane .plane_5:hover  .icon .icon_5{
    background-image:url(../image/icon_11_1.png);
}

.certification{
    width:100%;
    float:left;
    padding-top:10px;
    margin-top:10px;
    margin-bottom:30px;
}

.certification li{
    width:30%;
    margin-left:5%;
    float:left;
    padding:30px 10px;
    border-radius:20px;
    background-color:#f5f5f5;
}
.certification li:first-child{
    margin-left:0px;
}

.certification li .title{
    float:left;
    width:100%;
    padding:10px;
    text-align:center;
    height:56px;
}
.certification li .title span{
    margin:auto;
    height:36px;
    line-height:36px;
    border-radius:18px;
    background-color:#ddd;
    padding:0px 20px;
    display:inline-block;
}

.certification li .img{
    float:left;
    width:100%;
    text-align:center;
    height:400px;
    margin-top:10px;
}


.certification li .img img{
    margin:0px auto;
    width:100%;
    height:auto;
}
.certification li:hover{
       -webkit-box-shadow:0 5px 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:0 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow:0 5px 15px rgba(0, 0, 0, 0.3);
  -webkit-transition:box-shadow .2s ease-in;
  -moz-transition:box-shadow .2s ease-in;
  -ms-transition:box-shadow .2s ease-in;
  -o-transition:box-shadow .2s ease-in;
  transition:box-shadow .2s ease-in;
}

.certification li:hover span{
    background-color:#2b7de1;
    color:#fff;
}

.marketmap{
   width:100%;
   float:left;
   padding:50px 5% 80px 5%;
}
.marketmap .indiv{
    width:100%;
    float:left;
    height:auto;
    position:relative;
}

.marketmap img{
    width:100%;
    float:left;
    height:auto;
}
.marketmap .case{
    position:absolute;
    left:3%;
    bottom:20px;
    width:300px;
    border-radius:10px;
}

.marketmap .case li{
    float:left;
    width:100%;
    margin-top:5px;
}
.marketmap .case li i{
    display:inline-block;
    width:10px;
    height:10px;
    border-radius:50%;
    margin:5px 5px;
    float:left;
}
.marketmap .case li span{
  line-height:20px;
  margin-left:5px;
  font-size:15px;
  text-align:left;
  float:left;
}

.producttype{
    float:left;
    width:100%;
    margin-top:10px;
}
.producttype li{
    float:left;
    width:100%;
    margin-top:15px;
}



.producttype li span{
    background-color:#2b7de1;
    color:#fff;
    text-align:center;
    padding:0px 20px 0px 0px;
    line-height:54px;
    font-size:16px;
    float:left;
    width:280px;
    display:inline-block;
}
.producttype li i{
   float:left;
   margin-right:10px;
   background-image:url(../image/menuicon.png);
   background-position:center center;
   background-repeat:no-repeat;
   background-size:30px auto;
   display:inline-block;
   width:54px;
   height:54px;
   background-color:#1569d0;
}

.producttype a:hover span{
     background-color:#ffa01b;
}

.producttype a:hover i{
     background-color:#f29411;
}



.producttype_2 {
    float:left;
    width:calc(100% - 280px);
}
.producttype_2 li{
     float:left;
     min-width:150px;
     height:54px;
     width:auto;
     margin-top:0px;
     margin-left:20px;
}
.producttype_2 li a{
    width:100%;
    float:left;
    line-height:20px;
    background-color:#f0f0f0;
    display:block;
    height:54px;
    font-size:16px;
    padding:0px 20px;
    color:#565656;
}
.producttype_2 li a::before {
    display: inline-block;
    content: "";
    height: 100%;
    vertical-align: middle;
}

.producttype_2 a:hover {
    background-color:#2b7de1;
    color:#fff;
}


.productview{
   width:100%;
   float:left;
   margin-top:20px;
   border-top:1px solid #eaeaea;
   padding-top:50px;
}

.productview .leftimg{
    border:1px solid #d0d0d0;
    width:420px;
    height:420px;
    float:left;
}
.productview .leftimg img{
    width:100%;height:auto;
    float:left;
}

.productview .righttxt{
    width:calc(100% - 420px);
    float:left;
    padding-left:100px;
    padding-right:50px;
}

.productview .righttxt .plane{
     float:left;
     width:100%;
     margin-bottom:10px;
     padding-bottom:10px;
     padding-left:20px;
     background-image:url(../image/listicon.png);
     background-repeat:no-repeat;
     background-position:left 11px;
     background-size:11px auto;
     border-bottom:1px solid #eaeaea;

     
}
.productview .righttxt .plane p{
    float:left;
     width:100%;
     font-size:14px;
     color:#565656;
      text-align:left;
}
.productview .righttxt .plane h3{
    float:left;
    width:100%;
    font-size:16px;
    font-weight:normal;
    color:#222;
    margin-top:5px;
    margin-bottom:5px;
    text-align:left;
}

.reporttype{
    width:100%;
    float:left;
    margin-top:50px;
    height:50px;
    text-align:center;
}
.reporttype .center{
 margin:0px auto;
    height:50px;
    width:351px;
}



.reporttype a{
    display:inline-block;
    width:160px;
    line-height:50px;
    font-size:18px;
    text-align:center;
    background-color:#f5f5f5;
    color:#565656;
    margin:0px auto;
    height:50px;
    float:left;
    
}
.reporttype a:hover{
    background-color:#ffa01b;
    color:#fff;
}
.reporttype a.active{
       background-color:#2b7de1;
       color:#fff;
}
.reporttype a:hover
{
      background-color:#ffa01b;
       color:#fff;
}

.reporttype span{
    display:inline-block;
    height:50px;
    width:1px;
    margin:0px 15px;
     float:left;
     background-color:#ffa01b;
}

.reportlist{
    width:100%;
    float:left;
    margin-top:40px;
    padding-top:30px;
    border-top:2px solid #f0f0f0;
}

.reportlist li{
    margin-top:20px;
    width:100%;float:left;

}
.reportlist li a{
    display:block;
    width:100%;
    height:80px;
    background-color:#f8f8f8;
}
.reportlist li a label.left{
    font-size:32px;
    font-weight:bold;
    background-color:#2b7de1;
    color:#fff;
    line-height:80px;
    display:block;
    float:left;
    padding:0px 0px;
    width:112px;

}
.reportlist li a label.left.yellow{
    background-color:#ffa01b;
}
.reportlist li a label.left b{
    width:100%;
    text-align:center;
    display:block;
    line-height:48px;
    font-size:28px;
}
.reportlist li a label.left i{
    width:80%;
    text-align:center;
    display:block;
    line-height:32px;
    font-size:20px;
   font-style:normal;
   margin-left:10%;
   border-top:1px solid #fafafa;
}

.reportlist li a  span{
    line-height:80px;
    font-size:20px;
    color:#666;
    float:left;
    padding-left:50px;
}

.reportlist li a label.date{
    line-height:80px;
    float:right;
    color:#bbb;
    font-size:16px;
    margin-right:30px;
    width:90px;
}
.reportlist li a:hover {
      -webkit-box-shadow:0 2px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow:0 2px 10px rgba(0, 0, 0, 0.3);
  -webkit-transition:box-shadow .2s ease-in;
  -moz-transition:box-shadow .2s ease-in;
  -ms-transition:box-shadow .2s ease-in;
  -o-transition:box-shadow .2s ease-in;
  transition:box-shadow .2s ease-in;
}
.reportlist li a:hover span{
    color:#2b7de1;
    font-weight:bold;
}


.newtype {
    width: 100%;
    float: left;
    margin-top:10px;
    height: 50px;
    text-align: center;
}

.newtype .center {
    margin: 0px auto;
    height: 50px;
    width:512px;
}
.newtype span{
    display:inline-block;
    height:50px;
    width:1px;
    margin:0px 15px;
     float:left;
     background-color:#ffa01b;
}
.newtype a {
    display: inline-block;
    width: 150px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    background-color: #f5f5f5;
    color: #565656;
    margin: 0px auto;
    height: 50px;
    float: left;
}
.newtype a:hover{
    background-color:#ffa01b;
    color:#fff;
}

.newtype a.active {
    background-color: #2b7de1;
    color: #fff;
}



.newlist {
    width:100%;
    float:left;
    margin-top:50px;

    border-top:1px solid #f0f0f0;
}

.newlist li{
    float:left;
    border:1px solid #eaeaea;
    width:32%;
    margin-left:2%;
    height:400px;
    margin-top:30px;
    background-color:#fafafa;
    position:relative;
}

.newlist li:nth-child(3n+1){
    margin-left:0px;
}




.newlist li .img{
    float:left;
    width:100%;
    background-color:#fff;
    position:relative;
    height:240px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}

.newlist li .img img{
    width:100%;
}



.newlist li  .txt{
    float:left;
    width:100%;
    z-index:100;
}

.newlist li .txt .title{
    float:left;
    width:100%;
    line-height:24px;
    text-align:center;
    padding:10px 10px 0px 10px;
    height:40px;
    color:#222;
    font-size:16px;
    background-color:#fff;
overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    
}
.newlist li .txt  .remark{
     float:left;
     width:100%;
     color:#aaa;
     font-size:14px;
     line-height:18px;
     padding:10px 10px 0px 10px;
     margin:0px 0px;
     border-top:1px solid  #eaeaea;
     text-align:left;
     overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.newlist .mtime{
    padding:0px 15px;
    color:#aaa;
    float:right;
    margin-top:8px;
    display:none;
}


.newlist li:hover{
  -webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow:0 5px 10px rgba(0, 0, 0, 0.3);
  -webkit-transition:box-shadow .2s ease-in;
  -moz-transition:box-shadow .2s ease-in;
  -ms-transition:box-shadow .2s ease-in;
  -o-transition:box-shadow .2s ease-in;
  transition:box-shadow .2s ease-in;
  background-color:#2b7de1;
}



.newlist li:hover .title{
    background-color:#2b7de1;
    color:#fff;
}


.newlist li:hover .remark{
    border-top:1px solid  #1b65bf;
    background-color:#2b7de1;
    color:#fff;
}



.newlist label{
    
    float:right;
    margin-right:20px;
    font-size:14px;
    line-height:30px;
    border-radius:15px;

    color:#ffa01b;
    margin-top:10px;
}

.newlist .time{
    position:absolute;
    top:0px;
    left:15px;
    width:70px;
    background-color:#2b7de1;
}
.newlist li:hover .time{
    background-color:#ffa01b;
}



.newlist .time b{
    font-size:36px;
    line-height:42px;
    display:block;
    text-align:center;
    color:#fff;
}
.newlist .time i{
   font-size:15px;
   line-height:28px;
   display:block;
   text-align:center;
   color:#fff;
   font-style:normal;
}
.newstitle{
    float:left;
    width:100%;
    margin:50px 0px 0px 0px;
    padding:30px;
    font-size:24px;
    color:#222;
    text-align:center;
    background-color:#fafafa;
}
.newsalter{
    float:left;
    width:100%;
    margin:0px;
    font-size:14px;
    color:#bbb;
    text-align:center;
    background-color:#fafafa;
    padding-bottom:20px;
}


.newscentent{
   float:left;
    width:100%;
    padding:20px;
    margin-top:50px;
}

.newsback{
    float:left;
    width:100%;
    margin:20px 0px;
    padding:20px 20px;
    background-color:#fafafa;
}

.newsback ul{
    width:80%;
    float:left;
}
.newsback ul li{
    width:100%;
    float:left;margin-top:10px;
    text-align:left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newsback ul li a{
    font-size:16px;
}

.newsback .back{
    display:block;
    width:18%;
    margin-left:2%;
    height:50px;
    margin-top:10px;
    background-color:#2b7de1;
    line-height:50px;
    color:#fff;
    float:left;
    font-size:16px;
}

.contactplane{
    margin-top:40px;
    padding:20px 10px;
    float:left;
    width:100%;

}
.contactplane .plane{
    width:48%;
    float:left;
    margin-right:2%;
   background-color:#f8f8f8;
   padding:10px;
   border-radius:10px;
}
.contactplane .plane h3{
    text-align:left;
    font-size:16px;
    color:#222;
    line-height:30px;
    height:40px;
    display:block;
    border-bottom:1px solid #ddd;
    padding-left:10px;
}

.contactplane .plane .item{
    margin-top:5px;
    float:left;
    width:100%;
    text-align:left;
    color:#565656;
    line-height:24px;
    font-size:15px;
    margin-top:15px;
}
.contactplane .plane .item i{
    display:inline-block;
    width:30px;
    height:24px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:16px auto;
    float:left;
}
.contactplane .plane .item label{
    float:left;
    line-height:24px;
    width:50px;
    display:inline-block;
}
.contactplane .plane .item span{
    float:left;
    line-height:24px;
    width:calc(100% - 80px);
    display:inline-block;
}

.contactplane .plane .item p{
    float:left;
    line-height:24px;

}



.contactplane .plane .item  .icon.tel{
      background-image:url(../image/tel.png);
}
.contactplane .plane .item  .icon.address{
      background-image:url(../image/address.png);
}
.contactplane .plane .item  .icon.fax{
      background-image:url(../image/fax.png);
}
.contactplane .plane .item  .icon.email{
      background-image:url(../image/email.png);
}

.row{
    width:100%;
    float:left;
    margin-bottom:20px;
}

.row .w50{
    float:left;
    width:calc(50% - 15px);
    margin-bottom:20px;
}
.row .w50:nth-child(2n){
    margin-left:30px;
}


.typeplane{
   width:100%;
   float:left;
   margin-top:20px;
   border-radius:12px;
   position:relative;
   overflow:hidden;
   display:block;
}

.typeplane img{
    float:left;
    width:100%;
    height:auto;
}

.typeplane .typelink{
   width:70%;
    border-radius:20px 0px 12px 0px;
    position:absolute;
    right:0px;
    bottom:0px;
    background-color: rgba(43, 125, 225, 0.9);
     -webkit-box-shadow:0 -5px 6px rgba(0, 0, 0, 0.3);-moz-box-shadow:0 -5px 6px rgba(0, 0, 0, 0.3);box-shadow:0 -5px 6px rgba(0, 0, 0, 0.3);
     padding:15px 8% 15px 20px;
}


.typeplane .typelink span{
    color:#fff;
    font-size:22px;
    line-height:36px;
    float:left;
}

.typeplane .typelink i{
    float:right;
    display:inline-block;
    width:36px;
    height:36px;
    background-position:center center;
    background-repeat:no-repeat;
    background-image:url(../image/arrow.png);
    background-size:20px auto;
    background-color: rgba(27, 100, 188, 0.5);
    border-radius:10px;
}
.typeplane:hover{
  -webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow:0 5px 10px rgba(0, 0, 0, 0.3);
  -webkit-transition:box-shadow .2s ease-in;
  -moz-transition:box-shadow .2s ease-in;
  -ms-transition:box-shadow .2s ease-in;
  -o-transition:box-shadow .2s ease-in;
  transition:box-shadow .2s ease-in;
  background-color:#2b7de1;
}
.typeplane:hover .typelink{
    background-color: rgba(255, 160, 27, 0.9);
}

.typeplane:hover .typelink i{
    background-color: rgba(213, 95, 15, 0.8);
}



.pro_list{
    float:left;
    width:100%;
    padding:10px 0px;
}

.pro_list li{
    width:32%;
    margin-left:2%;
    float:left;
    margin-top:16px;
    border:1px solid #eee;
}
.pro_list li a{
    display:block;
    width:100%;
    padding:4px;
    background-color:#f8f8f8;
    position:relative;
    overflow:hidden;
}



.pro_list li:nth-child(3n+1){
   margin-left:0px;
}

.pro_list li a .img{
    float:left;
    width:100%;
    background-color:#fff;
    position:relative;

}

.pro_list li a .img img{
    width:100%;
    float:left;
}


.pro_list li a  .txt{
    float:left;
    background-color:#ddd;
    width:100%;
}

.pro_list li a  .txt .title{
    float:left;
    background-color:#2b7de1;
    border-bottom:#1d6ccc solid 2px;
    width:100%;
    line-height:22px;
    text-align:center;
    padding:0px 10px;
    height:45px;
    color:#fff;
    font-size:18px;
}
.pro_list li a  .txt  .remark{
    float:left;
     width:100%;
     color:#555;
     line-height:22px;
     font-size:15px;
     height:66px;
     padding:6px 20px 6px 20px;
}

.pro_list li a  .txt .title:before {
    display: inline-block;
    content: "";
    height: 100%;
    vertical-align: middle;
}

.pro_list li .mask {
  width:100%;height:100%;
  position:absolute;
  left:0px;
  top:0px;
  background-color: rgba(0, 0, 0, 0.5);
}

.pro_list li .tolink {
   display:block;
   width:100px;
   height:30px;
   line-height:30px;
   border-radius:15px;
   color:#565656;
   font-size:16px;
   position:absolute;
   bottom:40%;
   left:calc(50% - 50px);
   background-color:#fff;
   
}



.pro_list li a:hover{
  -webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow:0 5px 10px rgba(0, 0, 0, 0.3);
  -webkit-transition:box-shadow .2s ease-in;
  -moz-transition:box-shadow .2s ease-in;
  -ms-transition:box-shadow .2s ease-in;
  -o-transition:box-shadow .2s ease-in;
  transition:box-shadow .2s ease-in;
}




.pro_list2{
    float:left;
    width:100%;margin-top:40px;
    border-top:1px solid #d4d4d4;
    padding:20px 0px;
}

.pro_list2 li{
    width:100%;
    margin-left:0px;
    float:left;
    margin-top:16px;
    height:360px;
    background-color:#fff;
}

.pro_list2 li .img{
   width:40%;
   text-align:center;
   padding:20px;
   float:left;
   height:100%;
   overflow:hidden;

}
.pro_list2 li .img a{
    display:block;
    float:left;
    width:100%;
    height:100%;
   overflow:hidden;
}

.pro_list2 li .img img{
    width:auto;
    height:100%;
   
}
.pro_list2 li .txt{
   width:60%;
   text-align:center;
   padding:30px 40px;
   float:left;
   height:100%;
   overflow:hidden;
   background-color:#eee;
}
.pro_list2 li .txt .title{
      float:left;
      width:100%;
      font-size:28px;
      color:#2b7de1;
      text-align:left;
      line-height:36px;
}
.pro_list2 li .txt .remark{
    font-size:16px;
      float:left;
      width:100%;
      padding:20px 10px;
      text-align:left;
      color:#565656;
      height:160px;
}
.pro_list2 li .txt b{
    float:left;
    width:20px;
    height:4px;
    display:block;
    background-color:#ffa01b;
    margin:15px 0px;
}
.pro_list2 li .txt a{
    display:inline-block;
    width:auto;
    padding:5px 20px;
    background-color:#ffa01b;
    color:#fff;
    line-height:24px;
    border-radius:8px;
    margin-top:10px;
    font-size:16px;
   float:left;
}

.contact{
    width:calc(100% - 5px);
    float:left;
    margin-left:5px;
    background-image:url(../image/contactbg.jpg);
    background-position:right top;
    background-repeat:no-repeat;
    background-size:30% auto;
    border-top:1px solid #eee;
}

.contact .contactform{
    float:left;
    width:70%;
    padding:20px;
    background-color:#f5f5f5;
}
.contact .contactform .row{
   
}
.contact .contactform .row .w50{
    width: calc(50% - 10px);
        border:1px solid #e0e0e0;
        background-color:#fff;
         margin-bottom:0px;
}

.contact .contactform .row .w100{
    width:100%;
    border:1px solid #d5d5d5;
    background-color:#fff;
    float:left;
}

.contact .contactform  .row .w50:nth-child(2n) {
    margin-left:20px;
}

.contact .contactform input.contactinput{
    height:48px;
    width:calc(100% - 54px);
    line-height:38px;
    border:none;
    padding:5px 10px 5px 10px;
    float:left;
    font-size:16px;
}

.contact .contactform input:focus{
    border:1px solid #2b7de1;
}

.contact .contactform textarea{
    width:calc(100% - 54px);
    line-height:24px;
    padding:5px 10px 5px 10px;
    float:left;
    border:none;
    height:140px;
    font-family:"";
    font-size:16px;
    box-sizing:border-box;
}
.contact .contactform a{
    width:160px;
    height:48px;
    line-height:48px;
    float:left;display:inline-block;
    text-align:center;
    font-size:16px;
    color:#fff;
    margin-left:10px;
}

.contact .contactform a.submit{
   background-color:#2b7de1;
}

.contact .contactform a.submit:hover{
   background-color:#ffa01b;
}


.contact .contactform a.reset{
   background-color:#c0c0c0;
}

.contact .contactform a.reset:hover{
   background-color:#ccc;
}

.formicon{
    display:block;
    float:left;
    width:54px;
    height:48px;
    background-color:#f5f5f5;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:20px auto;
    box-sizing:border-box;
    border-right:1px solid #e0e0e0;
}



.formicon.user{
    background-image:url(../image/icon_user.png);
     background-size:20px auto;
}

.formicon.tel{
    background-image:url(../image/icon_tel.png);
     background-size:23px auto;
}

.formicon.country{
    background-image:url(../image/icon_loction.png);

}

.formicon.email{
    background-image:url(../image/icon_email.png);
     background-size:22px auto;
}

.formicon.company{
    background-image:url(../image/icon_company.png);
     background-size:24px auto;
}

.formicon.message{
    background-image:url(../image/icon_message.png);
     background-size:22px auto;
}

.searchform .indiv{
    height:80px;
    text-align:center;
}

.searchdiv{
    width:600px;
    margin:0px auto;
    padding:10px 20px;
    margin-top:10px;
        height:70px;
}

.searchdiv .searchinput{
    border:none;
    background-color:#fff;
    height:42px;
    width:80%;
    padding:5px 10px;
    font-size:16px;
    line-height:32px;
    float:left;
}


.searchdiv .searchbtn{
    width:20%;
height:42px;
line-height:42px;
padding-left:40px;
background-image:url(../image/search.png);
background-position:10px center;
background-repeat:no-repeat;
background-color:#2b7de1;
display:inline-block;
color:#fff;
font-size:18px;
text-align:left;
  float:left;
}


.searchlist{
    width:100%;
    float:left;
}

.searchlist li{
    width:100%;
    float:left;
    padding:15px 0px;
    border-bottom:1px solid #eee;
}

.searchlist li .img{
    width:30%;
    float:left;
    height:240px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}

.searchlist li .txt{
    width:70%;
    float:left;
    padding:0px 20px;
}
.searchlist li .txt .title{
    font-size:20px;
    color:#222;
    font-weight:bold;
    line-height:36px;
    text-align:left;
    width:100%;
    float:left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.searchlist .content{
    float:left;
    width:100%;
    padding:10px 10px;
        background-color:#fafafa;
        margin-top:10px;
}

.searchlist li .txt .remark{
    font-size:14px;
    color:#aaa;
    line-height:22px;
    text-align:left;
    width:100%;
    float:left;
    margin-top:0px;
    height:140px;
    padding-top:8px;
}

.searchlist li .txt .view{
    float:left;
    width:100%;
    color:#2b7de1;
    font-size:15px;
    padding:0px 20px;
    box-sizing:border-box;
    text-align:left;
}

.searchlist li .txt .type{
    float:left;
    width:100%;
    color:#666;
    text-align:left;
    font-size:16px;
    line-height:30px;
    border-bottom:1px solid #f5f5f5;
    padding-bottom:5px;
}



@media screen and (max-width: 1025px) {
    body {
        font-size: 14px;
    }

    div, span, label, a, p, ul, li {
        font-size: 14px;
    }

    .outdiv {
        min-width: 768px;
    }

    .indiv {
        width: 768px;
        line-height: 30px;
        margin: 0 auto;
        padding: 0px;
    }

    .header {
        height: 100px;
    }

        .header .logo {
            background-image: url(../image/logo-ch.png);
            background-position: center center;
            background-repeat: no-repeat;
            background-size: contain;
            width: 20%;
            height: 82px;
            float: left;
            margin-top: 10px;
            margin-left: 0%;
        }

        .header .toptab {
            position: absolute;
            top: 0px;
            right: 3%;
            margin-right: 0px;
            height: 32px;
            padding: 6px 5px;
        }

        .header .headermenu {
            width: 80%;
            height: 90px;
          
        }

        .header .headermenu ul{
          width:100%;

        }


        .header .toptab .searchplane .searchinput {
            top: -8px;
            right: 52px;
        }


        .sublink {
    height: 50px;
    padding: 9px 0px;
    padding-left:32px;
    background-image: url(../image/logo_min.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 26px auto;
}

        .sublink a{
            font-size:14px;
        }

.contactplane .plane{
width:100%;
}


    .company .indiv {
        padding: 20px 10px;
        height: 700px;
    }

    .indiv .ptitle {
        margin: 10px 0px;
    }

        .indiv .ptitle .txt {
            margin: 0px auto;
            width: 156px;
            height: 40px;
            padding: 2px 10px 10px 10px;
        }

            .indiv .ptitle .txt .name {
                line-height: 28px;
                height: 28px;
                font-size: 24px;
            }

    .companytab {
        margin-top: 60px;
        padding-top: 66px;
        padding-left: 10px;
        padding-right: 10px;
    }

        .companytab .titleimg {
            height: 120px;
            background-size: auto 120px;
            top: -60px;
        }


        .companytab ul li {
            float: left;
            width: 32%;
            margin-left: 2%;
        }

            .companytab ul li .plane {
                padding: 6px;
            }

                .companytab ul li .plane .icon {
                    height: 84px;
                }

                    .companytab ul li .plane .icon i {
                        width: 80px;
                        height: 80px;
                    }

                .companytab ul li .plane .txt p {
                    line-height: 20px;
                }

    .outdiv.product .indiv {
        padding: 20px 10px;
        height: 500px;
    }


    .outdiv.product .productlist li {
        width: 32%;
        margin-left: 2%;
        height: 300px;
    }

    .outdiv.product .productlist .pdplane h3 {
        margin-top: 10px;
    }

        .outdiv.product .productlist .pdplane h3 span {
            font-size: 18px;
        }

    .outdiv.product .productlist .pdplane p {
        font-size: 16px;
        margin-top: 6px;
        line-height: 24px;
    }

    .outdiv.news .indiv {
        padding: 20px 10px;
        height: 450px;
    }

        .outdiv.news .indiv ul li {
            width: calc(25% - 12px);
            margin-left: 16px;
        }

            .outdiv.news .indiv ul li a .img {
                height: 120px;
            }

            .outdiv.news .indiv ul li a .title {
                padding: 3px;
                font-size: 14px;
                height: 30px;
            }

            .outdiv.news .indiv ul li a .txt {
                height: 40px;
                padding: 0px 5px 0px 5px;
                margin-bottom: 5px;
            }

            .outdiv.news .indiv ul li a .time {
                height: 32px;
                line-height: 32px;
            }

            .outdiv.news .indiv ul li a .view {
                height: 32px;
                line-height: 32px;
            }

    .morenews {
        margin-top: 25px;
    }

    .bottomcontact .indiv {
        padding-top: 20px;
        height: 200px;
    }

   .mainbottom .indiv{
    padding:15px;
    color:#fff;
    font-size:14px;
    line-height:20px;
  }

   .subcontent{
       padding:30px 10px;
   }
   .sup_list{
       margin-top:130px;
       margin-bottom:30px;
   }
   .sup_list ul{
       top:-120px;
   }
   .subtxt{
       padding:30px 0px;
   }
   .indiv .ptitle_2{
       margin:10px 0px;
   }

   .indiv .ptitle_2 .txt{
       padding:2px 10px 8px 10px;
       height:48px;
   }
  .typeplane .typelink{
      width:80%;
  }

    .productview .leftimg {
        border: 1px solid #d0d0d0;
        width: 320px;
        height: 320px;
        float: left;
    }
    .outdiv.product .productlist .inplane ul{
        display:none;
    }



    .productview .righttxt {
        width: calc(100% - 320px);
        padding-left:30px;
        padding-right:0px;
    }
    .productview .righttxt .plane{
        margin-bottom:5px;
        background-position:left 8px;
    }
    .productview .righttxt .plane h3{
        margin:2px 0px;

    }
    .newlist li{
        height:auto;
    }


    .newlist li .img{
        height:150px;
    }

    .newlist li .txt .title{
        height:36px;
        padding-top:6px;
    }
    .newlist li .txt .remark{
        padding:10px 5px 0px 5px;
    }

    .newlist label{
        margin-top:10px;
        margin-bottom:10px;
        height:28px;
        line-height:28px;
    }
    .row{
        margin-bottom:15px;
    }

    .formicon{
        height:40px;
        width:48px;
    }
    .contact .contactform input.contactinput{
        height:40px;
        width: calc(100% - 48px);
        font-size:14px;
    }

    .contact .contactform textarea{
        line-height:20px;
        height:110px;
         font-size:14px;
            width: calc(100% - 48px);
    }
    .contact .contactform a{
        height:40px;
        line-height:40px;
    }
    .contact .contactform{
        padding:10px 20px;
    }


   .subbanner{
    width:100%;
    float:left;
    overflow:hidden;
    height:220px;
    text-align:center;
    position:relative;
}

.subbanner img{
   height:220px;
   width:auto;
   position:absolute;
   top:0px;
   left:calc(50% - 528px);
}



.searchform .indiv{
    height:70px;
}

.searchdiv{
    width:400px;
    padding:10px 20px;
    margin-top:10px;
        height:60px;
}

.searchdiv .searchinput{
    height:38px;
    width:75%;
    padding:4px 10px;
    font-size:14px;
}


.searchdiv .searchbtn{
    width:25%;
    height:38px;
    line-height:38px;
    font-size:16px;

}


.searchlist li .img{
    width:30%;
    height:180px;
}

.searchlist li .txt{
    padding:0px 10px;
}
.searchlist li .txt .title{
    font-size:18px;
    line-height:30px;
}
.searchlist .content{
    padding:10px 5px;
    margin-top:5px;
}

.searchlist li .txt .remark{
    font-size:14px;
    line-height:22px;
    height:96px;
    padding-top:5px;
}


.searchlist li .txt .type{
    font-size:15px;
    line-height:24px;
    padding-bottom:5px;
}


}

@media screen and (max-width: 768px) {
    body{
        padding-top:68px;
    }

     .header {
        height: 68px;
    }


    .header .logo {
        background-image: url(../image/logo.png);
        background-position:10px center;
        background-repeat: no-repeat;
        background-size:200px auto;
        width:300px;
        height: 68px;
        float: left;
        margin-top: 0px;
        margin-left: 0%;
    }


    .header .headermenu{
         width:100%;
         height:0px;
         overflow:hidden;
         position:fixed;
         top:66px;
         left:0px;
         border-top:2px solid #2b7de1;
         background-color:#fff;
    }

      .header .headermenu ul{
          width:100%;
          padding-top:10px;
          height:auto;
      }
    .header .headermenu ul li,.header .headermenu ul li:first-child{
        width:100%;
        height:auto;
        border-bottom:1px solid #e5e5e5;
        margin-bottom:5px;
    }
    .header .headermenu ul li a{
        height:45px;
        line-height:45px;
        color:#2b7de1;
    }

    .header .toptab{
        float:left;

        padding-left:calc(50% - 60px);
        margin-top:20px;
        background-color:#fff;
        -webkit-box-shadow:none;
        box-shadow:none;
        height:42px;
        width:100%;
        position:relative;
        right:0px;
    }
    .header .toptab .searchplane{
        height:30px;
        width:60px;
        border-color:#2b7de1;
        position:unset;

    }
    .header .toptab .language{
        width:60px;
    }
    .header .toptab .searchplane .searchicon{
        background-image:url(../image/search_b.png);
    }

    .header .toptab .searchplane .searchinput{
        z-index:9999;
        top:40px;
        left:0px;
        width:100%;
        background-color:#fafafa;
        height:auto;
        padding:20px 5%;
    }

    .header .toptab .searchplane .searchinput input{
        background-color:#eaeaea;
        height:36px;
        width:73%;
    }

    .header .toptab .searchplane:hover .searchinput{
        -webkit-box-shadow:none;
        box-shadow:none;
    }

    .header .toptab .searchplane .searchinput a{
          height:36px;
          background-color:#ddd;
          width:25%;
          line-height:36px;
         margin-left:2%;
         color:#444;
    }



    .header .toptab .language a{
        line-height:30px;
        color:#2b7de1;
    }

    .header .mobilemenu {
        display: block;
        width: 30px;
        height: 26px;
        position: fixed;
        right: 16px;
        top: 18.5px;
        overflow: hidden;
        z-index: 999;
    }
    .mobilemenu span {
        width: 100%;
        height: 4px;
        background-color: #2b7de1;
        border-radius: 5px;
        transition: all 0.3s ease;
    }
    .mobilemenu span:nth-child(1) {
        position: absolute;
        left: 0;
        top: 0;
    }
    .mobilemenu span:nth-child(2) {
        position: absolute;
        left: 0;
        top: 11px;
    }
.marketmap {

    padding: 30px 0 30px 0;
}
.marketmap .case{
    position:absolute;
    left:2%;
    bottom:-10px;
    width:300px;
}
    .mobilemenu span:nth-child(3) {
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .mobilemenuzk span:nth-child(1) {
        transform: rotate( 45deg);
        left: 3px;
        top: 13px;
        width: 28px;
    }

    .mobilemenuzk span:nth-child(2) {
        left: -40px;
    }
    .mobilemenuzk span:nth-child(3) {
        transform: rotate( -45deg);
        left: 3px;
        top: 13px;
        width: 28px;
    }

    .header .headermenu.show{
       display:block;
       height:calc(100% - 66px);
       transition: height 0.5s;
       -moz-transition: height 0.5s; 
       -webkit-transition: height 0.5s; 
       -o-transition:height 0.5s;
    }

     .outdiv{
       min-width:100px;
    }
    .indiv{
        width:100%;
        float:left;
    }

    .company .indiv {
        padding:10px 5px 0px 5px;
        height: auto;
    }

    .indiv .ptitle {
        margin:5px 0px;
        padding:5px;
    }

.indiv .ptitle .txt {
    margin: 0px auto;
    width: 156px;
    height: 36px;
    padding: 2px 5px 10px 5px;
}

    .indiv .ptitle .txt .name {
        line-height: 24px;
        height: 24px;
        font-size: 20px;
    }

    .companycontent{
        padding:5px 10px;
    }

    .companycontent .more{
        padding-right:10px;
    }

    .companytab {
        margin-top: 40px;
        padding-top: 52px;
        padding-left: 0px;
        padding-right:0px;
        border-radius:0px;
    }

        .companytab .titleimg {
            height: 80px;
            background-size: auto 80px;
            top: -40px;
        }


        .companytab ul li {
            float: left;
            width: 100%;
            margin-left: 0%;
            margin-bottom:15px;
        }

            .companytab ul li .plane {
                padding: 0px;
            }

                .companytab ul li .plane .icon {
                    height:80px;
                    width:80px;
                    padding-top:12px;
                }

                .companytab ul li .plane .icon i {
                    width: 68px;
                    height: 68px;
                    background-size:auto 40px;
                }
                .companytab ul li .plane .txt{
                    width:calc(100% - 100px);
                    padding:5px 10px;
                    margin:0px;
                    margin-left:10px;
                }

                .companytab ul li .plane .txt h3{
                }

                .companytab ul li .plane .txt p {
                    line-height: 20px;
                    padding-bottom:5px;


                }

    .outdiv.product .indiv {
        padding: 20px 10px;
        height: auto;
    }
    .outdiv.product .productlist{
        padding-bottom:0px;
    }

    .outdiv.product .productlist li {
        width: 100%;
        margin-left:0px;
        height:200px;
        margin-bottom:20px;
    }

    .outdiv.product .productlist .product_1 {
    background-image: url(../image/product_1_m.jpg);
}
    .outdiv.product .productlist .product_2 {
    background-image: url(../image/product_2_m.jpg);
}
    .outdiv.product .productlist .product_3 {
    background-image: url(../image/product_3_m.jpg);
}


    .outdiv.product .productlist .pdplane h3 {
        margin-top:2px;padding-left:5%;
    }
    .outdiv.product .productlist .pdplane .more{
        margin:8px 0px;
    }


    

    .outdiv.product .productlist .pdplane .more i{
        opacity:1;
        filter: Alpha(opacity=100);
        background-color:rgba(43, 125, 225, 0.6);
        float:left;
        margin-left:5%;
        height:26px;
        line-height:26px;
        font-size:14px;
        width:88px;
    }
    .outdiv.product .productlist .pdplane h3 span {
        font-size: 22px;
        line-height:32px;
    }
    .outdiv.product .productlist .pdplane h3 i{
         height:32px;
     }

    .outdiv.product .productlist .pdplane p {
        font-size: 16px;
        margin-top: 6px;
        line-height: 24px;
        padding-left:5%;
        height:auto;
        max-height:72px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .outdiv.news .indiv {
        padding: 20px 10px;
        height: auto;
    }

    .outdiv.news .indiv ul li {
        width:calc(50% - 3px);
        margin-left:6px;
        margin-bottom:15px;
    }

     .outdiv.news .indiv ul li:nth-child(2n+1) {
        margin-left:0px;
    }


    .outdiv.news .indiv ul li a .img {
        height: 120px;
    }

    .outdiv.news .indiv ul li a .title {
        padding: 3px;
        font-size: 14px;
        height: 30px;
    }

    .outdiv.news .indiv ul li a .txt {
        height: 40px;
        padding: 0px 5px 0px 5px;
        margin-bottom: 5px;
    }

    .outdiv.news .indiv ul li a .time {
        height: 40px;
        line-height: 40px;
    }

    .outdiv.news .indiv ul li a .view {
        height: 40px;
        line-height: 40px;
    }

    .morenews {
        margin-top: 5px;
    }
    .bottomcontact {
     //   display:none;
    }
   .bottomcontact.show {
        display:block;
    }

    .bottomcontact .indiv {
        padding:10px 0px;
        height: auto;
    }
   .bottomcontact .indiv .left{
        width:100%;
        padding:0px 10px;
    }
 .bottomcontact .indiv .right{
        display:none;
    }
 .bottomcontact .indiv .left h3{
     background-size:auto 25px;
     background-position:left bottom;
     padding-left:15px;
    line-height: 30px;
    font-size:18px;
 }

 .bottomcontact .indiv .left .txt{
     padding-top:10px;
 }


   .mainbottom .indiv{
    padding:15px;
    color:#fff;
    font-size:12px;
    line-height:18px;
  }


    .submenu{
        -webkit-box-shadow:none;
        -moz-box-shadow:none;
        box-shadow:none;
   }

.submenu .indiv{
    height:38px;
}
.submenu ul{
  height:38px;
}
.submenu ul li{
    height:38px;
    border-left:1px solid #ddd;
 }
.submenu ul li b{
  display:none;
}
.submenu ul li.active b{
  background-size:20px;
  background-image:none;
}

.submenu ul li span,.submenu ul li a{
    height:35px;
    line-height:35px;
    padding:0px 15px 0px 15px;
    font-size:14px;
}
.subcontent{
    padding:20px 8px;
}
.subtitle{
    padding-top:0px;
    background-position:right center;
    background-size: auto 32px;
}
.subtitle .bor{
    width:5px;
    height:16px;
    margin-top:28px;
}

.subtitle .txt{
    width:calc(100% - 5px);
}
.subtitle h3{
    line-height:42px;
    padding-left:10px;
    font-size:18px;
}

.subtitle i.bottom{
    width:30%;
    height:2px;
}
.subtitle i.bottom1{
    width:70%; height:2px;
}



.companyleft{
    width:100%;padding-right:0px;
}
.companyright{
    width:100%;text-align:center;padding-left:0px;padding-top:00px;
}


.sup_list{
    margin-top:20px;
    background-color:#fff;
    height:auto;
    padding-top:10px;
}
.sup_list ul{
    position:unset;
    float:left;
    width:100%;
}
.sup_list li{
    margin-left:0px;
    margin-bottom:20px;
    width:100%;
    border-radius:10px;
    overflow:hidden;
}

.historyline{
    padding-left:8px;
}
.historyline .line{
    border-left-width:4px;
}
.historyline .line .startdot .dot{
    left:-11px;
    width:18px;
    height:18px;
}
.historyline .line ul.timeline{
    padding-left:12px;
}

.historyline .line ul.timeline li{
    padding:5px 5px 5px 10px;
    margin-top:28px;
    margin-bottom:45px;
}

.historyline .line ul.timeline li .mark{
   background-image:none;
   width:100px;
   height:30px;
   left:0px;
   top:-39px;
   color:#fff;
   font-weight:bold;
   padding-left:0px;
   text-align:center;
   background-color:#2b7de1;
   border-radius:6px;
   line-height:30px;

}
.historyline .line ul.timeline li:hover .mark {
   background-image: none;
   left:2px;
   background-color:#ffa01b;
}


.historyline .line ul.timeline li .arrow{
    border-right-color:#2b7de1;
    top:-34px;
    left:-14px;
}

.historyline .line ul.timeline li .dot{
    left:-22px;
    top:-32px;
    width:12px;
    height:12px;
}

.historyline .line ul.timeline li:hover .arrow {
   border-right-color:#ffa01b;
   left:-12px;
}

.historyline .line ul.timeline li:hover .dot{
    width: 14px;
    height: 14px;
    background-color: #fff;
    border:3px solid #ffa01b;
    border-radius: 50%;
    left:-25px;
    top: -33px;
    transition: width,height,left,top,border-width 0.2s;
    -moz-transition: width,height,left,top,border-width 0.2s;
    -webkit-transition: width,height,left,top,border-width 0.2s;
    -o-transition: width,height,left,top,border-width 0.2s;
}

.historyline .line ul.timeline li .content{
    width:100%;
    padding:8px;
}

.historyline .line ul.timeline li .img{
    width:100%;
}
.historyline .line ul.timeline li .content .title{
    font-size:16px;
    line-height:22px;
}
.historyline .line ul.timeline li .content .txt{
    margin-top:8px;
}

.historyline .line .enddot .dot{
    left:-15px;
}

.row .w50{
    width:100%;

}
.typeplane .typelink{
    width:70%;
    padding:4px 4% 4px 15px;
}
.typeplane .typelink span{
    font-size:18px;
}
.typeplane .typelink i{
    width:28px;
    height:28px;
    margin-top:2px;
    background-size:16px auto;
}
.row .w50:nth-child(2n){
    margin-left:0px;
}

.submenu .indiv.sublink{
 background-image:none;padding-top:3px;
 padding-left:0px;

}
.submenu .indiv.sublink a,.submenu .indiv.sublink span{
 font-size:14px;
}

.subtitle2 .bor{
    width:3px;
}
.subtitle2 i.bottom{
    height:2px;
}
.subtitle2 h3{
    margin:2px 0px;
    line-height:36px;
    font-size:18px;
}
.subtitle2 i.bottom2,.subtitle2 i.bottom3{
    height:2px;
}

.pro_list li{
    width:calc(50% - 3px);
    margin-top:0px;
    margin-bottom:10px;
    margin-left:6px;
}
.pro_list li:nth-child(3n+1){
     margin-left:6px;
}

.pro_list li:nth-child(2n+1){
    margin-left:0px;
}
.pro_list li a{
    padding:0px;
}

.pro_list li a .txt .title{
    font-size:14px;
    line-height:18px;
    padding:0px 2px;
    height:40px;
    border:none;
}
.pro_list li a .txt .remark{
    display:none;
}
.productview{
    padding-top:0px;
    border:none;
}

.productview .leftimg {
    border: 1px solid #d0d0d0;
    width: 100%;
    height: auto;
    float: left;
}

.productview .righttxt {
    width:100%;
    padding-left:5px;
    padding-right:5px;
    margin-top:20px;
}
.productview .righttxt .plane{
    margin-bottom:5px;
    background-position:left 8px;
}
.productview .righttxt .plane h3{
    margin:2px 0px;
}

.reporttype{
    margin-top:20px;
    height:40px;
}
.reporttype .center{
    width:70%;
    height:100%;
}
.reporttype a{
    width:45%;
    line-height:40px;
    height:40px;
    font-size:16px;
}
.reporttype span{
    height:40px;
    margin:0px;
    width:10%;
    background-color:#fff;
}

.reportlist{
    margin-top:20px;
    padding-top:10px;
}
.reportlist li{
    margin-top:15px;
}
.reportlist li a{
    height:auto;
    float:left;
}

.reportlist li a label.left{
    display:none;
}
.reportlist li a span{
    padding-left:5px;
    line-height:48px;
    font-size:14px;
    color:#444;
}
.reportlist li a label.date{
    line-height:48px;
    font-size:14px;
    margin-right:5px;
}

.newtype{
    margin-top:20px;
    height:40px;
}
.newtype .center{
    width:80%;
    height:100%;
}
.newtype a{
    width:30%;
    line-height:40px;
    height:40px;
    font-size:16px;
}
.newtype span{
    height:40px;
    margin:0px;
    width:5%;
    background-color:#fff;
}

.newlist{
    margin-top:20px;
}

.newlist li{
    margin-top:20px;
    width:100%;
    background-color:#fff;
    margin-left:0px;
}

.newlist li .img {
    width:150px;
    height:120px;
}
.newlist li .txt{
    width:calc(100% - 150px);
}
.newlist li .txt .title{
    text-align:left;
}

.newlist li .txt .remark{
    border:none;
    background-color:#fff;
    padding:5px 10px 0px 10px;
    line-height:20px;
}
.newlist label{
   display:none;
}

.newlist .time {
   display:none;
}
.newlist .mtime{
    display:inline-block;
   
}





.newlist li:hover{
  background-color:#fff;
}



.newlist li:hover .title{
    background-color:#fff;
    color:#222;
}


.newlist li:hover .remark{
    border-top:none;
    background-color:#fff;
    color:#aaa;
}

.newstitle{
    margin-top:20px;
    padding:20px 0px 10px 0px;
    font-size:20px;
}
.newsalter{
    padding-bottom:10px;
}

.newscentent{
    padding:20px 8px;
    margin-top:20px;
}
.newsback{
    padding:10px 8px;
}

.newsback ul li{
    margin-top:5px;
}

.newsback ul li a{
    font-size:14px;
}

.newsback .back{
    font-size:14px;
}

.contact{
    background-image:none;
}
.contact .contactform{
    width:100%;
}

.contact .contactform .row .w50{
    width:100%;
}
.contact .contactform .row .w50:nth-child(2n){
    margin-left:0px;
    margin-top:15px;
}


   .subbanner{
    width:100%;
    float:left;
    overflow:hidden;
    height:160px;
    text-align:center;
    position:relative;
}

.subbanner img{
   height:160px;
   width:auto;
   position:absolute;
   top:0px;
   left:calc(50% - 384px);
}


.searchlist li{
    background-color:#fafafa;
    margin-bottom:15px;
    padding:10px 0px;
}

.searchlist li .img{
    width:30%;
    height:180px;
    display:none;
}

.searchlist li .txt{
    padding:0px 10px;
    width:100%;
}
.searchlist li .txt .title{
    font-size:16px;
    line-height:30px;
  
   
}
.searchlist .content{
    padding:10px 5px;
    margin-top:5px;
    border-top:1px solid #eaeaea;
}

.searchlist li .txt .remark{
    font-size:14px;
    line-height:22px;
    height:96px;
    padding-top:5px;
}


.searchlist li .txt .type{
    font-size:15px;
    line-height:24px;
    padding-bottom:5px;
    border:none;
}



.searchform .indiv{
    height:65px;
}

.searchdiv{
    width:100%;
    padding:10px 20px;
    margin-top:5px;
    height:60px;
}

.searchdiv .searchinput{
    height:38px;
    width:75%;
    padding:4px 10px;
    font-size:14px;
}


.searchdiv .searchbtn{
    width:25%;
    height:38px;
    line-height:38px;
    font-size:16px;

}

.contact .contactform a{
    width:45%;
    margin-left:0px;
}

.contact .contactform a:nth-child(2){
    margin-left:10%;
}



}
