﻿body {
	background-color: #ffffff;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.10s linear 0.01s;
	-moz-transition: all 0.10s linear 0.01s;
	-ms-transition: all 0.10s linear 0.01s;
	-o-transition: all 0.10s linear 0.01s;
	transition: all 0.10s linear 0.01s;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #003b78;
}

ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

li,
img {
	-webkit-transition: all 0.20s linear 0.01s;
	-moz-transition: all 0.20s linear 0.01s;
	-ms-transition: all 0.20s linear 0.01s;
	-o-transition: all 0.20s linear 0.01s;
	transition: all 0.20s linear 0.01s;
}

i,
em {
	font-style: normal;
}

@font-face {
	font-family: "hwxk";
	src: url("STXINGKA.TTF")
}

@keyframes mymove {
	0% {
		transform: translateX(0px)
	}

	50% {
		transform: translateX(5px)
	}

	100% {
		transform: translateX(0px)
	}
}

@keyframes promove {
	0% {
		transform: translateX(0px)
	}

	50% {
		transform: translateX(5px)
	}

	100% {
		transform: translateX(0px)
	}
}

.container {
	width: 1100px !important;
	padding: 0;
	position: relative;
}

.head{height:164px;background:#fff}
.head .hea-top{margin:0 auto;width:75.3%;height:104px }
.head .hea-top .logo{float:left;box-sizing:border-box;padding-top:26px;width:57%;height:104px}
.head .hea-top .logo .t_logo{float:left;overflow:hidden;margin-right:25px;padding-top:5px;width:433px;line-height:0}
.head .hea-top .logo .t_logo img{width:100%;margin-top: -30px;}
.head .hea-top .logo h2{float:left;padding-left:28px;background:url(/static/default/images/hea-xt.png) no-repeat 0;    margin-left: -18px;
    margin-top: 4px;}
.head .hea-top .logo h2 span{font-weight:400;font-size:24px;font-weight:700;}
.head .hea-top .logo h2 em,.head .hea-top .logo h2 span{display:block;height:29px;color:#4e4e4e;line-height:29px}
.head .hea-top .logo h2 em{font-size:16px}
.head .hea-top .hea-tel{float:right;padding-top:26px}
.head .hea-top .hea-tel span{display:inline-block;padding-left:37px;height:55px;color:#333;font-weight:700;font-size:27px;font-family:Arial;line-height:55px}
.head .hea-top .hea-tel span.tel1{margin-right:70px;background:url(/static/default/images/hea-tel1.png) no-repeat 0}
.head .hea-top .hea-tel span.tel2{background:url(/static/default/images/hea-tel2.png) no-repeat 0}
.head .menu{height:60px;background:url(/static/default/images/hea-navbj.jpg) no-repeat 50%}
.head .menu .nav{margin:0 auto;height:60px}
.head .menu .nav li{position:relative;float:left;width:14%;height:60px;text-align:center;line-height:0}
.head .menu .nav li:first-child{width:13%}
.head .menu .nav li a{position:relative;display:block;height:60px;color:#333;font-size:16px;line-height:60px;padding: 0px 0px;}
.head .menu .nav li a:before{position:absolute;top:27px;right:0;width:1px;height:10px;background:#dedede;content:""}
.head .menu .nav li:last-child a:before{display:none}
.head .menu .nav li i{display:inline-block;margin:-1px auto 0;width:0;height:1px;background:#e60012;vertical-align:bottom;transition:.5s}
.head .menu .nav li.cur a,.head .menu .nav li:hover a{color:#e60012;font-weight:700;font-size:16px;}
.head .menu .nav li.cur i,.head .menu .nav li:hover i{width:36px}

.banner {
	width: 100%;
	height: 717px;
	overflow: hidden;
	position: relative;
	z-index: 90;
}

.banner .hd {
	height: 20px;
	overflow: hidden;
	position: absolute;
	bottom: 10px;
	z-index: 1;
	left: 47%;
}

.banner .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.banner .hd ul li {
	float: left;
	margin-right: 2px;
	width: 20px;
	height: 20px;
	line-height: 14px;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
	cursor: pointer;
	border-radius: 100px;
	margin: 0 2px;
}

.banner .hd ul li.on {
	background: #003b78;
	color: #003b78;
}

.banner .bd {
	width: 100%;
	height: 717px;
	overflow: hidden;
	margin: 0 auto;
	position: relative
}

.banner .bd ul {
	width: 100%;
	height: 717px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0
}

.banner .bd li {
	float: left;
	width: 100%;
	height: 717px;
}

.banner .bd li span {
	display: block;
	width: 100%;
	height: 717px
}

.banner .bd li a {
	display: block;
	width: 100%;
	height: 717px
}
.banner .bd li a img{
	width: 100%;
}
.banner .bd li .img_1 {
	background: url("banner1.jpg") center top no-repeat;
	background-size:cover;
}

.banner .bd li .img_2 {
	background: url("banner2.jpg") center top no-repeat;
	background-size:cover;
}

.banner .bd li .img_3 {
	background: url("banner3.jpg") center top no-repeat;
	background-size:cover;
}

.banner .bd li .img_4 {
	background: url("banner4.jpg") center top no-repeat;
	background-size:cover;
}

.banner .prev,
.banner .next {
	height: 75px;
	background: #fff;
	position: absolute;
	left: 8%;
	top: 45%;
	margin-top: -25px;
	display: block;
	filter: alpha(opacity=50);
	opacity: 0.5;
	font-size: 60px;
	color: #000;
	border-radius: 5px;
}

.banner .next {
	left: auto;
	right: 8%;
	background-position: 8px 5px;
}

.banner .prev:hover,
.banner .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.banner .prevStop {
	display: none;
}

.banner .nextStop {
	display: none;
}

.search {
	padding: 10px 0;
	display: block;
	background: #fff;
	border-bottom: 1px solid #ddd;
}

.search .container {}

.search .tags {
	float: left;
	line-height: 40px;
	font-size: 12px;
	width: 600px;
}

/* .search .tags span {
	float: left;
	font-size: 14px;
	line-height: 40px;
	margin: 0;
	font-weight: bold;
	color: #20171a;
}

.search .tags ul {
	float: left;
}

.search .tags ul h5 {
	float: left;
	margin-right: 10px;
	line-height: 40px;
} */
.search .tags h5{
	margin:0;
	line-height: 40px;
	color:#333;
	font-size:15px;
}



.search .form {
	float: right;
	height: 35px;
	margin-right: 0px;
	margin-top: 0px;
}

.search .form .search-keyword {
	width: 280px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	color: #aaa;
	padding-left: 18px;
	font-size: 12px;
	float: left;
	margin-top: 2px;
	border-radius: 5px 0 0 5px;
	border: 1px solid #ccc;
	border-right: 0;
	outline: none;
}

.search .form .search-submit {
	width: 49px;
	height: 34px;
	background: #003b78;
	border: none;
	margin-top: 2px;
	top: 0;
	font-size: 18px;
	color: #fff;
	border-radius: 0 5px 5px 0;
}

.navbar-example {
	position: fixed;
	top: 20%;
	left: 0;
	width: 50px;
	z-index: 80;
}

.navbar-example .nav {
	background: none;
}

.navbar-example .nav img {
	height: 40px;
}

.navbar-example .navbar-collapse {
	padding: 0;
}

.navbar-example .navbar-nav>li {
	display: block;
	float: none;
	height: 40px;
	width: 80px;
	border-top: 1px solid #666;
	text-align: center;
	line-height: 40px;
	background: #555;
	border-right: 1px solid #666;
}

.navbar-example .navbar-nav>li:last-child {
	border-bottom: 1px solid #666;
}

.navbar-example .navbar-nav>li>a {
	padding: 0;
	line-height: 40px;
	color: #fff;
}

.navbar-example .navbar-nav>li>a:hover {
	background: #fff;
	color: #003b78;
}

.navbar-example .navbar-nav>li.active>a {
	color: #003b78;
	cursor: default;
	background-color: #fff;
	border: 0;
	line-height: 40px;
}

/*index通用*/
.index-title {
	height: 90px;
	text-align: center;
	overflow: hidden;
	margin-top: 20px;
}

.index-title .title-text {
	margin: 0 auto;
}

.index-title .bt {
	font-size: 26px;
	font-weight: bold;
	color: #003b78;
}

.index-title span {
	color: #a5a5a5;
	font-weight: bold;
	font-size: 16px;
}

.index-title small {
	color: #666;
	height: 52px;
	line-height: 30px;
	background: url(title-en-bg.png) center center;
	display: block;
	font-size: 14px;
}


/*product*/
.service{
	padding: 40px 0;
}

.service .cont {
	overflow: hidden;
}

.service .cont .top {
	overflow: hidden;
	margin-bottom: 10px;
}

.service .cont .top ul li {
	width: 220px;
    float: left;
    background: #fff;
    text-align: center;
    margin-left: 20px;
    padding:30px 20px;
}

.service .cont .top ul>li:first-child {
	margin-left: 0;
}

.service .cont .top ul>li:last-child {
	margin-right: 0;
}

.service .cont .top ul li i {
	width: 85px;
	height: 85px;
	text-align: center;
	line-height: 85px;
	margin: 20px auto;
	color: #fff;
	background: #003b78;
	border-radius: 100px;
	font-size: 32px;
}

.service .cont .top ul li .text-1 {
	font-size: 18px;
	margin-top: 10px;
}

.service .cont .top ul li .text-2 {
	color: #999;
	margin-top: 10px;
}

.service .cont .top ul li .text-3 {
	height: 1px;
	width: 120px;
	background: #999;
	margin: 10px auto;
}

.service .cont .top ul li .text-4 {
	font-size: 12px;
	margin-top: 10px;
	color: #666;
}

.service .cont .bottom {
	border: 1px solid #ccc;
	padding: 20px;
	height: 200px;
	background: #fff;
}

.service .cont .bottom img {
	float: left;
	margin-right: 20px;
}

.service .cont .bottom form {
	margin-left: 10px;
}

.service .cont .bottom form strong {
	display: block;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.service .cont .bottom form tr {
	float: left;
	margin-right: 10px;
	margin-top: 20px;
}

.service .cont .bottom form tr td {
	height: 35px;
	line-height: 35px;
	border-color: #ccc;
	color: #aaa;
}

.service .cont .bottom form tr td input {
	padding-left: 5px;
	height: 35px;
}

.service .cont .bottom form .s-btn {
	float: left;
	width: 250px;
	background: #003b78;
	border: 0;
	height: 41px;
	line-height: 41px;
	display: block;
	color: #fff;
}

.partner {
	clear: both;
	padding: 10px 0;
}

.partner .title {
	height: 90px;
	text-align: center;
	overflow: hidden;
	margin-top: 15px;
}

.partner .title .title-text {
	margin: 0 auto;
}

.partner .title .bt {
	font-size: 26px;
	color: #27374E;
	background: url(title-en-bg.png) center center;
}

.partner .title small {
	color: #999;
	height: 27px;
	line-height: 27px;
	display: block;
	font-size: 16px;
}

.partner .cont {
	padding-top: 10px;
}

.partner .cont .partner-img {
	overflow: hidden;
	position: relative;
}

.partner .cont .partner-img .bd .prev,
.partner .cont .partner-img .bd .next {
	display: block;
	top: 60px;
	cursor: pointer;
	position: relative;
	z-index: 20;
	height: 60px;
	text-align: center;
	width: 30px;
	color: #fff;
	line-height: 60px;
	font-size: 18px;
	background: #003b78;
}

.partner .cont .partner-img .bd .prev {
	float: right;
	right: 0px;
}

.partner .cont .partner-img .bd .next {
	float: left;
	left: 0px;
}

.partner .cont .partner-img .bd .tempWrap {}

.partner .cont .partner-img .bd ul {
	overflow: hidden;
	zoom: 1;
}

.partner .cont .partner-img .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	margin-left: 15px;
}

.partner .cont .partner-img .bd ul li .pic {
	text-align: center;
	padding: 0px;
	display: block;
}

.partner .cont .partner-img .bd ul li .pic img {
	width: 150px;
	display: block;
	border: 1px solid #ccc;
	border-radius: 10px;
}

.partner .cont .partner-img .bd ul li span {
	color: #666;
	margin: 5px 0;
	display: block;
}

/*advantage*/

/*product*/
.product {
	clear: both;
	overflow: hidden;
	background: #fff;
	padding:40px 0;
}

.product .container {}


.product .pro-nav {
	float: left;
	width: 220px;
	background: #fff;
	border: 1px solid #eee;
}

.product .pro-nav .pro-nav-t {
	background: #003b78 url(pro_t.jpg);
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding-top: 28px;
	padding-bottom: 15px;
	margin:0;
	height: 50px;
}

.product .pro-nav .pro-nav-t span {
	display: block;
	font-size: 12px;
	font-weight: 500;
	margin-top: 2px;
}

.product .pro-nav .pro-nav-menu {}

.product .pro-nav .pro-nav-menu ul li p{
	float: left;
    line-height: 55px;
    width: 164px;
	overflow:hidden; white-space: nowrap;text-overflow:ellipsis;
	margin:0;
}

.product .pro-nav .pro-nav-menu ul li i {
	float: right;
	margin-top: 18px;
}


.product .pro-nav .pro-nav-menu ul li .pro-nav-bt {
	display: block;
	line-height: 55px;
	height: 55px;
	font-size: 16px;
	padding: 0 20px;
	background: #fff;
	color: #555;
	border-bottom: 1px dashed #ccc;
	
}

.product .pro-nav .pro-nav-menu ul li .pro-nav-bt:hover {
	background: #003b78;
	color: #fff;
}

.product .pro-nav .pro-nav-menu .sub-menu li a {
	display: block;
	line-height: 30px;
	height: 30px;
	border-bottom: 1px dotted #ccc;
	padding: 0 20px;
}

.product .pro-nav .pro-nav-menu .sub-menu li i {
	float: left;
	font-size: 14px;
	margin-top: 8px;
	margin-left: 20px;
	margin-right: 10px;
	color: #003b78;
}

.product .pro-nav .kefu-center {
	margin-top: 10px;
}

.product .pro-nav .kefu-center .qrcode {
	text-align: center;
}

.product .pro-nav .kefu-center .qrcode img {
	width: 160px;
	background: #fff;
	padding: 5px;
	border-radius: 5px;
}

.product .pro-nav .phone {
	clear: both;
	padding-top: 10px;
	background: #fff;
}

.product .pro-nav .phone i {
	font-size: 16px;
	margin-right: 10px;
	color: #003b78;
}

.product .pro-nav .phone strong {
	font-size: 16px;
	font-weight: 500;
}

.product .pro-nav .phone li {
	line-height: 40px;
	color: #111;
	border: 0;
	margin-left: 0;
	margin-right: 0;
	border-top: 1px dashed #ccc;
	margin-bottom: 3px;
	text-align: center;
}
.product .pro-nav .phone li span{
	font-size:16px;
	font-weight: bold;
}
.product .pro-nav .phone img {
	width: 100%;
	margin: 0;
}

.product .pro-nav .map img {
	width: 218px;
	height: 188px;
}

.product .pro-img {
	width: 850px;
	float: right;
	background: #fff;
}

.product .pro-img .pro-title {
	height: 35px;
	line-height: 35px;
	background: #003b78;
}

.product .pro-img .pro-title span {
	float: left;
	display: block;
	font-size: 20px;
    margin-top: 9px;
	color: #fff;
	margin-right: 10px;
	animation: mymove 3s infinite linear;
}

.product .pro-img .pro-title h3 {
	float: left;
	margin: 0;
	font-size: 15px;
	color: #fff;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
}

.product .pro-img .pro-title a {
	float: right;
	font-size: 12px;
	color: #fff;
	margin-right: 10px;
}

.product .pro-img ul {
	zoom: 1;
	margin-top: 10px;
}

.product .pro-img li {
	width: 264px;
	float: left;
	position: relative;
	margin: 8px 5px;
	-webkit-transition: all 0.10s linear 0.01s;
	-moz-transition: all 0.10s linear 0.01s;
	-ms-transition: all 0.10s linear 0.01s;
	-o-transition: all 0.10s linear 0.01s;
	transition: all 0.10s linear 0.01s;
	text-align: center;
	background: #f5f5f5;
	padding: 3px;
}

.product .pro-img li img {
	width: 264px;
	height: 189px;
	display: block;
}

.product .pro-img li span {
	color: #666;
	padding: 10px 5px;
	display: block;
	overflow:hidden; white-space: nowrap;text-overflow:ellipsis;
	transition: all 0.3s;
}
.product .pro-img li:hover span{
	background-color: #da251c;
	color:#fff;
}

.product .pro-img li .a-link {
	font-size: 12px;
	color: #fff;
	padding: 3px 10px;
	float: right;
	background: #006ADB;
	margin-right: 10px;
	margin-top: 5px;
}

.product .pro-img li:hover {
	z-index: 20;
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	transform: translateY(-5px);
}

/*advantage*/


.advantage {
	overflow: hidden;
	margin-top: 0px;
}

.bjt{
	height: 250px;
	width: 100%;
	/*background: url(advantage_01.jpg) no-repeat center center;*/
}
.bjt img{
    width: 100%;
}
.yxtp{
	height: 250px;
	width: 100%;
	background: url(advantage_02.jpg) no-repeat center center;
}
.advantage .cont {
	width: 460px;
	margin-left: 60px;
	margin-top: 77px;
}

.advantage .cont .advan-t {
	font-size: 24px;
	font-weight: bold;
	color: #138e58;
	margin-left: 100px;
	margin-bottom: 30px;
}

.advantage .cont p {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}

.advantage .cont p i {
	font-size: 18px;
	color: #003b78;
	margin-right: 10px;
}

.advantage .cont .advan-btn {
	margin-top: 10px;
	overflow: hidden;
}

.advantage .cont .advan-btn a {
	display: block;
	width: 130px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #fff;
	color: #333;
	border:1px solid #ddd;
	float: left;
	margin-top:20px;
	border-radius: 100px;
}

.advantage .cont .advan-btn a:hover {
	background: #003b78;
	color:#fff;
}

.advantage .advan-1 {
	height: 420px;
	background: url(advantage_02.jpg) center center;
}

.advantage .advan-1 .cont {
	float: left;
	margin-left: 50px;
}

.advantage .advan-2 {
	height: 420px;
	background: url(advantage_03.jpg) center center;
}

.advantage .advan-2 .cont {
	margin-top: 63px;
	margin-right: 0px;
	float: right;
}

.advantage .advan-2 .advan-t {
	margin-left: 110px;
	margin-top: 17px;
}

.advantage .advan-3 {
	height: 419px;
	background: url(advantage_04.jpg) center center;
}

.advantage .advan-3 .cont {
	margin-top: 93px;
	width: 450px;
	margin-left: 50px;
	margin-top: 80px;
}

.advantage .advan-4 {
	height: 420px;
	background: url(advantage_05.jpg) center center;
}

.advantage .advan-4 .cont {
	margin-top: 63px;
	margin-right: 0px;
	float: right;
	margin-top: 77px;
}

.advantage .advan-4 .advan-t {
	margin-left: 110px;
}

.kefu-center1 {
	float: left;
	width: 250px;
	background: #fff;
	border: 1px solid #eee;
}

.kefu-center1 .pro-nav-t {
	background: #D2160D url(pro-left-title.png);
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding-top: 8px;
	padding-bottom: 8px;
}

.kefu-center1 .pro-nav-t span {
	display: block;
	font-size: 12px;
	font-weight: 500;
	margin-top: 2px;
}

.pkefu-center1 .pro-nav-menu {}

.phone1 dt {
	height: 56px;
	line-height: 56px;
	border-bottom: 1px dashed #ddd;
	padding: 0 20px;
}

.pro-nav-menu dl dt i {
	float: right;
	font-size: 20px;
	margin-top: 18px;
}

.phone1 {
	clear: both;
	padding-top: 10px;
	background: #fff;
}

.phone1 i {
	font-size: 18px;
	margin-right: 10px;
	margin-left: 30px;
	color: #D2160D;
}

.phone1 strong {
	font-size: 16px;
	font-weight: 500;
}

.phone1 dl {
	line-height: 30px;
	color: #111;
	border: 0;
	margin-left: 0;
	margin-right: 0;
	border-top: 1px dashed #ccc;
	margin-bottom: 10px;
}

.phone1 img {
	width: 100%;
	margin: 0;
}



.flow {
	height: 580px;
	background: url(advantage_06.jpg) center center;
}

.flow .cont {
	margin-top: 140px;
}

.flow .cont .left {
	width: 210px;
	float: left;
	text-align: center;
}

.flow .cont .left a {
	width: 120px;
	height: 35px;
	text-align: center;
	background: #fff;
	line-height: 35px;
	display: block;
	border-radius: 100px;
	margin-top: 190px;
	margin-left: 45px;
}

.flow .cont ul {
	overflow: hidden;
	padding-top: 52px;
	width: 887px;
	height: 320px;
	float: right;
}

.flow .cont li {
	color: #003b78;
	float: left;
	width: 181px;
	height: 160px;
	font-size: 22px;
	text-align: center;
	margin-bottom: 0px;
	padding: 0 20px;
}

.flow .cont li small {
	display: block;
	color: #444;
	font-size: 14px;
}

/*about*/
.about {
	overflow: hidden;
	padding:40px 0;
	background: #ffffff;
}

.about .about-cont {
	width: 490px;
	float: left;
}

.about .about-cont .ab-hr {
	width: 60px;
	height: 2px;
	background: #003b78;
}

.about .about-cont .ab-title {
	font-size: 22px;
	font-weight: bold;
	margin-top: 20px;
}

.about .about-cont .ab-title span {
	color: #999;
	font-size: 12px;
	font-weight: normal;
}

.about .about-cont .ab-dis {
	width: 480px;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	margin-bottom: 20px;
}

.about .about-cont .ab-dis h1 {
	font-size: 18px;
	margin-bottom: 20px;
}

.about .about-cont .ab-dis span {
	font-size: 18px;
	margin-bottom: 20px;
	float: left;
	margin-top: 12px;
}
.about .about-cont .ab-desc{
	font-size:14px;
	color:#333;
	line-height: 1.6;
}
.about .about-cont p {
	color: #444;
	line-height: 25px;
}

.about .about-cont a {
	display: block;
	padding:12px 0;
	width: 140px;
	text-align: center;
	background: #003b78;
	color: #fff;
	font-size: 14px;
	border-radius: 100px;
	margin-top:20px;
}

.about .video {
	width: 550px;
	height: 360px;
	background: url(video.png);
	float: right;
}

.about .video iframe {
	margin-top: 6px;
	margin-left: 6px;
	width: 539px;
	height: 310px;
	border: 0;
}

/*roll*/
.roll {
	padding-top: 40px;
	padding-bottom: 20px;
	clear: both;
}

.roll .slideGroup {}

.roll .slideGroup .parHd {
	height: 50px;
	line-height: 50px;
}

.roll .slideGroup .parHd ul li {
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #333;
	float: left;
	margin-right: 10px;
	font-size: 16px;
}

.roll .slideGroup .parHd ul .on {
	background: #003b78;
}

.roll .slideGroup .parHd .roll-hr {
	height: 1px;
	width: 510px;
	background: #888;
	float: left;
	margin-top: 26px;
	margin-left: 50px;
}

.roll .slideGroup .parHd a {
	float: right;
}

.roll .slideGroup .parBd {
	position: relative;
	margin-top: 20px;
}

.roll .slideBox .sPrev,
.roll .slideBox .sNext {
	display: block;
	background: rgba(0, 0, 0, 0.6);
	line-height: 40px;
	cursor: pointer;
	position: absolute;
	width: 50px;
	height: 40px;
	text-align: center;
	margin-top: 70px;
	z-index: 10;
}

.roll .slideBox .sPrev {
	left: 0;
}

.roll .slideBox .sNext {
	right: 0;
}

.roll .slideBox a span {
	font-size: 18px;
	color: #fff;
}

.roll .slideBox ul {
	overflow: hidden;
	zoom: 1;
}

.roll .slideBox ul li {
	margin: 0 9px;
	float: left;
	_display: inline;
	overflow: hidden;
	width: 250px;
	background: #fff;
	text-align: center;
}

.roll .slideBox ul li .pic {
	padding: 6px;
	border: 1px solid #ccc;
}

.roll .slideBox ul li .pic img {
	width: 100%;
	display: block;
}

.roll .slideBox ul li a {
	display: block;
	margin: 10px 0;
}


/*news*/
.news {
	overflow: hidden;
padding:40px 0;
	clear: both;
	background: #fff;
}

.news .news-left {
	width: 292px;
	height: 520px;
	padding: 30px;
	background: #fff;
	box-shadow: 0 0 15px #ccc;
	float: left;
}

.news .news-center {
	width: 292px;
	height: 520px;
	padding: 30px;
	background: #fff;
	box-shadow: 0 0 15px #ccc;
	float: left;
	margin: 0 22px;
}

.news .news-right {
	width: 292px;
	height: 520px;
	padding: 30px;
	background: #fff;
	box-shadow: 0 0 15px #ccc;
	float: left;
}

.news .ne-title {
	height: 40px;
	line-height: 40px;
}

.news .ne-title i {
	font-size: 20px;
	color: #003b78;
	float: left;
	margin-right: 10px;
	line-height: 40px;
}

.news .ne-title h4 {
	font-size: 16px;
	float: left;
	margin: 0;
	line-height: 40px;
}

.news .ne-title a {
	float: right;
}

.news .ne-img {
	width: 290px;
	height: 130px;
	text-align: center;
	background: #f9f9f9;
	margin: 10px 0;
	overflow: hidden;
}

.news .ne-img img {
	width: 100%;
}

.news .ne-img li {
	text-align: center;
	height: 130px;
}

.news .ne-list {}

.news .ne-list li {
	border-bottom: 1px dashed #ddd;
	padding:14px 0;
	display: flex;
	align-items: center;
}

.news .ne-list li i {
	color: #003b78;
	margin-right: 10px;
	float: left;
}

.news .ne-list li a {
	color: #333;
	display: inline-block;
	width: 268px;
	font-size:14px;
	overflow:hidden; white-space: nowrap;text-overflow:ellipsis;
}
.news .ne-list li a:hover{
	color:#da251c;
}
/*collect*/
.collect {
	overflow: hidden;
	padding: 30px 0;
}

.collect .container {
	border: 1px solid #ccc;
	padding: 20px;
	background: #fff;
}

.collect .container .co-title {
	font-size: 20px;
	background: #eee;
	padding: 20px;
	text-align: center;
	color: #003b78;
	border-radius: 10px;
}

.collect .container .co-title span {
	display: block;
	font-size: 14px;
	color: #555;
}

.collect .container .left {
	overflow: hidden;
	position: relative;
	clear: both;
	height: 500px;
	width: 350px;
	border-right: 1px solid #eee;
	margin-right: 10px;
	padding-right: 50px;
	float: left;
}

.collect .container .left .bd {
	padding: 0px;
}

.collect .container .left .infoList li {
	border-bottom: 1px dashed #ccc;
}

.collect .container .left .infoList li h5 {
	font-size: 14px;
	color: #003b78;
	height: 50px;
	line-height: 50px;
	margin: 0;
}

.collect .container .left .infoList li h5 strong {
	background: #003b78;
	padding: 3px;
	color: #fff;
	font-size: 14px;
	border-radius: 2px;
	margin-right: 5px;
}

.collect .container .left .infoList li h5 a {
	color: #003b78;
}

.collect .container .left .infoList li .answer {
	color: #333;
	padding-bottom: 20px;
}

.collect .container .left .infoList li .answer span {
	display: block;
	font-size: 14px;
}

.collect .container .left .infoList li .answer strong {
	color: #fff;
	background: #666;
	font-size: 14px;
	padding: 3px;
	border-radius: 2px;
	margin-right: 5px;
	float: left;
}

.collect .right {
	width: 660px;
	float: right;
}

.collect .right .co-title {
	margin: 0 20px;
}

.collect form {
	margin-left: 30px;
}

.collect form strong {
	display: block;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.collect form tr {
	float: left;
	margin-right: 28px;
	margin-top: 20px;
}

.collect form tr td {
	width: 600px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #ccc;
	color: #aaa;
	position: relative;
}

.collect form tr td i {
	width: 37px;
	height: 37px;
	background: #fafafa;
	top: 0;
	position: absolute;
	line-height: 37px;
	text-align: center;
}

.collect form tr td input {
	padding-left: 45px;
	height: 35px;
	border: 0;
}

.collect form .s-btn {
	float: left;
	width: 600px;
	background: #003b78;
	border: 0;
	height: 41px;
	line-height: 41px;
	display: block;
	color: #fff;
	padding-left: 0;
}

.case {
	clear: both;
	padding: 40px 0;
	background: #fff;
}

.case .cont {
	padding-top: 10px;
}

.case .cont .case-img {
	overflow: hidden;
	position: relative;
}

.case .cont .case-img .bd .prev,
.case .cont .case-img .bd .next {
	display: block;
	top: 60px;
	cursor: pointer;
	position: relative;
	z-index: 20;
	height: 60px;
	text-align: center;
	width: 30px;
	color: #fff;
	line-height: 60px;
	font-size: 18px;
	background: #003b78;
}

.case .cont .case-img .bd .prev {
	float: right;
	right: 0px;
}

.case .cont .case-img .bd .next {
	float: left;
	left: 0px;
}

.case .cont .case-img .bd .tempWrap {}

.case .cont .case-img .bd ul {
	overflow: hidden;
	zoom: 1;
}

.case .cont .case-img .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	margin-left: 15px;
}

.case .cont .case-img .bd ul li .pic {
	text-align: center;
	padding: 0px;
	display: block;
}

.case .cont .case-img .bd ul li .pic img {
	width:400px;
	display: block;
	border: 1px solid #ccc;
	border-radius: 2px;
}

.case .cont .case-img .bd ul li span {
	color: #666;
	margin: 5px 0;
	display: block;
}

.yqlj {
	background: #fff;
}

.yqlj .container {
	height: 130px;
	background: url(yqlj.png);
}

.yqlj ul {
	padding-top: 75px;
	padding-left: 130px;
}

.yqlj li {
	font-size: 12px;
	margin-right: 10px;
	float: left;
}

.yqlj li a {
	color: #aaa;
}

.footer {
	clear: both;
	height: 312px;
	background: url(foot-bg.jpg) center center;
}

.footer .foot-nav {
	height: 45px;
	line-height: 45px;
	background: #5d5d5d;
}

.footer .foot-nav ul li {
	float: left;
	margin-right: 6px;
	margin-top: 8px;
	border-right: 1px solid #4E4E4E;
}

.footer .foot-nav ul li:first-child {
	border-left: 1px solid #4E4E4E;
}

.footer .foot-nav ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #fff;
	padding: 0 37px;
}

.footer .foot-nav ul li a:hover {
	background: #fff;
	color: #000;
}

.footer .left {
	width: 300px;
	float: left;
	margin-top: 20px;
	height: 155px;
}

.footer .left .phone {
	color: #ddd;
	font-size: 24px;
	margin-left: 10px;
	background: #333;
	width: 258px;
	height: 44px;
	line-height: 44px;
	border-radius: 5px;
}

.footer .left .phone i {
	font-size: 40px;
	color: #ddd;
	margin-right: 15px;
	margin-top: 2px;
	margin-left: 2px;
	width: 40px;
	height: 40px;
	float: left;
}

.footer .right {
	width: 790px;
	float: right;
	margin-top: 25px;
	margin-bottom: 10px;
}

.footer .right .foot-address {
	width: 360px;
	float: left;
	color: #eee;
	padding-left: 55px;
	margin-top: 10px;
	border-right: 1px solid #888;
	border-left: 1px solid #888;
}

.footer .right .foot-address .title {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #eee;
}

.footer .right .foot-address span {
	font-size: 16px;
	margin-right: 3px;
	color: #eee;
}

.footer .right .foot-address a {
	color: #eee;
}

.footer .right .foot-qr {
	float: left;
	color: #fafafa;
	width: 170px;
	text-align: center;
	margin-left: 20px;
}

.footer .right .foot-qr img {
	width: 150px;
	display: block;
	margin: 10px auto;
}

.footer .right .foot-qr span {
	letter-spacing: 2px;
}

.footer .right .foot-link {
	width: 150px;
	float: right;
}

.footer .right .foot-link a {
	display: block;
	width: 125px;
	height: 40px;
	border-radius: 5px;
	line-height: 40px;
	text-align: center;
	margin: 10px 0;
	color: #fff;
	background: #676767;
}

.footer .right .foot-link a:hover {
	background: #003b78;
}

.footer .right .foot-link a img {
	width: 125px;
	height: 40px;
	border-radius: 5px;
}

.footer .foot-bottom {
	height: 40px;
	line-height: 40px;
	color: #fafafa;
	background: rgba(0, 0, 0, 0.2);
}

.footer .foot-bottom a {
	color: #fafafa;
}

.inner {
	background: #f6f6f6;
}

.inner .banner-about {
	height: 260px;
	background: url(banner-about.jpg) center center;
}

.inner .banner-image {
	height: 260px;
	background: url(banner-image.jpg) center center;
}

.inner .banner-news {
	height: 260px;
	background: url(banner-news.jpg) center center;
}

.inner .inner-title {
	height: 100px;
	text-align: center;
	margin: 30px auto;
	font-size: 24px;
	color: #003b78;
	line-height: 70px;
	font-weight: bold;
}

.inner .inner-dis {
	padding: 0px 20px;
	text-align: center;
	font-size: 12px;
}

.inner .inner-cont {
	overflow: hidden;
	margin-top: 20px;
	color: #333;
	padding: 0 3px;
	padding-bottom: 10px;
}

.inner .pro-arc-cont .container {
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	margin: 10px auto;
	width: 1078px !important;
}

.inner .pro-arc-cont .inner-place {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dashed #ccc;
}

.inner .pro-arc-cont .explain {
	overflow: hidden;
	margin: 0px auto;
}

.inner .pro-arc-cont .explain .left {
	float: left;
}

.inner .pro-arc-cont .explain .left li {
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 500px;
	text-align: center;
	list-style: none;
	padding: 4px;
	border: 1px solid #eee;
}

.inner .pro-arc-cont .explain .left img {
	max-width: 500px;
	max-height: 375px;
}

.inner .pro-arc-cont .explain .right {
	width: 550px;
	float: right;
	margin-bottom: 20px;
}

.inner .pro-arc-cont .explain .right .inner-title {
	height: 30px;
	line-height: 30px;
	margin: 10px auto;
	font-size: 20px;
	color: #003b78;
}

.inner .pro-arc-cont .explain .right ul li {
	padding-left: 20px;
	line-height: 35px;
	border-bottom: 1px dashed #ccc;
	color: #333;
}

.inner .pro-arc-cont .explain .right ul li span {
	font-weight: bold;
}

.inner .pro-arc-cont .explain .right .hd {
	margin-top: 10px;
}

.inner .pro-arc-cont .explain .right .hd img {
	width: 100px;
	border: 1px solid #ccc;
	padding: 2px;
	cursor: pointer;
}

.inner .pro-arc-cont .explain .right .hd li {
	float: left;
	margin-right: 5px;
	border: 0;
}

.inner .pro-arc-cont .explain .prevnext {
	clear: both;
	overflow: hidden;
	padding: 10px;
	border: 1px solid #ccc;
	margin: 10px;
	background: #efefef;
}

.inner .pro-arc-cont .explain .prevnext li {
	float: left;
	width: 480px;
	color: #666;
}

.inner .pro-arc-cont .explain .prevnext li a {
	color: #666;
}

.inner .pro-arc-cont .explain .prevnext li a:hover {
	color: #003b78;
}

.inner .inner-left {
	width: 260px;
	float: left;
}

.inner .inner-left .inner-nav {
	background: #fff;
	overflow: hidden;
}

.inner .inner-left .inner-nav .pro-nav-t {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 10px;
	background: #003b78;
}

.inner .inner-left .inner-nav .pro-nav-t span {
	display: block;
	font-size: 12px;
	font-weight: 500px;
}

.inner .pro-nav {
	float: left;
	width: 260px;
	background: #fff;
	border: 1px solid #eee;
}

.inner .pro-nav .pro-nav-t {
	background: #003b78;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}

.inner .pro-nav .pro-nav-t span {
	display: block;
	font-size: 12px;
	font-weight: 500;
	margin-top: 2px;
}

.inner .pro-nav .pro-nav-menu {}

.inner .pro-nav .pro-nav-menu ul li {}

.inner .pro-nav .pro-nav-menu ul li i {
	float: right;
	font-size: 20px;
}

.inner .pro-nav .pro-nav-menu ul li .pro-nav-bt {
	display: flex;
	align-items: center;
	background: #f5f5f5;
	padding: 0 20px;
	margin-top: 5px;
	color:#333;
	
}
.inner .pro-nav .pro-nav-menu ul li .pro-nav-bt p{
	line-height: 40px;
	height: 40px;
	font-size: 15px;
	margin:0;
	width:200px;
	overflow:hidden; white-space: nowrap;text-overflow:ellipsis;
}
.inner .pro-nav .pro-nav-menu ul li .pro-nav-bt:hover{
	color:#fff;
	background-color: #da251c;
}

.inner .pro-nav .pro-nav-menu .sub-menu li a {
	display: block;
	line-height: 30px;
	height: 30px;
	border-bottom: 1px dotted #ccc;
	padding: 0 20px;
}

.inner .pro-nav .pro-nav-menu .sub-menu li i {
	float: left;
	font-size: 14px;
	margin-top: 8px;
	margin-left: 20px;
	margin-right: 10px;
	color: #003b78;
}

.inner .inner-left .inner-nav ul li {
	height: 56px;
	line-height: 56px;
	border-bottom: 1px dashed #ddd;
	padding: 0 20px;
}

.inner .inner-left .inner-nav ul li span {
	font-size: 16px;
	margin-top: 16px;
	margin-right: 20px;
	color: #003b78;
}

.inner .inner-left .inner-nav ul li i {
	float: right;
	font-size: 20px;
	margin-top: 16px;
}

.inner .inner-left .inner-nav ul li a {
	display: block;
}

.inner .inner-left .inner-nav ul li:hover {
	background: #003b78;
}

.inner .inner-left .inner-nav ul li:hover a {
	color: #fff;
}

.inner .inner-left .inner-nav ul .hover {
	background: #003b78;
}

.inner .inner-left .inner-nav ul .hover a {
	color: #fff;
}

.inner .inner-left .hot-pro {
	margin-top: 10px;
	border: 1px solid #003b78;
	overflow: hidden;
}

.inner .inner-left .hot-pro .title {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background: #003b78;
	font-weight: bold;
}

.inner .inner-left .hot-pro .cont {
	margin-top: 10px;
	text-align: center;
}

.inner .inner-left .hot-pro .cont ul li {
	width: 250px;
	margin: 5px auto;
}

.inner .inner-left .hot-pro .cont ul li img {
	width: 100%;
	border: 1px solid #ccc;
}

.inner .inner-left .hot-pro .cont ul li span {
	color: #666;
}

.inner .inner-left .inner-contact {
	margin-top: 10px;
	border: 1px solid #003b78;
}

.inner .inner-left .inner-contact .title {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background: #003b78;
	font-weight: bold;
}

.inner .inner-left .inner-contact .cont {
	padding: 10px;
	text-align: center;
	margin-top: 10px;
}

.inner .inner-left .inner-contact .cont img {
	margin-bottom: 10px;
	width: 100%;
}

.inner .inner-left .inner-contact .cont p {
	margin-bottom: 5px;
	color: #666;
}

.inner .inner-left .inner-contact .cont strong {
	font-size: 16px;
}

.inner .inner-left .inner-contact .cont span {
	font-size: 26px;
	color: #003b78;
	font-weight: bold;
}

.inner .inner-left .hot-news {
	margin-top: 10px;
	border: 1px solid #003b78;
}

.inner .inner-left .hot-news .title {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background: #003b78;
	font-weight: bold;
}

.inner .inner-left .hot-news ul li {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	padding: 0 5px;
}

.inner .inner-left .hot-news ul li span {
	margin-right: 5px;
	color: #003b78;
}

.inner .inner-left .hot-news ul li a {
	color: #666;
}

.inner .inner-right {
	overflow: hidden;
	float: right;
	width: 827px;
	border: 1px solid #ccc;
	background: #fff;
}

.inner .inner-right .inner-place {
	margin-top: 0px;
	height: 40px;
	line-height: 40px;
	clear: both;
	overflow: hidden;
	background: #414141 url(title-bg.jpg);
	padding: 0 50px;
}

.inner .inner-right .inner-place span {
	font-size: 20px;
	margin-right: 10px;
	color: #003b78;
}

.inner .inner-right .inner-place strong {
	font-size: 14px;
	color: #fff;
	margin-right: 10px;
}

.inner .inner-right .inner-place a {
	color: #fff;
	margin-right: 5px;
}

.inner .inner-right .inner-place .inner-position {
	float: left;
	color: #fff;
}

.inner .inner-right .pro-img {
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 10px;
}

.inner .inner-right .pro-img ul li {
	width: 255px;
	float: left;
	margin: 0 5px 15px 5px;
	background: #f5f5f5;
	padding: 4px;
	border: 1px solid #f5f5f5;
}

.inner .inner-right .pro-img ul li:hover {
	border: 1px solid #003b78;
}

.inner .inner-right .pro-img ul li:hover span {
	color: #003b78;
}

.inner .inner-right .pro-img ul li img {
	width: 255px;
	height: 191px;
}

.inner .inner-right .pro-img ul li span {
	color: #666;
	padding: 5px;
	display: block;
	margin-top: 3px;
	text-align: center;
	overflow:hidden; white-space: nowrap;text-overflow:ellipsis;
}

.inner .inner-right .pro-img ul li span b {
	font-weight: 500;
}

.inner .inner-right .inner-page {
	text-align: center;
	height: 30px;
	padding-top: 10px;
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}

.inner .inner-right .inner-page ul li {
	float: left;
	left: 15%;
	position: relative;
	;
	margin-right: 1px;
	width: auto;
	padding: 3px 10px;
	color: #666;
	border: 1px solid #ccc;
	margin: 0 5px 15px 5px;
	background: #eee;
}

.inner .inner-right .inner-page ul li a {
	color: #666;
	display: block;
}

.inner .inner-right .inner-page ul li a:hover {
	color: #003b78;
}

.inner .inner-right .inner-page ul li .pageinfo {
	width: 200px;
	display: block;
	background: #666;
	background: #999;
	color: #fff;
	margin: -5px;
}

.inner .inner-right .inner-page .thisclass {
	background: #003b78;
	border: 1px solid #003b78;
	color: #fff;
}

.inner .inner-right .inner-page .thisclass a {
	color: #fff;
}

.inner .inner-right .case-img {
	overflow: hidden;
}

.inner .inner-right .case-img ul li {
	margin: 10px;
	border: 1px solid #ccc;
	background: #fafafa;
	height: 220px;
	clear: both;
	overflow: hidden;
}

.inner .inner-right .case-img ul li img {
	width: 270px;
	float: left;
	padding: 3px;
	border: 1px solid #ccc;
	margin: 5px;
}

.inner .inner-right .case-img ul li .text {
	width: 490px;
	float: right;
}

.inner .inner-right .case-img ul li .text .case-title {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}

.inner .inner-right .case-img ul li .text p {
	color: #666;
	font-size: 12px;
	margin-top: 10px;
}

.inner .inner-right .case-img ul li .case-link {
	height: 32px;
	line-height: 32px;
	width: 120px;
	text-align: center;
	background: #003b78;
	color: #fff;
	margin-top: 10px;
}

.inner .inner-right .case-img ul li .case-link a {
	display: block;
	color: #fff;
}

.inner .inner-right .rec-news {
	overflow: hidden;
	margin: 0px auto;
}

.inner .inner-right .rec-news .title {
	height: 40px;
	line-height: 40px;
	clear: both;
	overflow: hidden;
	background: #003b78 url(title-bg.jpg);
	padding: 0 50px;
	border-top: 1px solid #ccc;
}

.inner .inner-right .rec-news .title strong {
	float: left;
	margin: 0;
	margin-left: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
	margin-right: 5px;
}

.inner .inner-right .rec-news .title span {
	color: #eee;
}

.inner .inner-right .rec-news .rec-news-img {
	overflow: hidden;
	padding: 10px;
}

.inner .inner-right .rec-news .rec-news-img li {
	overflow: hidden;
	border-bottom: 1px dashed #94896B;
	padding-bottom: 10px;
}

.inner .inner-right .rec-news .rec-news-img li img {
	width: 180px;
	height: 126px;
	float: left;
	margin-right: 10px;
	border: 1px solid #003b78;
	padding: 2px;
}

.inner .inner-right .rec-news .rec-news-img li a {
	font-size: 16px;
	color: #003b78;
	padding-top: 20px;
}

.inner .inner-right .rec-news .rec-news-img li p {
	color: #666;
	margin-top: 10px;
}

.inner .inner-right .rec-news .rec-news-img li span {
	color: #999;
}

.inner .inner-right .rec-news .rec-news-list {
	overflow: hidden;
	padding: 10px;
}

.inner .inner-right .rec-news .rec-news-list li {
	display: flex;
	padding:12px 0;
	align-items: center;
	border-bottom: 1px dashed #ccc;
	width: 370px;
	float: left;
	margin: 0 10px;
}

.inner .inner-right .rec-news .rec-news-list li span {
	color: #003b78;
	margin-right: 14px;
}

.inner .inner-right .rec-news .rec-news-list li a {
	COLOR: #666;
	width:335px;
	display: block;
	overflow:hidden; white-space: nowrap;text-overflow:ellipsis;
}

.inner .inner-right .rec-news .rec-news-list li small {
	float: right;
}

.inner .inner-right .list-article .news-list {
	padding: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}

.inner .inner-right .list-article .news-list li {
	height: 165px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
	padding-top: 10px;
}

.inner .inner-right .list-article .news-list li img {
	display: block;
	float: left;
	border: 1px solid #ccc;
	padding: 5px;
	width: 200px;
	margin-right: 20px;
	height: 144px;
}

.inner .inner-right .list-article .news-list li .text {
	margin-left: 0px;
	width: 540px;
	float: left;
}

.inner .inner-right .list-article .news-list li .li-title {
	font-size: 18px;
}

.inner .inner-right .list-article .news-list li .li-title a {
	color: #003b78;
}

.inner .inner-right .list-article .news-list li .li-title strong {
	font-weight: 500;
	color: #003b78;
}

.inner .inner-right .list-article .news-list li .li-title strong a {
	color: #003b78;
}

.inner .inner-right .list-article .news-list li p {
	color: #666;
	font-size: 14px;
	padding-left: 10px;
	margin-top: 10px;
}

.inner .inner-right .list-article .news-list li span {
	font-size: 12px;
	color: #999;
	margin-left: 10px;
}

.inner .inner-right .news-list .inner-page {
	text-align: center;
	height: 30px;
	padding-top: 10px;
	clear: both;
}

.inner .inner-right .news-list .inner-page ul li {
	float: left;
	left: 15%;
	position: relative;
	border: 1px solid #ccc;
	margin-right: 1px;
	width: auto;
	padding: 3px 10px;
	height: auto;
}

.inner .inner-right .news-list .inner-page ul li a {
	color: #666;
	display: block;
}

.inner .inner-right .news-list .inner-page ul li a:hover {
	color: #003b78;
}

.inner .inner-right .news-list .inner-page ul li .pageinfo {
	width: 200px;
	display: block;
	background: #666;
	background: #999;
	color: #fff;
	margin: -5px;
}

.inner .inner-right .news-list .inner-page .thisclass {
	color: #fff;
	background: #003b78;
	border: 1px solid #003b78;
}

.inner .inner-right .news-list .inner-page .thisclass a {
	color: #fff;
}

.inner .inner-right .article-image {
	padding: 0px;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
	margin-top: 10px;
	color: #333;
}

.inner .inner-right .article-image .hd {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
	margin: 10px;
}

.inner .inner-right .article-image .hd li {
	width: 100px;
	float: left;
	background: #ccc;
	text-align: center;
	margin-right: 10px;
	cursor: pointer;
}

.inner .inner-right .article-image .hd .on {
	background: #003b78;
	color: #fff;
}

.inner .inner-right .article-image .pro-show img {
	padding: 5px;
	border: 1px solid #eee;
	display: block;
	margin: 10px auto;
}

.inner .inner-right .article-image .pro-body {
	padding: 0 10px;
}

.inner .inner-right .article-image .pro-body img {
	display: block;
	margin: 10px auto;
	max-width: 800px;
}

.inner .inner-right .article-image .pro-body table td {
	border: 1px solid #ccc;
}

.inner .inner-right .article-image .parameter {
	padding: 10px;
}

.inner .inner-right .article-image .parameter tr {
	border-bottom: 1px solid #ccc;
}

.inner .inner-right .article-image .parameter td {
	border: 1px solid #ccc;
	text-align: center;
	line-height: 31px;
}

.inner .inner-right .article-image .parameter th {
	border: 1px solid #ccc;
	text-align: center;
	line-height: 31px;
	background: #003b78;
	color: #fff;
}

.inner .inner-right .article-image .parameter p {
	margin: 0;
}

.inner .inner-right .article-image .inner-title {
	height: 50px;
	margin: 10px auto;
	background: none;
	line-height: 50px;
}

.inner .inner-right .article-image .title {
	margin-top: 0px;
	height: 40px;
	line-height: 40px;
	clear: both;
	overflow: hidden;
	background: #003b78 url(title-bg.jpg);
	padding: 0 50px;
}

.inner .inner-right .article-image .title h3 {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin: 0;
	height: 40px;
	line-height: 40px;
	float: left;
}

.inner .inner-right .article-image .title span {
	font-size: 12px;
	color: #eee;
	margin-left: 10px;
}

.inner .inner-right .article-image blockquote {
	font-size: 16px;
	background: #eee;
	border-left-color: #003b78;
	margin-top: 10px;
	margin-bottom: 10px;
}

.inner .inner-right .article-image .show-bottom {
	margin: 20px auto;
	text-align: center;
	background: #eee;
	border: 1px solid #ccc;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
}

.inner .inner-right .article-image .show-bottom span {
	border-right: 1px solid #927B54;
	padding: 0 16px 0 15px;
	color: #333;
}

.inner .inner-right .article-image .show-bottom span a {
	color: #333;
}

.inner .inner-right .in-book {
	margin-bottom: 10px;
}

.inner .inner-right .in-book .title {
	height: 40px;
	line-height: 40px;
	clear: both;
	overflow: hidden;
	background: #003b78 url(title-bg.jpg);
	padding: 0 50px;
	border-top: 1px solid #ccc;
}

.inner .inner-right .in-book .title strong {
	float: left;
	margin: 0;
	margin-left: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
	margin-right: 5px;
}

.inner .inner-right .in-book .title span {
	color: #eee;
}

.inner .inner-right .in-book .table {
	margin-top: 10px;
	margin-bottom: 5px;
}

.inner .inner-right .in-book .table tr {
	float: left;
	display: block;
}

.inner .inner-right .in-book .table .fo-2 {
	width: 740px;
	clear: both;
}

.inner .inner-right .in-book .table .fo-3 {
	width: 740px;
	clear: both;
}

.inner .inner-right .in-book .table tr td {
	border: 0;
	width: 90px;
	color: #666;
}

.inner .inner-right .in-book .table tr td input {
	background: none;
    border: 1px solid #ddd;
    padding-left: 10px;
    border-radius: 5px;
    font-size: 14px;
    height: 30px;
	outline: none;
}

.inner .inner-right .in-book .table tr td textarea {
	background: none;
	border: 1px solid #ddd;
	padding-left: 10px;
	border-radius: 5px;
	width: 650px;
	height: 100px;
}

.inner .inner-right .in-book .btn {
	color: #333;
}

.inner .inner-right .article-article {
	overflow: hidden;
	margin-bottom: 20px;
}

.inner .inner-right .article-article .inner-title {
	height: 40px;
	margin: 0px auto;
	background: none;
	font-weight: 500;
	color: #003b78;
}

.inner .inner-right .article-article .attr {
	height: 40px;
	line-height: 30px;
	border-bottom: 1px dashed #ccc;
	color: #666;
	text-align: left;
	font-size: 12px;
	margin: 10px;
	margin-top: 30px;
	padding-bottom: 10px;
}

.inner .inner-right .article-article .attr p {
	float: left;
}

.inner .inner-right .article-article .attr a {
	color: #aaa;
}

.inner .inner-right .article-article .attr .back {
	float: right;
	display: inline;
	background: #ccc;
	color: #333;
	padding: 0px 15px;
}

.inner .inner-right .article-article .attr .back a {
	color: #333;
}

.inner .inner-right .article-article .art-info {
	margin: 10px;
	font-size: 12px;
	color: #666;
	border: 1px dashed #ccc;
	padding: 10px;
}

.inner .inner-right .article-article .info {
	line-height: 24px;
	color: #666;
	padding: 10px;
}

.inner .inner-right .article-article .info blockquote {
	padding: 5px 10px;
	background: #f6f6f6;
	font-size: 16px;
	border-left-color: #003b78;
}

.inner .inner-right .article-article .info img {
	padding: 3px;
	border: 1px solid #ccc;
	margin: 10px auto;
	display: block;
	max-width: 600px;
	height: auto;
}

.inner .inner-right .article-article .prevnext {
	margin: 20px auto;
	height: 35px;
	line-height: 35px;
	background: #eee;
	padding: 5px 0;
	border: 1px solid #ccc;
	color: #333;
}

.inner .inner-right .article-article .prevnext .pre_l {
	float: left;
	padding-left: 10px;
}

.inner .inner-right .article-article .prevnext .pre_r {
	float: right;
	padding-right: 10px;
}

.inner .inner-right .article-article .prevnext a {
	color: #333;
}

.inner .inner-right .article-article .prevnext a:hover {
	color: #003b78;
}

.inner .inner-right .article-right-img {
	margin-top: 20px;
	overflow: hidden;
}

.inner .inner-right .article-right-img .title {
	height: 40px;
	line-height: 40px;
	clear: both;
	overflow: hidden;
	background: #003b78 url(title-bg.jpg);
	padding: 0 50px;
	border-top: 1px solid #ccc;
}

.inner .inner-right .article-right-img .title strong {
	float: left;
	margin: 0;
	margin-left: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
	margin-right: 5px;
}

.inner .inner-right .article-right-img .title span {
	color: #eee;
}

.inner .inner-right .article-right-img ul li {
	text-align: center;
	margin: 10px 5px;
	;
	width: 250px;
	float: left;
	padding: 4px;
	border: 1px solid #999;
}

.inner .inner-right .article-right-img ul li img {
	width: 100%
}

.inner .inner-right .article-right-img ul li span {
	color: #333;
}

.inner .inner-right .article-right-img .relevant li {
	background: #fff;
	border-bottom: 1px dashed #ccc;
	height: 30px;
	margin-top: 0px;
	text-align: left;
	font-size: 12px;
}

.inner .inner-right .case-info {
	margin-bottom: 10px;
	overflow: hidden;
}

.inner .inner-right .case-info p {
	margin: 5px;
	float: left;
	border: 1px solid #ccc;
	border-radius: 5px;
	line-height: 30px;
	text-align: center;
	padding-right: 10px;
}

.inner .inner-right .case-info p span {
	background: #003b78;
	color: #fff;
	display: block;
	padding: 0 5px;
	float: left;
	margin-right: 5px;
}

.inner .inner-right .case-show span {
	display: block;
	margin: 10px auto;
	text-align: center;
	background: #eee;
	margin-right: 10px;
}

.inner .inner-news-nav ul li {
	width: 120px;
}

.inner .inner-body {
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666;
}

.inner .inner-body .title {
	border-bottom: 1px solid #ccc;
	height: 40px;
	line-height: 40px;
}

.inner .inner-body .title h3 {
	border-bottom: 1px solid #003b78;
	float: left;
	margin: 0;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	font-weight: bold;
	color: #003b78;
}

.inner .inner-body .title h3 strong {
	font-size: 26px;
	color: #003b78;
}

.inner .inner-body .title span {
	background: url(pro-title.png);
	width: 960px;
	display: block;
	float: right;
	height: 7px;
	margin-top: 15px;
}

.inner .rec-news .left {
	width: 350px;
	float: left;
}

.inner .rec-news .right {
	width: 700px;
	float: right;
}

.inner .rec-news .right ul {
	overflow: hidden;
}

.inner .rec-news .right form {
	margin-top: 10px;
	border: 1px solid #ccc;
	border-top: 0;
	height: 285px;
}

.inner .rec-news .right form .table {
	margin-bottom: 0;
}

.inner .rec-news .center {}

.inner .rec-news .center ul {
	overflow: hidden;
}

.inner .rec-news .center ul li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #ccc;
	width: 335px;
	float: left;
	margin: 0 15px;
}

.inner .rec-news .center ul li span {
	color: #003b78;
	margin-right: 20px;
}

.inner .rec-news .center ul li small {
	float: right;
}

.inner .rec-pro {
	overflow: hidden;
	margin: 00px auto;
	background: #eee;
	padding: 20px 0;
}

.inner .rec-pro .title {
	height: 35px;
	border-bottom: 1px solid #ddd;
	line-height: 35px;
	border-left: 3px solid #003b78;
}

.inner .rec-pro .title strong {
	float: left;
	margin: 0;
	margin-left: 10px;
	color: #2d1b17;
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
	margin-right: 5px;
}

.inner .rec-pro .title span {
	color: #aaa;
}

.inner .rec-pro ul li {
	width: 255px;
	float: left;
	border: 1px solid #ddd;
	padding: 8px;
	margin: 10px;
	background: #f3f3f3;
}

.inner .rec-pro ul li:hover {
	border: 1px solid #003b78;
}

.inner .rec-pro ul li img {
	width: 100%;
}

.inner .rec-pro ul li span {
	color: #666;
	padding: 5px;
	display: block;
	margin-top: 3px;
	text-align: center;
}

.inner .rec-pro ul li span b {
	font-weight: 500;
}

.inner .inner-hot ul li {
	hight: 30px;
	line-height: 30px;
	border-bottom: 1px dashed #aaa;
}

.inner .inner-hot ul li span {
	margin-right: 10px;
}

.inner .inner-hot ul p {
	margin-top: 10px;
	margin-bottom: 0;
}

.inner .inner-book {}

.inner .inner-book .title {
	border-bottom: 1px solid #ccc;
	height: 40px;
	line-height: 40px;
	margin-bottom: 30px;
}

.inner .inner-book .title h3 {
	font-size: 18px;
	color: #2d1b17;
	font-weight: bold;
	float: left;
	margin: 0;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
}

.inner .inner-book .title span {
	font-size: 12px;
	color: #aaa;
}

.inner .inner-hot-img {
	overflow: hidden;
}

.inner .inner-hot-img .in-hot-title {
	border-bottom: 1px solid #ccc;
	height: 40px;
	line-height: 40px;
}

.inner .inner-hot-img .in-hot-title h3 {
	font-size: 18px;
	color: #2d1b17;
	font-weight: bold;
	float: left;
	margin: 0;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
}

.inner .inner-hot-img .in-hot-title span {
	font-size: 12px;
	color: #aaa;
}

.inner .inner-hot-img ul li {
	width: 255px;
	float: left;
	margin: 10px;
	text-align: center;
}

.inner .inner-hot-img ul li img {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

.inner .inner-search {
	overflow: hidden;
	margin-bottom: 20px;
}

.inner .inner-search .news-list {
	padding: 0px;
	overflow: hidden;
	margin-bottom: 20px;
}

.inner .inner-search .news-list li {
	width: 500px;
	float: left;
	margin: 24px;
	height: 165px;
	border-bottom: 1px dashed #ccc;
	padding-top: 10px;
}

.inner .inner-search .news-list li img {
	display: block;
	float: left;
	border: 1px solid #ccc;
	padding: 5px;
	width: 180px;
	margin-right: 20px;
	height: 130px;
}

.inner .inner-search .news-list li .text {
	margin-left: 0px;
	width: 280px;
	float: left;
}

.inner .inner-search .news-list li .li-title {
	font-size: 18px;
}

.inner .inner-search .news-list li .li-title strong {
	font-weight: 500;
	color: #c30000;
}

.inner .inner-search .news-list li .li-title strong a {
	color: #c30000;
}

.inner .inner-search .news-list li p {
	color: #666;
	font-size: 14px;
	margin-top: 10px;
}

.inner .inner-search .news-list li span {
	font-size: 12px;
	color: #999;
	margin-left: 10px;
}

.inner .inner-search .inner-page {
	text-align: center;
}

.inner .inner-search .inner-page ul {
	overflow: hidden;
	width: auto;
}

.inner .inner-search .inner-page ul li {
	display: inline-block;
	position: relative;
	margin-right: 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 3px 10px;
}

.inner .inner-search .inner-page ul li a {
	color: #666;
	display: block;
}

.inner .inner-search .inner-page ul li .pageinfo {}

.inner .inner-search .inner-page .thisclass {
	background: #0860A8;
	color: #fff;
}

.inner .inner-search .inner-page .thisclass a {
	color: #fff;
}

.inner .inner-search .inner-page table {
	margin: 0 auto;
}

.inner .inner-search .inner-page td {
	border: 1px solid #ccc;
	padding: 3px 10px;
	width: auto !important;
}

.inner .inner-discription table tr td {
	border: 1px solid #ccc;
	padding: 5px 10px;
	vertical-align: middle;
}

.kefu {
	position: fixed;
	width: 54px;
	height: 275px;
	right: 0;
	top: 30%;
	z-index: 80;
}

.kefu ul li {
	width: 54px;
	height: 54px;
	float: left;
	position: relative;
	border-bottom: 1px solid #444;
}

.kefu ul li div {
	position: absolute;
	width: 54px;
	height: 54px;
	line-height: 54px;
	top: 0;
	right: 0;
	transition: all 0.3s;
	background: #000;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	color: #fff;
	overflow: hidden;
}

.kefu ul li div:hover {
	background: #003b78;
	opacity: 1;
	filter: Alpha(opacity=100);
}

.kefu ul li i {
	font-size: 30px;
	height: 54px;
	width: 54px;
	text-align: center;
	line-height: 54px;
	color: #fff;
	float: left;
}

.kefu ul li .kefutop {
	width: 54px;
	height: 54px;
	line-height: 54px;
	display: inline-block;
	background: #000;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	transition: all 0.3s;
}

.kefu ul li .kefutop:hover {
	background: #003b78;
	opacity: 1;
	filter: Alpha(opacity=100);
}

.kefu ul li img {
	position: fixed;
	right: 54px;
	width: 150px;
	border: 2px solid #ccc;
	border-radius: 5px;
	top: 250px;
	display: none;
}

.kefu .kefu-qr:hover img {
	display: block;
}

.sitemap {
	overflow: hidden;
}

.sitemap .inner-place {
	height: 30px;
	border-bottom: 1px dashed #ccc;
	line-height: 30px;
	margin-top: 10px;
}

.sitemap .inner-place .inner-position {
	float: left;
}

.sitemap .sp-title {
	float: right;
}

.sitemap .sp-title a {
	background: #eee;
	padding: 5px;
}

.sitemap .linkbox {
	border: 1px solid #ccc;
	margin: 10px 0;
	padding: 3px 10px;
}

.sitemap .linkbox h3 {
	border-bottom: 1px dashed #ccc;
}

.sitemap .linkbox ul {
	overflow: hidden;
	margin-bottom: 10px;
}

.sitemap .linkbox ul li {
	float: left;
	margin-right: 10px;
}

.index-myt {
	margin-bottom: 30px;
	text-align: center;
}
.index-myt .ui-subtitle-block {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.875;
    color: #999;
}
.index-myt .ui-title-block {
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.08;
	color: #da251c;
}
.index-myt .ui-decor {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 1px;
    margin-right: 15px;
    margin-left: 15px;
	background-color: #003b78;
}
.index-myt .ui-decor:before {
    left: -15px;
}
.index-myt .ui-decor:after {
    right: -15px;
}
.index-myt .ui-decor:before, .index-myt .ui-decor:after {
    position: absolute;
    bottom: -5px;
    width: 30px;
    height: 1px;
    content: '';
	background-color: #003b78;
}



/*adv*/.index-adv {background:url(/static/default/images/ys_bg.jpg) no-repeat center 0;height:930px ;padding:26px 0 0;overflow:hidden;}
.index-adv .yous {height:750px;}
.index-adv .yous .cp_tit {color:#fff;background:url(/static/default/pc/images/ys_tline.png) no-repeat center 60px;}
.index-adv .yous .cp_tit span {color:#fff;}
.index-adv .ys_t {height:143px;width:672px;background:#fff;box-shadow:0 3px 10px 3px rgba(0,0,0,0.1);position:absolute;top:550px;left:264px;z-index:10;}
.index-adv .ys_t ul li {font-size:20px;color:#333;float:left;width:168px;height:123px;padding:20px 0 0;position:relative;text-align:center;}
.index-adv .ys_t ul li:before {content:"";width:1px;height:37px;background:#efefef;position:absolute;top:50px;left:0;z-index:-1;}
.index-adv .ys_t ul li p {width:46px;height:46px;position:relative;margin:0 auto;}
.index-adv .ys_t ul li b {position:absolute;width:100%;height:100%;top:0;left:0;-webkit-transform:translateX(0) rotate(0deg);transform:translateX(0) rotate(0deg);-webkit-transition:all 0.35s ease-out;transition:all 0.35s ease-out;margin:0 auto;}
.index-adv .ys_t ul li em {position:absolute;width:100%;height:100%;top:0;left:0;opacity:1;visibility:hidden;-webkit-transform:scale(0.5);transform:scale(0.5);-webkit-transition:all 0.1s ease 0.2s;transition:all 0.1s ease 0.2s;margin:0 auto;}
.index-adv .ys_t ul li b img,.ys_t ul li em img {display:block;width:46px;height:46px;}
.index-adv .ys_t ul li span {display:block;padding:10px 0 0;line-height:22px;}
.index-adv .ys_t ul li i {display:block;font-size:12px;text-transform:uppercase;color:rgba(51,51,51,0.4);text-transform:uppercase;font-family:Arial,Helvetica,sans-serif;}
.index-adv .ys_t ul li.on {background:#003b78;color:#fff;font-weight:bold;z-index:5;height: 123px;}
.index-adv .ys_t ul li.on i {color:rgba(255,255,255,0.4);font-weight:normal;}
.index-adv .ys_t ul li.on b {opacity:0;visibility:hidden;-webkit-transform:translateX(100%) rotate(180deg);transform:translateX(100%) rotate(180deg);}
.index-adv .ys_t ul li.on em {visibility:visible;opacity:1;-webkit-transform:scale(1);transform:scale(1);}
.index-adv .ys_t ul li:first-child:before {background:none;}
.index-adv .yous dl {position:relative;height:617px;background:#fff;margin-top:48px;}
.index-adv .yous dl dt {width:960px;height:617px;line-height:0;overflow:hidden;position:absolute;top:0;left:54.5%;}
.index-adv .yous dl dt img {width:960px;height:617px;}
.index-adv .yous dl dd {width:500px;float:left;padding:135px 0 0 55px;}
.index-adv .yous dl dd h5 {height:90px;border-bottom:#d6d6d6 2px solid;width:500px;display:inline-block;font-size:30px;color:#333;}
.index-adv .yous dl dd em {width:46px;height:46px;display:block;float:left;line-height:0;margin:6px 15px 0 0;}
.index-adv .yous dl dd em img {width:46px;height:46px;}
.index-adv .yous dl dd span {display:block;float:left;line-height:32px;}
.index-adv .yous dl dd i {display:block;font-size:16px;font-family:Arial,Helvetica,sans-serif;text-transform:uppercase;}
.index-adv .yous dl dd b {width:60px;height:50px;display:block;float:right;line-height:0;}
.index-adv .yous dl dd b img {width:60px;height:50px;}
.index-adv .yous dl dd p {font-size:16px;color:#333;padding:20px 0 0;line-height:30px;}
.index-adv .ban01 {padding:50px 0 0;}
.index-adv .ban01_l {width:900px;}
.index-adv .ban01_l b {background:url(/static/default/pc/images/ban_k.png) no-repeat;display:block;width:196px;height:57px;line-height:56px;overflow:hidden;font-size:20px;color:#0152a3;text-align:center;float:left;margin-top:25px;}
.index-adv .ban01_lm {padding:0 0 0 40px;width:660px;float:left;}
.index-adv .ban01_lm p {font-size:32px;color:#fff;font-weight:bold;height:56px;line-height:56px;}
.index-adv .ban01_lm ul li {font-size:18px;color:#fff;float:left;line-height:36px;background:url(/static/default/pc/images/ban_ico.png) no-repeat 0 13px;padding:0 40px 0 20px;}
.index-adv .ban01_tel {width:900px;}
.index-adv .ban01_tel span {display:block;text-align:center;height:75px;}
.index-adv .ban01_tel b {display:block;font-size:26px;color:#fff;height:40px;line-height:40px;}
.index-adv .ban01_tel em {width:22px;height:22px;display:block;line-height:0;margin:0 auto;}
.index-adv .ban01_tel em img {width:22px;height:22px;}
.index-adv .ban01_tel a {font-size:14px;color:#333;display:block;width:110px;text-align:center;height:34px;line-height:34px;overflow:hidden;background:#fff;border-radius:30px;margin:0 auto;}
.index-adv .ban01_tel a {vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;}
.index-adv .ban01_tel a:hover {-webkit-animation-name:hvr-pulse;animation-name:hvr-pulse;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;}
/**/.advbj {height:1039px;background:#F3F3F3;overflow:hidden;padding-left:195px;}


.index-about{margin-top:80px; background:#fff;width: 1200px;margin-left: -44px;}
.index-about .cont {text-align:center;margin-top:20px;padding:20px;}
.index-about .cont p{color:#666;font-size:15px;}
.index-about ul{overflow:hidden;}
.index-about ul li{width:238px;float:left;text-align:center;color:#999;border:1px dotted #ccc;padding:10px;margin:10px 20px;}
.index-about ul li:hover{border:1px dashed #d00000;}
.index-about ul li strong{display: block;font-size:40px;color:#d00000;}
.index-about .abbtn{text-align:center;}
.index-about .abbtn a{display: block;width:160px;height:24px;border:1px dotted #d00000;line-height:24px;color:#d00000;margin:20px auto;background: #ffffff;}
.index-about .abbtn a span{margin-left:5px;}      


/*公司介绍*/
.banner-about {
    height: 260px;
    background: url(banner-about.jpg) no-repeat center;
}
.page-about-1 .ship {width:1200px;height:630px;margin:0 auto;position:relative;margin-top:90px;}
.page-about-1 .ship div {position:absolute;}
.page-about-1 .ship .tu {top:0;left:0;}
.page-about-1 .ship .kuai {width:48px;height:48px;background:#003b78;font-size:35px;text-align:center;line-height:48px;left:0;bottom:77px;}
.page-about-1 .ship .kuai a {color:#fff;display:block;}
.page-about-1 .ship .ship-1 {right:0;top:0;}
.page-about-1 .ship .hong {width:300px;height:72px;line-height:72px;color:#fff;font-size:30px;text-align:center;background:#003b78;top:290px;left:167px;letter-spacing:2px;}
.page-about-1 .ship .miao {width:1033px;right:0;bottom:90px;color:#333;line-height:25px;font-size: 15px;}
.page-about-1 .ship .shuzi {left:109px;width:280px;}
.page-about-1 .ship .shuzi p {color:#003b78;font-size:45px;}
.page-about-1 .ship .shuzi .shu:last-child {top:130px;}
.page-about-2 {background:url(ad-2.jpg) no-repeat center;overflow:hidden;height:520px;}
.page-about-2 ul li {width:264px;float:left;margin:10px 20px;border:1px solid #eee;border-radius:10px;text-align:center;height:95px;padding:20px 30px;background-color:#fff;}
.page-about-2 ul li span {display:block;font-size:24px;margin-bottom:10px;color:#003b78;border-bottom:1px solid #ccc;padding-bottom:10px;}
.inner-title {text-align:center;margin:32px 0;position:relative;margin-bottom:26px;}
.inner-title .title-1 {font-size:26px;color:#cacaca;text-transform:uppercase;}
.inner-title .title-2 {width:30px;height:3px;background:#003b78;margin:6px auto;border-radius:100px;}
.inner-title .title-3 {color:#313131;margin-top:0px;font-size:24px;}
.inner-title .title-3 span {color:#003b78;font-weight:bold;}




.page-contact {}
.page-contact .top {margin-top:10px;overflow:hidden;background: url(inner-aboutbg.jpg) no-repeat center;height: 250px;}
.page-contact .top .left {width:200px;float:left;margin-left:34px;}
.page-contact .top .left img {width:100%;border:0px solid #ccc;border-radius:0;}
.page-contact .top .right {width:840px;float:right;margin-right:10px;margin-top:45px;}
.page-contact .top .right strong {font-size:22px;font-weight:500;color:#343143;}
.page-contact .top .right strong span {color:#888;font-size:18px;}
.page-contact .top .right p {font-size:16px;margin-top:30px;}
.page-contact .center{ height: 450px; background: #ffffff; margin-top: 10px; padding-top: 40px;}
.page-contact .center .bt{ height: 54px; border-left: 6px solid #003b78;}
.page-contact .center .bt span{ font-size: 25px; line-height: 25px; color: #666; font-weight: normal; padding-left: 20px;display: block;}
.page-contact .center .bt p{ font-size: 16px; line-height: 16px; color: #ccc; padding-left: 20px; margin-top: 10px;}
.page-contact .center .nr1{ width: 1050px; margin: 40px auto 40px auto;margin-left: 80px;}
.page-contact .center .nr1 dl{ width: 350px; float: left; margin-bottom: 40px;}
.page-contact .center .nr1 dl i{ float: left;font-size: 30px;color: #003b78;}
.page-contact .center .nr1 dl dd{ width: 276px; margin-left: 20px; float: left; font-size: 25px; color: #003b78;}
.page-contact .center .nr1 dl dd span{ color: #666;font-size: 18px;display: block;}
.page-contact .center .nr2{ width: 1050px; margin: 40px auto 0 auto;margin-left: 80px;}
.page-contact .center .nr2 dl{ width: 525px; float: left; margin-bottom: 24px;}
.page-contact .center .nr2 dl i{float: left;font-size: 30px;color: #003b78;}
.page-contact .center .nr2 dl dd{ width: 451px; margin-left: 20px; float: left; font-size: 17px; line-height: 27px;}
.page-contact .center .nr2 dl dd span{ color: #666; }



.hy-service{margin-top:20px;}
.hy-service .cont{}
.hy-service .cont ul{overflow:hidden;width: 1200px;}
.hy-service .cont ul li{width:173px;float:left;margin:10px;background:#eee;text-align:center;padding:13px;}
.hy-service .cont ul li i{width:100px;height:100px;line-height:100px;font-size:40px;border-radius:100px;background:#fff;color:#da251c;}
.hy-service .cont ul li span{display: block;font-size:18px;margin:10px auto;font-weight:bold;}
.hy-service .cont ul li p{color:#666;}
.hy-service .cont ul li:hover{transform: translateY(-5px);-ms-transform: translateY(-5px);-webkit-transform: translateY(-5px);}
.hy-news{}
.hy-news .cont{overflow:hidden;}
.hy-news .left{width:700px;float:left;}
.hy-news .left .title{overflow:hidden;}
.hy-news .left .title span{width:100px;height:35px;text-align:center;line-height:35px;display: block;background:#da251c;color:#fff;float:left;font-size:16px;}
.hy-news .left .title .hr{width:500px;float:left;height:1px;background:#ccc;margin-left:20px;margin-top:18px;}
.hy-news .left ul{border-right:1px dashed #ccc;padding-right:20px;margin-top:25px;}
.hy-news .left ul li{overflow:hidden;margin-bottom:15px;}
.hy-news .left ul li img{float:left;width:265px;height:198px;}
.hy-news .left ul li .text{float:right;width:390px;}
.hy-news .left ul li .text span{font-size:18px;color:#da251c;}
.hy-news .left ul li .text p{color:#666;margin-top:20px;}
.hy-news .left ul li .text a{display: block;width:70px;height:20px;text-align:center;line-height:20px;background:#da251c;color:#fff;border-radius:100px;margin-top:20px;}
.hy-news .right{width:460px;float:right;}
.hy-news .right .hd{overflow:hidden;}
.hy-news .right .hd ul li{width:100px;height:35px;text-align:center;line-height:35px;display: block;background:#eee;color:#333;float:left;font-size:16px;margin-right:10px;}
.hy-news .right .hd ul .on{background:#da251c;color:#fff;}
.hy-news .right .bd{margin-top:15px;}
.hy-news .right .bd ul li{}
.hy-news .right .bd ul li a{height:50px;line-height:50px;display: block;border-bottom:1px dashed #eee;color:#666;}
.hy-news .right .bd ul li i{flaot:left;margin-right:10px;font-size:16px;}
.hy-news .right .bd ul li small{float:right;}
.hy-news .right .bd ul li a:hover{color:#da251c;}
.yqlj {}
.yqlj .container { height: 130px; background: url(yqlj.png) no-repeat; }
.yqlj ul { padding-top: 75px; padding-left: 130px; }
.yqlj li { font-size: 12px; margin-right: 10px; float: left; }
.yqlj li a { color: #aaa; }