html,body{
	height: 100%;
}
.vertical_swiper{
	height: 100%;
}
.vertical_swiper_div{
	width: 100%;
	height: 100%;
	padding-top: 70px;
}
.vertical_swiper2{
	height: 100%;
}
.vertical_swiper2_div{
	height: 100%;
}
.nest_swiper{
	height: 100%;
}
.nest_swiper_div{
	width: 100%;
	height: 100%;
}
.index_div_img{
	width: 100%;
}
.big_logo{
	margin-top: -50px;
}
/* header */
.header_div{
	height:80px;
	background: #1a479c;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	transition: all 0.3s linear;
	transform: translateY(-120px);
	opacity: 0;
}
.header_div.active{
	transform: translateY(0px);
	opacity: 1;
}
.div_content{
	width: 90%;
	margin: 0 auto;
	height: 100%;
	
	
}
.header_logo{
	height: 100%;
	display: flex;
	align-items: center; float:left
}
.header_logo img{
	max-width: 200px;
}

.header_nav_sou{ width:17%;float:right;border-bottom:1px #fff solid; margin-top:20px}
.header_nav_lang{ width:4%;float:right; margin-top:26px; text-align:left; color:#fff; padding-left:24px; background:url(../img/you.PNG) no-repeat center right; background-size:20%; margin-right:2% }
.header_nav_lang a{ color:#fff}

.search1 {
	float: left;
	height: 38px;
	width: 84%;
	
	border: 0px solid #FFFFFF;
	color: #6d6d6d;
	display: inline;
	line-height: 38px;
	font-size: 14px;
	text-align: left;
 padding-left:10px;  background:none; color:#fff;

}
.searchimg1 {
	float: left;
	display: inline; width:20px	; margin-top:6px
}

.header_nav_div{
	display: flex;
	align-items: center; width:9%;float:right;margin-top:22px; 
}
.headMenu {
    position: relative;
    width: 22px;
    height: 20px;
    display: none;
    cursor: pointer;
    margin-left: 4px;
    margin-top: 3px;
    vertical-align: middle;
}
   .headMenu {
    position: relative;
    width: 22px;
    height: 20px;
    display: none;
    cursor: pointer;
    margin-left: 14px;
    margin-top: 11px;
    vertical-align: middle;
}

.headMenu span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    transition: width 0.3s ease 0s;
}

.headMenu .headMenu_span1 {
    width: 19px;
    top: 0;
}

.headMenu .headMenu_span2 {
    width: 29px;
    top: 6px;
}

.headMenu .headMenu_span3 {
    width: 16px;
    top: 13px;
}

.headMenu.click .headMenu_span1 {
    width: 20px;
    transform: rotate(-45deg) translateY(9px);
}

.headMenu.click .headMenu_span2 {
    opacity: 0;
}

.headMenu.click .headMenu_span3 {
    width: 20px;
    transform: rotate(45deg) translateY(-9px);
}


    .headMenu {
        display: inline-block;
    }
	
	
	.hd1-d15 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}



.hd1-d16 {
    height: 68px;
    position: absolute;
    top: calc(90px/2 - 48px/2);
    left: 44px;
}.i200>img {
    height: 100%;
}
.header_nav_ben{
	color: #FFFFFF;
	background: none;
	border: 0;
}
.nav_div{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	display: flex;
	top: -100%;
	transition: 0.5s;background-image: url(../img/b26.jpg);
    background-color: rgba(0,0,0,0.9);
    background-size: auto 110%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.nav_div.active{
	top: 0;
}
.nav_div.active .nav_li{
	top: 0;
}
.nav_li{
	flex: 1;
	height: 100%;
	display: flex;
	align-items: center;
	transition: 0.5s;
	transition-property:top;
	position: relative;
	top: -100%;
}
.nav_div.active .nav_li:nth-of-type(1){transition-delay: 0.5s;}
.nav_div.active .nav_li:nth-of-type(2){transition-delay: 0.6s;}
.nav_div.active .nav_li:nth-of-type(3){transition-delay: 0.7s;}
.nav_div.active .nav_li:nth-of-type(4){transition-delay: 0.8s;}
.nav_div.active .nav_li:nth-of-type(5){transition-delay: 0.9s;}
.nav_div.active .nav_li:nth-of-type(6){transition-delay: 1s;}
.nav_div.active .nav_li:nth-of-type(7){transition-delay: 1s;}
.nav_box{
	overflow: hidden;
	text-align: center;
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	height: 100%;
	transition: 0.5s;
	display: flex;
	flex-direction: column;
	justify-content: flex-start ; padding-top:70%; color:#333
}
.nav_box_title{
	font-weight:bold;
	font-size: 30px;
	margin-bottom: 20px; 
}
.nav_box_p{
	font-size: 20px;
	line-height: 48px; color:#2d323c
}

.nav_li:hover{
	background: none;color:#fff
}.nav_li:hover .nav_box_p{
	color:#fff
}
.nav_li:hover .nav_box_p a{
	color:#fff
}
.nav_li:hover .nav_box_title{ color:#fff}

.nav_li:hover .nav_box{
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0);
}

.nav_close{
	position: absolute;
	right: 50px;
	top: 30px;
	padding: 10px;
	border-radius: 50%;
	background: #FFFFFF;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
}
.nav_close_ben{
	font-size: 14px;
	color: #000000;
	background: none;
	border: 0;
}
.product_div{
	width: 100%;
	height: 100%;
}

.sales_div{
	width: 100%; position:absolute; z-index:999;; top:20%

}






.caigou_div{
	width: 100%;
	height: 100%;
}
.chengzhang_div{
	width: 100%;
	height: 100%; 
}
.product_title{

	color: #1a479a;
	font-weight: bold;
	margin: 70px auto 10px;
	text-align: center;
}


.caigou_title{

	color: #1a479c;
	font-weight: bold;
	margin: 70px auto 10px;
	text-align: center;
}
.chengzhang_title{

	color: #1a479c;
	font-weight: bold;
	margin: 70px auto 10px;
	text-align: center;
}


.sales_title{

	color: #fff;
	font-weight: bold;
	margin: 70px auto 10px;
	text-align: center;
}

.sales_introduction{
	color: #fff;
	
	text-align: center; margin-top:30px; letter-spacing:5px
}



.product_introduction{
	color: #525252;
	
	text-align: center; margin-top:30px; letter-spacing:5px
}
.caigou_introduction{
		color: #525252;
	
	text-align: center; margin-top:30px; letter-spacing:5px
}
.chengzhang_introduction{
		color: #525252;
	
	text-align: center; margin-top:30px; letter-spacing:5px
}
.chengzhang_option{
	cursor: pointer;
}
.product_box{
	width: 90%;
	margin: 80px auto 0px;
	display: flex;
	justify-content: space-between;
}
.caigou_box{
	width: 90%;
	margin: 80px auto 0px;
	display: flex;
	justify-content: space-between;
}
.chengzhang_box{
	width: 1360px;
	margin: 150px auto 0px;
}
.product_item{
	width: 30%;
	height: 480px;
	background-color: #e7f0f9;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center; padding-top:5%
}
.caigou_item{
	width: 48%;
	height: 380px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center; position:relative; overflow:hidden
}
.caigou_item:hover img{ transition:all 0.6s;transform: scale(1.1)}
.chengzhang_item{
	width: 100%;
	height: 380px;
	background-color: #e7f0f9;
	display: none;
}
.chengzhang_item.active{
	display: block;
}
.product_item_img{
	width: 200px;
	height: 200px;	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out
}
.caigou_item_img{
	width: 100%;
	height: 100%;
}
.chengzhang_item_img{
	width: 100%;
	height: 100%;
}
.product_item_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.caigou_item_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;transition:all 0.6s;
}
.chengzhang_item_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product_item:hover .product_item_img{
	
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;




    transform: translate(0,10px);
    -webkit-transform: translate(0,-10px);
    -moz-transform: translate(0,-10px);
    -o-transform: translate(0,-10px);
    -ms-transform: translate(0,-10px);
}

.product_item:hover{ box-shadow: 3px 6px 6px rgb(0 0 0 / 5%); margin-top:-3px; background:#eff4f8 }



@keyframes mymove{
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	} 
}

.product_item_p{
	font-size: 14px;
	color: #333333;
	line-height: 60px; margin-top:6%
}
.product_item_a{
	
	color: #67ccf6;line-height: 60px;
}

.caigou_h2{ width:100%; position:absolute; top:15%; right:-75%; color:#293c47}
.caigou_p{ width:100%; position:absolute; bottom:10%; right:-80%; color:#293c47; display: block;
   
    background: url(../img/pt_s.png) no-repeat ;
    content: "";
    border-radius: 0 0 16px 0;
  
    box-sizing: border-box;
    line-height: 32px;
   
    color: #fff; padding:10px; padding-left:40px }



.caigou_h1{ width:100%; position:absolute; top:15%; left:5%; color:#293c47}
.caigou_p1{ width:100%; position:absolute; bottom:10%; left:0%; color:#293c47; display: block;
   
    background: url(../img/pt_s1.png) no-repeat ;
    content: "";
    border-radius: 0 0 16px 0;
  
    box-sizing: border-box;
    line-height: 32px;
   
    color: #fff; padding:10px; padding-left:40px }



.footer{ width:100%;  background:#f5f9fe; height:400px; margin:0 auto}



.footer { background:#f5f9fe; width:100%; height:360px; margin:0px auto; clear:both; overflow:visible; color:#a9a9a9; padding-top:40px; margin-top:0px  }
.footer a { color:#757475;}
.footer .con_1 { width:90%; margin:0px auto;  display:flex;justify-content: center }
.footer .fl { width:75%; height:394px; margin-top:0px; margin-left:10%; display:flex }
.footer .fll{ width:15%}
.footer .fll img{ width:100%; height:auto; margin-bottom:10px}
.footer .fll span{ color:#757475; display:block}
.footer .fll p{ color:#474443; display:block; font-family:Barlow-Regular }
.footer .fll span:first-child{ margin-top:10px}
@font-face {
	font-family:Barlow-Regular;
	src: url('../fonts/Barlow-Regular.ttf'); }
.footer .fl ul { flex:1;  text-align:  left;   }

.footer .fl ul li:first-child { line-height:59px; color:#fff; width:100%; float:left; margin-bottom:10px} 
.footer .fl ul li:first-child b{ width:55px; height:3px; background:#40a849; display:block; margin-top:22px; margin-bottom:22px}
.footer .fl ul li:first-child a {color:#222222; line-height:12px }
.footer .fl ul li:first-child a span{ font-size:30px; text-transform:uppercase; font-weight:bold; width:100%; float:left}
.footer .fl ul p{  line-height:47px; margin-bottom:0}

.footer .fl ul li {  line-height:38px; width:100%; float:left}

.footer .fr { width:20%; text-align:center; height:494px; }

.footer .fr p strong { color:#292929; font-size:18px; }
.footer .fr h3 { color:#0760ad; font-size:30px; font-family:"ºÚÌå"; font-weight:700; }
.footer .fr img { margin-top:10px;}

.footer .bq { width:100%; margin:0px auto;  text-align:center; color:#939393; border-top:1px solid #2f2f2f; line-height:35px; font-size:14px; padding-top:50px; margin-top:20px}
.footer .bq a {color:#939393; font-weight:normal!important; }
.footer .bq p {  margin:0px 0px!important; font-size:13px!important; }



.banben{ width:100%;  background:#1a479b; height:100px; margin:0 auto; line-height:100px }

.falv{ width:70%;color:#fff; margin:0 auto; text-align:center}
.falv a{ line-height:80px;color:#fff}
.quanxian{  line-height:80px; color:#fff; font-family:Arial, Helvetica, sans-serif}
 .con_11 { width:90%; margin:0px auto;  display:flex;justify-content:  space-between  }

.my-bullet-active{ color:#1a479b; border-bottom:2px #1a479b solid}
.chengzhang_div_swiper{
	margin-top: 60px;
}
.chengzhang_item_swiper{
	width: 90%;
	height: 530px;
}
.chengzhang_item_box{
	width: 100%;
	height: 100%;
	
}.chengzhang_item_box p{ text-align:center; line-height:60px; padding-top:20px; color:#666 }
.chengzhang_item_box p span{ color:#999; padding-left:20px}
.chengzhang_item_box p span:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 79%;
    background-color: #e60d16;
    height: 12px;
    width: 5px;
    margin-right: 8px;
    transform: skewX(-15deg) translateY(-50%);
}



.chengzhang_item_box_img{
	
	height: 430px; overflow:hidden; transition:all 0.4s;
}
.chengzhang_item_box_img img{
	
	height: 100%;
	object-fit: cover; max-width:100%
}








.chengzhang_item_swiper_slide a:hover{
	background:red;
}
.chengzhang_item_swiper_slide:hover img{  transition:all 0.4s;transform: scale(1.03)}

.chengzhang_item_swiper_slide:after {
    position: absolute;
    width: 0;
    height: 3px;
    background: #1a479c;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    transition: all 0.5s linear;
}
.chengzhang_item_swiper_slide:hover:after {
    width: 100%;
}
.chengzhang_item_swiper_slide:hover p{ color:#1a479c}

.swiper-fade .chengzhang_div_swiper_slide.swiper-slide-active .chengzhang_item_swiper_slide{
 pointer-events:auto;
}

.font12 {font-size: 12px;}
.font13 {font-size: 13px;}
.font14 {font-size: 14px;}
.font15 {font-size: 15px;}
.font16 {font-size: 16px;}
.font17 {font-size: 17px;}
.font18 {font-size: 18px;}
.font19 {font-size: 19px;}
.font20 {font-size: 20px;}

.font22 {font-size: 22px;}
.font23 {font-size: 23px;}
.font24 {font-size: 24px;}
.font26 {font-size: 26px;}
.font28 {font-size: 28px;}
.font30 {font-size: 30px;}
.font32 {font-size: 32px;}
.font34 {font-size: 34px;}
.font36 {font-size: 36px;}
.font38 {font-size: 38px;}
.font40 {font-size: 40px;}
.font42 {font-size: 42px;}
.font44 {font-size: 44px;}
.font46 {font-size: 46px;}
.font48 {font-size: 48px;}
.font50 {font-size: 50px;}
.font54 {font-size: 54px;}
.font60 {font-size: 60px;}
.font66 {font-size: 66px;}
.font70 {font-size: 70px;}
.font77 {font-size: 77px;}
.font80 {font-size: 80px;}
.font90 {font-size: 90px;}
.font100 {font-size: 100px;}
.font120 {font-size: 120px;}
.font300 {font-size: 300px;line-height: 280px;}
.flh24 {line-height: 24px;}
.flh26 {line-height: 26px;}
.flh28 {line-height: 28px;}
.flh30 {line-height: 30px;}
.flh32 {line-height: 32px;}
.flh34 {line-height: 34px;}
.flh36 {line-height: 36px;}
.flh40 {line-height: 40px;}
.flh50 {line-height: 50px;}
.flh60 {line-height: 60px;}
.flh72 {line-height: 72px;}
.flh82 {line-height: 82px;}
.flh90 {line-height: 110px;}
.flh120 {line-height: 120px;}


/* fonts */


body,a,input{}
@font-face {font-family: 'poppinssb';src: url('../fonts/Poppins-SemiBold.ttf');font-weight: normal;font-style: normal;}  
@font-face {font-family: 'montserratl';src: url('../fonts/Montserrat-Light.woff');font-weight: normal;font-style: normal;}  
@font-face {font-family: 'montserratr';src: url('../fonts/Montserrat-Regular.ttf');font-weight: normal;font-style: normal;}  






@media screen and (max-width: 5120px) {
	
}
@media screen and (max-width: 3840px) { 

}
@media screen and (max-width: 2560px) {
	
}
@media screen and (max-width: 2048px) {
	
}
@media screen and (max-width: 1920px) {	
	
}
@media screen and (max-width: 1680px) {
     .font14 {font-size: 12px;}
    .font15 {font-size: 13px;}
    .font16 {font-size: 14px;}
    .font17 {font-size: 15px;}
    .font18 {font-size: 16px;}
    .font19 {font-size: 17px;}
    .font20 {font-size: 16px;}
    .font22 {font-size: 16px;}
    .font23 {font-size: 20px;}
    .font24 {font-size: 21px;}
    .font26 {font-size: 22px;}
    .font28 {font-size: 23px;}
    .font30 {font-size: 24px;}
    .font32 {font-size: 25px;}
    .font34 {font-size: 26px;}
    .font36 {font-size: 27px;}
    .font38 {font-size: 28px;}
    .font40 {font-size: 35px;}
    .font42 {font-size: 30px;}
    .font44 {font-size: 31px;}
    .font46 {font-size: 32px;}
    .font48 {font-size: 33px;}
    .font50 {font-size: 34px;}
    .font54 {font-size: 35px;}
    .font60 {font-size: 36px;}
    .font66 {font-size: 37px;}
    .font70 {font-size: 40px;}
    .font77 {font-size: 57px;}
    .font80 {font-size: 60px;}
    .font90 {font-size: 70px;}
    .font100 {font-size: 80px;}
    .font120 {font-size: 90px;}
    .font300 {font-size: 190px;line-height: 180px;}
    .flh26 {line-height: 20px;}
    .flh28 {line-height: 22px;}
    .flh30 {line-height: 24px;}
    .flh32 {line-height: 28px;}
    .flh34 {line-height: 30px;}
    .flh36 {line-height: 32px;}
    .flh40 {line-height: 34px;}
    .flh50 {line-height: 38px;}
    .flh60 {line-height: 40px;}
    .flh72 {line-height: 52px;}
    .flh82 {line-height: 62px;}
    .flh90 {line-height: 90px;}
    .flh120 {line-height: 90px;}
}
@media screen and (max-width: 1440px) {
    .font14 {font-size: 12px;}
    .font15 {font-size: 13px;}
    .font16 {font-size: 14px;}
    .font17 {font-size: 15px;}
    .font18 {font-size: 16px;}
    .font19 {font-size: 17px;}
    .font20 {font-size: 16px;}
    .font22 {font-size: 16px;}
    .font23 {font-size: 20px;}
    .font24 {font-size: 20px;}
    .font26 {font-size: 22px;}
    .font28 {font-size: 23px;}
    .font30 {font-size: 24px;}
    .font32 {font-size: 25px;}
    .font34 {font-size: 26px;}
    .font36 {font-size: 27px;}
    .font38 {font-size: 28px;}
    .font40 {font-size: 35px;}
    .font42 {font-size: 30px;}
    .font44 {font-size: 31px;}
    .font46 {font-size: 32px;}
    .font48 {font-size: 33px;}
    .font50 {font-size: 34px;}
    .font54 {font-size: 35px;}
    .font60 {font-size: 36px;}
    .font66 {font-size: 37px;}
    .font70 {font-size: 40px;}
    .font77 {font-size: 57px;}
    .font80 {font-size: 60px;}
    .font90 {font-size: 70px;}
    .font100 {font-size: 80px;}
    .font120 {font-size: 90px;}
    .font300 {font-size: 190px;line-height: 180px;}
    .flh26 {line-height: 20px;}
    .flh28 {line-height: 22px;}
    .flh30 {line-height: 24px;}
    .flh32 {line-height: 28px;}
    .flh34 {line-height: 30px;}
    .flh36 {line-height: 32px;}
    .flh40 {line-height: 34px;}
    .flh50 {line-height: 38px;}
    .flh60 {line-height: 40px;}
    .flh72 {line-height: 52px;}
    .flh82 {line-height: 62px;}
    .flh90 {line-height: 90px;}
    .flh120 {line-height: 90px;}
}
@media screen and (max-width: 1366px) {
    .font15 {font-size: 12px;}
    .font16 {font-size: 13px;}
    .font17 {font-size: 14px;}
    .font18 {font-size: 15px;}
    .font19 {font-size: 16px;}
    .font20 {font-size: 17px;}
    .font22 {font-size: 18px;}
    .font23 {font-size: 19px;}
    .font24 {font-size: 20px;}
    .font26 {font-size: 21px;}
    .font28 {font-size: 22px;}
    .font30 {font-size: 23px;}
    .font32 {font-size: 24px;}
    .font34 {font-size: 25px;}
    .font36 {font-size: 26px;}
    .font38 {font-size: 27px;}
    .font40 {font-size: 30px;}
    .font42 {font-size: 29px;}
    .font44 {font-size: 30px;}
    .font46 {font-size: 31px;}
    .font48 {font-size: 32px;}
    .font50 {font-size: 33px;}
    .font54 {font-size: 34px;}
    .font60 {font-size: 35px;}
    .font66 {font-size: 36px;}
    .font70 {font-size: 40px;}
    .font77 {font-size: 50px;}
    .font80 {font-size: 55px;}
    .font90 {font-size: 65px;}
    .font100 {font-size: 70px;}
    .font120 {font-size: 80px;}
    .flh26 {line-height: 18px;}
    .flh28 {line-height: 20px;}
    .flh30 {line-height: 22px;}
    .flh32 {line-height: 24px;}
    .flh34 {line-height: 28px;}
    .flh36 {line-height: 30px;}
    .flh40 {line-height: 32px;}
    .flh50 {line-height: 34px;}
    .flh60 {line-height: 38px;}
    .flh72 {line-height: 50px;}
    .flh82 {line-height: 60px;}
    .flh90 {line-height: 80px;}
    .flh120 {line-height: 90px;}
}
@media screen and (max-width: 1280px) {
    .font16 {font-size: 12px;}
    .font24 {font-size: 18px;}
    .font36 {font-size: 22px;}
    .font70 {font-size: 35px;}
    .font77 {font-size: 45px;}
    .font80 {font-size: 50px;}
    .font90 {font-size: 60px;}
    .font100 {font-size: 60px;}
    .font120 {font-size: 70px;}
    .flh50 {line-height: 30px;}
    .flh90 {line-height: 70px;}
    .flh120 {line-height: 70px;}
}
@media screen and (max-width: 1152px) {
    .font38 {font-size: 20px;}
    .flh82 {line-height: 40px;}
    .flh90 {line-height: 60px;}
    .font120 {font-size: 60px;}
    .flh120 {line-height: 60px;}
}
@media screen and (max-width: 1024px) {
	
}
@media screen and (max-width: 980px) {
    .font19 {font-size: 14px;}
    .font90 {font-size: 24px;}
	.font100 {font-size: 30px;}
    .font120 {font-size: 32px;}
    .flh120 {line-height: 40px;}
    .flh90 {line-height: 40px;}
}
@media screen and (max-width: 860px) {
	 
}











/*--------------------------------------------------------------------------------------------------------------------------------------550--*/

@media all and (max-width:1650px){  



.product_item {
    width: 30%;
    height: 360px;
    background-color: #e7f0f9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   padding-top: 0;}

.product_box {
    width: 80%;
    margin: 60px auto 0px;
    display: flex;
    justify-content: space-between;
}


.product_item_p{
	
	color: #333333;
	line-height: 40px; margin-top:6%
}
.product_item_a{
	
	color: #67ccf6;line-height: 40px;
}


.header_nav_lang {
    width: 4%;
    float: right;
    margin-top: 26px;
    text-align: left;
    color: #fff;
    padding-left: 17px;
    background: url(../img/you.PNG) no-repeat center right;
    background-size: 20%;
    margin-right: 2%;
}







}