@charset "utf-8";
/* CSS Document */


.container { /*根据效果图主体宽度定义*/
    width: 1200px;
    min-width: 1200px;
}
.w-560{
    width: 560px;
}
.w-875{
    width: 875px;
}
.w-577{
    width: 577px;
}
.w-283{
    width: 265px;
    height: 1170px;
    padding-left: 9px;
    padding-right: 9px;
    border: 1px solid #c9c9c9;
    -webkit-box-shadow: 0 3px 4px rgba(12,3,6,0.5);
    -moz-box-shadow: 0 3px 4px rgba(12,3,6,0.5);
    box-shadow: 0 3px 4px rgba(12,3,6,0.5);
}
.w-580{
    width: 580px;
}


.mb40{
    margin-bottom: 40px;
}


body{
    font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;
}
.fs{
    font-family: "宋体", Helvetica, Arial, sans-serif;
}
.fa{
    font-family: Arial, Helvetica, sans-serif;
}


/*header*/
header{
    width: 1200px;
    height: 104px;
}
.logo{
    width: 429px;
    height: 60px;
    margin-top: 25px;
}
.logo img{
    width: 429px;
    height: 60px;
}
.toggle{
    height: 41px;
    line-height: 41px;
    font-size: 14px;
    color: #777;
}
.toggle a{
    margin: 0 5px;
    color: #777;
}
.toggle a:hover,
.toggle .on{
    color: #1c77be;
}
.login{
    width: 200px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #777;
}
.login a{
    margin: 0 5px;
    color: #777;
}
.login a.color-1c77be{
    color: #1c77be;
}
.search{
    width: 412px;
}
.select-1{
    width: 120px;
    height: 34px;
    border: 1px solid #e6e6e6;
    border-right: none;
    text-indent: 10px;
    cursor: pointer;
    position: relative;
	z-index:9999;
}
.select-1 span{
    display: block;
    width: 100%;
    line-height: 34px;
    background: url(../images/select_bg.jpg) right center no-repeat;
    font-size: 14px;
    color: #131313;
}
.select-1 ul{
    width: 122px;
    background: #fff;
    overflow-y: hidden;
    position: absolute;
    left: 0;
    top: 34px;
    display: none;
	
}
.select-1 .option a{
    display: block;
    width: 100%;
    line-height: 26px;
    color: #000;
	font-size: 14px;
}
.select-1 .option a:hover{
    background: #abadb3;
    color: #fff;
}
.search .ssk-1{
    width: 218px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #e6e6e6;
    border-right: none;
    text-indent: 8px;
    color: #bfbfbf;
}
.search .input-1{
    width: 62px;
    height: 36px;
    background: url("../images/input_1.jpg") no-repeat;
    border:none;
}



/*nav*/
nav{
    width: 100%;
    min-width: 1200px;
    height: 50px;
    background: #1c77be;
}
nav ul li{
    float: left;
    position: relative;
    z-index: 99;
}
nav ul li .a-1{
    display: block;
    padding: 0 24px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
}
nav ul li .a-1:hover,
nav ul li .on{
    background: #ff9c00;
}

.sub-1{
    width: 818px;
    height: 346px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 10px #999;
    position: absolute;
    left: 0;
    top: 50px;
}
.sub-1 .c-1{
    width: 272px;
    height: 340px;
    padding: 3px 0;
    border-right: 1px solid #dbdbdb;
}

.sub-1 .c-1 a{
    display: block;
    height: 34px;
    line-height: 34px;
    padding-left: 32px;
    font-size: 14px;
    color: #000;
}

.sub-1 .c-1 .tabs-tit.selected a{
    background: #eee;
    color: #1c77be;
}
.sub-1 .c-1 a:hover{
    background: url("../images/z_1.jpg") no-repeat;
    color: #1c77be;
}
.sub-1 .c-1 .a-2:hover{
    background: #eee !important;
    color: #1c77be;
}

.sub-2{
    width: 375px;
    padding: 3px 0;
    background: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 5px 10px #999;
    position: absolute;
    top: 50px;
	left:0px;
    display: none;
}
.sub-2 p{
    height: 34px;
}
.sub-2 p a{
    display: block;
    padding-left: 10px;
    line-height: 34px;
    font-size: 14px;
    color: #000;
}
.sub-2 p a:hover{
    background: #eee;
    color: #1c77be;
}


