/*reset*/
body, dl, dd, dt, input, h1, h2, p, ul {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	list-style: none;
}
h1, h2 {
	font-weight: bold;
	text-transform: uppercase;
}
input {
	border: none;
}
ul {
	display: block;
}
ul, li {
	list-style-type: none;
}
i, em {
	font-style: normal;
}
* {
	/*box-sizing: border-box;*/
	margin: 0;
}
body {
	font-family: "Microsoft Yahei", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	padding: 0;
	background: #f8f8f8;
}
a {
	color: #666;
	text-decoration: none;/* transition: 0.8s all ease-in-out; */
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
div, p, dl, dd, dt {
	display: block;
}
input, textarea {
	color: #999;
	border: none;
	outline: none;
	font-size: 14px;
	-webkit-appearance: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.container-fluid {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
}
.container {
	padding: 0;
	margin: 0 auto;
	width: 1200px;
}
.z-color {
	color: #df4634;
}
.y-color {
	color: #3187cf;
}
.c-color {
	color: #205da5;
}
/*----------------header-------------------------*/



.content {
	width: 1200px;
	margin: auto;
	padding: 10px 0;
	overflow: hidden;
}
.content-title {
	text-align: center;
	line-height: 30px;
	color: #000;
}
.content-title h1 {
	line-height: 80px;
}
.content-left .t-img {
	border-bottom: 1px solid #1a9bcd;
	padding: 25px 0 20px 17px;
}
.content-left {
	width: 330px;
	margin: 20px 0 0 0;
	background: #205da5;
}
.content-left ul {
	background: #e5e5e5;
	overflow: hidden;
	padding: 20px 0;
}
.content-left ul li::before {
	content: "Ã‚Â·";
	width: 30px;
	display: inline-block;
	text-align: center;
	color: #205da5;
	font-weight: bold;
}
.content-left ul li {
	width: 50%;
	float: left;
	line-height: 40px;
}
.content-left ul li a {
	display: inline;
	color: #000;
}
.content-left ul li a:hover {
	color: #205da5;
}
.content-left .s-title {
	line-height: 54px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
}
.content-left .contect {
	height: 395px;
	border-top: 10px solid #fff;
	position: relative;
	background: url(../images/connect.png) no-repeat;
}
.content-left .contect .ser {
	position: absolute;
	top: 55px;
	left: 105px;
}
.content-left .contect h3 {
	color: #fff;
	display: inline;
	font-weight: bold;
	margin-left: 10px;
}
.content-left .contect .phone {
	position: absolute;
	top: 100px;
	left: 70px;
	font-size: 27px;
}
.content-right {
	width: 852px;
	margin: 20px -11px 0 0;
	overflow: hidden;
}
.content-right .t-img {
	text-align: center;
	height: 244px;
	background: #fff;
}
.content-right .detal {
	background: #205da5;
	padding: 20px 38px;
	color: #fff;
}
.content-right .detal div {
	line-height: 50px;
	font-size: 25px;
	font-weight: bold;
}
.content-right .detal p {
	font-size: 14px;
	line-height: 28px;
}
.content-right .detal a {
	margin: 15px 0;
	color: #205da5;
	font-size: 18px;
	border-radius: 25px;
	line-height: 38px;
	background: #fff;
	width: 180px;
	text-align: center;
	padding: 6px 10px 6px 10px;
}
.content-right .detal a span {
	display: inline-block;
	border-radius: 100%;
	background: #c3262a;
	color: #ffff;
	width: 20px;
	height: 21px;
	line-height: 18px;
	font-weight: bold;
}
.content-right .fbox {
	width: 273px;
	text-align: center;
	border: 1px solid #ccc;
	margin: 11px 11px 0 0;
	background: #fff;
}
.content-right .fbox .pp {
	color: #000;
	font-size: 18px;
	line-height: 52px;
	background: #e0e0e0;
}
.content-right .fbox a:hover .pp {
	color: #fff;
	background: #205da5;
}
.buju {
	position: relative;
	height: 100%;
}
.buju .pan {
	position: absolute;
	width: 310px;
	height: 310px;
	background: url(../images/pan.png) no-repeat center;
	left: 50%;
	top: 19%;
	margin-left: -155px;
}
.buju .circle {
	position: absolute;
	width: 453px;
	height: 453px;
	background: url(../images/circle.png) no-repeat center;
	left: 50%;
	top: 10%;
	margin-left: -226.5px;
	animation: zhuan 15s linear infinite;
}
 @keyframes zhuan {
 0% {
 transform: rotate(0);
}
 100% {
 transform: rotate(360deg);
}
}
.buju .b-box {
	position: absolute;
	width: 440px;
}
.buju .b-box .num {
	width: 75px;
	height: 75px;
	border: 6px solid #205da5;
	background: #008daa;
	border-radius: 100%;
	font-size: 35px;
	text-align: center;
	line-height: 63px;
	font-weight: bold;
	color: #fff;
	float: left;
}
.buju .b-box:hover .num {
	animation: fan 1s linear;
}
 @keyframes fan {
 0% {
 transform: translateZ(0);
}
 50% {
 transform: rotateY(180deg);
}
 100% {
 transform: rotateY(360deg);
}
}
.buju .b-box .nd {
	margin: 0 0 0 88px;
}
.buju .b-box .nd h3 {
	margin: 12px 0 5px 0;
	font-weight: bold;
	color: #205da5;
}
.buju .b-box .nd p {
	font-size: 18px;
}
.buju .b-box ul {
	margin: 32px 0 0 0;
	font-size: 16px;
	width: 370px;
	clear: both;
}
.buju .b-box ul li::before {
	content: "Ã‚Â·";
	width: 18px;
	display: inline-block;
	color: #205da5;
	font-weight: bold;
	font-size: 33px;
	vertical-align: sub;
}
.buju .b-box ul li span {
	font-weight: bold;
}
.buju .b-box ul li {
	margin: 10px 0;
}
.buju .box1 {
	top: 0px;
	left: 0px;
	background: url(../images/box1.png) no-repeat center 80px;
}
.buju .box2 {
	top: 0px;
	right: 0px;
	background: url(../images/box2.png) no-repeat center 80px;
}
.buju .box3 {
	top: 444px;
	left: 0px;
	background: url(../images/box3.png) no-repeat center 30px;
}
.buju .box4 {
	top: 440px;
	right: 0px;
	background: url(../images/box4.png) no-repeat center 30px;
}
.buju .box2 div, .buju .box4 div {
	float: right !important;
	text-align: right;
}
.buju .box2 .nd, .buju .box4 .nd {
	margin: 0 10px 0 0;
}
.buju .box2 ul, .buju .box4 ul {
	margin: 100px 0 0 86px;
}
.ind-hzyx {
	width: 100%;
	padding-bottom: 10px;
}
.ind-hzyx-b {
	width: 100%;
}
.ind-hzyx-b ul {
	overflow-x: auto;
	overflow-y: hidden;
}
.ind-hzyx-b ul li {
	float: left;
	overflow: hidden;
	margin-top: 0px !important;
	margin-right: 22px;
}
.ind-hzyx-b ul li a {
	overflow: hidden;
}
.ind-hzyx-b ul li img {
	max-width: none;
	width: -webkit-calc(100% + 5px);
	width: calc(100% + 5px);
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	-webkit-transform: translate3d(-4px, 0, 0);
	transform: translate3d(-4px, 0, 0);
}
.news_c img {
	width: 363px !important;
}
.linyu img {
	width: 288px !important;
}
.plist img {
	width: 238px;
}
.ind-hzyx-b ul li:hover img {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.ind-hzyx-b ul li p {
	width: 100%;
	line-height: 54px;
	text-align: center;
	background: #205da5;
	color: #fff;
	font-size: 15px;
}
.ind-hzyx ol {
	position: relative;
	z-index: 9;
}
.ind-hzyx ol div {
	position: absolute;
	top: 150px;
	left: -20px;
	background: #000;
	color: #fff;
	font-weight: bold;
	border-radius: 100%;
	font-size: 35px;
	width: 40px;
	height: 40px;
	line-height: 34px;
	text-align: center;
	cursor: pointer;
}
.ind-hzyx ol .next {
	left: 1180px;
}
.yansf li {
	margin-right: 52px !important;
}
.yansf li p {
	color: #000 !important;
	background: none !important;
}
.walk {
	padding: 40px 0 0 0;
	overflow: hidden;
}
.walk .about {
	overflow: hidden;
	padding: 15px 0 20px 0;
	font-weight: bold;
	border-bottom: 2px solid #0f4f68;
}
.walk .about span {
	float: right;
	font-size: 40px;
	width: 150px;
	line-height: 40px;
	text-align: right;
}
.walk .about h3 {
	width: 322px;
	text-align: center;
	margin: 1px 0 15px;
	font-weight: bold;
}
.walk .about p {
	background: #0f4f68;
	display: inline-block;
	border-radius: 30px;
	line-height: 42px;
	color: #fff;
	width: 333px;
	font-size: 19px;
	text-align: center;
}
.walk .text {
	font-size: 16px;
	line-height: 25px;
	padding: 15px 0 0 0;
	letter-spacing: 1px;
}
.support {
	text-align: center;
	width: 100%;
}
.support .mam {
	overflow: hidden;
}
.support .mam ul {
	margin: 25px 0 0;
}
.support .mam li {
	float: left;
	margin: 0 20px 0 0;
	width: 278px;
}
.support .mam li img {
	border: 1px solid #205da5;
}
.ind-news {
	width: 100%;
	padding: 50px 0 0;
	overflow: hidden;
}
.ind-news .newti {
	width: 527px;
	margin: 5px 20px 30px 425px;
	overflow: hidden;
}
.ind-news .newti div {
	width: 155px;
	line-height: 42px;
	border: 1px solid #000;
	text-align: center;
	font-size: 22px;
	float: left;
	margin: 0 10px;
	cursor: pointer;
}
.ind-news .newti div:hover {
	color: #205da5;
	border: 1px solid #205da5;
}
.ind-news .newti div.on {
	color: #205da5;
	border: 1px solid #205da5;
}
.news {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 60px;
	padding: 30px 15px;
	height: 424px;
}
.news-left {
	float: left;
	width: 700px;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #eee;
}
.news-right {
	overflow: hidden;
}
.news .newti ul, .news .newti {
	width: 100%;
	overflow: hidden;
}
.news .newti li {
	position: relative;
	float: left;
	color: #000;
	background-color: #fff;
	margin: 0 13px 30px 0;
	cursor: pointer;
	padding: 15px 50px;
	text-align: center;
	font-size: 24px;
}
.news ul .news-lid {
	background-color: #205da5;
	color: #fff;
}
.news .newti2 li {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 20px;
	padding: 20px 0;
}
.news .newti2 li span {
	color: #999;
	font-size: 18px;
}
.news .newti2 li a {
	width: 28px;
	height: 28px;
	background: url(../images/more.png) no-repeat center;
	float: right;
}
.news-left .news_c, .news-left .news_c ul, .news-left .news_c ul ol, .news-left .news_c ul>div, .news-left .news_c ul ol a {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}
.news-left .news_c ul ol, .news-left .news_c ul>div, .news-left .news_c ul ol li, .news-left .news_c ul>div dl, .news-left .news_c ul>div dd {
	float: left;
	display: block;
	overflow: hidden;
}
.news-left .news_c ul>div {
	margin: 20px auto;
}
.news-left .news_c ul>div dd {
	width: 387px;
	float: left;
	padding-left: 40px;
}
.news-left .news_c ul>div dd h4 {
	line-height: 30px;
	color: #000;
}
.news-left .news_c ul>div dd p {
	color: #000;
	letter-spacing: 2px;
}
.news-left .news_c ul>div dd span {
	color: #999;
}
.news-left .news_c ul>div dl img {
	width: 100%;
}
.hotpic img {
	width: 286px !important;
	height: 210px;
}
.news-left .news_c ul ol li {
	background: #000;
	color: #fff;
	float: none;
	overflow: hidden;
	padding: 8px 16px;
	margin: 5px 0 25px;
}
.news-left .news_c ul ol li .tiem {
	float: left;
	width: 70px;
}
.news-left .news_c ul ol li .tiem div {
	font-size: 27px;
	padding: 10px 0;
}
.news-left .news_c ul ol li:hover {
	background: #205da5;
}
.news-left .news_c ul ol li a {
	color: #fff;
	text-align: center;
}
.news-left .news_c ul ol li .ctx {
	border-left: 1px solid #fff;
	font-size: 16px;
	float: left;
	margin: 12px 0 0 15px;
	padding: 10px 0 10px 23px;
}
.news-right .news_b {
	margin-top: 10px;
	overflow: hidden;
	height: 590px;
	padding: 15px 10px;
	position: relative;
}
.news-right .news_b li {
	padding: 10px 0 30px 50px;
	background: url(../images/search.png) no-repeat 10px 10px;
}
.news-right .news_b li a {
	font-size: 18px;
	color: #205da5;
}
.news-right .news_b li a p {
	color: #333;
	font-size: 16px;
	margin: 15px 0;
	letter-spacing: 2px;
}
.card {
	background: #205da5;
	border-radius: 10px;
	margin: 80px 0 0;
	padding: 20px;
	color: #fff;
	font-size: 18px;
}
.card .hang {
	display: inline-block;
	border-bottom: 1px solid #fff;
	width: 30%;
	margin: 0 16px;
	padding: 5px 0;
}
.card .hang input {
	width: 288px;
	background: transparent;
	margin: 0 0 0 15px;
	font-size: 18px;
	color: #fff;
}
.card .tsss {
	margin: 60px 16px 20px;
	border-bottom: 1px solid #fff;
}
.card .tsss textarea {
	margin: 0 0 0 20px;
	background: transparent;
	color: #fff;
	font-size: 18px;
}
.card .free {
	margin: 20px auto 40px;
	width: 96%;
}
.card .free a {
	display: inline-block;
	border-radius: 20px;
	font-size: 18px;
	font-weight: bold;
	background: #fff;
	color: #205da5;
	padding: 15px 50px;
}
.card .free .fphone {
	float: right;
	background: url(../images/pph.png) no-repeat 0 center;
	padding: 15px 0 15px 60px;
	color: #fff;
	font-weight: bold;
	font-size: 40px;
}
.card .free .fphone span {
	font-size: 19px;
	display: inline-block;
	padding: 0 10px 0 0;
	vertical-align: bottom;
}
.friend {
	margin: 40px 0 0;
}
.friend h4 {
	color: #205da5;
	border-bottom: 1px solid #999;
	padding: 15px 0;
}
.friend h4 span {
	color: #999;
}
.friend a {
	display: inline-block;
	margin: 10px 20px 20px 0;
}

.mweb-pages {
	margin: 20px;
}
.mpagination-wrapper {
	margin: 20px 0;
}
.mpagination {
	height: 34px;
	text-align: center;
}
.mpagination li {
	display: inline-block;
	height: 34px;
	margin-right: 5px;
}
.mpagination li a {
	float: left;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	font-size: 16px;
	border: 1px solid #dddddd;
	color: #555555;
	text-decoration: none;
}
.mpagination li a:hover {
	background: #f5f5f5;
	color: #009a44;
}
.mpagination li.active {
	background: #009a44;
	color: #fff;
}
.mpagination li.active a, .mpagination li.active a:hover {
	background: transparent;
	border-color: #009a44;
	color: #fff;
	cursor: default;
}
/*分页end*/ 
/*header_main ming*/
.w1200 {
	width: 1200px;
	margin: 0 auto;
}


/*产品中心*/
.product {
	padding-bottom: 30px;
	background: #fff;
}
.pro_con .pro_left {
	padding: 0 13px 13px 13px;
	background: #045491;
}
.pro_con .pro_left h2 {
	padding: 30px 0;
	text-align: center;
	position: relative;
	font-size: 27px;
	/*height: 33px;*/
	background: #045491;
	width: 240px;
}
.pro_con .pro_left h2 a {
	color: #fff;
}
.pro_con .pro_left h2 i {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
}
.pro_con .pro_left .left_con {
	width: 240px;
	background: #fff;
	padding: 12px;
	border-radius: 5px;
}
.pro_con .pro_left .left_con .con_p1 {
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	background: #045491;
	color: #fff;
	text-indent: 12px;
	border-radius: 5px;
	margin-bottom: 10px;background: url(../images/p14-icon2.png) no-repeat right center #045491;
}
.pro_con .pro_left .left_con .con_p1 a {
	color: #fff;
}
.pro_con .pro_left .left_con ul {
	padding-bottom: 20px;
}
.pro_con .pro_left .left_con ul li {
	height: 40px;
	font-size: 14px;
	position: relative;
	border-bottom: 1px solid #e6e6e6;
}
.pro_con .pro_left .left_con ul li a {
	display: block;
	line-height: 40px;
	height: 40px;
	padding-left: 12px;
}
.pro_con .pro_left .left_con a.pro_more {
	display: block;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	border: 1px solid #045491;
	color: #045491;
	border-radius: 3px;
	text-align: center;
}
.pro_con .pro_left .left_con ul li.cur a, .pro_con .pro_left .left_con ul li:hover a {
	color: #045491;
}
.pro_con .pro_left .left_con ul li.cur, .pro_con .pro_left .left_con ul li:hover {
	background: #e6e6e6 url(../images/projt.png) no-repeat 190px center;
}
.pro_con .con_right {
	width: 893px;
}
.pro_con .con_right h3 {
	font-size: 25px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.pro_con .con_right h3 a {
	color: #333;
}
.pro_con .con_right h3 em {
	font-size: 14px;
	color: #999999;
	margin-left: 15px;
	text-transform: uppercase;
}
.pro_con .con_right h3 a.ckgda {
	float: right;
	font-size: 13px;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	color: #666;
}
.pro_con .con_right .r_top {
	height: 346px;
	border: 1px solid #d8d8d8;
	background: url(../images/probg.png);
	position: relative;
	border-top: 5px solid #029a47;
	overflow: hidden;
}
.pro_con .con_right .r_top ul {
	position: relative;
}
.pro_con .con_right .r_top ul li {
	float: left;
	position: relative;
	width: 891px;
	height: 346px;
}
.pro_con .con_right .r_top ul li .top_Img {
	display: block;
	width: 891px;
	height: 346px;
	position: absolute;
	left: 0px;
	top: 0;
}
.pro_con .con_right .r_top ul li .top_Img img {
	display: block;
	width: 891px;
	height: 346px;
}
.pro_con .con_right .r_top ul li dl {
	width: 365px;
	background: #fff9;
	padding: 30px 25px;
	position: absolute;
	left: 425px;
	top: 74px;
	box-shadow: 3px 3px 10px #d1e4e6;
}
.pro_con .con_right .r_top ul li dl dt {
	font-size: 25px;
	color: #045491;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 15px;
}
.pro_con .con_right .r_top ul li dl dd {
	font-size: 14px;
	line-height: 20px;
}
.pro_con .con_right .r_top ul li dl em {
	display: block;
	width: 14px;
	height: 30px;
	position: absolute;
	left: -14px;
	top: 30px;
	background: url(../images/rla.png) no-repeat center;
}
.pro_con .con_right .r_top .pro_btnl {
	display: block;
	width: 32px;
	height: 82px;
	background: url(../images/jtl01.png) no-repeat center;
	position: absolute;
	left: 15px;
	top: 130px;
	z-index: 2;
	cursor: pointer;
}
.pro_con .con_right .r_top .pro_btnr {
	display: block;
	width: 32px;
	height: 82px;
	background: url(../images/jtr01.png) no-repeat center;
	position: absolute;
	right: 15px;
	top: 130px;
	z-index: 2;
	cursor: pointer;
}
.pro_con .con_right .r_bot {
	margin-top: 0px;
}
.pro_con .con_right .r_bot dl {
	width: 288px;
	margin: 0 14px 18px 0;
	float: left;
}
.pro_con .con_right .r_bot dl:nth-child(3n) {
	margin-right: 0;
}
.pro_con .con_right .r_bot dl dt {
	/*width: 286px;*/
	border: 1px solid #d8d8d8;
	overflow: hidden;
	text-align: center;
	background-color: #f1f1f1;
}
.pro_con .con_right .r_bot dl dt img {
	display: block;
	width: 286px;
	height: 215px;
	transition: all 0.5s;
}
.pro_con .con_right .r_bot dl dd {
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 16px;
	background: #045491;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.pro_con .con_right .r_bot dl dd a {
	color: #fff;
}
.pro_con .con_right .r_bot dl:hover dt img {
	transform: scale(1.1);
}
.pro_con .con_right .r_bot dl:hover dd {
	background: #245abe;
}
p.p_title {
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	padding-top: 50px;
	text-transform: uppercase;
	color: #cccccc;
}
h2.h2_title i.titl {
	background: url(../images/titl01.png) no-repeat right center;
}
h2.h2_title a {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: middle;
	padding: 0 15px;
	color: #333;
}
h2.h2_title i.titr {
	background: url(../images/titr01.png) no-repeat left center;
}
h2.h2_title i {
	display: inline-block;
	width: 230px;
	height: 3px;
}
h2.h2_title {
	text-align: center;
	font-size: 32px;
	margin-bottom: 30px;
}
/*产品中心 end*/


