
@font-face {
	font-family: 'OPENSANS';
	src: url('OPENSANS-REGULAR_0.TTF');
	font-weight: normal;
	font-style: normal;
}

html,
body,
div,
p,
ul,
li,
ol,
dl,
dt,
dd,
form,
input,
textarea,
table,
tr,
td,
img,
a,
span,
em,
h1,
h2,
h3,
h4,
h5,
h6{
	margin:0;
	padding:0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-style:normal;
	font-weight:normal;
	padding:0;
	margin:0;
}

html{
	width:100%;
	height:100%;
}

body{
	font-family:arial,"OPENSANS", Helvetica, sans-serif;
   	font-size:16px;
   	font-size:.75em;
   	overflow-x: hidden;
   	background:#f7f7f7;
}

input,
select,
option,
textarea {
	border: none;
	outline: none;
}

img {
	border: none;
}

a,
a:hover ,
a:active,
a:visited,
a:link{
	text-decoration: none;
	outline: 0;
}


ul li{
	margin:0;
}
ul,li{
	list-style:none;
}

.left{
	float:left;
}

.right{
	float:right;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}

.none{
	display:none;
}

.block{
	display:block;
}

.index_container{
	background:#e7e7e7;
}

.w{
	width:1170px;
	margin:0 auto;
}


@-webkit-keyframes fadeInUp1 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInUp1 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.fadeInUp1 {
	-webkit-animation-name: fadeInUp1;
	animation-name: fadeInUp1
}


@-webkit-keyframes fadeIndown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeIndown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.fadeIndown {
	-webkit-animation-name: fadeIndown;
	animation-name: fadeIndown
}



.fadeInleft {
	-webkit-animation-name: fadeInleft;
	animation-name: fadeInleft
}



@-webkit-keyframes fadeInleft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInleft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}




.fadeInright {
	-webkit-animation-name: fadeInright;
	animation-name: fadeInright
}



