@charset "gb2312";
/* CSS Document */


.con-title dt {
	margin-bottom:10px;
	line-height:60px;	
}
.con-title dt,.con-title dd {
	text-align:left;
}
.con-title dd {
	margin-bottom:30px;
	font-size:16px;
	line-height:28px;
}
.title-1 {
	font-size:36px;
	background:linear-gradient(to right, #E9F0F5, #8fd3d9);
	/*background:linear-gradient(to right, #7cf4de, #b3bdec);*/
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-weight:bold;
}
.title-2 {
	font-size:28px;
}
.fontc-1 {
	color:#003366;
}
.seemore {
	width:100px;
	height:40px;
	border-radius:60px;
}
.lh-24 {
	line-height:24px;
}
.lh-50 {
	line-height:50px;
}


/*--container-1--*/
.container-1 {
/*	background: #1d2f4b url(../mjimages/banner_01_b.png) no-repeat center 0;*/
}
.wrapper-1 {
	padding-top: 60px;
	box-sizing: border-box;
	width: 1300px;
	height: 580px;
	margin: 0 auto;
	color: #fff;
	background: url(../mjimages/xt.png) no-repeat right 90px;
}
.wrapper-1 dl {
	margin-top: 120px;
}
.wrapper-1 dt {
	margin-bottom: 24px;
	padding-left: 60px;
	box-sizing: border-box;
	text-align:left;
}
.wrapper-1 dd {
	margin-bottom: 40px;
	padding-left: 60px;
	width: 400px;
	box-sizing: border-box;
	line-height: 24px;
	color: #cdecf5;
	text-align:left;
}
.login-1 {
	display: block;
	float: left;
	padding: 10px 5px;
	box-sizing: border-box;
	width: auto;
	height: 50px;
	border-radius: 4px;
	border: 2px solid rgba(27,233,228,.36);
	background: rgba(27,233,228,.16);
	/*border:2px solid rgba(126,206,244,.36);
	background:rgba(126,206,244,.16);*/
	text-decoration: none;
	color: #16bfbb;
	text-align: center;
	line-height: 26px;
	font-size: 18px;
}
.login-1:hover {
	color: #1be9e4;
	border: 2px solid rgba(27,233,228,.70);
	background: rgba(250,233,228,.36);
}
.mjreptime img {
	float: left;
}
#rollingnews {
	margin: 0 auto;
	width: 1200px;
	height: 10px;
	overflow: hidden;
}
#rollingnews ul {
	float: left;
	width: 1140px;
	list-style: none;
	color: #b6cfdb;
}
#rollingnews li {
	line-height: 10px;
}
#index_search {
	margin: 0 auto;
    padding-top:46px;
    box-sizing: border-box;
    height: 180px;
    background: #08173D;
    color: #fff;
}
#index_search > div {
	width: 900px;
	margin: 0 auto 10px auto;
}
#index_search_text {
	height: 36px;
	line-height: 36px;
}
#index_search_text > span {
    display: block;
    float: left;
    width: 100px;
    font-size: 26px;
}
#index_search_tips {
	padding-left: 100px;
    padding-right: 60px;
	box-sizing: border-box;
	color: #b9c4d0;
}
#index_search span {
	/*display: block;
	margin-right: 20px;
	float: left;
	font-size: 20px;*/
}
#index_search form {
}
.searchtext-1 {
	float: left;
	width: 660px;
	height: 36px;
	border-radius: 2px 0 0 2px;
	border: 1px solid #fff;
	box-sizing: border-box;
}
.hkwb {
    float: left;
    display: block;
    width: 90px;
    height: 36px;
    border: 1px solid #169BD5;
    box-sizing: border-box;
    border-radius: 0 2px 2px 0;
    background: #169BD5 url(../mjimages/search-01.png) no-repeat center center;
    background-size: 26% auto;
    color: #fff;
    line-height: 34px;
    font-size: 18px;
    text-align: center;
}


/*首页头部轮播*/

#hotnews {
position: absolute;
  top: 60px;
  left: 0;
  bottom: auto;
  right: auto;
  text-align: left;
	width:100%;
	color:#000;
}
#hotnews .blank {
  top: 140px;
}
 #in-hotnewstitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center; /* align-items: center; */
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;		
	 margin-bottom:6px;
	 padding:10px 0px;
	 height:75px;
	/* height:95px;
	  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	background:#384763;*/
}
 #hn-l{
	 margin-right:40px;
	width:180px;	 
}
.h-tab {
	display:block;
	width:60px;
	height:60px;	
	text-align:center;
	line-height:60px;
	/*background:#EFF2F4;*/
	color:#748A9F;
	background:#eee;
	border-radius:60px;
}
#hn-c {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
#hn-r {
	width:240px;	
	text-align:center;
	/*padding-right:16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: left;
	-ms-flex-pack: left; 
	justify-content: left;
	padding-right:20px;*/
}
#hn-r a {
	margin-top:16px;
	padding:5px 16px;
	float:right;
	display:block;
	height:30px;
	background: rgba(53,179,195,0.8);
	font-size:14px;	
	border-radius:4px;
	color:#fff;
}

