/*-----------------------------------------------------------------------------------
    
    Template Name: PetFood - Pet Sitter, Pet Shop, Animal Care HTML5 Template
    Version: 1.0
    
-----------------------------------------------------------------------------------
    
    [Table of contents] 
	
    1. Template default css
    2. Home page 1
    3. Home page 2
    4. About us
    5. Shop page
    6. Product details
    7. Cart page
    8. Checkout page
    9. My account
    10. Login register page
    11. Contact page
    12. Blog page
    13. Blog details
    
-----------------------------------------------------------------------------------*/


/*------------------------
    1. Template default css
--------------------------*/

@import url('css.css');

body {
	font-family: "微软雅黑";
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #333333;
	min-width: 1300px;
}

.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}

/* a,
.btn {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
} */

.btn {
	border-radius: 0px;
	font-size: 14px;
	padding: 0px 15px;
	height: 30px;
	line-height: 30px;
}

a:focus,
.btn:focus {
	text-decoration: none;
	outline: none;
}

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

a:focus {
	text-decoration: none;
}

button:focus {
	outline: 0px dotted;
}

a,
button,
input {
	outline: medium none;
	color: #454545;
}

.uppercase {
	text-transform: uppercase
}

.capitalize {
	text-transform: capitalize
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: normal;
	color: #333333;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #333333;
}

h1 {
	font-size: 46px;
	font-weight: 500;
}