@-webkit-keyframes fadeInright {
	0% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInright {
	0% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}


.index_body{
	background:#e7e7e7;
}

.cir{
	border-radius:4px;
}


/*header*/

.top_header{
	background:#10242f;
}

.top_head{
	height:30px;
	line-height:30px;
	background:#10242f;
	color:#fff;
	font-size:12px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}

.top1{
	padding-left:10px;
}

.top_email img{
	vertical-align: middle;
	margin-right:5px;
} 

.top_email a{
	color:#fff;
}

.top_email a:hover{
	text-decoration: underline;
}


.top_search{
	position: relative;
	height:30px;
    width: 30px;
    line-height: 30px;
	transition:all 0.3s;
    background-color: #1c3f52;
}

.top_search .head_search1 {
    height:30px;
    width: 30px;
    background:url(../images/top3.png) no-repeat center;
    cursor: pointer;
    border-radius:3px;
	position: relative;
	z-index:5;
}
.top_search .head_search2 {
    position: absolute;
    right: 30px;
    top: 0;
	z-index:3;
    background-color: #e7e7e7;
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
    height: 30px;
    line-height: 30px;
    width: 0px;
    transition: width 500ms;
    -moz-transition: width 500ms;
    -webkit-transition: width 500ms;
    -o-transition: width 500ms;
}
.top_search:hover .head_search2{
	width:170px;
    padding:0 20px; 
}


.top_language{
	margin:0 18px;
	position:relative;
	padding-left:25px;
	background:url(../images/top2.png) no-repeat left center;
	cursor: pointer;
}

.top_language>p{
	padding-right:25px;
	background:url(../images/top4.png) no-repeat right center;
}

.top_language a{
	color:#fff;
}
.top_language .top_languagemain{
	position:absolute;
	top:100%;
	left:0;
	right:0;
	width:100%;
	background:#10242f;
	height:auto;
	display:none;
	padding:0px 5px 10px;
}
.top_language .top_languagemain a{
	display: block;
	width:100%;
	padding:5px;
	border-bottom:1px dashed #fff;
	color:#fff;
	font-size:12px;
	line-height:14px;
}

.top_language .top_languagemain a:hover{
	font-weight:bold;
	background:#1c3f52;
}

.header{
	background:#f7f7f7;
}

.pc_head{
	transition:all 0.3s;
	height:88px;
	line-height:88px;
}

.index_body .header{
	background:#e7e7e7;
}

.pc_head .logo img{
	vertical-align: middle;
	max-height:90%;
	width:auto;
}

.pc_head .nav_li{
	float:left;
	position: relative;
	margin-left:125px;
}
.pc_head .nav_li .nav_a{
	font-size:14px;
	color:#080404;
	font-weight:bold;
}

.pc_head .nav_li::after{
	content:"";
	position:absolute;
	bottom:0;
	left:40%;
	width:12px;
	height:6px;
	background:url(../images/nav_jiao.png) no-repeat center;
	display: none;
}
.pc_head .nav_li:hover::after{
	display: block;
}

.setNav{
	position: absolute;
	top:100%;
	left:0;
	width:245px;
	z-index:999;
	padding:5px 0 38px;
	background:#10242f;
	display: none;
}
.setNav li{
	padding:0 10px;
	transition:all 0.3s;
}

.setNav li a{
	display: block;
	padding:10px 0;
	font-size:14px;
	line-height:18px;
	color:#fff;
	border-bottom:1px dashed #fff;
}
.setNav li:hover{
	background:#1c3f52;
}


.header{
	box-shadow:0px 0px 10px #cdcdcd;
}

.header.fixed{
	position:fixed;
	top:0;
	right:0;
	left:0;
	z-index:99999999999999;
	width:100%;
	height:70px;
	box-shadow:0px 0px 10px #cdcdcd;
}
.header.fixed .pc_head {
    height: 70px;
    line-height: 70px;
}










/*phone_nav*/
.phone_head{
	height:60px;
	display: none;
	background:#fff;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:9999900;
	box-shadow:0px 0px 10px #ccc;
}

.phone_head .logo{
	width:115px;
	height:55px;
	line-height:60px;
}

.phone_head .logo img{
	height:auto;
	width:100%;
	vertical-align: middle;
}

.phone-head{
	height:60px;
	line-height:60px;
}

.phone_head nav{
	margin-left:0;
	margin-top:60px;
}

.phone_head .th_login {
    color: #333;
    margin-left: 31%;
    margin-top: 23px;
}

.phone-head .menubtn > span.expand {
	vertical-align: middle;
    display: inline-block;
    height: 40px;
    background:#d61518 url(../images/navbg.png) no-repeat;
    background-size: 50%;
    background-position: 50%;
    width:40px;
}

.phone-head .mask-close{
	background:#d61518 none repeat scroll 50% 50% / auto padding-box border-box;
	cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    position: absolute;
    top:10px;
    right: 3%;
    height: 40px;
    line-height: 40px;
    width: 40px;
    overflow: hidden;
}


.maskbg{
	position:absolute;
	top:0;
	left:0;
	right:0;
	width:100%;
	overflow-y: auto;
	background:rgba(255,255,255,.9);
	z-index:1000;
	display: none;
}


.phone_nav ul>li {
    background-position: center center;
    border-bottom: 1px solid #ccc;
    line-height: 40px;
    padding: 0px 17px;
    font-size:1.25em;
}
.phone_nav ul>li>a {
    display: inline-block;
    width:100%;
    height:100%;
    font-size:1em;
    color: #323232;
    white-space: nowrap;
}

.phone_nav ul>li ol a{
    display: inline-block;
    width:100%;
    height:100%;
    font-size:0.85em;
    color: #323232;
    white-space: nowrap;
}

.phone_nav ul>li>h3{
	display: block;
    font-size:1em;
    color: #323232;
    position: relative;
}
.phone_nav ul>li>h3:after {
    content: " ";
    width: 10px;
    height: 6px;
    background: url(../images/arrow-down_0f6f0cfeb7.png) no-repeat;
    background-size: contain;
    top: 50%;
    margin-top: -3px;
    right: 12px;
    position: absolute;
    -webkit-transition: transform .4s ease;
    transition: transform .4s ease;
}

.phone_nav ul>li.active>h3:after{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: transform 1s ease;
    transition: transform .4s ease;
}

.phone_nav ul>li ol {
    display: none;
}









/*footer*/
.footer1{
	background:#10242f;
}
.foot1{
	background:#10242f;
	padding:25px 0 30px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}

.foot1 dl{
	float:left;
	width:14.28%;
	min-height:130px;
	padding:0 1.5%;
	background:url(../img/f1_bg.jpg) no-repeat right top;
}

.foot1 dl:last-child{
	background:none;
}

.foot1 dl dt{
	font-weight:bold;
	font-size:14px;
	color:#fff;
	line-height:14px;
	margin-bottom:20px;
}

.foot1 dl dd a{
	display: block;
	width:100%;
	color:#fff;
	font-size:12px;
	line-height:14px;
	margin-bottom:10px;
}
.foot1 dl dd a:hover{
	color:#d61518;
}
.footer2{
	background:#1a3441;
}

.foot2{
	padding:30px 20px 25px;
	background:#1a3441;
}

.f2_logo{
	width:19%;
	padding-right:2%;
	background:url(../img/f_logo.jpg) no-repeat right center;
	margin-right:1%;
}
.f2_logo img{
	display: block;
	width:100%;
	height:auto;
}

.f2_link{
	width:34%;
	font-size:14px;
	line-height:14px;
	padding-top:15px;
	color:#fff;
}
.f2_link h3{
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	margin-bottom:10px;
}

.f2_link a{
	color:#fff;
}

.f2_link a:hover{
	color:#d61518;
}
/*.web_icon{
	overflow: hidden;
}*/
.web_icon a{
	float:left;
	margin:0 0 0 15px!important;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
}
.web_icon a:hover{
	opacity:0.8;
}
.f2_share{
	width:46%;
}
.f2_share .bdsharebuttonbox a{
	padding:0!important;
	background:none!important;
	height:auto!important;
	margin:0 0 0 15px!important;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
}
.web_icon a img,
.f2_share .bdsharebuttonbox a img{
	margin-bottom:10px;
}
.f2_share .bdsharebuttonbox a:hover{
	color:#ffffff!important;
}


.footer3{
	background:#10242f;
}
.foot3{
	padding:14px 20px;
	color:#fff;
	font-size:12px;
	background:#10242f;
}

.indesfooter .footer1,
.indesfooter .footer2,
.indesfooter .footer3{
	background:none;
}

/*.web_icon {
     overflow:initial; 
}*/
.web_icon  a:nth-child(5){
	position:relative;
}
.web_icon  a:nth-child(5) img.ma{
	position:absolute;
	bottom:100%;
	right:0;
	display: none;
}
.web_icon  a:nth-child(5):hover img.ma{
	display: block;
}
.web_icon  a:nth-child(5):hover{
	opacity:1;
}

/*index*/

.in_main{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	padding:40px 35px;
	background:rgba(0,0,0,0.4);
	transition:all 0.3s;
	color:#fff;
}

.cir>img{
	display: block;
	width:100%;
	height:100%;
}

.in1_sec1,
.in1_sec2{
	height:310px;
	overflow: hidden;
	position:relative;
	width:48.5%;
	margin-bottom:30px;
}
.in_jia{
	position:absolute;
	bottom:0;
	right:0;
}
.in_jia img{
	display: block;
}
.in1_sec1 .in_main,
.in1_sec2 .in_main{
	padding:20px 35px;
}

.in_main h3{
	font-size:18px;
	line-height:26px;
	font-weight:bold;
	margin-bottom:15px;
}

.in11_m li a{
	display: block;
	width:90%;
	background:rgba(255,255,255,0.4) url(../img/go.png) no-repeat 97% center;
	padding:10px 20px;
	margin-bottom:5px;
	font-size:14px;
	color:#fff;
}


.in12_m li a{
	display: block;
	width:90%;
	background:rgba(255,255,255,0.4) url(../img/go.png) no-repeat 97% center;
	padding:10px 20px;
	margin-bottom:5px;
	font-size:14px;
	color:#fff;
}


.in2_sec1,
.in2_sec2,
.in2_sec3{
	height:360px;
	overflow: hidden;
	position:relative;
	width:32%;
	margin-bottom:30px;
}

.in2_sec31{
	height:165px;
	overflow: hidden;
	position:relative;
	margin-bottom:30px;
}
.in2_sec31>img {
    display: block;
    width: 100%;
    height: 100%;
}
.in2_sec2{
	margin:auto 2%;
}


.in31_m,
.in21_m,
.in22_m,
.in23_m{
	padding-top:40px;
	position:relative;
	top:100%;
	transition:all 0.5s;
	opacity:0;
}

.in23_m{
	padding-top:10px;
}

.in31_m a,
.in21_m a,
.in22_m a,
.in23_m a{
	display: block;
	width:145px;
	line-height:36px;
	border:1px solid #fff;
	color:#fff;
	font-size:18px;
	text-align: center;
	border-radius:3px;
}

.in31_m a:hover,
.in21_m a:hover,
.in22_m a:hover,
.in23_m a:hover{
	box-shadow:0px 0px 10px #fff;
}

.in31_m a,
.in23_m a{
	margin:0 auto;
}

.in23_main h3{
	text-align: center;
	height:auto;
}


.in11_m li a:hover,
.in12_m li a:hover{
	background:rgba(255,255,255,0.7) url(../img/go.png) no-repeat 97% center;
	text-decoration:underline;
}

.in12_m,
.in11_m{
	position:relative;
	top:100%;
	transition:all 0.5s;
	opacity:0;
}

.in3_sec1:hover .in31_m,
.in2_sec1:hover .in12_m,
.in2_sec2:hover .in12_m,
.in2_sec31:hover .in23_m,
.in1_sec1:hover .in11_m,
.in1_sec2:hover .in12_m{
	top:0;
	opacity:1;
}

.in3_sec1:hover .in_main,
.in2_sec1:hover .in_main,
.in2_sec2:hover .in_main,
.in2_sec3:hover .in_main,
.in1_sec1:hover .in_main,
.in1_sec2:hover .in_main{
	background:rgba(0,0,0,0.8);
}

.in3_sec1,
.in3_sec2{
	height:450px;
	overflow: hidden;
	position:relative;
	margin-bottom:30px;
}
.in3_sec1{
	width:66%;
}

.in31_main h3{
	text-align: center;
	padding-top:90px;
	height:auto;
}

.in31_m{
	padding-top:60px;
}
.in3_sec2{
	width:32%;
	background:#fff;
	padding:28px 50px;
}



.in3_sec2 h3{
	font-size:30px;
	line-height:30px;
	font-weight:bold;
	color:#1c3f52;
	margin-bottom:20px;
	text-align: center;
}

.in3_sec2 input{
	display: block;
	width:100%;
	height:40px;
	line-height:40px;
	border:1px solid #f3f3f3;
	padding:0 20px;
	margin-bottom:20px;
	font-size:16px;
	color:#666;
}

.in3_sec2 textarea{
	display: block;
	width:100%;
	height:100px;
	line-height:24px;
	border:1px solid #f3f3f3;
	padding:12px 20px;
	margin-bottom:20px;
	font-size:16px;
	color:#666;
	font-family:arial;
	font-style: normal;
}

.in3_sec2 input#in_sub{
	color:#fff;
	font-size:18px;
	background:#1c3f52;
	border:none;
	cursor: pointer;
	transition:all 0.3s;
}

