﻿* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.header,.nav ul,.mid,.footer,.page,.wz{
    margin: auto;
}
.w1200{
    width: 1200px;
    margin: auto;
}
a {
    text-decoration: none;
    color: #666;
}
a:hover{
    color: #248dc6;
    text-decoration: none;
}
img{
    max-width: 100%;
}
.indent{
    text-indent: 2em;
    margin-left: 450px;
    line-height: 1.5em;
    margin-bottom: 1em;
}
.highlight{
    background: #e4e8f3;
}
.highlight span{
    float: right;
    margin-right: 22px;
}
a img{
    border: none;
}

.header {
    width: 1200px;
    height: 100px;
    background: url("../image/logo.png") no-repeat 0 center;
    color: #000;
font-family: "Microsoft YaHei";
font-size: 28px;
padding-left: 180px;
line-height: 100px;
}
.search-box{
	float:right;
        height: 100px;
}
.search-index {
    display: inline-block;
    float: left;
    position: relative;
}
.search-index input.text{
    height: 45px;
    width: 240px;
    background-color: #eee;
    border: 1px solid;
    border-color: #eee;
    padding-left: 15px;
}
.search-index input.button{
    width: 36px;
    height: 33px;
    top: 38px;
    right: 10px;
    position: absolute;
    background: url(../image/search_btn.png) no-repeat;
    text-indent: -999px;
    cursor: pointer;
    border: 0;
}
.contact-index {
    display: inline-block;
    height: 100px;
    line-height: 100px;
    margin-left: 60px;
}
.contact-index .tel {
    font-size: 20px;
    margin-top: 34px;
    margin-bottom: 0px;
    color: #37474f;
    color: #2a333c;
    line-height: 30px;
}
.contact-index .mail {
    color: #ffffff;
    color: #76838f;
    font-size: 14px;
    text-align: right;
    line-height: 24px;
}
.nav{
    background: #003BA8;
}
.nav>ul{
    height:60px;
    position: relative;
    width: 1200PX;
    margin: auto;
}
.nav>ul>li{	
	float:left;
}
.nav>ul>li:before{
    content: "|";
    font: 19px "Microsoft Yahei";
    color: #fff;
    line-height: 60px;
    float: left;
}
.nav>ul>li:first-child:before{
    content: "";
}
.nav ul li a{
	font:19px "Microsoft Yahei";
	color:#fff;
    display: block;
	width:171px;
    line-height: 60px;
    text-align: center;
}
.nav>ul>li a:hover {
    color: #99CCFF;
}
.nav ul li ul {
  display: none;
  position: absolute;
  z-index: 3;
  list-style-type: none;
}
.nav ul ul a {
  border-bottom: 1px solid #fff;
  line-height: 30px;
}
.nav>ul>li:hover>ul,.nav>ul>ul>li:hover>ul{
	display:block;
	border-top:1px solid #fff;
    background: #003BA8;
}

.flexslider
{ 
	height:550px;
	width:100%;
	margin:auto;
	position:relative;
	overflow:hidden;
}
.slides li{
	height:550px;
    
}
.slides li a {
display: block;
width: 100%;
height: 100%;
text-indent: -9999px;
}
.flex-control-nav {
    position:absolute;
    bottom:10px;
    z-index:2;
    width:100%;
    text-align:center;
}
.flex-control-nav li {
    display:inline-block;
    width:14px;
    height:14px;
    margin:0 5px;
    *display:inline;
    zoom:1;
}
.flex-control-nav a {
    display:inline-block;
    width:14px;
    height:14px;
    line-height:40px;
    overflow:hidden;
    background:url(../image/dot.png) right 0 no-repeat;
    cursor:pointer;
}
.flex-control-nav .flex-active {
    background-position:0 0;
}


/*以下为首页中间样式*/
.mid{
    padding-top: 40px;
}
.mid,ul.advantage{
    width: 1200px;
    margin: auto;
    overflow:hidden;
}
.title{
    text-align: center;
    
}
.title h1{
    font-family: "Microsoft YaHei";
    color: #003BA8;
    font-size: 45px;
    font-weight: normal;
}
.title h2{
    color: #666;
    font-size: 24px;
    font-weight: normal;
    
}
.title img{
    width: 300px;
    margin-bottom: 30px;
    margin-top: 10px;
    text-align: center;
}
ul.advantage li{
    float: left;
    width: 25%;
    
}
ul.advantage li a{
    text-align: center;
    display: block;
}
ul.advantage div{
    width: 155px;
    height: 155px;
    line-height: 155px;
    background: #e6e6e6;
    border-radius: 50%;
        margin: 0 auto;
}
ul.advantage img{
    display: inline-block; 
    vertical-align: middle;
}
ul.advantage p{
    font-size: 24px;
    font-weight: normal;
    padding-top: 10px;
    color: #000;
}
.title2 a:first-child{
    font-size: 24px;
    font-weight: normal;
    color: #000;
}

