@charset "utf-8";

@charset "utf-8";body,input,select,textarea {
	font-family: "Microsoft YaHei",微软雅黑,宋体;
    font-size: 14px;
}
article,aside,body.grayBg,body.grayBg-light,footer,header,section {
    display: block
}

.formTable,.td-wordBreak {
    table-layout: fixed
}

body,dd,dl,fieldset,form,h1,h2,h3,h4,h5,h6,legend,ol,p,pre,td,th,ul {
    margin: 0;
    padding: 0;
    font-weight: 400;
	font-size: 14px;
}

body {
    line-height: 22px;
    color: #333;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.border-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

a {
    color: #333;
    text-decoration: none;
}

a.empty-link:hover {
    cursor: default
}

a:active,a:focus,a:hover,a:visited {
    outline: 0
}

em,i {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0
}

input[type=checkbox] {
    margin-right: 3px;
    background-color: #fff;
    outline: 0;
    margin-top: 0;
    cursor: pointer
}

input[type=checkbox]:checked {
    background: url(images/icon-sprite.png) -105px -100px no-repeat #fff
}

input[type=checkbox],input[type=radio] {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #aaa;
    width: 16px;
    height: 16px;
    padding: 0;
    position: relative;
    display: inline-block;
    top: -1px
}

input[type=radio] {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    margin-top: -3px
}

input[type=radio]:checked {
    border-color: #ee651f
}

input[type=radio]:checked:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #ee651f;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 0
}

input,select,textarea {
    vertical-align: middle;
    margin: 0
}

input:-moz-placeholder {
    color: #999
}

table {
    border-collapse: collapse;
    border-spacing: 0
}
.clear{
	height:1px;
	display:block;
}
.header{}
.header-top{
	background-color:#ededed;
	height: 39px;
    line-height: 38px;
}
.header-top-content{
	width:1200px;
	margin:0 auto;
	color:#808080;
}
.welcome{
	float:left;
	display: inline-block;
	font-size: 14px;
}
.header-action{
	float:right;
}
.header-action a{
	color:#808080;
	font-size: 14px;
}
.header-logo{
	width:1200px;
	height: 135px;
	margin:0 auto;
}
.index-logo{
	height: 135px;
	line-height: 135px;
	float:left;
}
.index-logo img{
	vertical-align: middle;
	padding: 10px 0;
	width: 200px;
}
.header-contact{
	float:right;
	height: 135px;
    overflow: hidden;
}
.header-contact_left_img{
	float: left;
	width: 100px;
	margin-top: 20px;
	margin-right: 10px;
}
.header-contact_right_img{
	margin-top: 30px;
}
.header-contact img{
	
}
.logo-description{
	display: inline-block;
    height: 104px;
    vertical-align: middle;
    margin-left: 20px;
}
.big-title{
	font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 60px;
}
.big-title span{
	color: #018dc8;
	font-size: 36px;
	font-weight: 600;
}
.small-title{
    color: #666666;
    font-size: 20px;
    line-height: 34px;
}

.nav{
	background: url(../images/nav-bg.png) no-repeat;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 70px;
    background-size: 100% 100%;
}
.nav-content{
	width: 1200px;
	margin:0 auto;
}

.nav a{
	color:#fff;
	font-size:16px;
}
.nav .nLi{
	float: left;
    position: relative;
    display: inline;
    height: 70px;
    line-height: 70px;
	margin: 0 24px;
}
.nav .nLi h3{
	float:left;
}
.nav .nLi h3 a{ 
	display: block;
    font-size: 16px;
    text-align: center;
}
.nav .sub{
	display: none;
    width: 64px;
    left: -20px;
    top: 66px;
    position: absolute;
    background: url(../images/nav-a-bg.png);
    line-height: 26px;
    padding: 0 20px;
}
.nav .sub li{ 
	zoom: 1;
    height: 40px;
    line-height: 40px;
	
	text-align:center
}
.nav .sub a{
	display:block;
	font-size:14px;
}
.nav .sub a img{
	height: 12px;
    vertical-align: middle;
	padding-right: 10px;
}

