﻿.topImg-title {
	color: #004898;
}

.mra-part3  .swiper-button-next {
	right: 0;
}

.mra-part3  .swiper-button-prev {
	left: 0;
}

.mra-part2 .add-bottom {
	padding-bottom: 31px;
}

.MRA-container .no-bottom {
	padding-bottom: 0;
}

.MRA-container .no-border {
	border: none;
	padding-bottom: 0;
}

.mra-part1 {
	padding: 140px 80px;
}

.mra-title {
    font-family: 'Univers LT Pro 47 Lt Cn';
    font-size: 60px;
    line-height: 80px;
    color: #004898;
    text-align: center;
	margin-bottom: 24px;
	font-weight: 400;
}

.mra-desc {
	font-size: 18px;
	line-height: 36px;
	color: #595757;
	text-align: center;
}

.mra-part1-info {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	padding: 0 240px;
}

.mra-part1-left,
.mra-part1-right {
	overflow: hidden;
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
}

.mra-part1-left {
	padding-top: 40px;
	padding-right: 10%;
}

.mra-part1-right {
	padding-top: 15%;
}

.mra-part1-left img {
	width: 100%;
}

.mra-table-desc {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	width: 100%;
	padding: 15px 24px 10px 24px;
	border-bottom: 1px solid #dcdddd;
}

.mra-table-desc .mra-table-desctitle {
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	text-align: left;
	font-size: 18px;
	font-weight: 400;
	color: #595757;
}

.mra-table-desc .mra-table-descdata {
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	text-align: right;
	font-size: 18px;
	color: #595757;
}

/*.request {
	display: block;
	width: 260px;
	text-align: center;
	margin-top: 15%;
	margin-left: 24px;
	border: 2px solid #004898;
	line-height: 40px;
	font-size: 22px;
	color: #004898;
	font-weight: bold;
}

.request:link {
	color: #004898;
}

.request:visited {
	color: #004898;
}

.request:hover {
	background: #004898;
	color: #FFFFFF;
}*/

.mra-part1 .buttonBox {
	margin: 100px 0 0 24px;
	
}

/*highlights样式*/

.mra-part2 {
	padding: 140px 90px;
	background: #F6F6F6;
}

.mra-part2-info {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.mra-part2-left {
	width: 35%;
	margin-right: 4.5%;
}

.mra-part2-left img {
	width: 100%;
}

.mra-part2-right {
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
}

.mra-part-title {
    font-family: 'Univers LT Pro 47 Lt Cn';
	font-size: 60px;
	text-align: center;
	padding-bottom: 40px;
}

.mra-part2-subtitle {
    font-family: 'Univers LT Pro 47 Lt Cn';
    font-size: 24px;
    color: #004898;
    font-weight: 400;
    padding-bottom: 21px;
}

.mra-part2-desc {
	font-size: 18px;
	color: #595757;
	padding-bottom: 6px;
	line-height: 36px;
}

.mra-part3 {
	padding: 140px;
}

.parts-img-items {
	position: relative;
	padding: 0 162px;
}

.img-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.img-item img {
	display: block;
	width: 100%;
}

.img-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
}

.img-mask-title {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 24px;
    font-weight: 400;
    color: #FFF;
    text-align: center;
    /*cyt 0506*/
   	line-height: 34px;
	padding: 0 10px;
}

.img-item:hover .img-mask {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
}

/*related links 样式 */
/*swiper nav*/
.swiper-nav {
	position: relative;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	margin-bottom: 80px;
	padding: 0 80px;
	height: 80px;
	background: #F6F6F6;
	font-size: 0;
	border-bottom: 1px solid #004898;
}

.nav-item {
    font-family: 'Univers LT Pro 47 Lt Cn';
	display: inline-block;
	padding: 0 24px;
	font-size: 20px;
    font-weight: 400;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
}

.nav-item:hover {
	color: #004898;
}

.swiper-nav-title {
	margin-right: 80px;
    font-family: 'Univers LT Pro 47 Lt Cn';
	font-size: 30px;
	line-height: 80px;
	color: #004898;
	font-weight: 400;
}

.swiper-nav-active {
	background: #004898;
	color: #FFFFFF !important;
}

/*轮播内容样式*/
.related-links-container {
    margin: 0 80px;
    background: #F6F6F6;
}

.related-links-slide {
	padding: 130px 260px;
}

