@font-face {
	font-family: 'SourceHanSerifCN-Regular';
	font-style: normal;
	font-weight: 400;
	src: local('SourceHanSerifCN-Regular'), url('/css/fonts/SourceHanSerifCN-Bold.otf') format('truetype');
}
html, body {
    margin: 0;
    padding: 0;
}
.bgshen{
	background-color: #1a1c2a;
}
.inner{
	width: 1200px;
	margin: 0 auto;
	padding: 100px 0;
}
.content{
	display: flex;
}
.content .lf{
	width: 50%;
}
.content .lf img{
	width: 86.6%;
}
.content .lf img.quan{
	width: 100%;
}
.content .rt{
	width: 50%;
}
.content .rt .c_text{
	padding: 100px 0px 100px 20px;
}
.content .rt .c_text h1{
	font-size: 80px;
	font-family: "SourceHanSerifCN-Regular";
	font-weight: 700;
	text-align: left;
	color: #5299dc;
	letter-spacing: 2px;
	margin-bottom: 70px;
	line-height: 80px;
}
.content .rt .c_text .c_text_p{
	margin-bottom: 122px;
}
.content .rt .c_text .c_text_p p{
	font-size: 32px;
	font-family: "SourceHanSerifCN-Regular";
	text-align: left;
	color: #ffffff;
	line-height: 68px;
	letter-spacing: 2px;
}
.content .rt .c_text .c_text_a{
	display: flex;
}
.content .rt .c_text .c_text_a a{
	width: 200px;
	height: 60px;
	border-radius: 10px;
	font-size: 28px;
	text-align: center;
	color: #e60012;
	line-height: 60px;
	margin-right: 80px;
	display: block;
	border: 1px solid #e60012;
}
.content .rt .c_text .c_text_a a:hover{
	background: #e60012;
	color: #ffffff;
}
.booktuijian .in_title, .booktese .in_title, .shiyongfanwei .in_title {
    margin-top: 100px;
}

.in_title {
    padding: 0 0 80px 0;
    width: 100%;
}
.in_title h1 {
    font-size: 70px;
	font-family: "SourceHanSerifCN-Regular";
	font-weight: 700;
	text-align: center;
	color: #5299dc;
	line-height: 70px;
	cursor: pointer;
}
.in_title span {
	display: block;
	padding-top: 34px;
    font-size: 28px;
	font-family: "SourceHanSerifCN-Regular";
	font-weight: 700;
	text-align: center;
	color: #666666;
	letter-spacing: 8px;
	line-height: 28px;
	cursor: pointer;
}
.in_title span.bai {
	color: #ffffff;
}
.content .rt .c_text_jian{
	padding:  60px 0px 60px 20px;
}
.content .rt .c_text_jian p{
	font-size: 20px;
	text-indent: 2em;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	color: #333333;
	line-height: 48px;
}

.content .c_text_ul{
	width: 100%;
}
.content .c_text_ul .c_text_li{
	width: 100%;
	margin-bottom: 80px;
}
.content .c_text_ul .c_text_li{
	margin-bottom: 0;
}
.content .c_text_ul .c_text_li .left{
	float: left;
	width: 50%;
}
.content .c_text_ul .c_text_li .right{
	float: right;
	width: 50%;
}
.content .c_text_ul .c_text_li .c_text_li_img{
	transition: box-shadow 0.3s,transform 1s;
	cursor: pointer;
  	width: 100%;
  	transform: scale(1);
}
.content .c_text_ul .c_text_li .c_text_li_img:hover{
	transform: scale(1.1);
}
.content .c_text_ul .c_text_li:nth-child(odd)  .c_text_li_c{
	padding: 60px 0px 0px 75px;
	position: relative;
}
.content .c_text_ul .c_text_li:nth-child(even) .c_text_li_c{
	padding: 60px 78px 0px 0;
	position: relative;
}
.c_text_li:nth-child(odd) .c_text_li_c_title{
	position: absolute;
    left: 0;
    z-index: 1;
}
.c_text_li:nth-child(even) .c_text_li_c_title{
	position: absolute;
    right: 0;
    z-index: 1;
}

