/* CSS Document */

@charset "utf-8";

/* CSS Document */
html,
body {
	height: 100%;
	width: 100%;
	font-size: 12px;
	line-height: 2.4em;
	font-family: "Microsoft YaHei";
	color: rgba(85, 85, 85, 1);
	margin: 0;
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

input,
textarea,
select {
	font-family: "Microsoft YaHei";
	font-size: 12px;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li {
	list-style: none;
}

img {
	font-size: 0;
	vertical-align: bottom;
	line-height: 0;
	border: 0;
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
	-moz-transition: all linear .4s;
	-ms-transition: all linear .4s;
	-o-transition: all linear .4s;
}

a,
a:visited {
	color: rgba(85, 85, 85, 1);
	text-decoration: none;
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
	-moz-transition: all linear .4s;
	-ms-transition: all linear .4s;
	-o-transition: all linear .4s;
}

a:hover {
	color: #FB7A1C;
	text-decoration: none;
	font-weight: bold;
}

.c {
	clear: both;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

/*----------------------------------------------end main-----------------------------------------*/
/*---头部----*/
.m1 {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.top {
	width: 100%;
	height: 100px;
}

.top_left {
	width: 705px;
	height: 76px;
	margin-top: 15px;
	float: left;
}

.top_logo {
	width: 85px;
	height: 76px;
	float: left;
}

.top_txt {
	width: 370px;
	border-right: 1px solid #CCC;
	height: 76px;
	float: left;
	margin-left: 10px;
}

.top_txt_a {
	width: 370px;
	height: 50px;
	line-height: 50px;
	font-size: 32px;
	font-weight: bold;
	float: left;
	letter-spacing: 4px;
}

.top_txt_b {
	width: 370px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	float: left;
}

.top_txt1 {
	width: 192px;
	margin-left: 15px;
	height: 76px;
	float: left;
}

.top_txt1_one {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #0B59C6;
	float: left;
}

.top_txt1_two {
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	float: left;
}

.top_right {
	width: 235px;
	height: 76px;
	margin-top: 15px;
	float: right;
}

.top_rw {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	margin-left: 35px;
}

.top_tel {
	width: 100%;
	height: 27px;
	line-height: 27px;
	float: left;
	font-size: 22px;
	color: #0B59C6;
	font-weight: bold;
}

/*---菜单----*/
.menunav {
	width: 100%;
	height: 55px;
	background: #0B59C6;
}

.menunav ul {
	width: 1200px;
	height: 55px;
	margin: 0 auto;
}

.menunav ul li {
	width: 14.2%;
	height: 55px;
	line-height: 55px;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	float: left;
}

.menunav ul li a {
	color: #FFF;
	display: block;
}

.menunav ul li a:hover {
	color: #FFF;
	display: block;
	background: #EBAC11;
	font-weight: bold;
}


/*---banner----*/
.banner img {
	width: 100%;
}

.hot_search {
	height: 66px;
	border-bottom: 1px solid #CCC;
}

.hot_search_main {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hot_search_main ul {
	height: 66px;
	align-items: center;
	display: flex;
}

.hot_search_main ul li {
	font-size: 14px;
	color: #666666;
	padding: 0 5px;
}

.hot_search_main ul li:nth-of-type(1) {
	font-size: 16px;
	color: #0b59c6;
}

.page_profile {
	background: url(../images/about.jpg) no-repeat scroll top left / auto;
	background-size: cover;
	padding: 39px 0;
}

.page_profile_main {
	display: flex;
	justify-content: space-between;
}

.page_profile_main .right {
	width: 580px;
}

.page_profile_main .left {
	width: 570px;
}

.page_profile_main .left img {
	width: 100%;
}

.page_profile_main .right h3 {
	font-size: 38px;
	color: #0b59c6;
}

.page_profile_main .right h3 span {
	font-size: 16px;
	color: #333333;
}

.page_profile_main .right h4 {
	font-size: 14px;
	color: #333333;
}

.page_profile_main .right p {
	font-size: 14px;
	line-height: 28px;
	color: #757575;
	margin-top: 15px;
}

.page_profile_main .right ul {
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
}

.page_profile_main .right ul li {
	padding-right: 30px;
	border-right: 1px dashed #e5e5e5;
}

.page_profile_main .right ul li p {
	font-size: 56px;
	color: #245ba2;
	line-height: 38px;
	margin-top: 0;
}

.page_profile_main .right ul li p:nth-of-type(2) {
	font-size: 14px;
	color: #245ba2;
	padding-left: 10px;
}

.page_profile_main .right ul li p span {
	font-size: 14px;
	color: #245ba2;
}

.common_title h1 {
	font-size: 56px;
	color: #f2f2f2;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.common_title h1::after {
	content: '';
	width: 440px;
	height: 1px;
	background: #f2f2f2;
}

.common_title h1::before {
	content: '';
	width: 440px;
	height: 1px;
	background: #f2f2f2;
}

.common_title h2 {
	font-size: 38px;
	color: #333333;
	text-align: center;
	margin-top: -27px;
}

.page_product {
	padding-top: 55px;
}

.common_title h2::after {
	content: '';
	display: block;
	width: 60px;
	height: 4px;
	background-color: #eaac11;
	margin: 20px auto;
}

.common_title h3 {
	font-size: 18px;
	color: #777777;
	text-align: center;
}

.page_service_main {
	margin-top: 30px;
}

.page_service_main .items ul {
	display: flex;
	justify-content: center;
}

.page_service_main .items ul li {
	margin: 0 5px;
	width: 150px;
	padding: 10px 0;
	font-size: 15px;
	color: #333333;
	border-radius: 18px;
	text-align: center;
	background-color: #0b59c6;
}

.tabs .right .center .pric ul li a em {
	display: block;
	overflow: hidden;
}

.page_service_main .items ul li a {
	color: #fff;
}

.page_service_main .items ul li:hover {
	background-color: #eaac11;
	color: #ffffff;
}

.page_service_main .pric {
	margin-top: 10px;
}

.page_service_main .pric ul {
	display: flex;
	margin-left: 5px;
	flex-wrap: wrap;
}

.page_service_main .pric ul li {
	width: 286px;
	margin: 20px 5px;
	border-bottom: 1px solid #e5e5e5;
}

.page_service_main .pric ul li a {
	display: block;
	padding: 7px;
	border: 1px solid #e5e5e5;
	overflow: hidden;
}

.page_service_main .pric ul li p {
	padding: 20px 0;
	color: #333333;
	display: flex;
	font-size: 16px;
	color: #333333;
	justify-content: space-between;
}

.page_service_main .pric ul li a img {
	cursor: pointer;
	transition: all 1.5s;
	overflow: hidden;
}

.page_service_main .pric ul li:hover a img {
	transform: scale(1.2);
}

.page_service_main .pric ul li p span:nth-of-type(2) {
	font-size: 30px;
}

.page_service_main .pric ul li:hover p {
	color: #0b59c6;
}

.page_solve {
	margin-top: 70px;
	padding: 70px 0 350px 0;
	background: url(../images/solve.jpg) no-repeat scroll top left / auto;
	background-size: cover;
}

.page_solve_c ul {
	display: flex;
}

.page_solve_c ul li a {
	display: inline-block;
}

.page_solve_c ul li a:nth-of-type(2) {
	display: none;
}

.page_solve_c ul li:nth-of-type(2) a:nth-of-type(1) {
	display: none;
}

.page_solve_c ul li:nth-of-type(2) a:nth-of-type(2) {
	display: block;
}

.page_solve_c ul:hover li:nth-of-type(2) a:nth-of-type(2) {
	display: none;

}

.page_solve_c ul:hover li:nth-of-type(2) a:nth-of-type(1) {
	display: block;
}

.page_solve_c ul li:hover a:nth-of-type(2) {
	display: block;
}

.page_solve_c ul li:hover a:nth-of-type(1) {
	display: none;
}


.page_cases {
	margin-top: 30px;
	background: url(../images/cases.jpg) no-repeat scroll top left / auto;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 20px;
}

.wrap {
	position: relative;
	height: 500px;
	/* margin: 40px auto; */
	margin: 40px 0;

}

.content {
	position: absolute;
	height: 500px;
}

.content li {
	position: absolute;
	background-size: 100% 100%;
	cursor: pointer;
}

.wrap a {
	position: absolute;
	display: none;
	z-index: 2;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	font: 36px/60px "宋体";
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: rgb(255, 100, 0);
	background: rgba(255, 100, 0, .6);
	transition: background 1s ease;
}

.wrap a:hover {
	background: rgb(255, 100, 0);
}

.prev {
	left: 30px;
}

.next {
	right: 30px;
}

.page_news {
	padding-top: 60px;
}

.page_news_c {
	margin-top: 50px;
}

.page_news_c ul {
	display: flex;
	justify-content: space-between;
}

.page_news_c ul li {
	padding: 25px;
	border: 1px solid #f8f8f8;
}

.page_news_c ul li:hover {
	background-color: #f8f8f8;
}

.page_news_c ul li h1 {
	font-size: 20px;
	color: #0b59c6;
}

.page_news_c ul li h1::after {
	display: block;
	content: '';
	width: 287px;
	height: 1px;
	background-color: #dcdcdc;
	margin: 5px 0;
}

.page_news_c ul li h6 {
	font-size: 14px;
	color: #999999;
}

.page_news_c ol {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}

.page_news_c ol li {
	display: flex;
	border: 1px solid #e5e5e5;
	width: 590px;
	margin-top: 30px;
}

.page_news_c ol li .text {
	padding: 15px 10px;
}

.page_news_c ol li .text h1 {
	font-size: 18px;
	color: #333333;
	margin-bottom: 20px;
}

.page_news_c ol li .text p {
	font-size: 14px;
	color: #787878;
	line-height: 18px;
}

.link1 {
	background-color: #f5f5f5;
	margin-top: 70px;
}

.link1 ul {
	display: flex;
}

.link1 ul li {
	padding: 25px 10px;
	font-size: 16px;
	color: #666666;
}

.bottom {
	background-color: #1c1c1c;
	/* padding-top: 55px; */
	/* margin-top: 70px; */
}

.bottom_main {
	padding-top: 55px;
	display: flex;
	justify-content: space-between;
}

.bottom_iphone {
	margin-top: 40px;
	text-align: center;
}

.bottom_iphone h6 {
	font-size: 16px;
	color: #ffffff;
	opacity: 0.77;
}

.bottom_iphone h1 {
	font-size: 36px;
	color: #eaac11;
}

.bottom_logo {
	padding-right: 60px;
	border-right: 1px dashed #4e4e4e;
}

.bottom_main ul {
	width: 300px;
	padding: 0 40px;
	border-right: 1px dashed #4e4e4e;
}

.bottom_main ul li {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	opacity: 0.5;
}

.bottom_main ul li a {
	color: #fff;
	opacity: 0.5;
}

.bottom_main ul li:nth-of-type(1) {
	font-size: 20px;
	color: #ffffff;
	opacity: 1;
}

.code {
	margin-left: 50px;
}

.code p {
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	opacity: 0.34;
}

.bottom_b {
	background-color: #0a0a0a;
	margin-top: 60px;
}

.bottom_b p {
	padding: 20px 0;
}

/* 关于我们 */
.news {
	margin-top: 60px;
}

.about_us {
	margin-top: 20px;
	margin-bottom: 60px;
}

.tabs .right .center .news_dynamic {
	margin-top: 23px;
	padding: 15px 0;
	border-bottom: 1px dashed #e5e5e5;
	border-top: 1px dashed #e5e5e5;
}

.tabs .right .center .news_dynamic .news_dynamic_center {
	display: flex;
	background-color: #f8f8f8;
	align-items: center;
}

.tabs .right .center .news_dynamic .news_dynamic_center ul {
	margin-left: 48px;
	padding: 28px 0;
	padding-right: 40px;
}

.tabs .right .center .news_dynamic .news_dynamic_center ul li h3 {
	font-size: 18px;
	color: #444444;
}

.tabs .right .center .news_dynamic .news_dynamic_center ul li p {
	font-size: 15px;
	color: #737373;
	margin-top: 10px;
	line-height: 24px;
}

.tabs .right .center .news_dynamic .news_dynamic_center ul li a {
	display: block;
	font-size: 14px;
	color: #0B59C6;
	margin-top: 20px;
}

.tabs {
	display: flex;
	justify-content: space-between;
}

.tabs .left {
	width: 25.83%;
}

.tabs .left .phone {
	background-color: #0B59C6;
	padding: 20px 0;
}

.tabs .left .phone p {
	font-size: 18px;
	color: #ffffff;
	display: flex;
	justify-content: center;
}

.tabs .left .phone p::before {
	content: '';
	width: 40px;
	height: 31px;
	background-image: url(../images/contact_phone.png);
	background-repeat: no-repeat;
}

.tabs .left .phone h4 {
	font-size: 26px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.tabs .right {
	width: 70.66%;
}

.tabs .left a {
	display: block;
}

.tabs .cont {
	overflow: hidden;
	display: none;
}

.tabs .left h3 {
	height: 62px;
	background-color: #0B59C6;
	text-align: center;
	line-height: 62px;
	font-size: 28px;
	font-weight: bold;
	color: #ffffff;
}

.tabs .left nav {
	border: solid 1px #e5e5e5;
}

.tabs .left nav a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50px;
	/* margin-left: 20px;
    margin-right: 20px; */
	margin: 10px 20px 10px 20px;
	padding: 0 20px;
	line-height: 50px;
	font-size: 18px;
	color: #333333;
	border-radius: 20px;
	position: relative;
	border: 1px solid #efefef;
}

.tabs .left nav a:last-of-type {
	margin-bottom: 9px;
}

.tabs .left nav a::after {
	width: 0;
	cursor: pointer;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: #0B59C6;
	transition: 0.6s linear;
	border-radius: 20px;
}

.tabs .left nav a:hover {
	color: #ffffff;
	z-index: 2;
}

.tabs .left nav a:hover:after {
	width: 100%;
}

.tabs .right .center .center_top {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e5e5e5;
}

.tabs .right .center .center_top ul {
	display: flex;
}

.tabs .right .center .center_top ul li {
	color: #888888;
	font-size: 14px;
}

.tabs .right .center .center_top h2 {
	font-size: 24px;
	color: #0B59C6;
}

.tabs .right .center .center_top h2::after {
	content: '';
	width: 142px;
	height: 3px;
	display: block;
	margin-top: 7px;
	background-color: #0B59C6;
}

.tabs .right .center p {
	font-size: 15px;
	line-height: 30px;
	color: #666666;
}

.tabs .right .center .pric ul {
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
}

.tabs .right .center .pric ul li {
	width: 32.33%;
	margin-top: 25px;
	margin-right: 1%;
}

.tabs .right .center .pric ul li a {
	display: inline-block;
	text-align: center;
	border: 1px solid #e5e5e5;
	width: 100%;
	overflow: hidden;

}

.tabs .right .center .pric ul li p {
	font-size: 16px;
	color: #444444;
	text-align: center;
	background-color: #eff2f6;
}

.tabs .right .center .pric ul li:hover p {
	background-color: #0B59C6;
}

.tabs .right .center .pric ul li:hover p {
	color: #ffffff;
}

.tabs .right .center .pric ul li a img {
	width: 100%;
}

.tabs .left nav .item2 p a {
	padding-left: 40px;
}

.tabs .left nav .item1 .item2 {
	display: none;
}

.tabs .left nav .item1:hover .item2 {
	display: block;
}

.tabs .right .center .pric ul li a img {
	width: 100%;
	overflow: hidden;
}

.tabs .right .center .pric ul li a img:hover {
	transform: scale(1.1);
	transition: all 1.5s;
}

.tabs .right .center .link h2 {
	font-size: 18px;
	color: #0B59C6;
	font-weight: bolder;
}

.tabs .right .center .link {
	padding-top: 20px;
	padding-left: 20px;
}

/*分页*/
.pagev {
	text-align: center;
	padding: 20px 0px;
	color: #666;
	clear: both;
}

.pagev span {
	line-height: 24px;
	padding: 0px 9px;
	display: inline-block;
}

.fonts {
	color: #fff;
	background-color: #044A9F;
	border: 1px solid #044A9F;
}

.pagev span a {
	background-color: #fff;
	color: #666;
	border: 1px solid #D9D9D9;
	line-height: 24px;
	padding: 0px 9px;
	display: inline-block;
	text-decoration: none;
	margin: 1.5em 0;
}

.pagev span a:hover {
	color: #fff;
	background-color: #2d9aea;
	border: 1px solid #2d9aea;
}


/*客户留言*/
.liuyanform {}

.form-group {
	margin-bottom: 20px;
}

.form-group label {
	float: left;
	width: 10%;
	font-size: 16px;
	color: #666;
	line-height: 40px;
	text-align: right;
	margin-right: 1%;
}

.form-group input {
	line-height: 38px;
	border: 1px solid #ccc;
	border-radius: 5px;
	outline: none;
	width: 70%;
	padding-left: 15px;
	font-family: "微软雅黑";
}

.form-group textarea {
	line-height: 25px;
	border: 1px solid #ccc;
	border-radius: 5px;
	outline: none;
	resize: none;
	width: 70%;
	padding-left: 15px;
	font-family: "微软雅黑";
}

.form-group1 input {
	display: block;
	width: 200px;
	float: left;
	margin-left: 95px;
	line-height: 45px;
	background-color: #0A4CAA;
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-family: "微软雅黑";
}


.prv_all {
	width: 100%;
	overflow: hidden;
	border-top: 1px dashed #999;
	margin-top: 40px;
}

.prv_next {
	width: 70%;
	overflow: hidden;
	float: left;
	line-height: 180%;
	margin-top: 10px;
}

.go_back {
	width: 30%;
	overflow: hidden;
	float: right;
	line-height: 180%;
	margin-top: 20px;
	text-align: right;
}

.news_title {
	margin: 5px 0;
	padding: 0;
	text-align: center;
	font-size: 30px;
}

.news_info {
	text-align: center;
	color: #999;
	border: 1px solid #e1e1e1;
	border-left: 0;
	border-right: 0;
	margin: 10px 0;
	padding: 5px 0;
}

/*---后增-----*/


a.jhbj {
	width: 375px;
	height: 411px;
	background: #1F60C4;
	color: #FFF !important;
	border: 1px solid #CCC;
}

.jhbj_a {
	width: 375px;
	float: left;
	margin-top: 75px;
	font-size: 20px;
	text-align: center;
	height: 40px;
	line-height: 40px;
}

.jhbj_b {
	width: 45px;
	margin: 0 auto;
	height: 3px;
	background: #fff;
}

.jhbj_c {
	width: 80%;
	margin: 20px auto;
	line-height: 220%;
	color: #FFF;
	font-weight: 500;
	font-size: 14px;
}

.jhbj_d {
	width: 33px;
	height: 33px;
	margin: 10px auto;
}