﻿@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;
}
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
}
.clear{
	clear: both;
}
a {
    color: #333;
    text-decoration: none
}

.u,a.cRed:hover,a:hover {
    text-decoration: underline
}

a.empty-link:hover {
    cursor: default
}

a:hover {
    cursor: pointer;
	text-decoration:none;
}

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],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
}
.backgrounds{
	width: 100%;
	background-color: #dedede;
	padding-top: 20px;
}
.header{}
.header-top{
	background-color:#f5f5f5;
	height: 39px;
    line-height: 38px;
	border-bottom: 1px solid #efefef;
}
.header-top-content{
	width:1200px;
	margin:0 auto;
	color:#999999;
}
.header-contact ul{
	 margin-top: 30px;
 }
.header-contact ul li{
	float: left;
	margin-left: 10px;
}
.header-contact ul li img{
	margin-bottom: 10px;
}
.header-contact ul li span{
	display: inherit;
	width: 100px;
}
.header-contact ul li p{
	display: inherit;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	color: #808080;
    margin-top: -5px;
}
.welcome{
	float:left;
	display: inline-block;
	font-size: 14px;
    color: #666666;
}
.header-action{
	float:right;
}
.header-action a{
	color: #666666;
    font-size: 14px;
}
.header-logo{
	width:1200px;
	height:110px;
	margin:0 auto;
	margin-bottom: 20px;
}
.index-logo{
	height: 100px;
	line-height: 100px;
	float:left;
}
.index-logo img{
	vertical-align: middle;
	padding: 5px 5px;
	width: 1200px;
                height:120px;
}
.header-contact{
	height: 100px;
	float:right;
}
.logo-description{
	display: inline-block;
    height: 64px;
    vertical-align: middle;
	margin-left:200px;
}
.big-title{
	/*font-family:SOURCEHANSANSCN-BOLD;*/
	font-size:14px;
	font-weight:bold;
	height: 32px;
    line-height: 32px;
	color:#b6b6b6;
}
.small-title{
	/*font-family:SOURCEHANSANSCN-MEDIUM;*/
	height: 32px;
    line-height: 32px;
	font-weight: 100;
	color: #28156e;
    font-size: 36px;
}
.small-title span{
	color: #dc3632;
}
.nav{
	height:60px;
	position:relative;
	background-image: url("images/navback_02.png");
	background-repeat: no-repeat;
	z-index:1;
	margin:0;
	padding:0;
}
.nav-content{
	width:1200px;
	height:60px;
	margin:0 auto;
	background-color: #1ab3f7;
	border-radius: 30px;
}

.nav a{
	font-size:16px;
}
.nav li{
	float: left;
	margin-left: 10px;
    position: relative;
    display: inline;
    height: 60px;
    line-height: 60px;
}
.nav .nLi h3{
	float:left;
}
.nav .nLi h3 a{
	color: #58498f;
	display: inline;
    font-size: 16px;
    text-align: center;
	padding: 10px 14.5px;
}