.related-links-slide {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.item1-left,
.item2-left {
	width: 45%;
	margin-right: 60px;
}

.item1-left img,
.item2-left img {
	width: 100%;
	height: auto;
}

.item1-right,
.item2-right {
	position: relative;
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
}

.item-right-info {
	max-width: 600px;
	height: 100%;
}

.mra-part4 .learn-more {
	width: 300px;
	margin-top: 40px;
}

.item-title {
    font-family: 'Univers LT Pro 47 Lt Cn';
    font-size: 40px;
    font-weight: 400;
    color: #004898;
    padding-top: 40px;
    padding-bottom: 40px;
}

.item-desc {
	font-size: 18px;
	line-height: 36px;
	color: #595757;
}

/*.learn-more {
	display: block;
	width: 300px;
	font-size: 22px;
	line-height: 40px;
	text-align: center;
	color: #004898;
	font-weight: bold;
	border: 2px solid #004898;
}

.learn-more:hover {
	background: #004898;
	color: #FFF;
}*/

.item3-part {
	position: relative;
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	margin-right: 160px;
}

.item3-part:last-child {
	margin-right: 0;
}

.item3-part img {
	display: block;
	width: 100%;
}

.item3-info {
	/*position: relative;*/
	/*display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;*/
	width: 100%;
	height: 100%;
	padding-bottom: 64px;
}

.item3-info .item-desc {
	/*flex: 1;*/
}

.item3-part .learn-more {
	position: absolute;
	bottom: -60px;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	margin: 0 auto 60px auto;
}

.item3-part .item-title {
	padding: 24px 0;
	text-align: center;
}

.item3-part .item-desc {
	text-align: left;
}

.modify-padding {
	padding: 60px 360px;
}

/*download part样式*/
.download-part {
	padding: 0 80px;
	padding-bottom: 140px;
	font-size: 0;
}

.download-title-wrapper {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    padding-top: 140px;
    padding-bottom: 40px;
}

.download-title {
    font-family: "Univers LT Pro 47 Lt Cn";
    font-weight: 400;
	font-size: 48px;
	color: #004898;
	text-align: center;
}

.download-main {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    padding: 0 100px;
}

.download-item {
	width: 100%;
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.download-item .download-item-img {
	display: block;
	position: relative;
	width: 170px;
	height: 170px;
	background: #CCC;
	border: 1px solid #bfbfbf;
}

/*.download-item-dlimg {
	position: absolute;
	right: 0;
	bottom: 0;
	background-image: url("img/2.jpg");
}*/

.download-item-info {
	position: relative;
	padding: 80px 0 0 40px;
}

.download-item-title {
	font-size: 18px;
	line-height: 30px;
	color: #004898;
}

.download-pdf-desc {
	position: absolute;
	bottom: 0;
	font-size: 18px;
	color: #595757;
}


/*图片放大*/
.mask-layer {
	overflow: scroll;
    position: fixed;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: rgba(0, 0, 0, .85)
}
/*.mask-layer-black {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .85;
    position: absolute;
    top: 0;
    left: 0;
}*/
.mask-layer-container {
    width: 40%;
    position: absolute;
    z-index: 100;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mask-layer-imgbox {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.mask-layer-imgbox > img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/*按钮样式*/
.btn-default-styles {
	position: absolute;
	width: 100px;
	text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    /*color: #fff;*/
    z-index: 100;
    cursor: pointer;
}

.mask-prev {
	top: 50%;
	left: 60px;
	font-size: 60px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mask-next {
	top: 50%;
	right: 60px;
	font-size: 60px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mask-next:hover .icon--8:before,
.mask-prev:hover .icon---:before {
	color: #004898;
}

.mask-close {
	right: 80px;
	/*cyt 0506*/
	top: 80px;
	right: 15px;
	width: 35px;
	height: 35px;
	font-size: 35px;
	line-height: 35px;
	/*text-align: center;
	background: rgba(0, 0, 0, .3);
	border-radius: 50%;
	color: #cacbca;
	transition: all .6s;*/
}
/*gxq 0511*/
.mask-close.icon-2:before {
	margin-left: 0;
	font-size: 42px;
	font-weight: bold;
	color: #FFF;
}
/*.mask-close:hover.icon-2:before {
	transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-webkit-transition: all .6s;
}

.mask-close:hover.icon-2:before {
  	color: rgb(74, 74, 74, 1);
}*/

.btn-default-styles:focus {
    outline: none;
}

.mask-title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	padding: 0 80px;
	font-size: 24px;
	color: #FFF;
	line-height: 80px;
}

.mask-title p {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 1919px) {
	.item-title {
		padding-top: 0;
	}
	
	.modify-padding {
		padding: 60px 300px;
	}
	
	.item3-part {
		margin-right: 100px;
	}
	
	.item-title {
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 1699px) {
	.mra-part1-info {
		padding: 0 200px;
	} 
}

@media only screen and (max-width: 1599px) {
	.mra-part1-info {
		padding: 0 180px;
	} 
	
	.mra-part1 .buttonBox {
		margin: 70px 0 0 24px;
		
	}
}

@media only screen and (max-width: 1499px) {
	.download-main {
		padding: 0 50px;
	}
	
	.mra-part1-info {
		padding: 0 150px;
	} 
	
	.related-links-slide {
		padding: 130px 200px;
	}
	
	.modify-padding {
		padding: 60px 250px;
	}
}

@media only screen and (max-width: 1399px) {
	.download-main {
		padding: 0;
	}
	
	.download-item-info {
		padding: 80px 0 0 20px;
	}
	
	.related-links-slide {
		padding: 130px 150px;
	}
	
	.modify-padding {
		padding: 60px 200px;
	}
	
	.mra-part1 {
		padding: 140px 60px;
	}
	
	.mra-part2 {
		padding: 140px 70px;
	}
	
	.swiper-nav {
		padding: 0 60px;
	}
	
	.related-links-container {
		margin: 0 60px;
	}
	
	.download-part {
		padding: 0 60px;
		padding-bottom: 140px;
	}
	
	.mra-part3 {
		padding: 140px 120px;
	}
}

@media only screen and (max-width: 1299px) {
	.mra-part1-right {
		padding-top: 10%;
	}
	
	.mra-part1-info {
		padding: 0 100px;
	}
	
	.item-title {
		padding-bottom: 10px;
	}
	
	.mra-part1 {
		padding: 140px 40px;
	}
	
	.mra-part2 {
		padding: 140px 50px;
	}
	
	.swiper-nav {
		padding: 0 40px;
	}
	
	.related-links-container {
		margin: 0 40px;
	}
	
	.download-part {
		padding: 0 40px;
		padding-bottom: 140px;
	}
	
	.mra-part3 {
		padding: 140px 100px;
	}
}
@media only screen and (max-width: 1024px) {
	.mask-layer-black {
		height: 120%;
	}
}
/*cyt 0506 下载封面图*/
.download-item-bgimg{
	width: 100%;
}
/*

@media only screen and (max-width: 1500px) {
	.download-main {
		padding: 0 50px;
	}
	.mra-part1-info {
		padding: 0 150px;
	} 
}

@media only screen and (max-width: 1400px) {
	.download-main {
		padding: 0;
	}
	
	.download-item-info {
		padding: 80px 0 0 20px;
	}
}*/

@media only screen and (max-width: 1919px) {
	.mra-part1 {
	    padding: 116.2px 40px;
	}
	.mra-title {
	    margin-bottom: 19.92px;
	}
	.mra-part1-left {
	    padding-top: 33.2px;
	}
	.mra-part1-right {
	    padding-top: 15%;
	}
	.mra-table-desc {
	    padding: 12.45px 24px 8.3px 24px;
	}
	.mra-part2 {
	    padding: 116.2px 90px;
	}
	.mra-part-title {
	    padding-bottom: 33.2px;
	}
	.mra-part2-subtitle {
	    padding-bottom: 17.43px;
	}
	.mra-part2-desc {
	    padding-bottom: 4.98px;
	}
	.mra-part2 .add-bottom {
	    padding-bottom: 25.73px;
	}
	.mra-part3 {
	    padding: 116.2px 140px;
	}
	.swiper-nav {
	    margin-bottom: 66.4px;
	}
	.related-links-slide {
	    padding: 9% 260px;
	}
	.download-title-wrapper {
	    padding-top: 116.2px;
	    padding-bottom: 33.2px;
	}
	.left-hr, .right-hr {
	    margin-top: 27px;
	}
	.item-title {
	    padding-bottom: 16.6px;
	}
	.mra-part4 .learn-more {
	    margin-top: 33.2px;
	}
	.modify-padding {
	    padding: 49.8px 360px;
	}
	.item3-part .item-title {
	    padding: 19.92px 0;
	}
	.download-part {
	    padding-bottom: 116.2px;
	}
}
@media only screen and (max-width: 1599px) {
	.mra-part1 {
	    padding: 105px 40px;
	}
	.mra-title {
	    font-size: 40px;
	    line-height: 50px;
	    margin-bottom: 18px;
	}
	.mra-desc {
	    font-size: 16px;
	    line-height: 30px;
	}
	.mra-part1-left {
	    padding-top: 30px;
	}
	.mra-part1-right {
	    padding-top: 15%;
	}
	.mra-table-desc {
	    padding: 11.25px 24px 7.5px 24px;
	}
	.mra-table-desc .mra-table-desctitle,.mra-table-desc .mra-table-descdata {
	    font-size: 16px;
	}
	.mra-part2 {
	    padding: 105px 90px;
	}
	.mra-part-title {
	    font-size: 40px;
	    padding-bottom: 30px;
	}
	.mra-part2-subtitle {
	    font-size: 20px;
	    padding-bottom: 15.75px;
	}
	.mra-part2-desc {
	    font-size: 16px;
	    padding-bottom: 4.5px;
	    line-height: 30px;
	}
	.mra-part2 .add-bottom {
	    padding-bottom: 23.25px;
	}
	.mra-part3 {
	    padding: 105px 140px;
	}
	.img-mask-title {
	    font-size: 20px;
	    line-height: 30px;
	}
	.swiper-nav {
	    margin-bottom: 60px;
	}
	.swiper-nav-title {
	    font-size: 20px;
	}
	.nav-item {
	    font-size: 16px;
	}
	.related-links-slide {
	    padding: 9% 230px;
	    padding-top:147.5px;
	}
	.download-title-wrapper {
	    padding-top: 105px;
	    padding-bottom: 30px;
	}
	.left-hr, .right-hr {
	    margin-top: 17px;
	}
	.download-title {
	    font-size: 32px;
	}
	.item-title {
	    padding-bottom: 15px;
	    font-size: 26px;
	}
	.item-desc {
	    font-size: 16px;
	    line-height: 30px;
	}
	.mra-part4 .learn-more {
	    margin-top: 30px;
	}
	button {
	    font-size: 18px;
	}
	.modify-padding {
	    padding: 45px 260px;
	}
	.item3-part .item-title {
	    padding: 18px 0;
	}
	.download-item-title {
	    font-size: 16px;
	    line-height: 30px;
	}
	.download-pdf-desc {
	    font-size: 16px;
	}
	.download-part {
	    padding-bottom: 105px;
	}
}
@media only screen and (max-width: 1299px) {
	.mra-part1 {
	    padding: 95.2px 40px;
	}
	.mra-title {
	    font-size: 40px;
	    margin-bottom: 16.32px;
	}
	.mra-desc {
	    font-size: 16px;
	    line-height: 30px;
	}
	.mra-part1-left {
	    padding-top: 27.2px;
	}
	.mra-part1-right {
	    padding-top: 15%;
	}
	.mra-table-desc {
	    padding: 10.2px 24px 6.8px 24px;
	}
	.mra-table-desc .mra-table-desctitle,.mra-table-desc .mra-table-descdata {
	    font-size: 16px;
	}
	.mra-part2 {
	    padding: 95.2px 90px;
	}
	.mra-part-title {
	    font-size: 40px;
	    padding-bottom: 27.2px;
	}
	.mra-part2-subtitle {
	    font-size: 20px;
	    padding-bottom: 14.28px;
	}
	.mra-part2-desc {
	    font-size: 16px;
	    padding-bottom: 4.08px;
	    line-height: 30px;
	}
	.mra-part2 .add-bottom {
	    padding-bottom: 21.08px;
	}
	.mra-part3 {
	    padding: 95.2px 140px;
	}
	.img-mask-title {
	    font-size: 20px;
	    line-height: 30px;
	}
	.swiper-nav {
	    margin-bottom: 54.4px;
	}
	.swiper-nav-title {
	    font-size: 20px;
	}
	.nav-item {
	    font-size: 16px;
	}
	.related-links-slide {
	    padding: 10% 200px;
	}
	.download-title-wrapper {
	    padding-top: 95.2px;
	    padding-bottom: 27.2px;
	}
	.left-hr, .right-hr {
	    margin-top: 17px;
	}
	.download-title {
	    font-size: 32px;
	}
	.item-title {
	    padding-bottom: 13.6px;
	    font-size: 26px;
	}
	.item-desc {
	    font-size: 16px;
	    line-height: 30px;
	}
	.mra-part4 .learn-more {
	    margin-top: 27.2px;
	}
	button {
	    font-size: 18px;
	}
	.modify-padding {
	    padding: 40.8px 200px;
	}
	.item3-part .item-title {
	    padding: 16.32px 0;
	}
	.download-item-title {
	    font-size: 16px;
	    line-height: 30px;
	}
	.download-pdf-desc {
	    font-size: 16px;
	}
	.download-part {
	    padding-bottom: 95.2px;
	}
}

@media only screen and (max-width: 1024px) {
	.mask-layer {
		max-width: 750px;
		left: 50%;
		transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}
	.mask-close {
		position: fixed;
		top: 60px;
		right: 30px;
		z-index: 101;
	}
}