/*footer*/
footer{
    width: 100%;
    min-width: 1200px;
    min-height: 130px;
    padding-top: 20px;
    background: #1c77be;
}
.copy{
    width: 837px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
}
.copy .p-1{
    height: 44px;
    line-height: 44px;
    background: url("../images/line_1.jpg") left bottom repeat-x;
}
.copy .p-1 a{
    color: #fff;
}
.copy .p-1 span{
    margin: 0 10px;
}
.wechat{
    width: 220px;
}
.wechat .text{
    width: 100px;
    padding-top: 58px;
    line-height: 18px;
    color: #fff;
}
.color-fba900{
    color: #fba900;
}


.right-float{
    width: 54px;
    height: auto;
    position: fixed;
    right: 0;
    bottom: 160px;
    z-index: 999;
}
.right-float ul li{
    width: 54px;
    height: 54px;
    background: #333;
    border-bottom: 1px solid #444;
}
.right-float ul li a{
    display: block;
    width: 118px;
    height: 54px;
    line-height: 54px;
    padding-left: 13px;
    font-size: 16px;
    color: #fff;
}
.right-float ul li a img{
    margin-right: 12px;
}
.right-float ul li a.hover{
    background: #1c77be;
}
#top-btn{
    cursor: pointer;
}


/*page*/
.page {
    padding: 12px 0;
    margin: 20px 0;
    background: #f1f1f1;
    text-align: center;
}
.page a {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #aaa;
    color: #8e8e8e;
}
.page a:hover,.page a.current{
    background: #1c77be;
    border: 1px solid #1c77be;
    color: #fff;
}

.page strong{
    padding: 0 5px;
}



/*banner*/
.slideBox{
    width: 100%;
    height: 330px; /*这个根据效果图定义*/
    overflow: hidden;
    position: relative;
}
.slideBox .hd{
    height: 10px;
    overflow: hidden;
    margin-left: -136px; /*这个根据效果图定义*/
    position: absolute;
    left: 50%;
    bottom: 16px; /*这个根据效果图定义*/
    z-index: 2;
}
.slideBox .hd ul{
    float: left;
    overflow: hidden;
    zoom: 1;

}
.slideBox .hd ul li{
    float: left;
    width: 67px;
    height: 10px;
    margin: 0 12px;
    background: #1c77be;
    cursor: pointer;
}
.slideBox .hd ul li.on{
    background: #ff9c00;
}
.slideBox .bd{
    height: 100%;
    position: relative;
    z-index: 0;
}
.slideBox .bd li{
    vertical-align: middle;
    zoom: 1;
}
.slideBox .bd a {
    display: block;
    width: 100%;
    height: 330px; /*这个根据效果图定义*/
}


/*首页内容*/
.mod-01 .text{
    height: 70px;
    line-height: 22px;
    font-size: 14px;
    color: #000;
}
.mod-01 img{
    display: block;
    width: 875px;
    height: 168px;
}
.mod-02{
    width: 278px;
}
.tit-1{
    height: 29px;
    line-height: 28px;
    border-bottom: 1px solid #dcdcdc;
}
.tit-1 span{
    height: 28px;
    margin-bottom: -1px;
    border-bottom: 2px solid #1c77be;
    font-size: 20px;
    color: #1c77be;
}
.tit-1 a{
    font-size: 14px;
    color: #ff9c00;
}
.mod-02 .img{
    width: 278px;
    height: 100px;
}
.mod-02 .img img{
    display: block;
    width: 278px;
    height: 100px;
}
.mod-02 .content ul li{
    height: 30px;
    line-height: 30px;
    padding-left: 18px;
    background: url("../images/li_bg1.jpg") left center no-repeat;
}
.mod-02 .content{
    height: 152px;
}
.mod-02 .content ul li a{
    font-size: 16px;
    color: #000;
}
.mod-02 .content ul li a:hover{
    color: #1c77be;
}