.nav .sub{
	display:none;
	width:120px;
	left:0;
	top:60px;
	position:absolute;
	background:#cc0010;
	line-height:26px;
}
.nav .sub li{ 
	zoom: 1;
    height: 40px;
    line-height: 40px;
	border-bottom: 1px solid #fff;
	text-align:center
}
.nav .sub a{
	display:block;
	font-size:14px;
}
.nav .sub a img{
	height: 12px;
    vertical-align: middle;
	padding-right: 10px;
}
.nav .sub a:hover{
	background:#333;
	color:#333;
}
.nav .on h3 a{
	border-radius: 25px;
	background:#28156e;
	color:#fff;
}
.nav-line{
    float: right;
    padding-right: 7px;
}
.banner-index{
	margin-top: 10px;
}
.banner-index img{
	width:100%;
}
.slideBox{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
.slideBox .hd{
	height:30px;
	overflow:hidden;
	position:absolute;
	left:45%;
	bottom:8px;
	z-index:1;
}
.slideBox .hd ul{
	overflow:hidden;
	zoom:1;
	float:left;
}
.slideBox .hd ul li{
	float:left;
	width: 30px;
    height: 8px;
    margin-left: 10px;
    line-height: 30px;
	text-align:center;
	background:#fff;
	cursor:pointer;
	color:#9aada4;
	border-radius:5px;
}
.slideBox .hd ul li.on{
	background:#1ab3f7;
	color:#fff;
}
.banner-index .slideBox .bd img{
	width:100%;
}
.search{
	height: 70px;
    line-height: 70px;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #e0e0e0;
    width: 1200px;
	margin: auto;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-radius: 50px;
}
.search-content{
	width: 1200px;
    margin: 0 auto;
}
.search-keywords{
	float: left;
    display: inline-block;
	font-size: 14px;
    color: #333333;
	margin-left: 40px;
}
.search-keywords span{
	color: #fff;
	padding: 5px 10px;
	background-color: #28156e;
	border-radius: 15px;
}
.search-keywords a{
	color: #666;
	font-size: 14px;
	margin-right: 15px;
}
.search-form{
	float: right;
    display: inline-block;
	margin-right: 40px;
}
.search-form .search-input{
	height: 33px;
    width: 240px;
    border: 2px solid #28156e;
    border-radius: 50px;
    padding-left: 13px;
    vertical-align: middle;
    font-size: 14px;
}
.search-btn{
	background-color: #ffb610;
    height: 33px;
	line-height:33px;
    display: inline-block;
    vertical-align: middle;
	border-radius: 50px;
    margin-left: -37px;
}
.search-btn img{
	height:33px
}
.moudles{
	width: 1200px;
    margin: auto;
	padding-bottom: 20px;
}
.index-ad img{
	width:100%;
	float: left;
}
.moudles-title{
	/*font-family: 'SOURCEHANSANSCN-MEDIUM'; */
	font-size:32px;
	color:#1d66cf;
	text-align:center;
	height: 30px;
    line-height: 30px;
	margin-top:40px
}
.moudles-entitle{
	margin-top:45px;
}
.moudles-entitle img{
	width:100%;
}
.mark-list{
	width: 1200px;
	height: 112px;
	background-repeat: no-repeat;
	padding-top: 20px;
	text-align: center;
}
.mark-white{
	background-image: url("images/marks_03.png");
}
.mark-gray{
	background-image: url("images/vakdsdw_03.png");
}
.mark-list ul{
	width: 450px;
	margin-left: 345px;
}
.mark-list ul li h3{
	color: #27146d;
	font-size: 34px;
	font-weight: 100;
}
.mark-list ul li span{
	display: block;
	color: #d04945;
	font-size: 24px;
	line-height: 30px;
	margin-top: 15px;
}
.mark-list ul li p{
	text-align: center;
	font-size: 40px;
	line-height: 50px;
}
.mark-list ul li p b{
	color: #cc312d;
}
.power{margin-top: 20px}
.power ul .power-list{
	height: 315px;
	margin-bottom: 20px;
	padding-right: 260px;
	background-repeat: no-repeat;
}
.power .power-left{
	width: 465px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}
.power .power-right{
	width: 390px;
	float: right;
	margin-top: 20px;
}
.power .power-list h4{
	font-size: 28px;
	font-weight: 100;
	color: #c32e2a;
	margin-top: 10px;
}
.power-right h4{
	text-align: right;
	margin-right: 150px;
}
.power-right p{
	margin-top: 20px;
}
.power-right span{
	margin-bottom: 30px;
}
.power-left h4{
	margin-left: 20px;
}
.power-left p{
	margin: 20px 0 10px 40px;
}
.power .power-list span{
	display: inherit;
	text-align: right;
	color: #a8a2c8;
	margin-top: 20px;
	font-size: 28px;
}
.power .power-c h4{
	margin: 0;
	margin-top: 20px;
}
.power .power-c span{
	float: right;
	margin: 0;
}
.power .power-c p{
	margin-top: 23px;
}
.power .power-list p{
	font-size: 18px;
	color: #25126b;
}
.power-a{
	background-image: url("images/abc_03.png");
}

.power-b{
	background-image: url("images/abc_07.png");
}
.power-c{
	 background-image: url("images/abc_10.png");
}
.product-sidebar{
	width: 273px;
	display:inline-block;
	margin-top:38px;
	vertical-align: top;
}
.parent-category{
	font-size: 24px;
    height: 70px;
    line-height: 70px;
	width: 270px;
    color: #333333;
	background-color: #1ab3f7;
	border: 2px solid #afaeb6;
	text-indent: 1em;
}
.parent-category a{
	float: right;
	color: #88878d;
	font-size: 14px;
	margin-right: 10px;
}
.red{
	background-color:#cc0010;
}
.children-category{
	text-indent: 2em;
	font-size: 18px;
}
.children-category ul li{
	height:75px;
	line-height: 75px;
}
.children-category a{
	color:#666666;
}
.children-category a:hover{
	color: #28156f;
}
.children-category ul li span{
	margin: 0 16px 0 11px;
}
.last-category{
	background-image: url("images/bcakass_03.png");
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.products{
	width:900px;
	display: inline-block;
    margin: 38px 0 20px 20px;
}
.products ul li{
	display: inline-block;
    margin: 0 15px 20px 0;
}
.products .last{
	margin-right:0;
}
.products .product-img{
	border:1px solid #e8e8e8;
}
.products .product-img img{
	width: 288px;
	display: block !important;
}
.products .products-title{
	height: 31px;
    line-height: 31px;
    text-align: center;
    font-size: 14px;
	background-color: #b3adcf;
}
.products .products-title a{
	color:#ffffff;
}
.pain{
	margin-top: 20px;
	margin-bottom: 50px;
}
.pain ul li{
	width: 220px;
	float: left;
	margin-left: 20px;
	text-align: center;
}
.pain ul li p{
	width: 180px;
	height: 180px;
	margin: auto;
	background-color: #ffffff;
	border: 2px solid #d2d1d7;
	border-radius: 180px;
}
.pain ul li img{
	vertical-align:middle;
}
.pain ul li:hover{
	transform: scale(1.2);
}
.pain ul li p span{
	display:inline-block; height:100%; vertical-align:middle;
}
.pain ul li b{
	display: inherit;
	margin-top: 20px;
	font-size: 16px;
	color: #40347c;
}

.persuade{
	margin-top: 20px;
}
.persuade ul li{
	float: left;
	margin-left: 25px;
	width: 343px;
	height: 360px;
	background-image: url("images/chaoskenui_03.png");
	padding-left: 20px;
}
.persuade ul li h3{
	color: #8e85bc;
	font-size: 36px;
	font-weight: 200;
	margin-top: 20px;

}
.persuade ul li h3 span{
	font-size: 24px;
}
.persuade ul li img{
	width: 300px;
	height: 130px;
	margin-top: 20px;
}
.persuade ul li p{
	width: 310px;
	color: #8e85bc;
}
.persuade ul li h4{
	float: right;
	font-size: 28px;
	font-weight: 500;
	color: #41347c;
	margin-top: 18px;
	margin-right: 30px;
}
.persuade ul li h4 span{
	color: #c6322e;
}
.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: -1px;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
.case-moudles .case-img{
	padding: 14px 14px 0 14px;
}
.case-moudles .case-img img{
	width:370px;
}
.case-moudles .first .case-img img{
	width:768px;
}
.case-moudles .first .case-title{
	/*font-family: 'SOURCEHANSANSCN-MEDIUM'; */
	font-size:16px;
	margin-top:30px;
	padding: 0 14px;
	color: #333333;
}
.case-moudles .first .case-description{
	font-size:16px;
	margin-top:15px;
	padding: 0 14px 19px 14px;
	height: 30px;
    line-height: 30px;
	color:#666666;
}
.case-moudles .first .more-case-button{
	display:inline-block;
	float: right;
}
.case-moudles .first .more-case-button a{
	display:block;
	width:127px;
	height:30px;
	line-height:30px;
	background:#1d66cf;
	color:#fff;
	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;
}
.last-case-category{
	border-right: 1px solid #333;
}

.services-center img{
	width:100%;
	margin:0;
	padding:0;
}
.services-center .services-center-title{
	font-family:'cambria';
	font-size:52px;
	color:#b9b9b9;
	text-align:center;
	height: 45px;
    line-height: 45px;
	padding-top: 23px;
}
.services-center .services-center-title-cn{
	width: 1200px;
    margin: 0 auto;
	margin-top:10px;
}
.services-center .services-center-title-cn .services-center-title-cn-content{
	display: inline-block;
	vertical-align: middle;
	font-size:34px;
	color:#222222;
	margin: 0 29px;
}
.services-center .services-center-title-cn .services-center-title-cn-content span{
	color:#1d66cf;
}
.services-center .services-center-title-cn hr{
	width:269px;;
	display: inline-block;
	vertical-align: middle;
}
.services-center .services-center-title-small{
	font-size:18px;
	/*font-family:'SOURCEHANSANSCN-NORMAL';*/
	text-align: center;
    color: #666666;
    margin-top: 15px;
}
.services-center .services-center-downlist{
	 width:1200px;
	 margin:16px auto;
	 text-align:center
}
.services-center-content{
	width:1200px;
	margin:0 auto;
}
.services-center-content .services-center-content-left{
	display:inline-block;
	vertical-align: top;
	width: 49%;
}
.services-center-content .services-center-content-right{
	display:inline-block;
	width: 49%;
}
.services-center-content-right ul{
	padding:10px;
	padding: 45px 10px 0 30px;
}
.services-center-content-right ul li{
	margin-bottom:10px;
	/*font-family:'SOURCEHANSANSCN-NORMAL';*/
	color:#666666;
}
.services-center-content-right ul li span{
	background-color: #1d66cf;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
	margin-right:20px;
}
.services-center .more-case-button{
	display:inline-block;
	float: right;
	margin-top:40px;
}
.services-center .more-case-button a{
	display:block;
	width:127px;
	height:30px;
	line-height:30px;
	background:#1d66cf;
	color:#fff;
	font-size: 14px;
}
.services-center .more-case-button a img{
	vertical-align: middle;
	margin: 0 12px 0 20px;
}
.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;
}

.choice-content{
	margin-top: 38px;
}
.choice-content .choice-content-info{
	margin-bottom: 60px;
}
.choice-content .choice-content-info .choice-content-info-left{
	width:45%;
	display:inline-block;
	vertical-align: top;
	margin-right:5%;
	vertical-align: middle;
}
.choice-content .choice-content-info .choice-content-info-left img{
	width:100%;
	padding: 0 6px;
}
.choice-content-info-title{
	margin-bottom:20px;
}
.choice-content-info-title span{
	width:60px;
	height:60px;
	line-height:60px;
	color:#fff;
	background-color:#1d66cf;
	/*font-family:'SOURCEHANSANSCN-MEDIUM';*/
	font-size:32px;
	display: inline-block;
	text-align:center;
	vertical-align: middle;
}
.choice-content-info-title .choice-content-info-title-info{
	display: inline-block;
	vertical-align: middle;
	color:#999999;
	margin-left: 10px;
}
.choice-content-info-title .choice-content-info-title-info p{
	height:30px;
	line-height:30px;
	font-size:30px;
	color:#222222;
	margin-bottom:5px;
}
.choice-content-info ul li{
	color:#666666;
	margin-bottom:15px;
}
.choice-content-info ul li:before{
	color:#1d66cf;
	vertical-align: middle;
    margin-right: 10px;
}
.choice-content .blue{
	color:#1d66cf;
}
.choice-content .choice-content-info .choice-content-info-right{
	width:49%;
	display:inline-block;
	vertical-align: middle;
}
.choice-content .choice-content-info .choice-content-info-right img{
	width:100%;
}
.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;
}
 .about-left{
	margin-top: 50px;
	display: inline-block;
	vertical-align: top;
	width:45%;
}
 .about-left .about-title{
	color: #1d68be;
    font-size: 52px;
    width: 94.5%;
    /*height: 93px;*/
    line-height: 93px;
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom: 15px;
}
 .about-left .about-content{
	width: 94%;
	font-size:16px;
	color:#666666;
	margin-top:20px;
	padding: 0 15px;
}
 .about-left .about-more{
	margin-top:30px;
	padding: 0 15px;
}
 .about-left .about-more a{
	display: block;
    width: 127px;
    height: 30px;
    line-height: 30px;
    background: #1d66cf;
    color: #fff;
    font-size: 14px;
}
.about-left .about-more a img{
    vertical-align: middle;
    margin: 0 12px 0 20px;
}
 .about-right{
	display: inline-block;
    width: 54%;
    vertical-align: top;
    margin-top: 64px;
}
 .about-right img{
	width:100%;
}

 .leaders-title{
	margin-top:38px;
	text-align:center
}
 .leaders-title hr{
	width: 40%;
    display: inline-block;
    vertical-align: middle;
}
 .leaders-title-content{
    font-size: 32px;
    color: #333333;
	margin: 0 2%;
}
.leaders-small-title-content{
	font-size: 16px;
	margin: 10px 0;
    color: #999999;
}
 .leaders-content{
	margin-top:20px;
	border: 1px solid #cccccc;
	padding: 7px 13px;
}
 .leaders-content ul li{
	display: inline-block;
	width: 576px;
	background-color: #f2f2f2;
}
 .leaders-content .last{
	margin-left: 20px;
}
 .leaders-content .leaders-img{
	display: inline-block;
    width: 217px;
	vertical-align: middle;
}
 .leaders-content .leaders-img img{
	width: 215px;
    height: 284px;
    border: 1px solid #e6e6e6;
}
 .leaders-content .leader-name{
	display: inline-block;
    padding: 0 10px;
    width: 330px;
	vertical-align: middle;
}
 .leaders-content .leader-name .leader-title a{
	color: #333333;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid #1d66cf;
    padding-bottom: 8px;
}
.leaders-content .leader-name .more-leader-button{
	margin-top:30px;
	float: right;
}
.leaders-content .leader-name .more-leader-button a{
 	display: block;
    width: 127px;
    height: 30px;
    line-height: 30px;
    background: #1d66cf;
    color: #fff;
    font-size: 14px;
}
.leaders-content .leader-name .more-leader-button a img{
	vertical-align: middle;
    margin: 0 12px 0 20px;
}	
.leaders-content .leader-discription{
	font-size: 14px;
    color: #666666;
    margin-top: 38px;
}
 .more-leaders{
    margin: 28px auto;
    text-align: center;
}
 .more-leaders a{
	
}

