.productBanner {
	width: 100%;
}

.arguments {
	width: 100%;
	padding-top: 70px;
	padding-bottom: 70px;
}

.argumentsCenter {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	border-bottom: 3px solid #ecedef;
	padding-bottom: 25px;
}

.argumentsLeft {
	background-color: white;
	width: 280px;
	height: 280px;
	border-radius: 4px;
	border: 3px solid #022644;
	display: flex;
	justify-content: center;
	align-items: center;
	/* overflow: hidden; */
	position: relative;
}

.theName {
	position: absolute;
	bottom: -30px;
	font-size: 16px;
	color: #333;
	letter-spacing: 1;
}

.argumentsLeft img {
	max-width: 85%;
	max-height: 85%;
	transition: 0.8s;
}

.argumentsLeft:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-transform: scale(1.1);
}

.argumentsRight {
	width: 54%;
}

.argumentsRightItem {
	margin-bottom: 13px;
}

.argumentsRightItemTitle {
	background-color: #022644;
	color: white;
	line-height: 1;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 1px;
	border-radius: 5px;
	font-size: 15px;
	width: 90px;
	text-align: center;
	margin-bottom: 4px;
}

.argumentsDetail{
	font-size: 14px;
	color: #333;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	line-height: 1.6;
}
.argumentsDetailItem{
	width: 33.3%;
}

.videoBox{
	width: 100%;
	padding-bottom: 70px;
}
.videoCenter{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.videoTitle{
	font-synthesis: 18px;
	color: #022644;
	letter-spacing: 2px;
	font-weight: bold;
	width: 110px;
	height: 30px;
	line-height: 30px;
	margin-left: auto;
	margin-right: auto;
	text-indent: 2.3em;
	background:url(../images/videoIcon.png) no-repeat left center;
}
.videoFather{
	width: 1030px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
video{
	vertical-align:middle;
	outline: none;
}


.pdfBox{
	box-shadow: 0px 0px 10px #c7c7c7;
	width: 800px;
	height: 120px;
	margin:0 auto;
	margin-bottom: 80px;
	display: flex;
	align-items:center;
}
.pdf_Pic_box{
	width: 15%;
	padding-left: 4%;
}
.pdfName{
	width: 64%;
	font-size: 16px;
	color: #333;
	letter-spacing: 1px;
}
.pdfBtnBox{
	width: 20%;
}
.pdfBtn{
	margin:0 auto;
	background: #022644;
	padding:10px 16px;
	display: flex;
	align-items:center;
	justify-content:center;
	border-radius: 4px;
	border:none;
	outline: none;
}
.pdfBtn:active{
	background: #01172b;
}
.pdfBtn img{
	width: 16px;
	height: 16px;
	margin-right: 8px;
}
.pdfBtn span{
	font-size: 16px;
	color: white;
}
.searchFather {
    background-color: white;
    padding-top: 50px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.searchUpForm {
    background-color: red;
    display: flex;
    flex-direction: row;
}

.theInputer {
    height: 36px;
    line-height: 36px;
    outline: none;
    border: 1px solid #008af1;
    color: #333;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 5px;
    width: 500px;
}

.theSubmit {
    height: 36px;
    line-height: 36px;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    background-color: #008af1;
    outline: none;
    border: none;
}

    .theSubmit:active {
        background-color: #0072c3;
    }

.searchDown {
    margin-top: 20px;
    display: flex;
}

.searchDownItem {
    background-color: #f5f5f7;
    line-height: 1;
    padding: 10px 15px;
    margin-left: 30px;
    font-size: 14px;
    color: #022644;
    cursor: pointer;
}

    .searchDownItem:hover {
        background-color: #f1f1f1;
        color: #000;
    }

.add {
    color: #022845;
    font-weight: bold;
}