#hn-r a:hover {
	text-decoration:none;
	background:rgba(48,166,181,0.8);
}
#mediaface {
	margin:0;
	padding:0;
	width:100%;
	height:60px;
	list-style:none;	
}
#mediaface li{
	float:left;
	padding:0 5px;	
	height:60px;	
	color:#313943;
	line-height:57px;
	text-align:center;
}
#mediaface a {
	display:block;
	width:60px;
	height:60px;	
	text-align:center;
	/*background:#D9E1E8;*/
	border-radius:6px;
}
#mediaface a img {
	width:80%;
	height:auto;
	
}
#in-hotnewstitle h2, #in-hotnewstitle h3 {
	height:45px;	
	color:#333;
	font-weight: bold;
    text-align: center;
	border-radius:0 6px 6px 0;
}
.indexnewslist {	
	width:24.7%;
	height:400px;
	background:#fff;
	overflow: hidden;
	 -webkit-box-shadow:0 2px 4px rgba(0,0,0,0.1);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.spac-h {
	float:left;	
	margin:0 0.4% 1% 0;	
}
.spac-e {
	float:right;
	margin:0 0 1% 0;	
}
.indexnewslist li {
	color:#333;	
line-height:28px;
}
.listname, .listbottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center; /* align-items: center; */
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	padding:0 10px;	
}
.listname {
	height:40px;
	line-height:40px;	
	border-bottom:1px solid #ddd;
}
.listname-1, .listbottom-1 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.listname-2, .listbottom-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: left;
	-ms-flex-pack: left; 
	justify-content: left;
}
.listname-1 {
	font-size:16px;
	font-weight:bold;
	color:#666;
}
.listname-1 img {
	height:32px;
	width:auto;
}
.listname-2 {
	color:#888;
	padding-right:16px;
}
.listname-2 a {
	font-size:13px;
}
.listname-2 a:hover {
	text-decoration:none;
}
 .listbottom-2 a {
	display:block;
	width:40px;
	line-height:40px;
	font-size:13px;
}
.listbottom-2 a:hover {
	text-decoration:none;
}
.bannerimg-1 {
	width:100%;
	margin:0 auto;
}
.bannerimg-1 img{
	width:100%;
	height:auto;
}
.hottitle {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* align-items: center; */
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.h-1 {
	width:18px;
	font-family:Arial;
	color:#878F99;
}
.h-2 {
	-webkit-box-flex: 1; 
	-ms-flex: 1;
	flex: 1;
	 white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	font-weight:bold;
}
.h-2 i {
	color:#FC423B;
}
.h-3 {
	text-align:right;
	max-width: 100px;
	overflow: hidden;
	color:#61789D;
}
.hlist-1 {
	margin: 10px 0;
	position: relative;
	width: 100%;
	height: 310px;
	overflow: hidden;	
}
.hlist-2 {
	position: absolute;
	overflow: scroll;
	overflow-x: hidden;
	top: 0; 
	right: 10px; 
	bottom: 0; 
	left: 10px; 
	padding-right: 10px;
}
.hlist-2 a {
	display:inline-block;
	line-height:31px;
	color:#333;
	text-align:left;
	width:100%;
   
}
.hlist-2 a:hover {
	background:#eee;
	text-decoration:none;
}
.listbottom {	
	padding-left:10px;
	width:100%;
	height:30px;
	line-height:30px;
	background:#eaebed;
	font-size:13px;
	color:#878F99;
}
.listbottom a {
	display:block;
	width:40px;
	line-height:40px;
}


/*滚动条样式*/
.test-1::-webkit-scrollbar {/*滚动条整体样式*/
        width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }
.test-1::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 10px;
         -webkit-box-shadow: inset 0 0 5px rgba(246,245,247,0.16);
        background: #7B8590;
    }