.in3_sec2 input#in_sub:hover{
	box-shadow:0px 0px 10px #1c3f52;
}

.in4_sec1,
.in4_sec2{
	width:48.5%;
	margin-bottom:30px;
}

.in4_sec2 li,
.in4_sec1 li{
	width:21%;
	float:left;
	height:55px;
	line-height:55px;
	position:relative;
	margin-right:5.33%;
	border-radius:3px;
	overflow: hidden;
}


.in4_sec2 li:nth-child(4),
.in4_sec1 li:nth-child(4){
	margin-right:0;
}

.in4_sec1 li img{
	display: block;
	width:100%;
	height:auto;
}

.in4_sec1 li p{
	position:absolute;
	top:100%;
	left:0;
	right:0;
	bottom:0;
	z-index:2;
	color:#fff;
	background:rgba(0,0,0,0.6);
	font-size:24px;
	text-align: center;
	border-radius:3px;
	transition:all 0.3s;
}

.in4_sec1 li:hover p{
	top:0;
}



.in42_img{
	width:45%;
	height:100%;
}
.in42_main{
	background:#fff;
	width:55%;
	height:100%;
	color:#10242f;
	font-size:10px;
	text-align: center;
	font-weight:bold;
}

.in4_sec2 li:hover{
	box-shadow:0px 0px 10px #fff;
}