.nav .on h3 a{
	color:#ffd600;
}
.nav-line{
    float: right;
    padding-right: 7px;
}
.banner-index img{
	width:100%;
}
.slideBox{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
.slideBox .hd{
	height:30px;
	overflow:hidden;
	position:absolute;
	right:250px;
	bottom:15px;
	z-index:1;
}
.slideBox .hd ul{
	overflow:hidden;
	zoom:1;
	float:left;
}
.slideBox .hd ul li{
	float:left;
	width: 30px;
    height: 30px;
    margin-left: 10px;
    line-height: 30px;
	text-align:center;
	background:#fff;
	cursor:pointer;
	color:#999999
}
.slideBox .hd ul li.on{
	background:#23a0e7;
	color:#fff;
	border-radius:50%;
}
.banner-index .slideBox .bd img{
	width:100%;
}
.search{
	height:74px;
	line-height:74px;
	border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #e4e4e4;
}
.search-content{
	width: 1200px;
    margin: 0 auto;
}
.search-keywords{
	float: left;
    display: inline-block;
	font-size:16px;
	color:#666666;
}
.search-keywords a{
	color: #999999;
	font-size: 14px;
}
.search-form{
	float: right;
    display: inline-block;
}
.search-form .search-input{
	height:31px;
	width:240px;
	border:1px solid #ccc;
	border-radius: 4px;
	padding-left: 13px;
	vertical-align: middle;
	font-size: 14px;
}
.search-btn{
	background-color: #15e069;
    height: 33px;
	line-height:33px;
    display: inline-block;
    vertical-align: middle;
	border-radius: 0 4px 4px 0;
    margin-left: -5px;
}
.search-btn img{
	height:33px
}
.moudles{
	width: 1200px;
    margin: 0 auto;
	background: #fff;
}
.index-ad{
	/*margin-top:36px;*/
}
.index-ad img{
	width:100%;
}
.moudles-title{
	/*font-family: 'SOURCEHANSANSCN-MEDIUM'; */
	font-size:32px;
	color:1d66cf;
	text-align:center;
	height: 30px;
    line-height: 30px;
	margin-top:40px
}
.case{
	width:100%;
	margin-top:20px;
	background:url(../images/case-product-bg.png) no-repeat;
	background-size:100% 100%;
}
.moudles-entitle img{
	width:100%;
}
.product-sidebar{
	width: 237px;
	display:inline-block;
	margin-top:18px;
	vertical-align: top;
}
.side-bar-content{
	border: 2px solid #0994da;
	/*padding-bottom: 30px;*/
}

.side-bar-img{
	height: 110px;
	width: 233px;
	text-align: center;
	background: #0994da;
	padding-top: 30px;
}
.side-bar-img b{font-size: 30px;color: #fff;font-weight: bold;display: block;margin-bottom: 12px;}
.side-bar-img i{font-size: 16px;color: #fff;display: block;}


.parent-category{
    font-size: 18px;
    height: 38px;
    line-height: 38px;
    width: 183px;
    background-color: #0994da;
    color: #fff;
    margin: 20px auto 0 auto;
    border-radius: 4px;
    padding-left: 25px;
}
.parent-category .cate-title{
	display: inline-block;
    vertical-align: middle;
}
.parent-category .cate-title a{
	color:#fff;
}
.parent-category .cate-img{
	display: inline-block;
    vertical-align: middle;
    float: right;
    margin-right: 10px;
	background:url(../images/parent-category_03.png) no-repeat;
	width: 18px;
    height: 38px;
	background-position:0 50%;
}
.on .cate-img{
	background:url(../images/parent-category_04.png) no-repeat;
	background-position:0 50%;
}
.children-category{
	width:208px;
	margin:0 auto;
}
.children-category ul li{
	height:24px;
	border-bottom: 1px dashed #949494;
	margin-top:10px;
}
.children-category a{
	font-size: 14px;
	color:#333333;
}
.children-category ul li span{
	margin: 0 16px 0 11px;
}
.last-category{
	margin-bottom: 20px;
}
.products{
	width:945px;
	display: inline-block;
    margin: 18px 0 0 11px;
}
.products ul li{
	width:296px;
	display: inline-block;
	margin: 0px 0px 20px 17px;
	position: relative;
}
.products ul li em{
	background:url(../images/product-bg.png) no-repeat center center;
	background-size:cover;
	width:288px;
	height:72px;
	display: none;
    position: absolute;
	margin: -77px 0 0 4px;
}
.products .product-img{
	border:1px solid #d5cece;
}
.products .product-img img{
	padding:4px;
	width: 287px;
	display: block;
}
.products .products-title{
	height:35px;
	line-height:35px;
	background-color:#ebebeb;
	text-align:center;
	font-size:16px;
}
.products .products-title a{
	color:#333333;
}
.product-ad{
	margin-top:15px;
	height: 130px;
}

.case-sidebar{ 
	margin-top: 28px;
}
.case-sidebar .case-bd{
	height:598px;
}
.case-sidebar .case-hd{ 
	height: 60px;
    line-height: 60px;
}
.case-sidebar .case-hd ul li{
	height: 58px;
    color: #fff;
    width: 290px;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    background: #018dc8;
    border: 1px solid #ccc;
	margin-right: 10px;
}
.case-sidebar .case-hd ul li.on{
	background-color:#01943c;
	color:#fff;
}
.case-sidebar .case-hd .last{
	margin-right:0;
}
.case-moudles{
	margin-top:33px;
}
.case-moudles .first{
	width:796px;
	display: inline-block;
	border: 1px solid #cccccc;
}
.case-moudles .others{
	display: inline-block;
	vertical-align: top;
	margin-left: -4px;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
.case-moudles .case-img{
	padding: 14px 14px 0 14px;
}
.case-moudles .others .case-img img{
	width:370px;
	height:234px;
}
.case-moudles .first .case-img img{
	width:768px;
    height: 461px;
}
.case-moudles .first .case-title{
	/*font-family: 'SOURCEHANSANSCN-MEDIUM'; */
	font-size:16px;
	margin-top:5px;
	padding: 0 14px;
	color: #333333;
}
.case-moudles .first .case-description{
	font-size:14px;
	margin-top:15px;
	padding: 0 14px 19px 14px;
	height: 57px;
    line-height: 30px;
	color:#666666;
}
.case-moudles .first .more-case-button{
	display:inline-block;
	float: right;
}
.case-moudles .first .more-case-button a{
	color: #e7c202;
    font-size: 14px;
}
.case-moudles .first .more-case-button a img{
	vertical-align: middle;
	margin: 0 12px 0 20px;
}
.case-moudles .others .others-case{
	border-bottom: 1px solid #cccccc;
}
.case-moudles .others .others-case .case-title{
	padding: 4px 14px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #666666;
	font-size: 14px;
}
.last-case-category{
	border-right: 1px solid #333;
}

.map img {
	width:496px; height: 415px;
}
.mapDiv {
	width:140px; 
	height:61px; 
	padding: 5px; 
	color:#fff; 
	background: #1d66cf; 
	position:absolute; 
	display: none; 
	word-break:break-all;
}
.moudles .choice-title{
	text-align:center;
	margin-top: 30px;
}
.moudles .choice-content{}
.moudles .choice-content .l{
    display: inline-block;
	vertical-align: middle;
	margin: -25px 30px 0 -70px;
}
.moudles .choice-content .r{
	float: right;
    display: inline-block;
	vertical-align: middle;
}
.moudles .choice-content .r ul li{
    display: inline-block;
	margin-left:35px;
}
.moudles .choice-list{
	
}
.moudles .choice-list .choice-l{
	border-bottom: 3px solid #d4d4d4;
	padding-bottom:20px;
	margin-top:20px;
}
.moudles .choice-list .choice-l .l{
	display:inline-block;
	vertical-align:middle;
}
.moudles .choice-list .choice-l .r{
	display:inline-block;
	vertical-align:middle;
	margin-left: 150px;
}
.moudles .choice-list .choice-l .r .title{}
.moudles .choice-list .choice-l .r .content{
	margin-top:20px;
	color:#666666;
	font-size:14px;
}
.moudles .choice-list .choice-l .r .content ul li{
	list-style: disc inside;
	margin-bottom:8px;
}
.moudles .choice-list .choice-2{
	border-bottom: 3px solid #d4d4d4;
	margin-top: -87px;
}
.moudles .choice-list .choice-2 .l{
	display:inline-block;
	vertical-align:middle;
	margin-top: 97px;
}
.moudles .choice-list .choice-2 .r{
	display:inline-block;
	vertical-align:middle;
	margin-left: 55px;
}
.moudles .choice-list .choice-2 .l .title{}
.moudles .choice-list .choice-2 .l .content{
	margin-top:20px;
	color:#666666;
	font-size:14px;
}
.moudles .choice-list .choice-2 .l .content ul li{
	list-style: disc inside;
	margin-bottom:8px;
}
.honnor-sidebar{
	width:20%;
	margin-top:38px;
	display: inline-block;
	vertical-align:top;
}
.honnor-sidebar .hd ul li{
	/*font-family:'SOURCEHANSANSCN-BOLD';*/
	font-size:24px;
	font-weight:bold;
	color:#fff;
	background-color:#2779cc;
	height:64px;
	line-height:64px;
	text-align:center;
	margin-bottom:2px;
}
.honnor-sidebar .index-ad-2{
	/*font-family:'SOURCEHANSANSCN-BOLD';*/
	font-size:20px;
	font-weight:bold;
    height: 139px;
    background-color: #2779cc;
	text-align:center;
	color:#fff;
}
.honnor-sidebar .hd .on{
	background-color: #fec50d;
}
.honnor-sidebar .index-ad-2 .index-ad-2-content{
	height:20px;
	margin-bottom:7px;
}
.index-ad-2 .first{
	padding-top: 33px;
}
.honnor .bd{
	width:76%;
	display:inline-block;
	vertical-align:top;
	margin-top: 38px;
	margin-left: 3.5%;
}
.picScroll-left{
	overflow:hidden;
}

.picScroll-left .left-bd{
	width: 770px;
    display: inline-block;
	vertical-align: middle;
}
.picScroll-left .left-bd ul{
	overflow:hidden;
	zoom:1;
}
.picScroll-left .left-bd ul li{
	margin:0 40px 0 0;
	float:left;
	_display:inline;
	overflow:hidden;
	text-align:center;
}
.picScroll-left .left-bd ul li .pic{
	text-align:center;
	border:1px solid #e6e6e6;
}
.picScroll-left .left-bd ul li .pic img{
	width:205px;
	height:308px;
	display:block;
	padding:10px;
}
.picScroll-left .left-bd ul li .title{
	line-height: 35px;
    background: #999999;
    filter: alpha(Opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.8;
    margin-top: -35px;
	white-space:nowrap;
	overflow:hidden;
	width:227px;
}
.picScroll-left .left-bd ul li .title a{
	color:#fff;
}
.left-hd{
	display: inline-block;
	vertical-align: middle;
	margin-right: 38px;
}
.left-hd-prev{
	display: inline-block;
	vertical-align: middle;
	margin-left: 38px;
}

/*.moudles .news-li li{
	width: 377px;
    margin-right: 30px;
    display: inline-block;
	vertical-align: top;
}
.moudles .news-li .last{
	margin-right: 0;
}*/
.moudles .news-left{
	width:735px;
	display:inline-block;
	vertical-align: top;
	margin-top: 40px;
}
.moudles .news-left-title{
	font-size: 14px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    color: #ccc;
}
.moudles .news-left-title span{
	font-size:24px;
	color:#333333;
	padding:0 12px;
	border-left: 4px solid #018dc8;
}
.moudles .news-left-title a{
	font-size: 12px;
    color: #666;
    float: right;
}
.moudles .news-left .news_list{
	margin: 20px 0 25px 0;
}
.moudles .news-left .news_list li{
    margin: 20px 0 0 0;
	border-bottom: 1px dashed #d6d6d6;
    padding-bottom: 10px;
	font-size:24px;
	list-style:circle inside;
}
.moudles .news-left .news_list .first{
	margin: 0;
	display:block;
	width:100%;
	background-color: #fff !important;
	height:auto;
	line-height:normal;
	border:0;
	font-size: 14px;
}
.moudles .news-left .news_list .news-img{
	display:inline-block;
	vertical-align:top;
}
.moudles .news-left .news_list .news-img img{
	width:366px;
	height:231px;
	display:block;
}
.moudles .news-left .news_list .news-content{
	display: inline-block;
    font-size: 16px;
    margin-left: 28px;
    width: 335px;
}
.moudles .news-left .news_list .news-content .title a{
	color:#666;
	border-bottom:1px solid #949494;
	padding-bottom:5px;
	display:block;
}
.moudles .news-left .news_list .news-content .discription{
	font-size:14px;
	color:#999999;
	line-height:30px;
	margin-top:12px;
}
.moudles .news-left .news_list .news-content .more{
	text-align: right;
	font-size:14px;
}
.moudles .news-left .news_list .news-content .more a{
	color:#e7c202;
}
.moudles .news-left .news_list .number{
	width:40px;
	text-align:center;
	background:#9a9a9a;
	display:inline-block;
	font-size:24px;
	color:#fff;
	vertical-align: top;
}
.moudles .news-left .news_list .news-margin{
	margin-left:30px;
}
.moudles .news-left .news_list .news-small-title{
	font-size: 14px;
    color: #666666;
}
.moudles .news-left .news_list .news-small-title:hover{
	color:#e7c202;
}
.moudles .news-left .news_list .news-dateline{
	font-size:16px;
	color:#666666;
	float:right;
    padding-right: 10px;
}
.moudles .news-right{
	width: 400px;
    display: inline-block;
    margin-left: 60px;
	margin-top: 40px;
}
.moudles .news-right .faq{
	
}
.moudles .news-right .faq .faq-content{
	margin-top: 20px;
    border-bottom: 1px dashed #d9d9d9;
    padding-bottom: 15px;
}
.moudles .news-right .faq .faq-content .faq-title{
	font-size:16px;
}
.moudles .news-right .faq .faq-content .faq-title span{
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	color:#fff;
	background:#018dc8;
	display:inline-block;
	margin-right:18px;
	font-size:14px;
}
.moudles .news-right .faq .faq-content .faq-discription{
	margin-top:15px;
}
.moudles .news-right .faq .faq-content .faq-discription .text{
    display: inline-block;
    width: 355px;
    vertical-align: top;
}	
.moudles .news-right .faq .faq-content .faq-discription span{
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	color:#fff;
	background:#41484e;
	display:inline-block;
	margin-right:18px;
	font-size:14px;
}
.moudles .news-right .faq .faq-content .faq-discription a{
	color:#666666;
	font-size: 14px;
}
.moudles .link{
	margin-top:38px;
	/*font-family:'SOURCEHANSANSCN-MEDIUM';*/
	font-size:18px;
	color:#2761cf;
	border-left: 4px solid #1d66cf;
    padding-left: 8px;
}
.moudles .link .en{
	font-size:16px;
	color:#cccccc;
}
.bottom .link-list{
	width: 1200px;
    margin: 0 auto;
	height: 60px;
    line-height: 60px;
}
.bottom .link-list ul li{
	display:inline-block;
	margin:0 50px 10px 0;
	vertical-align: middle;
}
.bottom .link-list .link{
	color: #f2f2f2;
    font-size: 24px;
}
.bottom .link-list .link span{
	font-size:18px;
}
.bottom .link-list .last{
	margin:0 0 10px 0;
}
.bottom .link-list ul li a{
	font-size:16px;
	color:#f2f2f2;
}
.bottom{
	background-color:#222222;
	margin-top: 20px;
}
.bottom .bottom-nav{
	width:1200px;
	margin:0 auto;
	text-align: center;
}
.bottom .bottom-nav ul li{
	display:inline-block;
	font-size:18px;
	height:60px;
	line-height:60px;
	margin-right: 50px;
}
.bottom .bottom-nav .last{
	margin-right:0;
}
.bottom .bottom-nav ul li a{
	color:#f2f2f2;
}
.bottom .bottom-info{
	background-color:#333333;
	border-top: 1px solid #e5eaee;
}
.bottom .bottom-info .info{
	width:1200px;
	margin:0 auto;
	padding: 45px 0;
}
.bottom .bottom-info .info .bottom-logo{
	width:347px;
	display:inline-block;
	vertical-align: middle;
}
.bottom .bottom-info .info .bottom-logo img{
	width: 190px;
    background: #fff;
    padding: 5px;
}
.bottom .bottom-info .info .bottom-contact{
	width: 447px;
    display: inline-block;
    color: #f2f2f2;
    vertical-align: middle;
    font-size: 16px;
}
.bottom .bottom-info .info .bottom-qrcode{
	width:397px;
	display:inline-block;
	color:#f5f5f5;
	vertical-align: middle;
	text-align: right;
}
.bottom .bottom-info .info .bottom-contact .bottom-contact-info{
	margin-top:10px;
}
.bottom .bottom-info .info .bottom-qrcode .qrcode-list{
    display: inline-block;
}
.bottom .bottom-info .info .bottom-qrcode .qrcode-list img{
	width:190px;
}
.bottom .bottom-info .info .bottom-qrcode .qrcode-list .qrcode-title{
	text-align:center;
	margin-top:10px;
}
.bottom .bottom-copyright{
	height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    color: #f2f2f2;
}
.bottom .bottom-copyright .support{
	margin-left:15px;
}
.bottom .bottom-copyright a{
	color: #f2f2f2;
}

.list-container{
	width: 1200px;
    margin: 30px auto;
}
.list-container .list-discription{
	margin-bottom: 30px;
	border: 1px solid #ccc;
    padding: 15px;
	font-size: 16px;
}
.list-container .container-right .search-products{
	
}
.list-container .container-right .search-news{}
.list-container .container-right .search-products ul li{
	display: inline-block;
	margin: 0 20px 20px 0;
}
.list-container .container-right .search-news ul li{
	margin: 0 0 20px 0;
	border-top: 1px solid #ccc;
    padding-top: 15px;
}
.list-container .container-right .search-news .search-news-title{
	font-size:16px;
}
.list-container .container-right .search-news .search-news-title a{
	color:#1d66cf;
}
.list-container .container-right .search-news .search-news-title .blod{
	/*font-family:'SOURCEHANSANSCN-BOLD';*/
	font-size:14px;
	margin-right:10px;
}
.list-container .container-right .search-news .search-news-discription{
	margin-top:10px;
}
.list-container .container-right .search-news .search-news-basic{
	color:#999999;
}
.list-container .container-right .search-news .search-news-basic span{
	margin-right:20px;
}
.list-container .container-right .search-products .product-img{
}
.list-container .container-right .search-products .product-img img{
	width: 150px;
}
.list-container .container-right .search-products .products-title{
	text-align:center;
}
.list-container .container-left{
	width: 237px;
    display: inline-block;
	vertical-align: top;
}
.list-container .container-right{
	width: 947px;
    display: inline-block;
    margin-left:11px;
}
.list-container .container-right .feedback-item{
	margin: 45px;
}
.list-container .container-right .feedback-item .feedback-item-left{
	width: 20%;
    display: inline-block;
}
.list-container .container-right .feedback-item .feedback-item-right{
	display: inline-block;
}
.list-container .container-right .feedback-item .feedback-item-right input{
	border: 1px solid #c9c9c9;
    outline: none;
    border-radius: 4px;
    height: 35px;
	padding-left: 5px;
}
.list-container .container-right .feedback-item .feedback-item-right textarea{
	width: 480px;
    height: 120px;
    padding-left: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.list-container .container-right .feedback-item .feedback-submit{
	border: 0;
    color: #fff;
    background-color: #0994da;
    width: 170px;
    height: 45px;
    font-size: 18px;
    border-radius: 4px;
}
.list-container .container-right .products{
	margin: 0 0 0 11px;
}
.list-container .container-left .news_list{
	border: 2px solid #0994da;
	margin-top:10px;
	padding-bottom: 10px;
}

.list-container .container-left .news_list .news{
	margin-top:15px;
	border-bottom: 1px dashed #cccccc;
    padding-bottom: 5px;
}
.list-container .container-left .news_list .news img{
	vertical-align: middle;
	margin: 0 12px 0 9px;
}
.list-container .container-left .news_list .news a{
	color:#333;
	vertical-align: middle;
}
.list-container .container-left .contact-us{
	border: 2px solid #0994da;
	margin-top:10px;
	padding-bottom: 10px;
}
.list-container .container-left .contact-us .bottom-contact-info{
	padding: 10px 10px 0 10px;
}
.list-container .container-left .left-keywords{
	border: 2px solid #0994da;
	margin-top:10px;
	padding-bottom: 10px;
}
.list-container .container-left .left-keywords ul li{
	width: 50%;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
}
.list-container .container-left .left-keywords ul li a{
}

.list-container .container-right .product-title{
	text-align: center;
    /*font-family: 'SOURCEHANSANSCN-BOLD';*/
    font-size: 26px;
    color: #333;
	height: 30px;
    line-height: 30px;
}
.list-container .container-right .news-small-title{
	text-align: center;
    /*font-family: 'SOURCEHANSANSCN-MEDIUM';*/
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin-top: 25px;
}
.list-container .container-right .news-small-title span{
	margin-right:15px;
}
.list-container .container-right .product-basic{
	margin-top: 25px;
}
.list-container .container-right .news-info-img{
	margin-top: 25px;
	text-align:center;
}
.list-container .container-right .product-basic .product-img{
	width: 360px;
    display: inline-block;
    vertical-align: top;
}
.list-container .container-right .product-basic .product-img .big-img{
	border: 1px solid #e6e6e6;
    text-align: center;
}
.list-container .container-right .product-basic .product-img .big-img img{
	padding:20px 0;
	/*width: 288px;
    height: 247px;*/
	width: 100%;
}
.list-container .container-right .product-basic .product-img .small-img{
	margin-top: 15px;
}
.list-container .container-right .product-basic .product-img .small-img .checked{
	border:1px solid #2779cc;
}
.list-container .container-right .product-basic .product-img .small-img ul li{
	display: inline-block;
    border: 1px solid #e6e6e6;
    margin-right: 10px;
}
.list-container .container-right .product-basic .product-img .small-img ul li img{
	width: 89px;
    padding: 5px;
}
.list-container .container-right .product-basic .product-img .small-img .last{
	margin-right:0;
}

.list-container .container-right .product-basic .product-basic-info{
	width: 562px;
    display: inline-block;
    margin-left: 20px;
	padding-top: 30px;
}

.list-container .container-right .product-basic .product-basic-info b{
	font-size: 22px;
	color: #333;
}


.list-container .container-right .product-basic .product-basic-info .product-basic-info-item{
	padding: 5px;
    border-bottom: 1px dashed #ccc;
    margin: 10px;
	font-size: 16px;
}

.list-container .container-right .product-basic .product-basic-info .more-case-button{
	display: inline-block;
    float: right;
    margin-top: 15px;
}
.list-container .container-right .product-basic .product-basic-info .more-case-button a{
	display: block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    background: #0994da;
    color: #fff;
    font-size: 22px;
    text-align: center;
}
.list-container .container-right .product-content{
	margin-top: 25px;
}
.list-container .container-right .product-content .product-content-title{
    font-size: 20px;
    color: #666666;
    padding-left: 20px;
    border-left: 5px solid #0994da;
}
.list-container .container-right .product-content .content{
	margin-top: 25px;
    border: 1px dashed #e1e1e1;
    padding: 20px;
}
.list-container .container-right .product-content .product-tags{
	margin-top: 25px;
}
.list-container .container-right .product-content .product-tags ul li{
	display: inline-block;
    margin: 0 17px 10px 0;
    border: 1px solid #099d47;
}
.list-container .container-right .product-content .product-tags ul li a{
	display: block;
    width: 168px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #099d47;
    margin: 1px;
	font-size: 16px;
}
.list-container .container-right .product-content .about-products{
	margin-top: 25px;
}
.list-container .container-right .product-content .about-products ul li{
	float: left;
	width: 202px;
	margin: 0 22px 45px 0;
	text-align: center;

}
.list-container .container-right .product-content .about-products .about-products-img{
	border: 1px solid #d5cece;
}
.list-container .container-right .product-content .about-products .about-products-img img{
	width: 200px;
}
.list-container .container-right .product-content .about-products .about-products-title{
	background-color: #999;
    text-align: center;
    height: 25px;
    line-height: 25px;
}
.list-container .container-right .product-content .about-products .about-products-title a{
	color:#fff;
}
.list-container .container-right .product-content .about-products .last{
	margin-right:0;
}
.product-content-contact{
	margin-top: 20px;
}
.product-content-contact .product-content-contact-left{
	width: 40%;
    display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.product-content-contact .product-content-contact-right{
	display: inline-block;
	vertical-align: middle;
}
.product-content-contact .product-content-contact-right p{
	font-size: 18px;
    margin-bottom: 10px;
}
.list-container .container-right .contact-info{
	margin-left: 35px;
}
.list-container .container-right .contact-info ul li{
	height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.list-container .container-right .downloads{}
.list-container .container-right .downloads ul li{
	margin-bottom: 25px;
	border: 1px dashed #e4e4e4;
}
.list-container .container-right .downloads .download-info{
	padding:15px;
}
.list-container .container-right .downloads .download-info .download-img{
	display: inline-block;
	width:20%;
	vertical-align: middle;
	text-align: center;
}
.list-container .container-right .downloads .download-info .download-img img{
	width:80%;
}
.list-container .container-right .downloads .download-info .download-basic{
	display: inline-block;
    vertical-align: middle;
	width:78%;
}
.list-container .container-right .downloads .download-info .download-news-basic{
	display: inline-block;
    vertical-align: middle;
}
.list-container .container-right .downloads .download-info .download-title {
	font-size:18px;
	/*font-family: 'SOURCEHANSANSCN-MEDIUM';*/
	margin-bottom: 10px;
}
.list-container .container-right .downloads .download-info .download-title span{
	float:right;
	font-size:14px;
	color:#666;
}
.list-container .container-right .downloads .download-info .download-discription{
	color:#666;
	font-size:14px;
}
.list-container .container-right .downloads .download-info .download-other span{
	margin-right: 20px;
}
.list-container .container-right .downloads .download-info .download-now {
	margin-top: 10px;
}
.list-container .container-right .downloads .download-info .download-now a{
	display: inline-block;
    margin-right: 20px;
    height: 30px;
    line-height: 30px;
    background-color: #1d66cf;
    width: 100px;
    text-align: center;
    border-radius: 4px;
	color:#fff;
}
.
.crumbs{
	height: 35px;
    line-height: 35px;
    text-align: right;
    border-bottom: 1px dashed #ccc;
    width: 1200px;
    margin: 10px auto;
}
.crumbs a{
	color:#666;
}
.map-produt{}
.map-produt .map-produt-title{
	font-size: 16px;
    color: #666666;
    padding-left: 20px;
    border-left: 5px solid #0994da;
}
.map-produt-cate_list{
	margin:10px 0; 
}
.map-produt-cate_list a{
	padding: 10px;
}
.down-up{
	margin-top: 20px;
    height: 30px;
    line-height: 30px;
}
.down-up .down{
    float: right;
}
.down-up .up{
    float: left;
}
.order {
	margin-top:15px;
}
.order img{
	width:100%;
}
.company-info{
	background: url(../images/company-info-bg.png) no-repeat;
    background-size: cover;
    margin-top: 35px;
    padding-bottom: 35px;
}
.company-info .moudles{
	background: none;
}
.company-info .moudles .company-info-title{
	text-align:center;
	padding-top:22px;
}
.company-info .moudles .company-info-content{
    margin-top: 20px;
}
.company-info .moudles .company-info-content .l{
	width:727px;
	display:inline-block;
	border:1px solid #fff;
	color:#fff;
	padding: 20px 22px 20px 10px;
}
.company-info .moudles .company-info-content .l .title{
	border-bottom:2px solid #006f9b;
	font-size:28px;
	width:540px;
	padding-bottom:8px;
}
.company-info .moudles .company-info-content .l .title span{
	font-size:18px;
}
.company-info .moudles .company-info-content .l .content{
    padding-left: 10px;
    font-size: 16px;
}
.company-info .moudles .company-info-content .l .content ul li{
	margin-top: 12px;
	white-space: nowrap;
}
.company-info .moudles .company-info-content .l .title-1{
	font-size:28px;
	width:540px;
	padding-bottom:8px;
	margin-top:20px;
}
.company-info .moudles .company-info-content .l .title-1 span{
	font-size:18px;
}
.company-info .moudles .company-info-content .r{
	display:inline-block;
	margin-left: -45px;
}
.company-info .moudles .company-info-content .l .content-1{
    padding-left: 10px;
    font-size: 16px;
}
.company-info .moudles .company-info-content .l .content-1 ul li{
	margin-top: 12px;
	white-space: nowrap;
}
.moudles .company-list{
	border:1px solid #fff;
	margin-top:45px;
	padding: 20px;
	color:#fff;
}
.moudles .company-list .title{
	font-size:24px;
}
.moudles .company-list .title span{
	font-size:18px;
}
.moudles .company-list .list{
	margin-top: 20px;
}
.moudles .company-list .list ul li{
	display:inline-block;
	margin-right: 30px;
}
.moudles .company-list .list img{
	display:block;
	width:360px;
	height:249px;
}
.moudles .company-list .list .last{
	margin-right:0;
}
.moudles .company-list .list .company-title{
	font-size:18px;
	text-align:center;
	margin-top:16px;
}
.moudles .company-list .list .company-title a{
	color:#fff;
}
.moudles .company-title{
	text-align:center;
	margin:30px 0;
}
.moudles .company-title img{
	width:670px;
	height:113px;
}
.moudles .customer-list{
	margin-bottom:45px;
}
.moudles .customer-list ul li{
	display:inline-block;
	border:2px solid #d9d9d9;
	width:281px;
	margin-right:20px;
}
.moudles .customer-list .last{
	margin-right:0;
}
.moudles .customer-list .img img{
	display:block;
	width:281px;
	height:197px;
}
.moudles .customer-list .title{
	font-size:18px;
	margin:20px 20px 15px 20px;
	border-bottom:2px solid #fff;
	padding-bottom: 8px;
}
.moudles .customer-list .title a{
	color:#666666;
}
.moudles .customer-list .discription{
	padding:0 20px;
	font-size:14px;
	color:#808080;
}
.moudles .customer-list .more{
	float:right;
	margin-top:15px;
}
.moudles .customer-list .more img{
	display:block;
	width:35px;
	height:35px;
}
.moudles .about-title{
	margin:30px 0 20px 0;
	text-align:center;
}
.moudles .about-title img{
	width:670px;
	height:113px;
}
.about{
	background:url(../images/about-bg.jpg) no-repeat;
    width: 100%;
	background-size: cover;
}
.about .about-us{
	width:1200px;
	margin:0 auto;
	padding:65px 0 30px 0;
	text-align: right;
}
.about .about-us .placeholder{
	margin-left: 190px;
}
.about .moudles{
	background:#018dc8;
}
.about .moudles .img{
	display:inline-block;	
	margin-top: -35px;
    margin-left: 30px;
	padding-bottom:25px;
}
.about .moudles .img img{
	width:569px;
	height:363px;
	display: block;
}
.about .moudles .content{
	display:inline-block;
    width: 595px;
	vertical-align: top;
}
.about .moudles .content .title{
	font-size:28px;
	margin: 27px 0 0 38px;
	height: 44px;
}
.about .moudles .content .title img{
    vertical-align: middle;
    margin-left: 8px;
}	
.about .moudles .content .title a{
    color: #fff;
    border-bottom: 2px solid #fff;
	padding-bottom: 15px;
}
.about .moudles .content .discription{
	color:#fff;
	font-size:14px;
	padding: 10px 30px 0 38px;
	line-height: 30px;
}
.about .moudles .content .more{
	padding: 20px 30px 0 38px;
	text-align: right;
}
.about .moudles .content .more a{
	color:#e7c202;
}
.moudles .show-title{
	text-align:center;
	margin:18px 0 28px 0;
}
.moudles .show-title img{
	width:1200px;
	height:65px;
}

.jcImgScroll{
	position:relative;
	margin:0 auto;
    padding-bottom: 25px;
}
.jcImgScroll li{
	border: 1px solid #d9d9d9;
    padding: 8px;
	background: #fff;
}
.jcImgScroll li a{
	background:#fff;
	display:block;
	position:relative;
	z-index:99;
}
.jcImgScroll li img{
	width: 100%;
	height: 100%;
}
.jcImgScroll em.sPrev{
	background:url(../images/left.png) no-repeat left center;
	left: 0 !important;
}
.jcImgScroll em.sPrev:hover{
	background:url(../images/left-1.png) no-repeat left center;
}
.jcImgScroll em.sNext{
	background:url(../images/right.png) no-repeat left center;
}
.jcImgScroll em.sNext:hover{
	background:url(../images/right-1.png) no-repeat left center;
}
.crumbs{
	height: 35px;
    line-height: 35px;
    text-align: right;
    border-bottom: 1px dashed #ccc;
    width: 1200px;
    margin: 10px auto;
}
.crumbs a{
	color:#666;
}