.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;
}
.links{
	width: 100%;
	height: 50px;
	background-color: #1ab3f7;
	color: #fff;
	text-align: center;
	padding-top: 20px;
	position:relative;
}
.links .links-title{
	font-size: 22px;
}
.links .links-content{
	width: 800px;
	height: 40px;
	color: #333333;
	line-height: 40px;
	margin: auto;
	position: absolute;
	top: 70px; left: 0; bottom: 0; right: 0;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 25px;
	text-align: center;
}
.links .links-content ul li{
	display: inline;
	margin-left: 10px;
}
.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: #fff;
    font-size: 24px;
}
.bottom .link-list .last{
	margin:0 0 10px 0;
}
.bottom .link-list ul li a{
	font-size:16px;
	color:#ffffff;
}
.bottom{
	background-color:#dedede;
}
.bottom .bottom-nav{
	width:1200px;
	margin:0 auto;
}
.bottom .bottom-nav ul li{
	display:inline-block;
	font-size:16px;
	height:60px;
	line-height:60px;
	width: 116px;
}
.bottom .bottom-nav ul li a{
	color:#fff;
}
.bottom .bottom-info{
	
}
.bottom .bottom-info .info{
	width:1000px;
	margin:0 auto;
	padding: 45px 100px;
}
.bottom .bottom-info .info .bottom-logo{
	width:235px;
	display:inline-block;
	vertical-align: top;
	margin-top: 40px;
}
.bottom .bottom-info .info .bottom-logo img{
	width: 100%;
}
.bottom .bottom-info .info .bottom-contact{
	display:inline-block;
	color:#999;
	vertical-align: top;
	margin-left: 200px;
}
.bottom .bottom-info .info .bottom-qrcode{
	width: 120px;
    display: inline-block;
    color: #fff;
    vertical-align: top;
	float: right;
}
.bottom .bottom-info .info .bottom-contact .bottom-contact-info{
	margin-top:10px;
}
.bottom .bottom-info .info .bottom-contact .bottom-contact-info img{
	margin-right:5px;
}
.bottom .bottom-info .info .bottom-contact .bottom-contact-info *{
	vertical-align: middle;
}
.bottom .bottom-info .info .bottom-qrcode .qrcode-list{
    display: inline-block;
	margin-top: 20px;
}
.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: #ffffff;
}
.bottom .bottom-copyright .support{
	margin-left:15px;
}
.bottom .bottom-copyright a{
	color: #ffffff;
}