h2 {
	font-size: 37px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

ul {
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
	/* color: #535352; */
	margin-bottom: 15px;
	font-family: 'Nunito Sans', sans-serif;
}

hr {
	margin: 60px 0;
	padding: 0px;
	border-bottom: 1px solid #eceff8;
	border-top: 0px;
}

hr.style-2 {
	border-bottom: 1px dashed #f10;
}

hr.mp-0 {
	margin: 0;
	border-bottom: 1px solid #eceff8;
}

hr.mtb-40 {
	margin: 40px 0;
	border-bottom: 1px solid #eceff8;
	border-top: 0px;
}

label {
	font-size: 15px;
	font-weight: 400;
	color: #626262;
}

*::-moz-selection {
	background: #4fc1f0;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #4fc1f0;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #4fc1f0;
	color: #fff;
	text-shadow: none;
}

.mark,
mark {
	background: #4fc1f0 none repeat scroll 0 0;
	color: #ffffff;
}

span.tooltip-content {
	color: #00a9da;
	cursor: help;
	font-weight: 600;
}

.f-left {
	float: left
}

.f-right {
	float: right
}

.fix {
	overflow: hidden
}


/*************************
    Input
*************************/

input {
	background: #eceff8;
	border: 2px solid #eceff8;
	height: 45px;
	box-shadow: none;
	padding-left: 10px;
	font-size: 14px;
	color: #626262;

}

select {
	background: transparent;
	border: 1px solid #ccc;
	box-shadow: none;
	font-size: 14px;
	color: #626262;
	margin-left: 10px;
	height: 30px;
	width: 80px;
}

option {
	background: #fff;
	border: 0px solid #626262;
	padding-left: 10px;
	font-size: 14px;
}

input:focus {
	background: transparent;
}

textarea {
	resize: vertical;
	background: #eceff8;
	border: 2px solid #eceff8;
	padding: 10px;
	width: 100%;
	font-size: 14px;
}

textarea:focus {
	background: transparent;
	border: 2px solid #4FC1F0;
	outline: none;
}

::-moz-placeholder {
	color: #444;
}

.input-group.divcenter.input-group .form-control {
	padding-left: 0px
}

/*************************
  Basic margin padding
*************************/

.m-0 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.p-0 {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}


/*************************
    Margin top
*************************/

.mt-0 {
	margin-top: 0
}

.mt-10 {
	margin-top: 10px
}

.mt-12 {
	margin-top: 12px
}

.mt-15 {
	margin-top: 15px
}

.mt-20 {
	margin-top: 20px
}

.mt-25 {
	margin-top: 25px
}

.mt-30 {
	margin-top: 30px
}

.mt-35 {
	margin-top: 35px
}

.mt-37 {
	margin-top: 37px
}

.mt-40 {
	margin-top: 40px
}

.mt-45 {
	margin-top: 45px
}

.mt-50 {
	margin-top: 50px
}

.mt-55 {
	margin-top: 55px
}

.mt-60 {
	margin-top: 60px
}

.mt-65 {
	margin-top: 65px
}

.mt-70 {
	margin-top: 70px
}

.mt-75 {
	margin-top: 75px
}

.mt-80 {
	margin-top: 80px
}

.mt-84 {
	margin-top: 84px
}

.mt-90 {
	margin-top: 90px
}

.mt-100 {
	margin-top: 100px
}

.mt-110 {
	margin-top: 110px
}

.mt-120 {
	margin-top: 120px
}

.mt-130 {
	margin-top: 130px
}

.mt-140 {
	margin-top: 140px
}

.mt-160 {
	margin-top: 160px
}

.mt-179 {
	margin-top: 179px
}

.mt-150 {
	margin-top: 150px
}

.mt-200 {
	margin-top: 200px
}

.mt-290 {
	margin-top: 290px
}

.mt-285 {
	margin-top: 285px
}

.mt-280 {
	margin-top: 280px
}


/*************************
    Margin right
*************************/

.mr-0 {
	margin-right: 0px
}

.mr-10 {
	margin-right: 10px
}

.mr-12 {
	margin-right: 12px
}

.mr-15 {
	margin-right: 15px
}

.mr-20 {
	margin-right: 20px
}

.mr-30 {
	margin-right: 30px
}

.mr-35 {
	margin-right: 35px
}

.mr-40 {
	margin-right: 40px
}

.mr-50 {
	margin-right: 50px
}

.mr-60 {
	margin-right: 60px
}

.mr-70 {
	margin-right: 70px
}

.mr-80 {
	margin-right: 80px
}

.mr-90 {
	margin-right: 90px
}

.mr-100 {
	margin-right: 100px
}

.mr-110 {
	margin-right: 110px
}

.mr-120 {
	margin-right: 120px
}

.mr-130 {
	margin-right: 130px
}

.mr-140 {
	margin-right: 140px
}

.mr-150 {
	margin-right: 150px
}

.mr-170 {
	margin-right: 170px
}


/*************************
    Margin bottom
*************************/

.mb-0 {
	margin-bottom: 0
}

.mb-2 {
	margin-bottom: 2px
}

.mb-10 {
	margin-bottom: 10px
}

.mb-12 {
	margin-bottom: 12px
}

.mb-15 {
	margin-bottom: 15px
}

.mb-20 {
	margin-bottom: 20px
}

.mb-25 {
	margin-bottom: 25px
}

.mb-30 {
	margin-bottom: 30px
}

.mb-35 {
	margin-bottom: 35px
}

.mb-40 {
	margin-bottom: 40px
}

.mb-45 {
	margin-bottom: 45px
}

.mb-50 {
	margin-bottom: 50px
}

.mb-55 {
	margin-bottom: 55px
}

.mb-60 {
	margin-bottom: 60px
}

.mb-65 {
	margin-bottom: 65px
}

.mb-70 {
	margin-bottom: 70px
}

.mb-75 {
	margin-bottom: 75px
}

.mb-80 {
	margin-bottom: 80px
}

.mb-90 {
	margin-bottom: 90px
}

.mb-100 {
	margin-bottom: 100px
}

.mb-110 {
	margin-bottom: 110px
}

.mb-120 {
	margin-bottom: 120px
}

.mb-130 {
	margin-bottom: 130px
}

.mb-140 {
	margin-bottom: 140px
}

.mb-150 {
	margin-bottom: 150px
}


/*************************
    Margin left
*************************/

.ml-0 {
	margin-left: 0
}

.ml-10 {
	margin-left: 10px
}

.ml-12 {
	margin-left: 12px
}

.ml-15 {
	margin-left: 15px
}

.ml-20 {
	margin-left: 20px
}

.ml-30 {
	margin-left: 30px
}

.ml-40 {
	margin-left: 40px
}

.ml-50 {
	margin-left: 50px
}

.ml-60 {
	margin-left: 60px
}

.ml-70 {
	margin-left: 70px
}

.ml-80 {
	margin-left: 80px
}

.ml-90 {
	margin-left: 90px
}

.ml-100 {
	margin-left: 100px
}

.ml-110 {
	margin-left: 110px
}

.ml-120 {
	margin-left: 120px
}

.ml-125 {
	margin-left: 125px
}

.ml-130 {
	margin-left: 130px
}

.ml-140 {
	margin-left: 140px
}

.ml-150 {
	margin-left: 150px
}

.ml-285 {
	margin-left: 285px
}


/*************************
    Padding top
*************************/

.pt-0 {
	padding-top: 0
}

.pt-4 {
	padding-top: 4px
}

.pt-10 {
	padding-top: 10px
}

.pt-12 {
	padding-top: 12px
}

.pt-15 {
	padding-top: 15px
}

.pt-20 {
	padding-top: 20px
}

.pt-25 {
	padding-top: 25px
}

.pt-30 {
	padding-top: 30px
}

.pt-35 {
	padding-top: 35px
}

.pt-37 {
	padding-top: 37px
}

.pt-40 {
	padding-top: 40px
}

.pt-45 {
	padding-top: 45px
}

.pt-50 {
	padding-top: 50px
}

.pt-55 {
	padding-top: 55px
}

.pt-60 {
	padding-top: 60px
}

.pt-65 {
	padding-top: 65px
}

.pt-70 {
	padding-top: 70px
}

.pt-75 {
	padding-top: 75px
}

.pt-80 {
	padding-top: 80px
}

.pt-85 {
	padding-top: 85px
}

.pt-95 {
	padding-top: 95px
}

.pt-90 {
	padding-top: 90px
}

.pt-97 {
	padding-top: 97px
}

.pt-100 {
	padding-top: 100px
}

.pt-95 {
	padding-top: 95px
}

.pt-105 {
	padding-top: 105px
}

.pt-110 {
	padding-top: 110px
}

.pt-115 {
	padding-top: 115px
}

.pt-120 {
	padding-top: 120px
}

.pt-125 {
	padding-top: 125px
}

.pt-130 {
	padding-top: 130px
}

.pt-135 {
	padding-top: 135px
}

.pt-140 {
	padding-top: 140px
}

.pt-145 {
	padding-top: 145px
}

.pt-150 {
	padding-top: 150px
}

.pt-155 {
	padding-top: 155px
}

.pt-160 {
	padding-top: 160px
}

.pt-180 {
	padding-top: 180px
}

.pt-190 {
	padding-top: 190px
}

.pt-205 {
	padding-top: 205px
}

.pt-200 {
	padding-top: 200px
}

.pt-220 {
	padding-top: 220px
}

.pt-225 {
	padding-top: 225px
}

.pt-245 {
	padding-top: 245px
}

.pt-250 {
	padding-top: 250px
}

.pt-290 {
	padding-top: 290px
}

.pt-285 {
	padding-top: 285px
}

.pt-280 {
	padding-top: 280px
}

.pt-330 {
	padding-top: 330px
}

.pt-345 {
	padding-top: 345px
}

.pt-350 {
	padding-top: 350px
}

.pt-335 {
	padding-top: 335px
}

.pt-365 {
	padding-top: 365px
}

.pt-355 {
	padding-top: 355px
}

.pt-370 {
	padding-top: 370px
}

.pt-380 {
	padding-top: 380px
}


/*************************
    Padding right
*************************/

.pr-0 {
	padding-right: 0
}

.pr-10 {
	padding-right: 10px
}

.pr-15 {
	padding-right: 15px
}

.pr-20 {
	padding-right: 20px
}

.pr-30 {
	padding-right: 30px
}

.pr-40 {
	padding-right: 40px
}

.pr-50 {
	padding-right: 50px
}

.pr-55 {
	padding-right: 55px
}

.pr-60 {
	padding-right: 60px
}

.pr-70 {
	padding-right: 70px
}

.pr-80 {
	padding-right: 80px
}

.pr-90 {
	padding-right: 90px
}

.pr-100 {
	padding-right: 100px
}

.pr-110 {
	padding-right: 110px
}

.pr-120 {
	padding-right: 120px
}

.pr-130 {
	padding-right: 130px
}

.pr-140 {
	padding-right: 140px
}

.pr-155 {
	padding-right: 155px
}

.pr-155 {
	padding-right: 155px
}

.pr-180 {
	padding-right: 180px
}

.pr-195 {
	padding-right: 195px
}

.pr-215 {
	padding-right: 215px
}

/*************************
    Padding bottom
*************************/

.pb-0 {
	padding-bottom: 0
}

.pb-5 {
	padding-bottom: 5px
}

.pb-6 {
	padding-bottom: 6px
}

.pb-10 {
	padding-bottom: 10px
}

.pb-13 {
	padding-bottom: 13px
}

.pb-15 {
	padding-bottom: 15px
}

.pb-20 {
	padding-bottom: 20px
}

.pb-25 {
	padding-bottom: 25px
}

.pb-30 {
	padding-bottom: 30px
}

.pb-35 {
	padding-bottom: 35px
}

.pb-40 {
	padding-bottom: 40px
}

.pb-45 {
	padding-bottom: 45px
}

.pb-50 {
	padding-bottom: 50px
}

.pb-55 {
	padding-bottom: 55px
}

.pb-60 {
	padding-bottom: 60px
}

.pb-65 {
	padding-bottom: 65px
}

.pb-70 {
	padding-bottom: 70px
}

.pb-75 {
	padding-bottom: 75px
}

.pb-80 {
	padding-bottom: 80px
}

.pb-85 {
	padding-bottom: 85px
}

.pb-90 {
	padding-bottom: 90px
}

.pb-95 {
	padding-bottom: 95px
}

.pb-97 {
	padding-bottom: 97px
}

.pb-100 {
	padding-bottom: 100px
}

.pb-105 {
	padding-bottom: 105px
}

.pb-107 {
	padding-bottom: 107px
}

.pb-110 {
	padding-bottom: 110px
}

.pb-115 {
	padding-bottom: 115px
}

.pb-120 {
	padding-bottom: 120px
}

.pb-125 {
	padding-bottom: 125px
}

.pb-130 {
	padding-bottom: 130px
}

.pb-135 {
	padding-bottom: 135px
}

.pb-140 {
	padding-bottom: 140px
}

.pb-145 {
	padding-bottom: 145px
}

.pb-150 {
	padding-bottom: 150px
}

.pb-155 {
	padding-bottom: 155px
}

.pb-160 {
	padding-bottom: 160px
}

.pb-178 {
	padding-bottom: 178px
}

.pb-180 {
	padding-bottom: 180px
}

.pb-190 {
	padding-bottom: 190px
}

.pb-210 {
	padding-bottom: 210px
}

.pb-230 {
	padding-bottom: 230px
}

.pb-212 {
	padding-bottom: 212px
}

.pb-250 {
	padding-bottom: 250px
}

.pb-280 {
	padding-bottom: 280px
}

.pb-210 {
	padding-bottom: 210px
}

.pb-285 {
	padding-bottom: 285px
}

.pb-290 {
	padding-bottom: 290px
}

.pb-280 {
	padding-bottom: 280px
}

.pb-285 {
	padding-bottom: 285px
}

.pb-200 {
	padding-bottom: 200px
}

.pb-215 {
	padding-bottom: 215px
}

.pb-295 {
	padding-bottom: 295px
}

.pb-440 {
	padding-bottom: 440px
}

.pb-450 {
	padding-bottom: 450px
}


/*************************
    Padding left
*************************/

.pl-0 {
	padding-left: 0
}

.pl-10 {
	padding-left: 10px
}

.pl-15 {
	padding-left: 15px
}

.pl-20 {
	padding-left: 20px
}

.pl-30 {
	padding-left: 30px
}

.pl-40 {
	padding-left: 40px
}

.pl-45 {
	padding-left: 45px
}

.pl-50 {
	padding-left: 50px
}

.pl-55 {
	padding-left: 55px
}

.pl-60 {
	padding-left: 60px
}

.pl-70 {
	padding-left: 70px
}

.pl-80 {
	padding-left: 80px
}

.pl-90 {
	padding-left: 90px
}

.pl-100 {
	padding-left: 100px
}

.pl-110 {
	padding-left: 110px
}

.pl-120 {
	padding-left: 120px
}

.pl-125 {
	padding-left: 125px
}

.pl-130 {
	padding-left: 130px
}

.pl-140 {
	padding-left: 140px
}

.pl-140 {
	padding-left: 140px
}

.pl-170 {
	padding-left: 170px
}

.pl-155 {
	padding-left: 155px
}

.pl-190 {
	padding-left: 190px
}

.pl-195 {
	padding-left: 195px
}


/***************************
    Page section padding 
****************************/

.ptb-0 {
	padding: 0
}

.ptb-10 {
	padding: 10px 0
}

.ptb-15 {
	padding: 15px 0
}

.ptb-20 {
	padding: 20px 0
}

.ptb-30 {
	padding: 30px 0
}

.ptb-32 {
	padding: 32px 0
}

.ptb-37 {
	padding: 37px 0
}

.ptb-40 {
	padding: 40px 0
}

.ptb-50 {
	padding: 50px 0
}

.ptb-60 {
	padding: 60px 0
}

.ptb-70 {
	padding: 70px 0
}

.ptb-75 {
	padding: 75px 0
}

.ptb-80 {
	padding: 80px 0
}

.ptb-90 {
	padding: 90px 0
}

.ptb-100 {
	padding: 100px 0
}

.ptb-110 {
	padding: 110px 0
}

.ptb-120 {
	padding: 120px 0
}

.ptb-130 {
	padding: 130px 0
}

.ptb-135 {
	padding: 135px 0
}

.ptb-140 {
	padding: 140px 0
}

.ptb-150 {
	padding: 150px 0
}

.ptb-160 {
	padding: 160px 0
}

.ptb-170 {
	padding: 170px 0
}

.ptb-177 {
	padding: 177px 0
}

.ptb-180 {
	padding: 180px 0
}

.ptb-190 {
	padding: 190px 0
}

.ptb-200 {
	padding: 200px 0
}

.ptb-210 {
	padding: 210px 0
}

.ptb-220 {
	padding: 220px 0
}

.ptb-250 {
	padding: 250px 0
}

.ptb-290 {
	padding: 290px 0
}

.ptb-310 {
	padding: 310px 0
}


/***************************
    Page section margin 
****************************/

.mtb-0 {
	margin: 0
}

.mtb-10 {
	margin: 10px 0
}

.mtb-15 {
	margin: 15px 0
}

.mtb-20 {
	margin: 20px 0
}

.mtb-30 {
	margin: 30px 0
}

.mtb-40 {
	margin: 40px 0
}

.mtb-50 {
	margin: 50px 0
}

.mtb-60 {
	margin: 60px 0
}

.mtb-70 {
	margin: 70px 0
}

.mtb-80 {
	margin: 80px 0
}

.mtb-90 {
	margin: 90px 0
}

.mtb-100 {
	margin: 100px 0
}

.mtb-110 {
	margin: 110px 0
}

.mtb-120 {
	margin: 120px 0
}

.mtb-130 {
	margin: 130px 0
}

.mtb-140 {
	margin: 140px 0
}

.mtb-150 {
	margin: 150px 0;
}

.mtb-290 {
	margin: 290px 0;
}

/*************************************
    Background variation set 
 **************************************/


/*colored background*/
.white-bg {
	background: #fff;
}

.black-bg {
	background: #282829
}

.black-bg-1 {
	background: #1f1f20
}

.theme-bg {
	background: #f6ab4b;
}

.theme-bg-2 {
	background: #f2e6d6;
}

.gray-bg {
	background: #f8f9f9;
}

.transparent-bg {
	background: transparent;
}


/*Opacity background*/

/* black overlay */

[data-overlay] {
	position: relative;
}

[data-overlay]::before {
	background: #252525 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

[data-overlay="3"]::before {
	opacity: 0.3;
}

[data-overlay="4"]::before {
	opacity: 0.4;
}

[data-overlay="5"]::before {
	opacity: 0.5;
}

[data-overlay="56"]::before {
	opacity: 0.56;
}

[data-overlay="6"]::before {
	opacity: 0.6;
}

[data-overlay="7"]::before {
	opacity: 0.7;
}

[data-overlay="8"]::before {
	opacity: 0.8;
}

/*image background*/

.bg-1,
.bg-2,
.bg-3,
.bg-4,
.bg-5,
.bg-6,
.bg-7,
.bg-8,
.bg-9,
.bg-10 {
	background-attachment: fixed;
	background-clip: initial;
	background-color: rgba(0, 0, 0, 0);
	background-origin: initial;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
}

.bg-1 {
	background: url(https://preview.hasthemes.com/petfood/images/bg/1.jpg);
}

.bg-img {
	background-position: center center;
	background-size: cover;
	width: 100%;

}


@media (min-width:1200px) {
	.bg-img {
		height: 700px;
	}
}

@media (min-width:1400px) {
	.bg-img {
		height: 880px;
	}
}

:focus {
	outline: -webkit-focus-ring-color auto 0px;
}

:focus {
	outline: -mos-focus-ring-color auto 0px;
}

.header-search form button {
	outline: medium none;
}

.relative {
	position: relative;
}

.overflow {
	overflow: hidden;
}

.border-bottom-1 {
	border-bottom: 1px solid #1d73d2;
}

.border-top-1 {
	border-top: 1px solid #d7d7d7;
}

.overly-style {
	position: relative;
}

#mobile-menu-active {
	display: none;
}

/* scrollUp */
#scrollUp {
	background: #FFAC00 none repeat scroll 0 0;
	bottom: 85px;
	color: #ffffff;
	cursor: pointer;
	display: none;
	font-size: 20px;
	height: 40px;
	line-height: 43px;
	position: fixed;
	right: 12px;
	text-align: center;
	width: 38px;
	z-index: 9999;
}

#scrollUp:hover {
	background: #333 none repeat scroll 0 0;
}

