@charset "utf-8";
 /*首选*/
/*@font-face { 
	font-family: 'tt_1';
	src:url('tt5.woff') format('woff'),
		url('tt5.ttf') format('truetype'); 
}*/
/*粗体*/
/*@font-face {   
	font-family: 'tt_2';
	src:url('tt6_6.woff') format('woff');
}*/
.nav,ul.sub li:hover,.section_title>p:after,.page_on a,a.btn_2:before,.contact_left p:before,.formBtn button:hover{
	background-color: #274B94;
}
a:hover{text-decoration:none; }
.textcen{text-align:center;}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0;}
.clearfloat{zoom:1;}
.fl_l{float: left;}
.fl_r{float: right;}
.hei40{height: 40px;}
.wid60p{width: 60%;}
.wid50p{width: 50%;}
.wid49p{width: 49%;margin-right:2%;}
.wid49p2{width: 49%;margin-right:0;}
.wid85p{width: 85%;margin: 0 auto;}
.martop10{margin-top:10px;}
.contact_left p a:hover,.form input:focus,.form textarea:focus{border-color: #274B94;}
.nav{background-color: #274B94;}
.banner_box {
	background-image: url(/images/bg.jpg);
}
.dis-inb{display: inline-block;}
/*轮播Carousel*/
.carousel .carousel-indicators .active{background:#1e5cbd;border-color:#1e5cbd;width: 1em;height: 1em;}
.carousel .carousel-indicators li{margin: 10px;background-color: rgba(255,255,255,0.8);border: 0;width: 1em;height: 1em;}

*{margin: 0;padding: 0}
img{border:none;border:0;vertical-align: middle;}
iframe{max-width: 100%;margin: 20px 0;}
@media (max-width: 1023px) {iframe{height: auto;width: auto;}}

html{font-size: 100%}
body{position: relative;color: #212121;font-family:'微软雅黑',"tt_1","tt",Arial !important;background-color: #f8f8f8;font-size: 14px;}

ul{list-style-type: none;}
a{color: #274b92;text-decoration: none;border: none;}
p{font-size: 14px;line-height: 22px;font-family:'微软雅黑',"tt_1","tt",Arial !important;}

h2,h3,h4,h5{margin-bottom: 16px;font-weight: 100;}
h2{font-size: 36px;line-height: 48px;}
h3{font-size: 30px;line-height: 40px;}
h4{font-size: 22px;line-height: 28px;}
h5{font-size: 18px;line-height: 22px;}

@media screen and (max-width: 960px) {
	h2{font-size: 24px;line-height: 24px;}
	h3{font-size: 18px;line-height: 16px;}
	h4{font-size: 16px;line-height: 14px;}
	h5{font-size: 14px;line-height: 14px;}
}

pre{white-space: pre-wrap!important;}

.modal .modal-dialog{width:600px;}
/*——————————————————————————————————————头部————————————————————————————————*/

.header{
	position: relative;
	width: 100%;height: 100px;
	background-color: #fff;
	z-index: 999;
}
.header .scr960{text-align:center;}
.header .scr960 li a:hover{text-decoration:none;color:#008ae1;}
.logo_item{position: relative;}

.w1200{position: relative; width: 1240px;margin: 0 auto;padding: 0 10px;box-sizing: border-box;}
.w_880{width: 1000px;}
.logo{margin-right: 4%;
	float: left;
	height: 100px;width: 20%;
	line-height: 100px;
}
.head_info{float: left;height: 35px;width:24px;padding-top:34px;right: 0;text-align: right;}
.head_info span{display: inline-block;padding:5px;background: #faf7f7;}
.head_info span:nth-child(1){border-top-left-radius: 6px;border-bottom-left-radius: 6px;}
.head_info span:nth-child(2){border-top-right-radius: 6px;border-bottom-right-radius: 6px;}
.head_info .active{color:#fff;background: #1e5cbd;}
.logo{left: 0;}
.logo img{max-height: 80%;}
.nav .active {border-bottom: 1px solid #1e5cbd;}
.nav .scr960>li:nth-child(1){text-align: center;}
.nav .active a{color:#1e5cbd;}
.nav_icon{
	display: none;
	/*position: absolute;*/
	/*top: 0;*/
	margin-top: 10px;
	width: 100%;
	height: 40px;
	background-image: url(/images/nav_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100% ;
	z-index: 99;
}
.side_icon{
	background-image: url(/images/btn_side_close.png) !important;
}
.side_close{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 60px;left: 0;
	background-color: rgba(22,22,22,.9);
	display: none;
}

.header .nav{
	float: left;
	margin-top: 30px;
	height: 40px;width:76%;
	background-color: #ffffff;
	color: #274b92;
}
.navmargin{margin-left:15%;}
.nav > ul > li{
	position: relative;
	display: inline-block;
	line-height: 36px;
	margin-right: 55px;
	color: #274b92;
}
.nav > ul > li a{
	font-size: 16px;
	color: #000000;
	display: inline-block;
	transition: 0.3s;
	font-family:"tt_2","tt_1","tt",Arial,'微软雅黑';
}
.nav > ul > li .sonul2 li a{
	color: #ffffff;
}
.nav > ul > li.on>a{color: rgba(22,74,177,.6);}
.nav > ul > li.on>a{color: rgba(22,74,177,.6);}
.right_li{
	float: right;
}
li.right_li{margin: 0 !important;}
.right_li span{
	/*display: inline-block;*/
	background-color: #f43535;
	padding: 10px 30px;
	border-radius: 4px;
	font-family:"tt_2","tt_1","tt",Arial,'微软雅黑';
	filter:alpha(opacity=100);
	transition: 0.3s;
}

ul.sub{
	position: absolute;
	display: none;
	width: 110px;
	padding-top: 10px;
}
ul.sub li{line-height: 48px;border-bottom: 1px solid rgba(255,255,255,.08);background-color: #333;background-color: rgba(126,120,120,.9);transition: 0.3s;}
ul.sub li:first-child{border-top-left-radius:6px;border-top-right-radius:6px;}
ul.sub li:last-child{border-bottom-left-radius:6px;border-bottom-right-radius:6px;}

ul.sub li a{/* text-indent: 20px; */display: block;font-size: 14px;transition: 0.3s;}

.nav li.on:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(255,255,255,.0);
z-index: 999;
}

@media screen and (min-width: 1024px) {

	.nav >ul>li:hover > a{color: rgba(22,74,177,.6);}
	/*li.right_li:hover>a{color: #fff !important;}*/
	li.right_li:hover span{opacity: 0.8;filter:alpha(opacity=80);}
	li.on.right_li:hover span{opacity: 1 !important;filter:alpha(opacity=100);}
	ul.sub li:hover{background-color: #274b92;}
	/*ul.sub li:hover a{text-indent: 24px;}*/
}
.hide_100{height: 0;}
/*——————————————————————————————————————幻灯片————————————————————————————————*/
.slider_container{
	position: relative;
	height: 100%;
	width: 100%;
	z-index: 0;
}
.slider_s{
	width: 1240px !important;
	height: 500px !important;
	margin: 0 auto;
	margin-top: 30px;
}
.slider_s .camera_pag{left: 0 !important;}
.slider_s .camera_caption a{margin-right: 20px !important;}
#slider {
	height: 100%;
	margin-bottom: 0!important;
	position: relative;
}
.slider_link a{
	position: absolute;
	padding: 20px;
	font-size: 24px;
	color: #fff;
	background-color: rgba(0,0,0,.4);
	bottom: 10%;left: 10%;
	z-index: 9999;
}
img.imgLoaded{z-index: -1;}
@media screen and (max-width: 959px) {
	.slider_container {width: 100%;left: 0;}
}

.w1200:after,.foot_extend:after,.border_box:after,.more:before,.mix:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
/*—————————————————————————————————————— base ————————————————————————————————*/
.place{padding-left:4em;}
.content{
	padding: 30px 0;
	padding-bottom: 0;
}
.section_1{
	margin-bottom: 30px;
}
.section_title{
	position: relative;
	text-align: center;
}
.section_title h3{
	color:#1e5cbd;
	text-align: center;
}
.section_title span{
	display: inline-block;
	line-height: 24px;
	font-size: 14px;
	color: #424141;
	margin: -5px 10px 0px 80%;
}
.section_title span a{color: #424141;}
.section_title a:hover{text-decoration: none;}
.border_box{
	position: relative;
	box-shadow: 2px 2px 20px rgba(0,0,0,.05);
	background-color: #fff;
	padding: 40px 0px 0px 0px ;
	box-sizing:border-box;
	padding-bottom: 30px;
}
.news_list{padding-bottom: 10px !important}
.page{
	position: relative;
	height: 50px;
	text-align: center;
	padding-top: 20px;
}
.page li{
	position: relative;
	top: 10px;
	display: inline-block;
	margin-left: 4px;
	background-color: #fff;
	transition: 0.3s;
	box-shadow: 2px 2px 20px rgba(0,0,0,.05);
}
.page li a{
	display: inline-block;
	font-size: 18px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	color: #555;
	margin-left:10px;
	box-sizing: border-box;
}
.page li .thisclass{
	display: inline-block;
	font-size: 18px;
	color:#ffffff;
	width: 26px;
	height: 26px;
	line-height: 26px;
	box-sizing: border-box;
	border-radius: 50%;
	background: #1e5cbd;
}
.page li span{
	display: inline-block;
	font-size: 18px;
	color:#ffffff;
	width: 26px;
	height: 26px;
	line-height: 26px;
	box-sizing: border-box;
	border-radius: 50%;
	background: #1e5cbd;
}
.page_on a{
	color: #fff !important;
	background-color: #274b92;
}

.banner_sub{
	min-height: 80px;
}
.banner_sub img{width: 100%;}

/* ul.category{
	width: 100%;
	height: 4em;
	text-align: center;
	margin-bottom: 30px;margin-top: 0px;
	background: #1e5cbd;
}
ul.category li{
	display: inline-block;
	margin-right: 50px;
	padding-top: 1.2em;
	z-index: 1;
}
ul.category li.on{border-bottom:1px solid #ffffff;}
ul.category li:hover{border-bottom:1px solid #eeeeee;}
ul.category li a:hover,ul.category li:hover{color:#eeeeee;}
ul.category li a{
	position: relative;
	display: inline-block;
	color: #ffffff;
	font-weight: 700;
	font-size: 16px;
	font-family:"tt_2",Arial,'微软雅黑';
}
ul.category li:last-child{margin-right: 0;} */
.border_box_tit{width:100%;text-align:center;margin-bottom:50px;}
ul.category{
	width: auto;display:inline-block;
	height: 3em;
	text-align: center;
	margin:0 auto;
	/* border:1px solid #000; */
}
ul.category li{
	display: inline-block;
	height: 3em;
	line-height: 3em;
	padding:0 3.5em;
	font-weight:bold;
	z-index: 1;
	/* border:1px solid #000; */
	margin-left: 40px;
	background-size:100% 100%;
}
ul.category li:nth-child(1){background-image:url("/img/listpic/bird.png");margin-left:0px;}
ul.category li:nth-child(2){background-image:url("/img/listpic/shou.png");}
ul.category li:nth-child(3){background-image:url("/img/listpic/niechi.png");}
ul.category li.on a{color:#1e5cbd;}
ul.category li a:hover,ul.category li:hover{color:#1e5cbd;}
ul.category li a{
	position: relative;
	display: inline-block;
	color: #000;
	font-weight: 700;
	font-size: 16px;
	font-family:"tt_2",Arial,'微软雅黑';
}

p.detail_title{
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 30px;
	font-family:"tt_2",Arial,'微软雅黑';
	font-weight: 700;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.text_body{width: 80%;margin:0 auto;padding-bottom:40px;}
.text_body .pro_text_body{width: 48%;float: left;padding:30px 1%;}
.text_body p{text-indent: 2em;margin-top: 20px;}
.text_body_img{margin-top:27px;}
.text_body_img img{width:100%;}
.text_body .biankuang{float: right;padding:20px;position: relative;}
.text_body .biankuang img{float: right;position: relative;z-index: 20;margin:0;}
.text_body .bgkuang{display:inline-block;position:absolute;top:0;right: 0;border:1px solid #1e5cbd;width: 85%;height:100%;z-index:19;}
.text_area .time{
	position: absolute;
	text-align: right;
	width: 18%;
	right: 10px;top: 0;
}

.ctrl a{
	position: relative;
	float: left;
	height: 60px;width: 33.33%;
	background-color: #e7e7e7;
	background-color: rgba(0,0,0,.05);
	border-right: 4px solid #fff;
	box-sizing: border-box;
	z-index: 99;
	transition: 0.3s;
}

.ctrl a:before{
	content: "";
	position: absolute;
	bottom: 0;left: 0;
	width: 100%;height: 1px;
	background-color: #274b92;
	opacity: 0;
	transition: 0.3s;
	z-index: -1;
}
.ctrl{margin-top: 40px;padding: 0 10px;}

.ctrl a:last-child{border: none;}
a#back:after,a#prev:after,a#next:after{
	content: "";
	position: absolute;
	top: 0;left: 0;
	width: 100%;height: 100%;
	background-image: url(/images/btn-back.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.3s;
}
a#back:after{background-image: url(/images/btn-back.png);}
a#prev:after{background-image: url(/images/btn-prev.png);}
a#next:after{background-image: url(/images/btn-next.png);}


@media screen and (min-width: 1024px) {
	ul.category li a:hover{color: #274b92;}

	.ctrl a:hover:before{height: 100%;opacity: 1;}
	a#back:hover:after{background-image: url(/images/btn-back2.png);}
	a#prev:hover:after{background-image: url(/images/btn-prev2.png);}
	a#next:hover:after{background-image: url(/images/btn-next2.png);}
}
/*—————————————————————————————————————— product ————————————————————————————————*/
.pro_tit_t{font-size:18px;text-align:center;padding:80px 0 30px;}
.pro_tit_name{margin-left:20px;}
.xunjia{width:180px;height:36px;line-height:36px;background:#374cdc;border:1px solid #3836ea;border-radius:18px;text-align:center;margin:0 auto;color:#fff;font-weight:bold;font-size:18px;margin-bottom:30px;}
.pro_tit_img{background:#dff6f7;border:1px solid #dff6f7;border-radius:10px;/* box-shadow:0px 8px 10px #aec2c3; */}

.pro_table_body table{margin-top:30px;}
.pro_table_body table tr:nth-child(1){border-top:2px solid #666;font-weight:700;}
.pro_table_body table td{padding-left:15px;}
.pro_table_body table .texcenter{text-align:center;}
.pro_table_body table .texcenter td{padding-left:0;}
#mailus .tianjia li{height:40px;}
#mailus .tianjia .bitian{display:inline-block;width:15px;height:30px;line-height:30px;color:red;}
#mailus .tianjia span{display:inline-block;width:150px;height:30px;line-height:30px;}
#mailus .tianjia input{display:inline-block;width:350px;height:30px;line-height:30px;}
.btn.mailussub{background:#374cdc;color:#fff;border-radius:17px;padding:6px 18px;}

.text_area{position: relative;padding: 0 20px;line-height: 22px; box-sizing:border-box;}
/*.text_area img{padding-top: 0;}*/
.text_area p img{max-width: 100%;margin-bottom: 20px;}
.text_area > img{width: 100%;margin-bottom: 20px;}
.text_area p{white-space: pre-wrap;font-size: 14px;line-height: 26px;}

.mix>img,.mix p{float: left;display: inline-block;width: 50%;box-sizing:border-box;}
.mix p,.mix h4,.mix h3,.mix h5{padding: 0 20px;display: inline-block;}
.mix{line-height: 22px;margin: 30px 0;}

.a_img_box{width: 460px;margin:0 auto;}
.a_img_box img{width:100%;border:0;}
.duigou1{background-image:url(/img/duigou.png);display:inline-block;width:22px;height:16px;vertical-align: inherit;}
/*.duigou1{display:inline-block;width: 9px;height: 18px;border-right:2px solid #292929;border-bottom:2px solid #292929;transform: rotate(40deg);}*/
/*—————————————————————————————————————— service ————————————————————————————————*/
.service_box{
	float: left;
	width: 25%;
	padding: 0 30px;
	box-sizing:border-box;
	text-align: center;
}
.column3 .service_box{width: 33.33%}
.service_box h4{font-weight: 700;font-size: 16px;font-family:"tt_2","tt_1","tt",Arial,'微软雅黑';margin-top: 10px;}
.service_box img{width: 100%;transition: 0.3s;}
.service_box p{font-size: 13px;color: #777;margin-bottom: 10px;}

/*—————————————————————————————————————— news ————————————————————————————————*/
.clearb{clear:both;}
.news_box{
	position: relative;
	float: left;
	/*width: calc(40% - 32px);*/
	width: 66%;
	margin-left: 2%;
	padding: 0 16px;
	box-sizing:border-box;
}
.news_box a:hover{text-decoration: none;}
.news_box li:hover{opacity:0.7;}
.home_news .news_box{width: 21%;margin-bottom: 0;}
.news_box .news_title_box{margin-left:2px;}
.news_box .news_title_box img{vertical-align: top;margin-top:2px;}
.news_box .news_time{color: #a09d9d;}
.news_descript{color:#626262;margin:0.5em 0 0.8em;}
.news_box .news_title{margin-left:1.2em;font-size: 1.2em;color:#666;}
.news_box img{height: auto; transition: 0.2s;opacity: 1;}
.border_box .news_boxone{width: 32%;float: left;}
.border_box .news_boxone img{width: 100%;}

.news_img{position: relative;overflow: hidden;background-color: #000;-webkit-transform:translateZ(0);}
.news_box .time{display: none;}
.news_list .news_box .time{display: block;}
.news_img .time{position: absolute;font-size: 14px;left: 4px;bottom: 0;color: #fff;padding: 4px 10px;background-color: rgba(255,255,255,.0);font-family:"tt_2",Arial;transition: 0.4s;opacity: 0.6;}
.news_box p{
	font-size: 13px;
	color: #777;
	height: 70px;
	overflow: hidden;
}
.home_news1{clear:both;padding-top:1em;}
.news_box1{
	position: relative;
	float: left;
	width: 48%;
	padding-left: 10px;
	margin:10px 2% 10px 0;
	box-sizing:border-box;
}
.news_box1 .newbox_time{width: 120px;height: 120px;display:inline-block;}
/*.news_box1 .newbox_time a{display: inline-block;width: 100%;height: 100%;background:#1e5cbd;color:#fff;text-align:center;}*/
.news_box1 .newbox_time a{display: inline-block;width: 100%;height: 100%;color:#000;text-align:center;border: 2px solid #000;border-radius: 16px;}
.news_box1 a:hover{text-decoration: none;}
.news_box1 .newbox_time a .news_time1{font-size: 40px;padding-top:5px;font-weight:bold;}
.news_box1 .newbox_time a hr{width:70%;margin:0 auto;padding:0;color:#000;border-top:2px solid #060606;transform:rotate(-30deg);
-ms-transform:rotate(-30deg); 	/* IE 9 */
-moz-transform:rotate(-30deg); 	/* Firefox */
-webkit-transform:rotate(-30deg); /* Safari 和 Chrome */
-o-transform:rotate(-30deg); 	/* Opera */}
.news_box1 .newbox_time a .news_time2{font-size: 16px;padding-top:15px;padding-left:15px;}
.news_box1 .newbox_ti{width: calc(100% - 130px);margin-left: 10px;}
.news_box1 .news_tit{font-size: 1.2em;color:#000000;}
.news_box1 .news_des{font-size: 1em;color:#626262;}
.news_box1:hover{opacity: 0.8;}

/*第二次新闻模板*/
.border_box3{padding: 40px 0px 0px 0px;box-sizing: border-box;padding-bottom: 30px;}
.newsleft .news_box3{width:95%;}
.news_box3 a,.news_box2 a{display:inline-block;color:#000;text-align:left;}
.news_box3 a:hover,.news_box2 a:hover{text-decoration: none;}
.news_box3 .newbox_img{margin-top:10px;}
.news_box3 .news_des,.news_box2 .news_des{color:#747373;}
.newsright .news_box2{width: 95%;padding-left: 10px;box-sizing:border-box;border-bottom:1px solid #dcdcdc;}
.news_box3 .news_tit{font-size:20px;padding:10px 0;}
.news_box2 .news_tit{font-size:20px;padding-bottom:10px;}
.news_box2 .newbox_ti{padding:10px 0;}
.news_box2 .news_time2{color:#747373;line-height:24px;margin-top:3px;}
.news_box2 .more{display:inline-block;border:1px solid #dcdcdc;padding:0px 10px;border-radius:15px;}
.news_box2 .more:hover{color:#fff;background:#2260bf;border-color:#2260bf;}

.newsbox .news_title{width:80%;margin:0 auto;}
.newsbox .news_title .biaoti{font-size: 2em;text-align:center;}
.newsbox .news_title .uptime{font-size: 1em;text-align:right;margin-top:-1em;}

.gsjj{width: 100%;margin-top:1em;}
.gsjj a:hover{text-decoration: none;opacity: 0.8;}
.gsjj>ul>li{width: 32%;float: left;margin-left: 2%;}
.gsjj li:nth-child(1){margin-left: 0;}
.gsjj li .bgbox{background:url(/img/bg010.png);box-shadow: 1px 1px 20px rgba(0,0,0,.05);background-size: 100% 100%;}
.gsjj li .gs_tit{color:#1e5cbd;display: block;width: 100%;padding-bottom:15px;border-bottom: 2px dashed #dcdcdc;font-size:2em;}
.gsjj li .gs_title{color:#010101;display: block;font-size:16px;margin-top: 10px;}
.gsjj li .gs_tit2{color:#1e5cbd;display: block;padding-bottom:25px;font-size:2em;text-indent: 1em;}
.gsjj li .gs_title2{text-indent: 2em;color:#626262;display: block;font-size:16px;margin-bottom:40px;padding-bottom:40px;width: 100%;border-bottom: 2px dashed #dcdcdc;}
.gsjj li p{text-indent: 2em;color:#626262;font-size:1em;/*letter-spacing: 3px;line-height: 36px;*/}
.gsjj li .gsyuan{display:inline-block;width:10px;height: 10px;border-radius: 50%;background:#dbdbdb;margin-left:0.5em;}
.gsjj li .active{background:#008ae1;}
/* .more{width: 48px;height: 48px;background-image:url(/images/more_1.png); } */
.more a{
	position: relative;
	top: 20px;
	display: block;
	font-size: 20px;
	letter-spacing: 2px;
	text-align: center;
	color: #ccc;
	border-top: 1px solid #f1f1f1;
	padding:16px 0 4px 0;
	margin: 0 16px;
	box-sizing:border-box;
	transition: 0.3s;
}


/*—————————————————————————————————————— about ————————————————————————————————*/
.border_box .jianj_box{width: 50%;}
.border_box .jianj_box1{width: 60%;}
.border_box .jianj_box2{width: 40%;}
.border_box .jianj_box .jimg{text-align: center;width: 100%;}
/*.border_box .jianj_box .jimg img:hover{transform:scale(1.1);transition:0.2s;}*/
.border_box .jianj_box .videobox{margin:10% auto 0;}
.border_box .jianj_box .jianj_tit{color:#1e5cbd;font-size:1.5em;font-weight:700;padding:1em;border-bottom: 1px solid #1e5cbd;}
.border_box .jianj_box1 .jianj_tit1{font-family:"CooperBlackStd";}
.border_box .jianj_box1 .jianj_content p{text-indent: 2em;}
.border_box .jianj_box1 .jianj_content{padding:1em 20px;}
.jianj_content .jianj_title{text-align:center;margin-bottom:30px;}
.jianj_content .jianj_title .jianj_title1{display: inline-block;font-size:18px;}
.jianj_content .jianj_title .jianj_title2{display: inline-block;float: right;font-size:14px;margin-top: 6px;}
.border_box #ditucon{width:100%;height: 100%;min-height: 400px;}
.banner_box{
	position: relative;
	width: 100%;
	padding: 100px 0;
	text-align: center;
	background-color: #555;
	background-image: url(/images/about_bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	color: #fff;
	z-index: 99;
}
.banner_box p{
	font-size: 16px;
	width: 800px;
	margin: 20px auto;
	white-space: pre-line;
	line-height: 30px;
}
.banner_box p.title{font-weight: 700;font-size: 24px;font-family:'"微软雅黑","tt_2","tt_1","tt","Arial"';position: relative;margin-bottom: 30px;}
.banner_box p.title:after{
	position: absolute;
	content: "";
	width: 30px;height: 3px;
	background-color: #fff;
	bottom: -12px;left: 50%;
	margin-left: -15px;
}

.banner_box span{
	display: block;
	margin:30px 0; 
}
.banner_box span a{
	display: inline-block;
	padding: 0 40px;
	border-radius: 6px;
	font-size: 16px;
	height: 50px;line-height: 50px;
	color: #fff;
	background-color: #f43535;
	transition: 0.3s;
}
/*--------------------------------------------gallery----------------------------------------------*/

.pic_box{
	position: relative;
	float: left;
	width: 25%;
	padding: 0 16px;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.img_box_round img{width: 100%;/* border-radius:50%; */box-sizing:border-box;transition: 0.2s;}
.pic_box a:hover{text-decoration: none;}
/* .pic_box .img_box{padding:32px 47px;} */
/* .pic_box .img_box .more{margin: 0 auto;width: 48px;height: 48px;background-image:url(/images/more_1.png); } */
/* .pic_list .pic_box{width: 33.3%;margin-bottom: 20px;} */
/* .idnexbox .pic_box:hover{background:#1e5cbd;color:#fff;} */
.other_pic{padding: 8px;}
.other_pic .pic_box{padding: 0 2px;margin-top: 30px;margin-bottom: 0;}
.pic_box_img{position: relative;overflow: hidden;background-color: #000; -webkit-transform:translateZ(0);}
.pic_box_img img{width: 100%;transition: 0.2s;}
.pic_box p a{color:#222;}

.pic_box p{
	text-align: center;
	position: relative;
	font-size: 16px;
	color: #222;
	padding: 10px 0;
	transition: 0.4s;
	z-index: 2;
	margin-top: 20px;
	display:none;
}
.pic_list .pic_box p{top:-60px;display:none;}
.pic_box_img:before,.news_img a:before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 40%;left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	height: 60px;
	width: 60px;
	background-image:url(/images/icon-zoom.png); 
	z-index: 3;
	opacity: 0;
	filter:alpha(opacity=0);
	transition: 0.2s; 
}
.news_img a{position: relative;}

.pic_box_img a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
}



/*—————————————————————————————————————— contact ————————————————————————————————*/
.contact_left img,.contact_right img{max-width: 100%;}
.contact .section_title .c_title{border-bottom:4px solid transparent;font-size:1.8em;color:#1e5cbd;padding-bottom:10px;
-moz-border-image:url(/img/borderstyle1.png) 30 30 stretch;	/* Old Firefox */
-webkit-border-image:url(/img/borderstyle1.png) 30 30 stretch;	/* Safari and Chrome */
-o-border-image:url(/img/borderstyle1.png) 30 30 stretch;		/* Opera */
border-image:url(/img/borderstyle1.png) 30 30 stretch;}
.contact_left{
	float: left;
	width: 36%;
	padding: 0 10px;
	line-height: 22px;
	box-sizing:border-box;
}
.contact_left p{
	position: relative;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 30px;
	left: 50px;
	width: calc(100% - 50px);
}
.contact_left p.right_p{display: none;}
.size14{font-size: 14px !important;}

.contact_left img{max-width: 100%;}
.contact_left p:before{
	content: "";
	position: absolute;
	top: -8px;left: -50px;
	display: block;
	width: 40px;height: 40px;
	background-color: #274b92;
	background-image: url(/templets/cloud_15/images/default.png);
	margin-right: 50px;
}


.contact_left p a:hover{border-bottom: 1px solid #274b92;}

.contact_right{
	float: right;
	width: 60%;
	padding: 0 10px;
	box-sizing:border-box;
}
.contact_right > p{
	font-size: 20px;
	font-family:"tt_2","tt_1","tt",Arial,'微软雅黑';
	margin-bottom: 10px;
}

.form input,.formText{
	border: 1px solid #dedede;
	background-color: #fbfbfb;
	font-size: 14px;
	line-height: 18px;
	width: 100%;
	padding: 10px;
	text-align: left;
	margin: 0 auto;
	outline:medium;
	border-radius: 0;
	-webkit-appearance: none;
	box-sizing:border-box;
	transition: 0.4s;
}
.formText{text-align: left;}

.form textarea{height: 100px;max-width: 100%;}

@media screen and (min-width: 1024px) {
	.news_box:hover h4 a{color: #274b92;}
	.news_img:hover img{transform: scale(1.1);opacity: 0.7; }
	.more a:hover{color: #274b92;letter-spacing: 5px;}
	.news_box:hover .time{opacity: 1;color: #555;background-color: rgba(255,255,255,1);left: 10px; }
}
@media screen and (min-width: 1024px) {
	.service_box:hover img{opacity: 0.8;}
}
@media screen and (min-width: 1024px) {
	.form input:hover,.form textarea:hover{border-color: #999;}
	.formBtn button:hover{background-color: #274b92;}
}
@media screen and (min-width: 1024px) {
	.pic_box_img:hover img{transform: scale(1.05);opacity: 0.7;}
	.pic_box_img:hover:before,.news_img:hover a:before{
	 	top: 50%;
	 	opacity: 1;
	 	filter:alpha(opacity=100);
	}
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
	.banner_box span a:hover{opacity: 0.8;}
	.nav > ul > li { margin-right: 26px !important;}
}
.form input:focus,.form textarea:focus{ 
	background-color:#fff; 
	border: 1px solid #274b92;
}

.form dt{
	margin-top: 10px;
	color: #888;
	font-size: 12px;
	line-height: 22px;
	padding-bottom: 4px;
}
.form dl{width: 49%;float: left;}
.form dl:first-child{margin-right: 2%;}

.formBtn button{
	padding: 14px; 
	width:100%;
	background: #25282c;
	color: #fff;
	margin: 10px auto;
	line-height: 18px;
	cursor: pointer;
	border: none;
	transition: 0.4s;
}

/*—————————————————————————————————————— footer ————————————————————————————————*/
.footer{
	padding: 30px 0 0;
}
/*.footer .foot_b{float: left;}*/
.footer .foot1{width: 42%;float: left;}
.footer .foot1 img{width:16px;height:16px;margin-right:5px;}
.footer .foot1 p{color:#898383;display:block;}
.footer .foot2{width: 10%;float: right;margin-right: 20px;text-align: center;}
.footer .foot2 p{color:#898383;}
.footer .foot2 span{color:#898383;}
.footer .foot3{width: 9%;float: right;margin-right:20px;}
.footer .foot_b .erweima{text-align: center;color:#7e7878;}
.footer .foot_b .erweima img{width: 100%;}
.footer .beian{width: 100%;background:#1e5cbd;padding:2em 0;}
.footer .beian p{margin:0 auto;text-align:center;color:#fff;font-size:1.1em;}

.foot_extend p{position: relative; margin-bottom: 10px;font-size: 16px;border-bottom: 1px solid #383B3F;padding-bottom: 10px;width: 90%;}
.foot_extend p:after{
	content: "";
	position: absolute;
	width: 30px;height: 3px;
	left: 0;bottom: -1px;
	background-color: #274b92;
}


/*—————————————————————————————————————— 响应式1280 ————————————————————————————————*/
@media screen and (max-width: 1279px)  {
	p{font-size: 12px;}
	.w1200{width: 100%;}
	.logo_item .logo{width: 25%}
	.logo_item .nav{width: 71%}
	.navmargin{margin-left:17%;}
	.slider_s{width: 960px !important;height: 400px !important}
	.header .w1200{padding: 0 20px;}
	.nav > ul > li a{font-size: 14px;}
	.service_box{padding: 0 10px;}
	.news_box{padding: 0 10px;}
	.service_box p,.news_box p{font-size: 12px;line-height: 20px;}
	.news_box h4 a{font-size: 14px;margin-top: 8px;}
	.news_box h4{margin-bottom: 8px;}
	.news_box p{height: 60px;}
	.banner_box{ padding: 60px 0; }
	ul.category li a{font-size: 14px;}
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
	.nav > ul > li{margin-right: 30px;}
}
/*—————————————————————————————————————— 响应式960 ————————————————————————————————*/

@media screen and (max-width: 960px) {
	.content{padding: 20px 0}
	.nav{opacity: 1;}
	.w1200,.w_880{width: 100%;}
	.slider_s{width: 100% !important;height: 300px !important;margin-top: 0;}
	.camera_next,.camera_prev{opacity: 1 !important;}
	.header{height: 60px;position: fixed;}
	.nav_icon{display: block;}
	.head_info{display: none;}
	.logo{height: 60px;line-height: 60px;width: 100%;text-align: center;}
	.logo img{max-height: 100%;}
	.logo_item .logo{width: 90%;margin-right: 0;}
	.logo_item .nav{width: 10%;margin-top: 0;}
	.nav{top: 60px;height: 40px;}
	.nav .scr960{position: absolute;width: 100%;height: 100%;top: 60px;left: 0px;}
	.nav>ul{display: none;text-align: center;top: 60px;}
	.nav>ul>li{display: block;margin: 0;line-height: 40px;}
	.nav>ul>li img{display:none;}
	.nav > ul > li a{display: block;color: #ffffff;}
	.hide_100{height: 60px;}
	li.has_sub ul,li.has_sub>a:after{display: none;}
	li.has_sub a{padding: 0;}
	.right_li span{padding: 8px 30px;}
	.right_li{float: none;}

	.camera_caption a{font-size: 12px !important;}

	.service_box{width: 50%;}
	.column3 .service_box{width: 100%;}
	.section_title>p{font-size: 14px;margin-bottom: 10px;  padding-top: 12px;}

	.home_news1{display: none;}
	.news_box{width: 50% !important;margin-bottom: 20px;}
	.home_news .news_box{margin-bottom: 30px;}

	.banner_box p,.banner_box p.title{width: 100%;font-size: 12px;line-height: 20px;}
	.banner_box p.title{font-size: 14px;}
	.banner_box{ padding: 40px 0; }
	.banner_box span a{height: 30px;line-height: 30px;font-size: 14px;}

	.pic_box{width: 50%;padding: 0 4px;left: 0;}
	.pic_box p{font-size: 12px;}
	.other_pic{display: none;}

	ul.category li a{font-size: 11px;}
	/* ul.category li{padding-right:0px;margin-right:10px;} */
	ul.category li:after{left: 6px;font-size: 10px;}
	ul.category{margin-bottom: 20px;}
	.page li a{width: 20px;height: 20px;line-height: 20px;font-size: 11px;}
	.page li{margin: 0}
	.page{height: 60px;}

	.banner_sub{min-height: 0; padding: 30px 0;}

	.contact_right,.contact_left{width: 100%;}
	.contact_left p{font-size: 12px;}

	.mix>img,.mix p{width: 100%;float: none;}
	.mix>img{margin-bottom: 20px;}
	.mix p,.mix h4,.mix h3,.mix h5{padding: 0;}

	p.detail_title{font-size: 18px;line-height: 22px;}

	.footer .foot1{width: 40%;}
	.footer .foot3{width: 13%;}
	.footer .foot2{width: 13%;margin:0;}
	.follow {float: none;text-align: center;}

	.smwi100{width: 100% !important;}
	.smwi100.wid49p{margin-right:0;}
	.smwi50{width: 49% !important;}
	.smdisn{display: none !important;}
	.section_title span{display: none;}
	.modal .modal-dialog{width:90%;}
}

@media screen and (max-width: 480px) {
	.slider_s{height: 200px !important;}
	.service_box{width: 100%;}
	.home_news1{display: none;}
	.news_box{width: 100%;}
	.nav>ul>li{line-height: 30px;}
	.nav>ul>li img{display:none;}
	li.right_li{margin-top: 20px !important;}

	.news_box,.home_news .news_box{width: 100% !important;margin-bottom: 30px;}

	.footer .foot1{width: 53%;}
	.footer .foot3{width: 46%;margin-right:10px;}
	.footer .foot2{width: 40%;margin:0;}
	.xsdisn{display: none !important;}
	.xswi100{width: 100% !important;}
	.xswi100.wid49p{margin-right:0;}
	.text_body .pro_text_body{width: 100% !important;}
	
	.border_box .jianj_box #ditucon{width:100%;height: 100%;min-height: 500px;}
	.newsbox .news_title .biaoti{font-size: 1em;text-align:center;}
	.text_body .biankuang img{width: 100%;}
	.newsbox .news_title .uptime{margin-top: 0;}
	.pic_list .pic_box{width: 50%;margin-bottom: 20px;}
	.pic_box .img_box {padding: 8px 12px;}
	.carousel .carousel-indicators .active{width:10px;height: 10px;}
	.carousel .carousel-indicators li{width: 10px;height: 10px;}
	.carousel .carousel-indicators{bottom: -17px;}
	.carousel-control{display: none;}
	.section_title span{display: none;}

	#mailus .modal-dialog{width:95% !important;}
	#mailus .tianjia span{width:98px;}
	#mailus .tianjia input{width:210px;}
	.modal .modal-dialog{width:96%;}
}