.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: 273px;
    display: inline-block;
	vertical-align: top;
}
.list-container .container-right{
	width: 900px;
    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: #1ab3f7;
    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: 1px solid #e8e8e8;
	margin-top:10px;
	padding-bottom: 10px;
}

.list-container .container-left .news_list .news{
	text-indent: 2em;
	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:#999999;
	vertical-align: middle;
}
.list-container .container-left .contact-us{
	border: 1px solid #e8e8e8;
	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: 1px solid #e8e8e8;
	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: 32px;
    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;*/
}
.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: 515px;
    display: inline-block;
    margin-left: 20px;
}
.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: #1ab3f7;
    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-family: 'SOURCEHANSANSCN-MEDIUM';*/
    font-size: 22px;
    color: #666666;
    padding-left: 20px;
    border-left: 5px solid #1ab3f7;
}
.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 #2761cf;
}
.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: #2761cf;
    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{
	display: inline-block;
	margin: 0 20px 10px 0;
}
.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: 158px;
    padding: 5px;
}
.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:100%;
}
.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;
}

.medium{
	/*font-family: 'SOURCEHANSANSCN-MEDIUM';*/
    font-size: 16px;
	color:#999;
}
.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 #333;
}
.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;
}
.moudles .srcret-content img{
	display:block;
	width:1201px;
	height:947px;
}
.moudles .certificate-list{
	
}
.moudles .certificate-list .certificate-hd{
	display:inline-block;
	vertical-align: middle;
}
.moudles .certificate-list .certificate-bd{
	width:1100px;
	display:inline-block;
	vertical-align: middle;
	margin: 0 20px;
}
.moudles .certificate-list .certificate-bd ul li{
	display:inline-block;
	margin-right:18px;
}
.moudles .certificate-list .certificate-bd .pic{
	width:260px;
	height:160px;
}
.moudles .certificate-list .certificate-bd .pic img{
	border-bottom: 1px #ccc solid;
	border-right: 1px #ccc solid;
	border-radius: 15px;
	padding:0 10px;
	width:200px;
	height:160px;
}
.moudles .certificate-list .certificate-bd .title{
	border:1px solid #e8e8e8;
	height:33px;
	line-height:33px;
	text-align:center;
	margin-top:10px;
}
.moudles .certificate-list .certificate-bd .title a{
	font-size:16px;
	color:#666666;
}
.industry-content{
	margin-top: 20px;
}
.industry-content-back{
	float: left;
	width: 280px;
	height: 195px;
	color: #1ab3f7;
	text-align: center;
	background-repeat: no-repeat;
	background-image: url("images/chanyes_03.png");
}
.industry-content-back h3{
	font-size: 42px;
	font-weight: 100;
	margin-top: 110px;
}
.industry-content-back span{
	display: inherit;
	margin-top: 20px;
	font-size: 16px;
}
.industry-content-bd{
	float: right;
	width: 880px;
}
.industry-content-hd{
	clear: both;
	text-align: center;
}
.industry-content-hd li{
	display: inline;
	margin-left: 10px;
}
.industry-content-li {
	border: solid 2px #dedbec;
	border-radius: 20px;
	padding: 10px 5px;
}

