/*banner*/
.banner{
	background: url('/images/products-banner/new/uhd-drive-tool/banner.jpg') no-repeat center top;
	background-size: cover;
}

.banner_title{font-weight: bold;margin-bottom: 35px;}
.banner_title>span{font-weight: 400;}
.banner_text>h1{font-size: 60px;color: #ffffff;font-weight: bolder;margin-top: 150px;}
.banner_text>p{font-size: 24px;line-height: 42px;color: #ffffff;padding-right: 50%;}
.banner_text>p>span{text-indent: 30px;}
.banner_text>ul>li{display: inline-block;vertical-align: top;}
.banner_btn{margin-top: 60px;}
.banner_more{width: 460px;margin-left: auto;margin-right: auto;}
.banner_dl>a{display: block;width: 250px;height: 65px;font-size: 26px;line-height: 26px;color: #ffffff;background-color: #0072FF;padding: 8px 0;}
.banner_buy>a{display: block;width: 250px;height: 65px;font-size: 26px;line-height: 26px;color: #ffffff;background-color: #D70000;padding: 8px 0;}

.banner_btn>li>a{display: flex;align-items: center;justify-content: center;align-content: center;}
.banner_dl>a{flex-direction: column;}
.banner-icon{background-image: url('/images/icon/banner-icon.png');background-repeat: no-repeat;}
.win-icon{width: 18px;height: 19px;background-position: 0 -39px;margin-left: 1px;margin-right: 11px;display: none;}
.mac-icon{width: 20px;height: 20px;background-position: 0 -19px;margin-top: -1px;margin-right: 10px;display: none;}
.buy-icon{width: 20px;height: 19px;background-position: 0 0;margin-right: 10px;}
.banner_sys{font-size: 16px!important;color: #ffffff;display: block;}
.win-icon.on{display: inline-block;}
.mac-icon.on{display: inline-block;}

.banner_dl>a, .banner_buy>a{border-radius: 5px;}
.banner_dl>a:hover{background-color: #1E90FF;text-decoration: none;}
.banner_buy>a:hover{background-color: #FF8C00;text-decoration: none;}
.sys-switch-btn{font-size: 24px!important;transition: color .3s;text-decoration: underline;}
.sys-switch-btn:hover{color: #4790F5;}
.part5 .sys-switch-btn{color: #000000;}

.banner_buy{margin-right: 55px;}
.banner_btn p{text-align: center;}
.banner_buy>p>a{font-size: 14px;color: #0293cf;line-height: 30px;text-decoration: none;}
.banner_buy>p>a:hover{text-decoration: underline;}
.banner_getmac{font-size: 16px;color: #ffffff;line-height: 50px;cursor: pointer;}

.bd-player-dl{
	position: relative;
	margin-bottom: 32px;
	width: 320px;
}
.btn_dl{
	display: block;
	border-radius: 5px;
	background: #D70000 url('/images/products-banner/new/win.png') no-repeat 16px center;
	box-shadow: 2px 3px 0px 0px rgba(167, 0, 0, 0.3);
	width: 203px;
	height: 49px;
	line-height: 49px;
	font-size: 27px;
	color: #fff;
	margin-top: 95px;
	padding-left: 57px;
}
.btn_dl:hover{
	color: #fff;
}
.round{
	position: absolute;
	background-color: #fff;
	width: 128px;
	height: 128px;
	border-radius: 64px;
	left: 192px;
	top: -47px;
	padding: 44px 0 0 0;
}
#downloads{
	font-size: 21px;
	line-height: 21px;
	font-weight: 500;
	text-align: center;
	color: #000;
}
.round>p{
	font-size: 14px;
	margin-top: 4px;
	font-weight: 500;
	text-align: center;
	color: #000;
}
.get_mac_new>a{
	font-size: 18px;
	color: #353239;
}
.banner_review{
	background-color: rgba(255,255,255,.7);
}
.review_right{
	line-height: 56px;
}
.review_btn>a{
	font-size: 12px;
	color: #fff;
}
.review_btn{
	background-color: #6C54FF;
	border-radius: 12px;
	width: 99px;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin-top: 15px;
	text-align: center;
	margin-left: 8px;
}

.review_head>img{width: auto;height: 80px;}
.banner_review .review_left.none{display: none;}



/*nav*/
.new-nav{
	background-color: #353239;
	padding: 27px 0;
}
.nav-pc li{
	float: left;
	background: url('/images/products-banner/new/nav_division.jpg') no-repeat right center;
}
.nav-pc li>a{
	font-size: 16px;
	line-height: 30px;
	display: block;
	padding: 0 15px;
	margin: 0 15px;
	border-radius: 5px;
	color: #fff;
	font-family: 'Arial';
}
.nav-pc li.active>a{
	background-color: #D70000;
}
.nav-pc li:not(.active):hover>a{
	background-color: aqua;
}
.nav-pc li:hover>a{
	text-decoration: none;
}

.visible-xs-block.nav-mobile{
	padding: 0;
}
.nav-mobile li>a{
	font-size: 16px;
	line-height: 30px;
	display: block;
	padding: 10px 15px;
	border-radius: 5px;
	color: #fff;
	font-family: 'Arial';
}
.nav-mobile li.active>a{
	background-color: #D70000;
}
.nav-mobile li:not(.active):hover>a{
	background-color: aqua;
}
.nav-mobile li:hover>a{
	text-decoration: none;
}


/*part1*/
.part1{padding: 70px 0;}
.part1>.container>h2{text-align: center;font-size: 36px;line-height: 48px;font-weight: bold;margin-top: 0;margin-bottom: 35px;color: #3c29cb;padding: 0 180px;}
.part1>.container>p{text-align: center;font-size: 18px;line-height: 31px;color: #111111;}
.part1>.container>p>a{color: #0e7af4;}
.part1 .imgbox{margin-top: 50px;text-align: center;}
.part1 .imgbox>img{max-width: 100%;}

/*part2*/
.part2{padding: 75px 0 210px;background-image: url('/images/pro/uhd-drive-tool/p2.jpg');background-repeat: no-repeat;background-position: center top;background-size: cover;}
.part2>.container>h2{text-align: center;font-size: 36px;line-height: 48px;font-weight: bold;margin-top: 0;margin-bottom: 35px;color: #3c29cb;}
.part2>.container>p{text-align: center;font-size: 18px;line-height: 31px;color: #111111;margin-bottom: 65px;}
.part2 .textbox p{font-size: 18px;line-height: 31px;color: #000000;text-align: center;}
.part2 .textbox span{color: #3085f5;font-weight: 500;}

/*part3*/
.part3{padding: 80px 0 65px;background-color: #E5E5F4;}
.part3>.container>h2{text-align: center;font-size: 36px;line-height: 48px;font-weight: bold;margin-top: 0;margin-bottom: 35px;color: #3c29cb;}
.part3>.container>p{text-align: center;font-size: 18px;line-height: 31px;color: #111111;}
.part3 .imgbox{margin-top: 50px;text-align: center;}
.part3 .imgbox>img{max-width: 100%;}


.carousel {
  margin: 0 auto;
  width: 1024px;
}
.carousel[data-shift="1"] .carousel-inner > .item {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.carousel .carousel-inner > .item.row {
  margin: 0;
}
.carousel .carousel-control.left {
  left: -90px;
}
.carousel .carousel-control.right {
  right: -90px;
}



/*part5*/
.poster-main{ position:relative;width:800px;height:270px;}
.poster-main a,.poster-main img{display:block;}
.poster-main .poster-list{width:800px;height:270px;}
.poster-main .poster-list .poster-item{ position:absolute;left:0;top:0;}
.poster-main .poster-btn{ position:absolute;top:0;width:100px;height:270px; z-index:10; cursor:pointer;  opacity:0.8}
.poster-main .poster-prev-btn{left:-40px; background: url('/images/pro/bd-player/prev.jpg') no-repeat center center;}
.poster-main .poster-next-btn{right:-40px; background: url('/images/pro/bd-player/next.jpg') no-repeat center center;}

.part5{background-color: #E9ECF5;}
.lb_box{border: 1px solid #C0CCF4;padding: 46px 50px 46px 65px;background-color: #fff;}
.part5 h2{font-size: 36px;color: #3c29cb;font-weight: bold;margin: 70px 0 40px;text-align: center;}
.poster-main,.lb_right{float: left;}
.lb_right{margin-left: 120px;}
.p5_dl{margin: 120px 0 20px;}
.p5_text{font-size: 18px;color: #414141;font-family: 'Arial';}
.p5_get{margin-top: 8px;}
.p5_get>a{font-size: 15px;color: #414141;font-family: 'Arial';}
.post{padding: 45px 0 70px;}
.post h3{font-size: 20px;font-weight: bold;color: #414141;font-family: 'Arial';margin: 0 0 24px;}
.post p{line-height: 31px;}
.post a{font-size: 14px;color: #00b5d4;font-family: 'Arial';}
.lb_none{display: none;}

.p5_dl>a{flex-direction: column;display: flex;align-items: center;justify-content: center;align-content: center;width: 250px;max-width: 100%;height: 65px;border-radius: 5px;background-color: #D70000;font-size: 26px;color: #ffffff;line-height: 26px;margin: 0 auto;}
.p5_dl>a:hover{background-color: #FF8C00;text-decoration: none;}
.lb_right .banner_getmac{width: 250px;text-align: center;line-height: 30px;font-size: 22px!important;margin: 0 auto;}
.ss-mac{display: none;}

/*part6*/
.part6{padding-bottom: 100px;}
.part6 h2{font-size: 35px;color: #414141;margin: 70px 0 40px;text-align: center;}
.part6>.container{margin: 0 auto;}
.part6 .col-md-4{padding: 0 10px;}
.p6_box{border: 1px solid #D9D9D9;padding: 35px 50px 30px;}
.p6_box>img{display: block;margin: 0 auto;}
.p6_title{font-size: 16px;color: #414141;font-weight: bold;font-family: 'Arial';margin: 35px 0 15px;text-align: center;}
.p6_text{font-size: 15px;color: #414141;line-height: 23px;font-family: 'Arial';text-align: center;}
.p6_btn{margin-top: 35px;}
.p6_btn>a{display: inline-block;font-size: 16px;color: #fff;width: 120px;height: 33px;line-height: 33px;text-align: center;border-radius: 3px;font-family: 'Arial';}
.p6_btn1{background-color: #D70000;margin-right: 14px;}
.p6_btn2{background-color: #24D5F3;}

/*footer*/
.footer_buy{margin-top: 100px;}
.footer_dl{margin: 20px 0 60px;}
.footer_dl>a{display: inline-block;width: 218px;height: 46px;background: url('/images/products-banner/new/uhd-drive-tool/footer_dl.jpg') no-repeat;border-radius: 3px;transition: all .3s;}
.footer_buy>a{display: inline-block;width: 218px;height: 46px;background: url('/images/products-banner/new/uhd-drive-tool/banner_buy.png') no-repeat;border-radius: 6px;transition: all .3s;}
.footer_dl>a:hover{box-shadow: 0.05em 0.1em 0.2em #378CE8;}
.footer_buy>a:hover{box-shadow: 0.05em 0.1em 0.2em #2D8FEA;}


/*spec*/
.table_spec{margin-top: 10px;}
.table_spec th,.table_spec td{border: 1px solid #303030;padding: 6px 12px;font-size: 14px;}
.table_spec td.radic{text-align: center;font-size: 18px;}
.spec1 td{width: 50%;}
.spec1_title{font-size: 16px;margin-top: 30px;}
.spec2 td.td_left{width: 30%;}
.spec2 td.td_right{width: 70%;}
.spec3 td.td_left{width: 30%;}
.spec3 td.td_right{width: 70%;}
.spec3 th{font-weight: bold;}
.spec4 td.td_left{width: 30%;}
.spec4 td.td_right{width: 70%;}
.spec4 th{font-weight: bold;}



/*banner*/
.banner_tutorial{background-color: #F2F5F9;padding: 45px 0;font-family: 'Arial';}
.banner_tutorial_btn>a{display: block;float: left;width: 190px;height: 45px;font-size: 20px;color: #fff;line-height: 45px;}
.banner_tutorial_btn>a:nth-child(1){background: #F44949 url('/images/products-banner/new/itransfer/dl_win.png') no-repeat 30px center;padding-left: 62px;margin-right: 28px;}
.banner_tutorial_btn>a:nth-child(2){background: #CBD803 url('/images/products-banner/new/itransfer/buy.png') no-repeat 37px center;padding-left: 70px;}
.banner_tutorial_bot{clear: both;padding-top: 17px;}
.banner_tutorial_bot>p{float: left;}
.banner_tutorial_bot>p:nth-child(1){margin-right: 65px;}


@media screen and (max-width: 450px){
	.banner_tutorial .col-md-3>p{text-align: center;}
	.banner_tutorial h2{margin-top: 30px;}
	.gallery{display: none;}
	.banner_tutorial_btn>a{margin-top: 10px;}
}
@media screen and (min-width: 451px) and (max-width: 767px){
	.banner_tutorial .col-md-3>p{text-align: center;}
	.banner_tutorial h2{margin-top: 30px;}
	.gallery{display: none;}
	.banner_tutorial_btn>a{margin-top: 10px;}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.banner_tutorial .col-md-3>p{text-align: center;}
	.banner_tutorial h2{margin-top: 30px;}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.banner_tutorial .col-md-12{padding-left: 100px;}
	.table_spec{width: 700px;}
}
@media screen and (min-width: 1200px) and (max-width: 1440px){
	.banner_tutorial .col-md-12{padding-left: 100px;}
	.table_spec{width: 700px;}
}
@media screen and (min-width: 1441px){
	.banner_tutorial .col-md-12{padding-left: 150px;}
	.table_spec{width: 700px;}
}



/*responsive*/
@media screen and (max-width: 320px){
	.part1 div.col-sm-6{width: 90%;}
	.part1 .pro_none{padding: 0 15px;}
	.row.banner_review li{float: none;}
	.banner_review .review_right{line-height: 100%;}
	.row.banner_review{height: 100%;}
	.review_right>ul>li{text-align: center;}
	.review_count{height: auto;margin-bottom: 15px;}
	.review_btn{margin: 0 auto;clear: both;}
	.row.banner_review .review_right>ul{width: 100%;}
	.part4 .carousel .carousel-control.left {left: -45px;}
	.part4 .carousel .carousel-control.right {right: -45px;}
	.p6_box>img{width: 90%;}
}
@media screen and (max-width: 450px){
	.banner{background-position: left top;}
	.banner_text{text-align: center;}
	.banner_text>p{padding-right: 0;}
	.banner_text>h1{font-size: 40px;margin-top: 100px;}
	.get_mac_new{margin-bottom: 30px;}
	.btn_dl{padding-left: 45px;}
	.banner_title,.banner_price{font-size: 35px}
	.f21{font-size: 16px;}
	.btn_dl{margin-top: 20px;}
	.round{position: static;background-color: #fff;width: 143px;height: 46px;border-radius: 3px;padding: 0;margin: 20px auto 0;}
	.banner_review li{float: left;}
	.banner_review .review_head,.banner_review .review_text,.banner_review li.li3{float: none;}
	.banner_review{height: 100%;margin: 63px auto 53px;border-radius: 10px;padding: 12px 20px 18px 20px;}
	.banner_review .review_right{clear:both;float: none;height: 56px;}
	.banner_review .review_right>ul{width: 232px;height: 56px;margin: 10px auto 0;}
	.review_head{text-align: center;margin-bottom: 5px;}
	.review_division1{display: none;}
	.review_division2{display: none;}
	.li3{margin: 0 auto;}
	.review_content>p{font-size: 14px;line-height: 23px;color: #000;font-family: 'Arial';}
	.review_star{text-align: center;margin: 5px 0 1px;}
	.review_note{font-size: 14px;color: #a0a0a0;font-family: "Arial";line-height: 23px;text-align: center;}
	.banner_dl>a{margin: 0 auto;}
	.banner_buy>a{margin: 0 auto;}
	.banner_buy{margin: 0 0 10px;}
	.banner_dl{margin: 0;}
	.banner_text>ul>li{display: block;}
	.banner_btn{margin-top: 50px;margin-bottom: 20px;width: auto;}
	.banner_getmac{margin: 0 auto 10px;}
	.banner_more{width: auto;padding: 0;}

	.part1>.container>h2{padding: 0;}

	.part2{padding: 70px 0 100px;}

	.part5 h2{margin: 40px 0 30px;}
	.post{padding: 45px 0 50px;}
	.lb_box{padding: 46px 0;}
	.poster-main,.lb_right{float: none;margin: 0 auto;}
	.lb_right>p{text-align: center;}
	.post h3{text-align: center;}
	.post .col-md-6.post_bot{margin-top: 30px;}
	.p5_dl{margin: 80px 0 20px;}
	.lb_none{display: block;}
	.lb_box>.visible-xs-block{display: none!important;}
	.poster-main .poster-prev-btn{left:-32px;}
	.poster-main .poster-next-btn{right:-32px;}

	.part6{padding-bottom: 50px;}
	.p6_box{margin-bottom: 20px;padding: 25px 10px;}
	.p6_btn{text-align: center;margin-top: 30px;}
	.p6_btn>a{display: block;margin: 10px auto;}

	.part7>.container>p{width: auto;margin-bottom: 35px;}
	#full .carousel-control.left{left: -50px;}
	#full .carousel-control.right{right: -50px;}
	.part7>.container>h2{margin-top: 35px;}
	.part7{padding-bottom: 35px;}
	.p7_text{width: auto;}
	.part7 .row{margin-top: 0;}
	.part7 .col-md-6{margin-top: 20px;}
	.part7 .col-md-6.p7_box1{margin-top: 0;}
}

@media screen and (min-width: 451px) and (max-width: 767px){
	.banner{background-position: left top;}
	.banner_text{text-align: center;}
	.banner_text>p{padding-right: 0;}
	.banner_text>h1{font-size: 60px;margin-top: 100px;}
	.bd-player-dl{margin: -15px auto 40px;}
	.get_mac_new{margin-bottom: 30px;}
	.btn_dl{padding-left: 45px;}
	.banner_review li{float: left;}
	.banner_review .review_head,.banner_review .review_text,.banner_review li.li3{float: none;}
	.banner_review{margin: 63px auto 53px;border-radius: 10px;padding: 12px 20px 18px 20px;}
	.banner_review .review_right{clear:both;float: none;height: 56px;}
	.banner_review .review_right>ul{width: 232px;height: 56px;margin: 10px auto 0;}
	.review_head{text-align: center;margin-bottom: 5px;}
	.review_division1{display: none;}
	.review_division2{display: none;}
	.li3{margin: 0 auto;}
	.review_content>p{font-size: 14px;line-height: 23px;color: #000;font-family: 'Arial';}
	.review_star{text-align: center;margin: 5px 0 1px;}
	.review_note{font-size: 14px;color: #a0a0a0;font-family: "Arial";line-height: 23px;text-align: center;}
	.li1{width: 100%;}
	.banner_dl>a{margin: 0 auto;}
	.banner_buy>a{margin: 0 auto;}
	.banner_buy{margin: 0 0 10px;}
	.banner_dl{margin: 0;}
	.banner_text>ul>li{display: block;}
	.banner_btn{margin-top: 50px;margin-bottom: 20px;width: auto;}
	.banner_getmac{margin: 0 auto 10px;}
	.banner_more{width: auto;padding: 0;}

	.part1>.container>h2{padding: 0;}

	.p1_title{font-size: 13px;}
	.p1_title1{left: 15px;top: 3px;}
	.p1_title2{left: 18px;top: 5px;}

	.part2{padding: 70px 0 100px;}

	.lb_box{padding: 46px 0;}
	.poster-main,.lb_right{float: none;margin: 0 auto;}
	.lb_right>p{text-align: center;}
	.post h3{text-align: center;}
	.post .col-md-6.post_bot{margin-top: 30px;}
	.p5_dl{margin: 80px 0 20px;}

	.part6{padding-bottom: 50px;}
	.p6_box{margin-bottom: 20px;padding: 25px 15px;}
	.p6_btn{text-align: center;}

	.part7>.container>p{width: auto;margin-bottom: 60px;}
	#full .carousel-control.left{left: -50px;}
	#full .carousel-control.right{right: -50px;}
	.p7_text{width: auto;}
	.part7 .row{margin-top: 0;}
	.part7 .col-md-6{margin-top: 30px;}
	.part7 .col-md-6.p7_box1{margin-top: 0;}
}

@media screen and (min-width: 768px) and (max-width: 991px){
	.banner_text{text-align: center;}
	.banner_text>p{padding-right: 0;}
	.banner_text>h1{margin-top: 100px;}
	.bd-player-dl{margin: -15px auto 40px;}
	.get_mac_new{margin-bottom: 30px;}
	.btn_dl{padding-left: 45px;}
	.banner_review li{float: left;}
	.banner_review .review_head,.banner_review .review_text{float: none;}
	.banner_review{margin: 80px auto 53px;border-radius: 18px;padding: 12px 20px 18px 20px;}
	.banner_review .review_right{clear:both;float: none;height: 56px;}
	.banner_review .review_right>ul{width: 232px;height: 56px;margin: 10px auto 0;}
	.review_head{text-align: center;margin-bottom: 5px;}
	.review_division1{margin: 9px 20px 0 0;}
	.review_division2{margin: 9px 0 0 30px;}
	.review_content{margin: 5px 15px 0 0;}
	.review_content>p{font-size: 14px;line-height: 23px;color: #000;font-family: 'Arial';width: 406px;}
	.review_star{text-align: center;margin: 5px 0 1px;}
	.review_note{font-size: 14px;color: #a0a0a0;font-family: "Arial";line-height: 23px;}
	.li1:nth-child(1){margin-left: 60px;}
	.li1:nth-child(3){margin-left: 15px;}

	.part1>.container>h2{padding: 0;}

	.part2{padding: 70px 0 100px;}

	.post h3{text-align: center;}
	.post .col-md-6.post_bot{margin-top: 30px;}

	.part6{padding-bottom: 50px;}
	.p6_box{margin-bottom: 20px;}
	.p6_btn{text-align: center;}

	.part7>.container>p{width: auto;margin-bottom: 60px;}
	#full .carousel-control.left{left: -30px;}
	#full .carousel-control.right{right: -30px;}
	.p7_text{width: auto;}
	.part7 .row{margin-top: 0;}
	.part7 .col-md-6{margin-top: 30px;}
	.part7 .col-md-6.p7_box1{margin-top: 0;}
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	.banner_text{padding-left: 20px;padding-right: 0;}
	.banner_text>h1{margin-top: 100px;}
	.banner_title,.banner_price{font-size: 38px;}
	.banner_review{height: 150px;margin: 80px auto 53px;border-radius: 15px;padding: 19px 25px 19px 30px;}
	.banner_review li{float: left;}
	.banner_review .review_right{clear:both;float: none;height: 56px;}
	.banner_review .review_right>ul{width: 232px;height: 56px;margin: 10px auto 0;}
	.review_division1{margin: 20px 20px 0;}
	.review_division2{margin: 20px 20px 0 35px;}
	.review_content{margin: 3px 15px 0 0;}
	.review_content>p{font-size: 14px;line-height: 23px;color: #000;font-family: 'Arial';width: 406px;}
	.review_star{text-align: center;margin: 18px 0 1px;}
	.review_note{font-size: 14px;color: #a0a0a0;font-family: "Arial";line-height: 23px;}
	.review_right{margin-top: 10px;}
	.li1:nth-child(1){margin-left: 120px;}
	.li1:nth-child(2){margin-left: 30px;}

	.part1>.container>h2{padding: 0 80px;}

	.lb_box{padding: 46px 0;}
	.poster-main,.lb_right{float: none;margin: 0 auto;}
	.lb_right>p{text-align: center;}

	.p6_box{padding: 25px 15px;}

	.part7>.container>p{width: auto;}
	.carousel-inner{width: 600px;margin: 0 auto;}
	#single .carousel-control.left{left: 35px;}
	#single .carousel-control.right{right: 35px;}
	#single .col-xs-4{padding: 0 20px;}
	.part7{padding-bottom: 60px;}
}

@media screen and (min-width: 1200px) and (max-width: 1440px){
	.banner_text{padding-left: 30px;padding-right: 0;}
	.banner_review{width: 1132px;height: 116px;margin: 120px auto 60px;border-radius: 58px;padding: 19px 25px 19px 40px;}
	.banner_review li{float: left;}
	.review_division1{margin: 20px 20px 0;}
	.review_division2{margin: 20px 20px 0 50px;}
	.review_content{margin: 3px 20px 0 0;}
	.review_content>p{font-size: 14px;line-height: 23px;color: #000;font-family: 'Arial';width: 400px;}
	.review_star{text-align: center;margin: 18px 0 1px;}
	.review_note{font-size: 14px;color: #a0a0a0;font-family: "Arial";line-height: 23px;}
	.review_right{margin-top: 10px;}
	.li1:nth-child(1){margin-left: 70px;}
	.li1:nth-child(2){margin-left: 70px;}

	.part1>.container>h2{padding: 0 150px;}
}

@media screen and (min-width: 1441px){
	.banner .container{width: 1200px;}
	.banner_text{padding-left: 30px;padding-right: 0;}
	.banner_review{width: 1132px;height: 116px;margin: 120px auto 60px;border-radius: 58px;padding: 19px 25px 19px 40px;}
	.banner_review li{float: left;}
	.review_division1{margin: 20px 20px 0;}
	.review_division2{margin: 20px 20px 0 50px;}
	.review_content{margin: 3px 20px 0 0;}
	.review_content>p{font-size: 14px;line-height: 23px;color: #000;font-family: 'Arial';width: 400px;}
	.review_star{text-align: center;margin: 18px 0 1px;}
	.review_note{font-size: 14px;color: #a0a0a0;font-family: "Arial";line-height: 23px;}
	.review_right{margin-top: 10px;}
	.li1:nth-child(1){margin-left: 70px;}
	.li1:nth-child(2){margin-left: 70px;}
}