.height-100vh {
	height: 100vh;
}

.index-bg {
	background: url(../picture/index/pic-beijng.png) repeat-y;
}

/*
-----------------------------------------------------------------------
	Main Navigation CSS
-----------------------------------------------------------------------
*/
.main-menu {
	align-content: center;
	font-family: "Roboto", sans-serif;
}

.main-menu>li {
	margin-right: 14px;
	padding: 3px 0;
	height: 80px;
	display: flex;
	align-items: center;
}

.main-menu>li:last-child {
	margin-right: 0;
}

.main-menu>li>a {
	color: #001d23;
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	/* padding: 7px 25px; */
	position: relative;
}

.main-menu>li>a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #015eea;
	bottom: -6px;
	left: 0;
	transition: all 300ms;
	transform: scale(0);
}

.main-menu>li.active>a {
	color: #015eea;
}

.main-menu>li.active>a::after {
	transform: scale(1);
}

.main-menu>li:hover>a::after {
	transform: scale(1);
}

.main-menu>li:hover>a,
.main-menu>li.swiper-slide-active>a {
	color: #015eea;
}




/*
-----------------------------------------------------------------------
  Header CSS
-----------------------------------------------------------------------
*/
.header-area {
	padding: 50px 0;
	position: fixed;
}

.header-area.header-default {
	background-color: #fff;
	border: 0 !important;
	padding: 0px 0;
	position: sticky;
	z-index: 9999;
	width: 100%;
	top: 0;

	/* opacity: 0.5; */
	/* background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.2));
	backdrop-filter: blur(1rem); */

}


@media only screen and (min-width: 1300px) {
	.header-area.header-default .container {
		max-width: 1300px;
		/* padding-left: 15px;
		padding-right: 15px; */

	}
}

@media only screen and (min-width: 1400px) {
	.header-area.header-default .container {
		max-width: 1397px;
		/* padding-left: 15px;
		padding-right: 15px; */
	}
}

@media only screen and (min-width: 1500px) {
	.header-area.header-default .container {
		max-width: 1500px;
		/* padding-left: 15px;
		padding-right: 15px; */
	}
}

.header-area.header-default .header-logo-area {
	top: 0;
}

@media only screen and (max-width: 991px) {
	.header-area.header-default .header-logo-area {
		padding-right: 25px;
	}
}

@media only screen and (max-width: 767px) {
	.header-area.header-default .header-logo-area {
		padding-right: 10px;
	}
}

.header-area.header-default .header-align {
	align-items: center;
	display: flex;
	justify-content: flex-end;
}

@media only screen and (max-width: 991px) {
	.header-area.header-default .header-align {
		justify-content: flex-end;
	}
}

@media only screen and (max-width: 1199px) {
	.header-area.header-default .header-align .header-navigation-area {
		justify-content: flex-end;
	}
}

.header-area-position {
	position: relative;
	width: 100%;
	z-index: 9999;
}

.header-area-shadow {
	width: 100%;
	z-index: 9999;
	background-color: #fff;
	box-shadow: 0px 5px 10px 0px rgba(0, 29, 35, 0.06);
}

.header-area.header-default .header-align .header-navigation-area .main-menu>li>a {
	margin: 7px 24px;
}


.has-submenu:hover>.submenu-nav {
	transform: scaleY(1);
	opacity: 1;
}


