@charset "utf-8";
.area {
	margin: 0 auto;
	width: 1280px;
}

.comlink a {
	margin: 0 auto;
	padding: 10px 0;
	width: 200px;
	display: block;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: #d40000;
}

.comlink a:hover {
	background: #3489F9;
}

#scroll {
	margin-bottom: 30px;
	height: 800px;
	overflow: hidden;
}

.product {
	padding: 50px 0;
	background: url(../images/bg01.png) no-repeat center top;
	background-size: cover;
}

.catelist {
	margin: 0 auto 40px;
	width: 800px;
	overflow: hidden;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 30px;
}

.catelist li {
	width: 33.3%;
	float: left;
	font-size: 20px;
}

.catelist li a {
	padding: 20px 0;
	display: block;
	color: #333;
	text-align: center;
}

.catelist li a {
	border-left: 1px solid rgba(0,0,0,.1);
}

.catelist li a:hover {
	color: #fff;
	background: #3489F9;
}

.catelist li:first-child a {
	border-left: none;
}

.catelist li img {
	margin: 0 auto 10px;
	display: block;
	width: 60px;
	opacity: 0.3;
}

.comlist {
}

.comlist li {
	margin: 0 1% 20px;
	width: 23%;
	float: left;
	list-style: none;
}

.comlist li a {
	display: block;
	border: 1px solid #ccc;
}

.comlist li a:hover {
	color: #fff;
	background: #3489F9;
}

.comlist li img {
	width: 100%;
}

.comlist li p {
	padding: 10px 0;
	font-size: 18px;
	text-align: center;
}

.about {
	padding: 80px 0 0;
	background: url(../images/ab_bg.jpg) no-repeat center top;
	background-size: 100% auto;
}

.about .inner {
	margin: 0 auto;
	padding: 50px;
	width: 1280px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
}

.about .inner .photo {
	padding-right: 50px;
	position: relative;
	float: left;
}

.about .inner .photo:before {
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	background: rgba(0,0,0,.1);
}

.about .inner .photo img {
	width: 480px;
}

.about .inner .rbox {
	width: 600px;
	float: right;
}

.about .inner .rbox h2 {
	margin-bottom: 25px;
	color: #3489F9;
	font-size: 40px;
}

.about .inner .rbox h2 span {
	margin-right: 15px;
	display: inline-block;
	color: #333;
	font-family: Impact;
	position: relative;
}

.about .inner .rbox h2 span:before {
	width: 60px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background: #333;
}

.about .inner .rbox p {
	color: #555;
	font-size: 16px;
	line-height: 1.7;
	text-indent: 2em;
}

.about .inner .rbox .link {
	margin-top: 20px;
}

.about .inner .rbox .link a {
	padding: 10px 0;
	width: 190px;
	display: block;
	color: #3489F9;
	font-size: 18px;
	text-align: center;
	border: 1px solid #3489F9;
	border-radius: 40px;
}

.about .inner .rbox .link a:hover {
	color: #fff;
	background: #d40000;
	border: 1px solid #d40000;
}

.numsrcoll {
	padding: 50px 0 0;
}

.numsrcoll .sub {
	position: relative;
	box-sizing: border-box;
}

.numsrcoll .num {
	width: 25%;
	float: left;
	text-align: center;
	box-sizing: border-box;
}

.numsrcoll .js-counter {
	font-size: 22px;
	font-weight: 200;
}

.numsrcoll .js-counter span {
	margin-right: 15px;
	color: #3489F9;
    font-size: 50px;
	font-family: impact;
	font-weight: 200;
	line-height: 1.2;
}

.numsrcoll .text {
	margin: 0;
	font-size: 16px;
	color: #666;
}

.case {
	padding: 60px 0;
}

.case ul {
	margin-bottom: 30px;
}

.case li {
	margin: 0 20px 20px 0;
	width: 350px;
	float: left;
	list-style: none;
}

.case li a {
	display: block;
	position: relative;
	border: 1px solid #ccc;
}

.case li a:hover {
	color: #fff;
	background: #3489F9;
}

.case li .pic img {
	width: 100%;
}