.hp-cpzx li{
    float: left;
width: 47%;
height: 250px;
border: 1px solid #ccc;
margin: 20px 29px 20px 0;
    overflow: hidden;
}
.hp-cpzx div {
    float: left;
}
.hp-cpzx a.title{
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
display:block;
text-align: left;
color: #000;
}
.hp-cpzx img{
    max-height: 210px;
    max-width: 200px;
    margin: 25px;
}
ul.hp-cpzx{
margin:0;
    margin-bottom: 20px;
margin-right:-25px;
}

.hp-cpzx li div a{
    margin: 0;
}
.hp-cpzx .title_content{
    float: right;
    width: 310px;
}
.hp-cpzx span{
    display: inline-block;
    line-height: 2.5em;
    padding-right: 20px;
    color: #666;
}
.hp-us>div{
    width: 50%;
    height: 347px;
    float: left;
}
.hp-us-bg{
    background: url(../image/Company.png) no-repeat;
}
.hp-us-bg2{
    background: #003BA8;
}
.hp-us-bg2 h1{
    color: #ffffff;
    text-align: left;
    font-size: 28px;
    margin: 25px 0 0 25px;
}
.hp-us-bg2 a{
    color: #fff;
   
}
.hp-us-bg2 .content{
     margin: 40px 80px 0 45px;
     line-height: 1.8em;
}

.hp-news{
    float: left;
    width: 750px;
}
.hp-news h3 span{
 float: right;
font-weight:normal;
}
.hp-news div.content{
    margin-top:10px;

}
.hp-news span.numbers{
    display: inline-block;
    width: 90px;
    height: 100px;
    background: #003BA8;
    color: #ffffff;
    font: 56px "arial";
    line-height: 100px;
    text-align: center;
    float: left;
    margin-right: 20px;
}
.hp-news li{
    border-top: 1px solid #333;
    overflow: hidden;
    padding: 10px 0;
}
.hp-news li:first-child{
    border: 0;
}
.hp-news2{
    float: right;
    width: 400px;
}
/*以下为底部样式*/
.footer{
	width: 100%;
    background: #444;
    color: #999;
    font-size: 25px;
    clear: both;
    margin-top: 30px; 
}
.fri-link,.nav-b,.ft{
    width: 1200px;
    margin: 0 auto;
    clear:both;
}
.ft{
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #fff;
    padding-bottom: 40px;
}
.ft>p:first-child{
    margin-top: 40px;
}
.nav-b{
    overflow: hidden;
}
.nav-b img{
    max-height: 20px;
    max-width: 20px;
    display: inline-block;
    vertical-align: middle;
}
.nav-b>ul>li{
    float: left;
    margin-left: 80px;
}
.nav-b>ul>li:first-child{
    margin-left: 0;
}
.nav-b ul li ul{
    margin-top: 15px;
}
.nav-b ul li ul li{
    margin-bottom: 5px;
}
.footer div,ul.imgAndContent p,.rightcontul ul a,.fwzx h3,.fwzx p{
    font-family: "微软雅黑";
}
.footer p,.footer a,.footer li{
    font-size: 15px;
    color: #999;
    font-family: "微软雅黑";
}
.nav-b>ul>li>a{
    font-size: 18px;
}