.industry-content-hd li span{
	padding: 3px 10px;
	background-color: #9086bb;
	border:solid #9086bb;
	border-radius: 20px;
}
.industry-content-hd .industry-content-no{
	border: solid 2px #c93430;
}
.industry-content-hd .industry-content-no span{
	background-color: #2a136d;
	border:solid #2a136d;
}
.customer{
	width: 100%;
	margin-top:50px;
	background:#f7f7f7;
}

.customer-content{
	margin-top: 30px;
}
.customer-content-hd{
	width: 300px;
	float: left;
}
.customer-content-hd li{
	padding: 10px 0 10px 20px;
	font-size: 24px;
	line-height: 30px;
	color: #848484;
	background-color: #efefef;
}
.customer-content-hd li span{
	font-size: 16px;
	margin-left: 20px;
}
.customer-content-hd .customer-content-hd-back{
	background-color: #f6f6f6;
}
.customer-content-hd .customer-content-no{
	color: #c4302e;
	background-color: #fff;
}
.customer-content-hd .customer-content-no span{
	color: #3e3473;
}
.customer-content-bd{
	width: 880px;
	float: right;
}
.customer-content-bd li{
	float: left;
	width: 360px;
	margin-right: 30px;
}
.customer-content-bd li img{
	width: 100%;
	height: 200px;
	float: left;
	border: 2px solid #dedae9;
}
.customer-content-bd li h3{
	font-size: 24px;
	font-weight: 100;
	padding-bottom: 20px;
	border-bottom: 1px solid #dedcea;
	color: #c4302c;
}
.customer-content-bd li p{
	width: 360px;
	height: 120px;
	font-size: 16px;
	line-height: 30px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.sub-info{
	float: right;
	margin-right: 20px;
	width: 100px;
	height: 20px;
	border: 1px solid #dedcea;
	padding: 1px;
	background-color: #dedcea;
	color: #fff;
	border-radius: 20px;
}
.sub-info span{
	display: inline;
	margin-right: 5px;
	color: #a098c7;
	background-color: #fff;
	padding: 4px 5px 4px 10px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
.moudles .show-list{}
.moudles .show-list ul li{
	display: inline-block;
	margin-right:20px;
}
.moudles .show-list .last{
	margin-right:0;
}
.moudles .show-list ul li img{
	width: 285px;
    height: 200px;
    display: block;
}
.moudles .news-list{
	margin-top:64px;
}
.moudles .news-list .news-li{
	width:700px;
	margin-right:20px;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #e5e4e9;
}
.moudles .news-list .last{
	margin-right:20px;
	width: 390px;
	border:1px solid #e5e4e9;
}
.moudles .news-list .news-li .news-list-title{
	height: 40px;
	line-height: 40px;
    background: #f1f1f3;
	border: 1px solid #c1bdd8;
}
.moudles .news-list .news-li .question{
	text-align: center;
	font-size: 28px;
}
.moudles .news-list .news-li .question a{
	display: inherit;
	width: 370px;
	height: 40px;
	margin: auto;
	background-color:  #fff;
	color: #26146a;
	border: 2px solid #e5e4e9;
	border-radius: 15px;
}
.moudles .news-list .news-li .question span{
	color: #c93130;
}
.moudles .news-list .news-li .news-list-title .l{
    display: inline-block;
    font-size: 18px;
	background-color: #fff;
	margin-left: 20px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #fff;
}
.moudles .news-list .news-li .news-list-title .l span{
	color: #c8302b;
	margin-left: 15px;
}
.moudles .news-list .news-li .news-1{
	margin-top:15px;
	margin-left: 10px;
	margin-right: 10px;
}
.moudles .news-list .news-li .news-1 .cover{
	display:inline-block;
	vertical-align:top;
}
.moudles .news-list .news-li .news-1 .cover img{
	display:block;
	width:181px;
	height:135px;
}
.moudles .news-list .news-li .news-1 .cover-big{
	margin-top: 10px;
}
.moudles .news-list .news-li .news-1 .cover-big li{
	float: left;
}
.moudles .news-list .news-li .news-1 .cover-big .cover-left img{
	display:block;
	width:200px;
	height:100px;
}
.moudles .news-list .news-li .news-1 .cover-big .cover-right{
	width: 450px;
	margin-left: 20px;
}
.moudles .news-list .news-li .news-1 .cover-big .cover-right h3{
	text-align: center;
	color: #8a81b6;
}
.moudles .news-list .news-li .news-1 .cover-big .cover-right p{
	height: 62px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.moudles .news-list .news-li .news-1 .cover-big .cover-right a{
	float: right;
	font-weight: 300;
	color: #8e85ba;
}
.moudles .news-list .news-li .news-1 .content{
	display:inline-block;
	width: 490px;
}
.moudles .news-list .news-li .news-1 .content .title{
	font-size:16px;
	margin-left: 6px;
}
.moudles .news-list .news-li .news-1 .content .discription{
	margin-left: 6px;
	font-size:14px;
	color:#666666;
	margin-top:5px;
	line-height:24px;
}
.moudles .news-list .news-li .news-1 .normal{
	margin-top:10px;
	padding-bottom:8px;
}
.moudles .news-list .news-li .news-1 .normal img{
	float: left;
	margin-right: 15px;
}
.moudles .news-list .news-li .news-1 .normal a{
	font-size: 16px;
	line-height: 25px;
	color:#666666;
}
.moudles .news-list .news-li .news-1 .normal span{
	float:right;
	color:#8f85ba;
}
.moudles .news-list .news-li .news-1 .faq{
	margin-top:15px;
	padding-bottom:18px;
	border-bottom:1px dashed #e8e8e8;
}
.moudles .news-list .news-li .news-1 .faq .q{
	padding-left: 20px;
}
.moudles .news-list .news-li .news-1 .faq .q span{
	width:30px;
	height:30px;
	line-height:30px;
	display:inline-block;
	text-align:center;
	background:#dedae9;
	color:#1ab3f7;
	font-size:20px;
	border-radius: 50%;
	vertical-align:middle;
	margin-right:7px;
}
.moudles .news-list .news-li .news-1 .faq .q a{
	font-size:16px;
	font-weight: 600;
}
.moudles .news-list .news-li .news-1 .faq .a{
	background-color: #f3f3f3;
	padding-left: 20px;
	padding-top: 10px;
}
.moudles .news-list .news-li .news-1 .faq .a span{
	width:30px;
	height:30px;
	line-height:30px;
	display:inline-block;
	text-align:center;
	background:#8f84be;
	color:#fff;
	font-size:20px;
	border-radius: 50%;
	vertical-align:middle;
	margin-right:7px;
}
.moudles .news-list .news-li .news-1 .faq a{
	color:#666;
}
.moudles .news-list .news-li .more-bottom{
	text-align: right;
    margin-top: 20px;
}
.moudles .news-list .news-li .more-bottom img{
	width:88px;
	height:23px;
}