.slide-1{
    width: 577px;
    height: 188px;
    position: relative;
}
.slide-1 .prev,.slide-1 .next{
    display: block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background: #b5b5b5;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 3;
    cursor: pointer;
}
.slide-1 .prev{
    right: 15px;
}
.slide-1 .next{
    right: 0;
}
.slide-1 .prev:hover,.slide-1 .next:hover{
    background: #1c77be;
}
.slide-1 .bd{
    width: 577px;
    overflow: hidden;
}
.slide-1 .bd ul{
    overflow: hidden;
    zoom: 1;
}
.slide-1 .bd ul li{
    float: left;
    width: 577px;
    height: 188px;
    position: relative;
}
.slide-1 .bd ul li .img{
    width: 260px;
    height: 188px;
}
.slide-1 .bd ul li .img img{
    display: block;
    width: 260px;
    height: 188px;
}
.slide-1 .bd ul li .text{
    width: 293px;
    font-size: 14px;
}
.slide-1 .bd ul li .text .c-1{
    height: 168px;
    line-height: 22px;
    color: #000;
}
.slide-1 .bd ul li .text .c-1 .p-1{
    font-size: 20px;
    color: #282828;
}
.slide-1 .bd ul li .text .c-1 span{
    color: #4f4f4f;
}
.slide-1 .bd ul li .text .more{
    height: 20px;
    line-height: 20px;
    text-align: right;
}
.slide-1 .bd ul li .text .more a{
    color: #f5a700;
}

.mod-03 ul li{
    height: 30px;
    line-height: 30px;
    vertical-align: bottom;
    padding-left: 18px;
    background: url("../images/li_bg1.jpg") left center no-repeat;
    font-size: 16px;
}
.mod-03 ul li a{
    float: left;
    color: #000;
}
.mod-03 ul li span{
    float: right;
    color: #1c77be;
}

.mod-04 .title{
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    color: #ff9c00;
}
.mod-04 .content{
    height: 256px;
    line-height: 20px;
    font-size: 14px;
    color: #000;
	overflow:hidden;
}

.slide-2{
    width: 265px;
    height: 247px;
    position: relative;
}
.slide-2 .prev,.slide-2 .next{
    display: block;
    width: 22px;
    height: 46px;
    position: absolute;
    top: 119px;
    z-index: 3;
    cursor: pointer;
}
.slide-2 .prev{
    background: url("../images/jt_1l.png") no-repeat;
    left: 0;
}
.slide-2 .next{
    background: url("../images/jt_1r.png") no-repeat;
    right: 0;
}
.slide-2 .bd{
    width: 265px;
    overflow: hidden;
}
.slide-2 .bd ul{
    overflow: hidden;
    zoom: 1;
}
.slide-2 .bd ul li{
    float: left;
    width: 265px;
    height: 247px;
    position: relative;
}
.slide-2 .bd ul li a img{
    display: block;
    width: 265px;
    height: 247px;
}
.slide-2 .bd ul li a p{
    width: 265px;
    line-height: 40px;
    background: url("../images/pf_bg1.png") repeat;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
}

.mod-05 ul{
    margin-left: -11px;
}
.mod-05 ul li{
    float: left;
    width: 127px;
    margin-bottom: 10px;
    margin-left: 11px;
    display: inline;
}
.mod-05 ul li img{
    display: block;
    width: 127px;
    height: 117px;
}

.mod-06 .title{
    height: 66px;
}
.mod-06 .content{
    line-height: 30px;
    font-size: 16px;
    color: #000;
}


/*产品中心*/
.ban-2{
    width: 100%;
    min-width: 1200px;
    height: 270px;
}

.mod-07{
    height: 50px;
    line-height: 50px;
    background: #f1f1f1;
}
.mod-07 .name{
    padding: 0 18px;
    background: #1c77be;
    font-size: 18px;
    color: #fff;
}
.address{
    font-size: 14px;
    color: #555;
}
.address a{
    margin: 0 5px;
    color: #555;
}

.mod-08 ul{
    margin-left: -20px;
}
.mod-08 ul li{
    float: left;
    width: 283px;
    height: 345px;
    margin-bottom: 20px;
    margin-left: 20px;
    background: #f2f2f2;
    border: 1px solid #838383;
}
.mod-08 ul li .img{
    height: 110px;
}
.mod-08 ul li .img img{
    display: block;
    width: 283px;
    height: 110px;
}
.mod-08 ul li .text{
    height: 176px;
    padding: 0 12px;
    line-height: 24px;
    font-size: 14px;
    color: #555;
}
.mod-08 ul li .text p{
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #000;
    text-align: center;
}
.mod-08 ul li .more{
    display: block;
    width: 109px;
    height: 35px;
    line-height: 35px;
    background: #555;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.mod-08 ul li .more:hover{
    background: #1c77be;
}