.has-submenu .submenu-nav {
	transition: transform 0.5s;
	transform: scaleY(0);
	transform-origin: top;
	position: absolute;
	padding: 10px;
	top: 80px;
	z-index: -9;
	background-color: #fff;
	box-shadow: 0px 10px 30px 0px rgba(171, 181, 189, 0.35);
	opacity: 0;
	width: 100%;
	left: 0;


}

.submenu-nav-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	padding: 50px 80px;
	gap: 30px 50px;
	margin: 0 auto;
}

.submenu-nav-list>div {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.submenu-nav-list>div>div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 20px;
}

@font-face {
	font-family: SourceHanSansCN-Medium;
	font-style: normal;
	src: url(../font/SourceHanSansCN-Normal.otf);
}

.submenu-nav-list>div>div>a {
	margin-top: 16px;
	margin-bottom: 5px;
	font-size: 16px;
	/* font-family: SourceHanSansCN-Medium; */
	color: #000;
}

.submenu-nav-list>div>div>p {
	color: #6c6c6c;
}

.submenu-nav-list>div:hover a {
	color: #1d73d2;
}

.submenu-nav-list>div img {
	transition: 0.5s;
}

.submenu-nav-list>div:hover img {
	transform: scale(1.2);
}


.header-logo-area {
	max-width: 213px;
	position: relative;
	top: 1px;
}

.header-logo-area img {
	width: 130px;
}

@media only screen and (max-width: 575px) {
	.header-logo-area {
		max-width: 130px;
	}
}

.header-logo-area .logo-light {
	display: none;
}

/* slider */

.banner {
	/* margin-top: 80px; */
}