.test-1::-webkit-scrollbar-track {/*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 10px;
        background: #F5F7F9;
    }



/*--container-2--*/
.container-2 {	
	/*background:#ededeb;*/
    background:linear-gradient(to right,#278f8f 0,#1a7577 50%,#0f659e 100%);
}
.wrapper-2 {
	margin:0 auto;
	width:1200px;
    height:160px;
	/*height:110px;*/
	color:#373d41;
	
}
.wrapper-2 span {
	float:left;
	display:block;
	width:200px;
    height:160px;
	/*height:110px;*/
    color:#fff;
	/*color:#373d41;*/
	text-align:center;
	text-decoration:none;
	line-height:220px;
	font-size:16px;
}
.linkbg_1 {
	background:/*#dbdbd9*/ url(../mjimages/icon_10.png) no-repeat center 30px;
}
.linkbg_2 {
	background:/*#ffffff*/ url(../mjimages/icon_16.png) no-repeat center 30px;
}
.linkbg_3 {
	background:/*#dbdbd9*/ url(../mjimages/icon_17.png) no-repeat center 30px;
}
.linkbg_4 {
	background:/*#ffffff*/ url(../mjimages/icon_11.png) no-repeat center 30px;
}
.linkbg_5 {
	background:/*#dbdbd9*/ url(../mjimages/icon_18.png) no-repeat center 30px;
}
.linkbg_6 {
	background:/*#ffffff*/ url(../mjimages/icon_19.png) no-repeat center 30px;
}
.linkbg_7 {
	background:/*#dbdbd9*/ url(../mjimages/icon_08.png) no-repeat center 30px;
}

/*--container-3--*/
.container-3 {	
	background:#85aca7 url(../mjimages/bg_4.png) no-repeat center;
}
.wrapper-3 {
	margin:0 auto;
	padding:20px 180px;
	box-sizing:border-box;
	width:1200px;
	height:280px;
	color:#fff;
	text-align:center;
} 
.wrapper-3 dt, .wrapper-3 dd {
	text-align:center;
}

.wrapper-3 form {
	margin:0 auto;
	padding:0;
	width:680px;
}
.wrapper-3 input {
	margin:0;
	padding:0 5px;	
}
input::-webkit-input-placeholder {
　　color:#eee;
　　}
input:-moz-placeholder { 
　　color:#eee;
　　}
input::-moz-placeholder {
　　color:#eee;
　　}
input:-ms-input-placeholder {
　　color:#eee;
}

/*--container-4--*/
.container-4 {
	background: #e9e9e9 url(../mjimages/bg_5.png) no-repeat center;
    background-size:cover;
}
.wrapper-4 {
	padding-top: 40px;
    padding-bottom:40px;
	box-sizing: border-box;
	margin: 0 auto;
	width: 1200px;
}
.wrapper-4 .con-title {
    float:left;
    width:75%;
/*padding-top:40px;*/
}
.mjrepbg {
	float: left;
	width: 226px;
	height: 340px;
	background: #ffffff;
}
    .mjrepbg img {    
    width:100%;
    height:auto;
    }
.spac-1 {
	margin-right: 30px;
}
.space-r {
	margin-right: 17px;
}
.mjrep-text {
	padding: 20px;
}
.wrapper-4 a {
	text-decoration: none;
	display:block;
}

.rep-title {
	margin-top:55px;
	margin-bottom: -156px;
	padding: 5px 20px;
	box-sizing: border-box;
	position: relative;
	top: -160px;
	left: 0;
	height: 88px;
	text-align: left;
	color: #fff;
	
}
.rep-title dt {
	font-size: 20px;
	text-decoration: none;
	font-family: 微软雅黑;
	font-weight:bold;
}
.rep-title dd {
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	line-height:30px;
}
.mjrep-text dt {
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: bold;
}
.mjrepsum {
	height: 160px;
	color: #586269;
	line-height: 22px;
}
    .mjrepsum ol {
    margin:0;
    padding:0 0 0 10px;
    }
    .mjrepsum li {
    margin:0;
    padding:0;
    }
.mjreptime {
	padding-top:4px;
	color: #78909c;
	font-size: 12px;
	border-top:1px dotted #BCBCC0;
}
    .mjreptime img {
    width:96px;
    height:25px;
    }
.viewreport {
	display:block;
	float: right;
    padding:0 5px;
	width:auto;
	height:25px;
	text-align:center;
	line-height: 25px;
	background: rgba(22,155,213,0.8);
	color: #fff;
	border-radius:2px;
}
.viewreport:hover {
	background: rgba(22,155,213,1.0);
}
.link-gray {
display:block;
	float: right;
    padding:0 5px;
	width:auto;
	height:25px;
	text-align:center;
	line-height: 25px;
	background:#A8A8A9;
	color: #fff;
	border-radius:2px;
}

.reportmore {
	margin: 0 auto;
	padding-top: 60px;
	width: 160px;
}
.reportmore a {
	display: block;
    padding: 10px;
    margin-bottom:20px;
    width: auto;
    font-size: 16px;
    color: #3f729b;
    text-align: center;
    border: 1px solid #3f729b;
    border-radius: 4px;
}
.reportmore a:hover {
	background: rgba(44,47,66,0.2);
	border: 1px solid #2c2f42;
	color: #2c2f42;
}

#report_apply {
    margin-top:80px;
float:right;
width:auto;
}
    #report_apply a { 
        padding:10px 10px;   
    display:block;
    width:100%;
    line-height:24px;
    text-decoration:none;
    font-size:16px;
    color:#156099;
    border:1px solid #333;
    box-sizing:border-box;
    border-radius:2px;
    background:#333;
    color:#fff;
    }
        #report_apply a:hover {
        background:#fff;
        color:#333;
        }