.fri-link{
    font-size: 18px;
    font-family: "微软雅黑";
    height: 90px;
    line-height: 90px;
}
.fri-link a{
    margin-right: 30px;
    margin-left: 30px;
}
.qrcode{
    position: absolute;
    left: 800px;
    top: 83px;
}
.qrcode img{
    width: 190px;
    border: 10px solid #fff;
}
/*以下为内页样式*/
.wz {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    position: relative;
}
.wz a{
font-weight:bold;
}
.wz ul li{
    float: left;
    margin-left: 20px;
}
.wz ul{
    position: absolute;
    right: 0;
    top: 0;
}
.page{
    overflow: hidden;
    width: 1200px;
}
.page .left{
	width:262px;
    margin-bottom: 30px;
    float: left;
}
.page .left h2{
    line-height: 110px;
    height: 110px;
    font-size: 30px;
    font-family: "Microsoft YaHei";
    color: #fff;
    text-align: center;
    background:url(../image/leftbar.jpg);
    margin: 0;
}
#newsNav ul ul a,.seclist a{
    padding: 12px 0 12px 18px;
    font-size: 14px;
    font-weight: 600;
    display: block;
}
.seclist{
    margin-bottom: 30px;
    border: 1px solid #ddd;
}
.seclist li{
    border-top: 1px solid #ddd;
}
.page .right{
	width:897px;
    float: right;  
}

.rightcontul{
    min-height: 477px;
    position: relative;
    padding-bottom: 58px;
}
.rightcontul ul{
    padding-top: 20px;
    margin: 0 20px;
    overflow: hidden;
}

ul.common li{
    height: 40px;
    line-height: 30px;
    background: url(../image/7--i-1.gif) no-repeat 6px 22px;
    padding-left: 20px;
    border-bottom: 1px dashed #b2b2b2;
    padding-top: 11px;
}
.timeshow {
    float: right;
    *+margin-top: -30px;
    color: #666;
    font-weight: 400;
    font-family: "微软雅黑";
    font-size: 13px;
}

.cutepage{
    right: 20px;
    bottom: 14px;
    position: absolute;
    font-size: 12px;
}
#cutepage .selected {
    color: #ff0000;
}
.hand {
    cursor: pointer;
}
.cutepage a {
    margin-left: 5px;
}
.cutepage input{
    width: 25px;
}


/*以下为解决方案样式*/
ul.imgAndContent li{
    border-bottom: 1px dashed #999;
margin: 0 15px 25px 0;
padding-bottom: 25px;
overflow: hidden;
}
ul.imgAndContent div{
    margin-left: 270px;
}
ul.imgAndContent img{
    width: 220px;
    max-height: 220px;
}
ul.imgAndContent a.imgSize{
    display: block;
width: 150px;
height: 150px;
float: left;
}
ul.imgAndContent a{
    font-size: 21px;
    color: #000;
    font-weight: bold;
}
ul.imgAndContent p{
    font-size: 14px;
    margin-top: 20px;
    line-height: 2em;
}

/*以下为服务支持样式*/
.fwzx{
    text-align: center;
}
.fwzx div{
    width: 750px;
    text-align: left;
    margin: 20px auto;
    background: #eee;
    padding: 20px;
    
}
.fwzx h3{
    color: #63b328;
}
.fwzx p{
    line-height: 2em;
}
/*download*/
ul.ss2{
    margin-left: 20px;
    font-size: 14px;
}
ul.ss3{
    margin-left: 20px;
    font-size: 12px;
}
#newsNav a{
    height: 50px;
line-height: 50px;
padding: 0;
padding-left: 18px;
font-family: "微软雅黑";
font-size: 16px;
}
/*cpzx list*/
.cpzx li{
    float: left;
width: 430px;
height: 210px;
border: 1px solid #ddd;
margin-bottom: 40px;
    overflow: hidden;
    margin-right: 18px;
}
.cpzx a.title1{
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0;
display:block;
}
.cpzx img{
    max-width: 200px;
    max-height: 200px;
    padding: 5px;
    vertical-align: middle;
}
ul.cpzx{
margin:0;
    margin-bottom: 20px;
width:897px;
}
.cpzx div{
    float: left; 
    height: 210px;   
}
.cpzx a.img1{
    display: table-cell;
    vertical-align: middle;
    height: 210px;
    text-align: center;
    width: 200px;
}
.cpzx li div a{
    margin: 0;
}
.cpzx span{
    display: inline-block;
    line-height: 2.5em;
    padding-right: 20px;
    color: #666;
    font-size: 12px;
}



/*以下为详情页样式*/
.cscontul p{
    padding-bottom: 2em;
    
}
.cscontul,.comcontul{
    padding: 10px 0 0 0px;
    line-height: 2em;
}
.rightcontul h1 {
    font-weight: 400;
    font-size: 24px;
    color: #003BA8;
    font-family: "微软雅黑";
    text-align: center;
    padding: 25px 0;
    border-bottom: 1px solid #c6c6c6;
}