.swiper-slide .slider-content * {
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.swiper-slide .slider-content {
	width: 45%;
	display: flex;
	align-items: center;
}


.swiper-slide .slider-content img {
	width: 85%;

}

.banner4 .slider-animated-2 img {
	width: 95%;
}

.swiper-slide .slider-animated-1.slider-single-img {
	width: 55%;
	display: flex;
	align-items: center;
	justify-content: flex-end;

}

.swiper-slide .slider-animated-1.slider-single-img img {
	width: 90%;
}

.swiper-slide .banner1 .slider-animated-1 img {
	width: 100% !important;
}

.swiper-slide .banner2 .slider-animated-1 img {
	width: 80% !important;
}


.swiper-slide.swiper-slide-active .slider-animated-1.slider-single-img img {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}


.swiper-slide.swiper-slide-active .slider-animated-2.slider-single-img img {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.swiper-slide.swiper-slide-active .slider-btn {
	width: 180px;
	height: 50px;
	border-radius: 5px;
	padding-left: 30px;
	color: #fff;
	line-height: 50px;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	cursor: pointer;
background-image: linear-gradient(to right, rgba(253, 175, 7, 1), rgba(253, 175, 7, 1), rgba(255, 0, 0, 0));
}

.slider-btn {
	
}

.slider-btn.slider-btn-red {
	background-image: linear-gradient(to right, rgba(246, 78, 101, 1), rgba(246, 78, 101, 1), rgba(255, 0, 0, 0)) !important;
}

.slider-active.owl-carousel .owl-nav div {
	background-color: #fff;
	border: 1px solid #ececec;
	border-radius: 50px;
	color: #333;
	font-size: 17px;
	height: 48px;
	left: 15px;
	line-height: 49px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.1s ease 0s;
	width: 48px;
}

.slider-active.owl-carousel .owl-nav div:hover {
	background-color: #333;
	border: 1px solid #333;
	color: #fff;
}

.slider-active.owl-carousel .owl-nav div.owl-next {
	left: auto;
	right: 15px;
}

.slider-area:hover .slider-active.owl-carousel .owl-nav div {
	opacity: 1;
}

.banner .swiper-pagination-bullet {
	height: 8px;
	width: 50px;
	background-color: #8797CB;
	margin: 0 5px;
	transform: skew(-45deg);
	-webkit-transform: skew(-45deg);
	-moz-transform: skew(-45deg);
	-o-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	border-radius: 0;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #3495E2;
}


/* footer area */

.footer-info-wrapper>p {
	color: #fff;
	font-size: 16px;
	margin: 14px 0 15px;
}

.address-info {
	margin-right: 30px;
}

.single-address-info {
	display: flex;
	margin: 0 0 5px;
	justify-content: end;
}

.address-icon {
	margin-right: 12px;
}

.address-icon i {
	color: #fff;
	font-size: 20px;
	margin-top: 8px;
}

.address-icon.icon-mail i {
	margin-top: 3px;
}

.address-icon.phone-icon i {
	margin-top: 7px;
}

.address-content>p {
	margin: 0;
}

.address-content>p a:hover {
	color: #015eea;
}

h4.footer-title {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 32px;
}

.footer-content ul li {
	list-style: outside none none;
	margin-bottom: 10px;
	font-size: 16px;
}

.footer-content ul li:last-child {
	margin-bottom: 0px;
}

.footer-content ul li a {
	/* color: #fff; */
	/* font-size: 16px; */
}

.footer-content ul li a:hover {
	color: #015eea;
	/* padding-left: 5px; */
}

.footer-top {
	background-color: #F6F6F6;
	color: #000;
}


.copyright {
	margin: 0 auto;
}

.copyright>p {
	color: #fff;
	margin: 0;
}

.copyright>p a {
	color: #fff;
}

.copyright>p a:hover {
	text-decoration: underline;
}

.payment-img {
	float: right;
}

.picture-code {
	width: 240px;
	margin-left: 20px;
}

.picture-logo {
	height: 80px;
}

.footer-content ul {
	/* display: flex; */
	margin-top: 30px;
}

.footer-content ul li {
	margin-right: 30px;
}

.footer-widget {
	display: flex;
	align-items: center;

}



/* 公司介绍 */
.company-profile {
	margin: 40px 0 50px;
	line-height: 30px;
}

.company-profile p {
	text-indent: 2em;
	line-height: 26px;
	/* font-size: 16px; */
}

.picture-company {
	width: 100%;
}



/* 资质证书 */
.funfact-area {
	padding: 40px 0;
	background-color: #F7F6F6;
	/* border-top: 1px solid #E2E2E2; */
}

.funfact-area .row>div {
	border-right: 1px solid #E2E2E2;
}

.funfact-area .row>div:last-child {
	border: 0;
}

.number {
	color: #0172D0;
}

.number .counter-animate {
	font-size: 42px;
	font-weight: bold;
}


.inner-content {
	display: flex;
	justify-content: center;
	width: 25%;
	align-items: center
}

.inner-content .icon-box {
	margin-right: 30px;
}

.inner-content .title {
	margin-left: 5px;
}

/* 按钮样式 */
.section-title {
	display: flex;
	justify-content: space-between;
}

.btn-box {
	width: 160px;
}

.btn-detail {
	padding: 10px 15px;
	background-color: #FFAC00;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	transition: all 0.3s;

	border-radius: 5px;
	text-align: center;
}


.btn-detail a {
	color: #fff;
	text-align: center;
	position: relative;
	transition: 0.5s;
}

.btn-detail:hover {
	background-color: #ff9a01;
}

.btn-detail:hover a {
	padding-right: 40px;

}

.btn-detail:hover a::after {
	/* right: 0; */
	opacity: 1;
}


.btn-detail>a::after {
	content: "";
	position: absolute;
	background-image: url(../picture/index/pic-jiantou.png);
	top: 12px;
	right: 0px;
	width: 29px;
	height: 9px;
	opacity: 0;
	transition: 0.5s;

}

.title {
	position: relative;
	font-family: "微软雅黑";
}

.title ::before {
	position: absolute;
	content: "";
	top: -30px;
	left: 0;
	width: 22px;
	height: 25px;
	background-image: url(../picture/index/pic-zs.png);

}

.title>div:nth-child(1) {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	/* margin-top:60px; */
}

.title>div:nth-child(2) {
	font-size: 34px;
	color: #0172D0
}


/* 产品中心 */
@media (min-width:400px) {
	.product-area .row {
		height: 300px;
	}
}

@media (min-width:992px) {
	.product-area .row {
		height: 360px;
	}
}

@media (min-width:1300px) {
	.product-area .row {
		height: 360px;
	}
}

@media (min-width:1400px) {
	.product-area .row {
		height: 440px;
	}
}

.product-profile {
	background-image: url(../picture/index/pic-chanpin.png);
	width: calc(25% - 16px);
	height: 100%;
	margin-right: 16px;
	padding: 50px 0 50px 50px;
	box-sizing: border-box;
	color: #fff;
}

.product-profile>div:nth-child(1) {}

.product-profile>div:nth-child(2) {
	font-size: 22px;
	font-weight: bold;
	margin-top: 30px;
}

.product-profile>div:nth-child(3) {
	font-size: 16px;
	margin-top: 10px;
}


.product-profile>div:nth-child(4) {
	font-size: 14px;
	margin-top: 8%;
}

.product-profile>div:nth-child(5) {
	font-size: 14px;
	width: 140px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
	margin-top: 17%;
	cursor: pointer;
}

.product-profile>div:nth-child(5) a {
	color: #fff;
	transition: all 0.5s;
}

.product-profile>div:nth-child(5):hover a {
	color: #0172D0;
}



.productionSwiper {
	width: 75%;
	height: 100%;
}

.productionSwiper .swiper-slide {
	background-color: #F6F6F6;
	height: 100%;
	position: relative;
	overflow: hidden;
}


.productionSwiper .swiper-slide>div {
	text-align: center;
	cursor: pointer;
}

.productionSwiper .swiper-slide>div:nth-child(1) {
	margin-top: 50px;
	color: #aeaeae;
}

.productionSwiper .swiper-slide>div:nth-child(2) {
	margin-top: 30px;
	font-size: 22px;
	font-weight: bold;
}

.productionSwiper .swiper-slide>div:nth-child(3) {
	margin-top: 10px;
	font-size: 16px;
	color: #424242;
}

.productionSwiper .swiper-slide>div:nth-child(4) {
	margin-top: 30px;
	font-size: 14px;
	color: #aeaeae;
}

.productionSwiper .swiper-slide>div:nth-child(4):hover {
	color: #1d73d2;
}

.productionSwiper .swiper-slide .production-bg {
	position: absolute;
	bottom: 0;
	right: 0;
	transition: all 0.8s;
	/* z-index: inherit; */
}

.productionSwiper .swiper-slide:hover .production-bg {
	transform: scale(1.1) rotate(0deg);
}


/* 核心业务 */
.business-container {
	background-color: #F9FCFF;
	width: 100%;
	/* padding: 80px 0; */
	text-align: center;

}

.business-title {
	font-size: 30px;
	font-weight: bold;
	line-height: 100px;
}

.business-bg {
	height: 513px;
	width: 1053px;
	margin: 0 auto;
	position: relative;
	background: url(../picture/index/pic-banyuan.png) 100% 100%;
	/* display: flex;
		justify-content: center;
		align-items: end; */

}

@keyframes bounce {
	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(10px);
	}
}

.business-bg-inner {
	width: 100%;
	animation-name: bounce;
	/*动画名称*/
	animation-duration: 1.2s;
	/*设置秒数*/
	animation-timing-function: linear;
	/*速度曲线*/
	animation-iteration-count: infinite;
	/*播放次数*/
	animation-direction: alternate;
	/*逆向播放*/
	animation-play-state: running;
	position: absolute;
	bottom: 0;
	left: 0;
}

.business-bg-inner img {
	margin-bottom: -30px;
	margin-left: 20px;
	/* transition: bounce 0.3s ease-in-out; */
}



.business-sx {
	position: absolute;
	left: 150px;
	top: 0;
	left: 100px;
	top: -7px;
	-webkit-transform-origin: 260px 430px;
	transform-origin: 260px 430px;
	transform: rotate(0deg);
	animation: radar 5s linear infinite;
	/* z-index:1 */
}

@keyframes radar {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(180deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.business-soft {
	position: absolute;
	top: 60px;
	right: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	/* width: 200px; */
	/* flex-direction: column; */
	cursor: pointer;
}

/* .business-soft>div:nth-child(2), */
.integration-text>div:nth-child(1),
.security-text>div:nth-child(1) {
	line-height: 40px;
	font-size: 22px;
	font-weight: bold;
}

/* .business-soft>div:nth-child(3), */
.security-text>div:nth-child(2),
.integration-text>div:nth-child(2) {
	font-size: 14px;
	width: 250px;
}

.business-integration {
	position: absolute;
	top: 60px;
	left: 45px;
	display: flex;
	justify-content: center;
	/* width: 200px; */
	align-items: center;
	cursor: pointer;
}

.business-operation {
	position: absolute;
	top: 290px;
	left: -190px;
	display: flex;
	justify-content: center;
	/* width: 200px; */
	align-items: center;
	cursor: pointer;
}

.integration-text {
	margin-right: 20px;
	text-align: right;
}

.business-security {
	position: absolute;
	top: 290px;
	right: -190px;
	display: flex;
	justify-content: center;
	/* width: 200px; */
	align-items: center;
	cursor: pointer;
}

.security-text {
	margin-left: 20px;
	text-align: left;
}

.business-img {
	transition: all 0.8s;
}

.business-hx:hover .business-img {
	transform: scale(1.4);
}



/* 新闻中心
 */

.news-area {
	/* margin-top: -560px; */
	/* background-color: #fff; */
	padding: 100px 0;
}

.news-first {
	/* border: 1px solid #ddd; */
	display: flex;
	justify-content: space-between;
	background-color: #F6F6F6;
	width: 100%;
}

.news-first>div {
	width: 50%;
}

.news-first>div>img {
	width: 100%;
}

.news-text {
	display: flex;
	padding: 60px;
	box-sizing: border-box;
}

.news-time {
	/* text-align: right; */
	margin-right: 40px;
	line-height: 36px;
}

/* .news-time>p {
	font-size: 30px;
	color: #000000;
	font-weight: 600;
	margin-top: 10px;
} */

.news-time>span {
	font-size: 14px;
	/* font-weight: 600; */
	color: #939393;
}

.news-title {
	font-size: 20px;
	line-height: 36px;
	transition: all 0.5s;
	cursor: pointer;
	font-weight: bold;
}

.news-title:hover {
	color: #0172D0;
}

.news-detail {
	font-size: 16px;
	line-height: 26px;
	color: #5F5F5F;
	margin: 40px 0 30px;
}

.news-btn {
	width: 140px;
	height: 40px;
	border: 1px solid #0172D0;
	background-color: #C7E6FF;
	border-radius: 5px;
	margin-top: 40px;
	text-align: center;
	line-height: 40px;
	color: #0172D0;
	cursor: pointer;
	transition: all 0.5s;
}

.news-btn:hover {
	background-color: #0172D0;
	color: #fff;
}

.news-list {
	display: flex;
	justify-content: space-around;
	/* align-items: center; */
	margin-top: 70px;
}

.news-list>div {
	/* display: flex; */
	border-right: 1px solid #ddd;
	padding: 0 50px;
	width: 33.3%;
}

.news-list>div:nth-child(3) {
	border: 0 !important;
}

.news-list-title {
	font-size: 16px;
	line-height: 30px;
	color: #5F5F5F;
	cursor: pointer;
	transition: all 0.5s;
	height: 70px;
}

.news-list-title:hover {
	color: #0172D0;
}

/* 二级页面 */


@media (min-width:1200px) {
	.banner-second {
		/* margin-top: 80px; */
		height: 340px;
		width: 100%;

	}
}

@media (min-width:1400px) {
	.banner-second {
		/* margin-top: 80px; */
		height: 425px;
		width: 100%;
	}
}




/* 招贤纳士 */
.recruit-area {
	background: url(../picture/zxns/pic-zxns.jpg);
	background-position: center;
	background-size: 100% 100%;
}

.recruit-title>div:nth-child(1) {
	display: flex;
	font-size: 32px;
	margin: 80px 0 30px;
	align-items: center;
}

.recruit-title>div:nth-child(1) img {
	margin-right: 10px;
	height: 32px;
}

.recruit-title>div:nth-child(2) {
	padding-left: 30px;
	font-size: 16px;
text-indent: 2em;
    line-height: 30px;
    color: #6e6e6e;
}

.recruit-list {
	padding: 50px 0;

}

.recruit-list>div {
	padding: 16px 0;
	border-top: 1px solid #eee;
}

.recruit-item>div:nth-child(1) {
	background: url(../picture/zxns/zwbg.jpg);
	width: 300px;
	height: 110px;
	padding-right: 10px;
	text-align: right;
	line-height: 110px;
	color: #0073D0;
	font-size: 20px;
}

.recruit-list>div:last-child {
	border-bottom: 1px solid #eee;
}

.recruit-item {
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.recruit-item p {
	font-size: 16px;
	color: #858585;
}

.recruit-item span {
	font-size: 18px;
	/* font-weight: bold; */
}

.post-btn {
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #000;
	transition: all 0.5s;
	border: 1px solid #e0e0e0;
	cursor: pointer;
	border-radius: 5px;
}

.post-btn:hover {
	background-color: #1d73d2;
	color: #fff;
}

.post-content {
	display: none;
}

.post-welfare {
	margin: 20px 0;
}

.welfare-term {
	padding: 3px 6px;
	border: 1px solid #efefef;
	margin-right: 10px;
}

.post-content .title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.duty-content {
	line-height: 26px;
}


/* 关于我们 */
.about-area {
	background: url(../picture/about/pic-banner.jpg);
	background-position: center;
	background-size: 100% 100%;
}

.aboutcompany {
	background: url(../picture/about/pic-bjzs.jpg);
	background-position: center;
	background-size: 100% 100%;
	width: 100%;
	height: 710px;
	margin-bottom: 0;
}

.aboutcompany>div>div:nth-child(1) {
	font-size: 36px;
}

.aboutcompany>div>div:nth-child(2) {
	width: 2px;
	height: 30px;
	background-color: #aaa;
	transform: skewX(30deg);
	margin: 20px;
}

.aboutcompany1>div>div:nth-child(3) {
	font-size: 22px;
	font-family: "微软雅黑";
}

.aboutcompany1>div>div:nth-child(4) {
	margin-top: 20px;
	font-size: 16px;
	width: 940px;
	line-height: 32px;
	letter-spacing: 1px;
	margin-bottom: 50px;
	color: #737070
}


.aboutcompany>div>p{
	font-size: 16px;
	line-height: 34px;
	text-indent: 2em;
}

.aboutcompany-zl{
	width: 1000px;
	margin: 30px auto;
	display: grid;
	grid-template-columns: 1fr  1fr 1fr 1fr;
}
.aboutcompany-zl>div{
	text-align: center;
}
.aboutcompany-zl>div span{
	font-size: 30px;
}
.aboutcompany-jx{
	margin: 50px 0;
	width: 100%;
	display: flex;
	justify-content: space-around;

}
.aboutcompany-jx>div{
	width: 200px;
	height: 60px;
	background:url(../picture/about/pic-1.png);
	padding: 10px 30px;
	font-size: 16px;
	text-align: center;
}
.aboutcompany-jx>div:last-child{
	width: 110px;
	height: 60px;
	background:url(../picture/about/pic-2.png) !important;

}

.about-sm {

	font-size: 22px;
	position: relative;
	padding-left: 50px;

}

.about-sm::before {
	content: " ";
	position: absolute;
	top: 20px;
	left: 0;
	height: 2px;
	width: 30px;
	background-color: #0172D0;

}

.about-sm+div {
	margin: 16px 0 20px;
	font-size: 16px;
	color: #333;
	padding-left: 50px;
}
.about-jzg{
	margin: 16px 0 20px;
	font-size: 16px;
	color: #333;
	padding-left: 50px;
}

video {
	margin: 70px 10% 0;
	border-radius: 16px;
}

.video-name {
	text-align: center;
	margin-top: 16px;
	font-size: 16px;
}

.service-bg {
	background: url(../picture/about/pic-zs1.jpg);
	background-position: center;
	background-size: 100% 100%;
	width: 100%;
	height: 438px;
}

.service-bg>div>div:nth-child(1) {
	padding: 50px 0;

}

.service-bg>div>div:nth-child(1)>p {
	margin-bottom: 10px;
	/* font-size: 16px; */
}

.service-bg>div>div:nth-child(1)>p:nth-child(1) {
	font-weight: bold;
}

.service-phone {
	display: flex;
	justify-content: space-between;

}

.service-phone>div:nth-child(1) {
	padding: 40px 0;
	color: #fff;

}

.service-phone>div:nth-child(1)>p {
	font-size: 16px;
	/* font-weight: bold; */
}

.service-phone>div:nth-child(2) {
	width: 620px;
	position: relative;
}

.service-phone>div:nth-child(2)>img {
	position: absolute;
	bottom: 10px;
	animation-name: bounce;
	/*动画名称*/
	animation-duration: 1.2s;
	/*设置秒数*/
	animation-timing-function: linear;
	/*速度曲线*/
	animation-iteration-count: infinite;
	/*播放次数*/
	animation-direction: alternate;
	/*逆向播放*/
	animation-play-state: running;
}


/* 信息安全 */
.security-area {
	background: url(../picture/security/banner-aq.jpg);
	background-position: center;
	background-size: 100% 100%;
}

.security-description>p {
	font-size: 16px;
	text-indent: 2em;
	/* margin: 0; */
	line-height: 30px;
	color: #737070;
}

.security-description>p strong {
	color: #000;
}

.security-title {
	text-align: center;
	font-size: 26px;
	margin: 40px 0;

}

.security-line {
	margin: 50px 0 !important;
}

.security-zc {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.security-zc>div {
	display: flex;
	flex-direction: column;
	/* justify-content: space-between; */
	align-items: center;
	padding: 0 60px;
	width: 25%;
	box-sizing: border-box;
	height: 366px;
}

.security-zc>div>img {
	/* transition: 1s; */
	animation-name: xing;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 6s;
}

@keyframes xing {
	0% {
		transform: scale(1);
	}

	25% {
		transform: scale(1.1);
	}

	50% {
		transform: scale(1);
	}

	75% {
		transform: scale(1.1);
	}
}

.security-zc>div>div {
	font-size: 20px;
	margin: 10px 0 20px;
}

.security-zc>div>p {
	text-align: center;
	color: #737070;
}

.security-js {
	width: 100%;
	height: 900px;
	background-color: #EEF3F9;
	border-top: 4px solid #E6EFF6;
	border-bottom: 4px solid #E6EFF6;
	padding: 30px 0;
	background-position: center;
	background-size: 100% 100%;
}

.security-js-con {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 40px 50px;

}

.security-js-con>div {
	height: 290px;
	position: relative;
	margin-top: 20px;
}

.security-js-con>div>div:nth-child(1) {
	width: 40%;
	height: 100px;
	background: url(../picture/security/bej.svg) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
	opacity: 0.7;

}

.security-js-con>div>div:nth-child(2) {
	position: absolute;
	top: 20px;
	left: 0;
	background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.2));
	backdrop-filter: blur(1rem);
	box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .2);
	border: 2px solid #fff;
	padding: 30px;
	height: 100%;
	transition: 0.6s;
}

.security-js-con>div:hover>div:nth-child(2) {
	top: 30px;
}

.security-js-con>div>div:nth-child(2)>div:nth-child(1) {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
}

.security-js-con>div>div:nth-child(2)>div:nth-child(2) {
	font-size: 16px;
	color: #737070;
	margin-top: 20px;
	line-height: 28px;
}

.security-zcx {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px 50px;
}

.security-zcx>div {
	display: flex;
	padding: 30px 30px;
	justify-content: center;
	align-items: center;
}

.security-zcx>div:hover img {
	animation-name: xuanzhuan;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-duration: 1s;
	transform-origin: bottom;
}

@keyframes xuanzhuan {
	0% {
		transform: rotate(0);
	}

	50% {
		transform: rotate(-15deg);
	}

	100% {
		transform: rotate(0);
	}

}

.security-zcx>div>div {
	width: 450px;
	margin-left: 50px;
}

.security-zcx>div>div p {
	font-size: 20px;
	font-weight: 600;
}

.security-zcx>div>div span {
	font-size: 16px;
	line-height: 28px;
	color: #7c7a7a;
}

.security-lab {
	background: url(../picture/security/xxaq_46.png);
	background-position: center;
	background-size: 100% 100%;
	width: 100%;
	height: 700px;
	padding: 20px 50px 70px;

}

.security-lab>div:nth-child(1) {
	text-align: center;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.security-labbox {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	flex: 1;
}

.security-labbox>div:nth-child(1) {
	/* background-image: linear-gradient(rgb(239, 239, 239), #fff); */
	background-color: #fff;
	width: 40%;
	box-shadow: 1px 1px 5px 1px #eee;
	margin-right: 40px;
	padding: 20px;
	box-sizing: border-box;

}

.security-labbox>div:nth-child(1) img {
	width: 100%;
}

.security-labbox>div:nth-child(1)>div {
	margin-top: 20px;
}

.security-labbox>div:nth-child(1) p {
	text-align: left;
	text-indent: 2em;
	color: #737070;
	font-size: 16px;
}

.security-labbox>div:nth-child(2) {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
}

.security-labbox>div:nth-child(2)>div {
	background-color: #fff;
	/* background-image: linear-gradient(rgb(239, 239, 239), #fff); */
	width: 100%;
	box-shadow: 1px 1px 5px 1px #eee;
	padding: 23px;
	text-align: left;
	transition: 0.5s;

}

.security-labbox>div:nth-child(2)>div:hover {
	box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .3);
}

.security-labbox>div:nth-child(2)>div p {
	font-size: 20px;
	margin-bottom: 10px;
}


.security-labbox>div:nth-child(2)>div span {
	font-size: 14px;
	text-align: left;
	line-height: 28px;
	color: #737070;
}

.security-production-bg{
	width: 100%;
	height: auto;
	background: url(../picture/production/bg-passiveRFID.jpg);
}

.security-production{
	width: 1200px;
	margin: 0 auto;
}

.security-production>div{
	margin: 120px 0 80px;
	display: flex;
	position: relative;
}
.security-production-img{
	/* background: url(../picture/production/cp1.jpg); */
	width: 680px;
	height: 380px;
}
.security-production-txt{
	position: absolute;
	left: 580px;
	top: -50px;
	width: 620px;
	height: 380px;
	background-color: #F4F4F4;
	box-shadow: 0px 5px 10px 0px rgba(0, 29, 35, 0.06);
	padding: 60px;
}
.security-production-txt>div:nth-child(1){
	padding: 20px;
	font-size: 26px;
	position: relative;
}
.security-production-txt>div:nth-child(1)::before{
	content: " ";
	position: absolute;
	left: 0;
	top: 28px;
	width: 4px;
	height:26px;
	background-color: #1B69AA;
}
.security-production-txt>div:nth-child(2){
	font-size: 16px;
	line-height: 36px;
	color: #8a8a8a;
}


/* 运维服务 */
.operation-area {
	background: url(../picture/integration/banner-ywfw.jpg);
	background-position: center;
	background-size: 100% 100%;
}
.operation-ms {
	display: flex;
	justify-content: space-around;
	align-items: center;
}


.operation-ms>div {
	display: flex;
	flex-direction: column;
	/* justify-content: space-between; */
	align-items: center;
	padding: 0 60px;
	width: 33.3%;
	box-sizing: border-box;
	height: 366px;
}

.operation-ms>div>img {
	/* transition: 1s; */
	animation-name: xing;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 6s;
}

@keyframes xing {
	0% {
		transform: scale(1);
	}

	25% {
		transform: scale(1.1);
	}

	50% {
		transform: scale(1);
	}

	75% {
		transform: scale(1.1);
	}
}

.operation-ms>div>div {
	font-size: 20px;
	margin: 10px 0 20px;
}

.operation-ms>div>p {
	text-align: center;
	color: #737070;
	text-indent: 0;
}

.operation-bg {
	width: 100%;
	height: 700px;
	background-color: rgb(238, 243, 249);
	padding-top: 20px;
}

.operationSwiper {
	height: 540px;
	/* margin: 40px 0; */
	padding: 20px 0 80px 0;
}

.operationSwiper .swiper-slide {
	background: url(../picture/operation/fwnrbg.png) no-repeat 100% 100%;
	padding: 27px;
	height: 400px;
	box-shadow: 0px 5px 10px 0px rgba(0, 29, 35, 0.06);
	border-radius: 10px;
	transition: 0.6s;
}
.operationSwiper .swiper-slide:hover{
	margin-top: -20px;
}

.operationSwiper .swiper-slide>div:nth-child(1) {
	font-size: 18px;
	font-weight: bold;

}

.operationSwiper .swiper-slide .operation-img {
	margin: 26px 0;


}

.operation-rk {
	color: #7b7b7b;
	line-height: 30px;
	font-size: 16px;
}

/* 系统集成 */
.intergration-area {
	background: url(../picture/integration/banner-jc1.jpg);
	background-position: center;
	background-size: 100% 100%;
}

.intergration-description {
	margin: 60px 0;
}

.intergration-container p {
	font-size: 16px;
	text-indent: 2em;
	line-height: 32px;
	margin-bottom: 20px;
}

.intergration-introduce {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	background-color: rgba(250, 250, 250, 1);
	box-shadow: 0 1px 4px 0 rgba(128, 132, 145, .2);
}

.intergration-introduce:first-child {
	margin-top: 50px !important;
}

.intergration-introduce:last-child {
	margin-bottom: 50px !important;
}

.intergration-introduce:nth-child(5) img {
	width: 66%;
}

.intergration-text {
	width: 64%;
	padding: 40px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.intergration-text:nth-child(odd) {
	padding-left: 60px;
}

.intergration-text:nth-child(even) {
	padding-right: 60px;
}

.intergration-title {
	font-size: 28px;
	font-weight: bold;
	margin: 0 0 30px;
}

.intergration-img {
	width: 36%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.intergration-img img {
	width: 80%;
}

.line {
	width: 100%;
	height: 1px;
	background-image: linear-gradient(to right, #c7c7c7 35%, rgba(255, 255, 255, 0) 0%);
	/* 35%设置虚线点x轴上的长度 */
	background-position: bottom;
	/* top配置上边框位置的虚线 */
	background-size: 20px 1px;
	/* 第一个参数设置虚线点的间距；第二个参数设置虚线点y轴上的长度 */
	background-repeat: repeat-x;
	margin: 0 0 20px 0;
}

.example {
	margin-top: 20px;

}

.example>div {
	line-height: 40px;
	padding-left: 30px;
	position: relative
}

.example>div::before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 12px;
	background: url(../picture/integration/dh.png) 100% 100%;
	background-size: cover;
	display: inline;

}

/* 软件产品 */
.production-area {
	background: url(../picture/production/banner-rjcp.png);
	background-position: center;
	background-size: 100% 100%;
}



.product-list {
	margin-bottom: 100px;
}

.product-list .product-row {
	display: flex;
	justify-content: space-between;
	margin: 60px 0;
}

.product-list .product-row>div:nth-child(1) {
	margin-right: 80px;
}

.sys-img {
	width: 40%;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 1px 6px 20px 1px #737373;
}

.sys-img img {
	width: 100%;
	border-radius: 20px;
}

.sys-profile {
	flex: 1;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.sys-profile>div:nth-child(1) {
	font-size: 24px;
	font-weight: bold;
}

.sys-profile>div:nth-child(2) {
	font-size: 16px;
	line-height: 32px;
}

.sys-profile>div:nth-child(3) {
	display: flex;
	justify-content: space-around;
	padding: 0 40px;
}

.sys-profile>div:nth-child(3)>div {
	text-align: center;
}

.sys-profile>div:nth-child(3)>div img {
	transition: 0.5s;
}

.sys-profile>div:nth-child(3)>div:hover img {
	transform: scale(1.2);
}

.sys-profile>div:nth-child(3)>div>p {
	margin-top: 10px;
}

.sys-profile>div:nth-child(4) {
	text-align: right;
	margin-bottom: 10px;
}

.sys-profile>div:nth-child(4) a {
	font-size: 16px;
	color: #000;
	transition: all 0.5s;
	padding: 6px 20px;
	border-radius: 5px;
	border: 1px solid #e0e0e0;
}

.sys-profile>div:nth-child(4) a:hover {
	color: #fff;
	background-color: #1d73d2;
	border: 1px solid #1d73d2;

}

.sys-profile>div:nth-child(3) img {
	width: 80px;
}




/* 新闻中心 */
.snews-area {
	background: url(../picture/news/banner-xwzx.png);
	background-position: center;
	background-size: 100% 100%;
}

.news-fs {
	display: flex;
	justify-content: space-between;
	margin: 50px 0;
}

.news-fs>div {
	position: relative;
	width: calc(33.3% - 20px);
	height: 340px;
	transition: 0.5s;
	border-radius: 10px;
}

.news-fs>div:hover {
	box-shadow: 1px 6px 20px 1px #b4b4b4;
}

.news-fs>div:hover>div {
	color: #9DDEFF;
}

.news-fs>div img {
	border-radius: 10px;
	width: 100%;
	height: 100%;
}

.news-fs>div>div {
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	width: 100%;
	height: 40px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.3);
	line-height: 40px;
	font-size: 16px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	cursor: pointer;
	transition: all 0.5s;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	padding: 0 30px;
}



.pagenews-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 50px;
	border-bottom: 1px solid #dddddd;
	transition: 0.5s;
}

/* .pagenews-list:hover{
	background-color: #0073D0;
} */
/* .pagenews-list>div:nth-child(1) {
	width: 80px;
	height: 80px;
	background-color: #f7f6f6;
	text-align: center;
	padding: 10px;
}

.pagenews-list>div:nth-child(1) p {
	font-size: 30px;
	margin: 5px;
	font-weight: bold;
} */

.pagenews-list>div:nth-child(1) {
	flex: 1;
	padding: 20px 50px 20px 0;
	cursor: pointer;
	transition: all 0.5s;
	font-size: 16px;

}

.pagenews-list>div:nth-child(1):hover>a {
	color: #015eea;
}

.pagenews-list:hover {
	background-color: #fff;
	box-shadow: 1px 6px 20px 1px #b4b4b4;
}

.pagenews-list>div:nth-child(1)>a {
	color: #000;
	line-height: 40px;
}

.pagenews-list>div:nth-child(1)>p {
	color: #737070;
	line-height: 26px;

}

.pagenews-list>div:nth-child(1) span {
	color: #939393;
	line-height: 26px;
	font-size: 14px;
}

/* .pagenews-list>div:nth-child(2)>a:hover {
	color: #015eea;
} */

.pagenews-list>div:nth-child(2) {
	width: 260px;
	height: 150px;
}

.pagenews-list>div:nth-child(2) img {
	width: 100%;
	height: 100%;
}

.pagenews-list:last-child {
	margin-bottom: 50px;
}

/* 产品详情页 */
.system-img {
	width: 100%;
	text-align: center;
	margin: 50px 0;
}

.system-img img {
	width: 80%;
}

/*青年专家招募计划*/
.qnzj-area {
	background: url(../picture/qnzj/banner-qnzj.jpg);
	background-position: center;
	background-size: 100% 100%;
}

/* 软件研发 */
.soft-area {
	background: url(../picture/soft/banner-rjyf.jpg);
	background-position: center;
	background-size: 100% 100%;
}

.soft-description>p {
	font-size: 16px;
	text-indent: 2em;
	/* margin: 0; */
	line-height: 32px;
}

.soft-title {
	text-align: center;
	font-size: 26px;
	margin: 50px 0;
}

.soft-jc {

	width: 100%;
	padding: 20px;
}

.soft-bg {
	position: relative;
	/* width: 100%; */
}

@media only screen and (min-width: 1300px) {
	.container.soft-jc {
		max-width: 1400px;
		/* padding-left: 15px;
		padding-right: 15px; */

	}
}

@media only screen and (min-width: 1400px) {
	.container.soft-jc {
		max-width: 1497px;
		/* padding-left: 15px;
		padding-right: 15px; */
	}
}

@media only screen and (min-width: 1500px) {
	.container.soft-jc {
		max-width: 1600px;
		/* padding-left: 15px;
		padding-right: 15px; */
	}
}

.soft-jc-con {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 90px;
}

.soft-jc-item {
	padding: 40px 30px 0;
	text-align: center;
	width: 370px;
	height: 450px;
	box-sizing: border-box;
	background-color: #fff;
	margin-bottom: 60px;
	box-shadow: 0px 8px 20px 0 rgba(55, 99, 170, .2);
	border: 2px solid #fff;
	transition: .6s;
	/* position: relative; */
	border-radius: 5px;
}

.soft-jc-item:hover {
	margin-top: -30px;
	transition: all 0.3s ease-out 0s;
	cursor: pointer;
}

.soft-jc-img img {
	width: 103px;
	height: 101px;
}

.soft-jc-title {
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 26px;
}

.soft-jc-des {
	color: #737070;
	font-size: 14px;
	line-height: 24px;
}

.soft-jx-con {
	position: relative;
}

.soft-jx {
	position: relative;
}

.soft-jx-des {
	position: absolute;
	top: 0;
	left: calc(50% + 25px);
	text-align: left;
	color: #737070;
	font-size: 14px;
	line-height: 36px;
	width: 420px;
}

.soft-jx-img {
	animation-name: bounce;
	/*动画名称*/
	animation-duration: 1.2s;
	/*设置秒数*/
	animation-timing-function: linear;
	/*速度曲线*/
	animation-iteration-count: infinite;
	/*播放次数*/
	animation-direction: alternate;
	/*逆向播放*/
	animation-play-state: running;
}

.soft-jx-img img {
	width: 828px;
	height: 563px;
}

.soft-jx-bgimg {
	z-index: -1;
	position: absolute;
	left: 0;
	bottom: 0;
}

.soft-jx-bgimg img {
	width: 100%;
}

.soft-yy-con {
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.soft-yy-item {
	width: 117px;
	height: 294px;
	cursor: pointer;
	text-align: center;
	transition: all 0.6s ease-out 0s;
}

.soft-yy-img {
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
	width: 117px;
	height: 146px;
}

.soft-yy-title {
	margin: 30px 0 50px;
	color: #B2B2B2;
	font-size: 16px;
}

.soft-yy-more {
	background-color: #B2B2B2;
	border-radius: 999px;
	width: 52px;
	height: 52px;
	line-height: 52px;
	color: #fff;
	margin: 0 auto;
	font-size: 14px;
}

.soft-yy-item:hover .soft-yy-title {
	color: #0061C6;
}

.soft-yy-item:hover {
	scale: 1.05;
}

.soft-yy-item:hover .soft-yy-more {
	background-color: #0061C6;
}

.soft-yy-item:nth-child(2) .soft-yy-img {
	background-image: url(../picture/soft/rjyf_05.png);
}

.soft-yy-item:nth-child(2):hover .soft-yy-img {
	background-image: url(../picture/soft/rjyf_05-2.png);
}

.soft-yy-item:nth-child(3) .soft-yy-img {
	background-image: url(../picture/soft/rjyf_07.png);
}

.soft-yy-item:nth-child(3):hover .soft-yy-img {
	background-image: url(../picture/soft/rjyf_07-2.png);
}

.soft-yy-item:nth-child(4) .soft-yy-img {
	background-image: url(../picture/soft/rjyf_09.png);
}

.soft-yy-item:nth-child(4):hover .soft-yy-img {
	background-image: url(../picture/soft/rjyf_09-2.png);
}

.soft-yy-item:nth-child(5) .soft-yy-img {
	background-image: url(../picture/soft/rjyf_11.png);
}

.soft-yy-item:nth-child(5):hover .soft-yy-img {
	background-image: url(../picture/soft/rjyf_11-2.png);
}


.soft-yy-item:nth-child(6) .soft-yy-img {
	background-image: url(../picture/soft/rjyf_03.png);
}

.soft-yy-item:nth-child(6):hover .soft-yy-img {
	background-image: url(../picture/soft/rjyf_03-2.png);
}

.soft-yy-item:nth-child(7) .soft-yy-img {
	background-image: url(../picture/soft/rjyf_15.png);
}

.soft-yy-item:nth-child(7):hover .soft-yy-img {
	background-image: url(../picture/soft/rjyf_15-2.png);
}

.soft-yy-item:nth-child(1) .soft-yy-img {
	background-image: url(../picture/soft/rjyf_21.png);
}

.soft-yy-item:nth-child(1):hover .soft-yy-img {
	background-image: url(../picture/soft/rjyf_21-2.png);
}

/* 青年专家 */
.young-area {
	background: url(../picture/soft/banner-rjyf.jpg);
	background-position: center;
	background-size: 100% 100%;
}

.young-des {
	position: relative;
	margin: 90px 0 155px;
}

.young-left {
	position: absolute;
	left:50px;
	top: 160px;
	z-index: 2;
}

.young-des-main {
	margin-left: auto;
	display: flex;
	background-color: #F2F2F2;
	width: 1230px;
	height: 813px;
	box-sizing: border-box;
	padding: 170px 50px 80px 80px;
}

.young-description {
	margin-left: auto;
	width: 610px;

}

.young-description>p {
	font-size: 16px;
	text-indent: 2em;
	/* margin: 0; */
	line-height: 28px;
color：#777
}

.young-en {
	font-size: 16px;
	letter-spacing: 12px;
	color: #BABABA;
}

.young-line {
	width: 40px;
	height: 2px;
	background-color: #F05462;
	position: relative;
	top: 5px;
}

.young-link {
	letter-spacing: 3px;
	color: #BABABA;
	font-style: oblique;
}

.young-link strong {
	color: #000;
}


    ._ej_control {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        width: 100%;
margin-bottom: 20px;
    }

    ._ej_control>div {
        display: flex;
        align-items: center;
        justify-content: center;
        /* background: #f4f4f4;*/
        height: 40px;
        padding: 0 10px;
        font-size: 14px;
    }

    ._ej_control ._btn {
        border: 1px solid #015197;
        margin-left: 5px;
        padding: 2px 5px;
        cursor: pointer;
        user-select: none;
        transition: all .3s;
    }

    ._ej_control ._btn:active {
        transform: scale(.95);
    }

    ._ej_control ._tostart {
        margin-left: 10px !important;
    }

    ._ej_control ._toend {
        margin-right: 10px !important;
    }

    ._ej_control select {
        padding: 2px 5px;
        margin: 0 3px;
        height: 26px;
    }