/* by dingtiger 2019.3 */
@font-face {
  font-family: 'iconfont';  /* Project id 3908734 */
  src: url('//at.alicdn.com/t/c/font_3908734_63kwxbujoet.woff2?t=1678016025748') format('woff2'),
       url('//at.alicdn.com/t/c/font_3908734_63kwxbujoet.woff?t=1678016025748') format('woff'),
       url('//at.alicdn.com/t/c/font_3908734_63kwxbujoet.ttf?t=1678016025748') 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:#c8a48d;text-decoration: none;}
a:active {color: #666;text-decoration: none;}

h1{font-size:36px; color:#003f77; line-height:26px; display:block; font-weight:400;}
h2{font-size:30px; color:#003f77; 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:#003f77; 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:25px; padding-left:25px; 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:56px; margin-top:12px;}

.head_a div ol{float:left;}
.head_a div ol:nth-child(2){font-size:12px; color:#aaa; text-align:left; margin-left:10px; padding-top:20px;}
.head_a div ol:nth-child(2) p{font-family:'dinprob'; font-size:19px; color:#003f77;}
.head_a div ol span{font-size:40px; line-height:84px; color:#c8a48d;}

/*
.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:#c8a48d;}

#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:#003f77;
}

#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:#003f77;}
.head_b ol div dl span{font-size:40px; line-height:80px; color:#e3000e;}
*/

/*index_add background: linear-gradient(to bottom ,#faeedc, #f6c7a9); -webkit-background-clip:text; color:transparent;*/
.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:190px; font-size:15px; color:rgba(255,255,255,1); letter-spacing:20px;}
.swiper-slide .titlea_b {margin-top:10px; font-size:50px; line-height:50px; font-weight:bold; background: linear-gradient(to bottom ,#faeedc, #f6c7a9); -webkit-background-clip:text; color:transparent;}
.swiper-slide .titlea_c {margin-top:10px; color:rgba(255,255,255,0); font-size:50px; line-height:44px; font-family:'mon'; -webkit-text-stroke: 0.5px rgba(255,255,255,0.2);}
.swiper-slide .titlea_e {margin-top:50px;}
.swiper-slide .titlea_e a{background-color:#c8a48d; 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:#003f77; 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:#c8a48d; 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:44px;}
.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:#003f77; padding:25px; border-top:0 solid #c8a48d;}
.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; box-sizing:border-box;}
.index_b ul li:nth-child(1){border:15px solid rgba(0,63,119,0.2);}
.index_b ul li:nth-child(2){border:15px solid rgba(0,63,119,0.2);}
.index_b ul li:nth-child(3){margin-right:0;border:15px solid rgba(0,63,119,0.2);}
.index_b ul li img{width:100%;}
.index_b ul li dd{padding:25px 25px 25px 25px;}
.index_b ul li dd dl{ font-family:'mon'; font-size:30px; color:#e1eaed; line-height:36px; margin-bottom:20px;}
.index_b ul li dd p{color:#aaa; font-size:14px; line-height:24px;}
.index_b ul li dd font{font-size:24px; display:block; color:#003f77; font-weight:400;}
.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:#668cad; font-size:30px; display:block; line-height:30px; margin-bottom:1px;}
.index_b ul ol{float:right; display:block; margin:31px 0 0 8px; text-align:center; border:1px solid #668cad; padding:10px 13px 6px 13px; color:#668cad; font-size:12px;}


/*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:16.66%; 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:5px 0; color:rgba(255,255,255,0.7);}
.index_app ul li img{width:100%;}

.index_app ul li:hover{cursor:pointer; background-color:rgba(200,164,141,1); border:none; color:#fff; box-sizing:border-box; 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:5px 0; float:left; width:16.66%;}

.index_app ul h3{color:#c8a48d;}
.index_app ul p{font-size:24px; font-weight:bold; color:#c8a48d; 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:#c8a48d; 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:#003f77;}
.index_d ul h3 p{font-size:24px; font-weight:bold; color:#003f77; 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:#003f77;}

.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:#003f77;}

.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:#003f77;}
.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:44px; line-height:42px; letter-spacing:1px; display:block; margin-bottom:6px; font-family:"dinprob"; background: linear-gradient(to bottom ,#faeedc, #f6c7a9); -webkit-background-clip:text; color:transparent;}

/*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:410px;}
.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:#003f77; margin-bottom:7px;}
.contact_c ul h3 p{font-size:24px; font-weight:bold; color:#003f77; 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:#003f77; margin-bottom:7px;}
.guestbook ul h3 p{font-size:24px; font-weight:bold; color:#003f77; 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:#c8a48d; 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:#003f77; 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:#003f77; margin-bottom:7px;}
.newslist ul h3 p{font-size:24px; font-weight:bold; color:#003f77; 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:#c8a48d; 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:#003f77;}

.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; margin-top:30px;}
.app ul li{width:16.66%; float:left; border-bottom:1px solid #eee; border-right:1px solid #eee; box-sizing:border-box; text-align:center; padding:5px 0;}
.app ul li img{width:100%;}

.app h3{color:#003f77; margin-bottom:12px;}
.app h3 p{font-size:24px; font-weight:bold; color:#003f77; display:block; margin:5px 0 0 0; font-family:'MON';}


/*app_a*/
.app_a{width:100%; background-image:url(../image/app_bg.jpg); background-attachment:fixed; background-size:cover; padding-top:220px;}
.app_a ul{width:100%; padding:40px 0 40px 0; background-color:rgba(0,0,0,0.6); color:#fff; font-size:13px; line-height:20px;}
.app_a ul li{width:80%; min-width:1200px; margin:0 auto;}
.app_a ul li:nth-child(2){border-top:1px solid rgba(255,255,255,0.1); margin-top:20px; padding-top:20px;}
.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; padding-top:25px;}
.app_a ul img{ width:230px; margin-top:10px; float:right;}
.app_a ul li h3{color:#fff; margin-bottom:5px;}
.app_a ul li dd:nth-child(1){width:calc(20% - 16px); float:left; background-color:#c8a48d; text-align:center; padding:8px 0 10px 0; font-size:15px;}
.app_a ul li dd:nth-child(2){width:20px; float:left; padding:8px 0 10px 0; text-align:center;}
.app_a ul li dd:nth-child(3){width:calc(20% - 16px); float:left; background-color:#c8a48d; text-align:center; padding:8px 0 10px 0; font-size:15px;}
.app_a ul li dd:nth-child(4){width:20px; float:left; padding:8px 0 10px 0; text-align:center;}
.app_a ul li dd:nth-child(5){width:calc(20% - 16px); float:left; background-color:#c8a48d; text-align:center; padding:8px 0 10px 0; font-size:15px;}
.app_a ul li dd:nth-child(6){width:20px; float:left; padding:8px 0 10px 0; text-align:center;}
.app_a ul li dd:nth-child(7){width:calc(20% - 16px); float:left; background-color:#c8a48d; text-align:center; padding:8px 0 10px 0; font-size:15px;}
.app_a ul li dd:nth-child(8){width:20px; float:left; padding:8px 0 10px 0; text-align:center;}
.app_a ul li dd:nth-child(9){width:calc(20% - 16px); float:left; background-color:#c8a48d; text-align:center; padding:8px 0 10px 0; font-size:15px;}

/*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:#003f77; margin-bottom:7px;}
.app_b dl h3 p{font-size:24px; font-weight:bold; color:#003f77; 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:#c8a48d; color:#fff; padding:5px 30px;}
.app_b dl div dt:last-child a{color:#fff;}

.app_b dl ul{width:calc(25% - 27px); float:left; margin-right:36px; font-size:13px; line-height:20px;}
.app_b dl ul:nth-child(4){margin-right:0;}
.app_b dl ul li{margin-bottom:8px; padding-bottom:8px; border-bottom:3px solid #000; font-size:16px; color:#000; font-weight:bold;}
.app_b dl ul li dt{float:right; font-size:16px; color:#ccc; font-weight:normal;}

.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:#003f77; margin-bottom:7px;}
.about_a ul h3 p{font-size:24px; font-weight:bold; color:#003f77; 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:#c8a48d; 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:195px;}

.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_bbga.jpg); background-attachment:fixed; background-size:cover;}
.about_b ul:nth-child(1){margin-bottom:20px;}
.about_b ul:nth-child(1) div{width:50%; float:left;}
.about_b ul:nth-child(1) div:nth-child(2){text-align:right; font-size:13px; color:#fff; padding-top:30px;}
.about_b ul{width:80%; min-width:1200px; margin:0 auto;}
.about_b ul li{width:calc(16.66% - 5px); margin-right:6px; background-color:#fff; float:left; position:relative; font-size:12px; line-height:20px;}
.about_b ul li:nth-child(6){margin-right:0;}

.about_b ul li img{width:100%;}
.about_b ul li ol{position:absolute; top:20px; left:20px; width:calc(100% - 50px);}
.about_b ul li ol span{display:block; font-size:18px; font-weight:600; color:#013b84; margin-bottom:5px;}

.about_b ul h3{color:#fff; margin-bottom:7px;}
.about_b ul h3 p{font-size:24px; font-weight:bold; color:#fff; display:block; margin:5px 0 0 0; font-family:'MON';}

/*about_c*/
.about_c{width:80%; min-width:1200px; margin:0 auto; padding:100px 0; font-size:24px; line-height:32px; color:#ccc;}
.about_c img{width:100%; margin-top:20px;}


/*pro_home*/
.pro_home{width:80%; min-width:1200px; margin:0 auto; padding:100px 0 50px 0;}
.pro_home ul:nth-child(1){margin-bottom:10px;}
.pro_home ul:nth-child(2){margin-bottom:30px;}
.pro_home ul h3{color:#003f77; margin-bottom:7px;}
.pro_home ul h3 p{font-size:24px; font-weight:bold; color:#003f77; display:block; margin:5px 0 0 0; font-family:'MON';}
.pro_home ul div:nth-child(1){width:30%; float:left;}
.pro_home ul div:nth-child(2){width:70%; float:left; text-align:right;}
.pro_home ul div dt{display:inline-block; padding:5px 20px; margin-top:18px; background-color:#eee; margin-left:2px; font-size:12px;}
.pro_home ul div dt:last-child{background-color:#c8a48d; color:#fff; padding:5px 30px;}
.pro_home ul div dt:last-child a{color:#fff;}

.pro_home ul li{width:calc(33.33% - 24px); float:left; margin-right:36px; background-color:#fff; box-sizing:border-box;}
.pro_home ul li:nth-child(1){border:15px solid rgba(0,63,119,0.2);}
.pro_home ul li:nth-child(2){border:15px solid rgba(0,63,119,0.2);}
.pro_home ul li:nth-child(3){margin-right:0;border:15px solid rgba(0,63,119,0.2);}
.pro_home ul li img{width:100%;}
.pro_home ul li dd{padding:25px 25px 25px 25px;}
.pro_home ul li dd dl{ font-family:'mon'; font-size:30px; color:#e1eaed; line-height:36px; margin-bottom:20px;}
.pro_home ul li dd p{color:#aaa; font-size:14px; line-height:28px;}
.pro_home ul li dd font{font-size:24px; display:block; color:#003f77; font-weight:400;}
.pro_home 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;}
.pro_home 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;}

.pro_home ul span{color:rgba(0,0,0,0.15); font-size:18px; float:left; display:block; width:18px;}
.pro_home 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_homea*/
.pro_homea{width:80%; min-width:1200px; margin:0 auto; padding:50px 0 100px 0; border-top:1px solid rgba(0,0,0,0.1);}
.pro_homea ul:nth-child(1){margin-bottom:30px;}
.pro_homea ul:nth-child(2){border-left:1px solid #eee; border-top:1px solid #eee;}
.pro_homea ul h3{color:#003f77; margin-bottom:7px;}
.pro_homea ul h3 p{font-size:24px; font-weight:bold; color:#003f77; display:block; margin:5px 0 0 0; font-family:'MON';}

.pro_homea ul li{width:16.66%; float:left; background-color:#fff; box-sizing:border-box; border-right:1px solid #eee; border-bottom:1px solid #eee; cursor:pointer;}
.pro_homea ul li:hover{background-color:#f5f5f5; cursor:pointer;}
.pro_homea ul li img{width:100%;}
.pro_homea ul span{font-size:13px; color:#ccc;}

/*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:#003f77; margin-bottom:7px;}
.pro_a ul h3 p{font-size:24px; font-weight:bold; color:#003f77; 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:#c8a48d; color:#fff; padding:5px 30px;}
.pro_a ul div dt:last-child a{color:#fff;}

.pro_a ul li:nth-child(1){width:250px; float:left; margin-right:50px; background-color:#f5f5f5;}
.pro_a ul li:nth-child(2){width:calc(100% - 300px); float:left;}
.pro_a ul li img{width:100%;}
.pro_a ul li dd{width:100%; margin-top:30px;}
.pro_a ul li dd img{display:block; width:calc(20% - 4px); float:left; margin-right:5px; margin-bottom:5px; border:1px solid #eee; box-sizing:border-box;}
.pro_a ul li dd img:nth-child(5n+5){margin-right:0;}
.pro_a ul li font{font-size:18px; color:#003f77; line-height:18px; display:block; font-weight:400;}
.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:#003f77; margin-bottom:7px;}
.pro_x ul h3 p{font-size:24px; font-weight:bold; color:#003f77; 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:#003f77; 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:#003f77; 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:#003f77; margin-bottom:7px;}
.news_x ul h3 p{font-size:24px; font-weight:bold; color:#003f77; 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:#003f77; 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;}


@media only screen and (min-width: 720px) and (max-width: 1200px){}

@media only screen and (min-width: 220px) and (max-width: 720px) {}