.in4_sec2 li:nth-child(1) .in42_img{
	background:#10242f url(../images/in45.jpg) no-repeat center;
} 

.in4_sec2 li:nth-child(2) .in42_img{
	background:#10242f url(../images/in46.jpg) no-repeat center;
} 

.in4_sec2 li:nth-child(3) .in42_img{
	background:#10242f url(../images/in47.jpg) no-repeat center;
} 

.in4_sec2 li:nth-child(4) .in42_img{
	background:#10242f url(../images/in48.jpg) no-repeat center;
} 









/***************
 * ***about****
 * ***************/
.ny_banner{
	height:494px;
	background-size:auto 100%!important;
	box-shadow:0px 0px 20px #cfcfcf;
	display: none;
}

.ab_banner{
	background:url(../images/ab_banner.jpg) no-repeat center;
}

.ab_section{
	padding:70px 0;
}

.ny_title{
	margin-bottom:30px;
}

.ny_title h2{
	color:#d61518;
	font-size:30px;
	line-height:30px;
	font-weight:bold;
}

.ny_tit{
	padding-left:20px;
	background:url(../images/home.png) no-repeat left center;
}

.ny_tit a{
	color:#333333;
}

.ny_tit a:hover{
	text-decoration:underline;
}

.ny_nav{
	width:23%;
}

.ny_sec{
	width:74%;
}

.about_sec{
	color:#d61518;
	font-size:14px;
	line-height:24px;
	color:#333333;
}

.about_sec img{
	/*display: block;*/
	max-width:100%;
	height:auto;
	/*margin-bottom:45px;*/margin-bottom:10px;
}

.about_sec h3{
	font-size:24px;
	line-height:24px;
	margin-bottom:20px;
}
.about_sec p{
	margin-bottom:35px;
}

.nynav3{
	border-top:3px solid #1c3f52;
	background:#fff;
}

.nynav3 h2{
	line-height:60px;
	border-bottom:1px solid #e7e7e7;
	padding:0 27px;
}

.nynav3_main{
	padding:20px 27px 30px;
}


.nynav3_main input{
	display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #f3f3f3;
    padding: 0 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
}

.nynav3_main textarea{
	display: block;
    width: 100%;
    height: 90px;
    line-height: 20px;
    border: 1px solid #f3f3f3;
    padding:10px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
    font-family: arial;
    font-style: normal;
}
.nynav3_main input#ab_sub{
	color:#fff;
	font-size:16px;
	background:#1c3f52;
	border:none;
	cursor: pointer;
	transition:all 0.3s;
}

.nynav3_main input#ab_sub:hover{
	box-shadow:0px 0px 10px #1c3f52;
}


.nynav2{
	position:relative;
	border-top:3px solid #1c3f52;
	margin:30px 0;
}
.nynav2 .owl-nav{
	display:none!important;
}
.nynav2 .owl-dots{
	position:absolute;
	right:20px;
	bottom:20px;
	z-index:2;
}
.nynav2 .owl-dots .owl-dot{
	float:left;
	width:8px;
	background:#e9e9e9;
	height:8px;
	border-radius:4px;
	cursor: pointer;
	margin:0 5px;
}

.nynav2 .owl-dots .owl-dot.active{
	background:#1c3f52;	
}

.nynav2_img{
	overflow: hidden;
	width:100%;
	height:auto;
}

.nynav2_img img{
	display: block;
	width:100%;
	height:auto;
	transition:all 0.5s;
}

.nynav2_m{
	padding:27px;
	background:#fff;
	min-height:145px;
}

.nynav2_m h3{
	font-size:14px;
	line-height:18px;
	margin-bottom:20px;
	color:#333333;
	min-height:75px;
}
.nynav2_m>span{
	display: block;
	width:100px;
	text-align: center;
	line-height:30px;
	color:#fff;
	font-size:14px;
	background:#1c3f52;
	border-radius:3px;
}

.nynav2_main:hover .nynav2_m h3{
	color:#1c3f52;
}