/*产品中心-PROFIBUS从站网关 - 产品列表*/
.mod-09 .img{
    width: 350px;
    height: 250px;
    border: 1px solid #b3b3b3;
}
.mod-09 .img img{
    display: block;
    width: 350px;
    height: 250px;
}
.mod-09 .text-1{
    width: 680px;
    line-height: 26px;
    font-size: 14px;
    color: #555;
}
.mod-09 .text-2{
    width: 400px;
    line-height: 36px;
    font-size: 16px;
    color: #555;
}
.mod-09 .text-2 span{
    margin-right: 20px;
    text-decoration: underline;
}
.mod-09 .text-2 span a{
    color: #1c77be;
}

.mod-09 .text-2 .list_a{
    display: inline-block;
    width: 109px;
    height: 35px;
    line-height: 35px;
    background: #1c77be;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.mod-10 .title{
    border-left: 1px solid #b3b3b3;
}
.mod-10 .title .tabs-tit{
    float: left;
    padding: 0 26px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #b3b3b3;
    border-left: none;
}
.mod-10 .title .tabs-tit a{
    font-size: 16px;
    color: #555;
}
.mod-10 .title .tabs-tit.selected{
    background: #1c77be;
    color: #fff;
}
.mod-10 .title .tabs-tit.selected a{
    color: #fff;
}

.mod-10 .con-1{
    line-height: 26px;
    font-size: 14px;
    color: #555;
	min-height:450px;
}
.pro_table td{
    border: 1px solid #b3b3b3;
    text-align: center;
}

.pro_table td a{
    color: #1c77be;
}
 

/*产品中心-PROFIBUS从站网关*/
.mod-10 .con-2{
    line-height: 24px;
    font-size: 14px;
    color: #555;
}
.mod-10 .con-2 p{
    font-size: 24px;
    color: #000;
}
.mod-10 .con-2 a{
    color: #008fff;
}
.pro_con-3 h3{
    font-size: 18px;
    color: #1c77be;
}
.pro_con-3 ul{
    margin-left: -20px;
}
.pro_con-3 ul li{
    float: left;
    width: 590px;
    margin-bottom: 30px;
    margin-left: 20px;
    display: inline;
}
.pro_con-3 ul li .img{
    width: 238px;
    height: 170px;
    border: 1px solid #b4b4b4;
}
.pro_con-3 ul li .img img{
    display: block;
    width: 238px;
    height: 170px;
}
.pro_con-3 ul li .text{
    width: 330px;
    padding-top: 6px;
	word-wrap:break-word;
}
.pro_con-3 ul li .text .c-1{
    height: 129px;
    line-height: 24px;
    font-size: 14px;
    color: #555;
}
.pro_con-3 ul li .text .c-1 p{
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: #000;
}
.pro_con-3 ul li .text .more{
    display: inline-block;
    width: 109px;
    height: 35px;
    line-height: 35px;
    background: #555;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
}
.pro_con-3 ul li .text .more:hover{
    background: #1c77be;
}


/*登录*/
.block-01{
    padding: 50px 0;
    border: 5px solid #f1f2f2;
}

.mod-11{
    width: 853px;
    border-right: 1px solid #f1f2f2;
}
.mod-11 ul li{
    line-height: 36px;
    margin-bottom: 35px;
}
.mod-11 ul li .c-1{
    float: left;
    width: 110px;
    padding-right: 9px;
    font-size: 14px;
    color: #222;
    text-align: right;
}
.mod-11 ul li .c-2{
    float: left;
    width: 368px;
}
.mod-11 ul li .c-3{
    float: left;
    width: 260px;
	position:relative;
}
.mod-11 ul li span{
    color: #d11d1e;
}
.mod-11 ul li .c-3 span.Validform_checktip{
	position:absolute;
	left:0px;
	top:32px;}

.wbk-1{
    width: 360px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #bbb;
    text-indent: 10px;
}
.wbk-2{
    width: 224px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #bbb;
    text-indent: 10px;
}
.input-2{
    width: 362px;
    height: 50px;
    background: #1c77be;
    border: none;
    font-size: 20px;
    color: #fff;
}

.mod-12{
    width: 290px;
    line-height: 50px;
    font-size: 14px;
    color: #222;
}
.mod-12 a{
    display: block;
    width: 172px;
    height: 42px;
    line-height: 42px;
    background: #f1f2f2;
    border: 1px solid #d2d2d2;
    color: #222;
    text-align: center;
}


