@charset "utf-8";
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

input,textarea {border: 2 none; -webkit-box-shadow: none; box-shadow: none; outline: none;}

/* 设置默认字体 */
body,
button, input, select, textarea {
    font-family: "Microsoft Yahei"; color: #666; font-size: 13px;
}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*覆盖bootstrape对标题加的默认外边距*/

address, cite, dfn, em, i, var {font-style: normal;} /* 斜体扶正 */

/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; }


/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
  font-family: 'iconfont';  /* project id 2345038 */
  src: url(files/iconfont.eot.txt),
  url(files/iconfont.woff) format('woff'),
  url(files/iconfont.ttf) format('truetype'),
}


/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
body {overflow-y: scroll;}

/*设置浮动*/
.fl,.pull-left {float: left;}
.fr,.pull-right {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

.clear{ clear:both; height: 0; overflow: hidden;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}

.box,.content,.w1200,.width-1200{ width:1200px; margin:0 auto;}
.box:after{
    display: block;content: "";clear: both;
}
/* -- 内页布局 -- */
.page_bg { padding:20px 0 20px; background:#fff;}
.page_main { margin: 0 auto; width: 1200px;}  /*版面宽度*/
.page_content{ width:930px;} /*右边宽度*/
.page_left{ width:240px;} /*左边宽度*/
.page_full{ width:100%;}
.dis,.hide{ display:none;}

.line-clamp-1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.line-clamp-2{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line-clamp-3{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.n_box{width: 80%;
    min-width: 1300px;margin: 4rem auto;position: relative;
}
.n_box:after{
    display: block;content: "";clear: both;
}


/*通用代码*/
*{ margin:0px; padding:0px;}
body{font-size:14px; color:#222222; font-family:"Microsoft YaHei"; font-family:"microsoft yahei"; min-width:1200px; overflow-x:hidden;}
img{margin: 0px; padding: 0px;border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;}
h1,h2,h3,h4,h5,h6,h7{ font-weight:normal;}
dl,dt,dd,ol,ul,li,from,input,select,span,p,div{margin: 0px; padding: 0px; list-style: none;}
.clear{clear:both;}
a{color: #222222; text-decoration: none; font-size:14px;}
a:hover{color: #003188;cursor:pointer;}
em ,i{ font-style:normal;}
input,button,select,textarea{outline:none;font-family:"Microsoft YaHei"; font-family:"microsoft yahei";}
.w1400,.box{width:80%; min-width: 1300px; margin:0 auto;
    position: relative;
}
.fr{ float:right;}
.fl{ float: left;}
*,:after,:before{ box-sizing:border-box;-moz-box-sizing:border-box; -webkit-box-sizing:border-box; }

.hovermaincolor a:hover{ color:#003188;}

/*顶部*/
.top_all{
    width: 100%;min-width: 1300px; background: #f9f9f9;line-height: 45px;
}    
.top_l{
    font-size: 14px;color: #999;
}
.top_r{
    font-size: 14px;color: #999;
}
.top_r dl{
    display:block;
}
.top_r dl dd{text-align: center;border-radius: 50%;overflow: hidden;    vertical-align: middle;
    display:inline-block;width: 30px;height: 30px;background:rgba(255,255,255,10%);color: #fff;line-height: 30px;
}

.top_r dl dt{display:inline-block;vertical-align: bottom;
    font-size: 18px;font-family: "arial";
}
.top_r a{
    font-size: 14px;color: #999; float: left; margin-right:20px;
}



/*抬头*/
.header{  width:100%; margin: 0 auto; background:rgba(255,255,255,0.95);min-width: 1300px;box-shadow: 0 0 10px rgba(0,0,0,20%);
z-index:999;top: 0;
    position: fixed;left: 0;right: 0;
}
.header .w1400{min-width:1300px; height:100px;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center; }
.hleft{  padding-top:5px;}
.hleft p{ font-size:30px; color:#111; 
    line-height:36px; display: block;position: relative;
}

.hleft a{ margin-right:5px; float: left;
}
.hleft a img{
    display: block;height:40px;width: auto;
}
.nav{
    width: 96%;min-width: 740px;min-height: 100px;
}
.nav ul,.hright{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center;
 
}
.hright{width:73%; }
.nav>ul>li{ position:relative; margin-right:5%;}
.nav>ul>li>a{ font-size:1.06rem; color:#333; display:block; line-height:100px; position:relative;
  
} 
.nav>ul>li>a:after{ content:''; display:block; position:absolute; left:0; right:0; margin:0 auto; bottom:0px; height:8px; width:0; transition:all .3s ease; background:url(images/nav_bg.png) center bottom no-repeat;}
.nav>ul>li.on>a:after,.nav>ul>li:hover>a:after{ width:100%;}
.nav>ul>li.on>a,.nav>ul>li:hover>a{
    color: #004b9f;
}
.nav>ul>li>a i{ display:inline-block; vertical-align:middle; margin-left:5px; width:12px; height:7px; background:url(images/002.png) no-repeat center;}
.dropmenu{position:absolute; border-radius:5px; overflow:hidden; transition:all .3s ease; top:100px; left:-30%; width:160%; background:rgba(255,255,255,0.98); 
box-shadow:0 0 10px rgba(0,0,0,.2); opacity:0; transform:rotateY(90deg);
    padding:15px 0;
    
}
.nav>ul>li:hover .dropmenu{ transform:rotate(0deg); opacity:1;}
.dropmenu a{ display:block; line-height:40px; font-size:15px; color:#666; text-align:center; transition:all .3s ease;}
.dropmenu a:hover{ color:#0071db;}
.dropmenu table,.dropmenu tbody,.dropmenu tr,.dropmenu td{ display:block; width:100%;}

.searchicon{ width:22px; height:22px; background:url(images/003.png) no-repeat center; cursor:pointer;}
.search{ position:relative;}
.search:hover .iser_box{transform: rotateX(0deg); }
.iser_box{background: rgba(255,255,255,0.98);width:1110px;box-sizing:border-box; position: absolute;top:90px;right: 0;padding: 30px; z-index: 9;box-shadow:0 0 10px rgba(0,0,0,.2);}
.iser_box .iShow{ visibility:visible; opacity:1; top:62px;}

.z_img{width:38px;height:38px;position:absolute;top:0;right:0;background: no-repeat;}

.hidden{
    display: none;
}

.layout{
    margin-left:3%;line-height: 30px;text-align: center;text-transform: uppercase;
    border-radius: 50%;width: 30px;height: 30px;background: #004b9f;overflow: hidden;
}
.layout a{font-size: 14px;display: block;
    font-family: "arial";color: #fff;
}
.layout:hover a{
    background: #eb9b00;color: #fff;
}


/*公司简介*/
.about{ border-bottom: 1px solid #eee;overflow: hidden;
    width: 100%;min-width: 1300px;background: url(images/bg_about.png)center bottom fixed;padding: 80px 0;
}
.aboutl{
    width: 56%;box-sizing: border-box;
}
.aboutl a{
    display: block;width: 180px;text-align: center;background: #004b9f;color: rgba(255,255,255,0.8);margin-top: 30px;font-size:15px;line-height:44px;
}
.aboutl a:hover{
    background: #eb9b00;color: #fff;
}
.aboutl dl{
    font-size: 70px;color: #004b9f;font-family: "arial";line-height:60px;text-transform: uppercase; padding-bottom: 5px;font-weight: bold;
}
.aboutl dt{
    font-size: 2.6rem;line-height: 4rem;color: #222;font-weight: bold;
}
.aboutl p{overflow : hidden; margin-top:18px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient: vertical;
    color: #666;text-align: justify;
    font-size: 1rem;line-height: 2rem;
}


.about_r{text-align: center;box-sizing: border-box;
    width:40%;
}
.about_r a{float: left;border: 1px solid #dedede;transition: all 0.2s linear; overflow: hidden;position: relative;
    width:50%;height: 175px;text-align: center;box-sizing: border-box;padding:45px 50px 0 50px;line-height:34px;box-sizing: border-box;
}
.about_r a:after{z-index:1;
    display:block;content:""; background: #004b9f;position: absolute;width: 100%;height:175px;top: 0;left: 0;
    transform: rotate(-90deg);
-webkit-transform-origin:0% 100%;transition: all ease 0.5s;
}
.about_r a:hover:after{ box-shadow: 0 0 10px rgba(0,0,0,10%);
 color:#fff;transform: rotate(0);
}
.about_r a:hover i,.about_r a:hover em{transition: all 0.2s linear;
    color: #fff;
}
.about_r a:nth-of-type(n+3){
    border-top:none;
}
.about_r a:nth-of-type(2n){
    border-left:none;
}
.about_r a i{line-height: 50px;position: relative;z-index: 2;
    font-size: 50px;color: #004b9f;
}
.about_r a em{
    display: block;font-size: 20px;font-weight: bold;color:#222;position: relative;z-index: 2;
}
.about_r a span{
    color:#999;line-height: 20px;text-transform: uppercase;font-family: "arial";
}

.num{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center; height:260px; font-size:1rem; color:#555555; text-align:center; }
.num span,.num i{ display:inline-block; vertical-align:top;}
.num span{ font-size:60px; color:#000000; font-family:impact; position:relative; z-index:3;}
.num i{ border-radius:50%; width:30px; height:30px; font-size:22px; font-family:impact; line-height:30px; color:#fff; background:#0d4b9c; margin-left:-10px;}
.num p+p{ margin-top:5px;}


/*企业形象滚动*/
.plant_all{ }
.plant_b{overflow:hidden;}
 .plant_b li {
        float: left;
        margin-right: 20px;
        width: 360px;position: relative;overflow: hidden;
    }
   .plant_b li .pic {
        width: 360px;
      height: auto;
     
    }
   .plant_b li .pic img {
        display: block;
        width: 100%;
        height: 100%;transition: all ease 0.5s;
    }
    .plant_b li:hover .pic img{
    transform: scale(1.2);
    }
   .plant_b li .txt {
        position: relative;
        width: 360px;
        height: 50px;
        text-align: center;
        font-size: 15px;
        color: #555;
        line-height: 50px;
        background: #fff;
    }
   .plant_b li .txt span {
        position: relative;
        display: block;
        z-index: 9;
    }
   .plant_b li .txt:after {
        display: block;
        position: absolute;
        content: " ";
        top: 0;
        left: 0;
        width: 0;
        height: 50px;
        transition: all 0.3s;
        background:#004b9f;
    }
   .plant_b li:hover .txt:after {
        width: 360px;
    }
    .plant_b li:hover .txt {color: #fff; }
    
/*代理品牌*/
.brand{
    width: 100%;margin-top: 80px;min-width: 1300px;
}    
.brand_t{ margin-bottom:40px;
    text-align: center;
}
.brand_t dl{font-size: 44px;font-weight: bold;color: #222;line-height: 50px;}
.brand_t p{
    font-size: 18px;font-weight: lighter;color: #666;line-height:40px;
}
.brand_t dt{font-size:88px;
    color: #f3f3f3;
    font-family: "arial";
    line-height: 70px;font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 5px;}
.brand_t span{
    color: #004b9f;
}

.brand_b{
    position: relative;
}
.brand_b li{position: relative;border:1px solid #eee;
    display: block;width: 23.5%;float: left;box-sizing: border-box; margin: 0 2% 2% 0;
}
.brand_b li:nth-of-type(4n){
    margin-right: 0;
}
.brand_b li .pic{
    overflow: hidden;
}
.brand_b li .pic img{display: block;width: 100%;height: auto;transition: all ease 0.5s; box-sizing: border-box;padding: 10px 20px;
}
.brand_b li .txt{box-sizing: border-box;padding-top: 0;line-height: 3rem;height:0%;transition: all ease 0.5s;top: 50%;
    position: absolute;left: 0;right: 0;margin: 0 auto;width:0%;text-align: center;font-size: 1.2rem;color: #fff;background:rgba(0,75,159,0.9);
}
.brand_b li .txt span{
    display: none;
}
.brand_b li:hover .txt{
    height:100%;width: 100%;padding-top: 17%;top: 0;
}
.brand_b li:hover .txt span{
    display: block;
}

/*服务客户*/
.partner{ overflow: hidden;
    width: 100%;min-width: 1300px;background: url(images/partnerbg.jpg)center fixed no-repeat;padding:100px 0; margin-top: 50px;
}

.partner .brand_t dl{
    color: #fff;
}
.partner .brand_t dt{
    color: rgba(255,255,255,15%)
}
.partner_b{
    position: relative;
}
.partner_b li{position: relative;overflow: hidden; background: #fff;
    display: block;float: left;width: 20%;box-sizing: border-box; border-right:1px solid #eee;
}

.partner_b li:nth-of-type(n+6){
    border-top:1px solid #eee;
}

.partner_b li .pic{
    overflow: hidden;
}
.partner_b li .pic img{display: block;width: 100%;height: auto;transition: all ease 0.5s; box-sizing: border-box;padding: 10px 20px;
}
.partner_b li .txt{box-sizing: border-box;padding-top: 0;line-height: 3rem;height:0%;transition: all ease 0.5s;bottom: -100%;overflow: hidden;
    position: absolute;left: 0;right: 0;margin: 0 auto;width:0%;text-align: center;font-size: 1.2rem;color: #fff;background:rgba(0,75,159,0.9);
}
.partner_b li .txt span{
    display: none;
}
.partner_b li:hover .txt{
    height:100%;width: 100%;padding-top: 17%;bottom:0;
}
.partner_b li:hover .txt span{
    display: block;
}


/*公司优势*/
.youshi{
    margin-top: 80px;width: 100%;min-width: 1300px;
}
.youshi_b{
    position: relative;
}
.youshi_b li{cursor: pointer;
    width:32%;box-sizing:border-box;padding: 2%;background: #fff;border: 1px solid #eee; position: relative;
}
.youshi_b li:after{transition:all ease 0.5s;
    display: block;content: "";width: 8px;height: 8px;background: #004b9f;position: absolute;right: 0;top: 0;
}
.youshi_b li:before{transition:all ease 0.5s;
    display: block;content: "";width: 5px;height: 5px;background: #004b9f;position: absolute;right:8px;top:8px;z-index: 3;
}
.youshi_b li:hover:before{
    background: #eb9b00;width: 10px;height: 10px;right: 0;top: 0;
}
.youshi_b li:hover:after{
    width: 100%;height: 100%;
}

.youshi_b li+li{
    margin-left: 2%;
}
.youshi_b li .pic{
    overflow: hidden;width: 100%;position: relative;z-index: 2;
}
.youshi_b li .pic img{
    display: block;width: 100%;height: auto;
}
.youshi_b li .txt{ padding: 20px 20px 35px 20px;position: relative;z-index: 2;
    font-size: 16px;color: #666;line-height: 30px;
}
.youshi_b li .txt dl{font-size: 30px;color: #004b9f;line-height: 40px; font-weight: bold;transition: all ease 0.5s;
}
.youshi_b li .txt dt{color: #000;
    font-size: 20px;border-bottom:1px solid #ddd;line-height: 40px;padding-bottom: 15px; margin-bottom: 13px;transition: all ease 0.5s;
}

.youshi_b li:hover .txt dt{
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.youshi_b li .txt p{
    text-transform: uppercase;text-align: justify; font-weight: lighter;transition: all ease 0.3s;
}
.youshi_b li:hover .txt{
    color:rgba(255,255,255,0.7);
}
.youshi_b li:hover .txt dl,.youshi_b li:hover .txt dt{
    color: #fff;
}

/*应用案例*/
.case_all{ margin-top: 80px;overflow: hidden;
    width: 100%;min-width: 1300px;padding: 80px 0;background:rgba(0,75,159,8%); background-size: 100%;
}
.case_all .brand_t dt{
    color: #cad8e5;
}
.case_all .picScroll-left1{ overflow:hidden; position:relative; }
	.case_all .picScroll-left1 .hd{ overflow:hidden;  height:50px;z-index: 99; width:360px;margin:50px auto auto auto; position: relative;text-align:center; 		    
		}
	.case_all .picScroll-left1 .hd .prev{ display:block;  width:38px; height:38px; 
			 cursor:pointer; background:url(images/prev1.png) 0 0 no-repeat; position:absolute;left:0;top: 10px;}
     .case_all    .picScroll-left1 .hd .next{ display:block;  width:38px; height:38px;  position:absolute;right:0; top: 10px;
     cursor:pointer; background:url(images/next.png) 0 0 no-repeat;}
			 
	.case_all .picScroll-left1 .hd .prevStop{ background-position:-60px 0; }
	.case_all .picScroll-left1 .hd .nextStop{ background-position:-60px -50px; }
	
	.case_all .picScroll-left1 .bd{ padding:0; position:relative;  }
	.case_all .picScroll-left1 .bd ul{ overflow:hidden; zoom:1; }
	.case_all .picScroll-left1 .bd ul li{ float:left; _display:inline; overflow:hidden; width:100%;box-sizing: border-box;
	position: relative;
	background: #fff;display:block;}
		.case_all .picScroll-left1 .bd ul li a{
		    display: block;cursor: pointer;
		}
	.case_all .picScroll-left1 .bd ul li .pic{width:50%;box-sizing: border-box;float:right; height: 500px;
	    overflow: hidden;
	}
	.case_all .picScroll-left1 .bd ul li .pic img{ width:100%;  height:auto; display:block;transition:all ease 0.5s; 
	    margin-top: -50px;
	}
	.case_all .picScroll-left1 .bd ul li:hover .pic img{ 
	    transform: scale(1.2);
	}
	.case_all .picScroll-left1 .bd ul li .pic a:hover img{ border-color:#999;  }
	.case_all .picScroll-left1 .bd ul li .title{ line-height:40px; 
	z-index: 2;box-sizing: border-box;float:left;width:50%; padding:60px;
	}
	.case_all .picScroll-left1 .bd ul li .title a{display: block;}
	.case_all .picScroll-left1 .bd ul li .title a em{font-size:30px; font-weight:bold;color:#333;display: block;}
	.case_all .picScroll-left1 .bd ul li .title a p{
	    font-size: 20px;color: #222;padding-bottom: 30px;border-bottom: 1px solid #ddd;margin-bottom: 20px;
	}
	.case_all .picScroll-left1 .bd ul li .title a dl{
	    font-size: 16px;color: #666;line-height:44px;
	}
	.case_all .picScroll-left1 .bd ul li .title a dl dt{
	    display: block;background: url(images/caseico.png)center left no-repeat; padding-left: 25px;
	}
	.case_all .picScroll-left1 .bd ul li .title a i{
	    font-size: 16px;color: #222;
	}
.case_all .picScroll-left1 .bd ul li .title i{
    position: absolute;left: 60px; bottom: 60px;background: #eee;width: 180px;border-radius: 10px;line-height: 44px;text-transform: uppercase;text-align: center;font-family: "arial";
    font-size: 12px;color: #aaa; font-weight: normal;
}
.case_all #pp{
    width: 38px;height: 38px;position: absolute;left: 0;right: 0;margin: 0 auto;bottom: 3px;
}
.case_all .picScroll-left1 .bd ul li:hover .title i{
    background: #004b9f;color: #fff;
}


/*版权*/
.copy_all{ width: 100%;min-width:1300px;background: #222 url(images/copybg.jpg)bottom center no-repeat; padding-top:70px;
} 
.copy_all a:hover{
    color: #fff !important;
}
.cynav_bg{
    width: 70%;min-height: 50px;
}
.cynav_bg li{padding: 0 7% 0 8%;border-right:1px solid rgba(255,255,255,5%); width: 100px;box-sizing: unset;
float: left; height: 260px;

}
.cynav_bg li:nth-of-type(1){
    padding-left: 0;
}
.cynav_bg li:last-child{
   border: none;
}
.cynav_bg li>a{display: block;
    font-size: 20px;color: #fff; position: relative;
}
.cynav_bg li>a:after{
    display: block;content: "";width:30px;height: 2px ;background: #0071db;margin:25px 0 20px 0;
    
}
.cynav_bg li dl a{font-size: 16px;line-height: 32px;color: #507eb3; }

.copy_all .code{
    width: 30%;box-sizing: border-box;
}
.copy_all .code li{
width:44%; 
}
.copy_all .code li dl{text-align: center;
    font-size: 16px;color: #507eb3; line-height:45px;margin-top: 10px;background:rgba(255,255,255,5%);
}
.copy_all .code li img{
    display: block;border: 1px solid rgba(255,255,255,5%);padding: 10px;width: 100%;
}
.copy_all .cpbottom{ margin-top: 50px;
    border-top: 1px solid rgba(255,255,255,5%); line-height: 100px;font-size: 16px;color: #507eb3;
}
.copy_all .cpbottom a{font-size: 16px;color: #507eb3;}
.copy_all .cpbottom_l{
    width: 65%
}
.copy_all .cpbottom_r{
    width: 35%;text-align: right;
}


/*友情链接*/
.links{
    background: #1f1f1f url(images/linkbg.jpg)bottom center no-repeat;line-height: 98px;width: 100%;min-width: 1300px;
}    
.links dl{
    display: block;float: left;font-size: 26px;text-transform: uppercase;color: #507eb3;
    font-family: "arial";margin-right: 5px;
}
.links p{float: left;
    font-size: 20px;color: #fff;
}
.links_r{width: 80%;
    
}
.links_r li{
    font-size: 16px;color: #507eb3;display: inline-block;
}
.links_r li a{font-size: 16px;color: #507eb3;}
.links_r li a:hover{
    color: #fff;
}