.highlight-1 {
 color:#25A6D8;
 font-weight:bold;
 font-size:18px;
}

/*--container-5--*/
.container-5 {
	background:#fff;
}
.wrapper-5 {
	margin:0 auto;
	padding-top:60px;
	box-sizing:border-box;
	width:1200px;
	height:1060px;
}
.wrapper-5 a {
	text-decoration:none;
}
.mjviewbg {
	float:left;
	width:380px;
	height:420px;
	background:#f9f9f9;
	border:1px solid #ffffff;
	box-sizing:border-box;
}
.mjview-text {
	padding:20px 18px;
}
.mjview-text dt {
	margin-bottom:10px;
	height:45px;
	
}
.mjview-text dt a {
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#333;
}
.mjviewsum {
	margin-left:0;
	height:150px;
	color:#525252;
	line-height:22px;
}
.mjviewtime {
	margin-left:0;
	color:#9e9292;
	font-size:12px;
	line-height:40px;
}
.mjviewtime img {
	float:left;
}
.mjviewlist {
	float:left;
	margin-top:20px;
	padding-left:22px;
	box-sizing:border-box;
	list-style:none;
	width:380px;	
}
.mjviewlist li {
	float:left;
	height:30px;
}
.mjviewlist li img {
	float:left;
	margin-right:5px;
}
.mjviewlist li a {
	display:block;
	width:320px;
	line-height:30px;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
	color:#333;
    text-indent:-6px;
}
.mjviewlist li a:hover {
	color:#4276aa;
}
.wechattitle {
	margin-bottom: -60px;
    padding:0 15px;
    box-sizing: border-box;
    position: relative;
    top: -50px;
    left: 0;
    height: 50px;
    background:rgba(23,47,82,0.76);
    text-align: left;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
	vertical-align:middle;
}
.wechattitle:hover {
	background: rgba(23,47,82,0.96);
}
.mjviewbg a > img:first-child {
	width:378px;
	height:210px;
}
.wechattag {
	margin-bottom:20px;
	float:left;
}
#qrcode {
	margin: 40px auto 0 auto;
	width: 1200px;
	height: 160px;
	background:#4391AF url(../mjimages/img62.png) no-repeat center;
}

/*--container-6--*/
.container-6 {
	background:url(../mjimages/bg_18.png) center top / cover no-repeat;
}
.wrapper-6 {
	margin:0 auto;
	padding:50px 0;
	box-sizing:border-box;
	width:1200px;
	color:#fff;
}
.c6-l {
	float:left;
	width:50%;
	height:300px;
}
.c6-r {
	float:right;
	width:50%;
	height:300px;
}
.c6-l h2, .c6-r h2 {
	font-size:36px;
	font-weight:normal;
}
.c6-l h2 {
	padding-right:160px;
	box-sizing:border-box;
	text-align:right;
}
.c6-r h2 {
	padding-top:66px;
	box-sizing:border-box;
}
.c6-l h3, .c6-r h3 {
	margin-top:20px;
	font-size:18px;
	font-weight:normal;
}
.c6-l h3 {
	padding-right:100px;
	/*padding-right:60px;*/
	box-sizing:border-box;
	text-align:center;
}
.c6-r h3 {
	padding-left:40px;
	box-sizing:border-box;
}
.c6-l p {
	margin-top: 40px;
    padding-left: 35px;
    padding-right: 70px;
    box-sizing: border-box;
    line-height: 24px;
	color:#fff;
}
.c6link {
	width: 200px;
	height:45px;
    margin: 0 auto;
    text-align: right;
}
.c6link a {
	padding:10px 20px;
	border:1px solid #fff;
	border-radius: 4px;
	text-decoration:none;
	color:#fff;
	font-size:16px;
}
.c6link a:hover {
	background:rgba(44,47,66,0.6) ;
	border:1px solid #2c2f42;
	
}
.key-c-1 {
	color:#88cbc2;
	font-size:36px;
}

