/* by dingtiger 2019.3 */
@font-face {
  font-family: 'iconfont';  /* Project id 3256025 */
  src: url('//at.alicdn.com/t/font_3256025_gersd2oc4gf.woff2?t=1647966533285') format('woff2'),
       url('//at.alicdn.com/t/font_3256025_gersd2oc4gf.woff?t=1647966533285') format('woff'),
       url('//at.alicdn.com/t/font_3256025_gersd2oc4gf.ttf?t=1647966533285') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'dinpro';
  src: url('../font/dinpro.eot');
  src: url('../font/dinpro.eot?#iefix') format('embedded-opentype'),
      url('../font/dinpro.woff2') format('woff2'),
      url('../font/dinpro.woff') format('woff'),
      url('../font/dinpro.ttf') format('truetype'),
      url('../font/dinpro.svg#dinpro') format('svg');
}

@font-face {
  font-family: 'dinprob';
  src: url('../font/DINPro-Bold.eot');
  src: url('../font/DINPro-Bold.eot?#iefix') format('embedded-opentype'),
      url('../font/DINPro-Bold.woff2') format('woff2'),
      url('../font/DINPro-Bold.woff') format('woff'),
      url('../font/DINPro-Bold.ttf') format('truetype'),
      url('../font/DINPro-Bold.svg#dinprob') format('svg');
}

@font-face {
  font-family: 'mon';
  src: url('../font/mon.eot');
  src: url('../font/mon.eot?#iefix') format('embedded-opentype'),
      url('../font/mon.woff2') format('woff2'),
      url('../font/mon.woff') format('woff'),
      url('../font/mon.ttf') format('truetype'),
      url('../font/mon.svg#mon') format('svg');
}