/*关于鼎实*/
.mod-13 ul{
    margin-left: -30px;
}
.mod-13 ul li{
    float: left;
    width: 380px;
    line-height: 28px;
    margin-bottom: 30px;
    margin-left: 30px;
    display: inline;
    font-size: 16px;
    color: #555;
	height:440px;
	word-wrap:break-word;
}
.mod-13 ul li a{
    display: block;
    width: 340px;
    height: 270px;
    padding: 20px 20px 0 20px;
    background: #f1f1f1;
    font-size: 18px;
    color: #555;
}
.mod-13 ul li a img{
    display: block;
    width: 340px;
    height: 211px;
}
.mod-13 ul li a p{
    line-height: 58px;
    text-align: center;
}
.mod-13 ul li a:hover{
    background: #1c77be;
    color: #fff;
}


/*关于鼎实-新闻中心*/
.mod-14 ul li{
    padding: 20px 0;
    border-bottom: 1px dashed #ccc;
}
.mod-14 ul li .img{
    width: 335px;
    height: 230px;
}
.mod-14 ul li .img img{
    display: block;
    width: 335px;
    height: 230px;
}
.mod-14 ul li .text{
    width: 844px;
}
.mod-14 ul li .text .c-1{
    height: 200px;
    line-height: 28px;
    font-size: 16px;
    color: #222;
}
.mod-14 ul li .text .c-1 a{
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #000;
}
.mod-14 ul li .text .date{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #1c77be;
}
.mod-14 ul li .text .date a{
    display: inline-block;
    width: 106px;
    height: 30px;
    line-height: 30px;
    background: #555;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.mod-14 ul li .text .date a:hover{
    background: #1c77be;
}


.mod-15{
    padding-top: 30px;
    border-top: 2px solid #a3a3a3;
}
.mod-15 .text{
    line-height: 30px;
    font-size: 14px;
    color: #555;
}
.mod-15 .next{
    display: inline-block;
    width: 109px;
    height: 35px;
    line-height: 35px;
    background: #555;
    border-radius: 5px;
    color: #fff;
    text-align: center;
}
.mod-15 .prev{
    width: 109px;
    height: 35px;
    line-height: 35px;
    background: #1c77be;
    border-radius: 5px;
    color: #fff;
    text-align: center;
	padding:10px 20px;
	margin-right:10px;
}

.input-3{
    width: 188px;
    height: 35px;
    background: #1c77be;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
}


/*技术支持与培训 -产品免费试用*/
.mod-16{
    line-height: 24px;
    font-size: 14px;
    color: #888;
}
.mod-16 span{
    color: #555;
}

.mod-17{
    width: 109px;
    height: 35px;
    line-height: 35px;
    background: #1c77be;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    position: relative;
}
.dialog{
    width: 753px;
    height: 271px;
    padding: 37px;
    line-height: 24px;
    background: #fff;
    border: 1px solid #cbcbcb;
    font-size: 14px;
    color: #555;
    position: absolute;
    left: 0;
    top: 35px;
    display: none;
    z-index: 9999;
}
.i-close{
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 8px;
    right: 8px;
}

#Infullbg{
    background-color: gray;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}


/*技术支持与培训-产品应用详解*/
.mod-18 ul li{
    line-height: 28px;
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
    font-size: 14px;
    color: #555;
}
.mod-18 ul li a{
    display: block;
    font-size: 18px;
    color: #2c333d;
}
.mod-18 ul li span{
    color: #2c333d;
}


/*技术支持与培训-常见问题解答*/
.mod-19 ul li{
    height: 40px;
    line-height: 40px;
}
.mod-19 ul li a{
    font-size: 14px;
    color: #2c333d;
}