/*--container-7--*/
.container-7 {
	background:#ededeb;
}
.wrapper-7 {
	margin:0 auto;
	padding:40px 80px 0 80px;
	box-sizing:border-box;
	width:1400px;
	height:800px;
}
.probg {
	float:left;
	width:309px;
	height:500px;	
	box-sizing:border-box;
	background:#fff;
}
.proborder-1 {
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
	border-left:1px solid #dedede;
}
.proborder-2 {
	border-top:1px solid #dedede;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;
	border-left:1px solid #dedede;
}
.cardbg-1 {
	background:#f6f6f6 url(../mjimages/icon_12.png) no-repeat center 20px;
}
.cardbg-2 {
	background:#f6f6f6 url(../mjimages/icon_13.png) no-repeat center 20px;
}
.cardbg-3 {
	background:#f6f6f6 url(../mjimages/icon_14.png) no-repeat center 20px;
}
.cardbg-4 {
	background:#f6f6f6 url(../mjimages/icon_15.png) no-repeat center 20px;
}
.card-title {
	padding-top:90px;
	box-sizing:border-box;
	height:160px;	
}
.card-title dl dt{
	margin-bottom:10px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}
.card-title dl dd{
	margin-left:0;
	text-align:center;
	font-size:12px;
	color:#949a9e;
}
.card-content {
	
}
.card-content ul {
	/*margin-top:20px;*/
	list-style:none;	
}
.card-content ul li {
	padding:20px;
	box-sizing:border-box;
	font-size:14px;
	text-align:left;
	margin-bottom:40px;
	line-height:30px;
	color:#636363;
}

/*--container-8--*/
.container-8 {
	background: #fff;
}
.wrapper-8 {
	margin: 0 auto;
	padding: 50px 0;
	box-sizing: border-box;
	width: 1200px;
	height: 500px;
}
    .wrapper-8 h2 {
    font-weight:normal;
    }
#customerclassify {
	height: 70px;
	line-height: 70px;
	text-align: center;
}
.logofont {
	margin: 0 auto;
	display: block;
	width: 900px;
	line-height: 45px;
	text-align: center;
}
.fc-1 {
	color: #2B71A7;
}
.fc-1 i {
	color: #D0D6E8;
}
#customerclassify a {
	display: inline-block;
	padding: 2px;
	margin: 0 5px;
	text-decoration: none;
	color: #333;
	font-size: 15px;
}
/*#logolist ul {
	list-style:none;
}
#logolist li {
	float:left;
	margin:5px;
	padding:5px;
	box-sizing:border-box;
	width:190px;
	height:80px;
	border:1px solid #ddd;
}
#logolist li img {
	width:auto;
	height:70px;
}*/


.notice {
	margin-top: 20px;
	width: 1200px;
	height: 360px;
	overflow: hidden;/* 点击导航栏第一个或最后一个标签时，超出的部分隐藏*/
}
.notice-tit {
	position: relative;
	height: 45px;
}
.notice-tit ul {
	position: absolute;
	padding-left:500px;
	width: 1200px;
	left: -1px;
	/* 当点击第一个导航栏标签时，左边边框会与大盒子的边框发生叠加，解决的方法利用定位让两个边框重合叠加在一起 */
	height: 45px;
	list-style: none;
}
.notice-tit ul li {
	float:left;
    margin: 0 10px;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    border-radius: 40px;
    font-size: 13px;
    font-weight: bold;
    color: #666;
    font-family: Arial;
    border: 1px solid #eee;
    background: #eee;
}
.notice-tit ul li.selected {
	background: #2B71A7;
	border: 1px solid #2B71A7;
	font-weight: bold;
	color: #fff;
}
.notice-con div {
	padding: 20px 10px;
	margin-bottom:5px;
	display: none;
	height: 300px;	
}
.logolist {
	display: flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center; /*定义m_logo中的元素垂直居中*/
	justify-content: center;
	-webkit-justify-content: center;
	flex-shrink: 1 1 0;
	float: left;
	margin: 5px;
	padding: 5px;
	box-sizing: border-box;
	width: 186px;
	height: 80px;
	border: 1px solid #ddd;
	text-align: center;
}
.logolist img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.prompt {
    font-size:12px;
}