.comcontul table{
    border-collapse:collapse;
    width: 100%;
    font-size: 12px;
}
.comcontul table,.comcontul th,.comcontul td{
    border-bottom: 1px solid #999;
    height: 40px;
}
.comcontul th{
    color:#333;
    text-align: center;
}
#lookdetail,.detailbutton{
    display: none;
}

.seclist form{
    margin-top: 20px;
    margin-left: 20px;
    font-size: 13px;
    height: 36px;
}

.seclist ul ul a{
font-size:13px;
padding-left:35px;
}
/*detail-cp*/
.detail-cp .right{
    float: left;
}
.detail-cp .left{
    float: right;
}

/*qq*/
.demo-icon{
  font-family:"icomoon";
  font-style:normal;
  font-weight:normal;
  speak:none;
  display:inline-block;
  text-decoration:inherit;
  text-align:center;
  font-variant:normal;
  text-transform:none;
  font-size:24px;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  line-height:24px;
  color:#999; 
}
.sev-t{
    overflow: hidden;
}
.cndns-right{position:fixed;right:1px;top:50%;margin-top:-100px;z-index:100}
.cndns-right-meau{position:relative;}
.cndns-right-btn{width:48px;height:48px;border:1px solid #ddd;text-align:center;display:block;margin-bottom:6px;position:relative;background-color:#fff}
.cndns-right-btn span{color:#848484;font-size:26px;line-height:48px;}
.cndns-right-btn sup{display:block;min-width:24px;height:24px;text-align:center;line-height:24px;color:#fff;border-radius: 50%;background-color:#ff6800;position:absolute;left:-12px;top:-12px;}
.cndns-right-btn p{color:#ff6800;font-size:14px;line-height:18px;padding-top:5px;display:none;}
.cndns-right-meau:hover .cndns-right-btn span{display:none}
.cndns-right-meau:hover .cndns-right-btn p{display:block;}
.meau-sev .cndns-right-btn{border-color:#ff6800;background:url(../image/02index-banner-8.gif) no-repeat #ff6800 center;} 
.meau-sev .cndns-right-btn p{color:#fff}
.meau-sev .cndns-right-btn span{color:#fff}
.cndns-right-box{position:absolute;top:-15px;right:48px;padding-right:25px;display:none;}
.cndns-right-box .box-border{border:1px solid #ccc;border-top:4px solid #ff6800;padding:20px;background-color:#fff;-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);box-shadow: 0 3px 8px rgba(0,0,0,.15);position:relative;overflow: hidden;}
.cndns-right-box .box-border .arrow-right{display:block;width:13px;height:16px;background:url(../image/arrow.png) no-repeat;position:absolute;right:-13px;top:26px;}
.cndns-right-box .box-border .sev-t span{font-size:42px;float:left;display:block;line-height:56px;margin-right:20px;color:#d3d3d3}
.cndns-right-box .box-border .sev-t p{float:left;color:#ff6800;font-size:24px;line-height:28px;}
.cndns-right-box .box-border .sev-t p i{display:block;font-size:14px;color:#aaa;}
.cndns-right-box .box-border .sev-b{padding-top:15px;margin-top:15px;border-top:1px solid #e4e4e4}
.cndns-right-box .box-border .sev-b h4{color:#666;font-size:14px;font-weight:normal;padding-bottom:15px;}
.cndns-right-box .box-border .sev-b li{float:left;width:50%}
.cndns-right-box .box-border .sev-b li a{display:inline-block;color:#999;font-size:13px;padding-left:43px;background:url(../image/q1.gif) no-repeat left 3px;line-height:36px;}
.cndns-right-box .box-border .sev-b li a.ww{
    background:url(../image/ww.gif) no-repeat left 3px;line-height:36px;
}
.cndns-right-box .box-border .sev-b li a:hover{color:#ff6800}
.meau-sev .cndns-right-box .box-border{width:330px;}
.cndns-right-meau:hover .cndns-right-box{display:block}

.meau-sev .cndns-right-btn .demo-icon{display:none;}
.meau-sev:hover .cndns-right-btn{background:#ff6800}
/*qq over*/

/*up*/
 .up {
                width:54px;
                height:54px;
                background:url(../image/topback.gif) no-repeat 0 0;
                filter:alpha(Opacity=60);
                -moz-opacity:0.6;
                opacity: 0.6;
            }
            .up:hover {
                filter:alpha(Opacity=100);
                -moz-opacity:1;
                opacity:1;
            }
/*up结束*/