.nynav2_main:hover .nynav2_img img{
	transform:scale(1.1);
}
.nynav2_main:hover .nynav2_m>span{
	box-shadow:0px 0px 10px #1c3f52;
}


.nynav1{
	border-top:6px solid #1c3f52;
	background:#10242f;
	padding:8px 0 18px;
}
.nynav1 li a{
	display: block;
	padding:14px 27px;
	color:#fff;
	font-size:14px;
	border-bottom:1px solid #1c3f52;
	transition:all 0.3s;;
}

.nynav1 li a.on,
.nynav1 li a:hover{
	background:#1c3f52;
}







/*********************
 * ******course*****
 * ********************/

/*.cour_sec .mh {
    min-height: 450px;
}
*/
.cour_tit{
	text-align: center;
    font-size: 72px;
    line-height:72px;
    font-weight: bold;
    color: #e2e2e2;
	margin-bottom:40px;	
}


.course_main .demo,
.course_main{
	width:100%;
}

.history{background:url(../img/line04.jpg) repeat-y 187px 0;overflow:hidden;position:relative;}
.history-date{overflow:hidden;position:relative;}
.history-date h2{background:url(../img/icon06.png) no-repeat 158px 0;background-size:auto 100%; height:59px;font-size:25px;font-weight:normal;padding-left:45px;margin-bottom:30px; }
.history-date h2.first{position:absolute;left:0;top:0;width:935px;z-index:99;}
.history-date h2 a{color:#d61618;display:inline-block;*display:inline;zoom:1;background:url(../img/icon08.png) no-repeat right 50%;padding-right:17px;margin:21px 97px 0 0;}
.history-date h2 a:hover{text-decoration:none;}
.history-date h2 img{vertical-align:-5px;}
.history-date h2.date02{background:none;}
.history-date ul li{background:url(../img/icon07.jpg) no-repeat 180px 0;padding-bottom:20px;zoom:1;}
.history-date ul li.last{padding-bottom:0;}
.history-date ul li:after{content:" ";display:block;height:0;clear:both;visibility:hidden;}
.history-date ul li h3{float:left;width:20%;text-align:right;padding-right:19px;color:#c3c3c3;font:normal 18px/16px Arial;}
.history-date ul li h3 span{display:block;color:#d0d0d0;font-size:12px;}
.history-date ul li dl{float:left;width:75%;padding-left:5%;margin-top:-5px;}
.history-date ul li dl dt{font:20px/22px arial;color:#737373;}
.history-date ul li dl dt span{display:block;color:#787878;font-size:12px;}
/*.history-date ul li.green h3{color:#1db702;}
.history-date ul li.green h3 span{color:#a8dda3;}
.history-date ul li.green dl{margin-top:-8px;}
.history-date ul li.green dl dt{font-size:30px;line-height:28px;}
.history-date ul li.green dl dt a{display:inline-block;*display:inline;zoom:1;overflow:hidden;vertical-align:middle;margin-left:12px;}
.history-date ul li.green dl dd{padding-top:20px;display:none;}
.history-date ul li.green dl dd img{float:left;}
.history-date ul li.green dl dd p{overflow:hidden;zoom:1;line-height:21px;color:#787878;}*/

.history-date h2.first .more-history{font-size:16px;background:transparent;margin-left:30px;}
.history-date h2.first .more-history:hover{text-decoration:underline;}



@media only screen and (max-width:1280px ) {
.history-date ul li dl {
    width: 70%;
    padding-left: 10%;
}

}

@media only screen and (max-width:560px ) {
.history-date h2 {
    background: url(../img/icon06.png) no-repeat 0px 0;
    background-size:auto 100%;
    padding-left: 20%;
    margin-bottom:15px;
}
.history-date ul li{
    padding-left: 20%;
}
.history {
    background: url(../img/line04.jpg) repeat-y 26px 0;
}
.history-date ul li h3 {
    float: none;
    width: 100%;
    text-align: left;
    margin-bottom:15px;
}
.history-date ul li dl {
    float: none;
    width: 100%;
    padding-left: 0;
}
.history-date ul li h3 span {
     display:inline-block;
}
.history-date ul li dl dt {
    font: 16px/22px arial;
    color: #737373;
}
.history-date ul li {
    background: url(../img/icon07.jpg) no-repeat 20px 0;
}

}




@media only screen and (max-width:1024px ){
	.in3_sec1 .in31_m, .in2_sec1 .in12_m, .in2_sec2 .in12_m, .in2_sec31 .in23_m, .in1_sec1 .in11_m, .in1_sec2 .in12_m {
    top: 0;
    opacity: 1;
}

.in3_sec1.in_main, .in2_sec1 .in_main, .in2_sec2 .in_main, .in2_sec3 .in_main, .in1_sec1 .in_main, .in1_sec2 .in_main {
    background: rgba(0,0,0,0.8);
}


}


/************************
 * ********news*******
 * ************************/

.news_top{
	padding:80px 0 55px;
	background:#f3f3f3;
}

.news_section{
	padding:40px 0 100px;
	background:#fff;
}

.news_section .main ul li{background: #fff; margin-bottom: 10px;-moz-box-shadow:0px 0px 10px #AAAAAA; -webkit-box-shadow:0px 0px 10px #AAAAAA; box-shadow:0px 0px 10px #AAAAAA;
-webkit-transform:scale(1); -moz-transform:scale(1); -o-transform:scale(1); -ms-transform:scale(1); transform:scale(1); -webkit-transition: all 1s; -moz-transition: all 1s; transition: all 1s;overflow:hidden;
}
.news_section .main ul li .tbox{float: left; width: 33%;padding: 0 5%;}
.news_section .main ul li .tbox .t1{margin: 90px 0 50px; font-size: 13px; color: #333333;}
.news_section .main ul li .tbox .t2{ font-size: 22px; color: #333333;min-height:180px;}
.news_section .main ul li .tbox .t3{margin-top: 30px;display:none;}
.news_section .main ul li .tbox .t3 a{
	display: inline-block;
	float:none!important;
	width:20px!important;
	height:20px!important;
	text-align: center;
	line-height:20px!important;
	margin:0 15px 0 0!important;
	padding:0!important;
	background-image:none!important;
	border-radius:100%;
}

.news_section .main ul li .tbox .t3 a img{
	vertical-align:middle;
}

.news_section .main ul li .tbox .t3 a:hover{
	opacity:0.8!important;
}

.news_section .main ul li:hover .tbox .t3{
	display: block;
}

.news_section .main ul li .pic{float: right; width: 67%;}
.news_section .main ul li .pic img{display: block; width: 100%;}

.news_section .main ul li:hover{-moz-box-shadow:0px 0px 100px #AAAAAA; -webkit-box-shadow:0px 0px 100px #AAAAAA; box-shadow:0px 0px 100px #AAAAAA;
-webkit-transform:scale(1.01); -moz-transform:scale(1.01); -o-transform:scale(1.01); -ms-transform:scale(1.01); transform:scale(1.01); -webkit-transition: all 1s; -moz-transition: all 1s; transition: all 1s;
}

.news_section  a.more{
	display: block;
	color:#4e4e4e;
	margin-top:20px;
	width:120px;
	margin: 0 auto;
	margin-top: 70px;
	text-align: center;
	font-size:14px;
	line-height:34px;
	border:1px solid #bdbdbd;
	transition:all 0.3s;
	cursor: pointer;
	border-radius:17px;
	background:#fff;
}

.news_section a.more:hover{
	background:#4a98e9;
	border-color:#4a98e9;
	color:#fff;
}



.showMorehandle{
	cursor: pointer;
	text-align: center;
	margin-top:45px;
	padding-top:60px;
	background:url(../images/news_xia.jpg) no-repeat center top;
	color:#10242f;
	font-size:14px;
	transition:all 0.3s;
}
.showMorehandle:hover{
	background:url(../images/news_xia.jpg) no-repeat center 10px;
}







/************************
 * *********contact******
 * ***********************/

.contact1_section{
	padding:70px 0 50px;
}

.contact2_section{
	padding-bottom:100px;
}

.contact2_sec{
	padding:30px 30px 50px;
	background:#fff;
}

.contact2_sec h3{
	font-size:30px;
	line-height:30px;
	color:#333333;
	margin-bottom:30px;
	font-weight:bold;
	text-align: center;
}
.contact2_sec input{
	width:100%;
	height:40px;
	line-height:40px;
	border:1px solid #f3f3f3;
	padding:0 20px;
	margin-bottom:20px;
	font-size:16px;
	color:#666;
}

.contact2_sec textarea{
	display: block;
	width:100%;
	height:200px;
	line-height:24px;
	border:1px solid #f3f3f3;
	padding:12px 20px;
	margin-bottom:20px;
	font-size:16px;
	color:#666;
	font-family:arial;
	font-style: normal;
}

.contact2_sec input.cont_ipt1,
.contact2_sec input.cont_ipt2{
	float:left;
	width:49%;
}
.contact2_sec input.cont_ipt1{
	margin-right:2%;
}

.contact2_sec input.cont_ipt4{
	width:150px;
	color:#fff;
	font-size:18px;
	background:#1c3f52;
	border:none;
	cursor: pointer;
	transition:all 0.3s;
}

.contact2_sec input.cont_ipt4:hover{
	box-shadow:0px 0px 10px #1c3f52;
}







.contact1_sec li{
	float:left;
	width:49%;
	margin-right:2%;
	margin-bottom:25px;
}

.contact1_sec li:nth-child(2n){
	margin-right:0;
}

.cont1_img{
	width:100%;
	border:1px solid #1c3f52;
	margin-bottom:12px;
}

.cont1_img img{
	display: block;
	width:100%;
	height:auto;
}

.cont1_m{
	width:78%;
	padding-left:35px;
	background:url(../images/con1.jpg) no-repeat left center;
	color:#1c3f52;
	font-size:14px;
	line-height:20px;
}
.cont1_a{
	width:22%;
	text-align:right;
	padding-top:5px;
}
.cont1_a a:hover{
	opacity:0.8;
}




/************************
 * ******global******
 * ***********************/
.global_section{
	padding:70px 0 50px;
}

.global_sec li{
	float:left;
	width:32%;
	margin-right:2%;
	margin-bottom:15px;
}
.global_sec li:nth-child(3n){
	margin-right:0;
}

.global_sec li .global_img{
	transition:all 0.3s;
	overflow: hidden;
	border:3px solid transparent;
}
.global_sec li .global_img img{
	transition:all 0.5s;
	display: block;
	width:100%;
	height:auto;
}

.global_sec li:hover .global_img{
	border-color:#d61518;
}
.global_sec li:hover .global_img img{
	transform: scale(1.1);
}

.global_main{
	height:80px;
	padding:15px 0;
	text-align: center;
	font-weight:bold;
	color:#333333;
	font-size:18px;
	line-height:28px;
}

.global_sec li:hover .global_main{
	color:#d61518;
}







/***********************
 * *****map****
 * *******************/

.map_sec1{
	width:60%;
}

.map_sec2{
	width:38%;
}


#lookj a {
	background: #10242f;
	color: #FFF;
}

.city_wop {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 30px;
}

.city_bow ul li {
	float: left;
}

.city_bow ul li a:hover {
	background: #10242f;
	color: #FFF;
}

.city_bow ul li a {
	color: #525252;
	text-decoration: none;
	width: 80px;
	border: 1px solid #ddd;
	margin-left: 10px;
	margin-bottom: 10px;
	background: #fff;
	text-align: center;
	line-height: 45px;
	display: block;
	cursor: pointer;
}



.map_sec1 #dituContent{
	width:100%;
	height:600px;
}

.map2_title{
	font-size:14px;
	line-height:14px;
	color:#333333;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #d9d9d9;
}
.map2_title h3{
	font-size:22px;
	line-height:22px;
	font-weight:bold;
	color:#d61518;
	margin-bottom:10px;
}


.map2_sec{
	height:520px;
	overflow-y: scroll;
}

.map2_sec dl{
	padding-bottom:15px;
	border-bottom:1px solid #e8e8e8;
	margin-bottom:15px;
	color:#333333;
	font-size:14px;
	line-height:20px;
}
.map2_sec dt{
	padding-right:45px;
	cursor: pointer;
	background:url(../images/cont_xia.png) no-repeat right center;
	transition:all 0.3s;
}
.map2_sec dt a{
	display: block;
	color:#1c3f52;
	font-size:18px;
	line-height:20px;
	margin-bottom:8px;
	padding-right:15px;
	background:url(../images/add.png) no-repeat right center;
}

.map2_sec dd{
	display: none;
}

.map2_sec dt.active{
	background:url(../images/cont_xia2.png) no-repeat right center;
}
.map2_sec dt a:hover{
	text-decoration:underline;
}





























.contact1_sec,
.contact2_sec,
.news_sec,
.ab_sec,
.in1_sec,
.in2_sec,
.in3_sec,
.in4_sec{
	opacity: 1;
}




.contact1_sec.articleShow,
.contact2_sec.articleShow,
.news_sec.articleShow,
.ab_sec.articleShow,
.in1_sec.articleShow,
.in2_sec.articleShow,
.in3_sec.articleShow,
.in4_sec.articleShow{
	-webkit-animation: fadeInUp1 .8s ease-in-out both;
	-moz-animation: fadeInUp1 .8s ease-in-out both;
	-ms-animation: fadeInUp1 .8s ease-in-out both;
	animation: fadeInUp1 .8s ease-in-out both;
	opacity: 1;
}
.ab1_main.articleShow{
	-webkit-animation: fadeInleft .8s ease-in-out both;
	-moz-animation: fadeInleft .8s ease-in-out both;
	-ms-animation: fadeInleft .8s ease-in-out both;
	animation: fadeInleft .8s ease-in-out both;
	opacity: 1;
}

.ab1_img.articleShow{
	-webkit-animation: fadeInright .8s ease-in-out both;
	-moz-animation: fadeInright .8s ease-in-out both;
	-ms-animation: fadeInright .8s ease-in-out both;
	animation: fadeInright .8s ease-in-out both;
	opacity: 1;
}









/*响应式样式*/
@media only screen and (max-width:1280px) {
.w{
	width:1100px;
}
/*.in_main h3 {
    height: 98px;
}*/

.header .pc_head .nav_li {
    margin-left: 78px !important;
}




}


@media only screen and (max-width:1180px) {

.w{
	width:1024px;
}









/*.in1_sec1, .in1_sec2 {
    height: 365px;
}
.in_main h3 {
    height:80px;
    font-size: 22px;
    line-height: 28px;
}
*/
.in_main h3 {
    height:auto;
    font-size: 18px;
    line-height: 22px;
}

.ny_banner {
    height:460px;
} 



.in1_sec1, .in1_sec2 {
    height: 300px;
}
.in2_sec1, .in2_sec2, .in2_sec3 {
    height: 290px;
}

.in2_sec31 {
    height: 135px;
    margin-bottom: 20px;
}
.in_main {
    padding: 30px 20px;
}






}


@media only screen and (max-width:1080px) {

.w{
	width:100%;
	padding:0 2%;
}
.f_logo,
.pc_header{
	display: none;	
}
.phone_head{
	display: block;
}

.in1_section{
	margin-top:60px;
	padding-top:30px;
}

.f_nav {
	width:100%;
}

.in4_sec1, .in4_sec2 {
    width: 100%;
}

.in4_sec1 li{
	height:auto;
}
.ny_banner {
	margin-top:60px;
    height:420px;
}
.auCHist-min{
	width:100%;
}
.cour_tit {
    font-size: 60px;
    line-height: 60px;
}
.news_section .main ul li .tbox .t1 {
    margin: 40px 0;
}
.news_section .main ul li .tbox {
    padding: 0 3%;
}
.news_section .main ul li .tbox .t2 {
    min-height: 100px;
    font-size: 20px;
}
.news_section .main ul li .tbox .t3 {
    margin-top:10px;
}

.f2_share .bdsharebuttonbox a,
.web_icon a {
    font-size: 12px;
}
 


 





}


@media only screen and (max-width:960px) {
.in2_sec1, .in2_sec2, .in2_sec3,
.in3_sec1, .in3_sec2,
.in1_sec1, .in1_sec2 {
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
}
.ny_tit,
.ny_nav,
.foot{
	display: none;
}
.footer {
    padding:20px 15px;
}
.f_bot {
    padding-top:0px;
}
.ny_banner {
	display: block;
    height: 300px;
}
.ny_sec {
    width:100%;
}
.cont1_a img{
	width:20px;
	height:auto;
} 
.news_section .main ul li .tbox .t3 {
   display: block;
}
.map_sec2,
.news_section .main ul li .pic{
	margin-top:20px;
}

.map_sec1,
.map_sec2 {
    width:100%;
}

.map2_sec {
    height: auto;
    overflow-y: hidden;
}
.city_bow ul li{
    width: 32%;
    margin:0 0.5% 5px;
}


.city_bow ul li a {
	display: block;
	float:left;
    width: 100%;
    line-height: 40px;
    margin:0;
}
.map_sec1 #dituContent {
    height: 300px;
}






}


@media only screen and (max-width:560px) {
.in1_sec1 .in_main, .in1_sec2 .in_main,.in_main {
    padding: 20px 2%;
}

.newshow img{ width:100%;}
.in3_sec2 {
    padding: 20px 2%;
}
.in3_sec2 h3 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom:20px;
}
.in_main h3 {
    height: auto;
    font-size: 20px;
    line-height: 24px;
    margin-bottom:20px;
}
.in12_m li a,
.in11_m li a {
    padding-right: 10px;
    background-size:10px auto;
    padding-bottom:3px;
    margin:3px;
    font-size: 13px;
}

.in31_main h3 {
    padding-top:20px;
}

.in31_m {
    padding-top:30px;
}

.in42_img {
    width:40%;
    background-size: auto 30%!important;
}

.in4_sec2 li, .in4_sec1 li {
    width: 24%;
    margin-right: 1%;
}
.in42_main {
    word-break:break-all;
    width: 60%;
}
.in4_sec1, .in4_sec2 {
    margin-bottom:20px;
}

.ny_banner {
    height: 170px;
}

.ny_title h2 {
    font-size: 22px;
}

.contact1_sec li {
    width:100%;
    margin-right:0;
}


.contact2_sec {
    padding: 30px 3% 20px;
}
.contact2_section {
    padding-bottom: 40px;
}

.cour_tit {
    font-size: 30px;
    line-height: 30px;
    margin-bottom:20px;
}

.ny_title {
    margin-bottom:20px;
}

.auCHistManSwiper-next {
    right: -4px;
}
.auCHistManSwiper-prev {
    left: -4px;
}
.auCHman-box .year {
    line-height: 130px;
    height: 100px;
}

.global_main {
    height: auto;
    padding: 12px 0;
    font-size: 16px;
    line-height: 20px;
}

.global_sec li {
    width: 48%;
    margin:0 1% 20px!important;
}


.news_section .main ul li .tbox,
.news_section .main ul li .pic{
	width:100%;
	height:auto;
}
.news_section .main ul li .tbox .t2 {
    min-height: 50px;
    font-size:16px;
    padding-bottom:20px;
}

.news_section .main ul li .tbox .t1 {
    margin: 30px 0 20px;
}



.in12_m li a, .in11_m li a {
	padding:3px 20px;
	background-size:auto 50%!important;
    font-size: 12px;
}
.foot1,
.foot2 {
	display: none;
}

.in_main h3 {
    height: auto;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}



















.news_section,
.global_section,
.contact1_section,
.ab_section {
    padding: 40px 0;
}







}


@media only screen and (max-width:380px) {
.in42_main {
    line-height:14px;
    padding-top:15px;
}
.ny_banner {
    height: 150px;
}







}


@media only screen and (max-width:320px) {
.ny_banner {
    height: 120px;
}


}

.newshow p{ text-indent:2em;}
.list_sec li a{
				display: block;
				padding:15px 10px;
				color:#333;
				font-size:15px;
				line-height:20px;
				background:#fff;
				transition:all 0.3s;
			}
			
			.list_sec li:nth-child(even) a{
				background:#f1f1f1;
			}
			
			.list_sec li a:hover{
				background: #1c3f52;
				color:#fff;
			}
			
			.in4_sec2 li{
	position:relative;
	overflow:inherit;
}
.in4_sec2 li img.ma 

{
	position:absolute;
	left:0;
	right:0;
	bottom:100%;
	width:100%;
	height:auto;
	display:none;
}

.in4_sec2 li:hover img.ma 

{
	display: block;
}