/*技术支持与培训-多媒体中心*/
.mod-10 .con-4 .p-1 span{
    display: inline-block;
    padding: 0 18px;
    height: 40px;
    line-height: 40px;
    background: #f1f1f1;
    font-size: 16px;
    color: #555;
}
.mod-10 .con-4 ul{
    margin-left: -30px;
}
.mod-10 .con-4 ul li{
    float: left;
    width: 380px;
    margin-bottom: 20px;
    margin-left: 30px;
    display: inline;
}
.mod-10 .con-4 ul li .img{
    width: 380px;
    height: 290px;
    position: relative;
}
.mod-10 .con-4 ul li .img span img{
    display: block;
    width: 380px;
    height: 290px;
}
.mod-10 .con-4 ul li .img .pf-tb{
    width: 71px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
    position: absolute;
    left: 50%;
    top: 50%;
}
.mod-10 .con-4 ul li .text{
    line-height: 26px;
    font-size: 14px;
    color: #555;
}
.mod-10 .con-4 ul li .text p{
    line-height: 32px;
    font-size: 18px;
    text-align: center;
}
.mod-10 .con-5 ul{
    margin-left: -40px;
}
.mod-10 .con-5 ul li{
    float: left;
    width: 580px;
    margin-bottom: 10px;
    margin-left: 40px;
    display: inline;
}
.mod-10 .con-5 ul li a{
    display: block;
    height: 35px;
    line-height: 35px;
    padding-left: 15px;
    background: #f1f1f1;
    font-size: 14px;
    color: #555;
}
.mod-10 .con-5 ul li a:hover{
    background: #1c77be;
    color: #fff;
}


/*技术支持与培训-培训中心*/
.mod-20{
    line-height: 30px;
    font-size: 16px;
    color: #222;
}


/*解决方案-列表*/
.mod-21 ul li{
    padding-left: 26px;
    height: 39px;
    line-height: 39px;
    vertical-align: bottom;
    background: url("../images/li_bg2.png") 4px center no-repeat;
    border-bottom: 1px dashed #c6c6c6;
    font-size: 14px;
    color: #008fff;
}
.mod-21 ul li a{
    float: left;
    color: #2c333d;
}
.mod-21 ul li span{
    float: right;
}
.mod-21 ul li .a-xj{
    float: right;
    width: 49px;
    height: 22px;
    line-height: 22px;
    margin-top: 9px;
    background: #1c77be;
    font-size: 14px;
    color: #fff;
    text-align: center;
}


/*市场活动与CPCCc - PROF技术*/
.mod-10 .con-6 ul li{
    height: 40px;
    line-height: 40px;
    padding-left: 26px;
    background: url("../images/li_bg2.png") 4px center no-repeat;
    font-size: 14px;
}
.mod-10 .con-6 ul li a{
    color: #2c333d;
}


/*下载中心-产品资料下载*/
.mod-22 ul li{
    margin-bottom: 20px;
}
.xlk-1{
    width: 507px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #b3b3b3;
    font-size: 14px;
    color: #555;
}
.ssk-2{
    width: 230px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #b3b3b3;
    font-size: 14px;
    color: #000;
    text-indent: 12px;
}
.input-4{
    width: 62px;
    height: 38px;
    background: url("../images/input_2.jpg") no-repeat;
    border: none;
}

.tit-2{
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #b3b3b3;
    font-size: 18px;
    color: #1c77be;
}
.tit-3{
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #1c77be;
}

.mod-23 ul li{
    margin-bottom: 10px;
}
.mod-23 ul li a{
    display: block;
    padding-left: 10px;
    height: 35px;
    line-height: 35px;
    background: #f1f1f1;
    font-size: 14px;
    color: #555;
}
.mod-23 ul li a:hover{
    background: #1c77be;
    color: #fff;
}



/**二级导航**/
.two_title{
    border-left: 1px solid #b3b3b3;
}
.two_title .tabs-tit{
    float: left;
    padding: 0 26px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #b3b3b3;
    border-left: none;
}
.two_title .tabs-tit a{
    font-size: 16px;
    color: #555;
}
.two_title .tabs-tit.selected{
    background: #1c77be;
    color: #fff;
}
.two_title .tabs-tit.selected a{
    color: #fff;
}



/*在线留言*/
.mod-24 ul li{
    line-height: 35px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #555;
}
.mod-24 ul li .c-1{
    float: left;
    width: 164px;
    text-align: right;
}
.mod-24 ul li .c-2{
    float: left;
}

.wbk-3{
    width: 332px;
    height: 31px;
    line-height: 31px;
    border: 1px solid #bbbbba;
}
.wbk-4{
    width: 606px;
    height: 214px;
    line-height: 31px;
    border: 1px solid #bbbbba;
}
.input-5{
    width: 334px;
    height: 43px;
    line-height: 43px;
    background: #1c77be;
    border: none;
    font-size: 18px;
    color: #fff;
}