.c_text_li_c_title_bg{
	background-color: #faa449;
	width: 600px;
	height: 70px;
	display: flex;
}
.c_text_li:nth-child(odd) .c_text_li_c_title_bg{
	padding-right: 30px;
}
.c_text_li:nth-child(even) .c_text_li_c_title_bg{
	padding-left: 30px;
}

.c_text_li_c_title_t1{
	width: 90px;
	background-color: #f88a42;
}
.c_text_li_c_title_t1 h1{
	font-size: 38px;
	font-family: "SourceHanSerifCN-Regular";
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	line-height: 70px;
}
.c_text_li_c_title_t2{
	position: relative;
    width: 30px;
    height: 70px;
    background-color: #f88a42;
    overflow: hidden;
}
.c_text_li_c_title_t2::before {
	position: absolute;
    content: "";
    width: 50px;
    height: 100px;
    z-index: 100;
    background-color: #faa449;
}
.c_text_li:nth-child(odd) .c_text_li_c_title_t2::before {
	right: -35px;
    top: -20px;
	transform: rotateZ(157deg);
}
.c_text_li:nth-child(even) .c_text_li_c_title_t2::before {
	right: 15px;
    top: -20px;
    transform: rotateZ(203deg);
}
.c_text_li_c_title_t3{
	width: 450px;
}
.c_text_li_c_title_t3 h1{
	font-size: 30px;
	font-family: Microsoft YaHei, Microsoft YaHei-Bold;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 70px;
}
.c_text_li_c_zi{
	margin-top: 130px;
}
.c_text_li:nth-child(odd) .c_text_li_c_zi span{
	font-size: 22px;
	font-weight: 400;
	text-align: left;
	color: #ffffff;
	line-height: 42px;
	letter-spacing: 1px;
	display: block;
	width: 100%;
}
.c_text_li:nth-child(even) .c_text_li_c_zi span{
	font-size: 22px;
	font-weight: 400;
	text-align: right;
	color: #ffffff;
	line-height: 42px;
	letter-spacing: 1px;
	display: block;
	width: 100%;
}

.shiyfw{
	margin-bottom: 100px;
	width: 100%;
	display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.shiyfw .shiyfw_c{
	width: 285px;
}
.shiyfw_c .shiyfw_c_img{
	width: 250px;
	height: 250px;
	position: relative;
}
.shiyfw_c .shiyfw_c_img img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 2px solid #00406C;
}
.shiyfw_c:nth-child(even)  .shiyfw_c_img img{
	border: 2px solid #FF9906;
}
.shiyfw_c .shiyfw_c_img_shuzi{
	width: 90px;
    height: 90px;
    border-radius: 50%;
    padding-top: 5px;
	background-color: #fff;
    position: absolute;
   	bottom: 0;
   	right: -35px;
}
.shiyfw_c .shiyfw_c_img_shuzi span{
	display: block;
    width: 80px;
    height: 80px;
    background-color: #00406C;
    border-radius: 50%;
    margin: 0 auto;

    text-align: center;
    line-height: 80px;
    font-size: 38px;
	font-family: "SourceHanSerifCN-Regular";
	font-weight: 700;
	color: #ffffff;
}
.shiyfw_c:nth-child(even) .shiyfw_c_img_shuzi span{
	background-color: #FF9906;
}
.shiyfw_c .shiyfw_c_zi{
	width: 264px;
    margin-top: 50px;
}
.shiyfw_c .shiyfw_c_zi h1{
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	color: #000000;
	line-height: 44px;
}
.shiwzsul{
	column-count: 2;
	column-gap: 0;
}
.shiwzsul .shiwzsli{
	overflow: hidden;
}

.shiwzsul .shiwzsli img{
	transition: box-shadow 0.3s,transform 1s;
	cursor: pointer;
  	width: 100%;
  	transform: scale(1);
}
.shiwzsul .shiwzsli:hover img {
    box-shadow: 0px 0px 5px #999;
  	transform: scale(1.1);
}