*£ûmargin:0;padding:0;£ý
html,body{width:100%;height:100%;}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p { padding:0; margin:0; }
body {font-size:14px; line-height:24px; font-weight:300; color:#666; font-family:"microsoft yahei","PingFang SC",Arial, Helvetica, sans-serif;  width:100%; overflow-x:hidden;}
ul,li {list-style: none; padding:0px; margin:0px}
img {border:0; margin:0px; padding:0px; display:block;}
input:focus {outline: none;}

.clearfix:after{content:""; display:block; clear:both; height:0; visibility: hidden; font-size:0; line-height:0;}
.clearfix{zoom:1;}

a:link {color: #666;text-decoration: none;}
a:visited {color: #666;text-decoration: none;}
a:hover {color:#e3000e;text-decoration: none;}
a:active {color: #666;text-decoration: none;}

h1{font-size:36px; color:#013b84; line-height:26px; display:block; font-weight:400;}
h2{font-size:30px; color:#013b84; line-height:30px; font-weight:400; display:block;}
h3{font-size:24px; color:#fff; line-height:24px; font-weight:400; display:block;}

h4{font-size:24px; color:#013b84; line-height:24px; font-weight:400; display:block; margin-bottom:10px;}

/*head*/
.head{width:100%; height:80px; position:fixed; top:0; background-color:#FFF; z-index:999;}
.head_a{width:80%; min-width:1200px; margin:0 auto;}
.head_a div:nth-child(1){float:left;}
.head_a div:nth-child(2){text-align:right; line-height:20px; float:right; margin-left:30px; padding-left:30px; background-image:url(../image/menu_line.gif); background-repeat:no-repeat; background-position:center left;}
.head_a div:nth-child(3){text-align:right; line-height:80px; float:right;}
.head_a div:nth-child(1) img{height:50px; margin-top:15px;}

.head_a div ol{float:left;}
.head_a div ol:nth-child(2){font-size:12px; color:#aaa; text-align:left; margin-left:15px; padding-top:20px;}
.head_a div ol:nth-child(2) p{font-family:'dinprob'; font-size:19px; color:#013b84;}
.head_a div ol span{font-size:40px; line-height:80px; color:#e3000e;}

/*
.head_a ul li:nth-child(3) a{color:#666; margin-left:13px; padding:2px 10px 3px 10px;}
.head_a ul li:nth-child(3) a:hover{color:#fff; background-color:#e3000e; padding:2px 10px 3px 10px; border-radius:7px;}
*/

#colorNav > ul > li{ /* will style only the top level li */
	list-style: none;
	display: inline-block;
	position:relative;
	padding:0 15px;
}

#colorNav > ul > li > a{
	color:inherit;
	text-decoration:none !important;
	font-size:14px;
	padding: 0;
	color:#666;
}
#colorNav > ul > li > a:hover{color:#e3000e;}

#colorNav li ul{
	position:absolute;
	list-style:none;
	text-align:center;
	width:180px;
	left:50%;
	margin-left:-90px;
	top:55px;
	font:normal 12px 'Open Sans Condensed', sans-serif;
	
	/* This is important for the show/hide CSS animation */
	max-height:0px;
	overflow:hidden;
	
	-webkit-transition:max-height 0.4s linear;
	-moz-transition:max-height 0.4s linear;
	transition:max-height 0.4s linear;
}

#colorNav li ul li{
	background-color:#3d62b4;
	border-bottom:1px solid #5071b9;
}

#colorNav li ul li a{
	padding:20px 0;
	color:#fff;
	text-decoration:none !important;
	display:block;
}
#colorNav li ul li a:hover{color:#fff;}
#colorNav li ul li a font{font-family:'dinprob'; display:block; font-size:16px; color:rgba(255,255,255,1);}

#colorNav li ul li:hover{
	background-color:#013b84;
}

#colorNav li ul li:first-child{
	border-radius:3px 3px 0 0;
	margin-top:25px;
	position:relative;
}

#colorNav li ul li:first-child:before{ /* the pointer tip */
	content:'';
	position:absolute;
	width:1px;
	height:1px;
	border:5px solid transparent;
	border-bottom-color:#3d62b4;
	left:50%;
	top:-11px;
	margin-left:-5px;
}

#colorNav li ul li:last-child{
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	border-bottom:none;
}

/* This will trigger the CSS */
/* transition animation on hover */

#colorNav li:hover ul{
	max-height:1000px; /* Increase when adding more dropdown items */
}


/*
.head_b{width:100%; height:80px; position:fixed; top:0; background-color:#ffffff; box-shadow:0 0 3px rgba(0,0,0,0.2); -webkit-box-shadow:0 0 3px rgb(0,0,0,0.2); -moz-box-shadow:0 0 3px rgb(0,0,0,0.2); position:fixed; z-index:99999;}
.head_b ol{width:80%; min-width:1200px; height:80px; margin:0 auto;}
.head_b ol div:nth-child(1){width:25%;float:left;height:80px;}
.head_b ol div:nth-child(2){ float:right; background-image:url(../image/menu_line.gif); background-repeat:no-repeat; background-position:center left; padding-left:30px;}
.head_b ol div:nth-child(3){text-align:right;}
.head_b ol div:nth-child(1) img{height:50px; margin-top:15px;}

.head_b ol div li{height:80px;position:relative;text-align:center;line-height:80px; font-size:14px; display:inline-block; padding:0 15px;}
.head_b ol div li font{font-family:Arial, Helvetica, sans-serif; font-size:12px;}

.head_b ol div li ul{display:none;position:absolute;z-index:10000;top:80px;left:0;width:100%;height:auto;background:rgba(0,0,0,0.4);border-bottom:none;}
.head_b ol div li ul li{display:block;width:100%;float:none;margin-right:0px;height:40px; position:relative; line-height:40px; font-size:13px; border-bottom:1px solid rgba(255,255,255,0.1); padding:0;}
.head_b ol div li ul li:last-child{border:none;}

.head_b ol div li.navmoon {background:#009844;height:80px;line-height:80px;}
.head_b ol div li.navmoon a {color:#FFFFFF; display:block; width:100%;}
.head_b ol div li.navhome a:hover {color:#fff;}
.head_b ol div li.navmoon ul {display:block;}
.head_b ol div li.navmoon ul a {display:block;width:100%;height:40px;line-height:40px;}
.head_b ol div li.navmoon ul a:hover {background:#f1ba19; color:#fff;}

.head_b ol div dl{float:left;}
.head_b ol div dl:nth-child(2){font-size:12px; line-height:20px; color:#aaa; text-align:left; margin-left:15px; padding-top:20px;}
.head_b ol div dl:nth-child(2) p{font-family:'dinprob'; font-size:19px; color:#013b84;}
.head_b ol div dl span{font-size:40px; line-height:80px; color:#e3000e;}
*/

/*index_add*/
.index_banner{width:100%; height:650px; margin:70px auto 0 auto; position:relative;}
.txt-box{width:80%; min-width:1200px; display:block; margin:0 auto; text-align:left; position:relative;}
.txt-boxa{width:calc(100% - 218px); margin:0 auto;}
.swiper-container {width:100%;height:100%;}
.banner_yuandian{bottom:25px; text-align:center;}
.cus_yuandian{bottom:0px; text-align:center;}

.swiper-slide .titlea_a {margin-top:210px; font-size:16px; color:#fff; letter-spacing:24px;}
.swiper-slide .titlea_b {margin-top:18px; color:#fff; font-size:36px; font-weight:400;}
.swiper-slide .titlea_d {margin-top:35px;}
.swiper-slide .titlea_d span{color:rgba(255,255,255,0.2); font-size:18px; float:left; display:block;}
.swiper-slide .titlea_d ol{height:1px; float:left; display:block; width:385px; background-color:rgba(255,255,255,0.2); margin:11px 0 0 5px;}
.swiper-slide .titlea_c {margin-top:10px; color:#fff; letter-spacing:6px;}
.swiper-slide .titlea_e {margin-top:36px;}
.swiper-slide .titlea_e a{background-color:#e3000e; padding:12px 40px; color:#fff;}



/*
.index_ser{width:100%;  position:absolute; bottom:4px; z-index:9;}
.index_ser ul{width:80%; min-width:1200px; margin:0 auto;}
.index_ser ul li{float:left;}
.index_ser ul li:nth-child(1){width:240px; margin-right:4px; height:60px;}
.index_ser ul li:nth-child(2){width:calc(100% - 244px); background-color:#fff; height:60px; line-height:60px;}
.index_ser ul li ol{float:left; width:calc(50% - 30px);}
.index_ser ul li ol:nth-child(1){text-align:left; font-size:18px; font-family:'dinprob'; color:#3a438e; padding-left:30px;}
.index_ser ul li ol:nth-child(1) span{font-size:18px; color:#33b8e7; margin-right:10px;}
.index_ser ul li ol:nth-child(2){text-align:right; padding-right:30px; color:#3a438e;}
.index_ser ul li ol:nth-child(2) span{font-size:14px; color:#33b8e7; margin-left:10px;}
.index_ser ul li ol font{color:#33b8e7; font-family:'dinprob'; font-size:18px;}

/*index_a*/
.index_a{width:80%; min-width:1200px; margin:0 auto; padding:100px 0 0 0;}
.index_a ul{float:left;}
.index_a ul:nth-child(1){width:calc(33.33% - 28px);}
.index_a ul:nth-child(2){width:calc(66.67% - 52px); margin-left:80px;}
.index_a ul span{font-size:18px; color:#aaa;}
.index_a ul span em{display:inline-block; height:1px; background-color:#ddd; width:40px; margin-left:10px; margin-bottom:5px;}
.index_a ul p{font-size:30px; font-weight:bold; color:#013b84; display:block; margin:12px 0 25px 0; font-family:'MON';}
.index_a ul h1{margin:30px 0 30px 0;}
.index_a ul div{margin-top:47px;}
.index_a ul div a{background-color:#e3000e; padding:12px 40px; color:#fff;}



/*index_b*/
.index_b{width:100%; padding:0 0 100px 0; background-color:#f0f5f7;}
.index_b ul{width:80%; min-width:1200px; margin:0 auto;}
.index_b ul:nth-child(1){margin-bottom:38px;}
.index_b ul:nth-child(1) div{float:left;}
.index_b ul:nth-child(1) div:nth-child(1){width:calc(33.33% - 78px); background-color:#3d62b4; padding:25px; border-top:6px solid #0c3388;}
.index_b ul:nth-child(1) div:nth-child(2){width:calc(66.67% + 28px);}


.index_b ul li{width:calc(33.33% - 28px); float:left; margin-right:42px; background-color:#fff;}
.index_b ul li:nth-child(3){margin-right:0;}
.index_b ul li img{width:100%;}
.index_b ul li dd{padding:0 25px 40px 25px;}
.index_b ul li dd dl{ font-family:'dinprob'; font-size:36px; color:#013b84; line-height:36px; margin-bottom:20px;}
.index_b ul li dd dl p{ font-family:'dinpro'; font-size:14px; color:#aaa; line-height:14px;}
.index_b ul li dd font{font-size:20px; display:block; color:#013b84;}
.index_b ul li dd a{width:111px; height:32px; background-image:url(../image/more_bg1.gif); display:block; text-align:center; line-height:32px; margin-top:30px;  font-size:13px; color:#e3000e;}
.index_b ul li dd a:hover{width:111px; height:32px; background-image:url(../image/more_bg2.gif); display:block; text-align:center; line-height:32px; color:#fff; margin-top:30px;  font-size:13px;}

.index_b p{font-size:24px; font-weight:bold; color:#fff; display:block; margin:5px 0 0 0; font-family:'MON'; font-weight:normal;}

.index_b ul span{color:#013b84; font-size:30px; display:block; line-height:30px; margin-bottom:1px;}
.index_b ul ol{float:right; display:block; margin:37px 0 0 8px; text-align:center; border:1px solid #013b84; padding:10px 13px 6px 13px; color:#013b84; font-size:12px;}

.index_b ul ol:nth-child(1){float:right; display:block; margin:37px 0 0 8px; text-align:center; border:1px solid #013b84; padding:10px 13px 6px 13px; color:#fff; background-color:#013b84; font-size:12px; cursor:pointer;}
.index_b ul ol:nth-child(1) span{color:#fff;}

.index_b ul ol:nth-child(2){float:right; display:block; margin:37px 0 0 8px; text-align:center; border:1px solid #013b84; padding:10px 13px 6px 13px; color:#fff; background-color:#013b84; font-size:12px;cursor:pointer;}
.index_b ul ol:nth-child(2) span{color:#fff;}


/*index_app*/
.index_app{width:100%; padding:100px 0; background-image:url(../image/index_app_bg.jpg); background-attachment:fixed; background-size:cover;}
.index_app ul:nth-child(1){border:none; color:rgba(255,255,255,0.3); margin-bottom:30px;}
.index_app ul{width:80%; min-width:1200px; margin:0 auto; border-left:1px solid rgba(255,255,255,0.15); border-top:1px solid rgba(255,255,255,0.15);}
.index_app ul li{float:left; width:12.5%; border-right:1px solid rgba(255,255,255,0.15); border-bottom:1px solid rgba(255,255,255,0.15); box-sizing:border-box; text-align:center; padding:30px 0; color:rgba(255,255,255,0.7); font-size:12px;}
.index_app ul li:last-child:hover{cursor:pointer; background-color:#e3000e; border:none; color:#fff;}
.index_app ul li:last-child:hover span{color:rgba(255,255,255,0.7);}
.index_app ul li span{display:block; font-size:40px; line-height:40px; margin-bottom:8px; color:rgba(255,255,255,0.7);}

 .index_app ul h3{color:#3d62ad;}
 .index_app ul p{font-size:24px; font-weight:bold; color:#3d62ad; display:block; margin:5px 0 15px 0; font-family:'MON';}



/*index_d*/
.index_d{width:100%; padding:100px 0;}
.index_d ul{width:80%; min-width:1200px; margin:0 auto;}
.index_d ul:nth-child(1){margin-bottom:20px;}
.index_d ul:nth-child(2){margin-bottom:35px;}
.index_d ul:nth-child(1) div{float:left; width:50%; line-height:26px;}
.index_d ul:nth-child(1) div:nth-child(2){text-align:right; margin-top:14px;}
.index_d ul:nth-child(1) div:nth-child(2) a{background-color:#e3000e; padding:12px 40px; color:#fff;}

.index_d ul li{width:calc(25% - 24px); float:left; margin-right:32px; background-color:#fff;
box-shadow:0 0px 0px rgba(0,0,0,0.2); -webkit-box-shadow:0 0px 0px rgba(0,0,0,0.2); -moz-box-shadow:0 0px 0px rgba(0,0,0,0.2);
transition: box-shadow 0.3s;
-moz-transition: box-shadow 0.3s; /* Firefox 4 */
-webkit-transition: box-shadow 0.3s; /* Safari o¨ª Chrome */
-o-transition: box-shadow 0.3s; /* Opera */
cursor:pointer;
}
.index_d ul li:hover{box-shadow:0 3px 30px rgba(0,0,0,0.2); -webkit-box-shadow:0 3px 30px rgba(0,0,0,0.2); -moz-box-shadow:0 3px 30px rgba(0,0,0,0.2);
transition: box-shadow 0.5s;
-moz-transition: box-shadow 0.5s; /* Firefox 4 */
-webkit-transition: box-shadow 0.5s; /* Safari o¨ª Chrome */
-o-transition: box-shadow 0.5s; /* Opera */
cursor:pointer;}
.index_d ul li:nth-child(4){margin-right:0;}
.index_d ul h3{color:#013b84;}
.index_d ul h3 p{font-size:24px; font-weight:bold; color:#013b84; display:block; margin:5px 0 0 0; font-family:'MON';}
.index_d ul li img{width:100%;}

.index_d ul li dd{ width:100%; border-left:1px solid #eee; border-right:1px solid #eee; border-bottom:1px solid #eee; box-sizing:border-box; font-size:12px; line-height:20px;}
.index_d ul li dd font{font-size:18px; display:block; margin-bottom:10px; color:#013b84;}

.index_d ul li dd dl{width:calc(100% - 50px); margin:0 auto; padding:25px 0 15px 0; color:#aaa;}
.index_d ul li dd dl:nth-child(2){ padding:10px 0 25px 0; border-top:1px solid #eee;}

.index_d_two_dd{border-top:1px solid #eee; font-family:'dinpro'; color:#aaa;}
.index_d_two_dd ico{margin-right:8px; color:#013b84;}

.index_d ul span{color:rgba(0,0,0,0.15); font-size:18px; float:left; display:block; width:18px;}
.index_d ul ol{height:1px; float:left; display:block; width:calc(100% - 23px); background-color:rgba(0,0,0,0.1); margin:11px 0 0 5px;}


/*bottom*/
.bottom{width:100%; padding:70px 0 25px 0; background-color:#013b84;}
.bottom ul{width:80%; min-width:1200px; margin:0 auto; color:#9eb4e0;}
.bottom ul:nth-child(1){margin-bottom:40px;}
.bottom ul:nth-child(2){ padding:15px 0 0 0; line-height:20px; border-top:1px solid #1d5ba9;}
.bottom ul font{font-family:'dinpro';}

.bottom ul li{float:left; text-align:left; margin-left:32px; padding-left:32px; border-left:1px solid #1d5ba9;}
.bottom ul li:nth-child(1){border:0; margin:0; padding:0;}
.bottom ul li:nth-child(5){float:right; text-align:left; margin-right:0; border:none;}
.bottom ul li img{width:170px;}

.bottom ul dl{width:50%; float:left;}
.bottom ul dl:nth-child(2){text-align:right;}
.bottom ul dl span{font-size:14px; color:#000;}
.bottom ul dl img{display:inline; margin-right:5px; width:12px;}

.bottom ul dd{width:100%; margin-bottom:6px;}
.bottom ul dd:nth-child(2){text-align:right;}
.bottom ul dd span{font-size:22px; color:#9eb4e0; margin-left:3px;}
/*bottom*/

.bottom_link:link {color: #9eb4e0;text-decoration:underline; margin-right:10px;}
.bottom_link:visited {color: #9eb4e0;text-decoration:underline; margin-right:10px;}
.bottom_link:hover {color:#fff;text-decoration:underline; margin-right:10px;}
.bottom_link:active {color: #9eb4e0;text-decoration:underline; margin-right:10px;}

.bottom_linka:link {color: #9eb4e0;text-decoration:none;}
.bottom_linka:visited {color: #9eb4e0;text-decoration:none;}
.bottom_linka:hover {color:#fff;text-decoration:none;}
.bottom_linka:active {color: #9eb4e0;text-decoration:none;}


/*n_banner*/
.n_banner{width:100%; background-size:cover; background-position:center center; margin-top:80px;}
.n_banner ul{width:80%; min-width:1200px; margin:0 auto; padding:150px 0; font-size:14px; color:#fff; letter-spacing:10px; text-align:left;}
.n_banner ul P{font-size:48px; line-height:48px; letter-spacing:2px; display:block; margin-bottom:10px; font-family:"dinprob";}

/*contact_c*/
.contact_c{width:100%; padding:100px 0;}
.contact_c ul{width:80%; min-width:1200px; margin:0 auto;}
.contact_c ul ol{width:47%; float:left; margin-right:6%; height:432px;}
.contact_c ul ol:nth-child(2){margin-right:0;}
.contact_c ul ol li:nth-child(1){border-top:1px solid #eee;}
.contact_c ul ol li{width:100%; float:left; border-bottom:1px solid #eee; padding:25px 0;}
.contact_c ul ol li dl{float:left;}
.contact_c ul ol li dl:nth-child(1){margin-right:10px; font-size:24px; color:#ccc;}
.contact_c ul ol font{font-family:Arial, Helvetica, sans-serif;}
.contact_c ul ol span{font-size:16px; color:#333;}
.contact_c ul ol img{width:100%;}

.contact_c ul h3{color:#013b84; margin-bottom:7px;}
.contact_c ul h3 p{font-size:24px; font-weight:bold; color:#013b84; display:block; margin:5px 0 0 0; font-family:'MON';}

/*guestbook*/
.guestbook{width:80%; min-width:1200px; margin:0 auto; padding:100px 0 85px 0;}
.guestbook ul:nth-child(1){margin-bottom:10px;}
.guestbook ul:nth-child(2){margin-bottom:30px;}
.guestbook ul h3{color:#013b84; margin-bottom:7px;}
.guestbook ul h3 p{font-size:24px; font-weight:bold; color:#013b84; display:block; margin:5px 0 0 0; font-family:'MON';}
.guestbook ul div:nth-child(1){width:30%; float:left;}
.guestbook ul div:nth-child(2){width:70%; float:left; text-align:right;}
.guestbook ul div dt{display:inline-block; padding:5px 20px; margin-top:18px; background-color:#eee; margin-left:2px; font-size:12px;}
.guestbook ul div dt:last-child{background-color:#e3000e; color:#fff; padding:5px 30px;}
.guestbook ul div dt:last-child a{color:#fff;}

.guestbook ul span{color:rgba(0,0,0,0.15); font-size:18px; float:left; display:block; width:18px;}
.guestbook ul ol{height:1px; float:left; display:block; width:calc(100% - 23px); background-color:rgba(0,0,0,0.1); margin:11px 0 0 5px;}

.guestbook ul li{width:calc(33.33% - 10px); float:left; margin-right:15px; margin-bottom:15px;}
.guestbook ul li:nth-child(3n+3){margin-right:0;}

.neirong{width:100%; margin-bottom:15px;}

.inp_a{width:calc(100% - 20px); border:none; background-color:#f5f5f5; color:#666; font-family:"microsoft yahei","PingFang SC",Arial, Helvetica, sans-serif; padding:10px 10px;}
.inp_c{width:calc(33.33% - 35px); border:none; background-color:#f5f5f5; color:#666; font-family:"microsoft yahei","PingFang SC",Arial, Helvetica, sans-serif; padding:10px 10px; float:left; margin-right:15px;}
.inp_b{width:calc(100% - 20px); height:200px; border:none; background-color:#f5f5f5; color:#666; font-family:"microsoft yahei","PingFang SC",Arial, Helvetica, sans-serif; padding:10px 10px;}
.inp_d{width:200px; border:none; background-color:#013b84; font-family:"microsoft yahei","PingFang SC",Arial, Helvetica, sans-serif; padding:10px 10px; float:right; color:#fff; cursor:pointer;}
.inp_d:hover{background-color:#e3000e;}


/*newslist*/
.newslist{width:80%; min-width:1200px; margin:0 auto; padding:100px 0 68px 0;}
.newslist ul:nth-child(1){margin-bottom:10px;}
.newslist ul:nth-child(2){margin-bottom:30px;}
.newslist ul h3{color:#013b84; margin-bottom:7px;}
.newslist ul h3 p{font-size:24px; font-weight:bold; color:#013b84; display:block; margin:5px 0 0 0; font-family:'MON';}
.newslist ul div:nth-child(1){width:30%; float:left;}
.newslist ul div:nth-child(2){width:70%; float:left; text-align:right;}
.newslist ul div dt{display:inline-block; padding:5px 20px; margin-top:18px; background-color:#eee; margin-left:2px; font-size:12px;}
.newslist ul div dt:last-child{background-color:#e3000e; color:#fff; padding:5px 30px;}
.newslist ul div dt:last-child a{color:#fff;}

.newslist ul li{width:calc(25% - 24px); float:left; margin-right:32px; margin-bottom:32px; background-color:#fff;
box-shadow:0 0px 0px rgba(0,0,0,0.2); -webkit-box-shadow:0 0px 0px rgba(0,0,0,0.2); -moz-box-shadow:0 0px 0px rgba(0,0,0,0.2);
transition: box-shadow 0.3s;
-moz-transition: box-shadow 0.3s; /* Firefox 4 */
-webkit-transition: box-shadow 0.3s; /* Safari o¨ª Chrome */
-o-transition: box-shadow 0.3s; /* Opera */
cursor:pointer;
}
.newslist ul li:hover{box-shadow:0 3px 30px rgba(0,0,0,0.2); -webkit-box-shadow:0 3px 30px rgba(0,0,0,0.2); -moz-box-shadow:0 3px 30px rgba(0,0,0,0.2);
transition: box-shadow 0.5s;
-moz-transition: box-shadow 0.5s; /* Firefox 4 */
-webkit-transition: box-shadow 0.5s; /* Safari o¨ª Chrome */
-o-transition: box-shadow 0.5s; /* Opera */
cursor:pointer;}
.newslist ul li:nth-child(4n+4){margin-right:0;}
.newslist ul li img{width:100%;}

.newslist ul li dd{ width:100%; border-left:1px solid #eee; border-right:1px solid #eee; border-bottom:1px solid #eee; box-sizing:border-box; font-size:12px; line-height:20px;}
.newslist ul li dd font{font-size:18px; display:block; margin-bottom:10px; color:#013b84;}

.newslist ul li dd dl{width:calc(100% - 50px); margin:0 auto; padding:25px 0 15px 0; color:#aaa;}
.newslist ul li dd dl:nth-child(2){ padding:10px 0 25px 0; border-top:1px solid #eee;}

.newslist ul span{color:rgba(0,0,0,0.15); font-size:18px; float:left; display:block; width:18px;}
.newslist ul ol{height:1px; float:left; display:block; width:calc(100% - 23px); background-color:rgba(0,0,0,0.1); margin:11px 0 0 5px;}


/*app*/
.app{width:80%; min-width:1200px; margin:0 auto; padding:100px 0;}
.app ul{border-top:1px solid #eee; border-left:1px solid #eee;}
.app ul li{width:12.5%; float:left; border-bottom:1px solid #eee; border-right:1px solid #eee; box-sizing:border-box; text-align:center; padding:30px 0; font-size:13px; color:#bbb;}
.app ul li font{display:block; font-size:30px; line-height:30px; margin-bottom:8px; color:#999;}



/*app_a*/
.app_a{width:100%; background-image:url(../image/app_bg.jpg); background-attachment:fixed; background-size:cover; padding-top:250px;}
.app_a ul{width:100%; padding:40px 0 35px 0; background-color:rgba(0,0,0,0.7); color:#fff;}
.app_a ul li{width:80%; min-width:1200px; margin:0 auto;}
.app_a ul li ol{float:left;}
.app_a ul li ol:nth-child(1){width:calc(100% - 250px);}
.app_a ul li ol:nth-child(2){width:250px;}
.app_a ul img{ width:230px; margin-top:10px; float:right;}
.app_a ul li h3{color:#fff; margin-bottom:5px;}

/*app_b*/
.app_b{width:80%; min-width:1200px; margin:0 auto; padding:100px 0 98px 0;}
.app_b dl:nth-child(1){margin-bottom:10px;}
.app_b dl:nth-child(2){margin-bottom:30px;}
.app_b dl h3{color:#013b84; margin-bottom:7px;}
.app_b dl h3 p{font-size:24px; font-weight:bold; color:#013b84; display:block; margin:5px 0 0 0; font-family:'MON';}
.app_b dl div:nth-child(1){width:30%; float:left;}
.app_b dl div:nth-child(2){width:70%; float:left; text-align:right;}
.app_b dl div dt{display:inline-block; padding:5px 20px; margin-top:18px; background-color:#eee; margin-left:2px; font-size:12px;}
.app_b dl div dt:last-child{background-color:#e3000e; color:#fff; padding:5px 30px;}
.app_b dl div dt:last-child a{color:#fff;}

.app_b dl ul{width:calc(33.33% - 6px); float:left; margin-right:9px; margin-bottom:2px;}
.app_b dl ul:nth-child(3n+3){margin-right:0;}
.app_b dl ul li{float:left; line-height:35px; height:35px;}
.app_b dl ul li:nth-child(1){width:33px; margin-right:2px; text-align:center; background-color:#3c62ad; color:#fff; font-family:'dinprob'; font-size:12px;}
.app_b dl ul li:nth-child(2){width:calc(100% - 45px); background-color:#eee; padding-left:10px;}

.app_b dl span{color:rgba(0,0,0,0.15); font-size:18px; float:left; display:block; width:18px;}
.app_b dl ol{height:1px; float:left; display:block; width:calc(100% - 23px); background-color:rgba(0,0,0,0.1); margin:11px 0 0 5px;}


/*about_a*/
.about_a{width:80%; min-width:1200px; margin:0 auto; padding:100px 0;}
.about_a ul:nth-child(1){margin-bottom:10px;}
.about_a ul:nth-child(2){margin-bottom:30px;}
.about_a ul h3{color:#013b84; margin-bottom:7px;}
.about_a ul h3 p{font-size:24px; font-weight:bold; color:#013b84; display:block; margin:5px 0 0 0; font-family:'MON';}
.about_a ul div:nth-child(1){width:30%; float:left;}
.about_a ul div:nth-child(2){width:70%; float:left; text-align:right;}
.about_a ul div dt{display:inline-block; padding:5px 20px; margin-top:18px; background-color:#eee; margin-left:2px; font-size:12px;}
.about_a ul div dt:last-child{background-color:#e3000e; color:#fff; padding:5px 30px;}
.about_a ul div dt:last-child a{color:#fff;}

.about_a ul li{float:left;}
.about_a ul li:nth-child(1){width:calc(40% - 50px); margin-right:50px;}
.about_a ul li:nth-child(2){width:60%;}
.about_a ul li img{width:100%; height:263px;}

.about_a ul span{color:rgba(0,0,0,0.15); font-size:18px; float:left; display:block; width:18px;}
.about_a ul ol{height:1px; float:left; display:block; width:calc(100% - 23px); background-color:rgba(0,0,0,0.1); margin:11px 0 0 5px;}

/*about_b*/
.about_b{width:100%; padding:100px 0; background-image:url(../image/about_b_bg.jpg); background-attachment:fixed; background-size:cover;}
.about_b ul{width:80%; min-width:1200px; margin:0 auto;}
.about_b ul li{width:calc(20% - 16px); margin-right:20px; background-color:#fff; float:left; position:relative;}
.about_b ul li:nth-child(5){margin-right:0;}

.about_b ul li img{width:100%;}
.about_b ul li ol{position:absolute; top:20px; left:25px; width:calc(100% - 50px);}
.about_b ul li ol span{display:block; font-size:18px; font-weight:600; color:#013b84;}

/*about_c*/
.about_c{width:100%; text-align:center; padding:60px 0; background-size:cover; background-image:url(../image/about_c_bg.jpg);}
.about_c p{font-size:30px; color:#013b84; line-height:30px; margin-bottom:5px; letter-spacing:20px; text-indent:20px;}
.about_c span{font-family:'dinpro'; font-size:14px; color:#aaa; letter-spacing:0; text-indent:0;}
.about_c font{font-size:13px; letter-spacing:3px; text-indent:3px; line-height:13px; background-color:#e3000e; color:#fff; display:inline-block; padding:3px 3px;}


/*pro_a*/
.pro_a{width:80%; min-width:1200px; margin:0 auto; padding:100px 0 80px 0;}
.pro_a ul:nth-child(1){margin-bottom:10px;}
.pro_a ul:nth-child(2){margin-bottom:30px;}
.pro_a ul h3{color:#013b84; margin-bottom:7px;}
.pro_a ul h3 p{font-size:24px; font-weight:bold; color:#013b84; display:block; margin:5px 0 0 0; font-family:'MON';}
.pro_a ul div:nth-child(1){width:30%; float:left;}
.pro_a ul div:nth-child(2){width:70%; float:left; text-align:right;}
.pro_a ul div dt{display:inline-block; padding:5px 20px; margin-top:18px; background-color:#eee; margin-left:2px; font-size:12px;}
.pro_a ul div dt:last-child{background-color:#e3000e; color:#fff; padding:5px 30px;}
.pro_a ul div dt:last-child a{color:#fff;}

.pro_a ul li{float:left; width:calc(25% - 15px); border:1px solid #eee; box-sizing:border-box; margin-right:20px; margin-bottom:20px;
box-shadow:0 0px 0px rgba(0,0,0,0.2); -webkit-box-shadow:0 0px 0px rgba(0,0,0,0.2); -moz-box-shadow:0 0px 0px rgba(0,0,0,0.2);
transition: box-shadow 0.3s;
-moz-transition: box-shadow 0.3s; /* Firefox 4 */
-webkit-transition: box-shadow 0.3s; /* Safari o¨ª Chrome */
-o-transition: box-shadow 0.3s; /* Opera */
cursor:pointer;
}
.pro_a ul li:hover{box-shadow:0 3px 30px rgba(0,0,0,0.2); -webkit-box-shadow:0 3px 30px rgba(0,0,0,0.2); -moz-box-shadow:0 3px 30px rgba(0,0,0,0.2);
transition: box-shadow 0.5s;
-moz-transition: box-shadow 0.5s; /* Firefox 4 */
-webkit-transition: box-shadow 0.5s; /* Safari o¨ª Chrome */
-o-transition: box-shadow 0.5s; /* Opera */
cursor:pointer;}
.pro_a ul li:nth-child(4n+4){margin-right:0;}
.pro_a ul li img{width:100%;}

.pro_a ul li dd{padding:0 25px 35px 25px;}
.pro_a ul li dd dl{ font-family:'dinprob'; font-size:36px; color:#013b84; line-height:36px; margin-bottom:20px;}
.pro_a ul li dd dl p{ font-family:'dinpro'; font-size:12px; color:#aaa; line-height:12px; margin-top:5px;}
.pro_a ul li dd font{font-size:16px; display:block; color:#333;}

.pro_a ul span{color:rgba(0,0,0,0.15); font-size:18px; float:left; display:block; width:18px;}
.pro_a ul ol{height:1px; float:left; display:block; width:calc(100% - 23px); background-color:rgba(0,0,0,0.1); margin:11px 0 0 5px;}

/*pro_x*/
.pro_x{width:80%; min-width:1200px; margin:0 auto; padding:100px 0 80px 0;}
.pro_x ul:nth-child(1){margin-bottom:10px;}
.pro_x ul:nth-child(2){margin-bottom:30px;}
.pro_x ul h3{color:#013b84; margin-bottom:7px;}
.pro_x ul h3 p{font-size:24px; font-weight:bold; color:#013b84; display:block; margin:5px 0 0 0; font-family:'MON';}
.pro_x ul div:nth-child(1){width:30%; float:left;}
.pro_x ul div:nth-child(2){width:70%; float:left; text-align:right;}
.pro_x ul div dt{display:inline-block; padding:5px 20px; margin-top:18px; background-color:#eee; margin-left:2px; font-size:12px;}
.pro_x ul div dt:last-child{background-color:#e3000e; color:#fff; padding:5px 30px;}
.pro_x ul div dt:last-child a{color:#fff;}

.pro_x ul li:nth-child(1){width:calc(33% - 35px); margin-right:70px; float:left;}
.pro_x ul li:nth-child(2){width:calc(67% - 35px); float:left;}
.pro_x ul li:nth-child(1) img{width:100%; border:7px solid #eee; box-sizing:border-box;}
.pro_x ul li:nth-child(2) img{margin-top:10px; width:100%;}
.pro_x ul li strong{color:#fff; background-color:#013b84; font-size:15px; line-height:15px; margin:20px 0 8px 0; display:block; padding:4px 0 5px 5px; font-weight:normal;}
.pro_x ul li td{font-size:13px; padding:5px 0 5px 15px;}

.pro_x ul li dd{padding:0 0 20px 0;}
.pro_x ul li dd dl{ font-family:'dinprob'; font-size:36px; color:#013b84; line-height:36px; margin-bottom:20px;}
.pro_x ul li dd dl p{ font-family:'dinpro'; font-size:14px; color:#aaa; line-height:14px; margin-top:5px;}
.pro_x ul li dd font{font-size:20px; display:block; color:#333; margin-bottom:5px;}

.pro_x ul span{color:rgba(0,0,0,0.15); font-size:18px; float:left; display:block; width:18px;}
.pro_x ul ol{height:1px; float:left; display:block; width:calc(100% - 23px); background-color:rgba(0,0,0,0.1); margin:11px 0 0 5px;}

/*news_x*/
.news_x{width:80%; min-width:1200px; margin:0 auto; padding:100px 0 80px 0;}
.news_x ul:nth-child(1){margin-bottom:10px;}
.news_x ul:nth-child(2){margin-bottom:30px;}
.news_x ul h3{color:#013b84; margin-bottom:7px;}
.news_x ul h3 p{font-size:24px; font-weight:bold; color:#013b84; display:block; margin:5px 0 0 0; font-family:'MON';}
.news_x ul div:nth-child(1){width:30%; float:left;}
.news_x ul div:nth-child(2){width:70%; float:left; text-align:right;}
.news_x ul div dt{display:inline-block; padding:5px 20px; margin-top:18px; background-color:#eee; margin-left:2px; font-size:12px;}
.news_x ul div dt:last-child{background-color:#e3000e; color:#fff; padding:5px 30px;}
.news_x ul div dt:last-child a{color:#fff;}

.news_x ul li:nth-child(1){width:calc(25% - 35px); margin-right:70px; float:left;}
.news_x ul li:nth-child(2){width:calc(75% - 35px); float:left;}
.news_x ul li:nth-child(2) img{width:100%; margin:15px 0;}

.news_x ul li dd{padding:0 0 20px 0;}
.news_x ul li dd dl{ font-size:24px; color:#013b84; line-height:32px;}
.news_x ul li dd dl p{ font-family:'dinpro'; font-size:13px; color:#aaa; line-height:13px; margin-top:20px;}

.news_x ul span{color:rgba(0,0,0,0.15); font-size:18px; float:left; display:block; width:18px;}
.news_x ul ol{height:1px; float:left; display:block; width:calc(100% - 23px); background-color:rgba(0,0,0,0.1); margin:11px 0 0 5px;}



.md-perspective,
.md-perspective body {
	height: 100%;
	overflow: hidden;
}

.md-perspective body  {
	background: #fff;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}

.container {
	min-height: 100%;
}

.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 65%;
	max-width: 1000px;
	min-width: 320px;
	height: auto;
	z-index: 9999999;
	visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 9999995;
	opacity: 0;
	background: rgba(1,1,1,0.6);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {
	color: #5b5b5b;
	background: #fff;
	position: relative;
	border-radius: 0px;
	margin: 0 auto;
	font-size:12px;
	font-family:'dinpro';
}
.md-content td{padding:5px 0 5px 10px;}

.md-content .md-close-btn {
	position: absolute;
	top: 10px;
	right: 5px;
	z-index: 999999;
}
.md-content .md-close-btn a{
	color: #909090;
	cursor: pointer;
}
.md-content .md-close-btn a:hover{
	color: #212121;
}
.md-content .md-close {
	font-size: 13px;
}


.md-content > div {
	padding: 15px 40px 30px;
	margin: 0;
	font-weight: 300;
	font-size: 14px;
}

.md-content > div p {
	margin: 0;
	padding: 10px 0;
}

.md-content > div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}

.md-content > div ul li {
	padding: 5px 0;
}

/* Individual modal styles with animations/transitions */

/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
	-webkit-transform: scale(0.7); 
	-moz-transform: scale(0.7); 
	-ms-transform: scale(0.7); 
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s; 
	-moz-transition: all 0.3s; 
	transition: all 0.3s;
}
.md-show.md-effect-1 .md-content {
	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	transform: scale(1);
	opacity: 1;
}


@media only screen and (min-width: 720px) and (max-width: 1200px){}

@media only screen and (min-width: 220px) and (max-width: 720px) {}