.case .txtbox {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(1,124,194,0.73);
	color: #fff;
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.case a:hover .txtbox {
	opacity: 1;
}

.case .txtbox p {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}

.case .txtbox .icon {
}

.case .icon img {
	margin: 0 auto;
}

.case .link {
	font-size: 18px;
	width: 170px;
	margin: 10px auto 0;
	border-radius: 30px;
	padding: 5px 0;
	border: 1px solid #fff;
	box-sizing: border-box;
}



.advantage {
	position: relative;
}

.advantage .imgbox .adSlder .photo {
	width: 50%;
	height: 560px;
	float: left;
}

.advantage .imgbox .adSlder .photo01 {
	background: url(../images/adbg01.jpg) no-repeat center center;
	background-size: cover;
}

.advantage .imgbox .adSlder .photo02 {
	background: url(../images/adbg02.jpg) no-repeat center center;
	background-size: cover;
}

.advantage .imgbox .adSlder .photo03 {
	background: url(../images/adbg03.jpg) no-repeat center center;
	background-size: cover;
}

.advantage .imgbox .adSlder .photo04 {
	background: url(../images/adbg04.jpg) no-repeat center center;
	background-size: cover;
}

.advantage .imgbox .adSlder .txtbox {
	width: 50%;
	height: 560px;
	float: right;
	background-color: #f5f5f5;
	box-sizing: border-box;
	padding: 50px;
}

.advantage .imgbox .adSlder .txtbox h2 {
	padding-bottom: 35px;
	margin-bottom: 25px;
	font-size: 30px;
	font-weight: normal;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.advantage .imgbox .adSlder .txtbox h2 span {
	margin-top: 5px;
	display: block;
	color: #999;
	font-family: Impact, "sans-serif";
	text-transform: uppercase;
}

.advantage .imgbox .adSlder .txtbox  h3 {
	font-size: 38px;
	color: #007bc7;
	margin-bottom: 20px;
	transform: translateX(50%);
	opacity: 0;
	transition: 0.5s ease 0s;
	transition-delay: 0.7s;
}

.advantage .imgbox .adSlder .txtbox  h3 {
	transform: translateX(0);
	opacity: 1;
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
}

.advantage .imgbox .adSlder .txtbox  p {
	color: #666;
	text-indent: 1em;
	text-align: justify;
	line-height: 1.7;
	font-size: 15px;
}

.advantage .switch {
	position: absolute;
	left: 50%;
	bottom: 50px;
}

.advantage .switch .prev {
	display: inline-block;
	width: 114px;
	height: 55px;
	cursor: pointer;
	background: #FFBA00 url(../images/prev02.png) no-repeat center center;
	background-size: auto auto;
}

.advantage .switch .next {
	width: 114px;
	height: 55px;
	display: inline-block;
	cursor: pointer;
	background: #007BC7 url(../images/next02.png) no-repeat center center;
	background-size: auto;
}

.news {
	padding: 70px 0 0;
}

.photoSlider {
	width: 45%;
	float: left;
}

.photoSlider li {
	width: 100%;
	float: left;
}

.photoSlider li img {
	width: 100%;
}

.news .rbox {
	width: 54%;
	float: right;
}
.news .rbox a {
	padding: 25px 30px 15px 140px;
	display: block;
	position: relative;
	overflow: hidden;
}

.news .rbox a:before {
	width: 6px;
	position: absolute;
	right: 0;
	top: 0;
	height: 0;
	background-color: #d71618;
	content: "";
	-webkit-transition: all .5s;
	transition: all .5s;
}

.news .rbox li:nth-child(2n) a {
	background-color: #fff;
}

.news .rbox .time {
	position: absolute;
	left: 40px;
	top: 30px;
	font-size: 18px;
	color: #333;
	text-align: center;
	line-height: 42px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.news .rbox .time span {
	display: block;
	font-size: 67px;
}

.news .rbox .txtbox {
	padding-left: 20px;
	border-left: 2px solid #999;
}
.news .rbox h3 {
	margin-bottom: 5px;
	color: #333;
	font-size: 18px;
	font-weight: normal;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.news .rbox p {
	font-size: 14px;
}

.news .rbox .link {
	margin-top: 1px;
	padding: 3px 0;
	width: 88px;
	font-size: 14px;
	background-color: #eee;
	border-radius: 10px;
	text-align: center;
	float: right;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.news .rbox a:hover .time,
.news .rbox a:hover h3 {
	color: #d71618;
}

.news .rbox a:hover .txtbox {
	border-left-color: #d71618;
}

.news .rbox a:hover .link {
	background-color: #d71618;
	color: #fff;
}

.news .rbox a:hover:before {
	height: 100%;
}

.innovation {
	padding: 70px 0 0;
}

.innovation .area {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	position: relative;
}

.innovation .box {
	width: 25%;
	height: 258px;
	position: relative;
	display: block;
	color: #fff;
	background-color: rgba(11, 59, 133, 1);
	overflow: hidden;
}

.innovation .box .inner {
	height: 258px;
}

.innovation .box:nth-child(2) {
	background-color: rgba(10,73,168, 1);
}

.innovation .box:nth-child(3) {
	background-color: rgba(38, 124, 197, 1);
}

.innovation .box:nth-child(4) {
	background-color: rgba(80, 150, 212, 1);
}

.innovation .box .num {
	margin: .18rem 0 .34rem .28rem;
	color: rgba(255, 255, 255, 0.2);
	font-size: 48px;
}

.innovation .box:nth-child(2) .num {
	color: rgba(80, 150, 212, 0.12)
}

.innovation .box:hover .num {
	opacity: 0;
	margin-bottom: 0;
}

.innovation .box .icon {
	width: 50px;
	height: 50px;
	padding-top: 10px;
	background-color: rgba(42, 83, 145, 1);
	border-radius: 50%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	box-sizing: border-box;
}

.innovation .box:hover .icon {
	margin-top: .12rem;
}

.innovation .box:nth-child(2) .icon {
	background-color: rgba(87, 161, 223, 1);
}

.innovation .box:nth-child(3) .icon {
	background-color: rgba(63, 141, 206, 1);
}

.innovation .box:nth-child(4) .icon {
	background-color: rgba(103, 166, 220, 1);
}

.innovation .box .icon img {
	margin: 0 auto;
	width: 30px;
	height: 30px;
	display: block;
}

.innovation .box .title {
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

.innovation .box:nth-child(2) .title {
	color: rgba(78, 153, 217, 1);
}

.innovation .box .inner {
	background-image: url(../images/innovation-bg01.png);
	background-size: cover;
}

.innovation .box:nth-child(2) .inner {
	background-image: url(../images/innovation-bg02.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.innovation .box:nth-child(3) .inner {
	background-image: url(../images/innovation-bg01.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.innovation .box:nth-child(4) .inner {
	background-image: url(../images/innovation-bg02.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.comimg {
	margin-bottom: 60px;
	height: 340px;
	position: relative;
	background: url(../images/ab_bg.jpg) no-repeat center top;
	background-size: cover;
}

.comimg h2 {
	padding-top: 100px;
	color: #fff;
	font-size: 50px;
	text-align: center;
}

.comimg h2 span {
	display: block;
	font-size: 20px;
}

.pagepath {
	padding: 10px 0;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 16px;
	background: rgba(0,0,0,.5);
	box-sizing: border-box;
}

.pagepath p {
	margin: 0 auto;
	width: 1240px;
	padding: 5px 0 5px 40px;
	background: url(../images/icon05.png) no-repeat left center;
	background-size: 30px 30px;
}

.pagepath a {
	color: #fff;
}

.aboutbox {
	margin: 0 auto;
	width: 1280px;
}

.aboutbox h2 {
	margin-bottom: 30px;
	color: #3489F9;
	font-size: 40px;
	text-align: center;
}

.aboutbox p {
	margin-bottom: 15px;
	color: #333;
	font-size: 17px;
	line-height: 1.7;
	text-indent: 2em;
}

.comwid .photo {
}

.comwid .photo img {
	margin: 0 auto 20px;
	width: 70%;
	display: block;
}

.comwid .infoDetail {
	margin-bottom: 20px;
	padding: 10px 0;
	color: #333;
	font-size: 16px;
	text-align: center;
	background: #EDEDED;
}

.comwid h2 {
	margin-bottom: 30px;
	font-size: 40px;
	color: rgba(24, 102, 180, 1);
}

.comwid h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}

.comwid .txt {
	font-size: 18px;
	color: rgba(102, 102, 102, 1);
	line-height: 1.8;
}

.comwid h2 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 40px;
	color: #3489F9;
}

.comwid p {
	font-size: 15px;
}

.compagelist {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}

.compagelist li {
	max-width: 49%;
	font-size: 18px;
	color: rgba(153, 153, 153, 1);
}

.compagelist a {
	color: rgba(153, 153, 153, 1);
}

.compagelist a:hover {
	color: rgba(212, 48, 48, 1);
}
.listnews li:not(:last-child) {
	border-bottom: 1px solid rgba(227, 227, 227, 1);
}

.listnews a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0;
}

.listnews .photo {
	width: 33%;
}

.listnews .photo img {
	width: 100%;
}

.listnews .txtbox {
	width: 64%;
	position: relative;
}

.listnews .time {
	font-size: 20px;
	margin-bottom: 10px;
}

.listnews .link {
	padding-right: 42px;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	color: rgba(102, 102, 102, 1);
	background: url(../images/img27.png) no-repeat right center;
	background-size: 36px auto;
}

.listnews h3 {
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 10px;
}

.listnews p {
	font-size: 18px;
	color: rgba(153, 153, 153, 1);
}

.listnews a:hover h3 {
	color: rgba(24, 102, 180, 1);
}

.listnews a:hover .link {
	color: rgba(24, 102, 180, 1);
	background: url(../images/img28.png) no-repeat right center;
	background-size: 36px auto;
}

.conysd {
	margin: 0 auto;
	width: 1280px;
}

.contactul {
	width: 48%;
	float: left;
}

.contactul li {
	padding: 40px 20px;
	width: 50%;
	float: left;
	overflow: hidden;
	box-sizing: border-box;
}

.contactul li:nth-child(1),
.contactul li:nth-child(2) {
	height: 168px;
	border-bottom: 1px solid #ccc;
}
.contactul li:nth-child(2),
.contactul li:nth-child(4) {
	border-left: 1px solid #ccc;
}

.contactul li .icon {
	float: left;
}

.contactul li .icon img {
	width: 70px;
}

.contactul li .text {
	padding-left: 90px;
	color: #333;
	font-size: 17px;
	line-height: 1.7;
}

.map {
	width: 48%;
	height: 340px;
	float: right;
	border: 1px solid #ccc;
}