.w-max {
    width: 1200px;
    margin: 0 auto;
}
.ct {
    margin: 0 auto;
}
.ovh {
    overflow: hidden;
}
/*banner*/
.swiper-pagination-bullets{
	bottom: 15px!important;
}
.swiper-pagination-bullet{
	width: 50px;
	height: 4px;
	background: #646871;
	border-radius: 0;
	opacity: 1;
	margin: 0 10px!important;
}
.swiper-pagination-bullet-active{
	background: #0A6CCF;
}
.banner{
	position: relative;
}
.banner .banner_text{
	position: absolute;
	bottom: 70px;
	left: 0;
	z-index: 3;
	color: #323232;
	width: 100%;
}
.banner .banner_text .banner_text_con{
	width: 1200px;
	margin: 0 auto;
}
.banner_text_con h3{
	font-size: 30px;
	margin-bottom: 20px;
}
.banner_text_con p{
	width: 780px;
	font-size: 16px;
	line-height: 28px;
}
.banner_text_con .btns a{
	display: inline-block;
	vertical-align: middle;
	width: 206px;
	height: 45px;
	line-height: 45px;
	color: #323232;
	border: 1px solid #8F9298;
	text-align: center;
	font-size: 16px;
	margin: 20px 20px 0 0;
}
.banner_text_con .btns a.active{
	background: #3091F2;	
	border: 0 none;
	cursor: default;
}
.banner .contact{
	position: absolute;
	bottom: 87px;
	width: 120px;
	height: 34px;
	line-height: 34px;
	left: 50%;
	margin-left: -60px;
    background-color: #e71f19;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
/*block1*/
.page_baidu .f1 {
    padding-bottom: 70px;
}
.page_baidu .title {
    padding-top: 60px;
    text-align: center;
    margin-bottom: 40px;
}
.page_baidu .title h3 {
    font-size: 36px;
    color: #2e303f;
}
.page_baidu .title span {
    font-size: 14px;
    color: #6a6a6a;
    line-height: 35px;
}
.page_baidu .f1 .list {
    text-align: center;
}
.page_baidu .f1 .list .item {
    display: inline-block;
    width: 139px;
    margin: 0 10px;
    vertical-align: top;
}
.page_baidu .f1 .list .item, .page_baidu .f1 .list .item * {
    transition: all 0.2s;
}
.page_baidu .f1 .list .item h4 {
    width: 100%;
    font-size: 16px;
    color: #1d1d1d;
    line-height: 40px;
    background-color: #eeeeee;
    margin: 0;
}
.page_baidu .f1 .list .item .wrap {
    border: 1px solid transparent;
    border-top: none;
    padding-top: 20px;
}
.page_baidu .f1 .list .item p a {
    display: block;
    line-height: 33px;
    font-size: 14px;
    color: #252525;
    text-align: center;
    cursor: default;
}
.page_baidu .f1 .list .item:hover .wrap {
    border-color: #05091f; 
}
.page_baidu .f1 .list .item:hover h4 {
    color: #ffffff;
    background-color: #05091f;
    margin: 0; 
}
/*.page_baidu .f1 .list .item p a:hover {
    color: #0A6CCF
}*/
/*block2*/
section * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.solution {
    position: relative;
    height: 596px;
}
.solution .solution-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: #000 url(block2_bg.png) top center no-repeat;
    -webkit-transition: background-position 0.5s ease-out;
    -moz-transition: background-position 0.5s ease-out;
    -ms-transition: background-position 0.5s ease-out;
    -o-transition: background-position 0.5s ease-out;
    transition: background-position 0.5s ease-out;
    background-image: url(block2_bg.png);
}
.solution .container {
    width: 1180px;
    position: relative;
    margin: 0 auto;
    z-index: 5;
}
.solution .container {
    width: 1180px;
    position: relative;
    margin: 0 auto;
    z-index: 5;
}
.solution .sidebar {
    float: left;
    width: 230px;
    /*height: 596px;*/
    overflow: hidden;
    background: rgba(0,0,0,0.7);
    padding: 22px 0;
}
.solution .sidebar li {
    height: 92px;
    color: #454545;
    cursor: pointer;
}
.solution .sidebar .sidebar-item {
    font-weight: normal;
}
.solution .sidebar a {
    color: #fff;
    text-decoration: none;
    display: block;
    border-top: 1px solid #333;
    padding: 10px 0;
}
.solution .sidebar li a {
    padding-left: 15px;
    -webkit-transition: padding-left 0.1s ease-out;
    -moz-transition: padding-left 0.1s ease-out;
    -ms-transition: padding-left 0.1s ease-out;
    -o-transition: padding-left 0.1s ease-out;
    transition: padding-left 0.1s ease-out;
    border-top: 1px solid #454545;
}
.solution .sidebar li:first-child a {
    border-top: none;
}
.solution .sidebar li.active p, .solution .sidebar li.hover p {
    opacity: .75;
    filter: alpha(opacity=75);
}
.solution .sidebar li.active, .solution .sidebar li.hover {
    background-image: -webkit-linear-gradient(-270deg, #0B61FF 0, #00A1FF 97%);
    background-image: -moz-linear-gradient(-270deg, #0B61FF 0, #00A1FF 97%);
    background-image: -o-linear-gradient(-270deg, #0B61FF 0, #00A1FF 97%);
    background-image: linear-gradient(270deg, #0B61FF 0, #00A1FF 97%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=.75, startColorstr=#0B61FF, endColorstr=#00A1FF);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0.75, startColorstr=#0B61FF, endColorstr=#00A1FF)";
}
.solution .sidebar li.active a, .solution .sidebar li.hover a {
    padding-left: 25px;
    border-color: transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.solution .sidebar h3 {
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
}
.solution .sidebar p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    opacity: .4;
    filter: alpha(opacity=40);
}
.solution .content {
	margin: 0 0 100px 395px;
    height: 400px;
    position: relative;
    top: 77px;
}
.solution .content .content-item {
    color: #fff;
    position: absolute;
    top: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.15s ease-out 0.05s;
    -moz-transition: all 0.15s ease-out 0.05s;
    -ms-transition: all 0.15s ease-out 0.05s;
    -o-transition: all 0.15s ease-out 0.05s;
    transition: all 0.15s ease-out 0.05s;
}
.solution .content .header-section {
    position: relative;
    overflow: hidden;
    width: 712px;
}
.solution .content h3 {
    font-weight: normal;
    font-size: 24px;
    line-height: 40px;
}
.solution .content p {
    line-height: 26px;
    font-size: 14px;
    color: #c6c6c6;
    margin-top: 20px;
}
.solution .content .solution-link {
    font-size: 14px;
    width: 157px;
    height: 36px;
    border: 1px solid #D8D8D8;
    display: block;
    margin-top: 30px;
    text-align: center;
    line-height: 34px;
    color: #FFF;
    text-decoration: none;
    opacity: .8;
    filter: alpha(opacity=80);
}
.solution .partners {
    overflow: hidden;
    margin-top: 30px;
}
.solution .partners p {
    font-size: 14px;
    line-height: 26px;
    padding: 0;
    margin: 0;
}
.solution .partners li {
    float: left;
    margin-top: 10px;
    margin-left: 40px;
}
.solution .partners .partner-0 {
    margin-left: 0;
}
.solution .content .solution-detail ul li {
    float: left;
    font-size: 14px;
}
.solution .partners li img {
    height: 29px;
}
.solution .related-products {
    margin-top: 30px;
}
.solution .related-products h4 {
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    padding: 0;
}
.solution .related-products a {
    width: 190px;
    height: 36px;
    padding: 10px 10px 10px 15px;
    border: 1px solid #7D7D7D;
    display: block;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    color: #FFF;
    background-color: #404040;
    background: rgba(64,64,64,0.6);
    opacity: .8;
    filter: alpha(opacity=80);
    font-weight: normal;
    font-size: 0;
    cursor: default;
}
.solution .related-products a img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.solution .related-products a span{
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
}
.solution .related-products i {
    font-size: 16px;
    margin-right: 10px;
    opacity: .25;
    filter: alpha(opacity=25);
    position: relative;
    top: 1px;
}
.solution .content .content-item.active {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 2;
    top: 0;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.33, 1.02) 0.25s;
    -moz-transition: all 1s cubic-bezier(0, 0, 0.33, 1.02) 0.25s;
    -ms-transition: all 1s cubic-bezier(0, 0, 0.33, 1.02) 0.25s;
    -o-transition: all 1s cubic-bezier(0, 0, 0.33, 1.02) 0.25s;
    transition: all 1s cubic-bezier(0, 0, 0.33, 1.02) 0.25s;
}
.solution .related-products li {
    margin: 10px 20px 10px 0
}
/*block3*/
.bandwidth_list{
	background: #f5f5f5;
}
.bandwidth_list .list.new_list1 {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-right: -30px;
    font-size: 0;
    width: 1224px;
}
.bandwidth_list .list .item {
    width: 287px;
    margin-right: 17px;
    margin-bottom: 43px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.bandwidth_list .list.new_list1 .item {
    width: 252px;
    background-color: #fff;
    padding: 15px;
    margin-right: 24px;
    margin-bottom: 30px;
}
.bandwidth_list .list.new_list1 .item:hover{
	box-shadow: 0 0 25px 1px #EAEAEA;
}
.bandwidth_list .list .item h3 {
    background-color: #ffffff;
    font-size: 18px;
    color: #333;
    line-height: 35px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px dashed #dcdcdc;
}
.bandwidth_list .list .item h3 span{
	color: #A0A0A0;
	font-size: 12px;
}
.bandwidth_list .list.new_list1 .item h3 {
    margin-bottom: 30px;
    position: relative;
    background-color: transparent;
    z-index: 2;
}
.bandwidth_list .list .item .wp {
    padding: 0 20px;
}
.bandwidth_list .list.new_list1 .item .wp p {
    font-size: 16px;
    color: #333333;
    line-height: 35px;
    text-align: left;
}
.bandwidth_list .list.new_list1 .item .wp h4 {
    font-size: 35px;
    color: #f00000;
    margin-top: 10px;
    line-height: 1.5;
    padding-left: 0;
}
.bandwidth_list .list.new_list1 .item .wp h4 i{
	font-weight: 600;
}
.bandwidth_list .list.new_list1 .item .wp h4 span{
	font-size: 16px;
	color: #000000;
	margin-left: 10px;
}
.bandwidth_list .list .item .wp .button_wp {
    padding: 20px 0;
    border-top: 1px dotted #dcdcdc;
    margin-top: 25px;
    text-align: center;
}
.bandwidth_list .list.new_list1 .item .button_wp {
    margin-top: 0;
    border-top: none;
}
.bandwidth_list .list .item .wp .button_wp a {
    width: 100%;
    height: 34px;
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    background-color: #ff8a00;
    text-align: center;
    line-height: 32px;
    transition: all 0.2s;
}
.bandwidth_list .list.new_list1 .item .button_wp a {
    width: 100%;
    background-color: #108cee;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
}
/*block4*/
.page_baidu .process_of_purchase {
    background-color: #f6f6f6;
    padding: 60px 0;
    background: url(block4_bg.jpg) no-repeat center;
}
.page_baidu .process_of_purchase .list {
    text-align: center;
}
.page_baidu .process_of_purchase .list .item {
    display: inline-block;
    vertical-align: top;
}
.page_baidu .process_of_purchase .list .item.step .item_content {
    width: 230px;
    height: 230px;
    border-radius: 230px;
    border: 2px solid #fff;
    padding: 0 20px;
    padding-top: 40px;
    text-align: center;
}
.page_baidu .process_of_purchase .list .item.step .item_content h5 {
    font-size: 26px;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 5px;
}
.page_baidu .process_of_purchase .list .item.step .item_content span {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    text-align: center;
}
.page_baidu .process_of_purchase .list .item.step .item_content a {
    display: inline-block;
    padding: 0 8px;
    color: #ffffff;
    background-color: #FFAD2D;
    line-height: 26px;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 6px;
}
.page_baidu .process_of_purchase .list .item p {
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    margin-top: 20px;
    text-align: center;
}
.page_baidu .process_of_purchase .list .item {
    display: inline-block;
    vertical-align: top;
}
.page_baidu .process_of_purchase .list .item.arr .item_content {
    width: 80px;
    height: 230px;
    background: url(block4_arrow.png) no-repeat center;
}
/*block5*/
.page_baidu .solution_b {
    text-align: center;
}
.page_baidu .solution_b h3 {
    font-size: 36px;
    color: #0d0d0d;
    line-height: 52px;
    padding: 65px 0;
    text-align: center;
}
.page_baidu .solution_b .list {
    margin-right: -150px;
    font-size: 0;
}
.page_baidu .solution_b .list .item {
    display: inline-block;
    width: 300px;
    height: 220px;
    text-align: center;
    margin-right: 150px;
    vertical-align: top;
}
.page_baidu .solution_b .list .item .icon {
    display: inline-block;
    width: 63px;
    height: 63px;
    background: url(block5_icon1.png) no-repeat center;
    margin-bottom: 17px;
}
.page_baidu .solution_b .list .item p {
    font-size: 14px;
	color: #2E303F;
    line-height: 25px;
}
.page_baidu .solution_b .list .item:nth-child(2) .icon {
    background-image: url(block5_icon2.png);
}
.page_baidu .solution_b .list .item:nth-child(3) .icon {
    background-image: url(block5_icon3.png);
}
.page_baidu .solution_b .list .item:nth-child(4) .icon {
    background-image: url(block5_icon4.png);
}
.page_baidu .solution_b .list .item:nth-child(5) .icon {
    background-image: url(block5_icon5.png);
}
.page_baidu .solution_b .list .item:nth-child(6) .icon {
    background-image: url(block5_icon6.png);
}
/*block6*/
.cdn_product{
	background: #f5f5f5;
}
.ddos_adv .list, .ssl_adv .list, .fw_adv .list, .pen_scene .list, .cdn_product .list, .cdn_adv .list {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 47px;
}
.cdn_product .list, .cdn_adv .list {
    flex-wrap: wrap;
}
.cdn_product .list .item, .cdn_adv .list .item {
    width: 580px;
    height: 147px;
    padding: 30px 0;
}
.cdn_product .list .item span, .cdn_adv .list .item span {
    width: 69px;
    height: 69px;
    float: left;
    margin: 10px 12px 0 0;
}
.ddos_adv .list .item h4, .ssl_adv .list .item h4, .fw_adv .list .item h4, .pen_scene .list .item h4, .cdn_product .list .item h4, .cdn_adv .list .item h4 {
    font-size: 16px;
    color: #1c1c1c;
    line-height: 1.5;
    margin-top: 10px;
}
.cdn_product .list .item h4, .cdn_adv .list .item h4 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    margin-left: 100px;
}
.cdn_product .list .item p, .cdn_adv .list .item p {
    text-align: left;
    margin-left: 100px;
    line-height: 25px;
}
/*block7*/
/* .about_us{
	background: url(block7_bg.jpg) no-repeat bottom center;
} */
.about_us .con_text{
	width: 665px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0 85px;
	font-size: 16px;
	line-height: 35px;
	color: #2E303F;
}
@media screen and (max-width: 1600px) {
	.header_menu_wrap{
		padding: 0 10px;
	}
	.header_menu_wrap .menu_list li{
		margin: 0;
	}
	.banner .banner_text{
		bottom: 30px;
	}
	.banner_text_con h3 {
	    font-size: 20px;
	    margin-bottom: 10px;
	}
	.banner_text_con p {
	    font-size: 12px;
	}
	.banner_text_con .btns a{
		margin: 10px 15px 0 0;
	}
	.banner .contact{
		bottom: 40px;
	}
}