@charset "utf-8";
* {
	margin:0;
	padding:0;
}
html {
	min-height:100%;
}
body {
	min-height:100%;
	background: linear-gradient(to bottom right, #66a6fe, #2e3349);
}
a , a:hover {
	text-decoration:none;
}
input , textarea{  
	background:none;  
	outline:none;  
	border:0px;
}
li {
	list-style:none;
}
.clear {
	clear:both;
}
.wrapper {
	width:1120px;
	margin:0 auto;
}
.top-nav {
	position:relative;
	padding:5px 20px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	background:#F8F8F8;
	height:auto;
}
.top-nav .logo-box {
	float:left;
}
.top-nav .logo-box img {
	height:60px;
	width:auto;
}
.top-nav .right-list {
	position:relative;
	float:right;
	width:28%;
}
.top-nav .right-list:after {
	position:absolute;
	top:0;
	right:30px;
	font-family:'Glyphicons Halflings';
	content: "\e003";
	color:#999;
	font-size:20px;
	line-height:34px;
	cursor:pointer; float:left; height:34px;
}
.top-nav .right-list .after {
	position:absolute;
	top:0;
	right:30px;
	font-family:'Glyphicons Halflings';
	content: "\e003";
	color:#999;
	font-size:20px;
	line-height:34px;
	cursor:pointer; float:left; height:34px; width:34px; z-index:2;
}
.top-nav .right-list .search-list input {
	line-height: 34px;
    left: 9px;
    top: 0;
    text-align: initial;
    white-space: nowrap;
    right: 9px;
    height: 35px;
    width: 94%;
    padding: 0 3% 0 3%;
    background-color: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    color: #333;
    font-weight: 400;
}
.top-nav .company-name {
	position: absolute;
    left: 120px;
	font-size:20px;
	font-weight:bold;
	color:#024593;
}

.main-nav {
	width: 100%;
    height: 40px;
    background-color: #3f4657;
}
.main-nav ul {
	margin:0;
}


.main-nav ul li{
	display:inline-block;
	float:left;
	cursor:pointer;
	width:150px;
	height:40px;
	line-height:40px;
	text-align:center;
	color: #fff;
	z-index:2222;
	position: relative;
}
.main-nav ul li:hover {
	background:#4c5467;
}
.main-nav ul li.active {
	background:#4c5467;
}
.main-nav ul li a {
	display:block;
	width:100%;
	height:100%;
	color:#fff;
}

.main-nav ul ul{ background-color: #3f4657; float:left; width:100%; z-index:2222; display:none}
.main-nav ul ul ul{
	left: 100%;
	top: 0px;
}
.main-nav ul ul li{ width:100%; height:auto;}
.main-nav ul ul li a{
	display:block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color:rgba(0,0,0,0.3);
	border-bottom-color:rgba(255,255,255,0.1); font-size:14px; line-height:20px; padding-top:5px; padding-bottom:5px;}
	
/*首页*/

.banner-box {
	width:100%;
	height:260px;
	background: url(../images/banner.jpg);
	background-size:cover;
	background-position:center center;
}
.main-left {
	display: table-cell;
	width:260px;
	min-height:560px;
	background:#fff;
	border-right:5px double #eee;
}
.main-right {
	display: table-cell;
	width:860px;
	min-height:560px;
	background:#fff;
	padding-left:20px;
	padding-top:10px;
}
.main-tiltle-box {
	text-indent:40px;
	position:relative;
	line-height:40px;
	font-size:15px;
	color:#333;
	font-weight:bold;
}
.main-tiltle-box span {
	position:relative;
	color:#008BD8;
	font-size:13px;
	margin-left:4px;
}
.main-tiltle-box .more {
	position:absolute;
	right:10px;
	top:0;
	font-size:12px;
	color:#11629C;
	font-weight:normal;
}
.main-tiltle-box .more a {
	color:#11629C;
}
.main-tiltle-box:before {
	position:absolute;
	top:13px;
	left:18px;
	content:"";
	background: url(../images/tiltle-before.png);
	height:15px;
	width:15px;
	background-repeat:no-repeat;
}
.main-left .product-wrap .main-box {
	width:220px;
	margin:0 auto 10px;
	padding:10px;
	border-radius:8px;
	border:1px solid #ccc;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
}
.main-left .feedback-wrap {
	margin-bottom:20px;
}
.main-left .feedback-box {
	margin:0 auto;
	text-align:center;
}

.main-left .link-wrap .link-box {
	width:84%;
	margin:0 auto 10px;
	padding:10px;
	font-size:12px;
	line-height:24px;
	background: linear-gradient(to bottom, #f8f8f8, #ffffff);
	border-radius:10px;
	border:1px solid #ccc;
	
}
.main-left .link-wrap .link-box p {
	margin:0;
	width:130px;
	text-align:center;
}
.main-left .link-wrap .link-box p a {
	color:#333;
	cursor:pointer;
}
.main-left .link-wrap .link-box p a:hover {
	color: #EF6800;
	text-decoration:none;
}
.main-left .nav-box {
	width:84%;
	margin:0 auto 10px;
	padding:10px;
	font-size:12px;
	line-height:24px;
	background: linear-gradient(to bottom, #f8f8f8, #ffffff);
	border-radius:10px;
	border:1px solid #ccc;
	margin-bottom:20px;
}
.main-left .nav-box ul {
	padding:5px 20px 10px;
	margin:0;
}
.main-left .nav-box ul li {
	line-height:1.2;
	border-bottom:1px dotted #bbb;
	background: url(../images/li-before.png);
	background-position: 5% center;
	background-repeat:no-repeat;
	padding:10px 0 10px 30px;
}
.main-left .nav-box ul li a {
	color:#00056E;
	font-weight:bold;
	font-size:14px;
}
.main-right .company-wrap {
	position:relative;
	display:inline-block;
	float:left;
	width:400px;
	height:270px;
	border-bottom:1px solid #eee;
	box-shadow:0 2px 1px rgba(0,0,0,0.1);
}
.main-right .company-wrap .company-tiltle {
	background: linear-gradient(to bottom, #f3f3f3, #ffffff);
	border-top:1px solid #ccc;
}
.main-right .company-wrap .company-main {
	font-size:12px;
	padding:0 6px;
}
.main-right .company-wrap .company-main .img-box {
	float:left;
	margin-right:6px;
	margin-top:5px;
}
.main-right .company-wrap .company-main p {
	text-indent:2em;
}
.main-right .company-wrap .more-line {
	position:absolute;
	bottom:-20px;
	height:20px;
	width:100%;
	overflow:hidden;
}
.main-right .company-wrap .more-line .more-box {
	position:absolute;
	bottom:0;
	right:40px;
}
.main-right .news-wrap {
	position:relative;
	display:inline-block;
	float:left;
	width:400px;
	height:270px;
	margin-left:20px;
}
.main-right .news-wrap .main-tiltle-box:before {
	font-family: 'Glyphicons Halflings';
	content:"\2709";
	background:none;
	color:#0061A7;
	top:0;
	left:-20px;
}
.main-right .news-wrap .news-tiltle {
	background: linear-gradient(to right, #C7D6E7, #ffffff);
	border-top:1px solid #ccc;
	border-radius:10px;
	box-shadow:0 1px 3px rgba(0,0,0,0.2);
}
.main-right .news-wrap .news-main {
	padding:20px 0;
}
.main-right .news-wrap .news-main ul {
	padding-left:40px;
}
.main-right .news-wrap .news-main ul li {
	position:relative;
	font-size:12px;
	line-height:1.9;
	list-style-type:square;
}
.main-right .news-wrap .news-main ul li a {
	color:#333;
}
.main-right .news-wrap .news-main ul li .news-text {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	width:250px;
	cursor:pointer; float:left;
}
.main-right .news-wrap .news-main ul li .news-text:hover {
	color: #EF6800;
	text-decoration:none;
}
.main-right .news-wrap .news-main ul li .news-time {
	position:absolute;
	right:20px;
	top:0;
	color:#999;
}
.main-right .corporate-wrap {
	width:100%;
	padding-right:20px;
	margin-top:40px;
}
.main-right .corporate-wrap .corporate-main {
	margin:10px 4px 10px 20px;
	background:#f8f8f8;
	border-radius:10px;
	border:1px solid #ddd;
}
.main-right .main-right-tiltle {
	padding:10px 0 20px 10px ;
	border-bottom:1px solid #ccc;
	margin-right:30px;
	font-size:13px;
}
.main-right .main-right-tiltle i {
	margin-right:10px;
}
.main-right .main-right-tiltle a {
	color:#333;
}
.main-right .main-right-tiltle a:hover {
	color:#EF6800;
}
.main-right .main-right-content {
	margin-right:30px;
	padding:20px 20px 40px;
}
.main-right .main-right-content p {
	font-size:14px;
	line-height:1.5;
}
.main-right .main-right-content table p {
	margin:0;
}
.main-right .contents-rounds {
	border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
}

.footer {
	text-align:center;
	color:#fff;
	padding:10px 0;
}
.footer p {
	margin:0;
	line-height:1.5;
	font-size:12px;
}
/*About*/
.culture-main {
	min-height:500px;
}
.culture-item {
	display:inline-block;
	vertical-align:middle;
	width:185px;
	height:133px;
	border:1px solid #eee;
	margin-right:4px;
	margin-bottom:10px;
}
.culture-item a {
	color:#333;
}
.culture-item a:hover {
	color:#EF6800;
}
.culture-item .img-box {
	display:flex;
	align-items: center;
    justify-content: center;
	overflow:hidden;
	border-bottom:1px solid #eee;
}
.culture-item .text-box {
	background:#f8f8f8;
	text-align:center;
	font-size:13px;
	height:30px;
	line-height:30px;
}
.culture-tiltle-line {
	font-size: 16px;
	line-height:30px;
	text-indent:2em;
    color: #014888;
    font-weight: bold;
	border-bottom:1px dashed #ccc;
}
.culture-img-box {
	margin-top:20px;
}
.culture-img-box img {
	width:100%;
	height:auto;
}

/*Product*/
.product-main {
	min-height:500px;
}
.product-item {
	display:inline-block;
	vertical-align:middle;
	width:250px;
	height:192px;
	border:1px solid #eee;
	margin-right:4px;
	margin-bottom:10px;
}
.product-item a {
	color:#333;
}
.product-item a:hover {
	color:#EF6800;
}
.product-item .img-box {
	display:flex;
	align-items: center;
    justify-content: center;
	overflow:hidden;
	border-bottom:1px solid #eee;
}
.product-item .text-box {
	background:#f8f8f8;
	text-align:center;
	font-size:13px;
	height:30px;
	line-height:30px;
}
.page-footer {
	padding-top:20px;
}
div.dataTables_info {
    padding-top: 8px;
    white-space: nowrap;
	color: #8b8b8b;
	font-size:12px;
}
.page-footer ul {
	float:right;
	margin: 0;
	font-size:12px;
}
.product-tiltle-line {
	font-size: 16px;
	line-height:30px;
	text-indent:2em;
    color: #014888;
    font-weight: bold;
	border-bottom:1px dashed #ccc;
}
.product-main-content {
	margin-top:30px;
}
.product-main-content tr {
	height:30px;
	line-height:30px;
}
.product-main-content tr th,
.product-main-content tr td {
	text-align:center;
}
.product-main-content img {
	max-width:100%;
	height:auto;
	margin:20px auto;
}

/*News*/

.main-right-content .news-main {
	padding:20px 0;
}
.main-right-content .news-main ul {
	padding-left:40px;
}
.main-right-content .news-main ul li {
	position:relative;
	font-size:12px;
	line-height:1.5;
	padding:6px 0;
	border-bottom:1px dotted #eee;
	list-style-type:square;
}
.main-right-content .news-main ul li a {
	color:#333;
}
.main-right-content .news-main ul li .news-text {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	width:600px;
	cursor:pointer; float:left;
}
.main-right-content .news-main ul li .news-text:hover {
	color: #EF6800;
	text-decoration:none;
}
.main-right-content .news-main ul li .news-time {
	position:absolute;
	right:20px;
	top:6px;
	color:#999;
}
.new-tiltle-line {
	width:100%;
	font-size: 16px;
	line-height:30px;
	text-align:center;
    color: #333;
    font-weight: bold;
	padding:20px 0;
}
.new-content {
	font-size:14px;
}
.new-content p {
	text-indent:2em;
	line-height:2;
}
.new-content img {
	display:block;
	margin:0 auto;
	max-width:100%;
	height:auto;
}

/*Contact*/
.contact-us {
	padding-top:80px;
	padding-left:40px;
	width:460px;
	line-height:2;
}

/*Feedback*/

.form-group {
    padding-left: 30px;
}
.article-container .form-group p {
    fonts-size: 13px;
    margin-bottom: 20px;
}
.article-container .form-group .line {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 30px;
}
.article-container .form-group .line .form-label {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    text-align: right;
}
.article-container .form-group span {
    color: #C00;
}
.article-container .form-group .line .form-input {
    display: inline-block;
    vertical-align: middle;
    width: 260px;
    padding: 0 4px;
    border: 1px solid #ccc;
    background: #fff;
}
.article-container .form-group .line .form-input input {
    width: 100%;
    height: 28px;
}
.article-container .form-group .line .form-textarea {
    display: inline-block;
    vertical-align: top;
    width: 500px;
    height: 120px;
    border: 1px solid #ccc;
    background: #fff;
}
.article-container .form-group .line .form-textarea textarea {
    width: 100%;
    height: 118px;
    resize: none;
	padding:0 4px;
}
.article-container .form-group .line .form-validatecode {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    padding: 0 4px;
    border: 1px solid #ccc;
    background: #fff;
}
.article-container .form-group .line .form-validatecode input {
    width: 100%;
    height: 28px;
}
.article-container .form-group .line img {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    width: auto;
    margin-left: 10px;
}
.article-container .form-group .line .change {
    color: #666;
    margin-left: 10px;
    cursor: pointer;
}
.article-container .form-group button {
    width: 120px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #ccc;
    background: #0b3a94;
    color: #fff;
    border-radius: 3px;
    font-size: 15px;
    margin-left: 60px;
    margin-top: 40px;
}

/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:10px auto;
	width:680px;
	height:140px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	cursor:default;
	width:170px;
	height:100%;
	text-align:center;
}
.ca-nav span{
	width:25px;
	height:38px;
	background:transparent url(../images/arrows.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-19px;
	left:-40px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-40px;
}
.ca-nav span:hover{
	opacity:1.0;
}
.ca-item .content-box {
	padding:10px 10px 0;
}
.ca-item .content-box .img-box {
	width:150px;
	height:100px;
	overflow: hidden;
	display:flex;
	align-items:center;
	justify-content: center;
}
.ca-item .content-box .line-tiltle {
	width:150px;
	line-height:30px;
	text-align:center;
}